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