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