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