30cc34043be1bf26044e6dfc5ddb1ce7a70f2ddf
[claws.git] / ChangeLog.claws
1 2003-10-22 [paul]       0.9.6claws46
2
3         * po/es.po
4                 updated by Ricardo Mones Lastra
5
6 2003-10-22 [paul]       0.9.6claws45
7
8         * src/Makefile.am
9                 update to reflect the changes to the icons that
10                 happened in 0.9.6claws35
11
12 2003-10-22 [alfons]     0.9.6claws44
13         
14         * src/carray.h
15                 inline carray_count() 
16
17 2003-10-21 [alfons]     0.9.6claws43
18
19         * src/carray.h
20                 glib wrappers
21         * src/carray.c
22                 disable
23         * src/mailmbox.[ch]
24         * src/mailmbox_folder.c
25         * src/mailmbox_parse.c
26         * src/mailmbox_types.[ch]
27                 %s/uint32_t/guint
28
29 2003-10-21 [luke]       0.9.6claws42
30
31         * src/stock_pixmaps.[ch]
32         * src/mimeview.c
33         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
34         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
35                 o remove mime_application_octet_stream.xpm icon (it was never
36                   really needed)
37                 o remove redundant icon messageview_text.xpm
38
39         * src/mainwindow.c
40                 fix visibility of signature noticeview when toggling 'separate
41                 message view'
42
43 2003-10-21 [christoph]  0.9.6claws41
44
45         * src/procmime.c
46                 decode multipart and rfc822 mime parts to allow further
47                 parsing when required
48
49 2003-10-21 [christoph]  0.9.6claws40
50
51         * src/procmime.[ch]
52         * src/textview.c
53                 remove obsolete charset parameter in MimeInfo and fix
54                 TextView to use the charset from the parameter hash table
55
56         * src/plugins/dillo_viewer/Makefile.am
57         * src/plugins/trayicon/Makefile.am
58                 add OPENSSL_CFLAGS to fix building with using
59                 --with-openssl-* parameters
60
61 2003-10-21 [paul]       0.9.6claws39
62
63         * src/prefs_matcher.[ch]
64                 replace remnants of the old, renamed 'Execute' matchtype
65                 add a brief description to the Info window
66
67 2003-10-21 [hoa]        0.9.6claws38
68         
69         * src/Makefile.am
70         * src/carray.[ch]               * NEW *
71         * src/chash.[ch]                * NEW *
72         * src/folder.c
73         * src/maillock.[ch]             * NEW *
74         * src/mailmbox.[ch]             * NEW *
75         * src/mailmbox_folder.[ch]      * NEW *
76         * src/mailmbox_parse.[ch]       * NEW *
77         * src/mailmbox_types.[ch]       * NEW *
78                 implementation of mbox folder with unique message numbers
79
80                 made use of libEtPan! implementation of mbox for lower-layer.
81
82 2003-10-20 [alfons]     0.9.6claws37
83
84         * src/noticeview.c
85                 fix invalid argument warning
86         * src/pgpmime.c
87                 no in place variable
88
89 2003-10-20 [paul]       0.9.6claws36
90
91         * src/compose.[ch]
92           src/filtering.c
93           src/messageview.c
94                 fix crash when using Forward in Filtering when
95                 external editor option is set
96                 
97                 Patch submitted by Simon 'corecode' Schubert
98                 <corecode@corecode.ath.cx> 
99
100 2003-10-20 [paul]       0.9.6claws35
101
102         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
103           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
104           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
105           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
106           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
107           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
108           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
109           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
110           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
111           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
112           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
113           src/mimeview.c
114           src/stock_pixmap.[ch]
115                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
116                 icons. add privacy_warn.xpm icon
117
118 2003-10-20 [hoa]  0.9.6claws34
119
120         * src/folder_item_prefs.[ch]
121         * src/prefs_folder_item.c
122         * src/main.c
123                 Added a property per folder to choose whether we 
124                 want to apply processing on it on startup or if we
125                 prefer to wait the folder selection to apply it.
126         
127         * src/messageview.c
128                 fixed C89 compatibility (for old compilers, for
129                 example gcc 2.95.x).
130
131 2003-10-17 [christoph]  0.9.6claws33
132
133         * src/mimeview.c
134         * src/noticeview.[ch]
135                 change noticeview icon to indicate signature status
136
137 2003-10-17 [christoph]  0.9.6claws32
138
139         * src/Makefile.am
140         * src/main.c
141         * src/mimeview.c
142         * src/noticeview.c
143         * src/pgpmime.[ch]                              ** NEW **
144         * src/privacy.[ch]
145         * src/rfc2015.c
146         * src/sgpgme.c                                  ** NEW **
147                 reimplement PGP/Mime signature checking (unfinished)
148
149 2003-10-15 [christoph]  0.9.6claws31
150
151         * src/procmime.[ch]
152                 fix procmime_get_text_content() and
153                 procmime_get_first_text_content()
154
155 2003-10-15 [christoph]  0.9.6claws30
156
157         * src/plugins/spamassassin/spamassassin_gtk.c
158         * src/plugins/spamassassin/spamassassin_gtk.glade
159                 fix timeout tooltip
160
161 2003-10-15 [paul]       0.9.6claws29
162
163         * src/messageview.c
164                 workaround for buggy smtp servers. on sending a
165                 return receipt strip the name part from the address
166                 when creating headers
167                 
168 2003-10-15 [paul]       0.9.6claws28
169
170         * sync with 0.9.7 release
171                 see ChangeLog 2003-10-15
172
173 2003-10-14 [christoph]  0.9.6claws27
174
175         * src/plugins/clamav/clamav_plugin.c
176                 fix clamav plugin
177
178 2003-10-14 [christoph]  0.9.6claws26
179
180         * src/compose.c
181         * src/mimeview.c
182         * src/procmime.[ch]
183         * src/rfc2015.c
184         * src/textview.c
185         * src/plugins/clamav/clamav_plugin.c
186                 use GNode to create the mime tree (some changes to functions
187                 that traverse the tree are just quick and dirty. Maybe we
188                 can find better solutions with g_node_*-functions)
189
190 2003-10-14 [luke]       0.9.6claws25
191
192         * src/mimeview.c
193                 fix a navigation bug (stupid typo of mine)
194
195 2003-10-14 [christoph]  0.9.6claws24
196
197         * src/textview.c
198                 fix missing last line in plain/text mails
199
200 2003-10-13 [luke]       0.9.6claws23
201
202         * src/summaryview.c
203                 fix bug 334 (part 1)
204
205 2003-10-13 [kov]        0.9.6claws22
206
207         * src/mimeview.c
208                 error checking when the user enters a non-directory at
209                 the file selection dialog.
210                 work-around for users entering directory location without
211                 adding a leading G_DIR_SEPARATOR.
212
213 2003-10-13 [luke]       0.9.6claws21
214
215         * src/compose.c
216                 error reporting for inserting files, including catching
217                 invalid characters for current locale/encoding
218
219 2003-10-13 [paul]       0.9.6claws20
220
221         * src/folderview.c
222                 fix bug #347 'subscribe newsgroups crashes'
223
224 2003-10-13 [paul]       0.9.6claws19
225
226         * src/compose.c
227                 when using 'Reply to all' include the 'send replies
228                 to' folder property
229                 
230         * po/ja.po
231                 update Japanese translation. submitted by Rui Hirokawa 
232                 <rui_hirokawa@ybb.ne.jp>        
233
234 2003-10-13 [hoa]        0.9.6claws18
235
236         * src/account.c
237         * src/compose.c
238         * src/messageview.c
239         * src/procheader.c
240         * src/procheader.h
241                 rename get_header_from_msginfo() into
242                 procheader_get_header_from_msginfo() so that we have a
243                 coherent exported naming.
244                 avoid parsing of header contained in a string via
245                 a newly written temporary file.
246
247         Patch submitted by Simon 'corecode' Schubert
248                 <corecode@corecode.ath.cx>
249
250 2003-10-12 [hoa]        0.9.6claws17
251
252         * src/filtering.c
253         * src/filtering.h
254         * src/matcher.c
255         * src/matcher.h
256         * src/matcher_parser_parse.y
257         * src/prefs_filtering_action.c
258                 added "stop" action : stop applying the filtering rules.
259                 added "set score" and "increase/decrease score" actions.
260                 That two last action replace the "change_score" action
261                 introduced by alfons in 0.8.8claws85.
262                 "set score" is to set a given score to the message.
263                 "increase/decrease score" will increase or decrease the
264                 score if the given value is respectively positive or
265                 negative. If someone find a some better name for this last
266                 rule, it can be modified.
267
268 2003-10-12 [paul]       0.9.6claws16
269
270         * AUTHORS
271           po/ja.po
272                 update Japanese translation. submitted by Rui Hirokawa 
273                 <rui_hirokawa@ybb.ne.jp>
274
275 2003-10-12 [christoph]  0.9.6claws15
276
277         * src/procmime.c
278                 fix crash caused by incorrect headers
279
280 2003-10-10 [christoph]  0.9.6claws14
281
282         * src/main.c
283         * src/privacy.[ch]
284         * src/rfc2015.[ch]
285                 implement detection of signed message parts for rfc2015
286
287 2003-10-10 [thorsten]   0.9.6claws13
288
289         * src/mimeview.c
290                 fix typo
291
292 2003-10-10 [christoph]  0.9.6claws12
293
294         * src/stock_pixmap.[ch]
295         * src/pixmaps/mime_message.xpm                  ** NEW **
296                 add a new icon for mime type "message"
297
298         * src/privacy.[ch]
299         * src/procmime.[ch]
300                 add crypto api
301
302         * src/mimeview.c
303                 o use crypto api
304                 o add icons for message type mime parts
305
306 2003-10-10 [christoph]  0.9.6claws11
307
308         * src/mainwindow.c
309         * src/messageview.[ch]
310         * src/mimeview.[ch]
311         * src/procmime.[ch]
312         * src/procmsg.[ch]
313         * src/rfc2015.c
314         * src/summaryview.c
315         * src/textview.[ch]
316                 o remove switching between TextView and MimeView in MessageView
317                   (if required we can hide the icon box and the MimeView will
318                    look exaxtly like the TextView)
319                 o temporary remove signature and decrypting GPGME code
320
321 2003-10-09 [christoph]  0.9.6claws10
322
323         * src/action.c
324         * src/compose.c
325         * src/messageview.c
326         * src/mimeview.c
327         * src/procmime.[ch]
328         * src/procmsg.c
329         * src/rfc2015.c
330         * src/textview.c
331         * src/common/utils.[ch]
332         * src/plugins/clamav/clamav_plugin.c
333         * src/plugins/dillo_viewer/dillo_viewer.c
334         * src/plugins/image_viewer/viewer.c
335         * src/plugins/mathml_viewer/mathml_viewer.c
336                 new mime parser (several things need fixing)
337
338 2003-10-09 [paul]       0.9.6claws9
339
340         * src/imap.c
341                 a little more sync with 0.9.6cvs2 and a tidy up
342
343 2003-10-08 [paul]       0.9.6claws8
344
345         * sync with 0.9.6cvs2
346                 see ChangeLog 2003-10-03
347
348 2003-10-05 [christoph]  0.9.6claws7
349
350         * src/summaryview.c
351                 don't use flags to check if a message is in a news folder
352
353         (closes Bug 282 clicking on folder with copied Messages from News
354          immediately after having copied them crashes Sylpheed-Claws)
355
356 2003-10-05 [christoph]  0.9.6claws6
357
358         * src/Makefile.am
359         * src/progressdialog.[ch]               ** REMOVE **
360         * src/gtk/Makefile.am
361         * src/gtk/progressdialog.[ch]           ** NEW **
362                 move progressdialog to gtk directory
363
364 2003-10-04 [christoph]  0.9.6claws5
365
366         * src/prefs_toolbar.c
367         * src/gtk/prefswindow.c
368                 remove widget_show_all for pages root widget
369
370         * src/plugins/spamassassin/spamassassin.[ch]
371         * src/plugins/spamassassin/spamassassin_gtk.c
372         * src/plugins/spamassassin/spamassassin_gtk.glade
373                 add support for new libspamc transports
374
375 2003-10-04 [christoph]  0.9.6claws4
376
377         * src/plugins/spamassassin/libspamc.[ch]
378         * src/plugins/spamassassin/spamassassin.c
379         * src/plugins/spamassassin/utils.[ch]
380                 update libspamc to version from SpamAssassin 2.60
381
382 2003-10-03 [christoph]  0.9.6claws3
383
384         * src/send_message.c
385                 fix missing format string bug found by
386                 Georgi Guninski <guninski@guninski.com>
387
388 2003-10-03 [paul]       0.9.6claws2
389
390         * po/zh_CN.po
391                 update Simpilified Chinese translation, submitted by
392                 Hansom Young
393
394 2003-10-02 [christoph]  0.9.6claws1
395
396         * src/imap.c
397                 add UIDPLUS support for COPY and EXPUNGE
398
399 2003-10-02 [paul]       0.9.6claws
400
401         * 0.9.6claws released
402
403 2003-10-02 [paul]
404
405         * po/es.po
406           po/sk.po
407                 update Spanish and Slovak translations
408                 submitted by Ricardo Mones Lastra and Andrej Kacian
409  
410 2003-10-02 [paul]       0.9.5claws43
411
412         * po/en_GB.po
413                 update British English translation
414
415 2003-10-02 [paul]       0.9.5claws42
416
417         * po/hr.po
418                 update Croatian translation, submitted by Dragan
419
420 2003-10-01 [paul]       0.9.5claws41
421
422         * po/pl.po
423           po/sr.po
424                 update Polish and Serbian translations, submitted by
425                 Emil and Urke MMI
426
427 2003-10-01 [melvin]     0.9.5claws40
428
429         * po/fr.po
430                 Updated French translations
431
432 2003-10-01 [melvin]     0.9.5claws39
433
434         * src/prefs_fonts.c
435                 Fixed a Gtk warning
436
437         * src/plugins/dillo_prefs.c     
438                 Quasi unnoticeable UI clean-up.
439
440 2003-10-01 [paul]
441
442         * tools/README
443           tools/maildir2sylpheed.pl
444                 bug fixes, rewrites, submitted by Matthias Förste 
445                 <itsjustme@users.sourceforge.net>
446
447 2003-09-29 [paul]       0.9.5claws38
448
449         * src/inc.c
450                 fix my coding carelessness
451
452 2003-09-29 [paul]       0.9.5claws37
453
454         * po/POTFILES.in
455           src/Makefile.am
456           src/main.c
457           src/prefs_common.[ch]
458           src/prefs_fonts.[ch]  ** NEW FILES **
459                 move Font config options to Other Prefs/Display/Fonts
460                 (user's current configuration is preserved)
461
462 2003-09-29 [paul]       0.9.5claws36
463
464         * src/inc.c
465           src/prefs_account.c
466                 allow 'local_mbox' value to point to either a directory 
467                 (/var/mail -  default, new) or a file (/var/mail/username
468                 - original)
469
470 2003-09-28 [paul]       0.9.5claws35
471
472         * src/rfc2015.c
473                 on signature check, where key exists, print the
474                 Key ID
475
476 2003-09-27 [alfons]     0.9.5claws34
477
478         * src/action.c
479                 o make progress bar not fill/expand when resizing dialog
480                 o use default fixed text font for actions output
481
482 2003-09-27 [paul]       0.9.5claws33
483
484         * src/prefs_common.[ch]
485           src/procmsg.c
486           src/send_message.c
487                 remove External Program settings from Common Prefs/Send
488                 as they are now unnecessary due to Local account settings.
489                 plus a little tidying-up after 0.9.5claws31
490
491 2003-09-27 [paul]       0.9.5claws32
492
493         * src/prefs_account.c
494                 o make correction to gui text:
495                   'Local mailbox file' -> 'Local mailbox directory'
496                 o give 'local_mbox' option a reasonable default value:
497                   '/var/mail'
498                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
499                   value
500
501 2003-09-26 [paul]       0.9.5claws31
502
503         * src/inc.c
504           src/prefs_common.[ch]
505                 remove 'Incorporate from spool' common pref,
506                 force creation of a 'Local' account
507
508 2003-09-26 [christoph]  0.9.5claws30
509
510         * src/folder.c
511         * src/msgcache.c
512                 add more NULL pointer checks
513
514 2003-09-25 [christoph]  0.9.5claws29
515
516         * src/folder.c
517                 o don't fetch source message to get it's message id
518                 o immediately scan dest folder when copying a message did not
519                   return a new message number and not do it when the first message
520                   without a new message number is found
521
522 2003-09-23 [christoph]  0.9.5claws28
523
524         * src/compose.c
525                 fix generating of headers
526
527         (patch by David Relson <relson@osagesoftware.com>)
528
529 2003-09-23 [paul]       0.9.5claws27
530
531         * po/zh_CN.po
532                 update Simplified Chinese translation. submitted by
533                 Hansom Young
534
535 2003-09-23 [paul]       0.9.5claws26
536
537         * tools/Makefile.am
538           tools/README
539           tools/vcard2xml.py    ** NEW FILE **
540                 add a script that converts an evolution vcard to
541                 sylpheed's xml format
542                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
543
544 2003-09-22 [paul]       0.9.5claws25
545
546         * src/plugins/clamav/clamav_plugin.c
547                 don't skip MULTIPART parts
548
549 2003-09-21 [christoph]  0.9.5claws24
550
551         * src/alertpanel.c
552                 remove unneeded include
553
554         * src/folder.c
555                 clean up copy/move mess with duplicated code
556
557         * src/imap.c
558                 fix problem that sometimes the folder was not scanned
559                 also it was changed
560
561 2003-09-21 [christoph]  0.9.5claws23
562
563         * src/Makefile.am
564         * src/logwindow.[ch]                    ** REMOVE **
565         * src/mainwindow.c
566         * src/prefs_common.c
567         * src/gtk/Makefile.am
568         * src/gtk/logwindow.[ch]                ** ADD **
569                 make logwindow prefs_common independent and move
570                 it to gtk directory
571
572 2003-09-20 [christoph]  0.9.5claws22
573
574         * src/compose.c
575                 add extra space for address code conversion
576                 (4 * unconvered size could be too small for short headers)
577
578 2003-09-20 [christoph]  0.9.5claws21
579
580         * src/compose.c
581                 increase temp buffer size when writing headers
582
583 2003-09-19 [darko]      0.9.5claws20
584
585         * src/compose.c
586                 don't ignore value of 'Save copy of outgoing messages to
587                 this folder instead of Sent' in message redirect
588
589 2003-09-17 [christoph]  0.9.5claws19
590
591         * src/compose.c
592                 use ", " as address seperator for mail headers and pass whole
593                 header line at once to compose_convert_header to make sure
594                 it is correctly folded
595
596         (closes Bug 64 Problem when sending to many recipients)
597
598 2003-09-17 [hoa]        0.9.5claws18
599         
600         * src/matcher.[ch]
601           src/matcher_parser_parse.y
602           src/prefs_matcher.c
603                 changed the keyword used for command execution in condition
604                 keyword is changed from "execute" to "test"
605                 so that it is not the same as the one used for action.
606                 This will fix a bug when using filtering dialog.
607                 All semantic in the code is also changed to reflect
608                 the keyword change.
609
610 2003-09-17 [paul]
611         
612         * sync with 0.9.6 release
613
614 2003-09-17 [paul]       0.9.5claws17
615
616         * sync with 0.9.5cvs8
617                 see ChangeLog 2003-09-16 and 2003-09-17
618
619 2003-09-16 [paul]       0.9.5claws16
620
621         * sync with 0.9.5cvs6
622                 see ChangeLog 2003-09-16
623
624 2003-09-15 [paul]       0.9.5claws15
625
626         * sync with 0.9.5cvs5
627                 see ChangeLog 2003-09-15
628
629 2003-09-14 [alfons]     0.9.5claws14
630
631         * src/inc.c
632                 make "Go to inbox after receiving new mail" again;
633                 regression of a sync, restored to sylpheed main 
634                 behaviour. (misses still some bits)
635
636 2003-09-14 [alfons]     0.9.5claws13
637
638         * src/prefs_filtering_action.c
639                 o add proper message if empty execute command line
640                 o don't select first action item after registering a
641                   new action to prevent (what seems to be a GTK) bug
642                   #36, "filtering will only accept one action change 
643                   per invocation".
644
645 2003-09-14 [alfons]     0.9.5claws12
646
647         * src/prefs_filtering.c
648         * src/prefs_filtering_action.c
649         * src/prefs_matcher.c
650                 fix function signature for key_pressed_event signal handlers
651
652 2003-09-14 [alfons]     0.9.5claws11
653
654         * src/mainwindow.c
655                 fix regression caused by fix for invalid bug #7
656                 (should fix #246, "Multiple selections are deselected when 
657                 moving from search window to main window")
658                 
659 2003-09-14 [alfons]     0.9.5claws10
660         
661         * src/actions.[ch]
662         * src/filtering.[ch]
663         * src/prefs_actions.c
664                 allow `filtering actions` in actions; only for advanced users
665                 right now: try for example, "%as{mark color 2}" 
666         
667 2003-09-13 [paul]       0.9.5claws9
668         
669         * po/pl.po
670           po/zh_CN.po   ** NEW FILE **
671                 update Polish translation, submitted by Emil 
672                 <eminowbl@posejdon.wpk.p.lodz.pl>
673                 add new Simplified Chinese translation, submitted by
674                 Hansom Young <hansom_young@yahoo.com>
675
676 2003-09-12 [alfons]     0.9.5claws8
677
678         * src/summaryview.c
679                 don't open separate message views when View | Separate message view
680                 is active 
681                 (please look carefully for any navigation regressions)
682
683 2003-09-11 [alfons]     0.9.5claws7
684
685         * src/mainwindow.c
686                 make default message view, opened by View | Separate message 
687                 view, look like a claws message view (which includes a menu
688                 bar and a toolbar)
689                 (fixes bug #298, "message view loses tool bar") 
690
691 2003-09-11 [christoph]  0.9.5claws6
692
693         * src/folderview.c
694                 fix double deleting of newsgroup folders
695
696         (closes Bug 305 crash after deleting of a newsgroup)
697
698 2003-09-11 [paul]       0.9.5claws5
699
700         * src/rfc2015.c
701           src/common/utils.h
702                 more sync'ing from 0.9.5cvs2
703
704 2003-09-11 [christoph]  0.9.5claws4
705
706         * src/compose.c
707         * src/rfc2015.c
708         * src/common/utils.h
709                 fix sync with 0.9.5cvs2
710
711 2003-09-11 [paul]       0.9.5claws3
712
713         * sync with 0.9.5cvs4
714                 see ChangeLog 2003-09-11
715
716 2003-09-11 [paul]       0.9.5claws2
717
718         * sync with 0.9.5cvs2
719                 see ChangeLog 2003-09-05
720                 
721 2003-09-11 [paul]       0.9.5claws1
722
723         * sync with 0.9.5cvs3
724                 see ChangeLog 2003-09-10
725
726 2003-09-10 [paul]       0.9.5claws
727
728         * 0.9.5claws released
729
730 2003-09-10 [paul]       0.9.4claws78
731
732         * src/Makefile.am
733                 add missing files
734
735 2003-09-10 [melvin]     0.9.4claws77
736
737         * po/fr.po
738                 Updated French translations
739
740 2003-09-10 [paul]       0.9.4claws76
741
742         * po/es.po
743           po/sk.po
744           po/sr.po
745                 update Spanish, Slovak, and Serbian translations.
746                 submitted by Ricardo Mones Lastra, Andrej Kacian,
747                 and Urke MMI
748                 
749         * AUTHORS
750                 add translation team section
751
752 2003-09-09 [christoph]  0.9.4claws75
753
754         * src/folder.c
755                 free item->prefs in folder_item_destroy
756
757 2003-09-09 [alfons]     0.9.4claws74
758
759         * src/folderview.c
760                 o proper check for root node sorting
761                 o remove unnecessary gtk_ctree_remove_node 
762
763         (should fix bug #300, "crash while moving folder")      
764
765 2003-09-08 [christoph]  0.9.4claws73
766
767         * src/folderview.c
768                 o fix double adding of IMAP FolderItems to GtkCTree
769                 o fix crash then mbox folder is removed
770
771 2003-09-08 [christoph]  0.9.4claws72
772
773         * src/folder.c
774         * src/folderview.c
775         * src/mainwindow.c
776                 fix new folder notification
777
778         * src/mbox_folder.c
779                 fix cache path
780
781 2003-09-08 [christoph]  0.9.4claws71
782
783         * src/compose.c
784                 replace '\n' and '\r' before removing trailing spaces
785
786         * src/folder.[ch]
787         * src/folderview.c
788                 add information about new or removed items in folder tree change
789                 notification and use this in folderview to add and remove only
790                 the appected items and not refresh the whole tree
791
792 2003-09-07 [match]      0.9.4claws70
793
794         * src/Makefile.am
795         * src/addr_compl.c
796         * src/addressbook.c
797         * src/addressitem.h
798         * src/addrindex.c
799         * src/addritem.c
800         * src/addritem.h
801         * src/addrquery.c                       ** NEW **
802         * src/addrquery.h
803         * src/ldapquery.c
804         * src/ldapserver.c
805         * src/stock_pixmap.c
806         * src/stock_pixmap.h
807         * src/pixmaps/address_search.xpm        ** NEW **
808                 re-introduce Lookup button for LDAP 'static' searches.
809
810 2003-09-07 [alfons]     0.9.4claws69
811         
812         * src/summaryview.c
813                 abandon setting usize for messageview because it gives layout problems
814                 with the quick search bar and the headerview; fixes assorted UI glitches:
815                 
816                 o bug #148, "Toggling of quick-search bar reduces index view area" 
817                 o bug #280, "Window resiizes for line length but does not revert"
818
819 2003-09-07 [christoph]  0.9.4claws68
820
821         * src/compose.c
822                 o make sure we don't have any newlines in header values
823                 o check custom headers for spaces and newlines and ignore
824                   malformed header names
825
826 2003-09-06 [christoph]  0.9.4claws67
827
828         * src/folder.c
829         * src/folderview.c
830                 invoke notification hook for folder tree changes after append
831                 and remove folder
832
833         (closes Bug 294 Crash while moving folder with many subdirectories)
834
835 2003-09-06 [christoph]  0.9.4claws66
836
837         * src/folder.c
838                 destroy folder's MsgCache if FolderItem is removed to make sure
839                 it is not saved when the FolderItem is destroyed
840
841 2003-09-06 [christoph]  0.9.4claws65
842
843         * src/plugins/clamav/clamav_plugin.c
844                 fix copy & paste bug
845
846 2003-09-05 [christoph]  0.9.4claws64
847
848         * src/folder.c
849         * src/messageview.[ch]
850         * src/procmsg.[ch]
851         * src/summaryview.c
852                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
853                 by MessageView to clear it when the message is deleted. Should
854                 work even if messages are deleted in MainWindow or by
855                 processing.
856
857 2003-09-05 [alfons]     0.9.4claws63
858
859         * src/messageview.c
860                 deleting a message in a message view frees its msginfo, make 
861                 messageview_update_all() aware of that (should fix bug #293,
862                 "deleting message caused crash")
863
864 2003-09-05 [melvin]     0.9.4claws62
865
866         * src/action.c
867                 Improve synchronous action exit code (fixes 
868                 a ~5 seconds delay after action exit on RedHat 9)
869
870 2003-09-04 [christoph]  0.9.4claws61
871
872         * src/compose.c
873         * src/rfc2015.c
874         * src/common/utils.[ch]
875                 add util function to create mime boundary and use it
876                 in compose and gpg code
877
878 2003-09-04 [alfons]     0.9.4claws60
879
880         * src/folder.c
881                 source folder item's GNode should already have been freed in 
882                 a previous call to src->folder->klass->remove_folder()
883                 (should fix bug #287, "crash when moving folders")
884
885 2003-09-03 [thorsten]   0.9.4claws59
886
887         * src/plugins/spamassassin/spamassassin_gtk.c
888                 fix compile error
889
890 2003-09-03 [christoph]  0.9.4claws58
891
892         * src/plugins/spamassassin/spamassassin.[ch]
893         * src/plugins/spamassassin/spamassassin_gtk.c
894                 add timeout config option
895
896 2003-09-03 [paul]       0.9.4claws57
897
898         * po/sk.po      ** NEW FILE **
899                 add Slovak translation. Submitted by Andrej Kacian 
900                 <andrej@kacian.sk>
901
902 2003-09-03 [paul]       0.9.4claws56
903
904         * src/plugins/clamav/clamav_plugin_gtk.c
905                 gui tweaks: replace a label with a tooltip, modify the
906                 text, use gtk_check_button_new(); instead of
907                 gtk_check_button_new_with_label("");
908
909 2003-09-02 [alfons]     0.9.4claws55
910
911         * src/gtk/filesel.c
912                 remember last used dir when attaching multiple files (should fix
913                 bug #290, "Attach File does not remember directory")
914
915 2003-09-01 [paul]       0.9.4claws54
916
917         * po/es.po
918                 updated by Ricardo Mones Lastra
919
920 2003-09-01 [alfons]     0.9.4claws53
921
922         * src/gtk/gtkaspell.[ch]
923                 be pedantic and strict and use const gchar * instead of guchar *
924
925 2003-09-01 [alfons]     0.9.4claws52
926
927         * src/mainwindow.c
928         * src/summaryviewc.
929                 re-enable Save As when multiple messages are selected
930
931 2003-09-01 [paul]       0.9.4claws51
932
933         * src/textview.c
934                 g_free(trimmed_uri);
935
936 2003-09-01 [paul]       0.9.4claws50
937
938         * sync with 0.9.4cvs13
939                 see ChangeLog 2003-09-01
940
941 2003-09-01 [paul]       0.9.4claws49
942
943         * src/textview.c
944                 trim uri before sending to the statusbar
945                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
946                 in the message window causes main S-C window to enlarge 
947                 past screen edges'
948
949 2003-09-01 [paul]       0.9.4claws48
950
951         * sync with 0.9.4cvs12
952                 see ChangeLog 2003-09-01
953
954 2003-08-30 [christoph]  0.9.4claws47
955
956         * src/compose.c
957         * src/folder_item_prefs.[ch]
958         * src/prefs_folder_item.c
959         * src/gtk/gtkaspell.[ch]
960                 commit per folder dictionary patch by
961                 Paul Evans <nerd@freeuk.com>
962
963 2003-08-30 [christoph]  0.9.4claws46
964
965         * src/plugins/spamassassin/spamassassin_gtk.c
966         * src/plugins/spamassassin/spamassassin_gtk.glade
967                 reduce GUI clutter by placing hints into tooltips
968
969 2003-08-30 [paul]       0.9.4claws45
970
971         * src/compose.c
972                 add 'Content-Disposition: inline' to a text/plain
973                 part when using PGP/MIME signing
974
975 2003-08-30 [paul]       0.9.4claws44
976
977         * src/prefs_common.c
978           src/prefs_spelling.c
979           src/prefs_spelling.glade
980                 reduce GUI clutter by placing hints into tooltips
981
982 2003-08-29 [christoph]  0.9.4claws43
983
984         * configure.ac
985                 fix bug found by Ivan Rayner <ivanr@sgi.com>
986
987         * src/stock_pixmap.c
988                 change unecessary warning into a debug message
989
990         * src/plugins/clamav/Makefile.am
991                 Fix error "-I$(CLAMAV_LIBS)"
992
993 2003-08-29 [christoph]  0.9.4claws42
994
995         * intl/Makefile.in
996         * src/Makefile.am
997         * src/matcher.h
998         * src/common/Makefile.am
999         * src/common/passcrypt.c
1000                 commit fixes and patches for some of the IRIX problems found by
1001                 Ivan Rayner <ivanr@sgi.com>
1002
1003 2003-08-29 [paul]       0.9.4claws41
1004
1005         * src/prefs_filtering.c
1006                 add 'Top' and 'Bottom' buttons, based on changes in
1007                 src/prefs_filter.c in 0.9.4cvs11.
1008
1009 2003-08-27 [christoph]  0.9.4claws40
1010
1011         * src/folderview.c
1012                 fix bug that the current summary settings were copied to the
1013                 wrong folder item, when the folder item prefs are opened.
1014                 Copying is not required because summary settings and
1015                 folder_item_prefs do not contain the same settings
1016
1017 2003-08-27 [thorsten]   0.9.4claws39
1018
1019         * src/imap.c
1020                 fix compile error
1021
1022 2003-08-26 [paul]       0.9.4claws38
1023
1024         * sync with 0.9.4cvs9
1025                 see ChangeLog 2003-08-26
1026
1027 2003-08-25 [paul]       0.9.4claws37
1028
1029         * sync with 0.9.4cvs8
1030                 see ChangeLog 2003-08-25
1031
1032 2003-08-24 [christoph]  0.9.4claws36
1033
1034         * src/prefs_filtering.c
1035                 shouldn't remove items from a GSList while iterating over the
1036                 list (makes cur invalid and cur->next not accessable)
1037
1038         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1039          crashed)
1040
1041 2003-08-23 [christoph]  0.9.4claws35
1042
1043         * src/news.c
1044                 news folders should be scanned when opened
1045
1046 2003-08-22 [christoph]  0.9.4claws34
1047
1048         * src/prefs_folder_item.c
1049                 use macro to assign strings that always frees the old string
1050
1051         * src/gtk/gtkaspell.[ch]
1052                 add gtkaspell_set_dictionary_menu_active_item() to set active
1053                 item in dictionary option menu
1054
1055         * src/prefs_spelling.c
1056                 use gtkaspell_set_dictionary_menu_active_item() to select
1057                 dictionary
1058
1059 2003-08-21 [christoph]  0.9.4claws33
1060
1061         * src/folder.[ch]
1062         * src/imap.c
1063         * src/mbox_folder.c
1064         * src/mh.c
1065         * src/news.c
1066                 optimize folder system
1067
1068         * src/gtk/gtkstext.c
1069                 fix division by zero when font has 0 width for ' '
1070
1071 2003-08-21 [paul]       0.9.4claws32
1072
1073         * sync with 0.9.4cvs7
1074                 see ChangeLog 2003-08-20
1075
1076 2003-08-19 [paul]       0.9.4claws31
1077
1078         * src/common/defs.h
1079                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1080                 SYLDOC_FAQ_HTML_INDEX.
1081         * src/manual.c
1082                 use LC_MESSAGES instead of LC_ALL to find the current
1083                 language
1084
1085           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1086
1087 2003-08-19 [paul]       0.9.4claws30
1088
1089         * po/bg.po
1090                 updated by George Danchev
1091
1092 2003-08-18 [luke]       0.9.4claws29
1093         * src/mimeview.[ch]
1094         * src/gtk/gtkvscrollbutton.[ch]
1095                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1096                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1097                 o removed horizontal separator between icons
1098
1099 2003-08-17 [christoph]  0.9.4claws28
1100
1101         * src/procmsg.c
1102                 no subject threading when the subject has no reply prefix
1103
1104 2003-08-16 [christoph]  0.9.4claws27
1105
1106         * src/mainwindow.c
1107                 remember and restore window sizes and position when the main
1108                 window is hidden or shown
1109
1110         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1111          minimised/reopened using trayicon)
1112
1113 2003-08-16 [paul]       0.9.4claws26
1114
1115         * src/crash.c
1116                 add #include "defs.h"
1117
1118 2003-08-16 [paul]       0.9.4claws25
1119
1120         * src/plugins/clamav/clamav_plugin.c
1121                 reword a debug_print
1122                 
1123         * src/plugins/dillo_viewer/dillo_prefs.c
1124                 cosmetic: change the labels' text, add tooltips, and
1125                 left-align the hint
1126
1127 2003-08-15 [christoph]  0.9.4claws24
1128
1129         * src/news.c
1130                 complete last change (forgot some changes)
1131
1132 2003-08-15 [christoph]  0.9.4claws23
1133
1134         * src/news.c
1135                 o check number of messages and don't return a 0 message
1136                   when no messages are available
1137                 o don't parse xref header anymore
1138
1139         (closes Bug 203 I'm not getting any news)
1140
1141 2003-08-15 [paul]       0.9.4claws22
1142
1143         * src/common/defs.h
1144           src/crash.c
1145                 update and define claws bugzilla location
1146
1147 2003-08-15 [paul]       0.9.4claws21
1148
1149         * po/ru.po
1150                 update submitted by Ruslan N. Balkin
1151
1152 2003-08-14 [christoph]  0.9.4claws20
1153
1154         * src/procmsg.c
1155                 fix search for oldest node in subject threading
1156
1157 2003-08-14 [christoph]  0.9.4claws19
1158
1159         * src/procmsg.c
1160         * src/common/utils.h
1161                 add possibility to check all nodes with the same subject for
1162                 subject threading, not only the oldest node. Should not break
1163                 threads anymore if the oldest node is thread_by_subject_max_age
1164                 days older then parent, because it can now find a child of
1165                 oldest node as new parent.
1166
1167 2003-08-11 [christoph]  0.9.4claws18
1168
1169         * src/plugins/spamassassin/spamassassin.c
1170                 run spam check in background process
1171
1172 2003-08-10 [alfons]     0.9.4claws17
1173
1174         * src/summaryview.c
1175                 make `Select All' sensitive too
1176
1177 2003-08-10 [christoph]  0.9.4claws16
1178
1179         * src/imap.c
1180                 add more checks in imap_close
1181
1182 2003-08-09 [alfons]     0.9.4claws15
1183
1184         * src/prefs_spelling.c
1185                 no spell checking UI if not requested
1186
1187 2003-08-09 [alfons]     0.9.4claws14
1188
1189         * src/gtk/prefswindow.c
1190                 make it compile
1191
1192 2003-08-09 [christoph]  0.9.4claws13
1193
1194         * src/prefs_spelling.c
1195         * src/gtk/prefswindow.[ch]
1196         * src/plugins/clamav/clamav_plugin_gtk.c
1197         * src/plugins/spamassassin/spamassassin_gtk.c
1198                 sort prefs pages by heighest weight in tree
1199
1200 2003-08-09 [paul]       0.9.4claws12
1201
1202         * sync with 0.9.4cvs6
1203                 see ChangeLog 2003-08-07
1204                 
1205         * AUTHORS
1206                 add Leandro and Luke to claws-branch section
1207
1208 2003-08-09 [christoph]  0.9.4claws11
1209
1210         * src/gtk/Makefile.am
1211         * src/gtk/colorsel.[ch]                 ** NEW **
1212                 create a color selection dialog that can be used as a simple
1213                 function call with it's own gtk main loop like filesel.[ch]
1214
1215         * src/Makefile.am
1216         * src/main.c
1217         * src/prefs_common.c
1218         * src/prefs_spelling.[ch]               ** NEW **
1219         * src/prefs_spelling.glade              ** NEW **
1220         * src/gtk/gtkutils.[ch]
1221                 move "Spell Checker" prefs to new prefs dialog
1222
1223         * src/prefs_folder_item.c
1224                 use new colorsel dialog
1225
1226 2003-08-08 [paul]       0.9.4claws10
1227
1228         * src/inc.c
1229                 clear the progress bar unconditionally
1230
1231 2003-08-08 [paul]       0.9.4claws9
1232
1233         * sync with 0.9.4cvs4
1234                 see ChangeLog 2003-07-31
1235
1236 2003-08-07 [christoph]  0.9.4claws8
1237
1238         * configure.ac
1239                 fix bug in image viewer plugin part
1240
1241         * src/imap.c
1242                 don't execute close command if the folder item is not selected
1243
1244 2003-08-07 [hoa]        0.9.4claws7
1245
1246         * src/filtering.[ch]
1247         * src/matcher_parser.h
1248         * src/matcher_parser_parse.y
1249                 can define several actions for each filtering rule
1250                 can import old versions of filtering rules
1251
1252         * src/prefs_filtering.c
1253                 call to a new dialog box to define actions
1254
1255         * src/prefs_filtering_action.[ch]
1256                 dialog box to define actions for filtering rules
1257
1258 2003-08-06 [christoph]  0.9.4claws6
1259
1260         * src/imap.c
1261                 make sure source folder is selected when copying messages
1262
1263 2003-08-06 [christoph]  0.9.4claws5
1264
1265         * sync with 0.9.4cvs2
1266                 see ChangeLog 2003-07-29                
1267
1268 2003-08-05 [paul]       0.9.4claws4
1269
1270         * sync with 0.9.4cvs3
1271                 see ChangeLog 2003-07-30
1272
1273 2003-08-04 [match]      0.9.4claws3
1274
1275         * po/POTFILES.in
1276                 export of LDIF files.
1277
1278 2003-08-04 [match]      0.9.4claws2
1279
1280         * src/ldif.[ch]
1281                 support for export LDIF. documented.
1282         * src/importldif.[ch]
1283         * src/exportldif.[ch]
1284                 add tooltips. documented.
1285         * src/exphtmldlg.[ch]
1286         * src/common/xmlprops.[ch]
1287                 documented.
1288         * src/exportldif.[ch]                   ** NEW **
1289         * src/expldifdlg.[ch]                   ** NEW **
1290         * src/addressbook.[ch]
1291         * src/Makefile.am
1292                 export of LDIF files.
1293                 documented.
1294
1295 2003-08-04 [christoph]  0.9.4claws1
1296
1297         * .cvsignore
1298         * Makefile.am
1299         * configure.ac
1300         * sylpheed-claws.pc.in                  ** NEW **
1301         * src/Makefile.am
1302         * src/common/Makefile.am
1303         * src/gtk/Makefile.am
1304                 install sylpheed header files in $(pkgincludedir) and create a
1305                 pkg-config file to allow building a plugin without the source
1306                 package
1307
1308 2003-08-04 [paul]       0.9.4claws
1309
1310         * version 0.9.4claws
1311
1312 2003-08-04 [paul]       0.9.3claws97
1313
1314         * po/es.po
1315                 update Spanish translation. Submitted by Ricardo
1316                 Mones Lastra.
1317
1318 2003-08-03 [paul]       0.9.3claws96
1319
1320         * po/hr.po
1321           po/sr.po
1322                 update Croatian and Serbian translations. Submitted by
1323                 Dragan and Urke MMI respectively
1324
1325 2003-08-03 [alfons]     0.9.3claws95
1326
1327         * src/summaryview.c
1328                 mark flag has precedence over important flag - seems
1329                 to have been changed in sync of 0.9.3claws45. this fixes
1330                 a regression where messages that were scored as important
1331                 don't show their mark flags. (using the same column for
1332                 both importance as mark flags is the real problem
1333                 ofcourse)
1334
1335 2003-08-03 [melvin]     0.9.3claws94
1336
1337         * po/fr.po
1338                 Updated French translations.
1339
1340 2003-08-03 [melvin]     0.9.3claws93
1341
1342         * src/Makefile.am
1343                 Fixed typo introduced after 0.9.3claws92 
1344                 that prevented compilation
1345                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1346                 CPPFLAGS and YFLAGS to allow user setting these.
1347         * src/common/Makefile.am
1348         * src/gtk/Makefile.am
1349         * src/plugins/clamav/Makefile.am
1350         * src/plugins/demo/Makefile.am
1351         * src/plugins/dillo_viewer/Makefile.am
1352         * src/plugins/image_viewer/Makefile.am
1353         * src/plugins/mathml_viewer/Makefile.am
1354         * src/plugins/spamassassin/Makefile.am
1355         * src/plugins/trayicon/Makefile.am
1356         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1357                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1358                 CPPFLAGS and YFLAGS to allow user setting these.
1359
1360 2003-08-02 [christoph]  0.9.3claws92
1361
1362         * configure.ac
1363                 o rearrange plugin tests
1364                 o add test for clamav.h to ClamAV tests
1365
1366 2003-08-02 [luke]       0.9.3claws91
1367
1368         * src/mimeview.c
1369                 o fixed appearance of icon list when toggling back from the 
1370                   ctree
1371                 o toggling of icons using the keyboard works correctly
1372                 o fixed all other keyboard shortcuts to work when icons are
1373                   active
1374         
1375         * src/messageview.c
1376                 o fixed bug 4 - focus lost when changing messageview view type
1377
1378 2003-08-02 [christoph]  0.9.3claws90
1379
1380         * src/common/hooks.c
1381                 fix crash when pointer stored in hash table could get invalid
1382                 when a plugin is unloaded
1383
1384 2003-08-01 [christoph]  0.9.3claws89
1385
1386         * configure.ac
1387                 o try to build all plugins (except spamassassin) by default
1388                 o don't build a plugin if a dependency check fails
1389
1390         * src/common/hooks.c
1391                 fix warning
1392
1393 2003-08-01 [match]      0.9.3claws88
1394
1395         * src/importldif.c
1396                 allow single click field selection. document code.
1397
1398 2003-08-01 [christoph]  0.9.3claws87
1399
1400         * src/plugins/clamav/clamav_plugin.c
1401         * src/plugins/clamav/clamav_plugin_gtk.c
1402         * src/plugins/dillo_viewer/dillo_viewer.c
1403         * src/plugins/image_viewer/plugin.c
1404         * src/plugins/mathml_viewer/mathml_viewer.c
1405         * src/plugins/spamassassin/spamassassin.c
1406         * src/plugins/spamassassin/spamassassin_gtk.c
1407         * src/plugins/trayicon/trayicon.c
1408                 add version check to all plugins
1409
1410 2003-08-01 [hoa]        0.9.3claws86
1411
1412         * src/prefs_filtering.c
1413                 fixed a cosmetic bug, during creation of dialog box,
1414                 wrong widgets were shown after creation.
1415
1416 2003-08-01 [luke]       0.9.3claws85
1417
1418         * src/mainwindow.c
1419                 o fixed visibility of icons/mimeview after toggling separate
1420                   message/folder view (factored out some similar code too).
1421
1422
1423 2003-07-31 [alfons]     0.9.3claws84
1424
1425         * src/mimeview.c
1426                 tweak icon box UI a bit more, now allowing right-clicks actions
1427                 getting the relevant mime data too; should fix #250, "Can't save 
1428                 attachments sometimes".
1429
1430 2003-07-30 [alfons]     0.9.3claws83
1431
1432         * src/compose.c
1433                 don't do auto-save-draft inside key press handler, but rather
1434                 schedule it half of a second later; should fix #67, "autosave 
1435                 make re-rediting message crazy"
1436
1437 2003-07-30 [christoph]  0.9.3claws82
1438
1439         * src/plugins/trayicon/trayicon.c
1440                 process pending events before unloading the plugin
1441
1442         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1443
1444 2003-07-30 [alfons]     0.9.3claws81
1445
1446         * src/common/hooks.c
1447                 parameter 2 of g_hook_destroy() should really be a hook id
1448
1449 2003-07-30 [alfons]     0.9.3claws80
1450
1451         * src/common/plugin.c
1452                 fix a possibly harmful function signature mismatch 
1453                 for plugin_done
1454
1455 2003-07-30 [alfons]     0.9.3claws79
1456
1457         * src/common/hooks[.ch]
1458                 const correctness
1459
1460 2003-07-30 [darko]      0.9.3claws78
1461
1462         * src/summaryview.c
1463                 make it compile again
1464
1465 2003-07-30 [luke]       0.9.3claws77
1466
1467         * src/crash.c
1468         * src/main.c
1469                 o added/moved signal handlers for SIGTERM (normal kill command) 
1470                   and SIGINT (ctl-c) to be used even without 
1471                   --enable-crash-dialog, fixing bug 166
1472
1473         * src/summaryview.c
1474                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1475                   bug 227
1476
1477         * src/mainwindow.c
1478                 o changed sensitivity condition for 'Next new' and 'Next 
1479                   unread', fixing bug 8
1480
1481 2003-07-29 [alfons]     0.9.3claws76
1482
1483         * src/common/utils.[ch]
1484                 add generate_msgid()
1485         * src/messageview.c
1486                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1487                 sent folder".
1488
1489 2003-07-29 [alfons]     0.9.3claws75
1490
1491         * src/messageview.c
1492                 fix a memleak (claws-only)
1493
1494 2003-07-29 [alfons]     0.9.3claws74
1495
1496         * src/mimeview.[ch]
1497         * src/gtk/gtkvscrollbutton.[ch]
1498                 fix UI glitch where mime icon toolbox' scroll position is not 
1499                 reset after switching to another message
1500                 
1501
1502 2003-07-29 [paul]       0.9.3claws73
1503
1504         * src/prefs_folder_item.c
1505                 split the prefs into 2 separate pages
1506
1507 2003-07-29 [paul]       0.9.3claws72
1508
1509         * src/compose.c
1510                 prepend "\n\n" to a signature without a separator too
1511
1512 2003-07-29 [paul]       0.9.3claws71
1513
1514         * src/compose.c
1515                 fix bug where changing to an account without an auto-sig
1516                 from an initial account without an auto-sig would insert 
1517                 2 blank lines at the cursor point
1518                 fix bug where changing to an account with an auto-sig
1519                 from an initial account without an auto-sig would insert
1520                 the sig at the cursor point
1521
1522 2003-07-29 [paul]       0.9.3claws70
1523
1524         * src/folderview.c
1525                 use the colour from the folder pref unless the folder
1526                 has new messages
1527
1528 2003-07-29 [alfons]     0.9.3claws69
1529
1530         * src/procmsg.[ch]
1531         * src/messageview.c
1532         * src/procheader.c
1533                 rewrite return receipt request work a little bit (the former 
1534                 implementation presumably depended too much on the UI setting
1535                 flags). (we're losing the old pending flag.) 
1536
1537 2003-07-28 [christoph]  0.9.3claws68
1538
1539         * src/folder.c
1540         * src/imap.c
1541         * src/mh.c
1542         * src/procmsg.[ch]
1543                 fix copy to IMAP folder from other folder
1544
1545 2003-07-28 [christoph]  0.9.3claws67
1546
1547         * src/procmsg.c
1548                 fix sync of procmsg_get_message_file_list
1549
1550 2003-07-28 [christoph]  0.9.3claws66
1551
1552         * sync with 0.9.3cvs14
1553                 see ChangeLog 2003-07-18
1554         * sync with 0.9.3cvs17
1555                 see ChangeLog 2003-07-23
1556
1557         (closes Bug 234 segmentation fault after sending out mail via
1558          smtp(auth))
1559
1560 2003-07-28 [paul]       0.9.3claws65
1561
1562         * po/es.po
1563                 update Spanish translation, submitted by Ricardo Mones
1564                 Lastra
1565
1566 2003-07-28 [christoph]  0.9.3claws64
1567
1568         * src/folder.[ch]
1569         * src/imap.c
1570         * src/mh.c
1571                 return new message numbers as a GRelation instead of a GSList
1572                 that has to be in the same order as the input list. A list
1573                 would make it hard for IMAP to optimize oepration by sorting
1574                 the input list. The returned list would have to be reordered
1575                 to match the same order that input list has.
1576
1577         * src/gtk/gtkaspell.c
1578                 fix missing return value, could cause a crash when garbage is
1579                 on the stack that is used as the expected return value
1580
1581 2003-07-28 [paul]       0.9.3claws63
1582
1583         * sync with 0.9.4cvs1
1584                 see ChangeLog 2003-07-28
1585
1586 2003-07-27 [alfons]     0.9.3claws62
1587
1588         * src/mimeview.c
1589                 tweak it more to make icon list act like a check button group
1590
1591 2003-07-27 [christoph]  0.9.3claws61
1592
1593         * sync with 0.9.3cvs20
1594                 see ChangeLog 2003-07-25
1595
1596 2003-07-27 [paul]       0.9.3claws60
1597
1598         * src/procmsg.c
1599                 re-commit changes from 0.9.3claws58 -
1600                 accidently removed in 0.9.3claws59
1601
1602 2003-07-27 [paul]       0.9.3claws59
1603
1604         * src/procmsg.[ch]
1605                 a sync from 0.9.3cvs17
1606                 see ChangeLog 2003-07-23
1607
1608 2003-07-27 [alfons]     0.9.3claws58
1609
1610         * src/procmsg.c
1611                 add missing header members to MsgInfo; fixes the problem of 
1612                 not displaying X-Faces, as noticed by Ricardo Mones
1613
1614 2003-07-26 [christoph]  0.9.3claws57
1615
1616         * sync with 0.9.3cvs18
1617                 see ChangeLog 2003-07-24
1618
1619 2003-07-26 [christoph]  0.9.3claws56
1620
1621         * sync with 0.9.3cvs17
1622                 see ChangeLog 2003-07-23
1623
1624 2003-07-26 [christoph]  0.9.3claws55
1625
1626         * src/folder.[ch]
1627         * src/imap.c
1628         * src/mbox_folder.c
1629         * src/mh.c
1630         * src/news.c
1631                 add support for copy function that copy multiple messages
1632                 (not implemented yet)
1633
1634         * src/summaryview.c
1635                 add missing return value
1636
1637 2003-07-26 [paul]       0.9.3claws54
1638
1639         * tools/multiwebsearch.pl
1640                 do whitespace substitution before passing the string
1641                 to the browser. fixes bug with browsers that don't
1642                 do whitespace conversion themselves.
1643
1644 2003-07-25 [christoph]  0.9.3claws53
1645
1646         * src/folder.[ch]
1647         * src/imap.c
1648         * src/mh.c
1649                 rewrite adding of multiple messages to a folder for
1650                 claws' folder system
1651
1652 2003-07-25 [luke]       0.9.3claws52
1653
1654         * src/mimeview.c
1655                 o icon toggles set correctly on leaving ctree mimeview
1656
1657 2003-07-25 [paul]       0.9.3claws51
1658
1659         * partial sync with 0.9.3cvs21 [src/main.c]
1660                 see ChangeLog 2003-07-25
1661
1662 2003-07-24 [paul]       0.9.3claws50
1663
1664         * tools/maildir2sylpheed.pl
1665                 fix typo
1666
1667 2003-07-24 [paul]       0.9.3claws49
1668
1669         * src/mimeview.c
1670                 increase the gutter size of paned so that the panes
1671                 can be resized
1672                 
1673         * src/plugins/demo/demo.c
1674                 squeeze in another typo fix
1675
1676 2003-07-24 [paul]       0.9.3claws48
1677
1678         * src/plugins/demo/demo.c
1679           src/prefs_account.c
1680                 small changes to the English
1681                 
1682         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1683           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1684           src/Makefile.am
1685           src/stock_pixmap.c
1686                 rename the misspelled icon
1687
1688 2003-07-23 [alfons]     0.9.3claws47
1689
1690         * src/mimeview.c
1691                 make icon list look like a list of toggles
1692
1693 2003-07-23 [luke]       0.9.3claws46
1694
1695         * src/pixmaps/mimeview_gpg_expired.xpm
1696         * src/pixmaps/mimeview_gpg_failed.xpm
1697         * src/pixmaps/mimeview_gpg_passed.xpm
1698         * src/pixmaps/mimeview_text_html.xpm
1699         * src/pixmaps/mimeview_image.xpm
1700                 o all icons the same size
1701
1702         * src/mimeview.[ch]
1703                 o mimeview ctree arranged vertically above the viewer
1704                 o icons changed to buttons
1705                 o can use keyboard to select an icon (Enter)
1706                 o resize icon list to width of icons
1707
1708         *  src/gtk/gtkvscrollbutton.c
1709                 o sensitivity of buttons reacts to position
1710
1711 2003-07-23 [christoph]  0.9.3claws45
1712
1713         * sync with 0.9.3cvs14 (incomplete)
1714                 see ChangeLog 2003-07-17
1715
1716 2003-07-23 [alfons]     0.9.3claws44
1717
1718         * src/folder.c
1719         * src/procmsg.h
1720                 sync with my local tree to restore some claws-only things
1721
1722 2003-07-23 [paul]       0.9.3claws43
1723
1724         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1725           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1726           src/Makefile.am
1727           src/mimeview.c
1728           src/procmime.h
1729           src/rfc2015.c
1730           src/stock_pixmap.[ch]
1731                 indicate missing keys and expired sigs/keys
1732                 in mime view column
1733
1734 2003-07-23 [paul]       0.9.3claws42
1735
1736         * src/compose.c
1737                 Redirect fixes: enable automatic account selection and
1738                 do not append signature to message on changing account
1739                 fixes Bug[s] #248
1740
1741 2003-07-23 [paul]       0.9.3claws41
1742
1743         * sync with 0.9.3cvs16
1744                 see ChangeLog 2003-07-23
1745
1746 2003-07-23 [alfons]     0.9.3claws40
1747
1748         * src/inc.c
1749                 give progress dialog a main window, and give it the first 
1750                 one (presumably the only one). fixes bug #247, "segfault on 
1751                 pop-before-smtp" 
1752
1753 2003-07-22 [alfons]     0.9.3claws39
1754
1755         * src/summaryview.c
1756                 shift-space scrolls up
1757
1758 2003-07-22 [paul]       0.9.3claws38
1759
1760         * sync with 0.9.3cvs15
1761                 see ChangeLog 2003-07-22
1762
1763 2003-07-20 [alfons]     0.9.3claws37
1764
1765         * src/compose.c
1766                 put menu inside #ifdef USE_ASPELL..#endif
1767
1768 2003-07-20 [christoph]  0.9.3claws36
1769
1770         * src/procmsg.c
1771                 fix wrong flags in MsgInfo returned by
1772                 procmsg_msginfo_get_full_info()
1773
1774         (closes Bug 221 Deleting messages from the Message View gives incorrect
1775          new/unread message counts in the folder view)
1776
1777         * src/plugins/spamassassin/spamassassin_gtk.c
1778                 add gettext macro for prefs page title
1779
1780 2003-07-20 [paul]       0.9.3claws35
1781
1782         * src/mimeview.c
1783                 redraw icon list on signature check
1784
1785 2003-07-20 [christoph]  0.9.3claws34
1786
1787         * src/Makefile.am
1788         * src/account.c
1789         * src/folder.[ch]
1790         * src/folder_item_prefs.[ch]            ** NEW **
1791         * src/folderview.c
1792         * src/mainwindow.c
1793         * src/mh.c
1794         * src/prefs_gtk.c
1795         * src/prefs_scoring.c
1796         * src/summaryview.c
1797         * src/prefs_folder_item.[ch]
1798                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1799                   Properties dialog
1800                 o use prefswindow for folder properties
1801
1802         * src/gtk/prefswindow.[ch]
1803                 change implementation to use an invisible notebook instead
1804                 of unparenting widgets
1805
1806 2003-07-20 [christoph]  0.9.3claws33
1807
1808         * src/compose.h
1809         * src/folder.c
1810         * src/folderview.h
1811         * src/headerview.h
1812         * src/prefs_filtering.h
1813         * src/prefs_folder_item.[ch]
1814         * src/procmime.h
1815         * src/procmsg.h
1816         * src/summaryview.h
1817                 clean up header mess
1818                 (always use 1. typedefs, 2. #includes, 3. structures)
1819
1820         * src/common/version.h.in
1821                 add casts for constants
1822
1823         * src/plugins/demo/demo.c
1824                 fix typo
1825
1826         * src/plugins/spamassassin/spamassassin.c
1827                 remove unused variable
1828
1829 2003-07-20 [alfons]     0.9.3claws32
1830
1831         * src/mimeview.c
1832                 o make icon buttons respond on left click
1833                 o minor cosmetic change
1834
1835 2003-07-19 [luke]       0.9.3claws31
1836
1837         * src/mimeview.[ch]
1838         * src/gtk/gtkvscrollbutton.c
1839         * src/messageview.c
1840                 o improved mimeview behaviour when selecting a new message
1841                 o plus code cleanups to remove compile warnings
1842
1843
1844 2003-07-19 [alfons]     0.9.3claws30
1845
1846         * src/procmsg.c
1847         * src/compose.c
1848         * src/common/utils.[ch]
1849                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1850
1851 2003-07-19 [alfons]     0.9.3claws29
1852
1853         * src/prefs_folder_item.c
1854                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1855                 string pointers
1856
1857 2003-07-19 [luke]       0.9.3claws28
1858
1859         * src/messageview.c
1860         * src/mimeview.[ch]
1861         * src/procmime.h
1862         * src/rfc2015.c
1863         * src/stock_pixmap.[ch]
1864         * src/gtk/Makefile.am
1865         * src/Makefile.am
1866         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1867         * src/pixmaps/mime_*.xpm                ** NEW **
1868                 o mimeview rearrangement with a new icon shortcut bar
1869
1870 2003-07-19 [alfons]     0.9.3claws27
1871
1872         * src/folderview.c
1873                 o plug leaking nodes_to_recollapse
1874                 o add folderview_recollapse_all_nodes() (not used yet)
1875
1876 2003-07-19 [alfons]     0.9.3claws26
1877
1878         * src/compose.c
1879         * src/common/utils.c
1880                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1881                 for both forwarding as replying
1882
1883 2003-07-18 [christoph]  0.9.3claws25
1884
1885         * configure.ac
1886         * src/common/sylpheed.[ch]
1887         * src/common/version.h.in
1888                 add version in numeric form to allow easy comparison
1889
1890         * src/plugins/demo/demo.c
1891                 add version check
1892                 - sylpheed version > plugin version => never allowed, sylpheed
1893                   could contain unknown API changes
1894                 - sylpheed version < minimum version required => don't load,
1895                   API required not available (if linking does not fail)
1896
1897 2003-07-18 [alfons]     0.9.3claws24
1898         
1899         * src/common/plugin.[ch]
1900                 const correctness
1901
1902 2003-07-18 [christoph]  0.9.3claws23
1903
1904         * src/common/hooks.c
1905                 fix crash when hooks where unregisted
1906
1907         * src/plugins/trayicon/trayicon.c
1908                 unregister detroy signal before destroying the widget
1909                 (still crashes when the plugin is unloaded)
1910
1911 2003-07-18 [alfons]     0.9.3claws22
1912         
1913         * src/folderview.c
1914                 delay expanding folder tree during drags until timeout triggered
1915                 (needs perhaps some tweaking, so testing is welcome)
1916
1917 2003-07-17 [alfons]     0.9.3claws21
1918
1919         * src/folderview.c
1920                 clean up cruft
1921
1922 2003-07-17 [christoph]  0.9.3claws20
1923
1924         * src/common/session.c
1925                 fix opening of SSL connections
1926
1927         * src/plugins/image_viewer/Makefile.am
1928                 add OPENSSL_CFLAGS (we should find a better solution to remove
1929                 this dependencies if they are not required)
1930
1931         * src/plugins/spamassassin/spamassassin.c
1932                 remove setlocale workaround (fixed in libspamc)
1933
1934         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1935          if spell checking enabled)
1936
1937 2003-07-17 [alfons]     0.9.3claws19
1938
1939         * src/common/hooks.[ch]
1940         * src/plugins/clamav/clamav_plugin.c
1941         * src/plugins/spamassassin/spamassassin.c
1942         * src/plugins/trayicon/trayicon.c
1943                 fix signedness muck 
1944
1945 2003-07-17 [alfons]     0.9.3claws18
1946
1947         * src/procmime.c
1948                 plug memleak
1949
1950 2003-07-17 [alfons]     0.9.3claws17
1951
1952         * src/inc.c
1953                 plug memleak
1954
1955 2003-07-17 [paul]       0.9.3claws16
1956
1957         * src/common/defs.h
1958           src/mainwindow.c
1959           src/manual.[ch]
1960                 add link to the Claws site's FAQ page, after the suggestion
1961                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1962                 Move url strings to defs.h
1963                 
1964         * src/mainwindow.c
1965                 fix typo to prevent "unknown menu entry" warnings
1966
1967 2003-07-17 [alfons]     0.9.3claws15
1968
1969         * src/folderview.[ch]
1970         * src/summaryview.[ch]
1971         * src/mimeview.[ch]
1972                 plug DnD leaks 
1973
1974 2003-07-17 [paul]       0.9.3claws14
1975
1976         * src/inc.c
1977                 remove two instances of 'GTK_EVENTS_FLUSH' because
1978                 they are unnecessary and probably cause a stack overflow
1979
1980 2003-07-16 [christoph]  0.9.3claws13
1981
1982         * src/mimeview.[ch]
1983                 use an invisible GTK notebook to switch between viewers
1984                 instead of reparenting widgets
1985
1986 2003-07-16 [christoph]  0.9.3claws12
1987
1988         * src/folder.c
1989                 move folder_item_update_freeze() to correct place in
1990                 folder_item_scan_full()
1991
1992 2003-07-16 [paul]       0.9.3claws11
1993
1994         * sync with 0.9.3cvs12
1995                 see ChangeLog 2003-07-14 and 2003-07-15
1996
1997 2003-07-16 [christoph]  0.9.3claws10
1998
1999         * src/imap.[ch]
2000         * src/prefs_account.[ch]
2001                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2002
2003 2003-07-15 [alfons]     0.9.3claws9
2004
2005         * src/main.c
2006                 make --config-dir do something useful
2007
2008 2003-07-15 [alfons]     0.9.3claws8
2009
2010         * src/procmsg.c
2011                 o fix a bug where 'last' didn't really point to the last message
2012                   in the top level list of children, but to the last threaded
2013                   message. 
2014                 
2015                 o clean up and make it easier to sync
2016
2017 2003-07-15 [alfons]     0.9.3claws7
2018
2019         * src/mainwindow.c
2020                 make correct menu items sensitive       
2021
2022 2003-07-14 [alfons]     0.9.3claws6
2023
2024         * src/procmsg.c
2025                 tune the threader so it will not subject-thread any message
2026                 without a subject prefix (this will not thread correctly if 
2027                 a parent is delivered after their childs, but it looks 
2028                 better right now)
2029
2030 2003-07-13 [christoph]  0.9.3claws5
2031
2032         * src/mainwindow.c
2033                 group "Add mailbox *..." menu items in submenu
2034
2035 2003-07-13 [alfons]     0.9.3claws4
2036
2037         * src/summaryview.c
2038                 correct summary_toggle_pressed() signature and make sure
2039                 signal is not passed on
2040
2041 2003-07-13 [alfons]     0.9.3claws3
2042
2043         * src/summaryview.c
2044                 o for now don't pass on keys when they we're handled by 
2045                   ctree::key_press_event
2046                 o clean up
2047
2048 2003-07-13 [alfons]     0.9.3claws2
2049         
2050         * src/main.c
2051                 add command line option "--config-dir" to get the current 
2052                 configuration dir
2053
2054 2003-07-12 [alfons]     0.9.3claws1
2055
2056         * src/matcher.[ch]
2057         * src/matcher_parser_parse.y
2058         * src/prefs_filtering.c
2059         * src/filtering.c
2060                 add "Lock" filter action to lock messages;
2061
2062         * src/filtering.c       
2063                 remove debug_print()    
2064         * src/prefs_filtering.c
2065                 re-organize matcher part 9: 
2066                 make action text entries easily extendible;
2067                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2068                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2069
2070 2003-07-12 [paul]
2071
2072         * tools/README
2073                 update old information and add missing
2074                 information
2075
2076 2003-07-12 [paul]       0.9.3claws
2077
2078         * 0.9.3claws released
2079         
2080 2003-07-12 [paul]       0.9.0claws103
2081
2082         * src/Makefile.am
2083                 add addrquery.h
2084
2085 2003-07-12 [melvin]     0.9.0claws102
2086
2087         * src/messageview.c
2088                 Fixed bug #215: Show MIME tab for single text/html messages. 
2089                 
2090 2003-07-12 [paul]       0.9.0claws101
2091
2092         * man/sylpheed.1
2093                 updated
2094
2095 2003-07-12 [paul]       0.9.0claws100
2096
2097         * po/es.po
2098           po/hr.po
2099           po/pl.po
2100           po/sr.po
2101                 update Spanish, Croatian, Polish, Serbian translations.
2102                 submitted by Ricardo Mones Lastra, Dragan, Witold
2103                 Wladyslaw Wojciech Wilk, Urke MMI
2104
2105 2003-07-12 [melvin]     0.9.0claws99
2106
2107         * po/fr.po
2108                 Updated French translations.
2109
2110 2003-07-12 [paul]       0.9.0claws98
2111
2112         * src/addressbook.c
2113                 disable 'Lookup' button as it has no effect
2114
2115 2003-07-11 [alfons]     0.9.0claws97
2116         
2117         * src/summaryview.c
2118                 summary_searchbar_pressed() should return TRUE to signal that
2119                 event was handled. when returning void, the return value passed
2120                 to GTK is actually random, but maybe FALSE, in which case the
2121                 event is handled by parent
2122                 
2123 2003-07-10 [paul]       0.9.0claws96
2124
2125         * ac/missing/gettext.m4
2126                 update to version 0.12
2127
2128 2003-07-10 [paul]       0.9.0claws95
2129
2130         * src/plugins/clamav/clamav_plugin.c
2131                 fix bug where multipart/alternative messages
2132                 would slip through without being scanned
2133
2134 2003-07-10 [christoph]  0.9.0claws94
2135
2136         * src/folder.c
2137                 correct check if folder supports removing when a message is
2138                 moved. if not the message is only copied.
2139
2140         (closes Bug 132 crash on startup in newsgroups folders)
2141
2142 2003-07-09 [alfons]     0.9.0claws93
2143
2144         * configure.ac
2145         * src/common/defs.h
2146                 --with-config-dir (default .sylpheed)
2147
2148 2003-07-09 [christoph]  0.9.0claws92
2149
2150         * configure.ac
2151                 use PKG_CHECK_MODULES to check for gtkmathview
2152                 (version 0.4.2 now required)
2153
2154 2003-07-08 [melvin]     0.9.0claws91
2155
2156         * src/action.c
2157                 Implemented a progress bar that counts the number of completed
2158                 tasks when the action runs more than one command.
2159
2160 2003-07-08 [alfons]     0.9.0claws90
2161
2162         * src/procmsg.c
2163                 if queued message has an invalid Message-Id, don't try to
2164                 find message it refers to (fixes #209 "crash when processing 
2165                 in folder")
2166
2167 2003-07-08 [paul]       0.9.0claws89
2168
2169         * sync with 0.9.3cvs2
2170                 see ChangeLog 2003-07-08
2171
2172 2003-07-08 [match]      0.9.0claws88
2173
2174         * src/ldapctrl.c
2175                 extend LDAP search for first/last name by parsing search term.
2176
2177 2003-07-08 [alfons]     0.9.0claws87
2178
2179         * src/send_message.c
2180                 fix bug #208 "Status message stuck when sending on POP3 account"
2181
2182 2003-07-07 [paul]       0.9.0claws86
2183
2184         * po/hr.po
2185                 new Croatian translation, submitted by
2186                 Dragan <drleskov@inet.hr>
2187
2188 2003-07-07 [paul]       0.9.0claws85
2189
2190         * sync with 0.9.3cvs1
2191                 see ChangeLog 2003-07-07
2192
2193 2003-07-05 [christoph]  0.9.0claws84
2194
2195         * src/Makefile.am
2196         * src/messageview.c
2197         * src/mimeview.[ch]
2198         * src/stock_pixmap.[ch]
2199         * src/pixmaps/messageview_text.xpm              ** NEW **
2200                 move mimeview tabs to the right side and use icons
2201                 instead of text to save some space
2202
2203         (patch by Luke Plant <lukeplant@softhome.net>)
2204
2205 2003-07-05 [christoph]  0.9.0claws83
2206
2207         * src/inc.c
2208                 add NULL pointer checks
2209
2210         (patch by Luke Plant <lukeplant@softhome.net>)
2211         (closes Bug 204 0.9.0 quits on authentication error?!)
2212
2213 2003-07-05 [alfons]     0.9.0claws82
2214
2215         * configure.ac
2216                 take the clue in bug #202 "./configure script - 
2217                 'if test' comparison failure" reported by John Kristoff. 
2218
2219 2003-07-04 [christoph]  0.9.0claws81
2220
2221         * src/plugins/spamassassin/spamassassin.c
2222                 set timeout for spam check
2223
2224 2003-07-04 [christoph]  0.9.0claws80
2225
2226         * src/main.c
2227                 destroy all FolderItems when shutting down to
2228                 allow folders to clean up
2229
2230 2003-07-04 [melvin]     0.9.0claws79
2231
2232         * src/gtk/gtkaspell.c
2233                 Fixed bug #184 "Entering non-ascii character deletes
2234                 previous char if spell checking enabled": this makes
2235                 the spell checking in multibytes (e.g. UTF-8)locales work.
2236                 (Patch by Luke Plant).
2237                 
2238 2003-07-04 [christoph]  0.9.0claws78
2239
2240         * sync with 0.9.2cvs1
2241                 see ChangeLog 2003-06-10
2242
2243 2003-07-04 [paul]       0.9.0claws77
2244
2245         * sync with 0.9.3 release
2246                 see ChangeLog 2003-07-04
2247
2248 2003-07-03 [christoph]  0.9.0claws76
2249
2250         * src/folder.[ch]
2251         * src/imap.c
2252         * src/mbox_folder.c
2253         * src/mh.c
2254         * src/news.c
2255                 move folder_item_get_path() stuff into a folder virtual function
2256
2257         * src/procmsg.c
2258                 use folder_item_fetch_msg() to get message and do not contruct
2259                 the filename from path and number
2260
2261 2003-07-03 [paul]       0.9.0claws75
2262
2263         * sync with 0.9.2cvs12
2264                 see ChangeLog 2003-07-03
2265
2266 2003-07-02 [paul]       0.9.0claws74
2267
2268         * src/messageview.c
2269                 fix text-selection for replying
2270
2271 2003-07-02 [paul]       0.9.0claws73
2272
2273         * sync with 0.9.2cvs11
2274                 see ChangeLog 2003-07-02
2275
2276 2003-07-02 [paul]       0.9.0claws72
2277
2278         * src/procmsg.c
2279                 revert last commit because it breaks more
2280                 than it fixes
2281
2282 2003-07-02 [paul]       0.9.0claws71
2283
2284         * src/procmsg.c
2285                 fix thread by subject/sort by date
2286
2287 2003-07-01 [paul]       0.9.0claws70
2288
2289         * sync with 0.9.2cvs10
2290                 see ChangeLog 2003-07-01
2291
2292 2003-06-30 [paul]       0.9.0claws69
2293
2294         * sync with 0.9.2cvs9
2295                 see ChangeLog 2003-06-30
2296
2297 2003-06-28 [match]      0.9.0claws68
2298
2299         * src/addressbook.c
2300                 fix null ptr.
2301
2302 2003-06-27 [paul]       0.9.0claws67
2303
2304         * sync with 0.9.2cvs7
2305                 see ChangeLog 2003-06-27
2306
2307 2003-06-26 [christoph]  0.9.0claws66
2308
2309         * src/folder.c
2310                 freeze folder updates while a folder is scanned
2311
2312         (closes Bug 185 New message counter)
2313
2314 2003-06-26 [darko]      0.9.0claws65
2315
2316         * src/ldapserver.c
2317                 fix infinite loop when adding a new LDAP server
2318
2319 2003-06-26 [paul]       0.9.0claws64
2320
2321         * sync with 0.9.2cvs6
2322                 see ChangeLog 2003-06-26
2323
2324 2003-06-26 [paul]       0.9.0claws63
2325
2326         * sync with 0.9.2cvs5
2327                 see ChangeLog 2003-06-25 and 2003-06-26
2328
2329 2003-06-25 [match]      0.9.0claws62
2330
2331         * src/addr_compl.c
2332                 Fixed tab/backtab for dropped-down completion list to
2333                 move next/previous field. (close bug 147)
2334
2335 2003-06-25 [christoph]  0.9.0claws61
2336
2337         * src/addr_compl.[ch]
2338         * src/addrindex.[ch]
2339         * src/folderview.c
2340         * src/inc.c
2341         * src/news.c
2342         * src/summaryview.c
2343         * src/toolbar.c
2344                 fix warnings
2345
2346 2003-06-25 [leandro]    0.9.0claws60
2347
2348         * src/compose.c
2349                 o cleanups
2350                 o gray out "Message/Remove references" menu item if not
2351                   replying to a message
2352
2353 2003-06-24 [leandro]    0.9.0claws59
2354
2355         * src/compose.[ch]
2356                 o removed "Message/Create new thread" menu item
2357                 o added "Message/Remove references" menu item
2358                   (it's off by default and will not check anymore
2359                    if the subject changed)
2360
2361 2003-06-23 [alfons]     0.9.0claws58
2362
2363         * src/procmsg.c
2364                 try better grouping messages threaded by subject based on their age.
2365                 still not perfect - because the message tree is not sorted by date.  
2366
2367 2003-06-23 [thorsten]   0.9.0claws57
2368
2369         * src/pop.[ch]
2370                 added mail_receive_hook to allow modifications
2371                 directly after retrieval (e.g. adding headers).
2372
2373 2003-06-23 [paul]       0.9.0claws56
2374
2375         * src/sourcewindow.c
2376                  enable the use of Ctrl+A to select all text in
2377                  the sourcewindow
2378                  Patch submitted by Ivan Francolin Martinez
2379                  <ivanfm@users.sourceforge.net>
2380
2381 2003-06-22 [christoph]  0.9.0claws55
2382
2383         * src/folder.[ch]
2384                 o add notification hook for folder tree changes
2385                 o invoke hooks after folder tree scanning
2386
2387         * src/folderview.[ch]
2388                 register hook for folder tree changes that
2389                 updates the ctree
2390
2391         (there are more places that should be updated, like add, remove 
2392          or move folder)
2393
2394         (closes Bug 164 Crash on rebuild folder tree)
2395         (closes Bug 190 Crash on 'rebuilding folder tree')
2396
2397 2003-06-21 [leandro]    0.9.0claws54
2398
2399         * src/compose.[ch]
2400                 create a new thread if subject changes
2401                 (it's on by default, can be disabled in Message menu)
2402
2403 2003-06-21 [alfons]     0.9.0claws53
2404
2405         * src/summaryview.c
2406                 quiet little compiler
2407
2408 2003-06-21 [christoph]  0.9.0claws52
2409
2410         update gettext stuff to version 0.12
2411
2412 2003-06-19 [alfons]     0.9.0claws51
2413
2414         * src/common/log.c
2415         * src/common/plugin.c
2416                 move defs.h before glib.h to prevent MIN/MAX redefs
2417
2418 2003-06-19 [alfons]
2419
2420         * src/addressbook.c
2421                 translatable
2422
2423 2003-06-19 [match]      0.9.0claws50
2424
2425         * src/addressbook.[ch]
2426         * src/addrindex.[ch]
2427         * src/addr_compl.[ch]
2428         * src/editldap.[ch]
2429         * src/editldap_basedn.[ch]
2430         * src/addritem.[ch]
2431         * src/ldapquery.h
2432                 re-implemented dynamic LDAP search. works without
2433                 slowdown on display sender with addressbook
2434                 option.
2435         * src/addrbook.c
2436                 documented code.
2437
2438 2003-06-19 [paul]       0.9.0claws49
2439
2440         * src/compose.c
2441                 fix Bug #136 'Nonprovided quotation marks crash claws'
2442                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2443
2444 2003-06-19 [alfons]     0.9.0claws48
2445
2446         * src/prefs_common.[ch]
2447         * src/procmsg.c
2448                 restrict threading by subject by checking thread for
2449                 age (prefs_common.thread_by_subject_max_age)
2450
2451 2003-06-18 [christoph]  0.9.0claws47
2452
2453         * src/imap.c
2454                 fix memory leak in imap_cmd_fetch()
2455
2456 2003-06-18 [christoph]  0.9.0claws46
2457
2458         * src/prefs_gtk.c
2459                 fix memory leak in prefs_set_default() when used multiple
2460                 times or after prefs have been read
2461
2462 2003-06-18 [christoph]  0.9.0claws45
2463
2464         * src/common/plugin.c
2465                 fix memory leak in plugin_unload()
2466
2467 2003-06-18 [christoph]  0.9.0claws44
2468
2469         * src/imap.c
2470                 fix memory leak in imap_cmd_ok()
2471
2472 2003-06-18 [christoph]  0.9.0claws43
2473
2474         * src/folder.c
2475                 stop messages that are downloaded from POP3 and added to
2476                 an IMAP inbox from being filtered twice (first by POP3
2477                 and again when IMAP folder is scaned to get the UID of
2478                 the APPEND operation when no UIDPLUS is available)
2479
2480 2003-06-18 [alfons]
2481
2482         * tools/Makefile.am
2483                 phoenix <- firebird     
2484
2485 2003-06-18 [paul]
2486
2487         * tools/launch_phoenix          ** REMOVED **
2488           tools/launch_firebird         ** NEW **
2489                 renamed and edited to reflect the browser's name change from
2490                 'phoenix' to 'firebird'
2491
2492 2003-06-18 [paul]       0.9.0claws42
2493
2494         * sync with 0.9.2cvs2
2495                 see ChangeLog 2003-06-16
2496
2497 2003-06-17 [alfons]     0.9.0claws41
2498
2499         * src/procmsg.c
2500                 prevent threading problems when a node is an ancestor (parent / great parent),
2501                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2502                 for finding an sample set of messages)
2503
2504 2003-06-16 [christoph]  0.9.0claws40
2505
2506         * src/main.c
2507                 don't popup main window on --receive or --receive-all
2508
2509         * src/mainwindow.[ch]
2510         * src/plugins/trayicon/trayicon.c
2511                 allow hiding of main window by clicking on the trayicon
2512                 (doesn't work correctly in seperate window mode and may
2513                  cause unexpected GTK problems I couldn't find yet)
2514
2515         * src/common/ssl.c
2516                 remove incorrect warning
2517
2518 2003-06-15 [alfons]     0.9.0claws39
2519
2520         * src/gtk/gtkstext.c
2521                 don't output debug text;
2522                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2523                 for pointing this out);
2524
2525 2003-06-14 [alfons]     0.9.0claws38
2526         
2527         * src/messageview.c
2528                 remove printf() and make one if..else comply with coding style
2529
2530 2003-06-14 [alfons]     0.9.0claws37
2531
2532         * AUTHORS
2533                 add Martin Wicke
2534         * src/action.c
2535         * src/messageview.[ch]
2536         * src/summaryview.c
2537                 apply patch #754162 "Quoting messages filtered by actions" submitted
2538                 by Martin Wicke, which allows quoting message body changed by an
2539                 action (Thanks!).
2540
2541 2003-06-13 [alfons]     0.9.0claws36
2542
2543         * src/utils.c
2544                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2545                 use case insensitive regexp (suggested by Ivan Martinez)
2546
2547 2003-06-13 [christoph]  0.9.0claws35
2548
2549         * configure.ac
2550         * src/plugins/trayicon/Makefile.am
2551         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2552         * src/plugins/trayicon/trayicon.c
2553         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2554         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2555         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2556         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2557         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2558         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2559                 replace my own EggTrayIcon backport with the backport
2560                 used by (l|x)mule and gabber.
2561
2562 2003-06-13 [alfons]     0.9.0claws34
2563
2564         * AUTHORS
2565         * src/common/utils.c
2566                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2567
2568 2003-06-13 [alfons]     0.9.0claws33
2569
2570         * src/compose.c
2571                 clean up a little bit
2572
2573 2003-06-12 [alfons]     0.9.0claws32
2574
2575         * src/compose.c
2576                 const correctness fix
2577
2578         * src/common/sylpheed.[ch]
2579                 () -> (void)
2580                 prevent redef MIN/MAX
2581                 
2582         * src/common/utils.[ch]
2583                 () -> (void)
2584
2585 2003-06-12 [melvin]     0.9.0claws31
2586
2587         * src/compose.c
2588                 Updated to take into accounts changes in GtkAspell.
2589
2590 2003-06-12 [alfons]     0.9.0claws30
2591
2592         * src/compose.c
2593         * src/procmsg.c
2594         * src/common/utils.[ch]
2595                 handle reply subject prefixes better (initial 
2596                 suggestion by Robert Story adapted and enhanced 
2597                 using regexps)
2598
2599 2003-06-12 [melvin]     0.9.0claws29
2600
2601         * src/compose.c
2602                 Use new gtkaspell_checkers_strerror() to get the speller's
2603                 error message instead of accessing the (now private)
2604                 checkers structure.
2605                 Minor code clean up
2606
2607         * src/main.c
2608                 Use #ifdef instead of #if for USE_ASPELL
2609                 Use the new spell checkers init/quit functions 
2610
2611         * src/gtk/gtkaspell.c
2612                 Use #ifdef instead of #if for USE_ASPELL
2613                 Moved in the majority of GtkAspell structures that were
2614                 exported before by gtkaspell.h
2615         
2616         * src/gtk/gktaspell.h
2617                 Made gtkaspell.h contain only the necessary data to be
2618                 publicized by moving many structures to gtkaspell.c.
2619                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2620                 gtkaspell_checkers_new(): replaced by...
2621                 gtkaspell_checkers_init(): new function for initialization
2622                 gtkaspell_checkers_delete(): replaced by...
2623                 gtkaspell_checkers_quit(): new function
2624                 gtkaspell_checkers_strerror(): new function that returns
2625                 the checker's last error message.
2626                 
2627 2003-06-11 [melvin]     0.9.0claws28
2628
2629         * po/POTFILES.in
2630                 Updated to take into account gtkaspell.c migration to
2631                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2632
2633 2003-06-10 [alfons]     0.9.0claws27
2634
2635         * src/filtering.[ch]
2636         * src/folder.c
2637         * src/matcher.c
2638         * src/scoring.[ch]
2639                 - try fixing bug #18 (any brave testers?)
2640                 - add more robustness by refusing previously 
2641                   unchecked NULL pointers 
2642
2643 2003-06-10 [alfons]     0.9.0claws26
2644
2645         * src/procmsg.c
2646                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2647
2648 2003-06-09 [alfons]     0.9.0claws25
2649
2650         * src/prefs_common.c
2651                 fix bug #163 "Icon switching doesnt work properly" by 
2652                 preventing early freeing of prefs_common.pixmap_theme_path.
2653
2654 2003-06-09 [christoph]  0.9.0claws24
2655
2656         * src/gtk/gtkaspell.c
2657                 revert Thorsten's fix and add forgotten g_strdup for
2658                 aspell path (it should not be possible to alter the path a
2659                 GtkASpell uses from outside)
2660
2661 2003-06-09 [thorsten]   0.9.0claws23
2662
2663         * src/gtk/gtkaspell.c
2664                 dont free prefs_common.aspell_path when closing compose
2665
2666 2003-06-08 [colin]      0.9.0claws22
2667
2668         * src/plugins/spamassassin/spamassassin.c
2669                 fix prefs types
2670
2671 2003-06-07 [christoph]  0.9.0claws21
2672
2673         * src/Makefile.am
2674         * src/compose.c
2675         * src/gtkaspell.[ch]            ** REMOVE **
2676         * src/gtk/Makefile.am
2677         * src/gtk/gtkaspell.[ch]        ** NEW **
2678                 o make gtkaspell independent from sylpheed's prefs
2679                 o move gtkaspell.[ch] to gtk directory
2680
2681 2003-06-07 [christoph]  0.9.0claws20
2682
2683         * src/Makefile.am
2684         * src/crash.c
2685         * src/export.c
2686         * src/filesel.[ch]              ** REMOVE **
2687         * src/folder.c
2688         * src/main.[ch]
2689         * src/common/sylpheed.[ch]
2690         * src/gtk/Makefile.am
2691         * src/gtk/filesel.[ch]          ** NEW **
2692         * src/gtk/pluginwindow.c
2693         * src/gtk/sslcertwindow.c
2694                 move filesel.[ch] to gtk directory
2695
2696 2003-06-07 [alfons]     0.9.0claws19
2697
2698         * src/filesel.c
2699                 make (multi) file selection dialog work again (Claws-only)
2700
2701 2003-06-07 [thorsten]   0.9.0claws18
2702
2703         * po/de.po
2704                 fix typos
2705
2706 2003-06-07 [alfons]     0.9.0claws17
2707
2708         * configure.ac
2709         * src/mimeview.c
2710                 detect apache mishap in which case don't include fnmatch.h
2711                 if regex.h is already included
2712
2713 2003-06-06 [christoph]  0.9.0claws16
2714
2715         * configure.ac
2716         * src/mimeview.h
2717                 add check for fnmatch.h and include it when available
2718
2719         * src/mimeview.[ch]
2720                 fix wrong case sensitivity of Content-Types
2721
2722         * src/gtk/Makefile.am
2723                 need the same include paths in gtk directory as in
2724                 common directory because .h files in common can
2725                 include files from these directories, when included
2726                 in gtk's .h or .c files
2727
2728 2003-06-06 [alfons]     0.9.0claws15
2729
2730         * src/mimeview.c
2731         * src/summaryview.c
2732                 make it compile again because of regex.h / fnmatch.h 
2733                 include problems (related to recent mime stuff, can
2734                 someone check this?)
2735
2736 2003-06-06 [thorsten]   0.9.0claws14
2737
2738         * src/folderview.c
2739                 possible use of uninitialized pointer while dragging
2740
2741 2003-06-06 [paul]       0.9.0claws13
2742
2743         * src/compose.c
2744                 fix bug where the insert sig button would be effective
2745                 only when auto_sig was set
2746
2747 2003-06-06 [paul]       0.9.0claws12
2748
2749         * sync with 0.9.2 release
2750
2751 2003-06-02 [paul]       0.9.0claws11
2752
2753         * sync with 0.9.1cvs1
2754                 see ChangeLog 2003-06-02
2755                 
2756         * po/de.po
2757                 update by Jens
2758
2759 2003-06-01 [christoph]  0.9.0claws10
2760
2761         * src/account.c
2762                 don't use substring search to find accounts by email address
2763
2764         (closes Bug 169 Overly loose matching of "From" address)
2765
2766 2003-05-31 [christoph]  0.9.0claws9
2767
2768         * doc-src/rfc2683.txt
2769         * src/imap.c
2770                 limit IMAP command length as recommended in RFC2683
2771                 (message number lists will be split into multiple imap
2772                 sets, the limit of 1000 octets is not a hard limit)
2773
2774         (closes Bug 161 sylpheed-claws exits with segfault when logging
2775          in to certain imap-servers)
2776
2777 2003-05-29 [alfons]     0.9.0claws8
2778
2779         * src/toolbar.[ch]
2780                 add print button (calling summary_print());
2781                 fine tune setting tooltip text;
2782                 (if someone needs other buttons, please take these 
2783                 commits as a guide, instead of bothering us - also
2784                 see 0.8.11claws150) 
2785
2786 2003-05-29 [darko]      0.9.0claws7
2787
2788         * src/compose.c
2789                 fix crash when word wrapping kicks in due to
2790                 changed text by spell checker
2791
2792 2003-05-29 [paul]       0.9.0claws6
2793
2794         * src/compose.c
2795                 fix bug where changing account would insert
2796                 sig even if auto_sig was FALSE
2797                 
2798         * ChangeLog
2799           ChangeLog.jp
2800           INSTALL
2801                 sync with 0.9.1 release
2802
2803 2003-05-28 [christoph]  0.9.0claws5
2804
2805         * src/imap.c
2806                 fix truncation of too long commands
2807
2808         (closes Bug 167 IMAP hangs trying to get envelope
2809          information in imap_get_uncached_messages)
2810
2811 2003-05-27 [paul]       0.9.0claws4
2812
2813         * tools/Makefile.am
2814           tools/maildir2sylpheed.pl     ** NEW FILE **
2815                 add kmail to sylpheed mailbox conversion script
2816
2817 2003-05-27 [paul]       0.9.0claws3
2818
2819         * sync with 0.9.0cvs10
2820                 see ChangeLog 2003-05-26
2821
2822 2003-05-26 [paul]       0.9.0claws2
2823
2824         * sync with 0.9.0cvs9
2825                 see ChangeLog 2003-05-26
2826
2827 2003-05-24 [paul]       0.9.0claws1
2828
2829         * sync with 0.9.0cvs8
2830                 see ChangeLog 2003-05-23
2831
2832 2003-05-24 [paul]       0.9.0claws
2833
2834         * version 0.9.0claws released
2835
2836 2003-05-24 [paul]       0.8.11claws177
2837
2838         * src/plugins/dillo-viewer/Makefile.am
2839           src/plugins/traycon/Makefile.am
2840                 add missing files
2841                 
2842         * po/bg.po
2843           po/en_GB.po
2844           po/es.po
2845           po/it.po
2846           po/pt_BR.po
2847           po/ru.po
2848           po/sr.po
2849                 update Bulgarian, British English, Spanish, Italian, 
2850                 Brazilian Portuguese, Russian, and Serbian translations, 
2851                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2852                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2853                 Ruslan N. Balkin, and Urke MMI
2854
2855 2003-05-23 [melvin]     0.8.11claws176
2856
2857         * po/fr.po
2858                 Updated French translations
2859
2860 2003-05-22 [paul]       0.8.11claws175
2861
2862         * src/Makefile.am
2863           src/addrbook.[ch]
2864           src/addrcache.[ch]
2865           src/addr_compl.[ch]
2866           src/adressbook.[ch]
2867           src/addrindex.[ch]
2868           src/addritem.[ch]
2869           src/editaddress.c
2870           src/editgroup.c
2871           src/editldap_basedn.c
2872           src/editldap.c
2873           src/jpilot.c
2874           src/vcard.c
2875                 revert to get ldap into it previous working state
2876                 
2877         * po/zh_TW.Big5.po
2878                 new Taiwanese translation,
2879                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2880
2881 2003-05-22 [christoph]  0.8.11claws174
2882
2883         * src/plugins/spamassassin/libspamc.[ch]
2884                 sync libspamc with SpamAssaain release 2.55
2885
2886 2003-05-22 [paul]       0.8.11claws173
2887
2888         * sync with 0.9.0cvs7
2889                 see ChangeLog 2003-05-22
2890                 
2891         * src/summaryview.c
2892                 revert change in 0.8.11claws172: follow
2893                 Hiroyuki's decision and that's the end of it.
2894
2895 2003-05-21 [paul]       0.8.11claws172
2896
2897         * src/summaryview.c
2898                 fix discrepency between open_unread_on_enter
2899                 and always_show_msg
2900
2901 2003-05-21 [paul]       0.8.11claws171
2902
2903         * sync with 0.9.0cvs6
2904                 see ChangeLog 2003-05-21
2905
2906 2003-05-21 [paul]       0.8.11claws170
2907
2908         * sync with 0.9.0cvs5
2909                 see ChangeLog 2003-05-21
2910
2911 2003-05-20 [paul]       0.8.11claws169
2912
2913         * sync with 0.9.0cvs4
2914                 see ChangeLog 2003-05-20
2915                 fixes bug #152, 'encoding of IMAP folders names'
2916
2917 2003-05-20 [paul]       0.8.11claws168
2918
2919         * sync with 0.9.0cvs3
2920                 see ChangeLog 2003-05-20
2921                 
2922         * src/tools/convert_mbox.pl
2923                 minor change in the comments, submitted by Fred Marton
2924
2925 2003-05-19 [paul]       0.8.11claws167
2926
2927         * src/plugins/clamav/Makefile.am
2928           configure.ac
2929                 link clamav_lib to the plugin and not to the main program
2930
2931 2003-05-19 [christoph]
2932
2933         * src/Makefile.am
2934                 add -export-dynamic for linking
2935
2936 2003-05-19 [paul]       0.8.11claws166
2937
2938         * sync with 0.9.0cvs1
2939                 see ChangeLog 2003-05-19
2940
2941 2003-05-19 [paul]       0.8.11claws165
2942
2943         * src/inc.c
2944                 fix 'pop before smtp' timeout
2945
2946 2003-05-18 [alfons]     0.8.11claws164
2947
2948         * src/prefs_matcher.c
2949                 put "execute" action command line ("expression") in edit box
2950
2951 2003-05-18 [christoph]  0.8.11claws163
2952
2953         * src/mimeview.[ch]
2954         * src/plugins/dillo_viewer/dillo_viewer.c
2955         * src/plugins/image_viewer/viewer.c
2956         * src/plugins/mathml_viewer/mathml_viewer.c
2957                 let a viewer have a list of Content-Types
2958
2959 2003-05-18 [paul]       0.8.11claws162
2960
2961         * src/prefs_filtering.c
2962                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2963                 and REDIRECT actions
2964
2965 2003-05-17 [christoph]
2966
2967         * README.claws
2968                 o remove dynamic signatures that was syned with main
2969                 o add infos about no longer "build in" image viewer
2970                 o update bugtracker URL
2971
2972 2003-05-17 [christoph]  0.8.11claws161
2973
2974         * src/folder.c
2975         * src/folderview.c
2976         * src/imap.c
2977                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2978                 for every folder after rebuilding the folder tree.
2979
2980         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2981          messages)
2982
2983 2003-05-17 [christoph]  0.8.11claws160
2984
2985         * src/imap.c
2986                 don't use STATUS command on current folder to check for
2987                 content changes. imap_cmd_ok() now tracks changes to
2988                 folder and number of existing messages.
2989
2990 2003-05-17 [paul]       0.8.11claws159
2991
2992         * src/plugins/clamav/clamav_plugin.c
2993                 remove unnecessary debug_print
2994
2995 2003-05-16 [thorsten]   0.8.11claws158
2996
2997         * src/plugins/demo.c
2998                 included missing intl.h
2999
3000 2003-05-16 [paul]       0.8.11claws157
3001
3002         * po/POTFILES.in
3003                 remove non-existant entries
3004         
3005         * src/plugins/clamav/clamav_plugin.c
3006           src/plugins/clamav/clamav_plugin_gtk.c
3007           src/plugins/dillo_viewer/dillo_prefs.c
3008           src/plugins/dillo_viewer/dillo_viewer.c
3009                 gettextise
3010
3011 2003-05-16 [christoph]  0.8.11claws156
3012
3013         * po/POTFILES.in
3014                 include plugin .c files for translation until I
3015                 find a better solution to have plugins have their
3016                 own textdomain
3017         * src/plugins/demo/demo.c
3018         * src/plugins/image_viewer/plugin.c
3019         * src/plugins/mathml_viewer/mathml_viewer.c
3020         * src/plugins/spamassassin/spamassassin.c
3021         * src/plugins/spamassassin/spamassassin_gtk.c
3022         * src/plugins/trayicon/trayicon.c
3023                 add gettext macros for plugin name and description
3024
3025 2003-05-16 [paul]
3026
3027         * sync with 0.9.0
3028
3029 2003-05-16 [paul]       0.8.11claws155
3030
3031         * sync with lastest 0.9.0pre1
3032                 see ChangeLog 2003-05-16
3033
3034 2003-05-15 [paul]       0.8.11claws154
3035
3036         * sync with latest 0.9.0pre1
3037                 see ChangeLog 2003-05-14 and 2003-05-15
3038
3039 2003-05-14 [christoph]  0.8.11claws153
3040
3041         * src/plugins/image_viewer/viewer.c
3042         * src/plugins/image_viewer/viewer.glade         ** NEW **
3043         * src/plugins/image_viewer/viewerprefs.c
3044                 make it possible to disable the autoload function in the
3045                 imageviewer again
3046
3047 2003-05-14 [christoph]  0.8.11claws152
3048
3049         * src/folder.c
3050                 fix folder update after adding a message
3051
3052 2003-05-13 [alfons]     0.8.11claws151
3053
3054         * src/common/session.c
3055                 remove debug traces
3056                 
3057         * src/addrcache.[ch]
3058         * src/filtering.[ch]
3059         * src/folder.[c]
3060         * src/gtkaspell.[ch]
3061         * src/imap.[ch]
3062         * src/mbox_folder.[ch]
3063         * src/mh.[ch]
3064         * src/mimeview.h
3065         * src/msgcache.[ch]
3066         * src/news.[ch]
3067         * src/passphrase.[ch]
3068         * src/prefs_common.[ch]
3069         * src/prefs_gtk.[ch]
3070         * src/procmsg.c
3071         * src/scoring.[ch]
3072                 be pedantic; (in prototypes () implies (int))
3073
3074 2003-05-13 [alfons]     0.8.11claws150
3075
3076         * src/prefs_toolbar.[ch]
3077         * src/summaryview.[ch]
3078         * src/toolbar.[ch]
3079                 change misleading text in toolbar prefs;
3080                 add toolbar action for ignore thread (toggles ignore thread flag);
3081                 clean up a little bit;
3082
3083 2003-05-12 [paul]
3084
3085         * tools/convert_mbox.pl
3086                 bug fixed by Fred Marton
3087
3088 2003-05-12 [paul]
3089
3090         * sync with 0.9.0pre1
3091
3092 2003-05-09 [paul]       0.8.11claws149
3093
3094         * sync with 0.8.11cvs43
3095                 see ChangeLog 2003-05-09
3096
3097 2003-05-08 [christoph]  0.8.11claws148
3098
3099         * src/imap.[ch]
3100                 o use CAPABILIY as first command and check for PREAUTH
3101                   information in the response to it
3102                 o rewrite all imap_cmd_* functions to use an IMAPSession
3103                   instead of a SockInfo as parameter
3104                 o do STARTTLS after fetching and checking the server
3105                   capabilities
3106
3107 2003-05-08 [paul]       0.8.11claws147
3108
3109         * tools/Makefile.am
3110           tools/README
3111           tools/convert_mbox.pl         ** NEW FILE **
3112                 add mbox conversion script. Submitted by 
3113                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3114
3115 2003-05-07 [christoph]
3116
3117         * doc-src/glade.txt
3118         * src/gtk/pluginwindow.glade
3119         * src/plugins/image_viewer/viewerprefs.glade
3120         * src/plugins/spamassassin/spamassassin_gtk.glade
3121                 add glade files for user interfaces and a description how
3122                 to use glade to create the sylpheed code
3123
3124 2003-05-07 [paul]       0.8.11claws146
3125
3126         * sync with 0.8.11cvs41
3127                 see ChangeLog 2003-05-07
3128
3129 2003-05-06 [christoph]  0.8.11claws145
3130
3131         * src/main.c
3132         * src/plugins/image_viewer/viewer.c
3133                 fix usage of imlib in imageviewer plugin
3134
3135         * src/gtk/prefswindow.c
3136                 handle window close event correctly
3137
3138 2003-05-06 [paul]       0.8.11claws144
3139
3140         * src/common/ssl.c
3141                 fix typo introduced in sync
3142
3143 2003-05-06 [paul]       0.8.11claws143
3144
3145         * sync with 0.8.11cvs39
3146                 see ChangeLog 2003-05-06
3147
3148 2003-05-06 [paul]       0.8.11claws142
3149
3150         * AUTHORS
3151           po/cs.po
3152                 updated Czech translation, submitted by 
3153                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3154                 
3155         * src/plugins/clamav/clamav_plugin_gtk.c
3156                 clean up
3157
3158 2003-05-03 [alfons]     0.8.11claws141
3159
3160         * src/compose.[ch]
3161                 make paste as quotation work even when the call to 
3162                 text_inserted() was deferred (fixes bug #140 "Paste 
3163                 as quotation does not work when using "external" 
3164                 clipboard")
3165
3166 2003-05-03 [thorsten]   0.8.11claws140
3167
3168         * src/addrquery.h
3169           src/ldapquery.h
3170           src/mainwindow.c
3171                 removed C++ comments
3172         * src/addr_compl.c
3173                 function with non-int retval/param used before
3174                 implementation/declaration
3175
3176 2003-05-02 [paul]       0.8.11claws139
3177
3178         * src/addr_compl.[ch]
3179           src/addressbook.[ch]
3180           src/addrindex.c
3181           src/summaryview.c
3182                 revert match's changes to (finally) remove the bug where
3183                 opening a folder causes massive slowdown when using the 
3184                 'Display sender using address book' option
3185
3186 2003-05-01 [melvin]     0.8.11claws138
3187
3188         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3189         * src/plugins/dillo_viewer/dillo_viewer.c
3190                 Fixed bug where "Cancel" button from prefs issued
3191                 warnings.
3192                 Comply a little more to coding style
3193
3194 2003-05-01 [paul]       0.8.11claws137
3195
3196         * sync with 0.8.11cvs38
3197                 see ChangeLog 2003-05-01
3198
3199 2003-05-01 [paul]       0.8.11claws136
3200
3201         * po/bg.po
3202                 updated by George Danchev
3203
3204 2003-04-30 [christoph]  0.8.11claws135
3205
3206         * src/plugins/dillo_viewer/dillo_prefs.c
3207         * src/plugins/image_viewer/viewerprefs.c
3208         * src/plugins/spamassassin/spamassassin_gtk.c
3209                 remove gtk_widget_ref() calls for widgets in
3210                 glade code
3211
3212 2003-04-30 [paul]       0.8.11claws134
3213
3214         * src/addrindex.c
3215                 ok, this time a better fix for the bug where opening folder
3216                 has massive slowdown when using the 'Display sender using 
3217                 address book' option
3218
3219 2003-04-30 [paul]       0.8.11claws133
3220
3221         * src/addrindex.c
3222                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3223         
3224 2003-04-30 [melvin]     0.8.11claws132
3225
3226         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3227
3228         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3229                 Preferences for the dillo plugin
3230         * src/plugins/dillo_viewer/dillo_viewer.c
3231                 Support for preferences
3232         * src/plugins/dillo_viewer/Makefile.am
3233                 Added dillo_prefs.[ch]
3234
3235 2003-04-30 [alfons]     0.8.11claws131
3236
3237         * src/common/plugin.[ch]
3238                 see? this ANSI C'fication immediately gives us type
3239                 checking for free.
3240
3241 2003-04-30 [alfons]     0.8.11claws130
3242
3243         * src/common/plugin.[ch]
3244         * src/plugins/clamav/clamav_plugin.[ch]
3245         * src/plugins/clamav/clamav_plugin_gtk.c
3246         * src/plugins/demo/demo.c
3247         * src/plugins/dillo_viewer/dillo_viewer.c
3248         * src/plugins/image_viewer/plugin.c
3249         * src/plugins/image_viewer/viewer.[ch]
3250         * src/plugins/image_viewer/viewerprefs.[ch]
3251         * src/plugins/mathml_viewer/mathml_viewer.c
3252         * src/plugins/spamassassin/spamassassin.[ch]
3253         * src/plugins/spamassassin/spamassassin_gtk.c
3254         * src/plugins/trayicon/trayicon.c
3255                 clean up
3256
3257 2003-04-30 [alfons]     0.8.11claws129
3258
3259         * src/common/utils.c
3260                 make is_ascii_str() fail gracefully when NULL pointer
3261                 is passed
3262
3263 2003-04-30 [paul]       0.8.11claws128
3264
3265         * src/addrindex.c
3266                 fix bug where opening folder has massive slowdown when
3267                 using the 'Display sender using address book' option
3268
3269 2003-04-30 [paul]       0.8.11claws127
3270
3271         * src/plugins/clamav/clamav_plugin.c
3272           src/plugins/clamav/clamav_plugin_gtk.c
3273           src/plugins/demo/demo.c
3274           src/plugins/dillo_viewer/dillo_viewer.c
3275           src/plugins/image_viewer/plugin.c
3276           src/plugins/mathml_viewer/mathml_viewer.c
3277           src/plugins/spamassassin/spamassassin.c
3278           src/plugins/spamassassin/spamassassin_gtk.c
3279           src/plugins/trayicon/trayicon.c
3280                 get rid of eye-hurting function signatures
3281
3282 2003-04-30 [paul]       0.8.11claws126
3283
3284         * src/plugins/trayicon/trayicon.c
3285                 add description
3286                 
3287         * src/mimeview.c
3288                 be more descriptive
3289
3290 2003-04-30 [paul]       0.8.11claws125
3291
3292         * configure.ac
3293                 arrange the plugins in reverse alphabetical order
3294                 
3295         * src/plugins/clamav/clamav_plugin.[ch]
3296           src/plugins/clamav/clamav_plugin_gtk.c
3297                 rename some params
3298                 resize max_size window
3299                 re-arrange the order of some gui elements
3300                 improve descriptions
3301         
3302         * src/plugins/image_viewer/plugin.c
3303           src/plugins/mathml_viewer/mathml_viewer.c
3304                 add descriptions
3305                 
3306         * src/plugins/spamassassin/spamassassin_gtk.c
3307                 resize max_size window
3308                 re-arrange the order of some gui elements
3309                 
3310         * src/messageview.c
3311           src/mimeview.c
3312                 correct typos
3313
3314 2003-04-30 [alfons]     0.8.11claws124
3315
3316         * src/imap.c
3317                 fix a leak found while browsing Martin Kluge's 
3318                 valgrind log (Claws only)
3319
3320 2003-04-29 [darko]      0.8.11claws123
3321
3322         * src/gtk/gtkstext.h
3323                 include wchar.h if it is available, fixes compilation
3324                 on HP-UX systems
3325
3326 2003-04-29 [melvin]     0.8.11claws122
3327
3328         * src/prefs_actions.c
3329                 Improved help text of Actions' syntax
3330
3331 2003-04-28 [paul]       0.8.11claws121
3332
3333         * src/action.c
3334                 a better fix for the crash when performing an action
3335                 on a mime part
3336
3337 2003-04-28 [paul]       0.8.11claws120
3338
3339         * src/action.c
3340                 fix crash when performing an action on a
3341                 mime part
3342
3343 2003-04-28 [paul]       0.8.11claws119
3344
3345         * sync with 0.8.11cvs36
3346                 see ChangeLog 2003-04-28
3347
3348 2003-04-27 [paul]       0.8.11claws118
3349
3350         * more sync with 0.8.11cvs35
3351                 see ChangeLog 2003-04-25
3352
3353 2003-04-26 [christoph]  0.8.11claws117
3354
3355         * src/folder.c
3356                 fix remove virtual check
3357
3358 2003-04-26 [paul]       0.8.11claws116
3359
3360         * src/messageview.c
3361                 fix return-receipt, make it work again
3362
3363 2003-04-26 [paul]       0.8.11claws115
3364
3365         * src/mimeview.c
3366                 restore double-clicking of the [application/pgp-signature 
3367                 (Select "Check signature" to check)] line in the message view,
3368                 broken in recent sync
3369
3370 2003-04-26 [christoph]  0.8.11claws114
3371
3372         * src/folder.c
3373                 check if remove virtual really exists before
3374                 calling the function
3375
3376 2003-04-25 [match]      0.8.11claws113
3377
3378         * src/addrindex.c
3379         * src/addrbook.c
3380         * src/ldapquery.[ch]
3381         * src/ldapctrl.[ch]
3382                 fix memleak.
3383         * src/ldapserver.[ch]
3384                 fix memleak. fix segfault.
3385                 plug a Claws memleak
3386
3387 2003-04-25 [alfons]     0.8.11claws112
3388
3389         * src/folder.c
3390                 plug a Claws memleak
3391
3392 2003-04-25 [alfons]     0.8.11claws111
3393
3394         * src/common/session.c
3395                 plug a memleak
3396
3397 2003-04-25 [paul]       0.8.11claws110
3398
3399         * sync with 0.8.11cvs35
3400                 see ChangeLog 2003-04-24 and 2003-04-25
3401                 
3402         * src/gtk/pluginwindow.c
3403                 correct another strange float value
3404
3405 2003-04-24 [christoph]  0.8.11claws109
3406
3407         * src/folder.c
3408                 freeze folder item updates when unsetting new flags
3409
3410         * src/gtk/pluginwindow.c
3411                 correct strange float value
3412
3413 2003-04-23 [paul]       0.8.11claws108
3414
3415         * sync with 0.8.11cvs33
3416                 see ChangeLog 2003-04-23
3417
3418 2003-04-22 [paul]       0.8.11claws107
3419
3420         * src/Makefile.am
3421           src/messageview.c
3422           src/mimeview.c
3423           src/pgptext.[ch]      ** REMOVED **
3424                 remove pgptext.[ch] as its not used any more
3425
3426 2003-04-22 [paul]       0.8.11claws106
3427
3428         * sync with 0.8.11cvs31
3429                 see ChangeLog 2003-04-21 and 2003-04-22
3430
3431 2003-04-21 [alfons]     0.8.11claws105
3432
3433         * src/main.c
3434                 No access to GTK structures if we're a spawned child
3435                 (and clean up code a little bit...) Should fix #126.
3436
3437 2003-04-21 [melvin]     0.8.11claws104
3438
3439         * src/plugins/dillo_viewer/README
3440                 Improved slightly the text.
3441
3442 2003-04-21 [melvin]     0.8.11claws103
3443
3444         * src/plugins/dillo_viewer/README *** NEW ***
3445                 Added a README file for the Dillo plugin
3446
3447 2003-04-20 [paul]
3448
3449         * tools/README
3450           tools/outlook2sylpheed.pl
3451                 updated and improved by Ricardo Mones Lastra
3452
3453 2003-04-18 [oliver]     0.8.11claws102
3454
3455         * src/inc.c 
3456         * src/prefs_account.h
3457                 remove Pop3SessionType (used by selective download)
3458         * src/prefs_toolbar.c
3459                 enable set Default Toolbar button
3460
3461 2003-04-18 [paul]       0.8.11claws101
3462
3463         * sync with 0.8.11cvs29
3464                 see ChangeLog 2003-04-18
3465
3466 2003-04-17 [paul]       0.8.11claws100
3467
3468         * src/prefs_common.[ch]
3469           src/summaryview.c
3470                 remove 'Open next message on deletion' option,
3471                 as the same effect can now be achieved via the
3472                 'Always open messages in summary when selected'
3473                 option.
3474
3475 2003-04-17 [paul]       0.8.11claws99
3476
3477         * sync with 0.8.11cvs28
3478                 see ChangeLog 2003-04-17
3479
3480 2003-04-17 [christoph]  0.8.11claws98
3481
3482         * ac/spamassassin.m4
3483         * src/plugins/spamassassin/libspamc.[ch]
3484         * src/plugins/spamassassin/utils.[ch]
3485                 sync libspamc with SpamAssassin project
3486
3487 2003-04-17 [christoph]  0.8.11claws97
3488
3489         * src/common/socket.h
3490         * src/gtk/sslcertwindow.h
3491                 rename old USE_SSL to USE_OPENSSL
3492
3493 2003-04-17 [paul]       0.8.11claws96
3494
3495         * src/prefs_common.h
3496                 use gulong for P_COLOR so that it compiles/runs on
3497                 64-bit systems. Patch submitted by James Noyes
3498                 <jnoyes-claws@retrogeeks.com>
3499                 
3500         * po/de.po
3501                 updated by Jens
3502
3503 2003-04-17 [paul]       0.8.11claws95
3504
3505         * sync with 0.8.11cvs27
3506                 see ChangeLog 2003-04-16
3507
3508 2003-04-15 [paul]       0.8.11claws94
3509
3510         * src/prefs_common.[ch]
3511                 rearrange to stop the window getting too long:
3512                         move Receive dialog stuff to Receive tab
3513                         move Send dialog to Send tab
3514                         remove Dialogs frame
3515                 rename 'Open messages in summary with cursor keys' to
3516                 'Always open messages in summary when selected', as its
3517                 more appropriate
3518
3519 2003-04-15 [paul]       0.8.11claws93
3520
3521         * src/prefs_common.[ch]
3522           src/summaryview.c
3523                 add new option '/Interface/Open next message on deletion'
3524
3525 2003-04-15 [paul]       0.8.11claws92
3526
3527         * src/summaryview.[ch]
3528                 add /Mark/Lock and /Mark/Unlock to the pop-up
3529                 menu. Patch submitted by Ivan Francolin Martinez
3530                 <ivanfm@users.sourceforge.net>
3531
3532 2003-04-15 [paul]       0.8.11claws91
3533
3534         * sync with 0.8.11cvs24
3535                 see ChangeLog 2003-04-15
3536
3537 2003-04-14 [jens]       0.8.11claws90
3538
3539         * updated German translation and some corrections from
3540                 Roland Bless <bless@tm.uka.de>
3541
3542 2003-04-14 [paul]       0.8.11claws89
3543
3544         * sync with 0.8.11cvs22
3545                 see ChangeLog 2003-04-14
3546
3547 2003-04-13 [paul]       0.8.11claws88
3548
3549         * src/plugins/clamav/clamav_plugin.c
3550                 fix memory leaks
3551                 clean up
3552
3553 2003-04-12 [paul]       0.8.11claws87
3554
3555         * src/plugins/clamav/clamav_plugin.c
3556                 activate enable/disable archive scanning option
3557                 
3558         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3559
3560 2003-04-12 [paul]       0.8.11claws86
3561
3562         * src/plugins/Makefile.am
3563           src/plugins/clamav/Makefile.am                ** NEW FILE **
3564           src/plugins/clamav/README                     ** NEW FILE ** 
3565           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3566           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3567                 add Clam AntiVirus plugin
3568
3569 2003-04-12 [paul]       0.8.11claws85
3570
3571         * sync with 0.8.11cvs21
3572                 see ChangeLog 2003-04-11
3573
3574 2003-04-11 [paul]       0.8.11claws84
3575
3576         * po/es.po
3577                 update Spanish translation. Submitted by Ricardo
3578                 Mones Lastra.
3579
3580 2003-04-10 [christoph]  0.8.11claws83
3581
3582         * src/mbox.c
3583                 fix typo that did not move unfiltered mails to destination
3584                 folder
3585
3586         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3587          when filtering from spool)
3588
3589 2003-04-10 [christoph]  0.8.11claws82
3590
3591         * src/imap.c
3592                 use BODY.PEEK instead of BODY in in message fetch operation
3593                 to make sure the IMAP server does not set the \Seen flag for
3594                 messages. Sylpheed does that later itself, when the message
3595                 is opened in sylpheed
3596
3597         (closes Bug 111 Claws destroys unread marks)
3598
3599 2003-04-09 [oliver]     0.8.11claws81
3600         
3601         * src/folder.c
3602                 fix crash in folder_destroy
3603         * README.claws
3604                 remove selective download
3605
3606 2003-04-09 [christoph]  0.8.11claws80
3607
3608         * src/imap.c
3609                 fix crash in imap_get_msginfo() when then fetched message
3610                 is not found
3611
3612         (closes Bug 110 Crash during mail composition)
3613
3614 2003-04-08 [christoph]  0.8.11claws79
3615
3616         * src/folder.c
3617         * src/prefs_account.c
3618                 Filter new messages that are found in an INBOX folder
3619                 when 'Filter messages on receiving' is enabled in the
3620                 Folder's AccountPrefs. This allows to use Sylpheed's
3621                 filtering engine for IMAP folders where messages are
3622                 added to the INBOX by a MTA
3623
3624 2003-04-08 [paul]       0.8.11claws78
3625
3626         * src/procmsg.h
3627                 clean up after last commit
3628
3629 2003-04-08 [paul]       0.8.11claws77
3630
3631         * sync with 0.8.11cvs20
3632                 see ChangeLog 2003-04-07 and 2003-04-08
3633
3634 2003-04-07 [christoph]  0.8.11claws76
3635
3636         * src/filtering.[ch]
3637         * src/inc.[ch]
3638         * src/mbox.c
3639         * src/procmsg.[ch]
3640                 add procmsg_msginfo_filter() to execute filtering actions
3641
3642 2003-04-06 [christoph]  0.8.11claws75
3643
3644         * src/imap.c
3645                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3646
3647 2003-04-06 [christoph]  0.8.11claws74
3648
3649         * src/common/utils.[ch]
3650                 add g_int_compare() function for slist sorting
3651
3652         * src/imap.c
3653                 fetch all MsgInfos with one command in imap_get_msginfos()
3654                 using an imap set with a list of ranges
3655
3656         * src/news.c
3657                 use new g_int_compare() function
3658
3659 2003-04-06 [thorsten]   0.8.11claws73
3660
3661         * src/mh.c
3662                 corrected implementation of mh_folder_destroy()
3663
3664 2003-04-05 [christoph]  0.8.11claws72
3665
3666         * src/account.c
3667         * src/folder.[ch]
3668         * src/folderview.c
3669         * src/imap.c
3670         * src/inc.c
3671         * src/main.c
3672         * src/mainwindow.c
3673         * src/mbox_folder.c
3674         * src/mh.c
3675         * src/mimeview.h
3676         * src/msgcache.[ch]
3677         * src/news.c
3678         * src/procmime.h
3679         * src/procmsg.[ch]
3680         * src/setup.c
3681         * src/gtk/gtkutils.c
3682                 o rename structure field names class and new to klass and
3683                   new_msgs, to allow including files in C++
3684                 o add 'extern "C"' block to some header files
3685                 o add MsgInfoList and MsgNumberList as alias for GSList for
3686                   developers to know what type of list is expected
3687
3688         * src/plugins/image_viewer/plugin.c
3689         * src/plugins/image_viewer/viewer.[ch]
3690         * src/plugins/image_viewer/viewerprefs.[ch]
3691                 rename function names to prevent conflicts
3692
3693 2003-04-05 [paul]       0.8.11claws71
3694
3695         * sync with 0.8.11cvs18
3696                 see ChangeLog 2003-04-03 and 2003-04-04
3697
3698 2003-04-02 [christoph]  0.8.11claws70
3699
3700         * src/folder.[ch]
3701         * src/imap.[ch]
3702         * src/mbox_folder.[ch]
3703         * src/mh.[ch]
3704         * src/news.[ch]
3705                 o Make all virtual folder functions private
3706                 o remove unused folder code
3707
3708         * src/common/socket.[ch]
3709         * src/summaryview.c
3710                 fix warnings
3711
3712 2003-03-30 [alfons]     0.8.11claws69
3713
3714         * src/send_message.c
3715                 remove two debug traces and see if people still report
3716                 errors
3717
3718 2003-03-30 [alfons]     0.8.11claws68
3719
3720         * src/send_message.c
3721         * src/commons/session.c
3722                 add more debug traces
3723
3724 2003-03-30 [christoph]  0.8.11claws67
3725
3726         * src/folder.c
3727                 change processing folder name from .processing to processing
3728
3729         * src/common/ssl.c
3730                 disable SSL certificate check because it causes Xlib error
3731                 when the child process want's to open an GTK window
3732
3733 2003-03-30 [christoph]  0.8.11claws66
3734
3735         * src/folder.c
3736                 don't use default folder for processing folder item because
3737                 it can be a non local folder
3738
3739         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3740
3741 2003-03-30 [alfons]     0.8.11claws65
3742
3743         * src/send_message.c
3744                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3745                 to generate bad code for 'send_send_data_progressive': When
3746                 called from 'send_send_data_finished', the 'data' pointer is
3747                 cleared just before the assignment to the dialog pointer
3748
3749 2003-03-29 [christoph]  0.8.11claws64
3750
3751         * src/common/prefs.h
3752         * src/plugins/image_viewer/Makefile.am
3753         * src/plugins/image_viewer/plugin.c
3754         * src/plugins/image_viewer/viewer.[ch]
3755         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3756                 add PrefsPage for ImageViewer
3757
3758 2003-03-28 [thorsten]   0.8.11claws63
3759
3760         * src/common/session.c
3761                 added some comments
3762
3763 2003-03-28 [paul]       0.8.11claws62
3764
3765         * sync with 0.8.11cvs16
3766                 see ChangeLog 2003-03-28
3767
3768 2003-03-28 [paul]       0.8.11claws61
3769
3770         * sync with 0.8.11cvs15
3771                 see ChangeLog 2003-03-28
3772
3773 2003-03-27 [christoph]  0.8.11claws60
3774
3775         * src/folder.c
3776         * src/imap.c
3777         * src/common/socket.[ch]
3778                 set socket state to DISCONNECTED when any operation
3779                 fails to allow reconnecting in IMAP code without
3780                 checking the return code of all calls to the command
3781                 functions
3782
3783         * src/folderview.c
3784         * src/summaryview.c
3785                 remove some more stuff that depends on specific
3786                 folder types
3787
3788 2003-03-27 [paul]       0.8.11claws59
3789
3790         * sync with 0.8.11cvs14
3791                 see ChangeLog 2003-03-27
3792                 
3793         * src/selective_download.[ch]   ** REMOVED **
3794                 really removed
3795
3796 2003-03-27 [christoph]  0.8.11claws58
3797
3798         * src/folder.c
3799                 fix handling of tmp_flags in flag copy function
3800
3801 2003-03-27 [paul]       0.8.11claws57
3802
3803         * sync with 0.8.11cvs13
3804                 see ChangeLog 2003-03-27
3805
3806 2003-03-27 [oliver]     0.8.11claws56
3807
3808         * src/maiwindow.c
3809                 remove sel_download_cb
3810
3811 2003-03-27 [oliver]     0.8.11claws55
3812         
3813         * src/inc.c
3814                 remove POP3_TOP
3815         
3816 2003-03-26 [oliver]     0.8.11claws54
3817
3818         *src/pop.h
3819                 remove POP3_TOP*
3820         * README.claws
3821                 remove selective donwload readme
3822
3823 2003-03-26 [oliver]     0.8.11claws53
3824         * src/matcher.[ch]
3825         * src/matcher_parser_parse.y 
3826         * src/pop.c 
3827         * src/prefs_account.[ch]
3828         * src/prefs_filtering.c
3829                 remove selective donwload
3830
3831 2003-03-26 [oliver]     0.8.11claws52
3832
3833         * src/inc.[ch] 
3834         * src/filtering.c 
3835         * src/mainwindow.c 
3836                 remove selective donwload
3837
3838 2003-03-26 [oliver]     0.8.11claws51
3839         
3840         * src/Makefile.am
3841         * src/selective_download.[ch]   ** REMOVE **    
3842
3843 2003-03-26 [christoph]  0.8.11claws50
3844
3845         * src/news.c
3846                 fix NEWS that got broken by a sync with sylpheed-main
3847
3848 2003-03-26 [christoph]  0.8.11claws49
3849
3850         * src/mimeview.c
3851                 fix mime type guessing when no mime type is found for a file
3852
3853 2003-03-25 [christoph]  0.8.11claws48
3854
3855         * src/mimeview.c
3856         * src/procmime.c
3857                 remove mime type guessing from mime parser and use
3858                 name based mime types in viewer lookup for mime type
3859                 application/octet-stream
3860
3861 2003-03-25 [christoph]  0.8.11claws47
3862
3863         * doc-src/readme.txt
3864         * doc-src/rfc2554.txt
3865                 add RFC about SMTP AUTH
3866
3867         * src/send_message.c
3868         * src/common/smtp.[ch]
3869                 add extra error code for authentication errors and
3870                 clear temporary password when this error occurs
3871
3872         (closes Bug 84 authentication failure while sending should
3873          prompt for password again)
3874
3875 2003-03-25 [christoph]  0.8.11claws46
3876
3877         * configure.ac
3878         * src/Makefile.am
3879         * src/imageview.[ch]                            ** REMOVE **
3880         * src/messageview.[ch]
3881         * src/mimeview.[ch]
3882         * src/prefs_common.[ch]
3883         * src/textview.c
3884         * src/plugins/Makefile.am
3885         * src/plugins/image_viewer/.cvsignore           ** NEW **
3886         * src/plugins/image_viewer/Makefile.am          ** NEW **
3887         * src/plugins/image_viewer/plugin.c             ** NEW **
3888         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3889                 move image viewer into a plugin (building is enabled by default)
3890                 [ToDo: Prefs for resize and autoview]
3891
3892 2003-03-25 [paul]       0.8.11claws45
3893
3894         * sync with 0.8.11cvs12
3895                 see ChangeLog 2003-03-26
3896
3897 2003-03-25 [paul]       0.8.11claws44
3898
3899         * sync with 0.8.11cvs11
3900                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3901                 
3902         Note: Selective Download is broken.
3903                 
3904 2003-03-22 [christoph]  0.8.11claws43
3905
3906         * src/folder.c
3907                 code cleanup for flags copying
3908
3909 2003-03-22 [christoph]  0.8.11claws42
3910
3911         * src/plugins/trayicon/trayicon.c
3912                 fix setting the transparent area when the window size
3913                 is forced by the system tray
3914
3915 2003-03-22 [christoph]  0.8.11claws41
3916
3917         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3918         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3919         * src/plugins/trayicon/newmail.xpm              ** NEW **
3920         * src/plugins/trayicon/nomail.xpm               ** NEW **
3921         * src/plugins/trayicon/trayicon.c
3922         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3923                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3924                 o add icon for unread mails
3925                 o set transparency for window
3926
3927 2003-03-22 [christoph]  0.8.11claws40
3928
3929         * src/news.c
3930                 init news session to prevent crash when session is closed
3931
3932 2003-03-22 [christoph]  0.8.11claws39
3933
3934         * src/imap.c
3935         * src/common/session.[ch]
3936                 Init session data to make sure we don't have invalid pointers
3937                 for read_ch and write_ch when new multi process sessions are
3938                 not used
3939
3940         * src/main.c
3941         * src/common/plugin.c
3942         * src/common/sylpheed.c
3943         * src/plugins/demo/demo.c
3944         * src/plugins/dillo_viewer/dillo_viewer.c
3945         * src/plugins/mathml_viewer/mathml_viewer.c
3946         * src/plugins/spamassassin/spamassassin.c
3947         * src/plugins/spamassassin/spamassassin_gtk.c
3948                 add plugin types to allow loading plugins at different times
3949                 (and maybe for different frontends), because it's not good to
3950                 load GTK-Plugins gefore gtk_init was called
3951
3952         * configure.ac
3953         * src/plugins/Makefile.am
3954         * src/plugins/trayicon/.cvsignore               ** NEW **
3955         * src/plugins/trayicon/Makefile.am              ** NEW **
3956         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3957         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3958         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3959         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3960         * src/plugins/trayicon/trayicon.c               ** NEW **
3961                 New Trayicon plugin that shows an icon in a systray that uses
3962                 XEMBED protocol like Gnome's systray. Icon shows if there
3963                 are new mails and a tooltip shows information about new,
3964                 unread and total messages.
3965
3966 2003-03-22 [paul]       0.8.11claws38
3967
3968         * src/common/smtp.c
3969                 fix ESMTP AUTH CRAM-MD5
3970                 [sync with main (still version 0.8.11cvs6), see
3971                  ChangeLog 2003-03-22]
3972
3973 2003-03-21 [colin]      0.8.11claws37
3974
3975         * src/send_message.c
3976                 Fix USE_SSL => USE_OPENSSL
3977
3978 2003-03-21 [colin]      0.8.11claws36
3979
3980         * src/folderview.c
3981                 Fix counts in drag and dropped subfolders
3982
3983 2003-03-21 [colin]      0.8.11claws35
3984
3985         * src/folder.c 
3986         * src/folderview.c
3987                 speed up a bit folder dnd
3988
3989 2003-03-20 [alfons]     0.8.11claws34
3990
3991         * src/main.c
3992         * src/toolbar.c
3993         * src/procmsg.c
3994                 don't send locked queue messages
3995                 (feature request "[ 705245 ] Locking message in outbox 
3996                  should prevent sending")
3997
3998 2003-03-20 [christoph]  0.8.11claws33
3999
4000         * src/folder.c
4001                 remove NEW and UNREAD flag in special folders when scanning
4002                 
4003         * src/common/smtp.c
4004                 fix ESMTP AUTH CRAM-MD5
4005
4006 2003-03-20 [paul]       0.8.11claws32
4007
4008         * src/prefs_account.c
4009                 Re-write 'Tunnel command to open connection' as
4010                 'Use command to communicate with server', and disable
4011                 it for all except IMAP accounts
4012
4013 2003-03-20 [paul]       0.8.11claws31
4014
4015         * sync with 0.8.11cvs6
4016                 see ChangeLog 2003-03-20
4017
4018 2003-03-19 [match]      0.8.11claws30
4019
4020         * src/addritem.[ch]
4021                 include documentation. minor refactoring.
4022         * src/addr_compl.[ch]
4023         * src/addrindex.[ch]
4024         * src/addresbook.[ch]
4025         * src/summaryview.c
4026                 re-enable address lookup (was disabled in
4027                 0.8.11claws20).
4028
4029 2003-03-19 [christoph]  0.8.11claws29
4030
4031         * src/procmsg.c
4032                 add temp flag handling, will make moving and copying
4033                 messages possible again
4034
4035         * src/folder.c
4036                 correct calulation of folder stats
4037
4038 2003-03-18 [match]      0.8.11claws28
4039
4040         * src/editgroup.h
4041                 remove case sensitive comparison (closes bug 80).
4042
4043 2003-03-18 [christoph]  0.8.11claws27
4044
4045         * src/imap.c
4046                 fix imap using a tunnel command
4047
4048         (closes bug 87)
4049
4050 2003-03-18 [christoph]  0.8.11claws26
4051
4052         * src/folder.[ch]
4053         * src/imap.c
4054         * src/procmsg.[ch]
4055                 rewrite flag handling for folders
4056
4057 2003-03-18 [christoph]  0.8.11claws25
4058
4059         * src/folder.c
4060         * src/procmsg.c
4061         * src/summaryview.c
4062                 unset NEW and UNREAD flags when message is ignored, to make
4063                 sure messages don't show up as unread on other IMAP clients,
4064                 because the IGNORE_THREAD flag can not be syncronized through
4065                 the IMAP folder
4066
4067 2003-03-17 [christoph]  0.8.11claws24
4068
4069         * src/imap.c
4070                 don't use recursion to fetch uids when the number of messages
4071                 does not match. Moved code into subfunction that is used
4072                 again when needed, to prevent an endless loop.
4073
4074 2003-03-17 [thorsten]   0.8.11claws23
4075
4076         * src/imageview.[ch]
4077                 export imageview_get_resized_size() (for plugins)
4078         * src/prefs_common.[ch]
4079                 added prefs_common_get() (for plugins)
4080
4081 2003-03-17 [christoph]  0.8.11claws22
4082
4083         * src/imap.c
4084                 o remove UID guessing from copy code
4085                 o support UIDPLUS extension for APPEND command
4086
4087 2003-03-17 [paul]       0.8.11claws21
4088
4089         * src/gtk/about.c
4090                 remove 'Compiled-plugins' section.
4091                 
4092         * src/plugins/dillo_viewer/dillo_viewer.c
4093                 slight change to description text
4094
4095 2003-03-16 [match]      0.8.11claws20
4096         * src/ldapserver.[ch]           ** NEW **
4097         * src/ldapctrl.[ch]             ** NEW **
4098         * src/ldapquery.[ch]            ** NEW **
4099         * src/ldaputil.[ch]             ** NEW **
4100         * src/addrcindex.[ch]           ** NEW **
4101         * src/addrquery.h               ** NEW **
4102         * src/addritem.[ch]
4103         * src/addrcache.[ch]
4104         * src/addrindex.[ch]
4105         * src/addr_compl.[ch]
4106         * src/addressbook.[ch]
4107         * src/addrbook.[ch]
4108         * src/editgroup.c
4109         * src/editaddress.c
4110         * src/editldap.c
4111         * src/editldap_basedn.c
4112         * src/vcard.c
4113         * src/jpilot.c
4114         * src/Makefile.am
4115                 included dynamic LDAP queries. improved address
4116                 completion.
4117
4118 2003-03-16 [paul]       0.8.11claws19
4119
4120         * tools/multiwebsearch.pl
4121                 fix a fatal typo
4122
4123 2003-03-16 [christoph]  0.8.11claws18
4124
4125         * src/mimeview.c
4126         * src/plugins/dillo_viewer/dillo_viewer.c
4127         * src/plugins/mathml_viewer/mathml_viewer.c
4128                 make unregistering of MimeViewerFactorys possible
4129
4130 2003-03-16 [alfons]     0.8.11claws17
4131
4132         * configure.ac
4133                 correct typo
4134
4135 2003-03-16 [melvin]     0.8.11claws16
4136
4137         * src/plugins/dillo_viewer.c
4138                 Fixed bug where it was not possible to view more than
4139                 one text/html attachment per message (bug discovered
4140                 by Christoph Hohmann).
4141
4142 2003-03-15 [melvin]     0.8.11claws15
4143
4144         * src/prefs_actions.c
4145                 Fixed compilation warnings.
4146
4147 2003-03-15 [melvin]     0.8.11claws14
4148
4149         * src/plugins/Makefile.am
4150         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4151         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4152         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4153                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4154                 newer (http://dillo.auriga.wearlab.de/).
4155
4156 2003-03-15 [christoph]  0.8.11claws13
4157
4158         * src/imap.c
4159                 don't query imap folder for attributes because we already
4160                 for them from imap_status
4161
4162         * src/mimeview.[ch]
4163                 add support for plugable MimeViewers (unloading Viewers
4164                 not yet complete)
4165
4166         * src/plugins/Makefile.am
4167         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4168         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4169         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4170                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4171                 widget from http://helm.cs.unibo.it/mml-widget/
4172
4173 2003-03-14 [christoph]  0.8.11claws12
4174
4175         * src/folder.[ch]
4176                 o error return code's should better be negative
4177                 o replace printf with debug_print
4178
4179         * src/imap.c
4180                 improve IMAP folder scan by checking UID-NEXT
4181
4182         * src/summaryview.c
4183                 remove check that are unnecessary in my opinion
4184
4185 2003-03-13 [christoph]  0.8.11claws11
4186
4187         * src/folder.[ch]
4188         * src/foldersel.c
4189         * src/folderview.c
4190         * src/imap.c
4191         * src/mbox_folder.c
4192         * src/mh.c
4193         * src/news.c
4194         * src/prefs_scoring.c
4195         * src/summaryview.c
4196                 use a common function to get a displayable name
4197                 for a FolderItem
4198
4199 2003-03-13 [paul]       0.8.11claws10
4200
4201         * tools/Makefile.am
4202           tools/README
4203           tools/multiwebsearch.conf     ** NEW FILE **
4204           tools/multiwebsearch.pl       ** NEW FILE **
4205                 add multiwebsearch Actions script
4206
4207 2003-03-13 [colin]      0.8.11claws9
4208
4209         * src/compose.c
4210                 Remove leading emtpy lines from quoted text
4211                 before quoting it
4212
4213 2003-03-13 [melvin]     0.8.11claws8
4214
4215         * src/prefs_actions.c
4216                 Fixed a memory leak
4217                 Code clean ups
4218                 Added Cancel and OK buttons
4219                 Corrected help text
4220
4221 2003-03-13 [christoph]  0.8.11claws7
4222
4223         * src/account.c
4224         * src/folder.[ch]
4225         * src/imap.c
4226         * src/mainwindow.c
4227         * src/mbox_folder.c
4228         * src/mh.c
4229         * src/news.c
4230         * src/setup.c
4231                 replace more folder type stuff with folder class stuff
4232
4233 2003-03-13 [melvin]     0.8.11claws6
4234
4235         * src/prefs_actions.c
4236                 Added new tokens:
4237                 %u: user provided argument
4238                 %h: user provided argument (hidden on input)
4239                 %s: current text selection in the message view 
4240
4241 2003-03-13 [paul]       0.8.11claws5
4242
4243         * sync with 0.8.11cvs5
4244                 see ChangeLog 2003-03-11, 2003-03-12
4245
4246 2003-03-12 [christoph]  0.8.11claws4
4247
4248         * src/folder.c
4249                 use folder class idstr when writing folderlist.xml
4250
4251         * src/folder.h
4252         * src/imap.c
4253         * src/news.c
4254                 replace folder type checks with folder class checks
4255
4256 2003-03-12 [christoph]  0.8.11claws3
4257
4258         * src/folder.[ch]
4259         * src/imap.[ch]
4260         * src/main.c
4261         * src/mbox_folder.[ch]
4262         * src/mh.[ch]
4263         * src/news.[ch]
4264                 o create a list of known folder classes in the folder system
4265                 o use folder class id strings for folder item identifiers
4266
4267 2003-03-12 [christoph]  0.8.11claws2
4268
4269         * src/imap.c
4270                 fix imap uid validity check
4271
4272 2003-03-12 [christoph]  0.8.11claws1
4273
4274         * src/account.c
4275         * src/folder.[ch]
4276         * src/foldersel.c
4277         * src/folderview.c
4278         * src/imap.c
4279         * src/mainwindow.c
4280         * src/mbox_folder.c
4281         * src/mh.c
4282         * src/news.c
4283         * src/prefs_scoring.c
4284         * src/procmsg.c
4285         * src/setup.c
4286         * src/summaryview.c
4287                 initial restructuring of folder system, seperating
4288                 folders and folder classes
4289
4290 2003-03-12 [paul]       0.8.11claws
4291
4292         0.8.11claws release
4293
4294 2003-03-12 [christoph]
4295
4296         * src/gtk/prefswindow.c
4297                 fix translation of "Page Index"
4298
4299 2003-03-12 [paul]       0.8.10claws110
4300
4301         a sync from 0.8.11cvs4 before the release
4302
4303         * src/common/utils.c
4304                 subject_compare_for_sort(): allow null strings (fixes
4305                 summary sorting).
4306
4307 2003-03-11 [paul]       0.8.10claws109
4308
4309         * po/es.po
4310                 update Spanish translation, submitted by
4311                 Ricardo Mones Lastra
4312
4313 2003-03-11 [melvin]     0.8.10claws108
4314
4315         * po/fr.po
4316                 Updated French translations
4317
4318 2003-03-11 [paul]       0.8.10claws107
4319
4320         * manual/en/Makefile.am
4321           manual/en/*.html
4322                 update English manual, add a new page
4323                 updated by Francois Barriere <fbarriere@atmel.fr>
4324                 
4325         * po/bg.po
4326           po/it.po
4327           po/sr.po
4328                 update Bulgarian, Italian, and Serbian translations
4329                 submitted by George Danchev, Alessandro Maestri, and
4330                 Urke MMI
4331
4332 2003-03-10 [paul]       0.8.10claws106
4333
4334         * src/gtk/about.c
4335           src/gtk/prefswindow.c
4336                 make some strings translatable
4337
4338 2003-03-10 [darko]      0.8.10claws105
4339
4340         * src/compose.c
4341                 code cleanup to make Hiro happy
4342
4343 2003-03-10 [paul]       0.8.10claws104
4344
4345         * sync with 0.8.11cvs2
4346                 see ChangeLog 2003-03-10
4347
4348 2003-03-09 [melvin]     0.8.10claws103
4349
4350         * src/textview.c
4351                 textview_set_font(): fix for message display in
4352                 UTF-8 locales (thanks to Sergey Vlasov).
4353                 (was unintentionnaly reverted in 0.8.6claws6)   
4354
4355 2003-03-08 [darko]      0.8.10claws102
4356
4357         * src/compose.c
4358                 fix infinite loop in wrapping as reported
4359                 by happycactus
4360                 obsoletes patch #696482
4361
4362 2003-03-08 [christoph]  0.8.10claws101
4363
4364         * src/imap.c
4365                 add workaround for IMAP servers that do not
4366                 support the "UID SEARCH UID" command
4367
4368 2003-03-07 [christoph]  0.8.10claws100
4369
4370         * src/plugins/spamassassin/spamassassin.[ch]
4371         * src/plugins/spamassassin/spamassassin_gtk.c
4372                 code cleanup
4373
4374 2003-03-07 [paul]       0.8.10claws99
4375
4376         * po/es.po
4377                 updated Spanish translation, submitted by
4378                 Ricardo Mones Lastra
4379
4380 2003-03-07 [christoph]  0.8.10claws98
4381
4382         * src/send.c
4383                 fix in 0.8.10claws94 was wrong
4384                 local delivery does not require escaping, remove escaping
4385                 code to make signatures of mails with "." lines valid
4386                 
4387                 NOTE: requires that sendmail is executed with "-i" option,
4388                       what is the default now, but has to be changed in all
4389                       exsiting accounts)
4390
4391 2003-03-07 [paul]       0.8.10claws97
4392
4393         * sync with 0.8.11 release
4394                 see ChangeLog 2003-03-07
4395
4396 2003-03-06 [paul]       0.8.10claws96
4397
4398         * src/compose.c
4399                 revert commit 0.8.10claws92
4400
4401 2003-03-06 [paul]       0.8.10claws95
4402
4403         * src/folderview.c
4404                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4405
4406         * src/gtkaspell.c
4407                 fix bug 74, 'Crash opening editor window with pseudo-color
4408                 display'
4409                 
4410         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4411
4412 2003-03-06 [christoph]  0.8.10claws94
4413
4414         * src/send.c
4415                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4416                 all lines starting with a period get an extra period
4417                 inserted
4418                 (found by Simon 'corecode' Schubert)
4419
4420 2003-03-06 [paul]       0.8.10claws93
4421
4422         * src/folderview.c
4423                 if configured font can't be loaded fall back to gtk
4424                 default. (with thanks to Christoph)
4425                 
4426                 closes long-standing bug 15 'Crashes on startup'
4427
4428 2003-03-06 [paul]       0.8.10claws92
4429
4430         * src/compose.c
4431                 freeze text before autosave and thaw afterwards
4432                 fixes bug 67 'autosave make re-rediting message crazy'
4433
4434 2003-03-06 [christoph]  0.8.10claws91
4435
4436         * src/compose.c
4437                 ignore address comment in dupe check for Cc-list
4438
4439         (closes reopened bug 47 Replying to message strips name part of
4440          e-mail addresses of Cc: lines)
4441
4442 2003-03-06 [paul]       0.8.10claws90
4443
4444         * src/Makefile.am
4445                 remove reference to gtkxtext.h as its no longer in
4446                 the repository
4447
4448 2003-03-06 [paul]       0.8.10claws89
4449
4450         * sync with 0.8.10cvs25
4451                 see ChangeLog 2003-03-06
4452
4453 2003-03-06 [oliver]     0.8.10claws88
4454         
4455         * src/messageview.c
4456                 remove include
4457
4458 2003-03-06 [oliver]     0.8.10claws87
4459         
4460         * src/folderview.c 
4461                 remove changes introduced inclaws74
4462         * src/messageview.c
4463                 another attempt to sanely delete and update
4464                 messages deleted in separate messageview
4465
4466 2003-03-05 [christoph]  0.8.10claws86
4467
4468         * src/summaryview.c
4469                 check if "From" matches any account's address if
4470                 addressbook completion of addresses is disabled too
4471
4472         (closes Bug 70 "Display recipient in from" doesn't check
4473          folder's default account)
4474
4475 2003-03-05 [christoph]  0.8.10claws85
4476
4477         * src/compose.c
4478         * src/common/utils.[ch]
4479                 don't strip address comments when building Cc lists
4480
4481         (closes Bug 47 Replying to message strips name part of e-mail addresses
4482          of Cc: lines)
4483
4484         * src/folder.c
4485                 fix return value of copy function
4486
4487 2003-03-05 [christoph]  0.8.10claws84
4488
4489         * src/imap.c
4490                 don't ask imap server for non rfc822 headers
4491
4492         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4493
4494         * src/imap.c
4495                 destroy session on socket error to allow reconnecting
4496
4497 2003-03-05 [christoph]  0.8.10claws83
4498
4499         * configure.ac
4500                 fix building with gnome when no prefix is set
4501
4502         (closes bug 66 Gnome directory is set to NONE)
4503
4504 2003-03-05 [paul]       0.8.10claws82
4505
4506         * sync with 0.8.10cvs23
4507                 see ChangeLog 2003-03-05
4508
4509 2003-03-04 [christoph]  0.8.10claws81
4510
4511         * src/folder.c
4512                 o fix moving and copying when folder returns 0 for new
4513                   message number
4514                 o remove some code for single message copy and move
4515                   operations and use functions for multiple messages
4516
4517         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4518
4519         * src/news.c
4520                 remove unused include
4521
4522 2003-03-04 [paul]       0.8.10claws80
4523
4524         * src/gtk/about.c
4525                 list 'Compiled plugins'
4526
4527 2003-03-03 [christoph]  0.8.10claws79
4528
4529         * src/news.[ch]
4530                 have to multiply the percentage of the current fetch with
4531                 the percentage that it has of the total fetch operation
4532                 for correct values
4533
4534 2003-03-03 [christoph]  0.8.10claws78
4535
4536         * src/news.c
4537                 fix calculation of expected lines for progress indicator
4538
4539 2003-03-03 [christoph]  0.8.10claws77
4540
4541         * src/summaryview.c
4542         * src/common/utils.c
4543                 fix segfault when opening the root news folder
4544
4545 2003-03-03 [christoph]  0.8.10claws76
4546
4547         * src/mainwindow.[ch]
4548         * src/common/Makefile.am
4549         * src/common/progressindicator.[ch]
4550                 add UI independent progress indicator handling
4551
4552         * src/news.[ch]
4553                 use new progress indicator for message info fetching
4554
4555         * src/common/hooks.h
4556                 code cleanup
4557
4558 2003-03-03 [oliver]     0.8.10claws75
4559
4560         * src/toolbar.c
4561         * src/compose.c
4562                 removed commented code
4563
4564 2003-03-03 [oliver]     0.8.10claws74
4565
4566         * src/toolbar.[ch]
4567                 cleanups and refactoring
4568         * src/compose.[ch]
4569                 compose_reply_mode reply & forwarding interface for
4570                 toolbar buttons
4571         * src/folderview.c
4572                 act on messages marked for deletion in folderview_selected
4573                 based on prefs_common.immediate_exec since a message might 
4574                 have been deleted by messageview in a folder we are changing 
4575                 to (does anybody understand what I'm on about ?)
4576
4577 2003-03-03 [oliver]     0.8.10claws73
4578         
4579         * src/messageview.[ch]
4580                 new functions
4581                 - messageview_delete: delete message shown in messagview
4582                 - messageview_update_view: update messageview to currently 
4583                   selected summaryview message
4584                 - add separate messageview to msgview_list in order to update 
4585                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4586         * src/summaryview.[ch]
4587                 summary_get_selection returns a list of selected msgs
4588                 in summaryview
4589         * src/mainwindow.c
4590                 toolbar reply refactoring
4591
4592 2003-03-03 [paul]       0.8.10claws72
4593
4594         * sync with 0.8.10cvs21
4595                 see ChangeLog 2003-03-03
4596
4597 2003-03-02 [christoph]  0.8.10claws71
4598
4599         * src/common/passcrypt.c
4600                 use POSIX includes
4601
4602 2003-03-02 [christoph]  0.8.10claws70
4603
4604         * configure.ac
4605         * src/prefs_account.c
4606         * src/prefs_gtk.[ch]
4607         * src/common/.cvsignore
4608         * src/common/Makefile.am
4609         * src/common/passcrypt.c                ** NEW **
4610         * src/common/passcrypt.h.in             ** NEW **
4611                 Implement password encryption in config files
4612                 using unix encrypt and setkey functions. The crypt
4613                 key can be set as a configure parameter. Old
4614                 passwords will be converted if they do not begin
4615                 with '!'
4616
4617 2003-03-02 [paul]       0.8.10claws69
4618
4619         * src/prefs_account.c
4620                 fix compile error
4621
4622 2003-03-01 [thorsten]   0.8.10claws68
4623
4624         * po/el.po
4625           po/hr.po
4626           po/it.po
4627           po/nl.po
4628           po/sr.po
4629           po/sv.po
4630                 corrected format strings
4631         * po/en_GB.po
4632                 corrected headers
4633                 (fix compile errors with GNU gettext-0.11.5)
4634
4635 2003-03-01 [oliver]     0.8.10claws67
4636
4637         * src/summaryview.c
4638                 menu callbacks call toolbar_menu_reply
4639
4640 2003-03-01 [oliver]     0.8.10claws66
4641
4642         * src/mainwindow.c
4643         * src/messageview.c
4644                 menu callbacks call toolbar_menu_reply
4645         * src/toolbar.[ch]
4646                 callbacks from menu handled by toolbar_menu_reply
4647
4648 2003-03-01 [paul]       0.8.10claws65
4649
4650         * src/addressbook.c
4651                 revert commit 0.8.10claws54 - breaks editing of
4652                 addressbook.
4653                 
4654         * po/bg.po
4655                 update Bulgarian translation, submitted by
4656                 George Danchev
4657
4658 2003-02-28 [christoph]  0.8.10claws64
4659
4660         * src/account.c
4661         * src/addressadd.c
4662         * src/compose.c
4663         * src/gtkaspell.c
4664         * src/gtkxtext.h                ** REMOVE **
4665         * src/imap.c
4666         * src/matcher.[ch]
4667         * src/mh.c
4668         * src/news.c
4669         * src/pine.c
4670         * src/prefs_common.c
4671         * src/prefs_matcher.c
4672         * src/procheader.[ch]
4673         * src/procmsg.[ch]
4674         * src/toolbar.c
4675         * src/common/ssl_certificate.c
4676         * src/gtk/colorlabel.c
4677         * src/gtk/menu.c
4678                 o fix warnings
4679                 o remove code obsoleted by new cache and folder system rework
4680
4681 2003-02-28 [oliver]     0.8.10claws63
4682         
4683         * src/toolbar.[ch]
4684                 * fix bug where reply in Messageview replied to 
4685                 Message displayed in summaryview
4686                 (reportedd via ML by chinatinte at gmx dot ch)
4687                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4688                 didn't work in separate MessageView Toolbar
4689                 (wondering if anybody uses this at all ?)
4690         * src/summaryview.[ch]
4691                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4692                 (generalize reply and forward code);
4693         * src/messageview.c 
4694                 remove focus_in event which updated summaryview to messageview
4695
4696 2003-02-28 [paul]       0.8.10claws62
4697
4698         * po/Makefile.in.in
4699                 add the --check option
4700                 Patch submitted by Ricardo Mones Lastra
4701
4702 2003-02-28 [paul]       0.8.10claws61
4703
4704         * src/prefs_account.c
4705                 re-order 'Signature' items
4706
4707 2003-02-28 [paul]       0.8.10claws60
4708
4709         * sync with 0.8.10cvs20
4710                 see ChangeLog 2003-02-28
4711
4712 2003-02-28 [paul]       0.8.10claws59
4713
4714         * po/POTFILES.in
4715                 update to reflect recent movement of files
4716
4717 2003-02-28 [paul]       0.8.10claws58
4718
4719         * sync with 0.8.10cvs19
4720                 see ChangeLog 2003-02-28
4721
4722 2003-02-27 [martin]     0.8.10claws57
4723
4724         * src/prefs_matcher.c 
4725                 fix segfault in prefs_matcher_ok() when the
4726                 last entry is deleted and prevents that the
4727                 message "entry not saved" comes up after deleting
4728                 an entry
4729
4730 2003-02-27 [martin]     0.8.10claws56
4731
4732         * src/prefs_filtering.c 
4733                 fix segfault in prefs_filtering_ok() when the
4734                 last entry is deleted and prevents that the
4735                 message "entry not saved" comes up after deleting
4736                 an entry
4737
4738 2003-02-27 [paul]       0.8.10claws55
4739
4740         * sync with 0.8.10cvs18
4741                 see ChangeLog 2003-02-27
4742
4743 2003-02-27 [paul]       0.8.10claws54
4744
4745         * src/addressbook.c
4746                 fix bug where the address book crashes with 
4747                 multiple lookups.
4748                 Patch [687729] submitted by David Frager 
4749                 <dbfrager@users.sourceforge.net>
4750
4751 2003-02-25 [christoph]  0.8.10claws53
4752
4753         * src/Makefile.am
4754         * src/colorlabel.[ch]           ** REMOVE **
4755         * src/gtk/Makefile.am
4756         * src/gtk/colorlabel.[ch]       ** NEW **
4757                 move colorlabel files to gtk directory
4758
4759         * src/esmtp.[ch]                ** REMOVE **
4760                 has been merged into smtp.[ch] in 0.7.5
4761
4762 2003-02-25 [christoph]  0.8.10claws52
4763
4764         * src/Makefile.am
4765         * src/about.[ch]                ** REMOVE **
4766         * src/gtk/Makefile.am
4767         * src/gtk/about.[ch]            ** NEW **
4768                 move about files to gtk directory
4769
4770 2003-02-25 [christoph]  0.8.10claws51
4771
4772         * src/folder.c
4773                 some code optimization of folder scanning code
4774
4775         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4776
4777 2003-02-25 [christoph]  0.8.10claws50
4778
4779         * src/main.c
4780         * src/common/sylpheed.c
4781                 add command line parameter parsing to common code
4782
4783 2003-02-24 [christoph]
4784
4785         * Makefile.am
4786         * configure.ac
4787                 fix gnome prefix problems, the configure script now removed
4788                 `gnome-config --prefix` from `gnome-config --datadir`
4789                 and adds $(prefix} instead
4790
4791         (closes Bug 24 Makefile does not respect prefix when installing
4792          GNOME data)
4793
4794 2003-02-24 [christoph]  0.8.10claws49
4795
4796         * src/news.c
4797                 check for valid session before trying to authenticate
4798
4799         (closes Bug 60 crash if "authenticate on logon" is activated
4800          and newsserver-hostname is not valid)
4801
4802 2003-02-24 [melvin]     0.8.10claws48
4803
4804         * src/prefs_actions.c
4805                 Make sure all user's input is sent to the action and then
4806                 close the socket..
4807
4808 2003-02-23 [alfons]     0.8.10claws46
4809
4810         * src/summaryview.c
4811                 also wait cursor when deleting files
4812
4813 2003-02-23 [paul]
4814
4815         * tools/freshmeat_search.pl
4816           tools/google_search.pl
4817                 scripts should now work for any browser/browser command line
4818
4819 2003-02-22 [christoph]  0.8.10claws45
4820
4821         * src/procmsg.c
4822                 fix IMAP flag setting, IMAP flag is not handled correctly
4823                 anymore by the folder system and information about the
4824                 folder should not be saved in the MsgInfo (in my opinion)
4825
4826         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4827
4828 2003-02-22 [christoph]  0.8.10claws44
4829
4830         * src/summaryview.c
4831                 fix spelling of "label" ;-)
4832
4833 2003-02-22 [thorsten]   0.8.10claws43
4834
4835         * src/mimeview.c
4836           src/prefs_common.[ch]
4837           src/procmime.[ch]
4838                 do not use description as attachment name
4839
4840 2003-02-22 [alfons]     0.8.10claws42
4841
4842         * src/summaryview.c
4843                 freeze/thaw folder item updates when changing color labels,
4844                 and put a wait cursors on
4845
4846 2003-02-22 [thorsten]   0.8.10claws41
4847
4848         * src/mimeview.c
4849                 save-all fixes: crash if invoked on multipart container,
4850                 mimeinfo access, pathseparators, error dialog
4851
4852 2003-02-21 [alfons]     0.8.10claws40
4853
4854         * src/prefs_gtk.c
4855                 remove unused var
4856
4857 2003-02-21 [colin]      0.8.10claws39
4858
4859         * src/send.c
4860                 Fix smtp logging
4861
4862 2003-02-21 [colin]      0.8.10claws38
4863
4864         * src/summaryview.c
4865                 Freeze/thaw folderItem updates when filtering messages 
4866                 via Tools/Filter messages
4867
4868 2003-02-21 [paul]       0.8.10claws37
4869
4870         * src/compose.c
4871                 revert commit 0.8.10claws26, there are ulterior motives
4872                 for users to set a Reply-To header when posting to
4873                 newsgroups
4874
4875 2003-02-21 [paul]       0.8.10claws36
4876
4877         * sync with 0.8.10cvs17
4878                 see ChangeLog 2003-02-21
4879
4880 2003-02-20 [christoph]  0.8.10claws35
4881
4882         * src/imap.c
4883                 IMAP UID fetch speedup using SEARCH
4884
4885         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4886
4887         * src/imap.c
4888                 fix problem with UIDs in IMAP UID cache that no longer existed
4889
4890 2003-02-20 [christoph]  0.8.10claws34
4891
4892         * src/imap.c
4893         * src/procheader.c
4894         * src/procheader.h
4895                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4896
4897         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4898
4899         * src/imap.c
4900                 Rewrite imap_cmd_gen_recv use sock_getline instead
4901                 of sock_gets to avoid problems with too long reply
4902                 lines
4903     
4904 2003-02-20 [colin]      0.8.10claws33
4905         
4906         * src/prefs_account.c
4907                 Better wording
4908
4909 2003-02-20 [colin]      0.8.10claws32
4910
4911         * src/compose.c
4912                 Remove useless '&& !to_sender' 
4913
4914 2003-02-20 [darko]
4915
4916         * AUTHORS
4917                 change my e-mail address
4918
4919 2003-02-19 [colin]      0.8.10claws31
4920
4921         * src/prefs_common.c
4922                 X11 style colors for every configurable color
4923
4924 2003-02-19 [alfons]     0.8.10claws30
4925
4926         * src/prefs_gtk.[ch]
4927         * src/prefs_common.c
4928                 for color_new accept both plain integers and X11 style color
4929                 names (as found in /usr/lib/X11/rgb.txt)
4930
4931 2003-02-19 [paul]       0.8.10claws29
4932
4933         * src/mainwindow.c
4934                 add tooltips to online/offline button and account selector
4935                 button
4936
4937 2003-02-19 [paul]       0.8.10claws28
4938
4939         * src/folder.c
4940           src/news.c
4941           src/prefs_account.[ch]
4942           src/prefs_common.[ch]
4943                 move 'Maximum number of articles to download' to
4944                 account prefs.
4945                 clean up account prefs gui a little by hiding entries
4946                 rather then greying out entries
4947
4948 2003-02-19 [hiro]       0.8.10claws27
4949
4950         * src/common/utils.c
4951                 fix bug #54 'yesterdays date is displayed in the message 
4952                 summary window'
4953
4954 2003-02-19 [paul]       0.8.10claws26
4955
4956         * src/compose.c
4957                 fix bug reported in Feature Request [688596] 
4958                 'Reply-to header in news'
4959
4960 2003-02-18 [paul]       0.8.10claws25
4961
4962         * src/select-keys.c
4963                 add a 'List all keys' button to key selection dialog
4964
4965 2003-02-18 [colin]      0.8.10claws24
4966         
4967         * src/stock_pixmap.c
4968                 fix compile error
4969
4970 2003-02-18 [colin]      0.8.10claws23
4971
4972         * src/common/smtp.[ch]
4973           src/prefs_account.c
4974                 Try to starttls if it seems to be the only
4975                 way to authenticate a user
4976
4977 2003-02-18 [paul]       0.8.10claws22
4978
4979         * src/Makefile.am
4980           src/folderview.c
4981           src/stock_pixmap.[ch]
4982           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4983           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4984                 as a Drafts folder is a special folder allow it to have
4985                 its own unique icons
4986
4987 2003-02-18 [colin]      0.8.10claws21
4988
4989         * src/imap.c
4990                 Fix port selection when using starttls
4991
4992 2003-02-18 [paul]       0.8.10claws20
4993
4994         * src/mainwindow.c
4995           src/prefs_common.[ch]
4996                 make blue the default new mail colour
4997
4998 2003-02-18 [paul]       0.8.10claws19
4999
5000         * sync with 0.8.10cvs14
5001                 see ChangeLog 2003-02-18
5002
5003 2003-02-17 [jens]       0.8.10claws18
5004
5005         * src/common/md5.c
5006                 fixed a compile problem with gcc 3.3
5007                 works on 2.95.3 too (testet on PPC as it is big endian)
5008
5009 2003-02-17 [paul]       0.8.10claws17
5010
5011         * sync with 0.8.10cvs13
5012                 see ChangeLog 2003-02-17
5013
5014 2003-02-17 [paul]       0.8.10claws16
5015
5016         * sync with 0.8.10cvs12
5017                 see ChangeLog 2003-02-17
5018
5019 2003-02-16 [match]      0.8.10claws15
5020
5021         * src/addressbook.c
5022                 Eliminates reloading of address data when items
5023                 deleted or added. Applied submitted by
5024                 Luke Plant <lukeplant@softhome.net>
5025
5026 2003-02-16 [paul]       0.8.10claws14
5027
5028         * src/news.c
5029                 when a 'protocol error' is encountered disconnect from
5030                 the server. This means that the user can carry on viewing
5031                 other articles and doesn't have to either wait until the
5032                 server timesout or quit sylpheed.
5033                 Fixes bug #53 'Unable to read messages in newsgroups, 
5034                 displayed message doesn't change'
5035
5036 2003-02-15 [christoph]  0.8.10claws13
5037
5038         * src/imap.c
5039                 fix bug that stopped scanning of folders when an
5040                 IMAP folder was empty
5041
5042         (closes bug 46 stop scan messages in folders after empty folder)
5043
5044 2003-02-15 [paul]
5045
5046         * tools/Makefile.am
5047           tools/README
5048           tools/freshmeat_search.pl     ** NEW FILE **
5049           tools/google_search.pl        ** NEW FILE **
5050                 Add 2 Actions scripts which search freshmeat/google
5051                 for the selected text using the browser configured
5052                 in sylpheedrc.
5053                 
5054         Note: These scripts are very dependent on the format of the
5055         browser command and may not work on every occasion. Testing
5056         is welcome. 
5057
5058 2003-02-14 [alfons]     0.8.10claws12
5059
5060         * src/compose.c
5061                 fix breakage because of uninitialized account pointer.
5062                 please verify.
5063
5064 2003-02-14 [paul]       0.8.10claws11
5065
5066         * src/compose.c
5067           src/prefs_account.[ch]
5068           src/prefs_common.[ch]
5069                 move signature settings to Account Prefs
5070
5071 2003-02-14 [paul]       0.8.10claws10
5072
5073         * sync with 0.8.10cvs11
5074                 see ChangeLog 2003-02-14
5075
5076 2003-02-13 [thorsten]   0.8.10claws9
5077
5078         * src/news.c
5079                 revert news progressbar (GUI separation)
5080
5081 2003-02-13 [paul]       0.8.10claws8
5082
5083         * src/compose.c
5084                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5085                 paragraph 1
5086
5087 2003-02-13 [paul]       0.8.10claws7
5088
5089         * src/compose.[ch]
5090           src/summaryview.c
5091                 fix 'Follow-up and Reply-to' so that it creates a reply to
5092                 the newsgroup and the sender. If the message has the keyword
5093                 'poster' in the Followup-To header, all replies go to the
5094                 sender, re: RFC 1036, Section 2.2.3
5095                 rename all instances of 'ignore_replyto' to 'to_sender', both
5096                 were previously used, now we use just one.
5097
5098 2003-02-13 [paul]       0.8.10claws6
5099
5100         * sync with 0.8.10cvs9
5101                 see ChangeLog 2003-02-13
5102
5103 2003-02-13 [paul]       0.8.10claws5
5104
5105         * configure.ac
5106                 show which plugins are configured in the configure
5107                 output.
5108
5109 2003-02-12 [thorsten]   0.8.10claws4
5110
5111         * src/news.c
5112                 show progress while fetching news headers
5113
5114 2003-02-12 [christoph]  0.8.10claws3
5115
5116         * configure.ac
5117         * src/plugins/Makefile.am
5118                 use AM_CONDITIONAL to enable plugins, automake correctly
5119                 manages this when creating distdir
5120
5121 2003-02-12 [christoph]  0.8.10claws2
5122
5123         * ac/spamassassin.m4
5124         * src/plugins/spamassassin/Makefile.am
5125                 fix building SpamAssassin plugin without OpenSSL
5126
5127 2003-02-12 [paul]       0.8.10claws1
5128
5129         * ac/Makefile.am
5130           src/Makefile.am
5131           src/plugins/Makefile.am
5132                 fix failure of 'make release'
5133
5134 2003-02-12 [paul]       0.8.10claws
5135
5136         * 0.8.10claws released
5137
5138 2003-02-12 [paul]       0.8.9claws56
5139
5140         * po/bg.po
5141           po/es.po
5142           po/it.po
5143           po/ru.po
5144           po/sr.po
5145                 updated translations by George Danchev, Ricardo Mones Lastra,
5146                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5147                 
5148         * sylpheed.spec.in
5149                 Allow the building of RPMs by a regular user. Submitted
5150                 by Sergei Astanin
5151
5152 2003-02-11 [alfons]     0.8.9claws55
5153
5154         * src/colorlabel.c
5155                 don't use pixmaps for label color rect but draw rectangles
5156                 so we can respect the color map of palette based visuals
5157                 (fixes the long time crashes on Suns - thanks to Andreas
5158                 Engel and Steve O'Hara-Smith for testing)
5159
5160 2003-02-11 [christoph]  0.8.9claws54
5161
5162         * src/matcher_parser_parse.y
5163                 correct bug where filering rules of not existing folders in
5164                 matcherrc were added to global filtering
5165                 
5166         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5167          main filter-rules after removing directory, http://bugs.debian.org/180253)
5168         
5169 2003-02-11 [paul]       0.8.9claws53
5170
5171         * sync with 0.8.10cvs7
5172                 see ChangeLog 2003-02-09
5173
5174 2003-02-11 [melvin]     0.8.9claws52
5175
5176         * po/fr.po
5177                 Updated French tranlsations
5178
5179 2003-02-10 [paul]       0.8.9claws51
5180
5181         * sylpheed.spec.in
5182                 correct --enable-openssl
5183                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5184
5185 2003-02-09 [martin]     0.8.9claws50
5186
5187         * src/prefs_matcher.c
5188                 fix segfault in prefs_matcher_substitute_cb() when
5189                 no row is selected
5190
5191 2003-02-09 [paul]       0.8.9claws49
5192
5193         * src/folderview.c
5194                 fix bug where a newsgroup folder's processing rules were
5195                 merged with the global filtering rules when the newsgroup
5196                 folder was deleted, causing some seriously bad results,
5197                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5198
5199 2003-02-08 [melvin]     0.8.9claws48
5200
5201         * src/compose.c
5202                 Corrected and modified an alert message.
5203
5204 2003-02-07 [paul]       0.8.9claws47
5205
5206         * src/folderview.c
5207                 fix bug where both an 'Account properties' window and a
5208                 'Folder properties' window were opened when clicking on
5209                 'Properties' in an NNTP or IMAP folder's popup menu.
5210
5211 2003-02-07 [paul]       0.8.9claws46
5212
5213         * sync with 0.8.10cvs6
5214                 see ChangeLog 2003-02-06
5215
5216 2003-02-06 [christoph]  0.8.9claws45
5217
5218         * src/mbox.c
5219                 freeze folder updates while importing mbox files
5220                 (closes bug 43 importing mbox took hours)
5221                 
5222         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5223
5224 2003-02-06 [thorsten]   0.8.9claws44
5225
5226         * po/de.po
5227                 Updated german translations
5228
5229 2003-02-06 [thorsten]   0.8.9claws43
5230
5231         * src/news.h
5232                 use guint for message numbers (fix count in grouplist dialog)
5233
5234 2003-02-05 [paul]       0.8.9claws42
5235
5236         * sync with 0.8.10cvs2
5237                 see ChangeLog 2003-02-05
5238
5239 2003-02-04 [colin]      0.8.9claws41
5240
5241         * src/prefs_common.[ch]
5242           src/procmsg.c
5243           src/summaryview.c
5244                 Add an option to disable threading by subject
5245
5246 2003-02-04 [christoph]  0.8.9claws40
5247
5248         * src/inc.c
5249                 only abort fetching mails from multiple accounts when the
5250                 error is fatal and does not allow to check any more accounts
5251                 (currently only disk full error)
5252
5253         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5254          receive mails for other accouts)
5255
5256 2003-02-04 [christoph]  0.8.9claws39
5257
5258         * src/folder.c
5259                 first add the new message to the cache, then
5260                 send the update notification
5261
5262         (closes bug 39 after sending message folderview doesnt get updated)
5263
5264 2003-02-04 [colin]      0.8.9claws38
5265
5266         * src/inc.c
5267                 _really_ fix this Connecting... status
5268
5269 2003-02-04 [paul]       0.8.9claws37
5270
5271         * sync with 0.8.10
5272                 see ChangeLog 2003-02-04
5273
5274 2003-02-04 [paul]       0.8.9claws36
5275
5276         * sync with 0.8.9cvs6
5277                 see ChangeLog 2003-02-03
5278
5279 2003-02-04 [paul]       0.8.9claws35
5280
5281         * po/pt_BR.po
5282                 updated by André Filipe de Assunção e Brito 
5283                 <bedecko@netsite.com.br>
5284
5285 2003-02-03 [thorsten]   0.8.9claws34
5286
5287         * po/de.po
5288                 Updated german translations
5289
5290 2003-02-02 [paul]       0.8.9claws33
5291
5292         * po/es.po
5293                 updated by Ricardo Mones Lastra
5294
5295 2003-02-02 [thorsten]   0.8.9claws32
5296
5297         * src/mh.c
5298                 Fix mh_get_msginfo() segfault if file is inaccessible
5299
5300 2003-01-31 [colin]      0.8.9claws31
5301
5302         * src/procheader.c
5303                 Fix last commit's bug
5304
5305 2003-01-31 [colin]      0.8.9claws30
5306
5307         * src/procheader.c
5308                 Missing a change for gpg-signed messages
5309
5310 2003-01-31 [paul]       0.8.9claws29
5311
5312         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5313           src/procheader.c
5314           src/stock_pixmap.[ch]
5315           src/summaryview.c
5316                 indicate GnuPG signed messages by displaying an icon
5317                 in the Attachment column.
5318
5319 2003-01-31 [paul]       0.8.9claws28
5320
5321         * sync with 0.8.9cvs4
5322                 see ChangeLog 2003-01-31
5323
5324 2003-01-31 [alfons]     0.8.9claws27
5325
5326         * src/textview.c
5327                 tune URI parser to accept mailto URLs with a '?'
5328                 (patch from Ruslan Balkin)
5329
5330 2003-01-31 [colin]      0.8.9claws26
5331
5332         * src/summaryview.c
5333                 Fix a leak introduced in claws24
5334
5335 2003-01-31 [colin]      0.8.9claws25
5336
5337         * src/summaryview.c
5338                 Freeze/Thaw folder updates when deleting dups
5339
5340 2003-01-31 [colin]      0.8.9claws24
5341         
5342         * src/addr_compl.c
5343           src/summaryview.c
5344           src/msgcache.c
5345                 little speed improvements
5346
5347 2003-01-31 [colin]      0.8.9claws23
5348
5349         * src/summaryview.c
5350                 Fix segfault when forwarding nothing
5351                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5352                 
5353 2003-01-30 [paul]       0.8.9claws22
5354
5355         * sync with 0.8.9cvs3
5356                 see ChangeLog 2003-01-30
5357
5358 2003-01-30 [paul]       0.8.9claws21
5359
5360         * sync with 0.8.9cvs2
5361                 see ChangeLog 2003-01-30
5362
5363 2003-01-29 [paul]       0.8.9claws20
5364
5365         * sync with 0.8.9cvs1
5366                 see ChangeLog 2003-01-29
5367
5368 2003-01-28 [paul]       0.8.9claws19
5369
5370         * po/POTFILES.in
5371                 update to reflect changes. 
5372                 thanks to Ricardo Mones Lastra
5373
5374 2003-01-27 [christoph]  0.8.9claws18
5375
5376         * ac/openssl.m4
5377         * ac/spamassassin.m4
5378         * src/plugins/spamassassin/README
5379         * src/plugins/spamassassin/libspamc.[ch]
5380         * src/plugins/spamassassin/utils.[ch]
5381                 updated to latest libspamc
5382
5383 2003-01-27 [christoph]  0.8.9claws17
5384
5385         * src/folder.c
5386                 fix wrong use of procheader_get_header_fields
5387
5388 2003-01-27 [christoph]  0.8.9claws16
5389
5390         * src/news.c
5391         * src/prefs_account.[ch]
5392         * src/common/nntp.[ch]
5393                 allow to force authentication for NNTP servers
5394
5395         Patch submitted by Florian Mickler <dmk@d-labs.de>
5396
5397 2003-01-26 [paul]       0.8.9claws15
5398
5399         * src/summaryview.c
5400                 speed up of marking messages as read
5401                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5402
5403 2003-01-26 [christoph]  0.8.9claws14
5404
5405         * src/Makefile.am
5406         * src/mgutils.[ch]              ** REMOVE **
5407         * src/xml.[ch]                  ** REMOVE **
5408         * src/xmlprops.[ch]             ** REMOVE **
5409         * src/common/Makefile.am
5410         * src/common/mgutils.[ch]       ** NEW **
5411         * src/common/xml.[ch]           ** NEW **
5412         * src/common/xmlprops.[ch]      ** NEW **
5413                 move xml files to common directory
5414
5415 2003-01-26 [christoph]  0.8.9claws13
5416
5417         * src/plugins/spamassassin/spamassassin_gtk.c
5418                 only set gtk entry text if string is available
5419
5420 2003-01-26 [melvin]     0.8.9claws12
5421
5422         * src/description_window.c
5423                 Allow resizing of the window
5424                 Allow automatic horizontal scroll bar
5425                 Do not vertically expand and fill
5426
5427 2003-01-26 [christoph]  0.8.9claws11
5428
5429         * src/Makefile.am
5430         * src/gtkutils.[ch]             ** REMOVE **
5431         * src/common/sylpheed.c
5432         * src/gtk/Makefile.am
5433         * src/gtk/description_window.c
5434         * src/gtk/gtkutils.[ch]         ** NEW **
5435         * src/gtk/prefswindow.c
5436                 move gtkutils to gtk directory
5437
5438 2003-01-26 [paul]       0.8.9claws10
5439
5440         * src/summaryview.c
5441                 rename summary_unread_clicked() to summary_status_clicked()
5442
5443 2003-01-26 [melvin]     0.8.9claws9
5444
5445         * src/prefs_actions.c
5446                 Cosmetical changes to the help text
5447
5448 2003-01-26 [paul]       0.8.9claws8
5449
5450         * src/folder.[ch]
5451           src/mainwindow.c
5452           src/prefs_common.c
5453           src/prefs_sumamry_column.c
5454           summaryview.[ch]
5455                 rename the 'Unread' column to 'Status'
5456
5457 2003-01-25 [match]      0.8.9claws7
5458
5459         * src/mgutils.[ch]
5460                 removed reference to LDAP constants. removed error2string.
5461                 included functions to support LDAP dynamic queries.
5462         * src/syldap.h
5463                 moved LDAP constants here.
5464         * src/addressbook.c
5465         * src/addrindex.c
5466         * src/importldif.c
5467                 removed references to LDAP constants and references to
5468                 error2string.
5469
5470 2003-01-25 [paul]       0.8.9claws6
5471
5472         * src/summaryview.c
5473                 summary_thread_build(), summary_thread_init(): remove 
5474                 unneeded reference to summaryview->folder_item
5475
5476 2003-01-25 [christoph]  0.8.9claws5
5477
5478         * src/gtk/description_window.c
5479                 o allow description texts to expand over multiple columns
5480                 o translate all columns
5481         * src/prefs_actions.c
5482                 change syntax description to use new multi column feature
5483
5484         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5485
5486 2003-01-25 [match]      0.8.9claws4
5487
5488         * src/vcard.c
5489                 fixed bug with Quoted-Printable
5490
5491 2003-01-25 [paul]       0.8.9claws3
5492
5493         * src/folder.[ch]
5494           src/summaryview.[ch]
5495                 implement per-folder collapsed/expanded threads setting
5496                 
5497         * src/prefs_common.c
5498                 remove global collapsed/expanded threads option
5499
5500 2003-01-25 [christoph]  0.8.9claws2
5501
5502         * po/POTFILES.in
5503                 add pluginwindow and prefswindow
5504         * src/compose.c
5505                 make send respond correctly to messages that could be added
5506                 to the queue folder, but the UID of the message is unknown
5507         * src/folder.c
5508         * src/imap.c
5509                 don't return guessed UIDs in imap_add_msg anymore. We return
5510                 0 to tell the folder system it was appened but the UID is
5511                 unknown. Folder system now get's the UID by scaning the folder
5512                 and searching the cache for the Message-ID
5513                 (closes bug #29 Messages queued, but not sent)
5514
5515 2003-01-25 [paul]       0.8.9claws1
5516
5517         * src/codeconv.c
5518                 conv_encode_header():  fix bug when long headers with 8-bit
5519                 characters are used, so that the encoded words are wrapped.
5520                 If the space in the original text falls on the wrap boundary,
5521                 it can be lost.
5522                 Patch by Sergey Vlasov.
5523                 
5524         * src/folderview.c
5525                  fix bug where a change to the sorting method or thread view
5526                  of a folder's messages is lost if simpify-subject is set and
5527                  toggled on or off.
5528                  Patch by Luke Plant.
5529
5530 2003-01-24 [paul]       0.8.9claws
5531
5532         * sylpheed-0.8.9claws released
5533         
5534         * Makefile.am
5535           sylpheed.spec.in
5536                 remove reference to 'INSTALL.jp'
5537
5538 2003-01-23 [paul]       0.8.8claws128
5539
5540         * po/es.po
5541           po/it.po
5542           po/ru.po
5543           po/sr.po
5544                 updated translations. submitted by Ricardo Mones Lastra,
5545                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5546
5547 2003-01-23 [colin]      0.8.8claws127
5548
5549         * src/compose.c
5550                 Fix drafted and queued news articles re-edition
5551
5552 2003-01-23 [melvin]     0.8.8claws126
5553
5554         * po/fr.po
5555                 Updated French translations
5556
5557 2003-01-23 [colin]      0.8.8claws125
5558
5559         * src/inc.c
5560                 Fix "Connecting to..." status message
5561
5562 2003-01-22 [paul]       0.8.8claws124
5563
5564         * po/bg.po
5565                 updated by George Danchev
5566                 
5567         * src/folder.c
5568                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5569                 and folder deletion
5570
5571 2003-01-21 [paul]       0.8.8claws123
5572
5573         * po/bg.po
5574                 updated by George Danchev
5575                 
5576         * src/about.c
5577                 its now 2003
5578                 
5579         * src/toolbar.c
5580                 don't translate 'Separator'
5581                 
5582         * src/plugins/spamassassin/Makefile.am
5583                 add aspell to CPPFLAGS
5584                 
5585         * src/plugins/spamassassin/spamassassin.c
5586           src/plugins/spamassassin/spamassassin_gtk.c
5587                 set correct default for spamassassin_receive_spam
5588                 slightly re-word descriptions and some
5589                 other minor changes
5590
5591 2003-01-19 [alfons]     0.8.8claws122
5592                 
5593         * src/mimeview.c
5594                 mimeview_save_as(): we might as well show the file name for
5595                 the single case "Save As" too
5596
5597 2003-01-19 [alfons]     0.8.8claws121
5598
5599         * src/crash.c
5600                 change bug tracker URL to bugzilla URL
5601
5602 2003-01-19 [alfons]     0.8.8claws120
5603
5604         * src/mimeview.c
5605                 mimeview_save_all(): display name of file before overwriting;
5606                 continue saving all, even when one overwrite was cancelled
5607
5608 2003-01-19 [christoph]  0.8.8claws119
5609
5610         * src/summaryview.c
5611         * src/procmsg.[ch]
5612                 fix wrong usage of procmsg_find_children in summaryview
5613                 by using procmsg_update_unread_children instead of
5614                 summaryview_update_unread_children
5615
5616 2003-01-19 [christoph]  0.8.8claws118
5617
5618         * src/procmsg.c
5619                 fix infinite loop in procmsg_find_children
5620                  (closes bug #25 sylpheed crashes on delete.)
5621
5622         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5623
5624 2003-01-19 [paul]       0.8.8claws117
5625
5626         * po/pt_BR.po
5627                 updated by Ivan Francolin Martinez
5628
5629 2003-01-18 [melvin]     0.8.8claws116
5630
5631         * src/prefs_actions.c
5632                 Removed syntax limitation of only one '&' at the end of command.
5633                         Now actions that contain '>/dev/null 2>&1' are possible.
5634
5635 2003-01-18 [melvin]     0.8.8claws115
5636
5637         * src/prefs_actions.c
5638                 Actions IO dialog: when the action ends
5639                 the "Close" button now has focus and [Escape] closes the
5640                 window.
5641
5642 2003-01-18 [christoph]  0.8.8claws114
5643
5644         * src/procmsg.c
5645                 o add debug output when MsgInfos are really freed
5646                 o free GSLists in procmsg_find_children and
5647                   procmsg_update_unread_children
5648
5649 2003-01-18 [christoph]  0.8.8claws113
5650
5651         * src/mainwindow.c
5652                 reorder Configuration menu
5653
5654 2003-01-18 [christoph]  0.8.8claws112
5655
5656         * src/compose.c
5657                 fix applying templates to forwarded messages
5658
5659         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5660
5661 2003-01-17 [christoph]  0.8.8claws111
5662
5663         * src/folder.c
5664                 destroy folder items, when a folder item is removed
5665
5666 2003-01-17 [christoph]  0.8.8claws110
5667
5668         * src/folder.c
5669                 fix wrong folder stats update when ignored message is
5670                 deleted
5671
5672 2003-01-17 [colin]      0.8.8claws109
5673         
5674         * src/mainwindow.c
5675         * src/summaryview.c
5676                 Quicksearch bugfixes: 
5677                 - hide help button at startup if not extended
5678                 - switch to extended when looking for replies
5679
5680 2003-01-17 [paul]
5681
5682         * sync with 0.8.9 release
5683
5684 2003-01-17 [paul]       0.8.8claws108
5685
5686         * sync with 0.8.8cvs11
5687                 see ChangeLog 2003-01-17
5688
5689 2003-01-16 [colin]      0.8.8claws107
5690
5691         * src/procmsg.c
5692                 Changed encryption test to re-ask passphrase
5693                 if an encrypted message hasn't been decrypted
5694                 Fixes bug #5
5695
5696 2003-01-16 [christoph]  0.8.8claws106
5697
5698         * src/prefs_gtk.c
5699         * src/prefs_toolbar.c
5700         * src/gtk/prefswindow.h
5701         * src/plugins/spamassassin/spamassassin_gtk.c
5702                 remove page destroy function that is not used anymore
5703
5704 2003-01-16 [paul]       0.8.8claws105
5705
5706         * sync with 0.8.8cvs9
5707                 see ChangeLog 2002-01-16
5708
5709 2003-01-16 [colin]      0.8.8claws104
5710
5711         * src/compose.[ch]
5712                 Fix bug with autosaved drafts for IMAP, when draft
5713                 folder is specified - fixes bugzilla bug #20
5714
5715 2003-01-15 [paul]       0.8.8claws103
5716
5717         * src/compose.[ch]
5718           src/procmsg.c
5719                 store folder and message-id of message forwarding
5720                 in queue header and set forward flag after sending
5721
5722 2003-01-15 [paul]       0.8.8claws102
5723
5724         * sync with 0.8.8cvs8
5725                 see ChangeLog 2002-01-15
5726
5727 2003-01-15 [colin]      0.8.8claws101
5728
5729         * src/Makefile.am
5730                 Fix linking with GNU libiconv
5731
5732 2003-01-15 [darko]      0.8.8claws100
5733
5734         * src/pine.c
5735                 fix crash when importing pine address book
5736                 entry with an empty name (reported by DY
5737                 <dybulk at tri8.net>)
5738
5739 2003-01-14 [paul]       0.8.8claws99
5740
5741         * configure.in  ** REMOVED **
5742           configure.ac  ** NEW FILE **
5743                 rename configure.in to configure.ac, as it is now
5744                 preferred
5745
5746 2003-01-14 [melvin]     0.8.8claws98
5747
5748         * src/folderview.c
5749                 folderview_check_new(): More precise function description
5750
5751 2003-01-14 [melvin]     0.8.8claws97
5752
5753         * src/folderview.c
5754                 folderview_check_new(): return the number of new messages 
5755                         since last check.
5756         * src/inc.c
5757                 inc_account_mail(): Disable counting of new messages for IMAP
5758                         and NNTP until bug [19] and [14] are fixed.
5759
5760 2003-01-14 [paul]       0.8.8claws96
5761
5762         * sync with 0.8.8cvs6
5763                 see ChangeLog 2003-01-14
5764
5765 2003-01-13 [alfons]     0.8.8claws95
5766
5767         * src/textview.c
5768                 tune email address validation (c. 0.8.8claws89): if . is 
5769                 just one char away from @, the address is invalid too 
5770                 (correctly rejects addresses like foo@.com)
5771
5772 2003-01-13 [paul]       0.8.8claws94
5773
5774         * src/messageview.c
5775           src/toolbar.c
5776                 fixes to the Message View toolbar and menu:
5777                 fix non-functioning Forward button
5778                 make Reply button consider default_reply_list
5779                 remove 'Follow-up...' menu entry
5780                 add 'Forward' and 'Redirect' menu entries
5781
5782 2003-01-13 [melvin]     0.8.8claws93
5783
5784         * src/inc.c
5785                 Fixed typo that could make new messages count incorrect.
5786
5787 2003-01-13 [melvin]     0.8.8claws92
5788
5789         * src/folderview.[ch]
5790                 folderview_check_new(): return the number of new messages.
5791         * src/inc.c
5792                 Should fix bug [14] where new mail notification worked 
5793                         incorrectly with IMAP accounts.
5794                 inc_spool_account(): return number of new msgs, or -1 on error
5795                 inc_all_spool(): return number of new msgs
5796                 
5797 2003-01-13 [melvin]     0.8.8claws91
5798
5799         * src/prefs_actions.c
5800                 Justify help text.
5801
5802 2003-01-12 [thorsten]   0.8.8claws90
5803
5804         * src/common/prefs.c
5805                 close file before rename
5806
5807 2003-01-12 [alfons]     0.8.8claws89
5808
5809         * AUTHORS
5810                 add Christian Mertes
5811         * src/common/utils.[ch]
5812                 g_stricase_hash(), g_stricase_equal(): functions for 
5813                 case insensitive hash tables
5814         * src/textview.c
5815                 use top level domain names to validate email address, based
5816                 on a patch by Christian Mertes (thanks!), but changed 
5817                 implementation to use a hash table 
5818
5819 2003-01-12 [paul]       0.8.8claws88
5820
5821         * po/bg.po
5822                 updated by George Danchev
5823
5824 2003-01-12 [alfons]     0.8.8claws87
5825
5826         * src/summaryview.c
5827                 delete / execute performance: use new style folder update
5828
5829 2003-01-12 [paul]       0.8.8claws86
5830
5831         * sync with 0.8.8cvs5
5832                 see ChangeLog 2003-01-13 (!)
5833
5834 2003-01-12 [alfons]     0.8.8claws85
5835
5836         * src/filtering.c
5837         * src/matcher_parser_parse.y
5838                 prepare change_score filtering action
5839         * src/matcher.[ch]
5840                 give up const-correctness on functions that call non-const-correct functions;
5841                 several casts to gpointer in g_free();
5842                 add change_score;
5843
5844 2003-01-12 [christoph]  0.8.8claws84
5845
5846         * src/compose.c
5847                 fix 2 warnings
5848
5849         * src/gtk/prefswindow.[ch]
5850         * src/plugins/spamassassin/spamassassin_gtk.c
5851                 changed the call of the widget create function
5852                 for PrefsPages, because sometimes the widget
5853                 create function needs a widget that already has
5854                 been attached to a window (to create GDK pixmaps
5855                 for exmaple). So we simply pass the GtkWindow as
5856                 the second parameter now.
5857
5858         * src/main.c
5859         * src/mainwindow.c
5860         * src/prefs_toolbar.[ch]
5861                 rewrite Toolbar Preferences using the new
5862                 prefs window
5863
5864 2003-01-11 [alfons]     0.8.8claws83
5865
5866         * src/addressadd.c
5867                 fix crash when adding sender to addressbook because status bar
5868                 isn't there (the status bar doesn't seem to be used though,
5869                 but I'll let Match decide what to do with it)
5870
5871 2003-01-11 [colin]      0.8.8claws82
5872
5873         * src/main.c
5874           src/toolbar.c
5875                 Two useless changes reversed
5876
5877 2003-01-11 [colin]      0.8.8claws81
5878
5879         * src/mainwindow.c
5880           src/mainwindow.h
5881                 Add mainwindow_get_mainwindow()
5882         * src/alertpanel.c
5883           src/alertpanel.h
5884                 Add alertpanel_error_log() 
5885         * src/compose.c
5886           src/inc.c
5887           src/messageview.c
5888           src/toolbar.c
5889           src/main.c
5890           src/procmsg.c
5891                 Network errors get a View Log button
5892
5893 2003-01-10 [alfons]     0.8.8claws80
5894
5895         * src/prefs_toolbar.c
5896         * src/toolbar.c
5897                 use the translatable string for "Separator" as file name for
5898                 separator toolbar items (probably make this uppercase?)
5899
5900 2003-01-10 [alfons]     0.8.8claws79
5901
5902         * src/prefs_toolbar.c
5903                 put right A_SEPARATOR description string in "displayed
5904                 toolbar items list" so manually added separators are
5905                 saved correctly (bug #10, "Adding a separator to the main 
5906                 toolbar fails, entry in xml file is wrong")
5907
5908 2003-01-10 [christoph]  0.8.8claws78
5909
5910         * src/imap.c
5911                 o fix warnings
5912                 o use CAPABILITY to check if NAMESPACE is available
5913
5914 2003-01-10 [christoph]  0.8.8claws77
5915
5916         * src/imap.[ch]
5917                 apply UIDPLUS IMAP extension support patch
5918
5919         Patch submitted by Simon 'corecode' Schubert
5920
5921 2003-01-10 [paul]       0.8.8claws76
5922
5923         * src/folderview.c
5924                 a sync from main which fixes the news account folders'
5925                 Properties bug
5926
5927 2003-01-10 [christoph]  0.8.8claws75
5928
5929         * src/folder.c
5930                 don't accept 0 as a valid uid returned by copy and move
5931                 functions. 0 means the message was copied or moved but the
5932                 new uid could not be fetched. It is not an error condition
5933                 for the copy or move operation.
5934
5935 2003-01-10 [paul]       0.8.8claws74
5936
5937         * src/prefs_filtering.c
5938                 change English used in Alert when entry is not
5939                 saved.
5940                 
5941         * sync with 0.8.8cvs4
5942                 see ChangeLog 2003-01-10
5943
5944 2003-01-10 [darko]      0.8.8claws73
5945
5946         * src/pine.c
5947                 fix crash when importing address book entry
5948                 without a valid address
5949
5950 2003-01-09 [alfons]     0.8.8claws72
5951
5952         * src/inc.c
5953                 filtering performance: use new style folder update
5954
5955 2003-01-09 [christoph]  0.8.8claws71
5956
5957         * src/compose.c
5958         * src/gtk/menu.[ch]
5959                 fix wrong selecting of mime encoding type, when
5960                 opening property dialog of attachments in the
5961                 compose window. 7bit was always selected and that
5962                 destoryed files with 8bit data.
5963                 (closes bug #9 Sylpheed-claws destroys attachments when
5964                  changing MIME-types)
5965
5966 2003-01-09 [paul]       0.8.8claws70
5967
5968         * sync with 0.8.8cvs3
5969                 see ChangeLog 2003-01-09
5970
5971 2003-01-08 [alfons]     0.8.8claws69
5972         
5973         * src/addressadd.c
5974                 apply patch by Kim Schulz to fix build breakage
5975                 because of missing variable
5976
5977 2003-01-08 [paul]       0.8.8claws68
5978
5979         * sync with 0.8.8cvs2
5980                 see ChangeLog 2002-01-08
5981
5982 2003-01-08 [paul]       0.8.8claws67
5983
5984         * po/it.po
5985                 updated by Alessandro Maestri
5986                 
5987         * src/addressadd.c
5988                 when using 'Add sender to addressbook' allow
5989                 name to be edited and remarks to be entered
5990                 Patch submitted by Luke Plant
5991
5992 2003-01-08 [darko]      0.8.8claws66
5993
5994         * README.claws, src/summaryview.c
5995                 fix description for marked messages
5996
5997 2003-01-08 [paul]
5998
5999         * tools/Makefile.am
6000           tools/launch_phoenix  ** NEW FILE **
6001                 add script that enables using Phoenix as the default
6002                 web browser. 
6003                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6004                 
6005         * tools/OOo2sylpheed.pl
6006                 remove full path to sylpheed executable, just 'sylpheed'
6007                 will do
6008                 
6009         * tools/README
6010                 add launch_phoenix informtion and re-arrange and compress
6011                 the data a little
6012
6013 2003-01-07 [christoph]  0.8.8claws65
6014
6015         * src/folder.c
6016                 fix update for source folder when moving messages
6017         * src/procmsg.[ch]
6018         * src/summaryview.c
6019                 use function to set to_folder for message infos and
6020                 automatically update the op_count for old and new
6021                 folder
6022
6023 2003-01-07 [melvin]     0.8.8claws64
6024
6025         * src/prefs_actions.c
6026                 Fixed bug where an '%p' Action on a displayed image crashed 
6027                         Sylpheed
6028                 Code clean up (get rid of duplicated code and removed unnecessary 
6029                                 structure member)
6030
6031 2003-01-07 [christoph]  0.8.8claws63
6032
6033         * src/compose.c
6034         * src/folder.[ch]
6035         * src/folderview.c
6036         * src/import.c
6037         * src/inc.c
6038         * src/main.c
6039         * src/mainwindow.c
6040         * src/messageview.c
6041         * src/prefs_folder_item.c
6042         * src/procmsg.c
6043         * src/summaryview.c
6044         * src/toolbar.c
6045                 o remove all folder update triggering from the UI code. The folder
6046                   system should know much better when a folder needs an update.
6047                 o to prevent multiple updates in a row the folder updates can be
6048                   frozen for some time.
6049
6050                 Note: - Please verify that no updates are missing
6051                       - Check where freeze/thaws should be added
6052
6053 2003-01-07 [christoph]  0.8.8claws62
6054
6055         * src/prefs_actions.c
6056                 don't translate empty strings
6057
6058         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6059
6060 2003-01-06 [christoph]  0.8.8claws61
6061
6062         * src/prefs_actions.c
6063                 mark strings for gettext
6064         * src/prefs_matcher.c
6065                 use new description window for Execute action and
6066                 match condition in Filtering
6067
6068         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6069
6070 2003-01-06 [alfons]     0.8.8claws60
6071
6072         keep myself inspired to re-organize matcher part 8; 
6073         yes, more to come (I need to move out the descriptive
6074         text for actions to matcher.c, or at least make it not
6075         depend on the wicked ordering)
6076
6077         * src/prefs_matcher.c
6078                 add documentation so others may comprehend the
6079                 UI part of the conditions
6080                 
6081 2003-01-06 [christoph]  0.8.8claws59
6082
6083         * src/prefs_actions.c
6084                 use new description window for syntax help
6085         * src/gtk/description_window.c
6086                 fix display of descriptions with column count != 2
6087
6088         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6089
6090 2003-01-06 [christoph]  0.8.8claws58
6091
6092         * src/quote_fmt.c
6093         * src/summaryview.[ch]
6094         * src/gtk/Makefile.am
6095         * src/gtk/description_window.[ch]       ** NEW **
6096                 use a generic window to display syntax descriptions
6097                 currently used in quote_fmt and summaryview (new description
6098                 for extended quick search)
6099
6100         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6101
6102 2003-01-06 [paul]       0.8.8claws57
6103
6104         * sync with 0.8.8cvs1
6105                 see ChangeLog 2003-01-06
6106
6107 2003-01-06 [christoph]  0.8.8claws56
6108
6109         * src/mainwindow.c
6110         * src/prefs_gtk.[ch]
6111         * src/gtk/prefswindow.[ch]
6112         * src/plugins/spamassassin/spamassassin_gtk.c
6113                 o remove page management from prefswindow, pages
6114                   will be an argument to prefswindow_open
6115                 o prefswindow_open gets a datapointer that is
6116                   passed to the widget_create function to allow
6117                   creation of prefswindow for specific items
6118
6119 2003-01-06 [colin]      0.8.8claws55
6120         
6121         * src/summaryview.c
6122                 We don't want regexp in the reply-finder, 
6123                 because MIDs can contain !,$,. and so on
6124
6125 2003-01-06 [jens]       0.8.8claws54
6126
6127         * src/jpilot.c
6128                 fixed a wrong free in jpilot_read_db_files
6129
6130 2003-01-06 [alfons]     0.8.8claws53
6131
6132         re-organize matcher part 8; more to come
6133        
6134         * src/matcher.c
6135                 matcherprop_to_string(): put g_free()s before the
6136                 switch-case break to fix memleaks                
6137
6138 2003-01-06 [colin]      0.8.8claws52
6139
6140         * src/summaryview.c
6141                 cleanup & reply-finder now displays the first 
6142                 matching message
6143
6144 2003-01-05 [alfons]     0.8.8claws51
6145
6146         re-organize matcher part 7; more to come
6147
6148         * src/matcher.[ch]
6149                 fixes for constant correctness;
6150                 more documentation;
6151
6152 2003-01-05 [alfons]     0.8.8claws50
6153
6154         re-organize matcher part 6; more to come
6155         
6156         * src/matcher.[ch]
6157                 fixes for constant correctness;
6158                 more documentation;
6159         * src/filtering.c
6160                 fix for constant correctness
6161
6162 2003-01-05 [colin]      0.8.8claws49
6163
6164         * src/account.[ch]
6165                 Add account_get_reply_account function
6166         * src/compose.c
6167                 Use account_get_reply_account function 
6168         * src/summaryview.c
6169                 Basic reply-finder - click on the replied
6170                 icon gets you to the outbox using quick-search
6171
6172 2003-01-05 [paul]       0.8.8claws48
6173
6174         * src/prefs_common.c
6175                 small change to English
6176                 
6177         * src/prefs_filtering.c
6178                 prefs_filtering_action_select(): improve logic and uniformity
6179                 of gui
6180
6181 2003-01-05 [alfons]     0.8.8claws47
6182
6183         fine tune solution to focus problems (bug #7)
6184
6185         * src/mainwindow.c
6186                 mainwindow_focus_in_event(): remove grab event check
6187         * src/summaryview.c
6188                 summary_button_pressed(): move selection on right-click
6189                 too. we can't possibly move the selection back after
6190                 canceling a dialog, because gtk's incomplete focus 
6191                 management. whether this is a good solution, only time
6192                 will tell.
6193
6194 2003-01-05 [christoph]  0.8.8claws46
6195
6196         * src/imap.c
6197                 fix crash when no imap connection could be established
6198
6199 2003-01-05 [paul]       0.8.8claws45
6200
6201         * src/mainwindow.c
6202           src/sumamryview.c
6203           src/gtk/menu.[ch]
6204                 fix bug 605957 'shortcuts in popup-menu'
6205                 make user-defined shortcuts work
6206                 show shortcuts that are already defined
6207                 in the main menu
6208                 Patch submitted by Luke Plant
6209
6210 2003-01-05 [alfons]     0.8.8claws44
6211
6212         * src/mainwindow.c
6213                 focus_in_event handler should not select summary view row 
6214                 when another window (menu, dialog) grabbed for events 
6215                 (bug #7, "[0.8.8claws42] Message summary focus") 
6216
6217 2003-01-04 [christoph]  0.8.8claws43
6218
6219         * src/procmsg.c
6220                 update save folder after adding the sent message
6221                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6222
6223 2003-01-02 [christoph]  0.8.8claws42
6224
6225         * src/common/plugin.c
6226                 fix unloading of all plugins and unload
6227                 plugins in reverse order
6228                 
6229         * src/gtk/pluginwindow.c
6230                 implement function of load and unload button
6231
6232         * src/gtk/prefswindow.c
6233         * src/gtk/prefswindow.h
6234                 rename register function and add new unregister
6235                 function
6236
6237         * src/plugins/spamassassin/spamassassin_gtk.c
6238                 unregister prefs page and update for changes in
6239                 src/gtk/prefswindow.c
6240
6241 2003-01-02 [paul]       0.8.8claws41
6242
6243         * po/es.po
6244                 updated by Ricardo Mones Lastra
6245
6246 2003-01-02 [paul]
6247
6248         * tools/tb2sylpheed
6249                 fixes and improvements by Urke MMI
6250
6251 2003-01-02 [thorsten]   0.8.8claws40
6252
6253         * src/procmsg.c
6254                 fixed wrong return value
6255
6256 2003-01-02 [thorsten]   0.8.8claws39
6257
6258         * src/prefs.c
6259                 fixed printing wrong variable
6260
6261 2003-01-02 [thorsten]   0.8.8claws38
6262
6263         * src/prefs.c
6264                 fixed acessing members of freed pfile struct
6265
6266 2003-01-02 [thorsten]   0.8.8claws37
6267
6268         * src/procmsg.c
6269                 detect loops across several messages
6270                 as suggested by Christoph Hohmann
6271
6272 2003-01-01 [match]      0.8.8claws36
6273
6274         * src/addrindex.c
6275                 fixed another memory leak.
6276
6277 2003-01-01 [match]      0.8.8claws35
6278
6279         * src/jpilot.[ch]
6280                 fixed memory leaks. applied Doxygen comments.
6281
6282 2003-01-01 [thorsten]   0.8.8claws34
6283
6284         * src/procmsg.c
6285                 inhibit endless loop if msg references itself
6286                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6287
6288 2003-01-01 [christoph]  0.8.8claws33
6289
6290         * src/mainwindow.c
6291         * src/gtk/Makefile.am
6292         * src/gtk/pluginwindow.c                ** NEW **
6293         * src/gtk/pluginwindow.h                ** NEW **
6294                 add plugin window
6295
6296         * src/plugins/demo/demo.c
6297         * src/plugins/spamassassin/spamassassin.c
6298         * src/plugins/spamassassin/spamassassin_gtk.c
6299                 write better plugin descriptions
6300
6301 2002-12-31 [christoph]  0.8.8claws32
6302
6303         * src/gtk/prefswindow.c
6304         * src/plugins/spamassassin/spamassassin_gtk.c
6305                 some small improvements to GTK code
6306
6307 2002-12-31 [christoph]  0.8.8claws31
6308
6309         * src/plugins/spamassassin/spamassassin_gtk.c
6310                 enable folder select button
6311
6312 2002-12-31 [christoph]  0.8.8claws30
6313
6314         * src/mainwindow.c
6315         * src/gtk/Makefile.am
6316         * src/gtk/prefswindow.c                         ** NEW **
6317         * src/gtk/prefswindow.h                         ** NEW **
6318                 add new prefs window
6319
6320         * src/common/plugin.c
6321                 don't try to load empty config lines
6322         
6323         * src/plugins/spamassassin/Makefile.am
6324         * src/plugins/spamassassin/spamassassin.c
6325         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6326         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6327                 GTK config for SpamAssassin Plugin using
6328                 the new prefs window
6329
6330 2002-12-31 [paul]       0.8.8claws29
6331
6332         * po/POTFILES.in
6333                 remove obsolete entry 'src/menu.c'
6334
6335 2002-12-31 [alfons]     0.8.8claws28
6336
6337         * src/matcher.[ch]
6338         * src/matcher_parser_parse.y
6339         * src/prefs_matcher.c
6340                 add "ignore_thread" and "~ignore_thread" condition so it's
6341                 possible to make the actions / scoring operate on the ignore
6342                 thread flag
6343
6344 2002-12-31 [christoph]  0.8.8claws27
6345
6346         * src/addrbook.c
6347         * src/addrindex.c
6348         * src/folder.c
6349         * src/matcher.c
6350         * src/prefs_account.c
6351         * src/prefs_actions.c
6352         * src/prefs_customheader.c
6353         * src/prefs_display_header.c
6354         * src/prefs_gtk.c
6355         * src/procmime.c
6356         * src/toolbar.c
6357         * src/xmlprops.c
6358         * src/common/prefs.[ch]
6359                 extend prefs file handling for reading and automatic handling
6360                 of blocks. When reading prefs_set_block_label will automatically
6361                 move on to the block. When writing it will copy all other blocks
6362                 automatically
6363
6364         * src/common/plugin.c
6365                 Now loading plugin filenames from [Plugins] block in
6366                 sylpheed rc file
6367
6368 2002-12-30 [christoph]  0.8.8claws26
6369
6370         * src/common/hooks.[ch]
6371                 return abort status to caller of hooks_invoke
6372                 
6373         * src/inc.[ch]
6374                 invoke message filtering hook and stop
6375                 default handling when filter returns abort
6376
6377         * src/common/plugin.[ch]
6378         * src/plugins/demo/demo.c
6379                 modify plugin loader, because resolving symbols for strings
6380                 does not work correctly
6381         
6382         * configure.in
6383         * ac/spamassassin.m4                            ** NEW **
6384         * src/plugins/spamassassin/.cvsignore           ** NEW **
6385         * src/plugins/spamassassin/Makefile.am          ** NEW **
6386         * src/plugins/spamassassin/README               ** NEW **
6387         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6388         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6389         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6390                 add spamassassin plugin, see src/plugins/spamassassin/README
6391                 for details
6392
6393 2002-12-29 [alfons]     0.8.8claws25
6394
6395         * src/mainwindow.c
6396                 when moving focus from a message view to the main 
6397                 window, don't forget to select the summary node
6398                 of the displayed message. should fix "[ 659103 ] 
6399                 focus-follows-mouse confuses sylpheed"
6400
6401 2002-12-29 [christoph]  0.8.8claws24
6402
6403         * src/Makefile.am
6404         * src/stringtable.[ch]          ** REMOVE **
6405         * src/common/Makefile.am
6406         * src/common/stringtable.[ch]   ** NEW **
6407                 move stringtable files to common directory
6408
6409 2002-12-29 [christoph]  0.8.8claws23
6410
6411         * src/Makefile.am
6412         * src/menu.[ch]                 ** REMOVE **
6413         * src/gtk/Makefile.am
6414         * src/gtk/menu.[ch]             ** NEW **
6415                 move menu files to gtk directory
6416
6417 2002-12-29 [match]      0.8.8claws22
6418
6419         * src/addressbook.c
6420         * src/syldap.c
6421                 moved UI specific code out of LDAP code into addressbook
6422                 UI code. fixed memory leak.
6423
6424 2002-12-29 [christoph]  0.8.8claws21
6425
6426         * src/folder.c
6427                 only check for IGNORED parent message when message is
6428                 not IGNORED itself
6429
6430 2002-12-29 [alfons]     0.8.8claws20
6431
6432         * src/summaryview.c
6433                 set gtksctree's anchor correct (immediate execute
6434                 changes the tree's layout, and anchor points at 
6435                 the incorrect row). fixes "[ 657233 ] multiple msg 
6436                 delete sometimes off by 1".
6437                 we probably have to look for more tree layout /
6438                 anchor glitches.
6439
6440 2002-12-29 [paul]       0.8.8claws19
6441
6442         * src/summaryview.c
6443                 fix bug [ 659054 ] incorrect sorting of 'From' column
6444                 when using 'display sender using address book'
6445                 thanks to Alfons and Luke Plant
6446
6447 2002-12-29 [christoph]  0.8.8claws18
6448
6449         * src/folder.c
6450         * src/procmsg.[ch]
6451                 check parent messages for IGNORE THREAD flag, when adding,
6452                 moving or copying messages to a folder
6453
6454 2002-12-27 [alfons]     0.8.8claws17
6455
6456         re-organize matcher part 5; more to come
6457
6458         * src/matcher.c
6459                 hash keywords in matchparser_tab 
6460
6461 2002-12-27 [alfons]     0.8.8claws16
6462
6463         re-organize matcher part 4; more to come
6464
6465         * src/matcher_parser.h
6466         * src/matcher_parser_lex.l
6467         * src/matcher_parser_parse.y
6468                 cleanup
6469
6470 2002-12-27 [alfons]     0.8.8claws15
6471
6472         re-organize matcher part 3; more to come
6473
6474         * src/matcher.[ch]
6475                 cleanup
6476
6477 2002-12-27 [alfons]     0.8.8claws14
6478
6479         re-organize matcher part 2; more to come but this should
6480         work. cc me if there are any regressions.
6481
6482         * src/matcher.h
6483                 add prototype for get_matchparser_tab_id()
6484         * src/matcher_parser_lex.l
6485                 look up keywords using matchparser_tab_id();
6486
6487 2002-12-27 [alfons]     0.8.8claws12
6488
6489         re-organize matcher part 1
6490
6491         * src/matcher.h
6492                 map yacc generated constants to sylpheed matcher constants
6493         * src/matcher.c
6494                 add function to find a matcher constant from a string
6495
6496 2002-12-27 [christoph]  0.8.8claws11
6497
6498         * src/compose.c
6499                 MENUITEM_ADD casts the 4th argument from integer to pointer
6500                 so it probably should not be a pointer, this means we
6501                 should use account id for it and not the account's pointer
6502
6503 2002-12-27 [paul]       0.8.8claws10
6504
6505         * src/mainwindow.c
6506                 remove unneeded 'GtkWidget *vbox'
6507                 
6508         * src/summaryview.c
6509                 further sync with 0.8.8 - make sort
6510                 by recipient work as expected
6511                 
6512         * NEWS
6513                 sync with 0.8.8
6514
6515 2002-12-27 [paul]       0.8.8claws9
6516
6517         * po/pt_BR.po
6518                 updated by Ivan F. Martinez
6519                 
6520 2002-12-27 [darko]      0.8.8claws8
6521
6522         * src/common/utils.c
6523                 added locked pattern to extended search
6524
6525 2002-12-27 [alfons]     0.8.8claws7
6526
6527         * src/prefs_matcher.[ch]
6528                 clean up
6529
6530 2002-12-26 [alfons]     0.8.8claws6
6531
6532         * src/matcher.[ch]
6533         * src/matcher_parser_lex.l
6534         * src/matcher_parser_parse.y
6535         * src/prefs_matcher.c
6536                 allow color label as a condition in the matcher
6537
6538 2002-12-26 [oliver]     0.8.8claws5
6539         
6540         * src/toolbar.c 
6541                 enable Addressbook for Main and Messageview
6542         * src/prefs_actions.c
6543                 enable actions in Messageview
6544
6545 2002-12-26 [christoph]  0.8.8claws4
6546
6547         * src/common/plugin.c
6548                 add a little debug output
6549         * configure.in
6550         * src/plugins/demo/Makefile.am
6551                 better use of automake
6552
6553 2002-12-26 [christoph]  0.8.8claws3
6554
6555         * src/Makefile.am
6556         * src/common/Makefile.am
6557                 fix "make distdir"
6558
6559 2002-12-26 [christoph]  0.8.8claws2
6560
6561         * configure.in
6562                 sort configure checks into common / gtk / plugins
6563         * po/POTFILES.in
6564                 add src/prefs_gtk.c
6565         * src/Makefile.am
6566                 add plugins SUBDIR
6567         * src/main.c
6568         * src/common/sylpheed.[ch]
6569                 added now sylpheed_done function for shutdown
6570         * src/common/Makefile.am
6571         * src/common/plugin.[ch]                ** NEW **
6572                 plugin loader and unloader
6573         * src/plugins/.cvsignore                ** NEW **
6574         * src/plugins/Makefile.am               ** NEW **
6575                 build plugins
6576         * src/plugins/demo/.cvsignore           ** NEW **
6577         * src/plugins/demo/Makefile.am          ** NEW **
6578         * src/plugins/demo/demo.c               ** NEW **
6579                 small demo plugin that installs a logtext hook and
6580                 outputs the log text to stdout
6581
6582 2002-12-26 [paul]       0.8.8claws1
6583
6584         * po/es.po
6585                 updated by Ricardo Mones Lastra
6586
6587 2002-12-26 [paul]       0.8.8claws
6588
6589         * 0.8.8claws released
6590
6591 2002-12-26 [paul]       0.8.7claws12
6592
6593         * po/bg.po
6594                 updated by George Danchev
6595
6596 2002-12-26 [paul]       0.8.7claws11
6597
6598         * po/POTFILES.in
6599                 remove unneeded 'src/prefs.c' entry 
6600
6601 2002-12-26 [paul]       0.8.7claws10
6602
6603         * src/codeconv.c
6604           src/mainwindow.c
6605                 sync with 0.8.8 release
6606         
6607         * src/folder.[ch]
6608           src/mh.c
6609           src/summaryview.c
6610                 partial sync with 0.8.8 release
6611         
6612
6613 2002-12-25 [alfons]     0.8.7claws9
6614
6615         * src/matcher.[ch]
6616         * src/matcher_parser_lex.l
6617         * src/matcher_parser_parse.y
6618         * src/prefs_matcher.c
6619                 add locked flag to possible filtering / matcher 
6620                 conditions (also a good example what should be
6621                 done to add a simple boolean condition)
6622
6623 2002-12-25 [christoph]  0.8.7claws8
6624
6625         * src/Makefile.am
6626         * src/account.[ch]
6627         * src/addrbook.c
6628         * src/addressbook.c
6629         * src/addrindex.c
6630         * src/filtering.c
6631         * src/folder.c
6632         * src/matcher.c
6633         * src/prefs.[ch]                ** REMOVE **
6634         * src/prefs_account.c
6635         * src/prefs_actions.c
6636         * src/prefs_common.c
6637         * src/prefs_customheader.c
6638         * src/prefs_display_header.c
6639         * src/prefs_filtering.c
6640         * src/prefs_folder_item.c
6641         * src/prefs_gtk.[ch]            ** NEW **
6642         * src/prefs_matcher.c
6643         * src/prefs_scoring.c
6644         * src/prefs_summary_column.c
6645         * src/procmime.c
6646         * src/selective_download.c
6647         * src/toolbar.c
6648         * src/common/Makefile.am
6649         * src/common/prefs.[ch]         ** NEW **
6650                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6651
6652 2002-12-24 [alfons]     0.8.7claws7
6653
6654         * src/summaryview.c
6655                 summary_thread_build(): fix real cause of the crash mentioned in
6656                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6657                 this way we get meaningful ctree nodes 
6658
6659 2002-12-24 [oliver]     0.8.7claws6
6660
6661         * src/mainwindow.[ch]
6662         * src/messageview.[ch]
6663         * src/compose.[ch]
6664         * src/inc.c
6665         * src/summaryview.c
6666                 changes to use updated toolbar handling
6667                 
6668 2002-12-24 [oliver]     0.8.7claws5
6669
6670         * src/toolbar.[ch]
6671                 generic toolbar handling
6672                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6673         * src/prefs_toolbar.[ch]
6674                 adjust to handling
6675         
6676 2002-12-24 [oliver]     0.8.7claws4
6677         
6678         * src/stock_pixmap.[ch]
6679                 move SYLPHEED_LOGO to end of list in order 
6680                 to remove it from Custom Toolbar`s Icon View
6681
6682 2002-12-24 [alfons]     0.8.7claws3
6683
6684         * src/summaryview.c
6685                 summary_thread_build(): fix crash because of focus != selection 
6686                 after threading. when deleting the selection, gtk tries but fails 
6687                 to find the correct focusable element. we now force the selection
6688                 to be focused. this should solve the infamous bug reported by 
6689                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6690                 a test case is available. 
6691
6692 2002-12-24 [darko]      0.8.7claws2
6693
6694         * src/summaryview.c
6695                 don't crash when unmarking message with unread children
6696
6697 2002-12-23 [christoph]  0.8.7claws1
6698
6699         * src/Makefile.am
6700         * src/common/Makefile.am
6701                 update Makefiles for moved intl.h, version.h and defs.h
6702         * src/imap.c
6703                 rewrite imap_session_get to avoid duplicate code
6704
6705 2002-12-23 [paul]       0.8.7claws
6706
6707         * Santa-Claws released
6708         
6709         * po/hu.po
6710           po/ru.po
6711                 squeeze in updated Hungarian and Russian translations.
6712                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6713
6714 2002-12-23 [paul]       0.8.6claws129
6715
6716         * po/pl.po
6717                 updated by Witold Wladyslaw Wojciech Wilk
6718
6719 2002-12-23 [paul]       0.8.6claws128
6720
6721         * src/quote_fmt_parse.y
6722                 fix typo and add licence header
6723
6724 2002-12-23 [paul]       0.8.6claws127
6725
6726         * po/en_GB.po
6727                 updated
6728
6729 2002-12-23 [paul]       0.8.6claws126
6730
6731         * po/it.po
6732                 updated translation, submitted by Alessandro Maestri
6733                 
6734 2002-12-23 [paul]       0.8.6claws125
6735
6736         * src/quote_fmt_parse.y
6737                 fix signature-stripping on replies bug. match
6738                 '-- \n' and not '-- '.
6739
6740 2002-12-22 [paul]       0.8.6claws124
6741
6742         * po/bg.po
6743           po/es.po
6744           po/sr.po
6745                 updated translations. submitted by George Danchev,
6746                 Ricardo Mones Lastra, and Urke MMI respectively
6747
6748 2002-12-21 [paul]       0.8.6claws123
6749
6750         * src/addrbook.c
6751                 fix coding style
6752
6753 2002-12-21 [paul]       0.8.6claws122
6754
6755         * src/addrbook.c
6756                 fix bug [643638] where if a person is in one or more
6757                 addressbook groups editing that person's email 
6758                 address results in removal from those groups.
6759                 Patch submitted by Luke Plant.
6760
6761 2002-12-20 [christoph]  0.8.6claws121
6762
6763         * src/common/utils.c
6764         * src/summaryview.c
6765                 reimplement expand_search_string using GString to
6766                 prevent crashs caused by miscalculated string
6767                 lengths reported by Paul
6768
6769 2002-12-20 [christoph]  0.8.6claws120
6770
6771         * src/summaryview.c
6772                 don't use "changed" to check if op_count has to be changed as it
6773                 is also set when the message has unread children
6774                 (closes bug [ 653221 ] crash while deleting duplicates)
6775
6776 2002-12-20 [paul]       0.8.6claws119
6777
6778         * sync with 0.8.6cvs27
6779                 see ChangeLog 2002-12-20
6780
6781 2002-12-20 [paul]       0.8.6claws118
6782
6783         * sync with 0.8.6cvs26
6784                 see ChangeLog 2002-12-19 and 2002-12-20
6785
6786 2002-12-19 [alfons]     0.8.6claws117
6787
6788         * src/textview.c
6789                 fix incorrect parsing of email addresses, submitted by 
6790                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6791                 name display if it contains @".
6792
6793 2002-12-18 [paul]       0.8.6claws116
6794
6795         * sync with 0.8.6cvs23
6796                 see ChangeLog 2002-12-18
6797
6798 2002-12-18 [paul]       0.8.6claws115
6799
6800         * src/Makefile.am
6801         * src/account.c
6802         * src/codeconv.c
6803         * src/gtkutils.[ch]
6804         * src/imap.c
6805                 sync with 0.8.6cvs22.
6806                 see ChangeLog 2002-12-17 and 2002-12-18
6807
6808 2002-12-17 [christoph]  0.8.6claws114
6809
6810         * src/imap.c
6811                 o don't create a session if imap greeting fails
6812                 o don't close socket when authentication fails
6813                   this is done by imap_session_destroy
6814
6815 2002-12-17 [thorsten]   0.8.6claws113
6816
6817         * tools/Makefile.am
6818           tools/README
6819           tools/google_msgid.pl ** NEW FILE **
6820                 Added "search for message-id" script and doc
6821
6822 2002-12-17 [thorsten]   0.8.6claws112
6823
6824         * po/hu.po
6825                 Updated hungarian translation
6826                 (updated by Gal Zoltan)
6827
6828 2002-12-16 [christoph]  0.8.6claws111
6829
6830         * src/addr_compl.c
6831                 remove stupid addressbook dump to debug output
6832         * src/mh.c
6833                 fix memory leak found by Hiro
6834
6835 2002-12-14 [paul]       0.8.6claws110
6836
6837         * src/compose.c
6838                 fix menubar sensitivity on send
6839                 
6840         * src/prefs_filtering.c
6841         * src/prefs_matcher.c
6842         * src/prefs_scoring.c
6843                 Fix english ;)
6844                 
6845         * src/common/quoted-printable.h
6846                 sync: fix typo
6847         
6848 2002-12-13 [christoph]  0.8.6claws109
6849
6850         * src/Makefile.am
6851         * src/manage_window.[ch]        ** REMOVE **
6852         * src/gtk/Makefile.am
6853         * src/gtk/manage_window.[ch]    ** NEW **
6854                 move manage_window files to gtk directory
6855
6856 2002-12-13 [christoph]  0.8.6claws108
6857
6858         * src/Makefile.am
6859         * src/gtkshruler.[ch]           ** REMOVE **
6860         * src/gtk/Makefile.am
6861         * src/gtk/gtkshruler.[ch]       ** NEW **
6862                 move gtkshruler files to gtk directory
6863
6864 2002-12-13 [christoph]  0.8.6claws107
6865
6866         * src/Makefile.am
6867         * src/compose.c
6868         * src/gtkstext.[ch]             ** REMOVE **
6869         * src/gtkutils.[ch]
6870         * src/textview.c
6871         * src/gtk/gtkstext.[ch]         ** NEW **
6872         * src/gtk/Makefile.am
6873                 o move stext functions to gtkstext.c to remove
6874                   dependency of gtkutils
6875                 o move gtkstext files to gtk directory
6876
6877         * src/gtk/Makefile.am
6878         * src/gtk/sslcertwindow.[ch]
6879                 UI stuff can always depend on common code so
6880                 it's ok to add ../common to include path
6881
6882 2002-12-13 [colin]      0.8.6claws106
6883
6884         * src/summaryview.c
6885                 Disconnect sighandlers for mainwindow when
6886                 quicksearch has the focus
6887                 Fix bug #653231
6888         * src/mainwindow.[ch]
6889                 Make key_pressed callback public, to be able
6890                 to disconnect it
6891
6892 2002-12-13 [christoph]  0.8.6claws105
6893
6894         * src/mh.c
6895                 create .mh_sequences file in new MH folders
6896                 (closes feature request [ 523162 ] MH folders should
6897                  get a .mh_sequences)
6898
6899 2002-12-13 [colin]      0.8.6claws104
6900
6901         * src/summaryview.c
6902                 Better handling of quicksearch show/hide
6903                 (basically the button stays under the mouse 
6904                  when toggled)
6905
6906 2002-12-13 [paul]       0.8.6claws103
6907
6908         * sync with 0.8.6cvs17
6909                 see ChangeLog 2002-12-13
6910
6911 2002-12-13 [paul]       0.8.6claws102
6912
6913         * po/es.po
6914                 updated by Ricardo Mones Lastra
6915
6916 2002-12-11 [colin]       0.8.6claws101
6917
6918         * src/folder.c
6919                 remove statusbar stuff
6920           src/folderview.c
6921                 set statusbar verbosity when moving folders
6922
6923 2002-12-11 [colin]       0.8.6claws100
6924         * src/prefs_filtering.c
6925         * src/prefs_matcher.c
6926         * src/prefs_scoring.c
6927                 Fix english ;)
6928
6929 2002-12-11 [colin]       0.8.6claws99
6930
6931         * src/prefs_common.[ch]
6932                 Add summary_quicksearch_type
6933         * src/summaryview.c
6934                 Save last used quicksearch type
6935
6936 2002-12-11 [jens]       0.8.6claws98
6937         * src/prefs_filtering.c
6938         * src/prefs_matcher.c
6939         * src/prefs_scoring.c
6940                 added dialog for incomplete rules in scoring, filtering and
6941                 matcher to ask wheather really close
6942
6943 2002-12-11 [colin]      0.8.6claws97
6944
6945         * src/folder.c
6946                 Fix folder dnd statusbar logging
6947
6948 2002-12-10 [christoph]  0.8.6claws96
6949
6950         * src/compose.c
6951         * src/folder.c
6952         * src/imap.c
6953         * src/inc.c
6954         * src/main.c
6955         * src/mainwindow.c
6956         * src/news.c
6957         * src/send.c
6958         * src/statusbar.[ch]
6959         * src/common/hooks.c
6960         * src/common/log.[ch]
6961                 o handle verbose logging in statusbar directly in statusbar code
6962                   and common code does not need any knowledge about a statusbar
6963                 o remove direct calls to statusbar_(puts|pop)_all functions
6964
6965 2002-12-10 [jens]       0.8.6claws95
6966
6967         * src/*.c
6968                 removed gettext from g_warnings
6969         * po/POTFILES.in
6970                 cleaned and updated
6971         * po/de.po
6972                 updated
6973
6974 2002-12-10 [colin]      0.8.6claws94
6975
6976         * src/main.c
6977                 finish crash dialog fix
6978
6979 2002-12-10 [colin]      0.8.6claws93
6980
6981         * src/main.c
6982                 "Fix" "sylpheed already running" instead of
6983                 crash dialog appearing after a crash
6984
6985 2002-12-10 [colin]      0.8.6claws92
6986
6987         * po/POTFILES.in
6988                 add src/gtk/sslcertwindow.c
6989
6990 2002-12-10 [paul]       0.8.6claws91
6991
6992         * po/POTFILES.in
6993                 updated to reflect recent changes
6994                 submitted by Alessandro Maestri
6995
6996 2002-12-09 [christoph]  0.8.6claws90
6997
6998         * src/Makefile.am
6999         * src/smtp.[ch]                 ** REMOVE **
7000         * src/common/Makefile.am
7001         * src/common/smtp.[ch]          ** NEW **
7002                 move smtp files to common directory
7003
7004 2002-12-09 [christoph]  0.8.6claws89
7005
7006         * src/Makefile.am
7007         * src/session.[ch]              ** REMOVE **
7008         * src/common/Makefile.am
7009         * src/common/session.[ch]       ** NEW **
7010                 move session files to common directory
7011
7012 2002-12-09 [paul]       0.8.6claws88
7013
7014         * src/account.c
7015                 fix bug [649746] edit accounts: move account reverted
7016                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7017
7018 2002-12-09 [colin]      0.8.6claws87
7019
7020         * src/ssl_certificate.c
7021                 cleanup
7022
7023 2002-12-09 [colin]      0.8.6claws86
7024
7025         * src/ssl.c
7026                 Try to open the cert.pem database and 
7027                 issue a warning if it isn't there
7028
7029 2002-12-09 [colin]      0.8.6claws85
7030
7031         * src/common/ssl_certificate.c
7032         * src/gtk/sslcertwindow.c
7033                 Warning fixes
7034
7035 2002-12-09 [colin]      0.8.6claws84
7036
7037         * src/ssl_certificate.[ch] ** REMOVED **
7038         * src/common/ssl_certificate.[ch] ** NEW **
7039         * src/Makefile.am
7040         * src/common/Makefile.am
7041                 Moved ssl_certificate.[ch] to common
7042         * src/common/ssl.c 
7043                 Put back needed include
7044         * src/gtk/sslcertwindow.[ch]
7045                 Changed ssl_certificate.h include
7046         
7047 2002-12-09 [colin]      0.8.6claws83
7048
7049         * src/gtk/sslcertwindow.[ch]
7050                 Implement hook for certificate acception
7051         * src/ssl_certificate.[ch]
7052                 Implement hook for certificate acception
7053         * src/common/ssl.c
7054                 Reenable certificate acception check
7055         * src/mainwindow.c
7056                 Register sslcertwindow's hook
7057         
7058 2002-12-08 [christoph]  0.8.6claws82
7059
7060         * src/about.c
7061         * src/addr_compl.c
7062         * src/codeconv.c
7063         * src/manual.c
7064         * src/undo.c
7065         * src/common/utils.c
7066                 o add missing includes
7067                 o fix warnings
7068         * src/.cvsignore
7069         * src/common/.cvsignore
7070         * src/common/version.h          ** REMOVE **
7071                 remove autogenerated file
7072
7073 2002-12-08 [paul]       0.8.6claws81
7074
7075         * src/stringtable.c
7076                 put back needed include
7077
7078 2002-12-08 [colin]      0.8.6claws80
7079         
7080         * src/gtk/sslcertwindow.c
7081                 Cleaner popups when asking
7082         * src/ssl_certificate.c
7083         * src/prefs_common.[ch]
7084                 remove ssl certificate pref
7085                 put back needed include
7086         * src/undo.c
7087                 put back needed include
7088
7089 2002-12-08 [christoph]  0.8.6claws79
7090
7091         * src/folderview.c
7092         * src/logwindow.c
7093         * src/statusbar.c
7094         * src/summaryview.c
7095                 only abort hook invokation if required data is missing not
7096                 if our own data pointer is NULL, update hookfunction for
7097                 log window
7098
7099 2002-12-08 [paul]       0.8.6claws78
7100
7101         * src/about.c
7102         * src/addrcache.c
7103         * src/addrclip.c
7104         * src/addr_compl.c
7105         * src/addrselect.c
7106         * src/codeconv.c
7107         * src/colorlabel.c
7108         * src/enriched.c
7109         * src/esmtp.c
7110         * src/exporthtml.c
7111         * src/headerview.c
7112         * src/imageview.c
7113         * src/manual.c
7114         * src/noticeview.c
7115         * src/pgptext.c
7116         * src/scoring.c
7117         * src/sourcewindow.c
7118         * src/stringtable.c
7119         * src/undo.c
7120                 clean up: remove unneccesary includes
7121
7122 2002-12-08 [christoph]  0.8.6claws77
7123
7124         * src/folderview.c
7125         * src/statusbar.c
7126         * src/summaryview.c
7127         * src/common/hooks.[ch]
7128                 hook functions now have a gboolean return value, if a hook
7129                 returns TRUE it will stop executing of any more hooks in
7130                 the same hooklist for this invokation
7131
7132 2002-12-08 [colin]      0.8.6claws76
7133         
7134         * src/main.c
7135                 put back argv0 for CRASH_DIALOG
7136
7137 2002-12-08 [christoph]  0.8.6claws75
7138
7139         * src/Makefile.am
7140         * src/about.c
7141         * src/account.c
7142         * src/crash.c
7143         * src/esmtp.h
7144         * src/imap.[ch]
7145         * src/inc.c
7146         * src/main.c
7147         * src/mainwindow.c
7148         * src/news.c
7149         * src/pop.[ch]
7150         * src/prefs_account.[ch]
7151         * src/prefs_common.[ch]
7152         * src/send.[ch]
7153         * src/smtp.[ch]
7154         * src/ssl_certificate.[ch]
7155         * src/ssl_manager.[ch]
7156         * src/common/Makefile.am
7157         * src/common/log.c
7158         * src/common/nntp.[ch]
7159         * src/common/socket.[ch]
7160         * src/common/ssl.[ch]
7161         * src/gtk/sslcertwindow.[ch]
7162         * ac/openssl.m4
7163                 use new autoconf script to detect OpenSSL with extra parameters
7164                 to specify the location of libs and includes, also remove USE_SSL
7165                 to USE_OPENSSL
7166
7167         * src/common/sylpheed.[ch]
7168         * src/common/version.h.in
7169                 start seperation of common code initialization seperated from gui
7170
7171         * src/summaryview.c
7172                 The function that is called when a color label changes
7173                 should not change the color lable again
7174
7175 2002-12-08 [colin]      0.8.6claws74
7176
7177         * src/gtk/sslcertwindow.c
7178                 warning fixes
7179
7180 2002-12-08 [colin]      0.8.6claws73
7181
7182         * src/statusbar.c
7183           src/common/log.h
7184                 Register a hook for statusbar_puts_all
7185         * src/common/log.c
7186                 invoke statusbar_puts_all's hook
7187         
7188 2002-12-08 [colin]      0.8.6claws72
7189
7190         * src/ssl_certificate.c
7191                 Put back a badly-removed include
7192
7193 2002-12-08 [colin]      0.8.6claws71
7194
7195         * src/gtk/sslcertwindow.[ch]    ** NEW **
7196                 new certificate presentation
7197         * src/gtk/Makefile.am
7198                 add new files
7199         * src/ssl_certificate.[ch]
7200                 gtk cleanup, made utility functions public
7201         * src/ssl_manager.c
7202                 use new cert presentation
7203
7204 2002-12-07 [christoph]  0.8.6claws70
7205
7206         * src/Makefile.am
7207         * src/nntp.[ch]                 ** REMOVE **
7208         * src/common/Makefile.am
7209         * src/common/nntp.[ch]          ** NEW **
7210                 move nntp files to common directory
7211
7212 2002-12-07 [christoph]  0.8.6claws69
7213
7214         * src/procmsg.[ch]
7215         * src/summaryview.c
7216                 implement msginfo update callback using sylpheed's new
7217                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7218
7219 2002-12-06 [christoph]  0.8.6claws68
7220
7221         * src/editgroup.c
7222                 This patch changes the 'Edit Group Details' dialog to
7223                 allow extended selections in either pane, so that
7224                 addresses can be added or removed from a group more
7225                 quickly and easily. (it actually is a net decrease in
7226                 file size, as some unnecessary functions have been
7227                 removed). 
7228                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7229
7230 2002-12-06 [christoph]  0.8.6claws67
7231
7232         * src/Makefile.am
7233         * src/template.[ch]             ** REMOVE **
7234         * src/common/Makefile.am
7235         * src/common/template.[ch]      ** NEW **
7236                 move template files to common directory
7237
7238         * src/nntp.c
7239                 add missing log.h include
7240
7241 2002-12-06 [melvin]     0.8.6claws66
7242
7243         * src/prefs_actions.c
7244                 Added the trailing ">" syntax to insert command's output
7245                 without replacing old text (in contrast to trailing "|").
7246
7247 2002-12-05 [colin]      0.8.6claws65
7248         
7249         * src/common/utils.c
7250                 Don't modify original search_string or it'll change
7251                 the next iterations in the for()
7252
7253 2002-12-05 [darko]      0.8.6claws64
7254
7255         * src/common/utils.c
7256                 proper check for filtering commands, found by Colin
7257
7258 2002-12-05 [darko]      0.8.6claws63
7259
7260         * src/common/utils.c
7261                 check proper string for NULL pointer, found by Colin
7262
7263 2002-12-05 [darko]      0.8.6claws62
7264
7265         * src/common/utils.[ch]
7266                 expand_search_string(): new function
7267                 converts Mutt-like patterns to Sylpheed's
7268                 filtering engine
7269         * src/summaryview.c
7270                 use expand_search_string() to allow Mutt-like
7271                 patterns in extended search
7272         * README.claws
7273                 document extended option in quick search
7274
7275 2002-12-05 [paul]       0.8.6claws61
7276
7277         * sync with 0.8.6cvs16
7278                 see ChangeLog 2002-12-05
7279                 
7280         * po/POTFILES.in
7281                 clean up
7282
7283 2002-12-04 [christoph]  0.8.6claws60
7284
7285         * src/imap.[ch]
7286                 put imap authentication code into a new function and
7287                 remove it from imap_session_new that will allow to
7288                 send other commands before authentication
7289
7290 2002-12-04 [christoph]  0.8.6claws59
7291
7292         * src/imap.[ch]
7293                 use already existing method to prevent unneeded IMAP
7294                 folder selects. Set imap_select parameters to NULL
7295                 in some functions if the values are not required.
7296
7297         * src/xml.h
7298                 remove no longer required include
7299
7300 2002-12-04 [paul]       0.8.6claws58
7301
7302         * po/es.po
7303                 updated by Ricardo Mones Lastra
7304                 
7305         * configure.in
7306           po/hu.po      ** NEW FILE **
7307                 initial Hungarian translation, submitted
7308                 by Gál Zoltán <galzoli@hu.inter.net>
7309
7310 2002-12-03 [christoph]  0.8.6claws57
7311
7312         * src/Makefile.am
7313         * src/gtksctree.[ch]            ** REMOVE **
7314         * src/gtk/Makefile.am
7315         * src/gtk/gtksctree.[ch]        ** NEW **
7316                 move gtksctree files to gtk directory
7317
7318 2002-12-03 [christoph]  0.8.6claws56
7319
7320         * src/Makefile.am
7321         * src/md5.[ch]                  ** REMOVE **
7322         * srm/common/Makefile.am
7323         * src/common/md5.[ch]           ** NEW **
7324                 move md5 files to common directory
7325
7326         * src/gtkstext.c
7327                 remove not required #include
7328
7329 2002-12-03 [sergey]     0.8.6claws55
7330
7331         * src/gtkutils.c
7332         * src/gtkutils.h
7333                 gtkut_window_popup(): new function.
7334         * src/mainwindow.c
7335                 main_window_popup(): use gtkut_window_popup() to raise
7336                 window without changing its position.
7337                 (see sylpheed-main ML message [sylpheed:17247])
7338
7339 2002-12-03 [sergey]     0.8.6claws54
7340
7341         * src/send.c
7342                 send_message_local(): removed first-dot escaping
7343                 (SMTP-only, not needed for sending through pipe)
7344
7345 2002-12-03 [paul]       0.8.6claws53
7346
7347         * po/POTFILES.in
7348                 update to reflect recent changes (thanks
7349                 to Ricardo Mones Lastra)
7350                 
7351         * tools/filter_conv.pl
7352                  fix problem with quoted strings. Patch submitted
7353                  by Luke Plant <lukeplant@softhome.net>
7354
7355 2002-12-03 [paul]       0.8.6claws52
7356
7357         * sync with 0.8.6cvs15
7358                 see ChangeLog 2002-12-03
7359
7360 2002-12-02 [christoph]  0.8.6claws51
7361
7362         * src/logwindow.[ch]
7363         * src/common/log.[ch]
7364                 implement logging using a hook function
7365
7366         * src/folderview.c
7367         * src/folder.[ch]
7368                 define hooklist name in header file to avoid
7369                 errors caused by wrong spelling of hooklist names
7370
7371         * src/toolbar.c
7372                 fix warnings
7373
7374 2002-12-02 [christoph]  0.8.6claws50
7375
7376         * src/common/Makefile.am
7377                 add src/common/hooks.[ch]
7378
7379         * src/common/hooks.[ch]
7380                 implement a simple hook system using glib's hook functions
7381
7382         * src/folder.[ch]
7383         * src/folderview.c
7384                 use new hook system for folder item updates
7385
7386 2002-12-02 [christoph]  0.8.6claws49
7387
7388         * doc-src/ui_seperation.txt     ** NEW **
7389                 information for ui seperation
7390
7391         * src/Makefile.am
7392                 remove files that were moved to common
7393                 include common directory by default for the header files
7394
7395         * src/inc.c
7396         * src/common/socket.c
7397         * src/automaton.[ch]
7398                 implement automaton using g_io_*-functions instead of
7399                 gdk_input_add to make it ui independent
7400
7401         * src/codeconv.c
7402         * src/compose.c
7403         * src/ldif.c
7404         * src/pgptext.c
7405         * src/procmime.c
7406         * src/rfc2015.c
7407         * src/smtp.c
7408         * src/unmime.c
7409                 remove common/ prefix because directory is now in
7410                 include path
7411
7412         * src/compose.c
7413         * src/folder.c
7414         * src/folderview.c
7415         * src/mainwindow.c
7416         * src/messageview.c
7417         * src/prefs_common.c
7418         * src/procmsg.c
7419         * src/rfc2015.c
7420                 fix warnings
7421
7422         * src/imap.c
7423         * src/inc.c
7424         * src/news.c
7425         * src/pop.c
7426         * src/send.c
7427         * src/smtp.c
7428         * src/ssl_certificate.c
7429                 add log.h header file for logging functions
7430
7431         * src/main.c
7432         * src/common/utils.c
7433         * src/summaryview.c
7434         * src/xml.c
7435                 o move debug_mode to common/utils.c
7436                 o add functions to set and get debug_mode
7437
7438         * src/defs.h                    ** REMOVE **
7439         * src/intl.h                    ** REMOVE **
7440         * src/socket.[ch]               ** REMOVE **
7441         * src/ssl.[ch]                  ** REMOVE **
7442         * src/utils.[ch]                ** REMOVE **
7443                 replaced by new files in src/common/
7444         
7445         * src/common/Makefile.am
7446                 add new files in src/common/
7447
7448         * src/common/defs.h             ** NEW **
7449         * src/common/intl.h             ** NEW **
7450         * src/common/log.[ch]           ** NEW **
7451         * src/common/socket.[ch]        ** NEW **
7452         * src/common/ssl.[ch]           ** NEW **
7453         * src/common/utils.[ch]         ** NEW **
7454                 replacement for files in src/
7455
7456 2002-12-02 [colin]      0.8.6claws48
7457
7458         * src/folderview.c
7459                 Scroll folderview if necessary during dnd
7460
7461 2002-12-02 [colin]      0.8.6claws47
7462
7463         * src/folder.[ch]
7464                 Add check to verify a move is within a single mailbox
7465         * src/folderview.c
7466                 Add specific error string for this check
7467
7468 2002-12-02 [colin]      0.8.6claws46
7469
7470         * src/folder.c
7471                 Add a test to folder moving, remove a statusbar_print
7472         * src/folderview.c
7473                 Add Move folder... context-menu item
7474                 Factorize folder moving code
7475                 Enable folder DND for mbox
7476
7477 2002-12-01 [christoph]  0.8.6claws45
7478
7479         * ac/aspell.m4
7480                 remove conf.aspelltest if the version check fails
7481
7482 2002-11-30 [christoph]  0.8.6claws44
7483
7484         * autogen.sh
7485                 run libtoolize --force in autogen to create missing
7486                 libtool scripts
7487
7488 2002-11-30 [christoph]  0.8.6claws43
7489
7490         * src/Makefile.am
7491         * src/pgptext.c
7492         * src/procmime.c
7493         * src/rfc2015.c
7494         * src/uuencode.[ch]             ** REMOVED **
7495         * src/common/Makefile.am
7496         * src/common/uuencode.[ch]      ** NEW **
7497                 move uuen/decoder to common directory
7498
7499 2002-11-30 [christoph]  0.8.6claws42
7500
7501         * src/Makefile.am
7502         * src/base64.[ch]               ** REMOVED **
7503         * src/codeconv.c
7504         * src/compose.c
7505         * src/ldif.c
7506         * src/pgptext.c
7507         * src/procmime.c
7508         * src/rfc2015.c
7509         * src/smtp.c
7510         * src/unmime.c
7511         * src/common/Makefile.am
7512         * src/common/base64.[ch]        ** NEW **
7513                 move base64 en/decoder to common directory
7514
7515 2002-11-30 [christoph]  0.8.6claws41
7516
7517         * src/common                    ** NEW **
7518                 new directory for UI independent code
7519         * src/gtk                       ** NEW **
7520                 new directory for GTK frontend
7521         * src/common/.cvsignore         ** NEW **
7522         * src/gtk/.cvsignore            ** NEW **
7523                 ignore build files
7524         * src/common/Makefile.am        ** NEW **
7525         * src/gtk/Makefile.am           ** NEW **
7526                 automake files to build new seperated stuff
7527         * src/Makefile.am
7528                 the binary will currently still be build with the
7529                 files in src, so we include the code from the
7530                 subdirs for now after building the libs there
7531
7532 2002-11-30 [paul]       0.8.6claws40
7533
7534         * src/compose.c
7535                 fix bug [642731] 'Wrong selected account with drafted mail'
7536
7537 2002-11-29 [oliver]     0.8.6claws39
7538         
7539         * src/messageview.c
7540                 o update summaryview when switching between different
7541                   messageviews          
7542         * src/toolbar.c  
7543                 o check if messageview holds already removed msg
7544                   from summaryview
7545                 
7546
7547 2002-11-29 [oliver]     0.8.6claws38
7548
7549         * src/toolbar.c 
7550                 remove not needed variables and includes
7551                 make messageview stay opened and move to next when msgs are deleted 
7552
7553 2002-11-29 [oliver]     0.8.6claws37
7554         
7555         * src/toolbar.c 
7556                 disable compose button (messageview toolbar) by default
7557                 deleted msgs are moved to trash
7558         
7559 2002-11-29 [melvin]     0.8.6claws36
7560
7561         * configure.in
7562                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7563                 and to detect signatures expirations (gpgme 0.3.6)
7564
7565         * src/main.c
7566                 Use non obsolescent function for Gpgme engine checking.
7567
7568         * src/rfc2015.c
7569                 Inform about expired signatures or signatures which key
7570                 has expired. Expiration date is displayed.
7571
7572         * src/sigstatus.c
7573                 Inform about expired signatures or signatures which key
7574                 has expired.
7575
7576 2002-11-28 [paul]       0.8.6claws35
7577
7578         * src/folderview.c
7579                 re-instate 'Check for new messages' in Newsgroup
7580                 folders right-click menu, after a suggestion from
7581                 Tim Mann <timmann@users.sourceforge.net>
7582
7583         * src/main.c
7584                 after a crash check only local folders for new
7585                 messages
7586
7587 2002-11-28 [paul]       0.8.6claws34
7588
7589         * configure.in
7590                 apply patch that fixes the checking of GTK with XIM 
7591                 support on different OSs, such as FreeBSD. Patch 
7592                 submitted by Topia <topia@users.sourceforge.net>
7593                 
7594 2002-11-28 [paul]       0.8.6claws33
7595
7596         * src/mainwindow.c
7597           src/prefs_common.c
7598           src/prefs_toolbar.c
7599                 more changes to the English
7600
7601 2002-11-28 [paul]       0.8.6claws32
7602
7603         * sync with 0.8.6cvs13
7604                 see ChangeLog 2002-11-28 (no sync needed
7605                 for src/compose.c)
7606
7607 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7608         
7609         * src/mainwindow.[ch]
7610                 add patch by Ivan F. Martinez introducing messageview Toolbar
7611                 some changes and committed by oliver    
7612
7613 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7614
7615         * src/messageview.[ch]
7616                 add patch by Ivan F. Martinez introducing messageview Toolbar
7617                 some changes and committed by oliver    
7618
7619 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7620
7621         * src/compose.[ch]
7622                 add patch by Ivan F. Martinez introducing messageview Toolbar
7623                 some changes and committed by oliver    
7624
7625 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7626         
7627         * src/toolbar.[ch]
7628                 add patch by Ivan F. Martinez introducing messageview Toolbar
7629                 some changes and committed by oliver
7630
7631 2002-11-28 [oliver]     0.8.6claws27
7632         
7633         * src/prefs_toolbar.[ch]
7634                 getting ready for messageview toolbar
7635                 free mem allocated by gettext
7636                 change prefs_toolbar to prefs_toolbar_open
7637  
7638 2002-11-28 [thorsten]   0.8.6claws26
7639
7640         * src/imageview.[ch]
7641                 cleaned up conflicting declarations of
7642                 imageview_show_image()
7643
7644 2002-11-28 [paul]       0.8.6claws25
7645
7646         * src/grouplistdialog.c
7647           src/prefs_common.c
7648           src/prefs_summary_column.c
7649                 a few more improvements to the English
7650
7651 2002-11-28 [colin]      0.8.6claws24
7652
7653         * man/sylpheed.1
7654                 A few updates to command-line parameters
7655
7656 2002-11-28 [colin]      0.8.6claws23
7657
7658         * src/prefs_filtering.c
7659                 Fix problems with prefs_filtering_delete_path:
7660                 a) if the first rule is removed, original pointers
7661                    weren't updated (leading to segfaults)
7662                 b) it was always global_processing updated in case
7663                    of removed path was parent of rule path
7664
7665 2002-11-27 [paul]       0.8.6claws22
7666
7667         * src/mainwindow.c
7668           src/prefs_account.c
7669           src/prefs_actions.c
7670           src/prefs_common.c
7671           src/prefs_customheader.c
7672           src/prefs_display_header.c
7673           src/prefs_filtering.c
7674           src/prefs_folder_item.c
7675           src/prefs_matcher.c
7676           src/prefs_scoring.c
7677           src/prefs_summary_column.c
7678           src/prefs_template.c
7679           src/prefs_toolbar.c
7680                  improve the English in the GUI
7681
7682 2002-11-27 [colin]      0.8.6claws21
7683
7684         * src/folder.c
7685                 Fix processing renaming problems happening after
7686                 last commit
7687
7688 2002-11-27 [colin]      0.8.6claws20
7689
7690         * src/folder.c
7691                 recursive move now deletes src each subfolder after 
7692                 having moved it
7693         * src/folderview.c
7694                 Use identifier instead of path during dnd (enables
7695                 IMAP folder dnd)
7696
7697 2002-11-27 [paul]       0.8.6claws19
7698
7699         * src/main.c
7700                 apply patch that does command-line processing 
7701                 BEFORE gtk_init, allowing claws to run from 
7702                 shell-scripts in non-X environment (e.g. crontab 
7703                 or ip-up, ip-down scripts). Patch submitted by
7704                 Ruslan N. Balkin <baron@dartel.ru>
7705                 
7706         * po/it.po
7707                 updated by Alessandro Maestri
7708
7709 2002-11-27 [paul]       0.8.6claws18
7710
7711         * sync with 0.8.6cvs12
7712           src/prefs_common.c
7713                 Differences are that main uses a 'Receive dialog'
7714                 frame on the Interface tab, whereas claws groups all 
7715                 the dialogs together in a 'Dialogs' frame.
7716
7717 2002-11-27 [colin]      0.8.6claws17
7718
7719         * src/prefs_matcher.c
7720                 Fix Execute criteria's NOT flag
7721
7722
7723 2002-11-26 [christoph]  0.8.6claws16
7724
7725         * src/ssl.c
7726                 rewrite the ssl code a little bit, only use one
7727                 SSL context, set default certificates' file/path
7728
7729 2002-11-26 [thorsten]   0.8.6claws15
7730
7731         * src/compose.c
7732                 default-reply-to didn't work for ml-reply
7733
7734 2002-11-26 [melvin]     0.8.6claws14
7735
7736         * src/prefs_actions.c
7737                 Made pipe-actions ignore short headers in message view
7738                 Made trailing-pipe-actions write in the message view with
7739                 the same font as the original message
7740
7741 2002-11-26 [paul]       0.8.6claws13
7742
7743         * src/compose.c
7744                 this time commit the correct file
7745
7746 2002-11-26 [paul]       0.8.6claws12
7747
7748         * sync with 0.8.6cvs11
7749           src/quote_fmt_parse.y  
7750                 no sync needed
7751           src/account.[ch]       
7752                 not sync'ed
7753           src/compose.c
7754                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7755                 on draft mode.
7756                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7757                 header
7758                 
7759         see ChangeLog 2002-11-25 and 2002-11-26
7760
7761 2002-11-26 [colin]      0.8.6claws11
7762
7763         * src/folderview.c
7764                 Fix collapsed folder not auto-expanding during
7765                 mail dnd, if it was the source folder.
7766
7767 2002-11-25 [colin]      0.8.6claws10
7768
7769         * src/folderview.[ch]
7770                 Variable renaming and cleaning (slist of nodes 
7771                 to be re-collapsed is stored in FolderView)
7772
7773 2002-11-25 [paul]       0.8.6claws9
7774
7775         * src/prefs_common.[ch]
7776                 fix breakage caused by last commit
7777
7778 2002-11-25 [paul]       0.8.6claws8
7779
7780         * sync with 0.8.6cvs4
7781                 see ChangeLog 2002-11-21
7782
7783 2002-11-25 [paul]       0.8.6claws7
7784
7785         * sync with 0.8.6cvs4
7786                 see ChangeLog 2002-11-20
7787
7788 2002-11-25 [paul]       0.8.6claws6
7789
7790         * sync with 0.8.6cvs3
7791                 see ChangeLog 2002-11-18
7792
7793 2002-11-25 [colin]      0.8.6claws5
7794
7795         * src/gtkutils.[ch]
7796                 Add gtkut_ctree_node_is_parent()
7797         * src/folderview.c
7798                 Spring-loaded folders
7799
7800 2002-11-25 [colin]      0.8.6claws4
7801
7802         * src/utils.[ch]
7803                 Add slist_concat_unique(), function to merge
7804                 two GSList filtering dups
7805         * src/folder.[ch]
7806         * src/summaryview.[ch]
7807         * src/folderview.c
7808         * src/main.c
7809                 Add detection/update/display of unread answers
7810                 to marked mails
7811         * src/procmsg.[ch]
7812                 Add procmsg_find_children()
7813                 Add procmsg_msg_has_marked_parent()
7814
7815 2002-11-25 [colin]      0.8.6claws3
7816
7817         * src/ssl_certificate.[ch]
7818                 Allow checking a certificate without a DNS
7819                 lookup
7820                 Allow to forget a cert (by deleting it)
7821                 Make ssl_certificate_destroy_public
7822         * src/ssl_manager.[ch] ** NEW FILES **
7823                 Gui to manage (display/remove) certificates
7824         * src/prefs_common.[ch]
7825                 Add a pref to allow silent acceptation of
7826                 trusted certificates or not (based on the
7827                 "I want to know what's going on" principle)
7828         * src/mainwindow.c
7829                 Add SSL manager in Tools menu
7830         * src/Makefile.am
7831                 Add the new files to the build
7832         * po/POTFILES.in
7833                 Add ssl_manager.c to translations
7834
7835 2002-11-25 [colin]      0.8.6claws2
7836
7837         * src/summaryview.[ch]
7838                 Add S_SEARCH_EXTENDED to the quick search, which 
7839                 allows to search using filtering syntax.
7840
7841 2002-11-25 [colin]      0.8.6claws1
7842
7843         * src/summaryview.c
7844                 Deletion of duplicates now prefer deleting
7845                 the unread dup (fixes feature-request 638989).
7846
7847 2002-11-24 [paul]       0.8.6claws
7848
7849         * po/es.po
7850           po/pl.po
7851           po/ru.po
7852           po/sr.po
7853                 updated by Ricardo Mones Lastra,
7854                 Witold Wladyslaw Wojciech Wilk,
7855                 Ruslan N. Balkin, and  Urke MMI 
7856                 respectively
7857
7858 2002-11-24 [paul]       0.8.5claws182
7859
7860         * po/bg.po
7861                 updated by George Danchev
7862
7863 2002-11-23 [alfons]     0.8.5claws181
7864
7865         * src/imap.c
7866                 tiny memory leak found by browsing Dimitar's 
7867                 valgrind report
7868
7869 2002-11-23 [paul]       0.8.5claws180
7870
7871         * po/it.po
7872                 updated by Alessandro Maestri
7873
7874 2002-11-22 [christoph]  0.8.5claws179
7875
7876         * src/compose.c
7877         * src/inc.c
7878         * src/prefs_filtering.c
7879         * src/summaryview.c
7880                 more warning fixes
7881
7882 2002-11-22 [alfons]     0.8.5claws178
7883
7884         * src/summaryview.c
7885                 summary_execute_delete_func(): if message is deleted, make 
7886                 sure to also remove its entry in the subject hash table. 
7887                 fixes a corner case bug.
7888
7889 2002-11-22 [paul]       0.8.5claws177
7890
7891         * .cvsignore
7892                 add 'autom4te.cache'
7893                 
7894         * ltconfig      ** REMOVED **
7895                 not needed
7896
7897 2002-11-22 [paul]       0.8.5claws176
7898
7899         * src/textview.c
7900                 textview_set_font(): fix for message display in
7901                 UTF-8 locales (thanks to Sergey Vlasov).
7902                 
7903         * AUTHORS
7904                 add new team members and contributors
7905
7906
7907 2002-11-21 [colin]      0.8.5claws175
7908
7909         * src/procmsg.[ch]
7910                 Add procmsg_remove_special_headers()
7911         * src/mh.c
7912                 Use procmsg_remove_special_headers() for 
7913                 previous fix
7914
7915 2002-11-21 [colin]      0.8.5claws174
7916
7917         * src/mh.c
7918                 Fix moving/copying from queue/draft folders
7919                 for MH folders
7920
7921 2002-11-21 [christoph]  0.8.5claws173
7922
7923         * src/crash.c
7924         * src/filtering.c
7925         * src/logwindow.c
7926         * src/main.c
7927         * src/matcher_parser_lex.[hl]
7928         * src/mbox.c
7929         * src/mbox_folder.[ch]
7930         * src/prefs_filtering.c
7931         * src/procheader.c
7932         * src/quote_fmt_lex.l
7933         * src/ssl.c
7934                 fix all warnings except the warnings in lex and yacc files
7935
7936 2002-11-20 [christoph]  0.8.5claws172
7937
7938         * src/imap.c
7939                 fix MsgInfo retrieval for IMAP draft and queue folders
7940                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7941
7942 2002-11-19 [christoph]  0.8.5claws171
7943
7944         * src/compose.c
7945                 fix segfault, when draft saving does not get
7946                 the MsgInfo of the new message
7947                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7948
7949 2002-11-19 [christoph]  0.8.5claws170
7950
7951         * src/procmsg.c
7952                 add parameter check for flag setting function
7953                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7954
7955 2002-11-18 [paul]       0.8.5claws169
7956
7957         * src/compose.c
7958                 more sensitivity fixes to redirect mode:
7959                 * disable toolbar draft button
7960                 * allow only Address book in the Tools menu
7961                 * disable editing of message by the spell
7962                   checker
7963
7964 2002-11-18 [paul]       0.8.5claws168
7965
7966         * src/compose.c
7967                 fix sensitivity of menu items in compose_redirect():
7968                 allow only the necessary items 
7969
7970 2002-11-18 [paul]       0.8.5claws167
7971
7972         * src/compose.c
7973                 fix bug [ 603259 ] 'attachment got lost on bounce'
7974
7975 2002-11-18 [paul]       0.8.5claws166
7976
7977         * po/ru.po
7978                 updated by Ruslan N. Balkin <baron@dartel.ru>
7979
7980 2002-11-18 [colin]      0.8.5claws165
7981
7982         * src/main.c
7983           src/defs.h
7984                 Remove old filtering stuff
7985
7986
7987 2002-11-17 [oliver]     0.8.5claws164
7988
7989         * src/toolbar.h
7990                 remove not needed typedef 
7991
7992 2002-11-17 [oliver]     0.8.5claws163
7993
7994         * src/toolbar.c
7995                 make toolbar's on click events translatable
7996
7997 2002-11-15 [colin]      0.8.5claws162
7998
7999         * src/summaryview.c
8000                 Revert too-soon integration of a feature
8001
8002 2002-11-15 [christoph]  0.8.5claws161
8003
8004         * src/imap.c
8005                 use main's implementation of imap_get_msginfo
8006
8007 2002-11-15 [christoph]  0.8.5claws160
8008
8009         * src/compose.c
8010         * src/folder.[ch]
8011         * src/imap.c
8012         * src/mbox_folder.c
8013         * src/mh.c
8014         * src/news.c
8015         * src/procmsg.c
8016         * src/summaryview.c
8017                 replace claws' fetch_msginfo with main's get_msginfo
8018                 (use main's implementation where possible)
8019
8020 2002-11-15 [colin]      0.8.5claws159
8021
8022         * src/ssl_certificate.c
8023                 Missed a check
8024
8025 2002-11-16 [melvin]     0.8.5claws158
8026
8027         * po/fr.po
8028                 Updated French translations.
8029
8030 2002-11-16 [colin]      0.8.5claws157
8031
8032         * src/ssl_certificate.c
8033                 Check for missing parts in the certificates
8034
8035 2002-11-15 [colin]      0.8.5claws156
8036
8037         * src/folderview.c
8038                 Preventive fix (missing check) found by
8039                 Alfons
8040
8041 2002-11-15 [paul]
8042
8043         * NEWS
8044                 sync with 0.8.6 release
8045
8046 2002-11-15 [colin]      0.8.5claws155
8047
8048         * src/folder.[ch]
8049           src/folderview.c
8050                 Fix error handling of folder_item_move_to()
8051                 (thanks to Alfons!)
8052
8053 2002-11-15 [colin]      0.8.5claws154
8054
8055         * src/folder.[ch]
8056           src/folderview.c
8057                 folder_item_move_to() sets an error message instead
8058                 of having GUI stuff in folder.c
8059
8060 2002-11-15 [colin]      0.8.5claws153
8061
8062         * src/procmsg.[ch]
8063                 Implemented a callback for MsgInfo updates, 
8064                 heavily copy/pasted from Christoph's folder 
8065                 callback system
8066         * src/summaryview.[ch]
8067                 Register summary_update_msg as callback
8068
8069 2002-11-14 [colin]      0.8.5claws152
8070         
8071         * src/procmsg.c
8072                 Update the FolderItem after sending (fixes 617593)
8073
8074 2002-11-14 [christoph]  0.8.5claws151
8075
8076         * src/folder.c
8077                 fix wrong position of NULL pointer check found
8078                 by Sergey
8079
8080 2002-11-14 [christoph]  0.8.5claws150
8081
8082         * src/folder.c
8083                 fix segfault when deleting messages from IMAP folders
8084                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8085
8086 2002-11-14 [colin]      0.8.5claws149
8087
8088         * src/compose.c
8089                 Forwarding was also ignoring the folder's default account.
8090
8091 2002-11-14 [colin]      0.8.5claws148
8092
8093         * src/compose.c
8094                 Fix sent folder not set to folder properties when 
8095                 forwarding.
8096
8097 2002-11-14 [thorsten]   0.8.5claws147
8098
8099         * src/inc.c
8100                 inc_start(): Files were not moved from .processing to inbox,
8101                 if no global processing rule existed
8102
8103 2002-11-14 [colin]      0.8.5claws146
8104
8105         * src/ssl_certificate
8106                 Fix file operations
8107
8108 2002-11-14 [paul]       0.8.5claws145
8109
8110         * po/it.po
8111                 updated by Alessandro Maestri
8112
8113 2002-11-13 [alfons]     0.8.5claws144
8114
8115         * src/folder.c
8116                 folder_item_close(): only mark messages unread
8117                 when a folder has new messages 
8118
8119 2002-11-13 [keith]      0.8.5claws143
8120
8121         * src/imap.c
8122                 Fix problem moving or copying between
8123                 IMAP folders
8124
8125 2002-11-13 [colin]      0.8.5claws142
8126
8127         * src/matcher_parser_parse.y
8128                 Fix rule problem when " don't match
8129
8130 2002-11-13 [christoph]  0.8.5claws141
8131
8132         * src/folder.c
8133         * src/folderview.c
8134                 moved cache saving to folder_item_close
8135                 the folderview should not have to deal with
8136                 this things
8137
8138 2002-11-13 [christoph]  0.8.5claws140
8139
8140         * src/summaryview.c
8141                 moved setting of important score to
8142                 summary_set_prefs_from_folderitem
8143
8144 2002-11-13 [colin]      0.8.5claws139
8145
8146         * src/matcher_parser_parse.y
8147                 Fix a segfault in the parser (happening when
8148                 a good expression had been tested and a bad 
8149                 one arrives)
8150
8151 2002-11-13 [paul]       0.8.5claws138
8152
8153         * sync with 0.8.5cvs24
8154                 see ChangeLog 2002-11-13
8155                 
8156         * po/pt_BR.po
8157                 updated by Fabio Jr. Beneditto
8158
8159 2002-11-13 [colin]      0.8.5claws137
8160         
8161         * src/msgcache.c
8162           src/defs.h
8163           src/procmsg.[ch]
8164                 Revert last commit, problem
8165
8166 2002-11-13 [colin]      0.8.5claws136
8167
8168         * src/msgcache.c
8169                 Remove duplicated code
8170         * src/defs.h
8171                 Bumped CACHE_VERSION and MARK_VERSION
8172         * src/procmsg.[ch]
8173                 Network endian for cache and mark files
8174
8175 2002-11-12 [colin]      0.8.5claws135
8176
8177         * src/inc.c
8178                 Fix the "socket error" dialog which disappeared
8179
8180 2002-11-12 [colin]      0.8.5claws134
8181
8182         * src/msgcache.c
8183                 Reverse last commit which had performance 
8184                 problems, but still reverse the list
8185
8186 2002-11-12 [colin]      0.8.5claws133
8187
8188         * src/msgcache.c
8189                 Reverse list order
8190
8191 2002-11-12 [melvin]     0.8.5claws132
8192
8193         * src/compose.c
8194                 Added a check for a NULL prefs_common.dictionary
8195
8196 2002-11-12 [colin]      0.8.5claws131
8197
8198         * src/ssl_certificate.[ch]
8199                 Use FQDN hostname
8200
8201 2002-11-12 [colin]      0.8.5claws130
8202
8203         * src/ssl_certificate.[ch]
8204                 Take connection port into account for 
8205                 checking certificates (a single hostname
8206                 could have multiple servers with multiple
8207                 certificates)
8208         * src/ssl.c
8209                 Pass the port to ssl_certificate_check
8210
8211 2002-11-12 [paul]       0.8.5claws129
8212
8213         * src/folder.c
8214                 fix a typo in last commit
8215
8216 2002-11-12 [paul]       0.8.5claws128
8217
8218         * sync with 0.8.5cvs23
8219                 see ChangeLog entry 2002-11-12
8220
8221 2002-11-11 [colin]      0.8.5claws127
8222
8223         * src/ssl_certificate.c
8224                 Cleaner messages
8225                 Don't popup, instead log error, if the 
8226                 corresponding pref is checked
8227         * src/ssl_certificate.h
8228                 include <openssl/objects/h>
8229
8230 2002-11-11 [colin]      0.8.5claws126
8231
8232         * src/ssl_certificate.h
8233                 _Really_ clean it
8234
8235 2002-11-11 [colin]      0.8.5claws125
8236         
8237         * src/ssl_certificate.c
8238                 Fixed leak
8239
8240 2002-11-11 [colin]      0.8.5claws124
8241
8242         * src/ssl.c
8243                 Cleaned a bit
8244         * src/ssl_certificate.[ch]
8245                 Cleaned a bit (better use of SSL API)
8246                 (This will cause non-recognition of saved 
8247                  certificates of claws12[23]...)
8248
8249 2002-11-11 [paul]       0.8.5claws123
8250         
8251         * po/es.po
8252                 updated by Ricardo Mones Lastra
8253
8254 2002-11-11 [colin]      0.8.5claws122
8255
8256         * src/ssl.c
8257                 Fix a typo
8258
8259 2002-11-11 [colin]      0.8.5claws121
8260
8261         * src/ssl_certificate.[ch] ** NEW FILES **
8262         * src/ssl.[ch]
8263                 Check SSL certificates presented to us
8264         * src/Makefile.am
8265                 Add ssl_certificate.[ch]
8266         * po/POTFILES.in
8267                 Add ssl_certificate.c
8268
8269 2002-11-11 [paul]       0.8.5claws120
8270
8271         * sync with 0.8.5cvs22
8272                 see ChangeLog 2002-11-11
8273
8274 2002-11-11 [paul]       0.8.5claws119
8275
8276         * sync with 0.8.5cvs21
8277                 see ChangeLog 2002-11-11
8278
8279 2002-11-10 [jens]       0.8.5claws118
8280
8281         * src/folder.c
8282         * src/folderview.c
8283                 corrected some typing
8284         * po/de.po
8285                 updated german translation
8286         * sylpheed.spec.in
8287                 cleaned up specfile and adjusted it for claws
8288
8289 2002-11-10 [colin]      0.8.5claws117
8290
8291         * src/summaryview.c
8292                 a STATUSBAR_PUSH/POP fix
8293
8294 2002-11-10 [colin]      0.8.5claws116
8295
8296         * src/prefs_folder_item.c
8297                 Fix hanging after opening folder properties
8298
8299 2002-11-10 [hoa]        0.8.5claws115
8300
8301         * src/matcher_parser_lex.l
8302         * src/matcher_parser_parse.y
8303                 config file for scoring and filtering is no more trashed
8304                 when there is a syntax error in a filtering rule when
8305                 editing it in a dialog.
8306
8307 2002-11-09 [colin]      0.8.5claws114
8308
8309         * src/mbox_folder.c
8310                 Added missing initialisation of folder->destroy()
8311
8312 2002-11-09 [colin]      0.8.5claws113
8313
8314         * src/folder.c
8315           src/folderview.c
8316                 Fix the status bar messages
8317
8318 2002-11-09 [colin]      0.8.5claws112
8319
8320         * src/folderview.c
8321                 Fix hangs after folder dnd, happening after 
8322                 claws109.
8323
8324 2002-11-09 [christoph]  0.8.5claws111
8325
8326         * src/folderview.c
8327                 just changed order of calls (reverse order of
8328                 associated calls)
8329         * src/inc.c
8330                 lock inc when checking only one account, otherwise
8331                 inc all could be executed at the same time
8332
8333 2002-11-09 [christoph]  0.8.5claws110
8334
8335         * src/folderview.c
8336                 better unlock the mouse cursor before calling
8337                 summary_show because it changes the cursor too
8338
8339 2002-11-09 [christoph]  0.8.5claws109
8340
8341         * src/folder.[ch]
8342         * src/folderview.c
8343                 add functions to open and close a folder
8344                 o opending will execute scanning for remote folders
8345                   and processing
8346                 o closing will unset new flag for messages
8347
8348 2002-11-09 [colin]      0.8.5claws108
8349
8350         * src/folder.c
8351                 Add a call to prefs_matcher_write_config to 
8352                 avoid non-leaf folders filtering settings to be
8353                 lost
8354
8355 2002-11-09 [paul]       0.8.5claws107
8356
8357         * src/prefs_account.c
8358                 re-word a label
8359
8360 2002-11-09 [colin]      0.8.5claws106
8361
8362         * src/folderview.c
8363                 Minor esthetic fix
8364
8365 2002-11-09 [colin]      0.8.5claws105
8366
8367         * src/folderview.c
8368                 Fix prefs_filtering deletion for MH folders (same
8369                 reason as below)
8370         * src/prefs_filtering.c
8371                 Fix prefs_filtering renaming and deletion for 
8372                 folder-based processing rules.  
8373
8374 2002-11-09 [christoph]  0.8.5claws104
8375
8376         * src/compose.c
8377         * src/folder.[ch]
8378         * src/folderview.[ch]
8379         * src/import.c
8380         * src/inc.c
8381         * src/main.c
8382         * src/mainwindow.c
8383         * src/messageview.c
8384         * src/prefs_folder_item.c
8385         * src/procmsg.c
8386         * src/summaryview.c
8387                 implement a callback system for folder item updates
8388
8389 2002-11-09 [colin]      0.8.5claws103
8390
8391         * src/folderview.c
8392                 Fix prefs_filtering renaming for MH folders (we
8393                 shouldn't rename by path as another folder could
8394                 have the same hierarchy).
8395
8396 2002-11-09 [colin]      0.8.5claws102
8397
8398         * src/folder.c
8399                 Fix a leak found by Christoph, use better variable
8400                 names
8401
8402 2002-11-09 [colin]      0.8.5claws101
8403
8404         * src/folder.c
8405                 One more fix for processing rules
8406
8407 2002-11-08 [colin]      0.8.5claws100
8408         
8409         * src/matcher.c
8410                 Don't copy the compiled regexp (will be reevaluated)
8411         * src/folderview.c
8412                 Lock folderview while moving
8413         * src/folder.c
8414                 Provide info on what's happening to the user
8415
8416 2002-11-08 [colin]      0.8.5claws99
8417
8418         * src/folderview.c
8419                 Fix folder reordering after a move if parent is 
8420                 root
8421         * src/scoring.[ch]
8422                 Add function to copy a ScoringProp
8423         * src/prefs_folder_item.c
8424                 Copy scoring rules when copying a folder prefs
8425
8426 2002-11-08 [colin]      0.8.5claws98
8427
8428         * src/folderview.c
8429                 Fixes in case of failure
8430         * src/filtering.[ch]    
8431                 Add function to duplicate a FilteringProp
8432         * src/matcher.[ch]
8433                 Add function to duplicate a MatcherProp
8434         * src/prefs_folder_item.c
8435                 Save folder's processing rules when copying 
8436                 its prefs
8437
8438 2002-11-08 [colin]      0.8.5claws97
8439         
8440         * src/folderview.c
8441                 Sort after move
8442         * src/folder.c 
8443                 Change a printf to debug_print
8444
8445 2002-11-08 [colin]      0.8.5claws96
8446
8447         * src/folder.c
8448           src/folderview.c
8449                 Fix segfaults, call me stupido
8450         
8451
8452 2002-11-08 [colin]      0.8.5claws95
8453
8454         *src/folder.c
8455                 Added forgotten prefs to save when moving folders
8456
8457 2002-11-08 [colin]      0.8.5claws94
8458
8459         * src/folder.c
8460                 Fixes to folder DND (prefs copy)
8461         * src/folderview.c
8462                 Optimization for folder DND (don't rescan whole tree)
8463                 Added folderview_create_folder_node() for this 
8464                 optimization, so de-duped a bit the code
8465         * src/prefs_folder_item.[ch]
8466                 Added prefs_folder_item_copy_prefs()    
8467           
8468 2002-11-08 [paul]       0.8.5claws93
8469
8470         * src/prefs_account.c
8471           tools/README
8472           tools/kmail2sylpheed_v2.pl
8473                 correct some typos
8474
8475 2002-11-08 [paul]       0.8.5claws92
8476
8477         * src/compose.c
8478           src/prefs_account.[ch]
8479                 remove account options 'clearsign' and 'ascii_armored',
8480                 replace with 'default_gnupg_mode' to prevent mixed-mode
8481                 Privacy settings
8482
8483 2002-11-08 [paul]       0.8.5claws91
8484
8485         * src/compose.[ch]
8486                 re-implement GnuPG 'on-the-fly' mode selection,
8487                 disallow mixed-mode
8488
8489 2002-11-08 [colin]      0.8.5claws90
8490
8491         * src/folderview.c
8492           src/prefs_folder_item.c
8493                 Change "Property" to "Properties"
8494
8495 2002-11-07 [colin]      0.8.5claws89
8496
8497         * src/folderview.c
8498           src/folder.c
8499                 Allow folder dropping to a root folder
8500
8501 2002-11-07 [paul]       0.8.5claws88
8502
8503         * src/compose.c
8504                 revert last commit
8505
8506 2002-11-07 [paul]       0.8.5claws87
8507
8508         * src/compose.c
8509                 fix reply-to-list bug. closes bug report
8510                 "[633382] reply-to-list broken in recent cvs"
8511
8512 2002-11-07 [paul]       0.8.5claws86
8513
8514         * src/compose.c
8515                 add a forgotten '#if USE_GPGME ... #endif'
8516
8517 2002-11-07 [paul]       0.8.5claws85
8518
8519         * sync with 0.8.5cvs20
8520                 see ChangeLog 2002-11-07
8521
8522 2002-11-07 [colin]      0.8.5claws84
8523
8524         * src/folder.[ch]
8525                 Change folder_item_move_to to return the newly 
8526                 created folderitem.
8527         * src/folderview.c
8528                 Select the new folderitem after moving.
8529
8530 2002-11-07 [colin]      0.8.5claws83
8531
8532         * src/prefs_filtering.c
8533                 Fix rule rewriting when moving a leaf folder to a 
8534                 shorter path
8535
8536 2002-11-07 [colin]      0.8.5claws82
8537
8538         * src/prefs_filtering.c
8539                 fix a leak
8540
8541 2002-11-07 [colin]      0.8.5claws81
8542
8543         * src/folder.[ch]
8544                 Add folder_item_move_to() function to move a 
8545                 folderitem into another one (updates matcher etc)
8546         * src/folderview.c
8547                 Add folder drag'n drop (context menu to come)
8548                 [Should be dataloss free, but Please backup before 
8549                  trying !]
8550
8551 2002-11-06 [colin]      0.8.5claws80
8552
8553         * src/mh.c
8554                 mh_create_folder() returns NULL if can't create
8555                 directory hierarchy
8556
8557 2002-11-06 [paul]       0.8.5claws79
8558
8559         * src/compose.[ch]
8560                 allow 'on-the-fly' changing of the type of encryption 
8561                 and/or signing used (mime/ascii) via the compose window
8562
8563 2002-11-06 [paul]       0.8.5claws78
8564
8565         * sync with 0.8.5cvs19
8566                 see ChangeLog 2002-11-06 for src/account.c: 
8567                 account_get_special_folder()
8568                 
8569 2002-11-05 [alfons]     0.8.5claws77
8570
8571         * src/crash.c
8572                 very minor cleanups: nothing to see here, move on. :-)
8573
8574 2002-11-05 [colin]      0.8.5claws76
8575
8576         * src/main.c
8577                 Changes choices if compose windows are opened to
8578                 Discard, Draft, Don't quit
8579
8580 2002-11-05 [thorsten]   0.8.5claws75
8581
8582         * src/compose.c
8583                 reenabled default_reply_to folder option
8584
8585 2002-11-05 [colin]      0.8.5claws74
8586
8587         * src/compose.[ch] 
8588                 add compose_draft()
8589         * src/crash.c
8590                 add SIGTERM handler
8591         * src/main.[ch]
8592                 add clean_quit() for the SIGTERM handler
8593
8594 2002-11-05 [paul]       0.8.5claws73
8595         
8596         * po/es.po
8597                 updated by Ricardo Mones Lastra
8598
8599 2002-11-05 [melvin]     0.8.5claws72
8600
8601         * src/logwindow.c
8602                 Fixed log-clipping bug #616795.
8603                 To stop logging in the log window use 0 length.
8604         * src/prefs_common.c
8605                 Added a label to inform about the 0 log length behaviour.
8606
8607 2002-11-05 [paul]       0.8.5claws71
8608
8609         * sync with 0.8.5cvs17
8610                 see ChangeLog 2002-11-05
8611
8612 2002-11-04 [paul]       0.8.5claws70
8613
8614         * sylpheed-128x128.png
8615           sylpheed-64x64.png
8616           sylpheed.png
8617                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8618                 <nikai@users.sourceforge.net>
8619                 
8620         * po/bg.po
8621                 updated by George Danchev
8622
8623 2002-11-03 [thorsten]   0.8.5claws69
8624
8625         * src/main.c
8626           src/mimeview.c
8627           src/rfc2015.h
8628                 add check if gpg is active
8629
8630 2002-11-03 [thorsten]   0.8.5claws68
8631
8632         * src/toolbar.h
8633                 removed GSList declaration causing trouble on MacOS-X
8634                 (submitted by alfons, reported by xfesty)
8635
8636 2002-11-01 [paul]       0.8.5claws67
8637
8638         * src/mainwindow.c
8639                 remove last remnants of main's filter code
8640
8641 2002-11-01 [paul]       0.8.5claws66
8642
8643         * tools/filter_conv.pl
8644                 fix bug where user-defined headers were ignored
8645
8646 2002-11-01 [paul]       0.8.5claws65
8647
8648         * src/logwindow.c
8649                 make a debug_print() not translatable
8650
8651 2002-10-31 [melvin]     0.8.5claws64
8652
8653         * ac/aspell.m4
8654                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8655                 not run any GNU/aspell test.  The dictionary path will
8656                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8657                 was given, in which case, it will be $prefix/lib/aspell/
8658         * configure.in
8659                 Fixed typo in commentary (Aspell code).
8660
8661 2002-10-31 [paul]       0.8.5claws63
8662
8663         * po/POTFILES.in
8664                 remove src/filter.c and src/prefs_filter.c
8665                 thanks to Ricardo for reminding me
8666
8667 2002-10-31 [colin]      0.8.5claws62
8668
8669         * src/mbox_folder.c
8670                 Plug some leaks
8671
8672 2002-10-31 [paul]       0.8.5claws61
8673
8674         * src/prefs_filter.[ch] ** REMOVED **
8675           src/filter.[ch]       ** REMOVED **
8676           
8677         * src/Makefile.am
8678           src/folderview.c
8679           src/inc.c
8680           src/main.c
8681           src/mainwindow.c
8682           src/mbox.c
8683           src/prefs_common.c
8684           src/prefs_filtering.c
8685           src/summaryview.[ch]
8686                 remove main's 'filter' code
8687                 
8688         README.claws
8689                 update to reflect removal of main's filter
8690
8691 2002-10-31 [paul]       0.8.5claws60
8692
8693         * src/summaryview.c
8694                 remove check for global_processing in summary_filter_open(). 
8695                 This fixes the bug where if the user uses the right-click 
8696                 'Create filter rule...' and doesn't have any filter rules 
8697                 already defined in claws' advanced filtering, the newly 
8698                 created filter rule goes to main's filtering which is 
8699                 inaccessible through the gui. Now the filter rule gets added
8700                 to claws' filtering by default.
8701
8702 2002-10-28 [melvin]     0.8.5claws59
8703
8704         * src/prefs_actions.c
8705                 Fixed bug #627322 where MIME parts were not always
8706                 correctly passed to a %p action
8707                 Display an error dialog when message filename is not found.
8708
8709 2002-10-28 [melvin]     0.8.5claws58
8710
8711         * src/prefs_common.c
8712                 Readded a missing function declaration lost in 0.8.3claws34
8713
8714 2002-10-28 [paul]       0.8.5claws57
8715
8716         * sync with 0.8.5cvs15
8717                 see ChangeLog 2002-10-28 and 2002-10-25
8718                 
8719         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8720
8721 2002-10-27 [oliver]     0.8.5claws56
8722
8723         * src/pop.c
8724                 plug leak in pop3_top_recv
8725
8726 2002-10-26 [christoph]  0.8.5claws55
8727
8728         * src/folder.c
8729                 set need_update folder flag when messages are added
8730                 (closes bug [ 626922 ] folder not updated after receiving)
8731
8732 2002-10-25 [melvin]     0.8.5claws54
8733
8734         * src/imageview.c
8735                 Fixed a memleak introduced in the scaling code.
8736
8737 2002-10-24 [alfons]     0.8.5claws53
8738
8739         * src/filtering.c
8740                 make filtering's forward message action forward from the 
8741                 correct account
8742                 (closes bug [628089 ] Filter -> Forward from address problem
8743                 reported by Oktay)
8744
8745 2002-10-24 [christoph]  0.8.5claws52
8746
8747         * src/mainwindow.c
8748         * src/manual.[ch]
8749                 o use manual of current locale or english if current
8750                   locale is not available (and english is available)
8751                 o also link to sylpheed doc project manuals
8752
8753 2002-10-23 [paul]       0.8.5claws51
8754
8755         * tools/README
8756           tools/kmail2sylpheed_v2.pl
8757                 add new version of kmail addressbook importer script.
8758                 works with newer versions of Kmail/KAddressBook which
8759                 have new and rearranged data.
8760
8761 2002-10-23 [martin]     0.8.5claws50
8762
8763         * src/folderview.c
8764         * src/summaryview.c
8765         * src/utils.h
8766         * src/utils.c
8767                 added length parameter to get_abbrev_newsgroup_name()
8768                 changed this function so that it abbreviates the newsgroup
8769                 names only so long it is smaller than the length parameter
8770                 (for better reading of some newsgroup names and space efficiency)
8771
8772 2002-10-22 [colin]      0.8.5claws49
8773
8774         *src/foldersel.c
8775                 Revert Alfons' last modification (after voting ;-))
8776
8777 2002-10-21 [alfons]     0.8.5claws48
8778
8779         * src/foldersel.c
8780                 folder view in folder selection dialog reflects state of
8781                 folder view in main window
8782
8783 2002-10-18 [alfons]     0.8.5claws47
8784
8785         * src/mbox.c
8786                 drop imported messages in folder selected by user,
8787                 and not in the inbox
8788                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8789
8790 2002-10-18 [alfons]     0.8.5claws46
8791
8792         * src/compose.c
8793                 make automagic reply work correctly for email accounts 
8794                 (whether it's viable to do a full sync with Hiro's 
8795                 compose.c is still under discussion)
8796
8797 2002-10-18 [melvin]     0.8.5claws45
8798
8799         * src/prefs_actions.c
8800                 Fixed bug #622275 where asynchroneous actions left 
8801                 zombies processes
8802                 Made (synchroneous) actions' input be displayed live.
8803
8804 2002-10-18 [christoph]  0.8.5claws44
8805
8806         * src/textview.c
8807                 don't add a newline in the textview in front of the
8808                 first textpart if header display is disabled
8809                 (closes bug [ 603385 ] disabled header display leaves blank
8810                  lin)
8811
8812 2002-10-18 [christoph]  0.8.5claws43
8813
8814         * src/folder.[ch]
8815         * src/imap.c
8816         * src/mbox_folder.c
8817         * src/mh.c
8818         * src/news.c
8819                 folder->get_num_list now returns an error code
8820                 (closes bug [ 609424 ] News cache cleared on failure)
8821                 
8822 2002-10-17 [colin]      0.8.5claws42
8823         
8824         * src/news.c
8825                 Changed a printf by debug_print
8826
8827 2002-10-16 [paul]       
8828
8829         * tools/OOo2sylpheed.pl
8830                 allow for spaces in the name of the
8831                 file to be attached.
8832
8833 2002-10-16 [colin]      0.8.5claws41
8834
8835         * src/main.c
8836                 Use a tristate to change online mode
8837
8838 2002-10-16 [paul]       0.8.5claws40
8839
8840         * po/es.po
8841                 updated by Ricardo Mones Lastra
8842
8843 2002-10-16 [colin]      0.8.5claws39
8844
8845         * src/main.c
8846           src/mainwindow.[ch]
8847                 Added --online and --offline command-line
8848                 switches
8849
8850 2002-10-15 [christoph]  0.8.5claws38
8851
8852         * src/procmime.c
8853                 set mimeinfo->name to NULL after g_free to
8854                 avoid double freeing with g_free
8855
8856 2002-10-14 [christoph]  0.8.5claws37
8857
8858         * src/compose.c
8859         * src/filtering.c
8860         * src/summaryview.c
8861                 remove calls to folder->change_flags that are now
8862                 done by procmsg flag functions (seems it is not
8863                 used by any foldertype anyway)
8864         * src/folder.c
8865                 init folder->change_flags with NULL
8866
8867 2002-10-14 [christoph]  0.8.5claws36
8868
8869         * src/folder.[ch]
8870         * src/imap.[ch]
8871                 use virtual functions for folder item new and destroy
8872                 functions
8873
8874 2002-10-14 [melvin]     0.8.5claws35
8875
8876         * src/compose.c
8877                 Added a test to not run the spell checker if no default
8878                 dictionary is available. No dialog is displayed though.
8879
8880 2002-10-14 [melvin]     0.8.5claws34
8881
8882         * src/gtkaspell.c
8883                 Fixed bug in dictionary list context menu where
8884                 "More..." pointed to an emtpy submenu if the
8885                 number of dictionaries is a multiple of 15
8886                 Removed unneeded code in suggestions list creation
8887
8888 2002-10-14 [paul]       0.8.5claws33
8889
8890         * po/bg.po
8891                 updated by George Danchev
8892
8893 2002-10-13 [hoa]        0.8.5claws32
8894
8895         * src/matcher.[ch]
8896           src/matcher_parser_parser.y
8897                 removed the escaped string from internal structure
8898                 of matcher.
8899
8900 2002-10-12 [colin]      0.8.5claws31
8901
8902         * src/gtksctree.[ch]
8903           src/summaryview.c
8904                 Removed useless function gtksctree_reanchor
8905
8906 2002-10-12 [alfons]     0.8.5claws30
8907         
8908         * sync with remaining main changes 2002-10-09 - 2002-10-11
8909         - drop changes to src/compose.c (requires claws specific changes)
8910         
8911 2002-10-12 [alfons]     0.8.5claws29
8912         
8913         * sync with main changes of 2002-10-08
8914         - drop changes to src/compose.c (requires claws specific changes)
8915         - drop changes to src/summaryview.c (requires changes to compose.c)     
8916
8917 2002-10-12 [alfons]     0.8.5claws28
8918         
8919         * sync with main changes of 2002-10-07
8920
8921 2002-10-12 [alfons]     0.8.5claws27
8922
8923         * sync with main changes of 2002-10-04
8924         - drop changes to src/compose.c (requires claws specific changes)
8925         - drop changes to src/prefs_folder_item.c (claws implementation
8926           seems to be working)
8927
8928 2002-10-12 [colin]      0.8.5claws26
8929
8930         * src/mainwindow.c
8931                 Fix folder-flicker when space-reading, introduced 
8932                 in claws22.
8933
8934 2002-10-12 [colin]      0.8.5claws25
8935
8936         * src/compose.c
8937                 Save account address when saving as draft.
8938                 (closes bug 621838)
8939
8940 2002-10-12 [colin]      0.8.5claws24
8941
8942         * src/summaryview.c
8943                 Fix the problem consisting of no message selected
8944                 after the last message in a folder has been moved.
8945
8946 2002-10-12 [paul]       0.8.5claws23
8947
8948         * src/compose.c
8949           src/prefs_template.c
8950           src/template.[ch]
8951                 add Cc and Bcc to templates. Patch submitted by
8952                 John L. Males.
8953
8954 2002-10-12 [colin]      0.8.5claws22
8955
8956         * src/folderview.c
8957                 Fix a bug after "Check for new messages":
8958                 If a folder was opened, it was still selected at
8959                 the end of the check, but displayed empty.
8960         * src/mainwindow.c
8961                 Remove unnecessary check
8962
8963 2002-10-12 [paul]
8964
8965         * tools/README
8966                 be more verbose in the description of
8967                 OOo2sylpheed.pl
8968                 
8969
8970 2002-10-11 [colin]      0.8.5claws21
8971
8972         * src/mainwindow.c
8973                 Make space work (better) when no mail is selected
8974
8975 2002-10-11 [colin]      0.8.5claws20
8976
8977         * src/inc.c
8978           src/news.c
8979                 fix warnings
8980
8981 2002-10-11 [colin]      0.8.5claws19
8982
8983         * src/mainwindow.c
8984                 revert 0.8.5claws6 changes as i couldn't get to
8985                 anything satisfying
8986
8987 2002-10-11 [melvin]     0.8.5claws18
8988
8989         * src/compose.c
8990                 Removed buggy and unused macro (should have been committed in
8991                 0.8.5claws17)
8992
8993 2002-10-11 [melvin]     0.8.5claws17
8994
8995         * src/compose.c
8996                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8997
8998 2002-10-11 [thorsten]   0.8.5claws16 
8999
9000         * src/folderview.c
9001                 remove rescan warning
9002
9003 2002-10-11 [colin]      0.8.5claws15 
9004
9005         * src/procheader.c
9006                 fix a segfault that happens if conv_unmime_header
9007                 fails (should be better to find out why it fails)
9008
9009 2002-10-11 [christoph]  0.8.5claws14
9010
9011         * src/summaryview.c
9012                 update folderview stats after ignore/unignore thread
9013
9014 2002-10-11 [hoa]        0.8.5claws13
9015
9016         * src/quote_fmt_parse.y
9017                 Fixed a yacc/bison syntax error
9018         * src/matcher.c
9019                 Escaping of string is fixed.
9020
9021 2002-10-11 [colin]      0.8.5claws12
9022
9023         * src/imageview.c
9024                 Resize images to fit
9025
9026 2002-10-11 [paul]       0.8.5claws11
9027
9028         * po/es.po
9029                 updated by Ricardo Mones Lastra
9030
9031 2002-10-10 [alfons]     0.8.5claws10
9032
9033         * src/compose.c
9034                 allow dropping files by "moving" files from a file manager,
9035                 not only by the more cumbersome "copying". the latter 
9036                 mostly implies holding down the Control button
9037
9038 2002-10-10 [christoph]  0.8.5claws9
9039
9040         * src/summaryview.c
9041                 update folders after thread building for ignored threads
9042
9043 2002-10-10 [christoph]  0.8.5claws8
9044
9045         * config/.cvsignore
9046                 added Makefile
9047         * src/filtering.[ch]
9048         * src/folder.[ch]
9049         * src/folderview.[ch]
9050         * src/import.c
9051         * src/inc.[ch]
9052         * src/mbox.[ch]
9053         * src/procmsg.c
9054         * src/summaryview.[ch]
9055                 o added new flag need_update to FolderItem
9056                 o removed folder_table from various functions from tracking
9057                   folder updates
9058                 o set need_update flags in folder.c's move, copy and delete
9059                   functions and procmsg's flags functions
9060                 o added function folderview_update_items_when_required that
9061                   updates all folders with need_update set
9062                 o call folderview_update_items_when_required instead of
9063                   folderview_update_item_foreach
9064
9065 2002-10-09 [sergey]     0.8.5claws7
9066
9067         * src/compose.c
9068                 Strip CRs whel loading the text into editor in reedit mode.
9069
9070 2002-10-09 [colin]      0.8.5claws6
9071
9072         * src/mainwindow.c
9073                 Make Space work when no mail is selected
9074
9075 2002-10-09 [colin]      0.8.5claws5
9076
9077         * src/gtksctree.[ch]
9078                 Fix range_select
9079                 Add gtk_sctree_reanchor() 
9080         * src/summaryview.c
9081                 Use gtk_sctree_reanchor() - better fix for 
9082                 bug 60413
9083
9084 2002-10-09 [colin]      0.8.5claws4
9085
9086         * src/summaryview.c
9087                 Fix shift-click select after delete problem
9088                 (closes bug 60413)
9089
9090 2002-10-08 [thorsten]   0.8.5claws3
9091
9092         * src/summaryview.c
9093                 exclude current msg from -hide read messages-
9094
9095 2002-10-08 [colin]      0.8.5claws2
9096
9097         * src/inc.[ch]
9098           src/pop.c
9099           src/recv.c
9100                 Differentiate socket errors from disk full
9101                 errors
9102
9103 2002-10-08 [christoph]  0.8.5claws1
9104
9105         * Makefile.am
9106         * configure.in
9107                 modifications for new config directory
9108
9109         * config.guess  ** REMOVED **
9110         * config.sub    ** REMOVED **
9111         * install-sh    ** REMOVED **
9112         * ltmain.sh     ** REMOVED **
9113         * missing       ** REMOVED **
9114         * mkinstalldirs ** REMOVED **
9115                 these files are autogenerated by automake
9116                 when you run autogen.sh
9117
9118         * config/.cvsignore     ** NEW FILE **
9119         * config/Makefile.am    ** NEW FILE **
9120                 ignore autogenerated files
9121                 create a Makefile in this directory
9122
9123 2002-10-08 [paul]       0.8.5claws
9124
9125         * 0.8.5claws release
9126         
9127         * src/compose.c
9128           src/procheader.c
9129           src/procmsg.c
9130                 fix quote reply format for newsgroups reply bug
9131                 (thanks to Hoa)
9132                 
9133         * po/en_GB.po
9134           po/pl.po
9135                 updated by me and Witold Wladyslaw Wojciech Wilk
9136                 repectively
9137
9138 2002-10-07 [paul]       0.8.3claws53
9139
9140         * po/it.po
9141           po/pt_BR.po
9142           po/sr.po
9143                 updated messages catalogs, submitted by
9144                 Alessandro Maestri, Fabio Jr.Beneditto 
9145                 and Urke MMI, respectively.
9146
9147 2002-10-07 [christoph]  0.8.3claws52
9148
9149         * src/folder.[ch]
9150         * src/folderview.c
9151         * src/mainwindow.c
9152                 fix new folder ghost message bug
9153                 (closes bug [ 619722 ] wrong count for newly created folders)
9154
9155 2002-10-07 [christoph]  0.8.3claws51
9156
9157         * src/compose.c
9158                 fix news posting problem
9159
9160 2002-10-07 [melvin]     0.8.3claws50
9161
9162         * po/fr.po
9163                 Updated French translation
9164
9165 2002-10-05 [christoph]  0.8.3claws49
9166
9167         * src/gtkstext.c
9168                 check if line_start_cache is set in gtk_stext_update_text
9169                 (closes bug [ 618119 ] crash while doing search in folder)
9170
9171 2002-10-05 [christoph]  0.8.3claws48
9172
9173         * src/imap.c
9174         * src/news.c
9175         * src/utils.c
9176         * src/utils.h
9177                 implement cache cleanups for claws' folder system
9178                 (closes bug [ 595916 ] imapcache not cleaned up)
9179
9180 2002-10-05 [melvin]     0.8.3claws47
9181
9182         * src/prefs_actions.c
9183                 Made the help text more clear for the %p token
9184
9185 2002-10-04 [paul]       0.8.3claws46
9186
9187         * sync with 0.8.5
9188                 see ChangeLog 2002-10-02 and 2002-10-03
9189
9190 2002-10-04 [christoph]  0.8.3claws45
9191
9192         * src/inc.c
9193                 fix segfault caused by pop before smtp
9194                 call to inc_account_mail with NULL
9195                 pointer for mainwin
9196
9197 2002-10-04 [paul]       0.8.3claws44
9198
9199         * configure.in
9200                 sync the LDAP detection from 0.8.5cvs1
9201
9202 2002-10-02 [christoph]  0.8.3claws43
9203
9204         * po/de.po
9205                 fix small spelling error
9206
9207 2002-10-02 [melvin]     0.8.3claws42
9208
9209         * ac/aspell.m4
9210                 Behave better and say "no" when test program cannot be run.
9211
9212 2002-10-02 [paul]       0.8.3claws41
9213
9214         * sync with 0.8.4cvs1
9215                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9216                 
9217         * src/summaryview.c
9218                 toggle the behavior of Reply menuitem between
9219                 normal reply and reply-to-list
9220
9221 2002-10-01 [sergey]     0.8.3claws40
9222
9223         * src/compose.c
9224                 Convert newlines in the message text to the canonical form
9225                 before base64 encoding (RFC2045 compliance, fixes some
9226                 interoperability issues with Evolution 1.0.3)
9227
9228 2002-09-29 [colin]      0.8.3claws39
9229
9230         * src/summaryview.c
9231                 Fix an unwanted copy/paste
9232
9233 2002-09-29 [colin]      0.8.3claws38
9234
9235         * src/mainwindow.c
9236                 Renamed "Custom toolbar" to "Customize toolbar"
9237                 Renamed "Show all header" to "Show all headers"
9238                 Renamed "Set diplay item" to "Set displayed items"
9239         * src/prefs_common.c
9240                 Renamed "Show all header" to "Show all headers"
9241         * src/prefs_summary_column.c
9242                 Renamed "diplay item" to "displayed items"
9243
9244 2002-09-29 [colin]      0.8.3claws37
9245
9246         * src/mainwindow.[ch]
9247                 online/offline status pixmaps follow theme
9248                 changes
9249         * src/summaryview.[ch]
9250                 quicksearch pixmap follows theme changes
9251
9252 2002-09-29 [thorsten]   0.8.3claws36
9253
9254         * src/compose.c
9255           src/prefs_folder_item.[ch]
9256                 add default_reply_to folder option (closes patch 581044)
9257
9258 2002-09-29 [christoph]  0.8.3claws35
9259
9260         * acconfig.h    ** REMOVED **
9261         * configure.in
9262         * ac/aspell.m4
9263         * ac/check-type.m4
9264         * ac/gnupg-check-typedef.m4
9265                 fix autoheader 2.50 warning
9266
9267 2002-09-29 [christoph]  0.8.3claws34
9268
9269         * major code cleanup (part 2)
9270         
9271                 - unused variables removed
9272                 - unused functions removed
9273                 - uninitialized variables checked
9274                 - missing return statements added
9275                 - missing function return types added
9276                 - added parentheses around assignment
9277                   when suggested by gcc
9278
9279 2002-09-29 [alfons]     0.8.3claws33
9280
9281         * src/logwindow.c
9282                 log_window_clear(): only bracket gtk_text_forward_delete() 
9283                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9284                 works around GTK text bug)
9285
9286 2002-09-29 [paul]       0.8.3claws32
9287
9288         * po/bg.po
9289           po/sr.po
9290                 updated by George Danchev and Urke MMI
9291                 respectively
9292
9293 2002-09-27 [christoph]  0.8.3claws31
9294
9295         * doc-src/readme.txt
9296         * doc-src/rfc1806.txt   ** REMOVED **
9297         * doc-src/rfc2183.txt   ** NEW FILE **
9298         * doc-src/rfc2980.txt   ** NEW FILE **
9299                 update rfcs
9300
9301 2002-09-27 [melvin]     0.8.3claws30
9302
9303         * ac/aspell.m4
9304                 Fixed typo which could break linking
9305
9306 2002-09-27 [melvin]     0.8.3claws29
9307
9308         * ac/aspell.m4
9309                 Improved GNU/aspell checking. 
9310                 Fixed bug #614490
9311
9312 2002-09-27 [paul]       0.8.3claws28
9313
9314         * sync with 0.8.3cvs8
9315                 see ChangeLog 2002-09-27
9316
9317 2002-09-26 [colin]      0.8.3claws27
9318
9319         * src/toolbar.[ch]
9320           src/mainwindow.[ch]
9321                 Add "Reply to Mailing-list" to the toolbar
9322
9323 2002-09-26 [christoph]  0.8.3claws26
9324
9325         * src/summaryview.c
9326                 Fix wrong message counts in summaryview status
9327
9328 2002-09-26 [paul]       0.8.3claws25
9329
9330         * sync with 0.8.3cvs7
9331                 see ChangeLog 2002-09-26
9332
9333 2002-09-26 [paul]       0.8.3claws24
9334
9335         * sync with 0.8.3cvs6
9336                 see ChangeLog 2002-09-25
9337
9338 2002-09-25 [christoph]  0.8.3claws23
9339
9340         * src/prefs_common.c
9341         * src/prefs_folder_item.c
9342         * src/prefs_scoring.c
9343                 Renamed "kill score" to "hide score" in GUI
9344                 and prefs files
9345
9346 2002-09-25 [paul]       0.8.3claws22
9347
9348         * sync with 0.8.3cvs5
9349                 see ChangeLog 2002-09-24
9350
9351 2002-09-24 [alfons]     0.8.3claws21
9352
9353         patch by Satoshi Nagayasu: allows appending / saving multiple 
9354         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9355         'Save as ...'")
9356
9357         * AUTHORS
9358                 add Satoshi Nagayasu
9359         * src/summaryview.c
9360                 summary_save_as(): allow saving selected files to
9361                 one file
9362                 summary_set_menu_sensitive: enable "Save As..." when
9363                 multiple files are selected
9364         * src/utils.[ch]
9365                 append_file(): new function
9366
9367 2002-09-24 [colin]      0.8.3claws20
9368
9369         * src/procmime.c
9370                 Fix segfault when mimeinfo doesn't have a 
9371                 content_type. 
9372
9373 2002-09-24 [colin]      0.8.3claws19
9374
9375         * src/prefs_common.[ch]
9376                 Add a preference to display send dialog or not
9377         * src/send.c
9378                 Display send dialog according to preference
9379
9380 2002-09-24 [colin]      0.8.3claws18
9381
9382         * src/compose.[ch]
9383                 Disable user actions when sending
9384
9385 2002-09-24 [colin]      0.8.3claws17
9386
9387         * src/procmime.c
9388                 Do not display name or filename for attachments
9389                 with an application/pgp-signature type
9390                 (security flaw, see bug 537413)
9391
9392 2002-09-23 [colin]      0.8.3claws16
9393
9394         * src/editaddress.c
9395                 Initialize entry_email, entry_alias and 
9396                 entry_remarks to first email address of the list
9397
9398 2002-09-23 [colin]      0.83claws15
9399
9400         * src/compose.c
9401                 Drop pgp-signature when reediting a signed queued
9402                 message
9403
9404 2002-09-23 [melvin]     0.8.3claws14
9405
9406         * po/fr.po
9407                 Updated French translation
9408
9409 2002-09-23 [melvin]     0.8.3claws13
9410
9411         * src/mainwindow.c
9412                 Made custom toolbar menu labels more consistent
9413         * src/prefs_toolbar.c
9414                 Made custom toolbar window title more consistent
9415
9416 2002-09-22 [colin]      0.8.3claws12
9417
9418         * src/inc.c
9419                 Initialize session type to normal before getting 
9420                 mail (fixes strange Get behaviour)
9421         * src/prefs_account.h
9422                 Move STYPE_POP_BEFORE_SMTP to last position to 
9423                 avoid other side-effects
9424
9425 2002-09-22 [colin]      0.8.3claws11
9426
9427         * src/prefs_account.c
9428                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9429                 from pop3 to apop or vice-versa
9430
9431 2002-09-22 [colin]      0.8.3claws10
9432         
9433         * src/prefs_account.[ch]
9434                 Add an option for the POP before SMTP timeout
9435         * src/inc.c
9436                 Remember time of last POP connection
9437         * src/send.c
9438                 Do POP before SMTP only if timeout reached
9439
9440 2002-09-22 [oliver]     0.8.3claws9
9441         
9442         * README.claws
9443                 explain custom toolbar
9444
9445 2002-09-22 [oliver]     0.8.3claws8
9446
9447         * src/prefs_actions.[ch]
9448         custom toolbar for compose      
9449                 actions callback from compose toolbar
9450         * src/folderview.c
9451                 remove include toolbar.h
9452
9453 2002-09-22 [oliver]     0.8.3claws7
9454         
9455         * src/prefs_toolbar.[ch]
9456                 custom toolbar for compose
9457                 - generic prefs_toolbar handles both
9458                   Mainwin's toolbar as well as Compose toolbar          
9459
9460 2002-09-22 [oliver]     0.8.3claws6
9461         
9462         * src/toolbar.[ch]
9463                 custom toolbar for compose
9464                 restructure toolbar.[ch]
9465
9466 2002-09-22 [oliver]     0.8.3claws5
9467
9468         * src/compose.[ch]
9469                 custom toolbar for compose
9470
9471 2002-09-22 [oliver]     0.8.3claws4
9472         
9473         * src/mainwindow.[ch]
9474                 custom toolbar for compose 
9475                 move mainwin toolbar back to mainwindow
9476
9477 2002-09-22 [alfons]     0.8.3claws3
9478
9479         * src/procmsg.c
9480                 :%sno/if(/if (/gc
9481                 :%sno/for(/for (/gc
9482                 (beautify)
9483
9484 2002-09-22 [alfons]     0.8.3claws2
9485         
9486         * src/procmsg.c
9487                 procmsg_save_to_outbox(): don't unlink message file from queue;
9488                 callers should do it using folder_item_remove_msg()
9489
9490 2002-09-22 [colin]      0.8.3claws1
9491
9492         * src/mimeview.[ch]
9493                 Made mimeview_check_signature() public
9494         * src/textview.c
9495                 Made GPG signatures verifiable by clicking
9496                 the [application/pgp-signature] in the Text
9497                 view
9498
9499 2002-09-22 [paul]       0.8.3claws
9500
9501         * po/bg.po
9502           po/en_GB.po
9503           po/es.po
9504           po/it.po
9505           po/pl.po
9506           po/pt_BR.po
9507           po/sr.po
9508                 updated translations, submitted by George Danchev,
9509                 me, Ricardo Mones Lastra, Alessandro Maestri,
9510                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9511                 and Urke MMI, respectively.     
9512
9513 2002-09-22 [alfons]     0.8.2claws65
9514
9515         * src/procmsg.c
9516         * src/pgptext.c
9517                 no furry valgrinds have been used to plug these memleaks
9518
9519 2002-09-20 [paul]       0.8.2claws64
9520
9521         * sync with 0.8.3cvs4
9522                 'Select thread' re-implemented 
9523                 see ChangeLog 2002-09-20
9524
9525 2002-09-21 [alfons]     0.8.2claws63
9526
9527         * src/compose.c
9528                 compose_send(): plug unnoticed memleak
9529
9530 2002-09-20 [alfons]     0.8.2claws62
9531
9532         * src/addr_compl.c
9533                 replace_address_in_edit(): strict check for NULL address to
9534                 fix "[ 607348 ] Segfault in address completion". My guess is
9535                 that this happens with an empty address book, but it's good
9536                 to have this check here anyway
9537                 
9538                 completion_window_button_press(): free string returned 
9539                 from the internal cache
9540
9541 2002-09-20 [christoph]  0.8.2claws61
9542
9543         * src/procmime.h
9544                 added ENC_BINARY to EncodingType
9545         * src/procmime.c
9546                 the string returned by procmime_get_encoding_str
9547                 should not depend on the order of values in the
9548                 EncodingType definition
9549         * doc-src/rfc1806.txt   ** NEW FILE **
9550                 Added rfc1806 about MIME Content-Disposition
9551                 Extension
9552
9553 2002-09-19 [paul]       0.8.2claws60
9554
9555         * sync with 0.8.2cvs3
9556                 see ChangeLog 2002-09-19
9557
9558 2002-09-19 [paul]       0.8.2claws59
9559
9560         * src/prefs_folder_item.c
9561                 revert to Darko's original alignment of colour
9562                 selector button
9563                 add a colon to folder_color label
9564                 
9565         * src/compose.c
9566                 add Colin's patch (with Hiro's modifications) to 
9567                 force BASE64 encoding for 8-bit text when signing
9568                 (sync with 0.8.3cvs2)
9569
9570 2002-09-18 [alfons]     0.8.2claws58
9571
9572         * src/compose.c
9573                 :%sno/if(/if (/gc
9574                 :%sno/for(/for (/gc
9575                 (beautify a little bit)
9576
9577 2002-09-18 [christoph]  0.8.2claws57
9578
9579         * src/pine.c
9580                 fix handling of fgetc return value
9581
9582 2002-09-17 [alfons]     0.8.2claws56
9583         
9584         * src/summaryview.c
9585                 summary_sort(): check non-NULL summaryview->folder_item when no 
9586                 folder is selected at all
9587                 (closes "[ 610344 ] sort label make syl Crash")
9588
9589 2002-09-17 [alfons]     0.8.2claws55
9590         
9591         * src/compose.c
9592                 beautify a little bit
9593
9594 2002-09-17 [christoph]  0.8.2claws54
9595
9596         * src/folder.c
9597                 initialize max values for cache and folder
9598                 when cache or folder is empty
9599
9600 2002-09-15 [colin]      0.8.2claws53
9601
9602         * src/compose.c
9603                 Fix a leak (thanks Alfons!) and cleaned
9604                 variables names for custom headers
9605
9606 2002-09-15 [colin]      0.8.2claws52
9607
9608         * src/compose.c
9609                 Fix custom headers recognition when
9610                 prefs_common.trans_hdr is on
9611
9612 2002-09-15 [colin]      0.8.2claws51
9613
9614         * src/compose.c
9615                 Allow dynamically-added custom headers
9616                 Yet not reparsed if reedited
9617
9618 2002-09-15 [alfons]     0.8.2claws50
9619
9620         * src/prefs_account.c
9621                 fix warnings
9622
9623 2002-09-15 [colin]      0.8.2claws49
9624         
9625         * src/prefs_account.c
9626                 fix pop_before_smtp sensitivity
9627
9628 2002-09-15 [colin]      0.8.2claws48
9629
9630         * src/inc.[ch]
9631                 add inc_pop_before_smtp()
9632                 allow MainWindow to be undefined in 
9633                 inc_account_mail() and inc_start()
9634         * src/pop.c
9635           src/prefs_account.h
9636                 add STYPE_POP_BEFORE_SMTP session type
9637         * src/prefs_account.c
9638                 activated pop before smtp option
9639         * src/send.c
9640                 do pop before smtp if the relevant option 
9641                 is set
9642
9643 2002-09-15 [paul]       0.8.2claws47
9644
9645         * sync with 0.8.3
9646                 see ChangeLog 2002-09-15
9647
9648 2002-09-14 [paul]       0.8.2claws46
9649
9650         * po/bg.po
9651                 updated Bulgarian translation, submitted by
9652                 George Danchev
9653
9654 2002-09-13 [paul]       0.8.2claws45
9655
9656         * src/compose.c
9657                 merge claws' select_account() with main's
9658                 (new) compose_select_account(). [sync with
9659                 0.8.2cvs15, see ChangeLog 2002-09-11]
9660
9661 2002-09-12 [christoph]  0.8.2claws44
9662
9663         * src/filter.c
9664                 allocate 1 elements of FolderItem not 0
9665
9666 2002-09-12 [colin]      0.8.2claws43
9667
9668         * src/compose.c
9669                 Fix bug #590825 (obey Follow-up: poster)
9670
9671 2002-09-12 [colin]      0.8.2claws42
9672
9673         * src/procmime.c
9674                 Fix bug #557009 (wrong headers for messages 
9675                 forwarded as attachments)
9676
9677 2002-09-11 [colin]      0.8.2claws41
9678         
9679         * src/compose.c
9680                 Put SCF: pseudo-header on top of message
9681                 Set draft tmp_flag when saved as draft
9682
9683         * src/procmsg.c
9684           src/procheader.c
9685                 Skip after first \n\n for beginning of real message
9686                 for drafts too
9687
9688 2002-09-11 [christoph]  0.8.2claws40
9689
9690         * src/filtering.c
9691                 use procmsg flag functions in filtering or processing
9692                 will cause incorrect folder message counts
9693
9694 2002-09-11 [colin]      0.8.2claws39
9695
9696         * src/compose.c
9697                 Fix bug #550175 - wrong save folder when reediting
9698                 drafts
9699
9700 2002-09-11 [paul]       0.8.2claws38
9701
9702         * sync with 0.8.2cvs14
9703                 see ChangeLog 2002-09-11
9704
9705 2002-09-11 [colin]      0.8.2claws37
9706
9707         * src/folder.c
9708                 Fix a typo (seeming to cause new/unread status to
9709                 be lost)
9710
9711 2002-09-10 [christoph]  0.8.2claws36
9712
9713         * src/compose.c
9714                 compose_redirect should not use compose_generic_new
9715                 because that does more stuff than expected including
9716                 opening the external editor
9717                 (closes bug "[ 526608 ] bounced messages appear blank
9718                  in editor")
9719
9720 2002-09-10 [christoph]  0.8.2claws35
9721
9722         * src/folder.c
9723                 fix problem with too large message number range
9724                 causing a crash in folder_item_scan
9725
9726 2002-09-10 [paul]       0.8.2claws34
9727
9728         * sync with 0.8.2cvs13
9729                 see ChangeLog 2002-09-10
9730
9731 2002-09-10 [christoph]  0.8.2claws33
9732
9733         * src/msgcache.c
9734                 set MsgInfo TmpFlags for queue and draft folders
9735                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9736
9737 2002-09-10 [paul]       0.8.2claws32
9738
9739         * AUTHORS
9740           po/bg.po      ** NEW FILE **
9741                 new Bulgarian translation submitted by
9742                 George Danchev <danchev@spnet.net>
9743                 
9744         * tools/Makefile.am
9745           tools/README
9746           tools/tb2sylpheed     ** NEW FILE **
9747                 add script that converts an addressbook exported
9748                 from The Bat! into a Sylpheed addressbook. Submitted
9749                 by Urke MMI <urke-kg@eunet.yu>
9750
9751 2002-09-10 [paul]       0.8.2claws31
9752
9753         * sync with 0.8.2cvs12
9754                 see ChangeLog 2002-09-10
9755
9756 2002-09-06 [paul]       0.8.2claws30
9757
9758         * src/prefs_common.c
9759                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9760                 
9761         * tools/Makefile.am
9762           tools/README
9763           tools/ldif-to-xml.py  ** REMOVED **
9764                 remove obsolete python script
9765
9766 2002-09-06 [paul]       0.8.2claws29
9767
9768         * sync with 0.8.2cvs10
9769                 see ChangeLog 2002-09-06
9770
9771 2002-09-04 [paul]       0.8.2claws28
9772
9773         * sync with 0.8.2cvs9
9774                 see ChangeLog 2002-08-04
9775
9776 2002-09-04 [colin]      0.8.2claws27 
9777
9778         * src/prefs_common.[ch]
9779                 Added signature color configuration
9780         * src/textview.c
9781                 Use user-specified signature color
9782
9783 2002-09-03 [colin]      0.8.2claws26
9784
9785         * src/prefs_common.[ch]
9786                 Added autosave and autosave_length prefs
9787         * src/compose.c
9788                 Added compose_remove_draft()
9789                 Auto-save drafts according to the prefs
9790         * src/main.c
9791                 Added a crash-indicator file, allowing to check
9792                 for new messages on startup if Sylpheed crashed
9793                 (makes saved drafts "reappear")
9794
9795 2002-09-03 [colin]      0.8.2claws25
9796
9797         * src/textview.[ch]
9798                 Grey the signature
9799
9800 2002-09-03 [paul]       0.8.2claws24
9801
9802         * sync with 0.8.2cvs8
9803                 see ChangeLog 2002-09-02 and 2002-09-03
9804
9805 2002-09-03 [darko]      0.8.2claws23
9806
9807         * src/folderview.c
9808                 use normal style when creating new folder to pick
9809                 proper font size 
9810
9811 2002-09-02 [melvin]     0.8.2claws22
9812
9813         * src/gtkaspell.m4
9814                 removed some obsolete code
9815
9816 2002-09-02 [melvin]     0.8.2claws21
9817
9818         * ac/aspell.m4
9819                 fixed test's equality sign (== to =)
9820
9821 2002-09-02 [alfons]     0.8.2claws20
9822
9823         * src/folder.c
9824         * src/mh.c
9825                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9826                 as folder->destroy virtual as suggested by Hiro
9827                 (the mh.c code seems to have been lost around mh.c.1.21)
9828
9829 2002-09-02 [paul]       0.8.2claws19
9830
9831         * po/pt_BR.po
9832                 updated by Fabio Jr. Beneditto
9833                 
9834         * src/defs.h
9835                 use 'http://claws.sylpheed.org' for homepage link. 
9836                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9837
9838 2002-09-01 [alfons]     0.8.2claws18
9839
9840         * src/mh.c
9841                 plug memleak related to one Martin Kluge found
9842
9843 2002-08-31 [paul]       0.8.2claws17
9844
9845         * sync with 0.8.2cvs6
9846                 see ChangeLog 2002-08-30
9847
9848 2002-08-31 [alfons]     0.8.2claws16
9849
9850         * src/folder.c
9851                 folder_destroy(): remove mailbox from folderlist even if it has
9852                 no destroy virtual
9853
9854 2002-08-31 [alfons]     0.8.2claws15
9855
9856         * src/folder.c
9857                 :%sno/if(/if (/gc
9858                 :%sno/for(/for (/gc
9859                 (being pedantic I know)
9860
9861 2002-08-31 [alfons]     0.8.2claws14
9862
9863         * src/folder.c
9864                 check for NULL pointers returned from folder->fetch_msginfo virtual
9865                 (should solve some reported crashes)
9866
9867 2002-08-30 [alfons]     0.8.2claws13
9868
9869         * acconfig.h
9870         * configure.in
9871         * src/crash.c
9872                 enable crash dialog on compilation time
9873                 (--enable-crash-dialog configure option)
9874
9875 2002-08-30 [alfons]     0.8.2claws12
9876
9877         * AUTHORS
9878                 add Martin Kluge
9879         * src/mh.c
9880                 apply memory leak plug patch by Martin Kluge
9881                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9882                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9883                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9884
9885 2002-08-30 [darko]      0.8.2claws11
9886
9887         * src/folderview.c
9888                 copy Gtk style from normal style to match
9889                 font size for coloured folders
9890
9891 2002-08-29 [alfons]     0.8.2claws10
9892
9893         * sylpheed.desktop
9894                 Type=Internet <- Type=Application
9895                 (reported by Michael Schwendt, see:
9896                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9897                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9898
9899 2002-08-29 [paul]       0.8.2claws9
9900
9901         * sync with 0.8.2cvs5
9902                 see ChangeLog 2002-08-29
9903
9904 2002-08-29 [colin]      0.8.2claws8
9905
9906         * src/summaryview.c
9907                 Added a sanity check in summary_select_thread
9908                 Should fix bug 601605
9909
9910 2002-08-29 [colin]      0.8.2claws7
9911
9912         * src/main.c
9913                 Revert claws6 changes regarding bug #591676
9914
9915 2002-08-28 [colin]      0.8.2claws6
9916         
9917         * src/main.c
9918                 Ignore cache for queue folderitems
9919                 Fix bug #591676
9920
9921 2002-08-28 [melvin]     0.8.2claws5
9922
9923         * README.claws
9924                 Fixed typos.
9925
9926 2002-08-28 [melvin]     0.8.2claws4
9927
9928         * README.claws
9929                 Updated a bit the text concerning the spell checker
9930
9931 2002-08-28 [melvin]     0.8.2claws3
9932
9933         Merged the GNU_aspell_branch:
9934                 Support of new GNU/aspell is now included and the old pspell
9935                 is not supported anymore.
9936                 See README.claws
9937
9938         * README.claws
9939                 Updated spell checker text to reflect the switch to GNU/aspell
9940
9941         * ac/aspell.m4          *** NEW ***
9942         * src/gtkaspell.[ch]    *** NEW *** 
9943         * ac/pspell.m4          *** DELETED *** 
9944         * src/gtkspell.[ch]     *** DELETED ***
9945
9946         * ac/Makefile.am
9947                 Updated for GNU/aspell support
9948
9949         * po/POTFILES.in
9950                 Replaced gtkspell.c by gtkaspell.c
9951
9952         * acconfig.h
9953         * src/Makefile.am
9954         * src/about.c
9955         * src/compose.[ch]
9956         * src/crash.c
9957         * src/main.c
9958         * src/prefs_common.[ch]
9959                 Updated for GNU/aspell support
9960
9961 2002-08-28 [paul]       0.8.2claws2
9962
9963         * sync with 0.8.2cvs4
9964                 see ChangeLog 2002-08-27 and 2002-08-28
9965
9966 2002-08-28 [colin]      0.8.2claws1
9967
9968         * src/summary_search.c
9969                 Added "AND search"
9970
9971 2002-08-28 [jens]       0.8.2claws
9972
9973         *po/de.po
9974                 Updated German translations
9975
9976 2002-08-27 [melvin]     0.8.2claws
9977
9978         * po/fr.po
9979                 Updated French translations
9980
9981 2002-08-27 [paul]       0.8.2claws
9982
9983         * sync with 0.8.2 main release
9984
9985         * po/en_GB.po
9986           po/es.po
9987           po/it.po
9988           po/pl.po
9989           po/pt_BR.po
9990           po/sr.po
9991                 updated message catalogs submitted by
9992                 Ricardo Mones Lastra, Alessandro Maestri,
9993                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9994                 Beneditto and Urke MMI  
9995
9996 2002-08-27 [hoa]        0.8.1claws123
9997
9998         * src/mainwindow.[ch]
9999         * src/summaryview.[ch]
10000                 removed the "filter setting" menu option.
10001                 add a "cancel a news message" menu option.
10002
10003 2002-08-26 [martin]     0.8.1claws122
10004
10005         * ChangeLog.claws
10006                 changed string under 0.8.1claws79 changed by myself
10007                 i'm sorry alfons :(
10008
10009 2002-08-26 [martin]     0.8.1claws121
10010
10011         * src/crash.c
10012                 added kill command to debuggerrc to start crash dialog
10013
10014 2002-08-26 [paul]       0.8.1claws120
10015
10016         * sync with 0.8.1cvs31
10017                 see ChangeLog 2002-08-26
10018
10019 2002-08-25 [alfons]     0.8.1claws119
10020
10021         * src/procmsg.c
10022                 fix bug that didn't send out correct headers to news server
10023                 when sending news article and email from queue (bug reported
10024                 and patch provided by Tim Mann; closes bug 
10025                 "[ 583196 ] 0.7.8claws can't post news")
10026
10027 2002-08-25 [alfons]     0.8.1claws118
10028
10029         * src/selective_download.c
10030                 mark two strings as translatable
10031                 (thanks to Urke MMI for pointing this out)
10032
10033 2002-08-25 [alfons]     0.8.1claws117
10034
10035         * src/summaryview.c
10036                 treat sent boxes as special and allow sorting them by addressee
10037                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10038                 submitted by Steve Lamb)
10039
10040 2002-08-24 [alfons]     0.8.1claws116
10041
10042         * src/matcher.c
10043                 fix memleak reported by Martin Kluge
10044                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10045
10046 2002-08-24 [oliver]     0.8.1claws115
10047
10048         * src/prefs_toolbar.c
10049                 o code cleanup as suggested by Alfons
10050                 o memleak fix
10051
10052 2002-08-24 [alfons]     0.8.1claws114
10053
10054         * src/summaryview.c
10055                 o fix another memory leak reported by Martin Kluge
10056                   (see "[ 599568 ] Small Memory Leak")
10057                 o remove 'from' variable from 'summary_set_header()'; we can
10058                   do with just 'to' 
10059
10060 2002-08-24 [paul]       0.8.1claws113
10061
10062         * sync with 0.8.1cvs30
10063                 see ChangeLog 2002-08-23
10064
10065 2002-08-24 [alfons]     0.8.1claws112
10066
10067         * src/summaryview.c
10068                 remove unnecessary allocations for search bar fixing leaks
10069                 reported by Martin Kluge
10070                 (see "[ 599451 ] Further memory leaks?")
10071
10072 2002-08-24 [alfons]     0.8.1claws111
10073
10074         * src/main.c
10075                 make get_socket_name() public for crash.c
10076         * src/crash.c
10077                 o make report bug button work (goes to claws' 
10078                   bug tracker at sf.net)
10079                 o introduce function for doing important stuff just
10080                   before claws goes down
10081                 o clean up code 
10082
10083 2002-08-24 [alfons]     0.8.1claws110
10084
10085         * src/compose.c
10086                 move cursor to "To" entry when forwarding as attachment
10087                 (reported and solved by Steve Lamb, closes bug report
10088                 "[ 592880 ] Forward as attachment; cursor not in to")
10089
10090 2002-08-24 [colin]      0.8.1claws109
10091
10092         * src/mainwindow.c
10093                 fix quick search visibility after GUI (de)separations.
10094
10095 2002-08-23 [colin]      0.8.1claws108
10096
10097         * src/mainwindow.c
10098                 fix header pane visibility after folderview or
10099                 messageview (de)separation
10100
10101 2002-08-23 [paul]       0.8.1claws107
10102
10103         * src/mainwindow.[ch]
10104           src/toolbar.c
10105                 give full control of display or non-display 
10106                 of the Execute icon to Custom toolbar settings.
10107                 add new sensitivity condition to maninwindow.h: 
10108                 M_DELAY_EXEC
10109
10110         * ChangeLog
10111           ChangeLog.jp
10112           NEWS
10113                 more sync with 0.8.1cvs29
10114
10115 2002-08-23 [melvin]     0.8.1claws106
10116
10117         * src/alertpanel.c
10118                 Readded support for custom widget in alertpanel lost in last
10119                 sync.
10120
10121 2002-08-23 [paul]       0.8.1claws105
10122
10123         * sync with 0.8.1cvs29
10124                 see ChangeLog 2002-08-23
10125
10126 2002-08-23 [colin]      0.8.1claws104
10127
10128         * src/summaryview.c
10129                 Fix folder and search pixmaps exchanging positions
10130                 after theme or toolbar changes. Thank to Oliver for 
10131                 reporting this.
10132
10133 2002-08-23 [colin]      0.8.1claws103
10134
10135         * src/mainwindow.c
10136           src/messageview.[ch]
10137           src/noticeview.[ch]
10138           src/summaryview.c
10139                 Changed messageview_create() and noticeview_create()
10140                 to avoid the last gdk_warning
10141
10142 2002-08-22 [colin]      0.8.1claws102
10143
10144         * src/summaryview.c
10145                 Fix my new `Creating pixmap from xpm' warning
10146
10147 2002-08-22 [colin]      0.8.1claws101
10148
10149         * src/mainwindow.c
10150                 Fix some of the gdk warnings
10151
10152 2002-08-22 [colin]      0.8.1claws100
10153
10154         * src/Makefile.am
10155         * src/stock_pixmap.c
10156         * src/stock_pixmap.h
10157         * src/pixmaps/quicksearch.xpm *ADDED*
10158                 Add the quicksearch pixmap
10159         * src/mainwindow.c
10160         * src/summaryview.c
10161         * src/summaryview.h
10162                 Make quicksearch bar visible/hidden via a button
10163
10164 2002-08-22 [christoph]  0.8.1claws99
10165
10166         * src/folder.c
10167                 fix folder update for newsgroups with message
10168                 numbers below minimum number of articles to fetch
10169                 (closes bug #598445)
10170
10171 2002-08-22 [paul]       0.8.1claws98
10172
10173         * sync with 0.8.1cvs28
10174                 see ChangeLog 2002-08-22
10175
10176 2002-08-21 [alfons]     0.8.1claws97
10177
10178         * src/crash.c
10179                 use bt instead of bt full which seems to work 
10180                 better, and bt full doesn't give a great deal 
10181                 of information anyway
10182
10183 2002-08-21 [colin]      0.8.1claws96
10184
10185         * src/summaryview.c
10186                 fix summaryview_searchtype_changed prototype
10187
10188 2002-08-21 [christoph]  0.8.1claws95
10189
10190         * src/mainwindow.c
10191                 o fix broken menu update for sorting type, we have to
10192                   get this info from the summaryview now
10193                 o removed setting of threaded state in menu callback
10194         * src/summaryview.[ch]
10195                 more summaryview/folderitem seperation for
10196                 threading option
10197         * configure.in
10198                 removed not required --with-compiler-flags option
10199
10200 2002-08-21 [oliver]     0.8.1claws94
10201         
10202         * src/toolbar.h 
10203                 o rename toolbar.xml to toolbar_main.xml
10204                   since toolbar_compose.xml might come up 
10205                   any time soon
10206         * README.claws
10207                 add custom toolbar              
10208
10209 2002-08-21 [darko]      0.8.1claws93
10210
10211         * src/procmsg.c
10212                 don't reset tmp flags for messages copied
10213                 to sent folder
10214
10215 2002-08-21 [colin]      0.8.1claws92
10216         
10217         * src/prefs_filtering.c
10218                 fix renaming rules on folder rename 
10219                 when folder is not a leaf folder
10220
10221 2002-08-21 [paul]       0.8.1claws91
10222
10223         * src/prefs_folder_item.c
10224                 fix alignment of colour selector
10225
10226 2002-08-21 [paul]       0.8.1claws90
10227
10228         * sync with 0.8.1cvs27
10229                 see ChangeLog 2002-08-21
10230
10231 2002-08-21 [paul]       0.8.1claws89
10232
10233         * src/summaryview.c
10234                 fix crash when changing field type in
10235                 Quick search bar
10236
10237 2002-08-21 [colin]      0.8.1claws88
10238
10239         * src/summaryview.c
10240                 Made quick search case-insensitive
10241
10242 2002-08-21 [paul]       0.8.1claws87
10243
10244         * sync with 0.8.1cvs26
10245                 see ChangeLog 2002-08-21
10246
10247 2002-08-20 [christoph]  0.8.1claws86
10248
10249         * src/folderview.c
10250         * src/main.c
10251         * src/summaryview.[ch]
10252                 more summaryview/folderitem seperation for
10253                 sort_key and sort_type
10254         * src/procmsg.c
10255                 added missing return statement
10256
10257 2002-08-20 [colin]      0.8.1claws85
10258
10259         * src/summaryview.[ch]
10260                 Added a quick search box
10261         * src/mainwindow.c
10262         * src/prefs_common.[ch]
10263                 Added a show/hide option for the quick search
10264
10265 2002-08-20 [oliver]     0.8.1claws84
10266         
10267         * src/mainwindow.c
10268                 remove toolbar_create_popups
10269         * src/toolbar.[ch]
10270                 o remove toolbar_create_popups
10271                 o fix toolbar_set_sensitive 
10272                   (Bug reports #596834 and #596832)     
10273         * src/prefs_toolbar.c
10274                 o add "Set default" button
10275                 o align label and text + combo widgets
10276
10277 2002-08-20 [hoa]        0.8.1claws83bis
10278
10279         * src/imap.c
10280                 fixed a bug in imap_fetch_msginfo() in case there is no
10281                 current folder.
10282
10283 2002-08-20 [darko]      0.8.1claws83
10284
10285         * src/folderview.c
10286                 copy the color style of folder view so it
10287                 works with GTK themes
10288
10289 2002-08-20 [darko]      0.8.1claws82
10290
10291         * src/folder.h
10292         * src/folderview.c
10293         * src/prefs_folder_item.[hc]
10294                 don't use UI stuff in folder.h
10295
10296 2002-08-20 [darko]      0.8.1claws81
10297
10298         * src/folder.h
10299         * src/prefs_folder_item.h
10300         * src/folderview.c
10301         * src/prefs_folder_item.c
10302                 ability to set folder color in folderview
10303
10304 2002-08-19 [alfons]     0.8.1claws80
10305
10306         * src/summaryview.c
10307                 fix one of the earlier memleaks reported by Martin Kluge
10308
10309 2002-08-19 [alfons]     0.8.1claws79
10310
10311         * src/mainwindow.c
10312                 hide notice view when selecting seperate folder
10313                 view (reported by Urke MMI)
10314
10315 2002-08-19 [christoph]  0.8.1claws78
10316
10317         * src/folderview.c
10318         * src/prefs_folder_item.h
10319         * src/summaryview.[ch]
10320                 o add summary_set_prefs_from_folderitem to set
10321                   summaryview prefs (first step to remove all
10322                   references to the folderitem in summaryview)
10323                 o moved compiled regex stuff from folderitem prefs
10324                   to summaryview code
10325
10326 2002-08-19 [paul]       0.8.1claws77
10327
10328         * src/compose.c
10329                 add check for '.' to QUOTE_IF_REQUIRED
10330
10331 2002-08-19 [paul]       0.8.1claws76
10332
10333         * src/inc.c
10334                 sync with 0.8.1cvs25 (plug memory leak)
10335
10336         * src/prefs_toolbar.c
10337                 re-order prefs_toolbar_cancel()
10338
10339 2002-08-18 [alfons]     0.8.1claws75
10340
10341         * src/inc.c
10342         * src/matcher.c
10343                 plug other memleaks reported by Martin Kluge
10344
10345 2002-08-18 [paul]       0.8.1claws74
10346
10347         * po/pt_BR.po
10348                 updated by Fabio Jr. Beneditto
10349
10350 2002-08-18 [paul]       0.8.1claws73
10351
10352         * src/toolbar.[ch]
10353                 fix bug where tooltips were displayed untranslated              
10354
10355         * src/prefs_toolbar.c
10356                 fix bug where clicking 'Cancel' creates an icon & text
10357                 toolbar regardless of prefs
10358         
10359
10360 2002-08-17 [oliver]     0.8.1claws72
10361
10362         * src/prefs_toolbar.c
10363                 update toolbar on CANCEL
10364                 bug reported by Martin Kluge
10365         * src/toolbar.c
10366                 toolbar_destroy memleak fixed           
10367
10368 2002-08-17 [alfons]     0.8.1claws71
10369
10370         * src/toolbar.c
10371                 plug another memleak reported by Martin Kluge
10372
10373 2002-08-16 [alfons]     0.8.1claws70
10374
10375         * src/crash.c
10376                 use execvp() correctly (suggested by wwp; thanks!)
10377
10378 2002-08-16 [alfons]     0.8.1claws69
10379
10380         * src/gtksctree.c
10381                 plug memory leak reported by Kim Schultz & Martin Kluge
10382
10383 2002-08-16 [paul]       0.8.1claws68
10384
10385         * po/es.po
10386                 updated by Ricardo Mones Lastra
10387
10388 2002-08-16 [paul]       0.8.1claws67
10389
10390         * src/toolbar.h
10391                 fix bug where 'Compose News' icon showed wrong
10392                 tooltip
10393
10394 2002-08-16 [paul]       0.8.1claws66
10395
10396         * sync with 0.8.1cvs24
10397                 see ChangeLog 2002-08-16
10398
10399         * po/it.po
10400                 updated by Alessandro Maestri
10401
10402 2002-08-15 [paul]       0.8.1claws65
10403
10404         * po/sr.po
10405                 updated by Urke MMI
10406
10407 2002-08-15 [paul]       0.8.1claws64
10408
10409         * src/*.c
10410                 don't translate debug info
10411
10412         * src/matcher.[ch]
10413                 add copyright info
10414
10415 2002-08-15 [paul]       0.8.1claws63
10416
10417         * src/prefs_toolbar.c
10418                 fix bug where clicking 'OK' creates an icon & text
10419                 toolbar regardless of prefs
10420
10421 2002-08-14 [alfons]     0.8.1claws62
10422
10423         * src/main.c
10424                 add global var that has the full argv[0]
10425         * src/crash.c
10426                 o execvp the correct sylpheed by using argv0
10427                   and setting the correct work dir
10428                 o other tweaks  
10429
10430 2002-08-14 [oliver]     0.8.1claws61
10431         
10432         * enable/disable Toolbar Action Buttons 
10433         * code cleanups
10434         * src/mainwindow.c
10435         * src/toolbar.[ch]      
10436         * src/prefs_toolbar.c   
10437
10438 2002-08-14 [melvin]     0.8.1claws60
10439
10440         * po/fr.po
10441                 Updated French translations
10442
10443 2002-08-14 [melvin]     0.8.1claws59
10444
10445         * src/crash.c
10446                 Made bug report not translatable
10447         * src/exporthtml.c
10448                 Fixed exporthtml_build_filespec() return value
10449         * src/foldersel.c
10450                 Fixed incorrect include file
10451         * src/gtkspell.c
10452         * src/prefs_actions.c
10453         * src/prefs_toolbar.c
10454                 Made debug info not translatable
10455         * src/mutt.c
10456         * src/quote_fmt.c
10457                 Added missing includes
10458         * src/prefs_common.c
10459                 Fixed typo
10460
10461 2002-08-14 [paul]       0.8.1claws58
10462
10463         * faq/es/sylpheed-faq.html
10464           faq/es/sylpheed-faq-[1-3].html
10465           faq/es/sylpheed-faq-4.html     **NEW FILE **
10466                 update Spanish FAQ
10467
10468 2002-08-13 [christoph]  0.8.1claws57
10469
10470         * src/procmsg.c
10471                 ignore thread fix that did not mark all
10472                 child nodes of a ignored thread as
10473                 ignored. Does not work perfectly yet,
10474                 but it is better now
10475
10476 2002-08-13 [alfons]     0.8.1claws56
10477
10478         * src/crash.c
10479                 o implement 'save crash log'
10480                 o some tweaks
10481
10482 2002-08-13 [melvin]     0.8.1claws55
10483
10484         * src/main.c
10485                 removed unrequired "execinfo.h" header
10486
10487 2002-08-12 [paul]       0.8.1claws54
10488
10489         * faq/en/sylpheed-faq.html
10490           faq/en/sylpheed-faq-[1-3].html
10491           faq/en/sylpheed-faq-4.html     **NEW FILE **
10492                 update English FAQ
10493
10494 2002-08-12 [alfons]     0.8.1claws53
10495
10496         * po/POTFILES.in
10497                 add crash.c to translatables
10498         * src/crash.c
10499                 bring in Leandro's crash dialog
10500
10501 2002-08-11 [alfons]     0.8.1claws52
10502
10503         * src/crash.c
10504                 clean up some warnings
10505
10506 2002-08-11 [alfons]     0.8.1claws51
10507
10508         * acconfig.h
10509         * configure.in
10510         * src/crash.[ch]        ** NEW FILES **
10511         * src/main.c            
10512                 initial gdb crash handler
10513
10514 2002-08-11 [paul]       0.8.1claws50
10515
10516         * src/prefs_toolbar.c
10517                 replace Up/Down arrow pixmaps with text to be
10518                 consistent across icon themes
10519
10520 2002-08-11 [paul]       0.8.1claws49
10521
10522         * src/prefs_common.c
10523           src/prefs_toolbar.c
10524                 rename 'Pixmap' -> 'Icon'
10525
10526         * src/toolbar.[ch]
10527                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10528
10529 2002-08-10 [paul]       0.8.1claws48
10530
10531         * src/prefs_toolbar.c
10532                 re-work the UI
10533
10534 2002-08-10 [paul]       0.8.1claws47
10535
10536         * src/main.c
10537                 don't write Processing progress to status bar
10538                 patch submitted by Alexander Evseev
10539
10540         * src/prefs_toolbar.c
10541                 re-position and resize window
10542                 make window assume correct size on first call
10543
10544 2002-08-10 [paul]       0.8.1claws46
10545
10546         * src/mainwindow.c
10547           src/prefs_toolbar.c
10548           src/toolbar.c
10549           src/toolbar.h
10550                 obey coding style
10551                 follow UI text conventions
10552
10553 2002-08-10 [alfons]     0.8.1claws45
10554
10555         * src/toolbar.c
10556                 correct pixmap for delete action
10557
10558 2002-08-10 [paul]       0.8.1claws44
10559
10560         * po/pt_BR.po
10561                 updated by Fabio Jr. Beneditto
10562
10563 2002-08-10 [paul]       0.8.1claws43
10564
10565         * po/POTFILES.in
10566                 add custom toolbar files
10567
10568 2002-08-10 [paul]       0.8.1claws42
10569
10570         * sync with 0.8.1cvs22
10571                 see ChangeLog 2002-08-09
10572
10573 2002-08-09 [paul]       0.8.1claws41
10574
10575         * tools/Makefile.am
10576           tools/README
10577           tools/outlook2sylpheed.pl     ** NEW FILE **
10578                 add script to convert exported Outlook
10579                 contacts list to a Sylpheed addressbook.
10580                 Submitted by Ricardo Mones Lastra.
10581
10582 2002-08-09 [paul]       0.8.1claws40
10583
10584         * AUTHORS
10585           configure.in
10586           po/sr.po      ** NEW FILE **
10587                 add Serbian message catalog. Submitted by
10588                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10589
10590 2002-08-09 [paul]       0.8.1claws39
10591
10592         * sync with 0.8.1cvs21
10593                 see ChangeLog 2002-08-08
10594
10595 2002-08-08 [oliver]     0.8.1claws38
10596
10597         * src/mainwindow.c
10598                 move Custom Toolbar to Configuration menu
10599
10600 2002-08-08 [oliver]     0.8.1claws37
10601
10602         * src/prefs_toolbar.c
10603                 fix substitute pixmap bug
10604
10605 2002-08-08 [paul]       0.8.1claws36
10606
10607         * sync with 0.8.1cvs19
10608                 see ChangeLog 2002-08-08
10609
10610 2002-08-07 [christoph]  0.8.1claws35
10611
10612         * src/utils.c
10613                 fixed a memory leak in new canonicalize_file_replace
10614
10615 2002-08-07 [christoph]  0.8.1claws34
10616
10617         * src/utils.[ch]
10618                 o canonicalize_file_replace should create the temporary
10619                   file in the same directory as the original file.
10620                 o added get_tmpfile_in_dir that creates a temorary file
10621                   in a specified directory.
10622
10623 2002-08-07 [melvin]     0.8.1claws33
10624
10625         * src/toolbar.c
10626                 fixed bug where 'Article' button acted as 'Email' button.
10627
10628 2002-08-07 [paul]       0.8.1claws32
10629
10630         * sync with 0.8.1.cvs17
10631                 see ChangeLog 2002-08-07
10632
10633 2002-08-07 [colin]      0.8.1claws31
10634         
10635         * src/news.c
10636                 fix mass-cancel problem
10637
10638 2002-08-07 [thorsten]   0.8.1claws30
10639
10640         * src/prefs_toolbar.c
10641                 fix: crash on replace or add new button
10642         * src/toolbar.c
10643                 fix: close xmlfile after reading
10644         * src/utils.c
10645                 fix: unlink() file before rename()
10646
10647 2002-08-06 [paul]       0.8.1claws29
10648
10649         * sync with 0.8.cvs15
10650                 see ChangeLog 2002-08-06
10651
10652 2002-08-06 [oliver]     0.8.1claws28
10653
10654         * src/toolbar.c
10655         * src/prefs_toolbar.c
10656                 fixed empty toolbar issue
10657
10658 2002-08-06 [oliver]     0.8.1claws27
10659
10660         * Custom Toolbar Final 
10661         * src/folderview.c
10662         * src/inc.c
10663         * src/summaryview.c
10664                 o toolbar stuff now lives in src/toolbar.[ch]
10665                 o main_window_toolbar_* functions are renamed to
10666                   toolbar_* reflecting their new source file
10667         * src/mainwindow.[ch]
10668                 o remove toolbar stuff  
10669
10670 2002-08-06 [oliver]     0.8.1claws26
10671         
10672         * src/Makefile.am
10673         * src/prefs_toolbar.[ch]        **New File**
10674         * src/toolbar.[ch]              **New File**
10675                 o prefs_toolbar.[ch] custom toolbar frontend
10676                 o toolbar.[ch]       backend 
10677
10678 2002-08-06 [oliver]     0.8.1claws25
10679
10680         * src/prefs_actions.[ch]
10681                 o new exported function actions_execute
10682
10683 2002-08-06 [paul]       0.8.1claws24
10684
10685         * sync with 0.8.1cvs4
10686                 see ChangeLog 2002-08-06
10687
10688 2002-08-06 [paul]       0.8.1claws23
10689
10690         * sync with 0.8.1cvs13
10691                 see ChangeLog 2002-08-06
10692
10693 2002-08-06 [paul]       0.8.1claws22
10694
10695         * sync with 0.8.1cvs12
10696                 see ChangeLog 2002-08-05 and 2002-08-06
10697
10698 2002-08-06 [match]      0.8.1claws21
10699
10700         * src/addrclip.c
10701                 improvements to cut/copy/paste address
10702
10703 2002-08-05 [match]      0.8.1claws20
10704
10705         * src/addritem.[ch]
10706         * src/addrcache.c
10707         * src/addrbook.c
10708         * src/editaddress.c
10709         * src/addressbook.c
10710                 fixes to improve cut/copy/paste
10711
10712 2002-08-06 [melvin]     0.8.1claws19
10713
10714         * src/account.[ch]
10715                 account_find_all_from_address(): new function that returns the
10716                 list of all accounts that are matched in an address.
10717         * src/alertpanel.[ch]
10718                 alertpanel() now accepts a custom widget
10719                 alertpanel_with_widget(): new function that pops up a panel with
10720                 a custom widget in it 
10721         * src/gtkutils.[ch]
10722                 gtkut_account_menu_new(): new function that allows the selection
10723                 of an account from a list of accounts.
10724         * src/messageview.c
10725                 Extended Return Receipt notification to select the correct 
10726                 account and to make a security test on the Delivery-Notification
10727                 address which should be the same as the Return-Path.
10728
10729 2002-08-06 [thorsten]   0.8.1claws18
10730
10731         * src/mimeview.c
10732                 attach_all: save unnamed as "noname.%d",
10733                 dont free static dirname
10734
10735 2002-08-05 [alfons]     0.8.1claws17
10736
10737         * configure.in
10738                 detect XIM by trying to link rather than compile a XIM program
10739
10740 2002-08-05 [oliver]     0.8.1claws16
10741                 
10742         * src/stock_pixmap.[ch]
10743                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10744                 o new func to retrieve pixmaps
10745
10746 2002-08-05 [paul]       0.8.1claws15
10747
10748         * sync with 0.8.1cvs10
10749                 see ChangeLog 2002-08-05
10750
10751 2002-08-04 [alfons]     0.8.1claws14
10752
10753         * src/textview.c
10754                 see if this plugs memleak
10755
10756 2002-08-04 [melvin]     0.8.1claws13
10757
10758         * src/gtkspell.c
10759                 fixed bug that could crash Sylpheed when highlighting
10760                 all misspelled words.
10761
10762 2002-08-03 [melvin]     0.8.1claws12
10763
10764         * src/prefs_actions.c
10765                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10766         * src/messageview.c
10767                 fixed bug where the Return Receipt was sent to
10768                 Delivery-Notification-To address even if it was not present
10769
10770 2002-08-02 [alfons]     0.8.1claws11
10771
10772         * src/prefs_actions.c
10773                 o more check for NULLs
10774                 o put create_io_dialog() in right conditional block
10775
10776 2002-08-02 [paul]       0.8.1claws10
10777
10778         * po/es.po
10779                 updated by Ricardo Mones Lastra
10780
10781 2002-08-01 [christoph]  0.8.1claws9
10782
10783         * src/folder.c
10784                 don't free the cache of the opened
10785                 folder in the summaryview
10786         * src/summaryview.c
10787                 don't unset flags, if it is not required
10788
10789 2002-08-01 [paul]       0.8.1claws8
10790
10791         * sync with 0.8.1cvs8
10792                 see ChangeLog entry 2002-08-01
10793
10794 2002-08-01 [paul]       0.8.1claws7
10795
10796         * sync with 0.8.1cvs7
10797                 see ChangeLog 2002-07-31 and 2002-08-01
10798
10799 2002-07-31 [christoph]  0.8.1claws6
10800
10801         * src/mainwindow.c
10802                 forgot to update menu sensitivity
10803                 function for new menu entry
10804
10805 2002-07-31 [alfons]     0.8.1claws5
10806
10807         * src/main.c
10808                 check folder item and its path for NULL on
10809                 initial processing
10810
10811 2002-07-31 [christoph]  0.8.1claws4
10812
10813         * src/folder.c
10814                 check if folder_item_get_msginfo in
10815                 folder_item_remove_msg returned NULL
10816         * src/imap.c
10817                 better clear the uid cache in the
10818                 uid validity check function and delete
10819                 cached messages
10820
10821 2002-07-31 [paul]       0.8.1claws3
10822
10823         * man/sylpheed.1
10824                 add the '--attach' option and a few other
10825                 minor changes
10826
10827 2002-07-31 [paul]       0.8.1claws2
10828
10829         * sync with 0.8.1cvs5
10830                 see ChangeLog 2002-07-31
10831
10832 2002-07-31 [christoph]  0.8.1claws1
10833
10834         * src/folderview.[ch]
10835         * src/mainwindow.c
10836                 replace "Rescan all folders..." with
10837                 "Check all folders for new messages..."
10838
10839 2002-07-30 [paul]       0.8.1claws
10840
10841         * version 0.8.1claws released
10842
10843 2002-07-30 [paul]       0.8.0claws29
10844
10845         * tools/OOo2sylpheed.pl ** NEW FILE **
10846           tools/README
10847                 add script to enable sending documents as
10848                 attachments from OpenOffice.org
10849
10850 2002-07-30 [melvin]     0.8.0claws28
10851
10852         * src/prefs_actions.c
10853                 Made the actions' input/output dialog display
10854                 without delay.
10855
10856 2002-07-30 [christoph]  0.8.0claws27
10857
10858         * src/procmsg.c
10859                 check if folder_item_get_msginfo in
10860                 procmsg_save_to_outbox returned NULL
10861
10862 2002-07-30 [paul]       0.8.0claws26
10863
10864         * sync with 0.8.1cvs4
10865                 see ChangeLog 2002-07-29
10866
10867 2002-07-29 [thorsten]   0.8.0claws25
10868
10869         * README.claws
10870                 added selective download, delete on server
10871
10872 2002-07-29 [paul]       0.8.0claws24
10873
10874         * sync with 0.8.1cvs3
10875                 see ChangeLog 2002-07-29
10876
10877 2002-07-27 [christoph]  0.8.0claws23
10878
10879         * src/folder.c
10880                 add extra check if fetching the msginfo
10881                 returned NULL
10882
10883 2002-07-27 [paul]       0.8.0claws22
10884
10885         * sync with 0.8.1cvs2
10886                 see ChangeLog 2002-07-26
10887
10888 2002-07-27 [christoph]  0.8.0claws21
10889
10890         * src/imap.c
10891                 add another check if a valid msginfo
10892                 was returned
10893
10894 2002-07-26 [hoa]        0.8.0claws20
10895
10896         * src/folder.c
10897                 Fixed a condition in folder_item_destroy()
10898
10899         * src/imap.c
10900                 Fixed an error in IMAP protocol
10901
10902 2002-07-26 [alfons]     0.8.0claws19
10903
10904         * src/folder.c
10905                 ofcourse compare with identifier, not the path
10906
10907 2002-07-26 [alfons]     0.8.0claws18
10908
10909         * src/folder.c
10910                 use folder item identifier for saving / restoring
10911                 preferences because folder->path might not be unique
10912
10913 2002-07-26 [melvin]     0.8.0claws17
10914
10915         * src/logwindow.c
10916                 Fixed a crash introduced in 0.8.0claws5 when log is 
10917                 cut under 80 characters.
10918
10919 2002-07-26 [paul]       0.8.0claws16
10920
10921         * sync with 0.8.1cvs1
10922                 see ChangeLog 2002-07-26
10923
10924 2002-07-26 [christoph]  0.8.0claws15
10925
10926         * src/imap.[ch]
10927                 imap folder now remembers the last selected
10928                 folder and imap_fetch_msginfo skips selecting
10929                 the folder if it is already selected
10930
10931 2002-07-26 [christoph]  0.8.0claws14
10932
10933         * src/folder.c
10934         * src/folderview.c
10935         * src/imap.c
10936                 fix imap folder rescanning
10937
10938 2002-07-25 [christoph]  0.8.0claws13
10939
10940         * src/filter.c
10941         * src/folder.[ch]
10942         * src/folderview.c
10943         * src/imap.[ch]
10944         * src/mainwindow.c
10945         * src/mbox_folder.c
10946         * src/mh.c
10947         * src/news.c
10948                 implement imap uid cache and uid validity check
10949
10950 2002-07-25 [alfons]     0.8.0claws12
10951
10952         * src/summaryview.c
10953                 fix a brown paper bag bug, and also add some more
10954                 checks
10955
10956 2002-07-25 [christoph]  0.8.0claws11
10957
10958         * src/folder.c
10959                 don't mix copy, fetch_msginfo and remove
10960                 operations in folder item copy and move
10961                 operations
10962
10963 2002-07-25 [christoph]  0.8.0claws10
10964
10965         * src/folderview.c
10966         * src/mainwindow.c
10967         * src/prefs_folder_item.c
10968         * src/summaryview.[ch]
10969                 remove no longer required parameter update_cache from
10970                 summary_show
10971
10972 2002-07-25 [paul]       0.8.0claws9
10973
10974         * sync with 0.8.1
10975         
10976         * AUTHORS
10977                 a few corrections
10978
10979 2002-07-24 [alfons]     0.8.0claws8
10980
10981         * src/summaryview.c
10982                 sort correctly when using simplified subject line
10983                 (closes feature request "[ 585141 ] applying regexp to subject 
10984                 before sort" submitted by Alexandra Walford)
10985
10986 2002-07-24 [paul]       0.8.0claws7
10987
10988         * sync with 0.8.0cvs3
10989                 see ChangeLog 2002-07-24
10990
10991 2002-07-23 [christoph]  0.8.0claws6
10992
10993         * src/folder.c
10994         * src/folder.h
10995         * src/summaryview.c
10996         * src/summaryview.h
10997         * src/main.c
10998                 o separate processing and summaryview
10999                 o removed summary_write_cache from summaryview
11000                 o removed summaryview->killed_messages, because we don't have
11001                   to keep a list of killed messages anymore. New cache will
11002                   keep the hidden messages in cache anyway
11003         * src/folderview.c
11004         * src/inc.c
11005         * src/selective_download.c
11006                 o removed unnecessary summary_write_cache calls
11007         * src/procmsg.c
11008                 o don't set ignore thread flag in procmsg_get_thread_tree
11009                   if it is already set
11010         * src/mainwindow.c
11011         * src/statusbar.h
11012                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11013                   they are used in different files
11014
11015 2002-07-23 [melvin]     0.8.0claws5
11016
11017         * src/addressbook.c
11018         * src/addrgather.c
11019         * src/editaddress.c
11020         * src/editgroup.c
11021         * src/editldap_basedn.c
11022         * src/importldif.c
11023         * src/prefs_common.c
11024                 Fixed few memory leak (gtk_editable_get_chars returns
11025                 an allocated string)
11026         * src/logwindow.c
11027                 Fixed few memory leak (gtk_editable_get_chars returns
11028                 an allocated string) and modified a little the log cutting
11029                 loop.
11030         * src/compose.c
11031                 Replaced a call to an obsolete function gtk_entry_get_text()
11032                 by gtk_editable_get_chars()
11033         * src/send.c
11034                 Removed a debug printf
11035
11036 2002-07-23 [christoph]  0.8.0claws4
11037
11038         * src/filesel.c
11039                 fix another g_dirname memory leak
11040
11041 2002-07-23 [christoph]  0.8.0claws3
11042
11043         * src/mh.c
11044                 fixed a memory leak in mh_fetch_msginfo
11045                 fixed crash when message header could not be
11046                 parsed
11047
11048 2002-07-23 [paul]       0.8.0claws2
11049
11050         * sync with 0.8.0cvs2
11051                 see ChangeLog 2002-07-23
11052
11053 2002-07-23 [paul]       0.8.0claws1
11054
11055         * sync with 0.8.0cvs1
11056                 see ChangeLog 2002-07-23
11057
11058 2002-07-23 [paul]       0.8.0claws
11059
11060         * release of 0.8.0claws
11061
11062 2002-07-23 [paul]       0.7.8claws99
11063
11064         * po/ru.po
11065                 new Russian translation, submitted by
11066                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11067
11068 2002-07-22 [jens]       0.7.8claws98
11069
11070         * po/de.po
11071                 Updated German translations.
11072
11073 2002-07-22 [paul]       0.7.8claws97
11074
11075         * po/es.po
11076           po/it.po
11077           po/nl.po
11078           po/pt_BR.po
11079                 updated translations by Ricardo Mones Lastra,
11080                 Alessandro Maestri, Wilbert Berendsen and 
11081                 Fabio Jr. Beneditto respectively
11082
11083 2002-07-22 [christoph]  0.7.8claws96
11084
11085         * src/mimeview.c
11086                 fix memory leak caused by wrong g_dirname usage
11087
11088 2002-07-22 [christoph]  0.7.8claws95
11089
11090         * src/summaryview.c
11091                 update new and unread message counts for summaryview
11092                 summaryview does not get it from the folder anymore
11093                 and has to update the values itself
11094
11095 2002-07-22 [melvin]     0.7.8claws94
11096
11097         * po/fr.po
11098                 Updated French translations.
11099
11100 2002-07-22 [christoph]  0.7.8claws93
11101
11102         * src/matcher.c
11103                 set prop->preg pointer to NULL or following check
11104                 will not fail and regexec will be called with
11105                 invalid pointer
11106
11107 2002-07-21 [alfons]     0.7.8claws92
11108         
11109         * src/prefs_common.[ch]
11110                 remove option "Send return receipt on request"
11111
11112 2002-07-21 [thorsten]   0.7.8claws91
11113
11114         * src/mimeview.c
11115                 fixed memleaks, coding style as pointed out by alfons
11116
11117 2002-07-21 [alfons]     0.7.8claws90
11118
11119         * src/messageview.c
11120         * src/noticeview.[ch]
11121                 o fix bug notice view being displayed when going to empty folder 
11122                   (noticed by Christoph)
11123                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11124                   (noticed by Thorsten)
11125
11126 2002-07-21 [thorsten]   0.7.8claws89
11127
11128         * src/mimeview.c
11129                 Included save_all patch from Xaview FACQ
11130                 added support for pathnames
11131
11132 2002-07-21 [alfons]     0.7.8claws88
11133
11134         * po/POTFILES.in
11135         * src/Makefile.am
11136         * src/mainwindow.c
11137         * src/messageview.[ch]
11138         * src/noticeview.c      ** NEW FILE **
11139         * src/noticeview.h      ** NEW FILE **
11140                 make return receipts work again
11141                 (UI idea by Leandro Pereira)
11142
11143 2002-07-21 [paul]       0.7.8claws87
11144
11145         * src/summaryview.c
11146                 fix sensitivity of 'Select thread'
11147
11148 2002-07-21 [paul]       0.7.8claws86
11149
11150         * src/prefs_common.c
11151                 add browser command line for Galeon
11152
11153 2002-07-21 [paul]       0.7.8claws85
11154
11155         * Makefile.am
11156                 fix 'EXTRA_DIST': remove README.README, add TODO
11157                 and TODO.claws
11158
11159 2002-07-21 [alfons]     0.7.8claws84
11160
11161         * src/gtkstext.c
11162                 make enter clear selection
11163                 (closes "[ 579888 ] Editor selection/entry error"
11164                 reported by Steve Lamb)
11165
11166 2002-07-21 [alfons]     0.7.8claws83
11167         
11168         * src/summaryview.c
11169                 sort message list when selecting unthread messages
11170                 (closes "[ 501593 ] switching threaded view doesn't sort"
11171                 reported by Simon Schubert)
11172
11173 2002-07-20 [alfons]     0.7.8claws82
11174         
11175         * src/matcher.c
11176                 const-correctness
11177
11178 2002-07-20 [thorsten]   0.7.8claws81
11179
11180         * src/matcher.c
11181                 Fixed expansion of empty fields in matchactions
11182
11183 2002-07-19 [melvin]     0.7.8claws80
11184
11185         * src/gtkspell.c
11186                 Removed a duplicate menu entry (fast mode) introduced during
11187                 the new cache merge
11188                 Added a menu separator between 'Use alternate' and 'Fast mode'
11189
11190 2002-07-19 [paul]       0.7.8claws79
11191
11192         * tools/Makefile.am
11193           tools/README
11194                 correct typos
11195
11196 2002-07-19 [thorsten]   0.7.8claws78
11197
11198         * tools/calypso_convert.pl      ** NEW FILE **
11199           tools/README
11200           tools/Makefile.am
11201                 script to import mbox files exported
11202                 by calypso
11203                 o generates folder structure
11204                 o includes attachments
11205
11206 2002-07-19 [melvin]     0.7.8claws77
11207
11208         * src/selective_download.[ch]
11209                 Fixed bug where closing the dialog with the window manager's
11210                 close button will not unlock the summary
11211                 Corrected some function declarations that missed a return value
11212                 Made the source code comply better with coding style.
11213         * src/prefs_common.c
11214                 Added new browser command line for Mozilla.
11215
11216 2002-07-18 [paul]       0.7.8claws76
11217
11218         * src/mainwindow.c
11219           src/selective_download.[ch]
11220                 reflect theme changes, fix Gdk Warning when creating 
11221                 pixmap from NULL window, and minor clean up.
11222                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11223
11224         * po/en_GB.po
11225                 updated
11226
11227 2002-07-17 [paul]       0.7.8claws75
11228
11229         * INSTALL[.jp]
11230                 sync with 0.8.0
11231         
11232         * po/en_GB.po
11233                 updated
11234
11235 2002-07-16 [paul]       0.7.8claws74
11236
11237         * tools/filter_conv.pl
11238           tools/README
11239                 replace conversion script with reimplemented version, 
11240                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11241
11242 2002-07-16 [colin]      0.7.8claws73
11243
11244         * src/summaryview.c
11245                 remove forgotten debug messages - sorry ;-)
11246
11247 2002-07-16 [colin]      0.7.8claws72
11248
11249         * src/mimeview.c
11250           src/summaryview.c
11251           src/textview.c
11252           src/textview.h
11253                 add the ability to select part of a text mime-part 
11254                 to reply.
11255
11256 2002-07-15 [christoph]  0.7.8claws71
11257
11258         * src/folder.c
11259                 fix folder message count for folders without
11260                 msg_is_changed (includes news folders)
11261
11262 2002-07-15 [martin]     0.7.8claws70
11263
11264         * src/summaryview.c
11265                 option "display recipient on 'From'..." now works
11266                 without the need of enabling the option
11267                 "display  sender  using  address  book".
11268
11269 2002-07-15 [christoph]  0.7.8claws69
11270
11271         * src/summaryview.c
11272                 removed setting folder status from summaryview.
11273                 folder.c should update all message counts correctly.
11274
11275 2002-07-15 [paul]       0.7.8claws68
11276
11277         * po/pt_BR.po
11278                 updated by Fabio Junior Beneditto
11279
11280 2002-07-15 [darko]      0.7.8claws67
11281
11282         * src/mh.c
11283                 Fixed target folder colorization, don't decrease op
11284                 number twice
11285
11286 2002-07-14 [paul]       0.7.8claws66
11287
11288         * sync with main 0.8.0
11289                 see ChangeLog 2002-07-14
11290
11291 2002-07-13 [melvin]     0.7.8claws65
11292         
11293         * src/addrbook.c
11294         * src/addressbook.c
11295         * src/addrindex.c
11296                 Replaced sprintf by g_snprintf to prevent possible buffer
11297                 overflow.
11298         * src/news.c
11299                 Corrected a log message output format.
11300                 Added a missing "done" debug output.
11301         * src/compose.c
11302                 Added keyboard accelerator for Priority menu items
11303                 Added missing \n in debug output
11304         * src/logwindow.c
11305         * src/gtkspell.c
11306         * src/rfc2015.c
11307                 Added missing \n in debug output
11308
11309 2002-07-13 [paul]       0.7.8claws64
11310
11311         * man/sylpheed.1
11312                 change Sergey's email address to the sf address
11313
11314         * src/textview.c
11315                 increase show_url_timeout (more useful for long
11316                 urls)
11317
11318 2002-07-12 [sergey]     0.7.8claws63
11319
11320         * src/rfc2015.c
11321                 applied (with some modifications) patch to set the
11322                 micalg parameter for signatures
11323                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11324
11325 2002-07-12 [sergey]     0.7.8claws62
11326
11327         * man/Makefile.am
11328         * configure.in
11329                 fixed man page installation
11330
11331 2002-07-12 [paul]       0.7.8claws61
11332
11333         * sync with 0.7.8cvs26
11334                 see ChangeLog 2002-07-11 and 2002-07-12
11335
11336 2002-07-11 [christoph]  0.7.8claws60
11337
11338         * src/compose.c
11339         * src/procmsg.c
11340                 first use the message number to find the message
11341                 to mark with a reply flag but check the
11342                 message-id if we got the correct message, if not
11343                 try to find it by message-id.
11344                 use new string seperator that is not allowed
11345                 in message-ids.
11346
11347 2002-07-11 [paul]       0.7.8claws59
11348
11349         * sync with 0.7.8cvs23
11350                 see ChangeLog 2002-07-10
11351
11352 2002-07-10 [christoph]  0.7.8claws58
11353
11354         * src/folder.[ch]
11355         * src/msgcache.[ch]
11356                 Added message-id table to the cache in memory
11357                 and functions to msgcache.c and folder.c to
11358                 fetch MsgInfos by message id
11359         * src/compose.c
11360         * src/procmsg.c
11361                 store folder and message-id of message replying
11362                 to in queue header and set reply flag after sending
11363                 (Closes bug #469498)
11364
11365 2002-07-10 [paul]       0.7.8claws57
11366
11367         * AUTHORS
11368           man/sylpheed.1.gz
11369                 add Martin to the list of authors
11370
11371 2002-07-09 [martin]     0.7.8claws56
11372         * src/gtksctree.c
11373                 Added gtk_ctree_last_visible(), tree_update_level(),
11374                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11375                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11376                 from gtk+ to gtksctree.c for the new sorting code
11377                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11378                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11379         * src/gtksctree.h
11380                 Added declaration for gtk_sctree_sort_recursive() and
11381                 gtk_sctree_sort_node
11382         * src/addressbook.c
11383         * src/foldersel.c
11384         * src/folderview.c
11385         * src/summaryview.c
11386                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11387                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11388
11389 2002-07-08 [paul]       0.7.8claws55
11390
11391         * more sync with 0.7.8cvs21
11392                 see ChangeLog 2002-07-08
11393
11394 2002-07-08 [paul]       0.7.8claws54
11395
11396         * sync with 0.7.8cvs21
11397                 see ChangeLog 2002-07-08
11398
11399 2002-07-07 [alfons]     0.7.8claws53
11400
11401         * src/Makefile.am
11402         * src/stock_pixmap.[ch]
11403         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11404         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11405         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11406                 add new pixmaps for upcoming notice pane
11407
11408 2002-07-06 [melvin]     0.7.8claws52
11409
11410         * src/gtkspell.[ch]
11411                 Made them a bit closer to Sylpheed's coding style.
11412                 Removed old code.
11413                 Removed possible memory leaks when some errors occurs.
11414
11415 2002-07-06 [melvin]     0.7.8claws51
11416
11417         * po/Makefile.in.in
11418                 Removed --no-location in xgettext command line to help
11419                 translators that use Emacs' po-mode
11420         * src/quote_fmt.c
11421                 Removed unnecessary comments that messed up sylpheed.pot
11422
11423 2002-07-06 [paul]       0.7.8claws50
11424
11425         * sync with 0.7.8cvs19
11426                 see ChangeLog 2002-07-05
11427
11428 2002-07-06 [christoph]  0.7.8claws49
11429
11430         * src/folder.c
11431         * src/mainwindow.c
11432                 fix folder_item_remove_all_msg and folderview
11433                 status for trash folders after emptying trash
11434
11435 2002-07-05 [paul]       0.7.8claws48
11436
11437         * sync with 0.7.8cvs16
11438                 see ChangeLog 2002-07-04 and 2002-07-05
11439
11440 2002-07-04 [paul]       0.7.8claws47
11441
11442         * sync with 0.7.8cvs14
11443                 see  ChangeLog 2002-07-04
11444
11445 2002-07-03 [alfons]     0.7.8claws46
11446
11447         * src/folder.c
11448                 dupe folder item's path because it's being reallocated
11449                 by new folder scanning code
11450
11451 2002-07-03 [christoph]  0.7.8claws45
11452
11453         * src/imap.c
11454                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11455         * src/msgcache.c
11456                 add missing return in msgcache_write
11457
11458 2002-07-02 [thorsten]   0.7.8claws44
11459
11460         * src/jpilot.c
11461         * src/msgcache.c
11462         * src/rfc2015.c
11463                 use binary mode for file access
11464
11465 2002-07-02 [christoph]  0.7.8claws43
11466
11467         * major code cleanup (part 1)
11468         
11469                 - unused variables removed
11470                 - unused functions removed
11471                 - uninitialized variables checked
11472                 - missing return statements added
11473                 - missing function return types added
11474                 - added parentheses around assignment and
11475                   && in || when suggested by gcc
11476               
11477         * src/mh.c
11478         * src/folder.c
11479                 replaced direct calls to folder->scan_tree
11480                 with folder_scan_tree and restore folder
11481                 prefs in this function. The folder should
11482                 not have to deal with them.
11483                 ( Should now work for all folder types )
11484
11485 2002-07-02 [paul]       0.7.8claws42
11486
11487         * sync with 0.7.8cvs13
11488                 see ChangeLog 2002-07-01 and 2002-07-02
11489
11490 2002-07-01 [christoph]  0.7.8claws41
11491
11492         * src/summaryview.c
11493                 fix "goto next/prev unread message" with
11494                 ignored threads
11495
11496 2002-07-01 [paul]       0.7.8claws40
11497
11498         * po/es.po
11499                 updated by Ricardo Mones Lastra
11500
11501 2002-06-30 [match]      0.7.8claws39
11502
11503         * src/jpilot.c
11504                 applied variation of leonerd's patch (566661) to
11505                 allow multiple email addresses per JPilot entry.
11506                 addresses may be separated by space, comma, pipe,
11507                 semi-colon, new-line.
11508
11509 2002-06-30 [alfons]     0.7.8claws38
11510
11511         * src/procmsg.c
11512                 simple fix for putting older nodes before
11513                 newer nodes when threading by subject
11514
11515 2002-06-30 [christoph]  0.7.8claws37
11516
11517         * src/folder.c
11518         * src/folderview.c
11519         * src/mh.c
11520         * src/news.c
11521         * src/procmsg.c
11522                 fix broken folder tree rescaning
11523                 and don't use procmsg_get_mark_sum
11524                 anymore
11525
11526 2002-06-30 [christoph]  0.7.8claws36
11527
11528         * merge new cache branch
11529         * src/imap.c
11530                 fix new cache imap copy bug
11531         * src/folder.c
11532                 improved folder_item_scan
11533                 it should now always set the correct
11534                 new, unread and total message counts
11535
11536 2002-06-29 [paul]       0.7.8claws35
11537
11538         * configure.in
11539                 correct syntax error
11540
11541 2002-06-29 [paul]       0.7.8claws34
11542
11543         * configure.in
11544           Makefile.am
11545           man/Makefile.am       ** NEW FILE **
11546           man/sylpheed.1.gz     ** NEW FILE **
11547                 add Sylpheed man page
11548
11549 2002-06-29 [paul]       0.7.8claws33
11550
11551         * po/pt_BR.po
11552                 updated by Fabio Junior Beneditto
11553
11554 2002-06-28 [jens]       0.7.8claws32
11555
11556         * po/de.po
11557                 translation updated
11558
11559         * src/selective_download.c
11560                 removed gettext for space " "
11561
11562         * src/imap.c
11563                 removed wrong space
11564
11565 2002-06-28 [paul]       0.7.8claws31
11566
11567         * sync with 0.7.8cvs11
11568                 see ChangeLog 2002-06-28
11569
11570 2002-06-28 [paul]       0.7.8claws30
11571
11572         * sync with 0.7.8cvs10
11573                 see ChangeLog 2002-06-27 and 2002-06-28
11574
11575 2002-06-26 [paul]       0.7.8claws29
11576
11577         * src/addrgather.c
11578           src/selective_download.c
11579                 don't gettextise empty strings.
11580                 reserved by gettext. gettext("") returns 
11581                 the header entry with meta information, 
11582                 not the empty string
11583
11584         * po/en_GB.po
11585                 updated
11586
11587 2002-06-26 [paul]       0.7.8claws28
11588
11589         * sync with 0.7.8cvs7
11590                 see ChangeLog 2002-06-25
11591
11592         * src/prefs_common.c
11593                 ...and in the process, tweak the gui a little
11594
11595 2002-06-25 [alfons]     0.7.8claws27
11596         
11597         * configure.in
11598         * src/Makefile.am
11599                 fine tune ldap library detection
11600
11601 2002-06-25 [alfons]     0.7.8claws26
11602
11603         * src/compose.c
11604                 don't allow return receipts when composing a news article
11605
11606 2002-06-25 [paul]       0.7.8claws25
11607
11608         * Makefile.am
11609                 add '$(AMTAR)' to 'release' section to allow for
11610                 new and older autotools
11611
11612 2002-06-25 [paul]       0.7.8claws24
11613
11614         * src/summaryview.c
11615                 fix "No more unread messages" persistant pop-up
11616                 window bug
11617
11618 2002-06-25 [paul]       0.7.8claws23
11619
11620         * po/it.po
11621                 updated by Alessandro Maestri
11622
11623 2002-06-25 [paul]       0.7.8claws22
11624
11625         * sync with 0.7.8cvs6
11626                 see ChangeLog 2002-06-25
11627
11628 2002-06-24 [paul]       0.7.8claws21
11629
11630         * tools/update-po
11631                 add GPL copyright information
11632
11633 2002-06-24 [paul]       0.7.8claws20
11634
11635         * tools/Makefile.am
11636           tools/README
11637           tools/update-po       ** NEW FILE **
11638                 add script that eases the creation of *.po files
11639                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11640
11641 2002-06-23 [alfons]     0.7.8claws19
11642
11643         * src/messageview.c
11644                 make notification_convert_header obey const correctness
11645                 (next step will be fixing the broken return receipt)
11646
11647 2002-06-23 [paul]       0.7.8claws18
11648
11649         * src/messageview.c
11650                 fix bug introduced in last commit:
11651                 removed too much code in last commit - put back what's
11652                 needed
11653
11654 2002-06-23 [paul]       0.7.8claws17
11655
11656         * src/messageview.[ch]
11657                 remove code committed in error from locally patched
11658                 source
11659
11660 2002-06-23 [colin]      0.7.8claws16
11661
11662         * src/compose.[ch]
11663                 add compose_entry_select(), used to select the default_to
11664                 email address - hopefully avoiding people sending mails to
11665                 wrong recipients.
11666
11667 2002-06-22 [alfons]     0.7.8claws15
11668
11669         * AUTHORS
11670                 add Bram Metsch & Stanislav Karchebny
11671         * src/smtp.[ch]
11672         * src/prefs_account.[ch]
11673         * src/send.c
11674                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11675                   options.  (see <http://sourceforge.net/tracker/index.php
11676                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11677
11678                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11679                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11680
11681 2002-06-22 [paul]       0.7.8claws14
11682
11683         * sync with 0.7.8cvs5
11684                 see ChangeLog 2002-06-19 and 2002-06-20
11685
11686 2002-06-22 [alfons]     0.7.8claws13
11687
11688         * src/selective_download.c
11689                 fix a stupid mistake I made
11690
11691 2002-06-22 [alfons]     0.7.8claws12
11692
11693         * src/selective_download.[ch]
11694                 fix another unnoticed leak; cleanup code
11695
11696 2002-06-21 [alfons]
11697
11698         * tools/Makefile.am
11699                 gpg-sign <-- gpg-sign-syl
11700
11701 2002-06-21 [alfons]     0.7.8claws11
11702
11703         * src/selective_download.c
11704         * src/selective_download.h
11705                 fix assorted mix of allocation errors (should solve
11706                 problem reported by Philippe Gramoullé, see:
11707                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11708
11709 2002-06-20 [melvin]     0.7.8claws10
11710
11711         * tools/gpg-sign *REMOVED*
11712           tools/gpg-sign-syl *ADDED*
11713                 Replaced the gpg clearsigning script with the version using
11714                 xterm instead of ssh-askpass and changed its name.
11715
11716         * README.claws
11717                 Updated actions example to reflect the renaming of the
11718                 gpg clearsigning script.
11719
11720 2002-06-19 [paul]       0.7.8claws9
11721
11722         * sync with 0.7.8claws9
11723                 see ChangeLog 2002-06-18 and 2002-06-19
11724
11725 2002-06-19 [paul]       0.7.8claws8
11726
11727         * sync with 0.7.8cvs1
11728                 see ChangeLog 2002-06-18
11729
11730 2002-06-18 [alfons]     0.7.8claws7
11731
11732         * src/mainwindow.h
11733                 add omitted prototype
11734
11735 2002-06-17 [paul]       0.7.8claws6
11736
11737         * src/mainwindow.c
11738                 fix hiding of exec_btn
11739
11740 2002-06-17 [paul]       0.7.8claws5
11741
11742         * src/pop.c
11743                 remove unneeded code: should_delete() 
11744                 and Pop3State::uidl_todelete_list
11745
11746 2002-06-17 [paul]       0.7.8claws4
11747
11748         * sync with 0.7.8
11749                 see ChangeLog 2002-06-11 and 2002-06-13
11750
11751 2002-06-16 [alfons]     0.7.8claws3
11752         
11753         * src/folder.c
11754                 make sure lock sort mode (claws specific) is
11755                 also persists after a tree rescan
11756
11757 2002-06-16 [alfons]     0.7.8claws2
11758
11759         * src/prefs_folder_item.c
11760         * src/folder.[ch]
11761                 fix persistence of folder sort mode (broken
11762                 by adapting Hiro's new folder persistence code)
11763
11764 2002-06-16 [alfons]     0.7.8claws1
11765
11766         * AUTHORS
11767         * src/logwindow.c
11768         * src/prefscommon.[ch]
11769                 control size of log text in log window; 
11770                 closes patch #569155 submitted by Mitko Haralanov.
11771
11772 2002-06-15 [paul]       0.7.8claws
11773
11774         * release of 0.7.8claws
11775
11776 2002-06-15 [paul]       0.7.7claws
11777
11778         * po/pt_BR.po
11779                 updated by Fabio Junior Beneditto
11780
11781 2002-06-14 [paul]       0.7.6claws49
11782
11783         * po/es.po
11784                 updated by Ricardo Mones Lastra
11785
11786 2002-06-14 [paul]       0.7.6claws48
11787
11788         * po/nl.po
11789                 updated translation by Wilbert Berendsen
11790
11791 2002-06-14 [melvin]     0.7.6claws47
11792
11793         * po/fr.po
11794                 Updated French translation
11795
11796 2002-06-13 [paul]       0.7.6claws46
11797
11798         * src/filesel.c
11799                 allow filename to be typed in, rather than just
11800                 selected by the mouse. Patch by Gustavo Noronha Silva.
11801
11802 2002-06-13 [alfons]     0.7.6claws45
11803
11804         * src/mainwindow.[ch]
11805                 more cleanups (removing unnecessary menu items Expand 
11806                 summary / message view)
11807
11808 2002-06-13 [melvin]     0.7.6claws44
11809
11810         * po/POTFILES.in
11811                 Added src/string_match.c
11812         * src/string_match.c
11813                 Fixed possible buffer overflow.
11814                 Corrected typo.
11815                 Added missing config.h header.
11816         * src/prefs_common.c
11817           src/prefs_matcher.c
11818           src/prefs_scoring.c
11819                 Made some strings translatable (missing _(..)).
11820
11821 2002-06-13 [melvin]     0.7.6claws43
11822
11823         * README.claws
11824                 Corrected action example (verifying clearsigned mail).
11825         * src/prefs_account.c
11826                 Corrected typo.
11827         * src/prefs_common.c
11828                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11829
11830 2002-06-12 [alfons]     0.7.6claws42
11831
11832         * src/summaryview.c
11833                 add init of score column lost in 0.7.6claws42
11834
11835 2002-06-12 [paul]       0.7.6claws41
11836
11837         * src/prefs_account.c
11838                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11839                 behavior of the radio buttons, (from 0.7.7cvs2)
11840
11841 2002-06-11 [alfons]     0.7.6claws40
11842
11843         * src/messageview.[ch]
11844         * src/summaryview.[ch]
11845         * src/summary_search.c
11846         * src/mainwindow.c
11847                 perform a sync to bring in Hiro's separate view implementation 
11848
11849                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11850
11851 2002-06-11 [paul]       0.7.6claws39
11852         
11853         * src/prefs_account.c
11854                 correct a typo on the Receive tab
11855
11856 2002-06-10 [match]      0.7.6claws38
11857
11858         * src/addressbook.c
11859                 Included address completion patch from Gustavo Noronha.
11860
11861 2002-06-10 [paul]       0.7.6claws37
11862
11863         * src/inc.[ch]
11864           src/pop.c
11865           src/prefs_account.[ch]
11866           src/selective_download.[ch]
11867                 apply PATCH #561712
11868                  NEW:
11869                 - check if POP Account
11870                 - Receive Button renamed to Preview
11871                 - Preview Button Popup: preview new/all messages
11872                 - Download Button
11873                 - Account Preferences-->Receive tab checkbutton if you
11874                   want to remove Mail after Download
11875                 -: default YES
11876                 - Account Preferences-->Receive tab checkbutton use
11877                   filtering rules on preview
11878                   (think of delete_on_server)
11879                 -: default YES
11880                 - Account selectable from SD dialog
11881                 - checkbutton to show already downloaded messages if
11882                   all messages are previewed
11883                 - new clist column showing Date
11884                 - ESC KEY close
11885                 FIXES:
11886                 - play ball with UIDL
11887                 - fault tolerant (?) 
11888                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11889
11890 2002-06-10 [melvin]     0.7.6claws36
11891
11892         * README.claws
11893                 Added a hint to ac/README in cvs instructions.
11894
11895         * src/prefs_actions.c
11896                 Made it possible to use a more elaborate command line
11897                 for asynchronous actions, too.
11898
11899 2002-06-10 [melvin]     0.7.6claws35
11900         
11901         * src/prefs_actions.c
11902                 Make it possible to use a more elaborate command line
11903                 (e.g. |foo|bar|cat>there;echo Done|)
11904                 Corrected error message when calling %f, %F and %p commands
11905                 from the compose window.
11906
11907 2002-06-09 [colin]      0.7.6claws34
11908
11909         * src/summaryview.c
11910                 Automatically find unread messages in current folder
11911                 before annoying the user.
11912
11913 2002-06-08 [alfons]     0.7.6claws33
11914
11915         * po/it.po
11916                 remove bad formatting string in it.po translation
11917                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11918
11919 2002-06-08 [paul]       0.7.6claws32
11920
11921         * sync with 0.7.6cvs25
11922                 see ChangeLog 2002-06-07
11923
11924 2002-06-05 [paul]       0.7.6claws31
11925
11926         * src/mainwindow.c
11927                 add 'Sort by locked' and 'Sort by score'
11928
11929 2002-06-05 [paul]       0.7.6claws30
11930
11931         * sync with 0.7.6cvs24
11932                 see ChangeLog 2002-06-04
11933
11934 2002-06-04 [paul]       0.7.6claws29
11935
11936         * po/pt_BR.po
11937                 updated by Fabio Junior Beneditto
11938
11939 2002-06-03 [thorsten]   0.7.6claws28
11940
11941         * src/matcher.c
11942                 fclose() matcherrc after reading
11943
11944 2002-06-03 [paul]       0.7.6claws27
11945
11946         * sync with 0.7.6cvs21
11947                 see ChangeLog 2002-05-31
11948
11949 2002-05-31 [paul]       0.7.6claws26
11950
11951         * sync with 0.7.6cvs20
11952                 see ChangeLog 2002-05-29 and 2002-05-30
11953
11954 2002-05-31 [paul]       0.7.6claws25
11955
11956         * src/imap.c
11957                 hopefully fix last buggy sync
11958
11959         * README.claws
11960                 correct typo in 'Actions' examples
11961
11962 2002-05-29 [paul]       0.7.6claws24
11963
11964         * sync with 0.7.6cvs18
11965                 see ChangeLog 2002-05-28 and 2002-05-29
11966
11967         * src/news.c
11968           src/nntp.[ch]
11969                 sync with above 
11970
11971 2002-05-28 [paul]       0.7.6claws23
11972
11973         * sync with 0.7.6cvs16
11974                 see ChangeLog 2002-05-28
11975
11976 2002-05-27 [thorsten]   0.7.6claws22 
11977
11978         * faq/it/sylpheed-faq-1.html
11979           faq/it/sylpheed-faq-2.html
11980           faq/it/sylpheed-faq-3.html
11981           faq/it/sylpheed-faq.html
11982                 corrected DOS lineendings
11983         * faq/de/sylpheed-faq-1.html
11984           faq/de/sylpheed-faq-2.html
11985           faq/en/sylpheed-faq-1.html
11986           faq/en/sylpheed-faq-2.html
11987           faq/en/sylpheed-faq-3.html
11988           faq/es/sylpheed-faq-1.html
11989           faq/es/sylpheed-faq-2.html
11990           faq/es/sylpheed-faq-3.html
11991           faq/fr/sylpheed-faq-1.html
11992           faq/it/sylpheed-faq-1.html
11993           faq/it/sylpheed-faq-2.html
11994           faq/it/sylpheed-faq-3.html
11995           faq/it/sylpheed-faq.html
11996                 changed ">" to &quot;
11997
11998 2002-05-27 [paul]       0.7.6claws21
11999         
12000         * sync with 0.7.6cvs15
12001                 see ChangeLog 2002-05-27
12002
12003 2002-05-27 [paul]       0.7.6claws20
12004
12005         * src/prefs_account.c
12006                 correct a typo
12007
12008 2002-05-26 [paul]       0.7.6claws19
12009
12010         * tools/README
12011                 correct a typo
12012
12013 2002-05-25 [paul]       0.7.6claws18
12014
12015         * tools/README
12016                 add description of kmail2sylpheed.pl
12017
12018 2002-05-25 [paul]       0.7.6claws17
12019
12020         * tools/kmail2sylpheed.pl       ** NEW FILE **
12021                 perl script that converts an exported Kmail address
12022                 book, converts it to sylpheed addressbook file,
12023                 writes the file to .sylpheed, and updates
12024                 addrbook--index.xml 
12025
12026 2002-05-25 [paul]       0.7.6claws16
12027
12028         * sync with 0.7.6cvs14
12029                 see ChangeLog 2002-05-23
12030
12031 2002-05-24 [paul]       0.7.6claws15
12032
12033         * README.claws
12034                 make a correction and add some more info
12035
12036 2002-05-24 [paul]       0.7.6claws14
12037
12038         * src/compose.c
12039                 fix memory leak in 
12040                 compose_redirect_write_headers_from_headerlist()
12041                 add Subject and Resent-Message-ID to
12042                 compose_redirect_write_headers()
12043                 Received, Subject, and X-UIDL are filtered out in 
12044                 compose_redirect_write_to_file()
12045
12046 2002-05-23 [paul]       0.7.6claws13
12047
12048         * src/compose.[ch]
12049           src/filtering.c
12050           src/mainwindow.c
12051           src/matcher.[ch]
12052           src/matcher_parser_lex.l
12053           src/matcher_parser_parse.y
12054           src/prefs_common.[ch]
12055           src/prefs_filtering.c
12056           src/summaryview.c
12057                 rename 'Bounce' to 'Redirect'
12058
12059 2002-05-23 [paul]       0.7.6claws12
12060
12061         * more sync with 0.7.6cvs13
12062           src/compose.c
12063                 see ChangeLog 2002-05-22
12064
12065 2002-05-22 [paul]       0.7.6claws11
12066
12067         * sync with 0.7.6cvs13
12068           src/codeconv.c
12069                 see ChangeLog 2002-05-20
12070           src/prefs_common.c
12071                 see ChangeLog 2002-05-22
12072
12073 2002-05-21 [melvin]     0.7.6claws10
12074
12075         * src/folderview.c
12076                 Added missing filtering and scoring headers
12077                 Fixed bad function call that showed garbage 
12078                 in Folder->Processing
12079
12080 2002-05-21 [paul]       0.7.6claws9
12081
12082         * tools/Makefile.am
12083                 make all tools executable, (patch by Alfons).
12084
12085 2002-05-20 [alfons]     0.7.6claws8
12086
12087         * src/procheader.c
12088                 don't forget to call mktime() so we have a valid week 
12089                 and year day
12090                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12091
12092 2002-05-20 [paul]       0.7.6claws7
12093
12094         * src/html.c
12095                 fix broken parsing of urls
12096         * src/textview.c
12097                 fix displaying of urls
12098
12099                 both fixes from the patch [547855] by Eugene 
12100                 Brevdo (zonem)
12101
12102 2002-05-19 [alfons]     0.7.6claws6
12103
12104         * configure.in
12105                 make sylpheed configure correctly with the latest
12106                 and greatest of automake / autoconf / gettext
12107
12108 2002-05-19 [alfons]     0.7.6claws5
12109
12110         * src/procheader.c
12111         * src/procheader.h
12112                 add function for returning ime zone offset
12113         * src/quote_fmt.c
12114         * src/quote_fmt_parse.y
12115                 better quotation formatting - does not convert
12116                 to local time, but uses the original date string.
12117                 
12118                 Note: %z inserts the timezone offset (should 
12119                 work also on platforms where strftime does not
12120                 support %z).
12121
12122 2002-05-18 [christoph]  0.7.6claws4
12123
12124         * src/summaryview.c
12125                 fix indentation of some code
12126         * tools/Makefile.am
12127                 fix spaces after \
12128         * src/Makefile.am
12129                 add missing \
12130                 correct path for ignorethread.xpm
12131                 incorrect filename for sylpheed_logo.xpm
12132                 add missing include matcher_parser_parse.h
12133
12134 2002-05-18 [paul]       0.7.6claws3
12135
12136         * sync with 0.7.6cvs8
12137                 see ChangeLog 2002-05-16 and 2002-05-17
12138
12139 2002-05-18 [melvin]     0.7.6claws2
12140
12141         * README.claws
12142                 Corrected an action's definition and fixed some misspellings.
12143
12144 2002-05-18 [paul]       0.7.6claws1
12145
12146         * tools/Makefile.am
12147           tools/gpg-sign        ** new file **
12148           tools/uudec           ** new file **
12149                 add Melvin's Actions scripts
12150
12151         * README.claws
12152                 add Melvin's descriptions for Actions
12153
12154 2002-05-18 [paul]       0.7.6claws
12155
12156         * Version 0.7.6claws released
12157
12158 2002-05-17 [paul]       0.7.5claws32
12159
12160         * po/es.po
12161                 updated by Ricardo Mones Lastra
12162
12163 2002-05-17 [paul]       0.7.5claws31
12164
12165         * src/compose.c
12166                 fix Account prefs default folder for sent/draft/deleted
12167                 messages bug
12168
12169         * po/it.po
12170           po/nl.po
12171                 updated translation by Alessandro Maestri and
12172                 Wilbert Berendsen
12173
12174 2002-05-17 [melvin]     0.7.5claws30
12175
12176         * src/prefs_actions.c
12177                 Fixed bug where using %F not at the end of the command 
12178                 resulted in an additional empty argument being created.
12179                 Thanks to Darko Koruga for reporting the bug.
12180
12181 2002-05-17 [melvin]     0.7.5claws29
12182
12183         * po/fr.po
12184                 Updated French translations.
12185
12186 2002-05-15 [paul]       0.7.5claws28
12187         
12188         * po/es.po
12189                 updated by Ricardo Mones Lastra
12190
12191 2002-05-15 [paul]       0.7.5claws27
12192
12193         * sync with 0.7.6cvs4
12194                 see ChangeLog 2002-05-14 and 2002-05-15
12195
12196 2002-05-14 [paul]       0.7.5claws26
12197
12198         * sync with 0.7.6cvs1
12199                 see ChangeLog 2002-05-13
12200
12201 2002-05-13 [thorsten]   0.7.5claws25
12202
12203         * src/messageview.c
12204                 fix select_all and copy in multipart messages
12205         * src/mainwindow.c
12206                 fix select_all and copy in multipart messages
12207
12208 2002-05-12 [paul]       0.7.5claws24
12209
12210         * src/summaryview.c
12211                 reverse last commit, bug already fixed in 0.7.5claws3
12212
12213 2002-05-12 [netztorte]  0.7.5claws23
12214
12215         * src/summaryview.c
12216                 dont parse empty addressbook (checked in before claws20)
12217
12218 2002-05-12 [melvin]     0.7.5claws22
12219
12220         * src/procmsg.[ch]
12221                 Removed unneeded priority code introduced by the previous 
12222                 commit.
12223
12224 2002-05-12 [melvin]     0.7.5claws21
12225
12226         * src/compose.[ch]
12227                 Added possibility to set message's priority.
12228         * src/procmsg.[ch]
12229                 Added possibility to set message's priority.
12230                 Added missing headers
12231
12232 2002-05-12 [melvin]     0.7.5claws20
12233
12234         * src/prefs_actions.c
12235                 Removed implicitely added quotes around the name
12236                 of the temporary files of mime parts.
12237
12238 2002-05-12 [paul]       0.7.5claws19
12239
12240         * sync with 0.7.5cvs20
12241                 see ChangeLog 2002-05-11
12242
12243 2002-05-12 [alfons]     0.7.5claws18
12244
12245         * src/quote_fmt_lex.l
12246         * src/quote_fmt_parse.y
12247                 allow quote / reply date & time format to be set using
12248                 %D{format}. format is a format string you'd pass to
12249                 strftime() (see man strftime, or the Display tab |
12250                 Date format setting).
12251
12252                 Currently %D converts the date to local time. 
12253
12254 2002-05-11 [paul]       0.7.5claws17
12255
12256         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12257                 see ChangeLog 2002-05-10 and 2002-05-11
12258
12259 2002-05-10 [paul]       0.7.5claws16
12260
12261         * sync with 0.7.5cvs16
12262                 see ChangeLog entries 2002-05-09 and 
12263                 2002-05-10
12264
12265 2002-05-10 [colin]      0.7.5claws15
12266
12267         * src/textview.c
12268                 Corrected a bug that prevented sylpheed to open
12269                 double-clicked URIs.
12270
12271 2002-05-09 [paul]       0.7.5claws14
12272
12273         * sync with 0.7.5cvs14
12274                 see ChangeLog 2002-05-08 and 2002-05-09
12275
12276 2002-05-08 [paul]       0.7.5claws13
12277
12278         * sync with 0.7.5cvs11
12279                 see ChangeLog entry 2002-05-08
12280
12281 2002-05-08 [paul]       0.7.5claws12
12282
12283         * src/mainwindow.c
12284           src/textview.[ch]
12285                 fix segfault on View->Open in new window
12286                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12287
12288 2002-05-07 [paul]       0.7.5claws11
12289
12290         * sync with 0.7.5cvs9
12291                 see ChangeLog entry 2002-05-07
12292
12293 2002-05-06 [paul]       0.7.5claws10
12294
12295         * src/messageview.c
12296           src/textview.c
12297                 display url in statusbar on single-click
12298                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12299
12300 2002-05-06 [match]      0.7.5claws9
12301
12302         * src/addritem.[ch]
12303                 new functions.
12304         * src/addrcache.c
12305                 tidy up.
12306         * src/xmlprops.[ch]
12307                 XML implementation of properties file.
12308         * src/exporthtml.[ch]
12309         * src/expthtmldlg.[ch]
12310         * src/addressbook.c
12311                 export to HTML.
12312
12313 2002-05-02 [sergey]     0.7.5claws8
12314
12315         * src/mainwindow.c (mainwin_entries),
12316           src/prefs_common.c (prefs_send_create()),
12317           src/codeconv.c (locale_table):
12318                 use charset name "Windows-1251" instead of "CP1251".
12319
12320 2002-05-02 [colin]      0.7.5claws7
12321         
12322         * src/compose.c
12323           src/prefs_common.c
12324           src/prefs_folder_item.c
12325                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12326
12327 2002-05-02 [hiro]       0.7.5claws6
12328
12329         * src/imap.c
12330                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12331
12332 2002-05-02 [paul]       0.7.5claws5
12333
12334         * src/compose.c
12335                 more sync with 0.7.5cvs7, see ChangeLog entry
12336                 2002-05-02
12337
12338 2002-05-02 [hiro]       0.7.5claws4
12339
12340         * src/compose.c
12341                 compose_queue_sub():
12342                 check if queue folder exists (closes #550397).
12343                 removed directory creation since it should be handled
12344                 transparently.
12345         * src/imap.c
12346                 imap_add_msg(): return UID for appended message
12347                 (closes #548842).
12348
12349 2002-04-30 [paul]       0.7.5claws3
12350
12351         * src/summaryview.c
12352                 fix account_find_from_address() bug
12353
12354 2002-04-28 [colin]      0.7.5claws2
12355
12356         * src/compose.c
12357           src/textview.c
12358           src/prefs_common.[ch]
12359           src/utils.[ch]
12360                 Added user-definable quotation characters recognition.
12361
12362 2002-04-28 [paul]       0.7.5claws1
12363
12364         * sync with 0.7.5cvs4
12365                 see ChangeLog entry  2002-04-25
12366
12367 2002-04-28 [paul]       0.7.5claws
12368
12369         * po/es.po
12370           po/nl.po
12371           po/pt_BR.po
12372                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12373                 Fabio Junior Beneditto
12374
12375 2002-04-27 [jens]       0.7.4claws103
12376
12377         * po/de.po
12378                 updated German translation.
12379
12380 2002-04-27 [hiro]       0.7.4claws102
12381
12382         * src/summaryview.c
12383                 summary_write_cache(): fixed the mark loss of hidden messages.
12384
12385 2002-04-26 [melvin]     0.7.4claws101
12386
12387         * src/procmsg.c
12388                 fixed a second typo (same one)
12389         * po/fr.po
12390           po/it.po
12391           po/pt_BR.po
12392                 fixed the type again...
12393
12394 2002-04-26 [melvin]     0.7.4claws100
12395
12396         * src/procmsg.c
12397                 fixed a typo in an alert message ("temorary").
12398         * po/it.po
12399         * po/pt_BR.po
12400                 corrected the typo  described above.
12401         * po/fr.po
12402                 updated French translation.
12403
12404 2002-04-26 [darko]      0.7.4claws99
12405
12406         * src/summaryview.c
12407                 fix target folder colorization
12408
12409 2002-04-25 [paul]       0.7.4claws98
12410
12411         * po/it.po
12412                 updated by Alessandro Maestri
12413
12414 2002-04-24 [colin]      0.7.4claws97
12415         
12416         * src/compose.c
12417                 Fixed double "subject is empty" question.
12418
12419 2002-04-23 [colin]      0.7.4claws96
12420         
12421         * src/mimeview.c
12422                 Corrected issue when "automatically display images" was
12423                 not set : first image remained after selecting second.
12424
12425 2002-04-23 [melvin]     0.7.4claws95
12426
12427         * src/prefs_actions.c
12428                 Don't display in/out dialog if there is nothing to show.
12429
12430 2002-04-23 [paul]       0.7.4claws94
12431
12432         * sync with 0.7.5cvs3
12433                 bug fixes: see ChangeLog entry 2002-04-23
12434
12435 2002-04-22 [darko]      0.7.4claws93
12436
12437         * src/compose.c
12438                 fix previous check-in which changed code after
12439                 merge from main
12440
12441 2002-04-22 [paul]       0.7.4claws92
12442
12443         * faq/de/*
12444                 add German FAQ
12445         * faq/en/*
12446           faq/es/*
12447           faq/fr/*
12448                 update English, Spanish and French FAQs
12449         * manual/de/*
12450           manual/es/*
12451                 add German and Spanish manuals
12452         * manual/en/*
12453           manual/fr/*
12454                 update English and French manuals
12455
12456         * src/Makefile.am
12457                 add to and re-arrange the pixmap entries
12458
12459 2002-04-22 [darko]      0.7.4claws91
12460
12461         * src/compose.c
12462                 fix sender initials recognition to only allow
12463                 '>' after the initials
12464
12465 2002-04-21 [paul]       0.7.4claws90
12466
12467         * sync with 0.7.5 release
12468                 see ChangeLog entry 2002-04-21
12469
12470 2002-04-21 [alfons]
12471
12472         * src/Makefile.am
12473                 add colin's new pixmaps to EXTRA_DIST
12474
12475 2002-04-21 [colin]      0.7.4claws89
12476         * src/compose.c
12477         * src/inc.c
12478         * src/mainwindow.[ch]
12479         * src/prefs_common.[ch]
12480         * src/stock_pixmap.[ch]
12481                 Added "Work offline" ability.
12482
12483 2002-04-21 [colin]      0.7.4claws88
12484         
12485         * src/mimeview.c
12486         * src/prefs_common.c
12487         * src/prefs_common.h
12488         * src/textview.c : Added an option to common preferences -> display
12489           to allow user not to automatically display images.
12490
12491 2002-04-21 [paul]       0.7.4claws87
12492
12493         * sync with 0.7.4cvs52
12494                 see ChangeLog entry 2002-04-21 (src/imap.c)
12495
12496 2002-04-21 [paul]       0.7.4claws86
12497
12498         * sync with 0.7.4cvs51
12499                 see ChangeLog entry 2002-04-21
12500
12501 2002-04-21 [paul]       0.7.4claws85
12502
12503         * sync with 0.7.4cvs49
12504                 see ChangeLog entries 2002-04-20 and 2002-04-21
12505
12506         * src/Makefile.am
12507                 clean up: remove old 'stock_' element from xpm 
12508                 filenames.
12509
12510 2002-04-21 [alfons]     0.7.4claws84
12511
12512         apply sync patch from Paul
12513
12514         * src/folderview.c
12515                 use old claws prefs_folder_item_create() for now
12516
12517 2002-04-19 [match]      0.7.4claws83
12518
12519         * src/addressbook.[ch]
12520         * src/addrharvest.[ch]
12521         * src/addrgather.[ch]
12522                 recurse folders.
12523         * src/mainwindow.c
12524         * src/summaryview.[ch]
12525                 change menu option.
12526
12527 2002-04-19 [paul]       0.7.4claws82
12528
12529         * po/pt_BR.po
12530                 updated by Fabio Junior Beneditto
12531
12532 2002-04-14 [alfons]     0.7.4claws81
12533
12534         * src/passphrase.c
12535                 add #include <sys/types.h> for mode_t and off_t 
12536
12537 2002-04-13 [paul]       0.7.4claws80
12538         
12539         * src/main.c
12540           src/passphrase.[ch]
12541           src/pgptext.c
12542           src/prefs_common.[ch]
12543           src/rfc2015.c
12544                 enable storing of GnuPG passphrase for the whole 
12545                 session or a user-defined number of minutes. patch 
12546                 submitted by Ravemax <ravemax@dextrose.com>
12547
12548 2002-04-13 [alfons]     0.7.4claws79
12549
12550         * src/textview.c
12551                 make email parser also stop scanning when encountering separators
12552                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12553
12554 2002-04-13 [paul]       0.7.4claws78
12555
12556         * sync with 0.7.4cvs39
12557                 see ChangeLog entry 2002-04-12
12558
12559 2002-04-11 [paul]       0.7.4claws77
12560
12561         * sync with 0.7.4cvs37
12562                 see ChangeLog entry 2002-04-11
12563
12564 2002-04-11 [paul]       0.7.4claws76
12565
12566         * COPYING 
12567                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12568                 the clause for OpenSSL). sync with sylpheed main
12569
12570 2002-04-09 [melvin]     0.7.4claws75
12571
12572         * src/compose.c
12573                 Made 'Ctrl-Enter' on send ignore some modifiers 
12574                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12575                 to bind other *-Enter (but not Alt-Enter).
12576
12577 2002-04-09 [paul]       0.7.4claws74
12578
12579         * sync with 0.7.4cvs35
12580                 see ChangeLog entries 2002-04-09
12581
12582 2002-04-08 [paul]       0.7.4claws73
12583
12584         * sync with 0.7.4cvs33
12585                 see ChangeLog entry 200-04-08
12586
12587 2002-04-07 [match]      0.7.4claws72
12588
12589         * src/addrharvest.[ch]
12590                 fixed to read all addresses in header, regardless
12591                 of header size. improved name parsing. accommodate
12592                 harvest from folders and selected message.
12593         * src/addritem.[ch]
12594                 included new address parsing function.
12595         * src/addrgather.[ch]
12596         * src/addressbook.[ch]
12597         * src/summaryview.[ch]
12598         * src/mainwindow.c
12599                 allow address harvest of folder as well as selected
12600                 messages.
12601
12602 2002-04-07 [paul]       0.7.4claws71
12603
12604         * src/esmtp.[ch]
12605           src/smtp.c
12606                 don't try to authenticate with CRAM-MD5 in SMTP when 
12607                 SMTP-AUTH enabled if MTA doesn't issue this 
12608                 auth-method in it's ehlo-response. bug item #531364,
12609                 patch item #938910. patch submitted by Colin Leroy 
12610                 <colin@colino.net>
12611
12612 2002-04-07 [paul]       0.7.4claws70
12613
12614         * src/nntp.c
12615                 fix missing MODE_READER bug. patch submitted by
12616                 Colin Leroy <colin@colino.net>
12617
12618 2002-04-07 [alfons]     0.7.4claws69
12619
12620         * src/matcher.[ch]
12621         * src/prefs_filtering.c
12622         * src/summaryview.c
12623                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12624                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12625
12626 2002-04-07 [paul]       0.7.4claws68
12627
12628         * sync with 0.7.4cvs32
12629                 see ChangeLog entry 2002-04-06
12630
12631         * tools/filter_conv.pl
12632                 more bug fixes
12633
12634 2002-04-06 [paul]       0.7.4claws67
12635
12636         * tools/filter_conv.pl
12637                 modify to be able to find the name of the first
12638                 mailbox and use that. main's filter does not
12639                 record the full path to the mailbox and therefore
12640                 can only filter to the first mailbox.
12641
12642 2002-04-05 [paul]       0.7.4claws66
12643
12644         * tools/filter_conv.pl
12645                 attempt to make the script all-encompassing and
12646                 be able to convert any main 'filter' rule thrown
12647                 at it
12648
12649 2002-04-05 [paul]       0.7.4claws65
12650
12651         * tools/filter_conv.pl
12652                 allow for collapsed folder trees
12653
12654 2002-04-05 [paul]       0.7.4claws64
12655
12656         * sync with 0.7.4cvs31
12657                 see ChangeLog entries 2002-04-05
12658
12659 2002-04-03 [paul]       0.7.4claws63
12660
12661         * sync with 0.7.4cvs29
12662                 see ChangeLog entries 2002-04-02 and 2002-04-03
12663
12664 2002-04-02 [paul]       0.7.4claws62
12665
12666         * sync with 0.7.4cvs26
12667                 see ChangeLog entry 2002-04-01
12668
12669 2002-04-02 [match]      0.7.4claws61
12670
12671         * src/pine.[ch]
12672         * src/importpine.[ch]
12673         * src/addressbook.c
12674                 import Pine address book.
12675
12676 2002-04-02 [match]      0.7.4claws60
12677
12678         * src/addrharvest.[ch]
12679                 improve address parsing of funky addresses.
12680
12681 2002-04-02 [darko]      0.7.4claws59
12682
12683         * src/compose.c
12684                 wrap on send improvements, it now recognizes quoted
12685                 initials as part of the quotation string, and it
12686                 does not join lines separated by CR
12687
12688 2002-04-01 [match]      0.7.4claws58
12689
12690         * src/mgutils.[ch]
12691                 added new functions.
12692         * src/mutt.[ch]
12693                 remove excessive duplicate address generation
12694                 on import.
12695
12696 2002-04-01 [alfons]     0.7.4claws57
12697         
12698         * src/summaryview.c
12699                 put back g_free() 
12700
12701 2002-04-01 [paul]       0.7.4claws56
12702
12703         * sync with 0.7.4cvs25
12704                 see ChangeLog entry 2002-04-01
12705
12706 2002-04-01 [alfons]     0.7.4aprilfool55
12707
12708         * src/summaryview.c
12709                 honour feature request item #537427 to allow for
12710                 displaying names from address book for sent mail also
12711
12712 2002-03-29 [paul]       0.7.4claws54
12713
12714         * src/mainwindow.c
12715           src/prefs_filtering.[ch]
12716           src/prefs_matcher.c
12717           src/summaryview.c
12718                 add 'fast filter' for claws' filtering,
12719                 /Tools/Create filter rule/... patch submitted
12720                 by Neill Miller <neillm@thecodefactory.org>
12721
12722 2002-03-29 [paul]       0.7.4claws53
12723
12724         * sync with 0.7.4cvs24
12725                 see ChangeLog entry 2002-03-29
12726
12727 2002-03-28 [paul]       0.7.4claws52
12728
12729         * sync with 0.7.4cvs23
12730                 see ChangeLog entry 2002-03-28
12731
12732 2002-03-27 [melvin]     0.7.4claws51
12733
12734         * src/prefs_actions.c
12735                 Added support to pass only one message part (as a
12736                 file) to the command using '%p'. No quotes are needed
12737                 because doubles quotes are automatically added.
12738                 Fixed bug where Sylpheed could block when waiting for
12739                 a child process to finish.
12740                 Changed the help menu to remove quotes around symbols to 
12741                 avoid misinterpretation (they must not be used).
12742
12743 2002-03-27 [melvin]     0.7.4claws50
12744
12745         * src/inc.c
12746                 Made the new mail notification command always 
12747                 execute asynchronously.
12748
12749 2002-03-27 [paul]       0.7.4claws49
12750
12751         * src/compose.c
12752                 fix bug introduced in last commit
12753
12754 2002-03-27 [paul]       0.7.4claws48
12755
12756         * sync with 0.7.4cvs21
12757                 see ChangeLog 2002-03-26 and 2002-03-27
12758
12759 2002-03-26 [hoa]        0.7.4claws47
12760
12761         * src/prefs_folder_item.c
12762                 really fixed the bug #516442 with folder rescan.
12763
12764 2002-03-26 [paul]       0.7.4claws46
12765
12766         * sync with 0.7.4cvs19
12767                 see ChangeLog entries 2002-03-25 and 2002-03-26
12768
12769 2002-03-25 [hoa]        0.7.4claws45
12770
12771         * src/matcher.c
12772         * src/mh.c
12773                 fix the bug #516442 with folder rescan.
12774
12775         * src/prefs_common.[ch]
12776         * src/compose.c
12777                 added an option to enable two different behaviours
12778                 for bounce.
12779
12780
12781 2002-03-25 [paul]       0.7.4claws44
12782
12783         * src/mainwindow.c
12784           src/selective_download.c
12785                 correct a few menuitem labels
12786
12787 2002-03-25 [christoph]  0.7.4claws43
12788
12789         * src/procmsg.c
12790                 fix non deleted tmp message in
12791                 procmsg_save_to_outbox
12792                 fix problems caused by sync with
12793                 main branch's procmsg_send_queue
12794
12795 2002-03-25 [paul]       0.7.4claws42
12796
12797         * src/quote_fmt.c
12798           src/quote_fmt_lex.l
12799           src/quote_fmt_parse.y
12800                 add Last name (%L) placeholder for quoting. 
12801                 patch submitted by Thorsten Thielen 
12802                 <thth@users.sourceforge.net>
12803
12804 2002-03-25 [paul]       0.7.4claws41
12805
12806         * src/utils.c
12807                 get full hostname. patch submitted by
12808                 Bob Woodside <rwoodside1@comcast.net>
12809
12810 2002-03-25 [paul]       0.7.4claws40
12811
12812         * src/account.c
12813           src/news.c
12814           src/nntp.[ch]
12815           src/prefs_account.[ch]
12816                 enable NNTP over SSL. patch submitted by
12817                 Pascal Jermini <pascal@infinity.hn.org>
12818
12819 2002-03-24 [paul]       0.7.4claws39
12820
12821         * src/prefs_common.c
12822                 make the arrangement of the Compose tab more
12823                 coherent
12824
12825         * src/mainwindow.c
12826                 fix some irregularities of style
12827
12828         * po/de.po
12829                 updated by Kilian Krause
12830
12831 2002-03-23 [paul]       0.7.4claws38
12832
12833         * po/pt_BR.po
12834                 updated by Fabio Junior Beneditto
12835
12836 2002-03-23 [paul]       0.7.4claws37
12837
12838         * src/mainwindow.c
12839                 move 'Gather addresses' to 'Tools' menu
12840                 make 'Selective download' sensitive
12841
12842 2002-03-23 [paul]       0.7.4claws36
12843
12844         * sync with 0.7.4cvs16
12845                 see ChangeLog entries 2002-03-23
12846
12847 2002-03-22 [christoph]  0.7.4claws35
12848
12849         * src/quote_fmt_parse.y
12850                 fix include program output
12851
12852 2002-03-22 [alfons]     0.7.4claws34
12853
12854         * src/pop.c
12855                 initialize GDate stack variable correctly (sorry!)
12856
12857 2002-03-22 [paul]       0.7.4claws33
12858
12859         * src/compose.c
12860           src/mainwindow.c
12861           src/prefs_actions.c
12862           src/prefs_common.c
12863                 rename 'Tool' to 'Tools'
12864
12865         * src/mainwindow.c
12866                 move 'Delete duplicated messages' from
12867                 'Message/' to 'Tools/'
12868                 re-arrange the order of 'Tools/' items
12869
12870 2002-03-22 [paul]       0.7.4claws32
12871
12872         * src/addr_compl.c
12873           src/addressbook.[ch]
12874                 auto-address completion now also matches on
12875                 Nickname. patch submitted by Bob Forsman 
12876                 <hammor@users.sourceforge.net>
12877
12878         * src/editaddress.c
12879                 correct a spelling mistake
12880
12881 2002-03-22 [alfons]     0.7.4claws31
12882
12883         * src/pop.c
12884                 fix getting uidl from incorrect string 
12885                 (spotted by Colin)
12886
12887 2002-03-21 [alfons]     0.7.4claws30
12888
12889         * src/pop.c
12890                 more code refactoring
12891                 plug mem leak introduced by delete on server
12892
12893 2002-03-21 [paul]       0.7.4claws29
12894
12895         * sync with 0.7.4cvs11
12896                 see ChangeLog entries 2002-03-20
12897
12898 2002-03-20 [alfons]     0.7.4claws28
12899
12900         * src/inc.c
12901                 apply Colin's patch and refactor
12902
12903 2002-03-20 [paul]       0.7.4claws27
12904
12905         * sync with sylpheed 0.7.4cvs9
12906                 see ChangeLog entry 2002-03-20
12907
12908 2002-03-19 [christoph]  0.7.4claws26
12909
12910         * src/mh.c
12911         * src/procmsg.[ch]
12912         * src/summaryview.c
12913                 revert changes for flag updates
12914                 (does not work correctly and no time to debug)
12915
12916 2002-03-20 [alfons]     0.7.4claws25
12917
12918         * src/pop.c
12919                 refactor should_delete() a little bit 
12920
12921 2002-03-19 [paul]       0.7.4claws24
12922
12923         * src/inc.[ch]
12924           src/pop.c
12925           src/prefs_account.[ch]
12926                 allow the user to leave downloaded mail on the 
12927                 server for n days. Patch submitted by Colin Leroy 
12928                 <colin@colino.net>
12929
12930 2002-02-19 [paul]       0.7.4claws23
12931
12932         * sync with sylpheed 0.7.4cvs8
12933                 see ChangeLog entries 2002-03-19
12934
12935 2002-03-18 [paul]       0.7.4claws22
12936
12937         * sync with sylpheed 0.7.4cvs6
12938                 see ChangeLog entry 2002-03-18
12939
12940 2002-03-18 [paul]       0.7.4claws21
12941
12942         * po/en_GB.po
12943                 add en_GB message catalogue
12944
12945         * src/mbox_folder.c
12946           src/prefs_account.c
12947           src/prefs_actions.c
12948                 correct a few spelling mistakes
12949
12950 2002-03-17 [alfons]     0.7.4claws20
12951
12952         * src/matcher.c
12953                 more stringent checks for NULL params when writing
12954                 filtering actions to a file
12955                 
12956 2002-03-17 [hoa]        0.7.3claws20
12957
12958         * src/news.c
12959                 fixed the count of new messages
12960
12961         * src/compose.c
12962                 fixed the "attachment properties" window
12963
12964 2002-03-17 [paul]       0.7.4claws19
12965
12966         * src/defs.h
12967           src/folder.h
12968           src/news.c
12969           src/prefs_account.[ch]
12970           src/procmsg.[ch]
12971           src/summaryview.c
12972                 automatically mark cross-posted messages as read 
12973                 and (optionally) give them a colour label
12974                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12975                 
12976
12977 2002-03-17 [paul]       0.7.4claws18
12978
12979         * sync with sylpheed 0.7.4cvs5
12980                 see ChangeLog entry 2002-03-17
12981
12982 2002-03-17 [melvin]     0.7.4claws17
12983         
12984         * src/textview.c
12985                 Worked around a gtktext 'bug': when searching for 
12986                 a text in a long message it was scrolling slowly
12987                 line by line until it hit the searched text.
12988         * po/fr.po
12989                 Updated French translation
12990
12991 2002-03-17 [melvin]     0.7.4claws16
12992
12993         * src/mainwindow.c
12994         * src/compose.c
12995         * src/prefs_actions.c
12996                 Moved "Edit/Actions" to "Tool/Actions"
12997                 Made mainwindow/compose window sensitive as soon as
12998                 no child process is running anymore even if the io dialog
12999                 is open.
13000                 Fixed a struct being initialized with a non constant char*
13001
13002 2002-03-16 [christoph]  0.7.4claws15
13003
13004         * configure.in
13005                 add --with-compiler-flags option
13006                 (only for developer hacking)
13007         * src/mh.c
13008         * src/procmsg.[ch]
13009         * src/summaryview.c
13010                 try to make folder-stats and flag handling more
13011                 independent from the summaryview. msgcounts
13012                 are only set when the folder is opened and
13013                 procmsg_msginfo_(un)set_flags will handle it
13014                 later and summaryview will get the values
13015                 from the folder.
13016
13017 2002-03-16 [paul]       0.7.4claws14
13018
13019         * src/messageview.c
13020                 fix Return-receipt. Patch submitted by Bob
13021                 Woodside <rwoodside1@comcast.net>
13022
13023 2002-03-16 [paul]       0.7.4claws13
13024
13025         * src/compose.c
13026                 fix 'dynamic' signatures, make it work again
13027                 broken during sync on 2002-03-14 (0.7.4claws2)
13028
13029 2002-03-15 [match]      0.7.4claws12
13030
13031         * src/addrharvest.[ch]
13032         * src/addrgather.[ch]
13033         * src/addressbook.[ch]
13034         * src/mainwindow.c
13035                 included address harvester feature. still some
13036                 issues with address parsing that I will fix.
13037
13038 2002-03-15 [match]      0.7.4claws11
13039
13040         * src/addrbook.[ch]
13041         * src/addrcache.[ch]
13042         * src/addressbook.[ch]
13043         * src/addrindex.c
13044         * src/editbook.c
13045         * src/importldif.c
13046         * src/importmutt.c
13047         * src/jpilot.[ch]
13048         * src/main.c
13049         * src/syldap.[ch]
13050         * src/vcard.[ch]
13051                 tidy up. fix memory leaks. moved attribs and methods
13052                 from individual interfaces to addrcache object. prep
13053                 for new stuff to come in.
13054
13055 2002-03-15 [alfons]     0.7.4claws10
13056
13057         * src/matcher.[ch]
13058         * src/matcher_parser_parse.y
13059         * src/matcher_parser_lex.l
13060         * src/prefs_matcher.c
13061                 add filtering conditions message greater than, smaller 
13062                 than, and exactly matching a size in bytes
13063                 (does not work with delete from POP3 server yet)
13064
13065                 this should also give others an idea what you should
13066                 do to add new criterions to claws filtering system
13067                 
13068
13069 2002-03-15 [paul]       0.7.4claws9
13070
13071         * tools/filter_conv.pl
13072                 exit if there are no filter rules to convert
13073                 rename filterrc to filterrc.old after completion
13074
13075 2002-03-15 [paul]       0.7.4claws8
13076
13077         * sync with sylpheed 0.7.4cvs3
13078                 see ChangeLog entry 2002-03-14
13079
13080 2002-03-14 [paul]       0.7.4claws7
13081
13082         * src/compose.c
13083                 clean up the last commit (ahem)
13084
13085 2002-03-14 [paul]       0.7.4claws6
13086
13087         * src/compose.c
13088                 fix bug #515655. honour account preferences
13089                 regarding gpg default signing/encryption when 
13090                 changing account from the compose window.
13091
13092 2002-03-14 [paul]       0.7.4claws5
13093
13094         * src/folderview.c
13095                 remove unnecessary curly brackets
13096
13097 2002-03-14 [paul]       0.7.4claws4
13098
13099         * src/folderview.c
13100           src/prefs_filtering.[ch]
13101                 add filter rename on folder rename and filter
13102                 delete on folder delete. Patch submitted by
13103                 Neill Miller <neillm@thecodefactory.org> 
13104
13105 2002-03-14 [christoph]  0.7.4claws3
13106
13107         * src/procmsg.c
13108         * src/send.c
13109                 fix local delivery
13110                 (patch submitted by "Simon 'corecode' Schubert")
13111         * src/prefs_common.c
13112         * src/procmsg.c
13113                 fix gcc 3.0 warning
13114
13115 2002-03-14 [paul]       0.7.4claws2
13116
13117         * sync with sylpheed 0.7.4cvs2
13118                 see ChangeLog entry 2002-03-13
13119
13120 2002-03-12 [darko]      0.7.4claws1
13121
13122         * src/mainwindow.c
13123                 fix what seems to be a copy and paste error
13124                 when setting color for important messages
13125                 (reported by wwp)
13126
13127 2002-03-11 [paul]       version 0.7.4claws released
13128
13129 2002-03-11 [paul]       0.7.4claws
13130
13131         * po/es.po
13132           po/it.po
13133           po/nl.po
13134           po/pt_BR.po
13135                 update message catalogs. Submitted by Ricardo Mones 
13136                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13137                 Fabio Junior Beneditto
13138
13139         * configure.in
13140           faq/Makefile.am
13141           faq/it/Makefile
13142           faq/it/sylpheed-faq*
13143           src/mainwindow.c
13144           src/manual.[ch]
13145                 add FAQ in Italian
13146         
13147
13148 2002-03-11 [jens]       0.7.3claws7
13149
13150         * po/de.po
13151                 updated German translation
13152
13153 2002-03-11 [melvin]     0.7.3claws6
13154
13155         * po/fr.po
13156                 updated and corrected French translation
13157
13158 2002-03-10 [hoa]        0.7.3claws5
13159
13160         * src/account.c
13161         * src/inc.c
13162         * src/prefs_account.c
13163         * src/procmsg.c
13164         * src/send.[ch]
13165                 fixed the local account.
13166                 you have to change the default "/usr/sbin/sendmail"
13167                 to "/usr/sbin/sendmail -t" in the preferences of
13168                 the local account.
13169
13170         * src/procmime.c
13171                 removed some debug display for renderer
13172
13173 2002-03-10 [paul]       0.7.3claws4
13174
13175         * faq/en/sylpheed-faq-1.html
13176           faq/en/sylpheed-faq-2.html
13177                 update
13178
13179 2002-03-09 [paul]       0.7.3claws3
13180
13181         * sync with sylpheed 0.7.4
13182                 see ChangeLog entry 2002-03-09
13183
13184 2002-03-08 [paul]       0.7.3claws2
13185
13186         * faq/en/sylpheed-faq*
13187           faq/es/sylpheed-faq*
13188           faq/fr/sylpheed-faq*
13189                 update the FAQs
13190
13191         * manual/fr/.cvsignore
13192           manual/fr/Makefilea.am
13193           manual/fr/sylpheed*
13194           src/mainwindow.c
13195           src/manual.[ch]
13196                 add the French manual
13197
13198 2002-03-07 [paul]       0.7.3claws1
13199
13200         * sync with sylpheed 0.7.3cvs4
13201                 see ChangeLog entries  2002-03-06 and 2002-03-07
13202         
13203         * po/nl.po
13204                 updated by Wilbert Berendsen
13205
13206 2002-03-07 [melvin]     0.7.2claws34
13207
13208         * src/selective_download.c
13209                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13210
13211 2002-03-06 [paul]       0.7.2claws33
13212
13213         * sync with sylpheed 0.7.3cvs1
13214                 bug fix, see ChangeLog entry 2002-03-05
13215
13216 2002-03-05 [paul]       0.7.2claws32
13217
13218         * src/mimeview.c
13219           src/pgptext.[ch]
13220           src/procmsg.c
13221                 reverse the pgp ascii-armored code implemented in 
13222                 0.7.2claws16. removal of this code until it matures.
13223                 this means that verifying ascii-armored pgp sigs and
13224                 automatic decryption of ascii-armored encrypted
13225                 messages no longer works.
13226
13227 2002-03-05 [paul]       0.7.2claws31
13228
13229         * configure.in
13230           Makefile.am
13231         * faq/Makefile.am
13232         * faq/en/Makefile.am
13233           faq/en/sylpheed-faq.html
13234           faq/en/sylpheed-faq-1.html
13235           faq/en/sylpheed-faq-2.html
13236           faq/en/sylpheed-faq-3.html
13237         * faq/es/Makefile.am
13238           faq/es/sylpheed-faq.html
13239           faq/es/sylpheed-faq-1.html
13240           faq/es/sylpheed-faq-2.html
13241           faq/es/sylpheed-faq-3.html
13242           faq/es/sylpheed-faq-4.html
13243         * faq/fr/Makefile.am
13244           faq/fr/sylpheed-faq.html
13245           faq/fr/sylpheed-faq-1.html
13246           faq/fr/sylpheed-faq-2.html
13247           faq/fr/sylpheed-faq-3.html
13248         * src/Makefile.am
13249           src/defs.h
13250           src/mainwindow.c
13251           src/manual.[ch]
13252                 add FAQs in English, Spanish and French
13253
13254
13255 2002-03-05 [paul]       0.7.2claws30
13256
13257         * manual/en/sylpheed.html
13258           manual/en/sylpheed-XX.html
13259                 updated the English manual
13260
13261 2002-03-05 [hoa]        
13262
13263         * src/summaryview.c
13264                 dialog box pops up if the article can't be deleted.
13265
13266 2002-03-04 [paul]       
13267         
13268         * po/pt_BR.po
13269                 updated by Fabio Junior Benedito
13270
13271 2002-03-04 [hoa]
13272
13273         * removed ac/gpgme.m4
13274                 to avoid autogen common problem
13275                 developers have to install gpgme development package now
13276
13277         * src/compose.c
13278                 encoding to 7bit or 8bit is enabled.
13279
13280 2002-03-03 [alfons]     0.7.2claws29
13281
13282         * src/pop.c
13283                 merge fix by Oliver Haertel for selective
13284                 download buglet
13285
13286 2002-03-03 [paul]       0.7.2claws28
13287         
13288         * sync with sylpheed 0.7.3
13289
13290 2002-03-03 [paul]       0.7.2claws27
13291
13292         * sync with sylpheed 0.7.2cvs24
13293                 see ChangeLog entries 2002-03-02 and 2002-03-03
13294
13295 2002-03-02 [melvin]     0.7.2claws26
13296
13297         * src/inc.[ch]
13298         * src/main.c
13299         * src/mainwindow.c
13300         * src/prefs_common.[ch]
13301                 Added user definable notification on new mail arrival.
13302                 Removed unused variables in spell checker prefs code.
13303
13304 2002-03-02 [melvin]     0.7.2claws25
13305
13306         * src/quote_fmt.c
13307                 Removed unnecessary escape sequences.
13308                 Changed 'Initial...' to 'Initials of Sender'
13309
13310 2002-03-02 [paul]       0.7.2claws24
13311
13312         * sync with sylpheed 0.7.2cvs22
13313                 see ChangeLog entry 2002-03-01
13314
13315 2002-03-01 [hoa]        0.7.2claws23
13316
13317         * src/mainwindow.c
13318                 Set sensitivity of delete actions to active
13319                 even if the folder is a newsgroup.
13320
13321         * src/summaryview.c
13322                 - Set sensitivity of delete actions
13323                 - Added function check_permission() that will check if the
13324                   user is authorized to delete a message. For news, it
13325                   will check if the author is the same.
13326                 - Enabled deletion when there is no trash folder.
13327
13328         * src/news.[ch]
13329                 - Added news_cancel_article() to cancel articles
13330                 - Implemented news_remove_message() (public function)
13331
13332 2002-03-01 [paul]       0.7.2claws22
13333
13334         * src/gtkutils.c
13335           src/textview.c
13336                 recognise urls that that don't include 'http://' and
13337                 simply begin 'www.' 
13338
13339         * AUTHORS
13340                 remove duplicated name
13341
13342 2002-02-28 [paul]       0.7.2claws21
13343
13344         * src/mainwindow.c
13345           src/summaryview.[ch]
13346                 add ability to 'Select thread'
13347                 combines Melvin's "Select thread's head" patch (#510907)
13348                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13349                 patch (#518514) 
13350
13351 2002-02-28 [paul]       0.7.2claws20
13352
13353         * src/mimeview.c
13354                 hopefully fix segfault on right-clicking a mime part
13355                 that some people have experienced.      
13356                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13357
13358 2002-02-28 [paul]       0.7.2claws19
13359
13360         * sync with sylpheed 0.7.2cvs21
13361                 see ChangeLog entries 2002-02-27 and 2002-02-28
13362
13363 2002-02-27 [paul]       0.7.2claws18
13364
13365         * sync with sylpheed 0.7.2cvs18
13366                 see ChangeLog entries 2002-02-26 and 2002-02-27
13367
13368 2002-02-26 [alfons]     0.7.2claws17
13369
13370         * src/procheader.c
13371                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13372                 (spotted by Chris Hessman <idatech@gmx.net>)
13373
13374 2002-02-26 [paul]       0.7.2claws16
13375
13376         * src/mimeview.c
13377           src/pgptext.[ch]
13378           src/procmsg.c
13379                 make decryption of ascii-armored pgp encrypted messages
13380                 and verification of ascii-armored signatures work again.
13381                 slightly altered from the patch by Jens Jahnke 
13382                 <jan0sch@gmx.net>
13383
13384                 ##FIX ME##
13385                 * the checking of plaintext signatures always comes up in 
13386                   a popup box
13387                 * it doesn't work for multipart messages 
13388                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13389                   including the msg headers and these 2 line themselves, are 
13390                   not displayed
13391
13392         * src/mainwindow.c
13393                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13394                 "View/Message View" becomes "View/Separate Message View"
13395                 because its less ambiguous.
13396
13397         * po/es.po
13398                 updated by Ricardo Mones Lastra
13399
13400 2002-02-26 [paul]       0.7.2claws15
13401
13402         * sync with sylpheed 0.7.2cvs17
13403                 see ChangeLog entries 2002-02-25 and 2002-02-26
13404
13405 2002-02-25 [christoph]  0.7.2claws14
13406
13407         * src/filtering.[ch]
13408         * src/inc.c
13409                 do filtering stuff after all messages have been received
13410                   1. drop all messages to .processing
13411                   2. scan processing folder for messages
13412                   3. filter messages or move to inbox
13413                 this will also find old messages left in processing after
13414                 a crash or something like that and we get a real msginfo
13415                 from folder->get_msg_list and do not have to create our
13416                 own in filter_message
13417         * src/matcher_parser_parse.y
13418                 remove MIX/MAX warning (reordered includes)
13419
13420 2002-02-25 [paul]       0.7.2claws13
13421
13422         * sync with sylpheed 0.7.2cvs15
13423                 see ChangeLog entry 2002-02-24
13424
13425 2002-02-24 [alfons]     0.7.2claws12
13426
13427         * src/filtering.c
13428                 clear old color flags first when applying a new color to
13429                 a message info. 
13430                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13431
13432 2002-02-24 [alfons]     0.7.2.claws11
13433         
13434         * AUTHORS
13435         * src/prefs_common.c
13436                 add presets for Opera and Konqueror, closes patch #517261,
13437                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13438
13439 2002-02-24 [alfons]     0.7.2.claws10
13440
13441         * AUTHORS
13442         * src/summaryview.c
13443                 fix threading for null message ids, closes patch #521601,
13444                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13445
13446 2002-02-24 [alfons]     0.7.2claws9
13447
13448         * src/summaryview.c
13449         * src/filtering.c
13450                 make Tool | Filter Message work with filtering system so
13451                 setting flags also works
13452
13453                 TODO:
13454
13455                 - Processing uses the same function as Tool | Filter
13456                   Message, but doesn't use the same update proc yet
13457
13458 2002-02-23 [paul]       0.7.2claws8
13459
13460         * sync with sylpheed 0.7.2cvs14
13461                 see ChangeLog entries 2002-02-22 and 2002-02-23
13462
13463 2002-02-22 [christoph]  0.7.2claws7
13464
13465         * src/quote_fmt.c
13466                 Add column space to table
13467         * src/quote_fmt_parse.y
13468                 Close files
13469
13470 2002-02-22 [paul]       0.7.2claws6
13471
13472         * src/Makefile.am
13473           src/defs.h
13474           src/filtering.c
13475           src/inc.[ch]
13476           src/mainwindow.c
13477           src/matcher.[ch]
13478           src/matcher_parser_lex.l
13479           src/matcher_parser_parse.y
13480           src/pop.[ch]
13481           src/prefs_account.h
13482           src/prefs_filtering.c
13483           src/selective_download.[ch]   *** NEW FILES ***
13484           src/utils.[ch]
13485           po/POTFILES.in
13486                 Selective Download added to 'Tool' menu. 
13487                 Retrieves email headers of the currently selected pop3 
13488                 account and allows the user to mark emails for deletion 
13489                 right on the pop3 server. Patch submitted by Oliver Haertel 
13490                 <oha@users.sourceforge.net>.
13491         
13492         * po/POTFILES.in
13493                 add 'src/quote_fmt.c'           
13494
13495 2002-02-22 [christoph]  0.7.2claws5
13496
13497         * src/Makefile.am
13498                 added quote_fmt.c
13499         * src/prefs_common.[ch]
13500         * src/prefs_template.c
13501         * src/quote_fmt.c               *** NEW FILE ***
13502         * src/quote_fmt.h
13503                 move quote format symbol description code
13504                 to it's own file because it is used from
13505                 differnent code parts
13506                 Rewrote symbol description GUI
13507                   + use table
13508                   + add separators
13509                   + get data from array (no more long constant strings)
13510         * src/quote_fmt_lex.l
13511         * src/quote_fmt_parse.y
13512                 Symbol for Literal % changed to \% instead of %%
13513                 (More logical as \ is used for quoting for other symbols)
13514                 Add |f and |p to include files and program output
13515                 Examples:
13516                     |f{/home/.../.signature}
13517                     |p{date}
13518         * po/de.po
13519                 Correct wrong spelling for "Referenzen"
13520
13521 2002-02-21 [paul]       0.7.2claws4
13522
13523         * src/procmsg.c
13524                 forgotten during sync
13525
13526 2002-02-21 [paul]       0.7.2claws3
13527
13528         * sync with sylpheed 0.7.2cvs11
13529                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13530                 2002-02-20 and 2002-02-21
13531
13532 2002-02-20 [melvin]     0.7.2claws2
13533
13534         * src/prefs_actions.c
13535                 Added error report when child cannot fork or when execvp 
13536                 returns with an error.
13537
13538 2002-02-19 [christoph]  0.7.2claws1
13539
13540         * src/codeconv.c
13541                 return unconverted text if conde conversion is not possible
13542                 when libjconv is used.
13543                 (patch submitted by "Simon 'corecode' Schubert")
13544
13545 2002-02-19 [paul]       
13546
13547         * version 0.7.2claws release
13548
13549 2002-02-19 [paul]       0.7.2claws
13550
13551         * po/nl.po
13552                 updated by Wilbert Berendsen
13553
13554
13555 2002-02-18 [alfons]     0.7.1claws13
13556
13557         * src/syldap.c
13558         * src/jpilot.c
13559                 remove references to dlfcn and explicitly loading functions
13560                 from dynalink libs, because libs linked anyway, and functions
13561                 are loaded explicitly
13562
13563 2002-02-17 [melvin]     0.7.1claws12
13564
13565         * src/prefs_actions.c
13566                 Replaced children wait loop with double fork technique.
13567                 Now, input/output window updated at each new output.
13568                 free_children(): Fixed a memory leak.
13569                 Made input/output window non closable if running children
13570                 still exist.
13571                 Added missing <unistd.h> include.
13572                 Added some --debug outputs.
13573
13574 2002-02-17 [melvin]     0.7.1claws11
13575
13576         * src/summaryview.c
13577                 Fixed bug where descending sort order did not select top
13578                 message.
13579
13580 2002-02-17 [melvin]     0.7.1claws10
13581
13582         * acconfig.h
13583                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13584         * src/prefs_common.c
13585                 Pspell data package directory no more hard coded but
13586                 set during configuration (PSPELL_PATH). (Thanks to 
13587                                 Gustavo Noronha Silva.)
13588
13589 2002-02-17 [melvin]     0.7.1claws9
13590
13591         * configure.in
13592                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13593         * src/gtkspell.c
13594                 Fixed compile-time warnings.
13595
13596 2002-02-16 [alfons]     0.7.1claws8
13597
13598         * src/filesel.c
13599                 fix inadvertent free of NULL pointer which caused
13600                 sylpheed to crash when closing the save-as dialog
13601                 using the window close button
13602
13603 2002-02-16 [carsten]    0.7.1claws7
13604         * src/mainwindow.[ch]
13605           src/summaryview.c
13606           src/prefs_common.c
13607                 fixes for pixmap theming code:
13608                         - recently changed mail attributes shouldn't get
13609                           lost any longer
13610                         - theme is only reloaded iff another theme was
13611                           selected
13612
13613 2002-02-16 [paul]       0.7.1claws6
13614
13615         * sync with sylpheed 0.7.2 release
13616                 see ChangeLog entry 2002-02-15 and 2002-02-16
13617
13618 2002-02-15 [paul]       0.7.1claws5
13619
13620         * sync with sylpheed 0.7.1cvs9
13621                 see ChangeLog entry 2002-02-15
13622
13623         * po/POTFILES.in
13624                 remove unneeded headerwindow.c entry
13625
13626 2002-02-14 [carsten]    0.7.1claws4
13627         * src/summaryview.c
13628                 fixed a bug for "Go to next unread message": there was
13629                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13630                 in the prefs, because of doing "Search again" instead
13631                 "No"
13632
13633 2002-02-14 [carsten]    0.7.1claws3
13634         * src/stock_pixmap.c
13635                 removed 2 more mem leaks; following memprof,
13636                 this code is "leak free" now :)
13637
13638 2002-02-14 [carsten]    0.7.1claws2
13639         * src/stock_pixmap.c
13640                 used opendir/readdir/closedir instead of scandir
13641                 -> code should work now on Solaris
13642
13643 2002-02-14 [paul]       0.7.1claws1
13644
13645         * sync with sylpheed 0.7.1cvs8
13646                 see ChangeLog entries 2002-02-13 and 2002-02-14
13647
13648         * README.claws
13649                 add some description of Actions and Pixmap Themes
13650
13651 2002-02-13 [paul]       
13652
13653         * version 0.7.1claws release
13654
13655 2002-02-13 [paul]       0.7.1claws
13656
13657         * po/es.po
13658           po/it.po
13659           po/pt_BR.po
13660                 updated translations, submitted by Ricardo Mones Lastra,
13661                 Alessandro Maestri and Fabio Junior Beneditto
13662
13663 2002-02-13 [melvin]     0.7.0claws75
13664
13665         * src/prefs_actions.c
13666                 Added missing "signal.h" include
13667
13668 2002-02-13 [melvin]     0.7.0claws74
13669
13670         * src/prefs_folder_item.c
13671                 Added missing "config.h" include
13672         * po/fr.po
13673                 Updated French translation for folder propriety.
13674
13675 2002-02-13 [jens]       0.7.0claws73
13676
13677         * po/POTFILES.in
13678                 Added missing src/prefs_folder_item.c [log added by melvin]
13679         * po/de.po
13680                 Updated German translation.
13681
13682 2002-02-13 [melvin]     0.7.0claws72
13683
13684         * po/fr.po
13685                 Updated French translation.
13686
13687 2002-02-13 [melvin]     0.7.0claws71
13688
13689         * src/gtkutils.c
13690                 Made gtkut_editable_get_selection return NULL if selection
13691                 is of length zero.
13692                 This fixes a bug where selecting part of message A then
13693                 switching to message B and replying to it will not
13694                 quote the message's body.
13695
13696 2002-02-12 [paul]       0.7.0claws70
13697
13698         * src/mainwindow.c
13699                 cosmetic, relating to pixmap themes: on toolbar make 
13700                 updating of 'Exec' and 'Compose news/Compose email'
13701                 icons faster.
13702
13703 2002-02-12 [carsten]    0.7.0claws69
13704         * src/folderview.c
13705           src/mainwindow.[ch]
13706           src/stock_pixmap.c
13707           src/summaryview.c
13708           src/prefs_common.c
13709                 - refreshing after changing pixmap theme better
13710                   now (thanks Paul)
13711                 - wanted to remove some mem leaks, but alfons was
13712                   faster (and had the better solution ;)
13713
13714 2002-02-12 [alfons]     0.7.0claws68
13715
13716         * src/prefs_common.c
13717         * src/stock_pixmap.[ch]
13718                 plug mem leaks, refactor code a little bit
13719
13720
13721 2002-02-12 [sergey]     0.7.0claws67
13722
13723         * src/imap.c
13724                 Fixed problem with copying messages to IMAP folders when the
13725                 server uses something other than '/' as a namespace separator
13726                 (cyrus-imapd uses '.').
13727
13728 2002-02-12 [jens]       0.7.0claws66
13729
13730         * po/de.po
13731                 Updated German Translation
13732
13733 2002-02-12 [paul]       0.7.0claws65
13734
13735         * sync with sylpheed 0.7.1cvs1
13736                 see ChangeLog entry 2002-02-12
13737
13738 2002-02-12 [melvin]     0.7.0claws64
13739
13740         * src/prefs_actions.c
13741                 Fixed "feature" where children's output was duplicated 
13742                 instead of refreshed while monitoring.
13743                 Removed some debug code.
13744
13745 2002-02-12 [christoph]  0.7.0claws63
13746
13747         * src/compose.c
13748                 always delete message from queue after sending/send error
13749                 (closes bug #509601)
13750
13751 2002-02-12 [melvin]     0.7.0claws62
13752
13753         * src/prefs_actions.c
13754                 Children wait loop is now triggered with a timeout of 1s
13755                 Added %F which is replaced with the list of filenames 
13756                 of all selected messages (as suggested by Ricardo Mones Lestra)
13757                 Pipe syntax changed. Prefix with | to send selection, postfix
13758                 with | to retrieve output. Prefix with > or * to send
13759                 user definable input to the command (*: input is hidden)
13760                 Old pipe action should now be postfixed with |, too.
13761
13762 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13763         * src/stock_pixmap.c
13764                 fixed a bug: if there's no theme directory don't
13765                 throw an error, just do "nothing" (thanks Alfons)
13766
13767 2002-02-12 [carsten]    0.7.0claws60
13768         * src/folderview.c
13769           src/summaryview.c
13770                 had to write the cache twice (nasty!); some marks would 
13771                 get lost if not
13772
13773 2002-02-11 [carsten]    0.7.0claws59
13774         * acconfig.h
13775           configure.in
13776           doc-src/maintainer_guide.txt
13777           src/compose.[ch]
13778           src/defs.h
13779           src/folderview.[ch]
13780           src/gtkutils.[ch]
13781           src/mainwindow.[ch]
13782           src/prefs_common.[ch]
13783           src/stock_pixmap.[ch]
13784           src/summaryview.[ch]
13785                 pixmap theming and related work on pixmap
13786                 handling on some other places
13787                 (e.g. hrm features for all folder)
13788           src/pixmap/stock_*.xpm -> the stock_ was removed
13789         
13790 2002-02-11 [paul]       0.7.0claws58
13791
13792         * sync with sylpheed 0.7.1 release
13793                 see ChangeLog entries 2002-02-11
13794
13795 2002-02-08 [paul]       0.7.0claws57
13796
13797         * sync with sylpheed 0.7.0cvs39
13798                 see ChangeLog entry 2002-02-07 (last entry) 
13799
13800         * src/prefs_actions.c
13801           src/prefs_filtering.c
13802           src/prefs_matcher.c
13803           src/prefs_scoring.c
13804                 sync: made it compile with C compilers other than gcc
13805
13806 2002-02-07 [paul]       0.7.0claws56
13807
13808         * sync with sylpheed 0.7.0cvs38
13809                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13810                 2002-02-07
13811
13812 2002-02-07 [darko]      0.7.0claws55
13813
13814         * src/gtkutils.[ch]
13815         * src/summaryview.c
13816                 Fix const gchar */gchar * issue (thanks Hiro)
13817
13818 2002-02-07 [darko]      0.7.0claws54
13819
13820         * src/compose.[ch]
13821         * src/filtering.c
13822         * src/gtkutils.[ch]
13823         * src/prefs_template.c
13824         * src/quote_fmt.h
13825         * src/quote_fmt_parse.y
13826         * src/summaryview.c
13827         * src/utils.[ch]
13828                 When replying or forwarding an email don't quote the entire
13829                 mail body but use the part of the message text that is selected
13830
13831 2002-02-06 [melvin]     0.7.0claws53
13832
13833         * src/prefs_common.[ch]
13834         * src/gtkspell.[ch]
13835         * src/compose.c
13836                 Made possible to switch quickly to last used dictionary
13837                 which makes checking bilingual documents easier.
13838
13839 2002-02-06 [melvin]     0.7.0claws52
13840         
13841         * po/POTFILES.in
13842                 Added forgotten new file src/prefs_actions.c
13843
13844 2002-02-06 [melvin]     0.7.0claws51
13845
13846         * src/prefs_actions.c   ** NEW FILE **
13847         * src/prefs_actions.h   ** NEW FILE **
13848                 Added actions to execute on message text view, or on the
13849                         message's file.
13850         * src/Makefile.am
13851                 Added src/prefs_actions.[ch]
13852         * src/compose.c
13853                 Added new menu "Edit/Actions"
13854         * src/defs.h
13855                 Added new actionsrc file.
13856         * src/main.c
13857                 Added actionsrc reading.
13858         * src/mainwindow.c
13859                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13860         * src/prefs_common.h
13861                 Added new element actionslst element to prefs_common.
13862
13863 2002-02-06 [paul]       0.7.0claws50
13864
13865         * sync with sylpheed 0.7.0cvs36
13866                 see ChangeLog entry 2002-02-06
13867
13868 2002-02-05 [paul]
13869
13870         * po/es.po
13871                 updated by Ricardo Mones Lastra
13872
13873 2002-02-05 [paul]       0.7.0claws49
13874
13875         * sync with sylpheed 0.7.0cvs33
13876                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13877
13878 2002-02-05 [paul]       0.7.0claws48
13879
13880         * src/compose.c
13881                 re-add 'Edit/Advanced/Delete entire line', previously named
13882                 'Delete Line+'
13883
13884 2002-02-04 [paul]       0.7.0claws47
13885
13886         * src/compose.c
13887           src/summaryview.c
13888                 fix bug #494993 (Reply All not taking Reply-To into consi)
13889                 eliminate differences in behaviour of right-click 'Reply to all' 
13890                 in summary view and 'Reply to all' on the toolbar. 
13891                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13892                 view and From gets ignored by 'Reply to all' on toolbar.
13893                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13894                 From when no Reply-To header is present.
13895
13896 2002-02-04 [paul]       0.7.0claws46
13897
13898         * sync with sylpheed 0.7.0cvs30
13899                 see ChangeLog entries 2002-02-03 and 2002-02-04
13900
13901 2002-02-03 [melvin]     0.7.0claws45
13902
13903         * src/gtkspell.[ch]
13904                 Readded function to highlight all misspelled words.
13905                 Fixed bug where user-provided-words did not replace
13906                         correctly the misspelled word when using the mouse.
13907                 Fixed bug where checking a region selected from right to left did
13908                         not check the region at all.
13909                 Fixed bug where 'Check backwards' may not check at all. 
13910                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13911                 Fixed possible buffer overflow when checking for long strings (>1k).
13912                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13913                 Accelerators code uses now gtk_widget_add_accel.
13914                 Removed and disabled obsolete and unfinished code.
13915                 Cleaning up.
13916
13917         * src/compose.c
13918                 Added menu item to Highlight all misspelled words.
13919
13920 2002-02-01 [paul]       0.7.0claws44
13921
13922         * src/mainwindow.c
13923                 fix '/View/Hide read messages' sensitivity when all
13924                 messages in a folder are hidden
13925
13926 2002-02-01 [paul]       0.7.0claws43
13927
13928         * src/main.c
13929                 add --send option to command line interface, sends all
13930                 queued mail. Patch submitted by Ricardo Mones Lastra.
13931
13932 2002-01-31 [paul]       0.7.0claws42
13933
13934         * src/mainwindow.c
13935                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13936
13937 2002-01-31 [paul]       0.7.0claws41
13938
13939         * sync with sylpheed 0.7.0cvs27
13940                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13941                 and 2002-01-31
13942
13943         * src/textview.c
13944                 comment out elements of textview_show_part() as temporary
13945                 workaround for attachment 'Display as text' bug 
13946
13947         * po/pt_BR.po
13948                 updated by Fabio Junior Beneditto
13949
13950 2002-01-30 [paul]       0.7.0claws40
13951
13952         * sync with sylpheed 0.7.0cvs24
13953                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13954                 and 2002-01-30
13955
13956         * src/compose.c
13957                 add {N_("/_Spelling"), ... "<Branch>"} to 
13958                 GtkItemFactoryEntry compose_entries[]
13959
13960         * src/prefs_common.c
13961                 add claws menu items to prefs_keybind_apply_clicked()
13962                 and remove non-claws menu items
13963
13964 2002-01-29 [paul]       0.7.0claws39
13965
13966         * sync with sylpheed 0.7.0cvs22
13967                 see ChangeLog entries 2002-01-28 and 2002-01-29
13968
13969 2002-01-28 [melvin]     0.7.0claws38
13970
13971         * src/compose.c
13972                 Added the declartion of compose_send_control_enter.
13973
13974         * src/compose.c
13975         * src/gtkspell.[ch]
13976                 Added in a 'Spelling' menu which includes the configuration menu. 
13977                 Added a real 'Check all' and got rid from the old one which only
13978                 highlited misspelled word.
13979                 Made 'Check while typing' a disableable option.
13980                 Added a dialog when there are no more misspelled word.
13981                 Added a dialog if error occurs when switching to a dictionary.
13982         
13983         * src/prefs_common.[ch]
13984                 Added option for the default 'Check while typing' option.
13985
13986
13987 2002-01-28 [alfons]     0.7.0claws37
13988
13989         * src/compose.c
13990                 fix buglet and make code comply with sylpheed code style
13991
13992 2002-01-28 [paul]       0.7.0claws36
13993
13994         * sync with sylpheed 0.7.0cvs19
13995                 see ChangeLog entries for 2002-01-28
13996
13997 2002-01-28 [hoa]        0.7.0claws35
13998
13999         * src/defs.h
14000                 added rendererrc
14001
14002         * src/main.c
14003                 read the renderer config
14004
14005         * src/procmime.[ch]
14006                 use the renderer config to convert mime attachments
14007
14008         * src/textview.c
14009                 don't use textview_show_html/ertf,
14010                 use get_text_content instead
14011
14012 2002-01-27 [alfons]     0.7.0claws34
14013         
14014         * src/news.c
14015                 make sylpheed believe it can delete a news message...
14016                 (messages are NOT deleted, maybe we should remove
14017                 processing from the folder properties after all.)
14018
14019 2002-01-27 [alfons]     0.7.0claws33
14020
14021         * src/folder.c
14022                 add extra checks
14023         * src/news.c
14024                 implement remove_msg() 
14025
14026 2002-01-27 [alfons]     0.7.0claws32
14027
14028         * src/procmsg.h
14029         * src/procheader.c
14030         * src/messageview.c
14031                 fix return receipt / disposition notification again. this
14032                 stuff seems to break on _every_ major summary UI change, so
14033                 it's now implemented using a flag which is saved in the
14034                 marks cache
14035                 
14036 2002-01-26 [alfons]     0.7.0claws31
14037
14038         * src/import.c
14039                 let import dialog show the destination folder identifier
14040
14041 2002-01-26 [melvin]     0.7.0claws30
14042
14043         * src/folderview.c
14044         * src/summaryview.c
14045                 Readded 'Mark all read' into summary view popup menu
14046                 Added 'Mark all read' in folder view popup menu for IMAP
14047                 and NNTP.
14048                 Made it insensitive if the selected folder is not the shown
14049                 one to avoid 'Mark all read' on the wrong folder.
14050                 
14051 2002-01-26 [paul]       0.7.0claws29
14052
14053         * src/folderview.c
14054           src/summaryview.c
14055                 move 'Mark all read' from summary view to folder view
14056                 menu. (adapted from) patch submitted by Jeremy Andrews,
14057                 <lists@kerneltrap.com>
14058
14059 2002-01-25 [alfons]     0.7.0claws28
14060
14061         * src/gtkstext.c
14062                 put the gtk class name back so GtkSText adapts the 
14063                 settings of GtkText
14064
14065 2002-01-25 [alfons]     0.7.0claws27
14066
14067         * src/folderview.c 
14068                 assimilate Ricardo's patch that shows pixmaps instead of
14069                 plain "new" and "unread" texts in the folder view column
14070                 headers 
14071
14072 2002-01-25 [paul]       0.7.0claws26
14073
14074         * src/Makefile.am
14075                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14076                 be found in non-standard locations. 
14077                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14078
14079 2002-01-25 [paul]       0.7.0claws25
14080
14081         * sync with sylpheed 0.7.0cvs16
14082                 see ChangeLog entry 2002-01-25
14083
14084 2002-01-24 [paul]       0.7.0claws24
14085
14086         * more sync with sylpheed 0.7.0cvs15
14087                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14088
14089 2002-01-23 [sergey]     0.7.0claws23
14090
14091         * src/importldif.c
14092                 Fixed segfault when closing LDIF import wizard with
14093                 the window manager.
14094         * src/imageview.c
14095         * src/imageview.h
14096         * src/messageview.c
14097         * src/mimeview.c
14098                 Fixed wrong scrolling position after switching between
14099                 text and image parts.
14100
14101 2002-01-23 [paul]       0.7.0claws22
14102
14103         * sync with sylpheed 0.7.0cvs15
14104                 see ChangeLog entries 2002-01-22 and 2002-01-23
14105
14106 2002-01-21 [melvin]     0.7.0claws21
14107
14108         * src/prefs_scoring.c
14109         * src/prefs_filtering.c
14110                 Fixed bug where scoring and filtering windows stopped
14111                 autochecking.
14112
14113 2002-01-21 [paul]       0.7.0claws20
14114
14115         * sync with sylpheed 0.7.0cvs12
14116                 see ChangeLog entries 2002-01-20 and 2002-01-21
14117
14118 2002-01-21 [carsten]    0.7.0claws19
14119         * src/mainwindow.c
14120         * src/menu.[ch]
14121         * src/messageview.[ch]
14122         * src/summaryview.[ch]
14123                 changes to shortcuts handling again:
14124                         + "Q" now controled by mainwin
14125                         + v/V are now customizable and have slightly
14126                           different meanings
14127                 the "button" to minimize the messageview (and maximize
14128                 the summary view) is a real button now
14129         * src/compose.c
14130                 "Delete Line+" added to Edit/Advanced (this will also
14131                 delete the '\n')
14132
14133 2002-01-20 [melvin] 0.7.0claws18
14134
14135         * src/addressbook.c
14136                 Made "Bcc" sensitive when addressbook is called from
14137                 compose window (it was a Claws only bug).
14138
14139 2002-01-19 [alfons] 0.7.0claws17
14140
14141         * src/inc.c
14142                 prevent unnecessary updates when currently selected folder has
14143                 no new messages 
14144
14145 2002-01-19 [alfons] 0.7.0claws16
14146         
14147         * src/summaryview.c
14148                 prevent writing the cache based on current message list in summary 
14149                 view when filtering also put messages in currently selected folder
14150
14151 2002-01-19 [paul]
14152
14153         * po/it.po
14154                 Italian translation submitted by Alessandro Maestri
14155                 <a.maestri@cs.tin.it>
14156
14157 2002-01-18 [melvin]     0.7.0claws15
14158
14159         * src/prefs_filters.c
14160                 fixed bug where 'cancel' from 'filters' window stops autochecking
14161                 if the timer timed out  when the window was open.
14162
14163 2002-01-18 [match]      0.7.0claws14
14164
14165         * src/addrclip.[ch]     ** NEW FILE **
14166         * src/addrselect.[ch]   ** NEW FILE **
14167         * src/adbookbase.h      ** NEW FILE **
14168                 addressbook cut, copy and paste
14169         * src/addrbook.[ch]
14170         * src/addrcache.[ch]
14171         * src/addressitem.h
14172         * src/addrindex.[ch]
14173         * src/addritem.[ch]
14174         * src/importldif.c
14175         * src/importmutt.c
14176         * src/jpilot.[ch]
14177         * src/syldap.[ch]
14178         * src/vcard.[ch]
14179         * src/jpilot.[ch]
14180         * src/editbook.c
14181         * src/editjpilot.c
14182         * src/editldap.c
14183         * src/editvcard.c
14184                 support for copy/paste
14185         * src/addressbook.c
14186                 support for copy/paste
14187                 tidy up menu option processing
14188                 correct address list function arguments
14189         * src/editaddress.c
14190                 sort user attributes
14191         * src/ldif.h
14192         * src/mutt.h
14193                 tidy up
14194
14195         * src/addrbook.[ch]
14196         * src/addrbook.[ch]
14197         * src/addrbook.[ch]
14198                 
14199
14200 2002-01-18 [paul]       0.7.0claws13
14201
14202         * sync with sylpheed 0.7.0cvs8
14203                 configure.in: support Mac OS X (Darwin)
14204
14205 2002-01-18 [carsten]    0.7.0claws12
14206         * src/html.c
14207                 small hack to fix a segfault with an empty href
14208                 (reported by Alexandra Walford <deeni@altern.org>)
14209         * src/mainwindow.c
14210         * src/summaryview.c
14211                 the shortcuts for Mark und Mark as unread are hardcoded
14212                 again
14213         * src/compose.c
14214         * src/gtkstext.[ch]
14215                 readded the shortcuts in gtkstext but made them
14216                 customizeable (simply by adding a menu plus a wrapper
14217                 to compose.c)
14218
14219 2002-01-17 [melvin]     0.7.0claws11
14220
14221         * src/gtkspell.c
14222                 fix default dictionary not being saved.
14223
14224 2002-01-16 [darko]      0.7.0claws10
14225
14226         * src/compose.c
14227                 fix wrapping crash with URL longer than wrapping margin
14228
14229 2002-12-08 [hoa]        0.7.0claws10
14230
14231         * src/matcher_parser_parse.y
14232                 fixed some bugs
14233
14234         * src/prefs_filtering.c
14235                 now, we can use bounce action in the dialog box.
14236
14237 2002-01-16 [carsten]    0.7.0claws9
14238         * src/gtkstext.c
14239                 removed the <control> and <alt> shortcuts because they're
14240                 not needed and interefered with the "normal" shortcuts
14241         * src/mainwindow.c
14242         * src/summaryview.c
14243                 removed most of the hardcoded shortcuts and assigned
14244                 them to menu entries making them easy customizable by
14245                 that
14246
14247 2002-01-16 |melvin]     0.7.0claws8
14248
14249         * src/gtkspell.c
14250                 fixed bug where using the mouse and when the compose
14251                 window is not on top may result in a crash.
14252
14253 2002-01-16 [melvin]     0.7.0claws7
14254
14255         * src/compose.c
14256                 fixed a long standingspell checker bug which could 
14257                 cause a crash after sending a message.
14258
14259 2002-01-16 [paul]       0.7.0claws6
14260
14261         * sync with sylpheed 0.7.0cvs7
14262                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14263                 2002-01-15, and 2002-01-16
14264
14265 2002-01-16 [melvin]     0.7.0claws5
14266
14267         * README.claws
14268         * src/compose.c
14269         * src/gtkspell.[ch]
14270         * src/main.c
14271                 Heavily modified spell checker code to work around
14272                 ispell bug, to add keyboard shortcuts and for future
14273                 enhancements. See README.claws for usage information.
14274
14275 2002-01-15 [alfons]     0.7.0claws4
14276         
14277         * src/summaryview.c
14278                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14279                 so sorting within threads reflects sort mode
14280
14281 2002-01-15 [christoph]  0.7.0claws3
14282
14283         * src/procmsg.c
14284                 added alertpanel if mail sending failed
14285
14286 2002-01-15 [alfons]     0.7.0claws2
14287         
14288         * src/prefs_filtering.c
14289                 don't stop timer when prefs filtering dialog is opened
14290
14291 2002-01-14 [alfons]     0.7.0claws1
14292
14293         * src/addr_compl.c
14294         * src/prefs.c
14295                 remove debug_print()s for privacy reasons
14296
14297 2002-01-14 [darko]      0.7.0claws
14298
14299         * README.claws
14300                 quotation wrapping is now also in the main branch
14301
14302 2002-01-14 [paul]
14303
14304         * tools/filter_conv.pl
14305                 allow for Boolean Op and case-sensitivity
14306                 this file is included in the release and tagged
14307                 'rel_0_7_0'
14308
14309 2002-01-13 [paul]       0.7.0claws
14310
14311         * release 0.7.0, with cvs tag 'rel_0_7_0'
14312
14313 2002-01-13 [paul]
14314
14315         * tools/filter_conv.pl
14316         * tools/README
14317                 rewritten to output to matcherrc instead of filteringrc
14318
14319         * po/es.po
14320                 updated Spanish translation by Ricardo Mones Lastra
14321
14322 2002-01-13 [alfons]
14323
14324         * po/nl.po
14325                 update dutch translation
14326
14327 2002-01-13 [paul]
14328
14329         * po/pt_BR.po
14330                 Updated by Fabio Junior Beneditto 
14331
14332 2002-01-13 [melvin]     0.6.6claws53
14333
14334         * po/fr.po
14335                 Updated french translation
14336
14337 2002-01-12 [alfons]     0.6.6claws52
14338
14339         * src/filtering.c
14340                 plug mem leak that has been sitting there for ages              
14341
14342 2002-01-12 [alfons]     0.6.6claws51
14343
14344         * src/summaryview.c
14345                 undo melvin's changes from 0.6.6claws48 because summary
14346                 view now refuses to select first unread message when
14347                 selecting a folder 
14348
14349 2002-01-11 [alfons]     0.6.6claws50
14350
14351         * src/import.c
14352                 use claws' semantics for getting folder item when
14353                 importing an mbox file into a folder 
14354                 (submitted by Dale P. Smith)
14355
14356 2002-01-11 [christoph]  0.6.6claws49
14357
14358         * src/prefs.h
14359                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14360                 toggle widget, because non static prefs can not use
14361                 prefs_set_* functions
14362         * src/prefs_account.c
14363                 toggle smtp auth password field sensitivity if
14364                 user id is empty and add descrition of usage for
14365                 these fields
14366         * src/prefs_folder_item.c
14367                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14368                 callbacks
14369
14370 2002-01-11 [melvin]     0.6.6claws48
14371
14372         * src/compose.c
14373                 fix the 'Ctrl-Enter' feature for sending and test really
14374                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14375                 editables which was not documented in Gtk)
14376
14377         * src/summaryview.c
14378                 Made summaryview refresh after sorting and not before.
14379
14380 2002-01-11 [christoph]  0.6.6claws47
14381
14382         * src/compose.c
14383                 select account from account ids if possible and
14384                 correctly set save folder for copy in reedit
14385
14386 2002-01-10 [paul]       0.6.6claws46
14387
14388         * sync with sylpheed 0.7.0 release
14389                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14390                 2002-01-09
14391
14392 2002-01-09 [alfons]
14393
14394         * src/summaryview.c
14395                 remove more dirt traces...
14396
14397 2002-01-09 [alfons]
14398         
14399         * src/summaryview.c
14400                 clean up some traces of my debugging stuff
14401
14402 2002-01-09 [alfons]     0.6.6claws45
14403
14404         * src/filtering.c
14405                 break up filteringprop_apply() in three separate pieces
14406                 so we can drop messages that failed processing in the
14407                 inbox
14408
14409         * src/summaryview.c
14410                 fix bug #469598 "no refresh of inbox after filter" which 
14411                 was introduced by the new summary view locking, and which 
14412                 prevented the summary view to update after a manual filter 
14413                 message. claw's filter message requires a summary_show().
14414                 (aargh, summary_show() again! :-)
14415                 
14416 2002-01-07 [alfons]     0.6.6claws44
14417
14418         * src/headerwindow.c
14419         * src/logwindow.c
14420         * src/messageview.c
14421         * src/sourcewindow.c
14422                 bring in Hiro's last 0.7.0 wm class fixes
14423
14424         * tools/sylprint.pl
14425                 bring in Ricardo's fix for sylprint script
14426
14427         * AUTHORS       
14428         * src/rfc2015.[ch]
14429         * src/prefs_common.[ch]
14430         * src/prefs_account.[ch]
14431         * src/compose.c
14432                 clean up account preference poison in rfc2015,
14433                 and preparation to fix double sign bug 
14434                 (patch submitted by Simon 'corecode' Schubert)
14435
14436 2002-01-07 [christoph]  0.6.6claws43
14437
14438         * src/mh.c
14439                 search for free message number, do not only rely
14440                 on last_num
14441         * src/send.c
14442                 fix smtp auth and use extra account information
14443                 if available, if not use pop3 data instead
14444                 (closes bug #500341)            
14445         * src/ssl.[ch]
14446                 match coding style
14447
14448 2002-01-06 [alfons]     0.6.6claws42
14449
14450         * src/mainwindow.c
14451                 try making the separate windows work again...
14452
14453 2002-01-06 [alfons]     0.6.6claws41
14454
14455         * src/mainwindow.c
14456                 adapt Hiro's separate window menu (to get rid of the funny
14457                 duplicate menu items), and make it work again
14458
14459 2002-01-06 [alfons]     0.6.6claws40
14460
14461         * tools/Makefile.am
14462         * tools/sylprint.rc
14463         * tools/sylprint.pl
14464         * tools/README.sylprint
14465                 add sylprint script for printing mails from Sylpheed
14466                 (contributed by Ricardo Mones Lastra)
14467
14468         * src/acount.c
14469                 clean up
14470
14471 2002-01-06 [melvin]     0.6.6claws39
14472
14473         * src/mainwindow.c
14474         * src/summaryview.c
14475                 Fixed crash introduced in 0.6.6claws38 by the menu
14476                 reorganisation (Hide read messages)
14477         
14478         * ChangeLog.claws 
14479                 Fixed typo (we are now in 2002, alfons ;) )
14480
14481 2002-01-05 [alfons]     0.6.6claws38
14482
14483         * sync with sylpheed 0.6.6cvs10-17
14484                 (last stuff marked as LAST_STABLE)
14485
14486 2002-01-04 [melvin]     0.6.6claws37
14487
14488         * src/account.c
14489                 Made account selection code use strcasestr again instead of
14490                 g_strcasecmp (fixes bug where reediting queued messages
14491                 did not select proper account reported by T. Link).
14492         
14493         * src/folderview.c
14494                 Fix bug where folder icons are not shown when 'hide read messages'
14495                 is on.
14496         
14497         * src/stock_pixmaps.[ch]
14498                 Added folder icons for 'hide read messages'.
14499         
14500         * src/compose.c
14501                 Fixed bug where 'Enter' in a header entry will send the message 
14502                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14503
14504 2002-01-03 [melvin]     0.6.6claws36
14505         
14506         * src/prefs.[ch]
14507                 Added popup menu for common preferences and
14508                 account preferences (right click on tab displays
14509                                 a menu of all tabs.)
14510
14511 2002-01-02 [melvin]     0.6.6claws35
14512
14513         * src/gtkspell.[ch]
14514                 Made spelling code compatible with undo/redo feature.
14515                 Added creation of suggestion mode menu for the general
14516                         preferences.
14517         
14518         * src/prefs_common.[ch]
14519                 Added option menu for the speller's suggestion mode.
14520                 Added missing spaces in "..." buttons and made a "..."
14521                         button non translatable!
14522         
14523         * src/compose.c
14524                 Made speller use the default suggestion mode.
14525                 Hack to make it possible to choose 'CTRL-Enter' as a
14526                         shortcut for sending (and only for sending).
14527
14528         * src/prefs_folder_item.c
14529                 Changing subject simplification does not update cache 
14530                         anymore (because it is unnecessary).
14531                 Fixed bug where changing subject simplification updated the 
14532                         summaryview even when the viewed folder is not the
14533                         folder which properties are being changed. (E.g. 
14534                                         viewing folder A and changing
14535                                         the subject simplification of 
14536                                         folder B -not being viewed- updated the 
14537                                         summaryview of folder A with data of
14538                                         folder B). (Hope this is clear... )
14539
14540 2001-12-31 [alfons]     0.6.6claws34
14541         
14542         * src/ldif.c
14543         * src/mutt.c
14544                 fgetc() returns a signed integer which doesn't
14545                 fit in a char. so c truncates this to a char
14546                 but we may lose significant bits. i.e. we may
14547                 comparing 0xFF which may not be equal to -1
14548                 unless properly casted to signed char which
14549                 we won't do because fgetc() returns a signed
14550                 integer which doesn't fit in a char. so c 
14551                 truncates this to a char but we may lose 
14552                 significat bits. (you got the idea, thanks
14553                 to Gustavo Noronha Silva <kov@debian.org>
14554                 and the Debian folks!)
14555
14556 2001-12-30 [alfons]     0.6.6claws33
14557
14558         * src/prefs_common.c
14559                 add #ifdef USE_PSPELLs that Melvin forgot               
14560
14561 2001-12-30 [melvin]     0.6.6claws32
14562         
14563         * src/prefs_common.[ch]
14564                 Added configurable color for misspelled words.
14565
14566         * src/gtkspell.[ch]
14567                 Fixed bug of foreground text color (reported by David
14568                                 Mehrmann)
14569                 Added configurable color for misspelled words.
14570
14571 2001-12-30 [alfons]     0.6.6claws31
14572
14573         * src/folder.c
14574                 remove unnecessary things someone put there
14575
14576         * src/mh.c
14577         * src/folder.[ch]
14578                 make folder properties (like threading and sorting) persistent
14579                 (closes bug #497424 "rescan folder tree resets proprieties")
14580                 currently this is only for MH folders. 
14581
14582 2001-12-29 [melvin]     0.6.6claws30
14583
14584         * src/string_match.[ch]
14585                 Optimized a bit: regexp pattern buffer compiled only once, and
14586                   one subroutine call removed. Fixed ^ regexp search: Now, 
14587                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14588         
14589         * src/summaryview.c
14590                 Subject filtering changed to filter summary columns and
14591                   not directly the messages subject cache. The loss in 
14592                   performance is balanced by the improvement of string_match.
14593                 Added an alert panel if there is an error in the regexp.
14594
14595         * src/src/prefs_folder_item.h
14596                 Added a regexp pattern buffer.
14597
14598 2001-12-28 [alfons]     0.6.6claws29
14599
14600         * src/string_match.[ch]
14601                 clean up name space
14602                 allow compilation *BSD
14603
14604 2001-12-27 [alfons]     0.6.6claws28
14605
14606         * src/filter.c
14607                 sync the Hiro's bug fix for BSD
14608
14609 2001-12-27 [melvin]     0.6.6claws27
14610         
14611         * src/compose.c
14612                 Simplify focus to subject entry code.
14613
14614 2001-12-27 [darko]      0.6.6claws26
14615
14616         * src/filtering.c
14617         * src/mbox_folder.c
14618         * src/messageview.c
14619         * src/mh.c
14620         * src/procheader.[ch]
14621         * src/procmsg.h
14622         * src/stock_pixmap.[ch]
14623         * src/summaryview.c
14624                 Show key icon for encrypted mails in summary view
14625
14626         * src/pixmaps/clip.xpm
14627         * src/pixmaps/clipkey.xpm
14628         * src/pixmaps/key.xpm
14629                 New/modified icons for the above
14630
14631 2001-12-27 [melvin]     0.6.6claws25
14632
14633         * src/prefs_common.c
14634                 Put spell checker options in a separate tab to decrease
14635                 the Common Preferences window height.
14636
14637         * README.claws  
14638                 Update spell checker usage instruction about its options
14639                 location.
14640
14641 2001-12-27 [melvin]     0.6.6claws24
14642
14643         * src/compose.c
14644                 Changed subject entry widget position. Initial focus is
14645                 on the To header instead of the subject entry.
14646                 Creating a new header scrolls the header list to make the
14647                 created one visible. Nevertheless, when automatically filling
14648                 headers, the first one is shown.
14649                 A Tab key press in the last empty header entry zips the 
14650                 focus to the subject entry.
14651                 (I did not change the combo boxes, yet)
14652
14653 2001-12-26 [alfons]     0.6.6claws23
14654
14655         * src/prefs_account.c
14656         * src/inc.c
14657                 allow default inbox to reside in another mailbox (only
14658                 works for POP3 accounts)
14659
14660 2001-12-26 [alfons]     0.6.6claws22
14661         
14662         * src/textview.c
14663                 make reply-on-click work with the account of the selected folder
14664         * src/compose.c
14665                 put a fixme here to remind me to fix finding correct default
14666                 account for nested folders
14667
14668 2001-12-25 [alfons]     0.6.6claws21
14669
14670         * src/summaryview.c
14671                 make column headers display locked and mark pixmaps (idea by Melvin) 
14672                 fix bug by adding score and locked column type to sort array
14673
14674 2001-12-25 [alfons]     0.6.6claws20
14675         
14676         * src/summaryview.c
14677                 catch a *potentially* inadvertent write back of  
14678                 the message cache(s) introduced by 0.6.5claws37
14679
14680 2001-12-25 [christoph]  0.6.6claws19
14681
14682         * src/stock_pixmap.[ch]
14683         * src/summaryview.c
14684                 add ignore thread pixmap
14685                 (can someone draw a better icon for this?)
14686
14687 2001-12-24 [alfons]     0.6.6claws18
14688
14689         * src/prefs_folder_item.c
14690                 make address completion actually work for the
14691                 Default To address in the Folder Property dialog.
14692
14693 2001-12-24 [alfons]     0.6.6claws17
14694         
14695         * src/summaryview.c
14696                 use new style regexp for subject stripping 
14697                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14698
14699 2001-12-24 [darko]      0.6.6claws16
14700
14701         * src/pgptext.c
14702         * src/rfc2015.c
14703                 move GPG related informational messages to debug mode
14704
14705 2001-12-23 [alfons]     0.6.6claws15
14706
14707         * src/stock_pixmap.[ch]
14708         * src/summaryview.c
14709                 add the forgotten Claws' locked pixmap
14710
14711 2001-12-23 [alfons]     0.6.6claws14
14712
14713         * src/filesel.c
14714                 accept file name typed in entry in multi file
14715                 selector (patch submitted by Gustavo Noronha Silva 
14716                 <kov@debian.org>)
14717
14718 2001-12-23 [alfons]     0.6.6claws13
14719
14720         * src/prefs_filter.c
14721         * src/prefs_filtering.c
14722         * src/matcher.c
14723         * src/importmutt.c
14724                 clean up a little bit
14725         
14726         * src/string_match.c
14727                 validate input strings a little bit more
14728
14729 2001-12-23 [alfons]     0.6.6claws12
14730
14731         * src/Makefile.am
14732         * src/summaryview.c
14733         * src/string_match.[ch]         ** NEW **
14734         * src/folderview.[ch]
14735         * src/headerview.h
14736         * src/folder.[ch]
14737         * src/prefs_folder_item.[ch]
14738                 add subject simplification to strip out strings from
14739                 a subject line (esp. handy for mailing lists). 
14740                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14741                 but slightly changed things for better integration.)
14742
14743 2001-12-23 [alfons]     0.6.6claws11
14744
14745         * src/mainwindow.c
14746                 fix bug introduced by submission included in 0.6.5claws52.
14747                 ideally this submission should clean the trash if any trash
14748                 folder has a message. however, the hasTrash variable was
14749                 set to false whenever a trash folder was empty (discarding
14750                 a previously found *filled* trash folder.)
14751
14752                 also edited the code a little bit and made it more safe.
14753
14754 2001-12-22 [alfons]     0.6.6claws10
14755
14756         * src/imap.c
14757                 quick fix for Martin Pool's omission of an account
14758                 specific SSL setting
14759
14760 2001-12-22 [alfons]     0.6.6claws9
14761
14762         * src/compose.c
14763         * src/messageview.c
14764         * src/mimeview.c
14765         * src/pgptext.c
14766         * src/procmime.[ch]
14767                 better support for multipart/digest (submitted
14768                 by Fredrik <e98fo@efd.lth.se>)
14769
14770 2001-12-22 [alfons]     0.6.6claws8
14771
14772         * src/addressbook.c
14773                 correct function signature
14774         * src/socket.[ch]
14775         * src/imap.[ch]
14776         * src/prefs_account.[ch]
14777                 allow IMAP over SSH tunnel (patch submitted by 
14778                 Martin Pool <mbp@samba.org>)
14779
14780 2001-12-21 [alfons]     0.6.6claws7
14781
14782         * sync with sylpheed 0.6.6cvs4-9
14783                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14784
14785 2001-12-21 [christoph]  0.6.6claws6
14786
14787         * src/compose.c
14788         * src/prefs_folder_item.[ch]
14789                 implement saving of outgoing messages to current folder.
14790                 fix segfault when no default outbox is available
14791                 (closes bug #495683)
14792
14793 2001-12-21 [carsten]    0.6.6claws5
14794         * src/folderview.c
14795         * src/summaryview.c
14796                 pressing CTRL while DND does now the expected thing and
14797                 copies the mail (moving is still the default, as this
14798                 seam more appropriate for handling mails by DND)
14799
14800 2001-12-18 [paul]       0.6.6claws4
14801
14802         * sync with sylpheed 0.6.6cvs3
14803                 see ChangeLog entries 2001-12-18
14804
14805 2001-12-18 [hiro]       0.6.6claws3
14806
14807         * src/undo.c
14808                 fix for multibyte characters (obtain the number of letters
14809                 instead of bytes).
14810
14811 2001-12-17 [paul]       0.6.6claws2
14812
14813         * sync with sylpheed 0.6.6cvs1
14814                 see ChangeLog entry 2001-12-16
14815
14816 2000-12-17 [alfons]     0.6.6claws1
14817
14818         * src/filtering.c
14819                 clean up
14820
14821 2001-12-16 [paul]       0.6.6claws
14822 2001-12-15
14823
14824         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14825
14826         * src/mimeview.c
14827                 last minute sync with main 0.6.6
14828
14829         * po/es.po
14830                 updated by Ricardo Mones Lastra
14831                 update for last minute sync
14832         * po/fr.po
14833         * po/nl.po
14834                 update for last minute sync
14835         * po/de.po
14836                 updated by Jens Oberender
14837         * po/pt_BR.po
14838                 updated by Fabio Junior Beneditto
14839
14840         * src/prefs_common.[ch]
14841         * src/undo.c
14842                 number of undo levels is user configurable
14843                 (squeeze it into the release in the dying
14844                 moments) Submitted by Jens Oberender    
14845
14846 2001-12-15 [melvin]
14847
14848         * po/fr.po
14849                 updated french translation
14850
14851 2001-12-15 [paul]       0.6.5claws92
14852
14853         * sync with sylpheed 0.6.5cvs28
14854                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14855
14856         * po/nl.po
14857                 update to allow for sync
14858
14859 2001-12-15 [alfons]
14860         
14861         * po/nl.po
14862                 update dutch translation
14863
14864 2001-12-14 [carsten]    0.6.5claws91
14865         * src/summaryview.c
14866                 fixed bug #473785; also after changing the column order
14867                 the same message will be selected and displayed as before
14868                 the reordering
14869
14870 2001-12-14 [carsten]    0.6.5claws90
14871         * src/folderview.c
14872                 probably found the bug reported by wwb opening or closing
14873                 a folder tree just before dnd (found the solution in the
14874                 balsa source -- thanks to them)
14875
14876 2001-12-14 [carsten]    0.6.5claws89
14877         * src/gtkutils.c
14878         * src/account.c
14879                 moved gtk_clist_moveto to the right place, so that
14880                 only the accounts dialog is effected on opening
14881
14882 2001-12-14 [carsten]    0.6.5claws88
14883         * src/gtkutils.c
14884                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14885                 now, so that the focused row will be seen in any case
14886                 (reported by wwp on sf-claws-user)
14887
14888 2001-12-14 [darko]      0.6.5claws87
14889
14890         * src/compose.c
14891                 remove unnecessary line
14892
14893 2001-12-14 [paul]       0.6.5claws86
14894
14895         * sync with sylpheed 0.6.5cvs27
14896                 see ChangeLog entries 2001-12-14
14897
14898 2001-12-14 [carsten]    0.6.5claws85
14899         * src/mainwindow.c
14900                 following a suggestion of Melvin the rcoabm pops up
14901                 right under the button now and the button is reliefed
14902                 while the popup is open
14903
14904 2001-12-14 [darko]      0.6.5claws84
14905
14906         * src/compose.c
14907                 fix crash when wrapping long lines if linewrap quotation
14908                 is disabled and wrapper encounters a word spanning more
14909                 than one line
14910
14911 2001-12-13 [paul]       0.6.5claws83
14912
14913         * src/compose.c
14914                 prefer 'Reply-To' header over mailing list header when
14915                 replying to a message. Finally prevent all those confirmation 
14916                 messages being sent to the list itself.
14917
14918         * src/summaryview.c
14919                 remove unused summary_set_menu_sensitive() entry
14920
14921 2001-12-13 [paul]       0.6.5claws82
14922
14923         * src/folderview.c
14924         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14925         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14926         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14927                 improvements to 'Hide read messages': Inbox, Outbox,
14928                 Trash, Queue, and Draft icons now reveal presence of hidden 
14929                 messages
14930
14931 2001-12-12 [alfons]     0.6.5claws81
14932
14933         0.6.5claws80 was tagged as LAST_STABLE
14934
14935         * src/filtering.[ch]
14936         * src/matcher.[ch]
14937         * src/matcher_parser_lex.c
14938                 fix the filtering; my last attempt to get it right, 
14939                 if it does not work, it's Hoa's turn. ;-)
14940
14941                 for my honourable peers:
14942                 
14943                 the code now makes a clear distinction between
14944                 rules as they are displayed (probably escaped),
14945                 and as they are executed (probably unescaped). the
14946                 parser does *NOT* do any unescaping, this is
14947                 the task of the matcher.c (which breaks up a
14948                 rule into condition) and the filtering.c (which
14949                 breaks up the rule's action). to make this
14950                 run happily we provide an unescaped copy of
14951                 crucial strings to the MatcherProp and 
14952                 FilteringAction structures. note that the only
14953                 exception to this is any REGEXP string. those
14954                 are directly passed to regcomp() and regexp()
14955                 (who have much more powerful unescape functions).
14956                 
14957                 for everyone else:
14958         
14959                 you can escape tab (\t), carriage return (\r),
14960                 linefeed (\n), form feed (\f), quote (\"), 
14961                 single quote (\'), bell (\b) in all the entry
14962                 lines in the scoring & filtering dialogs.
14963                 as an added bonus this should not affect
14964                 existing filtering rules.
14965
14966 2001-12-12 [carsten]    0.6.5claws80
14967
14968         * src/summaryview.c
14969         * po/de.po
14970                 "item(s) selected" is now sensitive to 1 or more
14971                 than one selected (nice for language where simple
14972                 adding of a "s" is not possible as German (Eintrag
14973                 ->Eintr"age)
14974                 
14975                 the "forward as attachment" entry from the right
14976                 click menu removed, "forward" acts following the
14977                 prefs
14978         
14979         * src/textview.c
14980                 reverted my former changes; so compiler warning again
14981                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14982                 nevertheless
14983
14984         * src/messageview.c
14985                 "search in message" does now *not* only work in MVIEW_TEXT
14986                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14987                 message
14988
14989         * src/mainwindow.c
14990                 removed "/File/_Close" as it was the same as "/File/E_xit"
14991                 and we don't need it two times
14992
14993                 the separate folder view and message view now get a distinct
14994                 WMCLASS, just in case someone is using sawfish ;-)
14995
14996                 as the menu entries "/View/Message view" and "/View/Folder tree"
14997                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14998                 make them sensitive accordingly and as these two are "shown"
14999                 after startup anytime check this menuitem at startup
15000
15001 2001-12-12 [paul]       0.6.5claws79
15002
15003         * src/folderview.c
15004                 fix sensitivity of 'Search folder...', broken in
15005                 0.6.5claws75
15006
15007         * src/mainwindow.c
15008                 fix dodgy English
15009
15010 2001-12-11 [carsten]    0.6.5claws78
15011         * src/filtering.c
15012                 fixed two typos returning a wrong FALSE/TRUE
15013         * src/mainwindow.[ch]
15014                 extra menu for email/news button removed
15015
15016 2001-12-11 [alfons]     0.6.5claws77
15017         
15018         * src/matcher.c                 (1.3)
15019         * src/matcher_parser_lex.l      (1.28)
15020                 revert for another attempt
15021                 mark 0.6.5claws77 as LAST_STABLE
15022
15023 2001-12-11 [christoph]  0.6.5claws76
15024
15025         * po/de.po
15026                 fixed wrong translation for prev. unread msg
15027
15028 2001-12-11 [paul]       0.6.5claws75
15029
15030         * src/folder.[ch]
15031         * src/folderview.c
15032         * src/mainwindow.c
15033         * src/summaryview.[ch]
15034         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15035                 enable ability to hide read messages on per folder basis via 
15036                 '/Summary/Hide read messages'; when selected, a folder will 
15037                 have a red open folder icon, instead of a blue icon, if the 
15038                 folder contains hidden messges
15039                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15040
15041         * src/mainwindow.c
15042                 remove '/Message/Forward as attachment' from 
15043                 main_window_set_menu_sensitive() to prevent debug warning
15044
15045         * src/folderview.c
15046         * src/mainwindow.c
15047                 Clean up some of the English
15048
15049         * tools/newscache_clean.pl
15050                 allow for new 'hidereadmsgs' entry in folderlist.xml
15051
15052         * po/es.po
15053                 updated translation, submitted by Ricardo Mones Lastra
15054
15055 2001-12-11 [paul]       0.6.5claws74
15056
15057         * sync with sylpheed 0.6.5cvs25
15058                 see ChangeLog entry 2001-12-11
15059
15060 2001-12-10 [alfons]     0.6.5claws73
15061
15062         * src/matcher.c
15063                 add more control characters
15064         * src/matcher_parser_lex.l
15065                 make escaping / unescaping work again
15066
15067 2001-12-10 [alfons]     0.6.5claws72
15068
15069         * src/imap.c
15070                 clean up warnings "returning value for void function" 
15071         * src/prefs_filtering.c
15072                 make info button for execute action sensitive
15073
15074 2001-12-10 [paul]       0.6.5claws71
15075
15076         * src/compose.c
15077         * src/imap.[ch]
15078         * src/summaryview.c
15079                 fix: imap server now gets informed of MARKED, UNMARKED
15080                 and REPLY events. Now people can use different IMAP-Mail
15081                 clients and have the exact same information about MARKED,
15082                 UNMARKED and REPLY status with all of them. Especially
15083                 useful for imap servers with a web-frontend.
15084                 submitted by Tobias Sandhaas <medlor@web.de>
15085
15086 2001-12-09 [melvin]     0.6.5claws70
15087         
15088         * src/textview.[ch]
15089                 fixed bug #490076 (hunted down by Alfons who implemented
15090                 a workaround in 0.6.5claws65)
15091
15092 2001-12-09 [christoph]  0.6.5claws69
15093
15094         * src/summaryview.c
15095                 set pointer to string in LOCKED column to NULL
15096                 (might fix bug #490800)
15097
15098 2001-12-09 [carsten]    0.6.5claws68
15099
15100         * po/de.po
15101                 resolved some cluttered menu shortcuts 
15102                 ('creating new email' and 'creating news message'
15103                 hade the same)
15104         * src/compose.c
15105                 wmclass now distinc from main window
15106         * src/mainwindow.c
15107           src/mainwindow.h
15108                 email/news and forward button functionality similar
15109                 to the reply buttons; removed the ugly dropdown arrows
15110                 and use instead the right mouse button
15111
15112 2001-12-09 [paul]       0.6.5claws67
15113
15114         * src/imap.c
15115         * src/utils.h
15116                 allow spaces in imap folder names
15117                 submitted by Willem van Engen <wvengen@stack.nl>
15118
15119 2001-12-09 [paul]       0.6.5claws66
15120
15121         * sync with sylpheed 0.6.5cvs24
15122                 see ChangeLog entry 2001-12-09
15123
15124 2001-12-08 [alfons]     0.6.5claws65
15125
15126         * src/textview.c
15127                 prevent secondary selection claim after "add to sender" dialog
15128                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15129                 we trick GTK by simulating a click at (0, 0) in the textview.
15130
15131 2001-12-08 [hoa]        0.6.5claws64
15132
15133         * src/folder.c
15134                 fixed a bug about the .processing folder name while filtering
15135
15136 2001-12-08 [alfons]     0.6.5claws63
15137
15138         * src/folderview.c 
15139                 work around problem of not correctly updating folder stats
15140                 when deleting messages. there's some folder scanning evil
15141                 going so the folderview_update_msg_num() does not work
15142                 correctly. need to investigate this.
15143
15144 2001-12-08 [paul]       0.6.5claws62
15145
15146         * sync with sylpheed 0.6.5cvs23
15147                 see ChangeLog entry 2001-12-08
15148
15149 2001-12-07 [christoph]  0.6.5claws61
15150
15151         * src/compose.c
15152                 fix another header translation problem
15153
15154 2001-12-07 [alfons]     0.6.5claws60
15155
15156         * src/mbox.c
15157                 make filtering also work on local spool mbox
15158
15159 2001-12-07 [carsten]    0.6.5claws59
15160         * src/addressbook.c
15161                 addressbook window gets a wmclass distinct from the main
15162                 sylpheed window
15163         * src/compose.h
15164         * src/mainwindow.[ch]
15165                   forward menu item will use mode selected in prefs, forward 
15166                 as attatchment in menu removed (will be substituted in the
15167                 toolbar similar to reply buttons)
15168                   create news message menu entry and news button is now 
15169                 sensitive to the existance of a news account
15170         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15171         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15172         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15173                 these are removed because the toolbar buttons don't show
15174                 the quoting modus any longer
15175
15176 2001-12-07 [paul]
15177
15178         * tools/newscache_clean.pl      ** NEW FILE **
15179                 perl script to do some tidying up in the newscache directory 
15180                 
15181         * tools/sylpheed-switcher       ** NEW FILE **
15182                 perl script to enable easy switching between main and claws
15183                 
15184         * tools/README
15185                 added descriptions of the two new perl scripts          
15186
15187
15188 2001-12-07 [melvin]     0.6.5claws58
15189
15190         * src/messageview.c
15191                 fixed a warning during compilation introduced in 0.6.5claws56
15192
15193 2001-12-07 [paul]       0.6.5claws57
15194
15195         * src/mainwindow.[ch]
15196         * src/menu.[ch]
15197                 further usability enhancements to replying with or without 
15198                 quoting via the toolbar, use of Ctrl key is replaced by 
15199                 drop down menu 
15200                 Submitted by Carsten Schurig            
15201
15202 2001-12-07 [melvin]     0.6.5claws56
15203
15204         * src/messageview.c
15205                 hack to fix bug that prevented to make/paste selections
15206                 after switching between MVIEW_TEXT and MVIEW_MIME views
15207                 without deselecting the selection first.
15208
15209 2001-12-06 [alfons]     0.6.5claws55
15210
15211         * src/filtering.[ch]
15212         * src/inc.c
15213                 revise filtering a little bit more, and make sure
15214                 messages are delivered to the appropriate inbox
15215                 (perhaps set per account)
15216
15217 2001-12-06 [paul]       0.6.5claws54
15218
15219         * sync with sylpheed 0.6.5cvs22
15220                 see ChangeLog entry 2001-12-06
15221
15222 2001-12-05 [alfons]     0.6.5claws53
15223
15224         * src/inc.c
15225         * src/folder.[ch]
15226         * src/procmsg.c
15227         * src/filtering.c
15228                 more revisions of filtering system
15229                 (last stable version is marked as LAST_STABLE)
15230                 
15231                 | NOTE 1): the filtering system now uses a local folder called
15232                 | .processing. if filtering fails, check this directory
15233                 | for missing messages.
15234                 |
15235                 | NOTE 2): help us find the filtering actions still missing
15236
15237 2001-12-05 [paul]       0.6.5claws52
15238
15239         * src/mainwindow.c
15240                 fix bug where 'Empty Trash?' pop-up window appears even
15241                 when Trash is empty, submitted by Jesse Skinner         
15242
15243 2001-12-05 [melvin]     0.6.5claws51
15244
15245         * src/compose.c
15246                 fixed bug #486106 to select correct account when reediting 
15247                 a queued message
15248         
15249 2001-12-04 [alfons]     0.6.5claws50
15250
15251         * src/mh.c
15252                 declare markfile in appropriate functions when
15253                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15254                 for spotting this)
15255
15256 2001-12-04 [paul]       0.6.5claws49
15257
15258         * sync with sylpheed 0.6.5cvs21
15259                 see ChangeLog entry 2001-12-04
15260
15261 2001-12-03 [christoph]  0.6.5claws48
15262
15263         * po/de.po
15264                 changed translation of undo
15265         * src/account.c
15266         * src/folder.c
15267                 don't reinvent the wheel to traverse a GNode
15268         * src/compose.[ch]
15269                 seperate code to create the compose gui into functions
15270                 add "Others" page with folder selection for saving copy
15271                 of the message.
15272                 the folder identifier is saved to queue header
15273         * src/procmsg.c
15274                 save message to folder in queue header
15275
15276 2001-12-03 [paul]       0.6.5claws47
15277
15278         * sync with sylpheed 0.6.5cvs20
15279                 see ChangeLog entry 2001-12-03
15280
15281 2001-12-01 [paul]
15282
15283         * more sync with sylpheed 0.6.5cvs19
15284                 see ChangeLog entry 2001-11-29
15285
15286 2001-11-30 [paul]       0.6.5claws46
15287         
15288         * src/compose.c
15289                 remove conflicts introduced by Hoa's last commit
15290          
15291         * src/mainwindow.c
15292                 make 'Message/Bounce' sensitive
15293
15294 2001-11-30 [hoa]        0.6.5claws45
15295
15296         * src/compose.c
15297                 slightly change bounce function to add
15298                 information about the user that bounced the mail
15299                 in the From header line.
15300
15301         * src/folderview.c
15302                 permit the use of processing in outbox folder.
15303
15304 2001-11-29 [paul]       0.6.5claws44
15305
15306         * src/mainwindow.[ch]
15307         * src/prefs_common.c
15308         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15309         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15310         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15311                 usability enhancements to the quoting, implements
15312                 use of Ctrl key to toggle quoting settings
15313                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15314
15315 2001-11-29 [paul]       0.6.5claws43
15316         
15317         * sync with sylpheed 0.6.5cvs19
15318                 see ChangeLog entry 2001-11-28
15319
15320 2001-11-29 [melvin]     0.6.5claws42
15321         * src/Makefile.am
15322                 added enriched.[ch] to the list of files
15323
15324         * src/textview.c
15325         * src/mimeview.c
15326         * src/procmime.[ch]
15327         * src/enriched.[ch]
15328                 added support to view text/enriched
15329                 added support to show headers in message view for text/enriched and text/html
15330                         in non multipart messages
15331
15332 2001-11-28 [paul]       0.6.5claws41
15333
15334         * more sync with sylpheed 0.6.5cvs18
15335                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15336
15337 2001-11-27 [paul]       0.6.5claws40
15338         
15339         * po/pt_BR.po
15340                 updated translation, submitted by Fabio Junior Beneditto
15341                 
15342         * sync with sylpheed 0.6.5cvs18
15343                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15344                 2001-11-27
15345
15346
15347 2001-11-26 [paul]
15348
15349         * po/es.po
15350                 updated translation, submitted by Ricardo Mones Lastra
15351
15352 2001-11-26 [alfons]
15353
15354         * src/matcher.c
15355                 add more translatable strings
15356
15357 2001-11-26 [christoph]  0.6.5claws39
15358
15359         * po/de.po      
15360                 fixed one more umlaut
15361         * src/compose.c
15362                 fix translated header when it should not be translated
15363
15364 2001-11-26 [paul]       0.6.5claws38
15365
15366         * src/mainwindow.c
15367                 remove '/Message/Add Sender to address book' from 
15368                 main_window_set_menu_sensitive(), prevent debug warning
15369                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15370
15371 2001-11-26 [paul]       0.6.5claws37
15372
15373         * src/summaryview.c
15374                 fix 'recurring unread state' bug 
15375
15376         * tools/README 
15377         * tools/filter_conv.pl
15378                 read name of top level mailbox from folderlist.xml
15379                 and presume nothing about its name              
15380
15381 2001-11-26 [darko]      0.6.5claws36
15382
15383         * src/gtkstext.[ch]
15384                 removed functions that are now in gtkutils.c
15385                 use gtkut_text_is_uri_string() from gtkutils.c
15386         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15387
15388 2001-11-26 [paul]       0.6.5claws35
15389
15390         * sync with sylpheed 0.6.5cvs16
15391                 see ChangeLog entries 2001-11-25 and 2001-11-26
15392
15393 2001-11-25 [alfons]     0.6.5claws34
15394
15395         EXPERIMENTAL!!! Please checkout the last stable version using: 
15396           
15397         % cvs update -r LAST_STABLE -dRAP
15398
15399         (Or help us testing this stuff.)
15400
15401         * src/filtering.c               (1.14)
15402         * src/filtering.h               (1.6)
15403         * src/inc.c                     (1.28)
15404         * src/matcher.c                 (1.20)
15405         * src/mbox.c                    (1.9)
15406         * src/procmsg.h                 (1.14)
15407         * src/summaryview.c             (1.59)
15408         * src/summaryview.h             (dunno)
15409                 revert/merge/sync to as it was before commit 
15410                 on Thu, 19 Jul 2001 10:15:51 -0700.
15411
15412 2001-11-25 [hoa]        0.6.5claws33
15413
15414         * src/main.c
15415                 processing mails at startup
15416
15417         * src/folderview.c
15418         * src/summaryview.[ch]
15419                 processing mails when entering folder
15420
15421         * src/prefs_filtering.c
15422                 fixed some UI bugs
15423
15424 2001-11-24 [alfons]     0.6.5claws32
15425
15426         * src/summaryview.[ch]
15427                 make summary sort headers work, and also make
15428                 sure the sort type is stored
15429
15430 2001-11-23 [alfons]     0.6.5claws31
15431
15432         * src/summaryview.[ch]
15433                 make lock work like mark
15434                 disallow deleting messages marked as locked
15435
15436 2001-11-23 [alfons]     0.6.5claws30
15437
15438         * src/gtkstext.c
15439         * src/compose.[ch]
15440         * src/Makefile.am
15441         * src/undo.[ch]
15442                 merge undo patch submitted by Jens
15443
15444 2001-11-23 [christoph]  0.6.5claws29
15445
15446         * src/.cvsignore
15447                 added ylwrap
15448         * src/compose.c
15449                 fixed gpg signing and encoding
15450         * src/folder.[ch]
15451         * src/main.c
15452                 added --status option to get new, unread and total
15453                 message count from a running sylpheed
15454         * src/prefs_common.c
15455                 temporary fix for reply_with_quote problem
15456                 (don't call functions for non existing widget)
15457         * src/procmsg.c
15458                 one more check for ignored threads but still not
15459                 always working correctly. probably a recursive
15460                 check for all parents is needed
15461
15462 2001-11-23 [darko]      0.6.5claws28
15463
15464         * src/compose.c
15465                 wrapping on send improvements
15466         * src/gtkutils.[ch]
15467                 fix for GtkSText after last sync with main branch
15468                 GTK_TEXT -> GTK_STEXT
15469
15470 2001-11-23 [paul]       0.6.5claws27
15471
15472         * sync with sylpheed 0.6.5cvs14
15473                 see ChangeLog entries 2001-11-22 and 2001-11-23
15474                 
15475         * po/de.po
15476                 fixed the scrambled umlauts 
15477                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15478
15479 2001-11-21 [paul]       0.6.5claws26
15480
15481         * sync with sylpheed 0.6.5cvs12
15482                 see 2nd ChangeLog entry dated 2001-11-20
15483
15484 2001-11-20 [paul]       0.6.5claws25
15485
15486         * sync with sylpheed 0.6.5cvs11
15487                 see ChangeLog entry 2001-11-19 (src/utils.c)
15488
15489 2001-11-20 [hiro]
15490
15491         * src/compose.c
15492                 GTK_TEXT -> GTK_STEXT
15493                 fix for wrong comment
15494
15495 2001-11-20 [hiro]       0.6.5claws24
15496
15497         * src/compose.[ch]
15498                 more merges from main branch
15499                 removed fatal warnings (uninitialized variables etc.)
15500                 some coding style fix
15501         * src/gtkutils.h
15502                 fixed typo.
15503         * src/addressbook.c
15504           src/addrindex.c
15505                 V-Card -> vCard
15506
15507 2001-11-19 [hoa]        0.6.5claws23
15508
15509         * src/filtering.c
15510         * src/prefs_scoring.c
15511         * src/matcher.[ch]
15512         * src/scoring.c
15513                 cleaning code
15514
15515         * src/matcher_parser_parse.y
15516         * src/prefs_filtering.c
15517                 bouncing
15518
15519 2001-11-19 [alfons]     0.6.5claws22
15520
15521         more of my old things into claws
15522
15523         * src/Makefile.am
15524         * src/prefs_common.c
15525         * src/procmsg.h
15526         * src/summaryview.[ch]
15527         * src/prefs_summary_column.c
15528         * src/pixmaps/locked.xpm
15529                 add indicators for locking of message in summary view
15530                 (does not work yet, only visual indicator)
15531
15532 2001-11-19 [paul]       0.6.5claws21
15533
15534         * sync with sylpheed 0.6.5cvs10
15535                 see ChangeLog entry 2001-11-19
15536
15537 2001-11-18 [alfons]     0.6.5claws20
15538         
15539         * src/filtering.c
15540                 remove an inadvertent free I forgot in previous clean up 
15541
15542 2001-11-18 [alfons]     0.6.5claws19
15543
15544         * src/filtering.[ch]
15545                 clean up & plug leaks
15546
15547 2001-11-18 [paul]       0.6.5claws18
15548
15549         * sync with sylpheed 0.6.5cvs9
15550                 see ChangeLog entries 2001-11-17 and 2001-11-18
15551
15552 2001-11-16 [paul]       0.6.5claws17
15553
15554         * sync with sylpheed 0.6.5cvs8
15555                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15556
15557 2001-11-16 [paul]       0.6.5claws16
15558
15559         * sync with sylpheed 0.6.5cvs7
15560                 see ChangeLog entries 2001-11-15 and 2001-11-16
15561
15562 2001-11-15 [hoa]        0.6.5claws15
15563
15564         * src/compose.c
15565                 fix bounce, mails we received couln't be bounced to ourself.
15566
15567         * src/defs.h
15568         * src/filtering.[ch]
15569         * src/matcher.[ch]
15570         * src/matcher_parser.h
15571         * src/matcher_parser_lex.l
15572         * src/matcher_parser_parse.y
15573         * src/inc.c
15574         * src/main.c
15575         * src/mbox.c
15576         * src/prefs_filtering.[ch]
15577         * src/mainwindow.c
15578         * src/prefs_matcher.c
15579         * src/prefs_scoring.c
15580         * src/scoring.[ch]
15581         * src/summaryview.c
15582                 new matcher/filter/score configuration file parser
15583                 one unique configuration file => ~/.sylpheed/matcherrc
15584                 import in currently automatic, then save are made
15585                 in this new file.
15586                 one filter per folder and one global filter
15587                 (filter of a folder will be used as folder processing)
15588
15589         * src/folder.c
15590                 fix a bug in folder_item_get_identifier
15591                 
15592         * src/messageview.c
15593                 receive receipt return are fixed.
15594
15595 2001-11-14 [alfons]     0.6.5claws14
15596
15597         * src/session.h
15598                 add things from main branch to make claws compile
15599
15600 2001-11-14 [paul]       0.6.5claws13
15601
15602         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15603                 see ChangeLog entries 2001-11-08 to 2001-11-14
15604
15605 2001-11-14 [hoa] 0.6.5claws12
15606
15607         * src/compose.[ch]
15608         * src/mainwindow.c
15609         * src/summaryview.c
15610                 add "bounce mail" option
15611
15612 2001-11-13 [christoph]  0.6.5claws11
15613
15614         * src/compose.c
15615                 Cleanup a mess i add before commiting
15616
15617 2001-11-13 [hoa]        0.6.5claws10
15618
15619         * src/compose.c
15620                 some fixes when mail are sent or
15621                 for crossposts
15622
15623 2001-11-13 [christoph]  0.6.5claws9
15624
15625         * po/de.po
15626                 Changed two string with the same translation
15627         * src/compose.c
15628         * src/procmsg.[ch]
15629         * src/send.[ch]
15630                 New mailsending process:
15631                   - Always queue message before sending
15632                     (message will be saved if sylpheed crashed or
15633                      freezes while sending)
15634                   - Allow queuing of newspostings
15635                   - No copy in outbox before sending
15636                     (closes bug #469501)
15637                   - No more redundant code for send and send_later
15638         * src/summaryview.c
15639                 Applied wwp <subscript@free.fr>'s patch that fixes
15640                 marks for multiple forwarded messages (+compose.c)
15641
15642 2001-11-12 [alfons]
15643
15644         * README.claws
15645                 remove things that are now in main branch
15646         
15647         * po/nl.po
15648                 update Dutch translation
15649
15650 2001-11-12 [mhadasht]   0.6.5.claws8
15651
15652         * src/prefs_common.c
15653                 re-enabled account autoselection feature for forward
15654                 and reedit lost during the branch point for SYNC-B4-REL
15655         * src/gtkspell.c
15656                 gtkpspell_get_dict(): more readable code (even if function is
15657                 not used yet)
15658         * ChangeLog.claws
15659                 added version number info to 2001-11-12 [hiro] comment.
15660
15661 2001-11-12 [hiro]       0.6.5.claws7
15662
15663         * src/compose.c
15664                 compose_forward(): fixed a bug that forward quote mark
15665                 wasn't used.
15666                 removed unnecessary code.
15667         * src/template_select.[ch]: removed.
15668
15669 2001-11-11 [alfons]
15670
15671         * src/compose.c
15672                 :%s/GTK_TEXT/GTK_STEXT/g
15673         
15674         * src/compose.[ch]
15675         * src/undo.[ch]
15676         * src/Makefile.am
15677                 revert the undo stuff (this is 0.6.6claws stuff)
15678
15679 2001-11-11 [hoa]        0.6.5.claws6
15680
15681         * src/compose.[ch]
15682                 Insert signature at the end of the text.
15683                 Added undo patch but currently disabled
15684
15685         * src/procmsg.c
15686                 Threading by subject improved.
15687
15688         * added src/undo.[ch]
15689                 Undo module for compose dialog box.
15690
15691 2001-11-11 [alfons]     0.6.5.claws5
15692
15693         * src/procmsg.c
15694                 prevent threading by subject on nodes that have already been
15695                 threaded by in-reply-to (as in "circular references in a tree
15696                 result in a dead branch")
15697
15698 2001-11-09 [hoa]        0.6.5.claws4
15699         
15700         * src/folderview.c
15701                 allows creation of mbox folder item from any files.
15702
15703 2001-11-09 [alfons]     0.6.5.claws3
15704         
15705         * src/utils.c
15706         * src/procmsg.c
15707                 do what I mean and correct threading by subject so it really
15708                 ignores attracting lines without "Re: "
15709
15710 2001-11-07 [alfons]     0.6.5.claws2
15711
15712         * src/procmsg.c
15713         * src/utils.[ch]
15714                 only attract by subject if a subject line starts with a "Re: "
15715         * src/syldap.c
15716                 remove warning
15717
15718 2001-11-07 [paul]       0.6.5claws1
15719
15720         * sync with sylpheed 0.6.5. release
15721                 see ChangeLog entry 2001-11-07
15722
15723 2001-11-07 [paul]       0.6.4claws31
15724
15725         * sync with sylpheed 0.6.4cvs18
15726                 see ChangeLog entries 2001-10-30 to 2001-11-07
15727                 prefs_templates.[ch] renamed prefs_template.[ch]
15728
15729 2001-11-06 [alfons]
15730         
15731         * src/utils.h
15732                 add semicolon Hoa forgot ;-)
15733                 
15734
15735 2001-11-06 [hoa]        0.6.4claws30
15736         
15737         * src/procmsg.c
15738         * src/summaryview.c
15739         * src/utils.c
15740         * src/utils.h
15741                 threading by subject - empty subject are ignored
15742
15743 2001-11-06 [christoph]  0.6.4claws29
15744
15745         * src/socket.c
15746                 use SSL_peek for sock_gets
15747         * src/utils.c
15748                 removed unneeded pointer in extracting quoted
15749                 names implementation
15750
15751 2001-11-06 [melvin]     0.6.4claws28
15752
15753         * src/gtkspell.c
15754                 fixed bug #476792 Selection overtyping with spell checker
15755                 fixed bug which could cause a buffer overflow
15756                 fixed a memory leak
15757
15758 2001-11-06 [hoa]        0.6.4claws27
15759         
15760         * src/procmsg.c
15761         * src/summaryview.c
15762                 threading by subject
15763
15764 2001-11-05 [alfons]     0.6.4claws26
15765         
15766         * README.claws
15767                 Claws -> Sylpheed (vice versa)
15768
15769         * src/compose.c
15770                 :%s/gtk_text/gtk_stext/g
15771                 :%s/GTK_TEXT/GTK_STEXT/g
15772                 (thanks to Jonathan Ware for spotting this)
15773
15774 2001-11-04 [christoph]  0.6.4claws25
15775
15776         * src/summaryview.c
15777                 replace Xalloca + strdup with Xstrdup_a
15778         * src/utils.c
15779                 better implementation of extracting quoted names
15780                 from addresses (remove backlashes and ignore
15781                 quotes after them)
15782
15783 2001-11-04 [alfons]     0.6.4claws24
15784
15785         * src/utils.[ch]
15786                 edit to comply more with coding style
15787
15788         * src/textview.c
15789                 fix bug reported by Kim Schulz. introduced by the patch integrated
15790                 in 0.6.4claws15. the code did not check the return value of
15791                 the html parser.
15792
15793         * AUTHORS
15794                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15795
15796 2001-11-04 [christoph]  0.6.4claws23
15797
15798         * src/main.c
15799         * src/prefs_common.[ch]
15800                 init some pointers that possibly caused a segfault
15801                 reported in the claws-users ML
15802
15803 2001-11-04 [hoa]        0.6.4claws22
15804
15805         * src/grouplistdialog.c
15806                 change the names of the nodes in the tree
15807
15808         * src/compose.c
15809                 enhanced mailto syntax as described in
15810                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15811                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15812
15813         * src/utils.c
15814                 encode and decode URI (useful when opening URL into
15815                 netscape).
15816
15817 2001-11-03 [hoa]        0.6.4claws21
15818
15819         * src/grouplistdialog.c
15820                 a new newsgroups list selection dialog box
15821                 with a CTree instead of a CList
15822
15823 2001-11-03 [hoa]        0.6.4claws20
15824
15825         * src/folderview.c
15826                 enable property and scoring options when right
15827                 click on "inbox"
15828
15829         * src/summaryview.c
15830                 fixed bug when nickname were displayed using
15831                 the address book.
15832
15833 2001-11-02 [darko]      0.6.4claws19
15834
15835         * src/compose.c
15836                 new wrap quotation and URL/long words wrapping implementation
15837         * src/compose.c src/gtkstext.[ch]
15838                 move gtkstext_strncmp() to gtkstext.c
15839
15840 2001-11-01 [christoph]  0.6.4claws18
15841
15842         * src/prefs_account.c
15843                 fixed mess in account settings dialog
15844         * src/prefs_folder_item.c
15845                 added label with folder path to dialog
15846
15847 2001-10-31 [match]      0.6.4claws17
15848
15849         * src/vcard.c
15850                 fix memory leak.
15851         * src/addrbook.c
15852                 fix generation of spurious address book file names.
15853                 remove redundant functions.
15854         * po/POTFILES.in
15855                 added missing file names.
15856
15857 2001-10-30 [paul]       0.6.4claws16
15858
15859         * sync with sylpheed 0.6.4cvs6
15860                 see ChangeLog entries 2001-10-26 to 2001-10-30
15861
15862         * tools/filter_conv.pl
15863                 read folderlist.xml to discover whether the top-level
15864                 folder is called 'Mailbox' or 'Mail' 
15865
15866 2001-10-29 [paul]       0.6.4claws15
15867
15868         * src/html.c, src/textview.c
15869                 activate links in html mail and fix clickable parts
15870                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15871
15872 2001-10-29 [paul]
15873
15874         * po/de.po, po/es.po, po/pt_BR/po
15875                 updated translations, submitted by Jens Oberender,
15876                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15877
15878 2001-10-29 [darko]      0.6.4claws14
15879
15880         * src/compose.c
15881                 fix wrapping for good
15882
15883 2001-10-29 [darko]
15884
15885         * src/compose.c
15886                 undo previous change as it broke the smart wrapping
15887
15888 2001-10-29 [darko]      0.6.4claws13
15889
15890         * src/compose.c
15891                 fix infinite loop when long URL is quoted
15892                 (closes bug #475122.
15893
15894 2001-10-28 [match]
15895
15896         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15897                 import Mutt address book
15898         * src/ldif.[ch] src/importldif.h
15899                 modified import LDIF handle user attributes
15900
15901 2001-10-28 [christoph]  0.6.4claws12
15902
15903         * src/summaryview.c
15904                 fixed that filtering did not work if there
15905                 were no filter rules
15906                 (closes bug #472003 and better implementation
15907                  of patch #474644)
15908
15909 2001-10-27 [christoph]  0.6.4claws11
15910
15911         * src/compose.c
15912                 make the folder's default account to be used when
15913                 replying. (patch by wwp <subscript@free.fr>)
15914         * src/compose.c
15915                 code cleanup, nearly killed all of wwp's patch
15916                 for folder's default account in compose
15917         * src/folderview.c
15918                 error panel when a folder could not be created
15919                 (closes bug #471080 new folder name & already
15920                  existing file)
15921
15922 2001-10-26 [alfons]
15923
15924         * src/utils.h
15925                 change prototype of strstr2() that Christoph forgot about
15926
15927 2001-10-26 [christoph]  0.6.4claws10
15928
15929         * src/account.c
15930                 made search for accounts by email address not case
15931                 sensitive
15932         * src/folder.c
15933                 fixed memory leak in folder_item_get_identifier
15934         * src/gtkspell.c
15935         * src/utils.c
15936                 fixed wrong strstr2 (should work like strstr)
15937
15938 2001-10-26 [darko]      0.6.4claws9
15939
15940         * src/compose.c src/gtkstext.[ch]
15941         * src/gtkstext.c
15942                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15943
15944 2001-10-26 [paul]       0.6.4claws8
15945
15946         * src/html.c
15947                 ignore css and javascript tags in html mail
15948                 case-insensitive, with or without double-quoted
15949                 strings
15950
15951 2001-10-26 [paul]       0.6.4claws7
15952
15953         * sync with sylpheed 0.6.4cvs1
15954                 see ChangeLog entry 2001-10-26
15955
15956         * src/prefs_account.c, src/prefs_common.c,
15957           src/prefs_summary_column.c
15958                 minor improvements to the English
15959
15960 2001-10-25 [alfons]     0.6.4claws6
15961
15962         * src/gtkstext.c
15963         
15964                 make GtkSText follow style of GtkText (closes bug 
15965                 #469211 "text selection while writing message")
15966                 
15967                 do sync with GTK 1.2.10
15968
15969 2001-10-25 [paul]       0.6.4claws5
15970
15971         * src/html.c
15972                 ignore css tags in html mail
15973
15974 2001-10-25 [darko]      0.6.4claws4
15975
15976         * src/compose.c
15977                 don't declare is_url_string as static function since
15978                 we need it in gtkstext.c
15979         * src/gtkstext.c
15980                 remove unused variable
15981                 don't wrap long URLs while composing a message
15982
15983 2001-10-24 [christoph]  0.6.4claws3
15984
15985         * src/socket.c
15986                 fix ssl deadlock, when peer closes connection
15987
15988 2001-10-24 [paul]       0.6.4claws2
15989
15990         * src/prefs_common.c
15991                 gettextize the gpg ascii-armored warning message
15992
15993         * src/compose.c
15994                 insert a DOS/MAC file into the composed message
15995                 (improvements)
15996
15997         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15998
15999 2001-10-22 [paul]       0.6.4claws1
16000
16001         * sync with sylpheed 0.6.4 release
16002                 see ChangeLog entries 2001-10-21
16003
16004         * po/fr.po, po/pt_BR.po
16005                 updated by Melvin Hadasht and Fabio Junior Beneditto
16006
16007 2001-10-21 [paul]       0.6.3claws30
16008
16009         * src/compose.c
16010                 insert a DOS text file from the compose window
16011                 into the composed message text (removes CRs characters)
16012                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16013
16014         * tools/filter_conv.pl, tools/README
16015                 automatically use ~/.sylpheed as working directory
16016                 print out confirmation message on completion
16017
16018         * correct Hoa's last ChangeLog.claws entry
16019
16020 2001-10-20 [hoa]        0.6.3claws29
16021
16022         * src/grouplistdialog.c
16023                 bugfix (another ?) to give the right
16024                 newsgroups list for each news server.
16025
16026         * src/news.c
16027         * src/news.h
16028                 improve the newsgroups list cache
16029
16030 2001-10-20 [paul]       0.6.3claws28
16031
16032         * sync with sylpheed 0.6.3cvs9
16033                 see ChangeLog entry 2001-10-19
16034
16035         * correct Alfons' last ChangeLog.claws entry
16036
16037 2001-10-19 [alfons]
16038
16039         * src/pgptext.[ch]
16040                 fix compilation problems (part of bug #472895)
16041
16042 2001-10-18 [hoa]        0.6.3claws27
16043
16044         * src/grouplistdialog.c
16045                 bugfix when we refresh was clicked (bug 472701)
16046
16047 2001-10-19 [christoph]  0.6.3claws26
16048
16049         * src/compose.c
16050                 last header entry should default to "To:" or
16051                 "Newsgroups:" and not copy the last entry line
16052                 in a new compose window
16053                 (closes bug #472686, #470792)
16054
16055 2001-10-19 [paul]       0.6.3claws25
16056
16057         * sync with Sylpheed 0.6.3cvs8
16058                 see ChangeLog entries 2001-10-18 and 2001-10-19
16059
16060 2001-10-18 [christoph]  0.6.3claws24
16061
16062         * src/procmsg.c
16063                 reimplement ignore thread
16064         
16065 2001-10-18 [hoa]        0.6.3claws23
16066
16067         * src/folderview.c
16068         * src/grouplistdialog.[ch]
16069                 enhanced news subscription interface (feature 469113)
16070
16071         * src/news.c
16072         * src/news.h
16073                 enchanced newsgroup listing,
16074                 now, we can get groups informations
16075                 (NNTPGroupInfo)
16076
16077 2001-10-18 [paul]       0.6.3claws22
16078
16079         * src/summaryview.c
16080                 remove comment (sync with main branch)
16081         * src/mainwindow.c
16082                 fix 'Re-edit' bug in 'Message' menu
16083
16084 2001-10-17 [christoph]  0.6.3claws21
16085
16086         * src/compose.c
16087                 ignore empty or whitespace only header lines
16088
16089 2001-10-17 [paul]       0.6.3claws20
16090
16091         * sync with sylpheed 0.6.3cvs7
16092                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16093                 2001-10-17
16094
16095 2001-10-17 [darko]
16096
16097         * src/compose.c
16098                 wrap long lines without spaces
16099                 don't wrap URLs
16100
16101 2001-10-16 [paul]
16102
16103         * po/es.po, po/nl.po, po/pt_BR.po
16104                 updated by Ricardo Mones Lastra, Alfons,
16105                 and Fabio Junior Beneditto
16106
16107         * sylpheed-0.6.3claws released
16108
16109 2001-10-15 [melvin] 0.6.3claws18
16110
16111         * README.claws
16112                 added summary and detailed installation instructions
16113                 for spell checker
16114         * po/fr.po
16115                 Updated, corrected and completed french translation
16116
16117 2001-10-15 [hoa] 0.6.3claws17
16118         * src/grouplistdialog.c
16119                 we can choose the newsgroups to display with wildcards
16120
16121 2001-10-15 [christoph]  0.6.3claws16
16122
16123         * src/account.c
16124         * src/compose.c
16125         * src/prefs_folder_item.[ch]
16126                 applied wwp <subscript@free.fr>'s folder
16127                 default account patch
16128         * po/de.po
16129                 Fixed wrong translation
16130
16131 2001-10-13 [alfons, christoph, melvin]  
16132                         0.6.3claws15
16133
16134         solution #2 to solve MT-safety problems defers all GUI related calls
16135         to the main thread using a gtk_idle_add() callback. discussed on
16136         ircnet #sylpheed, with christoph spotting some issues with the
16137         original code, and melvin allowing us to lobotomize his sylpheed.
16138
16139         * src/syldap.[ch], src/main.c
16140                 fix race problem in ldap search thread by deferring GUI 
16141                 stuff to main thread using gtk_idle_add()
16142
16143 2001-10-13 [paul]       0.6.3claws14
16144
16145         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16146                 add Sergey's smtpcred.patch
16147                 adds separate username/password setting for SMTP Auth
16148                 needed by some servers
16149                 (closes feature request #471659)
16150
16151 2001-10-13 [paul]       0.6.3claws13
16152
16153         * src/pgptext.[ch] **NEW FILES**
16154         * src/Makefile.am, src/messageview.c, src/mimeview.c
16155                 decrypt ascii-armored gpg text embedded in
16156                 the message body.
16157                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16158
16159 2001-10-13 [christoph]  0.6.3claws12
16160
16161         * README.claws
16162                 some more details on default to and
16163                 feature requests
16164         * src/main.c
16165                 init glib threading when ldap is used
16166         * src/syldap.c
16167                 threading fixes
16168         * po/de.po
16169                 fixed a typo
16170
16171 2001-10-12 [paul]       0.6.3claws11
16172
16173         * src/prefs_common.[ch], src/rfc2015.c
16174                 enable ascii-armored gpg text to be embedded in the
16175                 message body, selectable through the 'Privacy'
16176                 preferences. Supports encrypting only.
16177                 Submitted by Ravemax <ravemax@dextrose.com>
16178
16179 2001-10-12 [paul]       0.6.3claws10
16180
16181         * sync with sylpheed 0.6.3cvs6
16182                 see ChangeLog entries 2001-10-11 and 2001-11-12
16183
16184         * src/folderview.c
16185                 incorporated mbox folders, scoring, and folder
16186                 properties into the sync
16187
16188 2001-10-12 [darko]      0.6.3claws9
16189
16190         * README.claws
16191                 describe quotation wrapping
16192         * src/compose.c
16193                 don't treat tab as space to calculate line length properly
16194
16195 2001-10-11 [alfons]
16196
16197         * README.claws
16198                 correct description of how to make new filtering system work,
16199                 add some other things
16200                 
16201         * src/syldap.c
16202                 remove sched_yield() (not necessary / unportable)
16203
16204 2001-10-11 [paul]       0.6.3claws8
16205
16206         * sync with sylpheed 0.6.3cvs3
16207                 see ChangeLog entry 2001-10-10
16208
16209 2001-10-10 [christoph]  0.6.3claws7
16210
16211         * .cvsignore
16212                 ignore 2 files created by newer autotools
16213         * src/prefs_folder_item.c
16214                 using table for widget alignment
16215                 fixed memory leak and broken octal display
16216         * src/filesel.c
16217                 fixed segfault caused by lost filename
16218                 workaround (closes bug #469551)
16219
16220 2001-10-10 [paul]       0.6.3claws6
16221
16222         * sync with sylpheed 0.6.3cvs2
16223                 see ChangeLog entries 2001-10-09 and 2001-10-10
16224
16225 2001-10-10 [darko]      0.6.3.claws5
16226
16227         * src/gtkstext.c
16228                 proper calculation of right margin if smart wrapping is enabled
16229         * src/compose.c
16230                 automatically wrap long lines if wrap quotation is enabled
16231
16232 2001-10-09 [alfons]     0.6.3.claws4
16233
16234         * src/summaryview.c
16235                 select correct row when deleting last row in the summary view (and
16236                 close bug "[ #469104 ] select second last in list when deleting")
16237
16238 2001-10-09 [paul]       0.6.3claws3
16239
16240         * sync with sylpheed 0.6.3cvs1
16241                 updated some autotool scripts
16242
16243 2001-10-09 [darko]      0.6.3claws2
16244
16245         * src/gtkstext.[ch]
16246                 new name and mark with Sylpheed comment
16247         * src/compose.c
16248                 smart quotation wrapping a-la VIM
16249
16250 2001-10-08 [paul]       0.6.3claws1
16251
16252         * sync with sylpheed 0.6.3 release
16253                 see ChangeLog entry 2001-10-08
16254
16255 2001-10-08 [paul]       0.6.2claws24
16256
16257         * src/summaryview.c
16258                 more sync with sylpheed 0.6.2cvs12
16259                 Fixed the bug that didn't select the last row correctly
16260
16261
16262 2001-10-07 [paul]       0.6.2claws23
16263
16264         * sync with sylpheed 0.6.2cvs12
16265                 see ChangeLog entry 2001-10-07
16266
16267 2001-10-06 [match]
16268         * src/jpilot.[ch]
16269                 enable jpilot to read unsynch'ed addresses.
16270
16271         * src/editldap_basedn.c
16272                 fix segfault when opening dialog.
16273
16274 2001-10-06 [alfons]     0.6.2.claws22
16275
16276         * src/summaryview.c
16277                 fix bug with summary view selecting last *inserted*
16278                 node instead of last *visible* node. remember we
16279                 work with a tree
16280
16281 2001-10-06 [paul]       0.6.2claws21
16282
16283         * po/pt_BR.po
16284                 updated translation, contains some fixes and new
16285                 translations, submitted by Gustavo Noronha Silva
16286                 <kov@debian.org>
16287
16288         * src/prefs_common.c
16289                 change 'each' to 'every' - fix dubious English
16290
16291         * sync with sylpheed 0.6.2cvs11
16292
16293 2001-10-05 [alfons]     0.6.2claws20
16294
16295         * src/mainwindow.[ch], src/folderview.c
16296                 make composite tool button switch between "Compose News"
16297                 and "Compose Mail" depending on selected folder
16298                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16299
16300 2001-10-05 [paul]       0.6.2claws19
16301
16302         * src/mainwindow.c, src/summaryview.c
16303                 fix 'Message/Reply to all', broken in last commit
16304
16305         * src/compose.c
16306                 fix X_BEENTHERE seg fault, thanks to Alfons
16307
16308 2001-10-04 [paul]       0.6.2claws18
16309
16310         * src/compose.[ch], src/mainwindow.c
16311                 make "Message/Reply" reply to mailing lists; matches
16312                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16313                 based on portions of the patch submitted by
16314                 Junichi Uekawa <dancer@netfort.gr.jp>
16315
16316 2001-10-04 [darko]      0.6.2claws17
16317
16318         * src/compose.c
16319                 better smart wrapping
16320         * src/gtkstext.[hc]
16321                 a function to make text buffer contiguous
16322
16323 2001-10-03 [paul]       0.6.2claws16
16324
16325         * sync with sylpheed 0.6.2cvs10
16326
16327 2001-10-02 [alfons]
16328
16329         * configure.in
16330         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16331                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16332                 references to chinese translations (hope someone picks up
16333                 this)
16334
16335 2001-10-02 [christoph]  0.6.2claws15
16336
16337         * src/compose.c
16338                 fixed non translated header bug
16339         * ChangeLog.claws
16340                 fixed wrong date in alfons last entry ;)
16341
16342 2001-10-02 [alfons]     0.6.2claws14
16343
16344         * src/compose.c, src/prefs_common.[ch]
16345                 add block cursor option
16346
16347 2001-10-02 [paul]       0.6.2claws13
16348
16349         * sync with sylpheed 0.6.2cvs9
16350
16351 2001-09-30 [paul]       0.6.2claws12
16352
16353         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16354                 updated translations
16355
16356         * po/POTFILES.in
16357                 add 'src/importldif.c'
16358
16359         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16360                 added eudora-to-vCard conversion tool
16361                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16362
16363         * sync with sylpheed 0.6.2cvs8
16364
16365 2001-09-30 [paul]
16366
16367         * sylpheed-0.6.2claws released
16368
16369 2001-09-27 [melvin]     0.6.2claws11
16370
16371         * src/gtkspell.c
16372                 fixed crash when using default path (introduced 
16373                 in 0.6.2claws10)
16374                 fixed tiny bug for initial suggestion mode
16375
16376 2001-09-27 [melvin]     0.6.2claws10
16377         
16378         * src/gtkspell.c
16379                 fixed bug where gtkpspell didn't set the path correctly
16380
16381         * README.claws
16382                 added a paragraph about spell checking
16383                 
16384
16385
16386 2001-09-27 [paul]       0.6.2claws9
16387
16388         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16389                 replace '// comments' with '/* comments */' to prevent
16390                 some compiler warnings 
16391
16392         * sync with sylpheed 0.6.2cvs6
16393
16394 2001-09-26 [alfons]     0.6.2claws8
16395
16396         * src/messageview.c
16397                 introduce return receipt request notification again,
16398                 which was lost because of other semantics in 
16399                 procheader_parse() (???)
16400
16401 2001-09-26 [christoph]  0.6.2claws7
16402
16403         * src/compose.c
16404                 replace comments for old code with #if 0
16405                 readded auto cc, bcc and reply-to
16406         * src/prefs_matcher.c
16407         * src/prefs_scoring.c
16408                 removed some definition (was moved to
16409                 prefs.h)
16410
16411 2001-09-26 [paul]       0.6.2claws6
16412
16413         * src/mainwindow.c
16414                 make 'Follow-up and reply to' sensitive
16415
16416         * more sync with sylpheed 0.6.2cvs5
16417
16418 2001-09-25 [melvin]
16419
16420         * 0.6.2claws5
16421
16422         * src/gtkspell.c
16423                 fixed bug for "US-ASCII" introduced by the encoding code
16424
16425 2001-09-25 [paul]
16426
16427         * 0.6.2claws4
16428
16429         * src/prefs_common.[ch], src/summaryview.c
16430                 'next unread msg' 'go to next folder?' dialog can be
16431                 given default behaviour, either always show dialog,
16432                 or assume 'yes', or assume 'no'
16433                 Submitted by wwp <subscript@free.fr>
16434
16435 2001-09-25 [melvin]
16436                 
16437         * src/compose.c src/gtkspell.[ch]
16438                 added support for different encodings
16439
16440 2001-09-25 [paul]
16441
16442         * more sync with sylpheed 0.6.2cvs5
16443
16444 2001-09-24 [alfons]
16445         
16446         * src/prefs_folder_item.c
16447                 add check for item->prefs->default_to string is NULL and
16448                 add another check when freeing this string
16449
16450 2001-09-24 [paul]
16451
16452         * configure.in
16453                 change to version 0.6.2claws3
16454
16455         * sync with sylpheed 0.6.2cvs5 
16456
16457 2001-09-24 [match]
16458         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16459                 import LDIF files.
16460         * src/addrcache.[ch], addrindex.[ch]
16461                 small update for future
16462         * src/addrbook.c
16463                 fix test XML file.
16464
16465 2001-09-24 [melvin]
16466         * src/gtkspell.[ch]
16467                 added 'Learn from mistakes' option
16468                 better handling of quotes in checked words
16469                 sorted dict list
16470         * po/fr.po
16471                 small update for spell checking stuff
16472
16473 2001-09-23 [alfons]
16474         
16475         * src/gtkspell.c
16476                 edit a little bit so it complies more with main coding style
16477
16478 2001-09-23 [alfons]
16479
16480         * src/folder.[ch], prefs_folder_item.c, compose.c
16481                 migrate "request return receipt" folder property
16482                 to folderlist.xml
16483
16484 2001-09-22 [alfons]
16485
16486         * README.claws **NEW**
16487                 (add things of interest for users of main branch 
16488                 and claws here)
16489
16490         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16491                 re-implement threading per folder option, but store 
16492                 the setting in folderlist.xml (where it belongs)
16493
16494 2001-09-21 [melvin]
16495
16496         * src/gtkspell.[ch]
16497                 fixed bug when compose window is under another window
16498         * src/prefs_common.[ch] src/compose.c
16499                 changed 'dictionary_path' to 'dictionary' to be consistent
16500                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16501         * ac/pspell.m4 src/Makefile.am 
16502                 dropped PSPELL_PATH macro
16503         * po/fr.po
16504                 updated translations
16505
16506 2001-09-21 [christoph]
16507
16508         * src/compose.c
16509                 added border around header fields
16510                 keep header type when new field is added
16511
16512 2001-09-20 [christoph]
16513
16514         * src/utils.[ch]
16515                 more portable debug_print with source filename
16516                 and linenumber
16517         * src/procmsg.c
16518                 more newlines after debug messages
16519
16520 2001-09-20 [paul]
16521
16522         * configure.in
16523                 change to version 0.6.2claws2
16524
16525         * sync with sylpheed 0.6.2cvs3
16526
16527 2001-09-19 [melvin]
16528
16529         * src/gtkspell.c
16530                 fixed the post-right-click focus pb
16531                 fixed crash when 'Spell check all' after dict change 
16532                         and when cursor is at the end of the text
16533                 shift-right-click pops up config menu even on misspelled words.
16534         * po/POTFILES.in
16535                 added gtkspell.c
16536
16537 2001-09-19 [melvin]
16538
16539         * src/about.c
16540                 added pspell to compiled-in features list
16541
16542 2001-09-18 [melvin]
16543
16544         * switched to pspell and dropped ispell
16545         * ac/pspell.m4
16546                 new file. autoconf macro for pspell
16547         * ac/Makefile.am 
16548         * configure.in acconfig.h
16549                 added pspell support
16550         * src/Makefile.am
16551         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16552         * src/prefs_common.[ch] 
16553                 added pspell support
16554
16555 2001-09-18 [christoph]
16556
16557         * src/addr_compl.c
16558         * src/template.[ch]
16559                 replace LOG_MESSAGE with debug_print
16560         * src/compose.[ch]
16561                 gui improvements
16562         * src/menu.c
16563                 added newline after debug message
16564         * src/utils.h
16565                 using __VA_ARGS__ for debug_print macro
16566         * tools/.cvsignore
16567                 ignore Makefile and Makefile.in
16568
16569 2001-09-18 [paul]
16570
16571         * configure.in
16572                 change to version 0.6.2claws1
16573         * sync with sylpheed 0.6.2cvs1
16574
16575         * src/matcher.c 
16576         * src/prefs_matcher.c
16577                 add 'score equal to' option, submitted by
16578                 Paul Evans <nerd@freeuk.com>
16579
16580 2001-09-15 [christoph]
16581
16582         * src/mainwindow.c
16583                 comment out menu entry not existing in claws
16584         * src/menu.c
16585                 add debug output for non existing menu entries
16586         * src/summaryview.c
16587                 fix next/prev unread message for ignored threads
16588         * src/utils.[ch]
16589                 add sourcefile and line number to debug output
16590                 otherwise it is sometimes hard to find the
16591                 source code part if debug messages are translated
16592
16593 2001-09-14 [darko]
16594         
16595         * src/folderview.c
16596                 refresh target folder style after colour is changed
16597
16598 2001-09-13 [paul]
16599
16600         * configure.in
16601                 change to version 0.6.1claws3
16602
16603         * sync with sylpheed 0.6.1cvs6
16604
16605 2001-09-13 [darko]
16606         
16607         * src/folderview.c
16608                 fix target folder colourization to use user selected colour
16609
16610 2001-09-12 [darko]
16611         
16612         * src/summaryview.c
16613                 fix crash when message that is marked for copy/move is unmarked
16614
16615 2001-09-09 [paul]
16616
16617         * configure.in
16618                 change to version 0.6.1claws2
16619
16620         * sync with sylpheed 0.6.1cvs3
16621
16622 2001-09-09 [alfons]
16623         
16624         * src/folderview.c
16625                 fix bug with default font used for trash folder text
16626
16627 2001-09-06 [paul]
16628
16629         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16630                 updated translations
16631
16632         * configure.in
16633                 change to version 0.6.1claws1
16634
16635         * sync with sylpheed 0.6.1cvs2
16636
16637 2001-09-03 [paul]
16638
16639         * po/POTFILES.in
16640                 add Match's new addressbook
16641
16642         * po/de.po
16643                 updated translation submitted by Jens Oberender
16644
16645 2001-09-02 [paul]
16646
16647         * configure.in
16648                 change to 0.6.1claws
16649         * sync with sylpheed 0.6.1 release
16650
16651 2001-09-02 [paul]
16652
16653         * configure.in
16654                 change to 0.6.0claws2
16655
16656         * sync with sylpheed 0.6.0cvs4
16657
16658         * po/pt_BR.po
16659                 updated translation submitted by Fabio Junior Beneditto
16660
16661 2001-09-01 [match]
16662         * pixmaps/
16663                 interface.xpm
16664                 book.xpm
16665                 address.xpm
16666         * src/
16667                 Makefile.am
16668                 a ton of new files
16669
16670 2001-08-31 [paul]
16671
16672         * configure.in
16673                 change to version 0.6.0claws1
16674
16675         * sync with sylpheed 0.6.0cvs1
16676
16677         * po/es.po
16678                 updated translation submitted by Ricardo Mones Lastra
16679
16680         * po/POTFILES.in
16681                 add 'src/prefs_templates.c'
16682
16683         * src/compose.c, src/summaryview.c
16684                 fix segfault on 'Re_edit'               
16685
16686 2001-08-30 [alfons]
16687
16688         * configure.in, Makefile.am
16689         * tools/Makefile.am
16690                 add tools directory to source distribution
16691
16692 2001-08-30 [paul]
16693
16694         * configure.in
16695                 change to version 0.6.0claws
16696
16697         * sync with sylpheed 0.6.0 release
16698
16699 2001-08-30 [christoph]
16700
16701         * configure.in
16702                 removed autoconf version check
16703
16704 2001-08-30 [paul]
16705
16706         * src/account.c, src/compose.c, src/prefs_common.[ch]
16707         * src/procheader.[ch] src/utils.[ch]
16708                 Enhanced automatic account selection on replies
16709                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16710
16711         * configure.in
16712                 add LDAP and JPilot to the configuration results output.
16713
16714 2001-08-29 [christoph]
16715
16716         * src/summeryview.c
16717                 no bold font for ignored threads
16718
16719 2001-08-29 [paul]
16720
16721         * configure.in
16722                 change to version 0.5.3claws6
16723
16724         * sync with sylpheed 0.5.3cvs10
16725                 src/stringtable.[ch]: New Files
16726
16727         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16728         * src/pixmaps/sylpheed.xpm
16729                 add mini-icons to windows (by Alfons)
16730
16731 2001-08-27 [paul]
16732
16733         * src/mainwindow.c
16734                 new functions: next_labeled_cb(), prev_labeled_cb()
16735
16736         * src/summaryview.c
16737                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16738                 summary_select_next_labeled(), summary_select_prev_labeled()
16739
16740         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16741                 give claws blue folders and a blue trash can
16742
16743 2001-08-27 [paul]
16744
16745         * configure.in
16746                 change to version 0.5.3claws5
16747
16748         * sync with sylpheed 0.5.3cvs9
16749                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16750
16751 2001-08-24 [christoph]
16752
16753         * src/filesel.c
16754                 keep filename when browsing directories
16755                 (not working for user entered filename, but
16756                  for default name and selected filename from
16757                  file list)
16758         * src/mainwindow.c
16759                 fixed wrong spelling "Folllow-up"
16760         * src/mbox_folder.c
16761         * src/procmsg.c
16762         * src/summaryview.c
16763                 fixed new/unread message count with ignored
16764                 threads (2 commits, first didn't notice no
16765                 longer needed decreasing)
16766         * src/inc.c
16767                 readded scrolling of progress dialog
16768                 (lost in sync)
16769
16770 2001-08-24 [paul]
16771
16772         * configure.in
16773                 change to 0.5.3claws4
16774
16775         * sync with sylpheed 0.5.3cvs7
16776
16777 2001-08-24 [christoph]
16778
16779         * src/compose.c
16780                 set request return receipt when replying
16781                 if it is set is the folder prefs of the
16782                 message
16783         * src/inc.c
16784                 disable final error popup if popups are
16785                 disabled in config (again)
16786
16787 2001-08-23 [paul]
16788
16789         * configure.in
16790                 Change version number to 0.5.3claws3
16791
16792         * sync with sylpheed 0.5.3cvs5
16793
16794         * src/mimeview.c
16795                 double quote '%s' in 'gedit %s' to fix bug when
16796                 opening attachment with spaces in the name
16797
16798 2001-08-22 [alte]
16799         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16800           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16801                 initial message templates support
16802
16803
16804 2001-08-22 [paul]
16805
16806         * configure.in
16807                 change version number to 0.5.3claws2
16808
16809         * sync with sylpheed 0.5.3cvs4
16810
16811         * src/procmsg.h src/summaryview.c
16812                 re-implement (un)ignore thread
16813
16814 2001-08-21 [paul]
16815
16816         * src/summaryview.c
16817                 remove unnecessary code
16818         * src/compose.c
16819                 enable 'dynamic' signatures (submitted by
16820                 Eric Limpens <eric@hscg-internet.nl>)
16821
16822 2001-08-21 [paul]
16823
16824         clean up after sync with sylpheed 0.5.3 release
16825
16826         * src/folderview.c
16827                 fix re-introduced font mess, see Christoph's
16828                 entry 2001-06-24
16829
16830         * src/summaryview.c
16831                 remove prev_msgnum
16832                 use sylpheed's small font instead of
16833                 gtk default font for summary view
16834
16835
16836 2001-08-17 [paul]
16837
16838         * configure.in
16839                 add pl to ALL_LINGUAS - sync with main branch
16840
16841         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16842                 Updated. Translations by Jens Oberender, Ricardo Mones
16843                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16844
16845         * po/pl.po  ** NEW FILE **
16846                 sync with the main branch
16847
16848         * src/folderview.c
16849                 fix target folder colorizing and refresh problem
16850
16851
16852 2001-08-17 [christoph]
16853
16854         * src/mainwindow.c
16855                 claws uses 4 colors for target folder coloring.
16856                 arrays were not long enough and destroyed the
16857                 stack causing a segfault.
16858                 target folder colorizing does not work anymore
16859                 for me
16860
16861 2001-08-16 [paul]
16862
16863         * configure.in
16864                 change to version 0.5.3claws1
16865
16866         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16867           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16868           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16869
16870                 sync with sylpheed 0.5.3 release, but keep claws method of
16871                 configuring/saving fonts
16872
16873         * src/addressbook.[ch]
16874                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16875                 in line with a similar change in Hiroyuki's branch
16876
16877         * src/mainwindow.[ch]
16878                 disable main_window_set_thread_option()
16879         * src/prefs_folder_item.c
16880                 comment out &tmps_prefs.enable_thread,
16881         * src/mbox_folder.c, src/procmsg.[ch]
16882                 comment out MSG_IS_IGNORE_THREAD
16883         * src/summaryview.c
16884                 comment out summary_ignore_thread() and summary_unignore_thread()
16885                 comment out MSG_IS_IGNORE_THREAD
16886
16887                 use Hiroyuki's threading instead.
16888
16889
16890
16891 2001-08-15 [paul]
16892
16893         * src/account.c
16894                 use Hiroyuki's 0.5.3 column scheme but also
16895                 include the enable/disable button.
16896         * src/pixmaps/mark.xpm
16897                 add Hiroyuki's amended pixmap
16898
16899 2001-08-13 [christoph]
16900
16901         * src/account.c
16902                 receive at get all column showed wrong state for APOP
16903                 button should only work for POP3 and APOP accounts
16904         * src/prefs_account.c
16905                 added missing preprocessor statement for SSL
16906
16907 2001-08-12 [paul]
16908
16909         * src/account.[ch]
16910                 add 'receive at get all' column and enable/disable
16911                 button.
16912
16913 2001-08-06 [christoph]
16914
16915         * src/account.c
16916                 show usage of SSL in protocol column
16917
16918         * src/imap.c
16919         * src/inc.c
16920                 renamed ssl options
16921
16922         * src/prefs_account.[ch]
16923                 moved ssl options to a new page
16924
16925         * src/send.c
16926         * src/smtp.c
16927         * src/ssl.[ch]
16928                 renamed ssl options
16929                 added support for SMTP STARTTLS command
16930
16931 2001-08-05 [christoph]
16932
16933         * configure.in
16934                 debian autoconf needs version check to find
16935                 correct autoconf version. if the file is
16936                 named configure.in 2.13 is used, which does
16937                 not work with this configure.in script.
16938                 other solution would be to rename the script
16939                 to configure.ac as suggested in the autoconf
16940                 manual.
16941
16942         * src/inc.c
16943                 disable final error popup if popups are
16944                 diabled in config
16945
16946         * src/socket.c
16947                 bugfix in ssl_gets
16948                 fixes IMAP over SSL problem
16949
16950 2001-08-03 [paul]
16951
16952         * configure.in
16953                 change to 0.5.2claws1
16954
16955         * sync with sylpheed 0.5.2cvs1
16956
16957 2001-08-02 [alfons]
16958
16959         * configure.in
16960                 quick fix for ispell detection...
16961
16962 2001-08-01 [paul]
16963
16964         * configure.in
16965                 change to 0.5.1claws4
16966
16967         * sync with sylpheed 0.5.1cvs7
16968
16969 2001-07-31 [alfons]
16970
16971         * src/prefs_common.c, src/prefs_common.h, 
16972           src/gtkspell.c, src/gtkspell.h
16973                 add global spelling checker settings (compose tab) +
16974                 selection of dictionary 
16975           
16976         * configure.in  
16977                 guess valid ispell location
16978
16979 2001-07-31 [paul]
16980
16981         * po/POTFILES.in
16982                 removal of 'src/quote_fmt_parse.c'
16983         * po/de.po
16984                 Updated de.po
16985                 (submitted by Jens Oberender <didge@suse.de>)
16986
16987 2001-07-31 [darko]
16988
16989         * src/folder.[ch]
16990         * src/folderview.[ch]
16991         * src/mainwindow.c
16992         * src/mh.c
16993         * src/prefs_common.[ch]
16994         * src/summaryview.c
16995                 target folder colourization
16996
16997 2001-07-30 [paul]
16998
16999         more sync with Sylpheed 0.5.1cvs6 
17000
17001 2001-07-30 [darko]
17002
17003         * src/mh.c
17004         * src/prefs_folder_item.[hc]
17005         * src/summaryview.c
17006                 shared folders support with a GUI
17007
17008 2001-07-29 [paul]
17009
17010         0.5.1claws3
17011
17012         * sync with Sylpheed 0.5.1cvs6
17013
17014 2001-07-29 [paul]
17015
17016         * po/pt_BR.po
17017                 updated
17018                 (submitted by Fabio Junior Beneditto)
17019
17020 2001-07-28 [paul]
17021
17022         * src/procmime.c
17023         * AUTHORS
17024                 patch to correct bad image mime headers
17025                 (submitted by Don Quijote <dq@searchlores.org>)
17026
17027 2001-07-28 [paul]
17028
17029         * tools/gif2xface.pl   **NEW FILE**
17030         * tools/README
17031                 script to convert file.gif to file.xface for
17032                 use in a custom header.
17033                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17034
17035 2001-07-27 [alfons]
17036         
17037         * configure.in
17038                 change macros for detecting JPilot and LDAP
17039
17040 2001-07-27 [christoph]
17041
17042         * src/filtering.c
17043                 code cleanup (MIN / MAX warning, needed casting)
17044
17045 2001-07-27 [alfons]
17046
17047         * procheader.c
17048                 disallow setting flags when detecting certain headers
17049                 (X-Status, Status, Seen, X-Seen). 
17050         
17051         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17052
17053 2001-07-27 [christoph]
17054
17055         * src/prefs_filter.c
17056         * src/prefs_filtering.c
17057         * src/prefs_matcher.c
17058         * src/prefs_scoring.c
17059                 scroll list when moving rows up or down
17060
17061         * src/imap.c
17062         * src/imap.h
17063         * src/prefs_account.c
17064         * src/prefs_account.h
17065         * src/send.c
17066                 SMTP over SSL (untested, feedback requested)
17067                 IMAP over SSL
17068
17069         * src/ssl.c
17070                 code cleanup
17071
17072 2001-07-26 [alfons]
17073         
17074         * configure.in, acconfig.h
17075                 define CLAWS (need this for main / claws detection)
17076
17077 2001-07-25 [alfons]
17078
17079         * configure.in
17080                 Sylpheed 0.5.1claws2
17081                 
17082         * sync with Sylpheed 0.5.1cvs4
17083
17084 2001-07-25 [christoph]
17085
17086         * src/scoring.c
17087                 fixed segfault
17088                 item->prefs == NULL (don't know why)
17089
17090 2001-07-25 [alfons]
17091
17092         * configure.in
17093                 Sylpheed 0.5.1claws1
17094
17095         * sync with Sylpheed 0.5.1cvs1-3
17096
17097 2001-07-24 [christoph]
17098
17099         * src/folderview.c
17100         * src/prefs_folder_item.[ch]
17101                 added folderitem preferences dialog with
17102                 default To: and auto request return receipt
17103
17104         * src/compose.[ch]
17105         * src/menu.[ch]
17106                 changes to handle new folderitem preferences
17107
17108         * src/mainwindow.c
17109         * src/summaryview.c
17110                 call compose new mail with current folderitem
17111
17112 2001-07-24 [alfons]
17113
17114         Release Sylpheed 0.5.1claws
17115
17116         * configure.in
17117                 change to release version 0.5.1claws
17118
17119 2001-07-24 [christoph]
17120
17121         * src/summaryview.c
17122                 fixed segfault that happend when the selected
17123                 message was removed while retrieving new messages.
17124
17125         * po/es.po
17126                 updated translation
17127                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17128
17129 2001-07-22 [alfons]
17130
17131         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17132         this is a work in progress, for more information: http://nlpagan.net/sylman 
17133         
17134         * configure.in, src/mainwindow.c, manual/Makefile.am
17135                 add support for English manual
17136
17137         * AUTHORS
17138                 add authors of user manuals
17139
17140         * manual/en/sylpheed*.html
17141                 add English documentation
17142
17143 2001-07-22 [christoph]
17144
17145         * po/POTFILES.in
17146                 added src/ssl.c
17147         * src/ssl.c
17148                 changed a wrong debug message
17149
17150 2001-07-22 [alfons]
17151
17152         * po/nl.po
17153                 update Dutch translation
17154
17155         * src/prefs_filtering.c, 
17156           src/prefs_matcher.c
17157                 add more translatable strings           
17158
17159 2001-07-21 [alfons]
17160
17161         0.5.0claws7
17162
17163         * configure.in
17164                 change version
17165
17166         * src/inc.c, src/summaryview.[ch]
17167                 prevent update of mark file when filtering has done, by
17168                 using a variable; this affects two functions:
17169                         inc.c::inc_finished()
17170                         summaryview.c::summary_show()
17171
17172 2001-07-20 [alfons]
17173
17174         * src/filtering.[ch], src/prefs_filtering.c, 
17175           src/matcher.[ch]
17176                 add filtering action for label coloring 
17177
17178         * po/POTFILES.in
17179                 add labelcolors.c
17180
17181         * added src/labelcolors.c
17182         * added src/labelcolors.h
17183         * src/Makefile.am, src/summaryview.c
17184                 rearrange label coloring code
17185
17186         * src/procmsg.h
17187                 add more parentheses so label colouring works correctly
17188
17189         * src/filtering.c
17190                 don't really delete message, but move it to Trash
17191
17192         * src/prefs_matcher.c
17193                 add quote options to info dialog
17194
17195 2001-07-20 [christoph]
17196
17197         * src/Makefile.am
17198         * src/inc.c
17199         * src/main.[ch]
17200         * src/socket.h
17201         * src/ssl.[ch] (new)
17202                 moved ssl stuff to a seperate file
17203
17204 2001-07-20 [darko]
17205
17206         * src/summaryview.c
17207                 fix show sender using address book with no e-mail
17208                 address in From: field
17209
17210 2001-07-19 [alfons]
17211
17212         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17213                 fix messy handling of escaping... now at least the
17214                 execute command is useful. escape char is '\', we
17215                 accept \n and \r too. 
17216
17217                 Real life example:
17218                 
17219                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17220                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17221
17222 2001-07-18 [alfons]
17223
17224         0.5.0claws6
17225
17226         * src/summaryview.c
17227                 clean up
17228
17229         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17230           src/procmsg.[ch]
17231                 revise filtering; currently move, copy, marking have
17232                 been tested. if you like bleeding edge stuff, you
17233                 should definitely go for this version :)
17234
17235         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17236
17237 2001-07-17 [christoph]
17238
17239         * src/utils.c
17240                 timestamp log
17241
17242 2001-07-17 [alfons]
17243
17244         0.5.0claws5
17245
17246         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17247           bits in the mark file, without affecting either branch. Lots of
17248           files changed, also in claws branch.
17249
17250           UNTESTED: use of mbox folders
17251
17252         * src/summaryview.c
17253                 added mark all read; however this was a quick hack used for
17254                 cleaning up mess after initial merge with Hiroyuki
17255
17256         * configure.in
17257                 change claws version number back to 0.5.0claws5 to clear up 
17258                 confusion & pretension (recent release was technically 
17259                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17260
17261 2001-07-16 [alfons]
17262
17263         sync with Hiroyuki's 0.5.0cvs4
17264
17265 2001-07-16 [alfons]
17266
17267         0.5.1claws3
17268
17269         * src/filtering.[ch]
17270                 remove invalid updating of mark files for 
17271                 filter actions MATCHING_ACTION_MOVE and 
17272                 MATCHING_ACTION_DELETE; this should fix the
17273                 folder update bug
17274                 
17275         * src/procmsg.c
17276                 revert Christoph's stab at fixing the folder 
17277                 update bug
17278
17279         * po/POTFILES.in
17280                 add missing files with translatable strings
17281
17282         * src/summaryview.c
17283                 remove debug print
17284
17285 2001-07-15 [alfons]
17286
17287         * src/addr_compl.[ch], src/prefs_filtering.c
17288                 make "filtering pref dialog's destination entry" an
17289                 "address completable entry", if filter destination is 
17290                 an email address
17291
17292         0.5.1claws2
17293         
17294         sync with Hiroyuki's 0.5.0cvs2-3
17295
17296 2001-07-15 [christoph]
17297
17298         * src/procmsg.c
17299                 fixed folder stats update after incorporation
17300
17301 2001-07-15 [alfons]
17302
17303         * src/summaryview.c
17304                 * finish label colouring stuff (for now)
17305                 * fix incorrect colour bug (off by one) 
17306
17307 2001-07-14 [alfons]
17308
17309         * src/mainwindow.c
17310                 change text labels for news and mail message so there's
17311                 plenty of toolbar estate left
17312
17313         * configure.in
17314                 0.5.1claws1
17315
17316         * src/folderview.c
17317           src/folder.[ch]
17318                 sync with Hiroyuki's 0.5.0cvs1
17319
17320         * src/summaryview.c
17321                 more rewrite label colouring
17322
17323 2001-07-14 [alfons]
17324
17325         * src/summaryview.[ch]
17326                 * start rewrite label colouring 
17327                 * fix proper location "Add Sender To Addressbook" menu item
17328
17329 2001-07-13
17330
17331         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17332         (actually this is 0.5.0claws4)
17333
17334 2001-07-13 [alfons]
17335
17336         * po/pt_BR.po
17337                 * fix duplicate message
17338                 * add updated Portugese / Brazilian translation
17339                   submitted by Fabio Junior Beneditto
17340
17341 2001-07-12 [alfons]
17342
17343         * AUTHORS
17344                 add Jens
17345
17346         * po/nl.po
17347                 add updated Dutch translation
17348
17349         * po/de.po
17350                 add updated German translation submitted by Jens
17351
17352 2001-07-11 [alfons]
17353
17354         Prerelease before 0.5.0claws. Please test.
17355         This version is temporarily tagged as VERSION_0_5_0_TEST
17356
17357         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17358           src/prefs_scoring.c, src/prefs_matcher.c, 
17359           src/prefs_filtering.c, src/mbox.c, 
17360           src/main.c, src/inc.c, src/filtering.[ch]
17361                 revert new Hoa's new matcher (does not work yet)
17362
17363         * src/Makefile.am
17364                 clean up
17365
17366 2001-07-10
17367
17368         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17369
17370
17371 2001-07-10 [alfons]
17372
17373         * Makefile.am
17374                 add ChangeLog.claws to EXTRA_DIST
17375         * src/Makefile.am
17376                 add matcher_parser_parse.h to EXTRA_DIST
17377
17378 2001-07-10 [christoph]
17379
17380         * src/inc.c
17381                 add destination folder to table of
17382                 folders that need to be updated after
17383                 incorporation
17384
17385 2001-07-10 [alfons]
17386
17387         * folder.[ch]
17388           folderview.c
17389                 make collapse state of folders and folder items persistent, i.e.
17390                 if you collapse a folder tree, the next time sylpheed-claws starts 
17391                 up the folder tree remains collapsed.  
17392                 
17393 2001-07-10 [christoph]
17394
17395         * acconfig.h
17396         * configure.in
17397                 added --enable-ssl
17398         * src/md5.[ch]
17399                 renamed MD5_CTX to MD5_CTX_syl
17400                 conflicts with a struct in openssl
17401         * src/inc.c
17402         * src/main.[ch]
17403         * src/prefs_account.[ch]
17404         * src/socket.[ch]
17405                 SSL support for POP
17406         * src/mainwindow.c
17407                 fixed compose with current account
17408                 broken by new compose button stuff
17409
17410 2001-07-09 [hoa]
17411
17412         * AUTHORS
17413                 changed my email address
17414
17415         * src/matcher_parser_parse.y
17416                 clean the parser to remove conflicts
17417
17418 2001-07-09 [alfons]
17419
17420         * AUTHORS
17421                 add Match Grun
17422
17423         * configure.in
17424                 fix incorrect description of --enable-ldap parameter
17425
17426         * src/prefs_common.[ch]
17427           src/compose.c
17428                 add experimental option "smart wrapping" which makes the
17429                 compose editor auto wrap.
17430                 
17431                 | TODO: the problem with the buggy cursor handling is caused |
17432                 | by the GtkText. when deleting / backspacing text its       |
17433                 | wrapping algorithm does not take in account the previous   |
17434                 | line. should find a way to hack this in.                   |
17435                 | or should perhaps combine this with the word wrapping      |
17436                 | patch i wrote in january.                                  |
17437
17438         * src/about.c
17439                 show build parameters for LDAP and JPilot
17440
17441         * src/summaryview.c
17442                 revert Christoph's bugfix for selecting next unread message, 
17443                 because folder stats aren't updated correctly
17444
17445 2001-07-08 [hoa]
17446
17447         * src/filtering.c
17448         * src/mainwindow.c
17449         * src/matcher.c
17450         * src/matcher_parser_lex.l
17451         * src/matcher_parser_parse.y
17452         * src/prefs_filtering.c
17453         * src/prefs_scoring.c
17454         * src/scoring.c
17455                 bugfix of the config file parser
17456
17457 2001-07-08 [alfons]
17458
17459         * src/Makefile.am
17460                 added generated matcher sources to BUILT_SOURCES
17461
17462 2001-07-08 [hoa]
17463
17464         * src/Makefile.am
17465         * src/.cvsignore
17466                 added new config file parser
17467
17468         * src/scoring.[ch]
17469         * src/filtering.[ch]
17470         * src/matcher.[ch]
17471         * src/prefs_filtering.c
17472         * src/prefs_matcher.c
17473         * src/prefs_scoring.c
17474         * added src/matcher_parser.h
17475         * added src/matcher_parser_lex.h
17476         * added src/matcher_parser_lex.l
17477         * added src/matcher_parser_parse.y
17478                 lex & yacc config file parser
17479
17480         * src/mbox.c
17481         * src/inc.c
17482         * src/main.c
17483                 changes prefs_filtering into global_filtering           
17484
17485         * src/summaryview.c
17486                 build threads with subjects only if "Re: " is at the
17487                 beginning of the subject
17488
17489 2001-07-07 [paul]
17490
17491         0.5.0claws
17492
17493         sync with sylpheed 0.5.0
17494                 change of version number only
17495
17496 2001-07-06 [paul]
17497
17498         0.5.0claws5
17499
17500         sync with sylpheed 0.5.0pre5
17501
17502 2001-07-05 [paul]
17503
17504         sync with sylpheed 0.5.0pre4 release
17505                 /po and /manual/ja not sync'ed
17506
17507 2001-07-04 [paul]
17508
17509         more sync with sylpheed 0.5.0pre4
17510
17511 2001-07-03 [christoph]
17512
17513         * src/addressbook.c
17514                 fixed address book broken by address book
17515                 for VCard, JPilot, LDAP
17516
17517 2001-07-03 [alfons]
17518
17519         * src/matcher.c
17520         * src/textview.c
17521                 stopped memory leaks
17522
17523 2001-07-03 [paul]
17524
17525         more sync with sylpheed 0.5.0pre4
17526
17527 2001-07-02 [match]
17528
17529         * included address book patch for VCard, JPilot, LDAP
17530         * pref_common.c - fixed Font options on Display tab (cosmetic)
17531         * alertpanel.c - fixed truncated message
17532
17533 2001-07-02 [christoph]
17534
17535         * src/mbox_folder.c
17536         * src/procmsg.[ch]
17537         * src/summaryview.c
17538                 mark threads for ignoring
17539
17540 2001-07-02 [paul]
17541
17542         0.5.0claws4
17543
17544         * sync with sylpheed 0.5.0pre4
17545                 updated gettext to 0.10.38.
17546
17547 2001-07-01 [paul]
17548
17549         * src/ mainwindow.c
17550         * src/procmsg.h
17551         * src/summaryview.[ch]
17552                 new right-click option: Label.
17553                 substitute for 'Mark-->Mark/Unmark', colours the line.
17554                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17555
17556 2001-07-01 [christoph]
17557
17558         * src/folderview.c
17559                 fixed font for trash
17560         * src/summaryview.c
17561                 move ctree to unread message
17562
17563 2001-07-01 [paul]
17564
17565         * sync with sylpheed 0.5.0pre3 release
17566
17567 2001-06-30 [alfons]
17568
17569         * src/filesel.[ch]
17570         * src/compose.c
17571                 allow inserting / attaching multiple files in
17572                 the composer window
17573
17574 2001-06-30 [paul]
17575
17576         * src/codeconv.c
17577                 small change to Alfons' previous stuff so that it
17578                 actually makes
17579
17580 2001-06-30 [alfons]
17581
17582         * lots of files changed; first attempt to merge the changes
17583           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17584
17585 2001-06-30 [paul]
17586
17587         * po/pt_BR.po
17588                 updated and completed, translations by Fabio
17589                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17590
17591 2001-06-29 [alfons]
17592
17593         * src/compose.c
17594         * src/mimeproc.[ch]
17595                 allow selecting an attached files' mime type from a 
17596                 list of types.
17597
17598 2001-06-29 [paul]
17599
17600         * more sync with sylpheed 0.5.0pre3
17601
17602 2001-06-29 [paul]
17603
17604         * po/pt_BR.po
17605                 merge with sylpheed.pot and pt_BR.po provided by
17606                 Fabio Junior Beneditto.
17607
17608 2001-06-29 [darko]
17609
17610         * src/procmime.c
17611                 make MIME types case insensitive
17612
17613 2001-06-28 [alfons]
17614
17615         * po/nl.po
17616                 merge with sylpheed.pot and old nl.po; translations added.
17617
17618 2001-06-28 [paul]
17619
17620         * more sync with sylpheed 0.5.0pre3
17621
17622 2001-06-27 [alfons]
17623
17624         * src/summaryview.c
17625                 don't crash when removing parent node of messages
17626                 attracted by subject. this was caused by not deleting
17627                 the parent node from the subject line hash table.
17628
17629 2001-06-27 [alfons]
17630
17631         * src/summaryview.c
17632         * src/compose.[ch]
17633         * src/mainwindow.c
17634                 if there are multiple messages selected, allow forwarding
17635                 them as attachments.
17636
17637 2001-06-27 [paul]
17638
17639         * more sync with sylpheed 0.5.0pre3
17640
17641 2001-06-26 [paul]
17642
17643         0.5.0claws3
17644
17645         * sync with sylpheed 0.5.0pre3
17646
17647 2001-06-25 [paul]
17648
17649         * src/mainwindow.c
17650                 fixed 'compose news article' bug
17651                 from icon-and-text toolbar
17652
17653 2001-06-25 [paul]
17654
17655         * sync with sylpheed 0.5.0pre2 release
17656
17657 2001-06-24 [christoph]
17658
17659         * src/prefs_common.c
17660                 bug fix in font selection
17661         * src/folderview.c
17662                 use sylpheed's normal font instead of
17663                 gtk default font for folders without
17664                 new messages
17665
17666 2001-06-24 [alfons]
17667
17668         * src/mainwindow.[ch]
17669                 added composite compose mail / news button (an idea by Leandro
17670                 Pereira <leandro@linuxmag.com.br>)
17671
17672 2001-06-24 [paul]
17673
17674         Added instructions for ldif-to-xml.py
17675
17676         * tools/README
17677
17678 2001-06-23 [alfons]
17679
17680         Some minor things.
17681
17682         * src/pixmaps/stock_news_compose.xpm
17683                 added pixmap by Leandro
17684         * src/prefs_common.c
17685                 tested built-in spelling checker of GCC 3.0 :)
17686         * po/nl.po
17687                 merged dutch translation of sylpheed-main with
17688                 sylpheed.pot
17689
17690 2001-06-23 [paul]
17691
17692         Added tools directory and files.
17693
17694         * tools/filter_conv.pl
17695                 converts old filter system to new filtering system
17696         * tools/ldif-to-xml.py
17697                 converts netscape addressbook to sylpheed addressbook
17698         * tools/README
17699                 descriptions/instructions for above two files
17700
17701 2001-06-23 [christoph]
17702
17703         * src/inc.c
17704         * src/manage_window.[ch]
17705         * src/prefs_common.[ch]
17706                 mail retrieval dialog can be enabled, disabled
17707                 or hidden if non of sylpheed's windows is active
17708
17709 2001-06-22 [paul]
17710
17711         0.5.0claws2
17712
17713         * sync with sylpheed 0.5.0pre2
17714
17715 2001-06-21 [christoph]
17716
17717         * src/summaryview.c
17718                 show recipient on 'from' for all accounts
17719                 
17720         * src/inc.c
17721         * src/prefs_common.[ch]
17722                 disable error popup on mail receive errors
17723
17724 2001-06-21 [alfons]
17725
17726         * src/compose.c
17727                 made the ruler correctly appear and disappear.
17728
17729         * src/Makefile.am
17730                 removed Hoa's work-in-progress-stuff (interesting!) so 
17731                 claws compiles ok.
17732
17733 2001-06-20 [christoph]
17734
17735         * src/inc.c
17736         * src/progressdialog.c
17737                 added scrolled window for list in progressdialog
17738
17739 2001-06-20 [paul]
17740
17741         sync with sylpheed 0.5.0pre1 release
17742
17743 2001-06-20 [christoph]
17744
17745         * src/summeryview.c
17746                 make building threads by subject work when
17747                 thread view is enabled
17748                 
17749         * src/compose.c
17750         * src/prefs_common.[ch]
17751                 automatically select account for mail replys
17752
17753 2001-06-19 [sergey]
17754
17755         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17756         they are filled in from the account settings.
17757
17758 2001-06-19 [paul]
17759
17760         * more sync with sylpheed 0.5.0pre1
17761
17762 2001-06-18 [alfons]
17763
17764         * src/Makefile.am,
17765           src/procmime.c
17766                 added --sysconfdir to CPPFLAGS for pointing to the correct
17767                 location of mime.types. 
17768
17769                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17770                 or ./configure!
17771
17772 2001-06-18 [hoa]
17773
17774         * src/summaryview.c
17775                 fixed some bug when building threads
17776
17777 2001-06-18 [pau]l
17778
17779         * src/prefs_account.c
17780                 UI stuff: More changes to the English
17781
17782 2001-06-18 [paul]
17783
17784         * src/pixmaps/stock_news_compose.xpm: new file
17785         * src/Makefile.am
17786         * src/mainwindow.c
17787         * src/summaryview.c
17788                 Added new icon for Hoa's 'compose a news
17789                 message', plus minor improvements to the
17790                 English
17791
17792         * po/ja.po
17793         * ChangeLog
17794         * ChangeLog.jp
17795                 more sync with sylpheed 0.5.0pre1
17796
17797 2001-06-18 [hoa]
17798
17799         * src/compose.[ch]
17800         * src/mainwindow.c
17801                 Follow-up and reply to
17802
17803         * src/summaryview.[ch]
17804                 Build threads also with subjects
17805
17806 2001-06-17 [hoa]
17807
17808         * src/compose.c
17809                 forwarding use the current account.
17810
17811         * src/mainwindow.c
17812                 the "compose message" button has been replaced with
17813                 "new mail" and "new news" buttons
17814
17815         * src/prefs_common.[ch]
17816                 added a configuration option to use the forward button
17817                 as "forward as attachment"
17818                 changed reply and forward format description
17819
17820         * src/quote_fmt_lex.l
17821         * src/quote_fmt_parse.y
17822                 added message with no signature in format for reply
17823                 and forward.
17824
17825 2001-06-17 [paul]
17826
17827         Minor UI stuff
17828
17829         * src/mainwindow.c
17830         * src/summaryview.c
17831                 Improvements to the English
17832
17833         * src/prefs_common.c
17834                 Improvements to the English and some
17835                 clarity/continuity improvements in the
17836                 description of Quote symbols.
17837
17838 2001-06-17 [paul]
17839
17840         0.5.0claws1
17841
17842         * sync with sylpheed 0.5.0pre1
17843
17844 2001-06-17 [hoa]
17845
17846         * src/compose.c
17847                 Better interface for compose, displayed fields
17848                 are updated whenever we change account.
17849                 Newsgroups field is automatically filled.
17850
17851         * src/mainwindow.c
17852                 Newsgroups field is automatically filled.
17853
17854         * src/prefs_account.c
17855                 Some interface stuff when fields appear and
17856                 disappear.
17857
17858 2001-06-16 [paul]
17859
17860         0.4.99claws
17861
17862         * sync with sylpheed 0.4.99
17863
17864 2001-06-16 [sergey]
17865
17866         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17867         base64_decoder_free, base64_decoder_decode): new object and
17868         functions for decoding base64 streams.
17869         * src/procmime.c (procmime_decode_content): modified to use the
17870         new base64 decoder.
17871
17872 2001-06-15 [paul]
17873
17874         0.4.99claws10
17875
17876         * sync with sylpheed 0.4.99cvs11
17877
17878 2001-06-13 [paul]
17879
17880         0.4.99claws9
17881
17882         * sync with sylpheed 0.4.99cvs9
17883
17884 2001-06-13 [hoa]
17885
17886         * src/compose.c
17887         * src/prefs_account.c
17888
17889                 SMTP server can be defined in the news account
17890                 mime type of attachment are kept.
17891
17892         * src/summaryview.c
17893
17894                 now choose the highest important score between default
17895                 and important score of folder.
17896
17897 2001-06-09 [alfons]
17898         
17899         * src/prefs_common.c: 
17900
17901                 (prefs_quote_description_create): corrected description of 
17902                 quote format characters
17903
17904 2001-06-09 [paul]
17905
17906         0.4.99claws8
17907
17908         * sync with sylpheed 0.4.99cvs8
17909
17910 2001-06-08 [sergey]
17911
17912         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17913         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17914
17915 2001-06-08 [paul]
17916
17917         0.4.99claws7
17918
17919         * sync with sylpheed 0.4.99cvs7
17920
17921 2001-06-06 [sergey]
17922
17923         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17924         clashes with autogenerated header).
17925         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17926         * src/Makefile.am: added quote_fmt.h.
17927         * src/.cvsignore: added lex/yacc autogenerated files
17928         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17929
17930 2001-06-06 [paul]
17931
17932         0.4.99claws6
17933
17934         * sync with sylpheed 0.4.99cvs6
17935
17936 2001-06-06 [hoa]
17937
17938         * added src/quote_fmt_parse.h
17939         * src/compose.c
17940                 removed warnings
17941
17942         * src/prefs.[ch]
17943                 don't modify readonly configuration files
17944
17945         * src/prefs_account.c
17946         * src/prefs_common.c
17947         * src/prefs_customheader.c
17948         * src/prefs_display_header.c
17949         * src/prefs_filter.c
17950         * src/prefs_filtering.c
17951         * src/prefs_scoring.c
17952                 don't open dialog box when configuration files
17953                 are readonly
17954
17955 2001-06-05 [sergey]
17956
17957         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17958
17959         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17960         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17961         BUILT_SOURCES to make all files rebuild properly.
17962
17963         * src/compose.c: removed #include "quote_fmt.tab.h".
17964
17965         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17966         CHARACTER value in yylval.
17967
17968         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17969         receive CHARACTER value by documented means (yylval).
17970
17971         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17972
17973 2001-06-05 [hoa]
17974
17975         * src/Makefile.am
17976                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17977
17978         * src/filtering.c
17979         * src/matcher.c
17980         * src/matcher.h
17981         * src/prefs_filtering.c
17982                 now keep the configuration for execute action
17983
17984         * src/mbox_folder.c
17985                 fixed a warning
17986
17987 2001-06-05 [paul]
17988
17989         * sync with sylpheed 0.4.99cvs5
17990
17991 2001-06-05 [hoa]
17992
17993         * src/Makefile.am
17994                 added quote_fmt.[ch]
17995
17996         * added src/quote_fmt.y
17997         * added src/quote_fmt.l
17998         * added src/quote_fmt.tab.h
17999         * added src/quote_fmt.tab.c
18000         * added src/lex.quote_fmt.c
18001                 parsing configuration for replying
18002                 and forwarding
18003
18004         * src/prefs_common.[ch]
18005                 added configuration UI for replying
18006                 and forwarding
18007
18008         * src/compose.c
18009                 using configuration for replying
18010                 and forwarding
18011
18012 2001-06-04 [hoa]
18013
18014         * src/filtering.c
18015         * src/matcher.c
18016         * src/matcher.h
18017         * src/prefs_filtering.c
18018         * src/prefs_matcher.c
18019         * src/prefs_matcher.h
18020                 action "run a command" for filtering
18021                 and matching with a command.
18022                 fixed the "whole message" matching
18023
18024         * src/mbox_folder.c
18025                 changed temporary filename for security
18026
18027         * src/messageview.c
18028                 queue the notification if it fails to send.
18029
18030         * src/prefs_common.c
18031         * src/prefs_folder_item.c
18032                 changed the default important score             
18033
18034         * src/prefs_scoring.c
18035         * src/scoring.c
18036                 hide kill score input when the folder is not
18037                 a newsgroup
18038
18039 2001-06-03 [alfons]
18040
18041         * src/prefs_common.c:
18042
18043                 (prefs_font_select): pass font name in font entry box to font
18044                 selection dialog.
18045
18046 2001-06-03 [sergey]
18047
18048         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18049
18050 2001-06-03 [paul]
18051
18052         * sync with sylpheed 0.4.99cvs4
18053
18054 2001-06-03 [alfons]
18055
18056         * src/headerwindow.c:
18057
18058                 (headerwindow_show_cb): use the selected summary view item, not
18059                 the displayed item.
18060
18061 2001-06-02 [alfons]
18062
18063         * src/headerwindow.c:
18064
18065                 (headerwindow_show_cb): always try to show msginfo
18066
18067 2001-06-02 [hoa]
18068
18069         * src/compose.c
18070                 keep attached parts when reediting or forwarding.
18071
18072 2001-06-01 [hoa]
18073
18074         * src/folderview.c
18075         * src/prefs_folder_item.[ch]
18076         * src/prefs_scoring.[ch]
18077         * src/scoring.[ch]
18078         * src/summaryview.[ch]
18079         * src/main.c
18080         * src/mainwindow.c
18081         * src/prefs_common.[ch]
18082                 support for folder scoring
18083                 kill score and important score for messages
18084         
18085         * src/prefs_account.c
18086                 some display bug fixed for local account
18087                 preferences
18088
18089 2001-05-31 [alfons]
18090
18091         * src/summaryview.c:
18092
18093                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18094                 sender to address book menu item is disabled.
18095
18096 2001-05-30 [hoa]
18097
18098         * src/filtering.[ch]
18099         * src/summaryview.c
18100                 handling summary menu / filter messages
18101
18102         * src/folder.[ch]
18103                 add some stuff
18104
18105         * src/foldersel.c
18106                 imap folders now appears in list
18107
18108         * src/mbox_folder.c
18109                 doesn't crash if destination mail is not writeable
18110
18111 2001-05-29 [hoa]
18112
18113         * src/compose.c
18114                 removed some warnings
18115
18116         * src/filtering.c
18117         * src/folder.[ch]
18118         * src/prefs_filtering.c
18119                 global string to identify any folders           
18120                 removed some debug info
18121                 filtering to mbox folders is now possible
18122
18123         * src/mainwindow.c
18124                 removed some warnings
18125
18126         * src/mbox_folder.c
18127                 permission on files are changed to read/write for user only,
18128                 nothing for other.
18129                 creation of subfolder is handled better.
18130
18131 2001-05-28 [alfons]
18132
18133         Verified the sync for src/prefs_common.[ch] and
18134         src/prefs_account.[ch]. I believe there were some
18135         minor indentation differences.
18136
18137 2001-05-28 [paul]
18138
18139         0.4.99claws3
18140
18141         * sync with 0.4.99cvs3
18142
18143 2001-05-28 [hoa]
18144
18145         * src/compose.c
18146                 handling flags for mbox format
18147
18148         * src/filtering.c
18149                 use of mark file only for MH format
18150                 handling flags for mbox format
18151                 filtering cannot yet move or copy mails to mbox folders.
18152
18153         * src/folder.[ch]
18154                 changed move_msg, copy_msg,
18155                 move_msgs_with_dest, copy_msgs_with_dest functions
18156                 uses only folder->copy_msg() function
18157                 uses folder->finished_copy() to handle the destination
18158                 folder at the end of the copy or move operation.
18159
18160         * src/foldersel.c
18161                 included mbox directories.
18162
18163         * src/folderview.[ch]
18164         * src/mainwindow.c
18165                 handle folders operation for mbox format
18166
18167         * src/mbox.c
18168                 disable conversion of "From " header
18169
18170         * src/mbox_folder.[ch]
18171                 completion of mbox format handling
18172
18173         * src/mh.c
18174                 changed mh_copy_msg() function and
18175                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18176                 mh_copy_msgs_with_dest()
18177
18178         * src/prefs_filtering.c
18179                 removed some warnings
18180
18181         * src/prefs_matcher.c
18182                 default boolean operation is AND
18183
18184         * src/procheader.c
18185                 handling flags for mbox format
18186                 handling of "From " header
18187
18188         * src/procmsg.[ch]
18189                 removed data field
18190                 added MSG_REALLY_DELETED flags to handle deletion of
18191                 messages in mbox format.
18192
18193         * src/summaryview.c
18194                 handling flags for mbox format
18195                 disable the MSG_DELETED flags when messages
18196                 are deleted in mbox format
18197
18198         * src/textview.c
18199                 "From " headers display fixed.
18200
18201 2001-05-27 [alfons]
18202
18203         * src/textview.c:
18204                 
18205                 (get_email_part): skip quoted email addresses, like in e.g.
18206                 "'alfons@proteus.demon.nl'".
18207
18208 2001-05-26 [alfons]
18209
18210         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18211         and fixing the persistence troubles when using separate windows.
18212
18213         * src/mainwindow.c:
18214         
18215             Added #define SEPARATE_ACTION used in the gtk item factory for 
18216             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18217                 use gtk_item_factory_get_widget_by_action() to get the items.
18218                 
18219             Removed separate_widget_cb from the gtk item factory data   
18220           
18221             (mainwindow_create): connect separate_widget_cb() to check
18222             menu item "toggled" signal. also passing a MainWindow pointer
18223                 as object data for both check menu items.
18224                 
18225             (separate_widget_cb): definition of separate_widget_cb() to match
18226             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18227                 window using gtk_object_get_data(). The type of window separation 
18228                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18229         
18230         * src/prefs_filtering.c,
18231           src/prefs_matcher.c: added horizontal scrollbars
18232
18233 2001-05-25 [darko]
18234
18235         * src/headerview.c
18236                 fix segfault with invalid bold font
18237         * src/summaryview.c
18238                 correctly display summary stats after row is marked
18239
18240 2001-05-23 [sergey]
18241
18242         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18243         encodings with libjconv.
18244
18245 2001-05-23 [hoa]
18246
18247         * src/Makefile.am
18248                 added mbox_folder.[ch]
18249         * src/defs.h
18250                 mbox temporary folder
18251         * src/folder.[ch]
18252         * added src/mbox_folder.[ch]
18253         * src/folderview.c
18254         * src/procheader.[ch]
18255                 added mbox support
18256         * src/mbox.c
18257                 bugfix for file incorporation filtering
18258         * src/imap.c
18259                 enable creation of MBOX
18260         * src/prefs_display_header.c
18261                 enable use of headers like "From "
18262                 something that should be fixed :
18263                         displaying of such headers add an extra space
18264         * src/prefs_folder_item.c
18265                 don't create folders because it is not necessary
18266         * src/procmsg.h
18267                 added data field to MsgInfo for mbox internal use
18268         * src/summaryview.c
18269                 added some support for mbox
18270         * src/utils.[ch]
18271                 added get_mbox_cache_dir() function
18272
18273 2001-05-23 [hiroyuki]
18274
18275         * src/headerwindow.c
18276           src/inc.c
18277           src/main.c
18278           src/mh.c
18279           src/nntp.c
18280           src/procmsg.h
18281           src/session.h
18282           src/socket.[ch]
18283           src/summaryview.c
18284           src/textview.c
18285           src/automaton.c
18286           src/folderview.c: more sync with 0.4.99cvs2.
18287
18288         * src/headerwindow.c: reverted.
18289
18290 2001-05-22 [paul]
18291
18292         0.4.99claws2
18293
18294         * sync with sylpheed 0.4.99cvs2
18295                 * src/news.[ch]
18296                 * src/nntp.[ch]
18297                 * INSTALL
18298                 * INSTALL.jp
18299
18300 2001-05-22 [alfons]
18301
18302         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18303
18304 2001-05-21 [alfons]
18305
18306         Minor things:
18307
18308         * configure.in: if gnome-config not found, "no" is displayed
18309         
18310         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18311
18312         * src/textview.c: now also possible to add mail addresses by right
18313           clicking in the text view
18314
18315         * src/codeconv.c: merged patch which fixes endless loop when encountering
18316           invalid wide characters; from Alte <010@imis.ru>  
18317
18318 2001-05-20 [alfons]
18319
18320         Added installation of gnome specific things:
18321
18322         * Makefile.am: gnome conditional
18323
18324         * configure.in: check for installed gnome
18325
18326         * added sylpheed.png, sylpheed.desktop
18327
18328 2001-05-20 [sergey]
18329
18330         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18331
18332         * src/mainwindow.h (main_window_toolbar_create): created a button
18333         for "Reply to all".
18334         (main_window_set_toolbar_sensitive): enable/disable the new button
18335         appropriately.
18336         (toolbar_reply_to_author_cb): handle the new button.
18337
18338         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18339         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18340         failure).
18341
18342 2001-05-19 [sergey]
18343
18344         * src/compose.h (ComposeReplyMode): new modes
18345         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18346         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18347
18348         * src/compose.c
18349         (compose_send): move some code into a new function:
18350         (compose_current_mail_account): new function.
18351         (compose_reply): new argument to_author, all callers changed; if
18352         to_author==TRUE and account->protocol==A_NNTP, find and use an
18353         appropriate mail account for replying.
18354         (compose_reply_set_entry): new argument to_author; ignore
18355         compose->replyto if to_author==TRUE.
18356
18357         * src/mainwindow.c: new command "Message/Reply to author".
18358         (main_window_set_menu_sensitive): enable/disable it.
18359         (reply_cb): handle it.
18360
18361         * src/summaryview.c: new command "Reply to author".
18362         (summary_set_menu_sensitive): enable/disable it.
18363         (summary_reply_cb): handle it.
18364
18365         * src/account.c (account_find_mail_from_address): new function.
18366
18367 2001-05-18 [paul]
18368
18369         0.4.99claws1
18370
18371         * sync with sylpheed 0.4.99cvs1
18372
18373 2001-05-18 [hoa]
18374
18375         * src/compose.[ch]
18376         * src/filtering.c
18377         * src/summaryview.c
18378                 new filtering action : forward and forward as attachment
18379
18380         * src/main.c
18381                 no need for $DISPLAY when we run sylpheed --help
18382                 call to parse_cmd_opt() is moved
18383
18384         * src/mainwindow.[ch]
18385                 execute button is hidden when immediate execute
18386                 is chosen
18387
18388         * src/mh.c
18389         * src/news.c
18390         * src/prefs_folder_item.c
18391         * src/procmsg.c
18392                 better handling of missing directories
18393
18394         * src/summaryview.c
18395                 reedit is enabled in outbox
18396                 reedit is enabled in queue
18397
18398 2001-05-17 [hoa]
18399
18400         * src/filtering.c
18401         * src/matcher.[ch]
18402         * src/prefs_filtering.c
18403                 changed attachement into attachment
18404
18405 2001-05-17 [alfons]
18406
18407         0.4.67claws4    
18408
18409         * sync with sylpheed 0.4.67cvs9
18410         * sync with sylpheed 0.4.67cvs7-8
18411
18412 2001-05-17 [hoa]
18413
18414         * src/Makefile.am
18415                 added prefs_filtering.c
18416
18417         * src/filtering.[ch]
18418         * src/matcher.[ch]
18419                 removed action : forward_news and forward_news_as_attachement
18420                 (forward and forward_as_attachement can be used instead)
18421
18422         * src/mainwindow.c
18423                 added menu option to access filtering configuration
18424
18425         * src/prefs_account.c
18426                 changed mail_command default to /usr/sbin/sendmail
18427
18428         * added src/prefs_filtering.[ch]
18429                 dialog box for filtering configuration
18430
18431         * src/prefs_matcher.c
18432                 added function prefs_matcher_get_criteria_from_matching()
18433
18434         * src/prefs_scoring.c
18435                 reset the dialog when register or substitute is clicked
18436
18437 2001-05-15 [hoa]
18438
18439         * src/Makefile.am
18440                 added filtering.[ch]
18441         * src/inc.c
18442                 using filering.[ch] instead of filter.[ch]
18443         * src/main.c
18444                 reading new filtering configuration
18445         * src/matcher.[ch]
18446                 added some filtering actions
18447                 and fixed a bug for headers and mail body matching
18448         * src/mbox.c
18449                 using filering.[ch] instead of filter.[ch]
18450         * src/mh.c
18451                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18452         * src/summaryview.c
18453                 some fixes for filtering
18454
18455 2001-05-14 [hiroyuki]
18456
18457         * src/send.c: fixed some weird indentations.
18458           send_message_with_command(): call pclose() only if p != NULL.
18459         * src/textview.c: get_email_part(): modified the code for readability.
18460
18461 2001-05-14 [hiroyuki]
18462
18463         * src/md5global.h
18464           src/md5ify.c
18465           src/md5ify.h: removed from the cvs.
18466
18467 2001-05-13 [sergey]
18468
18469         * src/main.c: include rfc2015.h to avoid compiler warnings.
18470         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18471         the panel is already on screen.
18472         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18473         closing the alert window by ESC as "No".
18474         * src/prefs_common.c (prefs_interface_create): moved return
18475         receipt check button to the correct place.
18476
18477 2001-03-13 [alfons]
18478
18479         * src/prefs_common.c: 
18480                 moved return receipt check button to the Send tab. (prefs_send_create)
18481                 removed the date format ui related globals. (prefs_display_create)
18482
18483         0.4.67claws3
18484         
18485         * sync with sylpheed 0.4.67cvs5-6
18486
18487 2001-05-13 [paul]
18488
18489         * added Alfons' font selection patch
18490
18491         * src/defs.h
18492         * src/headerwindow.c
18493         * src/prefs_common.c
18494         * src/prefs_common.h
18495
18496 2001-05-13 [hoa]
18497         * src/defs.h
18498                 changed version of cache
18499         * src/matcher.[ch]
18500         * src/prefs_matcher.c
18501                 added additionnal matching criteria
18502         * src/procheader.c
18503         * src/procmsg.[ch]
18504         * src/news.c
18505                 added references in MsgInfo
18506
18507 2001-05-12 [hoa]
18508
18509         * src/defs.h
18510                 prepared some things for new filtering
18511         * src/matcher.[ch]
18512                 added some matching properties
18513                 inreplyto need to be enhanced
18514                 prepared some things for new filtering
18515         * src/messageview.c
18516                 added Return-Receipt-To handling
18517         * src/prefs_folder_item.c
18518                 changed default value to TRUE
18519         * src/prefs_matcher.c
18520                 added some matching properties
18521         * src/prefs_scoring.[ch]
18522                 the scoring dialog is finished
18523         * src/procheader.c
18524                 added Return-Receipt-To handling
18525                 Reference need to be added
18526         * src/procmsg.[ch]
18527                 added Return-Receipt-To handling
18528                 added threadscore to get a better score sorting when
18529                 threads are enabled
18530         * src/summaryview.c
18531                 suppressed a bug when we sort the list
18532                 when no folder is opened.
18533                 better score sorting when threads are enabled
18534
18535 2001-05-12 [alfons]
18536
18537         * reverted previous patch because of potential errors 
18538
18539         0.4.67claws2
18540         
18541         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18542                 applied "toggle mail-retrieval dialog window" patch submitted 
18543                 by Eric Limpens <eric@qnt.net>
18544
18545         * sync with sylpheed 0.4.67cvs4
18546
18547 2001-05-12 [sergey]
18548
18549         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18550         some picky compilers.
18551         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18552         * src/grouplist_dialog.c: include alertpanel.h.
18553         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18554         fix compile warning.
18555         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18556         #include "defs.h" before others to prevent the warning of `MIN'
18557         and `MAX' redefinition.
18558
18559 2001-05-11 [hoa]
18560
18561         * src/main.c
18562         * src/messageview.c
18563         * src/prefs_account.c
18564         * src/prefs_display_header.c
18565                 removed warning
18566         * src/Makefile.am
18567                 added prefs_scoring.[ch]
18568         * src/grouplist_dialog.c
18569                 display an error dialog box if the group list
18570                 cannot be fetched.
18571         * src/mainwindow.[ch]
18572                 added main_window_set_thread_option() function
18573                 scoring dialog box enabled
18574         * src/matcher.[ch]
18575                 added flags matching unread /new / marked
18576                 / deleted / replied / forwarded
18577         * src/news.c
18578                 newsgroups are now finally in newscache
18579         * src/prefs_matcher.[ch]
18580                 finished preferences for matching dialog
18581         * added src/prefs_scoring.[ch]
18582                 scoring dialog box completed
18583         * src/scoring.[ch]
18584                 conversion to string : added scoringprop_to_string()
18585                 write config for preferences :
18586                 added prefs_scoring_write_config()
18587         * src/summaryview.c
18588                 threads can be enabled/disabled independently
18589                 for each folder
18590
18591 2001-05-10 [alfons]
18592
18593         0.4.67claws1
18594         
18595         * AUTHORS: 
18596                 thought it would be nice to have a list of all
18597                 contributors (used Changelog as a reference)
18598         
18599         * configure.in: 
18600                 messed up version numbering...
18601
18602         0.4.66claws1
18603
18604         * sync with sylpheed 0.4.67cvs1-3
18605
18606 2001-05-10 [darko]
18607
18608         * src/prefs_common.c:
18609                 better UI for strftime format, double clicking
18610                 on format now inserts the format in text entry
18611                 replaced close button with standard OK/Cancel
18612                 moved date format button to the right of the
18613                 text entry field
18614
18615 2001-05-09 [alfons]
18616
18617         * src/gtkstext.c:
18618                 Ctrl-Home / Ctrl-End have proper cursor navigation
18619
18620 2001-05-09 [hoa]
18621
18622         * src/prefs_matcher.c
18623                 finished UI to define matching properties
18624                 added ok and cancel button
18625         * src/prefs_filter.c
18626                 added ok and cancel button
18627         * src/news.c
18628                 fixed some bug in xhdr parsing
18629
18630 2001-05-08 [alfons]
18631
18632         * src/textview.c: 
18633                 fixed a bug in textview_show_header(), which displayed two colons (':');
18634                 cleaned up some warnings
18635
18636 2001-05-08 [hoa]
18637
18638         * src/Makefile.am
18639                 added prefs_matcher.[ch]
18640                 compilation with -W -Wall
18641         * src/alertpanel.c
18642                 ungrab the mouse events if grabbed - does it
18643                 fix the bug for disposition notification ?
18644         * src/mainwindow.c
18645                 added a menu option to open the matching dialog.
18646         * src/matcher.[ch]
18647                 added matcherprop_to_string() and matcherlist_to_string()
18648                 fixed some bugs, changed the name of some options
18649                 age_sup and age_inf becomes age_greater and age_lower,
18650                 body and messageheaders becomes body_part and headers_part,
18651                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18652         * src/prefs_display_header.c
18653         * src/prefs_headers.c
18654                 fixed a bug that accidentally destroyed dialogs
18655                 when closed them with delete_event
18656                 Added *_deleted() which handle delete_event signal correctly.
18657         * src/prefs_folder_item.[ch]
18658                 added "enable_thread" field for future customization
18659         * added src/prefs_matcher.[ch]
18660                 sample of the UI to define matching properties
18661         * src/procheader.c
18662                 using procheader_headername_equal instead of str*cmp functions
18663                 using procheader_parse_header() function
18664         * src/scoring.c
18665                 using MATCHING_XXX instead of SCORING_XXX
18666         * src/summaryview.c
18667                 display the sender of the news even if this is ourself
18668                 when this is a news message.
18669         * src/textview.c
18670                 using headername_equal() instead of str*cmp functions
18671
18672 2001-05-08 [alfons]
18673
18674         0.4.66claws
18675
18676         * sync with sylpheed 0.4.66
18677         * src/gtkstext.c: trace logs added 
18678
18679 2001-05-08 [sergey]
18680
18681         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18682         signature check popup.
18683         * src/rfc2015.c (check_signature): show signature check popup only
18684         if it is enabled in preferences.
18685
18686 2001-05-07 [alfons]
18687
18688         0.4.66claws4
18689         
18690         * sync with sylpheed 0.4.66cvs6
18691
18692 2001-05-07 [darko]
18693
18694         * src/prefs_common.[ch]: added option to enable/disable
18695           looking up sender name in address book for summary pane
18696         * src/summaryview.c: look up sender in the address book
18697           by using Alfons' address completion code
18698
18699 2001-05-07 [hiroyuki]
18700
18701         * src/inc.h
18702           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18703           member of Pop3State.
18704         * src/news.c: brought #include "defs.h" before #include <glib.h>
18705           to prevent the warning of `MIN' and `MAX' redefinition.
18706
18707 2001-05-06 [hoa]
18708
18709         * removed src/headers_display.[ch]
18710         * removed src/prefs_display_headers.[ch]
18711         * src/inc.c
18712                 use a temporary file in the user directory for mbox import
18713         * src/news.c
18714                 added XHDR support to get "To" and "Cc" headers
18715                 (in order to match news with to or cc field for
18716                 scoring)
18717                 added function news_parse_xhdr() to get XHDR response
18718         * src/nntp.[ch]
18719                 added function nntp_xhdr()
18720         * src/matcher.c
18721                 fetch the message if necessary
18722
18723 2001-05-06 [alfons]
18724
18725         0.4.66claws3
18726
18727         * sync with sylpheed 0.4.66cvs3-5
18728
18729 2001-05-06 [hoa]
18730
18731         * src/utils.[ch]
18732                 added function itos_buf() to enable use of several buffers
18733         * src/summaryview.c
18734                 use of itos_buf() instead of itos() in summary list
18735                 to fix the broken display of message number.
18736
18737 2001-05-06 [alfons]
18738
18739         * src/gtkstext.c: bug in cursor up navigation fixed,
18740                 fixed another unsigned / signed comparison (we're getting there :-)
18741
18742 2001-05-06 [hoa]
18743
18744         * src/Makefile.am
18745                 added scoring.c scoring.h
18746                 prefs_folder_item.c prefs_folder_item.h
18747                 matcher.c matcher.h
18748         * src/defs.h
18749                 added FOLDERITEM_RC SCORING_RC
18750         * src/folder.[ch]
18751                 added prefs field in FolderItem :
18752                 properties for each folder (PrefsFolderItem),
18753                 sorting type and mode were added as the first properties.
18754         * src/main.c
18755                 read config for scoring
18756         * added src/matcher.[ch]
18757                 gives functions to parse configuration file to do
18758                 matching on mails with a list of conditions.
18759         * src/mainwindow.c
18760                 add option to sort by score
18761         * src/prefs_common.[ch]
18762                 added preference option to show score and for
18763                 the score column size
18764         * added src/prefs_folder_item.[ch]
18765                 properties for each folder (PrefsFolderItem),
18766                 sorting type and mode were added as the first properties.
18767         * src/procheader.[ch]
18768                 added procheader_parse_header()
18769                 added procheader_header_free()
18770                 added procheader_headername_equal()
18771                 and made modification to use them.
18772         * src/procmsg.[ch]
18773                 added score field to MsgInfo structure
18774         * added src/scoring.[ch]
18775                 gives functions to parse configuration file to do
18776                 scoring on mails with a list of conditions.
18777         * src/summaryview.[ch]
18778                 save the sorting type and mode for the folder
18779                 added column to display the score of the mail
18780                 added function summary_score_clicked()
18781                 sorting type and mode are restored to the folder
18782                 when it is reopen
18783         * src/textview.c
18784                 use procheader_parse_header(), procheader_headername_equal()
18785                 removed memory leak in text_scan_header when freeing headers
18786         * src/filter.c
18787                 changed the function to match names of headers
18788                 using procheader_headername_equal()
18789
18790         Scoring functions are implemented, an interface is needed
18791         to configure that.
18792
18793 2001-05-04 [alfons]
18794
18795         * src/gtkstext.c: 
18796                 hopefully fixed the row up navigation bug,
18797                 removed adding back / forward lines to cache
18798
18799 2001-05-04 [sergey]
18800
18801         * src/prefs_display_headers.c: user interface changes:
18802         (prefs_display_headers_create): remove unused "Show" check button;
18803         allow reordering of headers by dragging.
18804         (prefs_display_headers_write_config): remove unused variables.
18805         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18806         of lists (not needed with the new UI).
18807         (prefs_display_headers_set_list): scan lists starting from row 0,
18808         not 1 (do not skip "(New)").
18809         (prefs_display_headers_find_header): new function.
18810         (prefs_display_headers_clist_set_row): do not allow duplicates.
18811         (prefs_display_headers_delete_cb): do not skip row 0; treat
18812         closing the alert window by ESC as "No".
18813         (prefs_display_headers_up): do not protect row 0.
18814         (prefs_display_headers_down): do not protect row 0.
18815
18816 2001-05-04 [sergey]
18817
18818         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18819         functions.
18820
18821         * src/summaryview.c
18822         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18823         summary_select_next_marked, summary_select_prev_marked): new
18824         functions.
18825
18826 2001-05-03 [sergey]
18827
18828         * src/news.c: fixed a bug when no article can be fetched after
18829         server timeout if the connection was restored by news_post():
18830         (news_select_group): new function.
18831         (news_fetch_msg): call news_select_group() before fetching
18832         article.
18833         (news_get_uncached_articles): set session->group after successful
18834         GROUP command.
18835
18836 2001-05-03 [hoa]
18837
18838         * src/defs.h
18839         * src/procmsg.[ch]
18840         * src/procheader.c
18841                  changed version of cache, added cc field
18842
18843         * src/prefs_display_headers.c
18844                 the interface was changed
18845
18846         * src/prefs_headers.c
18847                 added cancel button
18848
18849 2001-05-03 [alfons]
18850
18851         * completed sync of sylpheed cvs2
18852         * src/gtkstext.c: updated row up / down cursor navigation
18853         * src/textview.c: re-edited, prepared for fixing the email address
18854                 scanner.
18855
18856 2001-05-03 [darko]
18857
18858         * src/prefs_common.c: use alfons' strftime ui code
18859         entry_datefmt and datefmt_sample widgets have to be
18860         global in this module because of this change
18861
18862 2001-05-03 [hoa]
18863
18864         * src/messageview.c
18865         * src/prefs_common.[ch] added option to activate the return receipt
18866                 feature.
18867
18868 2001-05-02 [alfons]
18869
18870         * src/gtkstext.c: fix for row up/down cursor navigation. 
18871
18872         0.4.66claws2
18873         
18874         * sync with 0.4.66cvs2
18875
18876 2001-05-02 [paul]
18877
18878         added add-sender-to-addressbook patch
18879
18880         * src/addressbook.c
18881         * src/addressbook.h
18882         * src/summaryview.c
18883
18884 2001-05-02 [sergey]
18885
18886         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18887         G_ALERTDISABLE.
18888
18889         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18890         all existing callers changed to pass FALSE; create a check button
18891         to disable the message.
18892         (alertpanel_message_with_disable): new function.
18893         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18894         (alertpanel_button_toggled): new function.
18895         (alertpanel_button_clicked, alertpanel_close): set value using
18896         G_ALERT_VALUE_MASK.
18897
18898         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18899
18900         * src/prefs_common.c (prefs_privacy_create): new check button
18901         checkbtn_gpgme_warning.
18902
18903         * src/main.c (main): moved preferences reading before gpgme
18904         initialization; check prefs_common.gpgme_warning before giving the
18905         GnuPG warning and set it to FALSE if the user wants to disable the
18906         warning.
18907
18908 2001-05-02 [hiroyuki]
18909
18910         * src/prefs_display_headers.c: modified the layout and some labels.
18911
18912 2001-05-02 [sergey]
18913
18914         * src/prefs_account.c (prefs_account_fix_size): new function.
18915         (prefs_account_create): call prefs_account_fix_size(); use
18916         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18917         size when the window is shown for the first time).
18918         (prefs_account_basic_create): changed layout of serv_table; moved
18919         localmbox_entry above smtpserv_entry (logically it replaces
18920         POP3/IMAP server).
18921         (prefs_account_protocol_activated): set sensitivity of
18922         nntpauth_chkbtn according to the protocol (in addition to
18923         hide/show); commented out gtk_table_set_row_spacing() calls.
18924         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18925         not sensitive (fixes a bug with disabled username/password boxes
18926         when editing POP3 account after NNTP with authentication).
18927
18928 2001-05-02 [hoa]
18929
18930         * src/account.c
18931         * src/inc.c
18932         * src/prefs_account.[ch]
18933         * src/send.c
18934                 removed local account without SMTP server
18935                 added option to use mail command instead of a connexion
18936                 to SMTP server when a local account is used
18937         * src/prefs_headers.c
18938                 fixed a bug
18939         * src/news.c
18940                 fixed a bug when connexion immediately closed
18941
18942 2001-05-01 [alfons]
18943
18944         0.4.66claws1
18945         
18946         * sync with 0.4.65
18947
18948 2001-05-01 [sergey]
18949
18950         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18951         widget nntpauth_chkbtn.
18952         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18953         visibility.
18954         (prefs_account_nntpauth_toggled): new function.
18955
18956         * src/news.c (news_session_new_for_folder): use NNTP
18957         authentication only if ac->use_nntp_auth is set.
18958
18959 2001-05-01 [hoa]
18960
18961         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18962         * src/prefs_display_headers.c changed the UI
18963         * src/prefs_headers.c changed account_name to account_id
18964         * src/compose.c using customheader.h
18965
18966 2001-05-01 [hiroyuki]
18967
18968         * src/esmtp.c
18969           src/news.c
18970           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18971           unsynched.
18972
18973 2001-05-01 [hoa]
18974
18975         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18976         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18977                 for displaying of headers
18978         * src/grouplist_dialog.[ch] minor changes to remove warnings
18979         * src/prefs_display_headers.[ch] dialog to choose the
18980         headers to display in the mail viewer.
18981         * src/headers.h correction of #define
18982         * src/headers_display.[ch] configuration for displaying of headers.
18983         * src/main.c read config of displaying of headers
18984         * src/prefs_common.c add a button to access the config dialog
18985                 for displaying of headers
18986         * src/prefs_display_headers.[ch] dialog for configuration for
18987                 displaying of the headers.
18988         * src/prefs_headers.c cleaning of code
18989         * src/procheader.c comments added to code
18990         * src/textview.c changes to reorder the headers depending
18991                 on the config for displaying of headers
18992
18993 2001-04-30 [alfons]
18994
18995         0.4.65claws7
18996
18997         * sync with 0.4.65cvs12
18998
18999         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19000
19001 2001-04-30 [sergey]
19002
19003         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19004
19005         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19006         is set to force reconnection after authentication failure.
19007         (nntp_gen_command): set sock->auth_failed on authentication
19008         failure, or if sock->userid and sock->passwd are not set.
19009
19010         * src/news.c (news_session_new_for_folder): set userid=NULL if
19011         password dialog is cancelled.
19012
19013 2001-04-30 [sergey]
19014
19015         * src/nntp.h (NNTPSockInfo): new type.
19016
19017         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19018         SockInfo.
19019         (nntp_open_auth, nntp_close): new functions.
19020         (nntp_gen_command): new function to handle authentication; all
19021         NNTP command functions updated to use it.
19022         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19023         (nntp_list): removed old useless code.
19024
19025         * src/news.h (NNTPSession): new field nntp_sock.
19026
19027         * src/news.c: all functions updated to use NNTPSockInfo instead of
19028         SockInfo.
19029         (news_session_new): new arguments (userid, passwd); made static;
19030         use nntp_open_auth() if needed.
19031         (news_session_destroy): use nntp_close() instead of sock_close().
19032         (news_query_password): changed arguments.
19033         (news_session_new_for_folder): new function.
19034         (news_session_get): use news_session_new_for_folder().
19035         (news_authenticate): deleted.
19036         (news_get_uncached_articles): removed old authentication code.
19037
19038 2001-04-30 [sergey]
19039
19040         * src/news.c: reverted my previous changes (need to do NNTP
19041         authentication in a cleaner way).
19042         
19043 2001-04-29 [sergey]
19044
19045         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19046         news_nntp_post, news_nntp_mode): new functions (wrappers with
19047         authentication support).
19048         (news_get_article_cmd, news_get_article, news_get_header): new
19049         argument "folder"; all callers changed.
19050         (news_get_article_cmd): added authentication support.
19051         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19052         (news_post): use news_nntp_post() instead of nntp_post().
19053         (news_get_uncached_articles): use news_nntp_group() instead of
19054         nntp_group() and news_nntp_xover() instead of nntp_xover();
19055         removed old authentication code.
19056         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19057
19058         * src/nntp.c (nntp_list): return real error code instead of
19059         hardcoded NN_ERROR.
19060
19061 2001-04-29 [sergey]
19062
19063         * configure.in: fixed wint_t typedef detection again
19064
19065 2001-04-28 [hoa]
19066
19067         * src/prefs_account.[ch], added A_LOCAL_CMD
19068                 (send mail with mail command)
19069         * src/send.c added function send_message_with_command()
19070         * src/inc.c made a more secure get_spool() function with
19071                 mktemp() but maybe mkstemp() or something more
19072                 secure can be used.
19073
19074 2001-04-28 [alfons]
19075
19076         * src/textview.c, colorization of email addresses in headers
19077
19078         0.4.65claws6
19079
19080         * bug sync with sylpheed
19081         * prefs_common.c: created date format ui for darko
19082         * sync with 0.4.65cvs11
19083         * configure.in: corrected to have the new gpg checks
19084
19085 2001-04-27 [alfons]
19086
19087         * completed sync with 0.4.65cvs10
19088         * minor debug things added to gtkstext.c
19089
19090 2001-04-27 [darko]
19091
19092         * configure.in: remove check for availability of
19093           strftime() as advised by Hiroyuki
19094         * src/prefs_common.[ch], src/procheader.c:
19095           synch strftime() code with Hiroyki's main branch
19096
19097 2001-04-26 [sergey]
19098
19099         * src/news.c: news_query_password(), news_authenticate(): new
19100           functions.
19101           news_get_uncached_articles(): added NNTP authentication
19102           handling.
19103         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19104           new functions.
19105         * src/prefs_account.c: prefs_account_protocol_activated():
19106           enable userid and password fields for NNTP.
19107
19108 2001-04-26
19109
19110         * configure.in: check for availability of strftime()
19111           [darko]
19112         * src/prefs_common.[ch], src/procheader.c: use
19113           strftime() for displaying date in summary pane if it
19114           is available
19115
19116 2001-04-25
19117
19118         * more .cvsignore cleanups [alfons]
19119
19120 2001-04-25
19121
19122         * ac/sv-check-type.m4: new autoconf macro.
19123         * configure.in: fixed wint_t typedef detection (did not work
19124           with gcc-2.96).
19125
19126 2001-04-25
19127
19128         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19129           [hiroyuki]
19130
19131 2001-04-24
19132         * modified gtkstext.c : buggy cursor navigation fixed, 
19133           and font descent also taken in account when drawing
19134           cursor. [alfons]
19135
19136 2001-04-24 [hoa]
19137         * added comments in src/news.c src/nntp.c
19138         * added src/prefs_headers.[ch]
19139         * added src/headers.[ch]
19140         * modified compose.c to activate custom headers
19141                 added function is_in_custom_headers
19142         * modified prefs_account.[ch]
19143                 added function prefs_account_customhdr_edit
19144         * modified src/defs.h :
19145                 added HEADERS_RC : name of the config file
19146                 for the custom headers
19147
19148 2001-04-24
19149
19150     0.4.65claws5
19151
19152         * configure.in
19153           src/gtkstext.[ch]
19154           src/compose.c
19155           src/Makefile.am
19156           
19157           added gtkstext with configure.in patch by Hiroyuki which
19158           should fix the XIM detection [alfons]
19159
19160         * more clean up of cvs [alfons]
19161
19162                  * removed all Makefile.in files to attic.
19163
19164                  * updated all .cvsignores to really ignore things that could
19165                    be unintentionally committed by a recursive commit.
19166
19167 2001-04-23 [hoa]
19168         * added src/grouplist_dialog.[ch]
19169         * changed src/folderview.c to call grouplist_dialog instead
19170                 of inputdialog
19171         * src/news.c :
19172                 added functions news_reset_group_list
19173                 and news_get_group_list
19174         * src/nntp.c :
19175                 added function nntp_list
19176         * src/defs.h :
19177                 added GROUPLIST_FILE : name of the newsgroup list cache file
19178
19179 2001-04-21
19180
19181         * added option to warn about queued messages on exit [sergey]:
19182
19183           * src/compose.c: compose_queue(): call folder_item_scan()
19184             and folderview_update_item() after queueing.
19185           * src/folderview.c: folderview_update_node(): draw the queue
19186             folder in bold font if there are queued messages.
19187           * src/mainwindow.c: queued_messages(): new function.
19188             app_exit_cb(): display warning if there are queued messages
19189             if warn_queued_on_exit is set.
19190           * prefs_common.[ch]: add warn_queued_on_exit option.
19191
19192         * enhanced GnuPG key selection support [sergey]:
19193
19194           * src/select-keys.c: updated to newer version from Win32
19195             branch with support for selecting arbitrary keys.
19196           * src/prefs_account.c: added the Privacy tab to the account
19197             options window.
19198             prefs_account_privacy_create(),
19199             prefs_account_sign_key_set_data_from_radiobtn(),
19200             prefs_account_sign_key_set_radiobtn(): new functions.
19201           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19202           * src/rfc2015.c: set_signers(): new function.
19203             pgp_sign(): add the account parameter, call set_signers().
19204             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19205           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19206           * src/compose.c: pass the current account to rfc2015_sign().
19207
19208         * tag name claws added to prevent confusion with main branch [alfons]
19209
19210         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19211
19212         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19213
19214         * sync with recent sylpheed cvs. Untested though. [alfons]
19215