0.9.6claws76
[claws.git] / ChangeLog.claws
1 2003-11-16 [christoph]  0.9.6claws76
2
3         * src/pgpmime.c
4         * src/privacy.c
5         * src/procmime.c
6         * src/sgpgme.[ch]
7                 implement message decrypting
8
9         * src/rfc2015.c
10                 remove old code
11
12 2003-11-14 [luke]       0.9.6claws75
13
14         * src/mimeview.c
15                 fix a couple of problems that treated application/* and
16                 application/octet-stream the wrong way around
17                 (since 0.9.6claws10), causing "Open" to do nothing.
18
19 2003-11-14 [christoph]  0.9.6claws74
20
21         * src/messageview.c
22         * src/pgpmime.c
23         * src/privacy.[ch]
24                 prepare for message part decrypting
25
26         * src/sgpgme.c
27                 add output for expired signatures
28
29         * src/rfc2015.c
30                 remove some old code
31
32 2003-11-10 [christoph]  0.9.6claws73
33
34         * src/mimeview.c
35                 add "Full info" button for bad and warn signature status
36
37         * src/sgpgme.c
38                 generate full signature info like gpg's output
39                 (gpg -v --with-fingerprint --verify)
40
41 2003-11-10 [christoph]  0.9.6claws72
42
43         * src/mimeview.c
44         * src/pgpmime.c
45         * src/privacy.[ch]
46         * src/sgpgme.[ch]
47         * src/textview.[ch]
48                 o add code to view full signature info
49                 o do automatic signature checks
50
51 2003-11-10 [alfons]     0.9.6claws71
52
53         * src/summaryview.c
54                 don't crash when gtkut_font_load() returns invalid font (has
55                 something to do with locale settings)
56                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
57
58 2003-11-09 [alfons]     0.9.6claws70
59
60         * src/procmime.c
61                 plug leak
62
63 2003-11-08 [luke]       0.9.6claws69
64
65         * src/summaryview.c
66                 fix some typos
67
68         * src/compose.c
69                 rewrite compose_attach_parts(), fixing various bugs mainly
70                 to do with re-editing.
71
72         * src/mimeview.c
73                 "save all" now only saves attachments with names/filenames
74
75 2003-11-04 [match]      0.9.6claws68
76
77         * src/ldapctrl.[ch]
78                 fix broken LDAP support.
79
80         * src/ldapquery.c
81                 remove printf's.
82
83 2003-11-04 [luke]       0.9.6claws67
84
85         * src/mimeview.c
86                 o  fixed bug 4 "focus lost on messages with attachments"
87                 o  fixed 'Save all' attachments for new mime changes
88                 o  right clicking on icons consistent with right clicking on
89                    mime tree
90                   - fixes a bug where wrong part is saved when you
91                     choose 'Save as' from popup menu
92                   - fixes bug 308 "No way to "save all" attachments"
93                 o  fixed a compiler warning.
94
95         * src/textview.c
96                 o  removed flickering in mime tree when using "n" and "p"
97                    shortcuts
98                 o  fixed bug where selecting the textview and pressing e.g.
99                    'y' causes sylpheed to respond twice.
100
101         * src/summaryview.c
102                 removed hard coding of * and ! shortcuts (which only served
103                 to cause problems if you tried to redefine the shortcuts)
104
105 2003-11-04 [luke]       0.9.6claws66
106
107         * src/plugins/image_viewer/viewer.c
108         * src/plugins/image_viewer/viewerprefs.c
109         * src/plugins/image_viewer/viewerprefs.glade
110                 o  allow toggling of image scaling by clicking on image
111                 o  respond to image's container widget resize
112
113         * src/procmime.c
114                 o  fix bad parsing of message when re-editing/viewing a
115                    message saved to the drafts folder
116
117 2003-11-02 [match]      0.9.6claws65
118
119         * src/browseldap.h
120                 fix if not building LDAP support.
121         * src/addrindex.c
122         * src/ldapquery.[ch]
123         * src/editldap.h
124                 include support for contains query. feature req 529354.
125
126 2003-11-02 [alfons]     0.9.6claws64
127
128         * src/browseldap.c
129                 fix build bustage if not compiling ldap support
130
131 2003-11-01 [match]      0.9.6claws63
132
133         * po/POTFILES.in
134         * src/Makefile.am
135         * src/addr_compl.[ch]
136         * src/addrbook.c
137         * src/addrcache.[ch]
138         * src/addrdefs.h        ** NEW **
139         * src/addressbook.c
140         * src/addressitem.h
141         * src/addrindex.[ch]
142         * src/addritem.h
143         * src/addrquery.[ch]
144         * src/ldapquery.[ch]
145         * src/ldapserver.[ch]
146                 refactor LDAP query mechanism.
147
148         * src/browseldap.[ch]   ** NEW **
149         * src/ldaplocate.[ch]   ** NEW **
150                 add feature to browse LDAP entry that was retrieved using
151                 an explicit LDAP search.
152
153 2003-11-01 [alfons]     0.9.6claws62
154
155         * src/prefs_gtk.c
156                 prefs_write_param(): fail when we see an invalid type; all the
157                 callers seem to handle this gracefully by reverting changes
158
159 2003-10-30 [christoph]  0.9.6claws61
160
161         * configure.ac
162         * ac/openssl.m4
163         * ac/spamassassin.m4
164         * src/Makefile.am
165                 use extra variables for all libraries to make sure plugins
166                 are only linked with libraries they really need. $LIBS is always
167                 added to the linking parameters, but we only what the libraries
168                 listed in the Makefile
169
170 2003-10-29 [paul]       0.9.6claws60
171
172         * src/mimeview.c
173                 don't use Subject for unknown part name
174
175 2003-10-29 [paul]       0.9.6claws59
176
177         * src/compose.c
178                 get name of attachment(s) when re-editing, fwd'ing or
179                 redirecting
180                 
181         * src/mimeview.c
182                 get name of attachment(s) when saving
183
184 2003-10-29 [hoa]        0.9.6claws58
185
186         * src/textview.c
187                 implemented multipart/alternative in MIME message viewer.
188
189 2003-10-28 [christoph]  0.9.6claws57
190
191         * configure.ac
192                 make sure MathML-Viewer is not built with the
193                 Gtk2 version of GtkMathView
194
195 2003-10-28 [paul]       0.9.6claws56
196
197         * sync with 0.9.7cvs1
198                 see ChangeLog 2003-10-28
199
200 2003-10-27 [alfons]     0.9.6claws55
201
202         * src/matcher_parser_parse.y
203         * src/gtk/colorlabel.c
204                 allow setting color label to 0 in filtering/processing rules
205                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
206
207 2003-10-26 [alfons]     0.9.6claws54
208
209         * src/summary_search.c
210                 fix misnomer and correct selecting initial search node  
211
212 2003-10-26 [christoph]  0.9.6claws53
213
214         * src/pgpmime.c
215         * src/sgpgme.c
216                 change display of signature info to use only name of
217                 signer, otherwise the text gets too long.
218
219         * src/procmime.c
220                 don't use MimeInfo's filename to generate tmp filename
221
222 2003-10-25 [christoph]  0.9.6claws52
223
224         * src/procmime.c
225                 fix message body searching
226
227 2003-10-25 [paul]       0.9.6claws51
228
229         * src/compose.c
230                 use g_basename rather than basename
231
232 2003-10-24 [christoph]  0.9.6claws50
233
234         * src/sgpgme.c
235                 change fetching of signature key's trust
236
237 2003-10-24 [paul]       0.9.6claws49
238
239         * po/sk.po
240                 update Slovak translation
241                 submitted by Andrej Kacian
242                 
243         * src/mainwindow.c
244                 remove unknown menu entry /File/Add mailbox/mbox...
245
246 2003-10-24 [hoa]        0.9.6claws48
247
248         * src/Makefile.am
249                 removed all references to mbox folders
250
251         * src/carray.[ch]               * REMOVED *
252         * src/chash.[ch]                * REMOVED *
253         * src/maillock.[ch]             * REMOVED *
254         * src/mailmbox.[ch]             * REMOVED *
255         * src/mailmbox_folder.[ch]      * REMOVED *
256         * src/mailmbox_parse.[ch]       * REMOVED *
257         * src/mailmbox_types.[ch]       * REMOVED *
258         * src/mbox_folder.[ch]          * REMOVED *
259                 remove implementation of mbox folders
260                 and old mailbox folder.
261                 mbox folder implementation will be added
262                 as a plugin so that implementation can be entirely
263                 synchronized with the files of the project they are
264                 extracted from (libEtPan!).
265         
266         * src/mainwindow.c
267         * src/folder.c
268         * src/folderview.[ch]
269         * src/procmsg.h         
270                 Disable as much code that references mbox folders
271                 as possible.
272                 Some UI thing still need to know that folder is mbox
273                 (when we have to enter the name of the mailbox and
274                 we want to add /var/mail/$USER).
275
276 2003-10-23 [christoph]  0.9.6claws47
277
278         * src/noticeview.c
279                 don't always display button when noticeview is made visible
280
281         * src/mimeview.c
282         * src/pgpmime.c
283         * src/privacy.[ch]
284         * src/sgpgme.[ch]
285                 get signature information from crypto system
286
287 2003-10-22 [paul]       0.9.6claws46
288
289         * po/es.po
290                 updated by Ricardo Mones Lastra
291
292 2003-10-22 [paul]       0.9.6claws45
293
294         * src/Makefile.am
295                 update to reflect the changes to the icons that
296                 happened in 0.9.6claws35
297
298 2003-10-22 [alfons]     0.9.6claws44
299         
300         * src/carray.h
301                 inline carray_count() 
302
303 2003-10-21 [alfons]     0.9.6claws43
304
305         * src/carray.h
306                 glib wrappers
307         * src/carray.c
308                 disable
309         * src/mailmbox.[ch]
310         * src/mailmbox_folder.c
311         * src/mailmbox_parse.c
312         * src/mailmbox_types.[ch]
313                 %s/uint32_t/guint
314
315 2003-10-21 [luke]       0.9.6claws42
316
317         * src/stock_pixmaps.[ch]
318         * src/mimeview.c
319         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
320         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
321                 o remove mime_application_octet_stream.xpm icon (it was never
322                   really needed)
323                 o remove redundant icon messageview_text.xpm
324
325         * src/mainwindow.c
326                 fix visibility of signature noticeview when toggling 'separate
327                 message view'
328
329 2003-10-21 [christoph]  0.9.6claws41
330
331         * src/procmime.c
332                 decode multipart and rfc822 mime parts to allow further
333                 parsing when required
334
335 2003-10-21 [christoph]  0.9.6claws40
336
337         * src/procmime.[ch]
338         * src/textview.c
339                 remove obsolete charset parameter in MimeInfo and fix
340                 TextView to use the charset from the parameter hash table
341
342         * src/plugins/dillo_viewer/Makefile.am
343         * src/plugins/trayicon/Makefile.am
344                 add OPENSSL_CFLAGS to fix building with using
345                 --with-openssl-* parameters
346
347 2003-10-21 [paul]       0.9.6claws39
348
349         * src/prefs_matcher.[ch]
350                 replace remnants of the old, renamed 'Execute' matchtype
351                 add a brief description to the Info window
352
353 2003-10-21 [hoa]        0.9.6claws38
354         
355         * src/Makefile.am
356         * src/carray.[ch]               * NEW *
357         * src/chash.[ch]                * NEW *
358         * src/folder.c
359         * src/maillock.[ch]             * NEW *
360         * src/mailmbox.[ch]             * NEW *
361         * src/mailmbox_folder.[ch]      * NEW *
362         * src/mailmbox_parse.[ch]       * NEW *
363         * src/mailmbox_types.[ch]       * NEW *
364                 implementation of mbox folder with unique message numbers
365
366                 made use of libEtPan! implementation of mbox for lower-layer.
367
368 2003-10-20 [alfons]     0.9.6claws37
369
370         * src/noticeview.c
371                 fix invalid argument warning
372         * src/pgpmime.c
373                 no in place variable
374
375 2003-10-20 [paul]       0.9.6claws36
376
377         * src/compose.[ch]
378           src/filtering.c
379           src/messageview.c
380                 fix crash when using Forward in Filtering when
381                 external editor option is set
382                 
383                 Patch submitted by Simon 'corecode' Schubert
384                 <corecode@corecode.ath.cx> 
385
386 2003-10-20 [paul]       0.9.6claws35
387
388         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
389           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
390           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
391           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
392           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
393           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
394           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
395           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
396           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
397           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
398           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
399           src/mimeview.c
400           src/stock_pixmap.[ch]
401                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
402                 icons. add privacy_warn.xpm icon
403
404 2003-10-20 [hoa]  0.9.6claws34
405
406         * src/folder_item_prefs.[ch]
407         * src/prefs_folder_item.c
408         * src/main.c
409                 Added a property per folder to choose whether we 
410                 want to apply processing on it on startup or if we
411                 prefer to wait the folder selection to apply it.
412         
413         * src/messageview.c
414                 fixed C89 compatibility (for old compilers, for
415                 example gcc 2.95.x).
416
417 2003-10-17 [christoph]  0.9.6claws33
418
419         * src/mimeview.c
420         * src/noticeview.[ch]
421                 change noticeview icon to indicate signature status
422
423 2003-10-17 [christoph]  0.9.6claws32
424
425         * src/Makefile.am
426         * src/main.c
427         * src/mimeview.c
428         * src/noticeview.c
429         * src/pgpmime.[ch]                              ** NEW **
430         * src/privacy.[ch]
431         * src/rfc2015.c
432         * src/sgpgme.c                                  ** NEW **
433                 reimplement PGP/Mime signature checking (unfinished)
434
435 2003-10-15 [christoph]  0.9.6claws31
436
437         * src/procmime.[ch]
438                 fix procmime_get_text_content() and
439                 procmime_get_first_text_content()
440
441 2003-10-15 [christoph]  0.9.6claws30
442
443         * src/plugins/spamassassin/spamassassin_gtk.c
444         * src/plugins/spamassassin/spamassassin_gtk.glade
445                 fix timeout tooltip
446
447 2003-10-15 [paul]       0.9.6claws29
448
449         * src/messageview.c
450                 workaround for buggy smtp servers. on sending a
451                 return receipt strip the name part from the address
452                 when creating headers
453                 
454 2003-10-15 [paul]       0.9.6claws28
455
456         * sync with 0.9.7 release
457                 see ChangeLog 2003-10-15
458
459 2003-10-14 [christoph]  0.9.6claws27
460
461         * src/plugins/clamav/clamav_plugin.c
462                 fix clamav plugin
463
464 2003-10-14 [christoph]  0.9.6claws26
465
466         * src/compose.c
467         * src/mimeview.c
468         * src/procmime.[ch]
469         * src/rfc2015.c
470         * src/textview.c
471         * src/plugins/clamav/clamav_plugin.c
472                 use GNode to create the mime tree (some changes to functions
473                 that traverse the tree are just quick and dirty. Maybe we
474                 can find better solutions with g_node_*-functions)
475
476 2003-10-14 [luke]       0.9.6claws25
477
478         * src/mimeview.c
479                 fix a navigation bug (stupid typo of mine)
480
481 2003-10-14 [christoph]  0.9.6claws24
482
483         * src/textview.c
484                 fix missing last line in plain/text mails
485
486 2003-10-13 [luke]       0.9.6claws23
487
488         * src/summaryview.c
489                 fix bug 334 (part 1)
490
491 2003-10-13 [kov]        0.9.6claws22
492
493         * src/mimeview.c
494                 error checking when the user enters a non-directory at
495                 the file selection dialog.
496                 work-around for users entering directory location without
497                 adding a leading G_DIR_SEPARATOR.
498
499 2003-10-13 [luke]       0.9.6claws21
500
501         * src/compose.c
502                 error reporting for inserting files, including catching
503                 invalid characters for current locale/encoding
504
505 2003-10-13 [paul]       0.9.6claws20
506
507         * src/folderview.c
508                 fix bug #347 'subscribe newsgroups crashes'
509
510 2003-10-13 [paul]       0.9.6claws19
511
512         * src/compose.c
513                 when using 'Reply to all' include the 'send replies
514                 to' folder property
515                 
516         * po/ja.po
517                 update Japanese translation. submitted by Rui Hirokawa 
518                 <rui_hirokawa@ybb.ne.jp>        
519
520 2003-10-13 [hoa]        0.9.6claws18
521
522         * src/account.c
523         * src/compose.c
524         * src/messageview.c
525         * src/procheader.c
526         * src/procheader.h
527                 rename get_header_from_msginfo() into
528                 procheader_get_header_from_msginfo() so that we have a
529                 coherent exported naming.
530                 avoid parsing of header contained in a string via
531                 a newly written temporary file.
532
533         Patch submitted by Simon 'corecode' Schubert
534                 <corecode@corecode.ath.cx>
535
536 2003-10-12 [hoa]        0.9.6claws17
537
538         * src/filtering.c
539         * src/filtering.h
540         * src/matcher.c
541         * src/matcher.h
542         * src/matcher_parser_parse.y
543         * src/prefs_filtering_action.c
544                 added "stop" action : stop applying the filtering rules.
545                 added "set score" and "increase/decrease score" actions.
546                 That two last action replace the "change_score" action
547                 introduced by alfons in 0.8.8claws85.
548                 "set score" is to set a given score to the message.
549                 "increase/decrease score" will increase or decrease the
550                 score if the given value is respectively positive or
551                 negative. If someone find a some better name for this last
552                 rule, it can be modified.
553
554 2003-10-12 [paul]       0.9.6claws16
555
556         * AUTHORS
557           po/ja.po
558                 update Japanese translation. submitted by Rui Hirokawa 
559                 <rui_hirokawa@ybb.ne.jp>
560
561 2003-10-12 [christoph]  0.9.6claws15
562
563         * src/procmime.c
564                 fix crash caused by incorrect headers
565
566 2003-10-10 [christoph]  0.9.6claws14
567
568         * src/main.c
569         * src/privacy.[ch]
570         * src/rfc2015.[ch]
571                 implement detection of signed message parts for rfc2015
572
573 2003-10-10 [thorsten]   0.9.6claws13
574
575         * src/mimeview.c
576                 fix typo
577
578 2003-10-10 [christoph]  0.9.6claws12
579
580         * src/stock_pixmap.[ch]
581         * src/pixmaps/mime_message.xpm                  ** NEW **
582                 add a new icon for mime type "message"
583
584         * src/privacy.[ch]
585         * src/procmime.[ch]
586                 add crypto api
587
588         * src/mimeview.c
589                 o use crypto api
590                 o add icons for message type mime parts
591
592 2003-10-10 [christoph]  0.9.6claws11
593
594         * src/mainwindow.c
595         * src/messageview.[ch]
596         * src/mimeview.[ch]
597         * src/procmime.[ch]
598         * src/procmsg.[ch]
599         * src/rfc2015.c
600         * src/summaryview.c
601         * src/textview.[ch]
602                 o remove switching between TextView and MimeView in MessageView
603                   (if required we can hide the icon box and the MimeView will
604                    look exaxtly like the TextView)
605                 o temporary remove signature and decrypting GPGME code
606
607 2003-10-09 [christoph]  0.9.6claws10
608
609         * src/action.c
610         * src/compose.c
611         * src/messageview.c
612         * src/mimeview.c
613         * src/procmime.[ch]
614         * src/procmsg.c
615         * src/rfc2015.c
616         * src/textview.c
617         * src/common/utils.[ch]
618         * src/plugins/clamav/clamav_plugin.c
619         * src/plugins/dillo_viewer/dillo_viewer.c
620         * src/plugins/image_viewer/viewer.c
621         * src/plugins/mathml_viewer/mathml_viewer.c
622                 new mime parser (several things need fixing)
623
624 2003-10-09 [paul]       0.9.6claws9
625
626         * src/imap.c
627                 a little more sync with 0.9.6cvs2 and a tidy up
628
629 2003-10-08 [paul]       0.9.6claws8
630
631         * sync with 0.9.6cvs2
632                 see ChangeLog 2003-10-03
633
634 2003-10-05 [christoph]  0.9.6claws7
635
636         * src/summaryview.c
637                 don't use flags to check if a message is in a news folder
638
639         (closes Bug 282 clicking on folder with copied Messages from News
640          immediately after having copied them crashes Sylpheed-Claws)
641
642 2003-10-05 [christoph]  0.9.6claws6
643
644         * src/Makefile.am
645         * src/progressdialog.[ch]               ** REMOVE **
646         * src/gtk/Makefile.am
647         * src/gtk/progressdialog.[ch]           ** NEW **
648                 move progressdialog to gtk directory
649
650 2003-10-04 [christoph]  0.9.6claws5
651
652         * src/prefs_toolbar.c
653         * src/gtk/prefswindow.c
654                 remove widget_show_all for pages root widget
655
656         * src/plugins/spamassassin/spamassassin.[ch]
657         * src/plugins/spamassassin/spamassassin_gtk.c
658         * src/plugins/spamassassin/spamassassin_gtk.glade
659                 add support for new libspamc transports
660
661 2003-10-04 [christoph]  0.9.6claws4
662
663         * src/plugins/spamassassin/libspamc.[ch]
664         * src/plugins/spamassassin/spamassassin.c
665         * src/plugins/spamassassin/utils.[ch]
666                 update libspamc to version from SpamAssassin 2.60
667
668 2003-10-03 [christoph]  0.9.6claws3
669
670         * src/send_message.c
671                 fix missing format string bug found by
672                 Georgi Guninski <guninski@guninski.com>
673
674 2003-10-03 [paul]       0.9.6claws2
675
676         * po/zh_CN.po
677                 update Simpilified Chinese translation, submitted by
678                 Hansom Young
679
680 2003-10-02 [christoph]  0.9.6claws1
681
682         * src/imap.c
683                 add UIDPLUS support for COPY and EXPUNGE
684
685 2003-10-02 [paul]       0.9.6claws
686
687         * 0.9.6claws released
688
689 2003-10-02 [paul]
690
691         * po/es.po
692           po/sk.po
693                 update Spanish and Slovak translations
694                 submitted by Ricardo Mones Lastra and Andrej Kacian
695  
696 2003-10-02 [paul]       0.9.5claws43
697
698         * po/en_GB.po
699                 update British English translation
700
701 2003-10-02 [paul]       0.9.5claws42
702
703         * po/hr.po
704                 update Croatian translation, submitted by Dragan
705
706 2003-10-01 [paul]       0.9.5claws41
707
708         * po/pl.po
709           po/sr.po
710                 update Polish and Serbian translations, submitted by
711                 Emil and Urke MMI
712
713 2003-10-01 [melvin]     0.9.5claws40
714
715         * po/fr.po
716                 Updated French translations
717
718 2003-10-01 [melvin]     0.9.5claws39
719
720         * src/prefs_fonts.c
721                 Fixed a Gtk warning
722
723         * src/plugins/dillo_prefs.c     
724                 Quasi unnoticeable UI clean-up.
725
726 2003-10-01 [paul]
727
728         * tools/README
729           tools/maildir2sylpheed.pl
730                 bug fixes, rewrites, submitted by Matthias Förste 
731                 <itsjustme@users.sourceforge.net>
732
733 2003-09-29 [paul]       0.9.5claws38
734
735         * src/inc.c
736                 fix my coding carelessness
737
738 2003-09-29 [paul]       0.9.5claws37
739
740         * po/POTFILES.in
741           src/Makefile.am
742           src/main.c
743           src/prefs_common.[ch]
744           src/prefs_fonts.[ch]  ** NEW FILES **
745                 move Font config options to Other Prefs/Display/Fonts
746                 (user's current configuration is preserved)
747
748 2003-09-29 [paul]       0.9.5claws36
749
750         * src/inc.c
751           src/prefs_account.c
752                 allow 'local_mbox' value to point to either a directory 
753                 (/var/mail -  default, new) or a file (/var/mail/username
754                 - original)
755
756 2003-09-28 [paul]       0.9.5claws35
757
758         * src/rfc2015.c
759                 on signature check, where key exists, print the
760                 Key ID
761
762 2003-09-27 [alfons]     0.9.5claws34
763
764         * src/action.c
765                 o make progress bar not fill/expand when resizing dialog
766                 o use default fixed text font for actions output
767
768 2003-09-27 [paul]       0.9.5claws33
769
770         * src/prefs_common.[ch]
771           src/procmsg.c
772           src/send_message.c
773                 remove External Program settings from Common Prefs/Send
774                 as they are now unnecessary due to Local account settings.
775                 plus a little tidying-up after 0.9.5claws31
776
777 2003-09-27 [paul]       0.9.5claws32
778
779         * src/prefs_account.c
780                 o make correction to gui text:
781                   'Local mailbox file' -> 'Local mailbox directory'
782                 o give 'local_mbox' option a reasonable default value:
783                   '/var/mail'
784                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
785                   value
786
787 2003-09-26 [paul]       0.9.5claws31
788
789         * src/inc.c
790           src/prefs_common.[ch]
791                 remove 'Incorporate from spool' common pref,
792                 force creation of a 'Local' account
793
794 2003-09-26 [christoph]  0.9.5claws30
795
796         * src/folder.c
797         * src/msgcache.c
798                 add more NULL pointer checks
799
800 2003-09-25 [christoph]  0.9.5claws29
801
802         * src/folder.c
803                 o don't fetch source message to get it's message id
804                 o immediately scan dest folder when copying a message did not
805                   return a new message number and not do it when the first message
806                   without a new message number is found
807
808 2003-09-23 [christoph]  0.9.5claws28
809
810         * src/compose.c
811                 fix generating of headers
812
813         (patch by David Relson <relson@osagesoftware.com>)
814
815 2003-09-23 [paul]       0.9.5claws27
816
817         * po/zh_CN.po
818                 update Simplified Chinese translation. submitted by
819                 Hansom Young
820
821 2003-09-23 [paul]       0.9.5claws26
822
823         * tools/Makefile.am
824           tools/README
825           tools/vcard2xml.py    ** NEW FILE **
826                 add a script that converts an evolution vcard to
827                 sylpheed's xml format
828                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
829
830 2003-09-22 [paul]       0.9.5claws25
831
832         * src/plugins/clamav/clamav_plugin.c
833                 don't skip MULTIPART parts
834
835 2003-09-21 [christoph]  0.9.5claws24
836
837         * src/alertpanel.c
838                 remove unneeded include
839
840         * src/folder.c
841                 clean up copy/move mess with duplicated code
842
843         * src/imap.c
844                 fix problem that sometimes the folder was not scanned
845                 also it was changed
846
847 2003-09-21 [christoph]  0.9.5claws23
848
849         * src/Makefile.am
850         * src/logwindow.[ch]                    ** REMOVE **
851         * src/mainwindow.c
852         * src/prefs_common.c
853         * src/gtk/Makefile.am
854         * src/gtk/logwindow.[ch]                ** ADD **
855                 make logwindow prefs_common independent and move
856                 it to gtk directory
857
858 2003-09-20 [christoph]  0.9.5claws22
859
860         * src/compose.c
861                 add extra space for address code conversion
862                 (4 * unconvered size could be too small for short headers)
863
864 2003-09-20 [christoph]  0.9.5claws21
865
866         * src/compose.c
867                 increase temp buffer size when writing headers
868
869 2003-09-19 [darko]      0.9.5claws20
870
871         * src/compose.c
872                 don't ignore value of 'Save copy of outgoing messages to
873                 this folder instead of Sent' in message redirect
874
875 2003-09-17 [christoph]  0.9.5claws19
876
877         * src/compose.c
878                 use ", " as address seperator for mail headers and pass whole
879                 header line at once to compose_convert_header to make sure
880                 it is correctly folded
881
882         (closes Bug 64 Problem when sending to many recipients)
883
884 2003-09-17 [hoa]        0.9.5claws18
885         
886         * src/matcher.[ch]
887           src/matcher_parser_parse.y
888           src/prefs_matcher.c
889                 changed the keyword used for command execution in condition
890                 keyword is changed from "execute" to "test"
891                 so that it is not the same as the one used for action.
892                 This will fix a bug when using filtering dialog.
893                 All semantic in the code is also changed to reflect
894                 the keyword change.
895
896 2003-09-17 [paul]
897         
898         * sync with 0.9.6 release
899
900 2003-09-17 [paul]       0.9.5claws17
901
902         * sync with 0.9.5cvs8
903                 see ChangeLog 2003-09-16 and 2003-09-17
904
905 2003-09-16 [paul]       0.9.5claws16
906
907         * sync with 0.9.5cvs6
908                 see ChangeLog 2003-09-16
909
910 2003-09-15 [paul]       0.9.5claws15
911
912         * sync with 0.9.5cvs5
913                 see ChangeLog 2003-09-15
914
915 2003-09-14 [alfons]     0.9.5claws14
916
917         * src/inc.c
918                 make "Go to inbox after receiving new mail" again;
919                 regression of a sync, restored to sylpheed main 
920                 behaviour. (misses still some bits)
921
922 2003-09-14 [alfons]     0.9.5claws13
923
924         * src/prefs_filtering_action.c
925                 o add proper message if empty execute command line
926                 o don't select first action item after registering a
927                   new action to prevent (what seems to be a GTK) bug
928                   #36, "filtering will only accept one action change 
929                   per invocation".
930
931 2003-09-14 [alfons]     0.9.5claws12
932
933         * src/prefs_filtering.c
934         * src/prefs_filtering_action.c
935         * src/prefs_matcher.c
936                 fix function signature for key_pressed_event signal handlers
937
938 2003-09-14 [alfons]     0.9.5claws11
939
940         * src/mainwindow.c
941                 fix regression caused by fix for invalid bug #7
942                 (should fix #246, "Multiple selections are deselected when 
943                 moving from search window to main window")
944                 
945 2003-09-14 [alfons]     0.9.5claws10
946         
947         * src/actions.[ch]
948         * src/filtering.[ch]
949         * src/prefs_actions.c
950                 allow `filtering actions` in actions; only for advanced users
951                 right now: try for example, "%as{mark color 2}" 
952         
953 2003-09-13 [paul]       0.9.5claws9
954         
955         * po/pl.po
956           po/zh_CN.po   ** NEW FILE **
957                 update Polish translation, submitted by Emil 
958                 <eminowbl@posejdon.wpk.p.lodz.pl>
959                 add new Simplified Chinese translation, submitted by
960                 Hansom Young <hansom_young@yahoo.com>
961
962 2003-09-12 [alfons]     0.9.5claws8
963
964         * src/summaryview.c
965                 don't open separate message views when View | Separate message view
966                 is active 
967                 (please look carefully for any navigation regressions)
968
969 2003-09-11 [alfons]     0.9.5claws7
970
971         * src/mainwindow.c
972                 make default message view, opened by View | Separate message 
973                 view, look like a claws message view (which includes a menu
974                 bar and a toolbar)
975                 (fixes bug #298, "message view loses tool bar") 
976
977 2003-09-11 [christoph]  0.9.5claws6
978
979         * src/folderview.c
980                 fix double deleting of newsgroup folders
981
982         (closes Bug 305 crash after deleting of a newsgroup)
983
984 2003-09-11 [paul]       0.9.5claws5
985
986         * src/rfc2015.c
987           src/common/utils.h
988                 more sync'ing from 0.9.5cvs2
989
990 2003-09-11 [christoph]  0.9.5claws4
991
992         * src/compose.c
993         * src/rfc2015.c
994         * src/common/utils.h
995                 fix sync with 0.9.5cvs2
996
997 2003-09-11 [paul]       0.9.5claws3
998
999         * sync with 0.9.5cvs4
1000                 see ChangeLog 2003-09-11
1001
1002 2003-09-11 [paul]       0.9.5claws2
1003
1004         * sync with 0.9.5cvs2
1005                 see ChangeLog 2003-09-05
1006                 
1007 2003-09-11 [paul]       0.9.5claws1
1008
1009         * sync with 0.9.5cvs3
1010                 see ChangeLog 2003-09-10
1011
1012 2003-09-10 [paul]       0.9.5claws
1013
1014         * 0.9.5claws released
1015
1016 2003-09-10 [paul]       0.9.4claws78
1017
1018         * src/Makefile.am
1019                 add missing files
1020
1021 2003-09-10 [melvin]     0.9.4claws77
1022
1023         * po/fr.po
1024                 Updated French translations
1025
1026 2003-09-10 [paul]       0.9.4claws76
1027
1028         * po/es.po
1029           po/sk.po
1030           po/sr.po
1031                 update Spanish, Slovak, and Serbian translations.
1032                 submitted by Ricardo Mones Lastra, Andrej Kacian,
1033                 and Urke MMI
1034                 
1035         * AUTHORS
1036                 add translation team section
1037
1038 2003-09-09 [christoph]  0.9.4claws75
1039
1040         * src/folder.c
1041                 free item->prefs in folder_item_destroy
1042
1043 2003-09-09 [alfons]     0.9.4claws74
1044
1045         * src/folderview.c
1046                 o proper check for root node sorting
1047                 o remove unnecessary gtk_ctree_remove_node 
1048
1049         (should fix bug #300, "crash while moving folder")      
1050
1051 2003-09-08 [christoph]  0.9.4claws73
1052
1053         * src/folderview.c
1054                 o fix double adding of IMAP FolderItems to GtkCTree
1055                 o fix crash then mbox folder is removed
1056
1057 2003-09-08 [christoph]  0.9.4claws72
1058
1059         * src/folder.c
1060         * src/folderview.c
1061         * src/mainwindow.c
1062                 fix new folder notification
1063
1064         * src/mbox_folder.c
1065                 fix cache path
1066
1067 2003-09-08 [christoph]  0.9.4claws71
1068
1069         * src/compose.c
1070                 replace '\n' and '\r' before removing trailing spaces
1071
1072         * src/folder.[ch]
1073         * src/folderview.c
1074                 add information about new or removed items in folder tree change
1075                 notification and use this in folderview to add and remove only
1076                 the appected items and not refresh the whole tree
1077
1078 2003-09-07 [match]      0.9.4claws70
1079
1080         * src/Makefile.am
1081         * src/addr_compl.c
1082         * src/addressbook.c
1083         * src/addressitem.h
1084         * src/addrindex.c
1085         * src/addritem.c
1086         * src/addritem.h
1087         * src/addrquery.c                       ** NEW **
1088         * src/addrquery.h
1089         * src/ldapquery.c
1090         * src/ldapserver.c
1091         * src/stock_pixmap.c
1092         * src/stock_pixmap.h
1093         * src/pixmaps/address_search.xpm        ** NEW **
1094                 re-introduce Lookup button for LDAP 'static' searches.
1095
1096 2003-09-07 [alfons]     0.9.4claws69
1097         
1098         * src/summaryview.c
1099                 abandon setting usize for messageview because it gives layout problems
1100                 with the quick search bar and the headerview; fixes assorted UI glitches:
1101                 
1102                 o bug #148, "Toggling of quick-search bar reduces index view area" 
1103                 o bug #280, "Window resiizes for line length but does not revert"
1104
1105 2003-09-07 [christoph]  0.9.4claws68
1106
1107         * src/compose.c
1108                 o make sure we don't have any newlines in header values
1109                 o check custom headers for spaces and newlines and ignore
1110                   malformed header names
1111
1112 2003-09-06 [christoph]  0.9.4claws67
1113
1114         * src/folder.c
1115         * src/folderview.c
1116                 invoke notification hook for folder tree changes after append
1117                 and remove folder
1118
1119         (closes Bug 294 Crash while moving folder with many subdirectories)
1120
1121 2003-09-06 [christoph]  0.9.4claws66
1122
1123         * src/folder.c
1124                 destroy folder's MsgCache if FolderItem is removed to make sure
1125                 it is not saved when the FolderItem is destroyed
1126
1127 2003-09-06 [christoph]  0.9.4claws65
1128
1129         * src/plugins/clamav/clamav_plugin.c
1130                 fix copy & paste bug
1131
1132 2003-09-05 [christoph]  0.9.4claws64
1133
1134         * src/folder.c
1135         * src/messageview.[ch]
1136         * src/procmsg.[ch]
1137         * src/summaryview.c
1138                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1139                 by MessageView to clear it when the message is deleted. Should
1140                 work even if messages are deleted in MainWindow or by
1141                 processing.
1142
1143 2003-09-05 [alfons]     0.9.4claws63
1144
1145         * src/messageview.c
1146                 deleting a message in a message view frees its msginfo, make 
1147                 messageview_update_all() aware of that (should fix bug #293,
1148                 "deleting message caused crash")
1149
1150 2003-09-05 [melvin]     0.9.4claws62
1151
1152         * src/action.c
1153                 Improve synchronous action exit code (fixes 
1154                 a ~5 seconds delay after action exit on RedHat 9)
1155
1156 2003-09-04 [christoph]  0.9.4claws61
1157
1158         * src/compose.c
1159         * src/rfc2015.c
1160         * src/common/utils.[ch]
1161                 add util function to create mime boundary and use it
1162                 in compose and gpg code
1163
1164 2003-09-04 [alfons]     0.9.4claws60
1165
1166         * src/folder.c
1167                 source folder item's GNode should already have been freed in 
1168                 a previous call to src->folder->klass->remove_folder()
1169                 (should fix bug #287, "crash when moving folders")
1170
1171 2003-09-03 [thorsten]   0.9.4claws59
1172
1173         * src/plugins/spamassassin/spamassassin_gtk.c
1174                 fix compile error
1175
1176 2003-09-03 [christoph]  0.9.4claws58
1177
1178         * src/plugins/spamassassin/spamassassin.[ch]
1179         * src/plugins/spamassassin/spamassassin_gtk.c
1180                 add timeout config option
1181
1182 2003-09-03 [paul]       0.9.4claws57
1183
1184         * po/sk.po      ** NEW FILE **
1185                 add Slovak translation. Submitted by Andrej Kacian 
1186                 <andrej@kacian.sk>
1187
1188 2003-09-03 [paul]       0.9.4claws56
1189
1190         * src/plugins/clamav/clamav_plugin_gtk.c
1191                 gui tweaks: replace a label with a tooltip, modify the
1192                 text, use gtk_check_button_new(); instead of
1193                 gtk_check_button_new_with_label("");
1194
1195 2003-09-02 [alfons]     0.9.4claws55
1196
1197         * src/gtk/filesel.c
1198                 remember last used dir when attaching multiple files (should fix
1199                 bug #290, "Attach File does not remember directory")
1200
1201 2003-09-01 [paul]       0.9.4claws54
1202
1203         * po/es.po
1204                 updated by Ricardo Mones Lastra
1205
1206 2003-09-01 [alfons]     0.9.4claws53
1207
1208         * src/gtk/gtkaspell.[ch]
1209                 be pedantic and strict and use const gchar * instead of guchar *
1210
1211 2003-09-01 [alfons]     0.9.4claws52
1212
1213         * src/mainwindow.c
1214         * src/summaryviewc.
1215                 re-enable Save As when multiple messages are selected
1216
1217 2003-09-01 [paul]       0.9.4claws51
1218
1219         * src/textview.c
1220                 g_free(trimmed_uri);
1221
1222 2003-09-01 [paul]       0.9.4claws50
1223
1224         * sync with 0.9.4cvs13
1225                 see ChangeLog 2003-09-01
1226
1227 2003-09-01 [paul]       0.9.4claws49
1228
1229         * src/textview.c
1230                 trim uri before sending to the statusbar
1231                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1232                 in the message window causes main S-C window to enlarge 
1233                 past screen edges'
1234
1235 2003-09-01 [paul]       0.9.4claws48
1236
1237         * sync with 0.9.4cvs12
1238                 see ChangeLog 2003-09-01
1239
1240 2003-08-30 [christoph]  0.9.4claws47
1241
1242         * src/compose.c
1243         * src/folder_item_prefs.[ch]
1244         * src/prefs_folder_item.c
1245         * src/gtk/gtkaspell.[ch]
1246                 commit per folder dictionary patch by
1247                 Paul Evans <nerd@freeuk.com>
1248
1249 2003-08-30 [christoph]  0.9.4claws46
1250
1251         * src/plugins/spamassassin/spamassassin_gtk.c
1252         * src/plugins/spamassassin/spamassassin_gtk.glade
1253                 reduce GUI clutter by placing hints into tooltips
1254
1255 2003-08-30 [paul]       0.9.4claws45
1256
1257         * src/compose.c
1258                 add 'Content-Disposition: inline' to a text/plain
1259                 part when using PGP/MIME signing
1260
1261 2003-08-30 [paul]       0.9.4claws44
1262
1263         * src/prefs_common.c
1264           src/prefs_spelling.c
1265           src/prefs_spelling.glade
1266                 reduce GUI clutter by placing hints into tooltips
1267
1268 2003-08-29 [christoph]  0.9.4claws43
1269
1270         * configure.ac
1271                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1272
1273         * src/stock_pixmap.c
1274                 change unecessary warning into a debug message
1275
1276         * src/plugins/clamav/Makefile.am
1277                 Fix error "-I$(CLAMAV_LIBS)"
1278
1279 2003-08-29 [christoph]  0.9.4claws42
1280
1281         * intl/Makefile.in
1282         * src/Makefile.am
1283         * src/matcher.h
1284         * src/common/Makefile.am
1285         * src/common/passcrypt.c
1286                 commit fixes and patches for some of the IRIX problems found by
1287                 Ivan Rayner <ivanr@sgi.com>
1288
1289 2003-08-29 [paul]       0.9.4claws41
1290
1291         * src/prefs_filtering.c
1292                 add 'Top' and 'Bottom' buttons, based on changes in
1293                 src/prefs_filter.c in 0.9.4cvs11.
1294
1295 2003-08-27 [christoph]  0.9.4claws40
1296
1297         * src/folderview.c
1298                 fix bug that the current summary settings were copied to the
1299                 wrong folder item, when the folder item prefs are opened.
1300                 Copying is not required because summary settings and
1301                 folder_item_prefs do not contain the same settings
1302
1303 2003-08-27 [thorsten]   0.9.4claws39
1304
1305         * src/imap.c
1306                 fix compile error
1307
1308 2003-08-26 [paul]       0.9.4claws38
1309
1310         * sync with 0.9.4cvs9
1311                 see ChangeLog 2003-08-26
1312
1313 2003-08-25 [paul]       0.9.4claws37
1314
1315         * sync with 0.9.4cvs8
1316                 see ChangeLog 2003-08-25
1317
1318 2003-08-24 [christoph]  0.9.4claws36
1319
1320         * src/prefs_filtering.c
1321                 shouldn't remove items from a GSList while iterating over the
1322                 list (makes cur invalid and cur->next not accessable)
1323
1324         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1325          crashed)
1326
1327 2003-08-23 [christoph]  0.9.4claws35
1328
1329         * src/news.c
1330                 news folders should be scanned when opened
1331
1332 2003-08-22 [christoph]  0.9.4claws34
1333
1334         * src/prefs_folder_item.c
1335                 use macro to assign strings that always frees the old string
1336
1337         * src/gtk/gtkaspell.[ch]
1338                 add gtkaspell_set_dictionary_menu_active_item() to set active
1339                 item in dictionary option menu
1340
1341         * src/prefs_spelling.c
1342                 use gtkaspell_set_dictionary_menu_active_item() to select
1343                 dictionary
1344
1345 2003-08-21 [christoph]  0.9.4claws33
1346
1347         * src/folder.[ch]
1348         * src/imap.c
1349         * src/mbox_folder.c
1350         * src/mh.c
1351         * src/news.c
1352                 optimize folder system
1353
1354         * src/gtk/gtkstext.c
1355                 fix division by zero when font has 0 width for ' '
1356
1357 2003-08-21 [paul]       0.9.4claws32
1358
1359         * sync with 0.9.4cvs7
1360                 see ChangeLog 2003-08-20
1361
1362 2003-08-19 [paul]       0.9.4claws31
1363
1364         * src/common/defs.h
1365                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1366                 SYLDOC_FAQ_HTML_INDEX.
1367         * src/manual.c
1368                 use LC_MESSAGES instead of LC_ALL to find the current
1369                 language
1370
1371           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1372
1373 2003-08-19 [paul]       0.9.4claws30
1374
1375         * po/bg.po
1376                 updated by George Danchev
1377
1378 2003-08-18 [luke]       0.9.4claws29
1379         * src/mimeview.[ch]
1380         * src/gtk/gtkvscrollbutton.[ch]
1381                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1382                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1383                 o removed horizontal separator between icons
1384
1385 2003-08-17 [christoph]  0.9.4claws28
1386
1387         * src/procmsg.c
1388                 no subject threading when the subject has no reply prefix
1389
1390 2003-08-16 [christoph]  0.9.4claws27
1391
1392         * src/mainwindow.c
1393                 remember and restore window sizes and position when the main
1394                 window is hidden or shown
1395
1396         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1397          minimised/reopened using trayicon)
1398
1399 2003-08-16 [paul]       0.9.4claws26
1400
1401         * src/crash.c
1402                 add #include "defs.h"
1403
1404 2003-08-16 [paul]       0.9.4claws25
1405
1406         * src/plugins/clamav/clamav_plugin.c
1407                 reword a debug_print
1408                 
1409         * src/plugins/dillo_viewer/dillo_prefs.c
1410                 cosmetic: change the labels' text, add tooltips, and
1411                 left-align the hint
1412
1413 2003-08-15 [christoph]  0.9.4claws24
1414
1415         * src/news.c
1416                 complete last change (forgot some changes)
1417
1418 2003-08-15 [christoph]  0.9.4claws23
1419
1420         * src/news.c
1421                 o check number of messages and don't return a 0 message
1422                   when no messages are available
1423                 o don't parse xref header anymore
1424
1425         (closes Bug 203 I'm not getting any news)
1426
1427 2003-08-15 [paul]       0.9.4claws22
1428
1429         * src/common/defs.h
1430           src/crash.c
1431                 update and define claws bugzilla location
1432
1433 2003-08-15 [paul]       0.9.4claws21
1434
1435         * po/ru.po
1436                 update submitted by Ruslan N. Balkin
1437
1438 2003-08-14 [christoph]  0.9.4claws20
1439
1440         * src/procmsg.c
1441                 fix search for oldest node in subject threading
1442
1443 2003-08-14 [christoph]  0.9.4claws19
1444
1445         * src/procmsg.c
1446         * src/common/utils.h
1447                 add possibility to check all nodes with the same subject for
1448                 subject threading, not only the oldest node. Should not break
1449                 threads anymore if the oldest node is thread_by_subject_max_age
1450                 days older then parent, because it can now find a child of
1451                 oldest node as new parent.
1452
1453 2003-08-11 [christoph]  0.9.4claws18
1454
1455         * src/plugins/spamassassin/spamassassin.c
1456                 run spam check in background process
1457
1458 2003-08-10 [alfons]     0.9.4claws17
1459
1460         * src/summaryview.c
1461                 make `Select All' sensitive too
1462
1463 2003-08-10 [christoph]  0.9.4claws16
1464
1465         * src/imap.c
1466                 add more checks in imap_close
1467
1468 2003-08-09 [alfons]     0.9.4claws15
1469
1470         * src/prefs_spelling.c
1471                 no spell checking UI if not requested
1472
1473 2003-08-09 [alfons]     0.9.4claws14
1474
1475         * src/gtk/prefswindow.c
1476                 make it compile
1477
1478 2003-08-09 [christoph]  0.9.4claws13
1479
1480         * src/prefs_spelling.c
1481         * src/gtk/prefswindow.[ch]
1482         * src/plugins/clamav/clamav_plugin_gtk.c
1483         * src/plugins/spamassassin/spamassassin_gtk.c
1484                 sort prefs pages by heighest weight in tree
1485
1486 2003-08-09 [paul]       0.9.4claws12
1487
1488         * sync with 0.9.4cvs6
1489                 see ChangeLog 2003-08-07
1490                 
1491         * AUTHORS
1492                 add Leandro and Luke to claws-branch section
1493
1494 2003-08-09 [christoph]  0.9.4claws11
1495
1496         * src/gtk/Makefile.am
1497         * src/gtk/colorsel.[ch]                 ** NEW **
1498                 create a color selection dialog that can be used as a simple
1499                 function call with it's own gtk main loop like filesel.[ch]
1500
1501         * src/Makefile.am
1502         * src/main.c
1503         * src/prefs_common.c
1504         * src/prefs_spelling.[ch]               ** NEW **
1505         * src/prefs_spelling.glade              ** NEW **
1506         * src/gtk/gtkutils.[ch]
1507                 move "Spell Checker" prefs to new prefs dialog
1508
1509         * src/prefs_folder_item.c
1510                 use new colorsel dialog
1511
1512 2003-08-08 [paul]       0.9.4claws10
1513
1514         * src/inc.c
1515                 clear the progress bar unconditionally
1516
1517 2003-08-08 [paul]       0.9.4claws9
1518
1519         * sync with 0.9.4cvs4
1520                 see ChangeLog 2003-07-31
1521
1522 2003-08-07 [christoph]  0.9.4claws8
1523
1524         * configure.ac
1525                 fix bug in image viewer plugin part
1526
1527         * src/imap.c
1528                 don't execute close command if the folder item is not selected
1529
1530 2003-08-07 [hoa]        0.9.4claws7
1531
1532         * src/filtering.[ch]
1533         * src/matcher_parser.h
1534         * src/matcher_parser_parse.y
1535                 can define several actions for each filtering rule
1536                 can import old versions of filtering rules
1537
1538         * src/prefs_filtering.c
1539                 call to a new dialog box to define actions
1540
1541         * src/prefs_filtering_action.[ch]
1542                 dialog box to define actions for filtering rules
1543
1544 2003-08-06 [christoph]  0.9.4claws6
1545
1546         * src/imap.c
1547                 make sure source folder is selected when copying messages
1548
1549 2003-08-06 [christoph]  0.9.4claws5
1550
1551         * sync with 0.9.4cvs2
1552                 see ChangeLog 2003-07-29                
1553
1554 2003-08-05 [paul]       0.9.4claws4
1555
1556         * sync with 0.9.4cvs3
1557                 see ChangeLog 2003-07-30
1558
1559 2003-08-04 [match]      0.9.4claws3
1560
1561         * po/POTFILES.in
1562                 export of LDIF files.
1563
1564 2003-08-04 [match]      0.9.4claws2
1565
1566         * src/ldif.[ch]
1567                 support for export LDIF. documented.
1568         * src/importldif.[ch]
1569         * src/exportldif.[ch]
1570                 add tooltips. documented.
1571         * src/exphtmldlg.[ch]
1572         * src/common/xmlprops.[ch]
1573                 documented.
1574         * src/exportldif.[ch]                   ** NEW **
1575         * src/expldifdlg.[ch]                   ** NEW **
1576         * src/addressbook.[ch]
1577         * src/Makefile.am
1578                 export of LDIF files.
1579                 documented.
1580
1581 2003-08-04 [christoph]  0.9.4claws1
1582
1583         * .cvsignore
1584         * Makefile.am
1585         * configure.ac
1586         * sylpheed-claws.pc.in                  ** NEW **
1587         * src/Makefile.am
1588         * src/common/Makefile.am
1589         * src/gtk/Makefile.am
1590                 install sylpheed header files in $(pkgincludedir) and create a
1591                 pkg-config file to allow building a plugin without the source
1592                 package
1593
1594 2003-08-04 [paul]       0.9.4claws
1595
1596         * version 0.9.4claws
1597
1598 2003-08-04 [paul]       0.9.3claws97
1599
1600         * po/es.po
1601                 update Spanish translation. Submitted by Ricardo
1602                 Mones Lastra.
1603
1604 2003-08-03 [paul]       0.9.3claws96
1605
1606         * po/hr.po
1607           po/sr.po
1608                 update Croatian and Serbian translations. Submitted by
1609                 Dragan and Urke MMI respectively
1610
1611 2003-08-03 [alfons]     0.9.3claws95
1612
1613         * src/summaryview.c
1614                 mark flag has precedence over important flag - seems
1615                 to have been changed in sync of 0.9.3claws45. this fixes
1616                 a regression where messages that were scored as important
1617                 don't show their mark flags. (using the same column for
1618                 both importance as mark flags is the real problem
1619                 ofcourse)
1620
1621 2003-08-03 [melvin]     0.9.3claws94
1622
1623         * po/fr.po
1624                 Updated French translations.
1625
1626 2003-08-03 [melvin]     0.9.3claws93
1627
1628         * src/Makefile.am
1629                 Fixed typo introduced after 0.9.3claws92 
1630                 that prevented compilation
1631                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1632                 CPPFLAGS and YFLAGS to allow user setting these.
1633         * src/common/Makefile.am
1634         * src/gtk/Makefile.am
1635         * src/plugins/clamav/Makefile.am
1636         * src/plugins/demo/Makefile.am
1637         * src/plugins/dillo_viewer/Makefile.am
1638         * src/plugins/image_viewer/Makefile.am
1639         * src/plugins/mathml_viewer/Makefile.am
1640         * src/plugins/spamassassin/Makefile.am
1641         * src/plugins/trayicon/Makefile.am
1642         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1643                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1644                 CPPFLAGS and YFLAGS to allow user setting these.
1645
1646 2003-08-02 [christoph]  0.9.3claws92
1647
1648         * configure.ac
1649                 o rearrange plugin tests
1650                 o add test for clamav.h to ClamAV tests
1651
1652 2003-08-02 [luke]       0.9.3claws91
1653
1654         * src/mimeview.c
1655                 o fixed appearance of icon list when toggling back from the 
1656                   ctree
1657                 o toggling of icons using the keyboard works correctly
1658                 o fixed all other keyboard shortcuts to work when icons are
1659                   active
1660         
1661         * src/messageview.c
1662                 o fixed bug 4 - focus lost when changing messageview view type
1663
1664 2003-08-02 [christoph]  0.9.3claws90
1665
1666         * src/common/hooks.c
1667                 fix crash when pointer stored in hash table could get invalid
1668                 when a plugin is unloaded
1669
1670 2003-08-01 [christoph]  0.9.3claws89
1671
1672         * configure.ac
1673                 o try to build all plugins (except spamassassin) by default
1674                 o don't build a plugin if a dependency check fails
1675
1676         * src/common/hooks.c
1677                 fix warning
1678
1679 2003-08-01 [match]      0.9.3claws88
1680
1681         * src/importldif.c
1682                 allow single click field selection. document code.
1683
1684 2003-08-01 [christoph]  0.9.3claws87
1685
1686         * src/plugins/clamav/clamav_plugin.c
1687         * src/plugins/clamav/clamav_plugin_gtk.c
1688         * src/plugins/dillo_viewer/dillo_viewer.c
1689         * src/plugins/image_viewer/plugin.c
1690         * src/plugins/mathml_viewer/mathml_viewer.c
1691         * src/plugins/spamassassin/spamassassin.c
1692         * src/plugins/spamassassin/spamassassin_gtk.c
1693         * src/plugins/trayicon/trayicon.c
1694                 add version check to all plugins
1695
1696 2003-08-01 [hoa]        0.9.3claws86
1697
1698         * src/prefs_filtering.c
1699                 fixed a cosmetic bug, during creation of dialog box,
1700                 wrong widgets were shown after creation.
1701
1702 2003-08-01 [luke]       0.9.3claws85
1703
1704         * src/mainwindow.c
1705                 o fixed visibility of icons/mimeview after toggling separate
1706                   message/folder view (factored out some similar code too).
1707
1708
1709 2003-07-31 [alfons]     0.9.3claws84
1710
1711         * src/mimeview.c
1712                 tweak icon box UI a bit more, now allowing right-clicks actions
1713                 getting the relevant mime data too; should fix #250, "Can't save 
1714                 attachments sometimes".
1715
1716 2003-07-30 [alfons]     0.9.3claws83
1717
1718         * src/compose.c
1719                 don't do auto-save-draft inside key press handler, but rather
1720                 schedule it half of a second later; should fix #67, "autosave 
1721                 make re-rediting message crazy"
1722
1723 2003-07-30 [christoph]  0.9.3claws82
1724
1725         * src/plugins/trayicon/trayicon.c
1726                 process pending events before unloading the plugin
1727
1728         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1729
1730 2003-07-30 [alfons]     0.9.3claws81
1731
1732         * src/common/hooks.c
1733                 parameter 2 of g_hook_destroy() should really be a hook id
1734
1735 2003-07-30 [alfons]     0.9.3claws80
1736
1737         * src/common/plugin.c
1738                 fix a possibly harmful function signature mismatch 
1739                 for plugin_done
1740
1741 2003-07-30 [alfons]     0.9.3claws79
1742
1743         * src/common/hooks[.ch]
1744                 const correctness
1745
1746 2003-07-30 [darko]      0.9.3claws78
1747
1748         * src/summaryview.c
1749                 make it compile again
1750
1751 2003-07-30 [luke]       0.9.3claws77
1752
1753         * src/crash.c
1754         * src/main.c
1755                 o added/moved signal handlers for SIGTERM (normal kill command) 
1756                   and SIGINT (ctl-c) to be used even without 
1757                   --enable-crash-dialog, fixing bug 166
1758
1759         * src/summaryview.c
1760                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1761                   bug 227
1762
1763         * src/mainwindow.c
1764                 o changed sensitivity condition for 'Next new' and 'Next 
1765                   unread', fixing bug 8
1766
1767 2003-07-29 [alfons]     0.9.3claws76
1768
1769         * src/common/utils.[ch]
1770                 add generate_msgid()
1771         * src/messageview.c
1772                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1773                 sent folder".
1774
1775 2003-07-29 [alfons]     0.9.3claws75
1776
1777         * src/messageview.c
1778                 fix a memleak (claws-only)
1779
1780 2003-07-29 [alfons]     0.9.3claws74
1781
1782         * src/mimeview.[ch]
1783         * src/gtk/gtkvscrollbutton.[ch]
1784                 fix UI glitch where mime icon toolbox' scroll position is not 
1785                 reset after switching to another message
1786                 
1787
1788 2003-07-29 [paul]       0.9.3claws73
1789
1790         * src/prefs_folder_item.c
1791                 split the prefs into 2 separate pages
1792
1793 2003-07-29 [paul]       0.9.3claws72
1794
1795         * src/compose.c
1796                 prepend "\n\n" to a signature without a separator too
1797
1798 2003-07-29 [paul]       0.9.3claws71
1799
1800         * src/compose.c
1801                 fix bug where changing to an account without an auto-sig
1802                 from an initial account without an auto-sig would insert 
1803                 2 blank lines at the cursor point
1804                 fix bug where changing to an account with an auto-sig
1805                 from an initial account without an auto-sig would insert
1806                 the sig at the cursor point
1807
1808 2003-07-29 [paul]       0.9.3claws70
1809
1810         * src/folderview.c
1811                 use the colour from the folder pref unless the folder
1812                 has new messages
1813
1814 2003-07-29 [alfons]     0.9.3claws69
1815
1816         * src/procmsg.[ch]
1817         * src/messageview.c
1818         * src/procheader.c
1819                 rewrite return receipt request work a little bit (the former 
1820                 implementation presumably depended too much on the UI setting
1821                 flags). (we're losing the old pending flag.) 
1822
1823 2003-07-28 [christoph]  0.9.3claws68
1824
1825         * src/folder.c
1826         * src/imap.c
1827         * src/mh.c
1828         * src/procmsg.[ch]
1829                 fix copy to IMAP folder from other folder
1830
1831 2003-07-28 [christoph]  0.9.3claws67
1832
1833         * src/procmsg.c
1834                 fix sync of procmsg_get_message_file_list
1835
1836 2003-07-28 [christoph]  0.9.3claws66
1837
1838         * sync with 0.9.3cvs14
1839                 see ChangeLog 2003-07-18
1840         * sync with 0.9.3cvs17
1841                 see ChangeLog 2003-07-23
1842
1843         (closes Bug 234 segmentation fault after sending out mail via
1844          smtp(auth))
1845
1846 2003-07-28 [paul]       0.9.3claws65
1847
1848         * po/es.po
1849                 update Spanish translation, submitted by Ricardo Mones
1850                 Lastra
1851
1852 2003-07-28 [christoph]  0.9.3claws64
1853
1854         * src/folder.[ch]
1855         * src/imap.c
1856         * src/mh.c
1857                 return new message numbers as a GRelation instead of a GSList
1858                 that has to be in the same order as the input list. A list
1859                 would make it hard for IMAP to optimize oepration by sorting
1860                 the input list. The returned list would have to be reordered
1861                 to match the same order that input list has.
1862
1863         * src/gtk/gtkaspell.c
1864                 fix missing return value, could cause a crash when garbage is
1865                 on the stack that is used as the expected return value
1866
1867 2003-07-28 [paul]       0.9.3claws63
1868
1869         * sync with 0.9.4cvs1
1870                 see ChangeLog 2003-07-28
1871
1872 2003-07-27 [alfons]     0.9.3claws62
1873
1874         * src/mimeview.c
1875                 tweak it more to make icon list act like a check button group
1876
1877 2003-07-27 [christoph]  0.9.3claws61
1878
1879         * sync with 0.9.3cvs20
1880                 see ChangeLog 2003-07-25
1881
1882 2003-07-27 [paul]       0.9.3claws60
1883
1884         * src/procmsg.c
1885                 re-commit changes from 0.9.3claws58 -
1886                 accidently removed in 0.9.3claws59
1887
1888 2003-07-27 [paul]       0.9.3claws59
1889
1890         * src/procmsg.[ch]
1891                 a sync from 0.9.3cvs17
1892                 see ChangeLog 2003-07-23
1893
1894 2003-07-27 [alfons]     0.9.3claws58
1895
1896         * src/procmsg.c
1897                 add missing header members to MsgInfo; fixes the problem of 
1898                 not displaying X-Faces, as noticed by Ricardo Mones
1899
1900 2003-07-26 [christoph]  0.9.3claws57
1901
1902         * sync with 0.9.3cvs18
1903                 see ChangeLog 2003-07-24
1904
1905 2003-07-26 [christoph]  0.9.3claws56
1906
1907         * sync with 0.9.3cvs17
1908                 see ChangeLog 2003-07-23
1909
1910 2003-07-26 [christoph]  0.9.3claws55
1911
1912         * src/folder.[ch]
1913         * src/imap.c
1914         * src/mbox_folder.c
1915         * src/mh.c
1916         * src/news.c
1917                 add support for copy function that copy multiple messages
1918                 (not implemented yet)
1919
1920         * src/summaryview.c
1921                 add missing return value
1922
1923 2003-07-26 [paul]       0.9.3claws54
1924
1925         * tools/multiwebsearch.pl
1926                 do whitespace substitution before passing the string
1927                 to the browser. fixes bug with browsers that don't
1928                 do whitespace conversion themselves.
1929
1930 2003-07-25 [christoph]  0.9.3claws53
1931
1932         * src/folder.[ch]
1933         * src/imap.c
1934         * src/mh.c
1935                 rewrite adding of multiple messages to a folder for
1936                 claws' folder system
1937
1938 2003-07-25 [luke]       0.9.3claws52
1939
1940         * src/mimeview.c
1941                 o icon toggles set correctly on leaving ctree mimeview
1942
1943 2003-07-25 [paul]       0.9.3claws51
1944
1945         * partial sync with 0.9.3cvs21 [src/main.c]
1946                 see ChangeLog 2003-07-25
1947
1948 2003-07-24 [paul]       0.9.3claws50
1949
1950         * tools/maildir2sylpheed.pl
1951                 fix typo
1952
1953 2003-07-24 [paul]       0.9.3claws49
1954
1955         * src/mimeview.c
1956                 increase the gutter size of paned so that the panes
1957                 can be resized
1958                 
1959         * src/plugins/demo/demo.c
1960                 squeeze in another typo fix
1961
1962 2003-07-24 [paul]       0.9.3claws48
1963
1964         * src/plugins/demo/demo.c
1965           src/prefs_account.c
1966                 small changes to the English
1967                 
1968         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1969           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1970           src/Makefile.am
1971           src/stock_pixmap.c
1972                 rename the misspelled icon
1973
1974 2003-07-23 [alfons]     0.9.3claws47
1975
1976         * src/mimeview.c
1977                 make icon list look like a list of toggles
1978
1979 2003-07-23 [luke]       0.9.3claws46
1980
1981         * src/pixmaps/mimeview_gpg_expired.xpm
1982         * src/pixmaps/mimeview_gpg_failed.xpm
1983         * src/pixmaps/mimeview_gpg_passed.xpm
1984         * src/pixmaps/mimeview_text_html.xpm
1985         * src/pixmaps/mimeview_image.xpm
1986                 o all icons the same size
1987
1988         * src/mimeview.[ch]
1989                 o mimeview ctree arranged vertically above the viewer
1990                 o icons changed to buttons
1991                 o can use keyboard to select an icon (Enter)
1992                 o resize icon list to width of icons
1993
1994         *  src/gtk/gtkvscrollbutton.c
1995                 o sensitivity of buttons reacts to position
1996
1997 2003-07-23 [christoph]  0.9.3claws45
1998
1999         * sync with 0.9.3cvs14 (incomplete)
2000                 see ChangeLog 2003-07-17
2001
2002 2003-07-23 [alfons]     0.9.3claws44
2003
2004         * src/folder.c
2005         * src/procmsg.h
2006                 sync with my local tree to restore some claws-only things
2007
2008 2003-07-23 [paul]       0.9.3claws43
2009
2010         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
2011           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
2012           src/Makefile.am
2013           src/mimeview.c
2014           src/procmime.h
2015           src/rfc2015.c
2016           src/stock_pixmap.[ch]
2017                 indicate missing keys and expired sigs/keys
2018                 in mime view column
2019
2020 2003-07-23 [paul]       0.9.3claws42
2021
2022         * src/compose.c
2023                 Redirect fixes: enable automatic account selection and
2024                 do not append signature to message on changing account
2025                 fixes Bug[s] #248
2026
2027 2003-07-23 [paul]       0.9.3claws41
2028
2029         * sync with 0.9.3cvs16
2030                 see ChangeLog 2003-07-23
2031
2032 2003-07-23 [alfons]     0.9.3claws40
2033
2034         * src/inc.c
2035                 give progress dialog a main window, and give it the first 
2036                 one (presumably the only one). fixes bug #247, "segfault on 
2037                 pop-before-smtp" 
2038
2039 2003-07-22 [alfons]     0.9.3claws39
2040
2041         * src/summaryview.c
2042                 shift-space scrolls up
2043
2044 2003-07-22 [paul]       0.9.3claws38
2045
2046         * sync with 0.9.3cvs15
2047                 see ChangeLog 2003-07-22
2048
2049 2003-07-20 [alfons]     0.9.3claws37
2050
2051         * src/compose.c
2052                 put menu inside #ifdef USE_ASPELL..#endif
2053
2054 2003-07-20 [christoph]  0.9.3claws36
2055
2056         * src/procmsg.c
2057                 fix wrong flags in MsgInfo returned by
2058                 procmsg_msginfo_get_full_info()
2059
2060         (closes Bug 221 Deleting messages from the Message View gives incorrect
2061          new/unread message counts in the folder view)
2062
2063         * src/plugins/spamassassin/spamassassin_gtk.c
2064                 add gettext macro for prefs page title
2065
2066 2003-07-20 [paul]       0.9.3claws35
2067
2068         * src/mimeview.c
2069                 redraw icon list on signature check
2070
2071 2003-07-20 [christoph]  0.9.3claws34
2072
2073         * src/Makefile.am
2074         * src/account.c
2075         * src/folder.[ch]
2076         * src/folder_item_prefs.[ch]            ** NEW **
2077         * src/folderview.c
2078         * src/mainwindow.c
2079         * src/mh.c
2080         * src/prefs_gtk.c
2081         * src/prefs_scoring.c
2082         * src/summaryview.c
2083         * src/prefs_folder_item.[ch]
2084                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2085                   Properties dialog
2086                 o use prefswindow for folder properties
2087
2088         * src/gtk/prefswindow.[ch]
2089                 change implementation to use an invisible notebook instead
2090                 of unparenting widgets
2091
2092 2003-07-20 [christoph]  0.9.3claws33
2093
2094         * src/compose.h
2095         * src/folder.c
2096         * src/folderview.h
2097         * src/headerview.h
2098         * src/prefs_filtering.h
2099         * src/prefs_folder_item.[ch]
2100         * src/procmime.h
2101         * src/procmsg.h
2102         * src/summaryview.h
2103                 clean up header mess
2104                 (always use 1. typedefs, 2. #includes, 3. structures)
2105
2106         * src/common/version.h.in
2107                 add casts for constants
2108
2109         * src/plugins/demo/demo.c
2110                 fix typo
2111
2112         * src/plugins/spamassassin/spamassassin.c
2113                 remove unused variable
2114
2115 2003-07-20 [alfons]     0.9.3claws32
2116
2117         * src/mimeview.c
2118                 o make icon buttons respond on left click
2119                 o minor cosmetic change
2120
2121 2003-07-19 [luke]       0.9.3claws31
2122
2123         * src/mimeview.[ch]
2124         * src/gtk/gtkvscrollbutton.c
2125         * src/messageview.c
2126                 o improved mimeview behaviour when selecting a new message
2127                 o plus code cleanups to remove compile warnings
2128
2129
2130 2003-07-19 [alfons]     0.9.3claws30
2131
2132         * src/procmsg.c
2133         * src/compose.c
2134         * src/common/utils.[ch]
2135                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2136
2137 2003-07-19 [alfons]     0.9.3claws29
2138
2139         * src/prefs_folder_item.c
2140                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
2141                 string pointers
2142
2143 2003-07-19 [luke]       0.9.3claws28
2144
2145         * src/messageview.c
2146         * src/mimeview.[ch]
2147         * src/procmime.h
2148         * src/rfc2015.c
2149         * src/stock_pixmap.[ch]
2150         * src/gtk/Makefile.am
2151         * src/Makefile.am
2152         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
2153         * src/pixmaps/mime_*.xpm                ** NEW **
2154                 o mimeview rearrangement with a new icon shortcut bar
2155
2156 2003-07-19 [alfons]     0.9.3claws27
2157
2158         * src/folderview.c
2159                 o plug leaking nodes_to_recollapse
2160                 o add folderview_recollapse_all_nodes() (not used yet)
2161
2162 2003-07-19 [alfons]     0.9.3claws26
2163
2164         * src/compose.c
2165         * src/common/utils.c
2166                 honour #240 "Better SUBJECT handling" by cleaning the prefix
2167                 for both forwarding as replying
2168
2169 2003-07-18 [christoph]  0.9.3claws25
2170
2171         * configure.ac
2172         * src/common/sylpheed.[ch]
2173         * src/common/version.h.in
2174                 add version in numeric form to allow easy comparison
2175
2176         * src/plugins/demo/demo.c
2177                 add version check
2178                 - sylpheed version > plugin version => never allowed, sylpheed
2179                   could contain unknown API changes
2180                 - sylpheed version < minimum version required => don't load,
2181                   API required not available (if linking does not fail)
2182
2183 2003-07-18 [alfons]     0.9.3claws24
2184         
2185         * src/common/plugin.[ch]
2186                 const correctness
2187
2188 2003-07-18 [christoph]  0.9.3claws23
2189
2190         * src/common/hooks.c
2191                 fix crash when hooks where unregisted
2192
2193         * src/plugins/trayicon/trayicon.c
2194                 unregister detroy signal before destroying the widget
2195                 (still crashes when the plugin is unloaded)
2196
2197 2003-07-18 [alfons]     0.9.3claws22
2198         
2199         * src/folderview.c
2200                 delay expanding folder tree during drags until timeout triggered
2201                 (needs perhaps some tweaking, so testing is welcome)
2202
2203 2003-07-17 [alfons]     0.9.3claws21
2204
2205         * src/folderview.c
2206                 clean up cruft
2207
2208 2003-07-17 [christoph]  0.9.3claws20
2209
2210         * src/common/session.c
2211                 fix opening of SSL connections
2212
2213         * src/plugins/image_viewer/Makefile.am
2214                 add OPENSSL_CFLAGS (we should find a better solution to remove
2215                 this dependencies if they are not required)
2216
2217         * src/plugins/spamassassin/spamassassin.c
2218                 remove setlocale workaround (fixed in libspamc)
2219
2220         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2221          if spell checking enabled)
2222
2223 2003-07-17 [alfons]     0.9.3claws19
2224
2225         * src/common/hooks.[ch]
2226         * src/plugins/clamav/clamav_plugin.c
2227         * src/plugins/spamassassin/spamassassin.c
2228         * src/plugins/trayicon/trayicon.c
2229                 fix signedness muck 
2230
2231 2003-07-17 [alfons]     0.9.3claws18
2232
2233         * src/procmime.c
2234                 plug memleak
2235
2236 2003-07-17 [alfons]     0.9.3claws17
2237
2238         * src/inc.c
2239                 plug memleak
2240
2241 2003-07-17 [paul]       0.9.3claws16
2242
2243         * src/common/defs.h
2244           src/mainwindow.c
2245           src/manual.[ch]
2246                 add link to the Claws site's FAQ page, after the suggestion
2247                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2248                 Move url strings to defs.h
2249                 
2250         * src/mainwindow.c
2251                 fix typo to prevent "unknown menu entry" warnings
2252
2253 2003-07-17 [alfons]     0.9.3claws15
2254
2255         * src/folderview.[ch]
2256         * src/summaryview.[ch]
2257         * src/mimeview.[ch]
2258                 plug DnD leaks 
2259
2260 2003-07-17 [paul]       0.9.3claws14
2261
2262         * src/inc.c
2263                 remove two instances of 'GTK_EVENTS_FLUSH' because
2264                 they are unnecessary and probably cause a stack overflow
2265
2266 2003-07-16 [christoph]  0.9.3claws13
2267
2268         * src/mimeview.[ch]
2269                 use an invisible GTK notebook to switch between viewers
2270                 instead of reparenting widgets
2271
2272 2003-07-16 [christoph]  0.9.3claws12
2273
2274         * src/folder.c
2275                 move folder_item_update_freeze() to correct place in
2276                 folder_item_scan_full()
2277
2278 2003-07-16 [paul]       0.9.3claws11
2279
2280         * sync with 0.9.3cvs12
2281                 see ChangeLog 2003-07-14 and 2003-07-15
2282
2283 2003-07-16 [christoph]  0.9.3claws10
2284
2285         * src/imap.[ch]
2286         * src/prefs_account.[ch]
2287                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2288
2289 2003-07-15 [alfons]     0.9.3claws9
2290
2291         * src/main.c
2292                 make --config-dir do something useful
2293
2294 2003-07-15 [alfons]     0.9.3claws8
2295
2296         * src/procmsg.c
2297                 o fix a bug where 'last' didn't really point to the last message
2298                   in the top level list of children, but to the last threaded
2299                   message. 
2300                 
2301                 o clean up and make it easier to sync
2302
2303 2003-07-15 [alfons]     0.9.3claws7
2304
2305         * src/mainwindow.c
2306                 make correct menu items sensitive       
2307
2308 2003-07-14 [alfons]     0.9.3claws6
2309
2310         * src/procmsg.c
2311                 tune the threader so it will not subject-thread any message
2312                 without a subject prefix (this will not thread correctly if 
2313                 a parent is delivered after their childs, but it looks 
2314                 better right now)
2315
2316 2003-07-13 [christoph]  0.9.3claws5
2317
2318         * src/mainwindow.c
2319                 group "Add mailbox *..." menu items in submenu
2320
2321 2003-07-13 [alfons]     0.9.3claws4
2322
2323         * src/summaryview.c
2324                 correct summary_toggle_pressed() signature and make sure
2325                 signal is not passed on
2326
2327 2003-07-13 [alfons]     0.9.3claws3
2328
2329         * src/summaryview.c
2330                 o for now don't pass on keys when they we're handled by 
2331                   ctree::key_press_event
2332                 o clean up
2333
2334 2003-07-13 [alfons]     0.9.3claws2
2335         
2336         * src/main.c
2337                 add command line option "--config-dir" to get the current 
2338                 configuration dir
2339
2340 2003-07-12 [alfons]     0.9.3claws1
2341
2342         * src/matcher.[ch]
2343         * src/matcher_parser_parse.y
2344         * src/prefs_filtering.c
2345         * src/filtering.c
2346                 add "Lock" filter action to lock messages;
2347
2348         * src/filtering.c       
2349                 remove debug_print()    
2350         * src/prefs_filtering.c
2351                 re-organize matcher part 9: 
2352                 make action text entries easily extendible;
2353                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2354                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2355
2356 2003-07-12 [paul]
2357
2358         * tools/README
2359                 update old information and add missing
2360                 information
2361
2362 2003-07-12 [paul]       0.9.3claws
2363
2364         * 0.9.3claws released
2365         
2366 2003-07-12 [paul]       0.9.0claws103
2367
2368         * src/Makefile.am
2369                 add addrquery.h
2370
2371 2003-07-12 [melvin]     0.9.0claws102
2372
2373         * src/messageview.c
2374                 Fixed bug #215: Show MIME tab for single text/html messages. 
2375                 
2376 2003-07-12 [paul]       0.9.0claws101
2377
2378         * man/sylpheed.1
2379                 updated
2380
2381 2003-07-12 [paul]       0.9.0claws100
2382
2383         * po/es.po
2384           po/hr.po
2385           po/pl.po
2386           po/sr.po
2387                 update Spanish, Croatian, Polish, Serbian translations.
2388                 submitted by Ricardo Mones Lastra, Dragan, Witold
2389                 Wladyslaw Wojciech Wilk, Urke MMI
2390
2391 2003-07-12 [melvin]     0.9.0claws99
2392
2393         * po/fr.po
2394                 Updated French translations.
2395
2396 2003-07-12 [paul]       0.9.0claws98
2397
2398         * src/addressbook.c
2399                 disable 'Lookup' button as it has no effect
2400
2401 2003-07-11 [alfons]     0.9.0claws97
2402         
2403         * src/summaryview.c
2404                 summary_searchbar_pressed() should return TRUE to signal that
2405                 event was handled. when returning void, the return value passed
2406                 to GTK is actually random, but maybe FALSE, in which case the
2407                 event is handled by parent
2408                 
2409 2003-07-10 [paul]       0.9.0claws96
2410
2411         * ac/missing/gettext.m4
2412                 update to version 0.12
2413
2414 2003-07-10 [paul]       0.9.0claws95
2415
2416         * src/plugins/clamav/clamav_plugin.c
2417                 fix bug where multipart/alternative messages
2418                 would slip through without being scanned
2419
2420 2003-07-10 [christoph]  0.9.0claws94
2421
2422         * src/folder.c
2423                 correct check if folder supports removing when a message is
2424                 moved. if not the message is only copied.
2425
2426         (closes Bug 132 crash on startup in newsgroups folders)
2427
2428 2003-07-09 [alfons]     0.9.0claws93
2429
2430         * configure.ac
2431         * src/common/defs.h
2432                 --with-config-dir (default .sylpheed)
2433
2434 2003-07-09 [christoph]  0.9.0claws92
2435
2436         * configure.ac
2437                 use PKG_CHECK_MODULES to check for gtkmathview
2438                 (version 0.4.2 now required)
2439
2440 2003-07-08 [melvin]     0.9.0claws91
2441
2442         * src/action.c
2443                 Implemented a progress bar that counts the number of completed
2444                 tasks when the action runs more than one command.
2445
2446 2003-07-08 [alfons]     0.9.0claws90
2447
2448         * src/procmsg.c
2449                 if queued message has an invalid Message-Id, don't try to
2450                 find message it refers to (fixes #209 "crash when processing 
2451                 in folder")
2452
2453 2003-07-08 [paul]       0.9.0claws89
2454
2455         * sync with 0.9.3cvs2
2456                 see ChangeLog 2003-07-08
2457
2458 2003-07-08 [match]      0.9.0claws88
2459
2460         * src/ldapctrl.c
2461                 extend LDAP search for first/last name by parsing search term.
2462
2463 2003-07-08 [alfons]     0.9.0claws87
2464
2465         * src/send_message.c
2466                 fix bug #208 "Status message stuck when sending on POP3 account"
2467
2468 2003-07-07 [paul]       0.9.0claws86
2469
2470         * po/hr.po
2471                 new Croatian translation, submitted by
2472                 Dragan <drleskov@inet.hr>
2473
2474 2003-07-07 [paul]       0.9.0claws85
2475
2476         * sync with 0.9.3cvs1
2477                 see ChangeLog 2003-07-07
2478
2479 2003-07-05 [christoph]  0.9.0claws84
2480
2481         * src/Makefile.am
2482         * src/messageview.c
2483         * src/mimeview.[ch]
2484         * src/stock_pixmap.[ch]
2485         * src/pixmaps/messageview_text.xpm              ** NEW **
2486                 move mimeview tabs to the right side and use icons
2487                 instead of text to save some space
2488
2489         (patch by Luke Plant <lukeplant@softhome.net>)
2490
2491 2003-07-05 [christoph]  0.9.0claws83
2492
2493         * src/inc.c
2494                 add NULL pointer checks
2495
2496         (patch by Luke Plant <lukeplant@softhome.net>)
2497         (closes Bug 204 0.9.0 quits on authentication error?!)
2498
2499 2003-07-05 [alfons]     0.9.0claws82
2500
2501         * configure.ac
2502                 take the clue in bug #202 "./configure script - 
2503                 'if test' comparison failure" reported by John Kristoff. 
2504
2505 2003-07-04 [christoph]  0.9.0claws81
2506
2507         * src/plugins/spamassassin/spamassassin.c
2508                 set timeout for spam check
2509
2510 2003-07-04 [christoph]  0.9.0claws80
2511
2512         * src/main.c
2513                 destroy all FolderItems when shutting down to
2514                 allow folders to clean up
2515
2516 2003-07-04 [melvin]     0.9.0claws79
2517
2518         * src/gtk/gtkaspell.c
2519                 Fixed bug #184 "Entering non-ascii character deletes
2520                 previous char if spell checking enabled": this makes
2521                 the spell checking in multibytes (e.g. UTF-8)locales work.
2522                 (Patch by Luke Plant).
2523                 
2524 2003-07-04 [christoph]  0.9.0claws78
2525
2526         * sync with 0.9.2cvs1
2527                 see ChangeLog 2003-06-10
2528
2529 2003-07-04 [paul]       0.9.0claws77
2530
2531         * sync with 0.9.3 release
2532                 see ChangeLog 2003-07-04
2533
2534 2003-07-03 [christoph]  0.9.0claws76
2535
2536         * src/folder.[ch]
2537         * src/imap.c
2538         * src/mbox_folder.c
2539         * src/mh.c
2540         * src/news.c
2541                 move folder_item_get_path() stuff into a folder virtual function
2542
2543         * src/procmsg.c
2544                 use folder_item_fetch_msg() to get message and do not contruct
2545                 the filename from path and number
2546
2547 2003-07-03 [paul]       0.9.0claws75
2548
2549         * sync with 0.9.2cvs12
2550                 see ChangeLog 2003-07-03
2551
2552 2003-07-02 [paul]       0.9.0claws74
2553
2554         * src/messageview.c
2555                 fix text-selection for replying
2556
2557 2003-07-02 [paul]       0.9.0claws73
2558
2559         * sync with 0.9.2cvs11
2560                 see ChangeLog 2003-07-02
2561
2562 2003-07-02 [paul]       0.9.0claws72
2563
2564         * src/procmsg.c
2565                 revert last commit because it breaks more
2566                 than it fixes
2567
2568 2003-07-02 [paul]       0.9.0claws71
2569
2570         * src/procmsg.c
2571                 fix thread by subject/sort by date
2572
2573 2003-07-01 [paul]       0.9.0claws70
2574
2575         * sync with 0.9.2cvs10
2576                 see ChangeLog 2003-07-01
2577
2578 2003-06-30 [paul]       0.9.0claws69
2579
2580         * sync with 0.9.2cvs9
2581                 see ChangeLog 2003-06-30
2582
2583 2003-06-28 [match]      0.9.0claws68
2584
2585         * src/addressbook.c
2586                 fix null ptr.
2587
2588 2003-06-27 [paul]       0.9.0claws67
2589
2590         * sync with 0.9.2cvs7
2591                 see ChangeLog 2003-06-27
2592
2593 2003-06-26 [christoph]  0.9.0claws66
2594
2595         * src/folder.c
2596                 freeze folder updates while a folder is scanned
2597
2598         (closes Bug 185 New message counter)
2599
2600 2003-06-26 [darko]      0.9.0claws65
2601
2602         * src/ldapserver.c
2603                 fix infinite loop when adding a new LDAP server
2604
2605 2003-06-26 [paul]       0.9.0claws64
2606
2607         * sync with 0.9.2cvs6
2608                 see ChangeLog 2003-06-26
2609
2610 2003-06-26 [paul]       0.9.0claws63
2611
2612         * sync with 0.9.2cvs5
2613                 see ChangeLog 2003-06-25 and 2003-06-26
2614
2615 2003-06-25 [match]      0.9.0claws62
2616
2617         * src/addr_compl.c
2618                 Fixed tab/backtab for dropped-down completion list to
2619                 move next/previous field. (close bug 147)
2620
2621 2003-06-25 [christoph]  0.9.0claws61
2622
2623         * src/addr_compl.[ch]
2624         * src/addrindex.[ch]
2625         * src/folderview.c
2626         * src/inc.c
2627         * src/news.c
2628         * src/summaryview.c
2629         * src/toolbar.c
2630                 fix warnings
2631
2632 2003-06-25 [leandro]    0.9.0claws60
2633
2634         * src/compose.c
2635                 o cleanups
2636                 o gray out "Message/Remove references" menu item if not
2637                   replying to a message
2638
2639 2003-06-24 [leandro]    0.9.0claws59
2640
2641         * src/compose.[ch]
2642                 o removed "Message/Create new thread" menu item
2643                 o added "Message/Remove references" menu item
2644                   (it's off by default and will not check anymore
2645                    if the subject changed)
2646
2647 2003-06-23 [alfons]     0.9.0claws58
2648
2649         * src/procmsg.c
2650                 try better grouping messages threaded by subject based on their age.
2651                 still not perfect - because the message tree is not sorted by date.  
2652
2653 2003-06-23 [thorsten]   0.9.0claws57
2654
2655         * src/pop.[ch]
2656                 added mail_receive_hook to allow modifications
2657                 directly after retrieval (e.g. adding headers).
2658
2659 2003-06-23 [paul]       0.9.0claws56
2660
2661         * src/sourcewindow.c
2662                  enable the use of Ctrl+A to select all text in
2663                  the sourcewindow
2664                  Patch submitted by Ivan Francolin Martinez
2665                  <ivanfm@users.sourceforge.net>
2666
2667 2003-06-22 [christoph]  0.9.0claws55
2668
2669         * src/folder.[ch]
2670                 o add notification hook for folder tree changes
2671                 o invoke hooks after folder tree scanning
2672
2673         * src/folderview.[ch]
2674                 register hook for folder tree changes that
2675                 updates the ctree
2676
2677         (there are more places that should be updated, like add, remove 
2678          or move folder)
2679
2680         (closes Bug 164 Crash on rebuild folder tree)
2681         (closes Bug 190 Crash on 'rebuilding folder tree')
2682
2683 2003-06-21 [leandro]    0.9.0claws54
2684
2685         * src/compose.[ch]
2686                 create a new thread if subject changes
2687                 (it's on by default, can be disabled in Message menu)
2688
2689 2003-06-21 [alfons]     0.9.0claws53
2690
2691         * src/summaryview.c
2692                 quiet little compiler
2693
2694 2003-06-21 [christoph]  0.9.0claws52
2695
2696         update gettext stuff to version 0.12
2697
2698 2003-06-19 [alfons]     0.9.0claws51
2699
2700         * src/common/log.c
2701         * src/common/plugin.c
2702                 move defs.h before glib.h to prevent MIN/MAX redefs
2703
2704 2003-06-19 [alfons]
2705
2706         * src/addressbook.c
2707                 translatable
2708
2709 2003-06-19 [match]      0.9.0claws50
2710
2711         * src/addressbook.[ch]
2712         * src/addrindex.[ch]
2713         * src/addr_compl.[ch]
2714         * src/editldap.[ch]
2715         * src/editldap_basedn.[ch]
2716         * src/addritem.[ch]
2717         * src/ldapquery.h
2718                 re-implemented dynamic LDAP search. works without
2719                 slowdown on display sender with addressbook
2720                 option.
2721         * src/addrbook.c
2722                 documented code.
2723
2724 2003-06-19 [paul]       0.9.0claws49
2725
2726         * src/compose.c
2727                 fix Bug #136 'Nonprovided quotation marks crash claws'
2728                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2729
2730 2003-06-19 [alfons]     0.9.0claws48
2731
2732         * src/prefs_common.[ch]
2733         * src/procmsg.c
2734                 restrict threading by subject by checking thread for
2735                 age (prefs_common.thread_by_subject_max_age)
2736
2737 2003-06-18 [christoph]  0.9.0claws47
2738
2739         * src/imap.c
2740                 fix memory leak in imap_cmd_fetch()
2741
2742 2003-06-18 [christoph]  0.9.0claws46
2743
2744         * src/prefs_gtk.c
2745                 fix memory leak in prefs_set_default() when used multiple
2746                 times or after prefs have been read
2747
2748 2003-06-18 [christoph]  0.9.0claws45
2749
2750         * src/common/plugin.c
2751                 fix memory leak in plugin_unload()
2752
2753 2003-06-18 [christoph]  0.9.0claws44
2754
2755         * src/imap.c
2756                 fix memory leak in imap_cmd_ok()
2757
2758 2003-06-18 [christoph]  0.9.0claws43
2759
2760         * src/folder.c
2761                 stop messages that are downloaded from POP3 and added to
2762                 an IMAP inbox from being filtered twice (first by POP3
2763                 and again when IMAP folder is scaned to get the UID of
2764                 the APPEND operation when no UIDPLUS is available)
2765
2766 2003-06-18 [alfons]
2767
2768         * tools/Makefile.am
2769                 phoenix <- firebird     
2770
2771 2003-06-18 [paul]
2772
2773         * tools/launch_phoenix          ** REMOVED **
2774           tools/launch_firebird         ** NEW **
2775                 renamed and edited to reflect the browser's name change from
2776                 'phoenix' to 'firebird'
2777
2778 2003-06-18 [paul]       0.9.0claws42
2779
2780         * sync with 0.9.2cvs2
2781                 see ChangeLog 2003-06-16
2782
2783 2003-06-17 [alfons]     0.9.0claws41
2784
2785         * src/procmsg.c
2786                 prevent threading problems when a node is an ancestor (parent / great parent),
2787                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2788                 for finding an sample set of messages)
2789
2790 2003-06-16 [christoph]  0.9.0claws40
2791
2792         * src/main.c
2793                 don't popup main window on --receive or --receive-all
2794
2795         * src/mainwindow.[ch]
2796         * src/plugins/trayicon/trayicon.c
2797                 allow hiding of main window by clicking on the trayicon
2798                 (doesn't work correctly in seperate window mode and may
2799                  cause unexpected GTK problems I couldn't find yet)
2800
2801         * src/common/ssl.c
2802                 remove incorrect warning
2803
2804 2003-06-15 [alfons]     0.9.0claws39
2805
2806         * src/gtk/gtkstext.c
2807                 don't output debug text;
2808                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2809                 for pointing this out);
2810
2811 2003-06-14 [alfons]     0.9.0claws38
2812         
2813         * src/messageview.c
2814                 remove printf() and make one if..else comply with coding style
2815
2816 2003-06-14 [alfons]     0.9.0claws37
2817
2818         * AUTHORS
2819                 add Martin Wicke
2820         * src/action.c
2821         * src/messageview.[ch]
2822         * src/summaryview.c
2823                 apply patch #754162 "Quoting messages filtered by actions" submitted
2824                 by Martin Wicke, which allows quoting message body changed by an
2825                 action (Thanks!).
2826
2827 2003-06-13 [alfons]     0.9.0claws36
2828
2829         * src/utils.c
2830                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2831                 use case insensitive regexp (suggested by Ivan Martinez)
2832
2833 2003-06-13 [christoph]  0.9.0claws35
2834
2835         * configure.ac
2836         * src/plugins/trayicon/Makefile.am
2837         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2838         * src/plugins/trayicon/trayicon.c
2839         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2840         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2841         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2842         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2843         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2844         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2845                 replace my own EggTrayIcon backport with the backport
2846                 used by (l|x)mule and gabber.
2847
2848 2003-06-13 [alfons]     0.9.0claws34
2849
2850         * AUTHORS
2851         * src/common/utils.c
2852                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2853
2854 2003-06-13 [alfons]     0.9.0claws33
2855
2856         * src/compose.c
2857                 clean up a little bit
2858
2859 2003-06-12 [alfons]     0.9.0claws32
2860
2861         * src/compose.c
2862                 const correctness fix
2863
2864         * src/common/sylpheed.[ch]
2865                 () -> (void)
2866                 prevent redef MIN/MAX
2867                 
2868         * src/common/utils.[ch]
2869                 () -> (void)
2870
2871 2003-06-12 [melvin]     0.9.0claws31
2872
2873         * src/compose.c
2874                 Updated to take into accounts changes in GtkAspell.
2875
2876 2003-06-12 [alfons]     0.9.0claws30
2877
2878         * src/compose.c
2879         * src/procmsg.c
2880         * src/common/utils.[ch]
2881                 handle reply subject prefixes better (initial 
2882                 suggestion by Robert Story adapted and enhanced 
2883                 using regexps)
2884
2885 2003-06-12 [melvin]     0.9.0claws29
2886
2887         * src/compose.c
2888                 Use new gtkaspell_checkers_strerror() to get the speller's
2889                 error message instead of accessing the (now private)
2890                 checkers structure.
2891                 Minor code clean up
2892
2893         * src/main.c
2894                 Use #ifdef instead of #if for USE_ASPELL
2895                 Use the new spell checkers init/quit functions 
2896
2897         * src/gtk/gtkaspell.c
2898                 Use #ifdef instead of #if for USE_ASPELL
2899                 Moved in the majority of GtkAspell structures that were
2900                 exported before by gtkaspell.h
2901         
2902         * src/gtk/gktaspell.h
2903                 Made gtkaspell.h contain only the necessary data to be
2904                 publicized by moving many structures to gtkaspell.c.
2905                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2906                 gtkaspell_checkers_new(): replaced by...
2907                 gtkaspell_checkers_init(): new function for initialization
2908                 gtkaspell_checkers_delete(): replaced by...
2909                 gtkaspell_checkers_quit(): new function
2910                 gtkaspell_checkers_strerror(): new function that returns
2911                 the checker's last error message.
2912                 
2913 2003-06-11 [melvin]     0.9.0claws28
2914
2915         * po/POTFILES.in
2916                 Updated to take into account gtkaspell.c migration to
2917                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2918
2919 2003-06-10 [alfons]     0.9.0claws27
2920
2921         * src/filtering.[ch]
2922         * src/folder.c
2923         * src/matcher.c
2924         * src/scoring.[ch]
2925                 - try fixing bug #18 (any brave testers?)
2926                 - add more robustness by refusing previously 
2927                   unchecked NULL pointers 
2928
2929 2003-06-10 [alfons]     0.9.0claws26
2930
2931         * src/procmsg.c
2932                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2933
2934 2003-06-09 [alfons]     0.9.0claws25
2935
2936         * src/prefs_common.c
2937                 fix bug #163 "Icon switching doesnt work properly" by 
2938                 preventing early freeing of prefs_common.pixmap_theme_path.
2939
2940 2003-06-09 [christoph]  0.9.0claws24
2941
2942         * src/gtk/gtkaspell.c
2943                 revert Thorsten's fix and add forgotten g_strdup for
2944                 aspell path (it should not be possible to alter the path a
2945                 GtkASpell uses from outside)
2946
2947 2003-06-09 [thorsten]   0.9.0claws23
2948
2949         * src/gtk/gtkaspell.c
2950                 dont free prefs_common.aspell_path when closing compose
2951
2952 2003-06-08 [colin]      0.9.0claws22
2953
2954         * src/plugins/spamassassin/spamassassin.c
2955                 fix prefs types
2956
2957 2003-06-07 [christoph]  0.9.0claws21
2958
2959         * src/Makefile.am
2960         * src/compose.c
2961         * src/gtkaspell.[ch]            ** REMOVE **
2962         * src/gtk/Makefile.am
2963         * src/gtk/gtkaspell.[ch]        ** NEW **
2964                 o make gtkaspell independent from sylpheed's prefs
2965                 o move gtkaspell.[ch] to gtk directory
2966
2967 2003-06-07 [christoph]  0.9.0claws20
2968
2969         * src/Makefile.am
2970         * src/crash.c
2971         * src/export.c
2972         * src/filesel.[ch]              ** REMOVE **
2973         * src/folder.c
2974         * src/main.[ch]
2975         * src/common/sylpheed.[ch]
2976         * src/gtk/Makefile.am
2977         * src/gtk/filesel.[ch]          ** NEW **
2978         * src/gtk/pluginwindow.c
2979         * src/gtk/sslcertwindow.c
2980                 move filesel.[ch] to gtk directory
2981
2982 2003-06-07 [alfons]     0.9.0claws19
2983
2984         * src/filesel.c
2985                 make (multi) file selection dialog work again (Claws-only)
2986
2987 2003-06-07 [thorsten]   0.9.0claws18
2988
2989         * po/de.po
2990                 fix typos
2991
2992 2003-06-07 [alfons]     0.9.0claws17
2993
2994         * configure.ac
2995         * src/mimeview.c
2996                 detect apache mishap in which case don't include fnmatch.h
2997                 if regex.h is already included
2998
2999 2003-06-06 [christoph]  0.9.0claws16
3000
3001         * configure.ac
3002         * src/mimeview.h
3003                 add check for fnmatch.h and include it when available
3004
3005         * src/mimeview.[ch]
3006                 fix wrong case sensitivity of Content-Types
3007
3008         * src/gtk/Makefile.am
3009                 need the same include paths in gtk directory as in
3010                 common directory because .h files in common can
3011                 include files from these directories, when included
3012                 in gtk's .h or .c files
3013
3014 2003-06-06 [alfons]     0.9.0claws15
3015
3016         * src/mimeview.c
3017         * src/summaryview.c
3018                 make it compile again because of regex.h / fnmatch.h 
3019                 include problems (related to recent mime stuff, can
3020                 someone check this?)
3021
3022 2003-06-06 [thorsten]   0.9.0claws14
3023
3024         * src/folderview.c
3025                 possible use of uninitialized pointer while dragging
3026
3027 2003-06-06 [paul]       0.9.0claws13
3028
3029         * src/compose.c
3030                 fix bug where the insert sig button would be effective
3031                 only when auto_sig was set
3032
3033 2003-06-06 [paul]       0.9.0claws12
3034
3035         * sync with 0.9.2 release
3036
3037 2003-06-02 [paul]       0.9.0claws11
3038
3039         * sync with 0.9.1cvs1
3040                 see ChangeLog 2003-06-02
3041                 
3042         * po/de.po
3043                 update by Jens
3044
3045 2003-06-01 [christoph]  0.9.0claws10
3046
3047         * src/account.c
3048                 don't use substring search to find accounts by email address
3049
3050         (closes Bug 169 Overly loose matching of "From" address)
3051
3052 2003-05-31 [christoph]  0.9.0claws9
3053
3054         * doc-src/rfc2683.txt
3055         * src/imap.c
3056                 limit IMAP command length as recommended in RFC2683
3057                 (message number lists will be split into multiple imap
3058                 sets, the limit of 1000 octets is not a hard limit)
3059
3060         (closes Bug 161 sylpheed-claws exits with segfault when logging
3061          in to certain imap-servers)
3062
3063 2003-05-29 [alfons]     0.9.0claws8
3064
3065         * src/toolbar.[ch]
3066                 add print button (calling summary_print());
3067                 fine tune setting tooltip text;
3068                 (if someone needs other buttons, please take these 
3069                 commits as a guide, instead of bothering us - also
3070                 see 0.8.11claws150) 
3071
3072 2003-05-29 [darko]      0.9.0claws7
3073
3074         * src/compose.c
3075                 fix crash when word wrapping kicks in due to
3076                 changed text by spell checker
3077
3078 2003-05-29 [paul]       0.9.0claws6
3079
3080         * src/compose.c
3081                 fix bug where changing account would insert
3082                 sig even if auto_sig was FALSE
3083                 
3084         * ChangeLog
3085           ChangeLog.jp
3086           INSTALL
3087                 sync with 0.9.1 release
3088
3089 2003-05-28 [christoph]  0.9.0claws5
3090
3091         * src/imap.c
3092                 fix truncation of too long commands
3093
3094         (closes Bug 167 IMAP hangs trying to get envelope
3095          information in imap_get_uncached_messages)
3096
3097 2003-05-27 [paul]       0.9.0claws4
3098
3099         * tools/Makefile.am
3100           tools/maildir2sylpheed.pl     ** NEW FILE **
3101                 add kmail to sylpheed mailbox conversion script
3102
3103 2003-05-27 [paul]       0.9.0claws3
3104
3105         * sync with 0.9.0cvs10
3106                 see ChangeLog 2003-05-26
3107
3108 2003-05-26 [paul]       0.9.0claws2
3109
3110         * sync with 0.9.0cvs9
3111                 see ChangeLog 2003-05-26
3112
3113 2003-05-24 [paul]       0.9.0claws1
3114
3115         * sync with 0.9.0cvs8
3116                 see ChangeLog 2003-05-23
3117
3118 2003-05-24 [paul]       0.9.0claws
3119
3120         * version 0.9.0claws released
3121
3122 2003-05-24 [paul]       0.8.11claws177
3123
3124         * src/plugins/dillo-viewer/Makefile.am
3125           src/plugins/traycon/Makefile.am
3126                 add missing files
3127                 
3128         * po/bg.po
3129           po/en_GB.po
3130           po/es.po
3131           po/it.po
3132           po/pt_BR.po
3133           po/ru.po
3134           po/sr.po
3135                 update Bulgarian, British English, Spanish, Italian, 
3136                 Brazilian Portuguese, Russian, and Serbian translations, 
3137                 submitted by George Danchev, [me], Ricardo Mones Lastra,
3138                 André Filipe de Assunção e Brito, Alessandro Maestri, 
3139                 Ruslan N. Balkin, and Urke MMI
3140
3141 2003-05-23 [melvin]     0.8.11claws176
3142
3143         * po/fr.po
3144                 Updated French translations
3145
3146 2003-05-22 [paul]       0.8.11claws175
3147
3148         * src/Makefile.am
3149           src/addrbook.[ch]
3150           src/addrcache.[ch]
3151           src/addr_compl.[ch]
3152           src/adressbook.[ch]
3153           src/addrindex.[ch]
3154           src/addritem.[ch]
3155           src/editaddress.c
3156           src/editgroup.c
3157           src/editldap_basedn.c
3158           src/editldap.c
3159           src/jpilot.c
3160           src/vcard.c
3161                 revert to get ldap into it previous working state
3162                 
3163         * po/zh_TW.Big5.po
3164                 new Taiwanese translation,
3165                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3166
3167 2003-05-22 [christoph]  0.8.11claws174
3168
3169         * src/plugins/spamassassin/libspamc.[ch]
3170                 sync libspamc with SpamAssaain release 2.55
3171
3172 2003-05-22 [paul]       0.8.11claws173
3173
3174         * sync with 0.9.0cvs7
3175                 see ChangeLog 2003-05-22
3176                 
3177         * src/summaryview.c
3178                 revert change in 0.8.11claws172: follow
3179                 Hiroyuki's decision and that's the end of it.
3180
3181 2003-05-21 [paul]       0.8.11claws172
3182
3183         * src/summaryview.c
3184                 fix discrepency between open_unread_on_enter
3185                 and always_show_msg
3186
3187 2003-05-21 [paul]       0.8.11claws171
3188
3189         * sync with 0.9.0cvs6
3190                 see ChangeLog 2003-05-21
3191
3192 2003-05-21 [paul]       0.8.11claws170
3193
3194         * sync with 0.9.0cvs5
3195                 see ChangeLog 2003-05-21
3196
3197 2003-05-20 [paul]       0.8.11claws169
3198
3199         * sync with 0.9.0cvs4
3200                 see ChangeLog 2003-05-20
3201                 fixes bug #152, 'encoding of IMAP folders names'
3202
3203 2003-05-20 [paul]       0.8.11claws168
3204
3205         * sync with 0.9.0cvs3
3206                 see ChangeLog 2003-05-20
3207                 
3208         * src/tools/convert_mbox.pl
3209                 minor change in the comments, submitted by Fred Marton
3210
3211 2003-05-19 [paul]       0.8.11claws167
3212
3213         * src/plugins/clamav/Makefile.am
3214           configure.ac
3215                 link clamav_lib to the plugin and not to the main program
3216
3217 2003-05-19 [christoph]
3218
3219         * src/Makefile.am
3220                 add -export-dynamic for linking
3221
3222 2003-05-19 [paul]       0.8.11claws166
3223
3224         * sync with 0.9.0cvs1
3225                 see ChangeLog 2003-05-19
3226
3227 2003-05-19 [paul]       0.8.11claws165
3228
3229         * src/inc.c
3230                 fix 'pop before smtp' timeout
3231
3232 2003-05-18 [alfons]     0.8.11claws164
3233
3234         * src/prefs_matcher.c
3235                 put "execute" action command line ("expression") in edit box
3236
3237 2003-05-18 [christoph]  0.8.11claws163
3238
3239         * src/mimeview.[ch]
3240         * src/plugins/dillo_viewer/dillo_viewer.c
3241         * src/plugins/image_viewer/viewer.c
3242         * src/plugins/mathml_viewer/mathml_viewer.c
3243                 let a viewer have a list of Content-Types
3244
3245 2003-05-18 [paul]       0.8.11claws162
3246
3247         * src/prefs_filtering.c
3248                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3249                 and REDIRECT actions
3250
3251 2003-05-17 [christoph]
3252
3253         * README.claws
3254                 o remove dynamic signatures that was syned with main
3255                 o add infos about no longer "build in" image viewer
3256                 o update bugtracker URL
3257
3258 2003-05-17 [christoph]  0.8.11claws161
3259
3260         * src/folder.c
3261         * src/folderview.c
3262         * src/imap.c
3263                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3264                 for every folder after rebuilding the folder tree.
3265
3266         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3267          messages)
3268
3269 2003-05-17 [christoph]  0.8.11claws160
3270
3271         * src/imap.c
3272                 don't use STATUS command on current folder to check for
3273                 content changes. imap_cmd_ok() now tracks changes to
3274                 folder and number of existing messages.
3275
3276 2003-05-17 [paul]       0.8.11claws159
3277
3278         * src/plugins/clamav/clamav_plugin.c
3279                 remove unnecessary debug_print
3280
3281 2003-05-16 [thorsten]   0.8.11claws158
3282
3283         * src/plugins/demo.c
3284                 included missing intl.h
3285
3286 2003-05-16 [paul]       0.8.11claws157
3287
3288         * po/POTFILES.in
3289                 remove non-existant entries
3290         
3291         * src/plugins/clamav/clamav_plugin.c
3292           src/plugins/clamav/clamav_plugin_gtk.c
3293           src/plugins/dillo_viewer/dillo_prefs.c
3294           src/plugins/dillo_viewer/dillo_viewer.c
3295                 gettextise
3296
3297 2003-05-16 [christoph]  0.8.11claws156
3298
3299         * po/POTFILES.in
3300                 include plugin .c files for translation until I
3301                 find a better solution to have plugins have their
3302                 own textdomain
3303         * src/plugins/demo/demo.c
3304         * src/plugins/image_viewer/plugin.c
3305         * src/plugins/mathml_viewer/mathml_viewer.c
3306         * src/plugins/spamassassin/spamassassin.c
3307         * src/plugins/spamassassin/spamassassin_gtk.c
3308         * src/plugins/trayicon/trayicon.c
3309                 add gettext macros for plugin name and description
3310
3311 2003-05-16 [paul]
3312
3313         * sync with 0.9.0
3314
3315 2003-05-16 [paul]       0.8.11claws155
3316
3317         * sync with lastest 0.9.0pre1
3318                 see ChangeLog 2003-05-16
3319
3320 2003-05-15 [paul]       0.8.11claws154
3321
3322         * sync with latest 0.9.0pre1
3323                 see ChangeLog 2003-05-14 and 2003-05-15
3324
3325 2003-05-14 [christoph]  0.8.11claws153
3326
3327         * src/plugins/image_viewer/viewer.c
3328         * src/plugins/image_viewer/viewer.glade         ** NEW **
3329         * src/plugins/image_viewer/viewerprefs.c
3330                 make it possible to disable the autoload function in the
3331                 imageviewer again
3332
3333 2003-05-14 [christoph]  0.8.11claws152
3334
3335         * src/folder.c
3336                 fix folder update after adding a message
3337
3338 2003-05-13 [alfons]     0.8.11claws151
3339
3340         * src/common/session.c
3341                 remove debug traces
3342                 
3343         * src/addrcache.[ch]
3344         * src/filtering.[ch]
3345         * src/folder.[c]
3346         * src/gtkaspell.[ch]
3347         * src/imap.[ch]
3348         * src/mbox_folder.[ch]
3349         * src/mh.[ch]
3350         * src/mimeview.h
3351         * src/msgcache.[ch]
3352         * src/news.[ch]
3353         * src/passphrase.[ch]
3354         * src/prefs_common.[ch]
3355         * src/prefs_gtk.[ch]
3356         * src/procmsg.c
3357         * src/scoring.[ch]
3358                 be pedantic; (in prototypes () implies (int))
3359
3360 2003-05-13 [alfons]     0.8.11claws150
3361
3362         * src/prefs_toolbar.[ch]
3363         * src/summaryview.[ch]
3364         * src/toolbar.[ch]
3365                 change misleading text in toolbar prefs;
3366                 add toolbar action for ignore thread (toggles ignore thread flag);
3367                 clean up a little bit;
3368
3369 2003-05-12 [paul]
3370
3371         * tools/convert_mbox.pl
3372                 bug fixed by Fred Marton
3373
3374 2003-05-12 [paul]
3375
3376         * sync with 0.9.0pre1
3377
3378 2003-05-09 [paul]       0.8.11claws149
3379
3380         * sync with 0.8.11cvs43
3381                 see ChangeLog 2003-05-09
3382
3383 2003-05-08 [christoph]  0.8.11claws148
3384
3385         * src/imap.[ch]
3386                 o use CAPABILIY as first command and check for PREAUTH
3387                   information in the response to it
3388                 o rewrite all imap_cmd_* functions to use an IMAPSession
3389                   instead of a SockInfo as parameter
3390                 o do STARTTLS after fetching and checking the server
3391                   capabilities
3392
3393 2003-05-08 [paul]       0.8.11claws147
3394
3395         * tools/Makefile.am
3396           tools/README
3397           tools/convert_mbox.pl         ** NEW FILE **
3398                 add mbox conversion script. Submitted by 
3399                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3400
3401 2003-05-07 [christoph]
3402
3403         * doc-src/glade.txt
3404         * src/gtk/pluginwindow.glade
3405         * src/plugins/image_viewer/viewerprefs.glade
3406         * src/plugins/spamassassin/spamassassin_gtk.glade
3407                 add glade files for user interfaces and a description how
3408                 to use glade to create the sylpheed code
3409
3410 2003-05-07 [paul]       0.8.11claws146
3411
3412         * sync with 0.8.11cvs41
3413                 see ChangeLog 2003-05-07
3414
3415 2003-05-06 [christoph]  0.8.11claws145
3416
3417         * src/main.c
3418         * src/plugins/image_viewer/viewer.c
3419                 fix usage of imlib in imageviewer plugin
3420
3421         * src/gtk/prefswindow.c
3422                 handle window close event correctly
3423
3424 2003-05-06 [paul]       0.8.11claws144
3425
3426         * src/common/ssl.c
3427                 fix typo introduced in sync
3428
3429 2003-05-06 [paul]       0.8.11claws143
3430
3431         * sync with 0.8.11cvs39
3432                 see ChangeLog 2003-05-06
3433
3434 2003-05-06 [paul]       0.8.11claws142
3435
3436         * AUTHORS
3437           po/cs.po
3438                 updated Czech translation, submitted by 
3439                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3440                 
3441         * src/plugins/clamav/clamav_plugin_gtk.c
3442                 clean up
3443
3444 2003-05-03 [alfons]     0.8.11claws141
3445
3446         * src/compose.[ch]
3447                 make paste as quotation work even when the call to 
3448                 text_inserted() was deferred (fixes bug #140 "Paste 
3449                 as quotation does not work when using "external" 
3450                 clipboard")
3451
3452 2003-05-03 [thorsten]   0.8.11claws140
3453
3454         * src/addrquery.h
3455           src/ldapquery.h
3456           src/mainwindow.c
3457                 removed C++ comments
3458         * src/addr_compl.c
3459                 function with non-int retval/param used before
3460                 implementation/declaration
3461
3462 2003-05-02 [paul]       0.8.11claws139
3463
3464         * src/addr_compl.[ch]
3465           src/addressbook.[ch]
3466           src/addrindex.c
3467           src/summaryview.c
3468                 revert match's changes to (finally) remove the bug where
3469                 opening a folder causes massive slowdown when using the 
3470                 'Display sender using address book' option
3471
3472 2003-05-01 [melvin]     0.8.11claws138
3473
3474         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3475         * src/plugins/dillo_viewer/dillo_viewer.c
3476                 Fixed bug where "Cancel" button from prefs issued
3477                 warnings.
3478                 Comply a little more to coding style
3479
3480 2003-05-01 [paul]       0.8.11claws137
3481
3482         * sync with 0.8.11cvs38
3483                 see ChangeLog 2003-05-01
3484
3485 2003-05-01 [paul]       0.8.11claws136
3486
3487         * po/bg.po
3488                 updated by George Danchev
3489
3490 2003-04-30 [christoph]  0.8.11claws135
3491
3492         * src/plugins/dillo_viewer/dillo_prefs.c
3493         * src/plugins/image_viewer/viewerprefs.c
3494         * src/plugins/spamassassin/spamassassin_gtk.c
3495                 remove gtk_widget_ref() calls for widgets in
3496                 glade code
3497
3498 2003-04-30 [paul]       0.8.11claws134
3499
3500         * src/addrindex.c
3501                 ok, this time a better fix for the bug where opening folder
3502                 has massive slowdown when using the 'Display sender using 
3503                 address book' option
3504
3505 2003-04-30 [paul]       0.8.11claws133
3506
3507         * src/addrindex.c
3508                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3509         
3510 2003-04-30 [melvin]     0.8.11claws132
3511
3512         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3513
3514         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3515                 Preferences for the dillo plugin
3516         * src/plugins/dillo_viewer/dillo_viewer.c
3517                 Support for preferences
3518         * src/plugins/dillo_viewer/Makefile.am
3519                 Added dillo_prefs.[ch]
3520
3521 2003-04-30 [alfons]     0.8.11claws131
3522
3523         * src/common/plugin.[ch]
3524                 see? this ANSI C'fication immediately gives us type
3525                 checking for free.
3526
3527 2003-04-30 [alfons]     0.8.11claws130
3528
3529         * src/common/plugin.[ch]
3530         * src/plugins/clamav/clamav_plugin.[ch]
3531         * src/plugins/clamav/clamav_plugin_gtk.c
3532         * src/plugins/demo/demo.c
3533         * src/plugins/dillo_viewer/dillo_viewer.c
3534         * src/plugins/image_viewer/plugin.c
3535         * src/plugins/image_viewer/viewer.[ch]
3536         * src/plugins/image_viewer/viewerprefs.[ch]
3537         * src/plugins/mathml_viewer/mathml_viewer.c
3538         * src/plugins/spamassassin/spamassassin.[ch]
3539         * src/plugins/spamassassin/spamassassin_gtk.c
3540         * src/plugins/trayicon/trayicon.c
3541                 clean up
3542
3543 2003-04-30 [alfons]     0.8.11claws129
3544
3545         * src/common/utils.c
3546                 make is_ascii_str() fail gracefully when NULL pointer
3547                 is passed
3548
3549 2003-04-30 [paul]       0.8.11claws128
3550
3551         * src/addrindex.c
3552                 fix bug where opening folder has massive slowdown when
3553                 using the 'Display sender using address book' option
3554
3555 2003-04-30 [paul]       0.8.11claws127
3556
3557         * src/plugins/clamav/clamav_plugin.c
3558           src/plugins/clamav/clamav_plugin_gtk.c
3559           src/plugins/demo/demo.c
3560           src/plugins/dillo_viewer/dillo_viewer.c
3561           src/plugins/image_viewer/plugin.c
3562           src/plugins/mathml_viewer/mathml_viewer.c
3563           src/plugins/spamassassin/spamassassin.c
3564           src/plugins/spamassassin/spamassassin_gtk.c
3565           src/plugins/trayicon/trayicon.c
3566                 get rid of eye-hurting function signatures
3567
3568 2003-04-30 [paul]       0.8.11claws126
3569
3570         * src/plugins/trayicon/trayicon.c
3571                 add description
3572                 
3573         * src/mimeview.c
3574                 be more descriptive
3575
3576 2003-04-30 [paul]       0.8.11claws125
3577
3578         * configure.ac
3579                 arrange the plugins in reverse alphabetical order
3580                 
3581         * src/plugins/clamav/clamav_plugin.[ch]
3582           src/plugins/clamav/clamav_plugin_gtk.c
3583                 rename some params
3584                 resize max_size window
3585                 re-arrange the order of some gui elements
3586                 improve descriptions
3587         
3588         * src/plugins/image_viewer/plugin.c
3589           src/plugins/mathml_viewer/mathml_viewer.c
3590                 add descriptions
3591                 
3592         * src/plugins/spamassassin/spamassassin_gtk.c
3593                 resize max_size window
3594                 re-arrange the order of some gui elements
3595                 
3596         * src/messageview.c
3597           src/mimeview.c
3598                 correct typos
3599
3600 2003-04-30 [alfons]     0.8.11claws124
3601
3602         * src/imap.c
3603                 fix a leak found while browsing Martin Kluge's 
3604                 valgrind log (Claws only)
3605
3606 2003-04-29 [darko]      0.8.11claws123
3607
3608         * src/gtk/gtkstext.h
3609                 include wchar.h if it is available, fixes compilation
3610                 on HP-UX systems
3611
3612 2003-04-29 [melvin]     0.8.11claws122
3613
3614         * src/prefs_actions.c
3615                 Improved help text of Actions' syntax
3616
3617 2003-04-28 [paul]       0.8.11claws121
3618
3619         * src/action.c
3620                 a better fix for the crash when performing an action
3621                 on a mime part
3622
3623 2003-04-28 [paul]       0.8.11claws120
3624
3625         * src/action.c
3626                 fix crash when performing an action on a
3627                 mime part
3628
3629 2003-04-28 [paul]       0.8.11claws119
3630
3631         * sync with 0.8.11cvs36
3632                 see ChangeLog 2003-04-28
3633
3634 2003-04-27 [paul]       0.8.11claws118
3635
3636         * more sync with 0.8.11cvs35
3637                 see ChangeLog 2003-04-25
3638
3639 2003-04-26 [christoph]  0.8.11claws117
3640
3641         * src/folder.c
3642                 fix remove virtual check
3643
3644 2003-04-26 [paul]       0.8.11claws116
3645
3646         * src/messageview.c
3647                 fix return-receipt, make it work again
3648
3649 2003-04-26 [paul]       0.8.11claws115
3650
3651         * src/mimeview.c
3652                 restore double-clicking of the [application/pgp-signature 
3653                 (Select "Check signature" to check)] line in the message view,
3654                 broken in recent sync
3655
3656 2003-04-26 [christoph]  0.8.11claws114
3657
3658         * src/folder.c
3659                 check if remove virtual really exists before
3660                 calling the function
3661
3662 2003-04-25 [match]      0.8.11claws113
3663
3664         * src/addrindex.c
3665         * src/addrbook.c
3666         * src/ldapquery.[ch]
3667         * src/ldapctrl.[ch]
3668                 fix memleak.
3669         * src/ldapserver.[ch]
3670                 fix memleak. fix segfault.
3671                 plug a Claws memleak
3672
3673 2003-04-25 [alfons]     0.8.11claws112
3674
3675         * src/folder.c
3676                 plug a Claws memleak
3677
3678 2003-04-25 [alfons]     0.8.11claws111
3679
3680         * src/common/session.c
3681                 plug a memleak
3682
3683 2003-04-25 [paul]       0.8.11claws110
3684
3685         * sync with 0.8.11cvs35
3686                 see ChangeLog 2003-04-24 and 2003-04-25
3687                 
3688         * src/gtk/pluginwindow.c
3689                 correct another strange float value
3690
3691 2003-04-24 [christoph]  0.8.11claws109
3692
3693         * src/folder.c
3694                 freeze folder item updates when unsetting new flags
3695
3696         * src/gtk/pluginwindow.c
3697                 correct strange float value
3698
3699 2003-04-23 [paul]       0.8.11claws108
3700
3701         * sync with 0.8.11cvs33
3702                 see ChangeLog 2003-04-23
3703
3704 2003-04-22 [paul]       0.8.11claws107
3705
3706         * src/Makefile.am
3707           src/messageview.c
3708           src/mimeview.c
3709           src/pgptext.[ch]      ** REMOVED **
3710                 remove pgptext.[ch] as its not used any more
3711
3712 2003-04-22 [paul]       0.8.11claws106
3713
3714         * sync with 0.8.11cvs31
3715                 see ChangeLog 2003-04-21 and 2003-04-22
3716
3717 2003-04-21 [alfons]     0.8.11claws105
3718
3719         * src/main.c
3720                 No access to GTK structures if we're a spawned child
3721                 (and clean up code a little bit...) Should fix #126.
3722
3723 2003-04-21 [melvin]     0.8.11claws104
3724
3725         * src/plugins/dillo_viewer/README
3726                 Improved slightly the text.
3727
3728 2003-04-21 [melvin]     0.8.11claws103
3729
3730         * src/plugins/dillo_viewer/README *** NEW ***
3731                 Added a README file for the Dillo plugin
3732
3733 2003-04-20 [paul]
3734
3735         * tools/README
3736           tools/outlook2sylpheed.pl
3737                 updated and improved by Ricardo Mones Lastra
3738
3739 2003-04-18 [oliver]     0.8.11claws102
3740
3741         * src/inc.c 
3742         * src/prefs_account.h
3743                 remove Pop3SessionType (used by selective download)
3744         * src/prefs_toolbar.c
3745                 enable set Default Toolbar button
3746
3747 2003-04-18 [paul]       0.8.11claws101
3748
3749         * sync with 0.8.11cvs29
3750                 see ChangeLog 2003-04-18
3751
3752 2003-04-17 [paul]       0.8.11claws100
3753
3754         * src/prefs_common.[ch]
3755           src/summaryview.c
3756                 remove 'Open next message on deletion' option,
3757                 as the same effect can now be achieved via the
3758                 'Always open messages in summary when selected'
3759                 option.
3760
3761 2003-04-17 [paul]       0.8.11claws99
3762
3763         * sync with 0.8.11cvs28
3764                 see ChangeLog 2003-04-17
3765
3766 2003-04-17 [christoph]  0.8.11claws98
3767
3768         * ac/spamassassin.m4
3769         * src/plugins/spamassassin/libspamc.[ch]
3770         * src/plugins/spamassassin/utils.[ch]
3771                 sync libspamc with SpamAssassin project
3772
3773 2003-04-17 [christoph]  0.8.11claws97
3774
3775         * src/common/socket.h
3776         * src/gtk/sslcertwindow.h
3777                 rename old USE_SSL to USE_OPENSSL
3778
3779 2003-04-17 [paul]       0.8.11claws96
3780
3781         * src/prefs_common.h
3782                 use gulong for P_COLOR so that it compiles/runs on
3783                 64-bit systems. Patch submitted by James Noyes
3784                 <jnoyes-claws@retrogeeks.com>
3785                 
3786         * po/de.po
3787                 updated by Jens
3788
3789 2003-04-17 [paul]       0.8.11claws95
3790
3791         * sync with 0.8.11cvs27
3792                 see ChangeLog 2003-04-16
3793
3794 2003-04-15 [paul]       0.8.11claws94
3795
3796         * src/prefs_common.[ch]
3797                 rearrange to stop the window getting too long:
3798                         move Receive dialog stuff to Receive tab
3799                         move Send dialog to Send tab
3800                         remove Dialogs frame
3801                 rename 'Open messages in summary with cursor keys' to
3802                 'Always open messages in summary when selected', as its
3803                 more appropriate
3804
3805 2003-04-15 [paul]       0.8.11claws93
3806
3807         * src/prefs_common.[ch]
3808           src/summaryview.c
3809                 add new option '/Interface/Open next message on deletion'
3810
3811 2003-04-15 [paul]       0.8.11claws92
3812
3813         * src/summaryview.[ch]
3814                 add /Mark/Lock and /Mark/Unlock to the pop-up
3815                 menu. Patch submitted by Ivan Francolin Martinez
3816                 <ivanfm@users.sourceforge.net>
3817
3818 2003-04-15 [paul]       0.8.11claws91
3819
3820         * sync with 0.8.11cvs24
3821                 see ChangeLog 2003-04-15
3822
3823 2003-04-14 [jens]       0.8.11claws90
3824
3825         * updated German translation and some corrections from
3826                 Roland Bless <bless@tm.uka.de>
3827
3828 2003-04-14 [paul]       0.8.11claws89
3829
3830         * sync with 0.8.11cvs22
3831                 see ChangeLog 2003-04-14
3832
3833 2003-04-13 [paul]       0.8.11claws88
3834
3835         * src/plugins/clamav/clamav_plugin.c
3836                 fix memory leaks
3837                 clean up
3838
3839 2003-04-12 [paul]       0.8.11claws87
3840
3841         * src/plugins/clamav/clamav_plugin.c
3842                 activate enable/disable archive scanning option
3843                 
3844         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3845
3846 2003-04-12 [paul]       0.8.11claws86
3847
3848         * src/plugins/Makefile.am
3849           src/plugins/clamav/Makefile.am                ** NEW FILE **
3850           src/plugins/clamav/README                     ** NEW FILE ** 
3851           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3852           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3853                 add Clam AntiVirus plugin
3854
3855 2003-04-12 [paul]       0.8.11claws85
3856
3857         * sync with 0.8.11cvs21
3858                 see ChangeLog 2003-04-11
3859
3860 2003-04-11 [paul]       0.8.11claws84
3861
3862         * po/es.po
3863                 update Spanish translation. Submitted by Ricardo
3864                 Mones Lastra.
3865
3866 2003-04-10 [christoph]  0.8.11claws83
3867
3868         * src/mbox.c
3869                 fix typo that did not move unfiltered mails to destination
3870                 folder
3871
3872         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3873          when filtering from spool)
3874
3875 2003-04-10 [christoph]  0.8.11claws82
3876
3877         * src/imap.c
3878                 use BODY.PEEK instead of BODY in in message fetch operation
3879                 to make sure the IMAP server does not set the \Seen flag for
3880                 messages. Sylpheed does that later itself, when the message
3881                 is opened in sylpheed
3882
3883         (closes Bug 111 Claws destroys unread marks)
3884
3885 2003-04-09 [oliver]     0.8.11claws81
3886         
3887         * src/folder.c
3888                 fix crash in folder_destroy
3889         * README.claws
3890                 remove selective download
3891
3892 2003-04-09 [christoph]  0.8.11claws80
3893
3894         * src/imap.c
3895                 fix crash in imap_get_msginfo() when then fetched message
3896                 is not found
3897
3898         (closes Bug 110 Crash during mail composition)
3899
3900 2003-04-08 [christoph]  0.8.11claws79
3901
3902         * src/folder.c
3903         * src/prefs_account.c
3904                 Filter new messages that are found in an INBOX folder
3905                 when 'Filter messages on receiving' is enabled in the
3906                 Folder's AccountPrefs. This allows to use Sylpheed's
3907                 filtering engine for IMAP folders where messages are
3908                 added to the INBOX by a MTA
3909
3910 2003-04-08 [paul]       0.8.11claws78
3911
3912         * src/procmsg.h
3913                 clean up after last commit
3914
3915 2003-04-08 [paul]       0.8.11claws77
3916
3917         * sync with 0.8.11cvs20
3918                 see ChangeLog 2003-04-07 and 2003-04-08
3919
3920 2003-04-07 [christoph]  0.8.11claws76
3921
3922         * src/filtering.[ch]
3923         * src/inc.[ch]
3924         * src/mbox.c
3925         * src/procmsg.[ch]
3926                 add procmsg_msginfo_filter() to execute filtering actions
3927
3928 2003-04-06 [christoph]  0.8.11claws75
3929
3930         * src/imap.c
3931                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3932
3933 2003-04-06 [christoph]  0.8.11claws74
3934
3935         * src/common/utils.[ch]
3936                 add g_int_compare() function for slist sorting
3937
3938         * src/imap.c
3939                 fetch all MsgInfos with one command in imap_get_msginfos()
3940                 using an imap set with a list of ranges
3941
3942         * src/news.c
3943                 use new g_int_compare() function
3944
3945 2003-04-06 [thorsten]   0.8.11claws73
3946
3947         * src/mh.c
3948                 corrected implementation of mh_folder_destroy()
3949
3950 2003-04-05 [christoph]  0.8.11claws72
3951
3952         * src/account.c
3953         * src/folder.[ch]
3954         * src/folderview.c
3955         * src/imap.c
3956         * src/inc.c
3957         * src/main.c
3958         * src/mainwindow.c
3959         * src/mbox_folder.c
3960         * src/mh.c
3961         * src/mimeview.h
3962         * src/msgcache.[ch]
3963         * src/news.c
3964         * src/procmime.h
3965         * src/procmsg.[ch]
3966         * src/setup.c
3967         * src/gtk/gtkutils.c
3968                 o rename structure field names class and new to klass and
3969                   new_msgs, to allow including files in C++
3970                 o add 'extern "C"' block to some header files
3971                 o add MsgInfoList and MsgNumberList as alias for GSList for
3972                   developers to know what type of list is expected
3973
3974         * src/plugins/image_viewer/plugin.c
3975         * src/plugins/image_viewer/viewer.[ch]
3976         * src/plugins/image_viewer/viewerprefs.[ch]
3977                 rename function names to prevent conflicts
3978
3979 2003-04-05 [paul]       0.8.11claws71
3980
3981         * sync with 0.8.11cvs18
3982                 see ChangeLog 2003-04-03 and 2003-04-04
3983
3984 2003-04-02 [christoph]  0.8.11claws70
3985
3986         * src/folder.[ch]
3987         * src/imap.[ch]
3988         * src/mbox_folder.[ch]
3989         * src/mh.[ch]
3990         * src/news.[ch]
3991                 o Make all virtual folder functions private
3992                 o remove unused folder code
3993
3994         * src/common/socket.[ch]
3995         * src/summaryview.c
3996                 fix warnings
3997
3998 2003-03-30 [alfons]     0.8.11claws69
3999
4000         * src/send_message.c
4001                 remove two debug traces and see if people still report
4002                 errors
4003
4004 2003-03-30 [alfons]     0.8.11claws68
4005
4006         * src/send_message.c
4007         * src/commons/session.c
4008                 add more debug traces
4009
4010 2003-03-30 [christoph]  0.8.11claws67
4011
4012         * src/folder.c
4013                 change processing folder name from .processing to processing
4014
4015         * src/common/ssl.c
4016                 disable SSL certificate check because it causes Xlib error
4017                 when the child process want's to open an GTK window
4018
4019 2003-03-30 [christoph]  0.8.11claws66
4020
4021         * src/folder.c
4022                 don't use default folder for processing folder item because
4023                 it can be a non local folder
4024
4025         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
4026
4027 2003-03-30 [alfons]     0.8.11claws65
4028
4029         * src/send_message.c
4030                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
4031                 to generate bad code for 'send_send_data_progressive': When
4032                 called from 'send_send_data_finished', the 'data' pointer is
4033                 cleared just before the assignment to the dialog pointer
4034
4035 2003-03-29 [christoph]  0.8.11claws64
4036
4037         * src/common/prefs.h
4038         * src/plugins/image_viewer/Makefile.am
4039         * src/plugins/image_viewer/plugin.c
4040         * src/plugins/image_viewer/viewer.[ch]
4041         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
4042                 add PrefsPage for ImageViewer
4043
4044 2003-03-28 [thorsten]   0.8.11claws63
4045
4046         * src/common/session.c
4047                 added some comments
4048
4049 2003-03-28 [paul]       0.8.11claws62
4050
4051         * sync with 0.8.11cvs16
4052                 see ChangeLog 2003-03-28
4053
4054 2003-03-28 [paul]       0.8.11claws61
4055
4056         * sync with 0.8.11cvs15
4057                 see ChangeLog 2003-03-28
4058
4059 2003-03-27 [christoph]  0.8.11claws60
4060
4061         * src/folder.c
4062         * src/imap.c
4063         * src/common/socket.[ch]
4064                 set socket state to DISCONNECTED when any operation
4065                 fails to allow reconnecting in IMAP code without
4066                 checking the return code of all calls to the command
4067                 functions
4068
4069         * src/folderview.c
4070         * src/summaryview.c
4071                 remove some more stuff that depends on specific
4072                 folder types
4073
4074 2003-03-27 [paul]       0.8.11claws59
4075
4076         * sync with 0.8.11cvs14
4077                 see ChangeLog 2003-03-27
4078                 
4079         * src/selective_download.[ch]   ** REMOVED **
4080                 really removed
4081
4082 2003-03-27 [christoph]  0.8.11claws58
4083
4084         * src/folder.c
4085                 fix handling of tmp_flags in flag copy function
4086
4087 2003-03-27 [paul]       0.8.11claws57
4088
4089         * sync with 0.8.11cvs13
4090                 see ChangeLog 2003-03-27
4091
4092 2003-03-27 [oliver]     0.8.11claws56
4093
4094         * src/maiwindow.c
4095                 remove sel_download_cb
4096
4097 2003-03-27 [oliver]     0.8.11claws55
4098         
4099         * src/inc.c
4100                 remove POP3_TOP
4101         
4102 2003-03-26 [oliver]     0.8.11claws54
4103
4104         *src/pop.h
4105                 remove POP3_TOP*
4106         * README.claws
4107                 remove selective donwload readme
4108
4109 2003-03-26 [oliver]     0.8.11claws53
4110         * src/matcher.[ch]
4111         * src/matcher_parser_parse.y 
4112         * src/pop.c 
4113         * src/prefs_account.[ch]
4114         * src/prefs_filtering.c
4115                 remove selective donwload
4116
4117 2003-03-26 [oliver]     0.8.11claws52
4118
4119         * src/inc.[ch] 
4120         * src/filtering.c 
4121         * src/mainwindow.c 
4122                 remove selective donwload
4123
4124 2003-03-26 [oliver]     0.8.11claws51
4125         
4126         * src/Makefile.am
4127         * src/selective_download.[ch]   ** REMOVE **    
4128
4129 2003-03-26 [christoph]  0.8.11claws50
4130
4131         * src/news.c
4132                 fix NEWS that got broken by a sync with sylpheed-main
4133
4134 2003-03-26 [christoph]  0.8.11claws49
4135
4136         * src/mimeview.c
4137                 fix mime type guessing when no mime type is found for a file
4138
4139 2003-03-25 [christoph]  0.8.11claws48
4140
4141         * src/mimeview.c
4142         * src/procmime.c
4143                 remove mime type guessing from mime parser and use
4144                 name based mime types in viewer lookup for mime type
4145                 application/octet-stream
4146
4147 2003-03-25 [christoph]  0.8.11claws47
4148
4149         * doc-src/readme.txt
4150         * doc-src/rfc2554.txt
4151                 add RFC about SMTP AUTH
4152
4153         * src/send_message.c
4154         * src/common/smtp.[ch]
4155                 add extra error code for authentication errors and
4156                 clear temporary password when this error occurs
4157
4158         (closes Bug 84 authentication failure while sending should
4159          prompt for password again)
4160
4161 2003-03-25 [christoph]  0.8.11claws46
4162
4163         * configure.ac
4164         * src/Makefile.am
4165         * src/imageview.[ch]                            ** REMOVE **
4166         * src/messageview.[ch]
4167         * src/mimeview.[ch]
4168         * src/prefs_common.[ch]
4169         * src/textview.c
4170         * src/plugins/Makefile.am
4171         * src/plugins/image_viewer/.cvsignore           ** NEW **
4172         * src/plugins/image_viewer/Makefile.am          ** NEW **
4173         * src/plugins/image_viewer/plugin.c             ** NEW **
4174         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4175                 move image viewer into a plugin (building is enabled by default)
4176                 [ToDo: Prefs for resize and autoview]
4177
4178 2003-03-25 [paul]       0.8.11claws45
4179
4180         * sync with 0.8.11cvs12
4181                 see ChangeLog 2003-03-26
4182
4183 2003-03-25 [paul]       0.8.11claws44
4184
4185         * sync with 0.8.11cvs11
4186                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4187                 
4188         Note: Selective Download is broken.
4189                 
4190 2003-03-22 [christoph]  0.8.11claws43
4191
4192         * src/folder.c
4193                 code cleanup for flags copying
4194
4195 2003-03-22 [christoph]  0.8.11claws42
4196
4197         * src/plugins/trayicon/trayicon.c
4198                 fix setting the transparent area when the window size
4199                 is forced by the system tray
4200
4201 2003-03-22 [christoph]  0.8.11claws41
4202
4203         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4204         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4205         * src/plugins/trayicon/newmail.xpm              ** NEW **
4206         * src/plugins/trayicon/nomail.xpm               ** NEW **
4207         * src/plugins/trayicon/trayicon.c
4208         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4209                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4210                 o add icon for unread mails
4211                 o set transparency for window
4212
4213 2003-03-22 [christoph]  0.8.11claws40
4214
4215         * src/news.c
4216                 init news session to prevent crash when session is closed
4217
4218 2003-03-22 [christoph]  0.8.11claws39
4219
4220         * src/imap.c
4221         * src/common/session.[ch]
4222                 Init session data to make sure we don't have invalid pointers
4223                 for read_ch and write_ch when new multi process sessions are
4224                 not used
4225
4226         * src/main.c
4227         * src/common/plugin.c
4228         * src/common/sylpheed.c
4229         * src/plugins/demo/demo.c
4230         * src/plugins/dillo_viewer/dillo_viewer.c
4231         * src/plugins/mathml_viewer/mathml_viewer.c
4232         * src/plugins/spamassassin/spamassassin.c
4233         * src/plugins/spamassassin/spamassassin_gtk.c
4234                 add plugin types to allow loading plugins at different times
4235                 (and maybe for different frontends), because it's not good to
4236                 load GTK-Plugins gefore gtk_init was called
4237
4238         * configure.ac
4239         * src/plugins/Makefile.am
4240         * src/plugins/trayicon/.cvsignore               ** NEW **
4241         * src/plugins/trayicon/Makefile.am              ** NEW **
4242         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4243         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4244         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4245         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4246         * src/plugins/trayicon/trayicon.c               ** NEW **
4247                 New Trayicon plugin that shows an icon in a systray that uses
4248                 XEMBED protocol like Gnome's systray. Icon shows if there
4249                 are new mails and a tooltip shows information about new,
4250                 unread and total messages.
4251
4252 2003-03-22 [paul]       0.8.11claws38
4253
4254         * src/common/smtp.c
4255                 fix ESMTP AUTH CRAM-MD5
4256                 [sync with main (still version 0.8.11cvs6), see
4257                  ChangeLog 2003-03-22]
4258
4259 2003-03-21 [colin]      0.8.11claws37
4260
4261         * src/send_message.c
4262                 Fix USE_SSL => USE_OPENSSL
4263
4264 2003-03-21 [colin]      0.8.11claws36
4265
4266         * src/folderview.c
4267                 Fix counts in drag and dropped subfolders
4268
4269 2003-03-21 [colin]      0.8.11claws35
4270
4271         * src/folder.c 
4272         * src/folderview.c
4273                 speed up a bit folder dnd
4274
4275 2003-03-20 [alfons]     0.8.11claws34
4276
4277         * src/main.c
4278         * src/toolbar.c
4279         * src/procmsg.c
4280                 don't send locked queue messages
4281                 (feature request "[ 705245 ] Locking message in outbox 
4282                  should prevent sending")
4283
4284 2003-03-20 [christoph]  0.8.11claws33
4285
4286         * src/folder.c
4287                 remove NEW and UNREAD flag in special folders when scanning
4288                 
4289         * src/common/smtp.c
4290                 fix ESMTP AUTH CRAM-MD5
4291
4292 2003-03-20 [paul]       0.8.11claws32
4293
4294         * src/prefs_account.c
4295                 Re-write 'Tunnel command to open connection' as
4296                 'Use command to communicate with server', and disable
4297                 it for all except IMAP accounts
4298
4299 2003-03-20 [paul]       0.8.11claws31
4300
4301         * sync with 0.8.11cvs6
4302                 see ChangeLog 2003-03-20
4303
4304 2003-03-19 [match]      0.8.11claws30
4305
4306         * src/addritem.[ch]
4307                 include documentation. minor refactoring.
4308         * src/addr_compl.[ch]
4309         * src/addrindex.[ch]
4310         * src/addresbook.[ch]
4311         * src/summaryview.c
4312                 re-enable address lookup (was disabled in
4313                 0.8.11claws20).
4314
4315 2003-03-19 [christoph]  0.8.11claws29
4316
4317         * src/procmsg.c
4318                 add temp flag handling, will make moving and copying
4319                 messages possible again
4320
4321         * src/folder.c
4322                 correct calulation of folder stats
4323
4324 2003-03-18 [match]      0.8.11claws28
4325
4326         * src/editgroup.h
4327                 remove case sensitive comparison (closes bug 80).
4328
4329 2003-03-18 [christoph]  0.8.11claws27
4330
4331         * src/imap.c
4332                 fix imap using a tunnel command
4333
4334         (closes bug 87)
4335
4336 2003-03-18 [christoph]  0.8.11claws26
4337
4338         * src/folder.[ch]
4339         * src/imap.c
4340         * src/procmsg.[ch]
4341                 rewrite flag handling for folders
4342
4343 2003-03-18 [christoph]  0.8.11claws25
4344
4345         * src/folder.c
4346         * src/procmsg.c
4347         * src/summaryview.c
4348                 unset NEW and UNREAD flags when message is ignored, to make
4349                 sure messages don't show up as unread on other IMAP clients,
4350                 because the IGNORE_THREAD flag can not be syncronized through
4351                 the IMAP folder
4352
4353 2003-03-17 [christoph]  0.8.11claws24
4354
4355         * src/imap.c
4356                 don't use recursion to fetch uids when the number of messages
4357                 does not match. Moved code into subfunction that is used
4358                 again when needed, to prevent an endless loop.
4359
4360 2003-03-17 [thorsten]   0.8.11claws23
4361
4362         * src/imageview.[ch]
4363                 export imageview_get_resized_size() (for plugins)
4364         * src/prefs_common.[ch]
4365                 added prefs_common_get() (for plugins)
4366
4367 2003-03-17 [christoph]  0.8.11claws22
4368
4369         * src/imap.c
4370                 o remove UID guessing from copy code
4371                 o support UIDPLUS extension for APPEND command
4372
4373 2003-03-17 [paul]       0.8.11claws21
4374
4375         * src/gtk/about.c
4376                 remove 'Compiled-plugins' section.
4377                 
4378         * src/plugins/dillo_viewer/dillo_viewer.c
4379                 slight change to description text
4380
4381 2003-03-16 [match]      0.8.11claws20
4382         * src/ldapserver.[ch]           ** NEW **
4383         * src/ldapctrl.[ch]             ** NEW **
4384         * src/ldapquery.[ch]            ** NEW **
4385         * src/ldaputil.[ch]             ** NEW **
4386         * src/addrcindex.[ch]           ** NEW **
4387         * src/addrquery.h               ** NEW **
4388         * src/addritem.[ch]
4389         * src/addrcache.[ch]
4390         * src/addrindex.[ch]
4391         * src/addr_compl.[ch]
4392         * src/addressbook.[ch]
4393         * src/addrbook.[ch]
4394         * src/editgroup.c
4395         * src/editaddress.c
4396         * src/editldap.c
4397         * src/editldap_basedn.c
4398         * src/vcard.c
4399         * src/jpilot.c
4400         * src/Makefile.am
4401                 included dynamic LDAP queries. improved address
4402                 completion.
4403
4404 2003-03-16 [paul]       0.8.11claws19
4405
4406         * tools/multiwebsearch.pl
4407                 fix a fatal typo
4408
4409 2003-03-16 [christoph]  0.8.11claws18
4410
4411         * src/mimeview.c
4412         * src/plugins/dillo_viewer/dillo_viewer.c
4413         * src/plugins/mathml_viewer/mathml_viewer.c
4414                 make unregistering of MimeViewerFactorys possible
4415
4416 2003-03-16 [alfons]     0.8.11claws17
4417
4418         * configure.ac
4419                 correct typo
4420
4421 2003-03-16 [melvin]     0.8.11claws16
4422
4423         * src/plugins/dillo_viewer.c
4424                 Fixed bug where it was not possible to view more than
4425                 one text/html attachment per message (bug discovered
4426                 by Christoph Hohmann).
4427
4428 2003-03-15 [melvin]     0.8.11claws15
4429
4430         * src/prefs_actions.c
4431                 Fixed compilation warnings.
4432
4433 2003-03-15 [melvin]     0.8.11claws14
4434
4435         * src/plugins/Makefile.am
4436         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4437         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4438         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4439                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4440                 newer (http://dillo.auriga.wearlab.de/).
4441
4442 2003-03-15 [christoph]  0.8.11claws13
4443
4444         * src/imap.c
4445                 don't query imap folder for attributes because we already
4446                 for them from imap_status
4447
4448         * src/mimeview.[ch]
4449                 add support for plugable MimeViewers (unloading Viewers
4450                 not yet complete)
4451
4452         * src/plugins/Makefile.am
4453         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4454         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4455         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4456                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4457                 widget from http://helm.cs.unibo.it/mml-widget/
4458
4459 2003-03-14 [christoph]  0.8.11claws12
4460
4461         * src/folder.[ch]
4462                 o error return code's should better be negative
4463                 o replace printf with debug_print
4464
4465         * src/imap.c
4466                 improve IMAP folder scan by checking UID-NEXT
4467
4468         * src/summaryview.c
4469                 remove check that are unnecessary in my opinion
4470
4471 2003-03-13 [christoph]  0.8.11claws11
4472
4473         * src/folder.[ch]
4474         * src/foldersel.c
4475         * src/folderview.c
4476         * src/imap.c
4477         * src/mbox_folder.c
4478         * src/mh.c
4479         * src/news.c
4480         * src/prefs_scoring.c
4481         * src/summaryview.c
4482                 use a common function to get a displayable name
4483                 for a FolderItem
4484
4485 2003-03-13 [paul]       0.8.11claws10
4486
4487         * tools/Makefile.am
4488           tools/README
4489           tools/multiwebsearch.conf     ** NEW FILE **
4490           tools/multiwebsearch.pl       ** NEW FILE **
4491                 add multiwebsearch Actions script
4492
4493 2003-03-13 [colin]      0.8.11claws9
4494
4495         * src/compose.c
4496                 Remove leading emtpy lines from quoted text
4497                 before quoting it
4498
4499 2003-03-13 [melvin]     0.8.11claws8
4500
4501         * src/prefs_actions.c
4502                 Fixed a memory leak
4503                 Code clean ups
4504                 Added Cancel and OK buttons
4505                 Corrected help text
4506
4507 2003-03-13 [christoph]  0.8.11claws7
4508
4509         * src/account.c
4510         * src/folder.[ch]
4511         * src/imap.c
4512         * src/mainwindow.c
4513         * src/mbox_folder.c
4514         * src/mh.c
4515         * src/news.c
4516         * src/setup.c
4517                 replace more folder type stuff with folder class stuff
4518
4519 2003-03-13 [melvin]     0.8.11claws6
4520
4521         * src/prefs_actions.c
4522                 Added new tokens:
4523                 %u: user provided argument
4524                 %h: user provided argument (hidden on input)
4525                 %s: current text selection in the message view 
4526
4527 2003-03-13 [paul]       0.8.11claws5
4528
4529         * sync with 0.8.11cvs5
4530                 see ChangeLog 2003-03-11, 2003-03-12
4531
4532 2003-03-12 [christoph]  0.8.11claws4
4533
4534         * src/folder.c
4535                 use folder class idstr when writing folderlist.xml
4536
4537         * src/folder.h
4538         * src/imap.c
4539         * src/news.c
4540                 replace folder type checks with folder class checks
4541
4542 2003-03-12 [christoph]  0.8.11claws3
4543
4544         * src/folder.[ch]
4545         * src/imap.[ch]
4546         * src/main.c
4547         * src/mbox_folder.[ch]
4548         * src/mh.[ch]
4549         * src/news.[ch]
4550                 o create a list of known folder classes in the folder system
4551                 o use folder class id strings for folder item identifiers
4552
4553 2003-03-12 [christoph]  0.8.11claws2
4554
4555         * src/imap.c
4556                 fix imap uid validity check
4557
4558 2003-03-12 [christoph]  0.8.11claws1
4559
4560         * src/account.c
4561         * src/folder.[ch]
4562         * src/foldersel.c
4563         * src/folderview.c
4564         * src/imap.c
4565         * src/mainwindow.c
4566         * src/mbox_folder.c
4567         * src/mh.c
4568         * src/news.c
4569         * src/prefs_scoring.c
4570         * src/procmsg.c
4571         * src/setup.c
4572         * src/summaryview.c
4573                 initial restructuring of folder system, seperating
4574                 folders and folder classes
4575
4576 2003-03-12 [paul]       0.8.11claws
4577
4578         0.8.11claws release
4579
4580 2003-03-12 [christoph]
4581
4582         * src/gtk/prefswindow.c
4583                 fix translation of "Page Index"
4584
4585 2003-03-12 [paul]       0.8.10claws110
4586
4587         a sync from 0.8.11cvs4 before the release
4588
4589         * src/common/utils.c
4590                 subject_compare_for_sort(): allow null strings (fixes
4591                 summary sorting).
4592
4593 2003-03-11 [paul]       0.8.10claws109
4594
4595         * po/es.po
4596                 update Spanish translation, submitted by
4597                 Ricardo Mones Lastra
4598
4599 2003-03-11 [melvin]     0.8.10claws108
4600
4601         * po/fr.po
4602                 Updated French translations
4603
4604 2003-03-11 [paul]       0.8.10claws107
4605
4606         * manual/en/Makefile.am
4607           manual/en/*.html
4608                 update English manual, add a new page
4609                 updated by Francois Barriere <fbarriere@atmel.fr>
4610                 
4611         * po/bg.po
4612           po/it.po
4613           po/sr.po
4614                 update Bulgarian, Italian, and Serbian translations
4615                 submitted by George Danchev, Alessandro Maestri, and
4616                 Urke MMI
4617
4618 2003-03-10 [paul]       0.8.10claws106
4619
4620         * src/gtk/about.c
4621           src/gtk/prefswindow.c
4622                 make some strings translatable
4623
4624 2003-03-10 [darko]      0.8.10claws105
4625
4626         * src/compose.c
4627                 code cleanup to make Hiro happy
4628
4629 2003-03-10 [paul]       0.8.10claws104
4630
4631         * sync with 0.8.11cvs2
4632                 see ChangeLog 2003-03-10
4633
4634 2003-03-09 [melvin]     0.8.10claws103
4635
4636         * src/textview.c
4637                 textview_set_font(): fix for message display in
4638                 UTF-8 locales (thanks to Sergey Vlasov).
4639                 (was unintentionnaly reverted in 0.8.6claws6)   
4640
4641 2003-03-08 [darko]      0.8.10claws102
4642
4643         * src/compose.c
4644                 fix infinite loop in wrapping as reported
4645                 by happycactus
4646                 obsoletes patch #696482
4647
4648 2003-03-08 [christoph]  0.8.10claws101
4649
4650         * src/imap.c
4651                 add workaround for IMAP servers that do not
4652                 support the "UID SEARCH UID" command
4653
4654 2003-03-07 [christoph]  0.8.10claws100
4655
4656         * src/plugins/spamassassin/spamassassin.[ch]
4657         * src/plugins/spamassassin/spamassassin_gtk.c
4658                 code cleanup
4659
4660 2003-03-07 [paul]       0.8.10claws99
4661
4662         * po/es.po
4663                 updated Spanish translation, submitted by
4664                 Ricardo Mones Lastra
4665
4666 2003-03-07 [christoph]  0.8.10claws98
4667
4668         * src/send.c
4669                 fix in 0.8.10claws94 was wrong
4670                 local delivery does not require escaping, remove escaping
4671                 code to make signatures of mails with "." lines valid
4672                 
4673                 NOTE: requires that sendmail is executed with "-i" option,
4674                       what is the default now, but has to be changed in all
4675                       exsiting accounts)
4676
4677 2003-03-07 [paul]       0.8.10claws97
4678
4679         * sync with 0.8.11 release
4680                 see ChangeLog 2003-03-07
4681
4682 2003-03-06 [paul]       0.8.10claws96
4683
4684         * src/compose.c
4685                 revert commit 0.8.10claws92
4686
4687 2003-03-06 [paul]       0.8.10claws95
4688
4689         * src/folderview.c
4690                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4691
4692         * src/gtkaspell.c
4693                 fix bug 74, 'Crash opening editor window with pseudo-color
4694                 display'
4695                 
4696         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4697
4698 2003-03-06 [christoph]  0.8.10claws94
4699
4700         * src/send.c
4701                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4702                 all lines starting with a period get an extra period
4703                 inserted
4704                 (found by Simon 'corecode' Schubert)
4705
4706 2003-03-06 [paul]       0.8.10claws93
4707
4708         * src/folderview.c
4709                 if configured font can't be loaded fall back to gtk
4710                 default. (with thanks to Christoph)
4711                 
4712                 closes long-standing bug 15 'Crashes on startup'
4713
4714 2003-03-06 [paul]       0.8.10claws92
4715
4716         * src/compose.c
4717                 freeze text before autosave and thaw afterwards
4718                 fixes bug 67 'autosave make re-rediting message crazy'
4719
4720 2003-03-06 [christoph]  0.8.10claws91
4721
4722         * src/compose.c
4723                 ignore address comment in dupe check for Cc-list
4724
4725         (closes reopened bug 47 Replying to message strips name part of
4726          e-mail addresses of Cc: lines)
4727
4728 2003-03-06 [paul]       0.8.10claws90
4729
4730         * src/Makefile.am
4731                 remove reference to gtkxtext.h as its no longer in
4732                 the repository
4733
4734 2003-03-06 [paul]       0.8.10claws89
4735
4736         * sync with 0.8.10cvs25
4737                 see ChangeLog 2003-03-06
4738
4739 2003-03-06 [oliver]     0.8.10claws88
4740         
4741         * src/messageview.c
4742                 remove include
4743
4744 2003-03-06 [oliver]     0.8.10claws87
4745         
4746         * src/folderview.c 
4747                 remove changes introduced inclaws74
4748         * src/messageview.c
4749                 another attempt to sanely delete and update
4750                 messages deleted in separate messageview
4751
4752 2003-03-05 [christoph]  0.8.10claws86
4753
4754         * src/summaryview.c
4755                 check if "From" matches any account's address if
4756                 addressbook completion of addresses is disabled too
4757
4758         (closes Bug 70 "Display recipient in from" doesn't check
4759          folder's default account)
4760
4761 2003-03-05 [christoph]  0.8.10claws85
4762
4763         * src/compose.c
4764         * src/common/utils.[ch]
4765                 don't strip address comments when building Cc lists
4766
4767         (closes Bug 47 Replying to message strips name part of e-mail addresses
4768          of Cc: lines)
4769
4770         * src/folder.c
4771                 fix return value of copy function
4772
4773 2003-03-05 [christoph]  0.8.10claws84
4774
4775         * src/imap.c
4776                 don't ask imap server for non rfc822 headers
4777
4778         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4779
4780         * src/imap.c
4781                 destroy session on socket error to allow reconnecting
4782
4783 2003-03-05 [christoph]  0.8.10claws83
4784
4785         * configure.ac
4786                 fix building with gnome when no prefix is set
4787
4788         (closes bug 66 Gnome directory is set to NONE)
4789
4790 2003-03-05 [paul]       0.8.10claws82
4791
4792         * sync with 0.8.10cvs23
4793                 see ChangeLog 2003-03-05
4794
4795 2003-03-04 [christoph]  0.8.10claws81
4796
4797         * src/folder.c
4798                 o fix moving and copying when folder returns 0 for new
4799                   message number
4800                 o remove some code for single message copy and move
4801                   operations and use functions for multiple messages
4802
4803         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4804
4805         * src/news.c
4806                 remove unused include
4807
4808 2003-03-04 [paul]       0.8.10claws80
4809
4810         * src/gtk/about.c
4811                 list 'Compiled plugins'
4812
4813 2003-03-03 [christoph]  0.8.10claws79
4814
4815         * src/news.[ch]
4816                 have to multiply the percentage of the current fetch with
4817                 the percentage that it has of the total fetch operation
4818                 for correct values
4819
4820 2003-03-03 [christoph]  0.8.10claws78
4821
4822         * src/news.c
4823                 fix calculation of expected lines for progress indicator
4824
4825 2003-03-03 [christoph]  0.8.10claws77
4826
4827         * src/summaryview.c
4828         * src/common/utils.c
4829                 fix segfault when opening the root news folder
4830
4831 2003-03-03 [christoph]  0.8.10claws76
4832
4833         * src/mainwindow.[ch]
4834         * src/common/Makefile.am
4835         * src/common/progressindicator.[ch]
4836                 add UI independent progress indicator handling
4837
4838         * src/news.[ch]
4839                 use new progress indicator for message info fetching
4840
4841         * src/common/hooks.h
4842                 code cleanup
4843
4844 2003-03-03 [oliver]     0.8.10claws75
4845
4846         * src/toolbar.c
4847         * src/compose.c
4848                 removed commented code
4849
4850 2003-03-03 [oliver]     0.8.10claws74
4851
4852         * src/toolbar.[ch]
4853                 cleanups and refactoring
4854         * src/compose.[ch]
4855                 compose_reply_mode reply & forwarding interface for
4856                 toolbar buttons
4857         * src/folderview.c
4858                 act on messages marked for deletion in folderview_selected
4859                 based on prefs_common.immediate_exec since a message might 
4860                 have been deleted by messageview in a folder we are changing 
4861                 to (does anybody understand what I'm on about ?)
4862
4863 2003-03-03 [oliver]     0.8.10claws73
4864         
4865         * src/messageview.[ch]
4866                 new functions
4867                 - messageview_delete: delete message shown in messagview
4868                 - messageview_update_view: update messageview to currently 
4869                   selected summaryview message
4870                 - add separate messageview to msgview_list in order to update 
4871                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4872         * src/summaryview.[ch]
4873                 summary_get_selection returns a list of selected msgs
4874                 in summaryview
4875         * src/mainwindow.c
4876                 toolbar reply refactoring
4877
4878 2003-03-03 [paul]       0.8.10claws72
4879
4880         * sync with 0.8.10cvs21
4881                 see ChangeLog 2003-03-03
4882
4883 2003-03-02 [christoph]  0.8.10claws71
4884
4885         * src/common/passcrypt.c
4886                 use POSIX includes
4887
4888 2003-03-02 [christoph]  0.8.10claws70
4889
4890         * configure.ac
4891         * src/prefs_account.c
4892         * src/prefs_gtk.[ch]
4893         * src/common/.cvsignore
4894         * src/common/Makefile.am
4895         * src/common/passcrypt.c                ** NEW **
4896         * src/common/passcrypt.h.in             ** NEW **
4897                 Implement password encryption in config files
4898                 using unix encrypt and setkey functions. The crypt
4899                 key can be set as a configure parameter. Old
4900                 passwords will be converted if they do not begin
4901                 with '!'
4902
4903 2003-03-02 [paul]       0.8.10claws69
4904
4905         * src/prefs_account.c
4906                 fix compile error
4907
4908 2003-03-01 [thorsten]   0.8.10claws68
4909
4910         * po/el.po
4911           po/hr.po
4912           po/it.po
4913           po/nl.po
4914           po/sr.po
4915           po/sv.po
4916                 corrected format strings
4917         * po/en_GB.po
4918                 corrected headers
4919                 (fix compile errors with GNU gettext-0.11.5)
4920
4921 2003-03-01 [oliver]     0.8.10claws67
4922
4923         * src/summaryview.c
4924                 menu callbacks call toolbar_menu_reply
4925
4926 2003-03-01 [oliver]     0.8.10claws66
4927
4928         * src/mainwindow.c
4929         * src/messageview.c
4930                 menu callbacks call toolbar_menu_reply
4931         * src/toolbar.[ch]
4932                 callbacks from menu handled by toolbar_menu_reply
4933
4934 2003-03-01 [paul]       0.8.10claws65
4935
4936         * src/addressbook.c
4937                 revert commit 0.8.10claws54 - breaks editing of
4938                 addressbook.
4939                 
4940         * po/bg.po
4941                 update Bulgarian translation, submitted by
4942                 George Danchev
4943
4944 2003-02-28 [christoph]  0.8.10claws64
4945
4946         * src/account.c
4947         * src/addressadd.c
4948         * src/compose.c
4949         * src/gtkaspell.c
4950         * src/gtkxtext.h                ** REMOVE **
4951         * src/imap.c
4952         * src/matcher.[ch]
4953         * src/mh.c
4954         * src/news.c
4955         * src/pine.c
4956         * src/prefs_common.c
4957         * src/prefs_matcher.c
4958         * src/procheader.[ch]
4959         * src/procmsg.[ch]
4960         * src/toolbar.c
4961         * src/common/ssl_certificate.c
4962         * src/gtk/colorlabel.c
4963         * src/gtk/menu.c
4964                 o fix warnings
4965                 o remove code obsoleted by new cache and folder system rework
4966
4967 2003-02-28 [oliver]     0.8.10claws63
4968         
4969         * src/toolbar.[ch]
4970                 * fix bug where reply in Messageview replied to 
4971                 Message displayed in summaryview
4972                 (reportedd via ML by chinatinte at gmx dot ch)
4973                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4974                 didn't work in separate MessageView Toolbar
4975                 (wondering if anybody uses this at all ?)
4976         * src/summaryview.[ch]
4977                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4978                 (generalize reply and forward code);
4979         * src/messageview.c 
4980                 remove focus_in event which updated summaryview to messageview
4981
4982 2003-02-28 [paul]       0.8.10claws62
4983
4984         * po/Makefile.in.in
4985                 add the --check option
4986                 Patch submitted by Ricardo Mones Lastra
4987
4988 2003-02-28 [paul]       0.8.10claws61
4989
4990         * src/prefs_account.c
4991                 re-order 'Signature' items
4992
4993 2003-02-28 [paul]       0.8.10claws60
4994
4995         * sync with 0.8.10cvs20
4996                 see ChangeLog 2003-02-28
4997
4998 2003-02-28 [paul]       0.8.10claws59
4999
5000         * po/POTFILES.in
5001                 update to reflect recent movement of files
5002
5003 2003-02-28 [paul]       0.8.10claws58
5004
5005         * sync with 0.8.10cvs19
5006                 see ChangeLog 2003-02-28
5007
5008 2003-02-27 [martin]     0.8.10claws57
5009
5010         * src/prefs_matcher.c 
5011                 fix segfault in prefs_matcher_ok() when the
5012                 last entry is deleted and prevents that the
5013                 message "entry not saved" comes up after deleting
5014                 an entry
5015
5016 2003-02-27 [martin]     0.8.10claws56
5017
5018         * src/prefs_filtering.c 
5019                 fix segfault in prefs_filtering_ok() when the
5020                 last entry is deleted and prevents that the
5021                 message "entry not saved" comes up after deleting
5022                 an entry
5023
5024 2003-02-27 [paul]       0.8.10claws55
5025
5026         * sync with 0.8.10cvs18
5027                 see ChangeLog 2003-02-27
5028
5029 2003-02-27 [paul]       0.8.10claws54
5030
5031         * src/addressbook.c
5032                 fix bug where the address book crashes with 
5033                 multiple lookups.
5034                 Patch [687729] submitted by David Frager 
5035                 <dbfrager@users.sourceforge.net>
5036
5037 2003-02-25 [christoph]  0.8.10claws53
5038
5039         * src/Makefile.am
5040         * src/colorlabel.[ch]           ** REMOVE **
5041         * src/gtk/Makefile.am
5042         * src/gtk/colorlabel.[ch]       ** NEW **
5043                 move colorlabel files to gtk directory
5044
5045         * src/esmtp.[ch]                ** REMOVE **
5046                 has been merged into smtp.[ch] in 0.7.5
5047
5048 2003-02-25 [christoph]  0.8.10claws52
5049
5050         * src/Makefile.am
5051         * src/about.[ch]                ** REMOVE **
5052         * src/gtk/Makefile.am
5053         * src/gtk/about.[ch]            ** NEW **
5054                 move about files to gtk directory
5055
5056 2003-02-25 [christoph]  0.8.10claws51
5057
5058         * src/folder.c
5059                 some code optimization of folder scanning code
5060
5061         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
5062
5063 2003-02-25 [christoph]  0.8.10claws50
5064
5065         * src/main.c
5066         * src/common/sylpheed.c
5067                 add command line parameter parsing to common code
5068
5069 2003-02-24 [christoph]
5070
5071         * Makefile.am
5072         * configure.ac
5073                 fix gnome prefix problems, the configure script now removed
5074                 `gnome-config --prefix` from `gnome-config --datadir`
5075                 and adds $(prefix} instead
5076
5077         (closes Bug 24 Makefile does not respect prefix when installing
5078          GNOME data)
5079
5080 2003-02-24 [christoph]  0.8.10claws49
5081
5082         * src/news.c
5083                 check for valid session before trying to authenticate
5084
5085         (closes Bug 60 crash if "authenticate on logon" is activated
5086          and newsserver-hostname is not valid)
5087
5088 2003-02-24 [melvin]     0.8.10claws48
5089
5090         * src/prefs_actions.c
5091                 Make sure all user's input is sent to the action and then
5092                 close the socket..
5093
5094 2003-02-23 [alfons]     0.8.10claws46
5095
5096         * src/summaryview.c
5097                 also wait cursor when deleting files
5098
5099 2003-02-23 [paul]
5100
5101         * tools/freshmeat_search.pl
5102           tools/google_search.pl
5103                 scripts should now work for any browser/browser command line
5104
5105 2003-02-22 [christoph]  0.8.10claws45
5106
5107         * src/procmsg.c
5108                 fix IMAP flag setting, IMAP flag is not handled correctly
5109                 anymore by the folder system and information about the
5110                 folder should not be saved in the MsgInfo (in my opinion)
5111
5112         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5113
5114 2003-02-22 [christoph]  0.8.10claws44
5115
5116         * src/summaryview.c
5117                 fix spelling of "label" ;-)
5118
5119 2003-02-22 [thorsten]   0.8.10claws43
5120
5121         * src/mimeview.c
5122           src/prefs_common.[ch]
5123           src/procmime.[ch]
5124                 do not use description as attachment name
5125
5126 2003-02-22 [alfons]     0.8.10claws42
5127
5128         * src/summaryview.c
5129                 freeze/thaw folder item updates when changing color labels,
5130                 and put a wait cursors on
5131
5132 2003-02-22 [thorsten]   0.8.10claws41
5133
5134         * src/mimeview.c
5135                 save-all fixes: crash if invoked on multipart container,
5136                 mimeinfo access, pathseparators, error dialog
5137
5138 2003-02-21 [alfons]     0.8.10claws40
5139
5140         * src/prefs_gtk.c
5141                 remove unused var
5142
5143 2003-02-21 [colin]      0.8.10claws39
5144
5145         * src/send.c
5146                 Fix smtp logging
5147
5148 2003-02-21 [colin]      0.8.10claws38
5149
5150         * src/summaryview.c
5151                 Freeze/thaw folderItem updates when filtering messages 
5152                 via Tools/Filter messages
5153
5154 2003-02-21 [paul]       0.8.10claws37
5155
5156         * src/compose.c
5157                 revert commit 0.8.10claws26, there are ulterior motives
5158                 for users to set a Reply-To header when posting to
5159                 newsgroups
5160
5161 2003-02-21 [paul]       0.8.10claws36
5162
5163         * sync with 0.8.10cvs17
5164                 see ChangeLog 2003-02-21
5165
5166 2003-02-20 [christoph]  0.8.10claws35
5167
5168         * src/imap.c
5169                 IMAP UID fetch speedup using SEARCH
5170
5171         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5172
5173         * src/imap.c
5174                 fix problem with UIDs in IMAP UID cache that no longer existed
5175
5176 2003-02-20 [christoph]  0.8.10claws34
5177
5178         * src/imap.c
5179         * src/procheader.c
5180         * src/procheader.h
5181                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5182
5183         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5184
5185         * src/imap.c
5186                 Rewrite imap_cmd_gen_recv use sock_getline instead
5187                 of sock_gets to avoid problems with too long reply
5188                 lines
5189     
5190 2003-02-20 [colin]      0.8.10claws33
5191         
5192         * src/prefs_account.c
5193                 Better wording
5194
5195 2003-02-20 [colin]      0.8.10claws32
5196
5197         * src/compose.c
5198                 Remove useless '&& !to_sender' 
5199
5200 2003-02-20 [darko]
5201
5202         * AUTHORS
5203                 change my e-mail address
5204
5205 2003-02-19 [colin]      0.8.10claws31
5206
5207         * src/prefs_common.c
5208                 X11 style colors for every configurable color
5209
5210 2003-02-19 [alfons]     0.8.10claws30
5211
5212         * src/prefs_gtk.[ch]
5213         * src/prefs_common.c
5214                 for color_new accept both plain integers and X11 style color
5215                 names (as found in /usr/lib/X11/rgb.txt)
5216
5217 2003-02-19 [paul]       0.8.10claws29
5218
5219         * src/mainwindow.c
5220                 add tooltips to online/offline button and account selector
5221                 button
5222
5223 2003-02-19 [paul]       0.8.10claws28
5224
5225         * src/folder.c
5226           src/news.c
5227           src/prefs_account.[ch]
5228           src/prefs_common.[ch]
5229                 move 'Maximum number of articles to download' to
5230                 account prefs.
5231                 clean up account prefs gui a little by hiding entries
5232                 rather then greying out entries
5233
5234 2003-02-19 [hiro]       0.8.10claws27
5235
5236         * src/common/utils.c
5237                 fix bug #54 'yesterdays date is displayed in the message 
5238                 summary window'
5239
5240 2003-02-19 [paul]       0.8.10claws26
5241
5242         * src/compose.c
5243                 fix bug reported in Feature Request [688596] 
5244                 'Reply-to header in news'
5245
5246 2003-02-18 [paul]       0.8.10claws25
5247
5248         * src/select-keys.c
5249                 add a 'List all keys' button to key selection dialog
5250
5251 2003-02-18 [colin]      0.8.10claws24
5252         
5253         * src/stock_pixmap.c
5254                 fix compile error
5255
5256 2003-02-18 [colin]      0.8.10claws23
5257
5258         * src/common/smtp.[ch]
5259           src/prefs_account.c
5260                 Try to starttls if it seems to be the only
5261                 way to authenticate a user
5262
5263 2003-02-18 [paul]       0.8.10claws22
5264
5265         * src/Makefile.am
5266           src/folderview.c
5267           src/stock_pixmap.[ch]
5268           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5269           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5270                 as a Drafts folder is a special folder allow it to have
5271                 its own unique icons
5272
5273 2003-02-18 [colin]      0.8.10claws21
5274
5275         * src/imap.c
5276                 Fix port selection when using starttls
5277
5278 2003-02-18 [paul]       0.8.10claws20
5279
5280         * src/mainwindow.c
5281           src/prefs_common.[ch]
5282                 make blue the default new mail colour
5283
5284 2003-02-18 [paul]       0.8.10claws19
5285
5286         * sync with 0.8.10cvs14
5287                 see ChangeLog 2003-02-18
5288
5289 2003-02-17 [jens]       0.8.10claws18
5290
5291         * src/common/md5.c
5292                 fixed a compile problem with gcc 3.3
5293                 works on 2.95.3 too (testet on PPC as it is big endian)
5294
5295 2003-02-17 [paul]       0.8.10claws17
5296
5297         * sync with 0.8.10cvs13
5298                 see ChangeLog 2003-02-17
5299
5300 2003-02-17 [paul]       0.8.10claws16
5301
5302         * sync with 0.8.10cvs12
5303                 see ChangeLog 2003-02-17
5304
5305 2003-02-16 [match]      0.8.10claws15
5306
5307         * src/addressbook.c
5308                 Eliminates reloading of address data when items
5309                 deleted or added. Applied submitted by
5310                 Luke Plant <lukeplant@softhome.net>
5311
5312 2003-02-16 [paul]       0.8.10claws14
5313
5314         * src/news.c
5315                 when a 'protocol error' is encountered disconnect from
5316                 the server. This means that the user can carry on viewing
5317                 other articles and doesn't have to either wait until the
5318                 server timesout or quit sylpheed.
5319                 Fixes bug #53 'Unable to read messages in newsgroups, 
5320                 displayed message doesn't change'
5321
5322 2003-02-15 [christoph]  0.8.10claws13
5323
5324         * src/imap.c
5325                 fix bug that stopped scanning of folders when an
5326                 IMAP folder was empty
5327
5328         (closes bug 46 stop scan messages in folders after empty folder)
5329
5330 2003-02-15 [paul]
5331
5332         * tools/Makefile.am
5333           tools/README
5334           tools/freshmeat_search.pl     ** NEW FILE **
5335           tools/google_search.pl        ** NEW FILE **
5336                 Add 2 Actions scripts which search freshmeat/google
5337                 for the selected text using the browser configured
5338                 in sylpheedrc.
5339                 
5340         Note: These scripts are very dependent on the format of the
5341         browser command and may not work on every occasion. Testing
5342         is welcome. 
5343
5344 2003-02-14 [alfons]     0.8.10claws12
5345
5346         * src/compose.c
5347                 fix breakage because of uninitialized account pointer.
5348                 please verify.
5349
5350 2003-02-14 [paul]       0.8.10claws11
5351
5352         * src/compose.c
5353           src/prefs_account.[ch]
5354           src/prefs_common.[ch]
5355                 move signature settings to Account Prefs
5356
5357 2003-02-14 [paul]       0.8.10claws10
5358
5359         * sync with 0.8.10cvs11
5360                 see ChangeLog 2003-02-14
5361
5362 2003-02-13 [thorsten]   0.8.10claws9
5363
5364         * src/news.c
5365                 revert news progressbar (GUI separation)
5366
5367 2003-02-13 [paul]       0.8.10claws8
5368
5369         * src/compose.c
5370                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5371                 paragraph 1
5372
5373 2003-02-13 [paul]       0.8.10claws7
5374
5375         * src/compose.[ch]
5376           src/summaryview.c
5377                 fix 'Follow-up and Reply-to' so that it creates a reply to
5378                 the newsgroup and the sender. If the message has the keyword
5379                 'poster' in the Followup-To header, all replies go to the
5380                 sender, re: RFC 1036, Section 2.2.3
5381                 rename all instances of 'ignore_replyto' to 'to_sender', both
5382                 were previously used, now we use just one.
5383
5384 2003-02-13 [paul]       0.8.10claws6
5385
5386         * sync with 0.8.10cvs9
5387                 see ChangeLog 2003-02-13
5388
5389 2003-02-13 [paul]       0.8.10claws5
5390
5391         * configure.ac
5392                 show which plugins are configured in the configure
5393                 output.
5394
5395 2003-02-12 [thorsten]   0.8.10claws4
5396
5397         * src/news.c
5398                 show progress while fetching news headers
5399
5400 2003-02-12 [christoph]  0.8.10claws3
5401
5402         * configure.ac
5403         * src/plugins/Makefile.am
5404                 use AM_CONDITIONAL to enable plugins, automake correctly
5405                 manages this when creating distdir
5406
5407 2003-02-12 [christoph]  0.8.10claws2
5408
5409         * ac/spamassassin.m4
5410         * src/plugins/spamassassin/Makefile.am
5411                 fix building SpamAssassin plugin without OpenSSL
5412
5413 2003-02-12 [paul]       0.8.10claws1
5414
5415         * ac/Makefile.am
5416           src/Makefile.am
5417           src/plugins/Makefile.am
5418                 fix failure of 'make release'
5419
5420 2003-02-12 [paul]       0.8.10claws
5421
5422         * 0.8.10claws released
5423
5424 2003-02-12 [paul]       0.8.9claws56
5425
5426         * po/bg.po
5427           po/es.po
5428           po/it.po
5429           po/ru.po
5430           po/sr.po
5431                 updated translations by George Danchev, Ricardo Mones Lastra,
5432                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5433                 
5434         * sylpheed.spec.in
5435                 Allow the building of RPMs by a regular user. Submitted
5436                 by Sergei Astanin
5437
5438 2003-02-11 [alfons]     0.8.9claws55
5439
5440         * src/colorlabel.c
5441                 don't use pixmaps for label color rect but draw rectangles
5442                 so we can respect the color map of palette based visuals
5443                 (fixes the long time crashes on Suns - thanks to Andreas
5444                 Engel and Steve O'Hara-Smith for testing)
5445
5446 2003-02-11 [christoph]  0.8.9claws54
5447
5448         * src/matcher_parser_parse.y
5449                 correct bug where filering rules of not existing folders in
5450                 matcherrc were added to global filtering
5451                 
5452         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5453          main filter-rules after removing directory, http://bugs.debian.org/180253)
5454         
5455 2003-02-11 [paul]       0.8.9claws53
5456
5457         * sync with 0.8.10cvs7
5458                 see ChangeLog 2003-02-09
5459
5460 2003-02-11 [melvin]     0.8.9claws52
5461
5462         * po/fr.po
5463                 Updated French tranlsations
5464
5465 2003-02-10 [paul]       0.8.9claws51
5466
5467         * sylpheed.spec.in
5468                 correct --enable-openssl
5469                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5470
5471 2003-02-09 [martin]     0.8.9claws50
5472
5473         * src/prefs_matcher.c
5474                 fix segfault in prefs_matcher_substitute_cb() when
5475                 no row is selected
5476
5477 2003-02-09 [paul]       0.8.9claws49
5478
5479         * src/folderview.c
5480                 fix bug where a newsgroup folder's processing rules were
5481                 merged with the global filtering rules when the newsgroup
5482                 folder was deleted, causing some seriously bad results,
5483                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5484
5485 2003-02-08 [melvin]     0.8.9claws48
5486
5487         * src/compose.c
5488                 Corrected and modified an alert message.
5489
5490 2003-02-07 [paul]       0.8.9claws47
5491
5492         * src/folderview.c
5493                 fix bug where both an 'Account properties' window and a
5494                 'Folder properties' window were opened when clicking on
5495                 'Properties' in an NNTP or IMAP folder's popup menu.
5496
5497 2003-02-07 [paul]       0.8.9claws46
5498
5499         * sync with 0.8.10cvs6
5500                 see ChangeLog 2003-02-06
5501
5502 2003-02-06 [christoph]  0.8.9claws45
5503
5504         * src/mbox.c
5505                 freeze folder updates while importing mbox files
5506                 (closes bug 43 importing mbox took hours)
5507                 
5508         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5509
5510 2003-02-06 [thorsten]   0.8.9claws44
5511
5512         * po/de.po
5513                 Updated german translations
5514
5515 2003-02-06 [thorsten]   0.8.9claws43
5516
5517         * src/news.h
5518                 use guint for message numbers (fix count in grouplist dialog)
5519
5520 2003-02-05 [paul]       0.8.9claws42
5521
5522         * sync with 0.8.10cvs2
5523                 see ChangeLog 2003-02-05
5524
5525 2003-02-04 [colin]      0.8.9claws41
5526
5527         * src/prefs_common.[ch]
5528           src/procmsg.c
5529           src/summaryview.c
5530                 Add an option to disable threading by subject
5531
5532 2003-02-04 [christoph]  0.8.9claws40
5533
5534         * src/inc.c
5535                 only abort fetching mails from multiple accounts when the
5536                 error is fatal and does not allow to check any more accounts
5537                 (currently only disk full error)
5538
5539         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5540          receive mails for other accouts)
5541
5542 2003-02-04 [christoph]  0.8.9claws39
5543
5544         * src/folder.c
5545                 first add the new message to the cache, then
5546                 send the update notification
5547
5548         (closes bug 39 after sending message folderview doesnt get updated)
5549
5550 2003-02-04 [colin]      0.8.9claws38
5551
5552         * src/inc.c
5553                 _really_ fix this Connecting... status
5554
5555 2003-02-04 [paul]       0.8.9claws37
5556
5557         * sync with 0.8.10
5558                 see ChangeLog 2003-02-04
5559
5560 2003-02-04 [paul]       0.8.9claws36
5561
5562         * sync with 0.8.9cvs6
5563                 see ChangeLog 2003-02-03
5564
5565 2003-02-04 [paul]       0.8.9claws35
5566
5567         * po/pt_BR.po
5568                 updated by André Filipe de Assunção e Brito 
5569                 <bedecko@netsite.com.br>
5570
5571 2003-02-03 [thorsten]   0.8.9claws34
5572
5573         * po/de.po
5574                 Updated german translations
5575
5576 2003-02-02 [paul]       0.8.9claws33
5577
5578         * po/es.po
5579                 updated by Ricardo Mones Lastra
5580
5581 2003-02-02 [thorsten]   0.8.9claws32
5582
5583         * src/mh.c
5584                 Fix mh_get_msginfo() segfault if file is inaccessible
5585
5586 2003-01-31 [colin]      0.8.9claws31
5587
5588         * src/procheader.c
5589                 Fix last commit's bug
5590
5591 2003-01-31 [colin]      0.8.9claws30
5592
5593         * src/procheader.c
5594                 Missing a change for gpg-signed messages
5595
5596 2003-01-31 [paul]       0.8.9claws29
5597
5598         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5599           src/procheader.c
5600           src/stock_pixmap.[ch]
5601           src/summaryview.c
5602                 indicate GnuPG signed messages by displaying an icon
5603                 in the Attachment column.
5604
5605 2003-01-31 [paul]       0.8.9claws28
5606
5607         * sync with 0.8.9cvs4
5608                 see ChangeLog 2003-01-31
5609
5610 2003-01-31 [alfons]     0.8.9claws27
5611
5612         * src/textview.c
5613                 tune URI parser to accept mailto URLs with a '?'
5614                 (patch from Ruslan Balkin)
5615
5616 2003-01-31 [colin]      0.8.9claws26
5617
5618         * src/summaryview.c
5619                 Fix a leak introduced in claws24
5620
5621 2003-01-31 [colin]      0.8.9claws25
5622
5623         * src/summaryview.c
5624                 Freeze/Thaw folder updates when deleting dups
5625
5626 2003-01-31 [colin]      0.8.9claws24
5627         
5628         * src/addr_compl.c
5629           src/summaryview.c
5630           src/msgcache.c
5631                 little speed improvements
5632
5633 2003-01-31 [colin]      0.8.9claws23
5634
5635         * src/summaryview.c
5636                 Fix segfault when forwarding nothing
5637                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5638                 
5639 2003-01-30 [paul]       0.8.9claws22
5640
5641         * sync with 0.8.9cvs3
5642                 see ChangeLog 2003-01-30
5643
5644 2003-01-30 [paul]       0.8.9claws21
5645
5646         * sync with 0.8.9cvs2
5647                 see ChangeLog 2003-01-30
5648
5649 2003-01-29 [paul]       0.8.9claws20
5650
5651         * sync with 0.8.9cvs1
5652                 see ChangeLog 2003-01-29
5653
5654 2003-01-28 [paul]       0.8.9claws19
5655
5656         * po/POTFILES.in
5657                 update to reflect changes. 
5658                 thanks to Ricardo Mones Lastra
5659
5660 2003-01-27 [christoph]  0.8.9claws18
5661
5662         * ac/openssl.m4
5663         * ac/spamassassin.m4
5664         * src/plugins/spamassassin/README
5665         * src/plugins/spamassassin/libspamc.[ch]
5666         * src/plugins/spamassassin/utils.[ch]
5667                 updated to latest libspamc
5668
5669 2003-01-27 [christoph]  0.8.9claws17
5670
5671         * src/folder.c
5672                 fix wrong use of procheader_get_header_fields
5673
5674 2003-01-27 [christoph]  0.8.9claws16
5675
5676         * src/news.c
5677         * src/prefs_account.[ch]
5678         * src/common/nntp.[ch]
5679                 allow to force authentication for NNTP servers
5680
5681         Patch submitted by Florian Mickler <dmk@d-labs.de>
5682
5683 2003-01-26 [paul]       0.8.9claws15
5684
5685         * src/summaryview.c
5686                 speed up of marking messages as read
5687                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5688
5689 2003-01-26 [christoph]  0.8.9claws14
5690
5691         * src/Makefile.am
5692         * src/mgutils.[ch]              ** REMOVE **
5693         * src/xml.[ch]                  ** REMOVE **
5694         * src/xmlprops.[ch]             ** REMOVE **
5695         * src/common/Makefile.am
5696         * src/common/mgutils.[ch]       ** NEW **
5697         * src/common/xml.[ch]           ** NEW **
5698         * src/common/xmlprops.[ch]      ** NEW **
5699                 move xml files to common directory
5700
5701 2003-01-26 [christoph]  0.8.9claws13
5702
5703         * src/plugins/spamassassin/spamassassin_gtk.c
5704                 only set gtk entry text if string is available
5705
5706 2003-01-26 [melvin]     0.8.9claws12
5707
5708         * src/description_window.c
5709                 Allow resizing of the window
5710                 Allow automatic horizontal scroll bar
5711                 Do not vertically expand and fill
5712
5713 2003-01-26 [christoph]  0.8.9claws11
5714
5715         * src/Makefile.am
5716         * src/gtkutils.[ch]             ** REMOVE **
5717         * src/common/sylpheed.c
5718         * src/gtk/Makefile.am
5719         * src/gtk/description_window.c
5720         * src/gtk/gtkutils.[ch]         ** NEW **
5721         * src/gtk/prefswindow.c
5722                 move gtkutils to gtk directory
5723
5724 2003-01-26 [paul]       0.8.9claws10
5725
5726         * src/summaryview.c
5727                 rename summary_unread_clicked() to summary_status_clicked()
5728
5729 2003-01-26 [melvin]     0.8.9claws9
5730
5731         * src/prefs_actions.c
5732                 Cosmetical changes to the help text
5733
5734 2003-01-26 [paul]       0.8.9claws8
5735
5736         * src/folder.[ch]
5737           src/mainwindow.c
5738           src/prefs_common.c
5739           src/prefs_sumamry_column.c
5740           summaryview.[ch]
5741                 rename the 'Unread' column to 'Status'
5742
5743 2003-01-25 [match]      0.8.9claws7
5744
5745         * src/mgutils.[ch]
5746                 removed reference to LDAP constants. removed error2string.
5747                 included functions to support LDAP dynamic queries.
5748         * src/syldap.h
5749                 moved LDAP constants here.
5750         * src/addressbook.c
5751         * src/addrindex.c
5752         * src/importldif.c
5753                 removed references to LDAP constants and references to
5754                 error2string.
5755
5756 2003-01-25 [paul]       0.8.9claws6
5757
5758         * src/summaryview.c
5759                 summary_thread_build(), summary_thread_init(): remove 
5760                 unneeded reference to summaryview->folder_item
5761
5762 2003-01-25 [christoph]  0.8.9claws5
5763
5764         * src/gtk/description_window.c
5765                 o allow description texts to expand over multiple columns
5766                 o translate all columns
5767         * src/prefs_actions.c
5768                 change syntax description to use new multi column feature
5769
5770         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5771
5772 2003-01-25 [match]      0.8.9claws4
5773
5774         * src/vcard.c
5775                 fixed bug with Quoted-Printable
5776
5777 2003-01-25 [paul]       0.8.9claws3
5778
5779         * src/folder.[ch]
5780           src/summaryview.[ch]
5781                 implement per-folder collapsed/expanded threads setting
5782                 
5783         * src/prefs_common.c
5784                 remove global collapsed/expanded threads option
5785
5786 2003-01-25 [christoph]  0.8.9claws2
5787
5788         * po/POTFILES.in
5789                 add pluginwindow and prefswindow
5790         * src/compose.c
5791                 make send respond correctly to messages that could be added
5792                 to the queue folder, but the UID of the message is unknown
5793         * src/folder.c
5794         * src/imap.c
5795                 don't return guessed UIDs in imap_add_msg anymore. We return
5796                 0 to tell the folder system it was appened but the UID is
5797                 unknown. Folder system now get's the UID by scaning the folder
5798                 and searching the cache for the Message-ID
5799                 (closes bug #29 Messages queued, but not sent)
5800
5801 2003-01-25 [paul]       0.8.9claws1
5802
5803         * src/codeconv.c
5804                 conv_encode_header():  fix bug when long headers with 8-bit
5805                 characters are used, so that the encoded words are wrapped.
5806                 If the space in the original text falls on the wrap boundary,
5807                 it can be lost.
5808                 Patch by Sergey Vlasov.
5809                 
5810         * src/folderview.c
5811                  fix bug where a change to the sorting method or thread view
5812                  of a folder's messages is lost if simpify-subject is set and
5813                  toggled on or off.
5814                  Patch by Luke Plant.
5815
5816 2003-01-24 [paul]       0.8.9claws
5817
5818         * sylpheed-0.8.9claws released
5819         
5820         * Makefile.am
5821           sylpheed.spec.in
5822                 remove reference to 'INSTALL.jp'
5823
5824 2003-01-23 [paul]       0.8.8claws128
5825
5826         * po/es.po
5827           po/it.po
5828           po/ru.po
5829           po/sr.po
5830                 updated translations. submitted by Ricardo Mones Lastra,
5831                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5832
5833 2003-01-23 [colin]      0.8.8claws127
5834
5835         * src/compose.c
5836                 Fix drafted and queued news articles re-edition
5837
5838 2003-01-23 [melvin]     0.8.8claws126
5839
5840         * po/fr.po
5841                 Updated French translations
5842
5843 2003-01-23 [colin]      0.8.8claws125
5844
5845         * src/inc.c
5846                 Fix "Connecting to..." status message
5847
5848 2003-01-22 [paul]       0.8.8claws124
5849
5850         * po/bg.po
5851                 updated by George Danchev
5852                 
5853         * src/folder.c
5854                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5855                 and folder deletion
5856
5857 2003-01-21 [paul]       0.8.8claws123
5858
5859         * po/bg.po
5860                 updated by George Danchev
5861                 
5862         * src/about.c
5863                 its now 2003
5864                 
5865         * src/toolbar.c
5866                 don't translate 'Separator'
5867                 
5868         * src/plugins/spamassassin/Makefile.am
5869                 add aspell to CPPFLAGS
5870                 
5871         * src/plugins/spamassassin/spamassassin.c
5872           src/plugins/spamassassin/spamassassin_gtk.c
5873                 set correct default for spamassassin_receive_spam
5874                 slightly re-word descriptions and some
5875                 other minor changes
5876
5877 2003-01-19 [alfons]     0.8.8claws122
5878                 
5879         * src/mimeview.c
5880                 mimeview_save_as(): we might as well show the file name for
5881                 the single case "Save As" too
5882
5883 2003-01-19 [alfons]     0.8.8claws121
5884
5885         * src/crash.c
5886                 change bug tracker URL to bugzilla URL
5887
5888 2003-01-19 [alfons]     0.8.8claws120
5889
5890         * src/mimeview.c
5891                 mimeview_save_all(): display name of file before overwriting;
5892                 continue saving all, even when one overwrite was cancelled
5893
5894 2003-01-19 [christoph]  0.8.8claws119
5895
5896         * src/summaryview.c
5897         * src/procmsg.[ch]
5898                 fix wrong usage of procmsg_find_children in summaryview
5899                 by using procmsg_update_unread_children instead of
5900                 summaryview_update_unread_children
5901
5902 2003-01-19 [christoph]  0.8.8claws118
5903
5904         * src/procmsg.c
5905                 fix infinite loop in procmsg_find_children
5906                  (closes bug #25 sylpheed crashes on delete.)
5907
5908         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5909
5910 2003-01-19 [paul]       0.8.8claws117
5911
5912         * po/pt_BR.po
5913                 updated by Ivan Francolin Martinez
5914
5915 2003-01-18 [melvin]     0.8.8claws116
5916
5917         * src/prefs_actions.c
5918                 Removed syntax limitation of only one '&' at the end of command.
5919                         Now actions that contain '>/dev/null 2>&1' are possible.
5920
5921 2003-01-18 [melvin]     0.8.8claws115
5922
5923         * src/prefs_actions.c
5924                 Actions IO dialog: when the action ends
5925                 the "Close" button now has focus and [Escape] closes the
5926                 window.
5927
5928 2003-01-18 [christoph]  0.8.8claws114
5929
5930         * src/procmsg.c
5931                 o add debug output when MsgInfos are really freed
5932                 o free GSLists in procmsg_find_children and
5933                   procmsg_update_unread_children
5934
5935 2003-01-18 [christoph]  0.8.8claws113
5936
5937         * src/mainwindow.c
5938                 reorder Configuration menu
5939
5940 2003-01-18 [christoph]  0.8.8claws112
5941
5942         * src/compose.c
5943                 fix applying templates to forwarded messages
5944
5945         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5946
5947 2003-01-17 [christoph]  0.8.8claws111
5948
5949         * src/folder.c
5950                 destroy folder items, when a folder item is removed
5951
5952 2003-01-17 [christoph]  0.8.8claws110
5953
5954         * src/folder.c
5955                 fix wrong folder stats update when ignored message is
5956                 deleted
5957
5958 2003-01-17 [colin]      0.8.8claws109
5959         
5960         * src/mainwindow.c
5961         * src/summaryview.c
5962                 Quicksearch bugfixes: 
5963                 - hide help button at startup if not extended
5964                 - switch to extended when looking for replies
5965
5966 2003-01-17 [paul]
5967
5968         * sync with 0.8.9 release
5969
5970 2003-01-17 [paul]       0.8.8claws108
5971
5972         * sync with 0.8.8cvs11
5973                 see ChangeLog 2003-01-17
5974
5975 2003-01-16 [colin]      0.8.8claws107
5976
5977         * src/procmsg.c
5978                 Changed encryption test to re-ask passphrase
5979                 if an encrypted message hasn't been decrypted
5980                 Fixes bug #5
5981
5982 2003-01-16 [christoph]  0.8.8claws106
5983
5984         * src/prefs_gtk.c
5985         * src/prefs_toolbar.c
5986         * src/gtk/prefswindow.h
5987         * src/plugins/spamassassin/spamassassin_gtk.c
5988                 remove page destroy function that is not used anymore
5989
5990 2003-01-16 [paul]       0.8.8claws105
5991
5992         * sync with 0.8.8cvs9
5993                 see ChangeLog 2002-01-16
5994
5995 2003-01-16 [colin]      0.8.8claws104
5996
5997         * src/compose.[ch]
5998                 Fix bug with autosaved drafts for IMAP, when draft
5999                 folder is specified - fixes bugzilla bug #20
6000
6001 2003-01-15 [paul]       0.8.8claws103
6002
6003         * src/compose.[ch]
6004           src/procmsg.c
6005                 store folder and message-id of message forwarding
6006                 in queue header and set forward flag after sending
6007
6008 2003-01-15 [paul]       0.8.8claws102
6009
6010         * sync with 0.8.8cvs8
6011                 see ChangeLog 2002-01-15
6012
6013 2003-01-15 [colin]      0.8.8claws101
6014
6015         * src/Makefile.am
6016                 Fix linking with GNU libiconv
6017
6018 2003-01-15 [darko]      0.8.8claws100
6019
6020         * src/pine.c
6021                 fix crash when importing pine address book
6022                 entry with an empty name (reported by DY
6023                 <dybulk at tri8.net>)
6024
6025 2003-01-14 [paul]       0.8.8claws99
6026
6027         * configure.in  ** REMOVED **
6028           configure.ac  ** NEW FILE **
6029                 rename configure.in to configure.ac, as it is now
6030                 preferred
6031
6032 2003-01-14 [melvin]     0.8.8claws98
6033
6034         * src/folderview.c
6035                 folderview_check_new(): More precise function description
6036
6037 2003-01-14 [melvin]     0.8.8claws97
6038
6039         * src/folderview.c
6040                 folderview_check_new(): return the number of new messages 
6041                         since last check.
6042         * src/inc.c
6043                 inc_account_mail(): Disable counting of new messages for IMAP
6044                         and NNTP until bug [19] and [14] are fixed.
6045
6046 2003-01-14 [paul]       0.8.8claws96
6047
6048         * sync with 0.8.8cvs6
6049                 see ChangeLog 2003-01-14
6050
6051 2003-01-13 [alfons]     0.8.8claws95
6052
6053         * src/textview.c
6054                 tune email address validation (c. 0.8.8claws89): if . is 
6055                 just one char away from @, the address is invalid too 
6056                 (correctly rejects addresses like foo@.com)
6057
6058 2003-01-13 [paul]       0.8.8claws94
6059
6060         * src/messageview.c
6061           src/toolbar.c
6062                 fixes to the Message View toolbar and menu:
6063                 fix non-functioning Forward button
6064                 make Reply button consider default_reply_list
6065                 remove 'Follow-up...' menu entry
6066                 add 'Forward' and 'Redirect' menu entries
6067
6068 2003-01-13 [melvin]     0.8.8claws93
6069
6070         * src/inc.c
6071                 Fixed typo that could make new messages count incorrect.
6072
6073 2003-01-13 [melvin]     0.8.8claws92
6074
6075         * src/folderview.[ch]
6076                 folderview_check_new(): return the number of new messages.
6077         * src/inc.c
6078                 Should fix bug [14] where new mail notification worked 
6079                         incorrectly with IMAP accounts.
6080                 inc_spool_account(): return number of new msgs, or -1 on error
6081                 inc_all_spool(): return number of new msgs
6082                 
6083 2003-01-13 [melvin]     0.8.8claws91
6084
6085         * src/prefs_actions.c
6086                 Justify help text.
6087
6088 2003-01-12 [thorsten]   0.8.8claws90
6089
6090         * src/common/prefs.c
6091                 close file before rename
6092
6093 2003-01-12 [alfons]     0.8.8claws89
6094
6095         * AUTHORS
6096                 add Christian Mertes
6097         * src/common/utils.[ch]
6098                 g_stricase_hash(), g_stricase_equal(): functions for 
6099                 case insensitive hash tables
6100         * src/textview.c
6101                 use top level domain names to validate email address, based
6102                 on a patch by Christian Mertes (thanks!), but changed 
6103                 implementation to use a hash table 
6104
6105 2003-01-12 [paul]       0.8.8claws88
6106
6107         * po/bg.po
6108                 updated by George Danchev
6109
6110 2003-01-12 [alfons]     0.8.8claws87
6111
6112         * src/summaryview.c
6113                 delete / execute performance: use new style folder update
6114
6115 2003-01-12 [paul]       0.8.8claws86
6116
6117         * sync with 0.8.8cvs5
6118                 see ChangeLog 2003-01-13 (!)
6119
6120 2003-01-12 [alfons]     0.8.8claws85
6121
6122         * src/filtering.c
6123         * src/matcher_parser_parse.y
6124                 prepare change_score filtering action
6125         * src/matcher.[ch]
6126                 give up const-correctness on functions that call non-const-correct functions;
6127                 several casts to gpointer in g_free();
6128                 add change_score;
6129
6130 2003-01-12 [christoph]  0.8.8claws84
6131
6132         * src/compose.c
6133                 fix 2 warnings
6134
6135         * src/gtk/prefswindow.[ch]
6136         * src/plugins/spamassassin/spamassassin_gtk.c
6137                 changed the call of the widget create function
6138                 for PrefsPages, because sometimes the widget
6139                 create function needs a widget that already has
6140                 been attached to a window (to create GDK pixmaps
6141                 for exmaple). So we simply pass the GtkWindow as
6142                 the second parameter now.
6143
6144         * src/main.c
6145         * src/mainwindow.c
6146         * src/prefs_toolbar.[ch]
6147                 rewrite Toolbar Preferences using the new
6148                 prefs window
6149
6150 2003-01-11 [alfons]     0.8.8claws83
6151
6152         * src/addressadd.c
6153                 fix crash when adding sender to addressbook because status bar
6154                 isn't there (the status bar doesn't seem to be used though,
6155                 but I'll let Match decide what to do with it)
6156
6157 2003-01-11 [colin]      0.8.8claws82
6158
6159         * src/main.c
6160           src/toolbar.c
6161                 Two useless changes reversed
6162
6163 2003-01-11 [colin]      0.8.8claws81
6164
6165         * src/mainwindow.c
6166           src/mainwindow.h
6167                 Add mainwindow_get_mainwindow()
6168         * src/alertpanel.c
6169           src/alertpanel.h
6170                 Add alertpanel_error_log() 
6171         * src/compose.c
6172           src/inc.c
6173           src/messageview.c
6174           src/toolbar.c
6175           src/main.c
6176           src/procmsg.c
6177                 Network errors get a View Log button
6178
6179 2003-01-10 [alfons]     0.8.8claws80
6180
6181         * src/prefs_toolbar.c
6182         * src/toolbar.c
6183                 use the translatable string for "Separator" as file name for
6184                 separator toolbar items (probably make this uppercase?)
6185
6186 2003-01-10 [alfons]     0.8.8claws79
6187
6188         * src/prefs_toolbar.c
6189                 put right A_SEPARATOR description string in "displayed
6190                 toolbar items list" so manually added separators are
6191                 saved correctly (bug #10, "Adding a separator to the main 
6192                 toolbar fails, entry in xml file is wrong")
6193
6194 2003-01-10 [christoph]  0.8.8claws78
6195
6196         * src/imap.c
6197                 o fix warnings
6198                 o use CAPABILITY to check if NAMESPACE is available
6199
6200 2003-01-10 [christoph]  0.8.8claws77
6201
6202         * src/imap.[ch]
6203                 apply UIDPLUS IMAP extension support patch
6204
6205         Patch submitted by Simon 'corecode' Schubert
6206
6207 2003-01-10 [paul]       0.8.8claws76
6208
6209         * src/folderview.c
6210                 a sync from main which fixes the news account folders'
6211                 Properties bug
6212
6213 2003-01-10 [christoph]  0.8.8claws75
6214
6215         * src/folder.c
6216                 don't accept 0 as a valid uid returned by copy and move
6217                 functions. 0 means the message was copied or moved but the
6218                 new uid could not be fetched. It is not an error condition
6219                 for the copy or move operation.
6220
6221 2003-01-10 [paul]       0.8.8claws74
6222
6223         * src/prefs_filtering.c
6224                 change English used in Alert when entry is not
6225                 saved.
6226                 
6227         * sync with 0.8.8cvs4
6228                 see ChangeLog 2003-01-10
6229
6230 2003-01-10 [darko]      0.8.8claws73
6231
6232         * src/pine.c
6233                 fix crash when importing address book entry
6234                 without a valid address
6235
6236 2003-01-09 [alfons]     0.8.8claws72
6237
6238         * src/inc.c
6239                 filtering performance: use new style folder update
6240
6241 2003-01-09 [christoph]  0.8.8claws71
6242
6243         * src/compose.c
6244         * src/gtk/menu.[ch]
6245                 fix wrong selecting of mime encoding type, when
6246                 opening property dialog of attachments in the
6247                 compose window. 7bit was always selected and that
6248                 destoryed files with 8bit data.
6249                 (closes bug #9 Sylpheed-claws destroys attachments when
6250                  changing MIME-types)
6251
6252 2003-01-09 [paul]       0.8.8claws70
6253
6254         * sync with 0.8.8cvs3
6255                 see ChangeLog 2003-01-09
6256
6257 2003-01-08 [alfons]     0.8.8claws69
6258         
6259         * src/addressadd.c
6260                 apply patch by Kim Schulz to fix build breakage
6261                 because of missing variable
6262
6263 2003-01-08 [paul]       0.8.8claws68
6264
6265         * sync with 0.8.8cvs2
6266                 see ChangeLog 2002-01-08
6267
6268 2003-01-08 [paul]       0.8.8claws67
6269
6270         * po/it.po
6271                 updated by Alessandro Maestri
6272                 
6273         * src/addressadd.c
6274                 when using 'Add sender to addressbook' allow
6275                 name to be edited and remarks to be entered
6276                 Patch submitted by Luke Plant
6277
6278 2003-01-08 [darko]      0.8.8claws66
6279
6280         * README.claws, src/summaryview.c
6281                 fix description for marked messages
6282
6283 2003-01-08 [paul]
6284
6285         * tools/Makefile.am
6286           tools/launch_phoenix  ** NEW FILE **
6287                 add script that enables using Phoenix as the default
6288                 web browser. 
6289                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6290                 
6291         * tools/OOo2sylpheed.pl
6292                 remove full path to sylpheed executable, just 'sylpheed'
6293                 will do
6294                 
6295         * tools/README
6296                 add launch_phoenix informtion and re-arrange and compress
6297                 the data a little
6298
6299 2003-01-07 [christoph]  0.8.8claws65
6300
6301         * src/folder.c
6302                 fix update for source folder when moving messages
6303         * src/procmsg.[ch]
6304         * src/summaryview.c
6305                 use function to set to_folder for message infos and
6306                 automatically update the op_count for old and new
6307                 folder
6308
6309 2003-01-07 [melvin]     0.8.8claws64
6310
6311         * src/prefs_actions.c
6312                 Fixed bug where an '%p' Action on a displayed image crashed 
6313                         Sylpheed
6314                 Code clean up (get rid of duplicated code and removed unnecessary 
6315                                 structure member)
6316
6317 2003-01-07 [christoph]  0.8.8claws63
6318
6319         * src/compose.c
6320         * src/folder.[ch]
6321         * src/folderview.c
6322         * src/import.c
6323         * src/inc.c
6324         * src/main.c
6325         * src/mainwindow.c
6326         * src/messageview.c
6327         * src/prefs_folder_item.c
6328         * src/procmsg.c
6329         * src/summaryview.c
6330         * src/toolbar.c
6331                 o remove all folder update triggering from the UI code. The folder
6332                   system should know much better when a folder needs an update.
6333                 o to prevent multiple updates in a row the folder updates can be
6334                   frozen for some time.
6335
6336                 Note: - Please verify that no updates are missing
6337                       - Check where freeze/thaws should be added
6338
6339 2003-01-07 [christoph]  0.8.8claws62
6340
6341         * src/prefs_actions.c
6342                 don't translate empty strings
6343
6344         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6345
6346 2003-01-06 [christoph]  0.8.8claws61
6347
6348         * src/prefs_actions.c
6349                 mark strings for gettext
6350         * src/prefs_matcher.c
6351                 use new description window for Execute action and
6352                 match condition in Filtering
6353
6354         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6355
6356 2003-01-06 [alfons]     0.8.8claws60
6357
6358         keep myself inspired to re-organize matcher part 8; 
6359         yes, more to come (I need to move out the descriptive
6360         text for actions to matcher.c, or at least make it not
6361         depend on the wicked ordering)
6362
6363         * src/prefs_matcher.c
6364                 add documentation so others may comprehend the
6365                 UI part of the conditions
6366                 
6367 2003-01-06 [christoph]  0.8.8claws59
6368
6369         * src/prefs_actions.c
6370                 use new description window for syntax help
6371         * src/gtk/description_window.c
6372                 fix display of descriptions with column count != 2
6373
6374         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6375
6376 2003-01-06 [christoph]  0.8.8claws58
6377
6378         * src/quote_fmt.c
6379         * src/summaryview.[ch]
6380         * src/gtk/Makefile.am
6381         * src/gtk/description_window.[ch]       ** NEW **
6382                 use a generic window to display syntax descriptions
6383                 currently used in quote_fmt and summaryview (new description
6384                 for extended quick search)
6385
6386         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6387
6388 2003-01-06 [paul]       0.8.8claws57
6389
6390         * sync with 0.8.8cvs1
6391                 see ChangeLog 2003-01-06
6392
6393 2003-01-06 [christoph]  0.8.8claws56
6394
6395         * src/mainwindow.c
6396         * src/prefs_gtk.[ch]
6397         * src/gtk/prefswindow.[ch]
6398         * src/plugins/spamassassin/spamassassin_gtk.c
6399                 o remove page management from prefswindow, pages
6400                   will be an argument to prefswindow_open
6401                 o prefswindow_open gets a datapointer that is
6402                   passed to the widget_create function to allow
6403                   creation of prefswindow for specific items
6404
6405 2003-01-06 [colin]      0.8.8claws55
6406         
6407         * src/summaryview.c
6408                 We don't want regexp in the reply-finder, 
6409                 because MIDs can contain !,$,. and so on
6410
6411 2003-01-06 [jens]       0.8.8claws54
6412
6413         * src/jpilot.c
6414                 fixed a wrong free in jpilot_read_db_files
6415
6416 2003-01-06 [alfons]     0.8.8claws53
6417
6418         re-organize matcher part 8; more to come
6419        
6420         * src/matcher.c
6421                 matcherprop_to_string(): put g_free()s before the
6422                 switch-case break to fix memleaks                
6423
6424 2003-01-06 [colin]      0.8.8claws52
6425
6426         * src/summaryview.c
6427                 cleanup & reply-finder now displays the first 
6428                 matching message
6429
6430 2003-01-05 [alfons]     0.8.8claws51
6431
6432         re-organize matcher part 7; more to come
6433
6434         * src/matcher.[ch]
6435                 fixes for constant correctness;
6436                 more documentation;
6437
6438 2003-01-05 [alfons]     0.8.8claws50
6439
6440         re-organize matcher part 6; more to come
6441         
6442         * src/matcher.[ch]
6443                 fixes for constant correctness;
6444                 more documentation;
6445         * src/filtering.c
6446                 fix for constant correctness
6447
6448 2003-01-05 [colin]      0.8.8claws49
6449
6450         * src/account.[ch]
6451                 Add account_get_reply_account function
6452         * src/compose.c
6453                 Use account_get_reply_account function 
6454         * src/summaryview.c
6455                 Basic reply-finder - click on the replied
6456                 icon gets you to the outbox using quick-search
6457
6458 2003-01-05 [paul]       0.8.8claws48
6459
6460         * src/prefs_common.c
6461                 small change to English
6462                 
6463         * src/prefs_filtering.c
6464                 prefs_filtering_action_select(): improve logic and uniformity
6465                 of gui
6466
6467 2003-01-05 [alfons]     0.8.8claws47
6468
6469         fine tune solution to focus problems (bug #7)
6470
6471         * src/mainwindow.c
6472                 mainwindow_focus_in_event(): remove grab event check
6473         * src/summaryview.c
6474                 summary_button_pressed(): move selection on right-click
6475                 too. we can't possibly move the selection back after
6476                 canceling a dialog, because gtk's incomplete focus 
6477                 management. whether this is a good solution, only time
6478                 will tell.
6479
6480 2003-01-05 [christoph]  0.8.8claws46
6481
6482         * src/imap.c
6483                 fix crash when no imap connection could be established
6484
6485 2003-01-05 [paul]       0.8.8claws45
6486
6487         * src/mainwindow.c
6488           src/sumamryview.c
6489           src/gtk/menu.[ch]
6490                 fix bug 605957 'shortcuts in popup-menu'
6491                 make user-defined shortcuts work
6492                 show shortcuts that are already defined
6493                 in the main menu
6494                 Patch submitted by Luke Plant
6495
6496 2003-01-05 [alfons]     0.8.8claws44
6497
6498         * src/mainwindow.c
6499                 focus_in_event handler should not select summary view row 
6500                 when another window (menu, dialog) grabbed for events 
6501                 (bug #7, "[0.8.8claws42] Message summary focus") 
6502
6503 2003-01-04 [christoph]  0.8.8claws43
6504
6505         * src/procmsg.c
6506                 update save folder after adding the sent message
6507                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6508
6509 2003-01-02 [christoph]  0.8.8claws42
6510
6511         * src/common/plugin.c
6512                 fix unloading of all plugins and unload
6513                 plugins in reverse order
6514                 
6515         * src/gtk/pluginwindow.c
6516                 implement function of load and unload button
6517
6518         * src/gtk/prefswindow.c
6519         * src/gtk/prefswindow.h
6520                 rename register function and add new unregister
6521                 function
6522
6523         * src/plugins/spamassassin/spamassassin_gtk.c
6524                 unregister prefs page and update for changes in
6525                 src/gtk/prefswindow.c
6526
6527 2003-01-02 [paul]       0.8.8claws41
6528
6529         * po/es.po
6530                 updated by Ricardo Mones Lastra
6531
6532 2003-01-02 [paul]
6533
6534         * tools/tb2sylpheed
6535                 fixes and improvements by Urke MMI
6536
6537 2003-01-02 [thorsten]   0.8.8claws40
6538
6539         * src/procmsg.c
6540                 fixed wrong return value
6541
6542 2003-01-02 [thorsten]   0.8.8claws39
6543
6544         * src/prefs.c
6545                 fixed printing wrong variable
6546
6547 2003-01-02 [thorsten]   0.8.8claws38
6548
6549         * src/prefs.c
6550                 fixed acessing members of freed pfile struct
6551
6552 2003-01-02 [thorsten]   0.8.8claws37
6553
6554         * src/procmsg.c
6555                 detect loops across several messages
6556                 as suggested by Christoph Hohmann
6557
6558 2003-01-01 [match]      0.8.8claws36
6559
6560         * src/addrindex.c
6561                 fixed another memory leak.
6562
6563 2003-01-01 [match]      0.8.8claws35
6564
6565         * src/jpilot.[ch]
6566                 fixed memory leaks. applied Doxygen comments.
6567
6568 2003-01-01 [thorsten]   0.8.8claws34
6569
6570         * src/procmsg.c
6571                 inhibit endless loop if msg references itself
6572                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6573
6574 2003-01-01 [christoph]  0.8.8claws33
6575
6576         * src/mainwindow.c
6577         * src/gtk/Makefile.am
6578         * src/gtk/pluginwindow.c                ** NEW **
6579         * src/gtk/pluginwindow.h                ** NEW **
6580                 add plugin window
6581
6582         * src/plugins/demo/demo.c
6583         * src/plugins/spamassassin/spamassassin.c
6584         * src/plugins/spamassassin/spamassassin_gtk.c
6585                 write better plugin descriptions
6586
6587 2002-12-31 [christoph]  0.8.8claws32
6588
6589         * src/gtk/prefswindow.c
6590         * src/plugins/spamassassin/spamassassin_gtk.c
6591                 some small improvements to GTK code
6592
6593 2002-12-31 [christoph]  0.8.8claws31
6594
6595         * src/plugins/spamassassin/spamassassin_gtk.c
6596                 enable folder select button
6597
6598 2002-12-31 [christoph]  0.8.8claws30
6599
6600         * src/mainwindow.c
6601         * src/gtk/Makefile.am
6602         * src/gtk/prefswindow.c                         ** NEW **
6603         * src/gtk/prefswindow.h                         ** NEW **
6604                 add new prefs window
6605
6606         * src/common/plugin.c
6607                 don't try to load empty config lines
6608         
6609         * src/plugins/spamassassin/Makefile.am
6610         * src/plugins/spamassassin/spamassassin.c
6611         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6612         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6613                 GTK config for SpamAssassin Plugin using
6614                 the new prefs window
6615
6616 2002-12-31 [paul]       0.8.8claws29
6617
6618         * po/POTFILES.in
6619                 remove obsolete entry 'src/menu.c'
6620
6621 2002-12-31 [alfons]     0.8.8claws28
6622
6623         * src/matcher.[ch]
6624         * src/matcher_parser_parse.y
6625         * src/prefs_matcher.c
6626                 add "ignore_thread" and "~ignore_thread" condition so it's
6627                 possible to make the actions / scoring operate on the ignore
6628                 thread flag
6629
6630 2002-12-31 [christoph]  0.8.8claws27
6631
6632         * src/addrbook.c
6633         * src/addrindex.c
6634         * src/folder.c
6635         * src/matcher.c
6636         * src/prefs_account.c
6637         * src/prefs_actions.c
6638         * src/prefs_customheader.c
6639         * src/prefs_display_header.c
6640         * src/prefs_gtk.c
6641         * src/procmime.c
6642         * src/toolbar.c
6643         * src/xmlprops.c
6644         * src/common/prefs.[ch]
6645                 extend prefs file handling for reading and automatic handling
6646                 of blocks. When reading prefs_set_block_label will automatically
6647                 move on to the block. When writing it will copy all other blocks
6648                 automatically
6649
6650         * src/common/plugin.c
6651                 Now loading plugin filenames from [Plugins] block in
6652                 sylpheed rc file
6653
6654 2002-12-30 [christoph]  0.8.8claws26
6655
6656         * src/common/hooks.[ch]
6657                 return abort status to caller of hooks_invoke
6658                 
6659         * src/inc.[ch]
6660                 invoke message filtering hook and stop
6661                 default handling when filter returns abort
6662
6663         * src/common/plugin.[ch]
6664         * src/plugins/demo/demo.c
6665                 modify plugin loader, because resolving symbols for strings
6666                 does not work correctly
6667         
6668         * configure.in
6669         * ac/spamassassin.m4                            ** NEW **
6670         * src/plugins/spamassassin/.cvsignore           ** NEW **
6671         * src/plugins/spamassassin/Makefile.am          ** NEW **
6672         * src/plugins/spamassassin/README               ** NEW **
6673         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6674         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6675         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6676                 add spamassassin plugin, see src/plugins/spamassassin/README
6677                 for details
6678
6679 2002-12-29 [alfons]     0.8.8claws25
6680
6681         * src/mainwindow.c
6682                 when moving focus from a message view to the main 
6683                 window, don't forget to select the summary node
6684                 of the displayed message. should fix "[ 659103 ] 
6685                 focus-follows-mouse confuses sylpheed"
6686
6687 2002-12-29 [christoph]  0.8.8claws24
6688
6689         * src/Makefile.am
6690         * src/stringtable.[ch]          ** REMOVE **
6691         * src/common/Makefile.am
6692         * src/common/stringtable.[ch]   ** NEW **
6693                 move stringtable files to common directory
6694
6695 2002-12-29 [christoph]  0.8.8claws23
6696
6697         * src/Makefile.am
6698         * src/menu.[ch]                 ** REMOVE **
6699         * src/gtk/Makefile.am
6700         * src/gtk/menu.[ch]             ** NEW **
6701                 move menu files to gtk directory
6702
6703 2002-12-29 [match]      0.8.8claws22
6704
6705         * src/addressbook.c
6706         * src/syldap.c
6707                 moved UI specific code out of LDAP code into addressbook
6708                 UI code. fixed memory leak.
6709
6710 2002-12-29 [christoph]  0.8.8claws21
6711
6712         * src/folder.c
6713                 only check for IGNORED parent message when message is
6714                 not IGNORED itself
6715
6716 2002-12-29 [alfons]     0.8.8claws20
6717
6718         * src/summaryview.c
6719                 set gtksctree's anchor correct (immediate execute
6720                 changes the tree's layout, and anchor points at 
6721                 the incorrect row). fixes "[ 657233 ] multiple msg 
6722                 delete sometimes off by 1".
6723                 we probably have to look for more tree layout /
6724                 anchor glitches.
6725
6726 2002-12-29 [paul]       0.8.8claws19
6727
6728         * src/summaryview.c
6729                 fix bug [ 659054 ] incorrect sorting of 'From' column
6730                 when using 'display sender using address book'
6731                 thanks to Alfons and Luke Plant
6732
6733 2002-12-29 [christoph]  0.8.8claws18
6734
6735         * src/folder.c
6736         * src/procmsg.[ch]
6737                 check parent messages for IGNORE THREAD flag, when adding,
6738                 moving or copying messages to a folder
6739
6740 2002-12-27 [alfons]     0.8.8claws17
6741
6742         re-organize matcher part 5; more to come
6743
6744         * src/matcher.c
6745                 hash keywords in matchparser_tab 
6746
6747 2002-12-27 [alfons]     0.8.8claws16
6748
6749         re-organize matcher part 4; more to come
6750
6751         * src/matcher_parser.h
6752         * src/matcher_parser_lex.l
6753         * src/matcher_parser_parse.y
6754                 cleanup
6755
6756 2002-12-27 [alfons]     0.8.8claws15
6757
6758         re-organize matcher part 3; more to come
6759
6760         * src/matcher.[ch]
6761                 cleanup
6762
6763 2002-12-27 [alfons]     0.8.8claws14
6764
6765         re-organize matcher part 2; more to come but this should
6766         work. cc me if there are any regressions.
6767
6768         * src/matcher.h
6769                 add prototype for get_matchparser_tab_id()
6770         * src/matcher_parser_lex.l
6771                 look up keywords using matchparser_tab_id();
6772
6773 2002-12-27 [alfons]     0.8.8claws12
6774
6775         re-organize matcher part 1
6776
6777         * src/matcher.h
6778                 map yacc generated constants to sylpheed matcher constants
6779         * src/matcher.c
6780                 add function to find a matcher constant from a string
6781
6782 2002-12-27 [christoph]  0.8.8claws11
6783
6784         * src/compose.c
6785                 MENUITEM_ADD casts the 4th argument from integer to pointer
6786                 so it probably should not be a pointer, this means we
6787                 should use account id for it and not the account's pointer
6788
6789 2002-12-27 [paul]       0.8.8claws10
6790
6791         * src/mainwindow.c
6792                 remove unneeded 'GtkWidget *vbox'
6793                 
6794         * src/summaryview.c
6795                 further sync with 0.8.8 - make sort
6796                 by recipient work as expected
6797                 
6798         * NEWS
6799                 sync with 0.8.8
6800
6801 2002-12-27 [paul]       0.8.8claws9
6802
6803         * po/pt_BR.po
6804                 updated by Ivan F. Martinez
6805                 
6806 2002-12-27 [darko]      0.8.8claws8
6807
6808         * src/common/utils.c
6809                 added locked pattern to extended search
6810
6811 2002-12-27 [alfons]     0.8.8claws7
6812
6813         * src/prefs_matcher.[ch]
6814                 clean up
6815
6816 2002-12-26 [alfons]     0.8.8claws6
6817
6818         * src/matcher.[ch]
6819         * src/matcher_parser_lex.l
6820         * src/matcher_parser_parse.y
6821         * src/prefs_matcher.c
6822                 allow color label as a condition in the matcher
6823
6824 2002-12-26 [oliver]     0.8.8claws5
6825         
6826         * src/toolbar.c 
6827                 enable Addressbook for Main and Messageview
6828         * src/prefs_actions.c
6829                 enable actions in Messageview
6830
6831 2002-12-26 [christoph]  0.8.8claws4
6832
6833         * src/common/plugin.c
6834                 add a little debug output
6835         * configure.in
6836         * src/plugins/demo/Makefile.am
6837                 better use of automake
6838
6839 2002-12-26 [christoph]  0.8.8claws3
6840
6841         * src/Makefile.am
6842         * src/common/Makefile.am
6843                 fix "make distdir"
6844
6845 2002-12-26 [christoph]  0.8.8claws2
6846
6847         * configure.in
6848                 sort configure checks into common / gtk / plugins
6849         * po/POTFILES.in
6850                 add src/prefs_gtk.c
6851         * src/Makefile.am
6852                 add plugins SUBDIR
6853         * src/main.c
6854         * src/common/sylpheed.[ch]
6855                 added now sylpheed_done function for shutdown
6856         * src/common/Makefile.am
6857         * src/common/plugin.[ch]                ** NEW **
6858                 plugin loader and unloader
6859         * src/plugins/.cvsignore                ** NEW **
6860         * src/plugins/Makefile.am               ** NEW **
6861                 build plugins
6862         * src/plugins/demo/.cvsignore           ** NEW **
6863         * src/plugins/demo/Makefile.am          ** NEW **
6864         * src/plugins/demo/demo.c               ** NEW **
6865                 small demo plugin that installs a logtext hook and
6866                 outputs the log text to stdout
6867
6868 2002-12-26 [paul]       0.8.8claws1
6869
6870         * po/es.po
6871                 updated by Ricardo Mones Lastra
6872
6873 2002-12-26 [paul]       0.8.8claws
6874
6875         * 0.8.8claws released
6876
6877 2002-12-26 [paul]       0.8.7claws12
6878
6879         * po/bg.po
6880                 updated by George Danchev
6881
6882 2002-12-26 [paul]       0.8.7claws11
6883
6884         * po/POTFILES.in
6885                 remove unneeded 'src/prefs.c' entry 
6886
6887 2002-12-26 [paul]       0.8.7claws10
6888
6889         * src/codeconv.c
6890           src/mainwindow.c
6891                 sync with 0.8.8 release
6892         
6893         * src/folder.[ch]
6894           src/mh.c
6895           src/summaryview.c
6896                 partial sync with 0.8.8 release
6897         
6898
6899 2002-12-25 [alfons]     0.8.7claws9
6900
6901         * src/matcher.[ch]
6902         * src/matcher_parser_lex.l
6903         * src/matcher_parser_parse.y
6904         * src/prefs_matcher.c
6905                 add locked flag to possible filtering / matcher 
6906                 conditions (also a good example what should be
6907                 done to add a simple boolean condition)
6908
6909 2002-12-25 [christoph]  0.8.7claws8
6910
6911         * src/Makefile.am
6912         * src/account.[ch]
6913         * src/addrbook.c
6914         * src/addressbook.c
6915         * src/addrindex.c
6916         * src/filtering.c
6917         * src/folder.c
6918         * src/matcher.c
6919         * src/prefs.[ch]                ** REMOVE **
6920         * src/prefs_account.c
6921         * src/prefs_actions.c
6922         * src/prefs_common.c
6923         * src/prefs_customheader.c
6924         * src/prefs_display_header.c
6925         * src/prefs_filtering.c
6926         * src/prefs_folder_item.c
6927         * src/prefs_gtk.[ch]            ** NEW **
6928         * src/prefs_matcher.c
6929         * src/prefs_scoring.c
6930         * src/prefs_summary_column.c
6931         * src/procmime.c
6932         * src/selective_download.c
6933         * src/toolbar.c
6934         * src/common/Makefile.am
6935         * src/common/prefs.[ch]         ** NEW **
6936                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6937
6938 2002-12-24 [alfons]     0.8.7claws7
6939
6940         * src/summaryview.c
6941                 summary_thread_build(): fix real cause of the crash mentioned in
6942                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6943                 this way we get meaningful ctree nodes 
6944
6945 2002-12-24 [oliver]     0.8.7claws6
6946
6947         * src/mainwindow.[ch]
6948         * src/messageview.[ch]
6949         * src/compose.[ch]
6950         * src/inc.c
6951         * src/summaryview.c
6952                 changes to use updated toolbar handling
6953                 
6954 2002-12-24 [oliver]     0.8.7claws5
6955
6956         * src/toolbar.[ch]
6957                 generic toolbar handling
6958                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6959         * src/prefs_toolbar.[ch]
6960                 adjust to handling
6961         
6962 2002-12-24 [oliver]     0.8.7claws4
6963         
6964         * src/stock_pixmap.[ch]
6965                 move SYLPHEED_LOGO to end of list in order 
6966                 to remove it from Custom Toolbar`s Icon View
6967
6968 2002-12-24 [alfons]     0.8.7claws3
6969
6970         * src/summaryview.c
6971                 summary_thread_build(): fix crash because of focus != selection 
6972                 after threading. when deleting the selection, gtk tries but fails 
6973                 to find the correct focusable element. we now force the selection
6974                 to be focused. this should solve the infamous bug reported by 
6975                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6976                 a test case is available. 
6977
6978 2002-12-24 [darko]      0.8.7claws2
6979
6980         * src/summaryview.c
6981                 don't crash when unmarking message with unread children
6982
6983 2002-12-23 [christoph]  0.8.7claws1
6984
6985         * src/Makefile.am
6986         * src/common/Makefile.am
6987                 update Makefiles for moved intl.h, version.h and defs.h
6988         * src/imap.c
6989                 rewrite imap_session_get to avoid duplicate code
6990
6991 2002-12-23 [paul]       0.8.7claws
6992
6993         * Santa-Claws released
6994         
6995         * po/hu.po
6996           po/ru.po
6997                 squeeze in updated Hungarian and Russian translations.
6998                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6999
7000 2002-12-23 [paul]       0.8.6claws129
7001
7002         * po/pl.po
7003                 updated by Witold Wladyslaw Wojciech Wilk
7004
7005 2002-12-23 [paul]       0.8.6claws128
7006
7007         * src/quote_fmt_parse.y
7008                 fix typo and add licence header
7009
7010 2002-12-23 [paul]       0.8.6claws127
7011
7012         * po/en_GB.po
7013                 updated
7014
7015 2002-12-23 [paul]       0.8.6claws126
7016
7017         * po/it.po
7018                 updated translation, submitted by Alessandro Maestri
7019                 
7020 2002-12-23 [paul]       0.8.6claws125
7021
7022         * src/quote_fmt_parse.y
7023                 fix signature-stripping on replies bug. match
7024                 '-- \n' and not '-- '.
7025
7026 2002-12-22 [paul]       0.8.6claws124
7027
7028         * po/bg.po
7029           po/es.po
7030           po/sr.po
7031                 updated translations. submitted by George Danchev,
7032                 Ricardo Mones Lastra, and Urke MMI respectively
7033
7034 2002-12-21 [paul]       0.8.6claws123
7035
7036         * src/addrbook.c
7037                 fix coding style
7038
7039 2002-12-21 [paul]       0.8.6claws122
7040
7041         * src/addrbook.c
7042                 fix bug [643638] where if a person is in one or more
7043                 addressbook groups editing that person's email 
7044                 address results in removal from those groups.
7045                 Patch submitted by Luke Plant.
7046
7047 2002-12-20 [christoph]  0.8.6claws121
7048
7049         * src/common/utils.c
7050         * src/summaryview.c
7051                 reimplement expand_search_string using GString to
7052                 prevent crashs caused by miscalculated string
7053                 lengths reported by Paul
7054
7055 2002-12-20 [christoph]  0.8.6claws120
7056
7057         * src/summaryview.c
7058                 don't use "changed" to check if op_count has to be changed as it
7059                 is also set when the message has unread children
7060                 (closes bug [ 653221 ] crash while deleting duplicates)
7061
7062 2002-12-20 [paul]       0.8.6claws119
7063
7064         * sync with 0.8.6cvs27
7065                 see ChangeLog 2002-12-20
7066
7067 2002-12-20 [paul]       0.8.6claws118
7068
7069         * sync with 0.8.6cvs26
7070                 see ChangeLog 2002-12-19 and 2002-12-20
7071
7072 2002-12-19 [alfons]     0.8.6claws117
7073
7074         * src/textview.c
7075                 fix incorrect parsing of email addresses, submitted by 
7076                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
7077                 name display if it contains @".
7078
7079 2002-12-18 [paul]       0.8.6claws116
7080
7081         * sync with 0.8.6cvs23
7082                 see ChangeLog 2002-12-18
7083
7084 2002-12-18 [paul]       0.8.6claws115
7085
7086         * src/Makefile.am
7087         * src/account.c
7088         * src/codeconv.c
7089         * src/gtkutils.[ch]
7090         * src/imap.c
7091                 sync with 0.8.6cvs22.
7092                 see ChangeLog 2002-12-17 and 2002-12-18
7093
7094 2002-12-17 [christoph]  0.8.6claws114
7095
7096         * src/imap.c
7097                 o don't create a session if imap greeting fails
7098                 o don't close socket when authentication fails
7099                   this is done by imap_session_destroy
7100
7101 2002-12-17 [thorsten]   0.8.6claws113
7102
7103         * tools/Makefile.am
7104           tools/README
7105           tools/google_msgid.pl ** NEW FILE **
7106                 Added "search for message-id" script and doc
7107
7108 2002-12-17 [thorsten]   0.8.6claws112
7109
7110         * po/hu.po
7111                 Updated hungarian translation
7112                 (updated by Gal Zoltan)
7113
7114 2002-12-16 [christoph]  0.8.6claws111
7115
7116         * src/addr_compl.c
7117                 remove stupid addressbook dump to debug output
7118         * src/mh.c
7119                 fix memory leak found by Hiro
7120
7121 2002-12-14 [paul]       0.8.6claws110
7122
7123         * src/compose.c
7124                 fix menubar sensitivity on send
7125                 
7126         * src/prefs_filtering.c
7127         * src/prefs_matcher.c
7128         * src/prefs_scoring.c
7129                 Fix english ;)
7130                 
7131         * src/common/quoted-printable.h
7132                 sync: fix typo
7133         
7134 2002-12-13 [christoph]  0.8.6claws109
7135
7136         * src/Makefile.am
7137         * src/manage_window.[ch]        ** REMOVE **
7138         * src/gtk/Makefile.am
7139         * src/gtk/manage_window.[ch]    ** NEW **
7140                 move manage_window files to gtk directory
7141
7142 2002-12-13 [christoph]  0.8.6claws108
7143
7144         * src/Makefile.am
7145         * src/gtkshruler.[ch]           ** REMOVE **
7146         * src/gtk/Makefile.am
7147         * src/gtk/gtkshruler.[ch]       ** NEW **
7148                 move gtkshruler files to gtk directory
7149
7150 2002-12-13 [christoph]  0.8.6claws107
7151
7152         * src/Makefile.am
7153         * src/compose.c
7154         * src/gtkstext.[ch]             ** REMOVE **
7155         * src/gtkutils.[ch]
7156         * src/textview.c
7157         * src/gtk/gtkstext.[ch]         ** NEW **
7158         * src/gtk/Makefile.am
7159                 o move stext functions to gtkstext.c to remove
7160                   dependency of gtkutils
7161                 o move gtkstext files to gtk directory
7162
7163         * src/gtk/Makefile.am
7164         * src/gtk/sslcertwindow.[ch]
7165                 UI stuff can always depend on common code so
7166                 it's ok to add ../common to include path
7167
7168 2002-12-13 [colin]      0.8.6claws106
7169
7170         * src/summaryview.c
7171                 Disconnect sighandlers for mainwindow when
7172                 quicksearch has the focus
7173                 Fix bug #653231
7174         * src/mainwindow.[ch]
7175                 Make key_pressed callback public, to be able
7176                 to disconnect it
7177
7178 2002-12-13 [christoph]  0.8.6claws105
7179
7180         * src/mh.c
7181                 create .mh_sequences file in new MH folders
7182                 (closes feature request [ 523162 ] MH folders should
7183                  get a .mh_sequences)
7184
7185 2002-12-13 [colin]      0.8.6claws104
7186
7187         * src/summaryview.c
7188                 Better handling of quicksearch show/hide
7189                 (basically the button stays under the mouse 
7190                  when toggled)
7191
7192 2002-12-13 [paul]       0.8.6claws103
7193
7194         * sync with 0.8.6cvs17
7195                 see ChangeLog 2002-12-13
7196
7197 2002-12-13 [paul]       0.8.6claws102
7198
7199         * po/es.po
7200                 updated by Ricardo Mones Lastra
7201
7202 2002-12-11 [colin]       0.8.6claws101
7203
7204         * src/folder.c
7205                 remove statusbar stuff
7206           src/folderview.c
7207                 set statusbar verbosity when moving folders
7208
7209 2002-12-11 [colin]       0.8.6claws100
7210         * src/prefs_filtering.c
7211         * src/prefs_matcher.c
7212         * src/prefs_scoring.c
7213                 Fix english ;)
7214
7215 2002-12-11 [colin]       0.8.6claws99
7216
7217         * src/prefs_common.[ch]
7218                 Add summary_quicksearch_type
7219         * src/summaryview.c
7220                 Save last used quicksearch type
7221
7222 2002-12-11 [jens]       0.8.6claws98
7223         * src/prefs_filtering.c
7224         * src/prefs_matcher.c
7225         * src/prefs_scoring.c
7226                 added dialog for incomplete rules in scoring, filtering and
7227                 matcher to ask wheather really close
7228
7229 2002-12-11 [colin]      0.8.6claws97
7230
7231         * src/folder.c
7232                 Fix folder dnd statusbar logging
7233
7234 2002-12-10 [christoph]  0.8.6claws96
7235
7236         * src/compose.c
7237         * src/folder.c
7238         * src/imap.c
7239         * src/inc.c
7240         * src/main.c
7241         * src/mainwindow.c
7242         * src/news.c
7243         * src/send.c
7244         * src/statusbar.[ch]
7245         * src/common/hooks.c
7246         * src/common/log.[ch]
7247                 o handle verbose logging in statusbar directly in statusbar code
7248                   and common code does not need any knowledge about a statusbar
7249                 o remove direct calls to statusbar_(puts|pop)_all functions
7250
7251 2002-12-10 [jens]       0.8.6claws95
7252
7253         * src/*.c
7254                 removed gettext from g_warnings
7255         * po/POTFILES.in
7256                 cleaned and updated
7257         * po/de.po
7258                 updated
7259
7260 2002-12-10 [colin]      0.8.6claws94
7261
7262         * src/main.c
7263                 finish crash dialog fix
7264
7265 2002-12-10 [colin]      0.8.6claws93
7266
7267         * src/main.c
7268                 "Fix" "sylpheed already running" instead of
7269                 crash dialog appearing after a crash
7270
7271 2002-12-10 [colin]      0.8.6claws92
7272
7273         * po/POTFILES.in
7274                 add src/gtk/sslcertwindow.c
7275
7276 2002-12-10 [paul]       0.8.6claws91
7277
7278         * po/POTFILES.in
7279                 updated to reflect recent changes
7280                 submitted by Alessandro Maestri
7281
7282 2002-12-09 [christoph]  0.8.6claws90
7283
7284         * src/Makefile.am
7285         * src/smtp.[ch]                 ** REMOVE **
7286         * src/common/Makefile.am
7287         * src/common/smtp.[ch]          ** NEW **
7288                 move smtp files to common directory
7289
7290 2002-12-09 [christoph]  0.8.6claws89
7291
7292         * src/Makefile.am
7293         * src/session.[ch]              ** REMOVE **
7294         * src/common/Makefile.am
7295         * src/common/session.[ch]       ** NEW **
7296                 move session files to common directory
7297
7298 2002-12-09 [paul]       0.8.6claws88
7299
7300         * src/account.c
7301                 fix bug [649746] edit accounts: move account reverted
7302                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7303
7304 2002-12-09 [colin]      0.8.6claws87
7305
7306         * src/ssl_certificate.c
7307                 cleanup
7308
7309 2002-12-09 [colin]      0.8.6claws86
7310
7311         * src/ssl.c
7312                 Try to open the cert.pem database and 
7313                 issue a warning if it isn't there
7314
7315 2002-12-09 [colin]      0.8.6claws85
7316
7317         * src/common/ssl_certificate.c
7318         * src/gtk/sslcertwindow.c
7319                 Warning fixes
7320
7321 2002-12-09 [colin]      0.8.6claws84
7322
7323         * src/ssl_certificate.[ch] ** REMOVED **
7324         * src/common/ssl_certificate.[ch] ** NEW **
7325         * src/Makefile.am
7326         * src/common/Makefile.am
7327                 Moved ssl_certificate.[ch] to common
7328         * src/common/ssl.c 
7329                 Put back needed include
7330         * src/gtk/sslcertwindow.[ch]
7331                 Changed ssl_certificate.h include
7332         
7333 2002-12-09 [colin]      0.8.6claws83
7334
7335         * src/gtk/sslcertwindow.[ch]
7336                 Implement hook for certificate acception
7337         * src/ssl_certificate.[ch]
7338                 Implement hook for certificate acception
7339         * src/common/ssl.c
7340                 Reenable certificate acception check
7341         * src/mainwindow.c
7342                 Register sslcertwindow's hook
7343         
7344 2002-12-08 [christoph]  0.8.6claws82
7345
7346         * src/about.c
7347         * src/addr_compl.c
7348         * src/codeconv.c
7349         * src/manual.c
7350         * src/undo.c
7351         * src/common/utils.c
7352                 o add missing includes
7353                 o fix warnings
7354         * src/.cvsignore
7355         * src/common/.cvsignore
7356         * src/common/version.h          ** REMOVE **
7357                 remove autogenerated file
7358
7359 2002-12-08 [paul]       0.8.6claws81
7360
7361         * src/stringtable.c
7362                 put back needed include
7363
7364 2002-12-08 [colin]      0.8.6claws80
7365         
7366         * src/gtk/sslcertwindow.c
7367                 Cleaner popups when asking
7368         * src/ssl_certificate.c
7369         * src/prefs_common.[ch]
7370                 remove ssl certificate pref
7371                 put back needed include
7372         * src/undo.c
7373                 put back needed include
7374
7375 2002-12-08 [christoph]  0.8.6claws79
7376
7377         * src/folderview.c
7378         * src/logwindow.c
7379         * src/statusbar.c
7380         * src/summaryview.c
7381                 only abort hook invokation if required data is missing not
7382                 if our own data pointer is NULL, update hookfunction for
7383                 log window
7384
7385 2002-12-08 [paul]       0.8.6claws78
7386
7387         * src/about.c
7388         * src/addrcache.c
7389         * src/addrclip.c
7390         * src/addr_compl.c
7391         * src/addrselect.c
7392         * src/codeconv.c
7393         * src/colorlabel.c
7394         * src/enriched.c
7395         * src/esmtp.c
7396         * src/exporthtml.c
7397         * src/headerview.c
7398         * src/imageview.c
7399         * src/manual.c
7400         * src/noticeview.c
7401         * src/pgptext.c
7402         * src/scoring.c
7403         * src/sourcewindow.c
7404         * src/stringtable.c
7405         * src/undo.c
7406                 clean up: remove unneccesary includes
7407
7408 2002-12-08 [christoph]  0.8.6claws77
7409
7410         * src/folderview.c
7411         * src/statusbar.c
7412         * src/summaryview.c
7413         * src/common/hooks.[ch]
7414                 hook functions now have a gboolean return value, if a hook
7415                 returns TRUE it will stop executing of any more hooks in
7416                 the same hooklist for this invokation
7417
7418 2002-12-08 [colin]      0.8.6claws76
7419         
7420         * src/main.c
7421                 put back argv0 for CRASH_DIALOG
7422
7423 2002-12-08 [christoph]  0.8.6claws75
7424
7425         * src/Makefile.am
7426         * src/about.c
7427         * src/account.c
7428         * src/crash.c
7429         * src/esmtp.h
7430         * src/imap.[ch]
7431         * src/inc.c
7432         * src/main.c
7433         * src/mainwindow.c
7434         * src/news.c
7435         * src/pop.[ch]
7436         * src/prefs_account.[ch]
7437         * src/prefs_common.[ch]
7438         * src/send.[ch]
7439         * src/smtp.[ch]
7440         * src/ssl_certificate.[ch]
7441         * src/ssl_manager.[ch]
7442         * src/common/Makefile.am
7443         * src/common/log.c
7444         * src/common/nntp.[ch]
7445         * src/common/socket.[ch]
7446         * src/common/ssl.[ch]
7447         * src/gtk/sslcertwindow.[ch]
7448         * ac/openssl.m4
7449                 use new autoconf script to detect OpenSSL with extra parameters
7450                 to specify the location of libs and includes, also remove USE_SSL
7451                 to USE_OPENSSL
7452
7453         * src/common/sylpheed.[ch]
7454         * src/common/version.h.in
7455                 start seperation of common code initialization seperated from gui
7456
7457         * src/summaryview.c
7458                 The function that is called when a color label changes
7459                 should not change the color lable again
7460
7461 2002-12-08 [colin]      0.8.6claws74
7462
7463         * src/gtk/sslcertwindow.c
7464                 warning fixes
7465
7466 2002-12-08 [colin]      0.8.6claws73
7467
7468         * src/statusbar.c
7469           src/common/log.h
7470                 Register a hook for statusbar_puts_all
7471         * src/common/log.c
7472                 invoke statusbar_puts_all's hook
7473         
7474 2002-12-08 [colin]      0.8.6claws72
7475
7476         * src/ssl_certificate.c
7477                 Put back a badly-removed include
7478
7479 2002-12-08 [colin]      0.8.6claws71
7480
7481         * src/gtk/sslcertwindow.[ch]    ** NEW **
7482                 new certificate presentation
7483         * src/gtk/Makefile.am
7484                 add new files
7485         * src/ssl_certificate.[ch]
7486                 gtk cleanup, made utility functions public
7487         * src/ssl_manager.c
7488                 use new cert presentation
7489
7490 2002-12-07 [christoph]  0.8.6claws70
7491
7492         * src/Makefile.am
7493         * src/nntp.[ch]                 ** REMOVE **
7494         * src/common/Makefile.am
7495         * src/common/nntp.[ch]          ** NEW **
7496                 move nntp files to common directory
7497
7498 2002-12-07 [christoph]  0.8.6claws69
7499
7500         * src/procmsg.[ch]
7501         * src/summaryview.c
7502                 implement msginfo update callback using sylpheed's new
7503                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7504
7505 2002-12-06 [christoph]  0.8.6claws68
7506
7507         * src/editgroup.c
7508                 This patch changes the 'Edit Group Details' dialog to
7509                 allow extended selections in either pane, so that
7510                 addresses can be added or removed from a group more
7511                 quickly and easily. (it actually is a net decrease in
7512                 file size, as some unnecessary functions have been
7513                 removed). 
7514                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7515
7516 2002-12-06 [christoph]  0.8.6claws67
7517
7518         * src/Makefile.am
7519         * src/template.[ch]             ** REMOVE **
7520         * src/common/Makefile.am
7521         * src/common/template.[ch]      ** NEW **
7522                 move template files to common directory
7523
7524         * src/nntp.c
7525                 add missing log.h include
7526
7527 2002-12-06 [melvin]     0.8.6claws66
7528
7529         * src/prefs_actions.c
7530                 Added the trailing ">" syntax to insert command's output
7531                 without replacing old text (in contrast to trailing "|").
7532
7533 2002-12-05 [colin]      0.8.6claws65
7534         
7535         * src/common/utils.c
7536                 Don't modify original search_string or it'll change
7537                 the next iterations in the for()
7538
7539 2002-12-05 [darko]      0.8.6claws64
7540
7541         * src/common/utils.c
7542                 proper check for filtering commands, found by Colin
7543
7544 2002-12-05 [darko]      0.8.6claws63
7545
7546         * src/common/utils.c
7547                 check proper string for NULL pointer, found by Colin
7548
7549 2002-12-05 [darko]      0.8.6claws62
7550
7551         * src/common/utils.[ch]
7552                 expand_search_string(): new function
7553                 converts Mutt-like patterns to Sylpheed's
7554                 filtering engine
7555         * src/summaryview.c
7556                 use expand_search_string() to allow Mutt-like
7557                 patterns in extended search
7558         * README.claws
7559                 document extended option in quick search
7560
7561 2002-12-05 [paul]       0.8.6claws61
7562
7563         * sync with 0.8.6cvs16
7564                 see ChangeLog 2002-12-05
7565                 
7566         * po/POTFILES.in
7567                 clean up
7568
7569 2002-12-04 [christoph]  0.8.6claws60
7570
7571         * src/imap.[ch]
7572                 put imap authentication code into a new function and
7573                 remove it from imap_session_new that will allow to
7574                 send other commands before authentication
7575
7576 2002-12-04 [christoph]  0.8.6claws59
7577
7578         * src/imap.[ch]
7579                 use already existing method to prevent unneeded IMAP
7580                 folder selects. Set imap_select parameters to NULL
7581                 in some functions if the values are not required.
7582
7583         * src/xml.h
7584                 remove no longer required include
7585
7586 2002-12-04 [paul]       0.8.6claws58
7587
7588         * po/es.po
7589                 updated by Ricardo Mones Lastra
7590                 
7591         * configure.in
7592           po/hu.po      ** NEW FILE **
7593                 initial Hungarian translation, submitted
7594                 by Gál Zoltán <galzoli@hu.inter.net>
7595
7596 2002-12-03 [christoph]  0.8.6claws57
7597
7598         * src/Makefile.am
7599         * src/gtksctree.[ch]            ** REMOVE **
7600         * src/gtk/Makefile.am
7601         * src/gtk/gtksctree.[ch]        ** NEW **
7602                 move gtksctree files to gtk directory
7603
7604 2002-12-03 [christoph]  0.8.6claws56
7605
7606         * src/Makefile.am
7607         * src/md5.[ch]                  ** REMOVE **
7608         * srm/common/Makefile.am
7609         * src/common/md5.[ch]           ** NEW **
7610                 move md5 files to common directory
7611
7612         * src/gtkstext.c
7613                 remove not required #include
7614
7615 2002-12-03 [sergey]     0.8.6claws55
7616
7617         * src/gtkutils.c
7618         * src/gtkutils.h
7619                 gtkut_window_popup(): new function.
7620         * src/mainwindow.c
7621                 main_window_popup(): use gtkut_window_popup() to raise
7622                 window without changing its position.
7623                 (see sylpheed-main ML message [sylpheed:17247])
7624
7625 2002-12-03 [sergey]     0.8.6claws54
7626
7627         * src/send.c
7628                 send_message_local(): removed first-dot escaping
7629                 (SMTP-only, not needed for sending through pipe)
7630
7631 2002-12-03 [paul]       0.8.6claws53
7632
7633         * po/POTFILES.in
7634                 update to reflect recent changes (thanks
7635                 to Ricardo Mones Lastra)
7636                 
7637         * tools/filter_conv.pl
7638                  fix problem with quoted strings. Patch submitted
7639                  by Luke Plant <lukeplant@softhome.net>
7640
7641 2002-12-03 [paul]       0.8.6claws52
7642
7643         * sync with 0.8.6cvs15
7644                 see ChangeLog 2002-12-03
7645
7646 2002-12-02 [christoph]  0.8.6claws51
7647
7648         * src/logwindow.[ch]
7649         * src/common/log.[ch]
7650                 implement logging using a hook function
7651
7652         * src/folderview.c
7653         * src/folder.[ch]
7654                 define hooklist name in header file to avoid
7655                 errors caused by wrong spelling of hooklist names
7656
7657         * src/toolbar.c
7658                 fix warnings
7659
7660 2002-12-02 [christoph]  0.8.6claws50
7661
7662         * src/common/Makefile.am
7663                 add src/common/hooks.[ch]
7664
7665         * src/common/hooks.[ch]
7666                 implement a simple hook system using glib's hook functions
7667
7668         * src/folder.[ch]
7669         * src/folderview.c
7670                 use new hook system for folder item updates
7671
7672 2002-12-02 [christoph]  0.8.6claws49
7673
7674         * doc-src/ui_seperation.txt     ** NEW **
7675                 information for ui seperation
7676
7677         * src/Makefile.am
7678                 remove files that were moved to common
7679                 include common directory by default for the header files
7680
7681         * src/inc.c
7682         * src/common/socket.c
7683         * src/automaton.[ch]
7684                 implement automaton using g_io_*-functions instead of
7685                 gdk_input_add to make it ui independent
7686
7687         * src/codeconv.c
7688         * src/compose.c
7689         * src/ldif.c
7690         * src/pgptext.c
7691         * src/procmime.c
7692         * src/rfc2015.c
7693         * src/smtp.c
7694         * src/unmime.c
7695                 remove common/ prefix because directory is now in
7696                 include path
7697
7698         * src/compose.c
7699         * src/folder.c
7700         * src/folderview.c
7701         * src/mainwindow.c
7702         * src/messageview.c
7703         * src/prefs_common.c
7704         * src/procmsg.c
7705         * src/rfc2015.c
7706                 fix warnings
7707
7708         * src/imap.c
7709         * src/inc.c
7710         * src/news.c
7711         * src/pop.c
7712         * src/send.c
7713         * src/smtp.c
7714         * src/ssl_certificate.c
7715                 add log.h header file for logging functions
7716
7717         * src/main.c
7718         * src/common/utils.c
7719         * src/summaryview.c
7720         * src/xml.c
7721                 o move debug_mode to common/utils.c
7722                 o add functions to set and get debug_mode
7723
7724         * src/defs.h                    ** REMOVE **
7725         * src/intl.h                    ** REMOVE **
7726         * src/socket.[ch]               ** REMOVE **
7727         * src/ssl.[ch]                  ** REMOVE **
7728         * src/utils.[ch]                ** REMOVE **
7729                 replaced by new files in src/common/
7730         
7731         * src/common/Makefile.am
7732                 add new files in src/common/
7733
7734         * src/common/defs.h             ** NEW **
7735         * src/common/intl.h             ** NEW **
7736         * src/common/log.[ch]           ** NEW **
7737         * src/common/socket.[ch]        ** NEW **
7738         * src/common/ssl.[ch]           ** NEW **
7739         * src/common/utils.[ch]         ** NEW **
7740                 replacement for files in src/
7741
7742 2002-12-02 [colin]      0.8.6claws48
7743
7744         * src/folderview.c
7745                 Scroll folderview if necessary during dnd
7746
7747 2002-12-02 [colin]      0.8.6claws47
7748
7749         * src/folder.[ch]
7750                 Add check to verify a move is within a single mailbox
7751         * src/folderview.c
7752                 Add specific error string for this check
7753
7754 2002-12-02 [colin]      0.8.6claws46
7755
7756         * src/folder.c
7757                 Add a test to folder moving, remove a statusbar_print
7758         * src/folderview.c
7759                 Add Move folder... context-menu item
7760                 Factorize folder moving code
7761                 Enable folder DND for mbox
7762
7763 2002-12-01 [christoph]  0.8.6claws45
7764
7765         * ac/aspell.m4
7766                 remove conf.aspelltest if the version check fails
7767
7768 2002-11-30 [christoph]  0.8.6claws44
7769
7770         * autogen.sh
7771                 run libtoolize --force in autogen to create missing
7772                 libtool scripts
7773
7774 2002-11-30 [christoph]  0.8.6claws43
7775
7776         * src/Makefile.am
7777         * src/pgptext.c
7778         * src/procmime.c
7779         * src/rfc2015.c
7780         * src/uuencode.[ch]             ** REMOVED **
7781         * src/common/Makefile.am
7782         * src/common/uuencode.[ch]      ** NEW **
7783                 move uuen/decoder to common directory
7784
7785 2002-11-30 [christoph]  0.8.6claws42
7786
7787         * src/Makefile.am
7788         * src/base64.[ch]               ** REMOVED **
7789         * src/codeconv.c
7790         * src/compose.c
7791         * src/ldif.c
7792         * src/pgptext.c
7793         * src/procmime.c
7794         * src/rfc2015.c
7795         * src/smtp.c
7796         * src/unmime.c
7797         * src/common/Makefile.am
7798         * src/common/base64.[ch]        ** NEW **
7799                 move base64 en/decoder to common directory
7800
7801 2002-11-30 [christoph]  0.8.6claws41
7802
7803         * src/common                    ** NEW **
7804                 new directory for UI independent code
7805         * src/gtk                       ** NEW **
7806                 new directory for GTK frontend
7807         * src/common/.cvsignore         ** NEW **
7808         * src/gtk/.cvsignore            ** NEW **
7809                 ignore build files
7810         * src/common/Makefile.am        ** NEW **
7811         * src/gtk/Makefile.am           ** NEW **
7812                 automake files to build new seperated stuff
7813         * src/Makefile.am
7814                 the binary will currently still be build with the
7815                 files in src, so we include the code from the
7816                 subdirs for now after building the libs there
7817
7818 2002-11-30 [paul]       0.8.6claws40
7819
7820         * src/compose.c
7821                 fix bug [642731] 'Wrong selected account with drafted mail'
7822
7823 2002-11-29 [oliver]     0.8.6claws39
7824         
7825         * src/messageview.c
7826                 o update summaryview when switching between different
7827                   messageviews          
7828         * src/toolbar.c  
7829                 o check if messageview holds already removed msg
7830                   from summaryview
7831                 
7832
7833 2002-11-29 [oliver]     0.8.6claws38
7834
7835         * src/toolbar.c 
7836                 remove not needed variables and includes
7837                 make messageview stay opened and move to next when msgs are deleted 
7838
7839 2002-11-29 [oliver]     0.8.6claws37
7840         
7841         * src/toolbar.c 
7842                 disable compose button (messageview toolbar) by default
7843                 deleted msgs are moved to trash
7844         
7845 2002-11-29 [melvin]     0.8.6claws36
7846
7847         * configure.in
7848                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7849                 and to detect signatures expirations (gpgme 0.3.6)
7850
7851         * src/main.c
7852                 Use non obsolescent function for Gpgme engine checking.
7853
7854         * src/rfc2015.c
7855                 Inform about expired signatures or signatures which key
7856                 has expired. Expiration date is displayed.
7857
7858         * src/sigstatus.c
7859                 Inform about expired signatures or signatures which key
7860                 has expired.
7861
7862 2002-11-28 [paul]       0.8.6claws35
7863
7864         * src/folderview.c
7865                 re-instate 'Check for new messages' in Newsgroup
7866                 folders right-click menu, after a suggestion from
7867                 Tim Mann <timmann@users.sourceforge.net>
7868
7869         * src/main.c
7870                 after a crash check only local folders for new
7871                 messages
7872
7873 2002-11-28 [paul]       0.8.6claws34
7874
7875         * configure.in
7876                 apply patch that fixes the checking of GTK with XIM 
7877                 support on different OSs, such as FreeBSD. Patch 
7878                 submitted by Topia <topia@users.sourceforge.net>
7879                 
7880 2002-11-28 [paul]       0.8.6claws33
7881
7882         * src/mainwindow.c
7883           src/prefs_common.c
7884           src/prefs_toolbar.c
7885                 more changes to the English
7886
7887 2002-11-28 [paul]       0.8.6claws32
7888
7889         * sync with 0.8.6cvs13
7890                 see ChangeLog 2002-11-28 (no sync needed
7891                 for src/compose.c)
7892
7893 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7894         
7895         * src/mainwindow.[ch]
7896                 add patch by Ivan F. Martinez introducing messageview Toolbar
7897                 some changes and committed by oliver    
7898
7899 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7900
7901         * src/messageview.[ch]
7902                 add patch by Ivan F. Martinez introducing messageview Toolbar
7903                 some changes and committed by oliver    
7904
7905 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7906
7907         * src/compose.[ch]
7908                 add patch by Ivan F. Martinez introducing messageview Toolbar
7909                 some changes and committed by oliver    
7910
7911 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7912         
7913         * src/toolbar.[ch]
7914                 add patch by Ivan F. Martinez introducing messageview Toolbar
7915                 some changes and committed by oliver
7916
7917 2002-11-28 [oliver]     0.8.6claws27
7918         
7919         * src/prefs_toolbar.[ch]
7920                 getting ready for messageview toolbar
7921                 free mem allocated by gettext
7922                 change prefs_toolbar to prefs_toolbar_open
7923  
7924 2002-11-28 [thorsten]   0.8.6claws26
7925
7926         * src/imageview.[ch]
7927                 cleaned up conflicting declarations of
7928                 imageview_show_image()
7929
7930 2002-11-28 [paul]       0.8.6claws25
7931
7932         * src/grouplistdialog.c
7933           src/prefs_common.c
7934           src/prefs_summary_column.c
7935                 a few more improvements to the English
7936
7937 2002-11-28 [colin]      0.8.6claws24
7938
7939         * man/sylpheed.1
7940                 A few updates to command-line parameters
7941
7942 2002-11-28 [colin]      0.8.6claws23
7943
7944         * src/prefs_filtering.c
7945                 Fix problems with prefs_filtering_delete_path:
7946                 a) if the first rule is removed, original pointers
7947                    weren't updated (leading to segfaults)
7948                 b) it was always global_processing updated in case
7949                    of removed path was parent of rule path
7950
7951 2002-11-27 [paul]       0.8.6claws22
7952
7953         * src/mainwindow.c
7954           src/prefs_account.c
7955           src/prefs_actions.c
7956           src/prefs_common.c
7957           src/prefs_customheader.c
7958           src/prefs_display_header.c
7959           src/prefs_filtering.c
7960           src/prefs_folder_item.c
7961           src/prefs_matcher.c
7962           src/prefs_scoring.c
7963           src/prefs_summary_column.c
7964           src/prefs_template.c
7965           src/prefs_toolbar.c
7966                  improve the English in the GUI
7967
7968 2002-11-27 [colin]      0.8.6claws21
7969
7970         * src/folder.c
7971                 Fix processing renaming problems happening after
7972                 last commit
7973
7974 2002-11-27 [colin]      0.8.6claws20
7975
7976         * src/folder.c
7977                 recursive move now deletes src each subfolder after 
7978                 having moved it
7979         * src/folderview.c
7980                 Use identifier instead of path during dnd (enables
7981                 IMAP folder dnd)
7982
7983 2002-11-27 [paul]       0.8.6claws19
7984
7985         * src/main.c
7986                 apply patch that does command-line processing 
7987                 BEFORE gtk_init, allowing claws to run from 
7988                 shell-scripts in non-X environment (e.g. crontab 
7989                 or ip-up, ip-down scripts). Patch submitted by
7990                 Ruslan N. Balkin <baron@dartel.ru>
7991                 
7992         * po/it.po
7993                 updated by Alessandro Maestri
7994
7995 2002-11-27 [paul]       0.8.6claws18
7996
7997         * sync with 0.8.6cvs12
7998           src/prefs_common.c
7999                 Differences are that main uses a 'Receive dialog'
8000                 frame on the Interface tab, whereas claws groups all 
8001                 the dialogs together in a 'Dialogs' frame.
8002
8003 2002-11-27 [colin]      0.8.6claws17
8004
8005         * src/prefs_matcher.c
8006                 Fix Execute criteria's NOT flag
8007
8008
8009 2002-11-26 [christoph]  0.8.6claws16
8010
8011         * src/ssl.c
8012                 rewrite the ssl code a little bit, only use one
8013                 SSL context, set default certificates' file/path
8014
8015 2002-11-26 [thorsten]   0.8.6claws15
8016
8017         * src/compose.c
8018                 default-reply-to didn't work for ml-reply
8019
8020 2002-11-26 [melvin]     0.8.6claws14
8021
8022         * src/prefs_actions.c
8023                 Made pipe-actions ignore short headers in message view
8024                 Made trailing-pipe-actions write in the message view with
8025                 the same font as the original message
8026
8027 2002-11-26 [paul]       0.8.6claws13
8028
8029         * src/compose.c
8030                 this time commit the correct file
8031
8032 2002-11-26 [paul]       0.8.6claws12
8033
8034         * sync with 0.8.6cvs11
8035           src/quote_fmt_parse.y  
8036                 no sync needed
8037           src/account.[ch]       
8038                 not sync'ed
8039           src/compose.c
8040                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
8041                 on draft mode.
8042                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
8043                 header
8044                 
8045         see ChangeLog 2002-11-25 and 2002-11-26
8046
8047 2002-11-26 [colin]      0.8.6claws11
8048
8049         * src/folderview.c
8050                 Fix collapsed folder not auto-expanding during
8051                 mail dnd, if it was the source folder.
8052
8053 2002-11-25 [colin]      0.8.6claws10
8054
8055         * src/folderview.[ch]
8056                 Variable renaming and cleaning (slist of nodes 
8057                 to be re-collapsed is stored in FolderView)
8058
8059 2002-11-25 [paul]       0.8.6claws9
8060
8061         * src/prefs_common.[ch]
8062                 fix breakage caused by last commit
8063
8064 2002-11-25 [paul]       0.8.6claws8
8065
8066         * sync with 0.8.6cvs4
8067                 see ChangeLog 2002-11-21
8068
8069 2002-11-25 [paul]       0.8.6claws7
8070
8071         * sync with 0.8.6cvs4
8072                 see ChangeLog 2002-11-20
8073
8074 2002-11-25 [paul]       0.8.6claws6
8075
8076         * sync with 0.8.6cvs3
8077                 see ChangeLog 2002-11-18
8078
8079 2002-11-25 [colin]      0.8.6claws5
8080
8081         * src/gtkutils.[ch]
8082                 Add gtkut_ctree_node_is_parent()
8083         * src/folderview.c
8084                 Spring-loaded folders
8085
8086 2002-11-25 [colin]      0.8.6claws4
8087
8088         * src/utils.[ch]
8089                 Add slist_concat_unique(), function to merge
8090                 two GSList filtering dups
8091         * src/folder.[ch]
8092         * src/summaryview.[ch]
8093         * src/folderview.c
8094         * src/main.c
8095                 Add detection/update/display of unread answers
8096                 to marked mails
8097         * src/procmsg.[ch]
8098                 Add procmsg_find_children()
8099                 Add procmsg_msg_has_marked_parent()
8100
8101 2002-11-25 [colin]      0.8.6claws3
8102
8103         * src/ssl_certificate.[ch]
8104                 Allow checking a certificate without a DNS
8105                 lookup
8106                 Allow to forget a cert (by deleting it)
8107                 Make ssl_certificate_destroy_public
8108         * src/ssl_manager.[ch] ** NEW FILES **
8109                 Gui to manage (display/remove) certificates
8110         * src/prefs_common.[ch]
8111                 Add a pref to allow silent acceptation of
8112                 trusted certificates or not (based on the
8113                 "I want to know what's going on" principle)
8114         * src/mainwindow.c
8115                 Add SSL manager in Tools menu
8116         * src/Makefile.am
8117                 Add the new files to the build
8118         * po/POTFILES.in
8119                 Add ssl_manager.c to translations
8120
8121 2002-11-25 [colin]      0.8.6claws2
8122
8123         * src/summaryview.[ch]
8124                 Add S_SEARCH_EXTENDED to the quick search, which 
8125                 allows to search using filtering syntax.
8126
8127 2002-11-25 [colin]      0.8.6claws1
8128
8129         * src/summaryview.c
8130                 Deletion of duplicates now prefer deleting
8131                 the unread dup (fixes feature-request 638989).
8132
8133 2002-11-24 [paul]       0.8.6claws
8134
8135         * po/es.po
8136           po/pl.po
8137           po/ru.po
8138           po/sr.po
8139                 updated by Ricardo Mones Lastra,
8140                 Witold Wladyslaw Wojciech Wilk,
8141                 Ruslan N. Balkin, and  Urke MMI 
8142                 respectively
8143
8144 2002-11-24 [paul]       0.8.5claws182
8145
8146         * po/bg.po
8147                 updated by George Danchev
8148
8149 2002-11-23 [alfons]     0.8.5claws181
8150
8151         * src/imap.c
8152                 tiny memory leak found by browsing Dimitar's 
8153                 valgrind report
8154
8155 2002-11-23 [paul]       0.8.5claws180
8156
8157         * po/it.po
8158                 updated by Alessandro Maestri
8159
8160 2002-11-22 [christoph]  0.8.5claws179
8161
8162         * src/compose.c
8163         * src/inc.c
8164         * src/prefs_filtering.c
8165         * src/summaryview.c
8166                 more warning fixes
8167
8168 2002-11-22 [alfons]     0.8.5claws178
8169
8170         * src/summaryview.c
8171                 summary_execute_delete_func(): if message is deleted, make 
8172                 sure to also remove its entry in the subject hash table. 
8173                 fixes a corner case bug.
8174
8175 2002-11-22 [paul]       0.8.5claws177
8176
8177         * .cvsignore
8178                 add 'autom4te.cache'
8179                 
8180         * ltconfig      ** REMOVED **
8181                 not needed
8182
8183 2002-11-22 [paul]       0.8.5claws176
8184
8185         * src/textview.c
8186                 textview_set_font(): fix for message display in
8187                 UTF-8 locales (thanks to Sergey Vlasov).
8188                 
8189         * AUTHORS
8190                 add new team members and contributors
8191
8192
8193 2002-11-21 [colin]      0.8.5claws175
8194
8195         * src/procmsg.[ch]
8196                 Add procmsg_remove_special_headers()
8197         * src/mh.c
8198                 Use procmsg_remove_special_headers() for 
8199                 previous fix
8200
8201 2002-11-21 [colin]      0.8.5claws174
8202
8203         * src/mh.c
8204                 Fix moving/copying from queue/draft folders
8205                 for MH folders
8206
8207 2002-11-21 [christoph]  0.8.5claws173
8208
8209         * src/crash.c
8210         * src/filtering.c
8211         * src/logwindow.c
8212         * src/main.c
8213         * src/matcher_parser_lex.[hl]
8214         * src/mbox.c
8215         * src/mbox_folder.[ch]
8216         * src/prefs_filtering.c
8217         * src/procheader.c
8218         * src/quote_fmt_lex.l
8219         * src/ssl.c
8220                 fix all warnings except the warnings in lex and yacc files
8221
8222 2002-11-20 [christoph]  0.8.5claws172
8223
8224         * src/imap.c
8225                 fix MsgInfo retrieval for IMAP draft and queue folders
8226                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8227
8228 2002-11-19 [christoph]  0.8.5claws171
8229
8230         * src/compose.c
8231                 fix segfault, when draft saving does not get
8232                 the MsgInfo of the new message
8233                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8234
8235 2002-11-19 [christoph]  0.8.5claws170
8236
8237         * src/procmsg.c
8238                 add parameter check for flag setting function
8239                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8240
8241 2002-11-18 [paul]       0.8.5claws169
8242
8243         * src/compose.c
8244                 more sensitivity fixes to redirect mode:
8245                 * disable toolbar draft button
8246                 * allow only Address book in the Tools menu
8247                 * disable editing of message by the spell
8248                   checker
8249
8250 2002-11-18 [paul]       0.8.5claws168
8251
8252         * src/compose.c
8253                 fix sensitivity of menu items in compose_redirect():
8254                 allow only the necessary items 
8255
8256 2002-11-18 [paul]       0.8.5claws167
8257
8258         * src/compose.c
8259                 fix bug [ 603259 ] 'attachment got lost on bounce'
8260
8261 2002-11-18 [paul]       0.8.5claws166
8262
8263         * po/ru.po
8264                 updated by Ruslan N. Balkin <baron@dartel.ru>
8265
8266 2002-11-18 [colin]      0.8.5claws165
8267
8268         * src/main.c
8269           src/defs.h
8270                 Remove old filtering stuff
8271
8272
8273 2002-11-17 [oliver]     0.8.5claws164
8274
8275         * src/toolbar.h
8276                 remove not needed typedef 
8277
8278 2002-11-17 [oliver]     0.8.5claws163
8279
8280         * src/toolbar.c
8281                 make toolbar's on click events translatable
8282
8283 2002-11-15 [colin]      0.8.5claws162
8284
8285         * src/summaryview.c
8286                 Revert too-soon integration of a feature
8287
8288 2002-11-15 [christoph]  0.8.5claws161
8289
8290         * src/imap.c
8291                 use main's implementation of imap_get_msginfo
8292
8293 2002-11-15 [christoph]  0.8.5claws160
8294
8295         * src/compose.c
8296         * src/folder.[ch]
8297         * src/imap.c
8298         * src/mbox_folder.c
8299         * src/mh.c
8300         * src/news.c
8301         * src/procmsg.c
8302         * src/summaryview.c
8303                 replace claws' fetch_msginfo with main's get_msginfo
8304                 (use main's implementation where possible)
8305
8306 2002-11-15 [colin]      0.8.5claws159
8307
8308         * src/ssl_certificate.c
8309                 Missed a check
8310
8311 2002-11-16 [melvin]     0.8.5claws158
8312
8313         * po/fr.po
8314                 Updated French translations.
8315
8316 2002-11-16 [colin]      0.8.5claws157
8317
8318         * src/ssl_certificate.c
8319                 Check for missing parts in the certificates
8320
8321 2002-11-15 [colin]      0.8.5claws156
8322
8323         * src/folderview.c
8324                 Preventive fix (missing check) found by
8325                 Alfons
8326
8327 2002-11-15 [paul]
8328
8329         * NEWS
8330                 sync with 0.8.6 release
8331
8332 2002-11-15 [colin]      0.8.5claws155
8333
8334         * src/folder.[ch]
8335           src/folderview.c
8336                 Fix error handling of folder_item_move_to()
8337                 (thanks to Alfons!)
8338
8339 2002-11-15 [colin]      0.8.5claws154
8340
8341         * src/folder.[ch]
8342           src/folderview.c
8343                 folder_item_move_to() sets an error message instead
8344                 of having GUI stuff in folder.c
8345
8346 2002-11-15 [colin]      0.8.5claws153
8347
8348         * src/procmsg.[ch]
8349                 Implemented a callback for MsgInfo updates, 
8350                 heavily copy/pasted from Christoph's folder 
8351                 callback system
8352         * src/summaryview.[ch]
8353                 Register summary_update_msg as callback
8354
8355 2002-11-14 [colin]      0.8.5claws152
8356         
8357         * src/procmsg.c
8358                 Update the FolderItem after sending (fixes 617593)
8359
8360 2002-11-14 [christoph]  0.8.5claws151
8361
8362         * src/folder.c
8363                 fix wrong position of NULL pointer check found
8364                 by Sergey
8365
8366 2002-11-14 [christoph]  0.8.5claws150
8367
8368         * src/folder.c
8369                 fix segfault when deleting messages from IMAP folders
8370                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8371
8372 2002-11-14 [colin]      0.8.5claws149
8373
8374         * src/compose.c
8375                 Forwarding was also ignoring the folder's default account.
8376
8377 2002-11-14 [colin]      0.8.5claws148
8378
8379         * src/compose.c
8380                 Fix sent folder not set to folder properties when 
8381                 forwarding.
8382
8383 2002-11-14 [thorsten]   0.8.5claws147
8384
8385         * src/inc.c
8386                 inc_start(): Files were not moved from .processing to inbox,
8387                 if no global processing rule existed
8388
8389 2002-11-14 [colin]      0.8.5claws146
8390
8391         * src/ssl_certificate
8392                 Fix file operations
8393
8394 2002-11-14 [paul]       0.8.5claws145
8395
8396         * po/it.po
8397                 updated by Alessandro Maestri
8398
8399 2002-11-13 [alfons]     0.8.5claws144
8400
8401         * src/folder.c
8402                 folder_item_close(): only mark messages unread
8403                 when a folder has new messages 
8404
8405 2002-11-13 [keith]      0.8.5claws143
8406
8407         * src/imap.c
8408                 Fix problem moving or copying between
8409                 IMAP folders
8410
8411 2002-11-13 [colin]      0.8.5claws142
8412
8413         * src/matcher_parser_parse.y
8414                 Fix rule problem when " don't match
8415
8416 2002-11-13 [christoph]  0.8.5claws141
8417
8418         * src/folder.c
8419         * src/folderview.c
8420                 moved cache saving to folder_item_close
8421                 the folderview should not have to deal with
8422                 this things
8423
8424 2002-11-13 [christoph]  0.8.5claws140
8425
8426         * src/summaryview.c
8427                 moved setting of important score to
8428                 summary_set_prefs_from_folderitem
8429
8430 2002-11-13 [colin]      0.8.5claws139
8431
8432         * src/matcher_parser_parse.y
8433                 Fix a segfault in the parser (happening when
8434                 a good expression had been tested and a bad 
8435                 one arrives)
8436
8437 2002-11-13 [paul]       0.8.5claws138
8438
8439         * sync with 0.8.5cvs24
8440                 see ChangeLog 2002-11-13
8441                 
8442         * po/pt_BR.po
8443                 updated by Fabio Jr. Beneditto
8444
8445 2002-11-13 [colin]      0.8.5claws137
8446         
8447         * src/msgcache.c
8448           src/defs.h
8449           src/procmsg.[ch]
8450                 Revert last commit, problem
8451
8452 2002-11-13 [colin]      0.8.5claws136
8453
8454         * src/msgcache.c
8455                 Remove duplicated code
8456         * src/defs.h
8457                 Bumped CACHE_VERSION and MARK_VERSION
8458         * src/procmsg.[ch]
8459                 Network endian for cache and mark files
8460
8461 2002-11-12 [colin]      0.8.5claws135
8462
8463         * src/inc.c
8464                 Fix the "socket error" dialog which disappeared
8465
8466 2002-11-12 [colin]      0.8.5claws134
8467
8468         * src/msgcache.c
8469                 Reverse last commit which had performance 
8470                 problems, but still reverse the list
8471
8472 2002-11-12 [colin]      0.8.5claws133
8473
8474         * src/msgcache.c
8475                 Reverse list order
8476
8477 2002-11-12 [melvin]     0.8.5claws132
8478
8479         * src/compose.c
8480                 Added a check for a NULL prefs_common.dictionary
8481
8482 2002-11-12 [colin]      0.8.5claws131
8483
8484         * src/ssl_certificate.[ch]
8485                 Use FQDN hostname
8486
8487 2002-11-12 [colin]      0.8.5claws130
8488
8489         * src/ssl_certificate.[ch]
8490                 Take connection port into account for 
8491                 checking certificates (a single hostname
8492                 could have multiple servers with multiple
8493                 certificates)
8494         * src/ssl.c
8495                 Pass the port to ssl_certificate_check
8496
8497 2002-11-12 [paul]       0.8.5claws129
8498
8499         * src/folder.c
8500                 fix a typo in last commit
8501
8502 2002-11-12 [paul]       0.8.5claws128
8503
8504         * sync with 0.8.5cvs23
8505                 see ChangeLog entry 2002-11-12
8506
8507 2002-11-11 [colin]      0.8.5claws127
8508
8509         * src/ssl_certificate.c
8510                 Cleaner messages
8511                 Don't popup, instead log error, if the 
8512                 corresponding pref is checked
8513         * src/ssl_certificate.h
8514                 include <openssl/objects/h>
8515
8516 2002-11-11 [colin]      0.8.5claws126
8517
8518         * src/ssl_certificate.h
8519                 _Really_ clean it
8520
8521 2002-11-11 [colin]      0.8.5claws125
8522         
8523         * src/ssl_certificate.c
8524                 Fixed leak
8525
8526 2002-11-11 [colin]      0.8.5claws124
8527
8528         * src/ssl.c
8529                 Cleaned a bit
8530         * src/ssl_certificate.[ch]
8531                 Cleaned a bit (better use of SSL API)
8532                 (This will cause non-recognition of saved 
8533                  certificates of claws12[23]...)
8534
8535 2002-11-11 [paul]       0.8.5claws123
8536         
8537         * po/es.po
8538                 updated by Ricardo Mones Lastra
8539
8540 2002-11-11 [colin]      0.8.5claws122
8541
8542         * src/ssl.c
8543                 Fix a typo
8544
8545 2002-11-11 [colin]      0.8.5claws121
8546
8547         * src/ssl_certificate.[ch] ** NEW FILES **
8548         * src/ssl.[ch]
8549                 Check SSL certificates presented to us
8550         * src/Makefile.am
8551                 Add ssl_certificate.[ch]
8552         * po/POTFILES.in
8553                 Add ssl_certificate.c
8554
8555 2002-11-11 [paul]       0.8.5claws120
8556
8557         * sync with 0.8.5cvs22
8558                 see ChangeLog 2002-11-11
8559
8560 2002-11-11 [paul]       0.8.5claws119
8561
8562         * sync with 0.8.5cvs21
8563                 see ChangeLog 2002-11-11
8564
8565 2002-11-10 [jens]       0.8.5claws118
8566
8567         * src/folder.c
8568         * src/folderview.c
8569                 corrected some typing
8570         * po/de.po
8571                 updated german translation
8572         * sylpheed.spec.in
8573                 cleaned up specfile and adjusted it for claws
8574
8575 2002-11-10 [colin]      0.8.5claws117
8576
8577         * src/summaryview.c
8578                 a STATUSBAR_PUSH/POP fix
8579
8580 2002-11-10 [colin]      0.8.5claws116
8581
8582         * src/prefs_folder_item.c
8583                 Fix hanging after opening folder properties
8584
8585 2002-11-10 [hoa]        0.8.5claws115
8586
8587         * src/matcher_parser_lex.l
8588         * src/matcher_parser_parse.y
8589                 config file for scoring and filtering is no more trashed
8590                 when there is a syntax error in a filtering rule when
8591                 editing it in a dialog.
8592
8593 2002-11-09 [colin]      0.8.5claws114
8594
8595         * src/mbox_folder.c
8596                 Added missing initialisation of folder->destroy()
8597
8598 2002-11-09 [colin]      0.8.5claws113
8599
8600         * src/folder.c
8601           src/folderview.c
8602                 Fix the status bar messages
8603
8604 2002-11-09 [colin]      0.8.5claws112
8605
8606         * src/folderview.c
8607                 Fix hangs after folder dnd, happening after 
8608                 claws109.
8609
8610 2002-11-09 [christoph]  0.8.5claws111
8611
8612         * src/folderview.c
8613                 just changed order of calls (reverse order of
8614                 associated calls)
8615         * src/inc.c
8616                 lock inc when checking only one account, otherwise
8617                 inc all could be executed at the same time
8618
8619 2002-11-09 [christoph]  0.8.5claws110
8620
8621         * src/folderview.c
8622                 better unlock the mouse cursor before calling
8623                 summary_show because it changes the cursor too
8624
8625 2002-11-09 [christoph]  0.8.5claws109
8626
8627         * src/folder.[ch]
8628         * src/folderview.c
8629                 add functions to open and close a folder
8630                 o opending will execute scanning for remote folders
8631                   and processing
8632                 o closing will unset new flag for messages
8633
8634 2002-11-09 [colin]      0.8.5claws108
8635
8636         * src/folder.c
8637                 Add a call to prefs_matcher_write_config to 
8638                 avoid non-leaf folders filtering settings to be
8639                 lost
8640
8641 2002-11-09 [paul]       0.8.5claws107
8642
8643         * src/prefs_account.c
8644                 re-word a label
8645
8646 2002-11-09 [colin]      0.8.5claws106
8647
8648         * src/folderview.c
8649                 Minor esthetic fix
8650
8651 2002-11-09 [colin]      0.8.5claws105
8652
8653         * src/folderview.c
8654                 Fix prefs_filtering deletion for MH folders (same
8655                 reason as below)
8656         * src/prefs_filtering.c
8657                 Fix prefs_filtering renaming and deletion for 
8658                 folder-based processing rules.  
8659
8660 2002-11-09 [christoph]  0.8.5claws104
8661
8662         * src/compose.c
8663         * src/folder.[ch]
8664         * src/folderview.[ch]
8665         * src/import.c
8666         * src/inc.c
8667         * src/main.c
8668         * src/mainwindow.c
8669         * src/messageview.c
8670         * src/prefs_folder_item.c
8671         * src/procmsg.c
8672         * src/summaryview.c
8673                 implement a callback system for folder item updates
8674
8675 2002-11-09 [colin]      0.8.5claws103
8676
8677         * src/folderview.c
8678                 Fix prefs_filtering renaming for MH folders (we
8679                 shouldn't rename by path as another folder could
8680                 have the same hierarchy).
8681
8682 2002-11-09 [colin]      0.8.5claws102
8683
8684         * src/folder.c
8685                 Fix a leak found by Christoph, use better variable
8686                 names
8687
8688 2002-11-09 [colin]      0.8.5claws101
8689
8690         * src/folder.c
8691                 One more fix for processing rules
8692
8693 2002-11-08 [colin]      0.8.5claws100
8694         
8695         * src/matcher.c
8696                 Don't copy the compiled regexp (will be reevaluated)
8697         * src/folderview.c
8698                 Lock folderview while moving
8699         * src/folder.c
8700                 Provide info on what's happening to the user
8701
8702 2002-11-08 [colin]      0.8.5claws99
8703
8704         * src/folderview.c
8705                 Fix folder reordering after a move if parent is 
8706                 root
8707         * src/scoring.[ch]
8708                 Add function to copy a ScoringProp
8709         * src/prefs_folder_item.c
8710                 Copy scoring rules when copying a folder prefs
8711
8712 2002-11-08 [colin]      0.8.5claws98
8713
8714         * src/folderview.c
8715                 Fixes in case of failure
8716         * src/filtering.[ch]    
8717                 Add function to duplicate a FilteringProp
8718         * src/matcher.[ch]
8719                 Add function to duplicate a MatcherProp
8720         * src/prefs_folder_item.c
8721                 Save folder's processing rules when copying 
8722                 its prefs
8723
8724 2002-11-08 [colin]      0.8.5claws97
8725         
8726         * src/folderview.c
8727                 Sort after move
8728         * src/folder.c 
8729                 Change a printf to debug_print
8730
8731 2002-11-08 [colin]      0.8.5claws96
8732
8733         * src/folder.c
8734           src/folderview.c
8735                 Fix segfaults, call me stupido
8736         
8737
8738 2002-11-08 [colin]      0.8.5claws95
8739
8740         *src/folder.c
8741                 Added forgotten prefs to save when moving folders
8742
8743 2002-11-08 [colin]      0.8.5claws94
8744
8745         * src/folder.c
8746                 Fixes to folder DND (prefs copy)
8747         * src/folderview.c
8748                 Optimization for folder DND (don't rescan whole tree)
8749                 Added folderview_create_folder_node() for this 
8750                 optimization, so de-duped a bit the code
8751         * src/prefs_folder_item.[ch]
8752                 Added prefs_folder_item_copy_prefs()    
8753           
8754 2002-11-08 [paul]       0.8.5claws93
8755
8756         * src/prefs_account.c
8757           tools/README
8758           tools/kmail2sylpheed_v2.pl
8759                 correct some typos
8760
8761 2002-11-08 [paul]       0.8.5claws92
8762
8763         * src/compose.c
8764           src/prefs_account.[ch]
8765                 remove account options 'clearsign' and 'ascii_armored',
8766                 replace with 'default_gnupg_mode' to prevent mixed-mode
8767                 Privacy settings
8768
8769 2002-11-08 [paul]       0.8.5claws91
8770
8771         * src/compose.[ch]
8772                 re-implement GnuPG 'on-the-fly' mode selection,
8773                 disallow mixed-mode
8774
8775 2002-11-08 [colin]      0.8.5claws90
8776
8777         * src/folderview.c
8778           src/prefs_folder_item.c
8779                 Change "Property" to "Properties"
8780
8781 2002-11-07 [colin]      0.8.5claws89
8782
8783         * src/folderview.c
8784           src/folder.c
8785                 Allow folder dropping to a root folder
8786
8787 2002-11-07 [paul]       0.8.5claws88
8788
8789         * src/compose.c
8790                 revert last commit
8791
8792 2002-11-07 [paul]       0.8.5claws87
8793
8794         * src/compose.c
8795                 fix reply-to-list bug. closes bug report
8796                 "[633382] reply-to-list broken in recent cvs"
8797
8798 2002-11-07 [paul]       0.8.5claws86
8799
8800         * src/compose.c
8801                 add a forgotten '#if USE_GPGME ... #endif'
8802
8803 2002-11-07 [paul]       0.8.5claws85
8804
8805         * sync with 0.8.5cvs20
8806                 see ChangeLog 2002-11-07
8807
8808 2002-11-07 [colin]      0.8.5claws84
8809
8810         * src/folder.[ch]
8811                 Change folder_item_move_to to return the newly 
8812                 created folderitem.
8813         * src/folderview.c
8814                 Select the new folderitem after moving.
8815
8816 2002-11-07 [colin]      0.8.5claws83
8817
8818         * src/prefs_filtering.c
8819                 Fix rule rewriting when moving a leaf folder to a 
8820                 shorter path
8821
8822 2002-11-07 [colin]      0.8.5claws82
8823
8824         * src/prefs_filtering.c
8825                 fix a leak
8826
8827 2002-11-07 [colin]      0.8.5claws81
8828
8829         * src/folder.[ch]
8830                 Add folder_item_move_to() function to move a 
8831                 folderitem into another one (updates matcher etc)
8832         * src/folderview.c
8833                 Add folder drag'n drop (context menu to come)
8834                 [Should be dataloss free, but Please backup before 
8835                  trying !]
8836
8837 2002-11-06 [colin]      0.8.5claws80
8838
8839         * src/mh.c
8840                 mh_create_folder() returns NULL if can't create
8841                 directory hierarchy
8842
8843 2002-11-06 [paul]       0.8.5claws79
8844
8845         * src/compose.[ch]
8846                 allow 'on-the-fly' changing of the type of encryption 
8847                 and/or signing used (mime/ascii) via the compose window
8848
8849 2002-11-06 [paul]       0.8.5claws78
8850
8851         * sync with 0.8.5cvs19
8852                 see ChangeLog 2002-11-06 for src/account.c: 
8853                 account_get_special_folder()
8854                 
8855 2002-11-05 [alfons]     0.8.5claws77
8856
8857         * src/crash.c
8858                 very minor cleanups: nothing to see here, move on. :-)
8859
8860 2002-11-05 [colin]      0.8.5claws76
8861
8862         * src/main.c
8863                 Changes choices if compose windows are opened to
8864                 Discard, Draft, Don't quit
8865
8866 2002-11-05 [thorsten]   0.8.5claws75
8867
8868         * src/compose.c
8869                 reenabled default_reply_to folder option
8870
8871 2002-11-05 [colin]      0.8.5claws74
8872
8873         * src/compose.[ch] 
8874                 add compose_draft()
8875         * src/crash.c
8876                 add SIGTERM handler
8877         * src/main.[ch]
8878                 add clean_quit() for the SIGTERM handler
8879
8880 2002-11-05 [paul]       0.8.5claws73
8881         
8882         * po/es.po
8883                 updated by Ricardo Mones Lastra
8884
8885 2002-11-05 [melvin]     0.8.5claws72
8886
8887         * src/logwindow.c
8888                 Fixed log-clipping bug #616795.
8889                 To stop logging in the log window use 0 length.
8890         * src/prefs_common.c
8891                 Added a label to inform about the 0 log length behaviour.
8892
8893 2002-11-05 [paul]       0.8.5claws71
8894
8895         * sync with 0.8.5cvs17
8896                 see ChangeLog 2002-11-05
8897
8898 2002-11-04 [paul]       0.8.5claws70
8899
8900         * sylpheed-128x128.png
8901           sylpheed-64x64.png
8902           sylpheed.png
8903                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8904                 <nikai@users.sourceforge.net>
8905                 
8906         * po/bg.po
8907                 updated by George Danchev
8908
8909 2002-11-03 [thorsten]   0.8.5claws69
8910
8911         * src/main.c
8912           src/mimeview.c
8913           src/rfc2015.h
8914                 add check if gpg is active
8915
8916 2002-11-03 [thorsten]   0.8.5claws68
8917
8918         * src/toolbar.h
8919                 removed GSList declaration causing trouble on MacOS-X
8920                 (submitted by alfons, reported by xfesty)
8921
8922 2002-11-01 [paul]       0.8.5claws67
8923
8924         * src/mainwindow.c
8925                 remove last remnants of main's filter code
8926
8927 2002-11-01 [paul]       0.8.5claws66
8928
8929         * tools/filter_conv.pl
8930                 fix bug where user-defined headers were ignored
8931
8932 2002-11-01 [paul]       0.8.5claws65
8933
8934         * src/logwindow.c
8935                 make a debug_print() not translatable
8936
8937 2002-10-31 [melvin]     0.8.5claws64
8938
8939         * ac/aspell.m4
8940                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8941                 not run any GNU/aspell test.  The dictionary path will
8942                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8943                 was given, in which case, it will be $prefix/lib/aspell/
8944         * configure.in
8945                 Fixed typo in commentary (Aspell code).
8946
8947 2002-10-31 [paul]       0.8.5claws63
8948
8949         * po/POTFILES.in
8950                 remove src/filter.c and src/prefs_filter.c
8951                 thanks to Ricardo for reminding me
8952
8953 2002-10-31 [colin]      0.8.5claws62
8954
8955         * src/mbox_folder.c
8956                 Plug some leaks
8957
8958 2002-10-31 [paul]       0.8.5claws61
8959
8960         * src/prefs_filter.[ch] ** REMOVED **
8961           src/filter.[ch]       ** REMOVED **
8962           
8963         * src/Makefile.am
8964           src/folderview.c
8965           src/inc.c
8966           src/main.c
8967           src/mainwindow.c
8968           src/mbox.c
8969           src/prefs_common.c
8970           src/prefs_filtering.c
8971           src/summaryview.[ch]
8972                 remove main's 'filter' code
8973                 
8974         README.claws
8975                 update to reflect removal of main's filter
8976
8977 2002-10-31 [paul]       0.8.5claws60
8978
8979         * src/summaryview.c
8980                 remove check for global_processing in summary_filter_open(). 
8981                 This fixes the bug where if the user uses the right-click 
8982                 'Create filter rule...' and doesn't have any filter rules 
8983                 already defined in claws' advanced filtering, the newly 
8984                 created filter rule goes to main's filtering which is 
8985                 inaccessible through the gui. Now the filter rule gets added
8986                 to claws' filtering by default.
8987
8988 2002-10-28 [melvin]     0.8.5claws59
8989
8990         * src/prefs_actions.c
8991                 Fixed bug #627322 where MIME parts were not always
8992                 correctly passed to a %p action
8993                 Display an error dialog when message filename is not found.
8994
8995 2002-10-28 [melvin]     0.8.5claws58
8996
8997         * src/prefs_common.c
8998                 Readded a missing function declaration lost in 0.8.3claws34
8999
9000 2002-10-28 [paul]       0.8.5claws57
9001
9002         * sync with 0.8.5cvs15
9003                 see ChangeLog 2002-10-28 and 2002-10-25
9004                 
9005         Note: ChangeLog entry 2002-10-24 is not sync'ed.
9006
9007 2002-10-27 [oliver]     0.8.5claws56
9008
9009         * src/pop.c
9010                 plug leak in pop3_top_recv
9011
9012 2002-10-26 [christoph]  0.8.5claws55
9013
9014         * src/folder.c
9015                 set need_update folder flag when messages are added
9016                 (closes bug [ 626922 ] folder not updated after receiving)
9017
9018 2002-10-25 [melvin]     0.8.5claws54
9019
9020         * src/imageview.c
9021                 Fixed a memleak introduced in the scaling code.
9022
9023 2002-10-24 [alfons]     0.8.5claws53
9024
9025         * src/filtering.c
9026                 make filtering's forward message action forward from the 
9027                 correct account
9028                 (closes bug [628089 ] Filter -> Forward from address problem
9029                 reported by Oktay)
9030
9031 2002-10-24 [christoph]  0.8.5claws52
9032
9033         * src/mainwindow.c
9034         * src/manual.[ch]
9035                 o use manual of current locale or english if current
9036                   locale is not available (and english is available)
9037                 o also link to sylpheed doc project manuals
9038
9039 2002-10-23 [paul]       0.8.5claws51
9040
9041         * tools/README
9042           tools/kmail2sylpheed_v2.pl
9043                 add new version of kmail addressbook importer script.
9044                 works with newer versions of Kmail/KAddressBook which
9045                 have new and rearranged data.
9046
9047 2002-10-23 [martin]     0.8.5claws50
9048
9049         * src/folderview.c
9050         * src/summaryview.c
9051         * src/utils.h
9052         * src/utils.c
9053                 added length parameter to get_abbrev_newsgroup_name()
9054                 changed this function so that it abbreviates the newsgroup
9055                 names only so long it is smaller than the length parameter
9056                 (for better reading of some newsgroup names and space efficiency)
9057
9058 2002-10-22 [colin]      0.8.5claws49
9059
9060         *src/foldersel.c
9061                 Revert Alfons' last modification (after voting ;-))
9062
9063 2002-10-21 [alfons]     0.8.5claws48
9064
9065         * src/foldersel.c
9066                 folder view in folder selection dialog reflects state of
9067                 folder view in main window
9068
9069 2002-10-18 [alfons]     0.8.5claws47
9070
9071         * src/mbox.c
9072                 drop imported messages in folder selected by user,
9073                 and not in the inbox
9074                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
9075
9076 2002-10-18 [alfons]     0.8.5claws46
9077
9078         * src/compose.c
9079                 make automagic reply work correctly for email accounts 
9080                 (whether it's viable to do a full sync with Hiro's 
9081                 compose.c is still under discussion)
9082
9083 2002-10-18 [melvin]     0.8.5claws45
9084
9085         * src/prefs_actions.c
9086                 Fixed bug #622275 where asynchroneous actions left 
9087                 zombies processes
9088                 Made (synchroneous) actions' input be displayed live.
9089
9090 2002-10-18 [christoph]  0.8.5claws44
9091
9092         * src/textview.c
9093                 don't add a newline in the textview in front of the
9094                 first textpart if header display is disabled
9095                 (closes bug [ 603385 ] disabled header display leaves blank
9096                  lin)
9097
9098 2002-10-18 [christoph]  0.8.5claws43
9099
9100         * src/folder.[ch]
9101         * src/imap.c
9102         * src/mbox_folder.c
9103         * src/mh.c
9104         * src/news.c
9105                 folder->get_num_list now returns an error code
9106                 (closes bug [ 609424 ] News cache cleared on failure)
9107                 
9108 2002-10-17 [colin]      0.8.5claws42
9109         
9110         * src/news.c
9111                 Changed a printf by debug_print
9112
9113 2002-10-16 [paul]       
9114
9115         * tools/OOo2sylpheed.pl
9116                 allow for spaces in the name of the
9117                 file to be attached.
9118
9119 2002-10-16 [colin]      0.8.5claws41
9120
9121         * src/main.c
9122                 Use a tristate to change online mode
9123
9124 2002-10-16 [paul]       0.8.5claws40
9125
9126         * po/es.po
9127                 updated by Ricardo Mones Lastra
9128
9129 2002-10-16 [colin]      0.8.5claws39
9130
9131         * src/main.c
9132           src/mainwindow.[ch]
9133                 Added --online and --offline command-line
9134                 switches
9135
9136 2002-10-15 [christoph]  0.8.5claws38
9137
9138         * src/procmime.c
9139                 set mimeinfo->name to NULL after g_free to
9140                 avoid double freeing with g_free
9141
9142 2002-10-14 [christoph]  0.8.5claws37
9143
9144         * src/compose.c
9145         * src/filtering.c
9146         * src/summaryview.c
9147                 remove calls to folder->change_flags that are now
9148                 done by procmsg flag functions (seems it is not
9149                 used by any foldertype anyway)
9150         * src/folder.c
9151                 init folder->change_flags with NULL
9152
9153 2002-10-14 [christoph]  0.8.5claws36
9154
9155         * src/folder.[ch]
9156         * src/imap.[ch]
9157                 use virtual functions for folder item new and destroy
9158                 functions
9159
9160 2002-10-14 [melvin]     0.8.5claws35
9161
9162         * src/compose.c
9163                 Added a test to not run the spell checker if no default
9164                 dictionary is available. No dialog is displayed though.
9165
9166 2002-10-14 [melvin]     0.8.5claws34
9167
9168         * src/gtkaspell.c
9169                 Fixed bug in dictionary list context menu where
9170                 "More..." pointed to an emtpy submenu if the
9171                 number of dictionaries is a multiple of 15
9172                 Removed unneeded code in suggestions list creation
9173
9174 2002-10-14 [paul]       0.8.5claws33
9175
9176         * po/bg.po
9177                 updated by George Danchev
9178
9179 2002-10-13 [hoa]        0.8.5claws32
9180
9181         * src/matcher.[ch]
9182           src/matcher_parser_parser.y
9183                 removed the escaped string from internal structure
9184                 of matcher.
9185
9186 2002-10-12 [colin]      0.8.5claws31
9187
9188         * src/gtksctree.[ch]
9189           src/summaryview.c
9190                 Removed useless function gtksctree_reanchor
9191
9192 2002-10-12 [alfons]     0.8.5claws30
9193         
9194         * sync with remaining main changes 2002-10-09 - 2002-10-11
9195         - drop changes to src/compose.c (requires claws specific changes)
9196         
9197 2002-10-12 [alfons]     0.8.5claws29
9198         
9199         * sync with main changes of 2002-10-08
9200         - drop changes to src/compose.c (requires claws specific changes)
9201         - drop changes to src/summaryview.c (requires changes to compose.c)     
9202
9203 2002-10-12 [alfons]     0.8.5claws28
9204         
9205         * sync with main changes of 2002-10-07
9206
9207 2002-10-12 [alfons]     0.8.5claws27
9208
9209         * sync with main changes of 2002-10-04
9210         - drop changes to src/compose.c (requires claws specific changes)
9211         - drop changes to src/prefs_folder_item.c (claws implementation
9212           seems to be working)
9213
9214 2002-10-12 [colin]      0.8.5claws26
9215
9216         * src/mainwindow.c
9217                 Fix folder-flicker when space-reading, introduced 
9218                 in claws22.
9219
9220 2002-10-12 [colin]      0.8.5claws25
9221
9222         * src/compose.c
9223                 Save account address when saving as draft.
9224                 (closes bug 621838)
9225
9226 2002-10-12 [colin]      0.8.5claws24
9227
9228         * src/summaryview.c
9229                 Fix the problem consisting of no message selected
9230                 after the last message in a folder has been moved.
9231
9232 2002-10-12 [paul]       0.8.5claws23
9233
9234         * src/compose.c
9235           src/prefs_template.c
9236           src/template.[ch]
9237                 add Cc and Bcc to templates. Patch submitted by
9238                 John L. Males.
9239
9240 2002-10-12 [colin]      0.8.5claws22
9241
9242         * src/folderview.c
9243                 Fix a bug after "Check for new messages":
9244                 If a folder was opened, it was still selected at
9245                 the end of the check, but displayed empty.
9246         * src/mainwindow.c
9247                 Remove unnecessary check
9248
9249 2002-10-12 [paul]
9250
9251         * tools/README
9252                 be more verbose in the description of
9253                 OOo2sylpheed.pl
9254                 
9255
9256 2002-10-11 [colin]      0.8.5claws21
9257
9258         * src/mainwindow.c
9259                 Make space work (better) when no mail is selected
9260
9261 2002-10-11 [colin]      0.8.5claws20
9262
9263         * src/inc.c
9264           src/news.c
9265                 fix warnings
9266
9267 2002-10-11 [colin]      0.8.5claws19
9268
9269         * src/mainwindow.c
9270                 revert 0.8.5claws6 changes as i couldn't get to
9271                 anything satisfying
9272
9273 2002-10-11 [melvin]     0.8.5claws18
9274
9275         * src/compose.c
9276                 Removed buggy and unused macro (should have been committed in
9277                 0.8.5claws17)
9278
9279 2002-10-11 [melvin]     0.8.5claws17
9280
9281         * src/compose.c
9282                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9283
9284 2002-10-11 [thorsten]   0.8.5claws16 
9285
9286         * src/folderview.c
9287                 remove rescan warning
9288
9289 2002-10-11 [colin]      0.8.5claws15 
9290
9291         * src/procheader.c
9292                 fix a segfault that happens if conv_unmime_header
9293                 fails (should be better to find out why it fails)
9294
9295 2002-10-11 [christoph]  0.8.5claws14
9296
9297         * src/summaryview.c
9298                 update folderview stats after ignore/unignore thread
9299
9300 2002-10-11 [hoa]        0.8.5claws13
9301
9302         * src/quote_fmt_parse.y
9303                 Fixed a yacc/bison syntax error
9304         * src/matcher.c
9305                 Escaping of string is fixed.
9306
9307 2002-10-11 [colin]      0.8.5claws12
9308
9309         * src/imageview.c
9310                 Resize images to fit
9311
9312 2002-10-11 [paul]       0.8.5claws11
9313
9314         * po/es.po
9315                 updated by Ricardo Mones Lastra
9316
9317 2002-10-10 [alfons]     0.8.5claws10
9318
9319         * src/compose.c
9320                 allow dropping files by "moving" files from a file manager,
9321                 not only by the more cumbersome "copying". the latter 
9322                 mostly implies holding down the Control button
9323
9324 2002-10-10 [christoph]  0.8.5claws9
9325
9326         * src/summaryview.c
9327                 update folders after thread building for ignored threads
9328
9329 2002-10-10 [christoph]  0.8.5claws8
9330
9331         * config/.cvsignore
9332                 added Makefile
9333         * src/filtering.[ch]
9334         * src/folder.[ch]
9335         * src/folderview.[ch]
9336         * src/import.c
9337         * src/inc.[ch]
9338         * src/mbox.[ch]
9339         * src/procmsg.c
9340         * src/summaryview.[ch]
9341                 o added new flag need_update to FolderItem
9342                 o removed folder_table from various functions from tracking
9343                   folder updates
9344                 o set need_update flags in folder.c's move, copy and delete
9345                   functions and procmsg's flags functions
9346                 o added function folderview_update_items_when_required that
9347                   updates all folders with need_update set
9348                 o call folderview_update_items_when_required instead of
9349                   folderview_update_item_foreach
9350
9351 2002-10-09 [sergey]     0.8.5claws7
9352
9353         * src/compose.c
9354                 Strip CRs whel loading the text into editor in reedit mode.
9355
9356 2002-10-09 [colin]      0.8.5claws6
9357
9358         * src/mainwindow.c
9359                 Make Space work when no mail is selected
9360
9361 2002-10-09 [colin]      0.8.5claws5
9362
9363         * src/gtksctree.[ch]
9364                 Fix range_select
9365                 Add gtk_sctree_reanchor() 
9366         * src/summaryview.c
9367                 Use gtk_sctree_reanchor() - better fix for 
9368                 bug 60413
9369
9370 2002-10-09 [colin]      0.8.5claws4
9371
9372         * src/summaryview.c
9373                 Fix shift-click select after delete problem
9374                 (closes bug 60413)
9375
9376 2002-10-08 [thorsten]   0.8.5claws3
9377
9378         * src/summaryview.c
9379                 exclude current msg from -hide read messages-
9380
9381 2002-10-08 [colin]      0.8.5claws2
9382
9383         * src/inc.[ch]
9384           src/pop.c
9385           src/recv.c
9386                 Differentiate socket errors from disk full
9387                 errors
9388
9389 2002-10-08 [christoph]  0.8.5claws1
9390
9391         * Makefile.am
9392         * configure.in
9393                 modifications for new config directory
9394
9395         * config.guess  ** REMOVED **
9396         * config.sub    ** REMOVED **
9397         * install-sh    ** REMOVED **
9398         * ltmain.sh     ** REMOVED **
9399         * missing       ** REMOVED **
9400         * mkinstalldirs ** REMOVED **
9401                 these files are autogenerated by automake
9402                 when you run autogen.sh
9403
9404         * config/.cvsignore     ** NEW FILE **
9405         * config/Makefile.am    ** NEW FILE **
9406                 ignore autogenerated files
9407                 create a Makefile in this directory
9408
9409 2002-10-08 [paul]       0.8.5claws
9410
9411         * 0.8.5claws release
9412         
9413         * src/compose.c
9414           src/procheader.c
9415           src/procmsg.c
9416                 fix quote reply format for newsgroups reply bug
9417                 (thanks to Hoa)
9418                 
9419         * po/en_GB.po
9420           po/pl.po
9421                 updated by me and Witold Wladyslaw Wojciech Wilk
9422                 repectively
9423
9424 2002-10-07 [paul]       0.8.3claws53
9425
9426         * po/it.po
9427           po/pt_BR.po
9428           po/sr.po
9429                 updated messages catalogs, submitted by
9430                 Alessandro Maestri, Fabio Jr.Beneditto 
9431                 and Urke MMI, respectively.
9432
9433 2002-10-07 [christoph]  0.8.3claws52
9434
9435         * src/folder.[ch]
9436         * src/folderview.c
9437         * src/mainwindow.c
9438                 fix new folder ghost message bug
9439                 (closes bug [ 619722 ] wrong count for newly created folders)
9440
9441 2002-10-07 [christoph]  0.8.3claws51
9442
9443         * src/compose.c
9444                 fix news posting problem
9445
9446 2002-10-07 [melvin]     0.8.3claws50
9447
9448         * po/fr.po
9449                 Updated French translation
9450
9451 2002-10-05 [christoph]  0.8.3claws49
9452
9453         * src/gtkstext.c
9454                 check if line_start_cache is set in gtk_stext_update_text
9455                 (closes bug [ 618119 ] crash while doing search in folder)
9456
9457 2002-10-05 [christoph]  0.8.3claws48
9458
9459         * src/imap.c
9460         * src/news.c
9461         * src/utils.c
9462         * src/utils.h
9463                 implement cache cleanups for claws' folder system
9464                 (closes bug [ 595916 ] imapcache not cleaned up)
9465
9466 2002-10-05 [melvin]     0.8.3claws47
9467
9468         * src/prefs_actions.c
9469                 Made the help text more clear for the %p token
9470
9471 2002-10-04 [paul]       0.8.3claws46
9472
9473         * sync with 0.8.5
9474                 see ChangeLog 2002-10-02 and 2002-10-03
9475
9476 2002-10-04 [christoph]  0.8.3claws45
9477
9478         * src/inc.c
9479                 fix segfault caused by pop before smtp
9480                 call to inc_account_mail with NULL
9481                 pointer for mainwin
9482
9483 2002-10-04 [paul]       0.8.3claws44
9484
9485         * configure.in
9486                 sync the LDAP detection from 0.8.5cvs1
9487
9488 2002-10-02 [christoph]  0.8.3claws43
9489
9490         * po/de.po
9491                 fix small spelling error
9492
9493 2002-10-02 [melvin]     0.8.3claws42
9494
9495         * ac/aspell.m4
9496                 Behave better and say "no" when test program cannot be run.
9497
9498 2002-10-02 [paul]       0.8.3claws41
9499
9500         * sync with 0.8.4cvs1
9501                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9502                 
9503         * src/summaryview.c
9504                 toggle the behavior of Reply menuitem between
9505                 normal reply and reply-to-list
9506
9507 2002-10-01 [sergey]     0.8.3claws40
9508
9509         * src/compose.c
9510                 Convert newlines in the message text to the canonical form
9511                 before base64 encoding (RFC2045 compliance, fixes some
9512                 interoperability issues with Evolution 1.0.3)
9513
9514 2002-09-29 [colin]      0.8.3claws39
9515
9516         * src/summaryview.c
9517                 Fix an unwanted copy/paste
9518
9519 2002-09-29 [colin]      0.8.3claws38
9520
9521         * src/mainwindow.c
9522                 Renamed "Custom toolbar" to "Customize toolbar"
9523                 Renamed "Show all header" to "Show all headers"
9524                 Renamed "Set diplay item" to "Set displayed items"
9525         * src/prefs_common.c
9526                 Renamed "Show all header" to "Show all headers"
9527         * src/prefs_summary_column.c
9528                 Renamed "diplay item" to "displayed items"
9529
9530 2002-09-29 [colin]      0.8.3claws37
9531
9532         * src/mainwindow.[ch]
9533                 online/offline status pixmaps follow theme
9534                 changes
9535         * src/summaryview.[ch]
9536                 quicksearch pixmap follows theme changes
9537
9538 2002-09-29 [thorsten]   0.8.3claws36
9539
9540         * src/compose.c
9541           src/prefs_folder_item.[ch]
9542                 add default_reply_to folder option (closes patch 581044)
9543
9544 2002-09-29 [christoph]  0.8.3claws35
9545
9546         * acconfig.h    ** REMOVED **
9547         * configure.in
9548         * ac/aspell.m4
9549         * ac/check-type.m4
9550         * ac/gnupg-check-typedef.m4
9551                 fix autoheader 2.50 warning
9552
9553 2002-09-29 [christoph]  0.8.3claws34
9554
9555         * major code cleanup (part 2)
9556         
9557                 - unused variables removed
9558                 - unused functions removed
9559                 - uninitialized variables checked
9560                 - missing return statements added
9561                 - missing function return types added
9562                 - added parentheses around assignment
9563                   when suggested by gcc
9564
9565 2002-09-29 [alfons]     0.8.3claws33
9566
9567         * src/logwindow.c
9568                 log_window_clear(): only bracket gtk_text_forward_delete() 
9569                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9570                 works around GTK text bug)
9571
9572 2002-09-29 [paul]       0.8.3claws32
9573
9574         * po/bg.po
9575           po/sr.po
9576                 updated by George Danchev and Urke MMI
9577                 respectively
9578
9579 2002-09-27 [christoph]  0.8.3claws31
9580
9581         * doc-src/readme.txt
9582         * doc-src/rfc1806.txt   ** REMOVED **
9583         * doc-src/rfc2183.txt   ** NEW FILE **
9584         * doc-src/rfc2980.txt   ** NEW FILE **
9585                 update rfcs
9586
9587 2002-09-27 [melvin]     0.8.3claws30
9588
9589         * ac/aspell.m4
9590                 Fixed typo which could break linking
9591
9592 2002-09-27 [melvin]     0.8.3claws29
9593
9594         * ac/aspell.m4
9595                 Improved GNU/aspell checking. 
9596                 Fixed bug #614490
9597
9598 2002-09-27 [paul]       0.8.3claws28
9599
9600         * sync with 0.8.3cvs8
9601                 see ChangeLog 2002-09-27
9602
9603 2002-09-26 [colin]      0.8.3claws27
9604
9605         * src/toolbar.[ch]
9606           src/mainwindow.[ch]
9607                 Add "Reply to Mailing-list" to the toolbar
9608
9609 2002-09-26 [christoph]  0.8.3claws26
9610
9611         * src/summaryview.c
9612                 Fix wrong message counts in summaryview status
9613
9614 2002-09-26 [paul]       0.8.3claws25
9615
9616         * sync with 0.8.3cvs7
9617                 see ChangeLog 2002-09-26
9618
9619 2002-09-26 [paul]       0.8.3claws24
9620
9621         * sync with 0.8.3cvs6
9622                 see ChangeLog 2002-09-25
9623
9624 2002-09-25 [christoph]  0.8.3claws23
9625
9626         * src/prefs_common.c
9627         * src/prefs_folder_item.c
9628         * src/prefs_scoring.c
9629                 Renamed "kill score" to "hide score" in GUI
9630                 and prefs files
9631
9632 2002-09-25 [paul]       0.8.3claws22
9633
9634         * sync with 0.8.3cvs5
9635                 see ChangeLog 2002-09-24
9636
9637 2002-09-24 [alfons]     0.8.3claws21
9638
9639         patch by Satoshi Nagayasu: allows appending / saving multiple 
9640         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9641         'Save as ...'")
9642
9643         * AUTHORS
9644                 add Satoshi Nagayasu
9645         * src/summaryview.c
9646                 summary_save_as(): allow saving selected files to
9647                 one file
9648                 summary_set_menu_sensitive: enable "Save As..." when
9649                 multiple files are selected
9650         * src/utils.[ch]
9651                 append_file(): new function
9652
9653 2002-09-24 [colin]      0.8.3claws20
9654
9655         * src/procmime.c
9656                 Fix segfault when mimeinfo doesn't have a 
9657                 content_type. 
9658
9659 2002-09-24 [colin]      0.8.3claws19
9660
9661         * src/prefs_common.[ch]
9662                 Add a preference to display send dialog or not
9663         * src/send.c
9664                 Display send dialog according to preference
9665
9666 2002-09-24 [colin]      0.8.3claws18
9667
9668         * src/compose.[ch]
9669                 Disable user actions when sending
9670
9671 2002-09-24 [colin]      0.8.3claws17
9672
9673         * src/procmime.c
9674                 Do not display name or filename for attachments
9675                 with an application/pgp-signature type
9676                 (security flaw, see bug 537413)
9677
9678 2002-09-23 [colin]      0.8.3claws16
9679
9680         * src/editaddress.c
9681                 Initialize entry_email, entry_alias and 
9682                 entry_remarks to first email address of the list
9683
9684 2002-09-23 [colin]      0.83claws15
9685
9686         * src/compose.c
9687                 Drop pgp-signature when reediting a signed queued
9688                 message
9689
9690 2002-09-23 [melvin]     0.8.3claws14
9691
9692         * po/fr.po
9693                 Updated French translation
9694
9695 2002-09-23 [melvin]     0.8.3claws13
9696
9697         * src/mainwindow.c
9698                 Made custom toolbar menu labels more consistent
9699         * src/prefs_toolbar.c
9700                 Made custom toolbar window title more consistent
9701
9702 2002-09-22 [colin]      0.8.3claws12
9703
9704         * src/inc.c
9705                 Initialize session type to normal before getting 
9706                 mail (fixes strange Get behaviour)
9707         * src/prefs_account.h
9708                 Move STYPE_POP_BEFORE_SMTP to last position to 
9709                 avoid other side-effects
9710
9711 2002-09-22 [colin]      0.8.3claws11
9712
9713         * src/prefs_account.c
9714                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9715                 from pop3 to apop or vice-versa
9716
9717 2002-09-22 [colin]      0.8.3claws10
9718         
9719         * src/prefs_account.[ch]
9720                 Add an option for the POP before SMTP timeout
9721         * src/inc.c
9722                 Remember time of last POP connection
9723         * src/send.c
9724                 Do POP before SMTP only if timeout reached
9725
9726 2002-09-22 [oliver]     0.8.3claws9
9727         
9728         * README.claws
9729                 explain custom toolbar
9730
9731 2002-09-22 [oliver]     0.8.3claws8
9732
9733         * src/prefs_actions.[ch]
9734         custom toolbar for compose      
9735                 actions callback from compose toolbar
9736         * src/folderview.c
9737                 remove include toolbar.h
9738
9739 2002-09-22 [oliver]     0.8.3claws7
9740         
9741         * src/prefs_toolbar.[ch]
9742                 custom toolbar for compose
9743                 - generic prefs_toolbar handles both
9744                   Mainwin's toolbar as well as Compose toolbar          
9745
9746 2002-09-22 [oliver]     0.8.3claws6
9747         
9748         * src/toolbar.[ch]
9749                 custom toolbar for compose
9750                 restructure toolbar.[ch]
9751
9752 2002-09-22 [oliver]     0.8.3claws5
9753
9754         * src/compose.[ch]
9755                 custom toolbar for compose
9756
9757 2002-09-22 [oliver]     0.8.3claws4
9758         
9759         * src/mainwindow.[ch]
9760                 custom toolbar for compose 
9761                 move mainwin toolbar back to mainwindow
9762
9763 2002-09-22 [alfons]     0.8.3claws3
9764
9765         * src/procmsg.c
9766                 :%sno/if(/if (/gc
9767                 :%sno/for(/for (/gc
9768                 (beautify)
9769
9770 2002-09-22 [alfons]     0.8.3claws2
9771         
9772         * src/procmsg.c
9773                 procmsg_save_to_outbox(): don't unlink message file from queue;
9774                 callers should do it using folder_item_remove_msg()
9775
9776 2002-09-22 [colin]      0.8.3claws1
9777
9778         * src/mimeview.[ch]
9779                 Made mimeview_check_signature() public
9780         * src/textview.c
9781                 Made GPG signatures verifiable by clicking
9782                 the [application/pgp-signature] in the Text
9783                 view
9784
9785 2002-09-22 [paul]       0.8.3claws
9786
9787         * po/bg.po
9788           po/en_GB.po
9789           po/es.po
9790           po/it.po
9791           po/pl.po
9792           po/pt_BR.po
9793           po/sr.po
9794                 updated translations, submitted by George Danchev,
9795                 me, Ricardo Mones Lastra, Alessandro Maestri,
9796                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9797                 and Urke MMI, respectively.     
9798
9799 2002-09-22 [alfons]     0.8.2claws65
9800
9801         * src/procmsg.c
9802         * src/pgptext.c
9803                 no furry valgrinds have been used to plug these memleaks
9804
9805 2002-09-20 [paul]       0.8.2claws64
9806
9807         * sync with 0.8.3cvs4
9808                 'Select thread' re-implemented 
9809                 see ChangeLog 2002-09-20
9810
9811 2002-09-21 [alfons]     0.8.2claws63
9812
9813         * src/compose.c
9814                 compose_send(): plug unnoticed memleak
9815
9816 2002-09-20 [alfons]     0.8.2claws62
9817
9818         * src/addr_compl.c
9819                 replace_address_in_edit(): strict check for NULL address to
9820                 fix "[ 607348 ] Segfault in address completion". My guess is
9821                 that this happens with an empty address book, but it's good
9822                 to have this check here anyway
9823                 
9824                 completion_window_button_press(): free string returned 
9825                 from the internal cache
9826
9827 2002-09-20 [christoph]  0.8.2claws61
9828
9829         * src/procmime.h
9830                 added ENC_BINARY to EncodingType
9831         * src/procmime.c
9832                 the string returned by procmime_get_encoding_str
9833                 should not depend on the order of values in the
9834                 EncodingType definition
9835         * doc-src/rfc1806.txt   ** NEW FILE **
9836                 Added rfc1806 about MIME Content-Disposition
9837                 Extension
9838
9839 2002-09-19 [paul]       0.8.2claws60
9840
9841         * sync with 0.8.2cvs3
9842                 see ChangeLog 2002-09-19
9843
9844 2002-09-19 [paul]       0.8.2claws59
9845
9846         * src/prefs_folder_item.c
9847                 revert to Darko's original alignment of colour
9848                 selector button
9849                 add a colon to folder_color label
9850                 
9851         * src/compose.c
9852                 add Colin's patch (with Hiro's modifications) to 
9853                 force BASE64 encoding for 8-bit text when signing
9854                 (sync with 0.8.3cvs2)
9855
9856 2002-09-18 [alfons]     0.8.2claws58
9857
9858         * src/compose.c
9859                 :%sno/if(/if (/gc
9860                 :%sno/for(/for (/gc
9861                 (beautify a little bit)
9862
9863 2002-09-18 [christoph]  0.8.2claws57
9864
9865         * src/pine.c
9866                 fix handling of fgetc return value
9867
9868 2002-09-17 [alfons]     0.8.2claws56
9869         
9870         * src/summaryview.c
9871                 summary_sort(): check non-NULL summaryview->folder_item when no 
9872                 folder is selected at all
9873                 (closes "[ 610344 ] sort label make syl Crash")
9874
9875 2002-09-17 [alfons]     0.8.2claws55
9876         
9877         * src/compose.c
9878                 beautify a little bit
9879
9880 2002-09-17 [christoph]  0.8.2claws54
9881
9882         * src/folder.c
9883                 initialize max values for cache and folder
9884                 when cache or folder is empty
9885
9886 2002-09-15 [colin]      0.8.2claws53
9887
9888         * src/compose.c
9889                 Fix a leak (thanks Alfons!) and cleaned
9890                 variables names for custom headers
9891
9892 2002-09-15 [colin]      0.8.2claws52
9893
9894         * src/compose.c
9895                 Fix custom headers recognition when
9896                 prefs_common.trans_hdr is on
9897
9898 2002-09-15 [colin]      0.8.2claws51
9899
9900         * src/compose.c
9901                 Allow dynamically-added custom headers
9902                 Yet not reparsed if reedited
9903
9904 2002-09-15 [alfons]     0.8.2claws50
9905
9906         * src/prefs_account.c
9907                 fix warnings
9908
9909 2002-09-15 [colin]      0.8.2claws49
9910         
9911         * src/prefs_account.c
9912                 fix pop_before_smtp sensitivity
9913
9914 2002-09-15 [colin]      0.8.2claws48
9915
9916         * src/inc.[ch]
9917                 add inc_pop_before_smtp()
9918                 allow MainWindow to be undefined in 
9919                 inc_account_mail() and inc_start()
9920         * src/pop.c
9921           src/prefs_account.h
9922                 add STYPE_POP_BEFORE_SMTP session type
9923         * src/prefs_account.c
9924                 activated pop before smtp option
9925         * src/send.c
9926                 do pop before smtp if the relevant option 
9927                 is set
9928
9929 2002-09-15 [paul]       0.8.2claws47
9930
9931         * sync with 0.8.3
9932                 see ChangeLog 2002-09-15
9933
9934 2002-09-14 [paul]       0.8.2claws46
9935
9936         * po/bg.po
9937                 updated Bulgarian translation, submitted by
9938                 George Danchev
9939
9940 2002-09-13 [paul]       0.8.2claws45
9941
9942         * src/compose.c
9943                 merge claws' select_account() with main's
9944                 (new) compose_select_account(). [sync with
9945                 0.8.2cvs15, see ChangeLog 2002-09-11]
9946
9947 2002-09-12 [christoph]  0.8.2claws44
9948
9949         * src/filter.c
9950                 allocate 1 elements of FolderItem not 0
9951
9952 2002-09-12 [colin]      0.8.2claws43
9953
9954         * src/compose.c
9955                 Fix bug #590825 (obey Follow-up: poster)
9956
9957 2002-09-12 [colin]      0.8.2claws42
9958
9959         * src/procmime.c
9960                 Fix bug #557009 (wrong headers for messages 
9961                 forwarded as attachments)
9962
9963 2002-09-11 [colin]      0.8.2claws41
9964         
9965         * src/compose.c
9966                 Put SCF: pseudo-header on top of message
9967                 Set draft tmp_flag when saved as draft
9968
9969         * src/procmsg.c
9970           src/procheader.c
9971                 Skip after first \n\n for beginning of real message
9972                 for drafts too
9973
9974 2002-09-11 [christoph]  0.8.2claws40
9975
9976         * src/filtering.c
9977                 use procmsg flag functions in filtering or processing
9978                 will cause incorrect folder message counts
9979
9980 2002-09-11 [colin]      0.8.2claws39
9981
9982         * src/compose.c
9983                 Fix bug #550175 - wrong save folder when reediting
9984                 drafts
9985
9986 2002-09-11 [paul]       0.8.2claws38
9987
9988         * sync with 0.8.2cvs14
9989                 see ChangeLog 2002-09-11
9990
9991 2002-09-11 [colin]      0.8.2claws37
9992
9993         * src/folder.c
9994                 Fix a typo (seeming to cause new/unread status to
9995                 be lost)
9996
9997 2002-09-10 [christoph]  0.8.2claws36
9998
9999         * src/compose.c
10000                 compose_redirect should not use compose_generic_new
10001                 because that does more stuff than expected including
10002                 opening the external editor
10003                 (closes bug "[ 526608 ] bounced messages appear blank
10004                  in editor")
10005
10006 2002-09-10 [christoph]  0.8.2claws35
10007
10008         * src/folder.c
10009                 fix problem with too large message number range
10010                 causing a crash in folder_item_scan
10011
10012 2002-09-10 [paul]       0.8.2claws34
10013
10014         * sync with 0.8.2cvs13
10015                 see ChangeLog 2002-09-10
10016
10017 2002-09-10 [christoph]  0.8.2claws33
10018
10019         * src/msgcache.c
10020                 set MsgInfo TmpFlags for queue and draft folders
10021                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
10022
10023 2002-09-10 [paul]       0.8.2claws32
10024
10025         * AUTHORS
10026           po/bg.po      ** NEW FILE **
10027                 new Bulgarian translation submitted by
10028                 George Danchev <danchev@spnet.net>
10029                 
10030         * tools/Makefile.am
10031           tools/README
10032           tools/tb2sylpheed     ** NEW FILE **
10033                 add script that converts an addressbook exported
10034                 from The Bat! into a Sylpheed addressbook. Submitted
10035                 by Urke MMI <urke-kg@eunet.yu>
10036
10037 2002-09-10 [paul]       0.8.2claws31
10038
10039         * sync with 0.8.2cvs12
10040                 see ChangeLog 2002-09-10
10041
10042 2002-09-06 [paul]       0.8.2claws30
10043
10044         * src/prefs_common.c
10045                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
10046                 
10047         * tools/Makefile.am
10048           tools/README
10049           tools/ldif-to-xml.py  ** REMOVED **
10050                 remove obsolete python script
10051
10052 2002-09-06 [paul]       0.8.2claws29
10053
10054         * sync with 0.8.2cvs10
10055                 see ChangeLog 2002-09-06
10056
10057 2002-09-04 [paul]       0.8.2claws28
10058
10059         * sync with 0.8.2cvs9
10060                 see ChangeLog 2002-08-04
10061
10062 2002-09-04 [colin]      0.8.2claws27 
10063
10064         * src/prefs_common.[ch]
10065                 Added signature color configuration
10066         * src/textview.c
10067                 Use user-specified signature color
10068
10069 2002-09-03 [colin]      0.8.2claws26
10070
10071         * src/prefs_common.[ch]
10072                 Added autosave and autosave_length prefs
10073         * src/compose.c
10074                 Added compose_remove_draft()
10075                 Auto-save drafts according to the prefs
10076         * src/main.c
10077                 Added a crash-indicator file, allowing to check
10078                 for new messages on startup if Sylpheed crashed
10079                 (makes saved drafts "reappear")
10080
10081 2002-09-03 [colin]      0.8.2claws25
10082
10083         * src/textview.[ch]
10084                 Grey the signature
10085
10086 2002-09-03 [paul]       0.8.2claws24
10087
10088         * sync with 0.8.2cvs8
10089                 see ChangeLog 2002-09-02 and 2002-09-03
10090
10091 2002-09-03 [darko]      0.8.2claws23
10092
10093         * src/folderview.c
10094                 use normal style when creating new folder to pick
10095                 proper font size 
10096
10097 2002-09-02 [melvin]     0.8.2claws22
10098
10099         * src/gtkaspell.m4
10100                 removed some obsolete code
10101
10102 2002-09-02 [melvin]     0.8.2claws21
10103
10104         * ac/aspell.m4
10105                 fixed test's equality sign (== to =)
10106
10107 2002-09-02 [alfons]     0.8.2claws20
10108
10109         * src/folder.c
10110         * src/mh.c
10111                 revert change of 0.8.2claws16 and use the mh_folder_destroy
10112                 as folder->destroy virtual as suggested by Hiro
10113                 (the mh.c code seems to have been lost around mh.c.1.21)
10114
10115 2002-09-02 [paul]       0.8.2claws19
10116
10117         * po/pt_BR.po
10118                 updated by Fabio Jr. Beneditto
10119                 
10120         * src/defs.h
10121                 use 'http://claws.sylpheed.org' for homepage link. 
10122                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
10123
10124 2002-09-01 [alfons]     0.8.2claws18
10125
10126         * src/mh.c
10127                 plug memleak related to one Martin Kluge found
10128
10129 2002-08-31 [paul]       0.8.2claws17
10130
10131         * sync with 0.8.2cvs6
10132                 see ChangeLog 2002-08-30
10133
10134 2002-08-31 [alfons]     0.8.2claws16
10135
10136         * src/folder.c
10137                 folder_destroy(): remove mailbox from folderlist even if it has
10138                 no destroy virtual
10139
10140 2002-08-31 [alfons]     0.8.2claws15
10141
10142         * src/folder.c
10143                 :%sno/if(/if (/gc
10144                 :%sno/for(/for (/gc
10145                 (being pedantic I know)
10146
10147 2002-08-31 [alfons]     0.8.2claws14
10148
10149         * src/folder.c
10150                 check for NULL pointers returned from folder->fetch_msginfo virtual
10151                 (should solve some reported crashes)
10152
10153 2002-08-30 [alfons]     0.8.2claws13
10154
10155         * acconfig.h
10156         * configure.in
10157         * src/crash.c
10158                 enable crash dialog on compilation time
10159                 (--enable-crash-dialog configure option)
10160
10161 2002-08-30 [alfons]     0.8.2claws12
10162
10163         * AUTHORS
10164                 add Martin Kluge
10165         * src/mh.c
10166                 apply memory leak plug patch by Martin Kluge
10167                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
10168                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
10169                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
10170
10171 2002-08-30 [darko]      0.8.2claws11
10172
10173         * src/folderview.c
10174                 copy Gtk style from normal style to match
10175                 font size for coloured folders
10176
10177 2002-08-29 [alfons]     0.8.2claws10
10178
10179         * sylpheed.desktop
10180                 Type=Internet <- Type=Application
10181                 (reported by Michael Schwendt, see:
10182                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10183                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10184
10185 2002-08-29 [paul]       0.8.2claws9
10186
10187         * sync with 0.8.2cvs5
10188                 see ChangeLog 2002-08-29
10189
10190 2002-08-29 [colin]      0.8.2claws8
10191
10192         * src/summaryview.c
10193                 Added a sanity check in summary_select_thread
10194                 Should fix bug 601605
10195
10196 2002-08-29 [colin]      0.8.2claws7
10197
10198         * src/main.c
10199                 Revert claws6 changes regarding bug #591676
10200
10201 2002-08-28 [colin]      0.8.2claws6
10202         
10203         * src/main.c
10204                 Ignore cache for queue folderitems
10205                 Fix bug #591676
10206
10207 2002-08-28 [melvin]     0.8.2claws5
10208
10209         * README.claws
10210                 Fixed typos.
10211
10212 2002-08-28 [melvin]     0.8.2claws4
10213
10214         * README.claws
10215                 Updated a bit the text concerning the spell checker
10216
10217 2002-08-28 [melvin]     0.8.2claws3
10218
10219         Merged the GNU_aspell_branch:
10220                 Support of new GNU/aspell is now included and the old pspell
10221                 is not supported anymore.
10222                 See README.claws
10223
10224         * README.claws
10225                 Updated spell checker text to reflect the switch to GNU/aspell
10226
10227         * ac/aspell.m4          *** NEW ***
10228         * src/gtkaspell.[ch]    *** NEW *** 
10229         * ac/pspell.m4          *** DELETED *** 
10230         * src/gtkspell.[ch]     *** DELETED ***
10231
10232         * ac/Makefile.am
10233                 Updated for GNU/aspell support
10234
10235         * po/POTFILES.in
10236                 Replaced gtkspell.c by gtkaspell.c
10237
10238         * acconfig.h
10239         * src/Makefile.am
10240         * src/about.c
10241         * src/compose.[ch]
10242         * src/crash.c
10243         * src/main.c
10244         * src/prefs_common.[ch]
10245                 Updated for GNU/aspell support
10246
10247 2002-08-28 [paul]       0.8.2claws2
10248
10249         * sync with 0.8.2cvs4
10250                 see ChangeLog 2002-08-27 and 2002-08-28
10251
10252 2002-08-28 [colin]      0.8.2claws1
10253
10254         * src/summary_search.c
10255                 Added "AND search"
10256
10257 2002-08-28 [jens]       0.8.2claws
10258
10259         *po/de.po
10260                 Updated German translations
10261
10262 2002-08-27 [melvin]     0.8.2claws
10263
10264         * po/fr.po
10265                 Updated French translations
10266
10267 2002-08-27 [paul]       0.8.2claws
10268
10269         * sync with 0.8.2 main release
10270
10271         * po/en_GB.po
10272           po/es.po
10273           po/it.po
10274           po/pl.po
10275           po/pt_BR.po
10276           po/sr.po
10277                 updated message catalogs submitted by
10278                 Ricardo Mones Lastra, Alessandro Maestri,
10279                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10280                 Beneditto and Urke MMI  
10281
10282 2002-08-27 [hoa]        0.8.1claws123
10283
10284         * src/mainwindow.[ch]
10285         * src/summaryview.[ch]
10286                 removed the "filter setting" menu option.
10287                 add a "cancel a news message" menu option.
10288
10289 2002-08-26 [martin]     0.8.1claws122
10290
10291         * ChangeLog.claws
10292                 changed string under 0.8.1claws79 changed by myself
10293                 i'm sorry alfons :(
10294
10295 2002-08-26 [martin]     0.8.1claws121
10296
10297         * src/crash.c
10298                 added kill command to debuggerrc to start crash dialog
10299
10300 2002-08-26 [paul]       0.8.1claws120
10301
10302         * sync with 0.8.1cvs31
10303                 see ChangeLog 2002-08-26
10304
10305 2002-08-25 [alfons]     0.8.1claws119
10306
10307         * src/procmsg.c
10308                 fix bug that didn't send out correct headers to news server
10309                 when sending news article and email from queue (bug reported
10310                 and patch provided by Tim Mann; closes bug 
10311                 "[ 583196 ] 0.7.8claws can't post news")
10312
10313 2002-08-25 [alfons]     0.8.1claws118
10314
10315         * src/selective_download.c
10316                 mark two strings as translatable
10317                 (thanks to Urke MMI for pointing this out)
10318
10319 2002-08-25 [alfons]     0.8.1claws117
10320
10321         * src/summaryview.c
10322                 treat sent boxes as special and allow sorting them by addressee
10323                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10324                 submitted by Steve Lamb)
10325
10326 2002-08-24 [alfons]     0.8.1claws116
10327
10328         * src/matcher.c
10329                 fix memleak reported by Martin Kluge
10330                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10331
10332 2002-08-24 [oliver]     0.8.1claws115
10333
10334         * src/prefs_toolbar.c
10335                 o code cleanup as suggested by Alfons
10336                 o memleak fix
10337
10338 2002-08-24 [alfons]     0.8.1claws114
10339
10340         * src/summaryview.c
10341                 o fix another memory leak reported by Martin Kluge
10342                   (see "[ 599568 ] Small Memory Leak")
10343                 o remove 'from' variable from 'summary_set_header()'; we can
10344                   do with just 'to' 
10345
10346 2002-08-24 [paul]       0.8.1claws113
10347
10348         * sync with 0.8.1cvs30
10349                 see ChangeLog 2002-08-23
10350
10351 2002-08-24 [alfons]     0.8.1claws112
10352
10353         * src/summaryview.c
10354                 remove unnecessary allocations for search bar fixing leaks
10355                 reported by Martin Kluge
10356                 (see "[ 599451 ] Further memory leaks?")
10357
10358 2002-08-24 [alfons]     0.8.1claws111
10359
10360         * src/main.c
10361                 make get_socket_name() public for crash.c
10362         * src/crash.c
10363                 o make report bug button work (goes to claws' 
10364                   bug tracker at sf.net)
10365                 o introduce function for doing important stuff just
10366                   before claws goes down
10367                 o clean up code 
10368
10369 2002-08-24 [alfons]     0.8.1claws110
10370
10371         * src/compose.c
10372                 move cursor to "To" entry when forwarding as attachment
10373                 (reported and solved by Steve Lamb, closes bug report
10374                 "[ 592880 ] Forward as attachment; cursor not in to")
10375
10376 2002-08-24 [colin]      0.8.1claws109
10377
10378         * src/mainwindow.c
10379                 fix quick search visibility after GUI (de)separations.
10380
10381 2002-08-23 [colin]      0.8.1claws108
10382
10383         * src/mainwindow.c
10384                 fix header pane visibility after folderview or
10385                 messageview (de)separation
10386
10387 2002-08-23 [paul]       0.8.1claws107
10388
10389         * src/mainwindow.[ch]
10390           src/toolbar.c
10391                 give full control of display or non-display 
10392                 of the Execute icon to Custom toolbar settings.
10393                 add new sensitivity condition to maninwindow.h: 
10394                 M_DELAY_EXEC
10395
10396         * ChangeLog
10397           ChangeLog.jp
10398           NEWS
10399                 more sync with 0.8.1cvs29
10400
10401 2002-08-23 [melvin]     0.8.1claws106
10402
10403         * src/alertpanel.c
10404                 Readded support for custom widget in alertpanel lost in last
10405                 sync.
10406
10407 2002-08-23 [paul]       0.8.1claws105
10408
10409         * sync with 0.8.1cvs29
10410                 see ChangeLog 2002-08-23
10411
10412 2002-08-23 [colin]      0.8.1claws104
10413
10414         * src/summaryview.c
10415                 Fix folder and search pixmaps exchanging positions
10416                 after theme or toolbar changes. Thank to Oliver for 
10417                 reporting this.
10418
10419 2002-08-23 [colin]      0.8.1claws103
10420
10421         * src/mainwindow.c
10422           src/messageview.[ch]
10423           src/noticeview.[ch]
10424           src/summaryview.c
10425                 Changed messageview_create() and noticeview_create()
10426                 to avoid the last gdk_warning
10427
10428 2002-08-22 [colin]      0.8.1claws102
10429
10430         * src/summaryview.c
10431                 Fix my new `Creating pixmap from xpm' warning
10432
10433 2002-08-22 [colin]      0.8.1claws101
10434
10435         * src/mainwindow.c
10436                 Fix some of the gdk warnings
10437
10438 2002-08-22 [colin]      0.8.1claws100
10439
10440         * src/Makefile.am
10441         * src/stock_pixmap.c
10442         * src/stock_pixmap.h
10443         * src/pixmaps/quicksearch.xpm *ADDED*
10444                 Add the quicksearch pixmap
10445         * src/mainwindow.c
10446         * src/summaryview.c
10447         * src/summaryview.h
10448                 Make quicksearch bar visible/hidden via a button
10449
10450 2002-08-22 [christoph]  0.8.1claws99
10451
10452         * src/folder.c
10453                 fix folder update for newsgroups with message
10454                 numbers below minimum number of articles to fetch
10455                 (closes bug #598445)
10456
10457 2002-08-22 [paul]       0.8.1claws98
10458
10459         * sync with 0.8.1cvs28
10460                 see ChangeLog 2002-08-22
10461
10462 2002-08-21 [alfons]     0.8.1claws97
10463
10464         * src/crash.c
10465                 use bt instead of bt full which seems to work 
10466                 better, and bt full doesn't give a great deal 
10467                 of information anyway
10468
10469 2002-08-21 [colin]      0.8.1claws96
10470
10471         * src/summaryview.c
10472                 fix summaryview_searchtype_changed prototype
10473
10474 2002-08-21 [christoph]  0.8.1claws95
10475
10476         * src/mainwindow.c
10477                 o fix broken menu update for sorting type, we have to
10478                   get this info from the summaryview now
10479                 o removed setting of threaded state in menu callback
10480         * src/summaryview.[ch]
10481                 more summaryview/folderitem seperation for
10482                 threading option
10483         * configure.in
10484                 removed not required --with-compiler-flags option
10485
10486 2002-08-21 [oliver]     0.8.1claws94
10487         
10488         * src/toolbar.h 
10489                 o rename toolbar.xml to toolbar_main.xml
10490                   since toolbar_compose.xml might come up 
10491                   any time soon
10492         * README.claws
10493                 add custom toolbar              
10494
10495 2002-08-21 [darko]      0.8.1claws93
10496
10497         * src/procmsg.c
10498                 don't reset tmp flags for messages copied
10499                 to sent folder
10500
10501 2002-08-21 [colin]      0.8.1claws92
10502         
10503         * src/prefs_filtering.c
10504                 fix renaming rules on folder rename 
10505                 when folder is not a leaf folder
10506
10507 2002-08-21 [paul]       0.8.1claws91
10508
10509         * src/prefs_folder_item.c
10510                 fix alignment of colour selector
10511
10512 2002-08-21 [paul]       0.8.1claws90
10513
10514         * sync with 0.8.1cvs27
10515                 see ChangeLog 2002-08-21
10516
10517 2002-08-21 [paul]       0.8.1claws89
10518
10519         * src/summaryview.c
10520                 fix crash when changing field type in
10521                 Quick search bar
10522
10523 2002-08-21 [colin]      0.8.1claws88
10524
10525         * src/summaryview.c
10526                 Made quick search case-insensitive
10527
10528 2002-08-21 [paul]       0.8.1claws87
10529
10530         * sync with 0.8.1cvs26
10531                 see ChangeLog 2002-08-21
10532
10533 2002-08-20 [christoph]  0.8.1claws86
10534
10535         * src/folderview.c
10536         * src/main.c
10537         * src/summaryview.[ch]
10538                 more summaryview/folderitem seperation for
10539                 sort_key and sort_type
10540         * src/procmsg.c
10541                 added missing return statement
10542
10543 2002-08-20 [colin]      0.8.1claws85
10544
10545         * src/summaryview.[ch]
10546                 Added a quick search box
10547         * src/mainwindow.c
10548         * src/prefs_common.[ch]
10549                 Added a show/hide option for the quick search
10550
10551 2002-08-20 [oliver]     0.8.1claws84
10552         
10553         * src/mainwindow.c
10554                 remove toolbar_create_popups
10555         * src/toolbar.[ch]
10556                 o remove toolbar_create_popups
10557                 o fix toolbar_set_sensitive 
10558                   (Bug reports #596834 and #596832)     
10559         * src/prefs_toolbar.c
10560                 o add "Set default" button
10561                 o align label and text + combo widgets
10562
10563 2002-08-20 [hoa]        0.8.1claws83bis
10564
10565         * src/imap.c
10566                 fixed a bug in imap_fetch_msginfo() in case there is no
10567                 current folder.
10568
10569 2002-08-20 [darko]      0.8.1claws83
10570
10571         * src/folderview.c
10572                 copy the color style of folder view so it
10573                 works with GTK themes
10574
10575 2002-08-20 [darko]      0.8.1claws82
10576
10577         * src/folder.h
10578         * src/folderview.c
10579         * src/prefs_folder_item.[hc]
10580                 don't use UI stuff in folder.h
10581
10582 2002-08-20 [darko]      0.8.1claws81
10583
10584         * src/folder.h
10585         * src/prefs_folder_item.h
10586         * src/folderview.c
10587         * src/prefs_folder_item.c
10588                 ability to set folder color in folderview
10589
10590 2002-08-19 [alfons]     0.8.1claws80
10591
10592         * src/summaryview.c
10593                 fix one of the earlier memleaks reported by Martin Kluge
10594
10595 2002-08-19 [alfons]     0.8.1claws79
10596
10597         * src/mainwindow.c
10598                 hide notice view when selecting seperate folder
10599                 view (reported by Urke MMI)
10600
10601 2002-08-19 [christoph]  0.8.1claws78
10602
10603         * src/folderview.c
10604         * src/prefs_folder_item.h
10605         * src/summaryview.[ch]
10606                 o add summary_set_prefs_from_folderitem to set
10607                   summaryview prefs (first step to remove all
10608                   references to the folderitem in summaryview)
10609                 o moved compiled regex stuff from folderitem prefs
10610                   to summaryview code
10611
10612 2002-08-19 [paul]       0.8.1claws77
10613
10614         * src/compose.c
10615                 add check for '.' to QUOTE_IF_REQUIRED
10616
10617 2002-08-19 [paul]       0.8.1claws76
10618
10619         * src/inc.c
10620                 sync with 0.8.1cvs25 (plug memory leak)
10621
10622         * src/prefs_toolbar.c
10623                 re-order prefs_toolbar_cancel()
10624
10625 2002-08-18 [alfons]     0.8.1claws75
10626
10627         * src/inc.c
10628         * src/matcher.c
10629                 plug other memleaks reported by Martin Kluge
10630
10631 2002-08-18 [paul]       0.8.1claws74
10632
10633         * po/pt_BR.po
10634                 updated by Fabio Jr. Beneditto
10635
10636 2002-08-18 [paul]       0.8.1claws73
10637
10638         * src/toolbar.[ch]
10639                 fix bug where tooltips were displayed untranslated              
10640
10641         * src/prefs_toolbar.c
10642                 fix bug where clicking 'Cancel' creates an icon & text
10643                 toolbar regardless of prefs
10644         
10645
10646 2002-08-17 [oliver]     0.8.1claws72
10647
10648         * src/prefs_toolbar.c
10649                 update toolbar on CANCEL
10650                 bug reported by Martin Kluge
10651         * src/toolbar.c
10652                 toolbar_destroy memleak fixed           
10653
10654 2002-08-17 [alfons]     0.8.1claws71
10655
10656         * src/toolbar.c
10657                 plug another memleak reported by Martin Kluge
10658
10659 2002-08-16 [alfons]     0.8.1claws70
10660
10661         * src/crash.c
10662                 use execvp() correctly (suggested by wwp; thanks!)
10663
10664 2002-08-16 [alfons]     0.8.1claws69
10665
10666         * src/gtksctree.c
10667                 plug memory leak reported by Kim Schultz & Martin Kluge
10668
10669 2002-08-16 [paul]       0.8.1claws68
10670
10671         * po/es.po
10672                 updated by Ricardo Mones Lastra
10673
10674 2002-08-16 [paul]       0.8.1claws67
10675
10676         * src/toolbar.h
10677                 fix bug where 'Compose News' icon showed wrong
10678                 tooltip
10679
10680 2002-08-16 [paul]       0.8.1claws66
10681
10682         * sync with 0.8.1cvs24
10683                 see ChangeLog 2002-08-16
10684
10685         * po/it.po
10686                 updated by Alessandro Maestri
10687
10688 2002-08-15 [paul]       0.8.1claws65
10689
10690         * po/sr.po
10691                 updated by Urke MMI
10692
10693 2002-08-15 [paul]       0.8.1claws64
10694
10695         * src/*.c
10696                 don't translate debug info
10697
10698         * src/matcher.[ch]
10699                 add copyright info
10700
10701 2002-08-15 [paul]       0.8.1claws63
10702
10703         * src/prefs_toolbar.c
10704                 fix bug where clicking 'OK' creates an icon & text
10705                 toolbar regardless of prefs
10706
10707 2002-08-14 [alfons]     0.8.1claws62
10708
10709         * src/main.c
10710                 add global var that has the full argv[0]
10711         * src/crash.c
10712                 o execvp the correct sylpheed by using argv0
10713                   and setting the correct work dir
10714                 o other tweaks  
10715
10716 2002-08-14 [oliver]     0.8.1claws61
10717         
10718         * enable/disable Toolbar Action Buttons 
10719         * code cleanups
10720         * src/mainwindow.c
10721         * src/toolbar.[ch]      
10722         * src/prefs_toolbar.c   
10723
10724 2002-08-14 [melvin]     0.8.1claws60
10725
10726         * po/fr.po
10727                 Updated French translations
10728
10729 2002-08-14 [melvin]     0.8.1claws59
10730
10731         * src/crash.c
10732                 Made bug report not translatable
10733         * src/exporthtml.c
10734                 Fixed exporthtml_build_filespec() return value
10735         * src/foldersel.c
10736                 Fixed incorrect include file
10737         * src/gtkspell.c
10738         * src/prefs_actions.c
10739         * src/prefs_toolbar.c
10740                 Made debug info not translatable
10741         * src/mutt.c
10742         * src/quote_fmt.c
10743                 Added missing includes
10744         * src/prefs_common.c
10745                 Fixed typo
10746
10747 2002-08-14 [paul]       0.8.1claws58
10748
10749         * faq/es/sylpheed-faq.html
10750           faq/es/sylpheed-faq-[1-3].html
10751           faq/es/sylpheed-faq-4.html     **NEW FILE **
10752                 update Spanish FAQ
10753
10754 2002-08-13 [christoph]  0.8.1claws57
10755
10756         * src/procmsg.c
10757                 ignore thread fix that did not mark all
10758                 child nodes of a ignored thread as
10759                 ignored. Does not work perfectly yet,
10760                 but it is better now
10761
10762 2002-08-13 [alfons]     0.8.1claws56
10763
10764         * src/crash.c
10765                 o implement 'save crash log'
10766                 o some tweaks
10767
10768 2002-08-13 [melvin]     0.8.1claws55
10769
10770         * src/main.c
10771                 removed unrequired "execinfo.h" header
10772
10773 2002-08-12 [paul]       0.8.1claws54
10774
10775         * faq/en/sylpheed-faq.html
10776           faq/en/sylpheed-faq-[1-3].html
10777           faq/en/sylpheed-faq-4.html     **NEW FILE **
10778                 update English FAQ
10779
10780 2002-08-12 [alfons]     0.8.1claws53
10781
10782         * po/POTFILES.in
10783                 add crash.c to translatables
10784         * src/crash.c
10785                 bring in Leandro's crash dialog
10786
10787 2002-08-11 [alfons]     0.8.1claws52
10788
10789         * src/crash.c
10790                 clean up some warnings
10791
10792 2002-08-11 [alfons]     0.8.1claws51
10793
10794         * acconfig.h
10795         * configure.in
10796         * src/crash.[ch]        ** NEW FILES **
10797         * src/main.c            
10798                 initial gdb crash handler
10799
10800 2002-08-11 [paul]       0.8.1claws50
10801
10802         * src/prefs_toolbar.c
10803                 replace Up/Down arrow pixmaps with text to be
10804                 consistent across icon themes
10805
10806 2002-08-11 [paul]       0.8.1claws49
10807
10808         * src/prefs_common.c
10809           src/prefs_toolbar.c
10810                 rename 'Pixmap' -> 'Icon'
10811
10812         * src/toolbar.[ch]
10813                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10814
10815 2002-08-10 [paul]       0.8.1claws48
10816
10817         * src/prefs_toolbar.c
10818                 re-work the UI
10819
10820 2002-08-10 [paul]       0.8.1claws47
10821
10822         * src/main.c
10823                 don't write Processing progress to status bar
10824                 patch submitted by Alexander Evseev
10825
10826         * src/prefs_toolbar.c
10827                 re-position and resize window
10828                 make window assume correct size on first call
10829
10830 2002-08-10 [paul]       0.8.1claws46
10831
10832         * src/mainwindow.c
10833           src/prefs_toolbar.c
10834           src/toolbar.c
10835           src/toolbar.h
10836                 obey coding style
10837                 follow UI text conventions
10838
10839 2002-08-10 [alfons]     0.8.1claws45
10840
10841         * src/toolbar.c
10842                 correct pixmap for delete action
10843
10844 2002-08-10 [paul]       0.8.1claws44
10845
10846         * po/pt_BR.po
10847                 updated by Fabio Jr. Beneditto
10848
10849 2002-08-10 [paul]       0.8.1claws43
10850
10851         * po/POTFILES.in
10852                 add custom toolbar files
10853
10854 2002-08-10 [paul]       0.8.1claws42
10855
10856         * sync with 0.8.1cvs22
10857                 see ChangeLog 2002-08-09
10858
10859 2002-08-09 [paul]       0.8.1claws41
10860
10861         * tools/Makefile.am
10862           tools/README
10863           tools/outlook2sylpheed.pl     ** NEW FILE **
10864                 add script to convert exported Outlook
10865                 contacts list to a Sylpheed addressbook.
10866                 Submitted by Ricardo Mones Lastra.
10867
10868 2002-08-09 [paul]       0.8.1claws40
10869
10870         * AUTHORS
10871           configure.in
10872           po/sr.po      ** NEW FILE **
10873                 add Serbian message catalog. Submitted by
10874                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10875
10876 2002-08-09 [paul]       0.8.1claws39
10877
10878         * sync with 0.8.1cvs21
10879                 see ChangeLog 2002-08-08
10880
10881 2002-08-08 [oliver]     0.8.1claws38
10882
10883         * src/mainwindow.c
10884                 move Custom Toolbar to Configuration menu
10885
10886 2002-08-08 [oliver]     0.8.1claws37
10887
10888         * src/prefs_toolbar.c
10889                 fix substitute pixmap bug
10890
10891 2002-08-08 [paul]       0.8.1claws36
10892
10893         * sync with 0.8.1cvs19
10894                 see ChangeLog 2002-08-08
10895
10896 2002-08-07 [christoph]  0.8.1claws35
10897
10898         * src/utils.c
10899                 fixed a memory leak in new canonicalize_file_replace
10900
10901 2002-08-07 [christoph]  0.8.1claws34
10902
10903         * src/utils.[ch]
10904                 o canonicalize_file_replace should create the temporary
10905                   file in the same directory as the original file.
10906                 o added get_tmpfile_in_dir that creates a temorary file
10907                   in a specified directory.
10908
10909 2002-08-07 [melvin]     0.8.1claws33
10910
10911         * src/toolbar.c
10912                 fixed bug where 'Article' button acted as 'Email' button.
10913
10914 2002-08-07 [paul]       0.8.1claws32
10915
10916         * sync with 0.8.1.cvs17
10917                 see ChangeLog 2002-08-07
10918
10919 2002-08-07 [colin]      0.8.1claws31
10920         
10921         * src/news.c
10922                 fix mass-cancel problem
10923
10924 2002-08-07 [thorsten]   0.8.1claws30
10925
10926         * src/prefs_toolbar.c
10927                 fix: crash on replace or add new button
10928         * src/toolbar.c
10929                 fix: close xmlfile after reading
10930         * src/utils.c
10931                 fix: unlink() file before rename()
10932
10933 2002-08-06 [paul]       0.8.1claws29
10934
10935         * sync with 0.8.cvs15
10936                 see ChangeLog 2002-08-06
10937
10938 2002-08-06 [oliver]     0.8.1claws28
10939
10940         * src/toolbar.c
10941         * src/prefs_toolbar.c
10942                 fixed empty toolbar issue
10943
10944 2002-08-06 [oliver]     0.8.1claws27
10945
10946         * Custom Toolbar Final 
10947         * src/folderview.c
10948         * src/inc.c
10949         * src/summaryview.c
10950                 o toolbar stuff now lives in src/toolbar.[ch]
10951                 o main_window_toolbar_* functions are renamed to
10952                   toolbar_* reflecting their new source file
10953         * src/mainwindow.[ch]
10954                 o remove toolbar stuff  
10955
10956 2002-08-06 [oliver]     0.8.1claws26
10957         
10958         * src/Makefile.am
10959         * src/prefs_toolbar.[ch]        **New File**
10960         * src/toolbar.[ch]              **New File**
10961                 o prefs_toolbar.[ch] custom toolbar frontend
10962                 o toolbar.[ch]       backend 
10963
10964 2002-08-06 [oliver]     0.8.1claws25
10965
10966         * src/prefs_actions.[ch]
10967                 o new exported function actions_execute
10968
10969 2002-08-06 [paul]       0.8.1claws24
10970
10971         * sync with 0.8.1cvs4
10972                 see ChangeLog 2002-08-06
10973
10974 2002-08-06 [paul]       0.8.1claws23
10975
10976         * sync with 0.8.1cvs13
10977                 see ChangeLog 2002-08-06
10978
10979 2002-08-06 [paul]       0.8.1claws22
10980
10981         * sync with 0.8.1cvs12
10982                 see ChangeLog 2002-08-05 and 2002-08-06
10983
10984 2002-08-06 [match]      0.8.1claws21
10985
10986         * src/addrclip.c
10987                 improvements to cut/copy/paste address
10988
10989 2002-08-05 [match]      0.8.1claws20
10990
10991         * src/addritem.[ch]
10992         * src/addrcache.c
10993         * src/addrbook.c
10994         * src/editaddress.c
10995         * src/addressbook.c
10996                 fixes to improve cut/copy/paste
10997
10998 2002-08-06 [melvin]     0.8.1claws19
10999
11000         * src/account.[ch]
11001                 account_find_all_from_address(): new function that returns the
11002                 list of all accounts that are matched in an address.
11003         * src/alertpanel.[ch]
11004                 alertpanel() now accepts a custom widget
11005                 alertpanel_with_widget(): new function that pops up a panel with
11006                 a custom widget in it 
11007         * src/gtkutils.[ch]
11008                 gtkut_account_menu_new(): new function that allows the selection
11009                 of an account from a list of accounts.
11010         * src/messageview.c
11011                 Extended Return Receipt notification to select the correct 
11012                 account and to make a security test on the Delivery-Notification
11013                 address which should be the same as the Return-Path.
11014
11015 2002-08-06 [thorsten]   0.8.1claws18
11016
11017         * src/mimeview.c
11018                 attach_all: save unnamed as "noname.%d",
11019                 dont free static dirname
11020
11021 2002-08-05 [alfons]     0.8.1claws17
11022
11023         * configure.in
11024                 detect XIM by trying to link rather than compile a XIM program
11025
11026 2002-08-05 [oliver]     0.8.1claws16
11027                 
11028         * src/stock_pixmap.[ch]
11029                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
11030                 o new func to retrieve pixmaps
11031
11032 2002-08-05 [paul]       0.8.1claws15
11033
11034         * sync with 0.8.1cvs10
11035                 see ChangeLog 2002-08-05
11036
11037 2002-08-04 [alfons]     0.8.1claws14
11038
11039         * src/textview.c
11040                 see if this plugs memleak
11041
11042 2002-08-04 [melvin]     0.8.1claws13
11043
11044         * src/gtkspell.c
11045                 fixed bug that could crash Sylpheed when highlighting
11046                 all misspelled words.
11047
11048 2002-08-03 [melvin]     0.8.1claws12
11049
11050         * src/prefs_actions.c
11051                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
11052         * src/messageview.c
11053                 fixed bug where the Return Receipt was sent to
11054                 Delivery-Notification-To address even if it was not present
11055
11056 2002-08-02 [alfons]     0.8.1claws11
11057
11058         * src/prefs_actions.c
11059                 o more check for NULLs
11060                 o put create_io_dialog() in right conditional block
11061
11062 2002-08-02 [paul]       0.8.1claws10
11063
11064         * po/es.po
11065                 updated by Ricardo Mones Lastra
11066
11067 2002-08-01 [christoph]  0.8.1claws9
11068
11069         * src/folder.c
11070                 don't free the cache of the opened
11071                 folder in the summaryview
11072         * src/summaryview.c
11073                 don't unset flags, if it is not required
11074
11075 2002-08-01 [paul]       0.8.1claws8
11076
11077         * sync with 0.8.1cvs8
11078                 see ChangeLog entry 2002-08-01
11079
11080 2002-08-01 [paul]       0.8.1claws7
11081
11082         * sync with 0.8.1cvs7
11083                 see ChangeLog 2002-07-31 and 2002-08-01
11084
11085 2002-07-31 [christoph]  0.8.1claws6
11086
11087         * src/mainwindow.c
11088                 forgot to update menu sensitivity
11089                 function for new menu entry
11090
11091 2002-07-31 [alfons]     0.8.1claws5
11092
11093         * src/main.c
11094                 check folder item and its path for NULL on
11095                 initial processing
11096
11097 2002-07-31 [christoph]  0.8.1claws4
11098
11099         * src/folder.c
11100                 check if folder_item_get_msginfo in
11101                 folder_item_remove_msg returned NULL
11102         * src/imap.c
11103                 better clear the uid cache in the
11104                 uid validity check function and delete
11105                 cached messages
11106
11107 2002-07-31 [paul]       0.8.1claws3
11108
11109         * man/sylpheed.1
11110                 add the '--attach' option and a few other
11111                 minor changes
11112
11113 2002-07-31 [paul]       0.8.1claws2
11114
11115         * sync with 0.8.1cvs5
11116                 see ChangeLog 2002-07-31
11117
11118 2002-07-31 [christoph]  0.8.1claws1
11119
11120         * src/folderview.[ch]
11121         * src/mainwindow.c
11122                 replace "Rescan all folders..." with
11123                 "Check all folders for new messages..."
11124
11125 2002-07-30 [paul]       0.8.1claws
11126
11127         * version 0.8.1claws released
11128
11129 2002-07-30 [paul]       0.8.0claws29
11130
11131         * tools/OOo2sylpheed.pl ** NEW FILE **
11132           tools/README
11133                 add script to enable sending documents as
11134                 attachments from OpenOffice.org
11135
11136 2002-07-30 [melvin]     0.8.0claws28
11137
11138         * src/prefs_actions.c
11139                 Made the actions' input/output dialog display
11140                 without delay.
11141
11142 2002-07-30 [christoph]  0.8.0claws27
11143
11144         * src/procmsg.c
11145                 check if folder_item_get_msginfo in
11146                 procmsg_save_to_outbox returned NULL
11147
11148 2002-07-30 [paul]       0.8.0claws26
11149
11150         * sync with 0.8.1cvs4
11151                 see ChangeLog 2002-07-29
11152
11153 2002-07-29 [thorsten]   0.8.0claws25
11154
11155         * README.claws
11156                 added selective download, delete on server
11157
11158 2002-07-29 [paul]       0.8.0claws24
11159
11160         * sync with 0.8.1cvs3
11161                 see ChangeLog 2002-07-29
11162
11163 2002-07-27 [christoph]  0.8.0claws23
11164
11165         * src/folder.c
11166                 add extra check if fetching the msginfo
11167                 returned NULL
11168
11169 2002-07-27 [paul]       0.8.0claws22
11170
11171         * sync with 0.8.1cvs2
11172                 see ChangeLog 2002-07-26
11173
11174 2002-07-27 [christoph]  0.8.0claws21
11175
11176         * src/imap.c
11177                 add another check if a valid msginfo
11178                 was returned
11179
11180 2002-07-26 [hoa]        0.8.0claws20
11181
11182         * src/folder.c
11183                 Fixed a condition in folder_item_destroy()
11184
11185         * src/imap.c
11186                 Fixed an error in IMAP protocol
11187
11188 2002-07-26 [alfons]     0.8.0claws19
11189
11190         * src/folder.c
11191                 ofcourse compare with identifier, not the path
11192
11193 2002-07-26 [alfons]     0.8.0claws18
11194
11195         * src/folder.c
11196                 use folder item identifier for saving / restoring
11197                 preferences because folder->path might not be unique
11198
11199 2002-07-26 [melvin]     0.8.0claws17
11200
11201         * src/logwindow.c
11202                 Fixed a crash introduced in 0.8.0claws5 when log is 
11203                 cut under 80 characters.
11204
11205 2002-07-26 [paul]       0.8.0claws16
11206
11207         * sync with 0.8.1cvs1
11208                 see ChangeLog 2002-07-26
11209
11210 2002-07-26 [christoph]  0.8.0claws15
11211
11212         * src/imap.[ch]
11213                 imap folder now remembers the last selected
11214                 folder and imap_fetch_msginfo skips selecting
11215                 the folder if it is already selected
11216
11217 2002-07-26 [christoph]  0.8.0claws14
11218
11219         * src/folder.c
11220         * src/folderview.c
11221         * src/imap.c
11222                 fix imap folder rescanning
11223
11224 2002-07-25 [christoph]  0.8.0claws13
11225
11226         * src/filter.c
11227         * src/folder.[ch]
11228         * src/folderview.c
11229         * src/imap.[ch]
11230         * src/mainwindow.c
11231         * src/mbox_folder.c
11232         * src/mh.c
11233         * src/news.c
11234                 implement imap uid cache and uid validity check
11235
11236 2002-07-25 [alfons]     0.8.0claws12
11237
11238         * src/summaryview.c
11239                 fix a brown paper bag bug, and also add some more
11240                 checks
11241
11242 2002-07-25 [christoph]  0.8.0claws11
11243
11244         * src/folder.c
11245                 don't mix copy, fetch_msginfo and remove
11246                 operations in folder item copy and move
11247                 operations
11248
11249 2002-07-25 [christoph]  0.8.0claws10
11250
11251         * src/folderview.c
11252         * src/mainwindow.c
11253         * src/prefs_folder_item.c
11254         * src/summaryview.[ch]
11255                 remove no longer required parameter update_cache from
11256                 summary_show
11257
11258 2002-07-25 [paul]       0.8.0claws9
11259
11260         * sync with 0.8.1
11261         
11262         * AUTHORS
11263                 a few corrections
11264
11265 2002-07-24 [alfons]     0.8.0claws8
11266
11267         * src/summaryview.c
11268                 sort correctly when using simplified subject line
11269                 (closes feature request "[ 585141 ] applying regexp to subject 
11270                 before sort" submitted by Alexandra Walford)
11271
11272 2002-07-24 [paul]       0.8.0claws7
11273
11274         * sync with 0.8.0cvs3
11275                 see ChangeLog 2002-07-24
11276
11277 2002-07-23 [christoph]  0.8.0claws6
11278
11279         * src/folder.c
11280         * src/folder.h
11281         * src/summaryview.c
11282         * src/summaryview.h
11283         * src/main.c
11284                 o separate processing and summaryview
11285                 o removed summary_write_cache from summaryview
11286                 o removed summaryview->killed_messages, because we don't have
11287                   to keep a list of killed messages anymore. New cache will
11288                   keep the hidden messages in cache anyway
11289         * src/folderview.c
11290         * src/inc.c
11291         * src/selective_download.c
11292                 o removed unnecessary summary_write_cache calls
11293         * src/procmsg.c
11294                 o don't set ignore thread flag in procmsg_get_thread_tree
11295                   if it is already set
11296         * src/mainwindow.c
11297         * src/statusbar.h
11298                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11299                   they are used in different files
11300
11301 2002-07-23 [melvin]     0.8.0claws5
11302
11303         * src/addressbook.c
11304         * src/addrgather.c
11305         * src/editaddress.c
11306         * src/editgroup.c
11307         * src/editldap_basedn.c
11308         * src/importldif.c
11309         * src/prefs_common.c
11310                 Fixed few memory leak (gtk_editable_get_chars returns
11311                 an allocated string)
11312         * src/logwindow.c
11313                 Fixed few memory leak (gtk_editable_get_chars returns
11314                 an allocated string) and modified a little the log cutting
11315                 loop.
11316         * src/compose.c
11317                 Replaced a call to an obsolete function gtk_entry_get_text()
11318                 by gtk_editable_get_chars()
11319         * src/send.c
11320                 Removed a debug printf
11321
11322 2002-07-23 [christoph]  0.8.0claws4
11323
11324         * src/filesel.c
11325                 fix another g_dirname memory leak
11326
11327 2002-07-23 [christoph]  0.8.0claws3
11328
11329         * src/mh.c
11330                 fixed a memory leak in mh_fetch_msginfo
11331                 fixed crash when message header could not be
11332                 parsed
11333
11334 2002-07-23 [paul]       0.8.0claws2
11335
11336         * sync with 0.8.0cvs2
11337                 see ChangeLog 2002-07-23
11338
11339 2002-07-23 [paul]       0.8.0claws1
11340
11341         * sync with 0.8.0cvs1
11342                 see ChangeLog 2002-07-23
11343
11344 2002-07-23 [paul]       0.8.0claws
11345
11346         * release of 0.8.0claws
11347
11348 2002-07-23 [paul]       0.7.8claws99
11349
11350         * po/ru.po
11351                 new Russian translation, submitted by
11352                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11353
11354 2002-07-22 [jens]       0.7.8claws98
11355
11356         * po/de.po
11357                 Updated German translations.
11358
11359 2002-07-22 [paul]       0.7.8claws97
11360
11361         * po/es.po
11362           po/it.po
11363           po/nl.po
11364           po/pt_BR.po
11365                 updated translations by Ricardo Mones Lastra,
11366                 Alessandro Maestri, Wilbert Berendsen and 
11367                 Fabio Jr. Beneditto respectively
11368
11369 2002-07-22 [christoph]  0.7.8claws96
11370
11371         * src/mimeview.c
11372                 fix memory leak caused by wrong g_dirname usage
11373
11374 2002-07-22 [christoph]  0.7.8claws95
11375
11376         * src/summaryview.c
11377                 update new and unread message counts for summaryview
11378                 summaryview does not get it from the folder anymore
11379                 and has to update the values itself
11380
11381 2002-07-22 [melvin]     0.7.8claws94
11382
11383         * po/fr.po
11384                 Updated French translations.
11385
11386 2002-07-22 [christoph]  0.7.8claws93
11387
11388         * src/matcher.c
11389                 set prop->preg pointer to NULL or following check
11390                 will not fail and regexec will be called with
11391                 invalid pointer
11392
11393 2002-07-21 [alfons]     0.7.8claws92
11394         
11395         * src/prefs_common.[ch]
11396                 remove option "Send return receipt on request"
11397
11398 2002-07-21 [thorsten]   0.7.8claws91
11399
11400         * src/mimeview.c
11401                 fixed memleaks, coding style as pointed out by alfons
11402
11403 2002-07-21 [alfons]     0.7.8claws90
11404
11405         * src/messageview.c
11406         * src/noticeview.[ch]
11407                 o fix bug notice view being displayed when going to empty folder 
11408                   (noticed by Christoph)
11409                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11410                   (noticed by Thorsten)
11411
11412 2002-07-21 [thorsten]   0.7.8claws89
11413
11414         * src/mimeview.c
11415                 Included save_all patch from Xaview FACQ
11416                 added support for pathnames
11417
11418 2002-07-21 [alfons]     0.7.8claws88
11419
11420         * po/POTFILES.in
11421         * src/Makefile.am
11422         * src/mainwindow.c
11423         * src/messageview.[ch]
11424         * src/noticeview.c      ** NEW FILE **
11425         * src/noticeview.h      ** NEW FILE **
11426                 make return receipts work again
11427                 (UI idea by Leandro Pereira)
11428
11429 2002-07-21 [paul]       0.7.8claws87
11430
11431         * src/summaryview.c
11432                 fix sensitivity of 'Select thread'
11433
11434 2002-07-21 [paul]       0.7.8claws86
11435
11436         * src/prefs_common.c
11437                 add browser command line for Galeon
11438
11439 2002-07-21 [paul]       0.7.8claws85
11440
11441         * Makefile.am
11442                 fix 'EXTRA_DIST': remove README.README, add TODO
11443                 and TODO.claws
11444
11445 2002-07-21 [alfons]     0.7.8claws84
11446
11447         * src/gtkstext.c
11448                 make enter clear selection
11449                 (closes "[ 579888 ] Editor selection/entry error"
11450                 reported by Steve Lamb)
11451
11452 2002-07-21 [alfons]     0.7.8claws83
11453         
11454         * src/summaryview.c
11455                 sort message list when selecting unthread messages
11456                 (closes "[ 501593 ] switching threaded view doesn't sort"
11457                 reported by Simon Schubert)
11458
11459 2002-07-20 [alfons]     0.7.8claws82
11460         
11461         * src/matcher.c
11462                 const-correctness
11463
11464 2002-07-20 [thorsten]   0.7.8claws81
11465
11466         * src/matcher.c
11467                 Fixed expansion of empty fields in matchactions
11468
11469 2002-07-19 [melvin]     0.7.8claws80
11470
11471         * src/gtkspell.c
11472                 Removed a duplicate menu entry (fast mode) introduced during
11473                 the new cache merge
11474                 Added a menu separator between 'Use alternate' and 'Fast mode'
11475
11476 2002-07-19 [paul]       0.7.8claws79
11477
11478         * tools/Makefile.am
11479           tools/README
11480                 correct typos
11481
11482 2002-07-19 [thorsten]   0.7.8claws78
11483
11484         * tools/calypso_convert.pl      ** NEW FILE **
11485           tools/README
11486           tools/Makefile.am
11487                 script to import mbox files exported
11488                 by calypso
11489                 o generates folder structure
11490                 o includes attachments
11491
11492 2002-07-19 [melvin]     0.7.8claws77
11493
11494         * src/selective_download.[ch]
11495                 Fixed bug where closing the dialog with the window manager's
11496                 close button will not unlock the summary
11497                 Corrected some function declarations that missed a return value
11498                 Made the source code comply better with coding style.
11499         * src/prefs_common.c
11500                 Added new browser command line for Mozilla.
11501
11502 2002-07-18 [paul]       0.7.8claws76
11503
11504         * src/mainwindow.c
11505           src/selective_download.[ch]
11506                 reflect theme changes, fix Gdk Warning when creating 
11507                 pixmap from NULL window, and minor clean up.
11508                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11509
11510         * po/en_GB.po
11511                 updated
11512
11513 2002-07-17 [paul]       0.7.8claws75
11514
11515         * INSTALL[.jp]
11516                 sync with 0.8.0
11517         
11518         * po/en_GB.po
11519                 updated
11520
11521 2002-07-16 [paul]       0.7.8claws74
11522
11523         * tools/filter_conv.pl
11524           tools/README
11525                 replace conversion script with reimplemented version, 
11526                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11527
11528 2002-07-16 [colin]      0.7.8claws73
11529
11530         * src/summaryview.c
11531                 remove forgotten debug messages - sorry ;-)
11532
11533 2002-07-16 [colin]      0.7.8claws72
11534
11535         * src/mimeview.c
11536           src/summaryview.c
11537           src/textview.c
11538           src/textview.h
11539                 add the ability to select part of a text mime-part 
11540                 to reply.
11541
11542 2002-07-15 [christoph]  0.7.8claws71
11543
11544         * src/folder.c
11545                 fix folder message count for folders without
11546                 msg_is_changed (includes news folders)
11547
11548 2002-07-15 [martin]     0.7.8claws70
11549
11550         * src/summaryview.c
11551                 option "display recipient on 'From'..." now works
11552                 without the need of enabling the option
11553                 "display  sender  using  address  book".
11554
11555 2002-07-15 [christoph]  0.7.8claws69
11556
11557         * src/summaryview.c
11558                 removed setting folder status from summaryview.
11559                 folder.c should update all message counts correctly.
11560
11561 2002-07-15 [paul]       0.7.8claws68
11562
11563         * po/pt_BR.po
11564                 updated by Fabio Junior Beneditto
11565
11566 2002-07-15 [darko]      0.7.8claws67
11567
11568         * src/mh.c
11569                 Fixed target folder colorization, don't decrease op
11570                 number twice
11571
11572 2002-07-14 [paul]       0.7.8claws66
11573
11574         * sync with main 0.8.0
11575                 see ChangeLog 2002-07-14
11576
11577 2002-07-13 [melvin]     0.7.8claws65
11578         
11579         * src/addrbook.c
11580         * src/addressbook.c
11581         * src/addrindex.c
11582                 Replaced sprintf by g_snprintf to prevent possible buffer
11583                 overflow.
11584         * src/news.c
11585                 Corrected a log message output format.
11586                 Added a missing "done" debug output.
11587         * src/compose.c
11588                 Added keyboard accelerator for Priority menu items
11589                 Added missing \n in debug output
11590         * src/logwindow.c
11591         * src/gtkspell.c
11592         * src/rfc2015.c
11593                 Added missing \n in debug output
11594
11595 2002-07-13 [paul]       0.7.8claws64
11596
11597         * man/sylpheed.1
11598                 change Sergey's email address to the sf address
11599
11600         * src/textview.c
11601                 increase show_url_timeout (more useful for long
11602                 urls)
11603
11604 2002-07-12 [sergey]     0.7.8claws63
11605
11606         * src/rfc2015.c
11607                 applied (with some modifications) patch to set the
11608                 micalg parameter for signatures
11609                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11610
11611 2002-07-12 [sergey]     0.7.8claws62
11612
11613         * man/Makefile.am
11614         * configure.in
11615                 fixed man page installation
11616
11617 2002-07-12 [paul]       0.7.8claws61
11618
11619         * sync with 0.7.8cvs26
11620                 see ChangeLog 2002-07-11 and 2002-07-12
11621
11622 2002-07-11 [christoph]  0.7.8claws60
11623
11624         * src/compose.c
11625         * src/procmsg.c
11626                 first use the message number to find the message
11627                 to mark with a reply flag but check the
11628                 message-id if we got the correct message, if not
11629                 try to find it by message-id.
11630                 use new string seperator that is not allowed
11631                 in message-ids.
11632
11633 2002-07-11 [paul]       0.7.8claws59
11634
11635         * sync with 0.7.8cvs23
11636                 see ChangeLog 2002-07-10
11637
11638 2002-07-10 [christoph]  0.7.8claws58
11639
11640         * src/folder.[ch]
11641         * src/msgcache.[ch]
11642                 Added message-id table to the cache in memory
11643                 and functions to msgcache.c and folder.c to
11644                 fetch MsgInfos by message id
11645         * src/compose.c
11646         * src/procmsg.c
11647                 store folder and message-id of message replying
11648                 to in queue header and set reply flag after sending
11649                 (Closes bug #469498)
11650
11651 2002-07-10 [paul]       0.7.8claws57
11652
11653         * AUTHORS
11654           man/sylpheed.1.gz
11655                 add Martin to the list of authors
11656
11657 2002-07-09 [martin]     0.7.8claws56
11658         * src/gtksctree.c
11659                 Added gtk_ctree_last_visible(), tree_update_level(),
11660                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11661                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11662                 from gtk+ to gtksctree.c for the new sorting code
11663                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11664                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11665         * src/gtksctree.h
11666                 Added declaration for gtk_sctree_sort_recursive() and
11667                 gtk_sctree_sort_node
11668         * src/addressbook.c
11669         * src/foldersel.c
11670         * src/folderview.c
11671         * src/summaryview.c
11672                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11673                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11674
11675 2002-07-08 [paul]       0.7.8claws55
11676
11677         * more sync with 0.7.8cvs21
11678                 see ChangeLog 2002-07-08
11679
11680 2002-07-08 [paul]       0.7.8claws54
11681
11682         * sync with 0.7.8cvs21
11683                 see ChangeLog 2002-07-08
11684
11685 2002-07-07 [alfons]     0.7.8claws53
11686
11687         * src/Makefile.am
11688         * src/stock_pixmap.[ch]
11689         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11690         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11691         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11692                 add new pixmaps for upcoming notice pane
11693
11694 2002-07-06 [melvin]     0.7.8claws52
11695
11696         * src/gtkspell.[ch]
11697                 Made them a bit closer to Sylpheed's coding style.
11698                 Removed old code.
11699                 Removed possible memory leaks when some errors occurs.
11700
11701 2002-07-06 [melvin]     0.7.8claws51
11702
11703         * po/Makefile.in.in
11704                 Removed --no-location in xgettext command line to help
11705                 translators that use Emacs' po-mode
11706         * src/quote_fmt.c
11707                 Removed unnecessary comments that messed up sylpheed.pot
11708
11709 2002-07-06 [paul]       0.7.8claws50
11710
11711         * sync with 0.7.8cvs19
11712                 see ChangeLog 2002-07-05
11713
11714 2002-07-06 [christoph]  0.7.8claws49
11715
11716         * src/folder.c
11717         * src/mainwindow.c
11718                 fix folder_item_remove_all_msg and folderview
11719                 status for trash folders after emptying trash
11720
11721 2002-07-05 [paul]       0.7.8claws48
11722
11723         * sync with 0.7.8cvs16
11724                 see ChangeLog 2002-07-04 and 2002-07-05
11725
11726 2002-07-04 [paul]       0.7.8claws47
11727
11728         * sync with 0.7.8cvs14
11729                 see  ChangeLog 2002-07-04
11730
11731 2002-07-03 [alfons]     0.7.8claws46
11732
11733         * src/folder.c
11734                 dupe folder item's path because it's being reallocated
11735                 by new folder scanning code
11736
11737 2002-07-03 [christoph]  0.7.8claws45
11738
11739         * src/imap.c
11740                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11741         * src/msgcache.c
11742                 add missing return in msgcache_write
11743
11744 2002-07-02 [thorsten]   0.7.8claws44
11745
11746         * src/jpilot.c
11747         * src/msgcache.c
11748         * src/rfc2015.c
11749                 use binary mode for file access
11750
11751 2002-07-02 [christoph]  0.7.8claws43
11752
11753         * major code cleanup (part 1)
11754         
11755                 - unused variables removed
11756                 - unused functions removed
11757                 - uninitialized variables checked
11758                 - missing return statements added
11759                 - missing function return types added
11760                 - added parentheses around assignment and
11761                   && in || when suggested by gcc
11762               
11763         * src/mh.c
11764         * src/folder.c
11765                 replaced direct calls to folder->scan_tree
11766                 with folder_scan_tree and restore folder
11767                 prefs in this function. The folder should
11768                 not have to deal with them.
11769                 ( Should now work for all folder types )
11770
11771 2002-07-02 [paul]       0.7.8claws42
11772
11773         * sync with 0.7.8cvs13
11774                 see ChangeLog 2002-07-01 and 2002-07-02
11775
11776 2002-07-01 [christoph]  0.7.8claws41
11777
11778         * src/summaryview.c
11779                 fix "goto next/prev unread message" with
11780                 ignored threads
11781
11782 2002-07-01 [paul]       0.7.8claws40
11783
11784         * po/es.po
11785                 updated by Ricardo Mones Lastra
11786
11787 2002-06-30 [match]      0.7.8claws39
11788
11789         * src/jpilot.c
11790                 applied variation of leonerd's patch (566661) to
11791                 allow multiple email addresses per JPilot entry.
11792                 addresses may be separated by space, comma, pipe,
11793                 semi-colon, new-line.
11794
11795 2002-06-30 [alfons]     0.7.8claws38
11796
11797         * src/procmsg.c
11798                 simple fix for putting older nodes before
11799                 newer nodes when threading by subject
11800
11801 2002-06-30 [christoph]  0.7.8claws37
11802
11803         * src/folder.c
11804         * src/folderview.c
11805         * src/mh.c
11806         * src/news.c
11807         * src/procmsg.c
11808                 fix broken folder tree rescaning
11809                 and don't use procmsg_get_mark_sum
11810                 anymore
11811
11812 2002-06-30 [christoph]  0.7.8claws36
11813
11814         * merge new cache branch
11815         * src/imap.c
11816                 fix new cache imap copy bug
11817         * src/folder.c
11818                 improved folder_item_scan
11819                 it should now always set the correct
11820                 new, unread and total message counts
11821
11822 2002-06-29 [paul]       0.7.8claws35
11823
11824         * configure.in
11825                 correct syntax error
11826
11827 2002-06-29 [paul]       0.7.8claws34
11828
11829         * configure.in
11830           Makefile.am
11831           man/Makefile.am       ** NEW FILE **
11832           man/sylpheed.1.gz     ** NEW FILE **
11833                 add Sylpheed man page
11834
11835 2002-06-29 [paul]       0.7.8claws33
11836
11837         * po/pt_BR.po
11838                 updated by Fabio Junior Beneditto
11839
11840 2002-06-28 [jens]       0.7.8claws32
11841
11842         * po/de.po
11843                 translation updated
11844
11845         * src/selective_download.c
11846                 removed gettext for space " "
11847
11848         * src/imap.c
11849                 removed wrong space
11850
11851 2002-06-28 [paul]       0.7.8claws31
11852
11853         * sync with 0.7.8cvs11
11854                 see ChangeLog 2002-06-28
11855
11856 2002-06-28 [paul]       0.7.8claws30
11857
11858         * sync with 0.7.8cvs10
11859                 see ChangeLog 2002-06-27 and 2002-06-28
11860
11861 2002-06-26 [paul]       0.7.8claws29
11862
11863         * src/addrgather.c
11864           src/selective_download.c
11865                 don't gettextise empty strings.
11866                 reserved by gettext. gettext("") returns 
11867                 the header entry with meta information, 
11868                 not the empty string
11869
11870         * po/en_GB.po
11871                 updated
11872
11873 2002-06-26 [paul]       0.7.8claws28
11874
11875         * sync with 0.7.8cvs7
11876                 see ChangeLog 2002-06-25
11877
11878         * src/prefs_common.c
11879                 ...and in the process, tweak the gui a little
11880
11881 2002-06-25 [alfons]     0.7.8claws27
11882         
11883         * configure.in
11884         * src/Makefile.am
11885                 fine tune ldap library detection
11886
11887 2002-06-25 [alfons]     0.7.8claws26
11888
11889         * src/compose.c
11890                 don't allow return receipts when composing a news article
11891
11892 2002-06-25 [paul]       0.7.8claws25
11893
11894         * Makefile.am
11895                 add '$(AMTAR)' to 'release' section to allow for
11896                 new and older autotools
11897
11898 2002-06-25 [paul]       0.7.8claws24
11899
11900         * src/summaryview.c
11901                 fix "No more unread messages" persistant pop-up
11902                 window bug
11903
11904 2002-06-25 [paul]       0.7.8claws23
11905
11906         * po/it.po
11907                 updated by Alessandro Maestri
11908
11909 2002-06-25 [paul]       0.7.8claws22
11910
11911         * sync with 0.7.8cvs6
11912                 see ChangeLog 2002-06-25
11913
11914 2002-06-24 [paul]       0.7.8claws21
11915
11916         * tools/update-po
11917                 add GPL copyright information
11918
11919 2002-06-24 [paul]       0.7.8claws20
11920
11921         * tools/Makefile.am
11922           tools/README
11923           tools/update-po       ** NEW FILE **
11924                 add script that eases the creation of *.po files
11925                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11926
11927 2002-06-23 [alfons]     0.7.8claws19
11928
11929         * src/messageview.c
11930                 make notification_convert_header obey const correctness
11931                 (next step will be fixing the broken return receipt)
11932
11933 2002-06-23 [paul]       0.7.8claws18
11934
11935         * src/messageview.c
11936                 fix bug introduced in last commit:
11937                 removed too much code in last commit - put back what's
11938                 needed
11939
11940 2002-06-23 [paul]       0.7.8claws17
11941
11942         * src/messageview.[ch]
11943                 remove code committed in error from locally patched
11944                 source
11945
11946 2002-06-23 [colin]      0.7.8claws16
11947
11948         * src/compose.[ch]
11949                 add compose_entry_select(), used to select the default_to
11950                 email address - hopefully avoiding people sending mails to
11951                 wrong recipients.
11952
11953 2002-06-22 [alfons]     0.7.8claws15
11954
11955         * AUTHORS
11956                 add Bram Metsch & Stanislav Karchebny
11957         * src/smtp.[ch]
11958         * src/prefs_account.[ch]
11959         * src/send.c
11960                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11961                   options.  (see <http://sourceforge.net/tracker/index.php
11962                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11963
11964                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11965                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11966
11967 2002-06-22 [paul]       0.7.8claws14
11968
11969         * sync with 0.7.8cvs5
11970                 see ChangeLog 2002-06-19 and 2002-06-20
11971
11972 2002-06-22 [alfons]     0.7.8claws13
11973
11974         * src/selective_download.c
11975                 fix a stupid mistake I made
11976
11977 2002-06-22 [alfons]     0.7.8claws12
11978
11979         * src/selective_download.[ch]
11980                 fix another unnoticed leak; cleanup code
11981
11982 2002-06-21 [alfons]
11983
11984         * tools/Makefile.am
11985                 gpg-sign <-- gpg-sign-syl
11986
11987 2002-06-21 [alfons]     0.7.8claws11
11988
11989         * src/selective_download.c
11990         * src/selective_download.h
11991                 fix assorted mix of allocation errors (should solve
11992                 problem reported by Philippe Gramoullé, see:
11993                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11994
11995 2002-06-20 [melvin]     0.7.8claws10
11996
11997         * tools/gpg-sign *REMOVED*
11998           tools/gpg-sign-syl *ADDED*
11999                 Replaced the gpg clearsigning script with the version using
12000                 xterm instead of ssh-askpass and changed its name.
12001
12002         * README.claws
12003                 Updated actions example to reflect the renaming of the
12004                 gpg clearsigning script.
12005
12006 2002-06-19 [paul]       0.7.8claws9
12007
12008         * sync with 0.7.8claws9
12009                 see ChangeLog 2002-06-18 and 2002-06-19
12010
12011 2002-06-19 [paul]       0.7.8claws8
12012
12013         * sync with 0.7.8cvs1
12014                 see ChangeLog 2002-06-18
12015
12016 2002-06-18 [alfons]     0.7.8claws7
12017
12018         * src/mainwindow.h
12019                 add omitted prototype
12020
12021 2002-06-17 [paul]       0.7.8claws6
12022
12023         * src/mainwindow.c
12024                 fix hiding of exec_btn
12025
12026 2002-06-17 [paul]       0.7.8claws5
12027
12028         * src/pop.c
12029                 remove unneeded code: should_delete() 
12030                 and Pop3State::uidl_todelete_list
12031
12032 2002-06-17 [paul]       0.7.8claws4
12033
12034         * sync with 0.7.8
12035                 see ChangeLog 2002-06-11 and 2002-06-13
12036
12037 2002-06-16 [alfons]     0.7.8claws3
12038         
12039         * src/folder.c
12040                 make sure lock sort mode (claws specific) is
12041                 also persists after a tree rescan
12042
12043 2002-06-16 [alfons]     0.7.8claws2
12044
12045         * src/prefs_folder_item.c
12046         * src/folder.[ch]
12047                 fix persistence of folder sort mode (broken
12048                 by adapting Hiro's new folder persistence code)
12049
12050 2002-06-16 [alfons]     0.7.8claws1
12051
12052         * AUTHORS
12053         * src/logwindow.c
12054         * src/prefscommon.[ch]
12055                 control size of log text in log window; 
12056                 closes patch #569155 submitted by Mitko Haralanov.
12057
12058 2002-06-15 [paul]       0.7.8claws
12059
12060         * release of 0.7.8claws
12061
12062 2002-06-15 [paul]       0.7.7claws
12063
12064         * po/pt_BR.po
12065                 updated by Fabio Junior Beneditto
12066
12067 2002-06-14 [paul]       0.7.6claws49
12068
12069         * po/es.po
12070                 updated by Ricardo Mones Lastra
12071
12072 2002-06-14 [paul]       0.7.6claws48
12073
12074         * po/nl.po
12075                 updated translation by Wilbert Berendsen
12076
12077 2002-06-14 [melvin]     0.7.6claws47
12078
12079         * po/fr.po
12080                 Updated French translation
12081
12082 2002-06-13 [paul]       0.7.6claws46
12083
12084         * src/filesel.c
12085                 allow filename to be typed in, rather than just
12086                 selected by the mouse. Patch by Gustavo Noronha Silva.
12087
12088 2002-06-13 [alfons]     0.7.6claws45
12089
12090         * src/mainwindow.[ch]
12091                 more cleanups (removing unnecessary menu items Expand 
12092                 summary / message view)
12093
12094 2002-06-13 [melvin]     0.7.6claws44
12095
12096         * po/POTFILES.in
12097                 Added src/string_match.c
12098         * src/string_match.c
12099                 Fixed possible buffer overflow.
12100                 Corrected typo.
12101                 Added missing config.h header.
12102         * src/prefs_common.c
12103           src/prefs_matcher.c
12104           src/prefs_scoring.c
12105                 Made some strings translatable (missing _(..)).
12106
12107 2002-06-13 [melvin]     0.7.6claws43
12108
12109         * README.claws
12110                 Corrected action example (verifying clearsigned mail).
12111         * src/prefs_account.c
12112                 Corrected typo.
12113         * src/prefs_common.c
12114                 Removed incorrect line that generated a Gtk-CRITICAL msg.
12115
12116 2002-06-12 [alfons]     0.7.6claws42
12117
12118         * src/summaryview.c
12119                 add init of score column lost in 0.7.6claws42
12120
12121 2002-06-12 [paul]       0.7.6claws41
12122
12123         * src/prefs_account.c
12124                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
12125                 behavior of the radio buttons, (from 0.7.7cvs2)
12126
12127 2002-06-11 [alfons]     0.7.6claws40
12128
12129         * src/messageview.[ch]
12130         * src/summaryview.[ch]
12131         * src/summary_search.c
12132         * src/mainwindow.c
12133                 perform a sync to bring in Hiro's separate view implementation 
12134
12135                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
12136
12137 2002-06-11 [paul]       0.7.6claws39
12138         
12139         * src/prefs_account.c
12140                 correct a typo on the Receive tab
12141
12142 2002-06-10 [match]      0.7.6claws38
12143
12144         * src/addressbook.c
12145                 Included address completion patch from Gustavo Noronha.
12146
12147 2002-06-10 [paul]       0.7.6claws37
12148
12149         * src/inc.[ch]
12150           src/pop.c
12151           src/prefs_account.[ch]
12152           src/selective_download.[ch]
12153                 apply PATCH #561712
12154                  NEW:
12155                 - check if POP Account
12156                 - Receive Button renamed to Preview
12157                 - Preview Button Popup: preview new/all messages
12158                 - Download Button
12159                 - Account Preferences-->Receive tab checkbutton if you
12160                   want to remove Mail after Download
12161                 -: default YES
12162                 - Account Preferences-->Receive tab checkbutton use
12163                   filtering rules on preview
12164                   (think of delete_on_server)
12165                 -: default YES
12166                 - Account selectable from SD dialog
12167                 - checkbutton to show already downloaded messages if
12168                   all messages are previewed
12169                 - new clist column showing Date
12170                 - ESC KEY close
12171                 FIXES:
12172                 - play ball with UIDL
12173                 - fault tolerant (?) 
12174                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
12175
12176 2002-06-10 [melvin]     0.7.6claws36
12177
12178         * README.claws
12179                 Added a hint to ac/README in cvs instructions.
12180
12181         * src/prefs_actions.c
12182                 Made it possible to use a more elaborate command line
12183                 for asynchronous actions, too.
12184
12185 2002-06-10 [melvin]     0.7.6claws35
12186         
12187         * src/prefs_actions.c
12188                 Make it possible to use a more elaborate command line
12189                 (e.g. |foo|bar|cat>there;echo Done|)
12190                 Corrected error message when calling %f, %F and %p commands
12191                 from the compose window.
12192
12193 2002-06-09 [colin]      0.7.6claws34
12194
12195         * src/summaryview.c
12196                 Automatically find unread messages in current folder
12197                 before annoying the user.
12198
12199 2002-06-08 [alfons]     0.7.6claws33
12200
12201         * po/it.po
12202                 remove bad formatting string in it.po translation
12203                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
12204
12205 2002-06-08 [paul]       0.7.6claws32
12206
12207         * sync with 0.7.6cvs25
12208                 see ChangeLog 2002-06-07
12209
12210 2002-06-05 [paul]       0.7.6claws31
12211
12212         * src/mainwindow.c
12213                 add 'Sort by locked' and 'Sort by score'
12214
12215 2002-06-05 [paul]       0.7.6claws30
12216
12217         * sync with 0.7.6cvs24
12218                 see ChangeLog 2002-06-04
12219
12220 2002-06-04 [paul]       0.7.6claws29
12221
12222         * po/pt_BR.po
12223                 updated by Fabio Junior Beneditto
12224
12225 2002-06-03 [thorsten]   0.7.6claws28
12226
12227         * src/matcher.c
12228                 fclose() matcherrc after reading
12229
12230 2002-06-03 [paul]       0.7.6claws27
12231
12232         * sync with 0.7.6cvs21
12233                 see ChangeLog 2002-05-31
12234
12235 2002-05-31 [paul]       0.7.6claws26
12236
12237         * sync with 0.7.6cvs20
12238                 see ChangeLog 2002-05-29 and 2002-05-30
12239
12240 2002-05-31 [paul]       0.7.6claws25
12241
12242         * src/imap.c
12243                 hopefully fix last buggy sync
12244
12245         * README.claws
12246                 correct typo in 'Actions' examples
12247
12248 2002-05-29 [paul]       0.7.6claws24
12249
12250         * sync with 0.7.6cvs18
12251                 see ChangeLog 2002-05-28 and 2002-05-29
12252
12253         * src/news.c
12254           src/nntp.[ch]
12255                 sync with above 
12256
12257 2002-05-28 [paul]       0.7.6claws23
12258
12259         * sync with 0.7.6cvs16
12260                 see ChangeLog 2002-05-28
12261
12262 2002-05-27 [thorsten]   0.7.6claws22 
12263
12264         * faq/it/sylpheed-faq-1.html
12265           faq/it/sylpheed-faq-2.html
12266           faq/it/sylpheed-faq-3.html
12267           faq/it/sylpheed-faq.html
12268                 corrected DOS lineendings
12269         * faq/de/sylpheed-faq-1.html
12270           faq/de/sylpheed-faq-2.html
12271           faq/en/sylpheed-faq-1.html
12272           faq/en/sylpheed-faq-2.html
12273           faq/en/sylpheed-faq-3.html
12274           faq/es/sylpheed-faq-1.html
12275           faq/es/sylpheed-faq-2.html
12276           faq/es/sylpheed-faq-3.html
12277           faq/fr/sylpheed-faq-1.html
12278           faq/it/sylpheed-faq-1.html
12279           faq/it/sylpheed-faq-2.html
12280           faq/it/sylpheed-faq-3.html
12281           faq/it/sylpheed-faq.html
12282                 changed ">" to &quot;
12283
12284 2002-05-27 [paul]       0.7.6claws21
12285         
12286         * sync with 0.7.6cvs15
12287                 see ChangeLog 2002-05-27
12288
12289 2002-05-27 [paul]       0.7.6claws20
12290
12291         * src/prefs_account.c
12292                 correct a typo
12293
12294 2002-05-26 [paul]       0.7.6claws19
12295
12296         * tools/README
12297                 correct a typo
12298
12299 2002-05-25 [paul]       0.7.6claws18
12300
12301         * tools/README
12302                 add description of kmail2sylpheed.pl
12303
12304 2002-05-25 [paul]       0.7.6claws17
12305
12306         * tools/kmail2sylpheed.pl       ** NEW FILE **
12307                 perl script that converts an exported Kmail address
12308                 book, converts it to sylpheed addressbook file,
12309                 writes the file to .sylpheed, and updates
12310                 addrbook--index.xml 
12311
12312 2002-05-25 [paul]       0.7.6claws16
12313
12314         * sync with 0.7.6cvs14
12315                 see ChangeLog 2002-05-23
12316
12317 2002-05-24 [paul]       0.7.6claws15
12318
12319         * README.claws
12320                 make a correction and add some more info
12321
12322 2002-05-24 [paul]       0.7.6claws14
12323
12324         * src/compose.c
12325                 fix memory leak in 
12326                 compose_redirect_write_headers_from_headerlist()
12327                 add Subject and Resent-Message-ID to
12328                 compose_redirect_write_headers()
12329                 Received, Subject, and X-UIDL are filtered out in 
12330                 compose_redirect_write_to_file()
12331
12332 2002-05-23 [paul]       0.7.6claws13
12333
12334         * src/compose.[ch]
12335           src/filtering.c
12336           src/mainwindow.c
12337           src/matcher.[ch]
12338           src/matcher_parser_lex.l
12339           src/matcher_parser_parse.y
12340           src/prefs_common.[ch]
12341           src/prefs_filtering.c
12342           src/summaryview.c
12343                 rename 'Bounce' to 'Redirect'
12344
12345 2002-05-23 [paul]       0.7.6claws12
12346
12347         * more sync with 0.7.6cvs13
12348           src/compose.c
12349                 see ChangeLog 2002-05-22
12350
12351 2002-05-22 [paul]       0.7.6claws11
12352
12353         * sync with 0.7.6cvs13
12354           src/codeconv.c
12355                 see ChangeLog 2002-05-20
12356           src/prefs_common.c
12357                 see ChangeLog 2002-05-22
12358
12359 2002-05-21 [melvin]     0.7.6claws10
12360
12361         * src/folderview.c
12362                 Added missing filtering and scoring headers
12363                 Fixed bad function call that showed garbage 
12364                 in Folder->Processing
12365
12366 2002-05-21 [paul]       0.7.6claws9
12367
12368         * tools/Makefile.am
12369                 make all tools executable, (patch by Alfons).
12370
12371 2002-05-20 [alfons]     0.7.6claws8
12372
12373         * src/procheader.c
12374                 don't forget to call mktime() so we have a valid week 
12375                 and year day
12376                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12377
12378 2002-05-20 [paul]       0.7.6claws7
12379
12380         * src/html.c
12381                 fix broken parsing of urls
12382         * src/textview.c
12383                 fix displaying of urls
12384
12385                 both fixes from the patch [547855] by Eugene 
12386                 Brevdo (zonem)
12387
12388 2002-05-19 [alfons]     0.7.6claws6
12389
12390         * configure.in
12391                 make sylpheed configure correctly with the latest
12392                 and greatest of automake / autoconf / gettext
12393
12394 2002-05-19 [alfons]     0.7.6claws5
12395
12396         * src/procheader.c
12397         * src/procheader.h
12398                 add function for returning ime zone offset
12399         * src/quote_fmt.c
12400         * src/quote_fmt_parse.y
12401                 better quotation formatting - does not convert
12402                 to local time, but uses the original date string.
12403                 
12404                 Note: %z inserts the timezone offset (should 
12405                 work also on platforms where strftime does not
12406                 support %z).
12407
12408 2002-05-18 [christoph]  0.7.6claws4
12409
12410         * src/summaryview.c
12411                 fix indentation of some code
12412         * tools/Makefile.am
12413                 fix spaces after \
12414         * src/Makefile.am
12415                 add missing \
12416                 correct path for ignorethread.xpm
12417                 incorrect filename for sylpheed_logo.xpm
12418                 add missing include matcher_parser_parse.h
12419
12420 2002-05-18 [paul]       0.7.6claws3
12421
12422         * sync with 0.7.6cvs8
12423                 see ChangeLog 2002-05-16 and 2002-05-17
12424
12425 2002-05-18 [melvin]     0.7.6claws2
12426
12427         * README.claws
12428                 Corrected an action's definition and fixed some misspellings.
12429
12430 2002-05-18 [paul]       0.7.6claws1
12431
12432         * tools/Makefile.am
12433           tools/gpg-sign        ** new file **
12434           tools/uudec           ** new file **
12435                 add Melvin's Actions scripts
12436
12437         * README.claws
12438                 add Melvin's descriptions for Actions
12439
12440 2002-05-18 [paul]       0.7.6claws
12441
12442         * Version 0.7.6claws released
12443
12444 2002-05-17 [paul]       0.7.5claws32
12445
12446         * po/es.po
12447                 updated by Ricardo Mones Lastra
12448
12449 2002-05-17 [paul]       0.7.5claws31
12450
12451         * src/compose.c
12452                 fix Account prefs default folder for sent/draft/deleted
12453                 messages bug
12454
12455         * po/it.po
12456           po/nl.po
12457                 updated translation by Alessandro Maestri and
12458                 Wilbert Berendsen
12459
12460 2002-05-17 [melvin]     0.7.5claws30
12461
12462         * src/prefs_actions.c
12463                 Fixed bug where using %F not at the end of the command 
12464                 resulted in an additional empty argument being created.
12465                 Thanks to Darko Koruga for reporting the bug.
12466
12467 2002-05-17 [melvin]     0.7.5claws29
12468
12469         * po/fr.po
12470                 Updated French translations.
12471
12472 2002-05-15 [paul]       0.7.5claws28
12473         
12474         * po/es.po
12475                 updated by Ricardo Mones Lastra
12476
12477 2002-05-15 [paul]       0.7.5claws27
12478
12479         * sync with 0.7.6cvs4
12480                 see ChangeLog 2002-05-14 and 2002-05-15
12481
12482 2002-05-14 [paul]       0.7.5claws26
12483
12484         * sync with 0.7.6cvs1
12485                 see ChangeLog 2002-05-13
12486
12487 2002-05-13 [thorsten]   0.7.5claws25
12488
12489         * src/messageview.c
12490                 fix select_all and copy in multipart messages
12491         * src/mainwindow.c
12492                 fix select_all and copy in multipart messages
12493
12494 2002-05-12 [paul]       0.7.5claws24
12495
12496         * src/summaryview.c
12497                 reverse last commit, bug already fixed in 0.7.5claws3
12498
12499 2002-05-12 [netztorte]  0.7.5claws23
12500
12501         * src/summaryview.c
12502                 dont parse empty addressbook (checked in before claws20)
12503
12504 2002-05-12 [melvin]     0.7.5claws22
12505
12506         * src/procmsg.[ch]
12507                 Removed unneeded priority code introduced by the previous 
12508                 commit.
12509
12510 2002-05-12 [melvin]     0.7.5claws21
12511
12512         * src/compose.[ch]
12513                 Added possibility to set message's priority.
12514         * src/procmsg.[ch]
12515                 Added possibility to set message's priority.
12516                 Added missing headers
12517
12518 2002-05-12 [melvin]     0.7.5claws20
12519
12520         * src/prefs_actions.c
12521                 Removed implicitely added quotes around the name
12522                 of the temporary files of mime parts.
12523
12524 2002-05-12 [paul]       0.7.5claws19
12525
12526         * sync with 0.7.5cvs20
12527                 see ChangeLog 2002-05-11
12528
12529 2002-05-12 [alfons]     0.7.5claws18
12530
12531         * src/quote_fmt_lex.l
12532         * src/quote_fmt_parse.y
12533                 allow quote / reply date & time format to be set using
12534                 %D{format}. format is a format string you'd pass to
12535                 strftime() (see man strftime, or the Display tab |
12536                 Date format setting).
12537
12538                 Currently %D converts the date to local time. 
12539
12540 2002-05-11 [paul]       0.7.5claws17
12541
12542         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12543                 see ChangeLog 2002-05-10 and 2002-05-11
12544
12545 2002-05-10 [paul]       0.7.5claws16
12546
12547         * sync with 0.7.5cvs16
12548                 see ChangeLog entries 2002-05-09 and 
12549                 2002-05-10
12550
12551 2002-05-10 [colin]      0.7.5claws15
12552
12553         * src/textview.c
12554                 Corrected a bug that prevented sylpheed to open
12555                 double-clicked URIs.
12556
12557 2002-05-09 [paul]       0.7.5claws14
12558
12559         * sync with 0.7.5cvs14
12560                 see ChangeLog 2002-05-08 and 2002-05-09
12561
12562 2002-05-08 [paul]       0.7.5claws13
12563
12564         * sync with 0.7.5cvs11
12565                 see ChangeLog entry 2002-05-08
12566
12567 2002-05-08 [paul]       0.7.5claws12
12568
12569         * src/mainwindow.c
12570           src/textview.[ch]
12571                 fix segfault on View->Open in new window
12572                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12573
12574 2002-05-07 [paul]       0.7.5claws11
12575
12576         * sync with 0.7.5cvs9
12577                 see ChangeLog entry 2002-05-07
12578
12579 2002-05-06 [paul]       0.7.5claws10
12580
12581         * src/messageview.c
12582           src/textview.c
12583                 display url in statusbar on single-click
12584                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12585
12586 2002-05-06 [match]      0.7.5claws9
12587
12588         * src/addritem.[ch]
12589                 new functions.
12590         * src/addrcache.c
12591                 tidy up.
12592         * src/xmlprops.[ch]
12593                 XML implementation of properties file.
12594         * src/exporthtml.[ch]
12595         * src/expthtmldlg.[ch]
12596         * src/addressbook.c
12597                 export to HTML.
12598
12599 2002-05-02 [sergey]     0.7.5claws8
12600
12601         * src/mainwindow.c (mainwin_entries),
12602           src/prefs_common.c (prefs_send_create()),
12603           src/codeconv.c (locale_table):
12604                 use charset name "Windows-1251" instead of "CP1251".
12605
12606 2002-05-02 [colin]      0.7.5claws7
12607         
12608         * src/compose.c
12609           src/prefs_common.c
12610           src/prefs_folder_item.c
12611                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12612
12613 2002-05-02 [hiro]       0.7.5claws6
12614
12615         * src/imap.c
12616                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12617
12618 2002-05-02 [paul]       0.7.5claws5
12619
12620         * src/compose.c
12621                 more sync with 0.7.5cvs7, see ChangeLog entry
12622                 2002-05-02
12623
12624 2002-05-02 [hiro]       0.7.5claws4
12625
12626         * src/compose.c
12627                 compose_queue_sub():
12628                 check if queue folder exists (closes #550397).
12629                 removed directory creation since it should be handled
12630                 transparently.
12631         * src/imap.c
12632                 imap_add_msg(): return UID for appended message
12633                 (closes #548842).
12634
12635 2002-04-30 [paul]       0.7.5claws3
12636
12637         * src/summaryview.c
12638                 fix account_find_from_address() bug
12639
12640 2002-04-28 [colin]      0.7.5claws2
12641
12642         * src/compose.c
12643           src/textview.c
12644           src/prefs_common.[ch]
12645           src/utils.[ch]
12646                 Added user-definable quotation characters recognition.
12647
12648 2002-04-28 [paul]       0.7.5claws1
12649
12650         * sync with 0.7.5cvs4
12651                 see ChangeLog entry  2002-04-25
12652
12653 2002-04-28 [paul]       0.7.5claws
12654
12655         * po/es.po
12656           po/nl.po
12657           po/pt_BR.po
12658                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12659                 Fabio Junior Beneditto
12660
12661 2002-04-27 [jens]       0.7.4claws103
12662
12663         * po/de.po
12664                 updated German translation.
12665
12666 2002-04-27 [hiro]       0.7.4claws102
12667
12668         * src/summaryview.c
12669                 summary_write_cache(): fixed the mark loss of hidden messages.
12670
12671 2002-04-26 [melvin]     0.7.4claws101
12672
12673         * src/procmsg.c
12674                 fixed a second typo (same one)
12675         * po/fr.po
12676           po/it.po
12677           po/pt_BR.po
12678                 fixed the type again...
12679
12680 2002-04-26 [melvin]     0.7.4claws100
12681
12682         * src/procmsg.c
12683                 fixed a typo in an alert message ("temorary").
12684         * po/it.po
12685         * po/pt_BR.po
12686                 corrected the typo  described above.
12687         * po/fr.po
12688                 updated French translation.
12689
12690 2002-04-26 [darko]      0.7.4claws99
12691
12692         * src/summaryview.c
12693                 fix target folder colorization
12694
12695 2002-04-25 [paul]       0.7.4claws98
12696
12697         * po/it.po
12698                 updated by Alessandro Maestri
12699
12700 2002-04-24 [colin]      0.7.4claws97
12701         
12702         * src/compose.c
12703                 Fixed double "subject is empty" question.
12704
12705 2002-04-23 [colin]      0.7.4claws96
12706         
12707         * src/mimeview.c
12708                 Corrected issue when "automatically display images" was
12709                 not set : first image remained after selecting second.
12710
12711 2002-04-23 [melvin]     0.7.4claws95
12712
12713         * src/prefs_actions.c
12714                 Don't display in/out dialog if there is nothing to show.
12715
12716 2002-04-23 [paul]       0.7.4claws94
12717
12718         * sync with 0.7.5cvs3
12719                 bug fixes: see ChangeLog entry 2002-04-23
12720
12721 2002-04-22 [darko]      0.7.4claws93
12722
12723         * src/compose.c
12724                 fix previous check-in which changed code after
12725                 merge from main
12726
12727 2002-04-22 [paul]       0.7.4claws92
12728
12729         * faq/de/*
12730                 add German FAQ
12731         * faq/en/*
12732           faq/es/*
12733           faq/fr/*
12734                 update English, Spanish and French FAQs
12735         * manual/de/*
12736           manual/es/*
12737                 add German and Spanish manuals
12738         * manual/en/*
12739           manual/fr/*
12740                 update English and French manuals
12741
12742         * src/Makefile.am
12743                 add to and re-arrange the pixmap entries
12744
12745 2002-04-22 [darko]      0.7.4claws91
12746
12747         * src/compose.c
12748                 fix sender initials recognition to only allow
12749                 '>' after the initials
12750
12751 2002-04-21 [paul]       0.7.4claws90
12752
12753         * sync with 0.7.5 release
12754                 see ChangeLog entry 2002-04-21
12755
12756 2002-04-21 [alfons]
12757
12758         * src/Makefile.am
12759                 add colin's new pixmaps to EXTRA_DIST
12760
12761 2002-04-21 [colin]      0.7.4claws89
12762         * src/compose.c
12763         * src/inc.c
12764         * src/mainwindow.[ch]
12765         * src/prefs_common.[ch]
12766         * src/stock_pixmap.[ch]
12767                 Added "Work offline" ability.
12768
12769 2002-04-21 [colin]      0.7.4claws88
12770         
12771         * src/mimeview.c
12772         * src/prefs_common.c
12773         * src/prefs_common.h
12774         * src/textview.c : Added an option to common preferences -> display
12775           to allow user not to automatically display images.
12776
12777 2002-04-21 [paul]       0.7.4claws87
12778
12779         * sync with 0.7.4cvs52
12780                 see ChangeLog entry 2002-04-21 (src/imap.c)
12781
12782 2002-04-21 [paul]       0.7.4claws86
12783
12784         * sync with 0.7.4cvs51
12785                 see ChangeLog entry 2002-04-21
12786
12787 2002-04-21 [paul]       0.7.4claws85
12788
12789         * sync with 0.7.4cvs49
12790                 see ChangeLog entries 2002-04-20 and 2002-04-21
12791
12792         * src/Makefile.am
12793                 clean up: remove old 'stock_' element from xpm 
12794                 filenames.
12795
12796 2002-04-21 [alfons]     0.7.4claws84
12797
12798         apply sync patch from Paul
12799
12800         * src/folderview.c
12801                 use old claws prefs_folder_item_create() for now
12802
12803 2002-04-19 [match]      0.7.4claws83
12804
12805         * src/addressbook.[ch]
12806         * src/addrharvest.[ch]
12807         * src/addrgather.[ch]
12808                 recurse folders.
12809         * src/mainwindow.c
12810         * src/summaryview.[ch]
12811                 change menu option.
12812
12813 2002-04-19 [paul]       0.7.4claws82
12814
12815         * po/pt_BR.po
12816                 updated by Fabio Junior Beneditto
12817
12818 2002-04-14 [alfons]     0.7.4claws81
12819
12820         * src/passphrase.c
12821                 add #include <sys/types.h> for mode_t and off_t 
12822
12823 2002-04-13 [paul]       0.7.4claws80
12824         
12825         * src/main.c
12826           src/passphrase.[ch]
12827           src/pgptext.c
12828           src/prefs_common.[ch]
12829           src/rfc2015.c
12830                 enable storing of GnuPG passphrase for the whole 
12831                 session or a user-defined number of minutes. patch 
12832                 submitted by Ravemax <ravemax@dextrose.com>
12833
12834 2002-04-13 [alfons]     0.7.4claws79
12835
12836         * src/textview.c
12837                 make email parser also stop scanning when encountering separators
12838                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12839
12840 2002-04-13 [paul]       0.7.4claws78
12841
12842         * sync with 0.7.4cvs39
12843                 see ChangeLog entry 2002-04-12
12844
12845 2002-04-11 [paul]       0.7.4claws77
12846
12847         * sync with 0.7.4cvs37
12848                 see ChangeLog entry 2002-04-11
12849
12850 2002-04-11 [paul]       0.7.4claws76
12851
12852         * COPYING 
12853                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12854                 the clause for OpenSSL). sync with sylpheed main
12855
12856 2002-04-09 [melvin]     0.7.4claws75
12857
12858         * src/compose.c
12859                 Made 'Ctrl-Enter' on send ignore some modifiers 
12860                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12861                 to bind other *-Enter (but not Alt-Enter).
12862
12863 2002-04-09 [paul]       0.7.4claws74
12864
12865         * sync with 0.7.4cvs35
12866                 see ChangeLog entries 2002-04-09
12867
12868 2002-04-08 [paul]       0.7.4claws73
12869
12870         * sync with 0.7.4cvs33
12871                 see ChangeLog entry 200-04-08
12872
12873 2002-04-07 [match]      0.7.4claws72
12874
12875         * src/addrharvest.[ch]
12876                 fixed to read all addresses in header, regardless
12877                 of header size. improved name parsing. accommodate
12878                 harvest from folders and selected message.
12879         * src/addritem.[ch]
12880                 included new address parsing function.
12881         * src/addrgather.[ch]
12882         * src/addressbook.[ch]
12883         * src/summaryview.[ch]
12884         * src/mainwindow.c
12885                 allow address harvest of folder as well as selected
12886                 messages.
12887
12888 2002-04-07 [paul]       0.7.4claws71
12889
12890         * src/esmtp.[ch]
12891           src/smtp.c
12892                 don't try to authenticate with CRAM-MD5 in SMTP when 
12893                 SMTP-AUTH enabled if MTA doesn't issue this 
12894                 auth-method in it's ehlo-response. bug item #531364,
12895                 patch item #938910. patch submitted by Colin Leroy 
12896                 <colin@colino.net>
12897
12898 2002-04-07 [paul]       0.7.4claws70
12899
12900         * src/nntp.c
12901                 fix missing MODE_READER bug. patch submitted by
12902                 Colin Leroy <colin@colino.net>
12903
12904 2002-04-07 [alfons]     0.7.4claws69
12905
12906         * src/matcher.[ch]
12907         * src/prefs_filtering.c
12908         * src/summaryview.c
12909                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12910                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12911
12912 2002-04-07 [paul]       0.7.4claws68
12913
12914         * sync with 0.7.4cvs32
12915                 see ChangeLog entry 2002-04-06
12916
12917         * tools/filter_conv.pl
12918                 more bug fixes
12919
12920 2002-04-06 [paul]       0.7.4claws67
12921
12922         * tools/filter_conv.pl
12923                 modify to be able to find the name of the first
12924                 mailbox and use that. main's filter does not
12925                 record the full path to the mailbox and therefore
12926                 can only filter to the first mailbox.
12927
12928 2002-04-05 [paul]       0.7.4claws66
12929
12930         * tools/filter_conv.pl
12931                 attempt to make the script all-encompassing and
12932                 be able to convert any main 'filter' rule thrown
12933                 at it
12934
12935 2002-04-05 [paul]       0.7.4claws65
12936
12937         * tools/filter_conv.pl
12938                 allow for collapsed folder trees
12939
12940 2002-04-05 [paul]       0.7.4claws64
12941
12942         * sync with 0.7.4cvs31
12943                 see ChangeLog entries 2002-04-05
12944
12945 2002-04-03 [paul]       0.7.4claws63
12946
12947         * sync with 0.7.4cvs29
12948                 see ChangeLog entries 2002-04-02 and 2002-04-03
12949
12950 2002-04-02 [paul]       0.7.4claws62
12951
12952         * sync with 0.7.4cvs26
12953                 see ChangeLog entry 2002-04-01
12954
12955 2002-04-02 [match]      0.7.4claws61
12956
12957         * src/pine.[ch]
12958         * src/importpine.[ch]
12959         * src/addressbook.c
12960                 import Pine address book.
12961
12962 2002-04-02 [match]      0.7.4claws60
12963
12964         * src/addrharvest.[ch]
12965                 improve address parsing of funky addresses.
12966
12967 2002-04-02 [darko]      0.7.4claws59
12968
12969         * src/compose.c
12970                 wrap on send improvements, it now recognizes quoted
12971                 initials as part of the quotation string, and it
12972                 does not join lines separated by CR
12973
12974 2002-04-01 [match]      0.7.4claws58
12975
12976         * src/mgutils.[ch]
12977                 added new functions.
12978         * src/mutt.[ch]
12979                 remove excessive duplicate address generation
12980                 on import.
12981
12982 2002-04-01 [alfons]     0.7.4claws57
12983         
12984         * src/summaryview.c
12985                 put back g_free() 
12986
12987 2002-04-01 [paul]       0.7.4claws56
12988
12989         * sync with 0.7.4cvs25
12990                 see ChangeLog entry 2002-04-01
12991
12992 2002-04-01 [alfons]     0.7.4aprilfool55
12993
12994         * src/summaryview.c
12995                 honour feature request item #537427 to allow for
12996                 displaying names from address book for sent mail also
12997
12998 2002-03-29 [paul]       0.7.4claws54
12999
13000         * src/mainwindow.c
13001           src/prefs_filtering.[ch]
13002           src/prefs_matcher.c
13003           src/summaryview.c
13004                 add 'fast filter' for claws' filtering,
13005                 /Tools/Create filter rule/... patch submitted
13006                 by Neill Miller <neillm@thecodefactory.org>
13007
13008 2002-03-29 [paul]       0.7.4claws53
13009
13010         * sync with 0.7.4cvs24
13011                 see ChangeLog entry 2002-03-29
13012
13013 2002-03-28 [paul]       0.7.4claws52
13014
13015         * sync with 0.7.4cvs23
13016                 see ChangeLog entry 2002-03-28
13017
13018 2002-03-27 [melvin]     0.7.4claws51
13019
13020         * src/prefs_actions.c
13021                 Added support to pass only one message part (as a
13022                 file) to the command using '%p'. No quotes are needed
13023                 because doubles quotes are automatically added.
13024                 Fixed bug where Sylpheed could block when waiting for
13025                 a child process to finish.
13026                 Changed the help menu to remove quotes around symbols to 
13027                 avoid misinterpretation (they must not be used).
13028
13029 2002-03-27 [melvin]     0.7.4claws50
13030
13031         * src/inc.c
13032                 Made the new mail notification command always 
13033                 execute asynchronously.
13034
13035 2002-03-27 [paul]       0.7.4claws49
13036
13037         * src/compose.c
13038                 fix bug introduced in last commit
13039
13040 2002-03-27 [paul]       0.7.4claws48
13041
13042         * sync with 0.7.4cvs21
13043                 see ChangeLog 2002-03-26 and 2002-03-27
13044
13045 2002-03-26 [hoa]        0.7.4claws47
13046
13047         * src/prefs_folder_item.c
13048                 really fixed the bug #516442 with folder rescan.
13049
13050 2002-03-26 [paul]       0.7.4claws46
13051
13052         * sync with 0.7.4cvs19
13053                 see ChangeLog entries 2002-03-25 and 2002-03-26
13054
13055 2002-03-25 [hoa]        0.7.4claws45
13056
13057         * src/matcher.c
13058         * src/mh.c
13059                 fix the bug #516442 with folder rescan.
13060
13061         * src/prefs_common.[ch]
13062         * src/compose.c
13063                 added an option to enable two different behaviours
13064                 for bounce.
13065
13066
13067 2002-03-25 [paul]       0.7.4claws44
13068
13069         * src/mainwindow.c
13070           src/selective_download.c
13071                 correct a few menuitem labels
13072
13073 2002-03-25 [christoph]  0.7.4claws43
13074
13075         * src/procmsg.c
13076                 fix non deleted tmp message in
13077                 procmsg_save_to_outbox
13078                 fix problems caused by sync with
13079                 main branch's procmsg_send_queue
13080
13081 2002-03-25 [paul]       0.7.4claws42
13082
13083         * src/quote_fmt.c
13084           src/quote_fmt_lex.l
13085           src/quote_fmt_parse.y
13086                 add Last name (%L) placeholder for quoting. 
13087                 patch submitted by Thorsten Thielen 
13088                 <thth@users.sourceforge.net>
13089
13090 2002-03-25 [paul]       0.7.4claws41
13091
13092         * src/utils.c
13093                 get full hostname. patch submitted by
13094                 Bob Woodside <rwoodside1@comcast.net>
13095
13096 2002-03-25 [paul]       0.7.4claws40
13097
13098         * src/account.c
13099           src/news.c
13100           src/nntp.[ch]
13101           src/prefs_account.[ch]
13102                 enable NNTP over SSL. patch submitted by
13103                 Pascal Jermini <pascal@infinity.hn.org>
13104
13105 2002-03-24 [paul]       0.7.4claws39
13106
13107         * src/prefs_common.c
13108                 make the arrangement of the Compose tab more
13109                 coherent
13110
13111         * src/mainwindow.c
13112                 fix some irregularities of style
13113
13114         * po/de.po
13115                 updated by Kilian Krause
13116
13117 2002-03-23 [paul]       0.7.4claws38
13118
13119         * po/pt_BR.po
13120                 updated by Fabio Junior Beneditto
13121
13122 2002-03-23 [paul]       0.7.4claws37
13123
13124         * src/mainwindow.c
13125                 move 'Gather addresses' to 'Tools' menu
13126                 make 'Selective download' sensitive
13127
13128 2002-03-23 [paul]       0.7.4claws36
13129
13130         * sync with 0.7.4cvs16
13131                 see ChangeLog entries 2002-03-23
13132
13133 2002-03-22 [christoph]  0.7.4claws35
13134
13135         * src/quote_fmt_parse.y
13136                 fix include program output
13137
13138 2002-03-22 [alfons]     0.7.4claws34
13139
13140         * src/pop.c
13141                 initialize GDate stack variable correctly (sorry!)
13142
13143 2002-03-22 [paul]       0.7.4claws33
13144
13145         * src/compose.c
13146           src/mainwindow.c
13147           src/prefs_actions.c
13148           src/prefs_common.c
13149                 rename 'Tool' to 'Tools'
13150
13151         * src/mainwindow.c
13152                 move 'Delete duplicated messages' from
13153                 'Message/' to 'Tools/'
13154                 re-arrange the order of 'Tools/' items
13155
13156 2002-03-22 [paul]       0.7.4claws32
13157
13158         * src/addr_compl.c
13159           src/addressbook.[ch]
13160                 auto-address completion now also matches on
13161                 Nickname. patch submitted by Bob Forsman 
13162                 <hammor@users.sourceforge.net>
13163
13164         * src/editaddress.c
13165                 correct a spelling mistake
13166
13167 2002-03-22 [alfons]     0.7.4claws31
13168
13169         * src/pop.c
13170                 fix getting uidl from incorrect string 
13171                 (spotted by Colin)
13172
13173 2002-03-21 [alfons]     0.7.4claws30
13174
13175         * src/pop.c
13176                 more code refactoring
13177                 plug mem leak introduced by delete on server
13178
13179 2002-03-21 [paul]       0.7.4claws29
13180
13181         * sync with 0.7.4cvs11
13182                 see ChangeLog entries 2002-03-20
13183
13184 2002-03-20 [alfons]     0.7.4claws28
13185
13186         * src/inc.c
13187                 apply Colin's patch and refactor
13188
13189 2002-03-20 [paul]       0.7.4claws27
13190
13191         * sync with sylpheed 0.7.4cvs9
13192                 see ChangeLog entry 2002-03-20
13193
13194 2002-03-19 [christoph]  0.7.4claws26
13195
13196         * src/mh.c
13197         * src/procmsg.[ch]
13198         * src/summaryview.c
13199                 revert changes for flag updates
13200                 (does not work correctly and no time to debug)
13201
13202 2002-03-20 [alfons]     0.7.4claws25
13203
13204         * src/pop.c
13205                 refactor should_delete() a little bit 
13206
13207 2002-03-19 [paul]       0.7.4claws24
13208
13209         * src/inc.[ch]
13210           src/pop.c
13211           src/prefs_account.[ch]
13212                 allow the user to leave downloaded mail on the 
13213                 server for n days. Patch submitted by Colin Leroy 
13214                 <colin@colino.net>
13215
13216 2002-02-19 [paul]       0.7.4claws23
13217
13218         * sync with sylpheed 0.7.4cvs8
13219                 see ChangeLog entries 2002-03-19
13220
13221 2002-03-18 [paul]       0.7.4claws22
13222
13223         * sync with sylpheed 0.7.4cvs6
13224                 see ChangeLog entry 2002-03-18
13225
13226 2002-03-18 [paul]       0.7.4claws21
13227
13228         * po/en_GB.po
13229                 add en_GB message catalogue
13230
13231         * src/mbox_folder.c
13232           src/prefs_account.c
13233           src/prefs_actions.c
13234                 correct a few spelling mistakes
13235
13236 2002-03-17 [alfons]     0.7.4claws20
13237
13238         * src/matcher.c
13239                 more stringent checks for NULL params when writing
13240                 filtering actions to a file
13241                 
13242 2002-03-17 [hoa]        0.7.3claws20
13243
13244         * src/news.c
13245                 fixed the count of new messages
13246
13247         * src/compose.c
13248                 fixed the "attachment properties" window
13249
13250 2002-03-17 [paul]       0.7.4claws19
13251
13252         * src/defs.h
13253           src/folder.h
13254           src/news.c
13255           src/prefs_account.[ch]
13256           src/procmsg.[ch]
13257           src/summaryview.c
13258                 automatically mark cross-posted messages as read 
13259                 and (optionally) give them a colour label
13260                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
13261                 
13262
13263 2002-03-17 [paul]       0.7.4claws18
13264
13265         * sync with sylpheed 0.7.4cvs5
13266                 see ChangeLog entry 2002-03-17
13267
13268 2002-03-17 [melvin]     0.7.4claws17
13269         
13270         * src/textview.c
13271                 Worked around a gtktext 'bug': when searching for 
13272                 a text in a long message it was scrolling slowly
13273                 line by line until it hit the searched text.
13274         * po/fr.po
13275                 Updated French translation
13276
13277 2002-03-17 [melvin]     0.7.4claws16
13278
13279         * src/mainwindow.c
13280         * src/compose.c
13281         * src/prefs_actions.c
13282                 Moved "Edit/Actions" to "Tool/Actions"
13283                 Made mainwindow/compose window sensitive as soon as
13284                 no child process is running anymore even if the io dialog
13285                 is open.
13286                 Fixed a struct being initialized with a non constant char*
13287
13288 2002-03-16 [christoph]  0.7.4claws15
13289
13290         * configure.in
13291                 add --with-compiler-flags option
13292                 (only for developer hacking)
13293         * src/mh.c
13294         * src/procmsg.[ch]
13295         * src/summaryview.c
13296                 try to make folder-stats and flag handling more
13297                 independent from the summaryview. msgcounts
13298                 are only set when the folder is opened and
13299                 procmsg_msginfo_(un)set_flags will handle it
13300                 later and summaryview will get the values
13301                 from the folder.
13302
13303 2002-03-16 [paul]       0.7.4claws14
13304
13305         * src/messageview.c
13306                 fix Return-receipt. Patch submitted by Bob
13307                 Woodside <rwoodside1@comcast.net>
13308
13309 2002-03-16 [paul]       0.7.4claws13
13310
13311         * src/compose.c
13312                 fix 'dynamic' signatures, make it work again
13313                 broken during sync on 2002-03-14 (0.7.4claws2)
13314
13315 2002-03-15 [match]      0.7.4claws12
13316
13317         * src/addrharvest.[ch]
13318         * src/addrgather.[ch]
13319         * src/addressbook.[ch]
13320         * src/mainwindow.c
13321                 included address harvester feature. still some
13322                 issues with address parsing that I will fix.
13323
13324 2002-03-15 [match]      0.7.4claws11
13325
13326         * src/addrbook.[ch]
13327         * src/addrcache.[ch]
13328         * src/addressbook.[ch]
13329         * src/addrindex.c
13330         * src/editbook.c
13331         * src/importldif.c
13332         * src/importmutt.c
13333         * src/jpilot.[ch]
13334         * src/main.c
13335         * src/syldap.[ch]
13336         * src/vcard.[ch]
13337                 tidy up. fix memory leaks. moved attribs and methods
13338                 from individual interfaces to addrcache object. prep
13339                 for new stuff to come in.
13340
13341 2002-03-15 [alfons]     0.7.4claws10
13342
13343         * src/matcher.[ch]
13344         * src/matcher_parser_parse.y
13345         * src/matcher_parser_lex.l
13346         * src/prefs_matcher.c
13347                 add filtering conditions message greater than, smaller 
13348                 than, and exactly matching a size in bytes
13349                 (does not work with delete from POP3 server yet)
13350
13351                 this should also give others an idea what you should
13352                 do to add new criterions to claws filtering system
13353                 
13354
13355 2002-03-15 [paul]       0.7.4claws9
13356
13357         * tools/filter_conv.pl
13358                 exit if there are no filter rules to convert
13359                 rename filterrc to filterrc.old after completion
13360
13361 2002-03-15 [paul]       0.7.4claws8
13362
13363         * sync with sylpheed 0.7.4cvs3
13364                 see ChangeLog entry 2002-03-14
13365
13366 2002-03-14 [paul]       0.7.4claws7
13367
13368         * src/compose.c
13369                 clean up the last commit (ahem)
13370
13371 2002-03-14 [paul]       0.7.4claws6
13372
13373         * src/compose.c
13374                 fix bug #515655. honour account preferences
13375                 regarding gpg default signing/encryption when 
13376                 changing account from the compose window.
13377
13378 2002-03-14 [paul]       0.7.4claws5
13379
13380         * src/folderview.c
13381                 remove unnecessary curly brackets
13382
13383 2002-03-14 [paul]       0.7.4claws4
13384
13385         * src/folderview.c
13386           src/prefs_filtering.[ch]
13387                 add filter rename on folder rename and filter
13388                 delete on folder delete. Patch submitted by
13389                 Neill Miller <neillm@thecodefactory.org> 
13390
13391 2002-03-14 [christoph]  0.7.4claws3
13392
13393         * src/procmsg.c
13394         * src/send.c
13395                 fix local delivery
13396                 (patch submitted by "Simon 'corecode' Schubert")
13397         * src/prefs_common.c
13398         * src/procmsg.c
13399                 fix gcc 3.0 warning
13400
13401 2002-03-14 [paul]       0.7.4claws2
13402
13403         * sync with sylpheed 0.7.4cvs2
13404                 see ChangeLog entry 2002-03-13
13405
13406 2002-03-12 [darko]      0.7.4claws1
13407
13408         * src/mainwindow.c
13409                 fix what seems to be a copy and paste error
13410                 when setting color for important messages
13411                 (reported by wwp)
13412
13413 2002-03-11 [paul]       version 0.7.4claws released
13414
13415 2002-03-11 [paul]       0.7.4claws
13416
13417         * po/es.po
13418           po/it.po
13419           po/nl.po
13420           po/pt_BR.po
13421                 update message catalogs. Submitted by Ricardo Mones 
13422                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13423                 Fabio Junior Beneditto
13424
13425         * configure.in
13426           faq/Makefile.am
13427           faq/it/Makefile
13428           faq/it/sylpheed-faq*
13429           src/mainwindow.c
13430           src/manual.[ch]
13431                 add FAQ in Italian
13432         
13433
13434 2002-03-11 [jens]       0.7.3claws7
13435
13436         * po/de.po
13437                 updated German translation
13438
13439 2002-03-11 [melvin]     0.7.3claws6
13440
13441         * po/fr.po
13442                 updated and corrected French translation
13443
13444 2002-03-10 [hoa]        0.7.3claws5
13445
13446         * src/account.c
13447         * src/inc.c
13448         * src/prefs_account.c
13449         * src/procmsg.c
13450         * src/send.[ch]
13451                 fixed the local account.
13452                 you have to change the default "/usr/sbin/sendmail"
13453                 to "/usr/sbin/sendmail -t" in the preferences of
13454                 the local account.
13455
13456         * src/procmime.c
13457                 removed some debug display for renderer
13458
13459 2002-03-10 [paul]       0.7.3claws4
13460
13461         * faq/en/sylpheed-faq-1.html
13462           faq/en/sylpheed-faq-2.html
13463                 update
13464
13465 2002-03-09 [paul]       0.7.3claws3
13466
13467         * sync with sylpheed 0.7.4
13468                 see ChangeLog entry 2002-03-09
13469
13470 2002-03-08 [paul]       0.7.3claws2
13471
13472         * faq/en/sylpheed-faq*
13473           faq/es/sylpheed-faq*
13474           faq/fr/sylpheed-faq*
13475                 update the FAQs
13476
13477         * manual/fr/.cvsignore
13478           manual/fr/Makefilea.am
13479           manual/fr/sylpheed*
13480           src/mainwindow.c
13481           src/manual.[ch]
13482                 add the French manual
13483
13484 2002-03-07 [paul]       0.7.3claws1
13485
13486         * sync with sylpheed 0.7.3cvs4
13487                 see ChangeLog entries  2002-03-06 and 2002-03-07
13488         
13489         * po/nl.po
13490                 updated by Wilbert Berendsen
13491
13492 2002-03-07 [melvin]     0.7.2claws34
13493
13494         * src/selective_download.c
13495                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13496
13497 2002-03-06 [paul]       0.7.2claws33
13498
13499         * sync with sylpheed 0.7.3cvs1
13500                 bug fix, see ChangeLog entry 2002-03-05
13501
13502 2002-03-05 [paul]       0.7.2claws32
13503
13504         * src/mimeview.c
13505           src/pgptext.[ch]
13506           src/procmsg.c
13507                 reverse the pgp ascii-armored code implemented in 
13508                 0.7.2claws16. removal of this code until it matures.
13509                 this means that verifying ascii-armored pgp sigs and
13510                 automatic decryption of ascii-armored encrypted
13511                 messages no longer works.
13512
13513 2002-03-05 [paul]       0.7.2claws31
13514
13515         * configure.in
13516           Makefile.am
13517         * faq/Makefile.am
13518         * faq/en/Makefile.am
13519           faq/en/sylpheed-faq.html
13520           faq/en/sylpheed-faq-1.html
13521           faq/en/sylpheed-faq-2.html
13522           faq/en/sylpheed-faq-3.html
13523         * faq/es/Makefile.am
13524           faq/es/sylpheed-faq.html
13525           faq/es/sylpheed-faq-1.html
13526           faq/es/sylpheed-faq-2.html
13527           faq/es/sylpheed-faq-3.html
13528           faq/es/sylpheed-faq-4.html
13529         * faq/fr/Makefile.am
13530           faq/fr/sylpheed-faq.html
13531           faq/fr/sylpheed-faq-1.html
13532           faq/fr/sylpheed-faq-2.html
13533           faq/fr/sylpheed-faq-3.html
13534         * src/Makefile.am
13535           src/defs.h
13536           src/mainwindow.c
13537           src/manual.[ch]
13538                 add FAQs in English, Spanish and French
13539
13540
13541 2002-03-05 [paul]       0.7.2claws30
13542
13543         * manual/en/sylpheed.html
13544           manual/en/sylpheed-XX.html
13545                 updated the English manual
13546
13547 2002-03-05 [hoa]        
13548
13549         * src/summaryview.c
13550                 dialog box pops up if the article can't be deleted.
13551
13552 2002-03-04 [paul]       
13553         
13554         * po/pt_BR.po
13555                 updated by Fabio Junior Benedito
13556
13557 2002-03-04 [hoa]
13558
13559         * removed ac/gpgme.m4
13560                 to avoid autogen common problem
13561                 developers have to install gpgme development package now
13562
13563         * src/compose.c
13564                 encoding to 7bit or 8bit is enabled.
13565
13566 2002-03-03 [alfons]     0.7.2claws29
13567
13568         * src/pop.c
13569                 merge fix by Oliver Haertel for selective
13570                 download buglet
13571
13572 2002-03-03 [paul]       0.7.2claws28
13573         
13574         * sync with sylpheed 0.7.3
13575
13576 2002-03-03 [paul]       0.7.2claws27
13577
13578         * sync with sylpheed 0.7.2cvs24
13579                 see ChangeLog entries 2002-03-02 and 2002-03-03
13580
13581 2002-03-02 [melvin]     0.7.2claws26
13582
13583         * src/inc.[ch]
13584         * src/main.c
13585         * src/mainwindow.c
13586         * src/prefs_common.[ch]
13587                 Added user definable notification on new mail arrival.
13588                 Removed unused variables in spell checker prefs code.
13589
13590 2002-03-02 [melvin]     0.7.2claws25
13591
13592         * src/quote_fmt.c
13593                 Removed unnecessary escape sequences.
13594                 Changed 'Initial...' to 'Initials of Sender'
13595
13596 2002-03-02 [paul]       0.7.2claws24
13597
13598         * sync with sylpheed 0.7.2cvs22
13599                 see ChangeLog entry 2002-03-01
13600
13601 2002-03-01 [hoa]        0.7.2claws23
13602
13603         * src/mainwindow.c
13604                 Set sensitivity of delete actions to active
13605                 even if the folder is a newsgroup.
13606
13607         * src/summaryview.c
13608                 - Set sensitivity of delete actions
13609                 - Added function check_permission() that will check if the
13610                   user is authorized to delete a message. For news, it
13611                   will check if the author is the same.
13612                 - Enabled deletion when there is no trash folder.
13613
13614         * src/news.[ch]
13615                 - Added news_cancel_article() to cancel articles
13616                 - Implemented news_remove_message() (public function)
13617
13618 2002-03-01 [paul]       0.7.2claws22
13619
13620         * src/gtkutils.c
13621           src/textview.c
13622                 recognise urls that that don't include 'http://' and
13623                 simply begin 'www.' 
13624
13625         * AUTHORS
13626                 remove duplicated name
13627
13628 2002-02-28 [paul]       0.7.2claws21
13629
13630         * src/mainwindow.c
13631           src/summaryview.[ch]
13632                 add ability to 'Select thread'
13633                 combines Melvin's "Select thread's head" patch (#510907)
13634                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13635                 patch (#518514) 
13636
13637 2002-02-28 [paul]       0.7.2claws20
13638
13639         * src/mimeview.c
13640                 hopefully fix segfault on right-clicking a mime part
13641                 that some people have experienced.      
13642                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13643
13644 2002-02-28 [paul]       0.7.2claws19
13645
13646         * sync with sylpheed 0.7.2cvs21
13647                 see ChangeLog entries 2002-02-27 and 2002-02-28
13648
13649 2002-02-27 [paul]       0.7.2claws18
13650
13651         * sync with sylpheed 0.7.2cvs18
13652                 see ChangeLog entries 2002-02-26 and 2002-02-27
13653
13654 2002-02-26 [alfons]     0.7.2claws17
13655
13656         * src/procheader.c
13657                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13658                 (spotted by Chris Hessman <idatech@gmx.net>)
13659
13660 2002-02-26 [paul]       0.7.2claws16
13661
13662         * src/mimeview.c
13663           src/pgptext.[ch]
13664           src/procmsg.c
13665                 make decryption of ascii-armored pgp encrypted messages
13666                 and verification of ascii-armored signatures work again.
13667                 slightly altered from the patch by Jens Jahnke 
13668                 <jan0sch@gmx.net>
13669
13670                 ##FIX ME##
13671                 * the checking of plaintext signatures always comes up in 
13672                   a popup box
13673                 * it doesn't work for multipart messages 
13674                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13675                   including the msg headers and these 2 line themselves, are 
13676                   not displayed
13677
13678         * src/mainwindow.c
13679                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13680                 "View/Message View" becomes "View/Separate Message View"
13681                 because its less ambiguous.
13682
13683         * po/es.po
13684                 updated by Ricardo Mones Lastra
13685
13686 2002-02-26 [paul]       0.7.2claws15
13687
13688         * sync with sylpheed 0.7.2cvs17
13689                 see ChangeLog entries 2002-02-25 and 2002-02-26
13690
13691 2002-02-25 [christoph]  0.7.2claws14
13692
13693         * src/filtering.[ch]
13694         * src/inc.c
13695                 do filtering stuff after all messages have been received
13696                   1. drop all messages to .processing
13697                   2. scan processing folder for messages
13698                   3. filter messages or move to inbox
13699                 this will also find old messages left in processing after
13700                 a crash or something like that and we get a real msginfo
13701                 from folder->get_msg_list and do not have to create our
13702                 own in filter_message
13703         * src/matcher_parser_parse.y
13704                 remove MIX/MAX warning (reordered includes)
13705
13706 2002-02-25 [paul]       0.7.2claws13
13707
13708         * sync with sylpheed 0.7.2cvs15
13709                 see ChangeLog entry 2002-02-24
13710
13711 2002-02-24 [alfons]     0.7.2claws12
13712
13713         * src/filtering.c
13714                 clear old color flags first when applying a new color to
13715                 a message info. 
13716                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13717
13718 2002-02-24 [alfons]     0.7.2.claws11
13719         
13720         * AUTHORS
13721         * src/prefs_common.c
13722                 add presets for Opera and Konqueror, closes patch #517261,
13723                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13724
13725 2002-02-24 [alfons]     0.7.2.claws10
13726
13727         * AUTHORS
13728         * src/summaryview.c
13729                 fix threading for null message ids, closes patch #521601,
13730                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13731
13732 2002-02-24 [alfons]     0.7.2claws9
13733
13734         * src/summaryview.c
13735         * src/filtering.c
13736                 make Tool | Filter Message work with filtering system so
13737                 setting flags also works
13738
13739                 TODO:
13740
13741                 - Processing uses the same function as Tool | Filter
13742                   Message, but doesn't use the same update proc yet
13743
13744 2002-02-23 [paul]       0.7.2claws8
13745
13746         * sync with sylpheed 0.7.2cvs14
13747                 see ChangeLog entries 2002-02-22 and 2002-02-23
13748
13749 2002-02-22 [christoph]  0.7.2claws7
13750
13751         * src/quote_fmt.c
13752                 Add column space to table
13753         * src/quote_fmt_parse.y
13754                 Close files
13755
13756 2002-02-22 [paul]       0.7.2claws6
13757
13758         * src/Makefile.am
13759           src/defs.h
13760           src/filtering.c
13761           src/inc.[ch]
13762           src/mainwindow.c
13763           src/matcher.[ch]
13764           src/matcher_parser_lex.l
13765           src/matcher_parser_parse.y
13766           src/pop.[ch]
13767           src/prefs_account.h
13768           src/prefs_filtering.c
13769           src/selective_download.[ch]   *** NEW FILES ***
13770           src/utils.[ch]
13771           po/POTFILES.in
13772                 Selective Download added to 'Tool' menu. 
13773                 Retrieves email headers of the currently selected pop3 
13774                 account and allows the user to mark emails for deletion 
13775                 right on the pop3 server. Patch submitted by Oliver Haertel 
13776                 <oha@users.sourceforge.net>.
13777         
13778         * po/POTFILES.in
13779                 add 'src/quote_fmt.c'           
13780
13781 2002-02-22 [christoph]  0.7.2claws5
13782
13783         * src/Makefile.am
13784                 added quote_fmt.c
13785         * src/prefs_common.[ch]
13786         * src/prefs_template.c
13787         * src/quote_fmt.c               *** NEW FILE ***
13788         * src/quote_fmt.h
13789                 move quote format symbol description code
13790                 to it's own file because it is used from
13791                 differnent code parts
13792                 Rewrote symbol description GUI
13793                   + use table
13794                   + add separators
13795                   + get data from array (no more long constant strings)
13796         * src/quote_fmt_lex.l
13797         * src/quote_fmt_parse.y
13798                 Symbol for Literal % changed to \% instead of %%
13799                 (More logical as \ is used for quoting for other symbols)
13800                 Add |f and |p to include files and program output
13801                 Examples:
13802                     |f{/home/.../.signature}
13803                     |p{date}
13804         * po/de.po
13805                 Correct wrong spelling for "Referenzen"
13806
13807 2002-02-21 [paul]       0.7.2claws4
13808
13809         * src/procmsg.c
13810                 forgotten during sync
13811
13812 2002-02-21 [paul]       0.7.2claws3
13813
13814         * sync with sylpheed 0.7.2cvs11
13815                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13816                 2002-02-20 and 2002-02-21
13817
13818 2002-02-20 [melvin]     0.7.2claws2
13819
13820         * src/prefs_actions.c
13821                 Added error report when child cannot fork or when execvp 
13822                 returns with an error.
13823
13824 2002-02-19 [christoph]  0.7.2claws1
13825
13826         * src/codeconv.c
13827                 return unconverted text if conde conversion is not possible
13828                 when libjconv is used.
13829                 (patch submitted by "Simon 'corecode' Schubert")
13830
13831 2002-02-19 [paul]       
13832
13833         * version 0.7.2claws release
13834
13835 2002-02-19 [paul]       0.7.2claws
13836
13837         * po/nl.po
13838                 updated by Wilbert Berendsen
13839
13840
13841 2002-02-18 [alfons]     0.7.1claws13
13842
13843         * src/syldap.c
13844         * src/jpilot.c
13845                 remove references to dlfcn and explicitly loading functions
13846                 from dynalink libs, because libs linked anyway, and functions
13847                 are loaded explicitly
13848
13849 2002-02-17 [melvin]     0.7.1claws12
13850
13851         * src/prefs_actions.c
13852                 Replaced children wait loop with double fork technique.
13853                 Now, input/output window updated at each new output.
13854                 free_children(): Fixed a memory leak.
13855                 Made input/output window non closable if running children
13856                 still exist.
13857                 Added missing <unistd.h> include.
13858                 Added some --debug outputs.
13859
13860 2002-02-17 [melvin]     0.7.1claws11
13861
13862         * src/summaryview.c
13863                 Fixed bug where descending sort order did not select top
13864                 message.
13865
13866 2002-02-17 [melvin]     0.7.1claws10
13867
13868         * acconfig.h
13869                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13870         * src/prefs_common.c
13871                 Pspell data package directory no more hard coded but
13872                 set during configuration (PSPELL_PATH). (Thanks to 
13873                                 Gustavo Noronha Silva.)
13874
13875 2002-02-17 [melvin]     0.7.1claws9
13876
13877         * configure.in
13878                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13879         * src/gtkspell.c
13880                 Fixed compile-time warnings.
13881
13882 2002-02-16 [alfons]     0.7.1claws8
13883
13884         * src/filesel.c
13885                 fix inadvertent free of NULL pointer which caused
13886                 sylpheed to crash when closing the save-as dialog
13887                 using the window close button
13888
13889 2002-02-16 [carsten]    0.7.1claws7
13890         * src/mainwindow.[ch]
13891           src/summaryview.c
13892           src/prefs_common.c
13893                 fixes for pixmap theming code:
13894                         - recently changed mail attributes shouldn't get
13895                           lost any longer
13896                         - theme is only reloaded iff another theme was
13897                           selected
13898
13899 2002-02-16 [paul]       0.7.1claws6
13900
13901         * sync with sylpheed 0.7.2 release
13902                 see ChangeLog entry 2002-02-15 and 2002-02-16
13903
13904 2002-02-15 [paul]       0.7.1claws5
13905
13906         * sync with sylpheed 0.7.1cvs9
13907                 see ChangeLog entry 2002-02-15
13908
13909         * po/POTFILES.in
13910                 remove unneeded headerwindow.c entry
13911
13912 2002-02-14 [carsten]    0.7.1claws4
13913         * src/summaryview.c
13914                 fixed a bug for "Go to next unread message": there was
13915                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13916                 in the prefs, because of doing "Search again" instead
13917                 "No"
13918
13919 2002-02-14 [carsten]    0.7.1claws3
13920         * src/stock_pixmap.c
13921                 removed 2 more mem leaks; following memprof,
13922                 this code is "leak free" now :)
13923
13924 2002-02-14 [carsten]    0.7.1claws2
13925         * src/stock_pixmap.c
13926                 used opendir/readdir/closedir instead of scandir
13927                 -> code should work now on Solaris
13928
13929 2002-02-14 [paul]       0.7.1claws1
13930
13931         * sync with sylpheed 0.7.1cvs8
13932                 see ChangeLog entries 2002-02-13 and 2002-02-14
13933
13934         * README.claws
13935                 add some description of Actions and Pixmap Themes
13936
13937 2002-02-13 [paul]       
13938
13939         * version 0.7.1claws release
13940
13941 2002-02-13 [paul]       0.7.1claws
13942
13943         * po/es.po
13944           po/it.po
13945           po/pt_BR.po
13946                 updated translations, submitted by Ricardo Mones Lastra,
13947                 Alessandro Maestri and Fabio Junior Beneditto
13948
13949 2002-02-13 [melvin]     0.7.0claws75
13950
13951         * src/prefs_actions.c
13952                 Added missing "signal.h" include
13953
13954 2002-02-13 [melvin]     0.7.0claws74
13955
13956         * src/prefs_folder_item.c
13957                 Added missing "config.h" include
13958         * po/fr.po
13959                 Updated French translation for folder propriety.
13960
13961 2002-02-13 [jens]       0.7.0claws73
13962
13963         * po/POTFILES.in
13964                 Added missing src/prefs_folder_item.c [log added by melvin]
13965         * po/de.po
13966                 Updated German translation.
13967
13968 2002-02-13 [melvin]     0.7.0claws72
13969
13970         * po/fr.po
13971                 Updated French translation.
13972
13973 2002-02-13 [melvin]     0.7.0claws71
13974
13975         * src/gtkutils.c
13976                 Made gtkut_editable_get_selection return NULL if selection
13977                 is of length zero.
13978                 This fixes a bug where selecting part of message A then
13979                 switching to message B and replying to it will not
13980                 quote the message's body.
13981
13982 2002-02-12 [paul]       0.7.0claws70
13983
13984         * src/mainwindow.c
13985                 cosmetic, relating to pixmap themes: on toolbar make 
13986                 updating of 'Exec' and 'Compose news/Compose email'
13987                 icons faster.
13988
13989 2002-02-12 [carsten]    0.7.0claws69
13990         * src/folderview.c
13991           src/mainwindow.[ch]
13992           src/stock_pixmap.c
13993           src/summaryview.c
13994           src/prefs_common.c
13995                 - refreshing after changing pixmap theme better
13996                   now (thanks Paul)
13997                 - wanted to remove some mem leaks, but alfons was
13998                   faster (and had the better solution ;)
13999
14000 2002-02-12 [alfons]     0.7.0claws68
14001
14002         * src/prefs_common.c
14003         * src/stock_pixmap.[ch]
14004                 plug mem leaks, refactor code a little bit
14005
14006
14007 2002-02-12 [sergey]     0.7.0claws67
14008
14009         * src/imap.c
14010                 Fixed problem with copying messages to IMAP folders when the
14011                 server uses something other than '/' as a namespace separator
14012                 (cyrus-imapd uses '.').
14013
14014 2002-02-12 [jens]       0.7.0claws66
14015
14016         * po/de.po
14017                 Updated German Translation
14018
14019 2002-02-12 [paul]       0.7.0claws65
14020
14021         * sync with sylpheed 0.7.1cvs1
14022                 see ChangeLog entry 2002-02-12
14023
14024 2002-02-12 [melvin]     0.7.0claws64
14025
14026         * src/prefs_actions.c
14027                 Fixed "feature" where children's output was duplicated 
14028                 instead of refreshed while monitoring.
14029                 Removed some debug code.
14030
14031 2002-02-12 [christoph]  0.7.0claws63
14032
14033         * src/compose.c
14034                 always delete message from queue after sending/send error
14035                 (closes bug #509601)
14036
14037 2002-02-12 [melvin]     0.7.0claws62
14038
14039         * src/prefs_actions.c
14040                 Children wait loop is now triggered with a timeout of 1s
14041                 Added %F which is replaced with the list of filenames 
14042                 of all selected messages (as suggested by Ricardo Mones Lestra)
14043                 Pipe syntax changed. Prefix with | to send selection, postfix
14044                 with | to retrieve output. Prefix with > or * to send
14045                 user definable input to the command (*: input is hidden)
14046                 Old pipe action should now be postfixed with |, too.
14047
14048 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
14049         * src/stock_pixmap.c
14050                 fixed a bug: if there's no theme directory don't
14051                 throw an error, just do "nothing" (thanks Alfons)
14052
14053 2002-02-12 [carsten]    0.7.0claws60
14054         * src/folderview.c
14055           src/summaryview.c
14056                 had to write the cache twice (nasty!); some marks would 
14057                 get lost if not
14058
14059 2002-02-11 [carsten]    0.7.0claws59
14060         * acconfig.h
14061           configure.in
14062           doc-src/maintainer_guide.txt
14063           src/compose.[ch]
14064           src/defs.h
14065           src/folderview.[ch]
14066           src/gtkutils.[ch]
14067           src/mainwindow.[ch]
14068           src/prefs_common.[ch]
14069           src/stock_pixmap.[ch]
14070           src/summaryview.[ch]
14071                 pixmap theming and related work on pixmap
14072                 handling on some other places
14073                 (e.g. hrm features for all folder)
14074           src/pixmap/stock_*.xpm -> the stock_ was removed
14075         
14076 2002-02-11 [paul]       0.7.0claws58
14077
14078         * sync with sylpheed 0.7.1 release
14079                 see ChangeLog entries 2002-02-11
14080
14081 2002-02-08 [paul]       0.7.0claws57
14082
14083         * sync with sylpheed 0.7.0cvs39
14084                 see ChangeLog entry 2002-02-07 (last entry) 
14085
14086         * src/prefs_actions.c
14087           src/prefs_filtering.c
14088           src/prefs_matcher.c
14089           src/prefs_scoring.c
14090                 sync: made it compile with C compilers other than gcc
14091
14092 2002-02-07 [paul]       0.7.0claws56
14093
14094         * sync with sylpheed 0.7.0cvs38
14095                 see ChangeLog entries 2002-02-06 (last 2 entries) and
14096                 2002-02-07
14097
14098 2002-02-07 [darko]      0.7.0claws55
14099
14100         * src/gtkutils.[ch]
14101         * src/summaryview.c
14102                 Fix const gchar */gchar * issue (thanks Hiro)
14103
14104 2002-02-07 [darko]      0.7.0claws54
14105
14106         * src/compose.[ch]
14107         * src/filtering.c
14108         * src/gtkutils.[ch]
14109         * src/prefs_template.c
14110         * src/quote_fmt.h
14111         * src/quote_fmt_parse.y
14112         * src/summaryview.c
14113         * src/utils.[ch]
14114                 When replying or forwarding an email don't quote the entire
14115                 mail body but use the part of the message text that is selected
14116
14117 2002-02-06 [melvin]     0.7.0claws53
14118
14119         * src/prefs_common.[ch]
14120         * src/gtkspell.[ch]
14121         * src/compose.c
14122                 Made possible to switch quickly to last used dictionary
14123                 which makes checking bilingual documents easier.
14124
14125 2002-02-06 [melvin]     0.7.0claws52
14126         
14127         * po/POTFILES.in
14128                 Added forgotten new file src/prefs_actions.c
14129
14130 2002-02-06 [melvin]     0.7.0claws51
14131
14132         * src/prefs_actions.c   ** NEW FILE **
14133         * src/prefs_actions.h   ** NEW FILE **
14134                 Added actions to execute on message text view, or on the
14135                         message's file.
14136         * src/Makefile.am
14137                 Added src/prefs_actions.[ch]
14138         * src/compose.c
14139                 Added new menu "Edit/Actions"
14140         * src/defs.h
14141                 Added new actionsrc file.
14142         * src/main.c
14143                 Added actionsrc reading.
14144         * src/mainwindow.c
14145                 Added new menus "Edit/Actions" and "Configuration/Actions..."
14146         * src/prefs_common.h
14147                 Added new element actionslst element to prefs_common.
14148
14149 2002-02-06 [paul]       0.7.0claws50
14150
14151         * sync with sylpheed 0.7.0cvs36
14152                 see ChangeLog entry 2002-02-06
14153
14154 2002-02-05 [paul]
14155
14156         * po/es.po
14157                 updated by Ricardo Mones Lastra
14158
14159 2002-02-05 [paul]       0.7.0claws49
14160
14161         * sync with sylpheed 0.7.0cvs33
14162                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
14163
14164 2002-02-05 [paul]       0.7.0claws48
14165
14166         * src/compose.c
14167                 re-add 'Edit/Advanced/Delete entire line', previously named
14168                 'Delete Line+'
14169
14170 2002-02-04 [paul]       0.7.0claws47
14171
14172         * src/compose.c
14173           src/summaryview.c
14174                 fix bug #494993 (Reply All not taking Reply-To into consi)
14175                 eliminate differences in behaviour of right-click 'Reply to all' 
14176                 in summary view and 'Reply to all' on the toolbar. 
14177                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
14178                 view and From gets ignored by 'Reply to all' on toolbar.
14179                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
14180                 From when no Reply-To header is present.
14181
14182 2002-02-04 [paul]       0.7.0claws46
14183
14184         * sync with sylpheed 0.7.0cvs30
14185                 see ChangeLog entries 2002-02-03 and 2002-02-04
14186
14187 2002-02-03 [melvin]     0.7.0claws45
14188
14189         * src/gtkspell.[ch]
14190                 Readded function to highlight all misspelled words.
14191                 Fixed bug where user-provided-words did not replace
14192                         correctly the misspelled word when using the mouse.
14193                 Fixed bug where checking a region selected from right to left did
14194                         not check the region at all.
14195                 Fixed bug where 'Check backwards' may not check at all. 
14196                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
14197                 Fixed possible buffer overflow when checking for long strings (>1k).
14198                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
14199                 Accelerators code uses now gtk_widget_add_accel.
14200                 Removed and disabled obsolete and unfinished code.
14201                 Cleaning up.
14202
14203         * src/compose.c
14204                 Added menu item to Highlight all misspelled words.
14205
14206 2002-02-01 [paul]       0.7.0claws44
14207
14208         * src/mainwindow.c
14209                 fix '/View/Hide read messages' sensitivity when all
14210                 messages in a folder are hidden
14211
14212 2002-02-01 [paul]       0.7.0claws43
14213
14214         * src/main.c
14215                 add --send option to command line interface, sends all
14216                 queued mail. Patch submitted by Ricardo Mones Lastra.
14217
14218 2002-01-31 [paul]       0.7.0claws42
14219
14220         * src/mainwindow.c
14221                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
14222
14223 2002-01-31 [paul]       0.7.0claws41
14224
14225         * sync with sylpheed 0.7.0cvs27
14226                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
14227                 and 2002-01-31
14228
14229         * src/textview.c
14230                 comment out elements of textview_show_part() as temporary
14231                 workaround for attachment 'Display as text' bug 
14232
14233         * po/pt_BR.po
14234                 updated by Fabio Junior Beneditto
14235
14236 2002-01-30 [paul]       0.7.0claws40
14237
14238         * sync with sylpheed 0.7.0cvs24
14239                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
14240                 and 2002-01-30
14241
14242         * src/compose.c
14243                 add {N_("/_Spelling"), ... "<Branch>"} to 
14244                 GtkItemFactoryEntry compose_entries[]
14245
14246         * src/prefs_common.c
14247                 add claws menu items to prefs_keybind_apply_clicked()
14248                 and remove non-claws menu items
14249
14250 2002-01-29 [paul]       0.7.0claws39
14251
14252         * sync with sylpheed 0.7.0cvs22
14253                 see ChangeLog entries 2002-01-28 and 2002-01-29
14254
14255 2002-01-28 [melvin]     0.7.0claws38
14256
14257         * src/compose.c
14258                 Added the declartion of compose_send_control_enter.
14259
14260         * src/compose.c
14261         * src/gtkspell.[ch]
14262                 Added in a 'Spelling' menu which includes the configuration menu. 
14263                 Added a real 'Check all' and got rid from the old one which only
14264                 highlited misspelled word.
14265                 Made 'Check while typing' a disableable option.
14266                 Added a dialog when there are no more misspelled word.
14267                 Added a dialog if error occurs when switching to a dictionary.
14268         
14269         * src/prefs_common.[ch]
14270                 Added option for the default 'Check while typing' option.
14271
14272
14273 2002-01-28 [alfons]     0.7.0claws37
14274
14275         * src/compose.c
14276                 fix buglet and make code comply with sylpheed code style
14277
14278 2002-01-28 [paul]       0.7.0claws36
14279
14280         * sync with sylpheed 0.7.0cvs19
14281                 see ChangeLog entries for 2002-01-28
14282
14283 2002-01-28 [hoa]        0.7.0claws35
14284
14285         * src/defs.h
14286                 added rendererrc
14287
14288         * src/main.c
14289                 read the renderer config
14290
14291         * src/procmime.[ch]
14292                 use the renderer config to convert mime attachments
14293
14294         * src/textview.c
14295                 don't use textview_show_html/ertf,
14296                 use get_text_content instead
14297
14298 2002-01-27 [alfons]     0.7.0claws34
14299         
14300         * src/news.c
14301                 make sylpheed believe it can delete a news message...
14302                 (messages are NOT deleted, maybe we should remove
14303                 processing from the folder properties after all.)
14304
14305 2002-01-27 [alfons]     0.7.0claws33
14306
14307         * src/folder.c
14308                 add extra checks
14309         * src/news.c
14310                 implement remove_msg() 
14311
14312 2002-01-27 [alfons]     0.7.0claws32
14313
14314         * src/procmsg.h
14315         * src/procheader.c
14316         * src/messageview.c
14317                 fix return receipt / disposition notification again. this
14318                 stuff seems to break on _every_ major summary UI change, so
14319                 it's now implemented using a flag which is saved in the
14320                 marks cache
14321                 
14322 2002-01-26 [alfons]     0.7.0claws31
14323
14324         * src/import.c
14325                 let import dialog show the destination folder identifier
14326
14327 2002-01-26 [melvin]     0.7.0claws30
14328
14329         * src/folderview.c
14330         * src/summaryview.c
14331                 Readded 'Mark all read' into summary view popup menu
14332                 Added 'Mark all read' in folder view popup menu for IMAP
14333                 and NNTP.
14334                 Made it insensitive if the selected folder is not the shown
14335                 one to avoid 'Mark all read' on the wrong folder.
14336                 
14337 2002-01-26 [paul]       0.7.0claws29
14338
14339         * src/folderview.c
14340           src/summaryview.c
14341                 move 'Mark all read' from summary view to folder view
14342                 menu. (adapted from) patch submitted by Jeremy Andrews,
14343                 <lists@kerneltrap.com>
14344
14345 2002-01-25 [alfons]     0.7.0claws28
14346
14347         * src/gtkstext.c
14348                 put the gtk class name back so GtkSText adapts the 
14349                 settings of GtkText
14350
14351 2002-01-25 [alfons]     0.7.0claws27
14352
14353         * src/folderview.c 
14354                 assimilate Ricardo's patch that shows pixmaps instead of
14355                 plain "new" and "unread" texts in the folder view column
14356                 headers 
14357
14358 2002-01-25 [paul]       0.7.0claws26
14359
14360         * src/Makefile.am
14361                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14362                 be found in non-standard locations. 
14363                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14364
14365 2002-01-25 [paul]       0.7.0claws25
14366
14367         * sync with sylpheed 0.7.0cvs16
14368                 see ChangeLog entry 2002-01-25
14369
14370 2002-01-24 [paul]       0.7.0claws24
14371
14372         * more sync with sylpheed 0.7.0cvs15
14373                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14374
14375 2002-01-23 [sergey]     0.7.0claws23
14376
14377         * src/importldif.c
14378                 Fixed segfault when closing LDIF import wizard with
14379                 the window manager.
14380         * src/imageview.c
14381         * src/imageview.h
14382         * src/messageview.c
14383         * src/mimeview.c
14384                 Fixed wrong scrolling position after switching between
14385                 text and image parts.
14386
14387 2002-01-23 [paul]       0.7.0claws22
14388
14389         * sync with sylpheed 0.7.0cvs15
14390                 see ChangeLog entries 2002-01-22 and 2002-01-23
14391
14392 2002-01-21 [melvin]     0.7.0claws21
14393
14394         * src/prefs_scoring.c
14395         * src/prefs_filtering.c
14396                 Fixed bug where scoring and filtering windows stopped
14397                 autochecking.
14398
14399 2002-01-21 [paul]       0.7.0claws20
14400
14401         * sync with sylpheed 0.7.0cvs12
14402                 see ChangeLog entries 2002-01-20 and 2002-01-21
14403
14404 2002-01-21 [carsten]    0.7.0claws19
14405         * src/mainwindow.c
14406         * src/menu.[ch]
14407         * src/messageview.[ch]
14408         * src/summaryview.[ch]
14409                 changes to shortcuts handling again:
14410                         + "Q" now controled by mainwin
14411                         + v/V are now customizable and have slightly
14412                           different meanings
14413                 the "button" to minimize the messageview (and maximize
14414                 the summary view) is a real button now
14415         * src/compose.c
14416                 "Delete Line+" added to Edit/Advanced (this will also
14417                 delete the '\n')
14418
14419 2002-01-20 [melvin] 0.7.0claws18
14420
14421         * src/addressbook.c
14422                 Made "Bcc" sensitive when addressbook is called from
14423                 compose window (it was a Claws only bug).
14424
14425 2002-01-19 [alfons] 0.7.0claws17
14426
14427         * src/inc.c
14428                 prevent unnecessary updates when currently selected folder has
14429                 no new messages 
14430
14431 2002-01-19 [alfons] 0.7.0claws16
14432         
14433         * src/summaryview.c
14434                 prevent writing the cache based on current message list in summary 
14435                 view when filtering also put messages in currently selected folder
14436
14437 2002-01-19 [paul]
14438
14439         * po/it.po
14440                 Italian translation submitted by Alessandro Maestri
14441                 <a.maestri@cs.tin.it>
14442
14443 2002-01-18 [melvin]     0.7.0claws15
14444
14445         * src/prefs_filters.c
14446                 fixed bug where 'cancel' from 'filters' window stops autochecking
14447                 if the timer timed out  when the window was open.
14448
14449 2002-01-18 [match]      0.7.0claws14
14450
14451         * src/addrclip.[ch]     ** NEW FILE **
14452         * src/addrselect.[ch]   ** NEW FILE **
14453         * src/adbookbase.h      ** NEW FILE **
14454                 addressbook cut, copy and paste
14455         * src/addrbook.[ch]
14456         * src/addrcache.[ch]
14457         * src/addressitem.h
14458         * src/addrindex.[ch]
14459         * src/addritem.[ch]
14460         * src/importldif.c
14461         * src/importmutt.c
14462         * src/jpilot.[ch]
14463         * src/syldap.[ch]
14464         * src/vcard.[ch]
14465         * src/jpilot.[ch]
14466         * src/editbook.c
14467         * src/editjpilot.c
14468         * src/editldap.c
14469         * src/editvcard.c
14470                 support for copy/paste
14471         * src/addressbook.c
14472                 support for copy/paste
14473                 tidy up menu option processing
14474                 correct address list function arguments
14475         * src/editaddress.c
14476                 sort user attributes
14477         * src/ldif.h
14478         * src/mutt.h
14479                 tidy up
14480
14481         * src/addrbook.[ch]
14482         * src/addrbook.[ch]
14483         * src/addrbook.[ch]
14484                 
14485
14486 2002-01-18 [paul]       0.7.0claws13
14487
14488         * sync with sylpheed 0.7.0cvs8
14489                 configure.in: support Mac OS X (Darwin)
14490
14491 2002-01-18 [carsten]    0.7.0claws12
14492         * src/html.c
14493                 small hack to fix a segfault with an empty href
14494                 (reported by Alexandra Walford <deeni@altern.org>)
14495         * src/mainwindow.c
14496         * src/summaryview.c
14497                 the shortcuts for Mark und Mark as unread are hardcoded
14498                 again
14499         * src/compose.c
14500         * src/gtkstext.[ch]
14501                 readded the shortcuts in gtkstext but made them
14502                 customizeable (simply by adding a menu plus a wrapper
14503                 to compose.c)
14504
14505 2002-01-17 [melvin]     0.7.0claws11
14506
14507         * src/gtkspell.c
14508                 fix default dictionary not being saved.
14509
14510 2002-01-16 [darko]      0.7.0claws10
14511
14512         * src/compose.c
14513                 fix wrapping crash with URL longer than wrapping margin
14514
14515 2002-12-08 [hoa]        0.7.0claws10
14516
14517         * src/matcher_parser_parse.y
14518                 fixed some bugs
14519
14520         * src/prefs_filtering.c
14521                 now, we can use bounce action in the dialog box.
14522
14523 2002-01-16 [carsten]    0.7.0claws9
14524         * src/gtkstext.c
14525                 removed the <control> and <alt> shortcuts because they're
14526                 not needed and interefered with the "normal" shortcuts
14527         * src/mainwindow.c
14528         * src/summaryview.c
14529                 removed most of the hardcoded shortcuts and assigned
14530                 them to menu entries making them easy customizable by
14531                 that
14532
14533 2002-01-16 |melvin]     0.7.0claws8
14534
14535         * src/gtkspell.c
14536                 fixed bug where using the mouse and when the compose
14537                 window is not on top may result in a crash.
14538
14539 2002-01-16 [melvin]     0.7.0claws7
14540
14541         * src/compose.c
14542                 fixed a long standingspell checker bug which could 
14543                 cause a crash after sending a message.
14544
14545 2002-01-16 [paul]       0.7.0claws6
14546
14547         * sync with sylpheed 0.7.0cvs7
14548                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14549                 2002-01-15, and 2002-01-16
14550
14551 2002-01-16 [melvin]     0.7.0claws5
14552
14553         * README.claws
14554         * src/compose.c
14555         * src/gtkspell.[ch]
14556         * src/main.c
14557                 Heavily modified spell checker code to work around
14558                 ispell bug, to add keyboard shortcuts and for future
14559                 enhancements. See README.claws for usage information.
14560
14561 2002-01-15 [alfons]     0.7.0claws4
14562         
14563         * src/summaryview.c
14564                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14565                 so sorting within threads reflects sort mode
14566
14567 2002-01-15 [christoph]  0.7.0claws3
14568
14569         * src/procmsg.c
14570                 added alertpanel if mail sending failed
14571
14572 2002-01-15 [alfons]     0.7.0claws2
14573         
14574         * src/prefs_filtering.c
14575                 don't stop timer when prefs filtering dialog is opened
14576
14577 2002-01-14 [alfons]     0.7.0claws1
14578
14579         * src/addr_compl.c
14580         * src/prefs.c
14581                 remove debug_print()s for privacy reasons
14582
14583 2002-01-14 [darko]      0.7.0claws
14584
14585         * README.claws
14586                 quotation wrapping is now also in the main branch
14587
14588 2002-01-14 [paul]
14589
14590         * tools/filter_conv.pl
14591                 allow for Boolean Op and case-sensitivity
14592                 this file is included in the release and tagged
14593                 'rel_0_7_0'
14594
14595 2002-01-13 [paul]       0.7.0claws
14596
14597         * release 0.7.0, with cvs tag 'rel_0_7_0'
14598
14599 2002-01-13 [paul]
14600
14601         * tools/filter_conv.pl
14602         * tools/README
14603                 rewritten to output to matcherrc instead of filteringrc
14604
14605         * po/es.po
14606                 updated Spanish translation by Ricardo Mones Lastra
14607
14608 2002-01-13 [alfons]
14609
14610         * po/nl.po
14611                 update dutch translation
14612
14613 2002-01-13 [paul]
14614
14615         * po/pt_BR.po
14616                 Updated by Fabio Junior Beneditto 
14617
14618 2002-01-13 [melvin]     0.6.6claws53
14619
14620         * po/fr.po
14621                 Updated french translation
14622
14623 2002-01-12 [alfons]     0.6.6claws52
14624
14625         * src/filtering.c
14626                 plug mem leak that has been sitting there for ages              
14627
14628 2002-01-12 [alfons]     0.6.6claws51
14629
14630         * src/summaryview.c
14631                 undo melvin's changes from 0.6.6claws48 because summary
14632                 view now refuses to select first unread message when
14633                 selecting a folder 
14634
14635 2002-01-11 [alfons]     0.6.6claws50
14636
14637         * src/import.c
14638                 use claws' semantics for getting folder item when
14639                 importing an mbox file into a folder 
14640                 (submitted by Dale P. Smith)
14641
14642 2002-01-11 [christoph]  0.6.6claws49
14643
14644         * src/prefs.h
14645                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14646                 toggle widget, because non static prefs can not use
14647                 prefs_set_* functions
14648         * src/prefs_account.c
14649                 toggle smtp auth password field sensitivity if
14650                 user id is empty and add descrition of usage for
14651                 these fields
14652         * src/prefs_folder_item.c
14653                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14654                 callbacks
14655
14656 2002-01-11 [melvin]     0.6.6claws48
14657
14658         * src/compose.c
14659                 fix the 'Ctrl-Enter' feature for sending and test really
14660                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14661                 editables which was not documented in Gtk)
14662
14663         * src/summaryview.c
14664                 Made summaryview refresh after sorting and not before.
14665
14666 2002-01-11 [christoph]  0.6.6claws47
14667
14668         * src/compose.c
14669                 select account from account ids if possible and
14670                 correctly set save folder for copy in reedit
14671
14672 2002-01-10 [paul]       0.6.6claws46
14673
14674         * sync with sylpheed 0.7.0 release
14675                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14676                 2002-01-09
14677
14678 2002-01-09 [alfons]
14679
14680         * src/summaryview.c
14681                 remove more dirt traces...
14682
14683 2002-01-09 [alfons]
14684         
14685         * src/summaryview.c
14686                 clean up some traces of my debugging stuff
14687
14688 2002-01-09 [alfons]     0.6.6claws45
14689
14690         * src/filtering.c
14691                 break up filteringprop_apply() in three separate pieces
14692                 so we can drop messages that failed processing in the
14693                 inbox
14694
14695         * src/summaryview.c
14696                 fix bug #469598 "no refresh of inbox after filter" which 
14697                 was introduced by the new summary view locking, and which 
14698                 prevented the summary view to update after a manual filter 
14699                 message. claw's filter message requires a summary_show().
14700                 (aargh, summary_show() again! :-)
14701                 
14702 2002-01-07 [alfons]     0.6.6claws44
14703
14704         * src/headerwindow.c
14705         * src/logwindow.c
14706         * src/messageview.c
14707         * src/sourcewindow.c
14708                 bring in Hiro's last 0.7.0 wm class fixes
14709
14710         * tools/sylprint.pl
14711                 bring in Ricardo's fix for sylprint script
14712
14713         * AUTHORS       
14714         * src/rfc2015.[ch]
14715         * src/prefs_common.[ch]
14716         * src/prefs_account.[ch]
14717         * src/compose.c
14718                 clean up account preference poison in rfc2015,
14719                 and preparation to fix double sign bug 
14720                 (patch submitted by Simon 'corecode' Schubert)
14721
14722 2002-01-07 [christoph]  0.6.6claws43
14723
14724         * src/mh.c
14725                 search for free message number, do not only rely
14726                 on last_num
14727         * src/send.c
14728                 fix smtp auth and use extra account information
14729                 if available, if not use pop3 data instead
14730                 (closes bug #500341)            
14731         * src/ssl.[ch]
14732                 match coding style
14733
14734 2002-01-06 [alfons]     0.6.6claws42
14735
14736         * src/mainwindow.c
14737                 try making the separate windows work again...
14738
14739 2002-01-06 [alfons]     0.6.6claws41
14740
14741         * src/mainwindow.c
14742                 adapt Hiro's separate window menu (to get rid of the funny
14743                 duplicate menu items), and make it work again
14744
14745 2002-01-06 [alfons]     0.6.6claws40
14746
14747         * tools/Makefile.am
14748         * tools/sylprint.rc
14749         * tools/sylprint.pl
14750         * tools/README.sylprint
14751                 add sylprint script for printing mails from Sylpheed
14752                 (contributed by Ricardo Mones Lastra)
14753
14754         * src/acount.c
14755                 clean up
14756
14757 2002-01-06 [melvin]     0.6.6claws39
14758
14759         * src/mainwindow.c
14760         * src/summaryview.c
14761                 Fixed crash introduced in 0.6.6claws38 by the menu
14762                 reorganisation (Hide read messages)
14763         
14764         * ChangeLog.claws 
14765                 Fixed typo (we are now in 2002, alfons ;) )
14766
14767 2002-01-05 [alfons]     0.6.6claws38
14768
14769         * sync with sylpheed 0.6.6cvs10-17
14770                 (last stuff marked as LAST_STABLE)
14771
14772 2002-01-04 [melvin]     0.6.6claws37
14773
14774         * src/account.c
14775                 Made account selection code use strcasestr again instead of
14776                 g_strcasecmp (fixes bug where reediting queued messages
14777                 did not select proper account reported by T. Link).
14778         
14779         * src/folderview.c
14780                 Fix bug where folder icons are not shown when 'hide read messages'
14781                 is on.
14782         
14783         * src/stock_pixmaps.[ch]
14784                 Added folder icons for 'hide read messages'.
14785         
14786         * src/compose.c
14787                 Fixed bug where 'Enter' in a header entry will send the message 
14788                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14789
14790 2002-01-03 [melvin]     0.6.6claws36
14791         
14792         * src/prefs.[ch]
14793                 Added popup menu for common preferences and
14794                 account preferences (right click on tab displays
14795                                 a menu of all tabs.)
14796
14797 2002-01-02 [melvin]     0.6.6claws35
14798
14799         * src/gtkspell.[ch]
14800                 Made spelling code compatible with undo/redo feature.
14801                 Added creation of suggestion mode menu for the general
14802                         preferences.
14803         
14804         * src/prefs_common.[ch]
14805                 Added option menu for the speller's suggestion mode.
14806                 Added missing spaces in "..." buttons and made a "..."
14807                         button non translatable!
14808         
14809         * src/compose.c
14810                 Made speller use the default suggestion mode.
14811                 Hack to make it possible to choose 'CTRL-Enter' as a
14812                         shortcut for sending (and only for sending).
14813
14814         * src/prefs_folder_item.c
14815                 Changing subject simplification does not update cache 
14816                         anymore (because it is unnecessary).
14817                 Fixed bug where changing subject simplification updated the 
14818                         summaryview even when the viewed folder is not the
14819                         folder which properties are being changed. (E.g. 
14820                                         viewing folder A and changing
14821                                         the subject simplification of 
14822                                         folder B -not being viewed- updated the 
14823                                         summaryview of folder A with data of
14824                                         folder B). (Hope this is clear... )
14825
14826 2001-12-31 [alfons]     0.6.6claws34
14827         
14828         * src/ldif.c
14829         * src/mutt.c
14830                 fgetc() returns a signed integer which doesn't
14831                 fit in a char. so c truncates this to a char
14832                 but we may lose significant bits. i.e. we may
14833                 comparing 0xFF which may not be equal to -1
14834                 unless properly casted to signed char which
14835                 we won't do because fgetc() returns a signed
14836                 integer which doesn't fit in a char. so c 
14837                 truncates this to a char but we may lose 
14838                 significat bits. (you got the idea, thanks
14839                 to Gustavo Noronha Silva <kov@debian.org>
14840                 and the Debian folks!)
14841
14842 2001-12-30 [alfons]     0.6.6claws33
14843
14844         * src/prefs_common.c
14845                 add #ifdef USE_PSPELLs that Melvin forgot               
14846
14847 2001-12-30 [melvin]     0.6.6claws32
14848         
14849         * src/prefs_common.[ch]
14850                 Added configurable color for misspelled words.
14851
14852         * src/gtkspell.[ch]
14853                 Fixed bug of foreground text color (reported by David
14854                                 Mehrmann)
14855                 Added configurable color for misspelled words.
14856
14857 2001-12-30 [alfons]     0.6.6claws31
14858
14859         * src/folder.c
14860                 remove unnecessary things someone put there
14861
14862         * src/mh.c
14863         * src/folder.[ch]
14864                 make folder properties (like threading and sorting) persistent
14865                 (closes bug #497424 "rescan folder tree resets proprieties")
14866                 currently this is only for MH folders. 
14867
14868 2001-12-29 [melvin]     0.6.6claws30
14869
14870         * src/string_match.[ch]
14871                 Optimized a bit: regexp pattern buffer compiled only once, and
14872                   one subroutine call removed. Fixed ^ regexp search: Now, 
14873                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14874         
14875         * src/summaryview.c
14876                 Subject filtering changed to filter summary columns and
14877                   not directly the messages subject cache. The loss in 
14878                   performance is balanced by the improvement of string_match.
14879                 Added an alert panel if there is an error in the regexp.
14880
14881         * src/src/prefs_folder_item.h
14882                 Added a regexp pattern buffer.
14883
14884 2001-12-28 [alfons]     0.6.6claws29
14885
14886         * src/string_match.[ch]
14887                 clean up name space
14888                 allow compilation *BSD
14889
14890 2001-12-27 [alfons]     0.6.6claws28
14891
14892         * src/filter.c
14893                 sync the Hiro's bug fix for BSD
14894
14895 2001-12-27 [melvin]     0.6.6claws27
14896         
14897         * src/compose.c
14898                 Simplify focus to subject entry code.
14899
14900 2001-12-27 [darko]      0.6.6claws26
14901
14902         * src/filtering.c
14903         * src/mbox_folder.c
14904         * src/messageview.c
14905         * src/mh.c
14906         * src/procheader.[ch]
14907         * src/procmsg.h
14908         * src/stock_pixmap.[ch]
14909         * src/summaryview.c
14910                 Show key icon for encrypted mails in summary view
14911
14912         * src/pixmaps/clip.xpm
14913         * src/pixmaps/clipkey.xpm
14914         * src/pixmaps/key.xpm
14915                 New/modified icons for the above
14916
14917 2001-12-27 [melvin]     0.6.6claws25
14918
14919         * src/prefs_common.c
14920                 Put spell checker options in a separate tab to decrease
14921                 the Common Preferences window height.
14922
14923         * README.claws  
14924                 Update spell checker usage instruction about its options
14925                 location.
14926
14927 2001-12-27 [melvin]     0.6.6claws24
14928
14929         * src/compose.c
14930                 Changed subject entry widget position. Initial focus is
14931                 on the To header instead of the subject entry.
14932                 Creating a new header scrolls the header list to make the
14933                 created one visible. Nevertheless, when automatically filling
14934                 headers, the first one is shown.
14935                 A Tab key press in the last empty header entry zips the 
14936                 focus to the subject entry.
14937                 (I did not change the combo boxes, yet)
14938
14939 2001-12-26 [alfons]     0.6.6claws23
14940
14941         * src/prefs_account.c
14942         * src/inc.c
14943                 allow default inbox to reside in another mailbox (only
14944                 works for POP3 accounts)
14945
14946 2001-12-26 [alfons]     0.6.6claws22
14947         
14948         * src/textview.c
14949                 make reply-on-click work with the account of the selected folder
14950         * src/compose.c
14951                 put a fixme here to remind me to fix finding correct default
14952                 account for nested folders
14953
14954 2001-12-25 [alfons]     0.6.6claws21
14955
14956         * src/summaryview.c
14957                 make column headers display locked and mark pixmaps (idea by Melvin) 
14958                 fix bug by adding score and locked column type to sort array
14959
14960 2001-12-25 [alfons]     0.6.6claws20
14961         
14962         * src/summaryview.c
14963                 catch a *potentially* inadvertent write back of  
14964                 the message cache(s) introduced by 0.6.5claws37
14965
14966 2001-12-25 [christoph]  0.6.6claws19
14967
14968         * src/stock_pixmap.[ch]
14969         * src/summaryview.c
14970                 add ignore thread pixmap
14971                 (can someone draw a better icon for this?)
14972
14973 2001-12-24 [alfons]     0.6.6claws18
14974
14975         * src/prefs_folder_item.c
14976                 make address completion actually work for the
14977                 Default To address in the Folder Property dialog.
14978
14979 2001-12-24 [alfons]     0.6.6claws17
14980         
14981         * src/summaryview.c
14982                 use new style regexp for subject stripping 
14983                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14984
14985 2001-12-24 [darko]      0.6.6claws16
14986
14987         * src/pgptext.c
14988         * src/rfc2015.c
14989                 move GPG related informational messages to debug mode
14990
14991 2001-12-23 [alfons]     0.6.6claws15
14992
14993         * src/stock_pixmap.[ch]
14994         * src/summaryview.c
14995                 add the forgotten Claws' locked pixmap
14996
14997 2001-12-23 [alfons]     0.6.6claws14
14998
14999         * src/filesel.c
15000                 accept file name typed in entry in multi file
15001                 selector (patch submitted by Gustavo Noronha Silva 
15002                 <kov@debian.org>)
15003
15004 2001-12-23 [alfons]     0.6.6claws13
15005
15006         * src/prefs_filter.c
15007         * src/prefs_filtering.c
15008         * src/matcher.c
15009         * src/importmutt.c
15010                 clean up a little bit
15011         
15012         * src/string_match.c
15013                 validate input strings a little bit more
15014
15015 2001-12-23 [alfons]     0.6.6claws12
15016
15017         * src/Makefile.am
15018         * src/summaryview.c
15019         * src/string_match.[ch]         ** NEW **
15020         * src/folderview.[ch]
15021         * src/headerview.h
15022         * src/folder.[ch]
15023         * src/prefs_folder_item.[ch]
15024                 add subject simplification to strip out strings from
15025                 a subject line (esp. handy for mailing lists). 
15026                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
15027                 but slightly changed things for better integration.)
15028
15029 2001-12-23 [alfons]     0.6.6claws11
15030
15031         * src/mainwindow.c
15032                 fix bug introduced by submission included in 0.6.5claws52.
15033                 ideally this submission should clean the trash if any trash
15034                 folder has a message. however, the hasTrash variable was
15035                 set to false whenever a trash folder was empty (discarding
15036                 a previously found *filled* trash folder.)
15037
15038                 also edited the code a little bit and made it more safe.
15039
15040 2001-12-22 [alfons]     0.6.6claws10
15041
15042         * src/imap.c
15043                 quick fix for Martin Pool's omission of an account
15044                 specific SSL setting
15045
15046 2001-12-22 [alfons]     0.6.6claws9
15047
15048         * src/compose.c
15049         * src/messageview.c
15050         * src/mimeview.c
15051         * src/pgptext.c
15052         * src/procmime.[ch]
15053                 better support for multipart/digest (submitted
15054                 by Fredrik <e98fo@efd.lth.se>)
15055
15056 2001-12-22 [alfons]     0.6.6claws8
15057
15058         * src/addressbook.c
15059                 correct function signature
15060         * src/socket.[ch]
15061         * src/imap.[ch]
15062         * src/prefs_account.[ch]
15063                 allow IMAP over SSH tunnel (patch submitted by 
15064                 Martin Pool <mbp@samba.org>)
15065
15066 2001-12-21 [alfons]     0.6.6claws7
15067
15068         * sync with sylpheed 0.6.6cvs4-9
15069                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
15070
15071 2001-12-21 [christoph]  0.6.6claws6
15072
15073         * src/compose.c
15074         * src/prefs_folder_item.[ch]
15075                 implement saving of outgoing messages to current folder.
15076                 fix segfault when no default outbox is available
15077                 (closes bug #495683)
15078
15079 2001-12-21 [carsten]    0.6.6claws5
15080         * src/folderview.c
15081         * src/summaryview.c
15082                 pressing CTRL while DND does now the expected thing and
15083                 copies the mail (moving is still the default, as this
15084                 seam more appropriate for handling mails by DND)
15085
15086 2001-12-18 [paul]       0.6.6claws4
15087
15088         * sync with sylpheed 0.6.6cvs3
15089                 see ChangeLog entries 2001-12-18
15090
15091 2001-12-18 [hiro]       0.6.6claws3
15092
15093         * src/undo.c
15094                 fix for multibyte characters (obtain the number of letters
15095                 instead of bytes).
15096
15097 2001-12-17 [paul]       0.6.6claws2
15098
15099         * sync with sylpheed 0.6.6cvs1
15100                 see ChangeLog entry 2001-12-16
15101
15102 2000-12-17 [alfons]     0.6.6claws1
15103
15104         * src/filtering.c
15105                 clean up
15106
15107 2001-12-16 [paul]       0.6.6claws
15108 2001-12-15
15109
15110         * Release version 0.6.6claws, cvs tag: rel_0_6_6
15111
15112         * src/mimeview.c
15113                 last minute sync with main 0.6.6
15114
15115         * po/es.po
15116                 updated by Ricardo Mones Lastra
15117                 update for last minute sync
15118         * po/fr.po
15119         * po/nl.po
15120                 update for last minute sync
15121         * po/de.po
15122                 updated by Jens Oberender
15123         * po/pt_BR.po
15124                 updated by Fabio Junior Beneditto
15125
15126         * src/prefs_common.[ch]
15127         * src/undo.c
15128                 number of undo levels is user configurable
15129                 (squeeze it into the release in the dying
15130                 moments) Submitted by Jens Oberender    
15131
15132 2001-12-15 [melvin]
15133
15134         * po/fr.po
15135                 updated french translation
15136
15137 2001-12-15 [paul]       0.6.5claws92
15138
15139         * sync with sylpheed 0.6.5cvs28
15140                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
15141
15142         * po/nl.po
15143                 update to allow for sync
15144
15145 2001-12-15 [alfons]
15146         
15147         * po/nl.po
15148                 update dutch translation
15149
15150 2001-12-14 [carsten]    0.6.5claws91
15151         * src/summaryview.c
15152                 fixed bug #473785; also after changing the column order
15153                 the same message will be selected and displayed as before
15154                 the reordering
15155
15156 2001-12-14 [carsten]    0.6.5claws90
15157         * src/folderview.c
15158                 probably found the bug reported by wwb opening or closing
15159                 a folder tree just before dnd (found the solution in the
15160                 balsa source -- thanks to them)
15161
15162 2001-12-14 [carsten]    0.6.5claws89
15163         * src/gtkutils.c
15164         * src/account.c
15165                 moved gtk_clist_moveto to the right place, so that
15166                 only the accounts dialog is effected on opening
15167
15168 2001-12-14 [carsten]    0.6.5claws88
15169         * src/gtkutils.c
15170                 gtkut_clist_set_focus_row does a gtk_clist_moveto
15171                 now, so that the focused row will be seen in any case
15172                 (reported by wwp on sf-claws-user)
15173
15174 2001-12-14 [darko]      0.6.5claws87
15175
15176         * src/compose.c
15177                 remove unnecessary line
15178
15179 2001-12-14 [paul]       0.6.5claws86
15180
15181         * sync with sylpheed 0.6.5cvs27
15182                 see ChangeLog entries 2001-12-14
15183
15184 2001-12-14 [carsten]    0.6.5claws85
15185         * src/mainwindow.c
15186                 following a suggestion of Melvin the rcoabm pops up
15187                 right under the button now and the button is reliefed
15188                 while the popup is open
15189
15190 2001-12-14 [darko]      0.6.5claws84
15191
15192         * src/compose.c
15193                 fix crash when wrapping long lines if linewrap quotation
15194                 is disabled and wrapper encounters a word spanning more
15195                 than one line
15196
15197 2001-12-13 [paul]       0.6.5claws83
15198
15199         * src/compose.c
15200                 prefer 'Reply-To' header over mailing list header when
15201                 replying to a message. Finally prevent all those confirmation 
15202                 messages being sent to the list itself.
15203
15204         * src/summaryview.c
15205                 remove unused summary_set_menu_sensitive() entry
15206
15207 2001-12-13 [paul]       0.6.5claws82
15208
15209         * src/folderview.c
15210         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
15211         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
15212         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
15213                 improvements to 'Hide read messages': Inbox, Outbox,
15214                 Trash, Queue, and Draft icons now reveal presence of hidden 
15215                 messages
15216
15217 2001-12-12 [alfons]     0.6.5claws81
15218
15219         0.6.5claws80 was tagged as LAST_STABLE
15220
15221         * src/filtering.[ch]
15222         * src/matcher.[ch]
15223         * src/matcher_parser_lex.c
15224                 fix the filtering; my last attempt to get it right, 
15225                 if it does not work, it's Hoa's turn. ;-)
15226
15227                 for my honourable peers:
15228                 
15229                 the code now makes a clear distinction between
15230                 rules as they are displayed (probably escaped),
15231                 and as they are executed (probably unescaped). the
15232                 parser does *NOT* do any unescaping, this is
15233                 the task of the matcher.c (which breaks up a
15234                 rule into condition) and the filtering.c (which
15235                 breaks up the rule's action). to make this
15236                 run happily we provide an unescaped copy of
15237                 crucial strings to the MatcherProp and 
15238                 FilteringAction structures. note that the only
15239                 exception to this is any REGEXP string. those
15240                 are directly passed to regcomp() and regexp()
15241                 (who have much more powerful unescape functions).
15242                 
15243                 for everyone else:
15244         
15245                 you can escape tab (\t), carriage return (\r),
15246                 linefeed (\n), form feed (\f), quote (\"), 
15247                 single quote (\'), bell (\b) in all the entry
15248                 lines in the scoring & filtering dialogs.
15249                 as an added bonus this should not affect
15250                 existing filtering rules.
15251
15252 2001-12-12 [carsten]    0.6.5claws80
15253
15254         * src/summaryview.c
15255         * po/de.po
15256                 "item(s) selected" is now sensitive to 1 or more
15257                 than one selected (nice for language where simple
15258                 adding of a "s" is not possible as German (Eintrag
15259                 ->Eintr"age)
15260                 
15261                 the "forward as attachment" entry from the right
15262                 click menu removed, "forward" acts following the
15263                 prefs
15264         
15265         * src/textview.c
15266                 reverted my former changes; so compiler warning again
15267                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
15268                 nevertheless
15269
15270         * src/messageview.c
15271                 "search in message" does now *not* only work in MVIEW_TEXT
15272                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
15273                 message
15274
15275         * src/mainwindow.c
15276                 removed "/File/_Close" as it was the same as "/File/E_xit"
15277                 and we don't need it two times
15278
15279                 the separate folder view and message view now get a distinct
15280                 WMCLASS, just in case someone is using sawfish ;-)
15281
15282                 as the menu entries "/View/Message view" and "/View/Folder tree"
15283                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
15284                 make them sensitive accordingly and as these two are "shown"
15285                 after startup anytime check this menuitem at startup
15286
15287 2001-12-12 [paul]       0.6.5claws79
15288
15289         * src/folderview.c
15290                 fix sensitivity of 'Search folder...', broken in
15291                 0.6.5claws75
15292
15293         * src/mainwindow.c
15294                 fix dodgy English
15295
15296 2001-12-11 [carsten]    0.6.5claws78
15297         * src/filtering.c
15298                 fixed two typos returning a wrong FALSE/TRUE
15299         * src/mainwindow.[ch]
15300                 extra menu for email/news button removed
15301
15302 2001-12-11 [alfons]     0.6.5claws77
15303         
15304         * src/matcher.c                 (1.3)
15305         * src/matcher_parser_lex.l      (1.28)
15306                 revert for another attempt
15307                 mark 0.6.5claws77 as LAST_STABLE
15308
15309 2001-12-11 [christoph]  0.6.5claws76
15310
15311         * po/de.po
15312                 fixed wrong translation for prev. unread msg
15313
15314 2001-12-11 [paul]       0.6.5claws75
15315
15316         * src/folder.[ch]
15317         * src/folderview.c
15318         * src/mainwindow.c
15319         * src/summaryview.[ch]
15320         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15321                 enable ability to hide read messages on per folder basis via 
15322                 '/Summary/Hide read messages'; when selected, a folder will 
15323                 have a red open folder icon, instead of a blue icon, if the 
15324                 folder contains hidden messges
15325                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15326
15327         * src/mainwindow.c
15328                 remove '/Message/Forward as attachment' from 
15329                 main_window_set_menu_sensitive() to prevent debug warning
15330
15331         * src/folderview.c
15332         * src/mainwindow.c
15333                 Clean up some of the English
15334
15335         * tools/newscache_clean.pl
15336                 allow for new 'hidereadmsgs' entry in folderlist.xml
15337
15338         * po/es.po
15339                 updated translation, submitted by Ricardo Mones Lastra
15340
15341 2001-12-11 [paul]       0.6.5claws74
15342
15343         * sync with sylpheed 0.6.5cvs25
15344                 see ChangeLog entry 2001-12-11
15345
15346 2001-12-10 [alfons]     0.6.5claws73
15347
15348         * src/matcher.c
15349                 add more control characters
15350         * src/matcher_parser_lex.l
15351                 make escaping / unescaping work again
15352
15353 2001-12-10 [alfons]     0.6.5claws72
15354
15355         * src/imap.c
15356                 clean up warnings "returning value for void function" 
15357         * src/prefs_filtering.c
15358                 make info button for execute action sensitive
15359
15360 2001-12-10 [paul]       0.6.5claws71
15361
15362         * src/compose.c
15363         * src/imap.[ch]
15364         * src/summaryview.c
15365                 fix: imap server now gets informed of MARKED, UNMARKED
15366                 and REPLY events. Now people can use different IMAP-Mail
15367                 clients and have the exact same information about MARKED,
15368                 UNMARKED and REPLY status with all of them. Especially
15369                 useful for imap servers with a web-frontend.
15370                 submitted by Tobias Sandhaas <medlor@web.de>
15371
15372 2001-12-09 [melvin]     0.6.5claws70
15373         
15374         * src/textview.[ch]
15375                 fixed bug #490076 (hunted down by Alfons who implemented
15376                 a workaround in 0.6.5claws65)
15377
15378 2001-12-09 [christoph]  0.6.5claws69
15379
15380         * src/summaryview.c
15381                 set pointer to string in LOCKED column to NULL
15382                 (might fix bug #490800)
15383
15384 2001-12-09 [carsten]    0.6.5claws68
15385
15386         * po/de.po
15387                 resolved some cluttered menu shortcuts 
15388                 ('creating new email' and 'creating news message'
15389                 hade the same)
15390         * src/compose.c
15391                 wmclass now distinc from main window
15392         * src/mainwindow.c
15393           src/mainwindow.h
15394                 email/news and forward button functionality similar
15395                 to the reply buttons; removed the ugly dropdown arrows
15396                 and use instead the right mouse button
15397
15398 2001-12-09 [paul]       0.6.5claws67
15399
15400         * src/imap.c
15401         * src/utils.h
15402                 allow spaces in imap folder names
15403                 submitted by Willem van Engen <wvengen@stack.nl>
15404
15405 2001-12-09 [paul]       0.6.5claws66
15406
15407         * sync with sylpheed 0.6.5cvs24
15408                 see ChangeLog entry 2001-12-09
15409
15410 2001-12-08 [alfons]     0.6.5claws65
15411
15412         * src/textview.c
15413                 prevent secondary selection claim after "add to sender" dialog
15414                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15415                 we trick GTK by simulating a click at (0, 0) in the textview.
15416
15417 2001-12-08 [hoa]        0.6.5claws64
15418
15419         * src/folder.c
15420                 fixed a bug about the .processing folder name while filtering
15421
15422 2001-12-08 [alfons]     0.6.5claws63
15423
15424         * src/folderview.c 
15425                 work around problem of not correctly updating folder stats
15426                 when deleting messages. there's some folder scanning evil
15427                 going so the folderview_update_msg_num() does not work
15428                 correctly. need to investigate this.
15429
15430 2001-12-08 [paul]       0.6.5claws62
15431
15432         * sync with sylpheed 0.6.5cvs23
15433                 see ChangeLog entry 2001-12-08
15434
15435 2001-12-07 [christoph]  0.6.5claws61
15436
15437         * src/compose.c
15438                 fix another header translation problem
15439
15440 2001-12-07 [alfons]     0.6.5claws60
15441
15442         * src/mbox.c
15443                 make filtering also work on local spool mbox
15444
15445 2001-12-07 [carsten]    0.6.5claws59
15446         * src/addressbook.c
15447                 addressbook window gets a wmclass distinct from the main
15448                 sylpheed window
15449         * src/compose.h
15450         * src/mainwindow.[ch]
15451                   forward menu item will use mode selected in prefs, forward 
15452                 as attatchment in menu removed (will be substituted in the
15453                 toolbar similar to reply buttons)
15454                   create news message menu entry and news button is now 
15455                 sensitive to the existance of a news account
15456         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15457         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15458         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15459                 these are removed because the toolbar buttons don't show
15460                 the quoting modus any longer
15461
15462 2001-12-07 [paul]
15463
15464         * tools/newscache_clean.pl      ** NEW FILE **
15465                 perl script to do some tidying up in the newscache directory 
15466                 
15467         * tools/sylpheed-switcher       ** NEW FILE **
15468                 perl script to enable easy switching between main and claws
15469                 
15470         * tools/README
15471                 added descriptions of the two new perl scripts          
15472
15473
15474 2001-12-07 [melvin]     0.6.5claws58
15475
15476         * src/messageview.c
15477                 fixed a warning during compilation introduced in 0.6.5claws56
15478
15479 2001-12-07 [paul]       0.6.5claws57
15480
15481         * src/mainwindow.[ch]
15482         * src/menu.[ch]
15483                 further usability enhancements to replying with or without 
15484                 quoting via the toolbar, use of Ctrl key is replaced by 
15485                 drop down menu 
15486                 Submitted by Carsten Schurig            
15487
15488 2001-12-07 [melvin]     0.6.5claws56
15489
15490         * src/messageview.c
15491                 hack to fix bug that prevented to make/paste selections
15492                 after switching between MVIEW_TEXT and MVIEW_MIME views
15493                 without deselecting the selection first.
15494
15495 2001-12-06 [alfons]     0.6.5claws55
15496
15497         * src/filtering.[ch]
15498         * src/inc.c
15499                 revise filtering a little bit more, and make sure
15500                 messages are delivered to the appropriate inbox
15501                 (perhaps set per account)
15502
15503 2001-12-06 [paul]       0.6.5claws54
15504
15505         * sync with sylpheed 0.6.5cvs22
15506                 see ChangeLog entry 2001-12-06
15507
15508 2001-12-05 [alfons]     0.6.5claws53
15509
15510         * src/inc.c
15511         * src/folder.[ch]
15512         * src/procmsg.c
15513         * src/filtering.c
15514                 more revisions of filtering system
15515                 (last stable version is marked as LAST_STABLE)
15516                 
15517                 | NOTE 1): the filtering system now uses a local folder called
15518                 | .processing. if filtering fails, check this directory
15519                 | for missing messages.
15520                 |
15521                 | NOTE 2): help us find the filtering actions still missing
15522
15523 2001-12-05 [paul]       0.6.5claws52
15524
15525         * src/mainwindow.c
15526                 fix bug where 'Empty Trash?' pop-up window appears even
15527                 when Trash is empty, submitted by Jesse Skinner         
15528
15529 2001-12-05 [melvin]     0.6.5claws51
15530
15531         * src/compose.c
15532                 fixed bug #486106 to select correct account when reediting 
15533                 a queued message
15534         
15535 2001-12-04 [alfons]     0.6.5claws50
15536
15537         * src/mh.c
15538                 declare markfile in appropriate functions when
15539                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15540                 for spotting this)
15541
15542 2001-12-04 [paul]       0.6.5claws49
15543
15544         * sync with sylpheed 0.6.5cvs21
15545                 see ChangeLog entry 2001-12-04
15546
15547 2001-12-03 [christoph]  0.6.5claws48
15548
15549         * po/de.po
15550                 changed translation of undo
15551         * src/account.c
15552         * src/folder.c
15553                 don't reinvent the wheel to traverse a GNode
15554         * src/compose.[ch]
15555                 seperate code to create the compose gui into functions
15556                 add "Others" page with folder selection for saving copy
15557                 of the message.
15558                 the folder identifier is saved to queue header
15559         * src/procmsg.c
15560                 save message to folder in queue header
15561
15562 2001-12-03 [paul]       0.6.5claws47
15563
15564         * sync with sylpheed 0.6.5cvs20
15565                 see ChangeLog entry 2001-12-03
15566
15567 2001-12-01 [paul]
15568
15569         * more sync with sylpheed 0.6.5cvs19
15570                 see ChangeLog entry 2001-11-29
15571
15572 2001-11-30 [paul]       0.6.5claws46
15573         
15574         * src/compose.c
15575                 remove conflicts introduced by Hoa's last commit
15576          
15577         * src/mainwindow.c
15578                 make 'Message/Bounce' sensitive
15579
15580 2001-11-30 [hoa]        0.6.5claws45
15581
15582         * src/compose.c
15583                 slightly change bounce function to add
15584                 information about the user that bounced the mail
15585                 in the From header line.
15586
15587         * src/folderview.c
15588                 permit the use of processing in outbox folder.
15589
15590 2001-11-29 [paul]       0.6.5claws44
15591
15592         * src/mainwindow.[ch]
15593         * src/prefs_common.c
15594         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15595         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15596         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15597                 usability enhancements to the quoting, implements
15598                 use of Ctrl key to toggle quoting settings
15599                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15600
15601 2001-11-29 [paul]       0.6.5claws43
15602         
15603         * sync with sylpheed 0.6.5cvs19
15604                 see ChangeLog entry 2001-11-28
15605
15606 2001-11-29 [melvin]     0.6.5claws42
15607         * src/Makefile.am
15608                 added enriched.[ch] to the list of files
15609
15610         * src/textview.c
15611         * src/mimeview.c
15612         * src/procmime.[ch]
15613         * src/enriched.[ch]
15614                 added support to view text/enriched
15615                 added support to show headers in message view for text/enriched and text/html
15616                         in non multipart messages
15617
15618 2001-11-28 [paul]       0.6.5claws41
15619
15620         * more sync with sylpheed 0.6.5cvs18
15621                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15622
15623 2001-11-27 [paul]       0.6.5claws40
15624         
15625         * po/pt_BR.po
15626                 updated translation, submitted by Fabio Junior Beneditto
15627                 
15628         * sync with sylpheed 0.6.5cvs18
15629                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15630                 2001-11-27
15631
15632
15633 2001-11-26 [paul]
15634
15635         * po/es.po
15636                 updated translation, submitted by Ricardo Mones Lastra
15637
15638 2001-11-26 [alfons]
15639
15640         * src/matcher.c
15641                 add more translatable strings
15642
15643 2001-11-26 [christoph]  0.6.5claws39
15644
15645         * po/de.po      
15646                 fixed one more umlaut
15647         * src/compose.c
15648                 fix translated header when it should not be translated
15649
15650 2001-11-26 [paul]       0.6.5claws38
15651
15652         * src/mainwindow.c
15653                 remove '/Message/Add Sender to address book' from 
15654                 main_window_set_menu_sensitive(), prevent debug warning
15655                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15656
15657 2001-11-26 [paul]       0.6.5claws37
15658
15659         * src/summaryview.c
15660                 fix 'recurring unread state' bug 
15661
15662         * tools/README 
15663         * tools/filter_conv.pl
15664                 read name of top level mailbox from folderlist.xml
15665                 and presume nothing about its name              
15666
15667 2001-11-26 [darko]      0.6.5claws36
15668
15669         * src/gtkstext.[ch]
15670                 removed functions that are now in gtkutils.c
15671                 use gtkut_text_is_uri_string() from gtkutils.c
15672         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15673
15674 2001-11-26 [paul]       0.6.5claws35
15675
15676         * sync with sylpheed 0.6.5cvs16
15677                 see ChangeLog entries 2001-11-25 and 2001-11-26
15678
15679 2001-11-25 [alfons]     0.6.5claws34
15680
15681         EXPERIMENTAL!!! Please checkout the last stable version using: 
15682           
15683         % cvs update -r LAST_STABLE -dRAP
15684
15685         (Or help us testing this stuff.)
15686
15687         * src/filtering.c               (1.14)
15688         * src/filtering.h               (1.6)
15689         * src/inc.c                     (1.28)
15690         * src/matcher.c                 (1.20)
15691         * src/mbox.c                    (1.9)
15692         * src/procmsg.h                 (1.14)
15693         * src/summaryview.c             (1.59)
15694         * src/summaryview.h             (dunno)
15695                 revert/merge/sync to as it was before commit 
15696                 on Thu, 19 Jul 2001 10:15:51 -0700.
15697
15698 2001-11-25 [hoa]        0.6.5claws33
15699
15700         * src/main.c
15701                 processing mails at startup
15702
15703         * src/folderview.c
15704         * src/summaryview.[ch]
15705                 processing mails when entering folder
15706
15707         * src/prefs_filtering.c
15708                 fixed some UI bugs
15709
15710 2001-11-24 [alfons]     0.6.5claws32
15711
15712         * src/summaryview.[ch]
15713                 make summary sort headers work, and also make
15714                 sure the sort type is stored
15715
15716 2001-11-23 [alfons]     0.6.5claws31
15717
15718         * src/summaryview.[ch]
15719                 make lock work like mark
15720                 disallow deleting messages marked as locked
15721
15722 2001-11-23 [alfons]     0.6.5claws30
15723
15724         * src/gtkstext.c
15725         * src/compose.[ch]
15726         * src/Makefile.am
15727         * src/undo.[ch]
15728                 merge undo patch submitted by Jens
15729
15730 2001-11-23 [christoph]  0.6.5claws29
15731
15732         * src/.cvsignore
15733                 added ylwrap
15734         * src/compose.c
15735                 fixed gpg signing and encoding
15736         * src/folder.[ch]
15737         * src/main.c
15738                 added --status option to get new, unread and total
15739                 message count from a running sylpheed
15740         * src/prefs_common.c
15741                 temporary fix for reply_with_quote problem
15742                 (don't call functions for non existing widget)
15743         * src/procmsg.c
15744                 one more check for ignored threads but still not
15745                 always working correctly. probably a recursive
15746                 check for all parents is needed
15747
15748 2001-11-23 [darko]      0.6.5claws28
15749
15750         * src/compose.c
15751                 wrapping on send improvements
15752         * src/gtkutils.[ch]
15753                 fix for GtkSText after last sync with main branch
15754                 GTK_TEXT -> GTK_STEXT
15755
15756 2001-11-23 [paul]       0.6.5claws27
15757
15758         * sync with sylpheed 0.6.5cvs14
15759                 see ChangeLog entries 2001-11-22 and 2001-11-23
15760                 
15761         * po/de.po
15762                 fixed the scrambled umlauts 
15763                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15764
15765 2001-11-21 [paul]       0.6.5claws26
15766
15767         * sync with sylpheed 0.6.5cvs12
15768                 see 2nd ChangeLog entry dated 2001-11-20
15769
15770 2001-11-20 [paul]       0.6.5claws25
15771
15772         * sync with sylpheed 0.6.5cvs11
15773                 see ChangeLog entry 2001-11-19 (src/utils.c)
15774
15775 2001-11-20 [hiro]
15776
15777         * src/compose.c
15778                 GTK_TEXT -> GTK_STEXT
15779                 fix for wrong comment
15780
15781 2001-11-20 [hiro]       0.6.5claws24
15782
15783         * src/compose.[ch]
15784                 more merges from main branch
15785                 removed fatal warnings (uninitialized variables etc.)
15786                 some coding style fix
15787         * src/gtkutils.h
15788                 fixed typo.
15789         * src/addressbook.c
15790           src/addrindex.c
15791                 V-Card -> vCard
15792
15793 2001-11-19 [hoa]        0.6.5claws23
15794
15795         * src/filtering.c
15796         * src/prefs_scoring.c
15797         * src/matcher.[ch]
15798         * src/scoring.c
15799                 cleaning code
15800
15801         * src/matcher_parser_parse.y
15802         * src/prefs_filtering.c
15803                 bouncing
15804
15805 2001-11-19 [alfons]     0.6.5claws22
15806
15807         more of my old things into claws
15808
15809         * src/Makefile.am
15810         * src/prefs_common.c
15811         * src/procmsg.h
15812         * src/summaryview.[ch]
15813         * src/prefs_summary_column.c
15814         * src/pixmaps/locked.xpm
15815                 add indicators for locking of message in summary view
15816                 (does not work yet, only visual indicator)
15817
15818 2001-11-19 [paul]       0.6.5claws21
15819
15820         * sync with sylpheed 0.6.5cvs10
15821                 see ChangeLog entry 2001-11-19
15822
15823 2001-11-18 [alfons]     0.6.5claws20
15824         
15825         * src/filtering.c
15826                 remove an inadvertent free I forgot in previous clean up 
15827
15828 2001-11-18 [alfons]     0.6.5claws19
15829
15830         * src/filtering.[ch]
15831                 clean up & plug leaks
15832
15833 2001-11-18 [paul]       0.6.5claws18
15834
15835         * sync with sylpheed 0.6.5cvs9
15836                 see ChangeLog entries 2001-11-17 and 2001-11-18
15837
15838 2001-11-16 [paul]       0.6.5claws17
15839
15840         * sync with sylpheed 0.6.5cvs8
15841                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15842
15843 2001-11-16 [paul]       0.6.5claws16
15844
15845         * sync with sylpheed 0.6.5cvs7
15846                 see ChangeLog entries 2001-11-15 and 2001-11-16
15847
15848 2001-11-15 [hoa]        0.6.5claws15
15849
15850         * src/compose.c
15851                 fix bounce, mails we received couln't be bounced to ourself.
15852
15853         * src/defs.h
15854         * src/filtering.[ch]
15855         * src/matcher.[ch]
15856         * src/matcher_parser.h
15857         * src/matcher_parser_lex.l
15858         * src/matcher_parser_parse.y
15859         * src/inc.c
15860         * src/main.c
15861         * src/mbox.c
15862         * src/prefs_filtering.[ch]
15863         * src/mainwindow.c
15864         * src/prefs_matcher.c
15865         * src/prefs_scoring.c
15866         * src/scoring.[ch]
15867         * src/summaryview.c
15868                 new matcher/filter/score configuration file parser
15869                 one unique configuration file => ~/.sylpheed/matcherrc
15870                 import in currently automatic, then save are made
15871                 in this new file.
15872                 one filter per folder and one global filter
15873                 (filter of a folder will be used as folder processing)
15874
15875         * src/folder.c
15876                 fix a bug in folder_item_get_identifier
15877                 
15878         * src/messageview.c
15879                 receive receipt return are fixed.
15880
15881 2001-11-14 [alfons]     0.6.5claws14
15882
15883         * src/session.h
15884                 add things from main branch to make claws compile
15885
15886 2001-11-14 [paul]       0.6.5claws13
15887
15888         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15889                 see ChangeLog entries 2001-11-08 to 2001-11-14
15890
15891 2001-11-14 [hoa] 0.6.5claws12
15892
15893         * src/compose.[ch]
15894         * src/mainwindow.c
15895         * src/summaryview.c
15896                 add "bounce mail" option
15897
15898 2001-11-13 [christoph]  0.6.5claws11
15899
15900         * src/compose.c
15901                 Cleanup a mess i add before commiting
15902
15903 2001-11-13 [hoa]        0.6.5claws10
15904
15905         * src/compose.c
15906                 some fixes when mail are sent or
15907                 for crossposts
15908
15909 2001-11-13 [christoph]  0.6.5claws9
15910
15911         * po/de.po
15912                 Changed two string with the same translation
15913         * src/compose.c
15914         * src/procmsg.[ch]
15915         * src/send.[ch]
15916                 New mailsending process:
15917                   - Always queue message before sending
15918                     (message will be saved if sylpheed crashed or
15919                      freezes while sending)
15920                   - Allow queuing of newspostings
15921                   - No copy in outbox before sending
15922                     (closes bug #469501)
15923                   - No more redundant code for send and send_later
15924         * src/summaryview.c
15925                 Applied wwp <subscript@free.fr>'s patch that fixes
15926                 marks for multiple forwarded messages (+compose.c)
15927
15928 2001-11-12 [alfons]
15929
15930         * README.claws
15931                 remove things that are now in main branch
15932         
15933         * po/nl.po
15934                 update Dutch translation
15935
15936 2001-11-12 [mhadasht]   0.6.5.claws8
15937
15938         * src/prefs_common.c
15939                 re-enabled account autoselection feature for forward
15940                 and reedit lost during the branch point for SYNC-B4-REL
15941         * src/gtkspell.c
15942                 gtkpspell_get_dict(): more readable code (even if function is
15943                 not used yet)
15944         * ChangeLog.claws
15945                 added version number info to 2001-11-12 [hiro] comment.
15946
15947 2001-11-12 [hiro]       0.6.5.claws7
15948
15949         * src/compose.c
15950                 compose_forward(): fixed a bug that forward quote mark
15951                 wasn't used.
15952                 removed unnecessary code.
15953         * src/template_select.[ch]: removed.
15954
15955 2001-11-11 [alfons]
15956
15957         * src/compose.c
15958                 :%s/GTK_TEXT/GTK_STEXT/g
15959         
15960         * src/compose.[ch]
15961         * src/undo.[ch]
15962         * src/Makefile.am
15963                 revert the undo stuff (this is 0.6.6claws stuff)
15964
15965 2001-11-11 [hoa]        0.6.5.claws6
15966
15967         * src/compose.[ch]
15968                 Insert signature at the end of the text.
15969                 Added undo patch but currently disabled
15970
15971         * src/procmsg.c
15972                 Threading by subject improved.
15973
15974         * added src/undo.[ch]
15975                 Undo module for compose dialog box.
15976
15977 2001-11-11 [alfons]     0.6.5.claws5
15978
15979         * src/procmsg.c
15980                 prevent threading by subject on nodes that have already been
15981                 threaded by in-reply-to (as in "circular references in a tree
15982                 result in a dead branch")
15983
15984 2001-11-09 [hoa]        0.6.5.claws4
15985         
15986         * src/folderview.c
15987                 allows creation of mbox folder item from any files.
15988
15989 2001-11-09 [alfons]     0.6.5.claws3
15990         
15991         * src/utils.c
15992         * src/procmsg.c
15993                 do what I mean and correct threading by subject so it really
15994                 ignores attracting lines without "Re: "
15995
15996 2001-11-07 [alfons]     0.6.5.claws2
15997
15998         * src/procmsg.c
15999         * src/utils.[ch]
16000                 only attract by subject if a subject line starts with a "Re: "
16001         * src/syldap.c
16002                 remove warning
16003
16004 2001-11-07 [paul]       0.6.5claws1
16005
16006         * sync with sylpheed 0.6.5. release
16007                 see ChangeLog entry 2001-11-07
16008
16009 2001-11-07 [paul]       0.6.4claws31
16010
16011         * sync with sylpheed 0.6.4cvs18
16012                 see ChangeLog entries 2001-10-30 to 2001-11-07
16013                 prefs_templates.[ch] renamed prefs_template.[ch]
16014
16015 2001-11-06 [alfons]
16016         
16017         * src/utils.h
16018                 add semicolon Hoa forgot ;-)
16019                 
16020
16021 2001-11-06 [hoa]        0.6.4claws30
16022         
16023         * src/procmsg.c
16024         * src/summaryview.c
16025         * src/utils.c
16026         * src/utils.h
16027                 threading by subject - empty subject are ignored
16028
16029 2001-11-06 [christoph]  0.6.4claws29
16030
16031         * src/socket.c
16032                 use SSL_peek for sock_gets
16033         * src/utils.c
16034                 removed unneeded pointer in extracting quoted
16035                 names implementation
16036
16037 2001-11-06 [melvin]     0.6.4claws28
16038
16039         * src/gtkspell.c
16040                 fixed bug #476792 Selection overtyping with spell checker
16041                 fixed bug which could cause a buffer overflow
16042                 fixed a memory leak
16043
16044 2001-11-06 [hoa]        0.6.4claws27
16045         
16046         * src/procmsg.c
16047         * src/summaryview.c
16048                 threading by subject
16049
16050 2001-11-05 [alfons]     0.6.4claws26
16051         
16052         * README.claws
16053                 Claws -> Sylpheed (vice versa)
16054
16055         * src/compose.c
16056                 :%s/gtk_text/gtk_stext/g
16057                 :%s/GTK_TEXT/GTK_STEXT/g
16058                 (thanks to Jonathan Ware for spotting this)
16059
16060 2001-11-04 [christoph]  0.6.4claws25
16061
16062         * src/summaryview.c
16063                 replace Xalloca + strdup with Xstrdup_a
16064         * src/utils.c
16065                 better implementation of extracting quoted names
16066                 from addresses (remove backlashes and ignore
16067                 quotes after them)
16068
16069 2001-11-04 [alfons]     0.6.4claws24
16070
16071         * src/utils.[ch]
16072                 edit to comply more with coding style
16073
16074         * src/textview.c
16075                 fix bug reported by Kim Schulz. introduced by the patch integrated
16076                 in 0.6.4claws15. the code did not check the return value of
16077                 the html parser.
16078
16079         * AUTHORS
16080                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
16081
16082 2001-11-04 [christoph]  0.6.4claws23
16083
16084         * src/main.c
16085         * src/prefs_common.[ch]
16086                 init some pointers that possibly caused a segfault
16087                 reported in the claws-users ML
16088
16089 2001-11-04 [hoa]        0.6.4claws22
16090
16091         * src/grouplistdialog.c
16092                 change the names of the nodes in the tree
16093
16094         * src/compose.c
16095                 enhanced mailto syntax as described in
16096                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
16097                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
16098
16099         * src/utils.c
16100                 encode and decode URI (useful when opening URL into
16101                 netscape).
16102
16103 2001-11-03 [hoa]        0.6.4claws21
16104
16105         * src/grouplistdialog.c
16106                 a new newsgroups list selection dialog box
16107                 with a CTree instead of a CList
16108
16109 2001-11-03 [hoa]        0.6.4claws20
16110
16111         * src/folderview.c
16112                 enable property and scoring options when right
16113                 click on "inbox"
16114
16115         * src/summaryview.c
16116                 fixed bug when nickname were displayed using
16117                 the address book.
16118
16119 2001-11-02 [darko]      0.6.4claws19
16120
16121         * src/compose.c
16122                 new wrap quotation and URL/long words wrapping implementation
16123         * src/compose.c src/gtkstext.[ch]
16124                 move gtkstext_strncmp() to gtkstext.c
16125
16126 2001-11-01 [christoph]  0.6.4claws18
16127
16128         * src/prefs_account.c
16129                 fixed mess in account settings dialog
16130         * src/prefs_folder_item.c
16131                 added label with folder path to dialog
16132
16133 2001-10-31 [match]      0.6.4claws17
16134
16135         * src/vcard.c
16136                 fix memory leak.
16137         * src/addrbook.c
16138                 fix generation of spurious address book file names.
16139                 remove redundant functions.
16140         * po/POTFILES.in
16141                 added missing file names.
16142
16143 2001-10-30 [paul]       0.6.4claws16
16144
16145         * sync with sylpheed 0.6.4cvs6
16146                 see ChangeLog entries 2001-10-26 to 2001-10-30
16147
16148         * tools/filter_conv.pl
16149                 read folderlist.xml to discover whether the top-level
16150                 folder is called 'Mailbox' or 'Mail' 
16151
16152 2001-10-29 [paul]       0.6.4claws15
16153
16154         * src/html.c, src/textview.c
16155                 activate links in html mail and fix clickable parts
16156                 Submitted by Matthieu Dazy <dazy@t-surf.com>
16157
16158 2001-10-29 [paul]
16159
16160         * po/de.po, po/es.po, po/pt_BR/po
16161                 updated translations, submitted by Jens Oberender,
16162                 Ricardo Mones Lastra, and Fabio Junior Beneditto
16163
16164 2001-10-29 [darko]      0.6.4claws14
16165
16166         * src/compose.c
16167                 fix wrapping for good
16168
16169 2001-10-29 [darko]
16170
16171         * src/compose.c
16172                 undo previous change as it broke the smart wrapping
16173
16174 2001-10-29 [darko]      0.6.4claws13
16175
16176         * src/compose.c
16177                 fix infinite loop when long URL is quoted
16178                 (closes bug #475122.
16179
16180 2001-10-28 [match]
16181
16182         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
16183                 import Mutt address book
16184         * src/ldif.[ch] src/importldif.h
16185                 modified import LDIF handle user attributes
16186
16187 2001-10-28 [christoph]  0.6.4claws12
16188
16189         * src/summaryview.c
16190                 fixed that filtering did not work if there
16191                 were no filter rules
16192                 (closes bug #472003 and better implementation
16193                  of patch #474644)
16194
16195 2001-10-27 [christoph]  0.6.4claws11
16196
16197         * src/compose.c
16198                 make the folder's default account to be used when
16199                 replying. (patch by wwp <subscript@free.fr>)
16200         * src/compose.c
16201                 code cleanup, nearly killed all of wwp's patch
16202                 for folder's default account in compose
16203         * src/folderview.c
16204                 error panel when a folder could not be created
16205                 (closes bug #471080 new folder name & already
16206                  existing file)
16207
16208 2001-10-26 [alfons]
16209
16210         * src/utils.h
16211                 change prototype of strstr2() that Christoph forgot about
16212
16213 2001-10-26 [christoph]  0.6.4claws10
16214
16215         * src/account.c
16216                 made search for accounts by email address not case
16217                 sensitive
16218         * src/folder.c
16219                 fixed memory leak in folder_item_get_identifier
16220         * src/gtkspell.c
16221         * src/utils.c
16222                 fixed wrong strstr2 (should work like strstr)
16223
16224 2001-10-26 [darko]      0.6.4claws9
16225
16226         * src/compose.c src/gtkstext.[ch]
16227         * src/gtkstext.c
16228                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
16229
16230 2001-10-26 [paul]       0.6.4claws8
16231
16232         * src/html.c
16233                 ignore css and javascript tags in html mail
16234                 case-insensitive, with or without double-quoted
16235                 strings
16236
16237 2001-10-26 [paul]       0.6.4claws7
16238
16239         * sync with sylpheed 0.6.4cvs1
16240                 see ChangeLog entry 2001-10-26
16241
16242         * src/prefs_account.c, src/prefs_common.c,
16243           src/prefs_summary_column.c
16244                 minor improvements to the English
16245
16246 2001-10-25 [alfons]     0.6.4claws6
16247
16248         * src/gtkstext.c
16249         
16250                 make GtkSText follow style of GtkText (closes bug 
16251                 #469211 "text selection while writing message")
16252                 
16253                 do sync with GTK 1.2.10
16254
16255 2001-10-25 [paul]       0.6.4claws5
16256
16257         * src/html.c
16258                 ignore css tags in html mail
16259
16260 2001-10-25 [darko]      0.6.4claws4
16261
16262         * src/compose.c
16263                 don't declare is_url_string as static function since
16264                 we need it in gtkstext.c
16265         * src/gtkstext.c
16266                 remove unused variable
16267                 don't wrap long URLs while composing a message
16268
16269 2001-10-24 [christoph]  0.6.4claws3
16270
16271         * src/socket.c
16272                 fix ssl deadlock, when peer closes connection
16273
16274 2001-10-24 [paul]       0.6.4claws2
16275
16276         * src/prefs_common.c
16277                 gettextize the gpg ascii-armored warning message
16278
16279         * src/compose.c
16280                 insert a DOS/MAC file into the composed message
16281                 (improvements)
16282
16283         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
16284
16285 2001-10-22 [paul]       0.6.4claws1
16286
16287         * sync with sylpheed 0.6.4 release
16288                 see ChangeLog entries 2001-10-21
16289
16290         * po/fr.po, po/pt_BR.po
16291                 updated by Melvin Hadasht and Fabio Junior Beneditto
16292
16293 2001-10-21 [paul]       0.6.3claws30
16294
16295         * src/compose.c
16296                 insert a DOS text file from the compose window
16297                 into the composed message text (removes CRs characters)
16298                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16299
16300         * tools/filter_conv.pl, tools/README
16301                 automatically use ~/.sylpheed as working directory
16302                 print out confirmation message on completion
16303
16304         * correct Hoa's last ChangeLog.claws entry
16305
16306 2001-10-20 [hoa]        0.6.3claws29
16307
16308         * src/grouplistdialog.c
16309                 bugfix (another ?) to give the right
16310                 newsgroups list for each news server.
16311
16312         * src/news.c
16313         * src/news.h
16314                 improve the newsgroups list cache
16315
16316 2001-10-20 [paul]       0.6.3claws28
16317
16318         * sync with sylpheed 0.6.3cvs9
16319                 see ChangeLog entry 2001-10-19
16320
16321         * correct Alfons' last ChangeLog.claws entry
16322
16323 2001-10-19 [alfons]
16324
16325         * src/pgptext.[ch]
16326                 fix compilation problems (part of bug #472895)
16327
16328 2001-10-18 [hoa]        0.6.3claws27
16329
16330         * src/grouplistdialog.c
16331                 bugfix when we refresh was clicked (bug 472701)
16332
16333 2001-10-19 [christoph]  0.6.3claws26
16334
16335         * src/compose.c
16336                 last header entry should default to "To:" or
16337                 "Newsgroups:" and not copy the last entry line
16338                 in a new compose window
16339                 (closes bug #472686, #470792)
16340
16341 2001-10-19 [paul]       0.6.3claws25
16342
16343         * sync with Sylpheed 0.6.3cvs8
16344                 see ChangeLog entries 2001-10-18 and 2001-10-19
16345
16346 2001-10-18 [christoph]  0.6.3claws24
16347
16348         * src/procmsg.c
16349                 reimplement ignore thread
16350         
16351 2001-10-18 [hoa]        0.6.3claws23
16352
16353         * src/folderview.c
16354         * src/grouplistdialog.[ch]
16355                 enhanced news subscription interface (feature 469113)
16356
16357         * src/news.c
16358         * src/news.h
16359                 enchanced newsgroup listing,
16360                 now, we can get groups informations
16361                 (NNTPGroupInfo)
16362
16363 2001-10-18 [paul]       0.6.3claws22
16364
16365         * src/summaryview.c
16366                 remove comment (sync with main branch)
16367         * src/mainwindow.c
16368                 fix 'Re-edit' bug in 'Message' menu
16369
16370 2001-10-17 [christoph]  0.6.3claws21
16371
16372         * src/compose.c
16373                 ignore empty or whitespace only header lines
16374
16375 2001-10-17 [paul]       0.6.3claws20
16376
16377         * sync with sylpheed 0.6.3cvs7
16378                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16379                 2001-10-17
16380
16381 2001-10-17 [darko]
16382
16383         * src/compose.c
16384                 wrap long lines without spaces
16385                 don't wrap URLs
16386
16387 2001-10-16 [paul]
16388
16389         * po/es.po, po/nl.po, po/pt_BR.po
16390                 updated by Ricardo Mones Lastra, Alfons,
16391                 and Fabio Junior Beneditto
16392
16393         * sylpheed-0.6.3claws released
16394
16395 2001-10-15 [melvin] 0.6.3claws18
16396
16397         * README.claws
16398                 added summary and detailed installation instructions
16399                 for spell checker
16400         * po/fr.po
16401                 Updated, corrected and completed french translation
16402
16403 2001-10-15 [hoa] 0.6.3claws17
16404         * src/grouplistdialog.c
16405                 we can choose the newsgroups to display with wildcards
16406
16407 2001-10-15 [christoph]  0.6.3claws16
16408
16409         * src/account.c
16410         * src/compose.c
16411         * src/prefs_folder_item.[ch]
16412                 applied wwp <subscript@free.fr>'s folder
16413                 default account patch
16414         * po/de.po
16415                 Fixed wrong translation
16416
16417 2001-10-13 [alfons, christoph, melvin]  
16418                         0.6.3claws15
16419
16420         solution #2 to solve MT-safety problems defers all GUI related calls
16421         to the main thread using a gtk_idle_add() callback. discussed on
16422         ircnet #sylpheed, with christoph spotting some issues with the
16423         original code, and melvin allowing us to lobotomize his sylpheed.
16424
16425         * src/syldap.[ch], src/main.c
16426                 fix race problem in ldap search thread by deferring GUI 
16427                 stuff to main thread using gtk_idle_add()
16428
16429 2001-10-13 [paul]       0.6.3claws14
16430
16431         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16432                 add Sergey's smtpcred.patch
16433                 adds separate username/password setting for SMTP Auth
16434                 needed by some servers
16435                 (closes feature request #471659)
16436
16437 2001-10-13 [paul]       0.6.3claws13
16438
16439         * src/pgptext.[ch] **NEW FILES**
16440         * src/Makefile.am, src/messageview.c, src/mimeview.c
16441                 decrypt ascii-armored gpg text embedded in
16442                 the message body.
16443                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16444
16445 2001-10-13 [christoph]  0.6.3claws12
16446
16447         * README.claws
16448                 some more details on default to and
16449                 feature requests
16450         * src/main.c
16451                 init glib threading when ldap is used
16452         * src/syldap.c
16453                 threading fixes
16454         * po/de.po
16455                 fixed a typo
16456
16457 2001-10-12 [paul]       0.6.3claws11
16458
16459         * src/prefs_common.[ch], src/rfc2015.c
16460                 enable ascii-armored gpg text to be embedded in the
16461                 message body, selectable through the 'Privacy'
16462                 preferences. Supports encrypting only.
16463                 Submitted by Ravemax <ravemax@dextrose.com>
16464
16465 2001-10-12 [paul]       0.6.3claws10
16466
16467         * sync with sylpheed 0.6.3cvs6
16468                 see ChangeLog entries 2001-10-11 and 2001-11-12
16469
16470         * src/folderview.c
16471                 incorporated mbox folders, scoring, and folder
16472                 properties into the sync
16473
16474 2001-10-12 [darko]      0.6.3claws9
16475
16476         * README.claws
16477                 describe quotation wrapping
16478         * src/compose.c
16479                 don't treat tab as space to calculate line length properly
16480
16481 2001-10-11 [alfons]
16482
16483         * README.claws
16484                 correct description of how to make new filtering system work,
16485                 add some other things
16486                 
16487         * src/syldap.c
16488                 remove sched_yield() (not necessary / unportable)
16489
16490 2001-10-11 [paul]       0.6.3claws8
16491
16492         * sync with sylpheed 0.6.3cvs3
16493                 see ChangeLog entry 2001-10-10
16494
16495 2001-10-10 [christoph]  0.6.3claws7
16496
16497         * .cvsignore
16498                 ignore 2 files created by newer autotools
16499         * src/prefs_folder_item.c
16500                 using table for widget alignment
16501                 fixed memory leak and broken octal display
16502         * src/filesel.c
16503                 fixed segfault caused by lost filename
16504                 workaround (closes bug #469551)
16505
16506 2001-10-10 [paul]       0.6.3claws6
16507
16508         * sync with sylpheed 0.6.3cvs2
16509                 see ChangeLog entries 2001-10-09 and 2001-10-10
16510
16511 2001-10-10 [darko]      0.6.3.claws5
16512
16513         * src/gtkstext.c
16514                 proper calculation of right margin if smart wrapping is enabled
16515         * src/compose.c
16516                 automatically wrap long lines if wrap quotation is enabled
16517
16518 2001-10-09 [alfons]     0.6.3.claws4
16519
16520         * src/summaryview.c
16521                 select correct row when deleting last row in the summary view (and
16522                 close bug "[ #469104 ] select second last in list when deleting")
16523
16524 2001-10-09 [paul]       0.6.3claws3
16525
16526         * sync with sylpheed 0.6.3cvs1
16527                 updated some autotool scripts
16528
16529 2001-10-09 [darko]      0.6.3claws2
16530
16531         * src/gtkstext.[ch]
16532                 new name and mark with Sylpheed comment
16533         * src/compose.c
16534                 smart quotation wrapping a-la VIM
16535
16536 2001-10-08 [paul]       0.6.3claws1
16537
16538         * sync with sylpheed 0.6.3 release
16539                 see ChangeLog entry 2001-10-08
16540
16541 2001-10-08 [paul]       0.6.2claws24
16542
16543         * src/summaryview.c
16544                 more sync with sylpheed 0.6.2cvs12
16545                 Fixed the bug that didn't select the last row correctly
16546
16547
16548 2001-10-07 [paul]       0.6.2claws23
16549
16550         * sync with sylpheed 0.6.2cvs12
16551                 see ChangeLog entry 2001-10-07
16552
16553 2001-10-06 [match]
16554         * src/jpilot.[ch]
16555                 enable jpilot to read unsynch'ed addresses.
16556
16557         * src/editldap_basedn.c
16558                 fix segfault when opening dialog.
16559
16560 2001-10-06 [alfons]     0.6.2.claws22
16561
16562         * src/summaryview.c
16563                 fix bug with summary view selecting last *inserted*
16564                 node instead of last *visible* node. remember we
16565                 work with a tree
16566
16567 2001-10-06 [paul]       0.6.2claws21
16568
16569         * po/pt_BR.po
16570                 updated translation, contains some fixes and new
16571                 translations, submitted by Gustavo Noronha Silva
16572                 <kov@debian.org>
16573
16574         * src/prefs_common.c
16575                 change 'each' to 'every' - fix dubious English
16576
16577         * sync with sylpheed 0.6.2cvs11
16578
16579 2001-10-05 [alfons]     0.6.2claws20
16580
16581         * src/mainwindow.[ch], src/folderview.c
16582                 make composite tool button switch between "Compose News"
16583                 and "Compose Mail" depending on selected folder
16584                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16585
16586 2001-10-05 [paul]       0.6.2claws19
16587
16588         * src/mainwindow.c, src/summaryview.c
16589                 fix 'Message/Reply to all', broken in last commit
16590
16591         * src/compose.c
16592                 fix X_BEENTHERE seg fault, thanks to Alfons
16593
16594 2001-10-04 [paul]       0.6.2claws18
16595
16596         * src/compose.[ch], src/mainwindow.c
16597                 make "Message/Reply" reply to mailing lists; matches
16598                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16599                 based on portions of the patch submitted by
16600                 Junichi Uekawa <dancer@netfort.gr.jp>
16601
16602 2001-10-04 [darko]      0.6.2claws17
16603
16604         * src/compose.c
16605                 better smart wrapping
16606         * src/gtkstext.[hc]
16607                 a function to make text buffer contiguous
16608
16609 2001-10-03 [paul]       0.6.2claws16
16610
16611         * sync with sylpheed 0.6.2cvs10
16612
16613 2001-10-02 [alfons]
16614
16615         * configure.in
16616         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16617                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16618                 references to chinese translations (hope someone picks up
16619                 this)
16620
16621 2001-10-02 [christoph]  0.6.2claws15
16622
16623         * src/compose.c
16624                 fixed non translated header bug
16625         * ChangeLog.claws
16626                 fixed wrong date in alfons last entry ;)
16627
16628 2001-10-02 [alfons]     0.6.2claws14
16629
16630         * src/compose.c, src/prefs_common.[ch]
16631                 add block cursor option
16632
16633 2001-10-02 [paul]       0.6.2claws13
16634
16635         * sync with sylpheed 0.6.2cvs9
16636
16637 2001-09-30 [paul]       0.6.2claws12
16638
16639         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16640                 updated translations
16641
16642         * po/POTFILES.in
16643                 add 'src/importldif.c'
16644
16645         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16646                 added eudora-to-vCard conversion tool
16647                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16648
16649         * sync with sylpheed 0.6.2cvs8
16650
16651 2001-09-30 [paul]
16652
16653         * sylpheed-0.6.2claws released
16654
16655 2001-09-27 [melvin]     0.6.2claws11
16656
16657         * src/gtkspell.c
16658                 fixed crash when using default path (introduced 
16659                 in 0.6.2claws10)
16660                 fixed tiny bug for initial suggestion mode
16661
16662 2001-09-27 [melvin]     0.6.2claws10
16663         
16664         * src/gtkspell.c
16665                 fixed bug where gtkpspell didn't set the path correctly
16666
16667         * README.claws
16668                 added a paragraph about spell checking
16669                 
16670
16671
16672 2001-09-27 [paul]       0.6.2claws9
16673
16674         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16675                 replace '// comments' with '/* comments */' to prevent
16676                 some compiler warnings 
16677
16678         * sync with sylpheed 0.6.2cvs6
16679
16680 2001-09-26 [alfons]     0.6.2claws8
16681
16682         * src/messageview.c
16683                 introduce return receipt request notification again,
16684                 which was lost because of other semantics in 
16685                 procheader_parse() (???)
16686
16687 2001-09-26 [christoph]  0.6.2claws7
16688
16689         * src/compose.c
16690                 replace comments for old code with #if 0
16691                 readded auto cc, bcc and reply-to
16692         * src/prefs_matcher.c
16693         * src/prefs_scoring.c
16694                 removed some definition (was moved to
16695                 prefs.h)
16696
16697 2001-09-26 [paul]       0.6.2claws6
16698
16699         * src/mainwindow.c
16700                 make 'Follow-up and reply to' sensitive
16701
16702         * more sync with sylpheed 0.6.2cvs5
16703
16704 2001-09-25 [melvin]
16705
16706         * 0.6.2claws5
16707
16708         * src/gtkspell.c
16709                 fixed bug for "US-ASCII" introduced by the encoding code
16710
16711 2001-09-25 [paul]
16712
16713         * 0.6.2claws4
16714
16715         * src/prefs_common.[ch], src/summaryview.c
16716                 'next unread msg' 'go to next folder?' dialog can be
16717                 given default behaviour, either always show dialog,
16718                 or assume 'yes', or assume 'no'
16719                 Submitted by wwp <subscript@free.fr>
16720
16721 2001-09-25 [melvin]
16722                 
16723         * src/compose.c src/gtkspell.[ch]
16724                 added support for different encodings
16725
16726 2001-09-25 [paul]
16727
16728         * more sync with sylpheed 0.6.2cvs5
16729
16730 2001-09-24 [alfons]
16731         
16732         * src/prefs_folder_item.c
16733                 add check for item->prefs->default_to string is NULL and
16734                 add another check when freeing this string
16735
16736 2001-09-24 [paul]
16737
16738         * configure.in
16739                 change to version 0.6.2claws3
16740
16741         * sync with sylpheed 0.6.2cvs5 
16742
16743 2001-09-24 [match]
16744         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16745                 import LDIF files.
16746         * src/addrcache.[ch], addrindex.[ch]
16747                 small update for future
16748         * src/addrbook.c
16749                 fix test XML file.
16750
16751 2001-09-24 [melvin]
16752         * src/gtkspell.[ch]
16753                 added 'Learn from mistakes' option
16754                 better handling of quotes in checked words
16755                 sorted dict list
16756         * po/fr.po
16757                 small update for spell checking stuff
16758
16759 2001-09-23 [alfons]
16760         
16761         * src/gtkspell.c
16762                 edit a little bit so it complies more with main coding style
16763
16764 2001-09-23 [alfons]
16765
16766         * src/folder.[ch], prefs_folder_item.c, compose.c
16767                 migrate "request return receipt" folder property
16768                 to folderlist.xml
16769
16770 2001-09-22 [alfons]
16771
16772         * README.claws **NEW**
16773                 (add things of interest for users of main branch 
16774                 and claws here)
16775
16776         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16777                 re-implement threading per folder option, but store 
16778                 the setting in folderlist.xml (where it belongs)
16779
16780 2001-09-21 [melvin]
16781
16782         * src/gtkspell.[ch]
16783                 fixed bug when compose window is under another window
16784         * src/prefs_common.[ch] src/compose.c
16785                 changed 'dictionary_path' to 'dictionary' to be consistent
16786                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16787         * ac/pspell.m4 src/Makefile.am 
16788                 dropped PSPELL_PATH macro
16789         * po/fr.po
16790                 updated translations
16791
16792 2001-09-21 [christoph]
16793
16794         * src/compose.c
16795                 added border around header fields
16796                 keep header type when new field is added
16797
16798 2001-09-20 [christoph]
16799
16800         * src/utils.[ch]
16801                 more portable debug_print with source filename
16802                 and linenumber
16803         * src/procmsg.c
16804                 more newlines after debug messages
16805
16806 2001-09-20 [paul]
16807
16808         * configure.in
16809                 change to version 0.6.2claws2
16810
16811         * sync with sylpheed 0.6.2cvs3
16812
16813 2001-09-19 [melvin]
16814
16815         * src/gtkspell.c
16816                 fixed the post-right-click focus pb
16817                 fixed crash when 'Spell check all' after dict change 
16818                         and when cursor is at the end of the text
16819                 shift-right-click pops up config menu even on misspelled words.
16820         * po/POTFILES.in
16821                 added gtkspell.c
16822
16823 2001-09-19 [melvin]
16824
16825         * src/about.c
16826                 added pspell to compiled-in features list
16827
16828 2001-09-18 [melvin]
16829
16830         * switched to pspell and dropped ispell
16831         * ac/pspell.m4
16832                 new file. autoconf macro for pspell
16833         * ac/Makefile.am 
16834         * configure.in acconfig.h
16835                 added pspell support
16836         * src/Makefile.am
16837         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16838         * src/prefs_common.[ch] 
16839                 added pspell support
16840
16841 2001-09-18 [christoph]
16842
16843         * src/addr_compl.c
16844         * src/template.[ch]
16845                 replace LOG_MESSAGE with debug_print
16846         * src/compose.[ch]
16847                 gui improvements
16848         * src/menu.c
16849                 added newline after debug message
16850         * src/utils.h
16851                 using __VA_ARGS__ for debug_print macro
16852         * tools/.cvsignore
16853                 ignore Makefile and Makefile.in
16854
16855 2001-09-18 [paul]
16856
16857         * configure.in
16858                 change to version 0.6.2claws1
16859         * sync with sylpheed 0.6.2cvs1
16860
16861         * src/matcher.c 
16862         * src/prefs_matcher.c
16863                 add 'score equal to' option, submitted by
16864                 Paul Evans <nerd@freeuk.com>
16865
16866 2001-09-15 [christoph]
16867
16868         * src/mainwindow.c
16869                 comment out menu entry not existing in claws
16870         * src/menu.c
16871                 add debug output for non existing menu entries
16872         * src/summaryview.c
16873                 fix next/prev unread message for ignored threads
16874         * src/utils.[ch]
16875                 add sourcefile and line number to debug output
16876                 otherwise it is sometimes hard to find the
16877                 source code part if debug messages are translated
16878
16879 2001-09-14 [darko]
16880         
16881         * src/folderview.c
16882                 refresh target folder style after colour is changed
16883
16884 2001-09-13 [paul]
16885
16886         * configure.in
16887                 change to version 0.6.1claws3
16888
16889         * sync with sylpheed 0.6.1cvs6
16890
16891 2001-09-13 [darko]
16892         
16893         * src/folderview.c
16894                 fix target folder colourization to use user selected colour
16895
16896 2001-09-12 [darko]
16897         
16898         * src/summaryview.c
16899                 fix crash when message that is marked for copy/move is unmarked
16900
16901 2001-09-09 [paul]
16902
16903         * configure.in
16904                 change to version 0.6.1claws2
16905
16906         * sync with sylpheed 0.6.1cvs3
16907
16908 2001-09-09 [alfons]
16909         
16910         * src/folderview.c
16911                 fix bug with default font used for trash folder text
16912
16913 2001-09-06 [paul]
16914
16915         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16916                 updated translations
16917
16918         * configure.in
16919                 change to version 0.6.1claws1
16920
16921         * sync with sylpheed 0.6.1cvs2
16922
16923 2001-09-03 [paul]
16924
16925         * po/POTFILES.in
16926                 add Match's new addressbook
16927
16928         * po/de.po
16929                 updated translation submitted by Jens Oberender
16930
16931 2001-09-02 [paul]
16932
16933         * configure.in
16934                 change to 0.6.1claws
16935         * sync with sylpheed 0.6.1 release
16936
16937 2001-09-02 [paul]
16938
16939         * configure.in
16940                 change to 0.6.0claws2
16941
16942         * sync with sylpheed 0.6.0cvs4
16943
16944         * po/pt_BR.po
16945                 updated translation submitted by Fabio Junior Beneditto
16946
16947 2001-09-01 [match]
16948         * pixmaps/
16949                 interface.xpm
16950                 book.xpm
16951                 address.xpm
16952         * src/
16953                 Makefile.am
16954                 a ton of new files
16955
16956 2001-08-31 [paul]
16957
16958         * configure.in
16959                 change to version 0.6.0claws1
16960
16961         * sync with sylpheed 0.6.0cvs1
16962
16963         * po/es.po
16964                 updated translation submitted by Ricardo Mones Lastra
16965
16966         * po/POTFILES.in
16967                 add 'src/prefs_templates.c'
16968
16969         * src/compose.c, src/summaryview.c
16970                 fix segfault on 'Re_edit'               
16971
16972 2001-08-30 [alfons]
16973
16974         * configure.in, Makefile.am
16975         * tools/Makefile.am
16976                 add tools directory to source distribution
16977
16978 2001-08-30 [paul]
16979
16980         * configure.in
16981                 change to version 0.6.0claws
16982
16983         * sync with sylpheed 0.6.0 release
16984
16985 2001-08-30 [christoph]
16986
16987         * configure.in
16988                 removed autoconf version check
16989
16990 2001-08-30 [paul]
16991
16992         * src/account.c, src/compose.c, src/prefs_common.[ch]
16993         * src/procheader.[ch] src/utils.[ch]
16994                 Enhanced automatic account selection on replies
16995                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16996
16997         * configure.in
16998                 add LDAP and JPilot to the configuration results output.
16999
17000 2001-08-29 [christoph]
17001
17002         * src/summeryview.c
17003                 no bold font for ignored threads
17004
17005 2001-08-29 [paul]
17006
17007         * configure.in
17008                 change to version 0.5.3claws6
17009
17010         * sync with sylpheed 0.5.3cvs10
17011                 src/stringtable.[ch]: New Files
17012
17013         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
17014         * src/pixmaps/sylpheed.xpm
17015                 add mini-icons to windows (by Alfons)
17016
17017 2001-08-27 [paul]
17018
17019         * src/mainwindow.c
17020                 new functions: next_labeled_cb(), prev_labeled_cb()
17021
17022         * src/summaryview.c
17023                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
17024                 summary_select_next_labeled(), summary_select_prev_labeled()
17025
17026         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
17027                 give claws blue folders and a blue trash can
17028
17029 2001-08-27 [paul]
17030
17031         * configure.in
17032                 change to version 0.5.3claws5
17033
17034         * sync with sylpheed 0.5.3cvs9
17035                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
17036
17037 2001-08-24 [christoph]
17038
17039         * src/filesel.c
17040                 keep filename when browsing directories
17041                 (not working for user entered filename, but
17042                  for default name and selected filename from
17043                  file list)
17044         * src/mainwindow.c
17045                 fixed wrong spelling "Folllow-up"
17046         * src/mbox_folder.c
17047         * src/procmsg.c
17048         * src/summaryview.c
17049                 fixed new/unread message count with ignored
17050                 threads (2 commits, first didn't notice no
17051                 longer needed decreasing)
17052         * src/inc.c
17053                 readded scrolling of progress dialog
17054                 (lost in sync)
17055
17056 2001-08-24 [paul]
17057
17058         * configure.in
17059                 change to 0.5.3claws4
17060
17061         * sync with sylpheed 0.5.3cvs7
17062
17063 2001-08-24 [christoph]
17064
17065         * src/compose.c
17066                 set request return receipt when replying
17067                 if it is set is the folder prefs of the
17068                 message
17069         * src/inc.c
17070                 disable final error popup if popups are
17071                 disabled in config (again)
17072
17073 2001-08-23 [paul]
17074
17075         * configure.in
17076                 Change version number to 0.5.3claws3
17077
17078         * sync with sylpheed 0.5.3cvs5
17079
17080         * src/mimeview.c
17081                 double quote '%s' in 'gedit %s' to fix bug when
17082                 opening attachment with spaces in the name
17083
17084 2001-08-22 [alte]
17085         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
17086           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
17087                 initial message templates support
17088
17089
17090 2001-08-22 [paul]
17091
17092         * configure.in
17093                 change version number to 0.5.3claws2
17094
17095         * sync with sylpheed 0.5.3cvs4
17096
17097         * src/procmsg.h src/summaryview.c
17098                 re-implement (un)ignore thread
17099
17100 2001-08-21 [paul]
17101
17102         * src/summaryview.c
17103                 remove unnecessary code
17104         * src/compose.c
17105                 enable 'dynamic' signatures (submitted by
17106                 Eric Limpens <eric@hscg-internet.nl>)
17107
17108 2001-08-21 [paul]
17109
17110         clean up after sync with sylpheed 0.5.3 release
17111
17112         * src/folderview.c
17113                 fix re-introduced font mess, see Christoph's
17114                 entry 2001-06-24
17115
17116         * src/summaryview.c
17117                 remove prev_msgnum
17118                 use sylpheed's small font instead of
17119                 gtk default font for summary view
17120
17121
17122 2001-08-17 [paul]
17123
17124         * configure.in
17125                 add pl to ALL_LINGUAS - sync with main branch
17126
17127         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
17128                 Updated. Translations by Jens Oberender, Ricardo Mones
17129                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
17130
17131         * po/pl.po  ** NEW FILE **
17132                 sync with the main branch
17133
17134         * src/folderview.c
17135                 fix target folder colorizing and refresh problem
17136
17137
17138 2001-08-17 [christoph]
17139
17140         * src/mainwindow.c
17141                 claws uses 4 colors for target folder coloring.
17142                 arrays were not long enough and destroyed the
17143                 stack causing a segfault.
17144                 target folder colorizing does not work anymore
17145                 for me
17146
17147 2001-08-16 [paul]
17148
17149         * configure.in
17150                 change to version 0.5.3claws1
17151
17152         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
17153           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
17154           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
17155
17156                 sync with sylpheed 0.5.3 release, but keep claws method of
17157                 configuring/saving fonts
17158
17159         * src/addressbook.[ch]
17160                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
17161                 in line with a similar change in Hiroyuki's branch
17162
17163         * src/mainwindow.[ch]
17164                 disable main_window_set_thread_option()
17165         * src/prefs_folder_item.c
17166                 comment out &tmps_prefs.enable_thread,
17167         * src/mbox_folder.c, src/procmsg.[ch]
17168                 comment out MSG_IS_IGNORE_THREAD
17169         * src/summaryview.c
17170                 comment out summary_ignore_thread() and summary_unignore_thread()
17171                 comment out MSG_IS_IGNORE_THREAD
17172
17173                 use Hiroyuki's threading instead.
17174
17175
17176
17177 2001-08-15 [paul]
17178
17179         * src/account.c
17180                 use Hiroyuki's 0.5.3 column scheme but also
17181                 include the enable/disable button.
17182         * src/pixmaps/mark.xpm
17183                 add Hiroyuki's amended pixmap
17184
17185 2001-08-13 [christoph]
17186
17187         * src/account.c
17188                 receive at get all column showed wrong state for APOP
17189                 button should only work for POP3 and APOP accounts
17190         * src/prefs_account.c
17191                 added missing preprocessor statement for SSL
17192
17193 2001-08-12 [paul]
17194
17195         * src/account.[ch]
17196                 add 'receive at get all' column and enable/disable
17197                 button.
17198
17199 2001-08-06 [christoph]
17200
17201         * src/account.c
17202                 show usage of SSL in protocol column
17203
17204         * src/imap.c
17205         * src/inc.c
17206                 renamed ssl options
17207
17208         * src/prefs_account.[ch]
17209                 moved ssl options to a new page
17210
17211         * src/send.c
17212         * src/smtp.c
17213         * src/ssl.[ch]
17214                 renamed ssl options
17215                 added support for SMTP STARTTLS command
17216
17217 2001-08-05 [christoph]
17218
17219         * configure.in
17220                 debian autoconf needs version check to find
17221                 correct autoconf version. if the file is
17222                 named configure.in 2.13 is used, which does
17223                 not work with this configure.in script.
17224                 other solution would be to rename the script
17225                 to configure.ac as suggested in the autoconf
17226                 manual.
17227
17228         * src/inc.c
17229                 disable final error popup if popups are
17230                 diabled in config
17231
17232         * src/socket.c
17233                 bugfix in ssl_gets
17234                 fixes IMAP over SSL problem
17235
17236 2001-08-03 [paul]
17237
17238         * configure.in
17239                 change to 0.5.2claws1
17240
17241         * sync with sylpheed 0.5.2cvs1
17242
17243 2001-08-02 [alfons]
17244
17245         * configure.in
17246                 quick fix for ispell detection...
17247
17248 2001-08-01 [paul]
17249
17250         * configure.in
17251                 change to 0.5.1claws4
17252
17253         * sync with sylpheed 0.5.1cvs7
17254
17255 2001-07-31 [alfons]
17256
17257         * src/prefs_common.c, src/prefs_common.h, 
17258           src/gtkspell.c, src/gtkspell.h
17259                 add global spelling checker settings (compose tab) +
17260                 selection of dictionary 
17261           
17262         * configure.in  
17263                 guess valid ispell location
17264
17265 2001-07-31 [paul]
17266
17267         * po/POTFILES.in
17268                 removal of 'src/quote_fmt_parse.c'
17269         * po/de.po
17270                 Updated de.po
17271                 (submitted by Jens Oberender <didge@suse.de>)
17272
17273 2001-07-31 [darko]
17274
17275         * src/folder.[ch]
17276         * src/folderview.[ch]
17277         * src/mainwindow.c
17278         * src/mh.c
17279         * src/prefs_common.[ch]
17280         * src/summaryview.c
17281                 target folder colourization
17282
17283 2001-07-30 [paul]
17284
17285         more sync with Sylpheed 0.5.1cvs6 
17286
17287 2001-07-30 [darko]
17288
17289         * src/mh.c
17290         * src/prefs_folder_item.[hc]
17291         * src/summaryview.c
17292                 shared folders support with a GUI
17293
17294 2001-07-29 [paul]
17295
17296         0.5.1claws3
17297
17298         * sync with Sylpheed 0.5.1cvs6
17299
17300 2001-07-29 [paul]
17301
17302         * po/pt_BR.po
17303                 updated
17304                 (submitted by Fabio Junior Beneditto)
17305
17306 2001-07-28 [paul]
17307
17308         * src/procmime.c
17309         * AUTHORS
17310                 patch to correct bad image mime headers
17311                 (submitted by Don Quijote <dq@searchlores.org>)
17312
17313 2001-07-28 [paul]
17314
17315         * tools/gif2xface.pl   **NEW FILE**
17316         * tools/README
17317                 script to convert file.gif to file.xface for
17318                 use in a custom header.
17319                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17320
17321 2001-07-27 [alfons]
17322         
17323         * configure.in
17324                 change macros for detecting JPilot and LDAP
17325
17326 2001-07-27 [christoph]
17327
17328         * src/filtering.c
17329                 code cleanup (MIN / MAX warning, needed casting)
17330
17331 2001-07-27 [alfons]
17332
17333         * procheader.c
17334                 disallow setting flags when detecting certain headers
17335                 (X-Status, Status, Seen, X-Seen). 
17336         
17337         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17338
17339 2001-07-27 [christoph]
17340
17341         * src/prefs_filter.c
17342         * src/prefs_filtering.c
17343         * src/prefs_matcher.c
17344         * src/prefs_scoring.c
17345                 scroll list when moving rows up or down
17346
17347         * src/imap.c
17348         * src/imap.h
17349         * src/prefs_account.c
17350         * src/prefs_account.h
17351         * src/send.c
17352                 SMTP over SSL (untested, feedback requested)
17353                 IMAP over SSL
17354
17355         * src/ssl.c
17356                 code cleanup
17357
17358 2001-07-26 [alfons]
17359         
17360         * configure.in, acconfig.h
17361                 define CLAWS (need this for main / claws detection)
17362
17363 2001-07-25 [alfons]
17364
17365         * configure.in
17366                 Sylpheed 0.5.1claws2
17367                 
17368         * sync with Sylpheed 0.5.1cvs4
17369
17370 2001-07-25 [christoph]
17371
17372         * src/scoring.c
17373                 fixed segfault
17374                 item->prefs == NULL (don't know why)
17375
17376 2001-07-25 [alfons]
17377
17378         * configure.in
17379                 Sylpheed 0.5.1claws1
17380
17381         * sync with Sylpheed 0.5.1cvs1-3
17382
17383 2001-07-24 [christoph]
17384
17385         * src/folderview.c
17386         * src/prefs_folder_item.[ch]
17387                 added folderitem preferences dialog with
17388                 default To: and auto request return receipt
17389
17390         * src/compose.[ch]
17391         * src/menu.[ch]
17392                 changes to handle new folderitem preferences
17393
17394         * src/mainwindow.c
17395         * src/summaryview.c
17396                 call compose new mail with current folderitem
17397
17398 2001-07-24 [alfons]
17399
17400         Release Sylpheed 0.5.1claws
17401
17402         * configure.in
17403                 change to release version 0.5.1claws
17404
17405 2001-07-24 [christoph]
17406
17407         * src/summaryview.c
17408                 fixed segfault that happend when the selected
17409                 message was removed while retrieving new messages.
17410
17411         * po/es.po
17412                 updated translation
17413                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17414
17415 2001-07-22 [alfons]
17416
17417         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17418         this is a work in progress, for more information: http://nlpagan.net/sylman 
17419         
17420         * configure.in, src/mainwindow.c, manual/Makefile.am
17421                 add support for English manual
17422
17423         * AUTHORS
17424                 add authors of user manuals
17425
17426         * manual/en/sylpheed*.html
17427                 add English documentation
17428
17429 2001-07-22 [christoph]
17430
17431         * po/POTFILES.in
17432                 added src/ssl.c
17433         * src/ssl.c
17434                 changed a wrong debug message
17435
17436 2001-07-22 [alfons]
17437
17438         * po/nl.po
17439                 update Dutch translation
17440
17441         * src/prefs_filtering.c, 
17442           src/prefs_matcher.c
17443                 add more translatable strings           
17444
17445 2001-07-21 [alfons]
17446
17447         0.5.0claws7
17448
17449         * configure.in
17450                 change version
17451
17452         * src/inc.c, src/summaryview.[ch]
17453                 prevent update of mark file when filtering has done, by
17454                 using a variable; this affects two functions:
17455                         inc.c::inc_finished()
17456                         summaryview.c::summary_show()
17457
17458 2001-07-20 [alfons]
17459
17460         * src/filtering.[ch], src/prefs_filtering.c, 
17461           src/matcher.[ch]
17462                 add filtering action for label coloring 
17463
17464         * po/POTFILES.in
17465                 add labelcolors.c
17466
17467         * added src/labelcolors.c
17468         * added src/labelcolors.h
17469         * src/Makefile.am, src/summaryview.c
17470                 rearrange label coloring code
17471
17472         * src/procmsg.h
17473                 add more parentheses so label colouring works correctly
17474
17475         * src/filtering.c
17476                 don't really delete message, but move it to Trash
17477
17478         * src/prefs_matcher.c
17479                 add quote options to info dialog
17480
17481 2001-07-20 [christoph]
17482
17483         * src/Makefile.am
17484         * src/inc.c
17485         * src/main.[ch]
17486         * src/socket.h
17487         * src/ssl.[ch] (new)
17488                 moved ssl stuff to a seperate file
17489
17490 2001-07-20 [darko]
17491
17492         * src/summaryview.c
17493                 fix show sender using address book with no e-mail
17494                 address in From: field
17495
17496 2001-07-19 [alfons]
17497
17498         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17499                 fix messy handling of escaping... now at least the
17500                 execute command is useful. escape char is '\', we
17501                 accept \n and \r too. 
17502
17503                 Real life example:
17504                 
17505                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17506                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17507
17508 2001-07-18 [alfons]
17509
17510         0.5.0claws6
17511
17512         * src/summaryview.c
17513                 clean up
17514
17515         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17516           src/procmsg.[ch]
17517                 revise filtering; currently move, copy, marking have
17518                 been tested. if you like bleeding edge stuff, you
17519                 should definitely go for this version :)
17520
17521         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17522
17523 2001-07-17 [christoph]
17524
17525         * src/utils.c
17526                 timestamp log
17527
17528 2001-07-17 [alfons]
17529
17530         0.5.0claws5
17531
17532         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17533           bits in the mark file, without affecting either branch. Lots of
17534           files changed, also in claws branch.
17535
17536           UNTESTED: use of mbox folders
17537
17538         * src/summaryview.c
17539                 added mark all read; however this was a quick hack used for
17540                 cleaning up mess after initial merge with Hiroyuki
17541
17542         * configure.in
17543                 change claws version number back to 0.5.0claws5 to clear up 
17544                 confusion & pretension (recent release was technically 
17545                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17546
17547 2001-07-16 [alfons]
17548
17549         sync with Hiroyuki's 0.5.0cvs4
17550
17551 2001-07-16 [alfons]
17552
17553         0.5.1claws3
17554
17555         * src/filtering.[ch]
17556                 remove invalid updating of mark files for 
17557                 filter actions MATCHING_ACTION_MOVE and 
17558                 MATCHING_ACTION_DELETE; this should fix the
17559                 folder update bug
17560                 
17561         * src/procmsg.c
17562                 revert Christoph's stab at fixing the folder 
17563                 update bug
17564
17565         * po/POTFILES.in
17566                 add missing files with translatable strings
17567
17568         * src/summaryview.c
17569                 remove debug print
17570
17571 2001-07-15 [alfons]
17572
17573         * src/addr_compl.[ch], src/prefs_filtering.c
17574                 make "filtering pref dialog's destination entry" an
17575                 "address completable entry", if filter destination is 
17576                 an email address
17577
17578         0.5.1claws2
17579         
17580         sync with Hiroyuki's 0.5.0cvs2-3
17581
17582 2001-07-15 [christoph]
17583
17584         * src/procmsg.c
17585                 fixed folder stats update after incorporation
17586
17587 2001-07-15 [alfons]
17588
17589         * src/summaryview.c
17590                 * finish label colouring stuff (for now)
17591                 * fix incorrect colour bug (off by one) 
17592
17593 2001-07-14 [alfons]
17594
17595         * src/mainwindow.c
17596                 change text labels for news and mail message so there's
17597                 plenty of toolbar estate left
17598
17599         * configure.in
17600                 0.5.1claws1
17601
17602         * src/folderview.c
17603           src/folder.[ch]
17604                 sync with Hiroyuki's 0.5.0cvs1
17605
17606         * src/summaryview.c
17607                 more rewrite label colouring
17608
17609 2001-07-14 [alfons]
17610
17611         * src/summaryview.[ch]
17612                 * start rewrite label colouring 
17613                 * fix proper location "Add Sender To Addressbook" menu item
17614
17615 2001-07-13
17616
17617         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17618         (actually this is 0.5.0claws4)
17619
17620 2001-07-13 [alfons]
17621
17622         * po/pt_BR.po
17623                 * fix duplicate message
17624                 * add updated Portugese / Brazilian translation
17625                   submitted by Fabio Junior Beneditto
17626
17627 2001-07-12 [alfons]
17628
17629         * AUTHORS
17630                 add Jens
17631
17632         * po/nl.po
17633                 add updated Dutch translation
17634
17635         * po/de.po
17636                 add updated German translation submitted by Jens
17637
17638 2001-07-11 [alfons]
17639
17640         Prerelease before 0.5.0claws. Please test.
17641         This version is temporarily tagged as VERSION_0_5_0_TEST
17642
17643         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17644           src/prefs_scoring.c, src/prefs_matcher.c, 
17645           src/prefs_filtering.c, src/mbox.c, 
17646           src/main.c, src/inc.c, src/filtering.[ch]
17647                 revert new Hoa's new matcher (does not work yet)
17648
17649         * src/Makefile.am
17650                 clean up
17651
17652 2001-07-10
17653
17654         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17655
17656
17657 2001-07-10 [alfons]
17658
17659         * Makefile.am
17660                 add ChangeLog.claws to EXTRA_DIST
17661         * src/Makefile.am
17662                 add matcher_parser_parse.h to EXTRA_DIST
17663
17664 2001-07-10 [christoph]
17665
17666         * src/inc.c
17667                 add destination folder to table of
17668                 folders that need to be updated after
17669                 incorporation
17670
17671 2001-07-10 [alfons]
17672
17673         * folder.[ch]
17674           folderview.c
17675                 make collapse state of folders and folder items persistent, i.e.
17676                 if you collapse a folder tree, the next time sylpheed-claws starts 
17677                 up the folder tree remains collapsed.  
17678                 
17679 2001-07-10 [christoph]
17680
17681         * acconfig.h
17682         * configure.in
17683                 added --enable-ssl
17684         * src/md5.[ch]
17685                 renamed MD5_CTX to MD5_CTX_syl
17686                 conflicts with a struct in openssl
17687         * src/inc.c
17688         * src/main.[ch]
17689         * src/prefs_account.[ch]
17690         * src/socket.[ch]
17691                 SSL support for POP
17692         * src/mainwindow.c
17693                 fixed compose with current account
17694                 broken by new compose button stuff
17695
17696 2001-07-09 [hoa]
17697
17698         * AUTHORS
17699                 changed my email address
17700
17701         * src/matcher_parser_parse.y
17702                 clean the parser to remove conflicts
17703
17704 2001-07-09 [alfons]
17705
17706         * AUTHORS
17707                 add Match Grun
17708
17709         * configure.in
17710                 fix incorrect description of --enable-ldap parameter
17711
17712         * src/prefs_common.[ch]
17713           src/compose.c
17714                 add experimental option "smart wrapping" which makes the
17715                 compose editor auto wrap.
17716                 
17717                 | TODO: the problem with the buggy cursor handling is caused |
17718                 | by the GtkText. when deleting / backspacing text its       |
17719                 | wrapping algorithm does not take in account the previous   |
17720                 | line. should find a way to hack this in.                   |
17721                 | or should perhaps combine this with the word wrapping      |
17722                 | patch i wrote in january.                                  |
17723
17724         * src/about.c
17725                 show build parameters for LDAP and JPilot
17726
17727         * src/summaryview.c
17728                 revert Christoph's bugfix for selecting next unread message, 
17729                 because folder stats aren't updated correctly
17730
17731 2001-07-08 [hoa]
17732
17733         * src/filtering.c
17734         * src/mainwindow.c
17735         * src/matcher.c
17736         * src/matcher_parser_lex.l
17737         * src/matcher_parser_parse.y
17738         * src/prefs_filtering.c
17739         * src/prefs_scoring.c
17740         * src/scoring.c
17741                 bugfix of the config file parser
17742
17743 2001-07-08 [alfons]
17744
17745         * src/Makefile.am
17746                 added generated matcher sources to BUILT_SOURCES
17747
17748 2001-07-08 [hoa]
17749
17750         * src/Makefile.am
17751         * src/.cvsignore
17752                 added new config file parser
17753
17754         * src/scoring.[ch]
17755         * src/filtering.[ch]
17756         * src/matcher.[ch]
17757         * src/prefs_filtering.c
17758         * src/prefs_matcher.c
17759         * src/prefs_scoring.c
17760         * added src/matcher_parser.h
17761         * added src/matcher_parser_lex.h
17762         * added src/matcher_parser_lex.l
17763         * added src/matcher_parser_parse.y
17764                 lex & yacc config file parser
17765
17766         * src/mbox.c
17767         * src/inc.c
17768         * src/main.c
17769                 changes prefs_filtering into global_filtering           
17770
17771         * src/summaryview.c
17772                 build threads with subjects only if "Re: " is at the
17773                 beginning of the subject
17774
17775 2001-07-07 [paul]
17776
17777         0.5.0claws
17778
17779         sync with sylpheed 0.5.0
17780                 change of version number only
17781
17782 2001-07-06 [paul]
17783
17784         0.5.0claws5
17785
17786         sync with sylpheed 0.5.0pre5
17787
17788 2001-07-05 [paul]
17789
17790         sync with sylpheed 0.5.0pre4 release
17791                 /po and /manual/ja not sync'ed
17792
17793 2001-07-04 [paul]
17794
17795         more sync with sylpheed 0.5.0pre4
17796
17797 2001-07-03 [christoph]
17798
17799         * src/addressbook.c
17800                 fixed address book broken by address book
17801                 for VCard, JPilot, LDAP
17802
17803 2001-07-03 [alfons]
17804
17805         * src/matcher.c
17806         * src/textview.c
17807                 stopped memory leaks
17808
17809 2001-07-03 [paul]
17810
17811         more sync with sylpheed 0.5.0pre4
17812
17813 2001-07-02 [match]
17814
17815         * included address book patch for VCard, JPilot, LDAP
17816         * pref_common.c - fixed Font options on Display tab (cosmetic)
17817         * alertpanel.c - fixed truncated message
17818
17819 2001-07-02 [christoph]
17820
17821         * src/mbox_folder.c
17822         * src/procmsg.[ch]
17823         * src/summaryview.c
17824                 mark threads for ignoring
17825
17826 2001-07-02 [paul]
17827
17828         0.5.0claws4
17829
17830         * sync with sylpheed 0.5.0pre4
17831                 updated gettext to 0.10.38.
17832
17833 2001-07-01 [paul]
17834
17835         * src/ mainwindow.c
17836         * src/procmsg.h
17837         * src/summaryview.[ch]
17838                 new right-click option: Label.
17839                 substitute for 'Mark-->Mark/Unmark', colours the line.
17840                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17841
17842 2001-07-01 [christoph]
17843
17844         * src/folderview.c
17845                 fixed font for trash
17846         * src/summaryview.c
17847                 move ctree to unread message
17848
17849 2001-07-01 [paul]
17850
17851         * sync with sylpheed 0.5.0pre3 release
17852
17853 2001-06-30 [alfons]
17854
17855         * src/filesel.[ch]
17856         * src/compose.c
17857                 allow inserting / attaching multiple files in
17858                 the composer window
17859
17860 2001-06-30 [paul]
17861
17862         * src/codeconv.c
17863                 small change to Alfons' previous stuff so that it
17864                 actually makes
17865
17866 2001-06-30 [alfons]
17867
17868         * lots of files changed; first attempt to merge the changes
17869           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17870
17871 2001-06-30 [paul]
17872
17873         * po/pt_BR.po
17874                 updated and completed, translations by Fabio
17875                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17876
17877 2001-06-29 [alfons]
17878
17879         * src/compose.c
17880         * src/mimeproc.[ch]
17881                 allow selecting an attached files' mime type from a 
17882                 list of types.
17883
17884 2001-06-29 [paul]
17885
17886         * more sync with sylpheed 0.5.0pre3
17887
17888 2001-06-29 [paul]
17889
17890         * po/pt_BR.po
17891                 merge with sylpheed.pot and pt_BR.po provided by
17892                 Fabio Junior Beneditto.
17893
17894 2001-06-29 [darko]
17895
17896         * src/procmime.c
17897                 make MIME types case insensitive
17898
17899 2001-06-28 [alfons]
17900
17901         * po/nl.po
17902                 merge with sylpheed.pot and old nl.po; translations added.
17903
17904 2001-06-28 [paul]
17905
17906         * more sync with sylpheed 0.5.0pre3
17907
17908 2001-06-27 [alfons]
17909
17910         * src/summaryview.c
17911                 don't crash when removing parent node of messages
17912                 attracted by subject. this was caused by not deleting
17913                 the parent node from the subject line hash table.
17914
17915 2001-06-27 [alfons]
17916
17917         * src/summaryview.c
17918         * src/compose.[ch]
17919         * src/mainwindow.c
17920                 if there are multiple messages selected, allow forwarding
17921                 them as attachments.
17922
17923 2001-06-27 [paul]
17924
17925         * more sync with sylpheed 0.5.0pre3
17926
17927 2001-06-26 [paul]
17928
17929         0.5.0claws3
17930
17931         * sync with sylpheed 0.5.0pre3
17932
17933 2001-06-25 [paul]
17934
17935         * src/mainwindow.c
17936                 fixed 'compose news article' bug
17937                 from icon-and-text toolbar
17938
17939 2001-06-25 [paul]
17940
17941         * sync with sylpheed 0.5.0pre2 release
17942
17943 2001-06-24 [christoph]
17944
17945         * src/prefs_common.c
17946                 bug fix in font selection
17947         * src/folderview.c
17948                 use sylpheed's normal font instead of
17949                 gtk default font for folders without
17950                 new messages
17951
17952 2001-06-24 [alfons]
17953
17954         * src/mainwindow.[ch]
17955                 added composite compose mail / news button (an idea by Leandro
17956                 Pereira <leandro@linuxmag.com.br>)
17957
17958 2001-06-24 [paul]
17959
17960         Added instructions for ldif-to-xml.py
17961
17962         * tools/README
17963
17964 2001-06-23 [alfons]
17965
17966         Some minor things.
17967
17968         * src/pixmaps/stock_news_compose.xpm
17969                 added pixmap by Leandro
17970         * src/prefs_common.c
17971                 tested built-in spelling checker of GCC 3.0 :)
17972         * po/nl.po
17973                 merged dutch translation of sylpheed-main with
17974                 sylpheed.pot
17975
17976 2001-06-23 [paul]
17977
17978         Added tools directory and files.
17979
17980         * tools/filter_conv.pl
17981                 converts old filter system to new filtering system
17982         * tools/ldif-to-xml.py
17983                 converts netscape addressbook to sylpheed addressbook
17984         * tools/README
17985                 descriptions/instructions for above two files
17986
17987 2001-06-23 [christoph]
17988
17989         * src/inc.c
17990         * src/manage_window.[ch]
17991         * src/prefs_common.[ch]
17992                 mail retrieval dialog can be enabled, disabled
17993                 or hidden if non of sylpheed's windows is active
17994
17995 2001-06-22 [paul]
17996
17997         0.5.0claws2
17998
17999         * sync with sylpheed 0.5.0pre2
18000
18001 2001-06-21 [christoph]
18002
18003         * src/summaryview.c
18004                 show recipient on 'from' for all accounts
18005                 
18006         * src/inc.c
18007         * src/prefs_common.[ch]
18008                 disable error popup on mail receive errors
18009
18010 2001-06-21 [alfons]
18011
18012         * src/compose.c
18013                 made the ruler correctly appear and disappear.
18014
18015         * src/Makefile.am
18016                 removed Hoa's work-in-progress-stuff (interesting!) so 
18017                 claws compiles ok.
18018
18019 2001-06-20 [christoph]
18020
18021         * src/inc.c
18022         * src/progressdialog.c
18023                 added scrolled window for list in progressdialog
18024
18025 2001-06-20 [paul]
18026
18027         sync with sylpheed 0.5.0pre1 release
18028
18029 2001-06-20 [christoph]
18030
18031         * src/summeryview.c
18032                 make building threads by subject work when
18033                 thread view is enabled
18034                 
18035         * src/compose.c
18036         * src/prefs_common.[ch]
18037                 automatically select account for mail replys
18038
18039 2001-06-19 [sergey]
18040
18041         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
18042         they are filled in from the account settings.
18043
18044 2001-06-19 [paul]
18045
18046         * more sync with sylpheed 0.5.0pre1
18047
18048 2001-06-18 [alfons]
18049
18050         * src/Makefile.am,
18051           src/procmime.c
18052                 added --sysconfdir to CPPFLAGS for pointing to the correct
18053                 location of mime.types. 
18054
18055                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
18056                 or ./configure!
18057
18058 2001-06-18 [hoa]
18059
18060         * src/summaryview.c
18061                 fixed some bug when building threads
18062
18063 2001-06-18 [pau]l
18064
18065         * src/prefs_account.c
18066                 UI stuff: More changes to the English
18067
18068 2001-06-18 [paul]
18069
18070         * src/pixmaps/stock_news_compose.xpm: new file
18071         * src/Makefile.am
18072         * src/mainwindow.c
18073         * src/summaryview.c
18074                 Added new icon for Hoa's 'compose a news
18075                 message', plus minor improvements to the
18076                 English
18077
18078         * po/ja.po
18079         * ChangeLog
18080         * ChangeLog.jp
18081                 more sync with sylpheed 0.5.0pre1
18082
18083 2001-06-18 [hoa]
18084
18085         * src/compose.[ch]
18086         * src/mainwindow.c
18087                 Follow-up and reply to
18088
18089         * src/summaryview.[ch]
18090                 Build threads also with subjects
18091
18092 2001-06-17 [hoa]
18093
18094         * src/compose.c
18095                 forwarding use the current account.
18096
18097         * src/mainwindow.c
18098                 the "compose message" button has been replaced with
18099                 "new mail" and "new news" buttons
18100
18101         * src/prefs_common.[ch]
18102                 added a configuration option to use the forward button
18103                 as "forward as attachment"
18104                 changed reply and forward format description
18105
18106         * src/quote_fmt_lex.l
18107         * src/quote_fmt_parse.y
18108                 added message with no signature in format for reply
18109                 and forward.
18110
18111 2001-06-17 [paul]
18112
18113         Minor UI stuff
18114
18115         * src/mainwindow.c
18116         * src/summaryview.c
18117                 Improvements to the English
18118
18119         * src/prefs_common.c
18120                 Improvements to the English and some
18121                 clarity/continuity improvements in the
18122                 description of Quote symbols.
18123
18124 2001-06-17 [paul]
18125
18126         0.5.0claws1
18127
18128         * sync with sylpheed 0.5.0pre1
18129
18130 2001-06-17 [hoa]
18131
18132         * src/compose.c
18133                 Better interface for compose, displayed fields
18134                 are updated whenever we change account.
18135                 Newsgroups field is automatically filled.
18136
18137         * src/mainwindow.c
18138                 Newsgroups field is automatically filled.
18139
18140         * src/prefs_account.c
18141                 Some interface stuff when fields appear and
18142                 disappear.
18143
18144 2001-06-16 [paul]
18145
18146         0.4.99claws
18147
18148         * sync with sylpheed 0.4.99
18149
18150 2001-06-16 [sergey]
18151
18152         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
18153         base64_decoder_free, base64_decoder_decode): new object and
18154         functions for decoding base64 streams.
18155         * src/procmime.c (procmime_decode_content): modified to use the
18156         new base64 decoder.
18157
18158 2001-06-15 [paul]
18159
18160         0.4.99claws10
18161
18162         * sync with sylpheed 0.4.99cvs11
18163
18164 2001-06-13 [paul]
18165
18166         0.4.99claws9
18167
18168         * sync with sylpheed 0.4.99cvs9
18169
18170 2001-06-13 [hoa]
18171
18172         * src/compose.c
18173         * src/prefs_account.c
18174
18175                 SMTP server can be defined in the news account
18176                 mime type of attachment are kept.
18177
18178         * src/summaryview.c
18179
18180                 now choose the highest important score between default
18181                 and important score of folder.
18182
18183 2001-06-09 [alfons]
18184         
18185         * src/prefs_common.c: 
18186
18187                 (prefs_quote_description_create): corrected description of 
18188                 quote format characters
18189
18190 2001-06-09 [paul]
18191
18192         0.4.99claws8
18193
18194         * sync with sylpheed 0.4.99cvs8
18195
18196 2001-06-08 [sergey]
18197
18198         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
18199         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
18200
18201 2001-06-08 [paul]
18202
18203         0.4.99claws7
18204
18205         * sync with sylpheed 0.4.99cvs7
18206
18207 2001-06-06 [sergey]
18208
18209         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
18210         clashes with autogenerated header).
18211         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
18212         * src/Makefile.am: added quote_fmt.h.
18213         * src/.cvsignore: added lex/yacc autogenerated files
18214         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
18215
18216 2001-06-06 [paul]
18217
18218         0.4.99claws6
18219
18220         * sync with sylpheed 0.4.99cvs6
18221
18222 2001-06-06 [hoa]
18223
18224         * added src/quote_fmt_parse.h
18225         * src/compose.c
18226                 removed warnings
18227
18228         * src/prefs.[ch]
18229                 don't modify readonly configuration files
18230
18231         * src/prefs_account.c
18232         * src/prefs_common.c
18233         * src/prefs_customheader.c
18234         * src/prefs_display_header.c
18235         * src/prefs_filter.c
18236         * src/prefs_filtering.c
18237         * src/prefs_scoring.c
18238                 don't open dialog box when configuration files
18239                 are readonly
18240
18241 2001-06-05 [sergey]
18242
18243         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
18244
18245         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
18246         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
18247         BUILT_SOURCES to make all files rebuild properly.
18248
18249         * src/compose.c: removed #include "quote_fmt.tab.h".
18250
18251         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
18252         CHARACTER value in yylval.
18253
18254         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
18255         receive CHARACTER value by documented means (yylval).
18256
18257         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
18258
18259 2001-06-05 [hoa]
18260
18261         * src/Makefile.am
18262                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
18263
18264         * src/filtering.c
18265         * src/matcher.c
18266         * src/matcher.h
18267         * src/prefs_filtering.c
18268                 now keep the configuration for execute action
18269
18270         * src/mbox_folder.c
18271                 fixed a warning
18272
18273 2001-06-05 [paul]
18274
18275         * sync with sylpheed 0.4.99cvs5
18276
18277 2001-06-05 [hoa]
18278
18279         * src/Makefile.am
18280                 added quote_fmt.[ch]
18281
18282         * added src/quote_fmt.y
18283         * added src/quote_fmt.l
18284         * added src/quote_fmt.tab.h
18285         * added src/quote_fmt.tab.c
18286         * added src/lex.quote_fmt.c
18287                 parsing configuration for replying
18288                 and forwarding
18289
18290         * src/prefs_common.[ch]
18291                 added configuration UI for replying
18292                 and forwarding
18293
18294         * src/compose.c
18295                 using configuration for replying
18296                 and forwarding
18297
18298 2001-06-04 [hoa]
18299
18300         * src/filtering.c
18301         * src/matcher.c
18302         * src/matcher.h
18303         * src/prefs_filtering.c
18304         * src/prefs_matcher.c
18305         * src/prefs_matcher.h
18306                 action "run a command" for filtering
18307                 and matching with a command.
18308                 fixed the "whole message" matching
18309
18310         * src/mbox_folder.c
18311                 changed temporary filename for security
18312
18313         * src/messageview.c
18314                 queue the notification if it fails to send.
18315
18316         * src/prefs_common.c
18317         * src/prefs_folder_item.c
18318                 changed the default important score             
18319
18320         * src/prefs_scoring.c
18321         * src/scoring.c
18322                 hide kill score input when the folder is not
18323                 a newsgroup
18324
18325 2001-06-03 [alfons]
18326
18327         * src/prefs_common.c:
18328
18329                 (prefs_font_select): pass font name in font entry box to font
18330                 selection dialog.
18331
18332 2001-06-03 [sergey]
18333
18334         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18335
18336 2001-06-03 [paul]
18337
18338         * sync with sylpheed 0.4.99cvs4
18339
18340 2001-06-03 [alfons]
18341
18342         * src/headerwindow.c:
18343
18344                 (headerwindow_show_cb): use the selected summary view item, not
18345                 the displayed item.
18346
18347 2001-06-02 [alfons]
18348
18349         * src/headerwindow.c:
18350
18351                 (headerwindow_show_cb): always try to show msginfo
18352
18353 2001-06-02 [hoa]
18354
18355         * src/compose.c
18356                 keep attached parts when reediting or forwarding.
18357
18358 2001-06-01 [hoa]
18359
18360         * src/folderview.c
18361         * src/prefs_folder_item.[ch]
18362         * src/prefs_scoring.[ch]
18363         * src/scoring.[ch]
18364         * src/summaryview.[ch]
18365         * src/main.c
18366         * src/mainwindow.c
18367         * src/prefs_common.[ch]
18368                 support for folder scoring
18369                 kill score and important score for messages
18370         
18371         * src/prefs_account.c
18372                 some display bug fixed for local account
18373                 preferences
18374
18375 2001-05-31 [alfons]
18376
18377         * src/summaryview.c:
18378
18379                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18380                 sender to address book menu item is disabled.
18381
18382 2001-05-30 [hoa]
18383
18384         * src/filtering.[ch]
18385         * src/summaryview.c
18386                 handling summary menu / filter messages
18387
18388         * src/folder.[ch]
18389                 add some stuff
18390
18391         * src/foldersel.c
18392                 imap folders now appears in list
18393
18394         * src/mbox_folder.c
18395                 doesn't crash if destination mail is not writeable
18396
18397 2001-05-29 [hoa]
18398
18399         * src/compose.c
18400                 removed some warnings
18401
18402         * src/filtering.c
18403         * src/folder.[ch]
18404         * src/prefs_filtering.c
18405                 global string to identify any folders           
18406                 removed some debug info
18407                 filtering to mbox folders is now possible
18408
18409         * src/mainwindow.c
18410                 removed some warnings
18411
18412         * src/mbox_folder.c
18413                 permission on files are changed to read/write for user only,
18414                 nothing for other.
18415                 creation of subfolder is handled better.
18416
18417 2001-05-28 [alfons]
18418
18419         Verified the sync for src/prefs_common.[ch] and
18420         src/prefs_account.[ch]. I believe there were some
18421         minor indentation differences.
18422
18423 2001-05-28 [paul]
18424
18425         0.4.99claws3
18426
18427         * sync with 0.4.99cvs3
18428
18429 2001-05-28 [hoa]
18430
18431         * src/compose.c
18432                 handling flags for mbox format
18433
18434         * src/filtering.c
18435                 use of mark file only for MH format
18436                 handling flags for mbox format
18437                 filtering cannot yet move or copy mails to mbox folders.
18438
18439         * src/folder.[ch]
18440                 changed move_msg, copy_msg,
18441                 move_msgs_with_dest, copy_msgs_with_dest functions
18442                 uses only folder->copy_msg() function
18443                 uses folder->finished_copy() to handle the destination
18444                 folder at the end of the copy or move operation.
18445
18446         * src/foldersel.c
18447                 included mbox directories.
18448
18449         * src/folderview.[ch]
18450         * src/mainwindow.c
18451                 handle folders operation for mbox format
18452
18453         * src/mbox.c
18454                 disable conversion of "From " header
18455
18456         * src/mbox_folder.[ch]
18457                 completion of mbox format handling
18458
18459         * src/mh.c
18460                 changed mh_copy_msg() function and
18461                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18462                 mh_copy_msgs_with_dest()
18463
18464         * src/prefs_filtering.c
18465                 removed some warnings
18466
18467         * src/prefs_matcher.c
18468                 default boolean operation is AND
18469
18470         * src/procheader.c
18471                 handling flags for mbox format
18472                 handling of "From " header
18473
18474         * src/procmsg.[ch]
18475                 removed data field
18476                 added MSG_REALLY_DELETED flags to handle deletion of
18477                 messages in mbox format.
18478
18479         * src/summaryview.c
18480                 handling flags for mbox format
18481                 disable the MSG_DELETED flags when messages
18482                 are deleted in mbox format
18483
18484         * src/textview.c
18485                 "From " headers display fixed.
18486
18487 2001-05-27 [alfons]
18488
18489         * src/textview.c:
18490                 
18491                 (get_email_part): skip quoted email addresses, like in e.g.
18492                 "'alfons@proteus.demon.nl'".
18493
18494 2001-05-26 [alfons]
18495
18496         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18497         and fixing the persistence troubles when using separate windows.
18498
18499         * src/mainwindow.c:
18500         
18501             Added #define SEPARATE_ACTION used in the gtk item factory for 
18502             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18503                 use gtk_item_factory_get_widget_by_action() to get the items.
18504                 
18505             Removed separate_widget_cb from the gtk item factory data   
18506           
18507             (mainwindow_create): connect separate_widget_cb() to check
18508             menu item "toggled" signal. also passing a MainWindow pointer
18509                 as object data for both check menu items.
18510                 
18511             (separate_widget_cb): definition of separate_widget_cb() to match
18512             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18513                 window using gtk_object_get_data(). The type of window separation 
18514                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18515         
18516         * src/prefs_filtering.c,
18517           src/prefs_matcher.c: added horizontal scrollbars
18518
18519 2001-05-25 [darko]
18520
18521         * src/headerview.c
18522                 fix segfault with invalid bold font
18523         * src/summaryview.c
18524                 correctly display summary stats after row is marked
18525
18526 2001-05-23 [sergey]
18527
18528         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18529         encodings with libjconv.
18530
18531 2001-05-23 [hoa]
18532
18533         * src/Makefile.am
18534                 added mbox_folder.[ch]
18535         * src/defs.h
18536                 mbox temporary folder
18537         * src/folder.[ch]
18538         * added src/mbox_folder.[ch]
18539         * src/folderview.c
18540         * src/procheader.[ch]
18541                 added mbox support
18542         * src/mbox.c
18543                 bugfix for file incorporation filtering
18544         * src/imap.c
18545                 enable creation of MBOX
18546         * src/prefs_display_header.c
18547                 enable use of headers like "From "
18548                 something that should be fixed :
18549                         displaying of such headers add an extra space
18550         * src/prefs_folder_item.c
18551                 don't create folders because it is not necessary
18552         * src/procmsg.h
18553                 added data field to MsgInfo for mbox internal use
18554         * src/summaryview.c
18555                 added some support for mbox
18556         * src/utils.[ch]
18557                 added get_mbox_cache_dir() function
18558
18559 2001-05-23 [hiroyuki]
18560
18561         * src/headerwindow.c
18562           src/inc.c
18563           src/main.c
18564           src/mh.c
18565           src/nntp.c
18566           src/procmsg.h
18567           src/session.h
18568           src/socket.[ch]
18569           src/summaryview.c
18570           src/textview.c
18571           src/automaton.c
18572           src/folderview.c: more sync with 0.4.99cvs2.
18573
18574         * src/headerwindow.c: reverted.
18575
18576 2001-05-22 [paul]
18577
18578         0.4.99claws2
18579
18580         * sync with sylpheed 0.4.99cvs2
18581                 * src/news.[ch]
18582                 * src/nntp.[ch]
18583                 * INSTALL
18584                 * INSTALL.jp
18585
18586 2001-05-22 [alfons]
18587
18588         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18589
18590 2001-05-21 [alfons]
18591
18592         Minor things:
18593
18594         * configure.in: if gnome-config not found, "no" is displayed
18595         
18596         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18597
18598         * src/textview.c: now also possible to add mail addresses by right
18599           clicking in the text view
18600
18601         * src/codeconv.c: merged patch which fixes endless loop when encountering
18602           invalid wide characters; from Alte <010@imis.ru>  
18603
18604 2001-05-20 [alfons]
18605
18606         Added installation of gnome specific things:
18607
18608         * Makefile.am: gnome conditional
18609
18610         * configure.in: check for installed gnome
18611
18612         * added sylpheed.png, sylpheed.desktop
18613
18614 2001-05-20 [sergey]
18615
18616         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18617
18618         * src/mainwindow.h (main_window_toolbar_create): created a button
18619         for "Reply to all".
18620         (main_window_set_toolbar_sensitive): enable/disable the new button
18621         appropriately.
18622         (toolbar_reply_to_author_cb): handle the new button.
18623
18624         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18625         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18626         failure).
18627
18628 2001-05-19 [sergey]
18629
18630         * src/compose.h (ComposeReplyMode): new modes
18631         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18632         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18633
18634         * src/compose.c
18635         (compose_send): move some code into a new function:
18636         (compose_current_mail_account): new function.
18637         (compose_reply): new argument to_author, all callers changed; if
18638         to_author==TRUE and account->protocol==A_NNTP, find and use an
18639         appropriate mail account for replying.
18640         (compose_reply_set_entry): new argument to_author; ignore
18641         compose->replyto if to_author==TRUE.
18642
18643         * src/mainwindow.c: new command "Message/Reply to author".
18644         (main_window_set_menu_sensitive): enable/disable it.
18645         (reply_cb): handle it.
18646
18647         * src/summaryview.c: new command "Reply to author".
18648         (summary_set_menu_sensitive): enable/disable it.
18649         (summary_reply_cb): handle it.
18650
18651         * src/account.c (account_find_mail_from_address): new function.
18652
18653 2001-05-18 [paul]
18654
18655         0.4.99claws1
18656
18657         * sync with sylpheed 0.4.99cvs1
18658
18659 2001-05-18 [hoa]
18660
18661         * src/compose.[ch]
18662         * src/filtering.c
18663         * src/summaryview.c
18664                 new filtering action : forward and forward as attachment
18665
18666         * src/main.c
18667                 no need for $DISPLAY when we run sylpheed --help
18668                 call to parse_cmd_opt() is moved
18669
18670         * src/mainwindow.[ch]
18671                 execute button is hidden when immediate execute
18672                 is chosen
18673
18674         * src/mh.c
18675         * src/news.c
18676         * src/prefs_folder_item.c
18677         * src/procmsg.c
18678                 better handling of missing directories
18679
18680         * src/summaryview.c
18681                 reedit is enabled in outbox
18682                 reedit is enabled in queue
18683
18684 2001-05-17 [hoa]
18685
18686         * src/filtering.c
18687         * src/matcher.[ch]
18688         * src/prefs_filtering.c
18689                 changed attachement into attachment
18690
18691 2001-05-17 [alfons]
18692
18693         0.4.67claws4    
18694
18695         * sync with sylpheed 0.4.67cvs9
18696         * sync with sylpheed 0.4.67cvs7-8
18697
18698 2001-05-17 [hoa]
18699
18700         * src/Makefile.am
18701                 added prefs_filtering.c
18702
18703         * src/filtering.[ch]
18704         * src/matcher.[ch]
18705                 removed action : forward_news and forward_news_as_attachement
18706                 (forward and forward_as_attachement can be used instead)
18707
18708         * src/mainwindow.c
18709                 added menu option to access filtering configuration
18710
18711         * src/prefs_account.c
18712                 changed mail_command default to /usr/sbin/sendmail
18713
18714         * added src/prefs_filtering.[ch]
18715                 dialog box for filtering configuration
18716
18717         * src/prefs_matcher.c
18718                 added function prefs_matcher_get_criteria_from_matching()
18719
18720         * src/prefs_scoring.c
18721                 reset the dialog when register or substitute is clicked
18722
18723 2001-05-15 [hoa]
18724
18725         * src/Makefile.am
18726                 added filtering.[ch]
18727         * src/inc.c
18728                 using filering.[ch] instead of filter.[ch]
18729         * src/main.c
18730                 reading new filtering configuration
18731         * src/matcher.[ch]
18732                 added some filtering actions
18733                 and fixed a bug for headers and mail body matching
18734         * src/mbox.c
18735                 using filering.[ch] instead of filter.[ch]
18736         * src/mh.c
18737                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18738         * src/summaryview.c
18739                 some fixes for filtering
18740
18741 2001-05-14 [hiroyuki]
18742
18743         * src/send.c: fixed some weird indentations.
18744           send_message_with_command(): call pclose() only if p != NULL.
18745         * src/textview.c: get_email_part(): modified the code for readability.
18746
18747 2001-05-14 [hiroyuki]
18748
18749         * src/md5global.h
18750           src/md5ify.c
18751           src/md5ify.h: removed from the cvs.
18752
18753 2001-05-13 [sergey]
18754
18755         * src/main.c: include rfc2015.h to avoid compiler warnings.
18756         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18757         the panel is already on screen.
18758         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18759         closing the alert window by ESC as "No".
18760         * src/prefs_common.c (prefs_interface_create): moved return
18761         receipt check button to the correct place.
18762
18763 2001-03-13 [alfons]
18764
18765         * src/prefs_common.c: 
18766                 moved return receipt check button to the Send tab. (prefs_send_create)
18767                 removed the date format ui related globals. (prefs_display_create)
18768
18769         0.4.67claws3
18770         
18771         * sync with sylpheed 0.4.67cvs5-6
18772
18773 2001-05-13 [paul]
18774
18775         * added Alfons' font selection patch
18776
18777         * src/defs.h
18778         * src/headerwindow.c
18779         * src/prefs_common.c
18780         * src/prefs_common.h
18781
18782 2001-05-13 [hoa]
18783         * src/defs.h
18784                 changed version of cache
18785         * src/matcher.[ch]
18786         * src/prefs_matcher.c
18787                 added additionnal matching criteria
18788         * src/procheader.c
18789         * src/procmsg.[ch]
18790         * src/news.c
18791                 added references in MsgInfo
18792
18793 2001-05-12 [hoa]
18794
18795         * src/defs.h
18796                 prepared some things for new filtering
18797         * src/matcher.[ch]
18798                 added some matching properties
18799                 inreplyto need to be enhanced
18800                 prepared some things for new filtering
18801         * src/messageview.c
18802                 added Return-Receipt-To handling
18803         * src/prefs_folder_item.c
18804                 changed default value to TRUE
18805         * src/prefs_matcher.c
18806                 added some matching properties
18807         * src/prefs_scoring.[ch]
18808                 the scoring dialog is finished
18809         * src/procheader.c
18810                 added Return-Receipt-To handling
18811                 Reference need to be added
18812         * src/procmsg.[ch]
18813                 added Return-Receipt-To handling
18814                 added threadscore to get a better score sorting when
18815                 threads are enabled
18816         * src/summaryview.c
18817                 suppressed a bug when we sort the list
18818                 when no folder is opened.
18819                 better score sorting when threads are enabled
18820
18821 2001-05-12 [alfons]
18822
18823         * reverted previous patch because of potential errors 
18824
18825         0.4.67claws2
18826         
18827         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18828                 applied "toggle mail-retrieval dialog window" patch submitted 
18829                 by Eric Limpens <eric@qnt.net>
18830
18831         * sync with sylpheed 0.4.67cvs4
18832
18833 2001-05-12 [sergey]
18834
18835         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18836         some picky compilers.
18837         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18838         * src/grouplist_dialog.c: include alertpanel.h.
18839         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18840         fix compile warning.
18841         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18842         #include "defs.h" before others to prevent the warning of `MIN'
18843         and `MAX' redefinition.
18844
18845 2001-05-11 [hoa]
18846
18847         * src/main.c
18848         * src/messageview.c
18849         * src/prefs_account.c
18850         * src/prefs_display_header.c
18851                 removed warning
18852         * src/Makefile.am
18853                 added prefs_scoring.[ch]
18854         * src/grouplist_dialog.c
18855                 display an error dialog box if the group list
18856                 cannot be fetched.
18857         * src/mainwindow.[ch]
18858                 added main_window_set_thread_option() function
18859                 scoring dialog box enabled
18860         * src/matcher.[ch]
18861                 added flags matching unread /new / marked
18862                 / deleted / replied / forwarded
18863         * src/news.c
18864                 newsgroups are now finally in newscache
18865         * src/prefs_matcher.[ch]
18866                 finished preferences for matching dialog
18867         * added src/prefs_scoring.[ch]
18868                 scoring dialog box completed
18869         * src/scoring.[ch]
18870                 conversion to string : added scoringprop_to_string()
18871                 write config for preferences :
18872                 added prefs_scoring_write_config()
18873         * src/summaryview.c
18874                 threads can be enabled/disabled independently
18875                 for each folder
18876
18877 2001-05-10 [alfons]
18878
18879         0.4.67claws1
18880         
18881         * AUTHORS: 
18882                 thought it would be nice to have a list of all
18883                 contributors (used Changelog as a reference)
18884         
18885         * configure.in: 
18886                 messed up version numbering...
18887
18888         0.4.66claws1
18889
18890         * sync with sylpheed 0.4.67cvs1-3
18891
18892 2001-05-10 [darko]
18893
18894         * src/prefs_common.c:
18895                 better UI for strftime format, double clicking
18896                 on format now inserts the format in text entry
18897                 replaced close button with standard OK/Cancel
18898                 moved date format button to the right of the
18899                 text entry field
18900
18901 2001-05-09 [alfons]
18902
18903         * src/gtkstext.c:
18904                 Ctrl-Home / Ctrl-End have proper cursor navigation
18905
18906 2001-05-09 [hoa]
18907
18908         * src/prefs_matcher.c
18909                 finished UI to define matching properties
18910                 added ok and cancel button
18911         * src/prefs_filter.c
18912                 added ok and cancel button
18913         * src/news.c
18914                 fixed some bug in xhdr parsing
18915
18916 2001-05-08 [alfons]
18917
18918         * src/textview.c: 
18919                 fixed a bug in textview_show_header(), which displayed two colons (':');
18920                 cleaned up some warnings
18921
18922 2001-05-08 [hoa]
18923
18924         * src/Makefile.am
18925                 added prefs_matcher.[ch]
18926                 compilation with -W -Wall
18927         * src/alertpanel.c
18928                 ungrab the mouse events if grabbed - does it
18929                 fix the bug for disposition notification ?
18930         * src/mainwindow.c
18931                 added a menu option to open the matching dialog.
18932         * src/matcher.[ch]
18933                 added matcherprop_to_string() and matcherlist_to_string()
18934                 fixed some bugs, changed the name of some options
18935                 age_sup and age_inf becomes age_greater and age_lower,
18936                 body and messageheaders becomes body_part and headers_part,
18937                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18938         * src/prefs_display_header.c
18939         * src/prefs_headers.c
18940                 fixed a bug that accidentally destroyed dialogs
18941                 when closed them with delete_event
18942                 Added *_deleted() which handle delete_event signal correctly.
18943         * src/prefs_folder_item.[ch]
18944                 added "enable_thread" field for future customization
18945         * added src/prefs_matcher.[ch]
18946                 sample of the UI to define matching properties
18947         * src/procheader.c
18948                 using procheader_headername_equal instead of str*cmp functions
18949                 using procheader_parse_header() function
18950         * src/scoring.c
18951                 using MATCHING_XXX instead of SCORING_XXX
18952         * src/summaryview.c
18953                 display the sender of the news even if this is ourself
18954                 when this is a news message.
18955         * src/textview.c
18956                 using headername_equal() instead of str*cmp functions
18957
18958 2001-05-08 [alfons]
18959
18960         0.4.66claws
18961
18962         * sync with sylpheed 0.4.66
18963         * src/gtkstext.c: trace logs added 
18964
18965 2001-05-08 [sergey]
18966
18967         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18968         signature check popup.
18969         * src/rfc2015.c (check_signature): show signature check popup only
18970         if it is enabled in preferences.
18971
18972 2001-05-07 [alfons]
18973
18974         0.4.66claws4
18975         
18976         * sync with sylpheed 0.4.66cvs6
18977
18978 2001-05-07 [darko]
18979
18980         * src/prefs_common.[ch]: added option to enable/disable
18981           looking up sender name in address book for summary pane
18982         * src/summaryview.c: look up sender in the address book
18983           by using Alfons' address completion code
18984
18985 2001-05-07 [hiroyuki]
18986
18987         * src/inc.h
18988           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18989           member of Pop3State.
18990         * src/news.c: brought #include "defs.h" before #include <glib.h>
18991           to prevent the warning of `MIN' and `MAX' redefinition.
18992
18993 2001-05-06 [hoa]
18994
18995         * removed src/headers_display.[ch]
18996         * removed src/prefs_display_headers.[ch]
18997         * src/inc.c
18998                 use a temporary file in the user directory for mbox import
18999         * src/news.c
19000                 added XHDR support to get "To" and "Cc" headers
19001                 (in order to match news with to or cc field for
19002                 scoring)
19003                 added function news_parse_xhdr() to get XHDR response
19004         * src/nntp.[ch]
19005                 added function nntp_xhdr()
19006         * src/matcher.c
19007                 fetch the message if necessary
19008
19009 2001-05-06 [alfons]
19010
19011         0.4.66claws3
19012
19013         * sync with sylpheed 0.4.66cvs3-5
19014
19015 2001-05-06 [hoa]
19016
19017         * src/utils.[ch]
19018                 added function itos_buf() to enable use of several buffers
19019         * src/summaryview.c
19020                 use of itos_buf() instead of itos() in summary list
19021                 to fix the broken display of message number.
19022
19023 2001-05-06 [alfons]
19024
19025         * src/gtkstext.c: bug in cursor up navigation fixed,
19026                 fixed another unsigned / signed comparison (we're getting there :-)
19027
19028 2001-05-06 [hoa]
19029
19030         * src/Makefile.am
19031                 added scoring.c scoring.h
19032                 prefs_folder_item.c prefs_folder_item.h
19033                 matcher.c matcher.h
19034         * src/defs.h
19035                 added FOLDERITEM_RC SCORING_RC
19036         * src/folder.[ch]
19037                 added prefs field in FolderItem :
19038                 properties for each folder (PrefsFolderItem),
19039                 sorting type and mode were added as the first properties.
19040         * src/main.c
19041                 read config for scoring
19042         * added src/matcher.[ch]
19043                 gives functions to parse configuration file to do
19044                 matching on mails with a list of conditions.
19045         * src/mainwindow.c
19046                 add option to sort by score
19047         * src/prefs_common.[ch]
19048                 added preference option to show score and for
19049                 the score column size
19050         * added src/prefs_folder_item.[ch]
19051                 properties for each folder (PrefsFolderItem),
19052                 sorting type and mode were added as the first properties.
19053         * src/procheader.[ch]
19054                 added procheader_parse_header()
19055                 added procheader_header_free()
19056                 added procheader_headername_equal()
19057                 and made modification to use them.
19058         * src/procmsg.[ch]
19059                 added score field to MsgInfo structure
19060         * added src/scoring.[ch]
19061                 gives functions to parse configuration file to do
19062                 scoring on mails with a list of conditions.
19063         * src/summaryview.[ch]
19064                 save the sorting type and mode for the folder
19065                 added column to display the score of the mail
19066                 added function summary_score_clicked()
19067                 sorting type and mode are restored to the folder
19068                 when it is reopen
19069         * src/textview.c
19070                 use procheader_parse_header(), procheader_headername_equal()
19071                 removed memory leak in text_scan_header when freeing headers
19072         * src/filter.c
19073                 changed the function to match names of headers
19074                 using procheader_headername_equal()
19075
19076         Scoring functions are implemented, an interface is needed
19077         to configure that.
19078
19079 2001-05-04 [alfons]
19080
19081         * src/gtkstext.c: 
19082                 hopefully fixed the row up navigation bug,
19083                 removed adding back / forward lines to cache
19084
19085 2001-05-04 [sergey]
19086
19087         * src/prefs_display_headers.c: user interface changes:
19088         (prefs_display_headers_create): remove unused "Show" check button;
19089         allow reordering of headers by dragging.
19090         (prefs_display_headers_write_config): remove unused variables.
19091         (prefs_display_headers_set_dialog): do not insert "(New)" at top
19092         of lists (not needed with the new UI).
19093         (prefs_display_headers_set_list): scan lists starting from row 0,
19094         not 1 (do not skip "(New)").
19095         (prefs_display_headers_find_header): new function.
19096         (prefs_display_headers_clist_set_row): do not allow duplicates.
19097         (prefs_display_headers_delete_cb): do not skip row 0; treat
19098         closing the alert window by ESC as "No".
19099         (prefs_display_headers_up): do not protect row 0.
19100         (prefs_display_headers_down): do not protect row 0.
19101
19102 2001-05-04 [sergey]
19103
19104         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
19105         functions.
19106
19107         * src/summaryview.c
19108         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
19109         summary_select_next_marked, summary_select_prev_marked): new
19110         functions.
19111
19112 2001-05-03 [sergey]
19113
19114         * src/news.c: fixed a bug when no article can be fetched after
19115         server timeout if the connection was restored by news_post():
19116         (news_select_group): new function.
19117         (news_fetch_msg): call news_select_group() before fetching
19118         article.
19119         (news_get_uncached_articles): set session->group after successful
19120         GROUP command.
19121
19122 2001-05-03 [hoa]
19123
19124         * src/defs.h
19125         * src/procmsg.[ch]
19126         * src/procheader.c
19127                  changed version of cache, added cc field
19128
19129         * src/prefs_display_headers.c
19130                 the interface was changed
19131
19132         * src/prefs_headers.c
19133                 added cancel button
19134
19135 2001-05-03 [alfons]
19136
19137         * completed sync of sylpheed cvs2
19138         * src/gtkstext.c: updated row up / down cursor navigation
19139         * src/textview.c: re-edited, prepared for fixing the email address
19140                 scanner.
19141
19142 2001-05-03 [darko]
19143
19144         * src/prefs_common.c: use alfons' strftime ui code
19145         entry_datefmt and datefmt_sample widgets have to be
19146         global in this module because of this change
19147
19148 2001-05-03 [hoa]
19149
19150         * src/messageview.c
19151         * src/prefs_common.[ch] added option to activate the return receipt
19152                 feature.
19153
19154 2001-05-02 [alfons]
19155
19156         * src/gtkstext.c: fix for row up/down cursor navigation. 
19157
19158         0.4.66claws2
19159         
19160         * sync with 0.4.66cvs2
19161
19162 2001-05-02 [paul]
19163
19164         added add-sender-to-addressbook patch
19165
19166         * src/addressbook.c
19167         * src/addressbook.h
19168         * src/summaryview.c
19169
19170 2001-05-02 [sergey]
19171
19172         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
19173         G_ALERTDISABLE.
19174
19175         * src/alertpanel.c (alertpanel_create): new argument can_disable,
19176         all existing callers changed to pass FALSE; create a check button
19177         to disable the message.
19178         (alertpanel_message_with_disable): new function.
19179         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
19180         (alertpanel_button_toggled): new function.
19181         (alertpanel_button_clicked, alertpanel_close): set value using
19182         G_ALERT_VALUE_MASK.
19183
19184         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
19185
19186         * src/prefs_common.c (prefs_privacy_create): new check button
19187         checkbtn_gpgme_warning.
19188
19189         * src/main.c (main): moved preferences reading before gpgme
19190         initialization; check prefs_common.gpgme_warning before giving the
19191         GnuPG warning and set it to FALSE if the user wants to disable the
19192         warning.
19193
19194 2001-05-02 [hiroyuki]
19195
19196         * src/prefs_display_headers.c: modified the layout and some labels.
19197
19198 2001-05-02 [sergey]
19199
19200         * src/prefs_account.c (prefs_account_fix_size): new function.
19201         (prefs_account_create): call prefs_account_fix_size(); use
19202         gtk_widget_show instead of gtk_widget_show_all (fixes too large
19203         size when the window is shown for the first time).
19204         (prefs_account_basic_create): changed layout of serv_table; moved
19205         localmbox_entry above smtpserv_entry (logically it replaces
19206         POP3/IMAP server).
19207         (prefs_account_protocol_activated): set sensitivity of
19208         nntpauth_chkbtn according to the protocol (in addition to
19209         hide/show); commented out gtk_table_set_row_spacing() calls.
19210         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
19211         not sensitive (fixes a bug with disabled username/password boxes
19212         when editing POP3 account after NNTP with authentication).
19213
19214 2001-05-02 [hoa]
19215
19216         * src/account.c
19217         * src/inc.c
19218         * src/prefs_account.[ch]
19219         * src/send.c
19220                 removed local account without SMTP server
19221                 added option to use mail command instead of a connexion
19222                 to SMTP server when a local account is used
19223         * src/prefs_headers.c
19224                 fixed a bug
19225         * src/news.c
19226                 fixed a bug when connexion immediately closed
19227
19228 2001-05-01 [alfons]
19229
19230         0.4.66claws1
19231         
19232         * sync with 0.4.65
19233
19234 2001-05-01 [sergey]
19235
19236         * src/prefs_account.c (Basic, prefs_account_basic_create): new
19237         widget nntpauth_chkbtn.
19238         (prefs_account_protocol_activated): handle nntpauth_chkbtn
19239         visibility.
19240         (prefs_account_nntpauth_toggled): new function.
19241
19242         * src/news.c (news_session_new_for_folder): use NNTP
19243         authentication only if ac->use_nntp_auth is set.
19244
19245 2001-05-01 [hoa]
19246
19247         * src/Makefile.am changed headers.[ch] in customheader.[ch]
19248         * src/prefs_display_headers.c changed the UI
19249         * src/prefs_headers.c changed account_name to account_id
19250         * src/compose.c using customheader.h
19251
19252 2001-05-01 [hiroyuki]
19253
19254         * src/esmtp.c
19255           src/news.c
19256           src/nntp.c: changed sock_read() to sock_gets(), they've been left
19257           unsynched.
19258
19259 2001-05-01 [hoa]
19260
19261         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
19262         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
19263                 for displaying of headers
19264         * src/grouplist_dialog.[ch] minor changes to remove warnings
19265         * src/prefs_display_headers.[ch] dialog to choose the
19266         headers to display in the mail viewer.
19267         * src/headers.h correction of #define
19268         * src/headers_display.[ch] configuration for displaying of headers.
19269         * src/main.c read config of displaying of headers
19270         * src/prefs_common.c add a button to access the config dialog
19271                 for displaying of headers
19272         * src/prefs_display_headers.[ch] dialog for configuration for
19273                 displaying of the headers.
19274         * src/prefs_headers.c cleaning of code
19275         * src/procheader.c comments added to code
19276         * src/textview.c changes to reorder the headers depending
19277                 on the config for displaying of headers
19278
19279 2001-04-30 [alfons]
19280
19281         0.4.65claws7
19282
19283         * sync with 0.4.65cvs12
19284
19285         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19286
19287 2001-04-30 [sergey]
19288
19289         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19290
19291         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19292         is set to force reconnection after authentication failure.
19293         (nntp_gen_command): set sock->auth_failed on authentication
19294         failure, or if sock->userid and sock->passwd are not set.
19295
19296         * src/news.c (news_session_new_for_folder): set userid=NULL if
19297         password dialog is cancelled.
19298
19299 2001-04-30 [sergey]
19300
19301         * src/nntp.h (NNTPSockInfo): new type.
19302
19303         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19304         SockInfo.
19305         (nntp_open_auth, nntp_close): new functions.
19306         (nntp_gen_command): new function to handle authentication; all
19307         NNTP command functions updated to use it.
19308         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19309         (nntp_list): removed old useless code.
19310
19311         * src/news.h (NNTPSession): new field nntp_sock.
19312
19313         * src/news.c: all functions updated to use NNTPSockInfo instead of
19314         SockInfo.
19315         (news_session_new): new arguments (userid, passwd); made static;
19316         use nntp_open_auth() if needed.
19317         (news_session_destroy): use nntp_close() instead of sock_close().
19318         (news_query_password): changed arguments.
19319         (news_session_new_for_folder): new function.
19320         (news_session_get): use news_session_new_for_folder().
19321         (news_authenticate): deleted.
19322         (news_get_uncached_articles): removed old authentication code.
19323
19324 2001-04-30 [sergey]
19325
19326         * src/news.c: reverted my previous changes (need to do NNTP
19327         authentication in a cleaner way).
19328         
19329 2001-04-29 [sergey]
19330
19331         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19332         news_nntp_post, news_nntp_mode): new functions (wrappers with
19333         authentication support).
19334         (news_get_article_cmd, news_get_article, news_get_header): new
19335         argument "folder"; all callers changed.
19336         (news_get_article_cmd): added authentication support.
19337         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19338         (news_post): use news_nntp_post() instead of nntp_post().
19339         (news_get_uncached_articles): use news_nntp_group() instead of
19340         nntp_group() and news_nntp_xover() instead of nntp_xover();
19341         removed old authentication code.
19342         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19343
19344         * src/nntp.c (nntp_list): return real error code instead of
19345         hardcoded NN_ERROR.
19346
19347 2001-04-29 [sergey]
19348
19349         * configure.in: fixed wint_t typedef detection again
19350
19351 2001-04-28 [hoa]
19352
19353         * src/prefs_account.[ch], added A_LOCAL_CMD
19354                 (send mail with mail command)
19355         * src/send.c added function send_message_with_command()
19356         * src/inc.c made a more secure get_spool() function with
19357                 mktemp() but maybe mkstemp() or something more
19358                 secure can be used.
19359
19360 2001-04-28 [alfons]
19361
19362         * src/textview.c, colorization of email addresses in headers
19363
19364         0.4.65claws6
19365
19366         * bug sync with sylpheed
19367         * prefs_common.c: created date format ui for darko
19368         * sync with 0.4.65cvs11
19369         * configure.in: corrected to have the new gpg checks
19370
19371 2001-04-27 [alfons]
19372
19373         * completed sync with 0.4.65cvs10
19374         * minor debug things added to gtkstext.c
19375
19376 2001-04-27 [darko]
19377
19378         * configure.in: remove check for availability of
19379           strftime() as advised by Hiroyuki
19380         * src/prefs_common.[ch], src/procheader.c:
19381           synch strftime() code with Hiroyki's main branch
19382
19383 2001-04-26 [sergey]
19384
19385         * src/news.c: news_query_password(), news_authenticate(): new
19386           functions.
19387           news_get_uncached_articles(): added NNTP authentication
19388           handling.
19389         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19390           new functions.
19391         * src/prefs_account.c: prefs_account_protocol_activated():
19392           enable userid and password fields for NNTP.
19393
19394 2001-04-26
19395
19396         * configure.in: check for availability of strftime()
19397           [darko]
19398         * src/prefs_common.[ch], src/procheader.c: use
19399           strftime() for displaying date in summary pane if it
19400           is available
19401
19402 2001-04-25
19403
19404         * more .cvsignore cleanups [alfons]
19405
19406 2001-04-25
19407
19408         * ac/sv-check-type.m4: new autoconf macro.
19409         * configure.in: fixed wint_t typedef detection (did not work
19410           with gcc-2.96).
19411
19412 2001-04-25
19413
19414         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19415           [hiroyuki]
19416
19417 2001-04-24
19418         * modified gtkstext.c : buggy cursor navigation fixed, 
19419           and font descent also taken in account when drawing
19420           cursor. [alfons]
19421
19422 2001-04-24 [hoa]
19423         * added comments in src/news.c src/nntp.c
19424         * added src/prefs_headers.[ch]
19425         * added src/headers.[ch]
19426         * modified compose.c to activate custom headers
19427                 added function is_in_custom_headers
19428         * modified prefs_account.[ch]
19429                 added function prefs_account_customhdr_edit
19430         * modified src/defs.h :
19431                 added HEADERS_RC : name of the config file
19432                 for the custom headers
19433
19434 2001-04-24
19435
19436     0.4.65claws5
19437
19438         * configure.in
19439           src/gtkstext.[ch]
19440           src/compose.c
19441           src/Makefile.am
19442           
19443           added gtkstext with configure.in patch by Hiroyuki which
19444           should fix the XIM detection [alfons]
19445
19446         * more clean up of cvs [alfons]
19447
19448                  * removed all Makefile.in files to attic.
19449
19450                  * updated all .cvsignores to really ignore things that could
19451                    be unintentionally committed by a recursive commit.
19452
19453 2001-04-23 [hoa]
19454         * added src/grouplist_dialog.[ch]
19455         * changed src/folderview.c to call grouplist_dialog instead
19456                 of inputdialog
19457         * src/news.c :
19458                 added functions news_reset_group_list
19459                 and news_get_group_list
19460         * src/nntp.c :
19461                 added function nntp_list
19462         * src/defs.h :
19463                 added GROUPLIST_FILE : name of the newsgroup list cache file
19464
19465 2001-04-21
19466
19467         * added option to warn about queued messages on exit [sergey]:
19468
19469           * src/compose.c: compose_queue(): call folder_item_scan()
19470             and folderview_update_item() after queueing.
19471           * src/folderview.c: folderview_update_node(): draw the queue
19472             folder in bold font if there are queued messages.
19473           * src/mainwindow.c: queued_messages(): new function.
19474             app_exit_cb(): display warning if there are queued messages
19475             if warn_queued_on_exit is set.
19476           * prefs_common.[ch]: add warn_queued_on_exit option.
19477
19478         * enhanced GnuPG key selection support [sergey]:
19479
19480           * src/select-keys.c: updated to newer version from Win32
19481             branch with support for selecting arbitrary keys.
19482           * src/prefs_account.c: added the Privacy tab to the account
19483             options window.
19484             prefs_account_privacy_create(),
19485             prefs_account_sign_key_set_data_from_radiobtn(),
19486             prefs_account_sign_key_set_radiobtn(): new functions.
19487           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19488           * src/rfc2015.c: set_signers(): new function.
19489             pgp_sign(): add the account parameter, call set_signers().
19490             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19491           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19492           * src/compose.c: pass the current account to rfc2015_sign().
19493
19494         * tag name claws added to prevent confusion with main branch [alfons]
19495
19496         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19497
19498         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19499
19500         * sync with recent sylpheed cvs. Untested though. [alfons]
19501