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