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