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