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