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