0.9.6claws95
[claws.git] / ChangeLog.claws
1 2003-11-25 [christoph]  0.9.6claws95
2
3         * src/procmime.c
4                 display mime structure only in debug mode
5
6 2003-11-25 [melvin]     0.9.6claws94
7
8         * po/fr.po
9                 Updated French translations + typos fixes of older
10                 translations (thanks to Fabien Vantard for pointing
11                 to some of them)
12
13 2003-11-25 [melvin]     0.9.6claws93
14
15         * src/editldap.c
16                 Fixed a couple of typos.
17
18 2003-11-24 [paul]       0.9.6claws92
19
20         * po/POTFILES.in
21                 add 'src/textview.c'
22
23 2003-11-24 [paul]       0.9.6claws91
24
25         * src/sgpgme.c
26                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
27
28 2003-11-24 [paul]       0.9.6claws90
29
30         * src/plugins/image_viewer/viewer.c
31                 image_viewer_show_mimepart(): 
32                 use procmime_mimeinfo_get_parameter() to get the file name
33
34 2003-11-24 [paul]       0.9.6claws89
35
36         * src/textview.c
37                 textview_show_mime_part(): rewrite text hint
38
39 2003-11-22 [paul]       0.9.6claws88
40
41         * sync with 0.9.7cvs5
42                 see ChangeLog 2003-11-21
43
44 2003-11-21 [paul]       0.9.6claws87
45
46         * src/mimeview.c
47                 define shortcut key 'o' for 'Open with...'
48
49 2003-11-21 [alfons]     0.9.6claws86
50
51         * src/messageview.c
52                 fix bug #383 'Deleting message from "separate message view" 
53                 uses local Trash folder'
54
55 2003-11-21 [christoph]  0.9.6claws85
56
57         * src/mimeview.c
58                 fix content-type guessing by name parameter when finding
59                 the correct viewer
60
61 2003-11-21 [alfons]     0.9.6claws84
62
63         * src/main.c
64                 no mail incorporation allowed with --offline param.
65                 fixes bug #374, "--offline ignored"
66
67 2003-11-20 [christoph]  0.9.6claws83
68
69         * src/mimeinfo.c
70                 use signed MimeInfo when checking the signature and not
71                 the selected one
72
73 2003-11-19 [alfons]     0.9.6claws82
74
75         * src/mainwindow.c
76                 fix crash when toggling separate views, patch submitted
77                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
78                 fixes bug #342, "separate views  cause crash"
79
80 2003-11-19 [paul]       0.9.6claws81
81
82         * src/compose.c
83                 compose_redirect_write_headers_from_headerlist(): 
84                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
85                 
86         * src/main.c
87                 code cleanup (inherited from 0.9.7cvs4)
88                 
89         * tools/tb2sylpheed
90                 bugfix: added missing attribute-list start. submitted by
91                 Urke MMI
92
93 2003-11-19 [luke]       0.9.6claws80
94
95         * src/textview.c
96                 revert my last commit until I get time to fix it
97
98 2003-11-18 [christoph]  0.9.6claws79
99
100         * src/mimeview.[ch]
101                 check parent MimeInfos for signatures and display the
102                 result of the parent when found
103
104         * src/pgpmime.c
105                 o avoid NULL pointer warnings
106                 o use procmime_mimeinfo_get_parameter()
107
108         * src/sgpgme.c
109                 small text changes
110
111 2003-11-17 [luke]       0.9.6claws78
112
113         * src/textview.c
114                 add check for disguised URLs, fixing bug 57
115                 "Hidden URL in HTML Mails"
116
117 2003-11-16 [christoph]  0.9.6claws77
118
119         * src/procmime.c
120                 fix crash when parsing invalid Content-Type header
121
122 2003-11-16 [christoph]  0.9.6claws76
123
124         * src/pgpmime.c
125         * src/privacy.c
126         * src/procmime.c
127         * src/sgpgme.[ch]
128                 implement message decrypting
129
130         * src/rfc2015.c
131                 remove old code
132
133 2003-11-14 [luke]       0.9.6claws75
134
135         * src/mimeview.c
136                 fix a couple of problems that treated application/* and
137                 application/octet-stream the wrong way around
138                 (since 0.9.6claws10), causing "Open" to do nothing.
139
140 2003-11-14 [christoph]  0.9.6claws74
141
142         * src/messageview.c
143         * src/pgpmime.c
144         * src/privacy.[ch]
145                 prepare for message part decrypting
146
147         * src/sgpgme.c
148                 add output for expired signatures
149
150         * src/rfc2015.c
151                 remove some old code
152
153 2003-11-10 [christoph]  0.9.6claws73
154
155         * src/mimeview.c
156                 add "Full info" button for bad and warn signature status
157
158         * src/sgpgme.c
159                 generate full signature info like gpg's output
160                 (gpg -v --with-fingerprint --verify)
161
162 2003-11-10 [christoph]  0.9.6claws72
163
164         * src/mimeview.c
165         * src/pgpmime.c
166         * src/privacy.[ch]
167         * src/sgpgme.[ch]
168         * src/textview.[ch]
169                 o add code to view full signature info
170                 o do automatic signature checks
171
172 2003-11-10 [alfons]     0.9.6claws71
173
174         * src/summaryview.c
175                 don't crash when gtkut_font_load() returns invalid font (has
176                 something to do with locale settings)
177                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
178
179 2003-11-09 [alfons]     0.9.6claws70
180
181         * src/procmime.c
182                 plug leak
183
184 2003-11-08 [luke]       0.9.6claws69
185
186         * src/summaryview.c
187                 fix some typos
188
189         * src/compose.c
190                 rewrite compose_attach_parts(), fixing various bugs mainly
191                 to do with re-editing.
192
193         * src/mimeview.c
194                 "save all" now only saves attachments with names/filenames
195
196 2003-11-04 [match]      0.9.6claws68
197
198         * src/ldapctrl.[ch]
199                 fix broken LDAP support.
200
201         * src/ldapquery.c
202                 remove printf's.
203
204 2003-11-04 [luke]       0.9.6claws67
205
206         * src/mimeview.c
207                 o  fixed bug 4 "focus lost on messages with attachments"
208                 o  fixed 'Save all' attachments for new mime changes
209                 o  right clicking on icons consistent with right clicking on
210                    mime tree
211                   - fixes a bug where wrong part is saved when you
212                     choose 'Save as' from popup menu
213                   - fixes bug 308 "No way to "save all" attachments"
214                 o  fixed a compiler warning.
215
216         * src/textview.c
217                 o  removed flickering in mime tree when using "n" and "p"
218                    shortcuts
219                 o  fixed bug where selecting the textview and pressing e.g.
220                    'y' causes sylpheed to respond twice.
221
222         * src/summaryview.c
223                 removed hard coding of * and ! shortcuts (which only served
224                 to cause problems if you tried to redefine the shortcuts)
225
226 2003-11-04 [luke]       0.9.6claws66
227
228         * src/plugins/image_viewer/viewer.c
229         * src/plugins/image_viewer/viewerprefs.c
230         * src/plugins/image_viewer/viewerprefs.glade
231                 o  allow toggling of image scaling by clicking on image
232                 o  respond to image's container widget resize
233
234         * src/procmime.c
235                 o  fix bad parsing of message when re-editing/viewing a
236                    message saved to the drafts folder
237
238 2003-11-02 [match]      0.9.6claws65
239
240         * src/browseldap.h
241                 fix if not building LDAP support.
242         * src/addrindex.c
243         * src/ldapquery.[ch]
244         * src/editldap.h
245                 include support for contains query. feature req 529354.
246
247 2003-11-02 [alfons]     0.9.6claws64
248
249         * src/browseldap.c
250                 fix build bustage if not compiling ldap support
251
252 2003-11-01 [match]      0.9.6claws63
253
254         * po/POTFILES.in
255         * src/Makefile.am
256         * src/addr_compl.[ch]
257         * src/addrbook.c
258         * src/addrcache.[ch]
259         * src/addrdefs.h        ** NEW **
260         * src/addressbook.c
261         * src/addressitem.h
262         * src/addrindex.[ch]
263         * src/addritem.h
264         * src/addrquery.[ch]
265         * src/ldapquery.[ch]
266         * src/ldapserver.[ch]
267                 refactor LDAP query mechanism.
268
269         * src/browseldap.[ch]   ** NEW **
270         * src/ldaplocate.[ch]   ** NEW **
271                 add feature to browse LDAP entry that was retrieved using
272                 an explicit LDAP search.
273
274 2003-11-01 [alfons]     0.9.6claws62
275
276         * src/prefs_gtk.c
277                 prefs_write_param(): fail when we see an invalid type; all the
278                 callers seem to handle this gracefully by reverting changes
279
280 2003-10-30 [christoph]  0.9.6claws61
281
282         * configure.ac
283         * ac/openssl.m4
284         * ac/spamassassin.m4
285         * src/Makefile.am
286                 use extra variables for all libraries to make sure plugins
287                 are only linked with libraries they really need. $LIBS is always
288                 added to the linking parameters, but we only what the libraries
289                 listed in the Makefile
290
291 2003-10-29 [paul]       0.9.6claws60
292
293         * src/mimeview.c
294                 don't use Subject for unknown part name
295
296 2003-10-29 [paul]       0.9.6claws59
297
298         * src/compose.c
299                 get name of attachment(s) when re-editing, fwd'ing or
300                 redirecting
301                 
302         * src/mimeview.c
303                 get name of attachment(s) when saving
304
305 2003-10-29 [hoa]        0.9.6claws58
306
307         * src/textview.c
308                 implemented multipart/alternative in MIME message viewer.
309
310 2003-10-28 [christoph]  0.9.6claws57
311
312         * configure.ac
313                 make sure MathML-Viewer is not built with the
314                 Gtk2 version of GtkMathView
315
316 2003-10-28 [paul]       0.9.6claws56
317
318         * sync with 0.9.7cvs1
319                 see ChangeLog 2003-10-28
320
321 2003-10-27 [alfons]     0.9.6claws55
322
323         * src/matcher_parser_parse.y
324         * src/gtk/colorlabel.c
325                 allow setting color label to 0 in filtering/processing rules
326                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
327
328 2003-10-26 [alfons]     0.9.6claws54
329
330         * src/summary_search.c
331                 fix misnomer and correct selecting initial search node  
332
333 2003-10-26 [christoph]  0.9.6claws53
334
335         * src/pgpmime.c
336         * src/sgpgme.c
337                 change display of signature info to use only name of
338                 signer, otherwise the text gets too long.
339
340         * src/procmime.c
341                 don't use MimeInfo's filename to generate tmp filename
342
343 2003-10-25 [christoph]  0.9.6claws52
344
345         * src/procmime.c
346                 fix message body searching
347
348 2003-10-25 [paul]       0.9.6claws51
349
350         * src/compose.c
351                 use g_basename rather than basename
352
353 2003-10-24 [christoph]  0.9.6claws50
354
355         * src/sgpgme.c
356                 change fetching of signature key's trust
357
358 2003-10-24 [paul]       0.9.6claws49
359
360         * po/sk.po
361                 update Slovak translation
362                 submitted by Andrej Kacian
363                 
364         * src/mainwindow.c
365                 remove unknown menu entry /File/Add mailbox/mbox...
366
367 2003-10-24 [hoa]        0.9.6claws48
368
369         * src/Makefile.am
370                 removed all references to mbox folders
371
372         * src/carray.[ch]               * REMOVED *
373         * src/chash.[ch]                * REMOVED *
374         * src/maillock.[ch]             * REMOVED *
375         * src/mailmbox.[ch]             * REMOVED *
376         * src/mailmbox_folder.[ch]      * REMOVED *
377         * src/mailmbox_parse.[ch]       * REMOVED *
378         * src/mailmbox_types.[ch]       * REMOVED *
379         * src/mbox_folder.[ch]          * REMOVED *
380                 remove implementation of mbox folders
381                 and old mailbox folder.
382                 mbox folder implementation will be added
383                 as a plugin so that implementation can be entirely
384                 synchronized with the files of the project they are
385                 extracted from (libEtPan!).
386         
387         * src/mainwindow.c
388         * src/folder.c
389         * src/folderview.[ch]
390         * src/procmsg.h         
391                 Disable as much code that references mbox folders
392                 as possible.
393                 Some UI thing still need to know that folder is mbox
394                 (when we have to enter the name of the mailbox and
395                 we want to add /var/mail/$USER).
396
397 2003-10-23 [christoph]  0.9.6claws47
398
399         * src/noticeview.c
400                 don't always display button when noticeview is made visible
401
402         * src/mimeview.c
403         * src/pgpmime.c
404         * src/privacy.[ch]
405         * src/sgpgme.[ch]
406                 get signature information from crypto system
407
408 2003-10-22 [paul]       0.9.6claws46
409
410         * po/es.po
411                 updated by Ricardo Mones Lastra
412
413 2003-10-22 [paul]       0.9.6claws45
414
415         * src/Makefile.am
416                 update to reflect the changes to the icons that
417                 happened in 0.9.6claws35
418
419 2003-10-22 [alfons]     0.9.6claws44
420         
421         * src/carray.h
422                 inline carray_count() 
423
424 2003-10-21 [alfons]     0.9.6claws43
425
426         * src/carray.h
427                 glib wrappers
428         * src/carray.c
429                 disable
430         * src/mailmbox.[ch]
431         * src/mailmbox_folder.c
432         * src/mailmbox_parse.c
433         * src/mailmbox_types.[ch]
434                 %s/uint32_t/guint
435
436 2003-10-21 [luke]       0.9.6claws42
437
438         * src/stock_pixmaps.[ch]
439         * src/mimeview.c
440         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
441         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
442                 o remove mime_application_octet_stream.xpm icon (it was never
443                   really needed)
444                 o remove redundant icon messageview_text.xpm
445
446         * src/mainwindow.c
447                 fix visibility of signature noticeview when toggling 'separate
448                 message view'
449
450 2003-10-21 [christoph]  0.9.6claws41
451
452         * src/procmime.c
453                 decode multipart and rfc822 mime parts to allow further
454                 parsing when required
455
456 2003-10-21 [christoph]  0.9.6claws40
457
458         * src/procmime.[ch]
459         * src/textview.c
460                 remove obsolete charset parameter in MimeInfo and fix
461                 TextView to use the charset from the parameter hash table
462
463         * src/plugins/dillo_viewer/Makefile.am
464         * src/plugins/trayicon/Makefile.am
465                 add OPENSSL_CFLAGS to fix building with using
466                 --with-openssl-* parameters
467
468 2003-10-21 [paul]       0.9.6claws39
469
470         * src/prefs_matcher.[ch]
471                 replace remnants of the old, renamed 'Execute' matchtype
472                 add a brief description to the Info window
473
474 2003-10-21 [hoa]        0.9.6claws38
475         
476         * src/Makefile.am
477         * src/carray.[ch]               * NEW *
478         * src/chash.[ch]                * NEW *
479         * src/folder.c
480         * src/maillock.[ch]             * NEW *
481         * src/mailmbox.[ch]             * NEW *
482         * src/mailmbox_folder.[ch]      * NEW *
483         * src/mailmbox_parse.[ch]       * NEW *
484         * src/mailmbox_types.[ch]       * NEW *
485                 implementation of mbox folder with unique message numbers
486
487                 made use of libEtPan! implementation of mbox for lower-layer.
488
489 2003-10-20 [alfons]     0.9.6claws37
490
491         * src/noticeview.c
492                 fix invalid argument warning
493         * src/pgpmime.c
494                 no in place variable
495
496 2003-10-20 [paul]       0.9.6claws36
497
498         * src/compose.[ch]
499           src/filtering.c
500           src/messageview.c
501                 fix crash when using Forward in Filtering when
502                 external editor option is set
503                 
504                 Patch submitted by Simon 'corecode' Schubert
505                 <corecode@corecode.ath.cx> 
506
507 2003-10-20 [paul]       0.9.6claws35
508
509         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
510           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
511           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
512           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
513           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
514           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
515           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
516           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
517           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
518           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
519           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
520           src/mimeview.c
521           src/stock_pixmap.[ch]
522                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
523                 icons. add privacy_warn.xpm icon
524
525 2003-10-20 [hoa]  0.9.6claws34
526
527         * src/folder_item_prefs.[ch]
528         * src/prefs_folder_item.c
529         * src/main.c
530                 Added a property per folder to choose whether we 
531                 want to apply processing on it on startup or if we
532                 prefer to wait the folder selection to apply it.
533         
534         * src/messageview.c
535                 fixed C89 compatibility (for old compilers, for
536                 example gcc 2.95.x).
537
538 2003-10-17 [christoph]  0.9.6claws33
539
540         * src/mimeview.c
541         * src/noticeview.[ch]
542                 change noticeview icon to indicate signature status
543
544 2003-10-17 [christoph]  0.9.6claws32
545
546         * src/Makefile.am
547         * src/main.c
548         * src/mimeview.c
549         * src/noticeview.c
550         * src/pgpmime.[ch]                              ** NEW **
551         * src/privacy.[ch]
552         * src/rfc2015.c
553         * src/sgpgme.c                                  ** NEW **
554                 reimplement PGP/Mime signature checking (unfinished)
555
556 2003-10-15 [christoph]  0.9.6claws31
557
558         * src/procmime.[ch]
559                 fix procmime_get_text_content() and
560                 procmime_get_first_text_content()
561
562 2003-10-15 [christoph]  0.9.6claws30
563
564         * src/plugins/spamassassin/spamassassin_gtk.c
565         * src/plugins/spamassassin/spamassassin_gtk.glade
566                 fix timeout tooltip
567
568 2003-10-15 [paul]       0.9.6claws29
569
570         * src/messageview.c
571                 workaround for buggy smtp servers. on sending a
572                 return receipt strip the name part from the address
573                 when creating headers
574                 
575 2003-10-15 [paul]       0.9.6claws28
576
577         * sync with 0.9.7 release
578                 see ChangeLog 2003-10-15
579
580 2003-10-14 [christoph]  0.9.6claws27
581
582         * src/plugins/clamav/clamav_plugin.c
583                 fix clamav plugin
584
585 2003-10-14 [christoph]  0.9.6claws26
586
587         * src/compose.c
588         * src/mimeview.c
589         * src/procmime.[ch]
590         * src/rfc2015.c
591         * src/textview.c
592         * src/plugins/clamav/clamav_plugin.c
593                 use GNode to create the mime tree (some changes to functions
594                 that traverse the tree are just quick and dirty. Maybe we
595                 can find better solutions with g_node_*-functions)
596
597 2003-10-14 [luke]       0.9.6claws25
598
599         * src/mimeview.c
600                 fix a navigation bug (stupid typo of mine)
601
602 2003-10-14 [christoph]  0.9.6claws24
603
604         * src/textview.c
605                 fix missing last line in plain/text mails
606
607 2003-10-13 [luke]       0.9.6claws23
608
609         * src/summaryview.c
610                 fix bug 334 (part 1)
611
612 2003-10-13 [kov]        0.9.6claws22
613
614         * src/mimeview.c
615                 error checking when the user enters a non-directory at
616                 the file selection dialog.
617                 work-around for users entering directory location without
618                 adding a leading G_DIR_SEPARATOR.
619
620 2003-10-13 [luke]       0.9.6claws21
621
622         * src/compose.c
623                 error reporting for inserting files, including catching
624                 invalid characters for current locale/encoding
625
626 2003-10-13 [paul]       0.9.6claws20
627
628         * src/folderview.c
629                 fix bug #347 'subscribe newsgroups crashes'
630
631 2003-10-13 [paul]       0.9.6claws19
632
633         * src/compose.c
634                 when using 'Reply to all' include the 'send replies
635                 to' folder property
636                 
637         * po/ja.po
638                 update Japanese translation. submitted by Rui Hirokawa 
639                 <rui_hirokawa@ybb.ne.jp>        
640
641 2003-10-13 [hoa]        0.9.6claws18
642
643         * src/account.c
644         * src/compose.c
645         * src/messageview.c
646         * src/procheader.c
647         * src/procheader.h
648                 rename get_header_from_msginfo() into
649                 procheader_get_header_from_msginfo() so that we have a
650                 coherent exported naming.
651                 avoid parsing of header contained in a string via
652                 a newly written temporary file.
653
654         Patch submitted by Simon 'corecode' Schubert
655                 <corecode@corecode.ath.cx>
656
657 2003-10-12 [hoa]        0.9.6claws17
658
659         * src/filtering.c
660         * src/filtering.h
661         * src/matcher.c
662         * src/matcher.h
663         * src/matcher_parser_parse.y
664         * src/prefs_filtering_action.c
665                 added "stop" action : stop applying the filtering rules.
666                 added "set score" and "increase/decrease score" actions.
667                 That two last action replace the "change_score" action
668                 introduced by alfons in 0.8.8claws85.
669                 "set score" is to set a given score to the message.
670                 "increase/decrease score" will increase or decrease the
671                 score if the given value is respectively positive or
672                 negative. If someone find a some better name for this last
673                 rule, it can be modified.
674
675 2003-10-12 [paul]       0.9.6claws16
676
677         * AUTHORS
678           po/ja.po
679                 update Japanese translation. submitted by Rui Hirokawa 
680                 <rui_hirokawa@ybb.ne.jp>
681
682 2003-10-12 [christoph]  0.9.6claws15
683
684         * src/procmime.c
685                 fix crash caused by incorrect headers
686
687 2003-10-10 [christoph]  0.9.6claws14
688
689         * src/main.c
690         * src/privacy.[ch]
691         * src/rfc2015.[ch]
692                 implement detection of signed message parts for rfc2015
693
694 2003-10-10 [thorsten]   0.9.6claws13
695
696         * src/mimeview.c
697                 fix typo
698
699 2003-10-10 [christoph]  0.9.6claws12
700
701         * src/stock_pixmap.[ch]
702         * src/pixmaps/mime_message.xpm                  ** NEW **
703                 add a new icon for mime type "message"
704
705         * src/privacy.[ch]
706         * src/procmime.[ch]
707                 add crypto api
708
709         * src/mimeview.c
710                 o use crypto api
711                 o add icons for message type mime parts
712
713 2003-10-10 [christoph]  0.9.6claws11
714
715         * src/mainwindow.c
716         * src/messageview.[ch]
717         * src/mimeview.[ch]
718         * src/procmime.[ch]
719         * src/procmsg.[ch]
720         * src/rfc2015.c
721         * src/summaryview.c
722         * src/textview.[ch]
723                 o remove switching between TextView and MimeView in MessageView
724                   (if required we can hide the icon box and the MimeView will
725                    look exaxtly like the TextView)
726                 o temporary remove signature and decrypting GPGME code
727
728 2003-10-09 [christoph]  0.9.6claws10
729
730         * src/action.c
731         * src/compose.c
732         * src/messageview.c
733         * src/mimeview.c
734         * src/procmime.[ch]
735         * src/procmsg.c
736         * src/rfc2015.c
737         * src/textview.c
738         * src/common/utils.[ch]
739         * src/plugins/clamav/clamav_plugin.c
740         * src/plugins/dillo_viewer/dillo_viewer.c
741         * src/plugins/image_viewer/viewer.c
742         * src/plugins/mathml_viewer/mathml_viewer.c
743                 new mime parser (several things need fixing)
744
745 2003-10-09 [paul]       0.9.6claws9
746
747         * src/imap.c
748                 a little more sync with 0.9.6cvs2 and a tidy up
749
750 2003-10-08 [paul]       0.9.6claws8
751
752         * sync with 0.9.6cvs2
753                 see ChangeLog 2003-10-03
754
755 2003-10-05 [christoph]  0.9.6claws7
756
757         * src/summaryview.c
758                 don't use flags to check if a message is in a news folder
759
760         (closes Bug 282 clicking on folder with copied Messages from News
761          immediately after having copied them crashes Sylpheed-Claws)
762
763 2003-10-05 [christoph]  0.9.6claws6
764
765         * src/Makefile.am
766         * src/progressdialog.[ch]               ** REMOVE **
767         * src/gtk/Makefile.am
768         * src/gtk/progressdialog.[ch]           ** NEW **
769                 move progressdialog to gtk directory
770
771 2003-10-04 [christoph]  0.9.6claws5
772
773         * src/prefs_toolbar.c
774         * src/gtk/prefswindow.c
775                 remove widget_show_all for pages root widget
776
777         * src/plugins/spamassassin/spamassassin.[ch]
778         * src/plugins/spamassassin/spamassassin_gtk.c
779         * src/plugins/spamassassin/spamassassin_gtk.glade
780                 add support for new libspamc transports
781
782 2003-10-04 [christoph]  0.9.6claws4
783
784         * src/plugins/spamassassin/libspamc.[ch]
785         * src/plugins/spamassassin/spamassassin.c
786         * src/plugins/spamassassin/utils.[ch]
787                 update libspamc to version from SpamAssassin 2.60
788
789 2003-10-03 [christoph]  0.9.6claws3
790
791         * src/send_message.c
792                 fix missing format string bug found by
793                 Georgi Guninski <guninski@guninski.com>
794
795 2003-10-03 [paul]       0.9.6claws2
796
797         * po/zh_CN.po
798                 update Simpilified Chinese translation, submitted by
799                 Hansom Young
800
801 2003-10-02 [christoph]  0.9.6claws1
802
803         * src/imap.c
804                 add UIDPLUS support for COPY and EXPUNGE
805
806 2003-10-02 [paul]       0.9.6claws
807
808         * 0.9.6claws released
809
810 2003-10-02 [paul]
811
812         * po/es.po
813           po/sk.po
814                 update Spanish and Slovak translations
815                 submitted by Ricardo Mones Lastra and Andrej Kacian
816  
817 2003-10-02 [paul]       0.9.5claws43
818
819         * po/en_GB.po
820                 update British English translation
821
822 2003-10-02 [paul]       0.9.5claws42
823
824         * po/hr.po
825                 update Croatian translation, submitted by Dragan
826
827 2003-10-01 [paul]       0.9.5claws41
828
829         * po/pl.po
830           po/sr.po
831                 update Polish and Serbian translations, submitted by
832                 Emil and Urke MMI
833
834 2003-10-01 [melvin]     0.9.5claws40
835
836         * po/fr.po
837                 Updated French translations
838
839 2003-10-01 [melvin]     0.9.5claws39
840
841         * src/prefs_fonts.c
842                 Fixed a Gtk warning
843
844         * src/plugins/dillo_prefs.c     
845                 Quasi unnoticeable UI clean-up.
846
847 2003-10-01 [paul]
848
849         * tools/README
850           tools/maildir2sylpheed.pl
851                 bug fixes, rewrites, submitted by Matthias Förste 
852                 <itsjustme@users.sourceforge.net>
853
854 2003-09-29 [paul]       0.9.5claws38
855
856         * src/inc.c
857                 fix my coding carelessness
858
859 2003-09-29 [paul]       0.9.5claws37
860
861         * po/POTFILES.in
862           src/Makefile.am
863           src/main.c
864           src/prefs_common.[ch]
865           src/prefs_fonts.[ch]  ** NEW FILES **
866                 move Font config options to Other Prefs/Display/Fonts
867                 (user's current configuration is preserved)
868
869 2003-09-29 [paul]       0.9.5claws36
870
871         * src/inc.c
872           src/prefs_account.c
873                 allow 'local_mbox' value to point to either a directory 
874                 (/var/mail -  default, new) or a file (/var/mail/username
875                 - original)
876
877 2003-09-28 [paul]       0.9.5claws35
878
879         * src/rfc2015.c
880                 on signature check, where key exists, print the
881                 Key ID
882
883 2003-09-27 [alfons]     0.9.5claws34
884
885         * src/action.c
886                 o make progress bar not fill/expand when resizing dialog
887                 o use default fixed text font for actions output
888
889 2003-09-27 [paul]       0.9.5claws33
890
891         * src/prefs_common.[ch]
892           src/procmsg.c
893           src/send_message.c
894                 remove External Program settings from Common Prefs/Send
895                 as they are now unnecessary due to Local account settings.
896                 plus a little tidying-up after 0.9.5claws31
897
898 2003-09-27 [paul]       0.9.5claws32
899
900         * src/prefs_account.c
901                 o make correction to gui text:
902                   'Local mailbox file' -> 'Local mailbox directory'
903                 o give 'local_mbox' option a reasonable default value:
904                   '/var/mail'
905                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
906                   value
907
908 2003-09-26 [paul]       0.9.5claws31
909
910         * src/inc.c
911           src/prefs_common.[ch]
912                 remove 'Incorporate from spool' common pref,
913                 force creation of a 'Local' account
914
915 2003-09-26 [christoph]  0.9.5claws30
916
917         * src/folder.c
918         * src/msgcache.c
919                 add more NULL pointer checks
920
921 2003-09-25 [christoph]  0.9.5claws29
922
923         * src/folder.c
924                 o don't fetch source message to get it's message id
925                 o immediately scan dest folder when copying a message did not
926                   return a new message number and not do it when the first message
927                   without a new message number is found
928
929 2003-09-23 [christoph]  0.9.5claws28
930
931         * src/compose.c
932                 fix generating of headers
933
934         (patch by David Relson <relson@osagesoftware.com>)
935
936 2003-09-23 [paul]       0.9.5claws27
937
938         * po/zh_CN.po
939                 update Simplified Chinese translation. submitted by
940                 Hansom Young
941
942 2003-09-23 [paul]       0.9.5claws26
943
944         * tools/Makefile.am
945           tools/README
946           tools/vcard2xml.py    ** NEW FILE **
947                 add a script that converts an evolution vcard to
948                 sylpheed's xml format
949                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
950
951 2003-09-22 [paul]       0.9.5claws25
952
953         * src/plugins/clamav/clamav_plugin.c
954                 don't skip MULTIPART parts
955
956 2003-09-21 [christoph]  0.9.5claws24
957
958         * src/alertpanel.c
959                 remove unneeded include
960
961         * src/folder.c
962                 clean up copy/move mess with duplicated code
963
964         * src/imap.c
965                 fix problem that sometimes the folder was not scanned
966                 also it was changed
967
968 2003-09-21 [christoph]  0.9.5claws23
969
970         * src/Makefile.am
971         * src/logwindow.[ch]                    ** REMOVE **
972         * src/mainwindow.c
973         * src/prefs_common.c
974         * src/gtk/Makefile.am
975         * src/gtk/logwindow.[ch]                ** ADD **
976                 make logwindow prefs_common independent and move
977                 it to gtk directory
978
979 2003-09-20 [christoph]  0.9.5claws22
980
981         * src/compose.c
982                 add extra space for address code conversion
983                 (4 * unconvered size could be too small for short headers)
984
985 2003-09-20 [christoph]  0.9.5claws21
986
987         * src/compose.c
988                 increase temp buffer size when writing headers
989
990 2003-09-19 [darko]      0.9.5claws20
991
992         * src/compose.c
993                 don't ignore value of 'Save copy of outgoing messages to
994                 this folder instead of Sent' in message redirect
995
996 2003-09-17 [christoph]  0.9.5claws19
997
998         * src/compose.c
999                 use ", " as address seperator for mail headers and pass whole
1000                 header line at once to compose_convert_header to make sure
1001                 it is correctly folded
1002
1003         (closes Bug 64 Problem when sending to many recipients)
1004
1005 2003-09-17 [hoa]        0.9.5claws18
1006         
1007         * src/matcher.[ch]
1008           src/matcher_parser_parse.y
1009           src/prefs_matcher.c
1010                 changed the keyword used for command execution in condition
1011                 keyword is changed from "execute" to "test"
1012                 so that it is not the same as the one used for action.
1013                 This will fix a bug when using filtering dialog.
1014                 All semantic in the code is also changed to reflect
1015                 the keyword change.
1016
1017 2003-09-17 [paul]
1018         
1019         * sync with 0.9.6 release
1020
1021 2003-09-17 [paul]       0.9.5claws17
1022
1023         * sync with 0.9.5cvs8
1024                 see ChangeLog 2003-09-16 and 2003-09-17
1025
1026 2003-09-16 [paul]       0.9.5claws16
1027
1028         * sync with 0.9.5cvs6
1029                 see ChangeLog 2003-09-16
1030
1031 2003-09-15 [paul]       0.9.5claws15
1032
1033         * sync with 0.9.5cvs5
1034                 see ChangeLog 2003-09-15
1035
1036 2003-09-14 [alfons]     0.9.5claws14
1037
1038         * src/inc.c
1039                 make "Go to inbox after receiving new mail" again;
1040                 regression of a sync, restored to sylpheed main 
1041                 behaviour. (misses still some bits)
1042
1043 2003-09-14 [alfons]     0.9.5claws13
1044
1045         * src/prefs_filtering_action.c
1046                 o add proper message if empty execute command line
1047                 o don't select first action item after registering a
1048                   new action to prevent (what seems to be a GTK) bug
1049                   #36, "filtering will only accept one action change 
1050                   per invocation".
1051
1052 2003-09-14 [alfons]     0.9.5claws12
1053
1054         * src/prefs_filtering.c
1055         * src/prefs_filtering_action.c
1056         * src/prefs_matcher.c
1057                 fix function signature for key_pressed_event signal handlers
1058
1059 2003-09-14 [alfons]     0.9.5claws11
1060
1061         * src/mainwindow.c
1062                 fix regression caused by fix for invalid bug #7
1063                 (should fix #246, "Multiple selections are deselected when 
1064                 moving from search window to main window")
1065                 
1066 2003-09-14 [alfons]     0.9.5claws10
1067         
1068         * src/actions.[ch]
1069         * src/filtering.[ch]
1070         * src/prefs_actions.c
1071                 allow `filtering actions` in actions; only for advanced users
1072                 right now: try for example, "%as{mark color 2}" 
1073         
1074 2003-09-13 [paul]       0.9.5claws9
1075         
1076         * po/pl.po
1077           po/zh_CN.po   ** NEW FILE **
1078                 update Polish translation, submitted by Emil 
1079                 <eminowbl@posejdon.wpk.p.lodz.pl>
1080                 add new Simplified Chinese translation, submitted by
1081                 Hansom Young <hansom_young@yahoo.com>
1082
1083 2003-09-12 [alfons]     0.9.5claws8
1084
1085         * src/summaryview.c
1086                 don't open separate message views when View | Separate message view
1087                 is active 
1088                 (please look carefully for any navigation regressions)
1089
1090 2003-09-11 [alfons]     0.9.5claws7
1091
1092         * src/mainwindow.c
1093                 make default message view, opened by View | Separate message 
1094                 view, look like a claws message view (which includes a menu
1095                 bar and a toolbar)
1096                 (fixes bug #298, "message view loses tool bar") 
1097
1098 2003-09-11 [christoph]  0.9.5claws6
1099
1100         * src/folderview.c
1101                 fix double deleting of newsgroup folders
1102
1103         (closes Bug 305 crash after deleting of a newsgroup)
1104
1105 2003-09-11 [paul]       0.9.5claws5
1106
1107         * src/rfc2015.c
1108           src/common/utils.h
1109                 more sync'ing from 0.9.5cvs2
1110
1111 2003-09-11 [christoph]  0.9.5claws4
1112
1113         * src/compose.c
1114         * src/rfc2015.c
1115         * src/common/utils.h
1116                 fix sync with 0.9.5cvs2
1117
1118 2003-09-11 [paul]       0.9.5claws3
1119
1120         * sync with 0.9.5cvs4
1121                 see ChangeLog 2003-09-11
1122
1123 2003-09-11 [paul]       0.9.5claws2
1124
1125         * sync with 0.9.5cvs2
1126                 see ChangeLog 2003-09-05
1127                 
1128 2003-09-11 [paul]       0.9.5claws1
1129
1130         * sync with 0.9.5cvs3
1131                 see ChangeLog 2003-09-10
1132
1133 2003-09-10 [paul]       0.9.5claws
1134
1135         * 0.9.5claws released
1136
1137 2003-09-10 [paul]       0.9.4claws78
1138
1139         * src/Makefile.am
1140                 add missing files
1141
1142 2003-09-10 [melvin]     0.9.4claws77
1143
1144         * po/fr.po
1145                 Updated French translations
1146
1147 2003-09-10 [paul]       0.9.4claws76
1148
1149         * po/es.po
1150           po/sk.po
1151           po/sr.po
1152                 update Spanish, Slovak, and Serbian translations.
1153                 submitted by Ricardo Mones Lastra, Andrej Kacian,
1154                 and Urke MMI
1155                 
1156         * AUTHORS
1157                 add translation team section
1158
1159 2003-09-09 [christoph]  0.9.4claws75
1160
1161         * src/folder.c
1162                 free item->prefs in folder_item_destroy
1163
1164 2003-09-09 [alfons]     0.9.4claws74
1165
1166         * src/folderview.c
1167                 o proper check for root node sorting
1168                 o remove unnecessary gtk_ctree_remove_node 
1169
1170         (should fix bug #300, "crash while moving folder")      
1171
1172 2003-09-08 [christoph]  0.9.4claws73
1173
1174         * src/folderview.c
1175                 o fix double adding of IMAP FolderItems to GtkCTree
1176                 o fix crash then mbox folder is removed
1177
1178 2003-09-08 [christoph]  0.9.4claws72
1179
1180         * src/folder.c
1181         * src/folderview.c
1182         * src/mainwindow.c
1183                 fix new folder notification
1184
1185         * src/mbox_folder.c
1186                 fix cache path
1187
1188 2003-09-08 [christoph]  0.9.4claws71
1189
1190         * src/compose.c
1191                 replace '\n' and '\r' before removing trailing spaces
1192
1193         * src/folder.[ch]
1194         * src/folderview.c
1195                 add information about new or removed items in folder tree change
1196                 notification and use this in folderview to add and remove only
1197                 the appected items and not refresh the whole tree
1198
1199 2003-09-07 [match]      0.9.4claws70
1200
1201         * src/Makefile.am
1202         * src/addr_compl.c
1203         * src/addressbook.c
1204         * src/addressitem.h
1205         * src/addrindex.c
1206         * src/addritem.c
1207         * src/addritem.h
1208         * src/addrquery.c                       ** NEW **
1209         * src/addrquery.h
1210         * src/ldapquery.c
1211         * src/ldapserver.c
1212         * src/stock_pixmap.c
1213         * src/stock_pixmap.h
1214         * src/pixmaps/address_search.xpm        ** NEW **
1215                 re-introduce Lookup button for LDAP 'static' searches.
1216
1217 2003-09-07 [alfons]     0.9.4claws69
1218         
1219         * src/summaryview.c
1220                 abandon setting usize for messageview because it gives layout problems
1221                 with the quick search bar and the headerview; fixes assorted UI glitches:
1222                 
1223                 o bug #148, "Toggling of quick-search bar reduces index view area" 
1224                 o bug #280, "Window resiizes for line length but does not revert"
1225
1226 2003-09-07 [christoph]  0.9.4claws68
1227
1228         * src/compose.c
1229                 o make sure we don't have any newlines in header values
1230                 o check custom headers for spaces and newlines and ignore
1231                   malformed header names
1232
1233 2003-09-06 [christoph]  0.9.4claws67
1234
1235         * src/folder.c
1236         * src/folderview.c
1237                 invoke notification hook for folder tree changes after append
1238                 and remove folder
1239
1240         (closes Bug 294 Crash while moving folder with many subdirectories)
1241
1242 2003-09-06 [christoph]  0.9.4claws66
1243
1244         * src/folder.c
1245                 destroy folder's MsgCache if FolderItem is removed to make sure
1246                 it is not saved when the FolderItem is destroyed
1247
1248 2003-09-06 [christoph]  0.9.4claws65
1249
1250         * src/plugins/clamav/clamav_plugin.c
1251                 fix copy & paste bug
1252
1253 2003-09-05 [christoph]  0.9.4claws64
1254
1255         * src/folder.c
1256         * src/messageview.[ch]
1257         * src/procmsg.[ch]
1258         * src/summaryview.c
1259                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1260                 by MessageView to clear it when the message is deleted. Should
1261                 work even if messages are deleted in MainWindow or by
1262                 processing.
1263
1264 2003-09-05 [alfons]     0.9.4claws63
1265
1266         * src/messageview.c
1267                 deleting a message in a message view frees its msginfo, make 
1268                 messageview_update_all() aware of that (should fix bug #293,
1269                 "deleting message caused crash")
1270
1271 2003-09-05 [melvin]     0.9.4claws62
1272
1273         * src/action.c
1274                 Improve synchronous action exit code (fixes 
1275                 a ~5 seconds delay after action exit on RedHat 9)
1276
1277 2003-09-04 [christoph]  0.9.4claws61
1278
1279         * src/compose.c
1280         * src/rfc2015.c
1281         * src/common/utils.[ch]
1282                 add util function to create mime boundary and use it
1283                 in compose and gpg code
1284
1285 2003-09-04 [alfons]     0.9.4claws60
1286
1287         * src/folder.c
1288                 source folder item's GNode should already have been freed in 
1289                 a previous call to src->folder->klass->remove_folder()
1290                 (should fix bug #287, "crash when moving folders")
1291
1292 2003-09-03 [thorsten]   0.9.4claws59
1293
1294         * src/plugins/spamassassin/spamassassin_gtk.c
1295                 fix compile error
1296
1297 2003-09-03 [christoph]  0.9.4claws58
1298
1299         * src/plugins/spamassassin/spamassassin.[ch]
1300         * src/plugins/spamassassin/spamassassin_gtk.c
1301                 add timeout config option
1302
1303 2003-09-03 [paul]       0.9.4claws57
1304
1305         * po/sk.po      ** NEW FILE **
1306                 add Slovak translation. Submitted by Andrej Kacian 
1307                 <andrej@kacian.sk>
1308
1309 2003-09-03 [paul]       0.9.4claws56
1310
1311         * src/plugins/clamav/clamav_plugin_gtk.c
1312                 gui tweaks: replace a label with a tooltip, modify the
1313                 text, use gtk_check_button_new(); instead of
1314                 gtk_check_button_new_with_label("");
1315
1316 2003-09-02 [alfons]     0.9.4claws55
1317
1318         * src/gtk/filesel.c
1319                 remember last used dir when attaching multiple files (should fix
1320                 bug #290, "Attach File does not remember directory")
1321
1322 2003-09-01 [paul]       0.9.4claws54
1323
1324         * po/es.po
1325                 updated by Ricardo Mones Lastra
1326
1327 2003-09-01 [alfons]     0.9.4claws53
1328
1329         * src/gtk/gtkaspell.[ch]
1330                 be pedantic and strict and use const gchar * instead of guchar *
1331
1332 2003-09-01 [alfons]     0.9.4claws52
1333
1334         * src/mainwindow.c
1335         * src/summaryviewc.
1336                 re-enable Save As when multiple messages are selected
1337
1338 2003-09-01 [paul]       0.9.4claws51
1339
1340         * src/textview.c
1341                 g_free(trimmed_uri);
1342
1343 2003-09-01 [paul]       0.9.4claws50
1344
1345         * sync with 0.9.4cvs13
1346                 see ChangeLog 2003-09-01
1347
1348 2003-09-01 [paul]       0.9.4claws49
1349
1350         * src/textview.c
1351                 trim uri before sending to the statusbar
1352                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1353                 in the message window causes main S-C window to enlarge 
1354                 past screen edges'
1355
1356 2003-09-01 [paul]       0.9.4claws48
1357
1358         * sync with 0.9.4cvs12
1359                 see ChangeLog 2003-09-01
1360
1361 2003-08-30 [christoph]  0.9.4claws47
1362
1363         * src/compose.c
1364         * src/folder_item_prefs.[ch]
1365         * src/prefs_folder_item.c
1366         * src/gtk/gtkaspell.[ch]
1367                 commit per folder dictionary patch by
1368                 Paul Evans <nerd@freeuk.com>
1369
1370 2003-08-30 [christoph]  0.9.4claws46
1371
1372         * src/plugins/spamassassin/spamassassin_gtk.c
1373         * src/plugins/spamassassin/spamassassin_gtk.glade
1374                 reduce GUI clutter by placing hints into tooltips
1375
1376 2003-08-30 [paul]       0.9.4claws45
1377
1378         * src/compose.c
1379                 add 'Content-Disposition: inline' to a text/plain
1380                 part when using PGP/MIME signing
1381
1382 2003-08-30 [paul]       0.9.4claws44
1383
1384         * src/prefs_common.c
1385           src/prefs_spelling.c
1386           src/prefs_spelling.glade
1387                 reduce GUI clutter by placing hints into tooltips
1388
1389 2003-08-29 [christoph]  0.9.4claws43
1390
1391         * configure.ac
1392                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1393
1394         * src/stock_pixmap.c
1395                 change unecessary warning into a debug message
1396
1397         * src/plugins/clamav/Makefile.am
1398                 Fix error "-I$(CLAMAV_LIBS)"
1399
1400 2003-08-29 [christoph]  0.9.4claws42
1401
1402         * intl/Makefile.in
1403         * src/Makefile.am
1404         * src/matcher.h
1405         * src/common/Makefile.am
1406         * src/common/passcrypt.c
1407                 commit fixes and patches for some of the IRIX problems found by
1408                 Ivan Rayner <ivanr@sgi.com>
1409
1410 2003-08-29 [paul]       0.9.4claws41
1411
1412         * src/prefs_filtering.c
1413                 add 'Top' and 'Bottom' buttons, based on changes in
1414                 src/prefs_filter.c in 0.9.4cvs11.
1415
1416 2003-08-27 [christoph]  0.9.4claws40
1417
1418         * src/folderview.c
1419                 fix bug that the current summary settings were copied to the
1420                 wrong folder item, when the folder item prefs are opened.
1421                 Copying is not required because summary settings and
1422                 folder_item_prefs do not contain the same settings
1423
1424 2003-08-27 [thorsten]   0.9.4claws39
1425
1426         * src/imap.c
1427                 fix compile error
1428
1429 2003-08-26 [paul]       0.9.4claws38
1430
1431         * sync with 0.9.4cvs9
1432                 see ChangeLog 2003-08-26
1433
1434 2003-08-25 [paul]       0.9.4claws37
1435
1436         * sync with 0.9.4cvs8
1437                 see ChangeLog 2003-08-25
1438
1439 2003-08-24 [christoph]  0.9.4claws36
1440
1441         * src/prefs_filtering.c
1442                 shouldn't remove items from a GSList while iterating over the
1443                 list (makes cur invalid and cur->next not accessable)
1444
1445         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1446          crashed)
1447
1448 2003-08-23 [christoph]  0.9.4claws35
1449
1450         * src/news.c
1451                 news folders should be scanned when opened
1452
1453 2003-08-22 [christoph]  0.9.4claws34
1454
1455         * src/prefs_folder_item.c
1456                 use macro to assign strings that always frees the old string
1457
1458         * src/gtk/gtkaspell.[ch]
1459                 add gtkaspell_set_dictionary_menu_active_item() to set active
1460                 item in dictionary option menu
1461
1462         * src/prefs_spelling.c
1463                 use gtkaspell_set_dictionary_menu_active_item() to select
1464                 dictionary
1465
1466 2003-08-21 [christoph]  0.9.4claws33
1467
1468         * src/folder.[ch]
1469         * src/imap.c
1470         * src/mbox_folder.c
1471         * src/mh.c
1472         * src/news.c
1473                 optimize folder system
1474
1475         * src/gtk/gtkstext.c
1476                 fix division by zero when font has 0 width for ' '
1477
1478 2003-08-21 [paul]       0.9.4claws32
1479
1480         * sync with 0.9.4cvs7
1481                 see ChangeLog 2003-08-20
1482
1483 2003-08-19 [paul]       0.9.4claws31
1484
1485         * src/common/defs.h
1486                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1487                 SYLDOC_FAQ_HTML_INDEX.
1488         * src/manual.c
1489                 use LC_MESSAGES instead of LC_ALL to find the current
1490                 language
1491
1492           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1493
1494 2003-08-19 [paul]       0.9.4claws30
1495
1496         * po/bg.po
1497                 updated by George Danchev
1498
1499 2003-08-18 [luke]       0.9.4claws29
1500         * src/mimeview.[ch]
1501         * src/gtk/gtkvscrollbutton.[ch]
1502                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1503                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1504                 o removed horizontal separator between icons
1505
1506 2003-08-17 [christoph]  0.9.4claws28
1507
1508         * src/procmsg.c
1509                 no subject threading when the subject has no reply prefix
1510
1511 2003-08-16 [christoph]  0.9.4claws27
1512
1513         * src/mainwindow.c
1514                 remember and restore window sizes and position when the main
1515                 window is hidden or shown
1516
1517         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1518          minimised/reopened using trayicon)
1519
1520 2003-08-16 [paul]       0.9.4claws26
1521
1522         * src/crash.c
1523                 add #include "defs.h"
1524
1525 2003-08-16 [paul]       0.9.4claws25
1526
1527         * src/plugins/clamav/clamav_plugin.c
1528                 reword a debug_print
1529                 
1530         * src/plugins/dillo_viewer/dillo_prefs.c
1531                 cosmetic: change the labels' text, add tooltips, and
1532                 left-align the hint
1533
1534 2003-08-15 [christoph]  0.9.4claws24
1535
1536         * src/news.c
1537                 complete last change (forgot some changes)
1538
1539 2003-08-15 [christoph]  0.9.4claws23
1540
1541         * src/news.c
1542                 o check number of messages and don't return a 0 message
1543                   when no messages are available
1544                 o don't parse xref header anymore
1545
1546         (closes Bug 203 I'm not getting any news)
1547
1548 2003-08-15 [paul]       0.9.4claws22
1549
1550         * src/common/defs.h
1551           src/crash.c
1552                 update and define claws bugzilla location
1553
1554 2003-08-15 [paul]       0.9.4claws21
1555
1556         * po/ru.po
1557                 update submitted by Ruslan N. Balkin
1558
1559 2003-08-14 [christoph]  0.9.4claws20
1560
1561         * src/procmsg.c
1562                 fix search for oldest node in subject threading
1563
1564 2003-08-14 [christoph]  0.9.4claws19
1565
1566         * src/procmsg.c
1567         * src/common/utils.h
1568                 add possibility to check all nodes with the same subject for
1569                 subject threading, not only the oldest node. Should not break
1570                 threads anymore if the oldest node is thread_by_subject_max_age
1571                 days older then parent, because it can now find a child of
1572                 oldest node as new parent.
1573
1574 2003-08-11 [christoph]  0.9.4claws18
1575
1576         * src/plugins/spamassassin/spamassassin.c
1577                 run spam check in background process
1578
1579 2003-08-10 [alfons]     0.9.4claws17
1580
1581         * src/summaryview.c
1582                 make `Select All' sensitive too
1583
1584 2003-08-10 [christoph]  0.9.4claws16
1585
1586         * src/imap.c
1587                 add more checks in imap_close
1588
1589 2003-08-09 [alfons]     0.9.4claws15
1590
1591         * src/prefs_spelling.c
1592                 no spell checking UI if not requested
1593
1594 2003-08-09 [alfons]     0.9.4claws14
1595
1596         * src/gtk/prefswindow.c
1597                 make it compile
1598
1599 2003-08-09 [christoph]  0.9.4claws13
1600
1601         * src/prefs_spelling.c
1602         * src/gtk/prefswindow.[ch]
1603         * src/plugins/clamav/clamav_plugin_gtk.c
1604         * src/plugins/spamassassin/spamassassin_gtk.c
1605                 sort prefs pages by heighest weight in tree
1606
1607 2003-08-09 [paul]       0.9.4claws12
1608
1609         * sync with 0.9.4cvs6
1610                 see ChangeLog 2003-08-07
1611                 
1612         * AUTHORS
1613                 add Leandro and Luke to claws-branch section
1614
1615 2003-08-09 [christoph]  0.9.4claws11
1616
1617         * src/gtk/Makefile.am
1618         * src/gtk/colorsel.[ch]                 ** NEW **
1619                 create a color selection dialog that can be used as a simple
1620                 function call with it's own gtk main loop like filesel.[ch]
1621
1622         * src/Makefile.am
1623         * src/main.c
1624         * src/prefs_common.c
1625         * src/prefs_spelling.[ch]               ** NEW **
1626         * src/prefs_spelling.glade              ** NEW **
1627         * src/gtk/gtkutils.[ch]
1628                 move "Spell Checker" prefs to new prefs dialog
1629
1630         * src/prefs_folder_item.c
1631                 use new colorsel dialog
1632
1633 2003-08-08 [paul]       0.9.4claws10
1634
1635         * src/inc.c
1636                 clear the progress bar unconditionally
1637
1638 2003-08-08 [paul]       0.9.4claws9
1639
1640         * sync with 0.9.4cvs4
1641                 see ChangeLog 2003-07-31
1642
1643 2003-08-07 [christoph]  0.9.4claws8
1644
1645         * configure.ac
1646                 fix bug in image viewer plugin part
1647
1648         * src/imap.c
1649                 don't execute close command if the folder item is not selected
1650
1651 2003-08-07 [hoa]        0.9.4claws7
1652
1653         * src/filtering.[ch]
1654         * src/matcher_parser.h
1655         * src/matcher_parser_parse.y
1656                 can define several actions for each filtering rule
1657                 can import old versions of filtering rules
1658
1659         * src/prefs_filtering.c
1660                 call to a new dialog box to define actions
1661
1662         * src/prefs_filtering_action.[ch]
1663                 dialog box to define actions for filtering rules
1664
1665 2003-08-06 [christoph]  0.9.4claws6
1666
1667         * src/imap.c
1668                 make sure source folder is selected when copying messages
1669
1670 2003-08-06 [christoph]  0.9.4claws5
1671
1672         * sync with 0.9.4cvs2
1673                 see ChangeLog 2003-07-29                
1674
1675 2003-08-05 [paul]       0.9.4claws4
1676
1677         * sync with 0.9.4cvs3
1678                 see ChangeLog 2003-07-30
1679
1680 2003-08-04 [match]      0.9.4claws3
1681
1682         * po/POTFILES.in
1683                 export of LDIF files.
1684
1685 2003-08-04 [match]      0.9.4claws2
1686
1687         * src/ldif.[ch]
1688                 support for export LDIF. documented.
1689         * src/importldif.[ch]
1690         * src/exportldif.[ch]
1691                 add tooltips. documented.
1692         * src/exphtmldlg.[ch]
1693         * src/common/xmlprops.[ch]
1694                 documented.
1695         * src/exportldif.[ch]                   ** NEW **
1696         * src/expldifdlg.[ch]                   ** NEW **
1697         * src/addressbook.[ch]
1698         * src/Makefile.am
1699                 export of LDIF files.
1700                 documented.
1701
1702 2003-08-04 [christoph]  0.9.4claws1
1703
1704         * .cvsignore
1705         * Makefile.am
1706         * configure.ac
1707         * sylpheed-claws.pc.in                  ** NEW **
1708         * src/Makefile.am
1709         * src/common/Makefile.am
1710         * src/gtk/Makefile.am
1711                 install sylpheed header files in $(pkgincludedir) and create a
1712                 pkg-config file to allow building a plugin without the source
1713                 package
1714
1715 2003-08-04 [paul]       0.9.4claws
1716
1717         * version 0.9.4claws
1718
1719 2003-08-04 [paul]       0.9.3claws97
1720
1721         * po/es.po
1722                 update Spanish translation. Submitted by Ricardo
1723                 Mones Lastra.
1724
1725 2003-08-03 [paul]       0.9.3claws96
1726
1727         * po/hr.po
1728           po/sr.po
1729                 update Croatian and Serbian translations. Submitted by
1730                 Dragan and Urke MMI respectively
1731
1732 2003-08-03 [alfons]     0.9.3claws95
1733
1734         * src/summaryview.c
1735                 mark flag has precedence over important flag - seems
1736                 to have been changed in sync of 0.9.3claws45. this fixes
1737                 a regression where messages that were scored as important
1738                 don't show their mark flags. (using the same column for
1739                 both importance as mark flags is the real problem
1740                 ofcourse)
1741
1742 2003-08-03 [melvin]     0.9.3claws94
1743
1744         * po/fr.po
1745                 Updated French translations.
1746
1747 2003-08-03 [melvin]     0.9.3claws93
1748
1749         * src/Makefile.am
1750                 Fixed typo introduced after 0.9.3claws92 
1751                 that prevented compilation
1752                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1753                 CPPFLAGS and YFLAGS to allow user setting these.
1754         * src/common/Makefile.am
1755         * src/gtk/Makefile.am
1756         * src/plugins/clamav/Makefile.am
1757         * src/plugins/demo/Makefile.am
1758         * src/plugins/dillo_viewer/Makefile.am
1759         * src/plugins/image_viewer/Makefile.am
1760         * src/plugins/mathml_viewer/Makefile.am
1761         * src/plugins/spamassassin/Makefile.am
1762         * src/plugins/trayicon/Makefile.am
1763         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1764                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1765                 CPPFLAGS and YFLAGS to allow user setting these.
1766
1767 2003-08-02 [christoph]  0.9.3claws92
1768
1769         * configure.ac
1770                 o rearrange plugin tests
1771                 o add test for clamav.h to ClamAV tests
1772
1773 2003-08-02 [luke]       0.9.3claws91
1774
1775         * src/mimeview.c
1776                 o fixed appearance of icon list when toggling back from the 
1777                   ctree
1778                 o toggling of icons using the keyboard works correctly
1779                 o fixed all other keyboard shortcuts to work when icons are
1780                   active
1781         
1782         * src/messageview.c
1783                 o fixed bug 4 - focus lost when changing messageview view type
1784
1785 2003-08-02 [christoph]  0.9.3claws90
1786
1787         * src/common/hooks.c
1788                 fix crash when pointer stored in hash table could get invalid
1789                 when a plugin is unloaded
1790
1791 2003-08-01 [christoph]  0.9.3claws89
1792
1793         * configure.ac
1794                 o try to build all plugins (except spamassassin) by default
1795                 o don't build a plugin if a dependency check fails
1796
1797         * src/common/hooks.c
1798                 fix warning
1799
1800 2003-08-01 [match]      0.9.3claws88
1801
1802         * src/importldif.c
1803                 allow single click field selection. document code.
1804
1805 2003-08-01 [christoph]  0.9.3claws87
1806
1807         * src/plugins/clamav/clamav_plugin.c
1808         * src/plugins/clamav/clamav_plugin_gtk.c
1809         * src/plugins/dillo_viewer/dillo_viewer.c
1810         * src/plugins/image_viewer/plugin.c
1811         * src/plugins/mathml_viewer/mathml_viewer.c
1812         * src/plugins/spamassassin/spamassassin.c
1813         * src/plugins/spamassassin/spamassassin_gtk.c
1814         * src/plugins/trayicon/trayicon.c
1815                 add version check to all plugins
1816
1817 2003-08-01 [hoa]        0.9.3claws86
1818
1819         * src/prefs_filtering.c
1820                 fixed a cosmetic bug, during creation of dialog box,
1821                 wrong widgets were shown after creation.
1822
1823 2003-08-01 [luke]       0.9.3claws85
1824
1825         * src/mainwindow.c
1826                 o fixed visibility of icons/mimeview after toggling separate
1827                   message/folder view (factored out some similar code too).
1828
1829
1830 2003-07-31 [alfons]     0.9.3claws84
1831
1832         * src/mimeview.c
1833                 tweak icon box UI a bit more, now allowing right-clicks actions
1834                 getting the relevant mime data too; should fix #250, "Can't save 
1835                 attachments sometimes".
1836
1837 2003-07-30 [alfons]     0.9.3claws83
1838
1839         * src/compose.c
1840                 don't do auto-save-draft inside key press handler, but rather
1841                 schedule it half of a second later; should fix #67, "autosave 
1842                 make re-rediting message crazy"
1843
1844 2003-07-30 [christoph]  0.9.3claws82
1845
1846         * src/plugins/trayicon/trayicon.c
1847                 process pending events before unloading the plugin
1848
1849         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1850
1851 2003-07-30 [alfons]     0.9.3claws81
1852
1853         * src/common/hooks.c
1854                 parameter 2 of g_hook_destroy() should really be a hook id
1855
1856 2003-07-30 [alfons]     0.9.3claws80
1857
1858         * src/common/plugin.c
1859                 fix a possibly harmful function signature mismatch 
1860                 for plugin_done
1861
1862 2003-07-30 [alfons]     0.9.3claws79
1863
1864         * src/common/hooks[.ch]
1865                 const correctness
1866
1867 2003-07-30 [darko]      0.9.3claws78
1868
1869         * src/summaryview.c
1870                 make it compile again
1871
1872 2003-07-30 [luke]       0.9.3claws77
1873
1874         * src/crash.c
1875         * src/main.c
1876                 o added/moved signal handlers for SIGTERM (normal kill command) 
1877                   and SIGINT (ctl-c) to be used even without 
1878                   --enable-crash-dialog, fixing bug 166
1879
1880         * src/summaryview.c
1881                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1882                   bug 227
1883
1884         * src/mainwindow.c
1885                 o changed sensitivity condition for 'Next new' and 'Next 
1886                   unread', fixing bug 8
1887
1888 2003-07-29 [alfons]     0.9.3claws76
1889
1890         * src/common/utils.[ch]
1891                 add generate_msgid()
1892         * src/messageview.c
1893                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1894                 sent folder".
1895
1896 2003-07-29 [alfons]     0.9.3claws75
1897
1898         * src/messageview.c
1899                 fix a memleak (claws-only)
1900
1901 2003-07-29 [alfons]     0.9.3claws74
1902
1903         * src/mimeview.[ch]
1904         * src/gtk/gtkvscrollbutton.[ch]
1905                 fix UI glitch where mime icon toolbox' scroll position is not 
1906                 reset after switching to another message
1907                 
1908
1909 2003-07-29 [paul]       0.9.3claws73
1910
1911         * src/prefs_folder_item.c
1912                 split the prefs into 2 separate pages
1913
1914 2003-07-29 [paul]       0.9.3claws72
1915
1916         * src/compose.c
1917                 prepend "\n\n" to a signature without a separator too
1918
1919 2003-07-29 [paul]       0.9.3claws71
1920
1921         * src/compose.c
1922                 fix bug where changing to an account without an auto-sig
1923                 from an initial account without an auto-sig would insert 
1924                 2 blank lines at the cursor point
1925                 fix bug where changing to an account with an auto-sig
1926                 from an initial account without an auto-sig would insert
1927                 the sig at the cursor point
1928
1929 2003-07-29 [paul]       0.9.3claws70
1930
1931         * src/folderview.c
1932                 use the colour from the folder pref unless the folder
1933                 has new messages
1934
1935 2003-07-29 [alfons]     0.9.3claws69
1936
1937         * src/procmsg.[ch]
1938         * src/messageview.c
1939         * src/procheader.c
1940                 rewrite return receipt request work a little bit (the former 
1941                 implementation presumably depended too much on the UI setting
1942                 flags). (we're losing the old pending flag.) 
1943
1944 2003-07-28 [christoph]  0.9.3claws68
1945
1946         * src/folder.c
1947         * src/imap.c
1948         * src/mh.c
1949         * src/procmsg.[ch]
1950                 fix copy to IMAP folder from other folder
1951
1952 2003-07-28 [christoph]  0.9.3claws67
1953
1954         * src/procmsg.c
1955                 fix sync of procmsg_get_message_file_list
1956
1957 2003-07-28 [christoph]  0.9.3claws66
1958
1959         * sync with 0.9.3cvs14
1960                 see ChangeLog 2003-07-18
1961         * sync with 0.9.3cvs17
1962                 see ChangeLog 2003-07-23
1963
1964         (closes Bug 234 segmentation fault after sending out mail via
1965          smtp(auth))
1966
1967 2003-07-28 [paul]       0.9.3claws65
1968
1969         * po/es.po
1970                 update Spanish translation, submitted by Ricardo Mones
1971                 Lastra
1972
1973 2003-07-28 [christoph]  0.9.3claws64
1974
1975         * src/folder.[ch]
1976         * src/imap.c
1977         * src/mh.c
1978                 return new message numbers as a GRelation instead of a GSList
1979                 that has to be in the same order as the input list. A list
1980                 would make it hard for IMAP to optimize oepration by sorting
1981                 the input list. The returned list would have to be reordered
1982                 to match the same order that input list has.
1983
1984         * src/gtk/gtkaspell.c
1985                 fix missing return value, could cause a crash when garbage is
1986                 on the stack that is used as the expected return value
1987
1988 2003-07-28 [paul]       0.9.3claws63
1989
1990         * sync with 0.9.4cvs1
1991                 see ChangeLog 2003-07-28
1992
1993 2003-07-27 [alfons]     0.9.3claws62
1994
1995         * src/mimeview.c
1996                 tweak it more to make icon list act like a check button group
1997
1998 2003-07-27 [christoph]  0.9.3claws61
1999
2000         * sync with 0.9.3cvs20
2001                 see ChangeLog 2003-07-25
2002
2003 2003-07-27 [paul]       0.9.3claws60
2004
2005         * src/procmsg.c
2006                 re-commit changes from 0.9.3claws58 -
2007                 accidently removed in 0.9.3claws59
2008
2009 2003-07-27 [paul]       0.9.3claws59
2010
2011         * src/procmsg.[ch]
2012                 a sync from 0.9.3cvs17
2013                 see ChangeLog 2003-07-23
2014
2015 2003-07-27 [alfons]     0.9.3claws58
2016
2017         * src/procmsg.c
2018                 add missing header members to MsgInfo; fixes the problem of 
2019                 not displaying X-Faces, as noticed by Ricardo Mones
2020
2021 2003-07-26 [christoph]  0.9.3claws57
2022
2023         * sync with 0.9.3cvs18
2024                 see ChangeLog 2003-07-24
2025
2026 2003-07-26 [christoph]  0.9.3claws56
2027
2028         * sync with 0.9.3cvs17
2029                 see ChangeLog 2003-07-23
2030
2031 2003-07-26 [christoph]  0.9.3claws55
2032
2033         * src/folder.[ch]
2034         * src/imap.c
2035         * src/mbox_folder.c
2036         * src/mh.c
2037         * src/news.c
2038                 add support for copy function that copy multiple messages
2039                 (not implemented yet)
2040
2041         * src/summaryview.c
2042                 add missing return value
2043
2044 2003-07-26 [paul]       0.9.3claws54
2045
2046         * tools/multiwebsearch.pl
2047                 do whitespace substitution before passing the string
2048                 to the browser. fixes bug with browsers that don't
2049                 do whitespace conversion themselves.
2050
2051 2003-07-25 [christoph]  0.9.3claws53
2052
2053         * src/folder.[ch]
2054         * src/imap.c
2055         * src/mh.c
2056                 rewrite adding of multiple messages to a folder for
2057                 claws' folder system
2058
2059 2003-07-25 [luke]       0.9.3claws52
2060
2061         * src/mimeview.c
2062                 o icon toggles set correctly on leaving ctree mimeview
2063
2064 2003-07-25 [paul]       0.9.3claws51
2065
2066         * partial sync with 0.9.3cvs21 [src/main.c]
2067                 see ChangeLog 2003-07-25
2068
2069 2003-07-24 [paul]       0.9.3claws50
2070
2071         * tools/maildir2sylpheed.pl
2072                 fix typo
2073
2074 2003-07-24 [paul]       0.9.3claws49
2075
2076         * src/mimeview.c
2077                 increase the gutter size of paned so that the panes
2078                 can be resized
2079                 
2080         * src/plugins/demo/demo.c
2081                 squeeze in another typo fix
2082
2083 2003-07-24 [paul]       0.9.3claws48
2084
2085         * src/plugins/demo/demo.c
2086           src/prefs_account.c
2087                 small changes to the English
2088                 
2089         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
2090           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
2091           src/Makefile.am
2092           src/stock_pixmap.c
2093                 rename the misspelled icon
2094
2095 2003-07-23 [alfons]     0.9.3claws47
2096
2097         * src/mimeview.c
2098                 make icon list look like a list of toggles
2099
2100 2003-07-23 [luke]       0.9.3claws46
2101
2102         * src/pixmaps/mimeview_gpg_expired.xpm
2103         * src/pixmaps/mimeview_gpg_failed.xpm
2104         * src/pixmaps/mimeview_gpg_passed.xpm
2105         * src/pixmaps/mimeview_text_html.xpm
2106         * src/pixmaps/mimeview_image.xpm
2107                 o all icons the same size
2108
2109         * src/mimeview.[ch]
2110                 o mimeview ctree arranged vertically above the viewer
2111                 o icons changed to buttons
2112                 o can use keyboard to select an icon (Enter)
2113                 o resize icon list to width of icons
2114
2115         *  src/gtk/gtkvscrollbutton.c
2116                 o sensitivity of buttons reacts to position
2117
2118 2003-07-23 [christoph]  0.9.3claws45
2119
2120         * sync with 0.9.3cvs14 (incomplete)
2121                 see ChangeLog 2003-07-17
2122
2123 2003-07-23 [alfons]     0.9.3claws44
2124
2125         * src/folder.c
2126         * src/procmsg.h
2127                 sync with my local tree to restore some claws-only things
2128
2129 2003-07-23 [paul]       0.9.3claws43
2130
2131         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
2132           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
2133           src/Makefile.am
2134           src/mimeview.c
2135           src/procmime.h
2136           src/rfc2015.c
2137           src/stock_pixmap.[ch]
2138                 indicate missing keys and expired sigs/keys
2139                 in mime view column
2140
2141 2003-07-23 [paul]       0.9.3claws42
2142
2143         * src/compose.c
2144                 Redirect fixes: enable automatic account selection and
2145                 do not append signature to message on changing account
2146                 fixes Bug[s] #248
2147
2148 2003-07-23 [paul]       0.9.3claws41
2149
2150         * sync with 0.9.3cvs16
2151                 see ChangeLog 2003-07-23
2152
2153 2003-07-23 [alfons]     0.9.3claws40
2154
2155         * src/inc.c
2156                 give progress dialog a main window, and give it the first 
2157                 one (presumably the only one). fixes bug #247, "segfault on 
2158                 pop-before-smtp" 
2159
2160 2003-07-22 [alfons]     0.9.3claws39
2161
2162         * src/summaryview.c
2163                 shift-space scrolls up
2164
2165 2003-07-22 [paul]       0.9.3claws38
2166
2167         * sync with 0.9.3cvs15
2168                 see ChangeLog 2003-07-22
2169
2170 2003-07-20 [alfons]     0.9.3claws37
2171
2172         * src/compose.c
2173                 put menu inside #ifdef USE_ASPELL..#endif
2174
2175 2003-07-20 [christoph]  0.9.3claws36
2176
2177         * src/procmsg.c
2178                 fix wrong flags in MsgInfo returned by
2179                 procmsg_msginfo_get_full_info()
2180
2181         (closes Bug 221 Deleting messages from the Message View gives incorrect
2182          new/unread message counts in the folder view)
2183
2184         * src/plugins/spamassassin/spamassassin_gtk.c
2185                 add gettext macro for prefs page title
2186
2187 2003-07-20 [paul]       0.9.3claws35
2188
2189         * src/mimeview.c
2190                 redraw icon list on signature check
2191
2192 2003-07-20 [christoph]  0.9.3claws34
2193
2194         * src/Makefile.am
2195         * src/account.c
2196         * src/folder.[ch]
2197         * src/folder_item_prefs.[ch]            ** NEW **
2198         * src/folderview.c
2199         * src/mainwindow.c
2200         * src/mh.c
2201         * src/prefs_gtk.c
2202         * src/prefs_scoring.c
2203         * src/summaryview.c
2204         * src/prefs_folder_item.[ch]
2205                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2206                   Properties dialog
2207                 o use prefswindow for folder properties
2208
2209         * src/gtk/prefswindow.[ch]
2210                 change implementation to use an invisible notebook instead
2211                 of unparenting widgets
2212
2213 2003-07-20 [christoph]  0.9.3claws33
2214
2215         * src/compose.h
2216         * src/folder.c
2217         * src/folderview.h
2218         * src/headerview.h
2219         * src/prefs_filtering.h
2220         * src/prefs_folder_item.[ch]
2221         * src/procmime.h
2222         * src/procmsg.h
2223         * src/summaryview.h
2224                 clean up header mess
2225                 (always use 1. typedefs, 2. #includes, 3. structures)
2226
2227         * src/common/version.h.in
2228                 add casts for constants
2229
2230         * src/plugins/demo/demo.c
2231                 fix typo
2232
2233         * src/plugins/spamassassin/spamassassin.c
2234                 remove unused variable
2235
2236 2003-07-20 [alfons]     0.9.3claws32
2237
2238         * src/mimeview.c
2239                 o make icon buttons respond on left click
2240                 o minor cosmetic change
2241
2242 2003-07-19 [luke]       0.9.3claws31
2243
2244         * src/mimeview.[ch]
2245         * src/gtk/gtkvscrollbutton.c
2246         * src/messageview.c
2247                 o improved mimeview behaviour when selecting a new message
2248                 o plus code cleanups to remove compile warnings
2249
2250
2251 2003-07-19 [alfons]     0.9.3claws30
2252
2253         * src/procmsg.c
2254         * src/compose.c
2255         * src/common/utils.[ch]
2256                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2257
2258 2003-07-19 [alfons]     0.9.3claws29
2259
2260         * src/prefs_folder_item.c
2261                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
2262                 string pointers
2263
2264 2003-07-19 [luke]       0.9.3claws28
2265
2266         * src/messageview.c
2267         * src/mimeview.[ch]
2268         * src/procmime.h
2269         * src/rfc2015.c
2270         * src/stock_pixmap.[ch]
2271         * src/gtk/Makefile.am
2272         * src/Makefile.am
2273         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
2274         * src/pixmaps/mime_*.xpm                ** NEW **
2275                 o mimeview rearrangement with a new icon shortcut bar
2276
2277 2003-07-19 [alfons]     0.9.3claws27
2278
2279         * src/folderview.c
2280                 o plug leaking nodes_to_recollapse
2281                 o add folderview_recollapse_all_nodes() (not used yet)
2282
2283 2003-07-19 [alfons]     0.9.3claws26
2284
2285         * src/compose.c
2286         * src/common/utils.c
2287                 honour #240 "Better SUBJECT handling" by cleaning the prefix
2288                 for both forwarding as replying
2289
2290 2003-07-18 [christoph]  0.9.3claws25
2291
2292         * configure.ac
2293         * src/common/sylpheed.[ch]
2294         * src/common/version.h.in
2295                 add version in numeric form to allow easy comparison
2296
2297         * src/plugins/demo/demo.c
2298                 add version check
2299                 - sylpheed version > plugin version => never allowed, sylpheed
2300                   could contain unknown API changes
2301                 - sylpheed version < minimum version required => don't load,
2302                   API required not available (if linking does not fail)
2303
2304 2003-07-18 [alfons]     0.9.3claws24
2305         
2306         * src/common/plugin.[ch]
2307                 const correctness
2308
2309 2003-07-18 [christoph]  0.9.3claws23
2310
2311         * src/common/hooks.c
2312                 fix crash when hooks where unregisted
2313
2314         * src/plugins/trayicon/trayicon.c
2315                 unregister detroy signal before destroying the widget
2316                 (still crashes when the plugin is unloaded)
2317
2318 2003-07-18 [alfons]     0.9.3claws22
2319         
2320         * src/folderview.c
2321                 delay expanding folder tree during drags until timeout triggered
2322                 (needs perhaps some tweaking, so testing is welcome)
2323
2324 2003-07-17 [alfons]     0.9.3claws21
2325
2326         * src/folderview.c
2327                 clean up cruft
2328
2329 2003-07-17 [christoph]  0.9.3claws20
2330
2331         * src/common/session.c
2332                 fix opening of SSL connections
2333
2334         * src/plugins/image_viewer/Makefile.am
2335                 add OPENSSL_CFLAGS (we should find a better solution to remove
2336                 this dependencies if they are not required)
2337
2338         * src/plugins/spamassassin/spamassassin.c
2339                 remove setlocale workaround (fixed in libspamc)
2340
2341         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2342          if spell checking enabled)
2343
2344 2003-07-17 [alfons]     0.9.3claws19
2345
2346         * src/common/hooks.[ch]
2347         * src/plugins/clamav/clamav_plugin.c
2348         * src/plugins/spamassassin/spamassassin.c
2349         * src/plugins/trayicon/trayicon.c
2350                 fix signedness muck 
2351
2352 2003-07-17 [alfons]     0.9.3claws18
2353
2354         * src/procmime.c
2355                 plug memleak
2356
2357 2003-07-17 [alfons]     0.9.3claws17
2358
2359         * src/inc.c
2360                 plug memleak
2361
2362 2003-07-17 [paul]       0.9.3claws16
2363
2364         * src/common/defs.h
2365           src/mainwindow.c
2366           src/manual.[ch]
2367                 add link to the Claws site's FAQ page, after the suggestion
2368                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2369                 Move url strings to defs.h
2370                 
2371         * src/mainwindow.c
2372                 fix typo to prevent "unknown menu entry" warnings
2373
2374 2003-07-17 [alfons]     0.9.3claws15
2375
2376         * src/folderview.[ch]
2377         * src/summaryview.[ch]
2378         * src/mimeview.[ch]
2379                 plug DnD leaks 
2380
2381 2003-07-17 [paul]       0.9.3claws14
2382
2383         * src/inc.c
2384                 remove two instances of 'GTK_EVENTS_FLUSH' because
2385                 they are unnecessary and probably cause a stack overflow
2386
2387 2003-07-16 [christoph]  0.9.3claws13
2388
2389         * src/mimeview.[ch]
2390                 use an invisible GTK notebook to switch between viewers
2391                 instead of reparenting widgets
2392
2393 2003-07-16 [christoph]  0.9.3claws12
2394
2395         * src/folder.c
2396                 move folder_item_update_freeze() to correct place in
2397                 folder_item_scan_full()
2398
2399 2003-07-16 [paul]       0.9.3claws11
2400
2401         * sync with 0.9.3cvs12
2402                 see ChangeLog 2003-07-14 and 2003-07-15
2403
2404 2003-07-16 [christoph]  0.9.3claws10
2405
2406         * src/imap.[ch]
2407         * src/prefs_account.[ch]
2408                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2409
2410 2003-07-15 [alfons]     0.9.3claws9
2411
2412         * src/main.c
2413                 make --config-dir do something useful
2414
2415 2003-07-15 [alfons]     0.9.3claws8
2416
2417         * src/procmsg.c
2418                 o fix a bug where 'last' didn't really point to the last message
2419                   in the top level list of children, but to the last threaded
2420                   message. 
2421                 
2422                 o clean up and make it easier to sync
2423
2424 2003-07-15 [alfons]     0.9.3claws7
2425
2426         * src/mainwindow.c
2427                 make correct menu items sensitive       
2428
2429 2003-07-14 [alfons]     0.9.3claws6
2430
2431         * src/procmsg.c
2432                 tune the threader so it will not subject-thread any message
2433                 without a subject prefix (this will not thread correctly if 
2434                 a parent is delivered after their childs, but it looks 
2435                 better right now)
2436
2437 2003-07-13 [christoph]  0.9.3claws5
2438
2439         * src/mainwindow.c
2440                 group "Add mailbox *..." menu items in submenu
2441
2442 2003-07-13 [alfons]     0.9.3claws4
2443
2444         * src/summaryview.c
2445                 correct summary_toggle_pressed() signature and make sure
2446                 signal is not passed on
2447
2448 2003-07-13 [alfons]     0.9.3claws3
2449
2450         * src/summaryview.c
2451                 o for now don't pass on keys when they we're handled by 
2452                   ctree::key_press_event
2453                 o clean up
2454
2455 2003-07-13 [alfons]     0.9.3claws2
2456         
2457         * src/main.c
2458                 add command line option "--config-dir" to get the current 
2459                 configuration dir
2460
2461 2003-07-12 [alfons]     0.9.3claws1
2462
2463         * src/matcher.[ch]
2464         * src/matcher_parser_parse.y
2465         * src/prefs_filtering.c
2466         * src/filtering.c
2467                 add "Lock" filter action to lock messages;
2468
2469         * src/filtering.c       
2470                 remove debug_print()    
2471         * src/prefs_filtering.c
2472                 re-organize matcher part 9: 
2473                 make action text entries easily extendible;
2474                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2475                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2476
2477 2003-07-12 [paul]
2478
2479         * tools/README
2480                 update old information and add missing
2481                 information
2482
2483 2003-07-12 [paul]       0.9.3claws
2484
2485         * 0.9.3claws released
2486         
2487 2003-07-12 [paul]       0.9.0claws103
2488
2489         * src/Makefile.am
2490                 add addrquery.h
2491
2492 2003-07-12 [melvin]     0.9.0claws102
2493
2494         * src/messageview.c
2495                 Fixed bug #215: Show MIME tab for single text/html messages. 
2496                 
2497 2003-07-12 [paul]       0.9.0claws101
2498
2499         * man/sylpheed.1
2500                 updated
2501
2502 2003-07-12 [paul]       0.9.0claws100
2503
2504         * po/es.po
2505           po/hr.po
2506           po/pl.po
2507           po/sr.po
2508                 update Spanish, Croatian, Polish, Serbian translations.
2509                 submitted by Ricardo Mones Lastra, Dragan, Witold
2510                 Wladyslaw Wojciech Wilk, Urke MMI
2511
2512 2003-07-12 [melvin]     0.9.0claws99
2513
2514         * po/fr.po
2515                 Updated French translations.
2516
2517 2003-07-12 [paul]       0.9.0claws98
2518
2519         * src/addressbook.c
2520                 disable 'Lookup' button as it has no effect
2521
2522 2003-07-11 [alfons]     0.9.0claws97
2523         
2524         * src/summaryview.c
2525                 summary_searchbar_pressed() should return TRUE to signal that
2526                 event was handled. when returning void, the return value passed
2527                 to GTK is actually random, but maybe FALSE, in which case the
2528                 event is handled by parent
2529                 
2530 2003-07-10 [paul]       0.9.0claws96
2531
2532         * ac/missing/gettext.m4
2533                 update to version 0.12
2534
2535 2003-07-10 [paul]       0.9.0claws95
2536
2537         * src/plugins/clamav/clamav_plugin.c
2538                 fix bug where multipart/alternative messages
2539                 would slip through without being scanned
2540
2541 2003-07-10 [christoph]  0.9.0claws94
2542
2543         * src/folder.c
2544                 correct check if folder supports removing when a message is
2545                 moved. if not the message is only copied.
2546
2547         (closes Bug 132 crash on startup in newsgroups folders)
2548
2549 2003-07-09 [alfons]     0.9.0claws93
2550
2551         * configure.ac
2552         * src/common/defs.h
2553                 --with-config-dir (default .sylpheed)
2554
2555 2003-07-09 [christoph]  0.9.0claws92
2556
2557         * configure.ac
2558                 use PKG_CHECK_MODULES to check for gtkmathview
2559                 (version 0.4.2 now required)
2560
2561 2003-07-08 [melvin]     0.9.0claws91
2562
2563         * src/action.c
2564                 Implemented a progress bar that counts the number of completed
2565                 tasks when the action runs more than one command.
2566
2567 2003-07-08 [alfons]     0.9.0claws90
2568
2569         * src/procmsg.c
2570                 if queued message has an invalid Message-Id, don't try to
2571                 find message it refers to (fixes #209 "crash when processing 
2572                 in folder")
2573
2574 2003-07-08 [paul]       0.9.0claws89
2575
2576         * sync with 0.9.3cvs2
2577                 see ChangeLog 2003-07-08
2578
2579 2003-07-08 [match]      0.9.0claws88
2580
2581         * src/ldapctrl.c
2582                 extend LDAP search for first/last name by parsing search term.
2583
2584 2003-07-08 [alfons]     0.9.0claws87
2585
2586         * src/send_message.c
2587                 fix bug #208 "Status message stuck when sending on POP3 account"
2588
2589 2003-07-07 [paul]       0.9.0claws86
2590
2591         * po/hr.po
2592                 new Croatian translation, submitted by
2593                 Dragan <drleskov@inet.hr>
2594
2595 2003-07-07 [paul]       0.9.0claws85
2596
2597         * sync with 0.9.3cvs1
2598                 see ChangeLog 2003-07-07
2599
2600 2003-07-05 [christoph]  0.9.0claws84
2601
2602         * src/Makefile.am
2603         * src/messageview.c
2604         * src/mimeview.[ch]
2605         * src/stock_pixmap.[ch]
2606         * src/pixmaps/messageview_text.xpm              ** NEW **
2607                 move mimeview tabs to the right side and use icons
2608                 instead of text to save some space
2609
2610         (patch by Luke Plant <lukeplant@softhome.net>)
2611
2612 2003-07-05 [christoph]  0.9.0claws83
2613
2614         * src/inc.c
2615                 add NULL pointer checks
2616
2617         (patch by Luke Plant <lukeplant@softhome.net>)
2618         (closes Bug 204 0.9.0 quits on authentication error?!)
2619
2620 2003-07-05 [alfons]     0.9.0claws82
2621
2622         * configure.ac
2623                 take the clue in bug #202 "./configure script - 
2624                 'if test' comparison failure" reported by John Kristoff. 
2625
2626 2003-07-04 [christoph]  0.9.0claws81
2627
2628         * src/plugins/spamassassin/spamassassin.c
2629                 set timeout for spam check
2630
2631 2003-07-04 [christoph]  0.9.0claws80
2632
2633         * src/main.c
2634                 destroy all FolderItems when shutting down to
2635                 allow folders to clean up
2636
2637 2003-07-04 [melvin]     0.9.0claws79
2638
2639         * src/gtk/gtkaspell.c
2640                 Fixed bug #184 "Entering non-ascii character deletes
2641                 previous char if spell checking enabled": this makes
2642                 the spell checking in multibytes (e.g. UTF-8)locales work.
2643                 (Patch by Luke Plant).
2644                 
2645 2003-07-04 [christoph]  0.9.0claws78
2646
2647         * sync with 0.9.2cvs1
2648                 see ChangeLog 2003-06-10
2649
2650 2003-07-04 [paul]       0.9.0claws77
2651
2652         * sync with 0.9.3 release
2653                 see ChangeLog 2003-07-04
2654
2655 2003-07-03 [christoph]  0.9.0claws76
2656
2657         * src/folder.[ch]
2658         * src/imap.c
2659         * src/mbox_folder.c
2660         * src/mh.c
2661         * src/news.c
2662                 move folder_item_get_path() stuff into a folder virtual function
2663
2664         * src/procmsg.c
2665                 use folder_item_fetch_msg() to get message and do not contruct
2666                 the filename from path and number
2667
2668 2003-07-03 [paul]       0.9.0claws75
2669
2670         * sync with 0.9.2cvs12
2671                 see ChangeLog 2003-07-03
2672
2673 2003-07-02 [paul]       0.9.0claws74
2674
2675         * src/messageview.c
2676                 fix text-selection for replying
2677
2678 2003-07-02 [paul]       0.9.0claws73
2679
2680         * sync with 0.9.2cvs11
2681                 see ChangeLog 2003-07-02
2682
2683 2003-07-02 [paul]       0.9.0claws72
2684
2685         * src/procmsg.c
2686                 revert last commit because it breaks more
2687                 than it fixes
2688
2689 2003-07-02 [paul]       0.9.0claws71
2690
2691         * src/procmsg.c
2692                 fix thread by subject/sort by date
2693
2694 2003-07-01 [paul]       0.9.0claws70
2695
2696         * sync with 0.9.2cvs10
2697                 see ChangeLog 2003-07-01
2698
2699 2003-06-30 [paul]       0.9.0claws69
2700
2701         * sync with 0.9.2cvs9
2702                 see ChangeLog 2003-06-30
2703
2704 2003-06-28 [match]      0.9.0claws68
2705
2706         * src/addressbook.c
2707                 fix null ptr.
2708
2709 2003-06-27 [paul]       0.9.0claws67
2710
2711         * sync with 0.9.2cvs7
2712                 see ChangeLog 2003-06-27
2713
2714 2003-06-26 [christoph]  0.9.0claws66
2715
2716         * src/folder.c
2717                 freeze folder updates while a folder is scanned
2718
2719         (closes Bug 185 New message counter)
2720
2721 2003-06-26 [darko]      0.9.0claws65
2722
2723         * src/ldapserver.c
2724                 fix infinite loop when adding a new LDAP server
2725
2726 2003-06-26 [paul]       0.9.0claws64
2727
2728         * sync with 0.9.2cvs6
2729                 see ChangeLog 2003-06-26
2730
2731 2003-06-26 [paul]       0.9.0claws63
2732
2733         * sync with 0.9.2cvs5
2734                 see ChangeLog 2003-06-25 and 2003-06-26
2735
2736 2003-06-25 [match]      0.9.0claws62
2737
2738         * src/addr_compl.c
2739                 Fixed tab/backtab for dropped-down completion list to
2740                 move next/previous field. (close bug 147)
2741
2742 2003-06-25 [christoph]  0.9.0claws61
2743
2744         * src/addr_compl.[ch]
2745         * src/addrindex.[ch]
2746         * src/folderview.c
2747         * src/inc.c
2748         * src/news.c
2749         * src/summaryview.c
2750         * src/toolbar.c
2751                 fix warnings
2752
2753 2003-06-25 [leandro]    0.9.0claws60
2754
2755         * src/compose.c
2756                 o cleanups
2757                 o gray out "Message/Remove references" menu item if not
2758                   replying to a message
2759
2760 2003-06-24 [leandro]    0.9.0claws59
2761
2762         * src/compose.[ch]
2763                 o removed "Message/Create new thread" menu item
2764                 o added "Message/Remove references" menu item
2765                   (it's off by default and will not check anymore
2766                    if the subject changed)
2767
2768 2003-06-23 [alfons]     0.9.0claws58
2769
2770         * src/procmsg.c
2771                 try better grouping messages threaded by subject based on their age.
2772                 still not perfect - because the message tree is not sorted by date.  
2773
2774 2003-06-23 [thorsten]   0.9.0claws57
2775
2776         * src/pop.[ch]
2777                 added mail_receive_hook to allow modifications
2778                 directly after retrieval (e.g. adding headers).
2779
2780 2003-06-23 [paul]       0.9.0claws56
2781
2782         * src/sourcewindow.c
2783                  enable the use of Ctrl+A to select all text in
2784                  the sourcewindow
2785                  Patch submitted by Ivan Francolin Martinez
2786                  <ivanfm@users.sourceforge.net>
2787
2788 2003-06-22 [christoph]  0.9.0claws55
2789
2790         * src/folder.[ch]
2791                 o add notification hook for folder tree changes
2792                 o invoke hooks after folder tree scanning
2793
2794         * src/folderview.[ch]
2795                 register hook for folder tree changes that
2796                 updates the ctree
2797
2798         (there are more places that should be updated, like add, remove 
2799          or move folder)
2800
2801         (closes Bug 164 Crash on rebuild folder tree)
2802         (closes Bug 190 Crash on 'rebuilding folder tree')
2803
2804 2003-06-21 [leandro]    0.9.0claws54
2805
2806         * src/compose.[ch]
2807                 create a new thread if subject changes
2808                 (it's on by default, can be disabled in Message menu)
2809
2810 2003-06-21 [alfons]     0.9.0claws53
2811
2812         * src/summaryview.c
2813                 quiet little compiler
2814
2815 2003-06-21 [christoph]  0.9.0claws52
2816
2817         update gettext stuff to version 0.12
2818
2819 2003-06-19 [alfons]     0.9.0claws51
2820
2821         * src/common/log.c
2822         * src/common/plugin.c
2823                 move defs.h before glib.h to prevent MIN/MAX redefs
2824
2825 2003-06-19 [alfons]
2826
2827         * src/addressbook.c
2828                 translatable
2829
2830 2003-06-19 [match]      0.9.0claws50
2831
2832         * src/addressbook.[ch]
2833         * src/addrindex.[ch]
2834         * src/addr_compl.[ch]
2835         * src/editldap.[ch]
2836         * src/editldap_basedn.[ch]
2837         * src/addritem.[ch]
2838         * src/ldapquery.h
2839                 re-implemented dynamic LDAP search. works without
2840                 slowdown on display sender with addressbook
2841                 option.
2842         * src/addrbook.c
2843                 documented code.
2844
2845 2003-06-19 [paul]       0.9.0claws49
2846
2847         * src/compose.c
2848                 fix Bug #136 'Nonprovided quotation marks crash claws'
2849                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2850
2851 2003-06-19 [alfons]     0.9.0claws48
2852
2853         * src/prefs_common.[ch]
2854         * src/procmsg.c
2855                 restrict threading by subject by checking thread for
2856                 age (prefs_common.thread_by_subject_max_age)
2857
2858 2003-06-18 [christoph]  0.9.0claws47
2859
2860         * src/imap.c
2861                 fix memory leak in imap_cmd_fetch()
2862
2863 2003-06-18 [christoph]  0.9.0claws46
2864
2865         * src/prefs_gtk.c
2866                 fix memory leak in prefs_set_default() when used multiple
2867                 times or after prefs have been read
2868
2869 2003-06-18 [christoph]  0.9.0claws45
2870
2871         * src/common/plugin.c
2872                 fix memory leak in plugin_unload()
2873
2874 2003-06-18 [christoph]  0.9.0claws44
2875
2876         * src/imap.c
2877                 fix memory leak in imap_cmd_ok()
2878
2879 2003-06-18 [christoph]  0.9.0claws43
2880
2881         * src/folder.c
2882                 stop messages that are downloaded from POP3 and added to
2883                 an IMAP inbox from being filtered twice (first by POP3
2884                 and again when IMAP folder is scaned to get the UID of
2885                 the APPEND operation when no UIDPLUS is available)
2886
2887 2003-06-18 [alfons]
2888
2889         * tools/Makefile.am
2890                 phoenix <- firebird     
2891
2892 2003-06-18 [paul]
2893
2894         * tools/launch_phoenix          ** REMOVED **
2895           tools/launch_firebird         ** NEW **
2896                 renamed and edited to reflect the browser's name change from
2897                 'phoenix' to 'firebird'
2898
2899 2003-06-18 [paul]       0.9.0claws42
2900
2901         * sync with 0.9.2cvs2
2902                 see ChangeLog 2003-06-16
2903
2904 2003-06-17 [alfons]     0.9.0claws41
2905
2906         * src/procmsg.c
2907                 prevent threading problems when a node is an ancestor (parent / great parent),
2908                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2909                 for finding an sample set of messages)
2910
2911 2003-06-16 [christoph]  0.9.0claws40
2912
2913         * src/main.c
2914                 don't popup main window on --receive or --receive-all
2915
2916         * src/mainwindow.[ch]
2917         * src/plugins/trayicon/trayicon.c
2918                 allow hiding of main window by clicking on the trayicon
2919                 (doesn't work correctly in seperate window mode and may
2920                  cause unexpected GTK problems I couldn't find yet)
2921
2922         * src/common/ssl.c
2923                 remove incorrect warning
2924
2925 2003-06-15 [alfons]     0.9.0claws39
2926
2927         * src/gtk/gtkstext.c
2928                 don't output debug text;
2929                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2930                 for pointing this out);
2931
2932 2003-06-14 [alfons]     0.9.0claws38
2933         
2934         * src/messageview.c
2935                 remove printf() and make one if..else comply with coding style
2936
2937 2003-06-14 [alfons]     0.9.0claws37
2938
2939         * AUTHORS
2940                 add Martin Wicke
2941         * src/action.c
2942         * src/messageview.[ch]
2943         * src/summaryview.c
2944                 apply patch #754162 "Quoting messages filtered by actions" submitted
2945                 by Martin Wicke, which allows quoting message body changed by an
2946                 action (Thanks!).
2947
2948 2003-06-13 [alfons]     0.9.0claws36
2949
2950         * src/utils.c
2951                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2952                 use case insensitive regexp (suggested by Ivan Martinez)
2953
2954 2003-06-13 [christoph]  0.9.0claws35
2955
2956         * configure.ac
2957         * src/plugins/trayicon/Makefile.am
2958         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2959         * src/plugins/trayicon/trayicon.c
2960         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2961         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2962         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2963         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2964         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2965         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2966                 replace my own EggTrayIcon backport with the backport
2967                 used by (l|x)mule and gabber.
2968
2969 2003-06-13 [alfons]     0.9.0claws34
2970
2971         * AUTHORS
2972         * src/common/utils.c
2973                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2974
2975 2003-06-13 [alfons]     0.9.0claws33
2976
2977         * src/compose.c
2978                 clean up a little bit
2979
2980 2003-06-12 [alfons]     0.9.0claws32
2981
2982         * src/compose.c
2983                 const correctness fix
2984
2985         * src/common/sylpheed.[ch]
2986                 () -> (void)
2987                 prevent redef MIN/MAX
2988                 
2989         * src/common/utils.[ch]
2990                 () -> (void)
2991
2992 2003-06-12 [melvin]     0.9.0claws31
2993
2994         * src/compose.c
2995                 Updated to take into accounts changes in GtkAspell.
2996
2997 2003-06-12 [alfons]     0.9.0claws30
2998
2999         * src/compose.c
3000         * src/procmsg.c
3001         * src/common/utils.[ch]
3002                 handle reply subject prefixes better (initial 
3003                 suggestion by Robert Story adapted and enhanced 
3004                 using regexps)
3005
3006 2003-06-12 [melvin]     0.9.0claws29
3007
3008         * src/compose.c
3009                 Use new gtkaspell_checkers_strerror() to get the speller's
3010                 error message instead of accessing the (now private)
3011                 checkers structure.
3012                 Minor code clean up
3013
3014         * src/main.c
3015                 Use #ifdef instead of #if for USE_ASPELL
3016                 Use the new spell checkers init/quit functions 
3017
3018         * src/gtk/gtkaspell.c
3019                 Use #ifdef instead of #if for USE_ASPELL
3020                 Moved in the majority of GtkAspell structures that were
3021                 exported before by gtkaspell.h
3022         
3023         * src/gtk/gktaspell.h
3024                 Made gtkaspell.h contain only the necessary data to be
3025                 publicized by moving many structures to gtkaspell.c.
3026                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
3027                 gtkaspell_checkers_new(): replaced by...
3028                 gtkaspell_checkers_init(): new function for initialization
3029                 gtkaspell_checkers_delete(): replaced by...
3030                 gtkaspell_checkers_quit(): new function
3031                 gtkaspell_checkers_strerror(): new function that returns
3032                 the checker's last error message.
3033                 
3034 2003-06-11 [melvin]     0.9.0claws28
3035
3036         * po/POTFILES.in
3037                 Updated to take into account gtkaspell.c migration to
3038                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
3039
3040 2003-06-10 [alfons]     0.9.0claws27
3041
3042         * src/filtering.[ch]
3043         * src/folder.c
3044         * src/matcher.c
3045         * src/scoring.[ch]
3046                 - try fixing bug #18 (any brave testers?)
3047                 - add more robustness by refusing previously 
3048                   unchecked NULL pointers 
3049
3050 2003-06-10 [alfons]     0.9.0claws26
3051
3052         * src/procmsg.c
3053                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
3054
3055 2003-06-09 [alfons]     0.9.0claws25
3056
3057         * src/prefs_common.c
3058                 fix bug #163 "Icon switching doesnt work properly" by 
3059                 preventing early freeing of prefs_common.pixmap_theme_path.
3060
3061 2003-06-09 [christoph]  0.9.0claws24
3062
3063         * src/gtk/gtkaspell.c
3064                 revert Thorsten's fix and add forgotten g_strdup for
3065                 aspell path (it should not be possible to alter the path a
3066                 GtkASpell uses from outside)
3067
3068 2003-06-09 [thorsten]   0.9.0claws23
3069
3070         * src/gtk/gtkaspell.c
3071                 dont free prefs_common.aspell_path when closing compose
3072
3073 2003-06-08 [colin]      0.9.0claws22
3074
3075         * src/plugins/spamassassin/spamassassin.c
3076                 fix prefs types
3077
3078 2003-06-07 [christoph]  0.9.0claws21
3079
3080         * src/Makefile.am
3081         * src/compose.c
3082         * src/gtkaspell.[ch]            ** REMOVE **
3083         * src/gtk/Makefile.am
3084         * src/gtk/gtkaspell.[ch]        ** NEW **
3085                 o make gtkaspell independent from sylpheed's prefs
3086                 o move gtkaspell.[ch] to gtk directory
3087
3088 2003-06-07 [christoph]  0.9.0claws20
3089
3090         * src/Makefile.am
3091         * src/crash.c
3092         * src/export.c
3093         * src/filesel.[ch]              ** REMOVE **
3094         * src/folder.c
3095         * src/main.[ch]
3096         * src/common/sylpheed.[ch]
3097         * src/gtk/Makefile.am
3098         * src/gtk/filesel.[ch]          ** NEW **
3099         * src/gtk/pluginwindow.c
3100         * src/gtk/sslcertwindow.c
3101                 move filesel.[ch] to gtk directory
3102
3103 2003-06-07 [alfons]     0.9.0claws19
3104
3105         * src/filesel.c
3106                 make (multi) file selection dialog work again (Claws-only)
3107
3108 2003-06-07 [thorsten]   0.9.0claws18
3109
3110         * po/de.po
3111                 fix typos
3112
3113 2003-06-07 [alfons]     0.9.0claws17
3114
3115         * configure.ac
3116         * src/mimeview.c
3117                 detect apache mishap in which case don't include fnmatch.h
3118                 if regex.h is already included
3119
3120 2003-06-06 [christoph]  0.9.0claws16
3121
3122         * configure.ac
3123         * src/mimeview.h
3124                 add check for fnmatch.h and include it when available
3125
3126         * src/mimeview.[ch]
3127                 fix wrong case sensitivity of Content-Types
3128
3129         * src/gtk/Makefile.am
3130                 need the same include paths in gtk directory as in
3131                 common directory because .h files in common can
3132                 include files from these directories, when included
3133                 in gtk's .h or .c files
3134
3135 2003-06-06 [alfons]     0.9.0claws15
3136
3137         * src/mimeview.c
3138         * src/summaryview.c
3139                 make it compile again because of regex.h / fnmatch.h 
3140                 include problems (related to recent mime stuff, can
3141                 someone check this?)
3142
3143 2003-06-06 [thorsten]   0.9.0claws14
3144
3145         * src/folderview.c
3146                 possible use of uninitialized pointer while dragging
3147
3148 2003-06-06 [paul]       0.9.0claws13
3149
3150         * src/compose.c
3151                 fix bug where the insert sig button would be effective
3152                 only when auto_sig was set
3153
3154 2003-06-06 [paul]       0.9.0claws12
3155
3156         * sync with 0.9.2 release
3157
3158 2003-06-02 [paul]       0.9.0claws11
3159
3160         * sync with 0.9.1cvs1
3161                 see ChangeLog 2003-06-02
3162                 
3163         * po/de.po
3164                 update by Jens
3165
3166 2003-06-01 [christoph]  0.9.0claws10
3167
3168         * src/account.c
3169                 don't use substring search to find accounts by email address
3170
3171         (closes Bug 169 Overly loose matching of "From" address)
3172
3173 2003-05-31 [christoph]  0.9.0claws9
3174
3175         * doc-src/rfc2683.txt
3176         * src/imap.c
3177                 limit IMAP command length as recommended in RFC2683
3178                 (message number lists will be split into multiple imap
3179                 sets, the limit of 1000 octets is not a hard limit)
3180
3181         (closes Bug 161 sylpheed-claws exits with segfault when logging
3182          in to certain imap-servers)
3183
3184 2003-05-29 [alfons]     0.9.0claws8
3185
3186         * src/toolbar.[ch]
3187                 add print button (calling summary_print());
3188                 fine tune setting tooltip text;
3189                 (if someone needs other buttons, please take these 
3190                 commits as a guide, instead of bothering us - also
3191                 see 0.8.11claws150) 
3192
3193 2003-05-29 [darko]      0.9.0claws7
3194
3195         * src/compose.c
3196                 fix crash when word wrapping kicks in due to
3197                 changed text by spell checker
3198
3199 2003-05-29 [paul]       0.9.0claws6
3200
3201         * src/compose.c
3202                 fix bug where changing account would insert
3203                 sig even if auto_sig was FALSE
3204                 
3205         * ChangeLog
3206           ChangeLog.jp
3207           INSTALL
3208                 sync with 0.9.1 release
3209
3210 2003-05-28 [christoph]  0.9.0claws5
3211
3212         * src/imap.c
3213                 fix truncation of too long commands
3214
3215         (closes Bug 167 IMAP hangs trying to get envelope
3216          information in imap_get_uncached_messages)
3217
3218 2003-05-27 [paul]       0.9.0claws4
3219
3220         * tools/Makefile.am
3221           tools/maildir2sylpheed.pl     ** NEW FILE **
3222                 add kmail to sylpheed mailbox conversion script
3223
3224 2003-05-27 [paul]       0.9.0claws3
3225
3226         * sync with 0.9.0cvs10
3227                 see ChangeLog 2003-05-26
3228
3229 2003-05-26 [paul]       0.9.0claws2
3230
3231         * sync with 0.9.0cvs9
3232                 see ChangeLog 2003-05-26
3233
3234 2003-05-24 [paul]       0.9.0claws1
3235
3236         * sync with 0.9.0cvs8
3237                 see ChangeLog 2003-05-23
3238
3239 2003-05-24 [paul]       0.9.0claws
3240
3241         * version 0.9.0claws released
3242
3243 2003-05-24 [paul]       0.8.11claws177
3244
3245         * src/plugins/dillo-viewer/Makefile.am
3246           src/plugins/traycon/Makefile.am
3247                 add missing files
3248                 
3249         * po/bg.po
3250           po/en_GB.po
3251           po/es.po
3252           po/it.po
3253           po/pt_BR.po
3254           po/ru.po
3255           po/sr.po
3256                 update Bulgarian, British English, Spanish, Italian, 
3257                 Brazilian Portuguese, Russian, and Serbian translations, 
3258                 submitted by George Danchev, [me], Ricardo Mones Lastra,
3259                 André Filipe de Assunção e Brito, Alessandro Maestri, 
3260                 Ruslan N. Balkin, and Urke MMI
3261
3262 2003-05-23 [melvin]     0.8.11claws176
3263
3264         * po/fr.po
3265                 Updated French translations
3266
3267 2003-05-22 [paul]       0.8.11claws175
3268
3269         * src/Makefile.am
3270           src/addrbook.[ch]
3271           src/addrcache.[ch]
3272           src/addr_compl.[ch]
3273           src/adressbook.[ch]
3274           src/addrindex.[ch]
3275           src/addritem.[ch]
3276           src/editaddress.c
3277           src/editgroup.c
3278           src/editldap_basedn.c
3279           src/editldap.c
3280           src/jpilot.c
3281           src/vcard.c
3282                 revert to get ldap into it previous working state
3283                 
3284         * po/zh_TW.Big5.po
3285                 new Taiwanese translation,
3286                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3287
3288 2003-05-22 [christoph]  0.8.11claws174
3289
3290         * src/plugins/spamassassin/libspamc.[ch]
3291                 sync libspamc with SpamAssaain release 2.55
3292
3293 2003-05-22 [paul]       0.8.11claws173
3294
3295         * sync with 0.9.0cvs7
3296                 see ChangeLog 2003-05-22
3297                 
3298         * src/summaryview.c
3299                 revert change in 0.8.11claws172: follow
3300                 Hiroyuki's decision and that's the end of it.
3301
3302 2003-05-21 [paul]       0.8.11claws172
3303
3304         * src/summaryview.c
3305                 fix discrepency between open_unread_on_enter
3306                 and always_show_msg
3307
3308 2003-05-21 [paul]       0.8.11claws171
3309
3310         * sync with 0.9.0cvs6
3311                 see ChangeLog 2003-05-21
3312
3313 2003-05-21 [paul]       0.8.11claws170
3314
3315         * sync with 0.9.0cvs5
3316                 see ChangeLog 2003-05-21
3317
3318 2003-05-20 [paul]       0.8.11claws169
3319
3320         * sync with 0.9.0cvs4
3321                 see ChangeLog 2003-05-20
3322                 fixes bug #152, 'encoding of IMAP folders names'
3323
3324 2003-05-20 [paul]       0.8.11claws168
3325
3326         * sync with 0.9.0cvs3
3327                 see ChangeLog 2003-05-20
3328                 
3329         * src/tools/convert_mbox.pl
3330                 minor change in the comments, submitted by Fred Marton
3331
3332 2003-05-19 [paul]       0.8.11claws167
3333
3334         * src/plugins/clamav/Makefile.am
3335           configure.ac
3336                 link clamav_lib to the plugin and not to the main program
3337
3338 2003-05-19 [christoph]
3339
3340         * src/Makefile.am
3341                 add -export-dynamic for linking
3342
3343 2003-05-19 [paul]       0.8.11claws166
3344
3345         * sync with 0.9.0cvs1
3346                 see ChangeLog 2003-05-19
3347
3348 2003-05-19 [paul]       0.8.11claws165
3349
3350         * src/inc.c
3351                 fix 'pop before smtp' timeout
3352
3353 2003-05-18 [alfons]     0.8.11claws164
3354
3355         * src/prefs_matcher.c
3356                 put "execute" action command line ("expression") in edit box
3357
3358 2003-05-18 [christoph]  0.8.11claws163
3359
3360         * src/mimeview.[ch]
3361         * src/plugins/dillo_viewer/dillo_viewer.c
3362         * src/plugins/image_viewer/viewer.c
3363         * src/plugins/mathml_viewer/mathml_viewer.c
3364                 let a viewer have a list of Content-Types
3365
3366 2003-05-18 [paul]       0.8.11claws162
3367
3368         * src/prefs_filtering.c
3369                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3370                 and REDIRECT actions
3371
3372 2003-05-17 [christoph]
3373
3374         * README.claws
3375                 o remove dynamic signatures that was syned with main
3376                 o add infos about no longer "build in" image viewer
3377                 o update bugtracker URL
3378
3379 2003-05-17 [christoph]  0.8.11claws161
3380
3381         * src/folder.c
3382         * src/folderview.c
3383         * src/imap.c
3384                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3385                 for every folder after rebuilding the folder tree.
3386
3387         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3388          messages)
3389
3390 2003-05-17 [christoph]  0.8.11claws160
3391
3392         * src/imap.c
3393                 don't use STATUS command on current folder to check for
3394                 content changes. imap_cmd_ok() now tracks changes to
3395                 folder and number of existing messages.
3396
3397 2003-05-17 [paul]       0.8.11claws159
3398
3399         * src/plugins/clamav/clamav_plugin.c
3400                 remove unnecessary debug_print
3401
3402 2003-05-16 [thorsten]   0.8.11claws158
3403
3404         * src/plugins/demo.c
3405                 included missing intl.h
3406
3407 2003-05-16 [paul]       0.8.11claws157
3408
3409         * po/POTFILES.in
3410                 remove non-existant entries
3411         
3412         * src/plugins/clamav/clamav_plugin.c
3413           src/plugins/clamav/clamav_plugin_gtk.c
3414           src/plugins/dillo_viewer/dillo_prefs.c
3415           src/plugins/dillo_viewer/dillo_viewer.c
3416                 gettextise
3417
3418 2003-05-16 [christoph]  0.8.11claws156
3419
3420         * po/POTFILES.in
3421                 include plugin .c files for translation until I
3422                 find a better solution to have plugins have their
3423                 own textdomain
3424         * src/plugins/demo/demo.c
3425         * src/plugins/image_viewer/plugin.c
3426         * src/plugins/mathml_viewer/mathml_viewer.c
3427         * src/plugins/spamassassin/spamassassin.c
3428         * src/plugins/spamassassin/spamassassin_gtk.c
3429         * src/plugins/trayicon/trayicon.c
3430                 add gettext macros for plugin name and description
3431
3432 2003-05-16 [paul]
3433
3434         * sync with 0.9.0
3435
3436 2003-05-16 [paul]       0.8.11claws155
3437
3438         * sync with lastest 0.9.0pre1
3439                 see ChangeLog 2003-05-16
3440
3441 2003-05-15 [paul]       0.8.11claws154
3442
3443         * sync with latest 0.9.0pre1
3444                 see ChangeLog 2003-05-14 and 2003-05-15
3445
3446 2003-05-14 [christoph]  0.8.11claws153
3447
3448         * src/plugins/image_viewer/viewer.c
3449         * src/plugins/image_viewer/viewer.glade         ** NEW **
3450         * src/plugins/image_viewer/viewerprefs.c
3451                 make it possible to disable the autoload function in the
3452                 imageviewer again
3453
3454 2003-05-14 [christoph]  0.8.11claws152
3455
3456         * src/folder.c
3457                 fix folder update after adding a message
3458
3459 2003-05-13 [alfons]     0.8.11claws151
3460
3461         * src/common/session.c
3462                 remove debug traces
3463                 
3464         * src/addrcache.[ch]
3465         * src/filtering.[ch]
3466         * src/folder.[c]
3467         * src/gtkaspell.[ch]
3468         * src/imap.[ch]
3469         * src/mbox_folder.[ch]
3470         * src/mh.[ch]
3471         * src/mimeview.h
3472         * src/msgcache.[ch]
3473         * src/news.[ch]
3474         * src/passphrase.[ch]
3475         * src/prefs_common.[ch]
3476         * src/prefs_gtk.[ch]
3477         * src/procmsg.c
3478         * src/scoring.[ch]
3479                 be pedantic; (in prototypes () implies (int))
3480
3481 2003-05-13 [alfons]     0.8.11claws150
3482
3483         * src/prefs_toolbar.[ch]
3484         * src/summaryview.[ch]
3485         * src/toolbar.[ch]
3486                 change misleading text in toolbar prefs;
3487                 add toolbar action for ignore thread (toggles ignore thread flag);
3488                 clean up a little bit;
3489
3490 2003-05-12 [paul]
3491
3492         * tools/convert_mbox.pl
3493                 bug fixed by Fred Marton
3494
3495 2003-05-12 [paul]
3496
3497         * sync with 0.9.0pre1
3498
3499 2003-05-09 [paul]       0.8.11claws149
3500
3501         * sync with 0.8.11cvs43
3502                 see ChangeLog 2003-05-09
3503
3504 2003-05-08 [christoph]  0.8.11claws148
3505
3506         * src/imap.[ch]
3507                 o use CAPABILIY as first command and check for PREAUTH
3508                   information in the response to it
3509                 o rewrite all imap_cmd_* functions to use an IMAPSession
3510                   instead of a SockInfo as parameter
3511                 o do STARTTLS after fetching and checking the server
3512                   capabilities
3513
3514 2003-05-08 [paul]       0.8.11claws147
3515
3516         * tools/Makefile.am
3517           tools/README
3518           tools/convert_mbox.pl         ** NEW FILE **
3519                 add mbox conversion script. Submitted by 
3520                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3521
3522 2003-05-07 [christoph]
3523
3524         * doc-src/glade.txt
3525         * src/gtk/pluginwindow.glade
3526         * src/plugins/image_viewer/viewerprefs.glade
3527         * src/plugins/spamassassin/spamassassin_gtk.glade
3528                 add glade files for user interfaces and a description how
3529                 to use glade to create the sylpheed code
3530
3531 2003-05-07 [paul]       0.8.11claws146
3532
3533         * sync with 0.8.11cvs41
3534                 see ChangeLog 2003-05-07
3535
3536 2003-05-06 [christoph]  0.8.11claws145
3537
3538         * src/main.c
3539         * src/plugins/image_viewer/viewer.c
3540                 fix usage of imlib in imageviewer plugin
3541
3542         * src/gtk/prefswindow.c
3543                 handle window close event correctly
3544
3545 2003-05-06 [paul]       0.8.11claws144
3546
3547         * src/common/ssl.c
3548                 fix typo introduced in sync
3549
3550 2003-05-06 [paul]       0.8.11claws143
3551
3552         * sync with 0.8.11cvs39
3553                 see ChangeLog 2003-05-06
3554
3555 2003-05-06 [paul]       0.8.11claws142
3556
3557         * AUTHORS
3558           po/cs.po
3559                 updated Czech translation, submitted by 
3560                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3561                 
3562         * src/plugins/clamav/clamav_plugin_gtk.c
3563                 clean up
3564
3565 2003-05-03 [alfons]     0.8.11claws141
3566
3567         * src/compose.[ch]
3568                 make paste as quotation work even when the call to 
3569                 text_inserted() was deferred (fixes bug #140 "Paste 
3570                 as quotation does not work when using "external" 
3571                 clipboard")
3572
3573 2003-05-03 [thorsten]   0.8.11claws140
3574
3575         * src/addrquery.h
3576           src/ldapquery.h
3577           src/mainwindow.c
3578                 removed C++ comments
3579         * src/addr_compl.c
3580                 function with non-int retval/param used before
3581                 implementation/declaration
3582
3583 2003-05-02 [paul]       0.8.11claws139
3584
3585         * src/addr_compl.[ch]
3586           src/addressbook.[ch]
3587           src/addrindex.c
3588           src/summaryview.c
3589                 revert match's changes to (finally) remove the bug where
3590                 opening a folder causes massive slowdown when using the 
3591                 'Display sender using address book' option
3592
3593 2003-05-01 [melvin]     0.8.11claws138
3594
3595         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3596         * src/plugins/dillo_viewer/dillo_viewer.c
3597                 Fixed bug where "Cancel" button from prefs issued
3598                 warnings.
3599                 Comply a little more to coding style
3600
3601 2003-05-01 [paul]       0.8.11claws137
3602
3603         * sync with 0.8.11cvs38
3604                 see ChangeLog 2003-05-01
3605
3606 2003-05-01 [paul]       0.8.11claws136
3607
3608         * po/bg.po
3609                 updated by George Danchev
3610
3611 2003-04-30 [christoph]  0.8.11claws135
3612
3613         * src/plugins/dillo_viewer/dillo_prefs.c
3614         * src/plugins/image_viewer/viewerprefs.c
3615         * src/plugins/spamassassin/spamassassin_gtk.c
3616                 remove gtk_widget_ref() calls for widgets in
3617                 glade code
3618
3619 2003-04-30 [paul]       0.8.11claws134
3620
3621         * src/addrindex.c
3622                 ok, this time a better fix for the bug where opening folder
3623                 has massive slowdown when using the 'Display sender using 
3624                 address book' option
3625
3626 2003-04-30 [paul]       0.8.11claws133
3627
3628         * src/addrindex.c
3629                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3630         
3631 2003-04-30 [melvin]     0.8.11claws132
3632
3633         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3634
3635         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3636                 Preferences for the dillo plugin
3637         * src/plugins/dillo_viewer/dillo_viewer.c
3638                 Support for preferences
3639         * src/plugins/dillo_viewer/Makefile.am
3640                 Added dillo_prefs.[ch]
3641
3642 2003-04-30 [alfons]     0.8.11claws131
3643
3644         * src/common/plugin.[ch]
3645                 see? this ANSI C'fication immediately gives us type
3646                 checking for free.
3647
3648 2003-04-30 [alfons]     0.8.11claws130
3649
3650         * src/common/plugin.[ch]
3651         * src/plugins/clamav/clamav_plugin.[ch]
3652         * src/plugins/clamav/clamav_plugin_gtk.c
3653         * src/plugins/demo/demo.c
3654         * src/plugins/dillo_viewer/dillo_viewer.c
3655         * src/plugins/image_viewer/plugin.c
3656         * src/plugins/image_viewer/viewer.[ch]
3657         * src/plugins/image_viewer/viewerprefs.[ch]
3658         * src/plugins/mathml_viewer/mathml_viewer.c
3659         * src/plugins/spamassassin/spamassassin.[ch]
3660         * src/plugins/spamassassin/spamassassin_gtk.c
3661         * src/plugins/trayicon/trayicon.c
3662                 clean up
3663
3664 2003-04-30 [alfons]     0.8.11claws129
3665
3666         * src/common/utils.c
3667                 make is_ascii_str() fail gracefully when NULL pointer
3668                 is passed
3669
3670 2003-04-30 [paul]       0.8.11claws128
3671
3672         * src/addrindex.c
3673                 fix bug where opening folder has massive slowdown when
3674                 using the 'Display sender using address book' option
3675
3676 2003-04-30 [paul]       0.8.11claws127
3677
3678         * src/plugins/clamav/clamav_plugin.c
3679           src/plugins/clamav/clamav_plugin_gtk.c
3680           src/plugins/demo/demo.c
3681           src/plugins/dillo_viewer/dillo_viewer.c
3682           src/plugins/image_viewer/plugin.c
3683           src/plugins/mathml_viewer/mathml_viewer.c
3684           src/plugins/spamassassin/spamassassin.c
3685           src/plugins/spamassassin/spamassassin_gtk.c
3686           src/plugins/trayicon/trayicon.c
3687                 get rid of eye-hurting function signatures
3688
3689 2003-04-30 [paul]       0.8.11claws126
3690
3691         * src/plugins/trayicon/trayicon.c
3692                 add description
3693                 
3694         * src/mimeview.c
3695                 be more descriptive
3696
3697 2003-04-30 [paul]       0.8.11claws125
3698
3699         * configure.ac
3700                 arrange the plugins in reverse alphabetical order
3701                 
3702         * src/plugins/clamav/clamav_plugin.[ch]
3703           src/plugins/clamav/clamav_plugin_gtk.c
3704                 rename some params
3705                 resize max_size window
3706                 re-arrange the order of some gui elements
3707                 improve descriptions
3708         
3709         * src/plugins/image_viewer/plugin.c
3710           src/plugins/mathml_viewer/mathml_viewer.c
3711                 add descriptions
3712                 
3713         * src/plugins/spamassassin/spamassassin_gtk.c
3714                 resize max_size window
3715                 re-arrange the order of some gui elements
3716                 
3717         * src/messageview.c
3718           src/mimeview.c
3719                 correct typos
3720
3721 2003-04-30 [alfons]     0.8.11claws124
3722
3723         * src/imap.c
3724                 fix a leak found while browsing Martin Kluge's 
3725                 valgrind log (Claws only)
3726
3727 2003-04-29 [darko]      0.8.11claws123
3728
3729         * src/gtk/gtkstext.h
3730                 include wchar.h if it is available, fixes compilation
3731                 on HP-UX systems
3732
3733 2003-04-29 [melvin]     0.8.11claws122
3734
3735         * src/prefs_actions.c
3736                 Improved help text of Actions' syntax
3737
3738 2003-04-28 [paul]       0.8.11claws121
3739
3740         * src/action.c
3741                 a better fix for the crash when performing an action
3742                 on a mime part
3743
3744 2003-04-28 [paul]       0.8.11claws120
3745
3746         * src/action.c
3747                 fix crash when performing an action on a
3748                 mime part
3749
3750 2003-04-28 [paul]       0.8.11claws119
3751
3752         * sync with 0.8.11cvs36
3753                 see ChangeLog 2003-04-28
3754
3755 2003-04-27 [paul]       0.8.11claws118
3756
3757         * more sync with 0.8.11cvs35
3758                 see ChangeLog 2003-04-25
3759
3760 2003-04-26 [christoph]  0.8.11claws117
3761
3762         * src/folder.c
3763                 fix remove virtual check
3764
3765 2003-04-26 [paul]       0.8.11claws116
3766
3767         * src/messageview.c
3768                 fix return-receipt, make it work again
3769
3770 2003-04-26 [paul]       0.8.11claws115
3771
3772         * src/mimeview.c
3773                 restore double-clicking of the [application/pgp-signature 
3774                 (Select "Check signature" to check)] line in the message view,
3775                 broken in recent sync
3776
3777 2003-04-26 [christoph]  0.8.11claws114
3778
3779         * src/folder.c
3780                 check if remove virtual really exists before
3781                 calling the function
3782
3783 2003-04-25 [match]      0.8.11claws113
3784
3785         * src/addrindex.c
3786         * src/addrbook.c
3787         * src/ldapquery.[ch]
3788         * src/ldapctrl.[ch]
3789                 fix memleak.
3790         * src/ldapserver.[ch]
3791                 fix memleak. fix segfault.
3792                 plug a Claws memleak
3793
3794 2003-04-25 [alfons]     0.8.11claws112
3795
3796         * src/folder.c
3797                 plug a Claws memleak
3798
3799 2003-04-25 [alfons]     0.8.11claws111
3800
3801         * src/common/session.c
3802                 plug a memleak
3803
3804 2003-04-25 [paul]       0.8.11claws110
3805
3806         * sync with 0.8.11cvs35
3807                 see ChangeLog 2003-04-24 and 2003-04-25
3808                 
3809         * src/gtk/pluginwindow.c
3810                 correct another strange float value
3811
3812 2003-04-24 [christoph]  0.8.11claws109
3813
3814         * src/folder.c
3815                 freeze folder item updates when unsetting new flags
3816
3817         * src/gtk/pluginwindow.c
3818                 correct strange float value
3819
3820 2003-04-23 [paul]       0.8.11claws108
3821
3822         * sync with 0.8.11cvs33
3823                 see ChangeLog 2003-04-23
3824
3825 2003-04-22 [paul]       0.8.11claws107
3826
3827         * src/Makefile.am
3828           src/messageview.c
3829           src/mimeview.c
3830           src/pgptext.[ch]      ** REMOVED **
3831                 remove pgptext.[ch] as its not used any more
3832
3833 2003-04-22 [paul]       0.8.11claws106
3834
3835         * sync with 0.8.11cvs31
3836                 see ChangeLog 2003-04-21 and 2003-04-22
3837
3838 2003-04-21 [alfons]     0.8.11claws105
3839
3840         * src/main.c
3841                 No access to GTK structures if we're a spawned child
3842                 (and clean up code a little bit...) Should fix #126.
3843
3844 2003-04-21 [melvin]     0.8.11claws104
3845
3846         * src/plugins/dillo_viewer/README
3847                 Improved slightly the text.
3848
3849 2003-04-21 [melvin]     0.8.11claws103
3850
3851         * src/plugins/dillo_viewer/README *** NEW ***
3852                 Added a README file for the Dillo plugin
3853
3854 2003-04-20 [paul]
3855
3856         * tools/README
3857           tools/outlook2sylpheed.pl
3858                 updated and improved by Ricardo Mones Lastra
3859
3860 2003-04-18 [oliver]     0.8.11claws102
3861
3862         * src/inc.c 
3863         * src/prefs_account.h
3864                 remove Pop3SessionType (used by selective download)
3865         * src/prefs_toolbar.c
3866                 enable set Default Toolbar button
3867
3868 2003-04-18 [paul]       0.8.11claws101
3869
3870         * sync with 0.8.11cvs29
3871                 see ChangeLog 2003-04-18
3872
3873 2003-04-17 [paul]       0.8.11claws100
3874
3875         * src/prefs_common.[ch]
3876           src/summaryview.c
3877                 remove 'Open next message on deletion' option,
3878                 as the same effect can now be achieved via the
3879                 'Always open messages in summary when selected'
3880                 option.
3881
3882 2003-04-17 [paul]       0.8.11claws99
3883
3884         * sync with 0.8.11cvs28
3885                 see ChangeLog 2003-04-17
3886
3887 2003-04-17 [christoph]  0.8.11claws98
3888
3889         * ac/spamassassin.m4
3890         * src/plugins/spamassassin/libspamc.[ch]
3891         * src/plugins/spamassassin/utils.[ch]
3892                 sync libspamc with SpamAssassin project
3893
3894 2003-04-17 [christoph]  0.8.11claws97
3895
3896         * src/common/socket.h
3897         * src/gtk/sslcertwindow.h
3898                 rename old USE_SSL to USE_OPENSSL
3899
3900 2003-04-17 [paul]       0.8.11claws96
3901
3902         * src/prefs_common.h
3903                 use gulong for P_COLOR so that it compiles/runs on
3904                 64-bit systems. Patch submitted by James Noyes
3905                 <jnoyes-claws@retrogeeks.com>
3906                 
3907         * po/de.po
3908                 updated by Jens
3909
3910 2003-04-17 [paul]       0.8.11claws95
3911
3912         * sync with 0.8.11cvs27
3913                 see ChangeLog 2003-04-16
3914
3915 2003-04-15 [paul]       0.8.11claws94
3916
3917         * src/prefs_common.[ch]
3918                 rearrange to stop the window getting too long:
3919                         move Receive dialog stuff to Receive tab
3920                         move Send dialog to Send tab
3921                         remove Dialogs frame
3922                 rename 'Open messages in summary with cursor keys' to
3923                 'Always open messages in summary when selected', as its
3924                 more appropriate
3925
3926 2003-04-15 [paul]       0.8.11claws93
3927
3928         * src/prefs_common.[ch]
3929           src/summaryview.c
3930                 add new option '/Interface/Open next message on deletion'
3931
3932 2003-04-15 [paul]       0.8.11claws92
3933
3934         * src/summaryview.[ch]
3935                 add /Mark/Lock and /Mark/Unlock to the pop-up
3936                 menu. Patch submitted by Ivan Francolin Martinez
3937                 <ivanfm@users.sourceforge.net>
3938
3939 2003-04-15 [paul]       0.8.11claws91
3940
3941         * sync with 0.8.11cvs24
3942                 see ChangeLog 2003-04-15
3943
3944 2003-04-14 [jens]       0.8.11claws90
3945
3946         * updated German translation and some corrections from
3947                 Roland Bless <bless@tm.uka.de>
3948
3949 2003-04-14 [paul]       0.8.11claws89
3950
3951         * sync with 0.8.11cvs22
3952                 see ChangeLog 2003-04-14
3953
3954 2003-04-13 [paul]       0.8.11claws88
3955
3956         * src/plugins/clamav/clamav_plugin.c
3957                 fix memory leaks
3958                 clean up
3959
3960 2003-04-12 [paul]       0.8.11claws87
3961
3962         * src/plugins/clamav/clamav_plugin.c
3963                 activate enable/disable archive scanning option
3964                 
3965         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3966
3967 2003-04-12 [paul]       0.8.11claws86
3968
3969         * src/plugins/Makefile.am
3970           src/plugins/clamav/Makefile.am                ** NEW FILE **
3971           src/plugins/clamav/README                     ** NEW FILE ** 
3972           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3973           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3974                 add Clam AntiVirus plugin
3975
3976 2003-04-12 [paul]       0.8.11claws85
3977
3978         * sync with 0.8.11cvs21
3979                 see ChangeLog 2003-04-11
3980
3981 2003-04-11 [paul]       0.8.11claws84
3982
3983         * po/es.po
3984                 update Spanish translation. Submitted by Ricardo
3985                 Mones Lastra.
3986
3987 2003-04-10 [christoph]  0.8.11claws83
3988
3989         * src/mbox.c
3990                 fix typo that did not move unfiltered mails to destination
3991                 folder
3992
3993         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3994          when filtering from spool)
3995
3996 2003-04-10 [christoph]  0.8.11claws82
3997
3998         * src/imap.c
3999                 use BODY.PEEK instead of BODY in in message fetch operation
4000                 to make sure the IMAP server does not set the \Seen flag for
4001                 messages. Sylpheed does that later itself, when the message
4002                 is opened in sylpheed
4003
4004         (closes Bug 111 Claws destroys unread marks)
4005
4006 2003-04-09 [oliver]     0.8.11claws81
4007         
4008         * src/folder.c
4009                 fix crash in folder_destroy
4010         * README.claws
4011                 remove selective download
4012
4013 2003-04-09 [christoph]  0.8.11claws80
4014
4015         * src/imap.c
4016                 fix crash in imap_get_msginfo() when then fetched message
4017                 is not found
4018
4019         (closes Bug 110 Crash during mail composition)
4020
4021 2003-04-08 [christoph]  0.8.11claws79
4022
4023         * src/folder.c
4024         * src/prefs_account.c
4025                 Filter new messages that are found in an INBOX folder
4026                 when 'Filter messages on receiving' is enabled in the
4027                 Folder's AccountPrefs. This allows to use Sylpheed's
4028                 filtering engine for IMAP folders where messages are
4029                 added to the INBOX by a MTA
4030
4031 2003-04-08 [paul]       0.8.11claws78
4032
4033         * src/procmsg.h
4034                 clean up after last commit
4035
4036 2003-04-08 [paul]       0.8.11claws77
4037
4038         * sync with 0.8.11cvs20
4039                 see ChangeLog 2003-04-07 and 2003-04-08
4040
4041 2003-04-07 [christoph]  0.8.11claws76
4042
4043         * src/filtering.[ch]
4044         * src/inc.[ch]
4045         * src/mbox.c
4046         * src/procmsg.[ch]
4047                 add procmsg_msginfo_filter() to execute filtering actions
4048
4049 2003-04-06 [christoph]  0.8.11claws75
4050
4051         * src/imap.c
4052                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
4053
4054 2003-04-06 [christoph]  0.8.11claws74
4055
4056         * src/common/utils.[ch]
4057                 add g_int_compare() function for slist sorting
4058
4059         * src/imap.c
4060                 fetch all MsgInfos with one command in imap_get_msginfos()
4061                 using an imap set with a list of ranges
4062
4063         * src/news.c
4064                 use new g_int_compare() function
4065
4066 2003-04-06 [thorsten]   0.8.11claws73
4067
4068         * src/mh.c
4069                 corrected implementation of mh_folder_destroy()
4070
4071 2003-04-05 [christoph]  0.8.11claws72
4072
4073         * src/account.c
4074         * src/folder.[ch]
4075         * src/folderview.c
4076         * src/imap.c
4077         * src/inc.c
4078         * src/main.c
4079         * src/mainwindow.c
4080         * src/mbox_folder.c
4081         * src/mh.c
4082         * src/mimeview.h
4083         * src/msgcache.[ch]
4084         * src/news.c
4085         * src/procmime.h
4086         * src/procmsg.[ch]
4087         * src/setup.c
4088         * src/gtk/gtkutils.c
4089                 o rename structure field names class and new to klass and
4090                   new_msgs, to allow including files in C++
4091                 o add 'extern "C"' block to some header files
4092                 o add MsgInfoList and MsgNumberList as alias for GSList for
4093                   developers to know what type of list is expected
4094
4095         * src/plugins/image_viewer/plugin.c
4096         * src/plugins/image_viewer/viewer.[ch]
4097         * src/plugins/image_viewer/viewerprefs.[ch]
4098                 rename function names to prevent conflicts
4099
4100 2003-04-05 [paul]       0.8.11claws71
4101
4102         * sync with 0.8.11cvs18
4103                 see ChangeLog 2003-04-03 and 2003-04-04
4104
4105 2003-04-02 [christoph]  0.8.11claws70
4106
4107         * src/folder.[ch]
4108         * src/imap.[ch]
4109         * src/mbox_folder.[ch]
4110         * src/mh.[ch]
4111         * src/news.[ch]
4112                 o Make all virtual folder functions private
4113                 o remove unused folder code
4114
4115         * src/common/socket.[ch]
4116         * src/summaryview.c
4117                 fix warnings
4118
4119 2003-03-30 [alfons]     0.8.11claws69
4120
4121         * src/send_message.c
4122                 remove two debug traces and see if people still report
4123                 errors
4124
4125 2003-03-30 [alfons]     0.8.11claws68
4126
4127         * src/send_message.c
4128         * src/commons/session.c
4129                 add more debug traces
4130
4131 2003-03-30 [christoph]  0.8.11claws67
4132
4133         * src/folder.c
4134                 change processing folder name from .processing to processing
4135
4136         * src/common/ssl.c
4137                 disable SSL certificate check because it causes Xlib error
4138                 when the child process want's to open an GTK window
4139
4140 2003-03-30 [christoph]  0.8.11claws66
4141
4142         * src/folder.c
4143                 don't use default folder for processing folder item because
4144                 it can be a non local folder
4145
4146         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
4147
4148 2003-03-30 [alfons]     0.8.11claws65
4149
4150         * src/send_message.c
4151                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
4152                 to generate bad code for 'send_send_data_progressive': When
4153                 called from 'send_send_data_finished', the 'data' pointer is
4154                 cleared just before the assignment to the dialog pointer
4155
4156 2003-03-29 [christoph]  0.8.11claws64
4157
4158         * src/common/prefs.h
4159         * src/plugins/image_viewer/Makefile.am
4160         * src/plugins/image_viewer/plugin.c
4161         * src/plugins/image_viewer/viewer.[ch]
4162         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
4163                 add PrefsPage for ImageViewer
4164
4165 2003-03-28 [thorsten]   0.8.11claws63
4166
4167         * src/common/session.c
4168                 added some comments
4169
4170 2003-03-28 [paul]       0.8.11claws62
4171
4172         * sync with 0.8.11cvs16
4173                 see ChangeLog 2003-03-28
4174
4175 2003-03-28 [paul]       0.8.11claws61
4176
4177         * sync with 0.8.11cvs15
4178                 see ChangeLog 2003-03-28
4179
4180 2003-03-27 [christoph]  0.8.11claws60
4181
4182         * src/folder.c
4183         * src/imap.c
4184         * src/common/socket.[ch]
4185                 set socket state to DISCONNECTED when any operation
4186                 fails to allow reconnecting in IMAP code without
4187                 checking the return code of all calls to the command
4188                 functions
4189
4190         * src/folderview.c
4191         * src/summaryview.c
4192                 remove some more stuff that depends on specific
4193                 folder types
4194
4195 2003-03-27 [paul]       0.8.11claws59
4196
4197         * sync with 0.8.11cvs14
4198                 see ChangeLog 2003-03-27
4199                 
4200         * src/selective_download.[ch]   ** REMOVED **
4201                 really removed
4202
4203 2003-03-27 [christoph]  0.8.11claws58
4204
4205         * src/folder.c
4206                 fix handling of tmp_flags in flag copy function
4207
4208 2003-03-27 [paul]       0.8.11claws57
4209
4210         * sync with 0.8.11cvs13
4211                 see ChangeLog 2003-03-27
4212
4213 2003-03-27 [oliver]     0.8.11claws56
4214
4215         * src/maiwindow.c
4216                 remove sel_download_cb
4217
4218 2003-03-27 [oliver]     0.8.11claws55
4219         
4220         * src/inc.c
4221                 remove POP3_TOP
4222         
4223 2003-03-26 [oliver]     0.8.11claws54
4224
4225         *src/pop.h
4226                 remove POP3_TOP*
4227         * README.claws
4228                 remove selective donwload readme
4229
4230 2003-03-26 [oliver]     0.8.11claws53
4231         * src/matcher.[ch]
4232         * src/matcher_parser_parse.y 
4233         * src/pop.c 
4234         * src/prefs_account.[ch]
4235         * src/prefs_filtering.c
4236                 remove selective donwload
4237
4238 2003-03-26 [oliver]     0.8.11claws52
4239
4240         * src/inc.[ch] 
4241         * src/filtering.c 
4242         * src/mainwindow.c 
4243                 remove selective donwload
4244
4245 2003-03-26 [oliver]     0.8.11claws51
4246         
4247         * src/Makefile.am
4248         * src/selective_download.[ch]   ** REMOVE **    
4249
4250 2003-03-26 [christoph]  0.8.11claws50
4251
4252         * src/news.c
4253                 fix NEWS that got broken by a sync with sylpheed-main
4254
4255 2003-03-26 [christoph]  0.8.11claws49
4256
4257         * src/mimeview.c
4258                 fix mime type guessing when no mime type is found for a file
4259
4260 2003-03-25 [christoph]  0.8.11claws48
4261
4262         * src/mimeview.c
4263         * src/procmime.c
4264                 remove mime type guessing from mime parser and use
4265                 name based mime types in viewer lookup for mime type
4266                 application/octet-stream
4267
4268 2003-03-25 [christoph]  0.8.11claws47
4269
4270         * doc-src/readme.txt
4271         * doc-src/rfc2554.txt
4272                 add RFC about SMTP AUTH
4273
4274         * src/send_message.c
4275         * src/common/smtp.[ch]
4276                 add extra error code for authentication errors and
4277                 clear temporary password when this error occurs
4278
4279         (closes Bug 84 authentication failure while sending should
4280          prompt for password again)
4281
4282 2003-03-25 [christoph]  0.8.11claws46
4283
4284         * configure.ac
4285         * src/Makefile.am
4286         * src/imageview.[ch]                            ** REMOVE **
4287         * src/messageview.[ch]
4288         * src/mimeview.[ch]
4289         * src/prefs_common.[ch]
4290         * src/textview.c
4291         * src/plugins/Makefile.am
4292         * src/plugins/image_viewer/.cvsignore           ** NEW **
4293         * src/plugins/image_viewer/Makefile.am          ** NEW **
4294         * src/plugins/image_viewer/plugin.c             ** NEW **
4295         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4296                 move image viewer into a plugin (building is enabled by default)
4297                 [ToDo: Prefs for resize and autoview]
4298
4299 2003-03-25 [paul]       0.8.11claws45
4300
4301         * sync with 0.8.11cvs12
4302                 see ChangeLog 2003-03-26
4303
4304 2003-03-25 [paul]       0.8.11claws44
4305
4306         * sync with 0.8.11cvs11
4307                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4308                 
4309         Note: Selective Download is broken.
4310                 
4311 2003-03-22 [christoph]  0.8.11claws43
4312
4313         * src/folder.c
4314                 code cleanup for flags copying
4315
4316 2003-03-22 [christoph]  0.8.11claws42
4317
4318         * src/plugins/trayicon/trayicon.c
4319                 fix setting the transparent area when the window size
4320                 is forced by the system tray
4321
4322 2003-03-22 [christoph]  0.8.11claws41
4323
4324         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4325         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4326         * src/plugins/trayicon/newmail.xpm              ** NEW **
4327         * src/plugins/trayicon/nomail.xpm               ** NEW **
4328         * src/plugins/trayicon/trayicon.c
4329         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4330                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4331                 o add icon for unread mails
4332                 o set transparency for window
4333
4334 2003-03-22 [christoph]  0.8.11claws40
4335
4336         * src/news.c
4337                 init news session to prevent crash when session is closed
4338
4339 2003-03-22 [christoph]  0.8.11claws39
4340
4341         * src/imap.c
4342         * src/common/session.[ch]
4343                 Init session data to make sure we don't have invalid pointers
4344                 for read_ch and write_ch when new multi process sessions are
4345                 not used
4346
4347         * src/main.c
4348         * src/common/plugin.c
4349         * src/common/sylpheed.c
4350         * src/plugins/demo/demo.c
4351         * src/plugins/dillo_viewer/dillo_viewer.c
4352         * src/plugins/mathml_viewer/mathml_viewer.c
4353         * src/plugins/spamassassin/spamassassin.c
4354         * src/plugins/spamassassin/spamassassin_gtk.c
4355                 add plugin types to allow loading plugins at different times
4356                 (and maybe for different frontends), because it's not good to
4357                 load GTK-Plugins gefore gtk_init was called
4358
4359         * configure.ac
4360         * src/plugins/Makefile.am
4361         * src/plugins/trayicon/.cvsignore               ** NEW **
4362         * src/plugins/trayicon/Makefile.am              ** NEW **
4363         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4364         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4365         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4366         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4367         * src/plugins/trayicon/trayicon.c               ** NEW **
4368                 New Trayicon plugin that shows an icon in a systray that uses
4369                 XEMBED protocol like Gnome's systray. Icon shows if there
4370                 are new mails and a tooltip shows information about new,
4371                 unread and total messages.
4372
4373 2003-03-22 [paul]       0.8.11claws38
4374
4375         * src/common/smtp.c
4376                 fix ESMTP AUTH CRAM-MD5
4377                 [sync with main (still version 0.8.11cvs6), see
4378                  ChangeLog 2003-03-22]
4379
4380 2003-03-21 [colin]      0.8.11claws37
4381
4382         * src/send_message.c
4383                 Fix USE_SSL => USE_OPENSSL
4384
4385 2003-03-21 [colin]      0.8.11claws36
4386
4387         * src/folderview.c
4388                 Fix counts in drag and dropped subfolders
4389
4390 2003-03-21 [colin]      0.8.11claws35
4391
4392         * src/folder.c 
4393         * src/folderview.c
4394                 speed up a bit folder dnd
4395
4396 2003-03-20 [alfons]     0.8.11claws34
4397
4398         * src/main.c
4399         * src/toolbar.c
4400         * src/procmsg.c
4401                 don't send locked queue messages
4402                 (feature request "[ 705245 ] Locking message in outbox 
4403                  should prevent sending")
4404
4405 2003-03-20 [christoph]  0.8.11claws33
4406
4407         * src/folder.c
4408                 remove NEW and UNREAD flag in special folders when scanning
4409                 
4410         * src/common/smtp.c
4411                 fix ESMTP AUTH CRAM-MD5
4412
4413 2003-03-20 [paul]       0.8.11claws32
4414
4415         * src/prefs_account.c
4416                 Re-write 'Tunnel command to open connection' as
4417                 'Use command to communicate with server', and disable
4418                 it for all except IMAP accounts
4419
4420 2003-03-20 [paul]       0.8.11claws31
4421
4422         * sync with 0.8.11cvs6
4423                 see ChangeLog 2003-03-20
4424
4425 2003-03-19 [match]      0.8.11claws30
4426
4427         * src/addritem.[ch]
4428                 include documentation. minor refactoring.
4429         * src/addr_compl.[ch]
4430         * src/addrindex.[ch]
4431         * src/addresbook.[ch]
4432         * src/summaryview.c
4433                 re-enable address lookup (was disabled in
4434                 0.8.11claws20).
4435
4436 2003-03-19 [christoph]  0.8.11claws29
4437
4438         * src/procmsg.c
4439                 add temp flag handling, will make moving and copying
4440                 messages possible again
4441
4442         * src/folder.c
4443                 correct calulation of folder stats
4444
4445 2003-03-18 [match]      0.8.11claws28
4446
4447         * src/editgroup.h
4448                 remove case sensitive comparison (closes bug 80).
4449
4450 2003-03-18 [christoph]  0.8.11claws27
4451
4452         * src/imap.c
4453                 fix imap using a tunnel command
4454
4455         (closes bug 87)
4456
4457 2003-03-18 [christoph]  0.8.11claws26
4458
4459         * src/folder.[ch]
4460         * src/imap.c
4461         * src/procmsg.[ch]
4462                 rewrite flag handling for folders
4463
4464 2003-03-18 [christoph]  0.8.11claws25
4465
4466         * src/folder.c
4467         * src/procmsg.c
4468         * src/summaryview.c
4469                 unset NEW and UNREAD flags when message is ignored, to make
4470                 sure messages don't show up as unread on other IMAP clients,
4471                 because the IGNORE_THREAD flag can not be syncronized through
4472                 the IMAP folder
4473
4474 2003-03-17 [christoph]  0.8.11claws24
4475
4476         * src/imap.c
4477                 don't use recursion to fetch uids when the number of messages
4478                 does not match. Moved code into subfunction that is used
4479                 again when needed, to prevent an endless loop.
4480
4481 2003-03-17 [thorsten]   0.8.11claws23
4482
4483         * src/imageview.[ch]
4484                 export imageview_get_resized_size() (for plugins)
4485         * src/prefs_common.[ch]
4486                 added prefs_common_get() (for plugins)
4487
4488 2003-03-17 [christoph]  0.8.11claws22
4489
4490         * src/imap.c
4491                 o remove UID guessing from copy code
4492                 o support UIDPLUS extension for APPEND command
4493
4494 2003-03-17 [paul]       0.8.11claws21
4495
4496         * src/gtk/about.c
4497                 remove 'Compiled-plugins' section.
4498                 
4499         * src/plugins/dillo_viewer/dillo_viewer.c
4500                 slight change to description text
4501
4502 2003-03-16 [match]      0.8.11claws20
4503         * src/ldapserver.[ch]           ** NEW **
4504         * src/ldapctrl.[ch]             ** NEW **
4505         * src/ldapquery.[ch]            ** NEW **
4506         * src/ldaputil.[ch]             ** NEW **
4507         * src/addrcindex.[ch]           ** NEW **
4508         * src/addrquery.h               ** NEW **
4509         * src/addritem.[ch]
4510         * src/addrcache.[ch]
4511         * src/addrindex.[ch]
4512         * src/addr_compl.[ch]
4513         * src/addressbook.[ch]
4514         * src/addrbook.[ch]
4515         * src/editgroup.c
4516         * src/editaddress.c
4517         * src/editldap.c
4518         * src/editldap_basedn.c
4519         * src/vcard.c
4520         * src/jpilot.c
4521         * src/Makefile.am
4522                 included dynamic LDAP queries. improved address
4523                 completion.
4524
4525 2003-03-16 [paul]       0.8.11claws19
4526
4527         * tools/multiwebsearch.pl
4528                 fix a fatal typo
4529
4530 2003-03-16 [christoph]  0.8.11claws18
4531
4532         * src/mimeview.c
4533         * src/plugins/dillo_viewer/dillo_viewer.c
4534         * src/plugins/mathml_viewer/mathml_viewer.c
4535                 make unregistering of MimeViewerFactorys possible
4536
4537 2003-03-16 [alfons]     0.8.11claws17
4538
4539         * configure.ac
4540                 correct typo
4541
4542 2003-03-16 [melvin]     0.8.11claws16
4543
4544         * src/plugins/dillo_viewer.c
4545                 Fixed bug where it was not possible to view more than
4546                 one text/html attachment per message (bug discovered
4547                 by Christoph Hohmann).
4548
4549 2003-03-15 [melvin]     0.8.11claws15
4550
4551         * src/prefs_actions.c
4552                 Fixed compilation warnings.
4553
4554 2003-03-15 [melvin]     0.8.11claws14
4555
4556         * src/plugins/Makefile.am
4557         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4558         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4559         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4560                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4561                 newer (http://dillo.auriga.wearlab.de/).
4562
4563 2003-03-15 [christoph]  0.8.11claws13
4564
4565         * src/imap.c
4566                 don't query imap folder for attributes because we already
4567                 for them from imap_status
4568
4569         * src/mimeview.[ch]
4570                 add support for plugable MimeViewers (unloading Viewers
4571                 not yet complete)
4572
4573         * src/plugins/Makefile.am
4574         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4575         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4576         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4577                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4578                 widget from http://helm.cs.unibo.it/mml-widget/
4579
4580 2003-03-14 [christoph]  0.8.11claws12
4581
4582         * src/folder.[ch]
4583                 o error return code's should better be negative
4584                 o replace printf with debug_print
4585
4586         * src/imap.c
4587                 improve IMAP folder scan by checking UID-NEXT
4588
4589         * src/summaryview.c
4590                 remove check that are unnecessary in my opinion
4591
4592 2003-03-13 [christoph]  0.8.11claws11
4593
4594         * src/folder.[ch]
4595         * src/foldersel.c
4596         * src/folderview.c
4597         * src/imap.c
4598         * src/mbox_folder.c
4599         * src/mh.c
4600         * src/news.c
4601         * src/prefs_scoring.c
4602         * src/summaryview.c
4603                 use a common function to get a displayable name
4604                 for a FolderItem
4605
4606 2003-03-13 [paul]       0.8.11claws10
4607
4608         * tools/Makefile.am
4609           tools/README
4610           tools/multiwebsearch.conf     ** NEW FILE **
4611           tools/multiwebsearch.pl       ** NEW FILE **
4612                 add multiwebsearch Actions script
4613
4614 2003-03-13 [colin]      0.8.11claws9
4615
4616         * src/compose.c
4617                 Remove leading emtpy lines from quoted text
4618                 before quoting it
4619
4620 2003-03-13 [melvin]     0.8.11claws8
4621
4622         * src/prefs_actions.c
4623                 Fixed a memory leak
4624                 Code clean ups
4625                 Added Cancel and OK buttons
4626                 Corrected help text
4627
4628 2003-03-13 [christoph]  0.8.11claws7
4629
4630         * src/account.c
4631         * src/folder.[ch]
4632         * src/imap.c
4633         * src/mainwindow.c
4634         * src/mbox_folder.c
4635         * src/mh.c
4636         * src/news.c
4637         * src/setup.c
4638                 replace more folder type stuff with folder class stuff
4639
4640 2003-03-13 [melvin]     0.8.11claws6
4641
4642         * src/prefs_actions.c
4643                 Added new tokens:
4644                 %u: user provided argument
4645                 %h: user provided argument (hidden on input)
4646                 %s: current text selection in the message view 
4647
4648 2003-03-13 [paul]       0.8.11claws5
4649
4650         * sync with 0.8.11cvs5
4651                 see ChangeLog 2003-03-11, 2003-03-12
4652
4653 2003-03-12 [christoph]  0.8.11claws4
4654
4655         * src/folder.c
4656                 use folder class idstr when writing folderlist.xml
4657
4658         * src/folder.h
4659         * src/imap.c
4660         * src/news.c
4661                 replace folder type checks with folder class checks
4662
4663 2003-03-12 [christoph]  0.8.11claws3
4664
4665         * src/folder.[ch]
4666         * src/imap.[ch]
4667         * src/main.c
4668         * src/mbox_folder.[ch]
4669         * src/mh.[ch]
4670         * src/news.[ch]
4671                 o create a list of known folder classes in the folder system
4672                 o use folder class id strings for folder item identifiers
4673
4674 2003-03-12 [christoph]  0.8.11claws2
4675
4676         * src/imap.c
4677                 fix imap uid validity check
4678
4679 2003-03-12 [christoph]  0.8.11claws1
4680
4681         * src/account.c
4682         * src/folder.[ch]
4683         * src/foldersel.c
4684         * src/folderview.c
4685         * src/imap.c
4686         * src/mainwindow.c
4687         * src/mbox_folder.c
4688         * src/mh.c
4689         * src/news.c
4690         * src/prefs_scoring.c
4691         * src/procmsg.c
4692         * src/setup.c
4693         * src/summaryview.c
4694                 initial restructuring of folder system, seperating
4695                 folders and folder classes
4696
4697 2003-03-12 [paul]       0.8.11claws
4698
4699         0.8.11claws release
4700
4701 2003-03-12 [christoph]
4702
4703         * src/gtk/prefswindow.c
4704                 fix translation of "Page Index"
4705
4706 2003-03-12 [paul]       0.8.10claws110
4707
4708         a sync from 0.8.11cvs4 before the release
4709
4710         * src/common/utils.c
4711                 subject_compare_for_sort(): allow null strings (fixes
4712                 summary sorting).
4713
4714 2003-03-11 [paul]       0.8.10claws109
4715
4716         * po/es.po
4717                 update Spanish translation, submitted by
4718                 Ricardo Mones Lastra
4719
4720 2003-03-11 [melvin]     0.8.10claws108
4721
4722         * po/fr.po
4723                 Updated French translations
4724
4725 2003-03-11 [paul]       0.8.10claws107
4726
4727         * manual/en/Makefile.am
4728           manual/en/*.html
4729                 update English manual, add a new page
4730                 updated by Francois Barriere <fbarriere@atmel.fr>
4731                 
4732         * po/bg.po
4733           po/it.po
4734           po/sr.po
4735                 update Bulgarian, Italian, and Serbian translations
4736                 submitted by George Danchev, Alessandro Maestri, and
4737                 Urke MMI
4738
4739 2003-03-10 [paul]       0.8.10claws106
4740
4741         * src/gtk/about.c
4742           src/gtk/prefswindow.c
4743                 make some strings translatable
4744
4745 2003-03-10 [darko]      0.8.10claws105
4746
4747         * src/compose.c
4748                 code cleanup to make Hiro happy
4749
4750 2003-03-10 [paul]       0.8.10claws104
4751
4752         * sync with 0.8.11cvs2
4753                 see ChangeLog 2003-03-10
4754
4755 2003-03-09 [melvin]     0.8.10claws103
4756
4757         * src/textview.c
4758                 textview_set_font(): fix for message display in
4759                 UTF-8 locales (thanks to Sergey Vlasov).
4760                 (was unintentionnaly reverted in 0.8.6claws6)   
4761
4762 2003-03-08 [darko]      0.8.10claws102
4763
4764         * src/compose.c
4765                 fix infinite loop in wrapping as reported
4766                 by happycactus
4767                 obsoletes patch #696482
4768
4769 2003-03-08 [christoph]  0.8.10claws101
4770
4771         * src/imap.c
4772                 add workaround for IMAP servers that do not
4773                 support the "UID SEARCH UID" command
4774
4775 2003-03-07 [christoph]  0.8.10claws100
4776
4777         * src/plugins/spamassassin/spamassassin.[ch]
4778         * src/plugins/spamassassin/spamassassin_gtk.c
4779                 code cleanup
4780
4781 2003-03-07 [paul]       0.8.10claws99
4782
4783         * po/es.po
4784                 updated Spanish translation, submitted by
4785                 Ricardo Mones Lastra
4786
4787 2003-03-07 [christoph]  0.8.10claws98
4788
4789         * src/send.c
4790                 fix in 0.8.10claws94 was wrong
4791                 local delivery does not require escaping, remove escaping
4792                 code to make signatures of mails with "." lines valid
4793                 
4794                 NOTE: requires that sendmail is executed with "-i" option,
4795                       what is the default now, but has to be changed in all
4796                       exsiting accounts)
4797
4798 2003-03-07 [paul]       0.8.10claws97
4799
4800         * sync with 0.8.11 release
4801                 see ChangeLog 2003-03-07
4802
4803 2003-03-06 [paul]       0.8.10claws96
4804
4805         * src/compose.c
4806                 revert commit 0.8.10claws92
4807
4808 2003-03-06 [paul]       0.8.10claws95
4809
4810         * src/folderview.c
4811                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4812
4813         * src/gtkaspell.c
4814                 fix bug 74, 'Crash opening editor window with pseudo-color
4815                 display'
4816                 
4817         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4818
4819 2003-03-06 [christoph]  0.8.10claws94
4820
4821         * src/send.c
4822                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4823                 all lines starting with a period get an extra period
4824                 inserted
4825                 (found by Simon 'corecode' Schubert)
4826
4827 2003-03-06 [paul]       0.8.10claws93
4828
4829         * src/folderview.c
4830                 if configured font can't be loaded fall back to gtk
4831                 default. (with thanks to Christoph)
4832                 
4833                 closes long-standing bug 15 'Crashes on startup'
4834
4835 2003-03-06 [paul]       0.8.10claws92
4836
4837         * src/compose.c
4838                 freeze text before autosave and thaw afterwards
4839                 fixes bug 67 'autosave make re-rediting message crazy'
4840
4841 2003-03-06 [christoph]  0.8.10claws91
4842
4843         * src/compose.c
4844                 ignore address comment in dupe check for Cc-list
4845
4846         (closes reopened bug 47 Replying to message strips name part of
4847          e-mail addresses of Cc: lines)
4848
4849 2003-03-06 [paul]       0.8.10claws90
4850
4851         * src/Makefile.am
4852                 remove reference to gtkxtext.h as its no longer in
4853                 the repository
4854
4855 2003-03-06 [paul]       0.8.10claws89
4856
4857         * sync with 0.8.10cvs25
4858                 see ChangeLog 2003-03-06
4859
4860 2003-03-06 [oliver]     0.8.10claws88
4861         
4862         * src/messageview.c
4863                 remove include
4864
4865 2003-03-06 [oliver]     0.8.10claws87
4866         
4867         * src/folderview.c 
4868                 remove changes introduced inclaws74
4869         * src/messageview.c
4870                 another attempt to sanely delete and update
4871                 messages deleted in separate messageview
4872
4873 2003-03-05 [christoph]  0.8.10claws86
4874
4875         * src/summaryview.c
4876                 check if "From" matches any account's address if
4877                 addressbook completion of addresses is disabled too
4878
4879         (closes Bug 70 "Display recipient in from" doesn't check
4880          folder's default account)
4881
4882 2003-03-05 [christoph]  0.8.10claws85
4883
4884         * src/compose.c
4885         * src/common/utils.[ch]
4886                 don't strip address comments when building Cc lists
4887
4888         (closes Bug 47 Replying to message strips name part of e-mail addresses
4889          of Cc: lines)
4890
4891         * src/folder.c
4892                 fix return value of copy function
4893
4894 2003-03-05 [christoph]  0.8.10claws84
4895
4896         * src/imap.c
4897                 don't ask imap server for non rfc822 headers
4898
4899         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4900
4901         * src/imap.c
4902                 destroy session on socket error to allow reconnecting
4903
4904 2003-03-05 [christoph]  0.8.10claws83
4905
4906         * configure.ac
4907                 fix building with gnome when no prefix is set
4908
4909         (closes bug 66 Gnome directory is set to NONE)
4910
4911 2003-03-05 [paul]       0.8.10claws82
4912
4913         * sync with 0.8.10cvs23
4914                 see ChangeLog 2003-03-05
4915
4916 2003-03-04 [christoph]  0.8.10claws81
4917
4918         * src/folder.c
4919                 o fix moving and copying when folder returns 0 for new
4920                   message number
4921                 o remove some code for single message copy and move
4922                   operations and use functions for multiple messages
4923
4924         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4925
4926         * src/news.c
4927                 remove unused include
4928
4929 2003-03-04 [paul]       0.8.10claws80
4930
4931         * src/gtk/about.c
4932                 list 'Compiled plugins'
4933
4934 2003-03-03 [christoph]  0.8.10claws79
4935
4936         * src/news.[ch]
4937                 have to multiply the percentage of the current fetch with
4938                 the percentage that it has of the total fetch operation
4939                 for correct values
4940
4941 2003-03-03 [christoph]  0.8.10claws78
4942
4943         * src/news.c
4944                 fix calculation of expected lines for progress indicator
4945
4946 2003-03-03 [christoph]  0.8.10claws77
4947
4948         * src/summaryview.c
4949         * src/common/utils.c
4950                 fix segfault when opening the root news folder
4951
4952 2003-03-03 [christoph]  0.8.10claws76
4953
4954         * src/mainwindow.[ch]
4955         * src/common/Makefile.am
4956         * src/common/progressindicator.[ch]
4957                 add UI independent progress indicator handling
4958
4959         * src/news.[ch]
4960                 use new progress indicator for message info fetching
4961
4962         * src/common/hooks.h
4963                 code cleanup
4964
4965 2003-03-03 [oliver]     0.8.10claws75
4966
4967         * src/toolbar.c
4968         * src/compose.c
4969                 removed commented code
4970
4971 2003-03-03 [oliver]     0.8.10claws74
4972
4973         * src/toolbar.[ch]
4974                 cleanups and refactoring
4975         * src/compose.[ch]
4976                 compose_reply_mode reply & forwarding interface for
4977                 toolbar buttons
4978         * src/folderview.c
4979                 act on messages marked for deletion in folderview_selected
4980                 based on prefs_common.immediate_exec since a message might 
4981                 have been deleted by messageview in a folder we are changing 
4982                 to (does anybody understand what I'm on about ?)
4983
4984 2003-03-03 [oliver]     0.8.10claws73
4985         
4986         * src/messageview.[ch]
4987                 new functions
4988                 - messageview_delete: delete message shown in messagview
4989                 - messageview_update_view: update messageview to currently 
4990                   selected summaryview message
4991                 - add separate messageview to msgview_list in order to update 
4992                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4993         * src/summaryview.[ch]
4994                 summary_get_selection returns a list of selected msgs
4995                 in summaryview
4996         * src/mainwindow.c
4997                 toolbar reply refactoring
4998
4999 2003-03-03 [paul]       0.8.10claws72
5000
5001         * sync with 0.8.10cvs21
5002                 see ChangeLog 2003-03-03
5003
5004 2003-03-02 [christoph]  0.8.10claws71
5005
5006         * src/common/passcrypt.c
5007                 use POSIX includes
5008
5009 2003-03-02 [christoph]  0.8.10claws70
5010
5011         * configure.ac
5012         * src/prefs_account.c
5013         * src/prefs_gtk.[ch]
5014         * src/common/.cvsignore
5015         * src/common/Makefile.am
5016         * src/common/passcrypt.c                ** NEW **
5017         * src/common/passcrypt.h.in             ** NEW **
5018                 Implement password encryption in config files
5019                 using unix encrypt and setkey functions. The crypt
5020                 key can be set as a configure parameter. Old
5021                 passwords will be converted if they do not begin
5022                 with '!'
5023
5024 2003-03-02 [paul]       0.8.10claws69
5025
5026         * src/prefs_account.c
5027                 fix compile error
5028
5029 2003-03-01 [thorsten]   0.8.10claws68
5030
5031         * po/el.po
5032           po/hr.po
5033           po/it.po
5034           po/nl.po
5035           po/sr.po
5036           po/sv.po
5037                 corrected format strings
5038         * po/en_GB.po
5039                 corrected headers
5040                 (fix compile errors with GNU gettext-0.11.5)
5041
5042 2003-03-01 [oliver]     0.8.10claws67
5043
5044         * src/summaryview.c
5045                 menu callbacks call toolbar_menu_reply
5046
5047 2003-03-01 [oliver]     0.8.10claws66
5048
5049         * src/mainwindow.c
5050         * src/messageview.c
5051                 menu callbacks call toolbar_menu_reply
5052         * src/toolbar.[ch]
5053                 callbacks from menu handled by toolbar_menu_reply
5054
5055 2003-03-01 [paul]       0.8.10claws65
5056
5057         * src/addressbook.c
5058                 revert commit 0.8.10claws54 - breaks editing of
5059                 addressbook.
5060                 
5061         * po/bg.po
5062                 update Bulgarian translation, submitted by
5063                 George Danchev
5064
5065 2003-02-28 [christoph]  0.8.10claws64
5066
5067         * src/account.c
5068         * src/addressadd.c
5069         * src/compose.c
5070         * src/gtkaspell.c
5071         * src/gtkxtext.h                ** REMOVE **
5072         * src/imap.c
5073         * src/matcher.[ch]
5074         * src/mh.c
5075         * src/news.c
5076         * src/pine.c
5077         * src/prefs_common.c
5078         * src/prefs_matcher.c
5079         * src/procheader.[ch]
5080         * src/procmsg.[ch]
5081         * src/toolbar.c
5082         * src/common/ssl_certificate.c
5083         * src/gtk/colorlabel.c
5084         * src/gtk/menu.c
5085                 o fix warnings
5086                 o remove code obsoleted by new cache and folder system rework
5087
5088 2003-02-28 [oliver]     0.8.10claws63
5089         
5090         * src/toolbar.[ch]
5091                 * fix bug where reply in Messageview replied to 
5092                 Message displayed in summaryview
5093                 (reportedd via ML by chinatinte at gmx dot ch)
5094                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
5095                 didn't work in separate MessageView Toolbar
5096                 (wondering if anybody uses this at all ?)
5097         * src/summaryview.[ch]
5098                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
5099                 (generalize reply and forward code);
5100         * src/messageview.c 
5101                 remove focus_in event which updated summaryview to messageview
5102
5103 2003-02-28 [paul]       0.8.10claws62
5104
5105         * po/Makefile.in.in
5106                 add the --check option
5107                 Patch submitted by Ricardo Mones Lastra
5108
5109 2003-02-28 [paul]       0.8.10claws61
5110
5111         * src/prefs_account.c
5112                 re-order 'Signature' items
5113
5114 2003-02-28 [paul]       0.8.10claws60
5115
5116         * sync with 0.8.10cvs20
5117                 see ChangeLog 2003-02-28
5118
5119 2003-02-28 [paul]       0.8.10claws59
5120
5121         * po/POTFILES.in
5122                 update to reflect recent movement of files
5123
5124 2003-02-28 [paul]       0.8.10claws58
5125
5126         * sync with 0.8.10cvs19
5127                 see ChangeLog 2003-02-28
5128
5129 2003-02-27 [martin]     0.8.10claws57
5130
5131         * src/prefs_matcher.c 
5132                 fix segfault in prefs_matcher_ok() when the
5133                 last entry is deleted and prevents that the
5134                 message "entry not saved" comes up after deleting
5135                 an entry
5136
5137 2003-02-27 [martin]     0.8.10claws56
5138
5139         * src/prefs_filtering.c 
5140                 fix segfault in prefs_filtering_ok() when the
5141                 last entry is deleted and prevents that the
5142                 message "entry not saved" comes up after deleting
5143                 an entry
5144
5145 2003-02-27 [paul]       0.8.10claws55
5146
5147         * sync with 0.8.10cvs18
5148                 see ChangeLog 2003-02-27
5149
5150 2003-02-27 [paul]       0.8.10claws54
5151
5152         * src/addressbook.c
5153                 fix bug where the address book crashes with 
5154                 multiple lookups.
5155                 Patch [687729] submitted by David Frager 
5156                 <dbfrager@users.sourceforge.net>
5157
5158 2003-02-25 [christoph]  0.8.10claws53
5159
5160         * src/Makefile.am
5161         * src/colorlabel.[ch]           ** REMOVE **
5162         * src/gtk/Makefile.am
5163         * src/gtk/colorlabel.[ch]       ** NEW **
5164                 move colorlabel files to gtk directory
5165
5166         * src/esmtp.[ch]                ** REMOVE **
5167                 has been merged into smtp.[ch] in 0.7.5
5168
5169 2003-02-25 [christoph]  0.8.10claws52
5170
5171         * src/Makefile.am
5172         * src/about.[ch]                ** REMOVE **
5173         * src/gtk/Makefile.am
5174         * src/gtk/about.[ch]            ** NEW **
5175                 move about files to gtk directory
5176
5177 2003-02-25 [christoph]  0.8.10claws51
5178
5179         * src/folder.c
5180                 some code optimization of folder scanning code
5181
5182         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
5183
5184 2003-02-25 [christoph]  0.8.10claws50
5185
5186         * src/main.c
5187         * src/common/sylpheed.c
5188                 add command line parameter parsing to common code
5189
5190 2003-02-24 [christoph]
5191
5192         * Makefile.am
5193         * configure.ac
5194                 fix gnome prefix problems, the configure script now removed
5195                 `gnome-config --prefix` from `gnome-config --datadir`
5196                 and adds $(prefix} instead
5197
5198         (closes Bug 24 Makefile does not respect prefix when installing
5199          GNOME data)
5200
5201 2003-02-24 [christoph]  0.8.10claws49
5202
5203         * src/news.c
5204                 check for valid session before trying to authenticate
5205
5206         (closes Bug 60 crash if "authenticate on logon" is activated
5207          and newsserver-hostname is not valid)
5208
5209 2003-02-24 [melvin]     0.8.10claws48
5210
5211         * src/prefs_actions.c
5212                 Make sure all user's input is sent to the action and then
5213                 close the socket..
5214
5215 2003-02-23 [alfons]     0.8.10claws46
5216
5217         * src/summaryview.c
5218                 also wait cursor when deleting files
5219
5220 2003-02-23 [paul]
5221
5222         * tools/freshmeat_search.pl
5223           tools/google_search.pl
5224                 scripts should now work for any browser/browser command line
5225
5226 2003-02-22 [christoph]  0.8.10claws45
5227
5228         * src/procmsg.c
5229                 fix IMAP flag setting, IMAP flag is not handled correctly
5230                 anymore by the folder system and information about the
5231                 folder should not be saved in the MsgInfo (in my opinion)
5232
5233         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5234
5235 2003-02-22 [christoph]  0.8.10claws44
5236
5237         * src/summaryview.c
5238                 fix spelling of "label" ;-)
5239
5240 2003-02-22 [thorsten]   0.8.10claws43
5241
5242         * src/mimeview.c
5243           src/prefs_common.[ch]
5244           src/procmime.[ch]
5245                 do not use description as attachment name
5246
5247 2003-02-22 [alfons]     0.8.10claws42
5248
5249         * src/summaryview.c
5250                 freeze/thaw folder item updates when changing color labels,
5251                 and put a wait cursors on
5252
5253 2003-02-22 [thorsten]   0.8.10claws41
5254
5255         * src/mimeview.c
5256                 save-all fixes: crash if invoked on multipart container,
5257                 mimeinfo access, pathseparators, error dialog
5258
5259 2003-02-21 [alfons]     0.8.10claws40
5260
5261         * src/prefs_gtk.c
5262                 remove unused var
5263
5264 2003-02-21 [colin]      0.8.10claws39
5265
5266         * src/send.c
5267                 Fix smtp logging
5268
5269 2003-02-21 [colin]      0.8.10claws38
5270
5271         * src/summaryview.c
5272                 Freeze/thaw folderItem updates when filtering messages 
5273                 via Tools/Filter messages
5274
5275 2003-02-21 [paul]       0.8.10claws37
5276
5277         * src/compose.c
5278                 revert commit 0.8.10claws26, there are ulterior motives
5279                 for users to set a Reply-To header when posting to
5280                 newsgroups
5281
5282 2003-02-21 [paul]       0.8.10claws36
5283
5284         * sync with 0.8.10cvs17
5285                 see ChangeLog 2003-02-21
5286
5287 2003-02-20 [christoph]  0.8.10claws35
5288
5289         * src/imap.c
5290                 IMAP UID fetch speedup using SEARCH
5291
5292         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5293
5294         * src/imap.c
5295                 fix problem with UIDs in IMAP UID cache that no longer existed
5296
5297 2003-02-20 [christoph]  0.8.10claws34
5298
5299         * src/imap.c
5300         * src/procheader.c
5301         * src/procheader.h
5302                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5303
5304         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5305
5306         * src/imap.c
5307                 Rewrite imap_cmd_gen_recv use sock_getline instead
5308                 of sock_gets to avoid problems with too long reply
5309                 lines
5310     
5311 2003-02-20 [colin]      0.8.10claws33
5312         
5313         * src/prefs_account.c
5314                 Better wording
5315
5316 2003-02-20 [colin]      0.8.10claws32
5317
5318         * src/compose.c
5319                 Remove useless '&& !to_sender' 
5320
5321 2003-02-20 [darko]
5322
5323         * AUTHORS
5324                 change my e-mail address
5325
5326 2003-02-19 [colin]      0.8.10claws31
5327
5328         * src/prefs_common.c
5329                 X11 style colors for every configurable color
5330
5331 2003-02-19 [alfons]     0.8.10claws30
5332
5333         * src/prefs_gtk.[ch]
5334         * src/prefs_common.c
5335                 for color_new accept both plain integers and X11 style color
5336                 names (as found in /usr/lib/X11/rgb.txt)
5337
5338 2003-02-19 [paul]       0.8.10claws29
5339
5340         * src/mainwindow.c
5341                 add tooltips to online/offline button and account selector
5342                 button
5343
5344 2003-02-19 [paul]       0.8.10claws28
5345
5346         * src/folder.c
5347           src/news.c
5348           src/prefs_account.[ch]
5349           src/prefs_common.[ch]
5350                 move 'Maximum number of articles to download' to
5351                 account prefs.
5352                 clean up account prefs gui a little by hiding entries
5353                 rather then greying out entries
5354
5355 2003-02-19 [hiro]       0.8.10claws27
5356
5357         * src/common/utils.c
5358                 fix bug #54 'yesterdays date is displayed in the message 
5359                 summary window'
5360
5361 2003-02-19 [paul]       0.8.10claws26
5362
5363         * src/compose.c
5364                 fix bug reported in Feature Request [688596] 
5365                 'Reply-to header in news'
5366
5367 2003-02-18 [paul]       0.8.10claws25
5368
5369         * src/select-keys.c
5370                 add a 'List all keys' button to key selection dialog
5371
5372 2003-02-18 [colin]      0.8.10claws24
5373         
5374         * src/stock_pixmap.c
5375                 fix compile error
5376
5377 2003-02-18 [colin]      0.8.10claws23
5378
5379         * src/common/smtp.[ch]
5380           src/prefs_account.c
5381                 Try to starttls if it seems to be the only
5382                 way to authenticate a user
5383
5384 2003-02-18 [paul]       0.8.10claws22
5385
5386         * src/Makefile.am
5387           src/folderview.c
5388           src/stock_pixmap.[ch]
5389           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5390           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5391                 as a Drafts folder is a special folder allow it to have
5392                 its own unique icons
5393
5394 2003-02-18 [colin]      0.8.10claws21
5395
5396         * src/imap.c
5397                 Fix port selection when using starttls
5398
5399 2003-02-18 [paul]       0.8.10claws20
5400
5401         * src/mainwindow.c
5402           src/prefs_common.[ch]
5403                 make blue the default new mail colour
5404
5405 2003-02-18 [paul]       0.8.10claws19
5406
5407         * sync with 0.8.10cvs14
5408                 see ChangeLog 2003-02-18
5409
5410 2003-02-17 [jens]       0.8.10claws18
5411
5412         * src/common/md5.c
5413                 fixed a compile problem with gcc 3.3
5414                 works on 2.95.3 too (testet on PPC as it is big endian)
5415
5416 2003-02-17 [paul]       0.8.10claws17
5417
5418         * sync with 0.8.10cvs13
5419                 see ChangeLog 2003-02-17
5420
5421 2003-02-17 [paul]       0.8.10claws16
5422
5423         * sync with 0.8.10cvs12
5424                 see ChangeLog 2003-02-17
5425
5426 2003-02-16 [match]      0.8.10claws15
5427
5428         * src/addressbook.c
5429                 Eliminates reloading of address data when items
5430                 deleted or added. Applied submitted by
5431                 Luke Plant <lukeplant@softhome.net>
5432
5433 2003-02-16 [paul]       0.8.10claws14
5434
5435         * src/news.c
5436                 when a 'protocol error' is encountered disconnect from
5437                 the server. This means that the user can carry on viewing
5438                 other articles and doesn't have to either wait until the
5439                 server timesout or quit sylpheed.
5440                 Fixes bug #53 'Unable to read messages in newsgroups, 
5441                 displayed message doesn't change'
5442
5443 2003-02-15 [christoph]  0.8.10claws13
5444
5445         * src/imap.c
5446                 fix bug that stopped scanning of folders when an
5447                 IMAP folder was empty
5448
5449         (closes bug 46 stop scan messages in folders after empty folder)
5450
5451 2003-02-15 [paul]
5452
5453         * tools/Makefile.am
5454           tools/README
5455           tools/freshmeat_search.pl     ** NEW FILE **
5456           tools/google_search.pl        ** NEW FILE **
5457                 Add 2 Actions scripts which search freshmeat/google
5458                 for the selected text using the browser configured
5459                 in sylpheedrc.
5460                 
5461         Note: These scripts are very dependent on the format of the
5462         browser command and may not work on every occasion. Testing
5463         is welcome. 
5464
5465 2003-02-14 [alfons]     0.8.10claws12
5466
5467         * src/compose.c
5468                 fix breakage because of uninitialized account pointer.
5469                 please verify.
5470
5471 2003-02-14 [paul]       0.8.10claws11
5472
5473         * src/compose.c
5474           src/prefs_account.[ch]
5475           src/prefs_common.[ch]
5476                 move signature settings to Account Prefs
5477
5478 2003-02-14 [paul]       0.8.10claws10
5479
5480         * sync with 0.8.10cvs11
5481                 see ChangeLog 2003-02-14
5482
5483 2003-02-13 [thorsten]   0.8.10claws9
5484
5485         * src/news.c
5486                 revert news progressbar (GUI separation)
5487
5488 2003-02-13 [paul]       0.8.10claws8
5489
5490         * src/compose.c
5491                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5492                 paragraph 1
5493
5494 2003-02-13 [paul]       0.8.10claws7
5495
5496         * src/compose.[ch]
5497           src/summaryview.c
5498                 fix 'Follow-up and Reply-to' so that it creates a reply to
5499                 the newsgroup and the sender. If the message has the keyword
5500                 'poster' in the Followup-To header, all replies go to the
5501                 sender, re: RFC 1036, Section 2.2.3
5502                 rename all instances of 'ignore_replyto' to 'to_sender', both
5503                 were previously used, now we use just one.
5504
5505 2003-02-13 [paul]       0.8.10claws6
5506
5507         * sync with 0.8.10cvs9
5508                 see ChangeLog 2003-02-13
5509
5510 2003-02-13 [paul]       0.8.10claws5
5511
5512         * configure.ac
5513                 show which plugins are configured in the configure
5514                 output.
5515
5516 2003-02-12 [thorsten]   0.8.10claws4
5517
5518         * src/news.c
5519                 show progress while fetching news headers
5520
5521 2003-02-12 [christoph]  0.8.10claws3
5522
5523         * configure.ac
5524         * src/plugins/Makefile.am
5525                 use AM_CONDITIONAL to enable plugins, automake correctly
5526                 manages this when creating distdir
5527
5528 2003-02-12 [christoph]  0.8.10claws2
5529
5530         * ac/spamassassin.m4
5531         * src/plugins/spamassassin/Makefile.am
5532                 fix building SpamAssassin plugin without OpenSSL
5533
5534 2003-02-12 [paul]       0.8.10claws1
5535
5536         * ac/Makefile.am
5537           src/Makefile.am
5538           src/plugins/Makefile.am
5539                 fix failure of 'make release'
5540
5541 2003-02-12 [paul]       0.8.10claws
5542
5543         * 0.8.10claws released
5544
5545 2003-02-12 [paul]       0.8.9claws56
5546
5547         * po/bg.po
5548           po/es.po
5549           po/it.po
5550           po/ru.po
5551           po/sr.po
5552                 updated translations by George Danchev, Ricardo Mones Lastra,
5553                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5554                 
5555         * sylpheed.spec.in
5556                 Allow the building of RPMs by a regular user. Submitted
5557                 by Sergei Astanin
5558
5559 2003-02-11 [alfons]     0.8.9claws55
5560
5561         * src/colorlabel.c
5562                 don't use pixmaps for label color rect but draw rectangles
5563                 so we can respect the color map of palette based visuals
5564                 (fixes the long time crashes on Suns - thanks to Andreas
5565                 Engel and Steve O'Hara-Smith for testing)
5566
5567 2003-02-11 [christoph]  0.8.9claws54
5568
5569         * src/matcher_parser_parse.y
5570                 correct bug where filering rules of not existing folders in
5571                 matcherrc were added to global filtering
5572                 
5573         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5574          main filter-rules after removing directory, http://bugs.debian.org/180253)
5575         
5576 2003-02-11 [paul]       0.8.9claws53
5577
5578         * sync with 0.8.10cvs7
5579                 see ChangeLog 2003-02-09
5580
5581 2003-02-11 [melvin]     0.8.9claws52
5582
5583         * po/fr.po
5584                 Updated French tranlsations
5585
5586 2003-02-10 [paul]       0.8.9claws51
5587
5588         * sylpheed.spec.in
5589                 correct --enable-openssl
5590                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5591
5592 2003-02-09 [martin]     0.8.9claws50
5593
5594         * src/prefs_matcher.c
5595                 fix segfault in prefs_matcher_substitute_cb() when
5596                 no row is selected
5597
5598 2003-02-09 [paul]       0.8.9claws49
5599
5600         * src/folderview.c
5601                 fix bug where a newsgroup folder's processing rules were
5602                 merged with the global filtering rules when the newsgroup
5603                 folder was deleted, causing some seriously bad results,
5604                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5605
5606 2003-02-08 [melvin]     0.8.9claws48
5607
5608         * src/compose.c
5609                 Corrected and modified an alert message.
5610
5611 2003-02-07 [paul]       0.8.9claws47
5612
5613         * src/folderview.c
5614                 fix bug where both an 'Account properties' window and a
5615                 'Folder properties' window were opened when clicking on
5616                 'Properties' in an NNTP or IMAP folder's popup menu.
5617
5618 2003-02-07 [paul]       0.8.9claws46
5619
5620         * sync with 0.8.10cvs6
5621                 see ChangeLog 2003-02-06
5622
5623 2003-02-06 [christoph]  0.8.9claws45
5624
5625         * src/mbox.c
5626                 freeze folder updates while importing mbox files
5627                 (closes bug 43 importing mbox took hours)
5628                 
5629         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5630
5631 2003-02-06 [thorsten]   0.8.9claws44
5632
5633         * po/de.po
5634                 Updated german translations
5635
5636 2003-02-06 [thorsten]   0.8.9claws43
5637
5638         * src/news.h
5639                 use guint for message numbers (fix count in grouplist dialog)
5640
5641 2003-02-05 [paul]       0.8.9claws42
5642
5643         * sync with 0.8.10cvs2
5644                 see ChangeLog 2003-02-05
5645
5646 2003-02-04 [colin]      0.8.9claws41
5647
5648         * src/prefs_common.[ch]
5649           src/procmsg.c
5650           src/summaryview.c
5651                 Add an option to disable threading by subject
5652
5653 2003-02-04 [christoph]  0.8.9claws40
5654
5655         * src/inc.c
5656                 only abort fetching mails from multiple accounts when the
5657                 error is fatal and does not allow to check any more accounts
5658                 (currently only disk full error)
5659
5660         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5661          receive mails for other accouts)
5662
5663 2003-02-04 [christoph]  0.8.9claws39
5664
5665         * src/folder.c
5666                 first add the new message to the cache, then
5667                 send the update notification
5668
5669         (closes bug 39 after sending message folderview doesnt get updated)
5670
5671 2003-02-04 [colin]      0.8.9claws38
5672
5673         * src/inc.c
5674                 _really_ fix this Connecting... status
5675
5676 2003-02-04 [paul]       0.8.9claws37
5677
5678         * sync with 0.8.10
5679                 see ChangeLog 2003-02-04
5680
5681 2003-02-04 [paul]       0.8.9claws36
5682
5683         * sync with 0.8.9cvs6
5684                 see ChangeLog 2003-02-03
5685
5686 2003-02-04 [paul]       0.8.9claws35
5687
5688         * po/pt_BR.po
5689                 updated by André Filipe de Assunção e Brito 
5690                 <bedecko@netsite.com.br>
5691
5692 2003-02-03 [thorsten]   0.8.9claws34
5693
5694         * po/de.po
5695                 Updated german translations
5696
5697 2003-02-02 [paul]       0.8.9claws33
5698
5699         * po/es.po
5700                 updated by Ricardo Mones Lastra
5701
5702 2003-02-02 [thorsten]   0.8.9claws32
5703
5704         * src/mh.c
5705                 Fix mh_get_msginfo() segfault if file is inaccessible
5706
5707 2003-01-31 [colin]      0.8.9claws31
5708
5709         * src/procheader.c
5710                 Fix last commit's bug
5711
5712 2003-01-31 [colin]      0.8.9claws30
5713
5714         * src/procheader.c
5715                 Missing a change for gpg-signed messages
5716
5717 2003-01-31 [paul]       0.8.9claws29
5718
5719         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5720           src/procheader.c
5721           src/stock_pixmap.[ch]
5722           src/summaryview.c
5723                 indicate GnuPG signed messages by displaying an icon
5724                 in the Attachment column.
5725
5726 2003-01-31 [paul]       0.8.9claws28
5727
5728         * sync with 0.8.9cvs4
5729                 see ChangeLog 2003-01-31
5730
5731 2003-01-31 [alfons]     0.8.9claws27
5732
5733         * src/textview.c
5734                 tune URI parser to accept mailto URLs with a '?'
5735                 (patch from Ruslan Balkin)
5736
5737 2003-01-31 [colin]      0.8.9claws26
5738
5739         * src/summaryview.c
5740                 Fix a leak introduced in claws24
5741
5742 2003-01-31 [colin]      0.8.9claws25
5743
5744         * src/summaryview.c
5745                 Freeze/Thaw folder updates when deleting dups
5746
5747 2003-01-31 [colin]      0.8.9claws24
5748         
5749         * src/addr_compl.c
5750           src/summaryview.c
5751           src/msgcache.c
5752                 little speed improvements
5753
5754 2003-01-31 [colin]      0.8.9claws23
5755
5756         * src/summaryview.c
5757                 Fix segfault when forwarding nothing
5758                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5759                 
5760 2003-01-30 [paul]       0.8.9claws22
5761
5762         * sync with 0.8.9cvs3
5763                 see ChangeLog 2003-01-30
5764
5765 2003-01-30 [paul]       0.8.9claws21
5766
5767         * sync with 0.8.9cvs2
5768                 see ChangeLog 2003-01-30
5769
5770 2003-01-29 [paul]       0.8.9claws20
5771
5772         * sync with 0.8.9cvs1
5773                 see ChangeLog 2003-01-29
5774
5775 2003-01-28 [paul]       0.8.9claws19
5776
5777         * po/POTFILES.in
5778                 update to reflect changes. 
5779                 thanks to Ricardo Mones Lastra
5780
5781 2003-01-27 [christoph]  0.8.9claws18
5782
5783         * ac/openssl.m4
5784         * ac/spamassassin.m4
5785         * src/plugins/spamassassin/README
5786         * src/plugins/spamassassin/libspamc.[ch]
5787         * src/plugins/spamassassin/utils.[ch]
5788                 updated to latest libspamc
5789
5790 2003-01-27 [christoph]  0.8.9claws17
5791
5792         * src/folder.c
5793                 fix wrong use of procheader_get_header_fields
5794
5795 2003-01-27 [christoph]  0.8.9claws16
5796
5797         * src/news.c
5798         * src/prefs_account.[ch]
5799         * src/common/nntp.[ch]
5800                 allow to force authentication for NNTP servers
5801
5802         Patch submitted by Florian Mickler <dmk@d-labs.de>
5803
5804 2003-01-26 [paul]       0.8.9claws15
5805
5806         * src/summaryview.c
5807                 speed up of marking messages as read
5808                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5809
5810 2003-01-26 [christoph]  0.8.9claws14
5811
5812         * src/Makefile.am
5813         * src/mgutils.[ch]              ** REMOVE **
5814         * src/xml.[ch]                  ** REMOVE **
5815         * src/xmlprops.[ch]             ** REMOVE **
5816         * src/common/Makefile.am
5817         * src/common/mgutils.[ch]       ** NEW **
5818         * src/common/xml.[ch]           ** NEW **
5819         * src/common/xmlprops.[ch]      ** NEW **
5820                 move xml files to common directory
5821
5822 2003-01-26 [christoph]  0.8.9claws13
5823
5824         * src/plugins/spamassassin/spamassassin_gtk.c
5825                 only set gtk entry text if string is available
5826
5827 2003-01-26 [melvin]     0.8.9claws12
5828
5829         * src/description_window.c
5830                 Allow resizing of the window
5831                 Allow automatic horizontal scroll bar
5832                 Do not vertically expand and fill
5833
5834 2003-01-26 [christoph]  0.8.9claws11
5835
5836         * src/Makefile.am
5837         * src/gtkutils.[ch]             ** REMOVE **
5838         * src/common/sylpheed.c
5839         * src/gtk/Makefile.am
5840         * src/gtk/description_window.c
5841         * src/gtk/gtkutils.[ch]         ** NEW **
5842         * src/gtk/prefswindow.c
5843                 move gtkutils to gtk directory
5844
5845 2003-01-26 [paul]       0.8.9claws10
5846
5847         * src/summaryview.c
5848                 rename summary_unread_clicked() to summary_status_clicked()
5849
5850 2003-01-26 [melvin]     0.8.9claws9
5851
5852         * src/prefs_actions.c
5853                 Cosmetical changes to the help text
5854
5855 2003-01-26 [paul]       0.8.9claws8
5856
5857         * src/folder.[ch]
5858           src/mainwindow.c
5859           src/prefs_common.c
5860           src/prefs_sumamry_column.c
5861           summaryview.[ch]
5862                 rename the 'Unread' column to 'Status'
5863
5864 2003-01-25 [match]      0.8.9claws7
5865
5866         * src/mgutils.[ch]
5867                 removed reference to LDAP constants. removed error2string.
5868                 included functions to support LDAP dynamic queries.
5869         * src/syldap.h
5870                 moved LDAP constants here.
5871         * src/addressbook.c
5872         * src/addrindex.c
5873         * src/importldif.c
5874                 removed references to LDAP constants and references to
5875                 error2string.
5876
5877 2003-01-25 [paul]       0.8.9claws6
5878
5879         * src/summaryview.c
5880                 summary_thread_build(), summary_thread_init(): remove 
5881                 unneeded reference to summaryview->folder_item
5882
5883 2003-01-25 [christoph]  0.8.9claws5
5884
5885         * src/gtk/description_window.c
5886                 o allow description texts to expand over multiple columns
5887                 o translate all columns
5888         * src/prefs_actions.c
5889                 change syntax description to use new multi column feature
5890
5891         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5892
5893 2003-01-25 [match]      0.8.9claws4
5894
5895         * src/vcard.c
5896                 fixed bug with Quoted-Printable
5897
5898 2003-01-25 [paul]       0.8.9claws3
5899
5900         * src/folder.[ch]
5901           src/summaryview.[ch]
5902                 implement per-folder collapsed/expanded threads setting
5903                 
5904         * src/prefs_common.c
5905                 remove global collapsed/expanded threads option
5906
5907 2003-01-25 [christoph]  0.8.9claws2
5908
5909         * po/POTFILES.in
5910                 add pluginwindow and prefswindow
5911         * src/compose.c
5912                 make send respond correctly to messages that could be added
5913                 to the queue folder, but the UID of the message is unknown
5914         * src/folder.c
5915         * src/imap.c
5916                 don't return guessed UIDs in imap_add_msg anymore. We return
5917                 0 to tell the folder system it was appened but the UID is
5918                 unknown. Folder system now get's the UID by scaning the folder
5919                 and searching the cache for the Message-ID
5920                 (closes bug #29 Messages queued, but not sent)
5921
5922 2003-01-25 [paul]       0.8.9claws1
5923
5924         * src/codeconv.c
5925                 conv_encode_header():  fix bug when long headers with 8-bit
5926                 characters are used, so that the encoded words are wrapped.
5927                 If the space in the original text falls on the wrap boundary,
5928                 it can be lost.
5929                 Patch by Sergey Vlasov.
5930                 
5931         * src/folderview.c
5932                  fix bug where a change to the sorting method or thread view
5933                  of a folder's messages is lost if simpify-subject is set and
5934                  toggled on or off.
5935                  Patch by Luke Plant.
5936
5937 2003-01-24 [paul]       0.8.9claws
5938
5939         * sylpheed-0.8.9claws released
5940         
5941         * Makefile.am
5942           sylpheed.spec.in
5943                 remove reference to 'INSTALL.jp'
5944
5945 2003-01-23 [paul]       0.8.8claws128
5946
5947         * po/es.po
5948           po/it.po
5949           po/ru.po
5950           po/sr.po
5951                 updated translations. submitted by Ricardo Mones Lastra,
5952                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5953
5954 2003-01-23 [colin]      0.8.8claws127
5955
5956         * src/compose.c
5957                 Fix drafted and queued news articles re-edition
5958
5959 2003-01-23 [melvin]     0.8.8claws126
5960
5961         * po/fr.po
5962                 Updated French translations
5963
5964 2003-01-23 [colin]      0.8.8claws125
5965
5966         * src/inc.c
5967                 Fix "Connecting to..." status message
5968
5969 2003-01-22 [paul]       0.8.8claws124
5970
5971         * po/bg.po
5972                 updated by George Danchev
5973                 
5974         * src/folder.c
5975                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5976                 and folder deletion
5977
5978 2003-01-21 [paul]       0.8.8claws123
5979
5980         * po/bg.po
5981                 updated by George Danchev
5982                 
5983         * src/about.c
5984                 its now 2003
5985                 
5986         * src/toolbar.c
5987                 don't translate 'Separator'
5988                 
5989         * src/plugins/spamassassin/Makefile.am
5990                 add aspell to CPPFLAGS
5991                 
5992         * src/plugins/spamassassin/spamassassin.c
5993           src/plugins/spamassassin/spamassassin_gtk.c
5994                 set correct default for spamassassin_receive_spam
5995                 slightly re-word descriptions and some
5996                 other minor changes
5997
5998 2003-01-19 [alfons]     0.8.8claws122
5999                 
6000         * src/mimeview.c
6001                 mimeview_save_as(): we might as well show the file name for
6002                 the single case "Save As" too
6003
6004 2003-01-19 [alfons]     0.8.8claws121
6005
6006         * src/crash.c
6007                 change bug tracker URL to bugzilla URL
6008
6009 2003-01-19 [alfons]     0.8.8claws120
6010
6011         * src/mimeview.c
6012                 mimeview_save_all(): display name of file before overwriting;
6013                 continue saving all, even when one overwrite was cancelled
6014
6015 2003-01-19 [christoph]  0.8.8claws119
6016
6017         * src/summaryview.c
6018         * src/procmsg.[ch]
6019                 fix wrong usage of procmsg_find_children in summaryview
6020                 by using procmsg_update_unread_children instead of
6021                 summaryview_update_unread_children
6022
6023 2003-01-19 [christoph]  0.8.8claws118
6024
6025         * src/procmsg.c
6026                 fix infinite loop in procmsg_find_children
6027                  (closes bug #25 sylpheed crashes on delete.)
6028
6029         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6030
6031 2003-01-19 [paul]       0.8.8claws117
6032
6033         * po/pt_BR.po
6034                 updated by Ivan Francolin Martinez
6035
6036 2003-01-18 [melvin]     0.8.8claws116
6037
6038         * src/prefs_actions.c
6039                 Removed syntax limitation of only one '&' at the end of command.
6040                         Now actions that contain '>/dev/null 2>&1' are possible.
6041
6042 2003-01-18 [melvin]     0.8.8claws115
6043
6044         * src/prefs_actions.c
6045                 Actions IO dialog: when the action ends
6046                 the "Close" button now has focus and [Escape] closes the
6047                 window.
6048
6049 2003-01-18 [christoph]  0.8.8claws114
6050
6051         * src/procmsg.c
6052                 o add debug output when MsgInfos are really freed
6053                 o free GSLists in procmsg_find_children and
6054                   procmsg_update_unread_children
6055
6056 2003-01-18 [christoph]  0.8.8claws113
6057
6058         * src/mainwindow.c
6059                 reorder Configuration menu
6060
6061 2003-01-18 [christoph]  0.8.8claws112
6062
6063         * src/compose.c
6064                 fix applying templates to forwarded messages
6065
6066         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6067
6068 2003-01-17 [christoph]  0.8.8claws111
6069
6070         * src/folder.c
6071                 destroy folder items, when a folder item is removed
6072
6073 2003-01-17 [christoph]  0.8.8claws110
6074
6075         * src/folder.c
6076                 fix wrong folder stats update when ignored message is
6077                 deleted
6078
6079 2003-01-17 [colin]      0.8.8claws109
6080         
6081         * src/mainwindow.c
6082         * src/summaryview.c
6083                 Quicksearch bugfixes: 
6084                 - hide help button at startup if not extended
6085                 - switch to extended when looking for replies
6086
6087 2003-01-17 [paul]
6088
6089         * sync with 0.8.9 release
6090
6091 2003-01-17 [paul]       0.8.8claws108
6092
6093         * sync with 0.8.8cvs11
6094                 see ChangeLog 2003-01-17
6095
6096 2003-01-16 [colin]      0.8.8claws107
6097
6098         * src/procmsg.c
6099                 Changed encryption test to re-ask passphrase
6100                 if an encrypted message hasn't been decrypted
6101                 Fixes bug #5
6102
6103 2003-01-16 [christoph]  0.8.8claws106
6104
6105         * src/prefs_gtk.c
6106         * src/prefs_toolbar.c
6107         * src/gtk/prefswindow.h
6108         * src/plugins/spamassassin/spamassassin_gtk.c
6109                 remove page destroy function that is not used anymore
6110
6111 2003-01-16 [paul]       0.8.8claws105
6112
6113         * sync with 0.8.8cvs9
6114                 see ChangeLog 2002-01-16
6115
6116 2003-01-16 [colin]      0.8.8claws104
6117
6118         * src/compose.[ch]
6119                 Fix bug with autosaved drafts for IMAP, when draft
6120                 folder is specified - fixes bugzilla bug #20
6121
6122 2003-01-15 [paul]       0.8.8claws103
6123
6124         * src/compose.[ch]
6125           src/procmsg.c
6126                 store folder and message-id of message forwarding
6127                 in queue header and set forward flag after sending
6128
6129 2003-01-15 [paul]       0.8.8claws102
6130
6131         * sync with 0.8.8cvs8
6132                 see ChangeLog 2002-01-15
6133
6134 2003-01-15 [colin]      0.8.8claws101
6135
6136         * src/Makefile.am
6137                 Fix linking with GNU libiconv
6138
6139 2003-01-15 [darko]      0.8.8claws100
6140
6141         * src/pine.c
6142                 fix crash when importing pine address book
6143                 entry with an empty name (reported by DY
6144                 <dybulk at tri8.net>)
6145
6146 2003-01-14 [paul]       0.8.8claws99
6147
6148         * configure.in  ** REMOVED **
6149           configure.ac  ** NEW FILE **
6150                 rename configure.in to configure.ac, as it is now
6151                 preferred
6152
6153 2003-01-14 [melvin]     0.8.8claws98
6154
6155         * src/folderview.c
6156                 folderview_check_new(): More precise function description
6157
6158 2003-01-14 [melvin]     0.8.8claws97
6159
6160         * src/folderview.c
6161                 folderview_check_new(): return the number of new messages 
6162                         since last check.
6163         * src/inc.c
6164                 inc_account_mail(): Disable counting of new messages for IMAP
6165                         and NNTP until bug [19] and [14] are fixed.
6166
6167 2003-01-14 [paul]       0.8.8claws96
6168
6169         * sync with 0.8.8cvs6
6170                 see ChangeLog 2003-01-14
6171
6172 2003-01-13 [alfons]     0.8.8claws95
6173
6174         * src/textview.c
6175                 tune email address validation (c. 0.8.8claws89): if . is 
6176                 just one char away from @, the address is invalid too 
6177                 (correctly rejects addresses like foo@.com)
6178
6179 2003-01-13 [paul]       0.8.8claws94
6180
6181         * src/messageview.c
6182           src/toolbar.c
6183                 fixes to the Message View toolbar and menu:
6184                 fix non-functioning Forward button
6185                 make Reply button consider default_reply_list
6186                 remove 'Follow-up...' menu entry
6187                 add 'Forward' and 'Redirect' menu entries
6188
6189 2003-01-13 [melvin]     0.8.8claws93
6190
6191         * src/inc.c
6192                 Fixed typo that could make new messages count incorrect.
6193
6194 2003-01-13 [melvin]     0.8.8claws92
6195
6196         * src/folderview.[ch]
6197                 folderview_check_new(): return the number of new messages.
6198         * src/inc.c
6199                 Should fix bug [14] where new mail notification worked 
6200                         incorrectly with IMAP accounts.
6201                 inc_spool_account(): return number of new msgs, or -1 on error
6202                 inc_all_spool(): return number of new msgs
6203                 
6204 2003-01-13 [melvin]     0.8.8claws91
6205
6206         * src/prefs_actions.c
6207                 Justify help text.
6208
6209 2003-01-12 [thorsten]   0.8.8claws90
6210
6211         * src/common/prefs.c
6212                 close file before rename
6213
6214 2003-01-12 [alfons]     0.8.8claws89
6215
6216         * AUTHORS
6217                 add Christian Mertes
6218         * src/common/utils.[ch]
6219                 g_stricase_hash(), g_stricase_equal(): functions for 
6220                 case insensitive hash tables
6221         * src/textview.c
6222                 use top level domain names to validate email address, based
6223                 on a patch by Christian Mertes (thanks!), but changed 
6224                 implementation to use a hash table 
6225
6226 2003-01-12 [paul]       0.8.8claws88
6227
6228         * po/bg.po
6229                 updated by George Danchev
6230
6231 2003-01-12 [alfons]     0.8.8claws87
6232
6233         * src/summaryview.c
6234                 delete / execute performance: use new style folder update
6235
6236 2003-01-12 [paul]       0.8.8claws86
6237
6238         * sync with 0.8.8cvs5
6239                 see ChangeLog 2003-01-13 (!)
6240
6241 2003-01-12 [alfons]     0.8.8claws85
6242
6243         * src/filtering.c
6244         * src/matcher_parser_parse.y
6245                 prepare change_score filtering action
6246         * src/matcher.[ch]
6247                 give up const-correctness on functions that call non-const-correct functions;
6248                 several casts to gpointer in g_free();
6249                 add change_score;
6250
6251 2003-01-12 [christoph]  0.8.8claws84
6252
6253         * src/compose.c
6254                 fix 2 warnings
6255
6256         * src/gtk/prefswindow.[ch]
6257         * src/plugins/spamassassin/spamassassin_gtk.c
6258                 changed the call of the widget create function
6259                 for PrefsPages, because sometimes the widget
6260                 create function needs a widget that already has
6261                 been attached to a window (to create GDK pixmaps
6262                 for exmaple). So we simply pass the GtkWindow as
6263                 the second parameter now.
6264
6265         * src/main.c
6266         * src/mainwindow.c
6267         * src/prefs_toolbar.[ch]
6268                 rewrite Toolbar Preferences using the new
6269                 prefs window
6270
6271 2003-01-11 [alfons]     0.8.8claws83
6272
6273         * src/addressadd.c
6274                 fix crash when adding sender to addressbook because status bar
6275                 isn't there (the status bar doesn't seem to be used though,
6276                 but I'll let Match decide what to do with it)
6277
6278 2003-01-11 [colin]      0.8.8claws82
6279
6280         * src/main.c
6281           src/toolbar.c
6282                 Two useless changes reversed
6283
6284 2003-01-11 [colin]      0.8.8claws81
6285
6286         * src/mainwindow.c
6287           src/mainwindow.h
6288                 Add mainwindow_get_mainwindow()
6289         * src/alertpanel.c
6290           src/alertpanel.h
6291                 Add alertpanel_error_log() 
6292         * src/compose.c
6293           src/inc.c
6294           src/messageview.c
6295           src/toolbar.c
6296           src/main.c
6297           src/procmsg.c
6298                 Network errors get a View Log button
6299
6300 2003-01-10 [alfons]     0.8.8claws80
6301
6302         * src/prefs_toolbar.c
6303         * src/toolbar.c
6304                 use the translatable string for "Separator" as file name for
6305                 separator toolbar items (probably make this uppercase?)
6306
6307 2003-01-10 [alfons]     0.8.8claws79
6308
6309         * src/prefs_toolbar.c
6310                 put right A_SEPARATOR description string in "displayed
6311                 toolbar items list" so manually added separators are
6312                 saved correctly (bug #10, "Adding a separator to the main 
6313                 toolbar fails, entry in xml file is wrong")
6314
6315 2003-01-10 [christoph]  0.8.8claws78
6316
6317         * src/imap.c
6318                 o fix warnings
6319                 o use CAPABILITY to check if NAMESPACE is available
6320
6321 2003-01-10 [christoph]  0.8.8claws77
6322
6323         * src/imap.[ch]
6324                 apply UIDPLUS IMAP extension support patch
6325
6326         Patch submitted by Simon 'corecode' Schubert
6327
6328 2003-01-10 [paul]       0.8.8claws76
6329
6330         * src/folderview.c
6331                 a sync from main which fixes the news account folders'
6332                 Properties bug
6333
6334 2003-01-10 [christoph]  0.8.8claws75
6335
6336         * src/folder.c
6337                 don't accept 0 as a valid uid returned by copy and move
6338                 functions. 0 means the message was copied or moved but the
6339                 new uid could not be fetched. It is not an error condition
6340                 for the copy or move operation.
6341
6342 2003-01-10 [paul]       0.8.8claws74
6343
6344         * src/prefs_filtering.c
6345                 change English used in Alert when entry is not
6346                 saved.
6347                 
6348         * sync with 0.8.8cvs4
6349                 see ChangeLog 2003-01-10
6350
6351 2003-01-10 [darko]      0.8.8claws73
6352
6353         * src/pine.c
6354                 fix crash when importing address book entry
6355                 without a valid address
6356
6357 2003-01-09 [alfons]     0.8.8claws72
6358
6359         * src/inc.c
6360                 filtering performance: use new style folder update
6361
6362 2003-01-09 [christoph]  0.8.8claws71
6363
6364         * src/compose.c
6365         * src/gtk/menu.[ch]
6366                 fix wrong selecting of mime encoding type, when
6367                 opening property dialog of attachments in the
6368                 compose window. 7bit was always selected and that
6369                 destoryed files with 8bit data.
6370                 (closes bug #9 Sylpheed-claws destroys attachments when
6371                  changing MIME-types)
6372
6373 2003-01-09 [paul]       0.8.8claws70
6374
6375         * sync with 0.8.8cvs3
6376                 see ChangeLog 2003-01-09
6377
6378 2003-01-08 [alfons]     0.8.8claws69
6379         
6380         * src/addressadd.c
6381                 apply patch by Kim Schulz to fix build breakage
6382                 because of missing variable
6383
6384 2003-01-08 [paul]       0.8.8claws68
6385
6386         * sync with 0.8.8cvs2
6387                 see ChangeLog 2002-01-08
6388
6389 2003-01-08 [paul]       0.8.8claws67
6390
6391         * po/it.po
6392                 updated by Alessandro Maestri
6393                 
6394         * src/addressadd.c
6395                 when using 'Add sender to addressbook' allow
6396                 name to be edited and remarks to be entered
6397                 Patch submitted by Luke Plant
6398
6399 2003-01-08 [darko]      0.8.8claws66
6400
6401         * README.claws, src/summaryview.c
6402                 fix description for marked messages
6403
6404 2003-01-08 [paul]
6405
6406         * tools/Makefile.am
6407           tools/launch_phoenix  ** NEW FILE **
6408                 add script that enables using Phoenix as the default
6409                 web browser. 
6410                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6411                 
6412         * tools/OOo2sylpheed.pl
6413                 remove full path to sylpheed executable, just 'sylpheed'
6414                 will do
6415                 
6416         * tools/README
6417                 add launch_phoenix informtion and re-arrange and compress
6418                 the data a little
6419
6420 2003-01-07 [christoph]  0.8.8claws65
6421
6422         * src/folder.c
6423                 fix update for source folder when moving messages
6424         * src/procmsg.[ch]
6425         * src/summaryview.c
6426                 use function to set to_folder for message infos and
6427                 automatically update the op_count for old and new
6428                 folder
6429
6430 2003-01-07 [melvin]     0.8.8claws64
6431
6432         * src/prefs_actions.c
6433                 Fixed bug where an '%p' Action on a displayed image crashed 
6434                         Sylpheed
6435                 Code clean up (get rid of duplicated code and removed unnecessary 
6436                                 structure member)
6437
6438 2003-01-07 [christoph]  0.8.8claws63
6439
6440         * src/compose.c
6441         * src/folder.[ch]
6442         * src/folderview.c
6443         * src/import.c
6444         * src/inc.c
6445         * src/main.c
6446         * src/mainwindow.c
6447         * src/messageview.c
6448         * src/prefs_folder_item.c
6449         * src/procmsg.c
6450         * src/summaryview.c
6451         * src/toolbar.c
6452                 o remove all folder update triggering from the UI code. The folder
6453                   system should know much better when a folder needs an update.
6454                 o to prevent multiple updates in a row the folder updates can be
6455                   frozen for some time.
6456
6457                 Note: - Please verify that no updates are missing
6458                       - Check where freeze/thaws should be added
6459
6460 2003-01-07 [christoph]  0.8.8claws62
6461
6462         * src/prefs_actions.c
6463                 don't translate empty strings
6464
6465         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6466
6467 2003-01-06 [christoph]  0.8.8claws61
6468
6469         * src/prefs_actions.c
6470                 mark strings for gettext
6471         * src/prefs_matcher.c
6472                 use new description window for Execute action and
6473                 match condition in Filtering
6474
6475         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6476
6477 2003-01-06 [alfons]     0.8.8claws60
6478
6479         keep myself inspired to re-organize matcher part 8; 
6480         yes, more to come (I need to move out the descriptive
6481         text for actions to matcher.c, or at least make it not
6482         depend on the wicked ordering)
6483
6484         * src/prefs_matcher.c
6485                 add documentation so others may comprehend the
6486                 UI part of the conditions
6487                 
6488 2003-01-06 [christoph]  0.8.8claws59
6489
6490         * src/prefs_actions.c
6491                 use new description window for syntax help
6492         * src/gtk/description_window.c
6493                 fix display of descriptions with column count != 2
6494
6495         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6496
6497 2003-01-06 [christoph]  0.8.8claws58
6498
6499         * src/quote_fmt.c
6500         * src/summaryview.[ch]
6501         * src/gtk/Makefile.am
6502         * src/gtk/description_window.[ch]       ** NEW **
6503                 use a generic window to display syntax descriptions
6504                 currently used in quote_fmt and summaryview (new description
6505                 for extended quick search)
6506
6507         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6508
6509 2003-01-06 [paul]       0.8.8claws57
6510
6511         * sync with 0.8.8cvs1
6512                 see ChangeLog 2003-01-06
6513
6514 2003-01-06 [christoph]  0.8.8claws56
6515
6516         * src/mainwindow.c
6517         * src/prefs_gtk.[ch]
6518         * src/gtk/prefswindow.[ch]
6519         * src/plugins/spamassassin/spamassassin_gtk.c
6520                 o remove page management from prefswindow, pages
6521                   will be an argument to prefswindow_open
6522                 o prefswindow_open gets a datapointer that is
6523                   passed to the widget_create function to allow
6524                   creation of prefswindow for specific items
6525
6526 2003-01-06 [colin]      0.8.8claws55
6527         
6528         * src/summaryview.c
6529                 We don't want regexp in the reply-finder, 
6530                 because MIDs can contain !,$,. and so on
6531
6532 2003-01-06 [jens]       0.8.8claws54
6533
6534         * src/jpilot.c
6535                 fixed a wrong free in jpilot_read_db_files
6536
6537 2003-01-06 [alfons]     0.8.8claws53
6538
6539         re-organize matcher part 8; more to come
6540        
6541         * src/matcher.c
6542                 matcherprop_to_string(): put g_free()s before the
6543                 switch-case break to fix memleaks                
6544
6545 2003-01-06 [colin]      0.8.8claws52
6546
6547         * src/summaryview.c
6548                 cleanup & reply-finder now displays the first 
6549                 matching message
6550
6551 2003-01-05 [alfons]     0.8.8claws51
6552
6553         re-organize matcher part 7; more to come
6554
6555         * src/matcher.[ch]
6556                 fixes for constant correctness;
6557                 more documentation;
6558
6559 2003-01-05 [alfons]     0.8.8claws50
6560
6561         re-organize matcher part 6; more to come
6562         
6563         * src/matcher.[ch]
6564                 fixes for constant correctness;
6565                 more documentation;
6566         * src/filtering.c
6567                 fix for constant correctness
6568
6569 2003-01-05 [colin]      0.8.8claws49
6570
6571         * src/account.[ch]
6572                 Add account_get_reply_account function
6573         * src/compose.c
6574                 Use account_get_reply_account function 
6575         * src/summaryview.c
6576                 Basic reply-finder - click on the replied
6577                 icon gets you to the outbox using quick-search
6578
6579 2003-01-05 [paul]       0.8.8claws48
6580
6581         * src/prefs_common.c
6582                 small change to English
6583                 
6584         * src/prefs_filtering.c
6585                 prefs_filtering_action_select(): improve logic and uniformity
6586                 of gui
6587
6588 2003-01-05 [alfons]     0.8.8claws47
6589
6590         fine tune solution to focus problems (bug #7)
6591
6592         * src/mainwindow.c
6593                 mainwindow_focus_in_event(): remove grab event check
6594         * src/summaryview.c
6595                 summary_button_pressed(): move selection on right-click
6596                 too. we can't possibly move the selection back after
6597                 canceling a dialog, because gtk's incomplete focus 
6598                 management. whether this is a good solution, only time
6599                 will tell.
6600
6601 2003-01-05 [christoph]  0.8.8claws46
6602
6603         * src/imap.c
6604                 fix crash when no imap connection could be established
6605
6606 2003-01-05 [paul]       0.8.8claws45
6607
6608         * src/mainwindow.c
6609           src/sumamryview.c
6610           src/gtk/menu.[ch]
6611                 fix bug 605957 'shortcuts in popup-menu'
6612                 make user-defined shortcuts work
6613                 show shortcuts that are already defined
6614                 in the main menu
6615                 Patch submitted by Luke Plant
6616
6617 2003-01-05 [alfons]     0.8.8claws44
6618
6619         * src/mainwindow.c
6620                 focus_in_event handler should not select summary view row 
6621                 when another window (menu, dialog) grabbed for events 
6622                 (bug #7, "[0.8.8claws42] Message summary focus") 
6623
6624 2003-01-04 [christoph]  0.8.8claws43
6625
6626         * src/procmsg.c
6627                 update save folder after adding the sent message
6628                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6629
6630 2003-01-02 [christoph]  0.8.8claws42
6631
6632         * src/common/plugin.c
6633                 fix unloading of all plugins and unload
6634                 plugins in reverse order
6635                 
6636         * src/gtk/pluginwindow.c
6637                 implement function of load and unload button
6638
6639         * src/gtk/prefswindow.c
6640         * src/gtk/prefswindow.h
6641                 rename register function and add new unregister
6642                 function
6643
6644         * src/plugins/spamassassin/spamassassin_gtk.c
6645                 unregister prefs page and update for changes in
6646                 src/gtk/prefswindow.c
6647
6648 2003-01-02 [paul]       0.8.8claws41
6649
6650         * po/es.po
6651                 updated by Ricardo Mones Lastra
6652
6653 2003-01-02 [paul]
6654
6655         * tools/tb2sylpheed
6656                 fixes and improvements by Urke MMI
6657
6658 2003-01-02 [thorsten]   0.8.8claws40
6659
6660         * src/procmsg.c
6661                 fixed wrong return value
6662
6663 2003-01-02 [thorsten]   0.8.8claws39
6664
6665         * src/prefs.c
6666                 fixed printing wrong variable
6667
6668 2003-01-02 [thorsten]   0.8.8claws38
6669
6670         * src/prefs.c
6671                 fixed acessing members of freed pfile struct
6672
6673 2003-01-02 [thorsten]   0.8.8claws37
6674
6675         * src/procmsg.c
6676                 detect loops across several messages
6677                 as suggested by Christoph Hohmann
6678
6679 2003-01-01 [match]      0.8.8claws36
6680
6681         * src/addrindex.c
6682                 fixed another memory leak.
6683
6684 2003-01-01 [match]      0.8.8claws35
6685
6686         * src/jpilot.[ch]
6687                 fixed memory leaks. applied Doxygen comments.
6688
6689 2003-01-01 [thorsten]   0.8.8claws34
6690
6691         * src/procmsg.c
6692                 inhibit endless loop if msg references itself
6693                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6694
6695 2003-01-01 [christoph]  0.8.8claws33
6696
6697         * src/mainwindow.c
6698         * src/gtk/Makefile.am
6699         * src/gtk/pluginwindow.c                ** NEW **
6700         * src/gtk/pluginwindow.h                ** NEW **
6701                 add plugin window
6702
6703         * src/plugins/demo/demo.c
6704         * src/plugins/spamassassin/spamassassin.c
6705         * src/plugins/spamassassin/spamassassin_gtk.c
6706                 write better plugin descriptions
6707
6708 2002-12-31 [christoph]  0.8.8claws32
6709
6710         * src/gtk/prefswindow.c
6711         * src/plugins/spamassassin/spamassassin_gtk.c
6712                 some small improvements to GTK code
6713
6714 2002-12-31 [christoph]  0.8.8claws31
6715
6716         * src/plugins/spamassassin/spamassassin_gtk.c
6717                 enable folder select button
6718
6719 2002-12-31 [christoph]  0.8.8claws30
6720
6721         * src/mainwindow.c
6722         * src/gtk/Makefile.am
6723         * src/gtk/prefswindow.c                         ** NEW **
6724         * src/gtk/prefswindow.h                         ** NEW **
6725                 add new prefs window
6726
6727         * src/common/plugin.c
6728                 don't try to load empty config lines
6729         
6730         * src/plugins/spamassassin/Makefile.am
6731         * src/plugins/spamassassin/spamassassin.c
6732         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6733         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6734                 GTK config for SpamAssassin Plugin using
6735                 the new prefs window
6736
6737 2002-12-31 [paul]       0.8.8claws29
6738
6739         * po/POTFILES.in
6740                 remove obsolete entry 'src/menu.c'
6741
6742 2002-12-31 [alfons]     0.8.8claws28
6743
6744         * src/matcher.[ch]
6745         * src/matcher_parser_parse.y
6746         * src/prefs_matcher.c
6747                 add "ignore_thread" and "~ignore_thread" condition so it's
6748                 possible to make the actions / scoring operate on the ignore
6749                 thread flag
6750
6751 2002-12-31 [christoph]  0.8.8claws27
6752
6753         * src/addrbook.c
6754         * src/addrindex.c
6755         * src/folder.c
6756         * src/matcher.c
6757         * src/prefs_account.c
6758         * src/prefs_actions.c
6759         * src/prefs_customheader.c
6760         * src/prefs_display_header.c
6761         * src/prefs_gtk.c
6762         * src/procmime.c
6763         * src/toolbar.c
6764         * src/xmlprops.c
6765         * src/common/prefs.[ch]
6766                 extend prefs file handling for reading and automatic handling
6767                 of blocks. When reading prefs_set_block_label will automatically
6768                 move on to the block. When writing it will copy all other blocks
6769                 automatically
6770
6771         * src/common/plugin.c
6772                 Now loading plugin filenames from [Plugins] block in
6773                 sylpheed rc file
6774
6775 2002-12-30 [christoph]  0.8.8claws26
6776
6777         * src/common/hooks.[ch]
6778                 return abort status to caller of hooks_invoke
6779                 
6780         * src/inc.[ch]
6781                 invoke message filtering hook and stop
6782                 default handling when filter returns abort
6783
6784         * src/common/plugin.[ch]
6785         * src/plugins/demo/demo.c
6786                 modify plugin loader, because resolving symbols for strings
6787                 does not work correctly
6788         
6789         * configure.in
6790         * ac/spamassassin.m4                            ** NEW **
6791         * src/plugins/spamassassin/.cvsignore           ** NEW **
6792         * src/plugins/spamassassin/Makefile.am          ** NEW **
6793         * src/plugins/spamassassin/README               ** NEW **
6794         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6795         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6796         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6797                 add spamassassin plugin, see src/plugins/spamassassin/README
6798                 for details
6799
6800 2002-12-29 [alfons]     0.8.8claws25
6801
6802         * src/mainwindow.c
6803                 when moving focus from a message view to the main 
6804                 window, don't forget to select the summary node
6805                 of the displayed message. should fix "[ 659103 ] 
6806                 focus-follows-mouse confuses sylpheed"
6807
6808 2002-12-29 [christoph]  0.8.8claws24
6809
6810         * src/Makefile.am
6811         * src/stringtable.[ch]          ** REMOVE **
6812         * src/common/Makefile.am
6813         * src/common/stringtable.[ch]   ** NEW **
6814                 move stringtable files to common directory
6815
6816 2002-12-29 [christoph]  0.8.8claws23
6817
6818         * src/Makefile.am
6819         * src/menu.[ch]                 ** REMOVE **
6820         * src/gtk/Makefile.am
6821         * src/gtk/menu.[ch]             ** NEW **
6822                 move menu files to gtk directory
6823
6824 2002-12-29 [match]      0.8.8claws22
6825
6826         * src/addressbook.c
6827         * src/syldap.c
6828                 moved UI specific code out of LDAP code into addressbook
6829                 UI code. fixed memory leak.
6830
6831 2002-12-29 [christoph]  0.8.8claws21
6832
6833         * src/folder.c
6834                 only check for IGNORED parent message when message is
6835                 not IGNORED itself
6836
6837 2002-12-29 [alfons]     0.8.8claws20
6838
6839         * src/summaryview.c
6840                 set gtksctree's anchor correct (immediate execute
6841                 changes the tree's layout, and anchor points at 
6842                 the incorrect row). fixes "[ 657233 ] multiple msg 
6843                 delete sometimes off by 1".
6844                 we probably have to look for more tree layout /
6845                 anchor glitches.
6846
6847 2002-12-29 [paul]       0.8.8claws19
6848
6849         * src/summaryview.c
6850                 fix bug [ 659054 ] incorrect sorting of 'From' column
6851                 when using 'display sender using address book'
6852                 thanks to Alfons and Luke Plant
6853
6854 2002-12-29 [christoph]  0.8.8claws18
6855
6856         * src/folder.c
6857         * src/procmsg.[ch]
6858                 check parent messages for IGNORE THREAD flag, when adding,
6859                 moving or copying messages to a folder
6860
6861 2002-12-27 [alfons]     0.8.8claws17
6862
6863         re-organize matcher part 5; more to come
6864
6865         * src/matcher.c
6866                 hash keywords in matchparser_tab 
6867
6868 2002-12-27 [alfons]     0.8.8claws16
6869
6870         re-organize matcher part 4; more to come
6871
6872         * src/matcher_parser.h
6873         * src/matcher_parser_lex.l
6874         * src/matcher_parser_parse.y
6875                 cleanup
6876
6877 2002-12-27 [alfons]     0.8.8claws15
6878
6879         re-organize matcher part 3; more to come
6880
6881         * src/matcher.[ch]
6882                 cleanup
6883
6884 2002-12-27 [alfons]     0.8.8claws14
6885
6886         re-organize matcher part 2; more to come but this should
6887         work. cc me if there are any regressions.
6888
6889         * src/matcher.h
6890                 add prototype for get_matchparser_tab_id()
6891         * src/matcher_parser_lex.l
6892                 look up keywords using matchparser_tab_id();
6893
6894 2002-12-27 [alfons]     0.8.8claws12
6895
6896         re-organize matcher part 1
6897
6898         * src/matcher.h
6899                 map yacc generated constants to sylpheed matcher constants
6900         * src/matcher.c
6901                 add function to find a matcher constant from a string
6902
6903 2002-12-27 [christoph]  0.8.8claws11
6904
6905         * src/compose.c
6906                 MENUITEM_ADD casts the 4th argument from integer to pointer
6907                 so it probably should not be a pointer, this means we
6908                 should use account id for it and not the account's pointer
6909
6910 2002-12-27 [paul]       0.8.8claws10
6911
6912         * src/mainwindow.c
6913                 remove unneeded 'GtkWidget *vbox'
6914                 
6915         * src/summaryview.c
6916                 further sync with 0.8.8 - make sort
6917                 by recipient work as expected
6918                 
6919         * NEWS
6920                 sync with 0.8.8
6921
6922 2002-12-27 [paul]       0.8.8claws9
6923
6924         * po/pt_BR.po
6925                 updated by Ivan F. Martinez
6926                 
6927 2002-12-27 [darko]      0.8.8claws8
6928
6929         * src/common/utils.c
6930                 added locked pattern to extended search
6931
6932 2002-12-27 [alfons]     0.8.8claws7
6933
6934         * src/prefs_matcher.[ch]
6935                 clean up
6936
6937 2002-12-26 [alfons]     0.8.8claws6
6938
6939         * src/matcher.[ch]
6940         * src/matcher_parser_lex.l
6941         * src/matcher_parser_parse.y
6942         * src/prefs_matcher.c
6943                 allow color label as a condition in the matcher
6944
6945 2002-12-26 [oliver]     0.8.8claws5
6946         
6947         * src/toolbar.c 
6948                 enable Addressbook for Main and Messageview
6949         * src/prefs_actions.c
6950                 enable actions in Messageview
6951
6952 2002-12-26 [christoph]  0.8.8claws4
6953
6954         * src/common/plugin.c
6955                 add a little debug output
6956         * configure.in
6957         * src/plugins/demo/Makefile.am
6958                 better use of automake
6959
6960 2002-12-26 [christoph]  0.8.8claws3
6961
6962         * src/Makefile.am
6963         * src/common/Makefile.am
6964                 fix "make distdir"
6965
6966 2002-12-26 [christoph]  0.8.8claws2
6967
6968         * configure.in
6969                 sort configure checks into common / gtk / plugins
6970         * po/POTFILES.in
6971                 add src/prefs_gtk.c
6972         * src/Makefile.am
6973                 add plugins SUBDIR
6974         * src/main.c
6975         * src/common/sylpheed.[ch]
6976                 added now sylpheed_done function for shutdown
6977         * src/common/Makefile.am
6978         * src/common/plugin.[ch]                ** NEW **
6979                 plugin loader and unloader
6980         * src/plugins/.cvsignore                ** NEW **
6981         * src/plugins/Makefile.am               ** NEW **
6982                 build plugins
6983         * src/plugins/demo/.cvsignore           ** NEW **
6984         * src/plugins/demo/Makefile.am          ** NEW **
6985         * src/plugins/demo/demo.c               ** NEW **
6986                 small demo plugin that installs a logtext hook and
6987                 outputs the log text to stdout
6988
6989 2002-12-26 [paul]       0.8.8claws1
6990
6991         * po/es.po
6992                 updated by Ricardo Mones Lastra
6993
6994 2002-12-26 [paul]       0.8.8claws
6995
6996         * 0.8.8claws released
6997
6998 2002-12-26 [paul]       0.8.7claws12
6999
7000         * po/bg.po
7001                 updated by George Danchev
7002
7003 2002-12-26 [paul]       0.8.7claws11
7004
7005         * po/POTFILES.in
7006                 remove unneeded 'src/prefs.c' entry 
7007
7008 2002-12-26 [paul]       0.8.7claws10
7009
7010         * src/codeconv.c
7011           src/mainwindow.c
7012                 sync with 0.8.8 release
7013         
7014         * src/folder.[ch]
7015           src/mh.c
7016           src/summaryview.c
7017                 partial sync with 0.8.8 release
7018         
7019
7020 2002-12-25 [alfons]     0.8.7claws9
7021
7022         * src/matcher.[ch]
7023         * src/matcher_parser_lex.l
7024         * src/matcher_parser_parse.y
7025         * src/prefs_matcher.c
7026                 add locked flag to possible filtering / matcher 
7027                 conditions (also a good example what should be
7028                 done to add a simple boolean condition)
7029
7030 2002-12-25 [christoph]  0.8.7claws8
7031
7032         * src/Makefile.am
7033         * src/account.[ch]
7034         * src/addrbook.c
7035         * src/addressbook.c
7036         * src/addrindex.c
7037         * src/filtering.c
7038         * src/folder.c
7039         * src/matcher.c
7040         * src/prefs.[ch]                ** REMOVE **
7041         * src/prefs_account.c
7042         * src/prefs_actions.c
7043         * src/prefs_common.c
7044         * src/prefs_customheader.c
7045         * src/prefs_display_header.c
7046         * src/prefs_filtering.c
7047         * src/prefs_folder_item.c
7048         * src/prefs_gtk.[ch]            ** NEW **
7049         * src/prefs_matcher.c
7050         * src/prefs_scoring.c
7051         * src/prefs_summary_column.c
7052         * src/procmime.c
7053         * src/selective_download.c
7054         * src/toolbar.c
7055         * src/common/Makefile.am
7056         * src/common/prefs.[ch]         ** NEW **
7057                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
7058
7059 2002-12-24 [alfons]     0.8.7claws7
7060
7061         * src/summaryview.c
7062                 summary_thread_build(): fix real cause of the crash mentioned in
7063                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
7064                 this way we get meaningful ctree nodes 
7065
7066 2002-12-24 [oliver]     0.8.7claws6
7067
7068         * src/mainwindow.[ch]
7069         * src/messageview.[ch]
7070         * src/compose.[ch]
7071         * src/inc.c
7072         * src/summaryview.c
7073                 changes to use updated toolbar handling
7074                 
7075 2002-12-24 [oliver]     0.8.7claws5
7076
7077         * src/toolbar.[ch]
7078                 generic toolbar handling
7079                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
7080         * src/prefs_toolbar.[ch]
7081                 adjust to handling
7082         
7083 2002-12-24 [oliver]     0.8.7claws4
7084         
7085         * src/stock_pixmap.[ch]
7086                 move SYLPHEED_LOGO to end of list in order 
7087                 to remove it from Custom Toolbar`s Icon View
7088
7089 2002-12-24 [alfons]     0.8.7claws3
7090
7091         * src/summaryview.c
7092                 summary_thread_build(): fix crash because of focus != selection 
7093                 after threading. when deleting the selection, gtk tries but fails 
7094                 to find the correct focusable element. we now force the selection
7095                 to be focused. this should solve the infamous bug reported by 
7096                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
7097                 a test case is available. 
7098
7099 2002-12-24 [darko]      0.8.7claws2
7100
7101         * src/summaryview.c
7102                 don't crash when unmarking message with unread children
7103
7104 2002-12-23 [christoph]  0.8.7claws1
7105
7106         * src/Makefile.am
7107         * src/common/Makefile.am
7108                 update Makefiles for moved intl.h, version.h and defs.h
7109         * src/imap.c
7110                 rewrite imap_session_get to avoid duplicate code
7111
7112 2002-12-23 [paul]       0.8.7claws
7113
7114         * Santa-Claws released
7115         
7116         * po/hu.po
7117           po/ru.po
7118                 squeeze in updated Hungarian and Russian translations.
7119                 Submitted by  Gál Zoltán and Ruslan N. Balkin
7120
7121 2002-12-23 [paul]       0.8.6claws129
7122
7123         * po/pl.po
7124                 updated by Witold Wladyslaw Wojciech Wilk
7125
7126 2002-12-23 [paul]       0.8.6claws128
7127
7128         * src/quote_fmt_parse.y
7129                 fix typo and add licence header
7130
7131 2002-12-23 [paul]       0.8.6claws127
7132
7133         * po/en_GB.po
7134                 updated
7135
7136 2002-12-23 [paul]       0.8.6claws126
7137
7138         * po/it.po
7139                 updated translation, submitted by Alessandro Maestri
7140                 
7141 2002-12-23 [paul]       0.8.6claws125
7142
7143         * src/quote_fmt_parse.y
7144                 fix signature-stripping on replies bug. match
7145                 '-- \n' and not '-- '.
7146
7147 2002-12-22 [paul]       0.8.6claws124
7148
7149         * po/bg.po
7150           po/es.po
7151           po/sr.po
7152                 updated translations. submitted by George Danchev,
7153                 Ricardo Mones Lastra, and Urke MMI respectively
7154
7155 2002-12-21 [paul]       0.8.6claws123
7156
7157         * src/addrbook.c
7158                 fix coding style
7159
7160 2002-12-21 [paul]       0.8.6claws122
7161
7162         * src/addrbook.c
7163                 fix bug [643638] where if a person is in one or more
7164                 addressbook groups editing that person's email 
7165                 address results in removal from those groups.
7166                 Patch submitted by Luke Plant.
7167
7168 2002-12-20 [christoph]  0.8.6claws121
7169
7170         * src/common/utils.c
7171         * src/summaryview.c
7172                 reimplement expand_search_string using GString to
7173                 prevent crashs caused by miscalculated string
7174                 lengths reported by Paul
7175
7176 2002-12-20 [christoph]  0.8.6claws120
7177
7178         * src/summaryview.c
7179                 don't use "changed" to check if op_count has to be changed as it
7180                 is also set when the message has unread children
7181                 (closes bug [ 653221 ] crash while deleting duplicates)
7182
7183 2002-12-20 [paul]       0.8.6claws119
7184
7185         * sync with 0.8.6cvs27
7186                 see ChangeLog 2002-12-20
7187
7188 2002-12-20 [paul]       0.8.6claws118
7189
7190         * sync with 0.8.6cvs26
7191                 see ChangeLog 2002-12-19 and 2002-12-20
7192
7193 2002-12-19 [alfons]     0.8.6claws117
7194
7195         * src/textview.c
7196                 fix incorrect parsing of email addresses, submitted by 
7197                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
7198                 name display if it contains @".
7199
7200 2002-12-18 [paul]       0.8.6claws116
7201
7202         * sync with 0.8.6cvs23
7203                 see ChangeLog 2002-12-18
7204
7205 2002-12-18 [paul]       0.8.6claws115
7206
7207         * src/Makefile.am
7208         * src/account.c
7209         * src/codeconv.c
7210         * src/gtkutils.[ch]
7211         * src/imap.c
7212                 sync with 0.8.6cvs22.
7213                 see ChangeLog 2002-12-17 and 2002-12-18
7214
7215 2002-12-17 [christoph]  0.8.6claws114
7216
7217         * src/imap.c
7218                 o don't create a session if imap greeting fails
7219                 o don't close socket when authentication fails
7220                   this is done by imap_session_destroy
7221
7222 2002-12-17 [thorsten]   0.8.6claws113
7223
7224         * tools/Makefile.am
7225           tools/README
7226           tools/google_msgid.pl ** NEW FILE **
7227                 Added "search for message-id" script and doc
7228
7229 2002-12-17 [thorsten]   0.8.6claws112
7230
7231         * po/hu.po
7232                 Updated hungarian translation
7233                 (updated by Gal Zoltan)
7234
7235 2002-12-16 [christoph]  0.8.6claws111
7236
7237         * src/addr_compl.c
7238                 remove stupid addressbook dump to debug output
7239         * src/mh.c
7240                 fix memory leak found by Hiro
7241
7242 2002-12-14 [paul]       0.8.6claws110
7243
7244         * src/compose.c
7245                 fix menubar sensitivity on send
7246                 
7247         * src/prefs_filtering.c
7248         * src/prefs_matcher.c
7249         * src/prefs_scoring.c
7250                 Fix english ;)
7251                 
7252         * src/common/quoted-printable.h
7253                 sync: fix typo
7254         
7255 2002-12-13 [christoph]  0.8.6claws109
7256
7257         * src/Makefile.am
7258         * src/manage_window.[ch]        ** REMOVE **
7259         * src/gtk/Makefile.am
7260         * src/gtk/manage_window.[ch]    ** NEW **
7261                 move manage_window files to gtk directory
7262
7263 2002-12-13 [christoph]  0.8.6claws108
7264
7265         * src/Makefile.am
7266         * src/gtkshruler.[ch]           ** REMOVE **
7267         * src/gtk/Makefile.am
7268         * src/gtk/gtkshruler.[ch]       ** NEW **
7269                 move gtkshruler files to gtk directory
7270
7271 2002-12-13 [christoph]  0.8.6claws107
7272
7273         * src/Makefile.am
7274         * src/compose.c
7275         * src/gtkstext.[ch]             ** REMOVE **
7276         * src/gtkutils.[ch]
7277         * src/textview.c
7278         * src/gtk/gtkstext.[ch]         ** NEW **
7279         * src/gtk/Makefile.am
7280                 o move stext functions to gtkstext.c to remove
7281                   dependency of gtkutils
7282                 o move gtkstext files to gtk directory
7283
7284         * src/gtk/Makefile.am
7285         * src/gtk/sslcertwindow.[ch]
7286                 UI stuff can always depend on common code so
7287                 it's ok to add ../common to include path
7288
7289 2002-12-13 [colin]      0.8.6claws106
7290
7291         * src/summaryview.c
7292                 Disconnect sighandlers for mainwindow when
7293                 quicksearch has the focus
7294                 Fix bug #653231
7295         * src/mainwindow.[ch]
7296                 Make key_pressed callback public, to be able
7297                 to disconnect it
7298
7299 2002-12-13 [christoph]  0.8.6claws105
7300
7301         * src/mh.c
7302                 create .mh_sequences file in new MH folders
7303                 (closes feature request [ 523162 ] MH folders should
7304                  get a .mh_sequences)
7305
7306 2002-12-13 [colin]      0.8.6claws104
7307
7308         * src/summaryview.c
7309                 Better handling of quicksearch show/hide
7310                 (basically the button stays under the mouse 
7311                  when toggled)
7312
7313 2002-12-13 [paul]       0.8.6claws103
7314
7315         * sync with 0.8.6cvs17
7316                 see ChangeLog 2002-12-13
7317
7318 2002-12-13 [paul]       0.8.6claws102
7319
7320         * po/es.po
7321                 updated by Ricardo Mones Lastra
7322
7323 2002-12-11 [colin]       0.8.6claws101
7324
7325         * src/folder.c
7326                 remove statusbar stuff
7327           src/folderview.c
7328                 set statusbar verbosity when moving folders
7329
7330 2002-12-11 [colin]       0.8.6claws100
7331         * src/prefs_filtering.c
7332         * src/prefs_matcher.c
7333         * src/prefs_scoring.c
7334                 Fix english ;)
7335
7336 2002-12-11 [colin]       0.8.6claws99
7337
7338         * src/prefs_common.[ch]
7339                 Add summary_quicksearch_type
7340         * src/summaryview.c
7341                 Save last used quicksearch type
7342
7343 2002-12-11 [jens]       0.8.6claws98
7344         * src/prefs_filtering.c
7345         * src/prefs_matcher.c
7346         * src/prefs_scoring.c
7347                 added dialog for incomplete rules in scoring, filtering and
7348                 matcher to ask wheather really close
7349
7350 2002-12-11 [colin]      0.8.6claws97
7351
7352         * src/folder.c
7353                 Fix folder dnd statusbar logging
7354
7355 2002-12-10 [christoph]  0.8.6claws96
7356
7357         * src/compose.c
7358         * src/folder.c
7359         * src/imap.c
7360         * src/inc.c
7361         * src/main.c
7362         * src/mainwindow.c
7363         * src/news.c
7364         * src/send.c
7365         * src/statusbar.[ch]
7366         * src/common/hooks.c
7367         * src/common/log.[ch]
7368                 o handle verbose logging in statusbar directly in statusbar code
7369                   and common code does not need any knowledge about a statusbar
7370                 o remove direct calls to statusbar_(puts|pop)_all functions
7371
7372 2002-12-10 [jens]       0.8.6claws95
7373
7374         * src/*.c
7375                 removed gettext from g_warnings
7376         * po/POTFILES.in
7377                 cleaned and updated
7378         * po/de.po
7379                 updated
7380
7381 2002-12-10 [colin]      0.8.6claws94
7382
7383         * src/main.c
7384                 finish crash dialog fix
7385
7386 2002-12-10 [colin]      0.8.6claws93
7387
7388         * src/main.c
7389                 "Fix" "sylpheed already running" instead of
7390                 crash dialog appearing after a crash
7391
7392 2002-12-10 [colin]      0.8.6claws92
7393
7394         * po/POTFILES.in
7395                 add src/gtk/sslcertwindow.c
7396
7397 2002-12-10 [paul]       0.8.6claws91
7398
7399         * po/POTFILES.in
7400                 updated to reflect recent changes
7401                 submitted by Alessandro Maestri
7402
7403 2002-12-09 [christoph]  0.8.6claws90
7404
7405         * src/Makefile.am
7406         * src/smtp.[ch]                 ** REMOVE **
7407         * src/common/Makefile.am
7408         * src/common/smtp.[ch]          ** NEW **
7409                 move smtp files to common directory
7410
7411 2002-12-09 [christoph]  0.8.6claws89
7412
7413         * src/Makefile.am
7414         * src/session.[ch]              ** REMOVE **
7415         * src/common/Makefile.am
7416         * src/common/session.[ch]       ** NEW **
7417                 move session files to common directory
7418
7419 2002-12-09 [paul]       0.8.6claws88
7420
7421         * src/account.c
7422                 fix bug [649746] edit accounts: move account reverted
7423                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7424
7425 2002-12-09 [colin]      0.8.6claws87
7426
7427         * src/ssl_certificate.c
7428                 cleanup
7429
7430 2002-12-09 [colin]      0.8.6claws86
7431
7432         * src/ssl.c
7433                 Try to open the cert.pem database and 
7434                 issue a warning if it isn't there
7435
7436 2002-12-09 [colin]      0.8.6claws85
7437
7438         * src/common/ssl_certificate.c
7439         * src/gtk/sslcertwindow.c
7440                 Warning fixes
7441
7442 2002-12-09 [colin]      0.8.6claws84
7443
7444         * src/ssl_certificate.[ch] ** REMOVED **
7445         * src/common/ssl_certificate.[ch] ** NEW **
7446         * src/Makefile.am
7447         * src/common/Makefile.am
7448                 Moved ssl_certificate.[ch] to common
7449         * src/common/ssl.c 
7450                 Put back needed include
7451         * src/gtk/sslcertwindow.[ch]
7452                 Changed ssl_certificate.h include
7453         
7454 2002-12-09 [colin]      0.8.6claws83
7455
7456         * src/gtk/sslcertwindow.[ch]
7457                 Implement hook for certificate acception
7458         * src/ssl_certificate.[ch]
7459                 Implement hook for certificate acception
7460         * src/common/ssl.c
7461                 Reenable certificate acception check
7462         * src/mainwindow.c
7463                 Register sslcertwindow's hook
7464         
7465 2002-12-08 [christoph]  0.8.6claws82
7466
7467         * src/about.c
7468         * src/addr_compl.c
7469         * src/codeconv.c
7470         * src/manual.c
7471         * src/undo.c
7472         * src/common/utils.c
7473                 o add missing includes
7474                 o fix warnings
7475         * src/.cvsignore
7476         * src/common/.cvsignore
7477         * src/common/version.h          ** REMOVE **
7478                 remove autogenerated file
7479
7480 2002-12-08 [paul]       0.8.6claws81
7481
7482         * src/stringtable.c
7483                 put back needed include
7484
7485 2002-12-08 [colin]      0.8.6claws80
7486         
7487         * src/gtk/sslcertwindow.c
7488                 Cleaner popups when asking
7489         * src/ssl_certificate.c
7490         * src/prefs_common.[ch]
7491                 remove ssl certificate pref
7492                 put back needed include
7493         * src/undo.c
7494                 put back needed include
7495
7496 2002-12-08 [christoph]  0.8.6claws79
7497
7498         * src/folderview.c
7499         * src/logwindow.c
7500         * src/statusbar.c
7501         * src/summaryview.c
7502                 only abort hook invokation if required data is missing not
7503                 if our own data pointer is NULL, update hookfunction for
7504                 log window
7505
7506 2002-12-08 [paul]       0.8.6claws78
7507
7508         * src/about.c
7509         * src/addrcache.c
7510         * src/addrclip.c
7511         * src/addr_compl.c
7512         * src/addrselect.c
7513         * src/codeconv.c
7514         * src/colorlabel.c
7515         * src/enriched.c
7516         * src/esmtp.c
7517         * src/exporthtml.c
7518         * src/headerview.c
7519         * src/imageview.c
7520         * src/manual.c
7521         * src/noticeview.c
7522         * src/pgptext.c
7523         * src/scoring.c
7524         * src/sourcewindow.c
7525         * src/stringtable.c
7526         * src/undo.c
7527                 clean up: remove unneccesary includes
7528
7529 2002-12-08 [christoph]  0.8.6claws77
7530
7531         * src/folderview.c
7532         * src/statusbar.c
7533         * src/summaryview.c
7534         * src/common/hooks.[ch]
7535                 hook functions now have a gboolean return value, if a hook
7536                 returns TRUE it will stop executing of any more hooks in
7537                 the same hooklist for this invokation
7538
7539 2002-12-08 [colin]      0.8.6claws76
7540         
7541         * src/main.c
7542                 put back argv0 for CRASH_DIALOG
7543
7544 2002-12-08 [christoph]  0.8.6claws75
7545
7546         * src/Makefile.am
7547         * src/about.c
7548         * src/account.c
7549         * src/crash.c
7550         * src/esmtp.h
7551         * src/imap.[ch]
7552         * src/inc.c
7553         * src/main.c
7554         * src/mainwindow.c
7555         * src/news.c
7556         * src/pop.[ch]
7557         * src/prefs_account.[ch]
7558         * src/prefs_common.[ch]
7559         * src/send.[ch]
7560         * src/smtp.[ch]
7561         * src/ssl_certificate.[ch]
7562         * src/ssl_manager.[ch]
7563         * src/common/Makefile.am
7564         * src/common/log.c
7565         * src/common/nntp.[ch]
7566         * src/common/socket.[ch]
7567         * src/common/ssl.[ch]
7568         * src/gtk/sslcertwindow.[ch]
7569         * ac/openssl.m4
7570                 use new autoconf script to detect OpenSSL with extra parameters
7571                 to specify the location of libs and includes, also remove USE_SSL
7572                 to USE_OPENSSL
7573
7574         * src/common/sylpheed.[ch]
7575         * src/common/version.h.in
7576                 start seperation of common code initialization seperated from gui
7577
7578         * src/summaryview.c
7579                 The function that is called when a color label changes
7580                 should not change the color lable again
7581
7582 2002-12-08 [colin]      0.8.6claws74
7583
7584         * src/gtk/sslcertwindow.c
7585                 warning fixes
7586
7587 2002-12-08 [colin]      0.8.6claws73
7588
7589         * src/statusbar.c
7590           src/common/log.h
7591                 Register a hook for statusbar_puts_all
7592         * src/common/log.c
7593                 invoke statusbar_puts_all's hook
7594         
7595 2002-12-08 [colin]      0.8.6claws72
7596
7597         * src/ssl_certificate.c
7598                 Put back a badly-removed include
7599
7600 2002-12-08 [colin]      0.8.6claws71
7601
7602         * src/gtk/sslcertwindow.[ch]    ** NEW **
7603                 new certificate presentation
7604         * src/gtk/Makefile.am
7605                 add new files
7606         * src/ssl_certificate.[ch]
7607                 gtk cleanup, made utility functions public
7608         * src/ssl_manager.c
7609                 use new cert presentation
7610
7611 2002-12-07 [christoph]  0.8.6claws70
7612
7613         * src/Makefile.am
7614         * src/nntp.[ch]                 ** REMOVE **
7615         * src/common/Makefile.am
7616         * src/common/nntp.[ch]          ** NEW **
7617                 move nntp files to common directory
7618
7619 2002-12-07 [christoph]  0.8.6claws69
7620
7621         * src/procmsg.[ch]
7622         * src/summaryview.c
7623                 implement msginfo update callback using sylpheed's new
7624                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7625
7626 2002-12-06 [christoph]  0.8.6claws68
7627
7628         * src/editgroup.c
7629                 This patch changes the 'Edit Group Details' dialog to
7630                 allow extended selections in either pane, so that
7631                 addresses can be added or removed from a group more
7632                 quickly and easily. (it actually is a net decrease in
7633                 file size, as some unnecessary functions have been
7634                 removed). 
7635                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7636
7637 2002-12-06 [christoph]  0.8.6claws67
7638
7639         * src/Makefile.am
7640         * src/template.[ch]             ** REMOVE **
7641         * src/common/Makefile.am
7642         * src/common/template.[ch]      ** NEW **
7643                 move template files to common directory
7644
7645         * src/nntp.c
7646                 add missing log.h include
7647
7648 2002-12-06 [melvin]     0.8.6claws66
7649
7650         * src/prefs_actions.c
7651                 Added the trailing ">" syntax to insert command's output
7652                 without replacing old text (in contrast to trailing "|").
7653
7654 2002-12-05 [colin]      0.8.6claws65
7655         
7656         * src/common/utils.c
7657                 Don't modify original search_string or it'll change
7658                 the next iterations in the for()
7659
7660 2002-12-05 [darko]      0.8.6claws64
7661
7662         * src/common/utils.c
7663                 proper check for filtering commands, found by Colin
7664
7665 2002-12-05 [darko]      0.8.6claws63
7666
7667         * src/common/utils.c
7668                 check proper string for NULL pointer, found by Colin
7669
7670 2002-12-05 [darko]      0.8.6claws62
7671
7672         * src/common/utils.[ch]
7673                 expand_search_string(): new function
7674                 converts Mutt-like patterns to Sylpheed's
7675                 filtering engine
7676         * src/summaryview.c
7677                 use expand_search_string() to allow Mutt-like
7678                 patterns in extended search
7679         * README.claws
7680                 document extended option in quick search
7681
7682 2002-12-05 [paul]       0.8.6claws61
7683
7684         * sync with 0.8.6cvs16
7685                 see ChangeLog 2002-12-05
7686                 
7687         * po/POTFILES.in
7688                 clean up
7689
7690 2002-12-04 [christoph]  0.8.6claws60
7691
7692         * src/imap.[ch]
7693                 put imap authentication code into a new function and
7694                 remove it from imap_session_new that will allow to
7695                 send other commands before authentication
7696
7697 2002-12-04 [christoph]  0.8.6claws59
7698
7699         * src/imap.[ch]
7700                 use already existing method to prevent unneeded IMAP
7701                 folder selects. Set imap_select parameters to NULL
7702                 in some functions if the values are not required.
7703
7704         * src/xml.h
7705                 remove no longer required include
7706
7707 2002-12-04 [paul]       0.8.6claws58
7708
7709         * po/es.po
7710                 updated by Ricardo Mones Lastra
7711                 
7712         * configure.in
7713           po/hu.po      ** NEW FILE **
7714                 initial Hungarian translation, submitted
7715                 by Gál Zoltán <galzoli@hu.inter.net>
7716
7717 2002-12-03 [christoph]  0.8.6claws57
7718
7719         * src/Makefile.am
7720         * src/gtksctree.[ch]            ** REMOVE **
7721         * src/gtk/Makefile.am
7722         * src/gtk/gtksctree.[ch]        ** NEW **
7723                 move gtksctree files to gtk directory
7724
7725 2002-12-03 [christoph]  0.8.6claws56
7726
7727         * src/Makefile.am
7728         * src/md5.[ch]                  ** REMOVE **
7729         * srm/common/Makefile.am
7730         * src/common/md5.[ch]           ** NEW **
7731                 move md5 files to common directory
7732
7733         * src/gtkstext.c
7734                 remove not required #include
7735
7736 2002-12-03 [sergey]     0.8.6claws55
7737
7738         * src/gtkutils.c
7739         * src/gtkutils.h
7740                 gtkut_window_popup(): new function.
7741         * src/mainwindow.c
7742                 main_window_popup(): use gtkut_window_popup() to raise
7743                 window without changing its position.
7744                 (see sylpheed-main ML message [sylpheed:17247])
7745
7746 2002-12-03 [sergey]     0.8.6claws54
7747
7748         * src/send.c
7749                 send_message_local(): removed first-dot escaping
7750                 (SMTP-only, not needed for sending through pipe)
7751
7752 2002-12-03 [paul]       0.8.6claws53
7753
7754         * po/POTFILES.in
7755                 update to reflect recent changes (thanks
7756                 to Ricardo Mones Lastra)
7757                 
7758         * tools/filter_conv.pl
7759                  fix problem with quoted strings. Patch submitted
7760                  by Luke Plant <lukeplant@softhome.net>
7761
7762 2002-12-03 [paul]       0.8.6claws52
7763
7764         * sync with 0.8.6cvs15
7765                 see ChangeLog 2002-12-03
7766
7767 2002-12-02 [christoph]  0.8.6claws51
7768
7769         * src/logwindow.[ch]
7770         * src/common/log.[ch]
7771                 implement logging using a hook function
7772
7773         * src/folderview.c
7774         * src/folder.[ch]
7775                 define hooklist name in header file to avoid
7776                 errors caused by wrong spelling of hooklist names
7777
7778         * src/toolbar.c
7779                 fix warnings
7780
7781 2002-12-02 [christoph]  0.8.6claws50
7782
7783         * src/common/Makefile.am
7784                 add src/common/hooks.[ch]
7785
7786         * src/common/hooks.[ch]
7787                 implement a simple hook system using glib's hook functions
7788
7789         * src/folder.[ch]
7790         * src/folderview.c
7791                 use new hook system for folder item updates
7792
7793 2002-12-02 [christoph]  0.8.6claws49
7794
7795         * doc-src/ui_seperation.txt     ** NEW **
7796                 information for ui seperation
7797
7798         * src/Makefile.am
7799                 remove files that were moved to common
7800                 include common directory by default for the header files
7801
7802         * src/inc.c
7803         * src/common/socket.c
7804         * src/automaton.[ch]
7805                 implement automaton using g_io_*-functions instead of
7806                 gdk_input_add to make it ui independent
7807
7808         * src/codeconv.c
7809         * src/compose.c
7810         * src/ldif.c
7811         * src/pgptext.c
7812         * src/procmime.c
7813         * src/rfc2015.c
7814         * src/smtp.c
7815         * src/unmime.c
7816                 remove common/ prefix because directory is now in
7817                 include path
7818
7819         * src/compose.c
7820         * src/folder.c
7821         * src/folderview.c
7822         * src/mainwindow.c
7823         * src/messageview.c
7824         * src/prefs_common.c
7825         * src/procmsg.c
7826         * src/rfc2015.c
7827                 fix warnings
7828
7829         * src/imap.c
7830         * src/inc.c
7831         * src/news.c
7832         * src/pop.c
7833         * src/send.c
7834         * src/smtp.c
7835         * src/ssl_certificate.c
7836                 add log.h header file for logging functions
7837
7838         * src/main.c
7839         * src/common/utils.c
7840         * src/summaryview.c
7841         * src/xml.c
7842                 o move debug_mode to common/utils.c
7843                 o add functions to set and get debug_mode
7844
7845         * src/defs.h                    ** REMOVE **
7846         * src/intl.h                    ** REMOVE **
7847         * src/socket.[ch]               ** REMOVE **
7848         * src/ssl.[ch]                  ** REMOVE **
7849         * src/utils.[ch]                ** REMOVE **
7850                 replaced by new files in src/common/
7851         
7852         * src/common/Makefile.am
7853                 add new files in src/common/
7854
7855         * src/common/defs.h             ** NEW **
7856         * src/common/intl.h             ** NEW **
7857         * src/common/log.[ch]           ** NEW **
7858         * src/common/socket.[ch]        ** NEW **
7859         * src/common/ssl.[ch]           ** NEW **
7860         * src/common/utils.[ch]         ** NEW **
7861                 replacement for files in src/
7862
7863 2002-12-02 [colin]      0.8.6claws48
7864
7865         * src/folderview.c
7866                 Scroll folderview if necessary during dnd
7867
7868 2002-12-02 [colin]      0.8.6claws47
7869
7870         * src/folder.[ch]
7871                 Add check to verify a move is within a single mailbox
7872         * src/folderview.c
7873                 Add specific error string for this check
7874
7875 2002-12-02 [colin]      0.8.6claws46
7876
7877         * src/folder.c
7878                 Add a test to folder moving, remove a statusbar_print
7879         * src/folderview.c
7880                 Add Move folder... context-menu item
7881                 Factorize folder moving code
7882                 Enable folder DND for mbox
7883
7884 2002-12-01 [christoph]  0.8.6claws45
7885
7886         * ac/aspell.m4
7887                 remove conf.aspelltest if the version check fails
7888
7889 2002-11-30 [christoph]  0.8.6claws44
7890
7891         * autogen.sh
7892                 run libtoolize --force in autogen to create missing
7893                 libtool scripts
7894
7895 2002-11-30 [christoph]  0.8.6claws43
7896
7897         * src/Makefile.am
7898         * src/pgptext.c
7899         * src/procmime.c
7900         * src/rfc2015.c
7901         * src/uuencode.[ch]             ** REMOVED **
7902         * src/common/Makefile.am
7903         * src/common/uuencode.[ch]      ** NEW **
7904                 move uuen/decoder to common directory
7905
7906 2002-11-30 [christoph]  0.8.6claws42
7907
7908         * src/Makefile.am
7909         * src/base64.[ch]               ** REMOVED **
7910         * src/codeconv.c
7911         * src/compose.c
7912         * src/ldif.c
7913         * src/pgptext.c
7914         * src/procmime.c
7915         * src/rfc2015.c
7916         * src/smtp.c
7917         * src/unmime.c
7918         * src/common/Makefile.am
7919         * src/common/base64.[ch]        ** NEW **
7920                 move base64 en/decoder to common directory
7921
7922 2002-11-30 [christoph]  0.8.6claws41
7923
7924         * src/common                    ** NEW **
7925                 new directory for UI independent code
7926         * src/gtk                       ** NEW **
7927                 new directory for GTK frontend
7928         * src/common/.cvsignore         ** NEW **
7929         * src/gtk/.cvsignore            ** NEW **
7930                 ignore build files
7931         * src/common/Makefile.am        ** NEW **
7932         * src/gtk/Makefile.am           ** NEW **
7933                 automake files to build new seperated stuff
7934         * src/Makefile.am
7935                 the binary will currently still be build with the
7936                 files in src, so we include the code from the
7937                 subdirs for now after building the libs there
7938
7939 2002-11-30 [paul]       0.8.6claws40
7940
7941         * src/compose.c
7942                 fix bug [642731] 'Wrong selected account with drafted mail'
7943
7944 2002-11-29 [oliver]     0.8.6claws39
7945         
7946         * src/messageview.c
7947                 o update summaryview when switching between different
7948                   messageviews          
7949         * src/toolbar.c  
7950                 o check if messageview holds already removed msg
7951                   from summaryview
7952                 
7953
7954 2002-11-29 [oliver]     0.8.6claws38
7955
7956         * src/toolbar.c 
7957                 remove not needed variables and includes
7958                 make messageview stay opened and move to next when msgs are deleted 
7959
7960 2002-11-29 [oliver]     0.8.6claws37
7961         
7962         * src/toolbar.c 
7963                 disable compose button (messageview toolbar) by default
7964                 deleted msgs are moved to trash
7965         
7966 2002-11-29 [melvin]     0.8.6claws36
7967
7968         * configure.in
7969                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7970                 and to detect signatures expirations (gpgme 0.3.6)
7971
7972         * src/main.c
7973                 Use non obsolescent function for Gpgme engine checking.
7974
7975         * src/rfc2015.c
7976                 Inform about expired signatures or signatures which key
7977                 has expired. Expiration date is displayed.
7978
7979         * src/sigstatus.c
7980                 Inform about expired signatures or signatures which key
7981                 has expired.
7982
7983 2002-11-28 [paul]       0.8.6claws35
7984
7985         * src/folderview.c
7986                 re-instate 'Check for new messages' in Newsgroup
7987                 folders right-click menu, after a suggestion from
7988                 Tim Mann <timmann@users.sourceforge.net>
7989
7990         * src/main.c
7991                 after a crash check only local folders for new
7992                 messages
7993
7994 2002-11-28 [paul]       0.8.6claws34
7995
7996         * configure.in
7997                 apply patch that fixes the checking of GTK with XIM 
7998                 support on different OSs, such as FreeBSD. Patch 
7999                 submitted by Topia <topia@users.sourceforge.net>
8000                 
8001 2002-11-28 [paul]       0.8.6claws33
8002
8003         * src/mainwindow.c
8004           src/prefs_common.c
8005           src/prefs_toolbar.c
8006                 more changes to the English
8007
8008 2002-11-28 [paul]       0.8.6claws32
8009
8010         * sync with 0.8.6cvs13
8011                 see ChangeLog 2002-11-28 (no sync needed
8012                 for src/compose.c)
8013
8014 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
8015         
8016         * src/mainwindow.[ch]
8017                 add patch by Ivan F. Martinez introducing messageview Toolbar
8018                 some changes and committed by oliver    
8019
8020 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
8021
8022         * src/messageview.[ch]
8023                 add patch by Ivan F. Martinez introducing messageview Toolbar
8024                 some changes and committed by oliver    
8025
8026 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
8027
8028         * src/compose.[ch]
8029                 add patch by Ivan F. Martinez introducing messageview Toolbar
8030                 some changes and committed by oliver    
8031
8032 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
8033         
8034         * src/toolbar.[ch]
8035                 add patch by Ivan F. Martinez introducing messageview Toolbar
8036                 some changes and committed by oliver
8037
8038 2002-11-28 [oliver]     0.8.6claws27
8039         
8040         * src/prefs_toolbar.[ch]
8041                 getting ready for messageview toolbar
8042                 free mem allocated by gettext
8043                 change prefs_toolbar to prefs_toolbar_open
8044  
8045 2002-11-28 [thorsten]   0.8.6claws26
8046
8047         * src/imageview.[ch]
8048                 cleaned up conflicting declarations of
8049                 imageview_show_image()
8050
8051 2002-11-28 [paul]       0.8.6claws25
8052
8053         * src/grouplistdialog.c
8054           src/prefs_common.c
8055           src/prefs_summary_column.c
8056                 a few more improvements to the English
8057
8058 2002-11-28 [colin]      0.8.6claws24
8059
8060         * man/sylpheed.1
8061                 A few updates to command-line parameters
8062
8063 2002-11-28 [colin]      0.8.6claws23
8064
8065         * src/prefs_filtering.c
8066                 Fix problems with prefs_filtering_delete_path:
8067                 a) if the first rule is removed, original pointers
8068                    weren't updated (leading to segfaults)
8069                 b) it was always global_processing updated in case
8070                    of removed path was parent of rule path
8071
8072 2002-11-27 [paul]       0.8.6claws22
8073
8074         * src/mainwindow.c
8075           src/prefs_account.c
8076           src/prefs_actions.c
8077           src/prefs_common.c
8078           src/prefs_customheader.c
8079           src/prefs_display_header.c
8080           src/prefs_filtering.c
8081           src/prefs_folder_item.c
8082           src/prefs_matcher.c
8083           src/prefs_scoring.c
8084           src/prefs_summary_column.c
8085           src/prefs_template.c
8086           src/prefs_toolbar.c
8087                  improve the English in the GUI
8088
8089 2002-11-27 [colin]      0.8.6claws21
8090
8091         * src/folder.c
8092                 Fix processing renaming problems happening after
8093                 last commit
8094
8095 2002-11-27 [colin]      0.8.6claws20
8096
8097         * src/folder.c
8098                 recursive move now deletes src each subfolder after 
8099                 having moved it
8100         * src/folderview.c
8101                 Use identifier instead of path during dnd (enables
8102                 IMAP folder dnd)
8103
8104 2002-11-27 [paul]       0.8.6claws19
8105
8106         * src/main.c
8107                 apply patch that does command-line processing 
8108                 BEFORE gtk_init, allowing claws to run from 
8109                 shell-scripts in non-X environment (e.g. crontab 
8110                 or ip-up, ip-down scripts). Patch submitted by
8111                 Ruslan N. Balkin <baron@dartel.ru>
8112                 
8113         * po/it.po
8114                 updated by Alessandro Maestri
8115
8116 2002-11-27 [paul]       0.8.6claws18
8117
8118         * sync with 0.8.6cvs12
8119           src/prefs_common.c
8120                 Differences are that main uses a 'Receive dialog'
8121                 frame on the Interface tab, whereas claws groups all 
8122                 the dialogs together in a 'Dialogs' frame.
8123
8124 2002-11-27 [colin]      0.8.6claws17
8125
8126         * src/prefs_matcher.c
8127                 Fix Execute criteria's NOT flag
8128
8129
8130 2002-11-26 [christoph]  0.8.6claws16
8131
8132         * src/ssl.c
8133                 rewrite the ssl code a little bit, only use one
8134                 SSL context, set default certificates' file/path
8135
8136 2002-11-26 [thorsten]   0.8.6claws15
8137
8138         * src/compose.c
8139                 default-reply-to didn't work for ml-reply
8140
8141 2002-11-26 [melvin]     0.8.6claws14
8142
8143         * src/prefs_actions.c
8144                 Made pipe-actions ignore short headers in message view
8145                 Made trailing-pipe-actions write in the message view with
8146                 the same font as the original message
8147
8148 2002-11-26 [paul]       0.8.6claws13
8149
8150         * src/compose.c
8151                 this time commit the correct file
8152
8153 2002-11-26 [paul]       0.8.6claws12
8154
8155         * sync with 0.8.6cvs11
8156           src/quote_fmt_parse.y  
8157                 no sync needed
8158           src/account.[ch]       
8159                 not sync'ed
8160           src/compose.c
8161                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
8162                 on draft mode.
8163                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
8164                 header
8165                 
8166         see ChangeLog 2002-11-25 and 2002-11-26
8167
8168 2002-11-26 [colin]      0.8.6claws11
8169
8170         * src/folderview.c
8171                 Fix collapsed folder not auto-expanding during
8172                 mail dnd, if it was the source folder.
8173
8174 2002-11-25 [colin]      0.8.6claws10
8175
8176         * src/folderview.[ch]
8177                 Variable renaming and cleaning (slist of nodes 
8178                 to be re-collapsed is stored in FolderView)
8179
8180 2002-11-25 [paul]       0.8.6claws9
8181
8182         * src/prefs_common.[ch]
8183                 fix breakage caused by last commit
8184
8185 2002-11-25 [paul]       0.8.6claws8
8186
8187         * sync with 0.8.6cvs4
8188                 see ChangeLog 2002-11-21
8189
8190 2002-11-25 [paul]       0.8.6claws7
8191
8192         * sync with 0.8.6cvs4
8193                 see ChangeLog 2002-11-20
8194
8195 2002-11-25 [paul]       0.8.6claws6
8196
8197         * sync with 0.8.6cvs3
8198                 see ChangeLog 2002-11-18
8199
8200 2002-11-25 [colin]      0.8.6claws5
8201
8202         * src/gtkutils.[ch]
8203                 Add gtkut_ctree_node_is_parent()
8204         * src/folderview.c
8205                 Spring-loaded folders
8206
8207 2002-11-25 [colin]      0.8.6claws4
8208
8209         * src/utils.[ch]
8210                 Add slist_concat_unique(), function to merge
8211                 two GSList filtering dups
8212         * src/folder.[ch]
8213         * src/summaryview.[ch]
8214         * src/folderview.c
8215         * src/main.c
8216                 Add detection/update/display of unread answers
8217                 to marked mails
8218         * src/procmsg.[ch]
8219                 Add procmsg_find_children()
8220                 Add procmsg_msg_has_marked_parent()
8221
8222 2002-11-25 [colin]      0.8.6claws3
8223
8224         * src/ssl_certificate.[ch]
8225                 Allow checking a certificate without a DNS
8226                 lookup
8227                 Allow to forget a cert (by deleting it)
8228                 Make ssl_certificate_destroy_public
8229         * src/ssl_manager.[ch] ** NEW FILES **
8230                 Gui to manage (display/remove) certificates
8231         * src/prefs_common.[ch]
8232                 Add a pref to allow silent acceptation of
8233                 trusted certificates or not (based on the
8234                 "I want to know what's going on" principle)
8235         * src/mainwindow.c
8236                 Add SSL manager in Tools menu
8237         * src/Makefile.am
8238                 Add the new files to the build
8239         * po/POTFILES.in
8240                 Add ssl_manager.c to translations
8241
8242 2002-11-25 [colin]      0.8.6claws2
8243
8244         * src/summaryview.[ch]
8245                 Add S_SEARCH_EXTENDED to the quick search, which 
8246                 allows to search using filtering syntax.
8247
8248 2002-11-25 [colin]      0.8.6claws1
8249
8250         * src/summaryview.c
8251                 Deletion of duplicates now prefer deleting
8252                 the unread dup (fixes feature-request 638989).
8253
8254 2002-11-24 [paul]       0.8.6claws
8255
8256         * po/es.po
8257           po/pl.po
8258           po/ru.po
8259           po/sr.po
8260                 updated by Ricardo Mones Lastra,
8261                 Witold Wladyslaw Wojciech Wilk,
8262                 Ruslan N. Balkin, and  Urke MMI 
8263                 respectively
8264
8265 2002-11-24 [paul]       0.8.5claws182
8266
8267         * po/bg.po
8268                 updated by George Danchev
8269
8270 2002-11-23 [alfons]     0.8.5claws181
8271
8272         * src/imap.c
8273                 tiny memory leak found by browsing Dimitar's 
8274                 valgrind report
8275
8276 2002-11-23 [paul]       0.8.5claws180
8277
8278         * po/it.po
8279                 updated by Alessandro Maestri
8280
8281 2002-11-22 [christoph]  0.8.5claws179
8282
8283         * src/compose.c
8284         * src/inc.c
8285         * src/prefs_filtering.c
8286         * src/summaryview.c
8287                 more warning fixes
8288
8289 2002-11-22 [alfons]     0.8.5claws178
8290
8291         * src/summaryview.c
8292                 summary_execute_delete_func(): if message is deleted, make 
8293                 sure to also remove its entry in the subject hash table. 
8294                 fixes a corner case bug.
8295
8296 2002-11-22 [paul]       0.8.5claws177
8297
8298         * .cvsignore
8299                 add 'autom4te.cache'
8300                 
8301         * ltconfig      ** REMOVED **
8302                 not needed
8303
8304 2002-11-22 [paul]       0.8.5claws176
8305
8306         * src/textview.c
8307                 textview_set_font(): fix for message display in
8308                 UTF-8 locales (thanks to Sergey Vlasov).
8309                 
8310         * AUTHORS
8311                 add new team members and contributors
8312
8313
8314 2002-11-21 [colin]      0.8.5claws175
8315
8316         * src/procmsg.[ch]
8317                 Add procmsg_remove_special_headers()
8318         * src/mh.c
8319                 Use procmsg_remove_special_headers() for 
8320                 previous fix
8321
8322 2002-11-21 [colin]      0.8.5claws174
8323
8324         * src/mh.c
8325                 Fix moving/copying from queue/draft folders
8326                 for MH folders
8327
8328 2002-11-21 [christoph]  0.8.5claws173
8329
8330         * src/crash.c
8331         * src/filtering.c
8332         * src/logwindow.c
8333         * src/main.c
8334         * src/matcher_parser_lex.[hl]
8335         * src/mbox.c
8336         * src/mbox_folder.[ch]
8337         * src/prefs_filtering.c
8338         * src/procheader.c
8339         * src/quote_fmt_lex.l
8340         * src/ssl.c
8341                 fix all warnings except the warnings in lex and yacc files
8342
8343 2002-11-20 [christoph]  0.8.5claws172
8344
8345         * src/imap.c
8346                 fix MsgInfo retrieval for IMAP draft and queue folders
8347                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8348
8349 2002-11-19 [christoph]  0.8.5claws171
8350
8351         * src/compose.c
8352                 fix segfault, when draft saving does not get
8353                 the MsgInfo of the new message
8354                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8355
8356 2002-11-19 [christoph]  0.8.5claws170
8357
8358         * src/procmsg.c
8359                 add parameter check for flag setting function
8360                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8361
8362 2002-11-18 [paul]       0.8.5claws169
8363
8364         * src/compose.c
8365                 more sensitivity fixes to redirect mode:
8366                 * disable toolbar draft button
8367                 * allow only Address book in the Tools menu
8368                 * disable editing of message by the spell
8369                   checker
8370
8371 2002-11-18 [paul]       0.8.5claws168
8372
8373         * src/compose.c
8374                 fix sensitivity of menu items in compose_redirect():
8375                 allow only the necessary items 
8376
8377 2002-11-18 [paul]       0.8.5claws167
8378
8379         * src/compose.c
8380                 fix bug [ 603259 ] 'attachment got lost on bounce'
8381
8382 2002-11-18 [paul]       0.8.5claws166
8383
8384         * po/ru.po
8385                 updated by Ruslan N. Balkin <baron@dartel.ru>
8386
8387 2002-11-18 [colin]      0.8.5claws165
8388
8389         * src/main.c
8390           src/defs.h
8391                 Remove old filtering stuff
8392
8393
8394 2002-11-17 [oliver]     0.8.5claws164
8395
8396         * src/toolbar.h
8397                 remove not needed typedef 
8398
8399 2002-11-17 [oliver]     0.8.5claws163
8400
8401         * src/toolbar.c
8402                 make toolbar's on click events translatable
8403
8404 2002-11-15 [colin]      0.8.5claws162
8405
8406         * src/summaryview.c
8407                 Revert too-soon integration of a feature
8408
8409 2002-11-15 [christoph]  0.8.5claws161
8410
8411         * src/imap.c
8412                 use main's implementation of imap_get_msginfo
8413
8414 2002-11-15 [christoph]  0.8.5claws160
8415
8416         * src/compose.c
8417         * src/folder.[ch]
8418         * src/imap.c
8419         * src/mbox_folder.c
8420         * src/mh.c
8421         * src/news.c
8422         * src/procmsg.c
8423         * src/summaryview.c
8424                 replace claws' fetch_msginfo with main's get_msginfo
8425                 (use main's implementation where possible)
8426
8427 2002-11-15 [colin]      0.8.5claws159
8428
8429         * src/ssl_certificate.c
8430                 Missed a check
8431
8432 2002-11-16 [melvin]     0.8.5claws158
8433
8434         * po/fr.po
8435                 Updated French translations.
8436
8437 2002-11-16 [colin]      0.8.5claws157
8438
8439         * src/ssl_certificate.c
8440                 Check for missing parts in the certificates
8441
8442 2002-11-15 [colin]      0.8.5claws156
8443
8444         * src/folderview.c
8445                 Preventive fix (missing check) found by
8446                 Alfons
8447
8448 2002-11-15 [paul]
8449
8450         * NEWS
8451                 sync with 0.8.6 release
8452
8453 2002-11-15 [colin]      0.8.5claws155
8454
8455         * src/folder.[ch]
8456           src/folderview.c
8457                 Fix error handling of folder_item_move_to()
8458                 (thanks to Alfons!)
8459
8460 2002-11-15 [colin]      0.8.5claws154
8461
8462         * src/folder.[ch]
8463           src/folderview.c
8464                 folder_item_move_to() sets an error message instead
8465                 of having GUI stuff in folder.c
8466
8467 2002-11-15 [colin]      0.8.5claws153
8468
8469         * src/procmsg.[ch]
8470                 Implemented a callback for MsgInfo updates, 
8471                 heavily copy/pasted from Christoph's folder 
8472                 callback system
8473         * src/summaryview.[ch]
8474                 Register summary_update_msg as callback
8475
8476 2002-11-14 [colin]      0.8.5claws152
8477         
8478         * src/procmsg.c
8479                 Update the FolderItem after sending (fixes 617593)
8480
8481 2002-11-14 [christoph]  0.8.5claws151
8482
8483         * src/folder.c
8484                 fix wrong position of NULL pointer check found
8485                 by Sergey
8486
8487 2002-11-14 [christoph]  0.8.5claws150
8488
8489         * src/folder.c
8490                 fix segfault when deleting messages from IMAP folders
8491                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8492
8493 2002-11-14 [colin]      0.8.5claws149
8494
8495         * src/compose.c
8496                 Forwarding was also ignoring the folder's default account.
8497
8498 2002-11-14 [colin]      0.8.5claws148
8499
8500         * src/compose.c
8501                 Fix sent folder not set to folder properties when 
8502                 forwarding.
8503
8504 2002-11-14 [thorsten]   0.8.5claws147
8505
8506         * src/inc.c
8507                 inc_start(): Files were not moved from .processing to inbox,
8508                 if no global processing rule existed
8509
8510 2002-11-14 [colin]      0.8.5claws146
8511
8512         * src/ssl_certificate
8513                 Fix file operations
8514
8515 2002-11-14 [paul]       0.8.5claws145
8516
8517         * po/it.po
8518                 updated by Alessandro Maestri
8519
8520 2002-11-13 [alfons]     0.8.5claws144
8521
8522         * src/folder.c
8523                 folder_item_close(): only mark messages unread
8524                 when a folder has new messages 
8525
8526 2002-11-13 [keith]      0.8.5claws143
8527
8528         * src/imap.c
8529                 Fix problem moving or copying between
8530                 IMAP folders
8531
8532 2002-11-13 [colin]      0.8.5claws142
8533
8534         * src/matcher_parser_parse.y
8535                 Fix rule problem when " don't match
8536
8537 2002-11-13 [christoph]  0.8.5claws141
8538
8539         * src/folder.c
8540         * src/folderview.c
8541                 moved cache saving to folder_item_close
8542                 the folderview should not have to deal with
8543                 this things
8544
8545 2002-11-13 [christoph]  0.8.5claws140
8546
8547         * src/summaryview.c
8548                 moved setting of important score to
8549                 summary_set_prefs_from_folderitem
8550
8551 2002-11-13 [colin]      0.8.5claws139
8552
8553         * src/matcher_parser_parse.y
8554                 Fix a segfault in the parser (happening when
8555                 a good expression had been tested and a bad 
8556                 one arrives)
8557
8558 2002-11-13 [paul]       0.8.5claws138
8559
8560         * sync with 0.8.5cvs24
8561                 see ChangeLog 2002-11-13
8562                 
8563         * po/pt_BR.po
8564                 updated by Fabio Jr. Beneditto
8565
8566 2002-11-13 [colin]      0.8.5claws137
8567         
8568         * src/msgcache.c
8569           src/defs.h
8570           src/procmsg.[ch]
8571                 Revert last commit, problem
8572
8573 2002-11-13 [colin]      0.8.5claws136
8574
8575         * src/msgcache.c
8576                 Remove duplicated code
8577         * src/defs.h
8578                 Bumped CACHE_VERSION and MARK_VERSION
8579         * src/procmsg.[ch]
8580                 Network endian for cache and mark files
8581
8582 2002-11-12 [colin]      0.8.5claws135
8583
8584         * src/inc.c
8585                 Fix the "socket error" dialog which disappeared
8586
8587 2002-11-12 [colin]      0.8.5claws134
8588
8589         * src/msgcache.c
8590                 Reverse last commit which had performance 
8591                 problems, but still reverse the list
8592
8593 2002-11-12 [colin]      0.8.5claws133
8594
8595         * src/msgcache.c
8596                 Reverse list order
8597
8598 2002-11-12 [melvin]     0.8.5claws132
8599
8600         * src/compose.c
8601                 Added a check for a NULL prefs_common.dictionary
8602
8603 2002-11-12 [colin]      0.8.5claws131
8604
8605         * src/ssl_certificate.[ch]
8606                 Use FQDN hostname
8607
8608 2002-11-12 [colin]      0.8.5claws130
8609
8610         * src/ssl_certificate.[ch]
8611                 Take connection port into account for 
8612                 checking certificates (a single hostname
8613                 could have multiple servers with multiple
8614                 certificates)
8615         * src/ssl.c
8616                 Pass the port to ssl_certificate_check
8617
8618 2002-11-12 [paul]       0.8.5claws129
8619
8620         * src/folder.c
8621                 fix a typo in last commit
8622
8623 2002-11-12 [paul]       0.8.5claws128
8624
8625         * sync with 0.8.5cvs23
8626                 see ChangeLog entry 2002-11-12
8627
8628 2002-11-11 [colin]      0.8.5claws127
8629
8630         * src/ssl_certificate.c
8631                 Cleaner messages
8632                 Don't popup, instead log error, if the 
8633                 corresponding pref is checked
8634         * src/ssl_certificate.h
8635                 include <openssl/objects/h>
8636
8637 2002-11-11 [colin]      0.8.5claws126
8638
8639         * src/ssl_certificate.h
8640                 _Really_ clean it
8641
8642 2002-11-11 [colin]      0.8.5claws125
8643         
8644         * src/ssl_certificate.c
8645                 Fixed leak
8646
8647 2002-11-11 [colin]      0.8.5claws124
8648
8649         * src/ssl.c
8650                 Cleaned a bit
8651         * src/ssl_certificate.[ch]
8652                 Cleaned a bit (better use of SSL API)
8653                 (This will cause non-recognition of saved 
8654                  certificates of claws12[23]...)
8655
8656 2002-11-11 [paul]       0.8.5claws123
8657         
8658         * po/es.po
8659                 updated by Ricardo Mones Lastra
8660
8661 2002-11-11 [colin]      0.8.5claws122
8662
8663         * src/ssl.c
8664                 Fix a typo
8665
8666 2002-11-11 [colin]      0.8.5claws121
8667
8668         * src/ssl_certificate.[ch] ** NEW FILES **
8669         * src/ssl.[ch]
8670                 Check SSL certificates presented to us
8671         * src/Makefile.am
8672                 Add ssl_certificate.[ch]
8673         * po/POTFILES.in
8674                 Add ssl_certificate.c
8675
8676 2002-11-11 [paul]       0.8.5claws120
8677
8678         * sync with 0.8.5cvs22
8679                 see ChangeLog 2002-11-11
8680
8681 2002-11-11 [paul]       0.8.5claws119
8682
8683         * sync with 0.8.5cvs21
8684                 see ChangeLog 2002-11-11
8685
8686 2002-11-10 [jens]       0.8.5claws118
8687
8688         * src/folder.c
8689         * src/folderview.c
8690                 corrected some typing
8691         * po/de.po
8692                 updated german translation
8693         * sylpheed.spec.in
8694                 cleaned up specfile and adjusted it for claws
8695
8696 2002-11-10 [colin]      0.8.5claws117
8697
8698         * src/summaryview.c
8699                 a STATUSBAR_PUSH/POP fix
8700
8701 2002-11-10 [colin]      0.8.5claws116
8702
8703         * src/prefs_folder_item.c
8704                 Fix hanging after opening folder properties
8705
8706 2002-11-10 [hoa]        0.8.5claws115
8707
8708         * src/matcher_parser_lex.l
8709         * src/matcher_parser_parse.y
8710                 config file for scoring and filtering is no more trashed
8711                 when there is a syntax error in a filtering rule when
8712                 editing it in a dialog.
8713
8714 2002-11-09 [colin]      0.8.5claws114
8715
8716         * src/mbox_folder.c
8717                 Added missing initialisation of folder->destroy()
8718
8719 2002-11-09 [colin]      0.8.5claws113
8720
8721         * src/folder.c
8722           src/folderview.c
8723                 Fix the status bar messages
8724
8725 2002-11-09 [colin]      0.8.5claws112
8726
8727         * src/folderview.c
8728                 Fix hangs after folder dnd, happening after 
8729                 claws109.
8730
8731 2002-11-09 [christoph]  0.8.5claws111
8732
8733         * src/folderview.c
8734                 just changed order of calls (reverse order of
8735                 associated calls)
8736         * src/inc.c
8737                 lock inc when checking only one account, otherwise
8738                 inc all could be executed at the same time
8739
8740 2002-11-09 [christoph]  0.8.5claws110
8741
8742         * src/folderview.c
8743                 better unlock the mouse cursor before calling
8744                 summary_show because it changes the cursor too
8745
8746 2002-11-09 [christoph]  0.8.5claws109
8747
8748         * src/folder.[ch]
8749         * src/folderview.c
8750                 add functions to open and close a folder
8751                 o opending will execute scanning for remote folders
8752                   and processing
8753                 o closing will unset new flag for messages
8754
8755 2002-11-09 [colin]      0.8.5claws108
8756
8757         * src/folder.c
8758                 Add a call to prefs_matcher_write_config to 
8759                 avoid non-leaf folders filtering settings to be
8760                 lost
8761
8762 2002-11-09 [paul]       0.8.5claws107
8763
8764         * src/prefs_account.c
8765                 re-word a label
8766
8767 2002-11-09 [colin]      0.8.5claws106
8768
8769         * src/folderview.c
8770                 Minor esthetic fix
8771
8772 2002-11-09 [colin]      0.8.5claws105
8773
8774         * src/folderview.c
8775                 Fix prefs_filtering deletion for MH folders (same
8776                 reason as below)
8777         * src/prefs_filtering.c
8778                 Fix prefs_filtering renaming and deletion for 
8779                 folder-based processing rules.  
8780
8781 2002-11-09 [christoph]  0.8.5claws104
8782
8783         * src/compose.c
8784         * src/folder.[ch]
8785         * src/folderview.[ch]
8786         * src/import.c
8787         * src/inc.c
8788         * src/main.c
8789         * src/mainwindow.c
8790         * src/messageview.c
8791         * src/prefs_folder_item.c
8792         * src/procmsg.c
8793         * src/summaryview.c
8794                 implement a callback system for folder item updates
8795
8796 2002-11-09 [colin]      0.8.5claws103
8797
8798         * src/folderview.c
8799                 Fix prefs_filtering renaming for MH folders (we
8800                 shouldn't rename by path as another folder could
8801                 have the same hierarchy).
8802
8803 2002-11-09 [colin]      0.8.5claws102
8804
8805         * src/folder.c
8806                 Fix a leak found by Christoph, use better variable
8807                 names
8808
8809 2002-11-09 [colin]      0.8.5claws101
8810
8811         * src/folder.c
8812                 One more fix for processing rules
8813
8814 2002-11-08 [colin]      0.8.5claws100
8815         
8816         * src/matcher.c
8817                 Don't copy the compiled regexp (will be reevaluated)
8818         * src/folderview.c
8819                 Lock folderview while moving
8820         * src/folder.c
8821                 Provide info on what's happening to the user
8822
8823 2002-11-08 [colin]      0.8.5claws99
8824
8825         * src/folderview.c
8826                 Fix folder reordering after a move if parent is 
8827                 root
8828         * src/scoring.[ch]
8829                 Add function to copy a ScoringProp
8830         * src/prefs_folder_item.c
8831                 Copy scoring rules when copying a folder prefs
8832
8833 2002-11-08 [colin]      0.8.5claws98
8834
8835         * src/folderview.c
8836                 Fixes in case of failure
8837         * src/filtering.[ch]    
8838                 Add function to duplicate a FilteringProp
8839         * src/matcher.[ch]
8840                 Add function to duplicate a MatcherProp
8841         * src/prefs_folder_item.c
8842                 Save folder's processing rules when copying 
8843                 its prefs
8844
8845 2002-11-08 [colin]      0.8.5claws97
8846         
8847         * src/folderview.c
8848                 Sort after move
8849         * src/folder.c 
8850                 Change a printf to debug_print
8851
8852 2002-11-08 [colin]      0.8.5claws96
8853
8854         * src/folder.c
8855           src/folderview.c
8856                 Fix segfaults, call me stupido
8857         
8858
8859 2002-11-08 [colin]      0.8.5claws95
8860
8861         *src/folder.c
8862                 Added forgotten prefs to save when moving folders
8863
8864 2002-11-08 [colin]      0.8.5claws94
8865
8866         * src/folder.c
8867                 Fixes to folder DND (prefs copy)
8868         * src/folderview.c
8869                 Optimization for folder DND (don't rescan whole tree)
8870                 Added folderview_create_folder_node() for this 
8871                 optimization, so de-duped a bit the code
8872         * src/prefs_folder_item.[ch]
8873                 Added prefs_folder_item_copy_prefs()    
8874           
8875 2002-11-08 [paul]       0.8.5claws93
8876
8877         * src/prefs_account.c
8878           tools/README
8879           tools/kmail2sylpheed_v2.pl
8880                 correct some typos
8881
8882 2002-11-08 [paul]       0.8.5claws92
8883
8884         * src/compose.c
8885           src/prefs_account.[ch]
8886                 remove account options 'clearsign' and 'ascii_armored',
8887                 replace with 'default_gnupg_mode' to prevent mixed-mode
8888                 Privacy settings
8889
8890 2002-11-08 [paul]       0.8.5claws91
8891
8892         * src/compose.[ch]
8893                 re-implement GnuPG 'on-the-fly' mode selection,
8894                 disallow mixed-mode
8895
8896 2002-11-08 [colin]      0.8.5claws90
8897
8898         * src/folderview.c
8899           src/prefs_folder_item.c
8900                 Change "Property" to "Properties"
8901
8902 2002-11-07 [colin]      0.8.5claws89
8903
8904         * src/folderview.c
8905           src/folder.c
8906                 Allow folder dropping to a root folder
8907
8908 2002-11-07 [paul]       0.8.5claws88
8909
8910         * src/compose.c
8911                 revert last commit
8912
8913 2002-11-07 [paul]       0.8.5claws87
8914
8915         * src/compose.c
8916                 fix reply-to-list bug. closes bug report
8917                 "[633382] reply-to-list broken in recent cvs"
8918
8919 2002-11-07 [paul]       0.8.5claws86
8920
8921         * src/compose.c
8922                 add a forgotten '#if USE_GPGME ... #endif'
8923
8924 2002-11-07 [paul]       0.8.5claws85
8925
8926         * sync with 0.8.5cvs20
8927                 see ChangeLog 2002-11-07
8928
8929 2002-11-07 [colin]      0.8.5claws84
8930
8931         * src/folder.[ch]
8932                 Change folder_item_move_to to return the newly 
8933                 created folderitem.
8934         * src/folderview.c
8935                 Select the new folderitem after moving.
8936
8937 2002-11-07 [colin]      0.8.5claws83
8938
8939         * src/prefs_filtering.c
8940                 Fix rule rewriting when moving a leaf folder to a 
8941                 shorter path
8942
8943 2002-11-07 [colin]      0.8.5claws82
8944
8945         * src/prefs_filtering.c
8946                 fix a leak
8947
8948 2002-11-07 [colin]      0.8.5claws81
8949
8950         * src/folder.[ch]
8951                 Add folder_item_move_to() function to move a 
8952                 folderitem into another one (updates matcher etc)
8953         * src/folderview.c
8954                 Add folder drag'n drop (context menu to come)
8955                 [Should be dataloss free, but Please backup before 
8956                  trying !]
8957
8958 2002-11-06 [colin]      0.8.5claws80
8959
8960         * src/mh.c
8961                 mh_create_folder() returns NULL if can't create
8962                 directory hierarchy
8963
8964 2002-11-06 [paul]       0.8.5claws79
8965
8966         * src/compose.[ch]
8967                 allow 'on-the-fly' changing of the type of encryption 
8968                 and/or signing used (mime/ascii) via the compose window
8969
8970 2002-11-06 [paul]       0.8.5claws78
8971
8972         * sync with 0.8.5cvs19
8973                 see ChangeLog 2002-11-06 for src/account.c: 
8974                 account_get_special_folder()
8975                 
8976 2002-11-05 [alfons]     0.8.5claws77
8977
8978         * src/crash.c
8979                 very minor cleanups: nothing to see here, move on. :-)
8980
8981 2002-11-05 [colin]      0.8.5claws76
8982
8983         * src/main.c
8984                 Changes choices if compose windows are opened to
8985                 Discard, Draft, Don't quit
8986
8987 2002-11-05 [thorsten]   0.8.5claws75
8988
8989         * src/compose.c
8990                 reenabled default_reply_to folder option
8991
8992 2002-11-05 [colin]      0.8.5claws74
8993
8994         * src/compose.[ch] 
8995                 add compose_draft()
8996         * src/crash.c
8997                 add SIGTERM handler
8998         * src/main.[ch]
8999                 add clean_quit() for the SIGTERM handler
9000
9001 2002-11-05 [paul]       0.8.5claws73
9002         
9003         * po/es.po
9004                 updated by Ricardo Mones Lastra
9005
9006 2002-11-05 [melvin]     0.8.5claws72
9007
9008         * src/logwindow.c
9009                 Fixed log-clipping bug #616795.
9010                 To stop logging in the log window use 0 length.
9011         * src/prefs_common.c
9012                 Added a label to inform about the 0 log length behaviour.
9013
9014 2002-11-05 [paul]       0.8.5claws71
9015
9016         * sync with 0.8.5cvs17
9017                 see ChangeLog 2002-11-05
9018
9019 2002-11-04 [paul]       0.8.5claws70
9020
9021         * sylpheed-128x128.png
9022           sylpheed-64x64.png
9023           sylpheed.png
9024                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
9025                 <nikai@users.sourceforge.net>
9026                 
9027         * po/bg.po
9028                 updated by George Danchev
9029
9030 2002-11-03 [thorsten]   0.8.5claws69
9031
9032         * src/main.c
9033           src/mimeview.c
9034           src/rfc2015.h
9035                 add check if gpg is active
9036
9037 2002-11-03 [thorsten]   0.8.5claws68
9038
9039         * src/toolbar.h
9040                 removed GSList declaration causing trouble on MacOS-X
9041                 (submitted by alfons, reported by xfesty)
9042
9043 2002-11-01 [paul]       0.8.5claws67
9044
9045         * src/mainwindow.c
9046                 remove last remnants of main's filter code
9047
9048 2002-11-01 [paul]       0.8.5claws66
9049
9050         * tools/filter_conv.pl
9051                 fix bug where user-defined headers were ignored
9052
9053 2002-11-01 [paul]       0.8.5claws65
9054
9055         * src/logwindow.c
9056                 make a debug_print() not translatable
9057
9058 2002-10-31 [melvin]     0.8.5claws64
9059
9060         * ac/aspell.m4
9061                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
9062                 not run any GNU/aspell test.  The dictionary path will
9063                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
9064                 was given, in which case, it will be $prefix/lib/aspell/
9065         * configure.in
9066                 Fixed typo in commentary (Aspell code).
9067
9068 2002-10-31 [paul]       0.8.5claws63
9069
9070         * po/POTFILES.in
9071                 remove src/filter.c and src/prefs_filter.c
9072                 thanks to Ricardo for reminding me
9073
9074 2002-10-31 [colin]      0.8.5claws62
9075
9076         * src/mbox_folder.c
9077                 Plug some leaks
9078
9079 2002-10-31 [paul]       0.8.5claws61
9080
9081         * src/prefs_filter.[ch] ** REMOVED **
9082           src/filter.[ch]       ** REMOVED **
9083           
9084         * src/Makefile.am
9085           src/folderview.c
9086           src/inc.c
9087           src/main.c
9088           src/mainwindow.c
9089           src/mbox.c
9090           src/prefs_common.c
9091           src/prefs_filtering.c
9092           src/summaryview.[ch]
9093                 remove main's 'filter' code
9094                 
9095         README.claws
9096                 update to reflect removal of main's filter
9097
9098 2002-10-31 [paul]       0.8.5claws60
9099
9100         * src/summaryview.c
9101                 remove check for global_processing in summary_filter_open(). 
9102                 This fixes the bug where if the user uses the right-click 
9103                 'Create filter rule...' and doesn't have any filter rules 
9104                 already defined in claws' advanced filtering, the newly 
9105                 created filter rule goes to main's filtering which is 
9106                 inaccessible through the gui. Now the filter rule gets added
9107                 to claws' filtering by default.
9108
9109 2002-10-28 [melvin]     0.8.5claws59
9110
9111         * src/prefs_actions.c
9112                 Fixed bug #627322 where MIME parts were not always
9113                 correctly passed to a %p action
9114                 Display an error dialog when message filename is not found.
9115
9116 2002-10-28 [melvin]     0.8.5claws58
9117
9118         * src/prefs_common.c
9119                 Readded a missing function declaration lost in 0.8.3claws34
9120
9121 2002-10-28 [paul]       0.8.5claws57
9122
9123         * sync with 0.8.5cvs15
9124                 see ChangeLog 2002-10-28 and 2002-10-25
9125                 
9126         Note: ChangeLog entry 2002-10-24 is not sync'ed.
9127
9128 2002-10-27 [oliver]     0.8.5claws56
9129
9130         * src/pop.c
9131                 plug leak in pop3_top_recv
9132
9133 2002-10-26 [christoph]  0.8.5claws55
9134
9135         * src/folder.c
9136                 set need_update folder flag when messages are added
9137                 (closes bug [ 626922 ] folder not updated after receiving)
9138
9139 2002-10-25 [melvin]     0.8.5claws54
9140
9141         * src/imageview.c
9142                 Fixed a memleak introduced in the scaling code.
9143
9144 2002-10-24 [alfons]     0.8.5claws53
9145
9146         * src/filtering.c
9147                 make filtering's forward message action forward from the 
9148                 correct account
9149                 (closes bug [628089 ] Filter -> Forward from address problem
9150                 reported by Oktay)
9151
9152 2002-10-24 [christoph]  0.8.5claws52
9153
9154         * src/mainwindow.c
9155         * src/manual.[ch]
9156                 o use manual of current locale or english if current
9157                   locale is not available (and english is available)
9158                 o also link to sylpheed doc project manuals
9159
9160 2002-10-23 [paul]       0.8.5claws51
9161
9162         * tools/README
9163           tools/kmail2sylpheed_v2.pl
9164                 add new version of kmail addressbook importer script.
9165                 works with newer versions of Kmail/KAddressBook which
9166                 have new and rearranged data.
9167
9168 2002-10-23 [martin]     0.8.5claws50
9169
9170         * src/folderview.c
9171         * src/summaryview.c
9172         * src/utils.h
9173         * src/utils.c
9174                 added length parameter to get_abbrev_newsgroup_name()
9175                 changed this function so that it abbreviates the newsgroup
9176                 names only so long it is smaller than the length parameter
9177                 (for better reading of some newsgroup names and space efficiency)
9178
9179 2002-10-22 [colin]      0.8.5claws49
9180
9181         *src/foldersel.c
9182                 Revert Alfons' last modification (after voting ;-))
9183
9184 2002-10-21 [alfons]     0.8.5claws48
9185
9186         * src/foldersel.c
9187                 folder view in folder selection dialog reflects state of
9188                 folder view in main window
9189
9190 2002-10-18 [alfons]     0.8.5claws47
9191
9192         * src/mbox.c
9193                 drop imported messages in folder selected by user,
9194                 and not in the inbox
9195                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
9196
9197 2002-10-18 [alfons]     0.8.5claws46
9198
9199         * src/compose.c
9200                 make automagic reply work correctly for email accounts 
9201                 (whether it's viable to do a full sync with Hiro's 
9202                 compose.c is still under discussion)
9203
9204 2002-10-18 [melvin]     0.8.5claws45
9205
9206         * src/prefs_actions.c
9207                 Fixed bug #622275 where asynchroneous actions left 
9208                 zombies processes
9209                 Made (synchroneous) actions' input be displayed live.
9210
9211 2002-10-18 [christoph]  0.8.5claws44
9212
9213         * src/textview.c
9214                 don't add a newline in the textview in front of the
9215                 first textpart if header display is disabled
9216                 (closes bug [ 603385 ] disabled header display leaves blank
9217                  lin)
9218
9219 2002-10-18 [christoph]  0.8.5claws43
9220
9221         * src/folder.[ch]
9222         * src/imap.c
9223         * src/mbox_folder.c
9224         * src/mh.c
9225         * src/news.c
9226                 folder->get_num_list now returns an error code
9227                 (closes bug [ 609424 ] News cache cleared on failure)
9228                 
9229 2002-10-17 [colin]      0.8.5claws42
9230         
9231         * src/news.c
9232                 Changed a printf by debug_print
9233
9234 2002-10-16 [paul]       
9235
9236         * tools/OOo2sylpheed.pl
9237                 allow for spaces in the name of the
9238                 file to be attached.
9239
9240 2002-10-16 [colin]      0.8.5claws41
9241
9242         * src/main.c
9243                 Use a tristate to change online mode
9244
9245 2002-10-16 [paul]       0.8.5claws40
9246
9247         * po/es.po
9248                 updated by Ricardo Mones Lastra
9249
9250 2002-10-16 [colin]      0.8.5claws39
9251
9252         * src/main.c
9253           src/mainwindow.[ch]
9254                 Added --online and --offline command-line
9255                 switches
9256
9257 2002-10-15 [christoph]  0.8.5claws38
9258
9259         * src/procmime.c
9260                 set mimeinfo->name to NULL after g_free to
9261                 avoid double freeing with g_free
9262
9263 2002-10-14 [christoph]  0.8.5claws37
9264
9265         * src/compose.c
9266         * src/filtering.c
9267         * src/summaryview.c
9268                 remove calls to folder->change_flags that are now
9269                 done by procmsg flag functions (seems it is not
9270                 used by any foldertype anyway)
9271         * src/folder.c
9272                 init folder->change_flags with NULL
9273
9274 2002-10-14 [christoph]  0.8.5claws36
9275
9276         * src/folder.[ch]
9277         * src/imap.[ch]
9278                 use virtual functions for folder item new and destroy
9279                 functions
9280
9281 2002-10-14 [melvin]     0.8.5claws35
9282
9283         * src/compose.c
9284                 Added a test to not run the spell checker if no default
9285                 dictionary is available. No dialog is displayed though.
9286
9287 2002-10-14 [melvin]     0.8.5claws34
9288
9289         * src/gtkaspell.c
9290                 Fixed bug in dictionary list context menu where
9291                 "More..." pointed to an emtpy submenu if the
9292                 number of dictionaries is a multiple of 15
9293                 Removed unneeded code in suggestions list creation
9294
9295 2002-10-14 [paul]       0.8.5claws33
9296
9297         * po/bg.po
9298                 updated by George Danchev
9299
9300 2002-10-13 [hoa]        0.8.5claws32
9301
9302         * src/matcher.[ch]
9303           src/matcher_parser_parser.y
9304                 removed the escaped string from internal structure
9305                 of matcher.
9306
9307 2002-10-12 [colin]      0.8.5claws31
9308
9309         * src/gtksctree.[ch]
9310           src/summaryview.c
9311                 Removed useless function gtksctree_reanchor
9312
9313 2002-10-12 [alfons]     0.8.5claws30
9314         
9315         * sync with remaining main changes 2002-10-09 - 2002-10-11
9316         - drop changes to src/compose.c (requires claws specific changes)
9317         
9318 2002-10-12 [alfons]     0.8.5claws29
9319         
9320         * sync with main changes of 2002-10-08
9321         - drop changes to src/compose.c (requires claws specific changes)
9322         - drop changes to src/summaryview.c (requires changes to compose.c)     
9323
9324 2002-10-12 [alfons]     0.8.5claws28
9325         
9326         * sync with main changes of 2002-10-07
9327
9328 2002-10-12 [alfons]     0.8.5claws27
9329
9330         * sync with main changes of 2002-10-04
9331         - drop changes to src/compose.c (requires claws specific changes)
9332         - drop changes to src/prefs_folder_item.c (claws implementation
9333           seems to be working)
9334
9335 2002-10-12 [colin]      0.8.5claws26
9336
9337         * src/mainwindow.c
9338                 Fix folder-flicker when space-reading, introduced 
9339                 in claws22.
9340
9341 2002-10-12 [colin]      0.8.5claws25
9342
9343         * src/compose.c
9344                 Save account address when saving as draft.
9345                 (closes bug 621838)
9346
9347 2002-10-12 [colin]      0.8.5claws24
9348
9349         * src/summaryview.c
9350                 Fix the problem consisting of no message selected
9351                 after the last message in a folder has been moved.
9352
9353 2002-10-12 [paul]       0.8.5claws23
9354
9355         * src/compose.c
9356           src/prefs_template.c
9357           src/template.[ch]
9358                 add Cc and Bcc to templates. Patch submitted by
9359                 John L. Males.
9360
9361 2002-10-12 [colin]      0.8.5claws22
9362
9363         * src/folderview.c
9364                 Fix a bug after "Check for new messages":
9365                 If a folder was opened, it was still selected at
9366                 the end of the check, but displayed empty.
9367         * src/mainwindow.c
9368                 Remove unnecessary check
9369
9370 2002-10-12 [paul]
9371
9372         * tools/README
9373                 be more verbose in the description of
9374                 OOo2sylpheed.pl
9375                 
9376
9377 2002-10-11 [colin]      0.8.5claws21
9378
9379         * src/mainwindow.c
9380                 Make space work (better) when no mail is selected
9381
9382 2002-10-11 [colin]      0.8.5claws20
9383
9384         * src/inc.c
9385           src/news.c
9386                 fix warnings
9387
9388 2002-10-11 [colin]      0.8.5claws19
9389
9390         * src/mainwindow.c
9391                 revert 0.8.5claws6 changes as i couldn't get to
9392                 anything satisfying
9393
9394 2002-10-11 [melvin]     0.8.5claws18
9395
9396         * src/compose.c
9397                 Removed buggy and unused macro (should have been committed in
9398                 0.8.5claws17)
9399
9400 2002-10-11 [melvin]     0.8.5claws17
9401
9402         * src/compose.c
9403                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9404
9405 2002-10-11 [thorsten]   0.8.5claws16 
9406
9407         * src/folderview.c
9408                 remove rescan warning
9409
9410 2002-10-11 [colin]      0.8.5claws15 
9411
9412         * src/procheader.c
9413                 fix a segfault that happens if conv_unmime_header
9414                 fails (should be better to find out why it fails)
9415
9416 2002-10-11 [christoph]  0.8.5claws14
9417
9418         * src/summaryview.c
9419                 update folderview stats after ignore/unignore thread
9420
9421 2002-10-11 [hoa]        0.8.5claws13
9422
9423         * src/quote_fmt_parse.y
9424                 Fixed a yacc/bison syntax error
9425         * src/matcher.c
9426                 Escaping of string is fixed.
9427
9428 2002-10-11 [colin]      0.8.5claws12
9429
9430         * src/imageview.c
9431                 Resize images to fit
9432
9433 2002-10-11 [paul]       0.8.5claws11
9434
9435         * po/es.po
9436                 updated by Ricardo Mones Lastra
9437
9438 2002-10-10 [alfons]     0.8.5claws10
9439
9440         * src/compose.c
9441                 allow dropping files by "moving" files from a file manager,
9442                 not only by the more cumbersome "copying". the latter 
9443                 mostly implies holding down the Control button
9444
9445 2002-10-10 [christoph]  0.8.5claws9
9446
9447         * src/summaryview.c
9448                 update folders after thread building for ignored threads
9449
9450 2002-10-10 [christoph]  0.8.5claws8
9451
9452         * config/.cvsignore
9453                 added Makefile
9454         * src/filtering.[ch]
9455         * src/folder.[ch]
9456         * src/folderview.[ch]
9457         * src/import.c
9458         * src/inc.[ch]
9459         * src/mbox.[ch]
9460         * src/procmsg.c
9461         * src/summaryview.[ch]
9462                 o added new flag need_update to FolderItem
9463                 o removed folder_table from various functions from tracking
9464                   folder updates
9465                 o set need_update flags in folder.c's move, copy and delete
9466                   functions and procmsg's flags functions
9467                 o added function folderview_update_items_when_required that
9468                   updates all folders with need_update set
9469                 o call folderview_update_items_when_required instead of
9470                   folderview_update_item_foreach
9471
9472 2002-10-09 [sergey]     0.8.5claws7
9473
9474         * src/compose.c
9475                 Strip CRs whel loading the text into editor in reedit mode.
9476
9477 2002-10-09 [colin]      0.8.5claws6
9478
9479         * src/mainwindow.c
9480                 Make Space work when no mail is selected
9481
9482 2002-10-09 [colin]      0.8.5claws5
9483
9484         * src/gtksctree.[ch]
9485                 Fix range_select
9486                 Add gtk_sctree_reanchor() 
9487         * src/summaryview.c
9488                 Use gtk_sctree_reanchor() - better fix for 
9489                 bug 60413
9490
9491 2002-10-09 [colin]      0.8.5claws4
9492
9493         * src/summaryview.c
9494                 Fix shift-click select after delete problem
9495                 (closes bug 60413)
9496
9497 2002-10-08 [thorsten]   0.8.5claws3
9498
9499         * src/summaryview.c
9500                 exclude current msg from -hide read messages-
9501
9502 2002-10-08 [colin]      0.8.5claws2
9503
9504         * src/inc.[ch]
9505           src/pop.c
9506           src/recv.c
9507                 Differentiate socket errors from disk full
9508                 errors
9509
9510 2002-10-08 [christoph]  0.8.5claws1
9511
9512         * Makefile.am
9513         * configure.in
9514                 modifications for new config directory
9515
9516         * config.guess  ** REMOVED **
9517         * config.sub    ** REMOVED **
9518         * install-sh    ** REMOVED **
9519         * ltmain.sh     ** REMOVED **
9520         * missing       ** REMOVED **
9521         * mkinstalldirs ** REMOVED **
9522                 these files are autogenerated by automake
9523                 when you run autogen.sh
9524
9525         * config/.cvsignore     ** NEW FILE **
9526         * config/Makefile.am    ** NEW FILE **
9527                 ignore autogenerated files
9528                 create a Makefile in this directory
9529
9530 2002-10-08 [paul]       0.8.5claws
9531
9532         * 0.8.5claws release
9533         
9534         * src/compose.c
9535           src/procheader.c
9536           src/procmsg.c
9537                 fix quote reply format for newsgroups reply bug
9538                 (thanks to Hoa)
9539                 
9540         * po/en_GB.po
9541           po/pl.po
9542                 updated by me and Witold Wladyslaw Wojciech Wilk
9543                 repectively
9544
9545 2002-10-07 [paul]       0.8.3claws53
9546
9547         * po/it.po
9548           po/pt_BR.po
9549           po/sr.po
9550                 updated messages catalogs, submitted by
9551                 Alessandro Maestri, Fabio Jr.Beneditto 
9552                 and Urke MMI, respectively.
9553
9554 2002-10-07 [christoph]  0.8.3claws52
9555
9556         * src/folder.[ch]
9557         * src/folderview.c
9558         * src/mainwindow.c
9559                 fix new folder ghost message bug
9560                 (closes bug [ 619722 ] wrong count for newly created folders)
9561
9562 2002-10-07 [christoph]  0.8.3claws51
9563
9564         * src/compose.c
9565                 fix news posting problem
9566
9567 2002-10-07 [melvin]     0.8.3claws50
9568
9569         * po/fr.po
9570                 Updated French translation
9571
9572 2002-10-05 [christoph]  0.8.3claws49
9573
9574         * src/gtkstext.c
9575                 check if line_start_cache is set in gtk_stext_update_text
9576                 (closes bug [ 618119 ] crash while doing search in folder)
9577
9578 2002-10-05 [christoph]  0.8.3claws48
9579
9580         * src/imap.c
9581         * src/news.c
9582         * src/utils.c
9583         * src/utils.h
9584                 implement cache cleanups for claws' folder system
9585                 (closes bug [ 595916 ] imapcache not cleaned up)
9586
9587 2002-10-05 [melvin]     0.8.3claws47
9588
9589         * src/prefs_actions.c
9590                 Made the help text more clear for the %p token
9591
9592 2002-10-04 [paul]       0.8.3claws46
9593
9594         * sync with 0.8.5
9595                 see ChangeLog 2002-10-02 and 2002-10-03
9596
9597 2002-10-04 [christoph]  0.8.3claws45
9598
9599         * src/inc.c
9600                 fix segfault caused by pop before smtp
9601                 call to inc_account_mail with NULL
9602                 pointer for mainwin
9603
9604 2002-10-04 [paul]       0.8.3claws44
9605
9606         * configure.in
9607                 sync the LDAP detection from 0.8.5cvs1
9608
9609 2002-10-02 [christoph]  0.8.3claws43
9610
9611         * po/de.po
9612                 fix small spelling error
9613
9614 2002-10-02 [melvin]     0.8.3claws42
9615
9616         * ac/aspell.m4
9617                 Behave better and say "no" when test program cannot be run.
9618
9619 2002-10-02 [paul]       0.8.3claws41
9620
9621         * sync with 0.8.4cvs1
9622                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9623                 
9624         * src/summaryview.c
9625                 toggle the behavior of Reply menuitem between
9626                 normal reply and reply-to-list
9627
9628 2002-10-01 [sergey]     0.8.3claws40
9629
9630         * src/compose.c
9631                 Convert newlines in the message text to the canonical form
9632                 before base64 encoding (RFC2045 compliance, fixes some
9633                 interoperability issues with Evolution 1.0.3)
9634
9635 2002-09-29 [colin]      0.8.3claws39
9636
9637         * src/summaryview.c
9638                 Fix an unwanted copy/paste
9639
9640 2002-09-29 [colin]      0.8.3claws38
9641
9642         * src/mainwindow.c
9643                 Renamed "Custom toolbar" to "Customize toolbar"
9644                 Renamed "Show all header" to "Show all headers"
9645                 Renamed "Set diplay item" to "Set displayed items"
9646         * src/prefs_common.c
9647                 Renamed "Show all header" to "Show all headers"
9648         * src/prefs_summary_column.c
9649                 Renamed "diplay item" to "displayed items"
9650
9651 2002-09-29 [colin]      0.8.3claws37
9652
9653         * src/mainwindow.[ch]
9654                 online/offline status pixmaps follow theme
9655                 changes
9656         * src/summaryview.[ch]
9657                 quicksearch pixmap follows theme changes
9658
9659 2002-09-29 [thorsten]   0.8.3claws36
9660
9661         * src/compose.c
9662           src/prefs_folder_item.[ch]
9663                 add default_reply_to folder option (closes patch 581044)
9664
9665 2002-09-29 [christoph]  0.8.3claws35
9666
9667         * acconfig.h    ** REMOVED **
9668         * configure.in
9669         * ac/aspell.m4
9670         * ac/check-type.m4
9671         * ac/gnupg-check-typedef.m4
9672                 fix autoheader 2.50 warning
9673
9674 2002-09-29 [christoph]  0.8.3claws34
9675
9676         * major code cleanup (part 2)
9677         
9678                 - unused variables removed
9679                 - unused functions removed
9680                 - uninitialized variables checked
9681                 - missing return statements added
9682                 - missing function return types added
9683                 - added parentheses around assignment
9684                   when suggested by gcc
9685
9686 2002-09-29 [alfons]     0.8.3claws33
9687
9688         * src/logwindow.c
9689                 log_window_clear(): only bracket gtk_text_forward_delete() 
9690                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9691                 works around GTK text bug)
9692
9693 2002-09-29 [paul]       0.8.3claws32
9694
9695         * po/bg.po
9696           po/sr.po
9697                 updated by George Danchev and Urke MMI
9698                 respectively
9699
9700 2002-09-27 [christoph]  0.8.3claws31
9701
9702         * doc-src/readme.txt
9703         * doc-src/rfc1806.txt   ** REMOVED **
9704         * doc-src/rfc2183.txt   ** NEW FILE **
9705         * doc-src/rfc2980.txt   ** NEW FILE **
9706                 update rfcs
9707
9708 2002-09-27 [melvin]     0.8.3claws30
9709
9710         * ac/aspell.m4
9711                 Fixed typo which could break linking
9712
9713 2002-09-27 [melvin]     0.8.3claws29
9714
9715         * ac/aspell.m4
9716                 Improved GNU/aspell checking. 
9717                 Fixed bug #614490
9718
9719 2002-09-27 [paul]       0.8.3claws28
9720
9721         * sync with 0.8.3cvs8
9722                 see ChangeLog 2002-09-27
9723
9724 2002-09-26 [colin]      0.8.3claws27
9725
9726         * src/toolbar.[ch]
9727           src/mainwindow.[ch]
9728                 Add "Reply to Mailing-list" to the toolbar
9729
9730 2002-09-26 [christoph]  0.8.3claws26
9731
9732         * src/summaryview.c
9733                 Fix wrong message counts in summaryview status
9734
9735 2002-09-26 [paul]       0.8.3claws25
9736
9737         * sync with 0.8.3cvs7
9738                 see ChangeLog 2002-09-26
9739
9740 2002-09-26 [paul]       0.8.3claws24
9741
9742         * sync with 0.8.3cvs6
9743                 see ChangeLog 2002-09-25
9744
9745 2002-09-25 [christoph]  0.8.3claws23
9746
9747         * src/prefs_common.c
9748         * src/prefs_folder_item.c
9749         * src/prefs_scoring.c
9750                 Renamed "kill score" to "hide score" in GUI
9751                 and prefs files
9752
9753 2002-09-25 [paul]       0.8.3claws22
9754
9755         * sync with 0.8.3cvs5
9756                 see ChangeLog 2002-09-24
9757
9758 2002-09-24 [alfons]     0.8.3claws21
9759
9760         patch by Satoshi Nagayasu: allows appending / saving multiple 
9761         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9762         'Save as ...'")
9763
9764         * AUTHORS
9765                 add Satoshi Nagayasu
9766         * src/summaryview.c
9767                 summary_save_as(): allow saving selected files to
9768                 one file
9769                 summary_set_menu_sensitive: enable "Save As..." when
9770                 multiple files are selected
9771         * src/utils.[ch]
9772                 append_file(): new function
9773
9774 2002-09-24 [colin]      0.8.3claws20
9775
9776         * src/procmime.c
9777                 Fix segfault when mimeinfo doesn't have a 
9778                 content_type. 
9779
9780 2002-09-24 [colin]      0.8.3claws19
9781
9782         * src/prefs_common.[ch]
9783                 Add a preference to display send dialog or not
9784         * src/send.c
9785                 Display send dialog according to preference
9786
9787 2002-09-24 [colin]      0.8.3claws18
9788
9789         * src/compose.[ch]
9790                 Disable user actions when sending
9791
9792 2002-09-24 [colin]      0.8.3claws17
9793
9794         * src/procmime.c
9795                 Do not display name or filename for attachments
9796                 with an application/pgp-signature type
9797                 (security flaw, see bug 537413)
9798
9799 2002-09-23 [colin]      0.8.3claws16
9800
9801         * src/editaddress.c
9802                 Initialize entry_email, entry_alias and 
9803                 entry_remarks to first email address of the list
9804
9805 2002-09-23 [colin]      0.83claws15
9806
9807         * src/compose.c
9808                 Drop pgp-signature when reediting a signed queued
9809                 message
9810
9811 2002-09-23 [melvin]     0.8.3claws14
9812
9813         * po/fr.po
9814                 Updated French translation
9815
9816 2002-09-23 [melvin]     0.8.3claws13
9817
9818         * src/mainwindow.c
9819                 Made custom toolbar menu labels more consistent
9820         * src/prefs_toolbar.c
9821                 Made custom toolbar window title more consistent
9822
9823 2002-09-22 [colin]      0.8.3claws12
9824
9825         * src/inc.c
9826                 Initialize session type to normal before getting 
9827                 mail (fixes strange Get behaviour)
9828         * src/prefs_account.h
9829                 Move STYPE_POP_BEFORE_SMTP to last position to 
9830                 avoid other side-effects
9831
9832 2002-09-22 [colin]      0.8.3claws11
9833
9834         * src/prefs_account.c
9835                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9836                 from pop3 to apop or vice-versa
9837
9838 2002-09-22 [colin]      0.8.3claws10
9839         
9840         * src/prefs_account.[ch]
9841                 Add an option for the POP before SMTP timeout
9842         * src/inc.c
9843                 Remember time of last POP connection
9844         * src/send.c
9845                 Do POP before SMTP only if timeout reached
9846
9847 2002-09-22 [oliver]     0.8.3claws9
9848         
9849         * README.claws
9850                 explain custom toolbar
9851
9852 2002-09-22 [oliver]     0.8.3claws8
9853
9854         * src/prefs_actions.[ch]
9855         custom toolbar for compose      
9856                 actions callback from compose toolbar
9857         * src/folderview.c
9858                 remove include toolbar.h
9859
9860 2002-09-22 [oliver]     0.8.3claws7
9861         
9862         * src/prefs_toolbar.[ch]
9863                 custom toolbar for compose
9864                 - generic prefs_toolbar handles both
9865                   Mainwin's toolbar as well as Compose toolbar          
9866
9867 2002-09-22 [oliver]     0.8.3claws6
9868         
9869         * src/toolbar.[ch]
9870                 custom toolbar for compose
9871                 restructure toolbar.[ch]
9872
9873 2002-09-22 [oliver]     0.8.3claws5
9874
9875         * src/compose.[ch]
9876                 custom toolbar for compose
9877
9878 2002-09-22 [oliver]     0.8.3claws4
9879         
9880         * src/mainwindow.[ch]
9881                 custom toolbar for compose 
9882                 move mainwin toolbar back to mainwindow
9883
9884 2002-09-22 [alfons]     0.8.3claws3
9885
9886         * src/procmsg.c
9887                 :%sno/if(/if (/gc
9888                 :%sno/for(/for (/gc
9889                 (beautify)
9890
9891 2002-09-22 [alfons]     0.8.3claws2
9892         
9893         * src/procmsg.c
9894                 procmsg_save_to_outbox(): don't unlink message file from queue;
9895                 callers should do it using folder_item_remove_msg()
9896
9897 2002-09-22 [colin]      0.8.3claws1
9898
9899         * src/mimeview.[ch]
9900                 Made mimeview_check_signature() public
9901         * src/textview.c
9902                 Made GPG signatures verifiable by clicking
9903                 the [application/pgp-signature] in the Text
9904                 view
9905
9906 2002-09-22 [paul]       0.8.3claws
9907
9908         * po/bg.po
9909           po/en_GB.po
9910           po/es.po
9911           po/it.po
9912           po/pl.po
9913           po/pt_BR.po
9914           po/sr.po
9915                 updated translations, submitted by George Danchev,
9916                 me, Ricardo Mones Lastra, Alessandro Maestri,
9917                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9918                 and Urke MMI, respectively.     
9919
9920 2002-09-22 [alfons]     0.8.2claws65
9921
9922         * src/procmsg.c
9923         * src/pgptext.c
9924                 no furry valgrinds have been used to plug these memleaks
9925
9926 2002-09-20 [paul]       0.8.2claws64
9927
9928         * sync with 0.8.3cvs4
9929                 'Select thread' re-implemented 
9930                 see ChangeLog 2002-09-20
9931
9932 2002-09-21 [alfons]     0.8.2claws63
9933
9934         * src/compose.c
9935                 compose_send(): plug unnoticed memleak
9936
9937 2002-09-20 [alfons]     0.8.2claws62
9938
9939         * src/addr_compl.c
9940                 replace_address_in_edit(): strict check for NULL address to
9941                 fix "[ 607348 ] Segfault in address completion". My guess is
9942                 that this happens with an empty address book, but it's good
9943                 to have this check here anyway
9944                 
9945                 completion_window_button_press(): free string returned 
9946                 from the internal cache
9947
9948 2002-09-20 [christoph]  0.8.2claws61
9949
9950         * src/procmime.h
9951                 added ENC_BINARY to EncodingType
9952         * src/procmime.c
9953                 the string returned by procmime_get_encoding_str
9954                 should not depend on the order of values in the
9955                 EncodingType definition
9956         * doc-src/rfc1806.txt   ** NEW FILE **
9957                 Added rfc1806 about MIME Content-Disposition
9958                 Extension
9959
9960 2002-09-19 [paul]       0.8.2claws60
9961
9962         * sync with 0.8.2cvs3
9963                 see ChangeLog 2002-09-19
9964
9965 2002-09-19 [paul]       0.8.2claws59
9966
9967         * src/prefs_folder_item.c
9968                 revert to Darko's original alignment of colour
9969                 selector button
9970                 add a colon to folder_color label
9971                 
9972         * src/compose.c
9973                 add Colin's patch (with Hiro's modifications) to 
9974                 force BASE64 encoding for 8-bit text when signing
9975                 (sync with 0.8.3cvs2)
9976
9977 2002-09-18 [alfons]     0.8.2claws58
9978
9979         * src/compose.c
9980                 :%sno/if(/if (/gc
9981                 :%sno/for(/for (/gc
9982                 (beautify a little bit)
9983
9984 2002-09-18 [christoph]  0.8.2claws57
9985
9986         * src/pine.c
9987                 fix handling of fgetc return value
9988
9989 2002-09-17 [alfons]     0.8.2claws56
9990         
9991         * src/summaryview.c
9992                 summary_sort(): check non-NULL summaryview->folder_item when no 
9993                 folder is selected at all
9994                 (closes "[ 610344 ] sort label make syl Crash")
9995
9996 2002-09-17 [alfons]     0.8.2claws55
9997         
9998         * src/compose.c
9999                 beautify a little bit
10000
10001 2002-09-17 [christoph]  0.8.2claws54
10002
10003         * src/folder.c
10004                 initialize max values for cache and folder
10005                 when cache or folder is empty
10006
10007 2002-09-15 [colin]      0.8.2claws53
10008
10009         * src/compose.c
10010                 Fix a leak (thanks Alfons!) and cleaned
10011                 variables names for custom headers
10012
10013 2002-09-15 [colin]      0.8.2claws52
10014
10015         * src/compose.c
10016                 Fix custom headers recognition when
10017                 prefs_common.trans_hdr is on
10018
10019 2002-09-15 [colin]      0.8.2claws51
10020
10021         * src/compose.c
10022                 Allow dynamically-added custom headers
10023                 Yet not reparsed if reedited
10024
10025 2002-09-15 [alfons]     0.8.2claws50
10026
10027         * src/prefs_account.c
10028                 fix warnings
10029
10030 2002-09-15 [colin]      0.8.2claws49
10031         
10032         * src/prefs_account.c
10033                 fix pop_before_smtp sensitivity
10034
10035 2002-09-15 [colin]      0.8.2claws48
10036
10037         * src/inc.[ch]
10038                 add inc_pop_before_smtp()
10039                 allow MainWindow to be undefined in 
10040                 inc_account_mail() and inc_start()
10041         * src/pop.c
10042           src/prefs_account.h
10043                 add STYPE_POP_BEFORE_SMTP session type
10044         * src/prefs_account.c
10045                 activated pop before smtp option
10046         * src/send.c
10047                 do pop before smtp if the relevant option 
10048                 is set
10049
10050 2002-09-15 [paul]       0.8.2claws47
10051
10052         * sync with 0.8.3
10053                 see ChangeLog 2002-09-15
10054
10055 2002-09-14 [paul]       0.8.2claws46
10056
10057         * po/bg.po
10058                 updated Bulgarian translation, submitted by
10059                 George Danchev
10060
10061 2002-09-13 [paul]       0.8.2claws45
10062
10063         * src/compose.c
10064                 merge claws' select_account() with main's
10065                 (new) compose_select_account(). [sync with
10066                 0.8.2cvs15, see ChangeLog 2002-09-11]
10067
10068 2002-09-12 [christoph]  0.8.2claws44
10069
10070         * src/filter.c
10071                 allocate 1 elements of FolderItem not 0
10072
10073 2002-09-12 [colin]      0.8.2claws43
10074
10075         * src/compose.c
10076                 Fix bug #590825 (obey Follow-up: poster)
10077
10078 2002-09-12 [colin]      0.8.2claws42
10079
10080         * src/procmime.c
10081                 Fix bug #557009 (wrong headers for messages 
10082                 forwarded as attachments)
10083
10084 2002-09-11 [colin]      0.8.2claws41
10085         
10086         * src/compose.c
10087                 Put SCF: pseudo-header on top of message
10088                 Set draft tmp_flag when saved as draft
10089
10090         * src/procmsg.c
10091           src/procheader.c
10092                 Skip after first \n\n for beginning of real message
10093                 for drafts too
10094
10095 2002-09-11 [christoph]  0.8.2claws40
10096
10097         * src/filtering.c
10098                 use procmsg flag functions in filtering or processing
10099                 will cause incorrect folder message counts
10100
10101 2002-09-11 [colin]      0.8.2claws39
10102
10103         * src/compose.c
10104                 Fix bug #550175 - wrong save folder when reediting
10105                 drafts
10106
10107 2002-09-11 [paul]       0.8.2claws38
10108
10109         * sync with 0.8.2cvs14
10110                 see ChangeLog 2002-09-11
10111
10112 2002-09-11 [colin]      0.8.2claws37
10113
10114         * src/folder.c
10115                 Fix a typo (seeming to cause new/unread status to
10116                 be lost)
10117
10118 2002-09-10 [christoph]  0.8.2claws36
10119
10120         * src/compose.c
10121                 compose_redirect should not use compose_generic_new
10122                 because that does more stuff than expected including
10123                 opening the external editor
10124                 (closes bug "[ 526608 ] bounced messages appear blank
10125                  in editor")
10126
10127 2002-09-10 [christoph]  0.8.2claws35
10128
10129         * src/folder.c
10130                 fix problem with too large message number range
10131                 causing a crash in folder_item_scan
10132
10133 2002-09-10 [paul]       0.8.2claws34
10134
10135         * sync with 0.8.2cvs13
10136                 see ChangeLog 2002-09-10
10137
10138 2002-09-10 [christoph]  0.8.2claws33
10139
10140         * src/msgcache.c
10141                 set MsgInfo TmpFlags for queue and draft folders
10142                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
10143
10144 2002-09-10 [paul]       0.8.2claws32
10145
10146         * AUTHORS
10147           po/bg.po      ** NEW FILE **
10148                 new Bulgarian translation submitted by
10149                 George Danchev <danchev@spnet.net>
10150                 
10151         * tools/Makefile.am
10152           tools/README
10153           tools/tb2sylpheed     ** NEW FILE **
10154                 add script that converts an addressbook exported
10155                 from The Bat! into a Sylpheed addressbook. Submitted
10156                 by Urke MMI <urke-kg@eunet.yu>
10157
10158 2002-09-10 [paul]       0.8.2claws31
10159
10160         * sync with 0.8.2cvs12
10161                 see ChangeLog 2002-09-10
10162
10163 2002-09-06 [paul]       0.8.2claws30
10164
10165         * src/prefs_common.c
10166                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
10167                 
10168         * tools/Makefile.am
10169           tools/README
10170           tools/ldif-to-xml.py  ** REMOVED **
10171                 remove obsolete python script
10172
10173 2002-09-06 [paul]       0.8.2claws29
10174
10175         * sync with 0.8.2cvs10
10176                 see ChangeLog 2002-09-06
10177
10178 2002-09-04 [paul]       0.8.2claws28
10179
10180         * sync with 0.8.2cvs9
10181                 see ChangeLog 2002-08-04
10182
10183 2002-09-04 [colin]      0.8.2claws27 
10184
10185         * src/prefs_common.[ch]
10186                 Added signature color configuration
10187         * src/textview.c
10188                 Use user-specified signature color
10189
10190 2002-09-03 [colin]      0.8.2claws26
10191
10192         * src/prefs_common.[ch]
10193                 Added autosave and autosave_length prefs
10194         * src/compose.c
10195                 Added compose_remove_draft()
10196                 Auto-save drafts according to the prefs
10197         * src/main.c
10198                 Added a crash-indicator file, allowing to check
10199                 for new messages on startup if Sylpheed crashed
10200                 (makes saved drafts "reappear")
10201
10202 2002-09-03 [colin]      0.8.2claws25
10203
10204         * src/textview.[ch]
10205                 Grey the signature
10206
10207 2002-09-03 [paul]       0.8.2claws24
10208
10209         * sync with 0.8.2cvs8
10210                 see ChangeLog 2002-09-02 and 2002-09-03
10211
10212 2002-09-03 [darko]      0.8.2claws23
10213
10214         * src/folderview.c
10215                 use normal style when creating new folder to pick
10216                 proper font size 
10217
10218 2002-09-02 [melvin]     0.8.2claws22
10219
10220         * src/gtkaspell.m4
10221                 removed some obsolete code
10222
10223 2002-09-02 [melvin]     0.8.2claws21
10224
10225         * ac/aspell.m4
10226                 fixed test's equality sign (== to =)
10227
10228 2002-09-02 [alfons]     0.8.2claws20
10229
10230         * src/folder.c
10231         * src/mh.c
10232                 revert change of 0.8.2claws16 and use the mh_folder_destroy
10233                 as folder->destroy virtual as suggested by Hiro
10234                 (the mh.c code seems to have been lost around mh.c.1.21)
10235
10236 2002-09-02 [paul]       0.8.2claws19
10237
10238         * po/pt_BR.po
10239                 updated by Fabio Jr. Beneditto
10240                 
10241         * src/defs.h
10242                 use 'http://claws.sylpheed.org' for homepage link. 
10243                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
10244
10245 2002-09-01 [alfons]     0.8.2claws18
10246
10247         * src/mh.c
10248                 plug memleak related to one Martin Kluge found
10249
10250 2002-08-31 [paul]       0.8.2claws17
10251
10252         * sync with 0.8.2cvs6
10253                 see ChangeLog 2002-08-30
10254
10255 2002-08-31 [alfons]     0.8.2claws16
10256
10257         * src/folder.c
10258                 folder_destroy(): remove mailbox from folderlist even if it has
10259                 no destroy virtual
10260
10261 2002-08-31 [alfons]     0.8.2claws15
10262
10263         * src/folder.c
10264                 :%sno/if(/if (/gc
10265                 :%sno/for(/for (/gc
10266                 (being pedantic I know)
10267
10268 2002-08-31 [alfons]     0.8.2claws14
10269
10270         * src/folder.c
10271                 check for NULL pointers returned from folder->fetch_msginfo virtual
10272                 (should solve some reported crashes)
10273
10274 2002-08-30 [alfons]     0.8.2claws13
10275
10276         * acconfig.h
10277         * configure.in
10278         * src/crash.c
10279                 enable crash dialog on compilation time
10280                 (--enable-crash-dialog configure option)
10281
10282 2002-08-30 [alfons]     0.8.2claws12
10283
10284         * AUTHORS
10285                 add Martin Kluge
10286         * src/mh.c
10287                 apply memory leak plug patch by Martin Kluge
10288                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
10289                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
10290                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
10291
10292 2002-08-30 [darko]      0.8.2claws11
10293
10294         * src/folderview.c
10295                 copy Gtk style from normal style to match
10296                 font size for coloured folders
10297
10298 2002-08-29 [alfons]     0.8.2claws10
10299
10300         * sylpheed.desktop
10301                 Type=Internet <- Type=Application
10302                 (reported by Michael Schwendt, see:
10303                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10304                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10305
10306 2002-08-29 [paul]       0.8.2claws9
10307
10308         * sync with 0.8.2cvs5
10309                 see ChangeLog 2002-08-29
10310
10311 2002-08-29 [colin]      0.8.2claws8
10312
10313         * src/summaryview.c
10314                 Added a sanity check in summary_select_thread
10315                 Should fix bug 601605
10316
10317 2002-08-29 [colin]      0.8.2claws7
10318
10319         * src/main.c
10320                 Revert claws6 changes regarding bug #591676
10321
10322 2002-08-28 [colin]      0.8.2claws6
10323         
10324         * src/main.c
10325                 Ignore cache for queue folderitems
10326                 Fix bug #591676
10327
10328 2002-08-28 [melvin]     0.8.2claws5
10329
10330         * README.claws
10331                 Fixed typos.
10332
10333 2002-08-28 [melvin]     0.8.2claws4
10334
10335         * README.claws
10336                 Updated a bit the text concerning the spell checker
10337
10338 2002-08-28 [melvin]     0.8.2claws3
10339
10340         Merged the GNU_aspell_branch:
10341                 Support of new GNU/aspell is now included and the old pspell
10342                 is not supported anymore.
10343                 See README.claws
10344
10345         * README.claws
10346                 Updated spell checker text to reflect the switch to GNU/aspell
10347
10348         * ac/aspell.m4          *** NEW ***
10349         * src/gtkaspell.[ch]    *** NEW *** 
10350         * ac/pspell.m4          *** DELETED *** 
10351         * src/gtkspell.[ch]     *** DELETED ***
10352
10353         * ac/Makefile.am
10354                 Updated for GNU/aspell support
10355
10356         * po/POTFILES.in
10357                 Replaced gtkspell.c by gtkaspell.c
10358
10359         * acconfig.h
10360         * src/Makefile.am
10361         * src/about.c
10362         * src/compose.[ch]
10363         * src/crash.c
10364         * src/main.c
10365         * src/prefs_common.[ch]
10366                 Updated for GNU/aspell support
10367
10368 2002-08-28 [paul]       0.8.2claws2
10369
10370         * sync with 0.8.2cvs4
10371                 see ChangeLog 2002-08-27 and 2002-08-28
10372
10373 2002-08-28 [colin]      0.8.2claws1
10374
10375         * src/summary_search.c
10376                 Added "AND search"
10377
10378 2002-08-28 [jens]       0.8.2claws
10379
10380         *po/de.po
10381                 Updated German translations
10382
10383 2002-08-27 [melvin]     0.8.2claws
10384
10385         * po/fr.po
10386                 Updated French translations
10387
10388 2002-08-27 [paul]       0.8.2claws
10389
10390         * sync with 0.8.2 main release
10391
10392         * po/en_GB.po
10393           po/es.po
10394           po/it.po
10395           po/pl.po
10396           po/pt_BR.po
10397           po/sr.po
10398                 updated message catalogs submitted by
10399                 Ricardo Mones Lastra, Alessandro Maestri,
10400                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10401                 Beneditto and Urke MMI  
10402
10403 2002-08-27 [hoa]        0.8.1claws123
10404
10405         * src/mainwindow.[ch]
10406         * src/summaryview.[ch]
10407                 removed the "filter setting" menu option.
10408                 add a "cancel a news message" menu option.
10409
10410 2002-08-26 [martin]     0.8.1claws122
10411
10412         * ChangeLog.claws
10413                 changed string under 0.8.1claws79 changed by myself
10414                 i'm sorry alfons :(
10415
10416 2002-08-26 [martin]     0.8.1claws121
10417
10418         * src/crash.c
10419                 added kill command to debuggerrc to start crash dialog
10420
10421 2002-08-26 [paul]       0.8.1claws120
10422
10423         * sync with 0.8.1cvs31
10424                 see ChangeLog 2002-08-26
10425
10426 2002-08-25 [alfons]     0.8.1claws119
10427
10428         * src/procmsg.c
10429                 fix bug that didn't send out correct headers to news server
10430                 when sending news article and email from queue (bug reported
10431                 and patch provided by Tim Mann; closes bug 
10432                 "[ 583196 ] 0.7.8claws can't post news")
10433
10434 2002-08-25 [alfons]     0.8.1claws118
10435
10436         * src/selective_download.c
10437                 mark two strings as translatable
10438                 (thanks to Urke MMI for pointing this out)
10439
10440 2002-08-25 [alfons]     0.8.1claws117
10441
10442         * src/summaryview.c
10443                 treat sent boxes as special and allow sorting them by addressee
10444                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10445                 submitted by Steve Lamb)
10446
10447 2002-08-24 [alfons]     0.8.1claws116
10448
10449         * src/matcher.c
10450                 fix memleak reported by Martin Kluge
10451                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10452
10453 2002-08-24 [oliver]     0.8.1claws115
10454
10455         * src/prefs_toolbar.c
10456                 o code cleanup as suggested by Alfons
10457                 o memleak fix
10458
10459 2002-08-24 [alfons]     0.8.1claws114
10460
10461         * src/summaryview.c
10462                 o fix another memory leak reported by Martin Kluge
10463                   (see "[ 599568 ] Small Memory Leak")
10464                 o remove 'from' variable from 'summary_set_header()'; we can
10465                   do with just 'to' 
10466
10467 2002-08-24 [paul]       0.8.1claws113
10468
10469         * sync with 0.8.1cvs30
10470                 see ChangeLog 2002-08-23
10471
10472 2002-08-24 [alfons]     0.8.1claws112
10473
10474         * src/summaryview.c
10475                 remove unnecessary allocations for search bar fixing leaks
10476                 reported by Martin Kluge
10477                 (see "[ 599451 ] Further memory leaks?")
10478
10479 2002-08-24 [alfons]     0.8.1claws111
10480
10481         * src/main.c
10482                 make get_socket_name() public for crash.c
10483         * src/crash.c
10484                 o make report bug button work (goes to claws' 
10485                   bug tracker at sf.net)
10486                 o introduce function for doing important stuff just
10487                   before claws goes down
10488                 o clean up code 
10489
10490 2002-08-24 [alfons]     0.8.1claws110
10491
10492         * src/compose.c
10493                 move cursor to "To" entry when forwarding as attachment
10494                 (reported and solved by Steve Lamb, closes bug report
10495                 "[ 592880 ] Forward as attachment; cursor not in to")
10496
10497 2002-08-24 [colin]      0.8.1claws109
10498
10499         * src/mainwindow.c
10500                 fix quick search visibility after GUI (de)separations.
10501
10502 2002-08-23 [colin]      0.8.1claws108
10503
10504         * src/mainwindow.c
10505                 fix header pane visibility after folderview or
10506                 messageview (de)separation
10507
10508 2002-08-23 [paul]       0.8.1claws107
10509
10510         * src/mainwindow.[ch]
10511           src/toolbar.c
10512                 give full control of display or non-display 
10513                 of the Execute icon to Custom toolbar settings.
10514                 add new sensitivity condition to maninwindow.h: 
10515                 M_DELAY_EXEC
10516
10517         * ChangeLog
10518           ChangeLog.jp
10519           NEWS
10520                 more sync with 0.8.1cvs29
10521
10522 2002-08-23 [melvin]     0.8.1claws106
10523
10524         * src/alertpanel.c
10525                 Readded support for custom widget in alertpanel lost in last
10526                 sync.
10527
10528 2002-08-23 [paul]       0.8.1claws105
10529
10530         * sync with 0.8.1cvs29
10531                 see ChangeLog 2002-08-23
10532
10533 2002-08-23 [colin]      0.8.1claws104
10534
10535         * src/summaryview.c
10536                 Fix folder and search pixmaps exchanging positions
10537                 after theme or toolbar changes. Thank to Oliver for 
10538                 reporting this.
10539
10540 2002-08-23 [colin]      0.8.1claws103
10541
10542         * src/mainwindow.c
10543           src/messageview.[ch]
10544           src/noticeview.[ch]
10545           src/summaryview.c
10546                 Changed messageview_create() and noticeview_create()
10547                 to avoid the last gdk_warning
10548
10549 2002-08-22 [colin]      0.8.1claws102
10550
10551         * src/summaryview.c
10552                 Fix my new `Creating pixmap from xpm' warning
10553
10554 2002-08-22 [colin]      0.8.1claws101
10555
10556         * src/mainwindow.c
10557                 Fix some of the gdk warnings
10558
10559 2002-08-22 [colin]      0.8.1claws100
10560
10561         * src/Makefile.am
10562         * src/stock_pixmap.c
10563         * src/stock_pixmap.h
10564         * src/pixmaps/quicksearch.xpm *ADDED*
10565                 Add the quicksearch pixmap
10566         * src/mainwindow.c
10567         * src/summaryview.c
10568         * src/summaryview.h
10569                 Make quicksearch bar visible/hidden via a button
10570
10571 2002-08-22 [christoph]  0.8.1claws99
10572
10573         * src/folder.c
10574                 fix folder update for newsgroups with message
10575                 numbers below minimum number of articles to fetch
10576                 (closes bug #598445)
10577
10578 2002-08-22 [paul]       0.8.1claws98
10579
10580         * sync with 0.8.1cvs28
10581                 see ChangeLog 2002-08-22
10582
10583 2002-08-21 [alfons]     0.8.1claws97
10584
10585         * src/crash.c
10586                 use bt instead of bt full which seems to work 
10587                 better, and bt full doesn't give a great deal 
10588                 of information anyway
10589
10590 2002-08-21 [colin]      0.8.1claws96
10591
10592         * src/summaryview.c
10593                 fix summaryview_searchtype_changed prototype
10594
10595 2002-08-21 [christoph]  0.8.1claws95
10596
10597         * src/mainwindow.c
10598                 o fix broken menu update for sorting type, we have to
10599                   get this info from the summaryview now
10600                 o removed setting of threaded state in menu callback
10601         * src/summaryview.[ch]
10602                 more summaryview/folderitem seperation for
10603                 threading option
10604         * configure.in
10605                 removed not required --with-compiler-flags option
10606
10607 2002-08-21 [oliver]     0.8.1claws94
10608         
10609         * src/toolbar.h 
10610                 o rename toolbar.xml to toolbar_main.xml
10611                   since toolbar_compose.xml might come up 
10612                   any time soon
10613         * README.claws
10614                 add custom toolbar              
10615
10616 2002-08-21 [darko]      0.8.1claws93
10617
10618         * src/procmsg.c
10619                 don't reset tmp flags for messages copied
10620                 to sent folder
10621
10622 2002-08-21 [colin]      0.8.1claws92
10623         
10624         * src/prefs_filtering.c
10625                 fix renaming rules on folder rename 
10626                 when folder is not a leaf folder
10627
10628 2002-08-21 [paul]       0.8.1claws91
10629
10630         * src/prefs_folder_item.c
10631                 fix alignment of colour selector
10632
10633 2002-08-21 [paul]       0.8.1claws90
10634
10635         * sync with 0.8.1cvs27
10636                 see ChangeLog 2002-08-21
10637
10638 2002-08-21 [paul]       0.8.1claws89
10639
10640         * src/summaryview.c
10641                 fix crash when changing field type in
10642                 Quick search bar
10643
10644 2002-08-21 [colin]      0.8.1claws88
10645
10646         * src/summaryview.c
10647                 Made quick search case-insensitive
10648
10649 2002-08-21 [paul]       0.8.1claws87
10650
10651         * sync with 0.8.1cvs26
10652                 see ChangeLog 2002-08-21
10653
10654 2002-08-20 [christoph]  0.8.1claws86
10655
10656         * src/folderview.c
10657         * src/main.c
10658         * src/summaryview.[ch]
10659                 more summaryview/folderitem seperation for
10660                 sort_key and sort_type
10661         * src/procmsg.c
10662                 added missing return statement
10663
10664 2002-08-20 [colin]      0.8.1claws85
10665
10666         * src/summaryview.[ch]
10667                 Added a quick search box
10668         * src/mainwindow.c
10669         * src/prefs_common.[ch]
10670                 Added a show/hide option for the quick search
10671
10672 2002-08-20 [oliver]     0.8.1claws84
10673         
10674         * src/mainwindow.c
10675                 remove toolbar_create_popups
10676         * src/toolbar.[ch]
10677                 o remove toolbar_create_popups
10678                 o fix toolbar_set_sensitive 
10679                   (Bug reports #596834 and #596832)     
10680         * src/prefs_toolbar.c
10681                 o add "Set default" button
10682                 o align label and text + combo widgets
10683
10684 2002-08-20 [hoa]        0.8.1claws83bis
10685
10686         * src/imap.c
10687                 fixed a bug in imap_fetch_msginfo() in case there is no
10688                 current folder.
10689
10690 2002-08-20 [darko]      0.8.1claws83
10691
10692         * src/folderview.c
10693                 copy the color style of folder view so it
10694                 works with GTK themes
10695
10696 2002-08-20 [darko]      0.8.1claws82
10697
10698         * src/folder.h
10699         * src/folderview.c
10700         * src/prefs_folder_item.[hc]
10701                 don't use UI stuff in folder.h
10702
10703 2002-08-20 [darko]      0.8.1claws81
10704
10705         * src/folder.h
10706         * src/prefs_folder_item.h
10707         * src/folderview.c
10708         * src/prefs_folder_item.c
10709                 ability to set folder color in folderview
10710
10711 2002-08-19 [alfons]     0.8.1claws80
10712
10713         * src/summaryview.c
10714                 fix one of the earlier memleaks reported by Martin Kluge
10715
10716 2002-08-19 [alfons]     0.8.1claws79
10717
10718         * src/mainwindow.c
10719                 hide notice view when selecting seperate folder
10720                 view (reported by Urke MMI)
10721
10722 2002-08-19 [christoph]  0.8.1claws78
10723
10724         * src/folderview.c
10725         * src/prefs_folder_item.h
10726         * src/summaryview.[ch]
10727                 o add summary_set_prefs_from_folderitem to set
10728                   summaryview prefs (first step to remove all
10729                   references to the folderitem in summaryview)
10730                 o moved compiled regex stuff from folderitem prefs
10731                   to summaryview code
10732
10733 2002-08-19 [paul]       0.8.1claws77
10734
10735         * src/compose.c
10736                 add check for '.' to QUOTE_IF_REQUIRED
10737
10738 2002-08-19 [paul]       0.8.1claws76
10739
10740         * src/inc.c
10741                 sync with 0.8.1cvs25 (plug memory leak)
10742
10743         * src/prefs_toolbar.c
10744                 re-order prefs_toolbar_cancel()
10745
10746 2002-08-18 [alfons]     0.8.1claws75
10747
10748         * src/inc.c
10749         * src/matcher.c
10750                 plug other memleaks reported by Martin Kluge
10751
10752 2002-08-18 [paul]       0.8.1claws74
10753
10754         * po/pt_BR.po
10755                 updated by Fabio Jr. Beneditto
10756
10757 2002-08-18 [paul]       0.8.1claws73
10758
10759         * src/toolbar.[ch]
10760                 fix bug where tooltips were displayed untranslated              
10761
10762         * src/prefs_toolbar.c
10763                 fix bug where clicking 'Cancel' creates an icon & text
10764                 toolbar regardless of prefs
10765         
10766
10767 2002-08-17 [oliver]     0.8.1claws72
10768
10769         * src/prefs_toolbar.c
10770                 update toolbar on CANCEL
10771                 bug reported by Martin Kluge
10772         * src/toolbar.c
10773                 toolbar_destroy memleak fixed           
10774
10775 2002-08-17 [alfons]     0.8.1claws71
10776
10777         * src/toolbar.c
10778                 plug another memleak reported by Martin Kluge
10779
10780 2002-08-16 [alfons]     0.8.1claws70
10781
10782         * src/crash.c
10783                 use execvp() correctly (suggested by wwp; thanks!)
10784
10785 2002-08-16 [alfons]     0.8.1claws69
10786
10787         * src/gtksctree.c
10788                 plug memory leak reported by Kim Schultz & Martin Kluge
10789
10790 2002-08-16 [paul]       0.8.1claws68
10791
10792         * po/es.po
10793                 updated by Ricardo Mones Lastra
10794
10795 2002-08-16 [paul]       0.8.1claws67
10796
10797         * src/toolbar.h
10798                 fix bug where 'Compose News' icon showed wrong
10799                 tooltip
10800
10801 2002-08-16 [paul]       0.8.1claws66
10802
10803         * sync with 0.8.1cvs24
10804                 see ChangeLog 2002-08-16
10805
10806         * po/it.po
10807                 updated by Alessandro Maestri
10808
10809 2002-08-15 [paul]       0.8.1claws65
10810
10811         * po/sr.po
10812                 updated by Urke MMI
10813
10814 2002-08-15 [paul]       0.8.1claws64
10815
10816         * src/*.c
10817                 don't translate debug info
10818
10819         * src/matcher.[ch]
10820                 add copyright info
10821
10822 2002-08-15 [paul]       0.8.1claws63
10823
10824         * src/prefs_toolbar.c
10825                 fix bug where clicking 'OK' creates an icon & text
10826                 toolbar regardless of prefs
10827
10828 2002-08-14 [alfons]     0.8.1claws62
10829
10830         * src/main.c
10831                 add global var that has the full argv[0]
10832         * src/crash.c
10833                 o execvp the correct sylpheed by using argv0
10834                   and setting the correct work dir
10835                 o other tweaks  
10836
10837 2002-08-14 [oliver]     0.8.1claws61
10838         
10839         * enable/disable Toolbar Action Buttons 
10840         * code cleanups
10841         * src/mainwindow.c
10842         * src/toolbar.[ch]      
10843         * src/prefs_toolbar.c   
10844
10845 2002-08-14 [melvin]     0.8.1claws60
10846
10847         * po/fr.po
10848                 Updated French translations
10849
10850 2002-08-14 [melvin]     0.8.1claws59
10851
10852         * src/crash.c
10853                 Made bug report not translatable
10854         * src/exporthtml.c
10855                 Fixed exporthtml_build_filespec() return value
10856         * src/foldersel.c
10857                 Fixed incorrect include file
10858         * src/gtkspell.c
10859         * src/prefs_actions.c
10860         * src/prefs_toolbar.c
10861                 Made debug info not translatable
10862         * src/mutt.c
10863         * src/quote_fmt.c
10864                 Added missing includes
10865         * src/prefs_common.c
10866                 Fixed typo
10867
10868 2002-08-14 [paul]       0.8.1claws58
10869
10870         * faq/es/sylpheed-faq.html
10871           faq/es/sylpheed-faq-[1-3].html
10872           faq/es/sylpheed-faq-4.html     **NEW FILE **
10873                 update Spanish FAQ
10874
10875 2002-08-13 [christoph]  0.8.1claws57
10876
10877         * src/procmsg.c
10878                 ignore thread fix that did not mark all
10879                 child nodes of a ignored thread as
10880                 ignored. Does not work perfectly yet,
10881                 but it is better now
10882
10883 2002-08-13 [alfons]     0.8.1claws56
10884
10885         * src/crash.c
10886                 o implement 'save crash log'
10887                 o some tweaks
10888
10889 2002-08-13 [melvin]     0.8.1claws55
10890
10891         * src/main.c
10892                 removed unrequired "execinfo.h" header
10893
10894 2002-08-12 [paul]       0.8.1claws54
10895
10896         * faq/en/sylpheed-faq.html
10897           faq/en/sylpheed-faq-[1-3].html
10898           faq/en/sylpheed-faq-4.html     **NEW FILE **
10899                 update English FAQ
10900
10901 2002-08-12 [alfons]     0.8.1claws53
10902
10903         * po/POTFILES.in
10904                 add crash.c to translatables
10905         * src/crash.c
10906                 bring in Leandro's crash dialog
10907
10908 2002-08-11 [alfons]     0.8.1claws52
10909
10910         * src/crash.c
10911                 clean up some warnings
10912
10913 2002-08-11 [alfons]     0.8.1claws51
10914
10915         * acconfig.h
10916         * configure.in
10917         * src/crash.[ch]        ** NEW FILES **
10918         * src/main.c            
10919                 initial gdb crash handler
10920
10921 2002-08-11 [paul]       0.8.1claws50
10922
10923         * src/prefs_toolbar.c
10924                 replace Up/Down arrow pixmaps with text to be
10925                 consistent across icon themes
10926
10927 2002-08-11 [paul]       0.8.1claws49
10928
10929         * src/prefs_common.c
10930           src/prefs_toolbar.c
10931                 rename 'Pixmap' -> 'Icon'
10932
10933         * src/toolbar.[ch]
10934                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10935
10936 2002-08-10 [paul]       0.8.1claws48
10937
10938         * src/prefs_toolbar.c
10939                 re-work the UI
10940
10941 2002-08-10 [paul]       0.8.1claws47
10942
10943         * src/main.c
10944                 don't write Processing progress to status bar
10945                 patch submitted by Alexander Evseev
10946
10947         * src/prefs_toolbar.c
10948                 re-position and resize window
10949                 make window assume correct size on first call
10950
10951 2002-08-10 [paul]       0.8.1claws46
10952
10953         * src/mainwindow.c
10954           src/prefs_toolbar.c
10955           src/toolbar.c
10956           src/toolbar.h
10957                 obey coding style
10958                 follow UI text conventions
10959
10960 2002-08-10 [alfons]     0.8.1claws45
10961
10962         * src/toolbar.c
10963                 correct pixmap for delete action
10964
10965 2002-08-10 [paul]       0.8.1claws44
10966
10967         * po/pt_BR.po
10968                 updated by Fabio Jr. Beneditto
10969
10970 2002-08-10 [paul]       0.8.1claws43
10971
10972         * po/POTFILES.in
10973                 add custom toolbar files
10974
10975 2002-08-10 [paul]       0.8.1claws42
10976
10977         * sync with 0.8.1cvs22
10978                 see ChangeLog 2002-08-09
10979
10980 2002-08-09 [paul]       0.8.1claws41
10981
10982         * tools/Makefile.am
10983           tools/README
10984           tools/outlook2sylpheed.pl     ** NEW FILE **
10985                 add script to convert exported Outlook
10986                 contacts list to a Sylpheed addressbook.
10987                 Submitted by Ricardo Mones Lastra.
10988
10989 2002-08-09 [paul]       0.8.1claws40
10990
10991         * AUTHORS
10992           configure.in
10993           po/sr.po      ** NEW FILE **
10994                 add Serbian message catalog. Submitted by
10995                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10996
10997 2002-08-09 [paul]       0.8.1claws39
10998
10999         * sync with 0.8.1cvs21
11000                 see ChangeLog 2002-08-08
11001
11002 2002-08-08 [oliver]     0.8.1claws38
11003
11004         * src/mainwindow.c
11005                 move Custom Toolbar to Configuration menu
11006
11007 2002-08-08 [oliver]     0.8.1claws37
11008
11009         * src/prefs_toolbar.c
11010                 fix substitute pixmap bug
11011
11012 2002-08-08 [paul]       0.8.1claws36
11013
11014         * sync with 0.8.1cvs19
11015                 see ChangeLog 2002-08-08
11016
11017 2002-08-07 [christoph]  0.8.1claws35
11018
11019         * src/utils.c
11020                 fixed a memory leak in new canonicalize_file_replace
11021
11022 2002-08-07 [christoph]  0.8.1claws34
11023
11024         * src/utils.[ch]
11025                 o canonicalize_file_replace should create the temporary
11026                   file in the same directory as the original file.
11027                 o added get_tmpfile_in_dir that creates a temorary file
11028                   in a specified directory.
11029
11030 2002-08-07 [melvin]     0.8.1claws33
11031
11032         * src/toolbar.c
11033                 fixed bug where 'Article' button acted as 'Email' button.
11034
11035 2002-08-07 [paul]       0.8.1claws32
11036
11037         * sync with 0.8.1.cvs17
11038                 see ChangeLog 2002-08-07
11039
11040 2002-08-07 [colin]      0.8.1claws31
11041         
11042         * src/news.c
11043                 fix mass-cancel problem
11044
11045 2002-08-07 [thorsten]   0.8.1claws30
11046
11047         * src/prefs_toolbar.c
11048                 fix: crash on replace or add new button
11049         * src/toolbar.c
11050                 fix: close xmlfile after reading
11051         * src/utils.c
11052                 fix: unlink() file before rename()
11053
11054 2002-08-06 [paul]       0.8.1claws29
11055
11056         * sync with 0.8.cvs15
11057                 see ChangeLog 2002-08-06
11058
11059 2002-08-06 [oliver]     0.8.1claws28
11060
11061         * src/toolbar.c
11062         * src/prefs_toolbar.c
11063                 fixed empty toolbar issue
11064
11065 2002-08-06 [oliver]     0.8.1claws27
11066
11067         * Custom Toolbar Final 
11068         * src/folderview.c
11069         * src/inc.c
11070         * src/summaryview.c
11071                 o toolbar stuff now lives in src/toolbar.[ch]
11072                 o main_window_toolbar_* functions are renamed to
11073                   toolbar_* reflecting their new source file
11074         * src/mainwindow.[ch]
11075                 o remove toolbar stuff  
11076
11077 2002-08-06 [oliver]     0.8.1claws26
11078         
11079         * src/Makefile.am
11080         * src/prefs_toolbar.[ch]        **New File**
11081         * src/toolbar.[ch]              **New File**
11082                 o prefs_toolbar.[ch] custom toolbar frontend
11083                 o toolbar.[ch]       backend 
11084
11085 2002-08-06 [oliver]     0.8.1claws25
11086
11087         * src/prefs_actions.[ch]
11088                 o new exported function actions_execute
11089
11090 2002-08-06 [paul]       0.8.1claws24
11091
11092         * sync with 0.8.1cvs4
11093                 see ChangeLog 2002-08-06
11094
11095 2002-08-06 [paul]       0.8.1claws23
11096
11097         * sync with 0.8.1cvs13
11098                 see ChangeLog 2002-08-06
11099
11100 2002-08-06 [paul]       0.8.1claws22
11101
11102         * sync with 0.8.1cvs12
11103                 see ChangeLog 2002-08-05 and 2002-08-06
11104
11105 2002-08-06 [match]      0.8.1claws21
11106
11107         * src/addrclip.c
11108                 improvements to cut/copy/paste address
11109
11110 2002-08-05 [match]      0.8.1claws20
11111
11112         * src/addritem.[ch]
11113         * src/addrcache.c
11114         * src/addrbook.c
11115         * src/editaddress.c
11116         * src/addressbook.c
11117                 fixes to improve cut/copy/paste
11118
11119 2002-08-06 [melvin]     0.8.1claws19
11120
11121         * src/account.[ch]
11122                 account_find_all_from_address(): new function that returns the
11123                 list of all accounts that are matched in an address.
11124         * src/alertpanel.[ch]
11125                 alertpanel() now accepts a custom widget
11126                 alertpanel_with_widget(): new function that pops up a panel with
11127                 a custom widget in it 
11128         * src/gtkutils.[ch]
11129                 gtkut_account_menu_new(): new function that allows the selection
11130                 of an account from a list of accounts.
11131         * src/messageview.c
11132                 Extended Return Receipt notification to select the correct 
11133                 account and to make a security test on the Delivery-Notification
11134                 address which should be the same as the Return-Path.
11135
11136 2002-08-06 [thorsten]   0.8.1claws18
11137
11138         * src/mimeview.c
11139                 attach_all: save unnamed as "noname.%d",
11140                 dont free static dirname
11141
11142 2002-08-05 [alfons]     0.8.1claws17
11143
11144         * configure.in
11145                 detect XIM by trying to link rather than compile a XIM program
11146
11147 2002-08-05 [oliver]     0.8.1claws16
11148                 
11149         * src/stock_pixmap.[ch]
11150                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
11151                 o new func to retrieve pixmaps
11152
11153 2002-08-05 [paul]       0.8.1claws15
11154
11155         * sync with 0.8.1cvs10
11156                 see ChangeLog 2002-08-05
11157
11158 2002-08-04 [alfons]     0.8.1claws14
11159
11160         * src/textview.c
11161                 see if this plugs memleak
11162
11163 2002-08-04 [melvin]     0.8.1claws13
11164
11165         * src/gtkspell.c
11166                 fixed bug that could crash Sylpheed when highlighting
11167                 all misspelled words.
11168
11169 2002-08-03 [melvin]     0.8.1claws12
11170
11171         * src/prefs_actions.c
11172                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
11173         * src/messageview.c
11174                 fixed bug where the Return Receipt was sent to
11175                 Delivery-Notification-To address even if it was not present
11176
11177 2002-08-02 [alfons]     0.8.1claws11
11178
11179         * src/prefs_actions.c
11180                 o more check for NULLs
11181                 o put create_io_dialog() in right conditional block
11182
11183 2002-08-02 [paul]       0.8.1claws10
11184
11185         * po/es.po
11186                 updated by Ricardo Mones Lastra
11187
11188 2002-08-01 [christoph]  0.8.1claws9
11189
11190         * src/folder.c
11191                 don't free the cache of the opened
11192                 folder in the summaryview
11193         * src/summaryview.c
11194                 don't unset flags, if it is not required
11195
11196 2002-08-01 [paul]       0.8.1claws8
11197
11198         * sync with 0.8.1cvs8
11199                 see ChangeLog entry 2002-08-01
11200
11201 2002-08-01 [paul]       0.8.1claws7
11202
11203         * sync with 0.8.1cvs7
11204                 see ChangeLog 2002-07-31 and 2002-08-01
11205
11206 2002-07-31 [christoph]  0.8.1claws6
11207
11208         * src/mainwindow.c
11209                 forgot to update menu sensitivity
11210                 function for new menu entry
11211
11212 2002-07-31 [alfons]     0.8.1claws5
11213
11214         * src/main.c
11215                 check folder item and its path for NULL on
11216                 initial processing
11217
11218 2002-07-31 [christoph]  0.8.1claws4
11219
11220         * src/folder.c
11221                 check if folder_item_get_msginfo in
11222                 folder_item_remove_msg returned NULL
11223         * src/imap.c
11224                 better clear the uid cache in the
11225                 uid validity check function and delete
11226                 cached messages
11227
11228 2002-07-31 [paul]       0.8.1claws3
11229
11230         * man/sylpheed.1
11231                 add the '--attach' option and a few other
11232                 minor changes
11233
11234 2002-07-31 [paul]       0.8.1claws2
11235
11236         * sync with 0.8.1cvs5
11237                 see ChangeLog 2002-07-31
11238
11239 2002-07-31 [christoph]  0.8.1claws1
11240
11241         * src/folderview.[ch]
11242         * src/mainwindow.c
11243                 replace "Rescan all folders..." with
11244                 "Check all folders for new messages..."
11245
11246 2002-07-30 [paul]       0.8.1claws
11247
11248         * version 0.8.1claws released
11249
11250 2002-07-30 [paul]       0.8.0claws29
11251
11252         * tools/OOo2sylpheed.pl ** NEW FILE **
11253           tools/README
11254                 add script to enable sending documents as
11255                 attachments from OpenOffice.org
11256
11257 2002-07-30 [melvin]     0.8.0claws28
11258
11259         * src/prefs_actions.c
11260                 Made the actions' input/output dialog display
11261                 without delay.
11262
11263 2002-07-30 [christoph]  0.8.0claws27
11264
11265         * src/procmsg.c
11266                 check if folder_item_get_msginfo in
11267                 procmsg_save_to_outbox returned NULL
11268
11269 2002-07-30 [paul]       0.8.0claws26
11270
11271         * sync with 0.8.1cvs4
11272                 see ChangeLog 2002-07-29
11273
11274 2002-07-29 [thorsten]   0.8.0claws25
11275
11276         * README.claws
11277                 added selective download, delete on server
11278
11279 2002-07-29 [paul]       0.8.0claws24
11280
11281         * sync with 0.8.1cvs3
11282                 see ChangeLog 2002-07-29
11283
11284 2002-07-27 [christoph]  0.8.0claws23
11285
11286         * src/folder.c
11287                 add extra check if fetching the msginfo
11288                 returned NULL
11289
11290 2002-07-27 [paul]       0.8.0claws22
11291
11292         * sync with 0.8.1cvs2
11293                 see ChangeLog 2002-07-26
11294
11295 2002-07-27 [christoph]  0.8.0claws21
11296
11297         * src/imap.c
11298                 add another check if a valid msginfo
11299                 was returned
11300
11301 2002-07-26 [hoa]        0.8.0claws20
11302
11303         * src/folder.c
11304                 Fixed a condition in folder_item_destroy()
11305
11306         * src/imap.c
11307                 Fixed an error in IMAP protocol
11308
11309 2002-07-26 [alfons]     0.8.0claws19
11310
11311         * src/folder.c
11312                 ofcourse compare with identifier, not the path
11313
11314 2002-07-26 [alfons]     0.8.0claws18
11315
11316         * src/folder.c
11317                 use folder item identifier for saving / restoring
11318                 preferences because folder->path might not be unique
11319
11320 2002-07-26 [melvin]     0.8.0claws17
11321
11322         * src/logwindow.c
11323                 Fixed a crash introduced in 0.8.0claws5 when log is 
11324                 cut under 80 characters.
11325
11326 2002-07-26 [paul]       0.8.0claws16
11327
11328         * sync with 0.8.1cvs1
11329                 see ChangeLog 2002-07-26
11330
11331 2002-07-26 [christoph]  0.8.0claws15
11332
11333         * src/imap.[ch]
11334                 imap folder now remembers the last selected
11335                 folder and imap_fetch_msginfo skips selecting
11336                 the folder if it is already selected
11337
11338 2002-07-26 [christoph]  0.8.0claws14
11339
11340         * src/folder.c
11341         * src/folderview.c
11342         * src/imap.c
11343                 fix imap folder rescanning
11344
11345 2002-07-25 [christoph]  0.8.0claws13
11346
11347         * src/filter.c
11348         * src/folder.[ch]
11349         * src/folderview.c
11350         * src/imap.[ch]
11351         * src/mainwindow.c
11352         * src/mbox_folder.c
11353         * src/mh.c
11354         * src/news.c
11355                 implement imap uid cache and uid validity check
11356
11357 2002-07-25 [alfons]     0.8.0claws12
11358
11359         * src/summaryview.c
11360                 fix a brown paper bag bug, and also add some more
11361                 checks
11362
11363 2002-07-25 [christoph]  0.8.0claws11
11364
11365         * src/folder.c
11366                 don't mix copy, fetch_msginfo and remove
11367                 operations in folder item copy and move
11368                 operations
11369
11370 2002-07-25 [christoph]  0.8.0claws10
11371
11372         * src/folderview.c
11373         * src/mainwindow.c
11374         * src/prefs_folder_item.c
11375         * src/summaryview.[ch]
11376                 remove no longer required parameter update_cache from
11377                 summary_show
11378
11379 2002-07-25 [paul]       0.8.0claws9
11380
11381         * sync with 0.8.1
11382         
11383         * AUTHORS
11384                 a few corrections
11385
11386 2002-07-24 [alfons]     0.8.0claws8
11387
11388         * src/summaryview.c
11389                 sort correctly when using simplified subject line
11390                 (closes feature request "[ 585141 ] applying regexp to subject 
11391                 before sort" submitted by Alexandra Walford)
11392
11393 2002-07-24 [paul]       0.8.0claws7
11394
11395         * sync with 0.8.0cvs3
11396                 see ChangeLog 2002-07-24
11397
11398 2002-07-23 [christoph]  0.8.0claws6
11399
11400         * src/folder.c
11401         * src/folder.h
11402         * src/summaryview.c
11403         * src/summaryview.h
11404         * src/main.c
11405                 o separate processing and summaryview
11406                 o removed summary_write_cache from summaryview
11407                 o removed summaryview->killed_messages, because we don't have
11408                   to keep a list of killed messages anymore. New cache will
11409                   keep the hidden messages in cache anyway
11410         * src/folderview.c
11411         * src/inc.c
11412         * src/selective_download.c
11413                 o removed unnecessary summary_write_cache calls
11414         * src/procmsg.c
11415                 o don't set ignore thread flag in procmsg_get_thread_tree
11416                   if it is already set
11417         * src/mainwindow.c
11418         * src/statusbar.h
11419                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11420                   they are used in different files
11421
11422 2002-07-23 [melvin]     0.8.0claws5
11423
11424         * src/addressbook.c
11425         * src/addrgather.c
11426         * src/editaddress.c
11427         * src/editgroup.c
11428         * src/editldap_basedn.c
11429         * src/importldif.c
11430         * src/prefs_common.c
11431                 Fixed few memory leak (gtk_editable_get_chars returns
11432                 an allocated string)
11433         * src/logwindow.c
11434                 Fixed few memory leak (gtk_editable_get_chars returns
11435                 an allocated string) and modified a little the log cutting
11436                 loop.
11437         * src/compose.c
11438                 Replaced a call to an obsolete function gtk_entry_get_text()
11439                 by gtk_editable_get_chars()
11440         * src/send.c
11441                 Removed a debug printf
11442
11443 2002-07-23 [christoph]  0.8.0claws4
11444
11445         * src/filesel.c
11446                 fix another g_dirname memory leak
11447
11448 2002-07-23 [christoph]  0.8.0claws3
11449
11450         * src/mh.c
11451                 fixed a memory leak in mh_fetch_msginfo
11452                 fixed crash when message header could not be
11453                 parsed
11454
11455 2002-07-23 [paul]       0.8.0claws2
11456
11457         * sync with 0.8.0cvs2
11458                 see ChangeLog 2002-07-23
11459
11460 2002-07-23 [paul]       0.8.0claws1
11461
11462         * sync with 0.8.0cvs1
11463                 see ChangeLog 2002-07-23
11464
11465 2002-07-23 [paul]       0.8.0claws
11466
11467         * release of 0.8.0claws