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