* src/mimeview.[ch]
[claws.git] / ChangeLog.claws
1 2003-07-19 [luke]       0.9.3claws31
2
3         * src/mimeview.[ch]
4         * src/gtk/gtkvscrollbutton.c
5         * src/messageview.c
6                 o improved mimeview behaviour when selecting a new message
7                 o plus code cleanups to remove compile warnings
8
9
10 2003-07-19 [alfons]     0.9.3claws30
11
12         * src/procmsg.c
13         * src/compose.c
14         * src/common/utils.[ch]
15                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
16
17 2003-07-19 [alfons]     0.9.3claws29
18
19         * src/prefs_folder_item.c
20                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
21                 string pointers
22
23 2003-07-19 [luke]       0.9.3claws28
24
25         * src/messageview.c
26         * src/mimeview.[ch]
27         * src/procmime.h
28         * src/rfc2015.c
29         * src/stock_pixmap.[ch]
30         * src/gtk/Makefile.am
31         * src/Makefile.am
32         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
33         * src/pixmaps/mime_*.xpm                ** NEW **
34                 o mimeview rearrangement with a new icon shortcut bar
35         
36 2003-07-19 [alfons]     0.9.3claws27
37
38         * src/folderview.c
39                 o plug leaking nodes_to_recollapse
40                 o add folderview_recollapse_all_nodes() (not used yet)
41
42 2003-07-19 [alfons]     0.9.3claws26
43
44         * src/compose.c
45         * src/common/utils.c
46                 honour #240 "Better SUBJECT handling" by cleaning the prefix
47                 for both forwarding as replying
48
49 2003-07-18 [christoph]  0.9.3claws25
50
51         * configure.ac
52         * src/common/sylpheed.[ch]
53         * src/common/version.h.in
54                 add version in numeric form to allow easy comparison
55
56         * src/plugins/demo/demo.c
57                 add version check
58                 - sylpheed version > plugin version => never allowed, sylpheed
59                   could contain unknown API changes
60                 - sylpheed version < minimum version required => don't load,
61                   API required not available (if linking does not fail)
62
63 2003-07-18 [alfons]     0.9.3claws24
64         
65         * src/common/plugin.[ch]
66                 const correctness
67
68 2003-07-18 [christoph]  0.9.3claws23
69
70         * src/common/hooks.c
71                 fix crash when hooks where unregisted
72
73         * src/plugins/trayicon/trayicon.c
74                 unregister detroy signal before destroying the widget
75                 (still crashes when the plugin is unloaded)
76
77 2003-07-18 [alfons]     0.9.3claws22
78         
79         * src/folderview.c
80                 delay expanding folder tree during drags until timeout triggered
81                 (needs perhaps some tweaking, so testing is welcome)
82
83 2003-07-17 [alfons]     0.9.3claws21
84
85         * src/folderview.c
86                 clean up cruft
87
88 2003-07-17 [christoph]  0.9.3claws20
89
90         * src/common/session.c
91                 fix opening of SSL connections
92
93         * src/plugins/image_viewer/Makefile.am
94                 add OPENSSL_CFLAGS (we should find a better solution to remove
95                 this dependencies if they are not required)
96
97         * src/plugins/spamassassin/spamassassin.c
98                 remove setlocale workaround (fixed in libspamc)
99
100 2003-07-17 [alfons]     0.9.3claws19
101
102         * src/common/hooks.[ch]
103         * src/plugins/clamav/clamav_plugin.c
104         * src/plugins/spamassassin/spamassassin.c
105         * src/plugins/trayicon/trayicon.c
106                 fix signedness muck 
107
108 2003-07-17 [alfons]     0.9.3claws18
109
110         * src/procmime.c
111                 plug memleak
112
113 2003-07-17 [alfons]     0.9.3claws17
114
115         * src/inc.c
116                 plug memleak
117
118 2003-07-17 [paul]       0.9.3claws16
119
120         * src/common/defs.h
121           src/mainwindow.c
122           src/manual.[ch]
123                 add link to the Claws site's FAQ page, after the suggestion
124                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
125                 Move url strings to defs.h
126                 
127         * src/mainwindow.c
128                 fix typo to prevent "unknown menu entry" warnings
129
130 2003-07-17 [alfons]     0.9.3claws15
131
132         * src/folderview.[ch]
133         * src/summaryview.[ch]
134         * src/mimeview.[ch]
135                 plug DnD leaks 
136
137 2003-07-17 [paul]       0.9.3claws14
138
139         * src/inc.c
140                 remove two instances of 'GTK_EVENTS_FLUSH' because
141                 they are unnecessary and probably cause a stack overflow
142
143 2003-07-16 [christoph]  0.9.3claws13
144
145         * src/mimeview.[ch]
146                 use an invisible GTK notebook to switch between viewers
147                 instead of reparenting widgets
148
149 2003-07-16 [christoph]  0.9.3claws12
150
151         * src/folder.c
152                 move folder_item_update_freeze() to correct place in
153                 folder_item_scan_full()
154
155 2003-07-16 [paul]       0.9.3claws11
156
157         * sync with 0.9.3cvs12
158                 see ChangeLog 2003-07-14 and 2003-07-15
159
160 2003-07-16 [christoph]  0.9.3claws10
161
162         * src/imap.[ch]
163         * src/prefs_account.[ch]
164                 sync IMAP CRAM-MD5 authentication with sylpheed-main
165
166 2003-07-15 [alfons]     0.9.3claws9
167
168         * src/main.c
169                 make --config-dir do something useful
170
171 2003-07-15 [alfons]     0.9.3claws8
172
173         * src/procmsg.c
174                 o fix a bug where 'last' didn't really point to the last message
175                   in the top level list of children, but to the last threaded
176                   message. 
177                 
178                 o clean up and make it easier to sync
179
180 2003-07-15 [alfons]     0.9.3claws7
181
182         * src/mainwindow.c
183                 make correct menu items sensitive       
184
185 2003-07-14 [alfons]     0.9.3claws6
186
187         * src/procmsg.c
188                 tune the threader so it will not subject-thread any message
189                 without a subject prefix (this will not thread correctly if 
190                 a parent is delivered after their childs, but it looks 
191                 better right now)
192
193 2003-07-13 [christoph]  0.9.3claws5
194
195         * src/mainwindow.c
196                 group "Add mailbox *..." menu items in submenu
197
198 2003-07-13 [alfons]     0.9.3claws4
199
200         * src/summaryview.c
201                 correct summary_toggle_pressed() signature and make sure
202                 signal is not passed on
203
204 2003-07-13 [alfons]     0.9.3claws3
205
206         * src/summaryview.c
207                 o for now don't pass on keys when they we're handled by 
208                   ctree::key_press_event
209                 o clean up
210
211 2003-07-13 [alfons]     0.9.3claws2
212         
213         * src/main.c
214                 add command line option "--config-dir" to get the current 
215                 configuration dir
216
217 2003-07-12 [alfons]     0.9.3claws1
218
219         * src/matcher.[ch]
220         * src/matcher_parser_parse.y
221         * src/prefs_filtering.c
222         * src/filtering.c
223                 add "Lock" filter action to lock messages;
224
225         * src/filtering.c       
226                 remove debug_print()    
227         * src/prefs_filtering.c
228                 re-organize matcher part 9: 
229                 make action text entries easily extendible;
230                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
231                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
232
233 2003-07-12 [paul]
234
235         * tools/README
236                 update old information and add missing
237                 information
238
239 2003-07-12 [paul]       0.9.3claws
240
241         * 0.9.3claws released
242         
243 2003-07-12 [paul]       0.9.0claws103
244
245         * src/Makefile.am
246                 add addrquery.h
247
248 2003-07-12 [melvin]     0.9.0claws102
249
250         * src/messageview.c
251                 Fixed bug #215: Show MIME tab for single text/html messages. 
252                 
253 2003-07-12 [paul]       0.9.0claws101
254
255         * man/sylpheed.1
256                 updated
257
258 2003-07-12 [paul]       0.9.0claws100
259
260         * po/es.po
261           po/hr.po
262           po/pl.po
263           po/sr.po
264                 update Spanish, Croatian, Polish, Serbian translations.
265                 submitted by Ricardo Mones Lastra, Dragan, Witold
266                 Wladyslaw Wojciech Wilk, Urke MMI
267
268 2003-07-12 [melvin]     0.9.0claws99
269
270         * po/fr.po
271                 Updated French translations.
272
273 2003-07-12 [paul]       0.9.0claws98
274
275         * src/addressbook.c
276                 disable 'Lookup' button as it has no effect
277
278 2003-07-11 [alfons]     0.9.0claws97
279         
280         * src/summaryview.c
281                 summary_searchbar_pressed() should return TRUE to signal that
282                 event was handled. when returning void, the return value passed
283                 to GTK is actually random, but maybe FALSE, in which case the
284                 event is handled by parent
285                 
286 2003-07-10 [paul]       0.9.0claws96
287
288         * ac/missing/gettext.m4
289                 update to version 0.12
290
291 2003-07-10 [paul]       0.9.0claws95
292
293         * src/plugins/clamav/clamav_plugin.c
294                 fix bug where multipart/alternative messages
295                 would slip through without being scanned
296
297 2003-07-10 [christoph]  0.9.0claws94
298
299         * src/folder.c
300                 correct check if folder supports removing when a message is
301                 moved. if not the message is only copied.
302
303         (closes Bug 132 crash on startup in newsgroups folders)
304
305 2003-07-09 [alfons]     0.9.0claws93
306
307         * configure.ac
308         * src/common/defs.h
309                 --with-config-dir (default .sylpheed)
310
311 2003-07-09 [christoph]  0.9.0claws92
312
313         * configure.ac
314                 use PKG_CHECK_MODULES to check for gtkmathview
315                 (version 0.4.2 now required)
316
317 2003-07-08 [melvin]     0.9.0claws91
318
319         * src/action.c
320                 Implemented a progress bar that counts the number of completed
321                 tasks when the action runs more than one command.
322
323 2003-07-08 [alfons]     0.9.0claws90
324
325         * src/procmsg.c
326                 if queued message has an invalid Message-Id, don't try to
327                 find message it refers to (fixes #209 "crash when processing 
328                 in folder")
329
330 2003-07-08 [paul]       0.9.0claws89
331
332         * sync with 0.9.3cvs2
333                 see ChangeLog 2003-07-08
334
335 2003-07-08 [match]      0.9.0claws88
336
337         * src/ldapctrl.c
338                 extend LDAP search for first/last name by parsing search term.
339
340 2003-07-08 [alfons]     0.9.0claws87
341
342         * src/send_message.c
343                 fix bug #208 "Status message stuck when sending on POP3 account"
344
345 2003-07-07 [paul]       0.9.0claws86
346
347         * po/hr.po
348                 new Croatian translation, submitted by
349                 Dragan <drleskov@inet.hr>
350
351 2003-07-07 [paul]       0.9.0claws85
352
353         * sync with 0.9.3cvs1
354                 see ChangeLog 2003-07-07
355
356 2003-07-05 [christoph]  0.9.0claws84
357
358         * src/Makefile.am
359         * src/messageview.c
360         * src/mimeview.[ch]
361         * src/stock_pixmap.[ch]
362         * src/pixmaps/messageview_text.xpm              ** NEW **
363                 move mimeview tabs to the right side and use icons
364                 instead of text to save some space
365
366         (patch by Luke Plant <lukeplant@softhome.net>)
367
368 2003-07-05 [christoph]  0.9.0claws83
369
370         * src/inc.c
371                 add NULL pointer checks
372
373         (patch by Luke Plant <lukeplant@softhome.net>)
374         (closes Bug 204 0.9.0 quits on authentication error?!)
375
376 2003-07-05 [alfons]     0.9.0claws82
377
378         * configure.ac
379                 take the clue in bug #202 "./configure script - 
380                 'if test' comparison failure" reported by John Kristoff. 
381
382 2003-07-04 [christoph]  0.9.0claws81
383
384         * src/plugins/spamassassin/spamassassin.c
385                 set timeout for spam check
386
387 2003-07-04 [christoph]  0.9.0claws80
388
389         * src/main.c
390                 destroy all FolderItems when shutting down to
391                 allow folders to clean up
392
393 2003-07-04 [melvin]     0.9.0claws79
394
395         * src/gtk/gtkaspell.c
396                 Fixed bug #184 "Entering non-ascii character deletes
397                 previous char if spell checking enabled": this makes
398                 the spell checking in multibytes (e.g. UTF-8)locales work.
399                 (Patch by Luke Plant).
400                 
401 2003-07-04 [christoph]  0.9.0claws78
402
403         * sync with 0.9.2cvs1
404                 see ChangeLog 2003-06-10
405
406 2003-07-04 [paul]       0.9.0claws77
407
408         * sync with 0.9.3 release
409                 see ChangeLog 2003-07-04
410
411 2003-07-03 [christoph]  0.9.0claws76
412
413         * src/folder.[ch]
414         * src/imap.c
415         * src/mbox_folder.c
416         * src/mh.c
417         * src/news.c
418                 move folder_item_get_path() stuff into a folder virtual function
419
420         * src/procmsg.c
421                 use folder_item_fetch_msg() to get message and do not contruct
422                 the filename from path and number
423
424 2003-07-03 [paul]       0.9.0claws75
425
426         * sync with 0.9.2cvs12
427                 see ChangeLog 2003-07-03
428
429 2003-07-02 [paul]       0.9.0claws74
430
431         * src/messageview.c
432                 fix text-selection for replying
433
434 2003-07-02 [paul]       0.9.0claws73
435
436         * sync with 0.9.2cvs11
437                 see ChangeLog 2003-07-02
438
439 2003-07-02 [paul]       0.9.0claws72
440
441         * src/procmsg.c
442                 revert last commit because it breaks more
443                 than it fixes
444
445 2003-07-02 [paul]       0.9.0claws71
446
447         * src/procmsg.c
448                 fix thread by subject/sort by date
449
450 2003-07-01 [paul]       0.9.0claws70
451
452         * sync with 0.9.2cvs10
453                 see ChangeLog 2003-07-01
454
455 2003-06-30 [paul]       0.9.0claws69
456
457         * sync with 0.9.2cvs9
458                 see ChangeLog 2003-06-30
459
460 2003-06-28 [match]      0.9.0claws68
461
462         * src/addressbook.c
463                 fix null ptr.
464
465 2003-06-27 [paul]       0.9.0claws67
466
467         * sync with 0.9.2cvs7
468                 see ChangeLog 2003-06-27
469
470 2003-06-26 [christoph]  0.9.0claws66
471
472         * src/folder.c
473                 freeze folder updates while a folder is scanned
474
475         (closes Bug 185 New message counter)
476
477 2003-06-26 [darko]      0.9.0claws65
478
479         * src/ldapserver.c
480                 fix infinite loop when adding a new LDAP server
481
482 2003-06-26 [paul]       0.9.0claws64
483
484         * sync with 0.9.2cvs6
485                 see ChangeLog 2003-06-26
486
487 2003-06-26 [paul]       0.9.0claws63
488
489         * sync with 0.9.2cvs5
490                 see ChangeLog 2003-06-25 and 2003-06-26
491
492 2003-06-25 [match]      0.9.0claws62
493
494         * src/addr_compl.c
495                 Fixed tab/backtab for dropped-down completion list to
496                 move next/previous field. (close bug 147)
497
498 2003-06-25 [christoph]  0.9.0claws61
499
500         * src/addr_compl.[ch]
501         * src/addrindex.[ch]
502         * src/folderview.c
503         * src/inc.c
504         * src/news.c
505         * src/summaryview.c
506         * src/toolbar.c
507                 fix warnings
508
509 2003-06-25 [leandro]    0.9.0claws60
510
511         * src/compose.c
512                 o cleanups
513                 o gray out "Message/Remove references" menu item if not
514                   replying to a message
515
516 2003-06-24 [leandro]    0.9.0claws59
517
518         * src/compose.[ch]
519                 o removed "Message/Create new thread" menu item
520                 o added "Message/Remove references" menu item
521                   (it's off by default and will not check anymore
522                    if the subject changed)
523
524 2003-06-23 [alfons]     0.9.0claws58
525
526         * src/procmsg.c
527                 try better grouping messages threaded by subject based on their age.
528                 still not perfect - because the message tree is not sorted by date.  
529
530 2003-06-23 [thorsten]   0.9.0claws57
531
532         * src/pop.[ch]
533                 added mail_receive_hook to allow modifications
534                 directly after retrieval (e.g. adding headers).
535
536 2003-06-23 [paul]       0.9.0claws56
537
538         * src/sourcewindow.c
539                  enable the use of Ctrl+A to select all text in
540                  the sourcewindow
541                  Patch submitted by Ivan Francolin Martinez
542                  <ivanfm@users.sourceforge.net>
543
544 2003-06-22 [christoph]  0.9.0claws55
545
546         * src/folder.[ch]
547                 o add notification hook for folder tree changes
548                 o invoke hooks after folder tree scanning
549
550         * src/folderview.[ch]
551                 register hook for folder tree changes that
552                 updates the ctree
553
554         (there are more places that should be updated, like add, remove 
555          or move folder)
556
557         (closes Bug 164 Crash on rebuild folder tree)
558         (closes Bug 190 Crash on 'rebuilding folder tree')
559
560 2003-06-21 [leandro]    0.9.0claws54
561
562         * src/compose.[ch]
563                 create a new thread if subject changes
564                 (it's on by default, can be disabled in Message menu)
565
566 2003-06-21 [alfons]     0.9.0claws53
567
568         * src/summaryview.c
569                 quiet little compiler
570
571 2003-06-21 [christoph]  0.9.0claws52
572
573         update gettext stuff to version 0.12
574
575 2003-06-19 [alfons]     0.9.0claws51
576
577         * src/common/log.c
578         * src/common/plugin.c
579                 move defs.h before glib.h to prevent MIN/MAX redefs
580
581 2003-06-19 [alfons]
582
583         * src/addressbook.c
584                 translatable
585
586 2003-06-19 [match]      0.9.0claws50
587
588         * src/addressbook.[ch]
589         * src/addrindex.[ch]
590         * src/addr_compl.[ch]
591         * src/editldap.[ch]
592         * src/editldap_basedn.[ch]
593         * src/addritem.[ch]
594         * src/ldapquery.h
595                 re-implemented dynamic LDAP search. works without
596                 slowdown on display sender with addressbook
597                 option.
598         * src/addrbook.c
599                 documented code.
600
601 2003-06-19 [paul]       0.9.0claws49
602
603         * src/compose.c
604                 fix Bug #136 'Nonprovided quotation marks crash claws'
605                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
606
607 2003-06-19 [alfons]     0.9.0claws48
608
609         * src/prefs_common.[ch]
610         * src/procmsg.c
611                 restrict threading by subject by checking thread for
612                 age (prefs_common.thread_by_subject_max_age)
613
614 2003-06-18 [christoph]  0.9.0claws47
615
616         * src/imap.c
617                 fix memory leak in imap_cmd_fetch()
618
619 2003-06-18 [christoph]  0.9.0claws46
620
621         * src/prefs_gtk.c
622                 fix memory leak in prefs_set_default() when used multiple
623                 times or after prefs have been read
624
625 2003-06-18 [christoph]  0.9.0claws45
626
627         * src/common/plugin.c
628                 fix memory leak in plugin_unload()
629
630 2003-06-18 [christoph]  0.9.0claws44
631
632         * src/imap.c
633                 fix memory leak in imap_cmd_ok()
634
635 2003-06-18 [christoph]  0.9.0claws43
636
637         * src/folder.c
638                 stop messages that are downloaded from POP3 and added to
639                 an IMAP inbox from being filtered twice (first by POP3
640                 and again when IMAP folder is scaned to get the UID of
641                 the APPEND operation when no UIDPLUS is available)
642
643 2003-06-18 [alfons]
644
645         * tools/Makefile.am
646                 phoenix <- firebird     
647
648 2003-06-18 [paul]
649
650         * tools/launch_phoenix          ** REMOVED **
651           tools/launch_firebird         ** NEW **
652                 renamed and edited to reflect the browser's name change from
653                 'phoenix' to 'firebird'
654
655 2003-06-18 [paul]       0.9.0claws42
656
657         * sync with 0.9.2cvs2
658                 see ChangeLog 2003-06-16
659
660 2003-06-17 [alfons]     0.9.0claws41
661
662         * src/procmsg.c
663                 prevent threading problems when a node is an ancestor (parent / great parent),
664                 which mostly happens with circular references (thanks to Phillipe Gramoullé
665                 for finding an sample set of messages)
666
667 2003-06-16 [christoph]  0.9.0claws40
668
669         * src/main.c
670                 don't popup main window on --receive or --receive-all
671
672         * src/mainwindow.[ch]
673         * src/plugins/trayicon/trayicon.c
674                 allow hiding of main window by clicking on the trayicon
675                 (doesn't work correctly in seperate window mode and may
676                  cause unexpected GTK problems I couldn't find yet)
677
678         * src/common/ssl.c
679                 remove incorrect warning
680
681 2003-06-15 [alfons]     0.9.0claws39
682
683         * src/gtk/gtkstext.c
684                 don't output debug text;
685                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
686                 for pointing this out);
687
688 2003-06-14 [alfons]     0.9.0claws38
689         
690         * src/messageview.c
691                 remove printf() and make one if..else comply with coding style
692
693 2003-06-14 [alfons]     0.9.0claws37
694
695         * AUTHORS
696                 add Martin Wicke
697         * src/action.c
698         * src/messageview.[ch]
699         * src/summaryview.c
700                 apply patch #754162 "Quoting messages filtered by actions" submitted
701                 by Martin Wicke, which allows quoting message body changed by an
702                 action (Thanks!).
703
704 2003-06-13 [alfons]     0.9.0claws36
705
706         * src/utils.c
707                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
708                 use case insensitive regexp (suggested by Ivan Martinez)
709
710 2003-06-13 [christoph]  0.9.0claws35
711
712         * configure.ac
713         * src/plugins/trayicon/Makefile.am
714         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
715         * src/plugins/trayicon/trayicon.c
716         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
717         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
718         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
719         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
720         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
721         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
722                 replace my own EggTrayIcon backport with the backport
723                 used by (l|x)mule and gabber.
724
725 2003-06-13 [alfons]     0.9.0claws34
726
727         * AUTHORS
728         * src/common/utils.c
729                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
730
731 2003-06-13 [alfons]     0.9.0claws33
732
733         * src/compose.c
734                 clean up a little bit
735
736 2003-06-12 [alfons]     0.9.0claws32
737
738         * src/compose.c
739                 const correctness fix
740
741         * src/common/sylpheed.[ch]
742                 () -> (void)
743                 prevent redef MIN/MAX
744                 
745         * src/common/utils.[ch]
746                 () -> (void)
747
748 2003-06-12 [melvin]     0.9.0claws31
749
750         * src/compose.c
751                 Updated to take into accounts changes in GtkAspell.
752
753 2003-06-12 [alfons]     0.9.0claws30
754
755         * src/compose.c
756         * src/procmsg.c
757         * src/common/utils.[ch]
758                 handle reply subject prefixes better (initial 
759                 suggestion by Robert Story adapted and enhanced 
760                 using regexps)
761
762 2003-06-12 [melvin]     0.9.0claws29
763
764         * src/compose.c
765                 Use new gtkaspell_checkers_strerror() to get the speller's
766                 error message instead of accessing the (now private)
767                 checkers structure.
768                 Minor code clean up
769
770         * src/main.c
771                 Use #ifdef instead of #if for USE_ASPELL
772                 Use the new spell checkers init/quit functions 
773
774         * src/gtk/gtkaspell.c
775                 Use #ifdef instead of #if for USE_ASPELL
776                 Moved in the majority of GtkAspell structures that were
777                 exported before by gtkaspell.h
778         
779         * src/gtk/gktaspell.h
780                 Made gtkaspell.h contain only the necessary data to be
781                 publicized by moving many structures to gtkaspell.c.
782                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
783                 gtkaspell_checkers_new(): replaced by...
784                 gtkaspell_checkers_init(): new function for initialization
785                 gtkaspell_checkers_delete(): replaced by...
786                 gtkaspell_checkers_quit(): new function
787                 gtkaspell_checkers_strerror(): new function that returns
788                 the checker's last error message.
789                 
790 2003-06-11 [melvin]     0.9.0claws28
791
792         * po/POTFILES.in
793                 Updated to take into account gtkaspell.c migration to
794                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
795
796 2003-06-10 [alfons]     0.9.0claws27
797
798         * src/filtering.[ch]
799         * src/folder.c
800         * src/matcher.c
801         * src/scoring.[ch]
802                 - try fixing bug #18 (any brave testers?)
803                 - add more robustness by refusing previously 
804                   unchecked NULL pointers 
805
806 2003-06-10 [alfons]     0.9.0claws26
807
808         * src/procmsg.c
809                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
810
811 2003-06-09 [alfons]     0.9.0claws25
812
813         * src/prefs_common.c
814                 fix bug #163 "Icon switching doesnt work properly" by 
815                 preventing early freeing of prefs_common.pixmap_theme_path.
816
817 2003-06-09 [christoph]  0.9.0claws24
818
819         * src/gtk/gtkaspell.c
820                 revert Thorsten's fix and add forgotten g_strdup for
821                 aspell path (it should not be possible to alter the path a
822                 GtkASpell uses from outside)
823
824 2003-06-09 [thorsten]   0.9.0claws23
825
826         * src/gtk/gtkaspell.c
827                 dont free prefs_common.aspell_path when closing compose
828
829 2003-06-08 [colin]      0.9.0claws22
830
831         * src/plugins/spamassassin/spamassassin.c
832                 fix prefs types
833
834 2003-06-07 [christoph]  0.9.0claws21
835
836         * src/Makefile.am
837         * src/compose.c
838         * src/gtkaspell.[ch]            ** REMOVE **
839         * src/gtk/Makefile.am
840         * src/gtk/gtkaspell.[ch]        ** NEW **
841                 o make gtkaspell independent from sylpheed's prefs
842                 o move gtkaspell.[ch] to gtk directory
843
844 2003-06-07 [christoph]  0.9.0claws20
845
846         * src/Makefile.am
847         * src/crash.c
848         * src/export.c
849         * src/filesel.[ch]              ** REMOVE **
850         * src/folder.c
851         * src/main.[ch]
852         * src/common/sylpheed.[ch]
853         * src/gtk/Makefile.am
854         * src/gtk/filesel.[ch]          ** NEW **
855         * src/gtk/pluginwindow.c
856         * src/gtk/sslcertwindow.c
857                 move filesel.[ch] to gtk directory
858
859 2003-06-07 [alfons]     0.9.0claws19
860
861         * src/filesel.c
862                 make (multi) file selection dialog work again (Claws-only)
863
864 2003-06-07 [thorsten]   0.9.0claws18
865
866         * po/de.po
867                 fix typos
868
869 2003-06-07 [alfons]     0.9.0claws17
870
871         * configure.ac
872         * src/mimeview.c
873                 detect apache mishap in which case don't include fnmatch.h
874                 if regex.h is already included
875
876 2003-06-06 [christoph]  0.9.0claws16
877
878         * configure.ac
879         * src/mimeview.h
880                 add check for fnmatch.h and include it when available
881
882         * src/mimeview.[ch]
883                 fix wrong case sensitivity of Content-Types
884
885         * src/gtk/Makefile.am
886                 need the same include paths in gtk directory as in
887                 common directory because .h files in common can
888                 include files from these directories, when included
889                 in gtk's .h or .c files
890
891 2003-06-06 [alfons]     0.9.0claws15
892
893         * src/mimeview.c
894         * src/summaryview.c
895                 make it compile again because of regex.h / fnmatch.h 
896                 include problems (related to recent mime stuff, can
897                 someone check this?)
898
899 2003-06-06 [thorsten]   0.9.0claws14
900
901         * src/folderview.c
902                 possible use of uninitialized pointer while dragging
903
904 2003-06-06 [paul]       0.9.0claws13
905
906         * src/compose.c
907                 fix bug where the insert sig button would be effective
908                 only when auto_sig was set
909
910 2003-06-06 [paul]       0.9.0claws12
911
912         * sync with 0.9.2 release
913
914 2003-06-02 [paul]       0.9.0claws11
915
916         * sync with 0.9.1cvs1
917                 see ChangeLog 2003-06-02
918                 
919         * po/de.po
920                 update by Jens
921
922 2003-06-01 [christoph]  0.9.0claws10
923
924         * src/account.c
925                 don't use substring search to find accounts by email address
926
927         (closes Bug 169 Overly loose matching of "From" address)
928
929 2003-05-31 [christoph]  0.9.0claws9
930
931         * doc-src/rfc2683.txt
932         * src/imap.c
933                 limit IMAP command length as recommended in RFC2683
934                 (message number lists will be split into multiple imap
935                 sets, the limit of 1000 octets is not a hard limit)
936
937         (closes Bug 161 sylpheed-claws exits with segfault when logging
938          in to certain imap-servers)
939
940 2003-05-29 [alfons]     0.9.0claws8
941
942         * src/toolbar.[ch]
943                 add print button (calling summary_print());
944                 fine tune setting tooltip text;
945                 (if someone needs other buttons, please take these 
946                 commits as a guide, instead of bothering us - also
947                 see 0.8.11claws150) 
948
949 2003-05-29 [darko]      0.9.0claws7
950
951         * src/compose.c
952                 fix crash when word wrapping kicks in due to
953                 changed text by spell checker
954
955 2003-05-29 [paul]       0.9.0claws6
956
957         * src/compose.c
958                 fix bug where changing account would insert
959                 sig even if auto_sig was FALSE
960                 
961         * ChangeLog
962           ChangeLog.jp
963           INSTALL
964                 sync with 0.9.1 release
965
966 2003-05-28 [christoph]  0.9.0claws5
967
968         * src/imap.c
969                 fix truncation of too long commands
970
971         (closes Bug 167 IMAP hangs trying to get envelope
972          information in imap_get_uncached_messages)
973
974 2003-05-27 [paul]       0.9.0claws4
975
976         * tools/Makefile.am
977           tools/maildir2sylpheed.pl     ** NEW FILE **
978                 add kmail to sylpheed mailbox conversion script
979
980 2003-05-27 [paul]       0.9.0claws3
981
982         * sync with 0.9.0cvs10
983                 see ChangeLog 2003-05-26
984
985 2003-05-26 [paul]       0.9.0claws2
986
987         * sync with 0.9.0cvs9
988                 see ChangeLog 2003-05-26
989
990 2003-05-24 [paul]       0.9.0claws1
991
992         * sync with 0.9.0cvs8
993                 see ChangeLog 2003-05-23
994
995 2003-05-24 [paul]       0.9.0claws
996
997         * version 0.9.0claws released
998
999 2003-05-24 [paul]       0.8.11claws177
1000
1001         * src/plugins/dillo-viewer/Makefile.am
1002           src/plugins/traycon/Makefile.am
1003                 add missing files
1004                 
1005         * po/bg.po
1006           po/en_GB.po
1007           po/es.po
1008           po/it.po
1009           po/pt_BR.po
1010           po/ru.po
1011           po/sr.po
1012                 update Bulgarian, British English, Spanish, Italian, 
1013                 Brazilian Portuguese, Russian, and Serbian translations, 
1014                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1015                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1016                 Ruslan N. Balkin, and Urke MMI
1017
1018 2003-05-23 [melvin]     0.8.11claws176
1019
1020         * po/fr.po
1021                 Updated French translations
1022
1023 2003-05-22 [paul]       0.8.11claws175
1024
1025         * src/Makefile.am
1026           src/addrbook.[ch]
1027           src/addrcache.[ch]
1028           src/addr_compl.[ch]
1029           src/adressbook.[ch]
1030           src/addrindex.[ch]
1031           src/addritem.[ch]
1032           src/editaddress.c
1033           src/editgroup.c
1034           src/editldap_basedn.c
1035           src/editldap.c
1036           src/jpilot.c
1037           src/vcard.c
1038                 revert to get ldap into it previous working state
1039                 
1040         * po/zh_TW.Big5.po
1041                 new Taiwanese translation,
1042                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1043
1044 2003-05-22 [christoph]  0.8.11claws174
1045
1046         * src/plugins/spamassassin/libspamc.[ch]
1047                 sync libspamc with SpamAssaain release 2.55
1048
1049 2003-05-22 [paul]       0.8.11claws173
1050
1051         * sync with 0.9.0cvs7
1052                 see ChangeLog 2003-05-22
1053                 
1054         * src/summaryview.c
1055                 revert change in 0.8.11claws172: follow
1056                 Hiroyuki's decision and that's the end of it.
1057
1058 2003-05-21 [paul]       0.8.11claws172
1059
1060         * src/summaryview.c
1061                 fix discrepency between open_unread_on_enter
1062                 and always_show_msg
1063
1064 2003-05-21 [paul]       0.8.11claws171
1065
1066         * sync with 0.9.0cvs6
1067                 see ChangeLog 2003-05-21
1068
1069 2003-05-21 [paul]       0.8.11claws170
1070
1071         * sync with 0.9.0cvs5
1072                 see ChangeLog 2003-05-21
1073
1074 2003-05-20 [paul]       0.8.11claws169
1075
1076         * sync with 0.9.0cvs4
1077                 see ChangeLog 2003-05-20
1078                 fixes bug #152, 'encoding of IMAP folders names'
1079
1080 2003-05-20 [paul]       0.8.11claws168
1081
1082         * sync with 0.9.0cvs3
1083                 see ChangeLog 2003-05-20
1084                 
1085         * src/tools/convert_mbox.pl
1086                 minor change in the comments, submitted by Fred Marton
1087
1088 2003-05-19 [paul]       0.8.11claws167
1089
1090         * src/plugins/clamav/Makefile.am
1091           configure.ac
1092                 link clamav_lib to the plugin and not to the main program
1093
1094 2003-05-19 [christoph]
1095
1096         * src/Makefile.am
1097                 add -export-dynamic for linking
1098
1099 2003-05-19 [paul]       0.8.11claws166
1100
1101         * sync with 0.9.0cvs1
1102                 see ChangeLog 2003-05-19
1103
1104 2003-05-19 [paul]       0.8.11claws165
1105
1106         * src/inc.c
1107                 fix 'pop before smtp' timeout
1108
1109 2003-05-18 [alfons]     0.8.11claws164
1110
1111         * src/prefs_matcher.c
1112                 put "execute" action command line ("expression") in edit box
1113
1114 2003-05-18 [christoph]  0.8.11claws163
1115
1116         * src/mimeview.[ch]
1117         * src/plugins/dillo_viewer/dillo_viewer.c
1118         * src/plugins/image_viewer/viewer.c
1119         * src/plugins/mathml_viewer/mathml_viewer.c
1120                 let a viewer have a list of Content-Types
1121
1122 2003-05-18 [paul]       0.8.11claws162
1123
1124         * src/prefs_filtering.c
1125                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1126                 and REDIRECT actions
1127
1128 2003-05-17 [christoph]
1129
1130         * README.claws
1131                 o remove dynamic signatures that was syned with main
1132                 o add infos about no longer "build in" image viewer
1133                 o update bugtracker URL
1134
1135 2003-05-17 [christoph]  0.8.11claws161
1136
1137         * src/folder.c
1138         * src/folderview.c
1139         * src/imap.c
1140                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1141                 for every folder after rebuilding the folder tree.
1142
1143         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1144          messages)
1145
1146 2003-05-17 [christoph]  0.8.11claws160
1147
1148         * src/imap.c
1149                 don't use STATUS command on current folder to check for
1150                 content changes. imap_cmd_ok() now tracks changes to
1151                 folder and number of existing messages.
1152
1153 2003-05-17 [paul]       0.8.11claws159
1154
1155         * src/plugins/clamav/clamav_plugin.c
1156                 remove unnecessary debug_print
1157
1158 2003-05-16 [thorsten]   0.8.11claws158
1159
1160         * src/plugins/demo.c
1161                 included missing intl.h
1162
1163 2003-05-16 [paul]       0.8.11claws157
1164
1165         * po/POTFILES.in
1166                 remove non-existant entries
1167         
1168         * src/plugins/clamav/clamav_plugin.c
1169           src/plugins/clamav/clamav_plugin_gtk.c
1170           src/plugins/dillo_viewer/dillo_prefs.c
1171           src/plugins/dillo_viewer/dillo_viewer.c
1172                 gettextise
1173
1174 2003-05-16 [christoph]  0.8.11claws156
1175
1176         * po/POTFILES.in
1177                 include plugin .c files for translation until I
1178                 find a better solution to have plugins have their
1179                 own textdomain
1180         * src/plugins/demo/demo.c
1181         * src/plugins/image_viewer/plugin.c
1182         * src/plugins/mathml_viewer/mathml_viewer.c
1183         * src/plugins/spamassassin/spamassassin.c
1184         * src/plugins/spamassassin/spamassassin_gtk.c
1185         * src/plugins/trayicon/trayicon.c
1186                 add gettext macros for plugin name and description
1187
1188 2003-05-16 [paul]
1189
1190         * sync with 0.9.0
1191
1192 2003-05-16 [paul]       0.8.11claws155
1193
1194         * sync with lastest 0.9.0pre1
1195                 see ChangeLog 2003-05-16
1196
1197 2003-05-15 [paul]       0.8.11claws154
1198
1199         * sync with latest 0.9.0pre1
1200                 see ChangeLog 2003-05-14 and 2003-05-15
1201
1202 2003-05-14 [christoph]  0.8.11claws153
1203
1204         * src/plugins/image_viewer/viewer.c
1205         * src/plugins/image_viewer/viewer.glade         ** NEW **
1206         * src/plugins/image_viewer/viewerprefs.c
1207                 make it possible to disable the autoload function in the
1208                 imageviewer again
1209
1210 2003-05-14 [christoph]  0.8.11claws152
1211
1212         * src/folder.c
1213                 fix folder update after adding a message
1214
1215 2003-05-13 [alfons]     0.8.11claws151
1216
1217         * src/common/session.c
1218                 remove debug traces
1219                 
1220         * src/addrcache.[ch]
1221         * src/filtering.[ch]
1222         * src/folder.[c]
1223         * src/gtkaspell.[ch]
1224         * src/imap.[ch]
1225         * src/mbox_folder.[ch]
1226         * src/mh.[ch]
1227         * src/mimeview.h
1228         * src/msgcache.[ch]
1229         * src/news.[ch]
1230         * src/passphrase.[ch]
1231         * src/prefs_common.[ch]
1232         * src/prefs_gtk.[ch]
1233         * src/procmsg.c
1234         * src/scoring.[ch]
1235                 be pedantic; (in prototypes () implies (int))
1236
1237 2003-05-13 [alfons]     0.8.11claws150
1238
1239         * src/prefs_toolbar.[ch]
1240         * src/summaryview.[ch]
1241         * src/toolbar.[ch]
1242                 change misleading text in toolbar prefs;
1243                 add toolbar action for ignore thread (toggles ignore thread flag);
1244                 clean up a little bit;
1245
1246 2003-05-12 [paul]
1247
1248         * tools/convert_mbox.pl
1249                 bug fixed by Fred Marton
1250
1251 2003-05-12 [paul]
1252
1253         * sync with 0.9.0pre1
1254
1255 2003-05-09 [paul]       0.8.11claws149
1256
1257         * sync with 0.8.11cvs43
1258                 see ChangeLog 2003-05-09
1259
1260 2003-05-08 [christoph]  0.8.11claws148
1261
1262         * src/imap.[ch]
1263                 o use CAPABILIY as first command and check for PREAUTH
1264                   information in the response to it
1265                 o rewrite all imap_cmd_* functions to use an IMAPSession
1266                   instead of a SockInfo as parameter
1267                 o do STARTTLS after fetching and checking the server
1268                   capabilities
1269
1270 2003-05-08 [paul]       0.8.11claws147
1271
1272         * tools/Makefile.am
1273           tools/README
1274           tools/convert_mbox.pl         ** NEW FILE **
1275                 add mbox conversion script. Submitted by 
1276                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1277
1278 2003-05-07 [christoph]
1279
1280         * doc-src/glade.txt
1281         * src/gtk/pluginwindow.glade
1282         * src/plugins/image_viewer/viewerprefs.glade
1283         * src/plugins/spamassassin/spamassassin_gtk.glade
1284                 add glade files for user interfaces and a description how
1285                 to use glade to create the sylpheed code
1286
1287 2003-05-07 [paul]       0.8.11claws146
1288
1289         * sync with 0.8.11cvs41
1290                 see ChangeLog 2003-05-07
1291
1292 2003-05-06 [christoph]  0.8.11claws145
1293
1294         * src/main.c
1295         * src/plugins/image_viewer/viewer.c
1296                 fix usage of imlib in imageviewer plugin
1297
1298         * src/gtk/prefswindow.c
1299                 handle window close event correctly
1300
1301 2003-05-06 [paul]       0.8.11claws144
1302
1303         * src/common/ssl.c
1304                 fix typo introduced in sync
1305
1306 2003-05-06 [paul]       0.8.11claws143
1307
1308         * sync with 0.8.11cvs39
1309                 see ChangeLog 2003-05-06
1310
1311 2003-05-06 [paul]       0.8.11claws142
1312
1313         * AUTHORS
1314           po/cs.po
1315                 updated Czech translation, submitted by 
1316                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1317                 
1318         * src/plugins/clamav/clamav_plugin_gtk.c
1319                 clean up
1320
1321 2003-05-03 [alfons]     0.8.11claws141
1322
1323         * src/compose.[ch]
1324                 make paste as quotation work even when the call to 
1325                 text_inserted() was deferred (fixes bug #140 "Paste 
1326                 as quotation does not work when using "external" 
1327                 clipboard")
1328
1329 2003-05-03 [thorsten]   0.8.11claws140
1330
1331         * src/addrquery.h
1332           src/ldapquery.h
1333           src/mainwindow.c
1334                 removed C++ comments
1335         * src/addr_compl.c
1336                 function with non-int retval/param used before
1337                 implementation/declaration
1338
1339 2003-05-02 [paul]       0.8.11claws139
1340
1341         * src/addr_compl.[ch]
1342           src/addressbook.[ch]
1343           src/addrindex.c
1344           src/summaryview.c
1345                 revert match's changes to (finally) remove the bug where
1346                 opening a folder causes massive slowdown when using the 
1347                 'Display sender using address book' option
1348
1349 2003-05-01 [melvin]     0.8.11claws138
1350
1351         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1352         * src/plugins/dillo_viewer/dillo_viewer.c
1353                 Fixed bug where "Cancel" button from prefs issued
1354                 warnings.
1355                 Comply a little more to coding style
1356
1357 2003-05-01 [paul]       0.8.11claws137
1358
1359         * sync with 0.8.11cvs38
1360                 see ChangeLog 2003-05-01
1361
1362 2003-05-01 [paul]       0.8.11claws136
1363
1364         * po/bg.po
1365                 updated by George Danchev
1366
1367 2003-04-30 [christoph]  0.8.11claws135
1368
1369         * src/plugins/dillo_viewer/dillo_prefs.c
1370         * src/plugins/image_viewer/viewerprefs.c
1371         * src/plugins/spamassassin/spamassassin_gtk.c
1372                 remove gtk_widget_ref() calls for widgets in
1373                 glade code
1374
1375 2003-04-30 [paul]       0.8.11claws134
1376
1377         * src/addrindex.c
1378                 ok, this time a better fix for the bug where opening folder
1379                 has massive slowdown when using the 'Display sender using 
1380                 address book' option
1381
1382 2003-04-30 [paul]       0.8.11claws133
1383
1384         * src/addrindex.c
1385                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1386         
1387 2003-04-30 [melvin]     0.8.11claws132
1388
1389         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1390
1391         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1392                 Preferences for the dillo plugin
1393         * src/plugins/dillo_viewer/dillo_viewer.c
1394                 Support for preferences
1395         * src/plugins/dillo_viewer/Makefile.am
1396                 Added dillo_prefs.[ch]
1397
1398 2003-04-30 [alfons]     0.8.11claws131
1399
1400         * src/common/plugin.[ch]
1401                 see? this ANSI C'fication immediately gives us type
1402                 checking for free.
1403
1404 2003-04-30 [alfons]     0.8.11claws130
1405
1406         * src/common/plugin.[ch]
1407         * src/plugins/clamav/clamav_plugin.[ch]
1408         * src/plugins/clamav/clamav_plugin_gtk.c
1409         * src/plugins/demo/demo.c
1410         * src/plugins/dillo_viewer/dillo_viewer.c
1411         * src/plugins/image_viewer/plugin.c
1412         * src/plugins/image_viewer/viewer.[ch]
1413         * src/plugins/image_viewer/viewerprefs.[ch]
1414         * src/plugins/mathml_viewer/mathml_viewer.c
1415         * src/plugins/spamassassin/spamassassin.[ch]
1416         * src/plugins/spamassassin/spamassassin_gtk.c
1417         * src/plugins/trayicon/trayicon.c
1418                 clean up
1419
1420 2003-04-30 [alfons]     0.8.11claws129
1421
1422         * src/common/utils.c
1423                 make is_ascii_str() fail gracefully when NULL pointer
1424                 is passed
1425
1426 2003-04-30 [paul]       0.8.11claws128
1427
1428         * src/addrindex.c
1429                 fix bug where opening folder has massive slowdown when
1430                 using the 'Display sender using address book' option
1431
1432 2003-04-30 [paul]       0.8.11claws127
1433
1434         * src/plugins/clamav/clamav_plugin.c
1435           src/plugins/clamav/clamav_plugin_gtk.c
1436           src/plugins/demo/demo.c
1437           src/plugins/dillo_viewer/dillo_viewer.c
1438           src/plugins/image_viewer/plugin.c
1439           src/plugins/mathml_viewer/mathml_viewer.c
1440           src/plugins/spamassassin/spamassassin.c
1441           src/plugins/spamassassin/spamassassin_gtk.c
1442           src/plugins/trayicon/trayicon.c
1443                 get rid of eye-hurting function signatures
1444
1445 2003-04-30 [paul]       0.8.11claws126
1446
1447         * src/plugins/trayicon/trayicon.c
1448                 add description
1449                 
1450         * src/mimeview.c
1451                 be more descriptive
1452
1453 2003-04-30 [paul]       0.8.11claws125
1454
1455         * configure.ac
1456                 arrange the plugins in reverse alphabetical order
1457                 
1458         * src/plugins/clamav/clamav_plugin.[ch]
1459           src/plugins/clamav/clamav_plugin_gtk.c
1460                 rename some params
1461                 resize max_size window
1462                 re-arrange the order of some gui elements
1463                 improve descriptions
1464         
1465         * src/plugins/image_viewer/plugin.c
1466           src/plugins/mathml_viewer/mathml_viewer.c
1467                 add descriptions
1468                 
1469         * src/plugins/spamassassin/spamassassin_gtk.c
1470                 resize max_size window
1471                 re-arrange the order of some gui elements
1472                 
1473         * src/messageview.c
1474           src/mimeview.c
1475                 correct typos
1476
1477 2003-04-30 [alfons]     0.8.11claws124
1478
1479         * src/imap.c
1480                 fix a leak found while browsing Martin Kluge's 
1481                 valgrind log (Claws only)
1482
1483 2003-04-29 [darko]      0.8.11claws123
1484
1485         * src/gtk/gtkstext.h
1486                 include wchar.h if it is available, fixes compilation
1487                 on HP-UX systems
1488
1489 2003-04-29 [melvin]     0.8.11claws122
1490
1491         * src/prefs_actions.c
1492                 Improved help text of Actions' syntax
1493
1494 2003-04-28 [paul]       0.8.11claws121
1495
1496         * src/action.c
1497                 a better fix for the crash when performing an action
1498                 on a mime part
1499
1500 2003-04-28 [paul]       0.8.11claws120
1501
1502         * src/action.c
1503                 fix crash when performing an action on a
1504                 mime part
1505
1506 2003-04-28 [paul]       0.8.11claws119
1507
1508         * sync with 0.8.11cvs36
1509                 see ChangeLog 2003-04-28
1510
1511 2003-04-27 [paul]       0.8.11claws118
1512
1513         * more sync with 0.8.11cvs35
1514                 see ChangeLog 2003-04-25
1515
1516 2003-04-26 [christoph]  0.8.11claws117
1517
1518         * src/folder.c
1519                 fix remove virtual check
1520
1521 2003-04-26 [paul]       0.8.11claws116
1522
1523         * src/messageview.c
1524                 fix return-receipt, make it work again
1525
1526 2003-04-26 [paul]       0.8.11claws115
1527
1528         * src/mimeview.c
1529                 restore double-clicking of the [application/pgp-signature 
1530                 (Select "Check signature" to check)] line in the message view,
1531                 broken in recent sync
1532
1533 2003-04-26 [christoph]  0.8.11claws114
1534
1535         * src/folder.c
1536                 check if remove virtual really exists before
1537                 calling the function
1538
1539 2003-04-25 [match]      0.8.11claws113
1540
1541         * src/addrindex.c
1542         * src/addrbook.c
1543         * src/ldapquery.[ch]
1544         * src/ldapctrl.[ch]
1545                 fix memleak.
1546         * src/ldapserver.[ch]
1547                 fix memleak. fix segfault.
1548                 plug a Claws memleak
1549
1550 2003-04-25 [alfons]     0.8.11claws112
1551
1552         * src/folder.c
1553                 plug a Claws memleak
1554
1555 2003-04-25 [alfons]     0.8.11claws111
1556
1557         * src/common/session.c
1558                 plug a memleak
1559
1560 2003-04-25 [paul]       0.8.11claws110
1561
1562         * sync with 0.8.11cvs35
1563                 see ChangeLog 2003-04-24 and 2003-04-25
1564                 
1565         * src/gtk/pluginwindow.c
1566                 correct another strange float value
1567
1568 2003-04-24 [christoph]  0.8.11claws109
1569
1570         * src/folder.c
1571                 freeze folder item updates when unsetting new flags
1572
1573         * src/gtk/pluginwindow.c
1574                 correct strange float value
1575
1576 2003-04-23 [paul]       0.8.11claws108
1577
1578         * sync with 0.8.11cvs33
1579                 see ChangeLog 2003-04-23
1580
1581 2003-04-22 [paul]       0.8.11claws107
1582
1583         * src/Makefile.am
1584           src/messageview.c
1585           src/mimeview.c
1586           src/pgptext.[ch]      ** REMOVED **
1587                 remove pgptext.[ch] as its not used any more
1588
1589 2003-04-22 [paul]       0.8.11claws106
1590
1591         * sync with 0.8.11cvs31
1592                 see ChangeLog 2003-04-21 and 2003-04-22
1593
1594 2003-04-21 [alfons]     0.8.11claws105
1595
1596         * src/main.c
1597                 No access to GTK structures if we're a spawned child
1598                 (and clean up code a little bit...) Should fix #126.
1599
1600 2003-04-21 [melvin]     0.8.11claws104
1601
1602         * src/plugins/dillo_viewer/README
1603                 Improved slightly the text.
1604
1605 2003-04-21 [melvin]     0.8.11claws103
1606
1607         * src/plugins/dillo_viewer/README *** NEW ***
1608                 Added a README file for the Dillo plugin
1609
1610 2003-04-20 [paul]
1611
1612         * tools/README
1613           tools/outlook2sylpheed.pl
1614                 updated and improved by Ricardo Mones Lastra
1615
1616 2003-04-18 [oliver]     0.8.11claws102
1617
1618         * src/inc.c 
1619         * src/prefs_account.h
1620                 remove Pop3SessionType (used by selective download)
1621         * src/prefs_toolbar.c
1622                 enable set Default Toolbar button
1623
1624 2003-04-18 [paul]       0.8.11claws101
1625
1626         * sync with 0.8.11cvs29
1627                 see ChangeLog 2003-04-18
1628
1629 2003-04-17 [paul]       0.8.11claws100
1630
1631         * src/prefs_common.[ch]
1632           src/summaryview.c
1633                 remove 'Open next message on deletion' option,
1634                 as the same effect can now be achieved via the
1635                 'Always open messages in summary when selected'
1636                 option.
1637
1638 2003-04-17 [paul]       0.8.11claws99
1639
1640         * sync with 0.8.11cvs28
1641                 see ChangeLog 2003-04-17
1642
1643 2003-04-17 [christoph]  0.8.11claws98
1644
1645         * ac/spamassassin.m4
1646         * src/plugins/spamassassin/libspamc.[ch]
1647         * src/plugins/spamassassin/utils.[ch]
1648                 sync libspamc with SpamAssassin project
1649
1650 2003-04-17 [christoph]  0.8.11claws97
1651
1652         * src/common/socket.h
1653         * src/gtk/sslcertwindow.h
1654                 rename old USE_SSL to USE_OPENSSL
1655
1656 2003-04-17 [paul]       0.8.11claws96
1657
1658         * src/prefs_common.h
1659                 use gulong for P_COLOR so that it compiles/runs on
1660                 64-bit systems. Patch submitted by James Noyes
1661                 <jnoyes-claws@retrogeeks.com>
1662                 
1663         * po/de.po
1664                 updated by Jens
1665
1666 2003-04-17 [paul]       0.8.11claws95
1667
1668         * sync with 0.8.11cvs27
1669                 see ChangeLog 2003-04-16
1670
1671 2003-04-15 [paul]       0.8.11claws94
1672
1673         * src/prefs_common.[ch]
1674                 rearrange to stop the window getting too long:
1675                         move Receive dialog stuff to Receive tab
1676                         move Send dialog to Send tab
1677                         remove Dialogs frame
1678                 rename 'Open messages in summary with cursor keys' to
1679                 'Always open messages in summary when selected', as its
1680                 more appropriate
1681
1682 2003-04-15 [paul]       0.8.11claws93
1683
1684         * src/prefs_common.[ch]
1685           src/summaryview.c
1686                 add new option '/Interface/Open next message on deletion'
1687
1688 2003-04-15 [paul]       0.8.11claws92
1689
1690         * src/summaryview.[ch]
1691                 add /Mark/Lock and /Mark/Unlock to the pop-up
1692                 menu. Patch submitted by Ivan Francolin Martinez
1693                 <ivanfm@users.sourceforge.net>
1694
1695 2003-04-15 [paul]       0.8.11claws91
1696
1697         * sync with 0.8.11cvs24
1698                 see ChangeLog 2003-04-15
1699
1700 2003-04-14 [jens]       0.8.11claws90
1701
1702         * updated German translation and some corrections from
1703                 Roland Bless <bless@tm.uka.de>
1704
1705 2003-04-14 [paul]       0.8.11claws89
1706
1707         * sync with 0.8.11cvs22
1708                 see ChangeLog 2003-04-14
1709
1710 2003-04-13 [paul]       0.8.11claws88
1711
1712         * src/plugins/clamav/clamav_plugin.c
1713                 fix memory leaks
1714                 clean up
1715
1716 2003-04-12 [paul]       0.8.11claws87
1717
1718         * src/plugins/clamav/clamav_plugin.c
1719                 activate enable/disable archive scanning option
1720                 
1721         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1722
1723 2003-04-12 [paul]       0.8.11claws86
1724
1725         * src/plugins/Makefile.am
1726           src/plugins/clamav/Makefile.am                ** NEW FILE **
1727           src/plugins/clamav/README                     ** NEW FILE ** 
1728           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1729           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1730                 add Clam AntiVirus plugin
1731
1732 2003-04-12 [paul]       0.8.11claws85
1733
1734         * sync with 0.8.11cvs21
1735                 see ChangeLog 2003-04-11
1736
1737 2003-04-11 [paul]       0.8.11claws84
1738
1739         * po/es.po
1740                 update Spanish translation. Submitted by Ricardo
1741                 Mones Lastra.
1742
1743 2003-04-10 [christoph]  0.8.11claws83
1744
1745         * src/mbox.c
1746                 fix typo that did not move unfiltered mails to destination
1747                 folder
1748
1749         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1750          when filtering from spool)
1751
1752 2003-04-10 [christoph]  0.8.11claws82
1753
1754         * src/imap.c
1755                 use BODY.PEEK instead of BODY in in message fetch operation
1756                 to make sure the IMAP server does not set the \Seen flag for
1757                 messages. Sylpheed does that later itself, when the message
1758                 is opened in sylpheed
1759
1760         (closes Bug 111 Claws destroys unread marks)
1761
1762 2003-04-09 [oliver]     0.8.11claws81
1763         
1764         * src/folder.c
1765                 fix crash in folder_destroy
1766         * README.claws
1767                 remove selective download
1768
1769 2003-04-09 [christoph]  0.8.11claws80
1770
1771         * src/imap.c
1772                 fix crash in imap_get_msginfo() when then fetched message
1773                 is not found
1774
1775         (closes Bug 110 Crash during mail composition)
1776
1777 2003-04-08 [christoph]  0.8.11claws79
1778
1779         * src/folder.c
1780         * src/prefs_account.c
1781                 Filter new messages that are found in an INBOX folder
1782                 when 'Filter messages on receiving' is enabled in the
1783                 Folder's AccountPrefs. This allows to use Sylpheed's
1784                 filtering engine for IMAP folders where messages are
1785                 added to the INBOX by a MTA
1786
1787 2003-04-08 [paul]       0.8.11claws78
1788
1789         * src/procmsg.h
1790                 clean up after last commit
1791
1792 2003-04-08 [paul]       0.8.11claws77
1793
1794         * sync with 0.8.11cvs20
1795                 see ChangeLog 2003-04-07 and 2003-04-08
1796
1797 2003-04-07 [christoph]  0.8.11claws76
1798
1799         * src/filtering.[ch]
1800         * src/inc.[ch]
1801         * src/mbox.c
1802         * src/procmsg.[ch]
1803                 add procmsg_msginfo_filter() to execute filtering actions
1804
1805 2003-04-06 [christoph]  0.8.11claws75
1806
1807         * src/imap.c
1808                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1809
1810 2003-04-06 [christoph]  0.8.11claws74
1811
1812         * src/common/utils.[ch]
1813                 add g_int_compare() function for slist sorting
1814
1815         * src/imap.c
1816                 fetch all MsgInfos with one command in imap_get_msginfos()
1817                 using an imap set with a list of ranges
1818
1819         * src/news.c
1820                 use new g_int_compare() function
1821
1822 2003-04-06 [thorsten]   0.8.11claws73
1823
1824         * src/mh.c
1825                 corrected implementation of mh_folder_destroy()
1826
1827 2003-04-05 [christoph]  0.8.11claws72
1828
1829         * src/account.c
1830         * src/folder.[ch]
1831         * src/folderview.c
1832         * src/imap.c
1833         * src/inc.c
1834         * src/main.c
1835         * src/mainwindow.c
1836         * src/mbox_folder.c
1837         * src/mh.c
1838         * src/mimeview.h
1839         * src/msgcache.[ch]
1840         * src/news.c
1841         * src/procmime.h
1842         * src/procmsg.[ch]
1843         * src/setup.c
1844         * src/gtk/gtkutils.c
1845                 o rename structure field names class and new to klass and
1846                   new_msgs, to allow including files in C++
1847                 o add 'extern "C"' block to some header files
1848                 o add MsgInfoList and MsgNumberList as alias for GSList for
1849                   developers to know what type of list is expected
1850
1851         * src/plugins/image_viewer/plugin.c
1852         * src/plugins/image_viewer/viewer.[ch]
1853         * src/plugins/image_viewer/viewerprefs.[ch]
1854                 rename function names to prevent conflicts
1855
1856 2003-04-05 [paul]       0.8.11claws71
1857
1858         * sync with 0.8.11cvs18
1859                 see ChangeLog 2003-04-03 and 2003-04-04
1860
1861 2003-04-02 [christoph]  0.8.11claws70
1862
1863         * src/folder.[ch]
1864         * src/imap.[ch]
1865         * src/mbox_folder.[ch]
1866         * src/mh.[ch]
1867         * src/news.[ch]
1868                 o Make all virtual folder functions private
1869                 o remove unused folder code
1870
1871         * src/common/socket.[ch]
1872         * src/summaryview.c
1873                 fix warnings
1874
1875 2003-03-30 [alfons]     0.8.11claws69
1876
1877         * src/send_message.c
1878                 remove two debug traces and see if people still report
1879                 errors
1880
1881 2003-03-30 [alfons]     0.8.11claws68
1882
1883         * src/send_message.c
1884         * src/commons/session.c
1885                 add more debug traces
1886
1887 2003-03-30 [christoph]  0.8.11claws67
1888
1889         * src/folder.c
1890                 change processing folder name from .processing to processing
1891
1892         * src/common/ssl.c
1893                 disable SSL certificate check because it causes Xlib error
1894                 when the child process want's to open an GTK window
1895
1896 2003-03-30 [christoph]  0.8.11claws66
1897
1898         * src/folder.c
1899                 don't use default folder for processing folder item because
1900                 it can be a non local folder
1901
1902         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1903
1904 2003-03-30 [alfons]     0.8.11claws65
1905
1906         * src/send_message.c
1907                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1908                 to generate bad code for 'send_send_data_progressive': When
1909                 called from 'send_send_data_finished', the 'data' pointer is
1910                 cleared just before the assignment to the dialog pointer
1911
1912 2003-03-29 [christoph]  0.8.11claws64
1913
1914         * src/common/prefs.h
1915         * src/plugins/image_viewer/Makefile.am
1916         * src/plugins/image_viewer/plugin.c
1917         * src/plugins/image_viewer/viewer.[ch]
1918         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1919                 add PrefsPage for ImageViewer
1920
1921 2003-03-28 [thorsten]   0.8.11claws63
1922
1923         * src/common/session.c
1924                 added some comments
1925
1926 2003-03-28 [paul]       0.8.11claws62
1927
1928         * sync with 0.8.11cvs16
1929                 see ChangeLog 2003-03-28
1930
1931 2003-03-28 [paul]       0.8.11claws61
1932
1933         * sync with 0.8.11cvs15
1934                 see ChangeLog 2003-03-28
1935
1936 2003-03-27 [christoph]  0.8.11claws60
1937
1938         * src/folder.c
1939         * src/imap.c
1940         * src/common/socket.[ch]
1941                 set socket state to DISCONNECTED when any operation
1942                 fails to allow reconnecting in IMAP code without
1943                 checking the return code of all calls to the command
1944                 functions
1945
1946         * src/folderview.c
1947         * src/summaryview.c
1948                 remove some more stuff that depends on specific
1949                 folder types
1950
1951 2003-03-27 [paul]       0.8.11claws59
1952
1953         * sync with 0.8.11cvs14
1954                 see ChangeLog 2003-03-27
1955                 
1956         * src/selective_download.[ch]   ** REMOVED **
1957                 really removed
1958
1959 2003-03-27 [christoph]  0.8.11claws58
1960
1961         * src/folder.c
1962                 fix handling of tmp_flags in flag copy function
1963
1964 2003-03-27 [paul]       0.8.11claws57
1965
1966         * sync with 0.8.11cvs13
1967                 see ChangeLog 2003-03-27
1968
1969 2003-03-27 [oliver]     0.8.11claws56
1970
1971         * src/maiwindow.c
1972                 remove sel_download_cb
1973
1974 2003-03-27 [oliver]     0.8.11claws55
1975         
1976         * src/inc.c
1977                 remove POP3_TOP
1978         
1979 2003-03-26 [oliver]     0.8.11claws54
1980
1981         *src/pop.h
1982                 remove POP3_TOP*
1983         * README.claws
1984                 remove selective donwload readme
1985
1986 2003-03-26 [oliver]     0.8.11claws53
1987         * src/matcher.[ch]
1988         * src/matcher_parser_parse.y 
1989         * src/pop.c 
1990         * src/prefs_account.[ch]
1991         * src/prefs_filtering.c
1992                 remove selective donwload
1993
1994 2003-03-26 [oliver]     0.8.11claws52
1995
1996         * src/inc.[ch] 
1997         * src/filtering.c 
1998         * src/mainwindow.c 
1999                 remove selective donwload
2000
2001 2003-03-26 [oliver]     0.8.11claws51
2002         
2003         * src/Makefile.am
2004         * src/selective_download.[ch]   ** REMOVE **    
2005
2006 2003-03-26 [christoph]  0.8.11claws50
2007
2008         * src/news.c
2009                 fix NEWS that got broken by a sync with sylpheed-main
2010
2011 2003-03-26 [christoph]  0.8.11claws49
2012
2013         * src/mimeview.c
2014                 fix mime type guessing when no mime type is found for a file
2015
2016 2003-03-25 [christoph]  0.8.11claws48
2017
2018         * src/mimeview.c
2019         * src/procmime.c
2020                 remove mime type guessing from mime parser and use
2021                 name based mime types in viewer lookup for mime type
2022                 application/octet-stream
2023
2024 2003-03-25 [christoph]  0.8.11claws47
2025
2026         * doc-src/readme.txt
2027         * doc-src/rfc2554.txt
2028                 add RFC about SMTP AUTH
2029
2030         * src/send_message.c
2031         * src/common/smtp.[ch]
2032                 add extra error code for authentication errors and
2033                 clear temporary password when this error occurs
2034
2035         (closes Bug 84 authentication failure while sending should
2036          prompt for password again)
2037
2038 2003-03-25 [christoph]  0.8.11claws46
2039
2040         * configure.ac
2041         * src/Makefile.am
2042         * src/imageview.[ch]                            ** REMOVE **
2043         * src/messageview.[ch]
2044         * src/mimeview.[ch]
2045         * src/prefs_common.[ch]
2046         * src/textview.c
2047         * src/plugins/Makefile.am
2048         * src/plugins/image_viewer/.cvsignore           ** NEW **
2049         * src/plugins/image_viewer/Makefile.am          ** NEW **
2050         * src/plugins/image_viewer/plugin.c             ** NEW **
2051         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2052                 move image viewer into a plugin (building is enabled by default)
2053                 [ToDo: Prefs for resize and autoview]
2054
2055 2003-03-25 [paul]       0.8.11claws45
2056
2057         * sync with 0.8.11cvs12
2058                 see ChangeLog 2003-03-26
2059
2060 2003-03-25 [paul]       0.8.11claws44
2061
2062         * sync with 0.8.11cvs11
2063                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2064                 
2065         Note: Selective Download is broken.
2066                 
2067 2003-03-22 [christoph]  0.8.11claws43
2068
2069         * src/folder.c
2070                 code cleanup for flags copying
2071
2072 2003-03-22 [christoph]  0.8.11claws42
2073
2074         * src/plugins/trayicon/trayicon.c
2075                 fix setting the transparent area when the window size
2076                 is forced by the system tray
2077
2078 2003-03-22 [christoph]  0.8.11claws41
2079
2080         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2081         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2082         * src/plugins/trayicon/newmail.xpm              ** NEW **
2083         * src/plugins/trayicon/nomail.xpm               ** NEW **
2084         * src/plugins/trayicon/trayicon.c
2085         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2086                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2087                 o add icon for unread mails
2088                 o set transparency for window
2089
2090 2003-03-22 [christoph]  0.8.11claws40
2091
2092         * src/news.c
2093                 init news session to prevent crash when session is closed
2094
2095 2003-03-22 [christoph]  0.8.11claws39
2096
2097         * src/imap.c
2098         * src/common/session.[ch]
2099                 Init session data to make sure we don't have invalid pointers
2100                 for read_ch and write_ch when new multi process sessions are
2101                 not used
2102
2103         * src/main.c
2104         * src/common/plugin.c
2105         * src/common/sylpheed.c
2106         * src/plugins/demo/demo.c
2107         * src/plugins/dillo_viewer/dillo_viewer.c
2108         * src/plugins/mathml_viewer/mathml_viewer.c
2109         * src/plugins/spamassassin/spamassassin.c
2110         * src/plugins/spamassassin/spamassassin_gtk.c
2111                 add plugin types to allow loading plugins at different times
2112                 (and maybe for different frontends), because it's not good to
2113                 load GTK-Plugins gefore gtk_init was called
2114
2115         * configure.ac
2116         * src/plugins/Makefile.am
2117         * src/plugins/trayicon/.cvsignore               ** NEW **
2118         * src/plugins/trayicon/Makefile.am              ** NEW **
2119         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2120         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2121         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2122         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2123         * src/plugins/trayicon/trayicon.c               ** NEW **
2124                 New Trayicon plugin that shows an icon in a systray that uses
2125                 XEMBED protocol like Gnome's systray. Icon shows if there
2126                 are new mails and a tooltip shows information about new,
2127                 unread and total messages.
2128
2129 2003-03-22 [paul]       0.8.11claws38
2130
2131         * src/common/smtp.c
2132                 fix ESMTP AUTH CRAM-MD5
2133                 [sync with main (still version 0.8.11cvs6), see
2134                  ChangeLog 2003-03-22]
2135
2136 2003-03-21 [colin]      0.8.11claws37
2137
2138         * src/send_message.c
2139                 Fix USE_SSL => USE_OPENSSL
2140
2141 2003-03-21 [colin]      0.8.11claws36
2142
2143         * src/folderview.c
2144                 Fix counts in drag and dropped subfolders
2145
2146 2003-03-21 [colin]      0.8.11claws35
2147
2148         * src/folder.c 
2149         * src/folderview.c
2150                 speed up a bit folder dnd
2151
2152 2003-03-20 [alfons]     0.8.11claws34
2153
2154         * src/main.c
2155         * src/toolbar.c
2156         * src/procmsg.c
2157                 don't send locked queue messages
2158                 (feature request "[ 705245 ] Locking message in outbox 
2159                  should prevent sending")
2160
2161 2003-03-20 [christoph]  0.8.11claws33
2162
2163         * src/folder.c
2164                 remove NEW and UNREAD flag in special folders when scanning
2165                 
2166         * src/common/smtp.c
2167                 fix ESMTP AUTH CRAM-MD5
2168
2169 2003-03-20 [paul]       0.8.11claws32
2170
2171         * src/prefs_account.c
2172                 Re-write 'Tunnel command to open connection' as
2173                 'Use command to communicate with server', and disable
2174                 it for all except IMAP accounts
2175
2176 2003-03-20 [paul]       0.8.11claws31
2177
2178         * sync with 0.8.11cvs6
2179                 see ChangeLog 2003-03-20
2180
2181 2003-03-19 [match]      0.8.11claws30
2182
2183         * src/addritem.[ch]
2184                 include documentation. minor refactoring.
2185         * src/addr_compl.[ch]
2186         * src/addrindex.[ch]
2187         * src/addresbook.[ch]
2188         * src/summaryview.c
2189                 re-enable address lookup (was disabled in
2190                 0.8.11claws20).
2191
2192 2003-03-19 [christoph]  0.8.11claws29
2193
2194         * src/procmsg.c
2195                 add temp flag handling, will make moving and copying
2196                 messages possible again
2197
2198         * src/folder.c
2199                 correct calulation of folder stats
2200
2201 2003-03-18 [match]      0.8.11claws28
2202
2203         * src/editgroup.h
2204                 remove case sensitive comparison (closes bug 80).
2205
2206 2003-03-18 [christoph]  0.8.11claws27
2207
2208         * src/imap.c
2209                 fix imap using a tunnel command
2210
2211         (closes bug 87)
2212
2213 2003-03-18 [christoph]  0.8.11claws26
2214
2215         * src/folder.[ch]
2216         * src/imap.c
2217         * src/procmsg.[ch]
2218                 rewrite flag handling for folders
2219
2220 2003-03-18 [christoph]  0.8.11claws25
2221
2222         * src/folder.c
2223         * src/procmsg.c
2224         * src/summaryview.c
2225                 unset NEW and UNREAD flags when message is ignored, to make
2226                 sure messages don't show up as unread on other IMAP clients,
2227                 because the IGNORE_THREAD flag can not be syncronized through
2228                 the IMAP folder
2229
2230 2003-03-17 [christoph]  0.8.11claws24
2231
2232         * src/imap.c
2233                 don't use recursion to fetch uids when the number of messages
2234                 does not match. Moved code into subfunction that is used
2235                 again when needed, to prevent an endless loop.
2236
2237 2003-03-17 [thorsten]   0.8.11claws23
2238
2239         * src/imageview.[ch]
2240                 export imageview_get_resized_size() (for plugins)
2241         * src/prefs_common.[ch]
2242                 added prefs_common_get() (for plugins)
2243
2244 2003-03-17 [christoph]  0.8.11claws22
2245
2246         * src/imap.c
2247                 o remove UID guessing from copy code
2248                 o support UIDPLUS extension for APPEND command
2249
2250 2003-03-17 [paul]       0.8.11claws21
2251
2252         * src/gtk/about.c
2253                 remove 'Compiled-plugins' section.
2254                 
2255         * src/plugins/dillo_viewer/dillo_viewer.c
2256                 slight change to description text
2257
2258 2003-03-16 [match]      0.8.11claws20
2259         * src/ldapserver.[ch]           ** NEW **
2260         * src/ldapctrl.[ch]             ** NEW **
2261         * src/ldapquery.[ch]            ** NEW **
2262         * src/ldaputil.[ch]             ** NEW **
2263         * src/addrcindex.[ch]           ** NEW **
2264         * src/addrquery.h               ** NEW **
2265         * src/addritem.[ch]
2266         * src/addrcache.[ch]
2267         * src/addrindex.[ch]
2268         * src/addr_compl.[ch]
2269         * src/addressbook.[ch]
2270         * src/addrbook.[ch]
2271         * src/editgroup.c
2272         * src/editaddress.c
2273         * src/editldap.c
2274         * src/editldap_basedn.c
2275         * src/vcard.c
2276         * src/jpilot.c
2277         * src/Makefile.am
2278                 included dynamic LDAP queries. improved address
2279                 completion.
2280
2281 2003-03-16 [paul]       0.8.11claws19
2282
2283         * tools/multiwebsearch.pl
2284                 fix a fatal typo
2285
2286 2003-03-16 [christoph]  0.8.11claws18
2287
2288         * src/mimeview.c
2289         * src/plugins/dillo_viewer/dillo_viewer.c
2290         * src/plugins/mathml_viewer/mathml_viewer.c
2291                 make unregistering of MimeViewerFactorys possible
2292
2293 2003-03-16 [alfons]     0.8.11claws17
2294
2295         * configure.ac
2296                 correct typo
2297
2298 2003-03-16 [melvin]     0.8.11claws16
2299
2300         * src/plugins/dillo_viewer.c
2301                 Fixed bug where it was not possible to view more than
2302                 one text/html attachment per message (bug discovered
2303                 by Christoph Hohmann).
2304
2305 2003-03-15 [melvin]     0.8.11claws15
2306
2307         * src/prefs_actions.c
2308                 Fixed compilation warnings.
2309
2310 2003-03-15 [melvin]     0.8.11claws14
2311
2312         * src/plugins/Makefile.am
2313         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2314         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2315         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2316                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2317                 newer (http://dillo.auriga.wearlab.de/).
2318
2319 2003-03-15 [christoph]  0.8.11claws13
2320
2321         * src/imap.c
2322                 don't query imap folder for attributes because we already
2323                 for them from imap_status
2324
2325         * src/mimeview.[ch]
2326                 add support for plugable MimeViewers (unloading Viewers
2327                 not yet complete)
2328
2329         * src/plugins/Makefile.am
2330         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2331         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2332         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2333                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2334                 widget from http://helm.cs.unibo.it/mml-widget/
2335
2336 2003-03-14 [christoph]  0.8.11claws12
2337
2338         * src/folder.[ch]
2339                 o error return code's should better be negative
2340                 o replace printf with debug_print
2341
2342         * src/imap.c
2343                 improve IMAP folder scan by checking UID-NEXT
2344
2345         * src/summaryview.c
2346                 remove check that are unnecessary in my opinion
2347
2348 2003-03-13 [christoph]  0.8.11claws11
2349
2350         * src/folder.[ch]
2351         * src/foldersel.c
2352         * src/folderview.c
2353         * src/imap.c
2354         * src/mbox_folder.c
2355         * src/mh.c
2356         * src/news.c
2357         * src/prefs_scoring.c
2358         * src/summaryview.c
2359                 use a common function to get a displayable name
2360                 for a FolderItem
2361
2362 2003-03-13 [paul]       0.8.11claws10
2363
2364         * tools/Makefile.am
2365           tools/README
2366           tools/multiwebsearch.conf     ** NEW FILE **
2367           tools/multiwebsearch.pl       ** NEW FILE **
2368                 add multiwebsearch Actions script
2369
2370 2003-03-13 [colin]      0.8.11claws9
2371
2372         * src/compose.c
2373                 Remove leading emtpy lines from quoted text
2374                 before quoting it
2375
2376 2003-03-13 [melvin]     0.8.11claws8
2377
2378         * src/prefs_actions.c
2379                 Fixed a memory leak
2380                 Code clean ups
2381                 Added Cancel and OK buttons
2382                 Corrected help text
2383
2384 2003-03-13 [christoph]  0.8.11claws7
2385
2386         * src/account.c
2387         * src/folder.[ch]
2388         * src/imap.c
2389         * src/mainwindow.c
2390         * src/mbox_folder.c
2391         * src/mh.c
2392         * src/news.c
2393         * src/setup.c
2394                 replace more folder type stuff with folder class stuff
2395
2396 2003-03-13 [melvin]     0.8.11claws6
2397
2398         * src/prefs_actions.c
2399                 Added new tokens:
2400                 %u: user provided argument
2401                 %h: user provided argument (hidden on input)
2402                 %s: current text selection in the message view 
2403
2404 2003-03-13 [paul]       0.8.11claws5
2405
2406         * sync with 0.8.11cvs5
2407                 see ChangeLog 2003-03-11, 2003-03-12
2408
2409 2003-03-12 [christoph]  0.8.11claws4
2410
2411         * src/folder.c
2412                 use folder class idstr when writing folderlist.xml
2413
2414         * src/folder.h
2415         * src/imap.c
2416         * src/news.c
2417                 replace folder type checks with folder class checks
2418
2419 2003-03-12 [christoph]  0.8.11claws3
2420
2421         * src/folder.[ch]
2422         * src/imap.[ch]
2423         * src/main.c
2424         * src/mbox_folder.[ch]
2425         * src/mh.[ch]
2426         * src/news.[ch]
2427                 o create a list of known folder classes in the folder system
2428                 o use folder class id strings for folder item identifiers
2429
2430 2003-03-12 [christoph]  0.8.11claws2
2431
2432         * src/imap.c
2433                 fix imap uid validity check
2434
2435 2003-03-12 [christoph]  0.8.11claws1
2436
2437         * src/account.c
2438         * src/folder.[ch]
2439         * src/foldersel.c
2440         * src/folderview.c
2441         * src/imap.c
2442         * src/mainwindow.c
2443         * src/mbox_folder.c
2444         * src/mh.c
2445         * src/news.c
2446         * src/prefs_scoring.c
2447         * src/procmsg.c
2448         * src/setup.c
2449         * src/summaryview.c
2450                 initial restructuring of folder system, seperating
2451                 folders and folder classes
2452
2453 2003-03-12 [paul]       0.8.11claws
2454
2455         0.8.11claws release
2456
2457 2003-03-12 [christoph]
2458
2459         * src/gtk/prefswindow.c
2460                 fix translation of "Page Index"
2461
2462 2003-03-12 [paul]       0.8.10claws110
2463
2464         a sync from 0.8.11cvs4 before the release
2465
2466         * src/common/utils.c
2467                 subject_compare_for_sort(): allow null strings (fixes
2468                 summary sorting).
2469
2470 2003-03-11 [paul]       0.8.10claws109
2471
2472         * po/es.po
2473                 update Spanish translation, submitted by
2474                 Ricardo Mones Lastra
2475
2476 2003-03-11 [melvin]     0.8.10claws108
2477
2478         * po/fr.po
2479                 Updated French translations
2480
2481 2003-03-11 [paul]       0.8.10claws107
2482
2483         * manual/en/Makefile.am
2484           manual/en/*.html
2485                 update English manual, add a new page
2486                 updated by Francois Barriere <fbarriere@atmel.fr>
2487                 
2488         * po/bg.po
2489           po/it.po
2490           po/sr.po
2491                 update Bulgarian, Italian, and Serbian translations
2492                 submitted by George Danchev, Alessandro Maestri, and
2493                 Urke MMI
2494
2495 2003-03-10 [paul]       0.8.10claws106
2496
2497         * src/gtk/about.c
2498           src/gtk/prefswindow.c
2499                 make some strings translatable
2500
2501 2003-03-10 [darko]      0.8.10claws105
2502
2503         * src/compose.c
2504                 code cleanup to make Hiro happy
2505
2506 2003-03-10 [paul]       0.8.10claws104
2507
2508         * sync with 0.8.11cvs2
2509                 see ChangeLog 2003-03-10
2510
2511 2003-03-09 [melvin]     0.8.10claws103
2512
2513         * src/textview.c
2514                 textview_set_font(): fix for message display in
2515                 UTF-8 locales (thanks to Sergey Vlasov).
2516                 (was unintentionnaly reverted in 0.8.6claws6)   
2517
2518 2003-03-08 [darko]      0.8.10claws102
2519
2520         * src/compose.c
2521                 fix infinite loop in wrapping as reported
2522                 by happycactus
2523                 obsoletes patch #696482
2524
2525 2003-03-08 [christoph]  0.8.10claws101
2526
2527         * src/imap.c
2528                 add workaround for IMAP servers that do not
2529                 support the "UID SEARCH UID" command
2530
2531 2003-03-07 [christoph]  0.8.10claws100
2532
2533         * src/plugins/spamassassin/spamassassin.[ch]
2534         * src/plugins/spamassassin/spamassassin_gtk.c
2535                 code cleanup
2536
2537 2003-03-07 [paul]       0.8.10claws99
2538
2539         * po/es.po
2540                 updated Spanish translation, submitted by
2541                 Ricardo Mones Lastra
2542
2543 2003-03-07 [christoph]  0.8.10claws98
2544
2545         * src/send.c
2546                 fix in 0.8.10claws94 was wrong
2547                 local delivery does not require escaping, remove escaping
2548                 code to make signatures of mails with "." lines valid
2549                 
2550                 NOTE: requires that sendmail is executed with "-i" option,
2551                       what is the default now, but has to be changed in all
2552                       exsiting accounts)
2553
2554 2003-03-07 [paul]       0.8.10claws97
2555
2556         * sync with 0.8.11 release
2557                 see ChangeLog 2003-03-07
2558
2559 2003-03-06 [paul]       0.8.10claws96
2560
2561         * src/compose.c
2562                 revert commit 0.8.10claws92
2563
2564 2003-03-06 [paul]       0.8.10claws95
2565
2566         * src/folderview.c
2567                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2568
2569         * src/gtkaspell.c
2570                 fix bug 74, 'Crash opening editor window with pseudo-color
2571                 display'
2572                 
2573         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2574
2575 2003-03-06 [christoph]  0.8.10claws94
2576
2577         * src/send.c
2578                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2579                 all lines starting with a period get an extra period
2580                 inserted
2581                 (found by Simon 'corecode' Schubert)
2582
2583 2003-03-06 [paul]       0.8.10claws93
2584
2585         * src/folderview.c
2586                 if configured font can't be loaded fall back to gtk
2587                 default. (with thanks to Christoph)
2588                 
2589                 closes long-standing bug 15 'Crashes on startup'
2590
2591 2003-03-06 [paul]       0.8.10claws92
2592
2593         * src/compose.c
2594                 freeze text before autosave and thaw afterwards
2595                 fixes bug 67 'autosave make re-rediting message crazy'
2596
2597 2003-03-06 [christoph]  0.8.10claws91
2598
2599         * src/compose.c
2600                 ignore address comment in dupe check for Cc-list
2601
2602         (closes reopened bug 47 Replying to message strips name part of
2603          e-mail addresses of Cc: lines)
2604
2605 2003-03-06 [paul]       0.8.10claws90
2606
2607         * src/Makefile.am
2608                 remove reference to gtkxtext.h as its no longer in
2609                 the repository
2610
2611 2003-03-06 [paul]       0.8.10claws89
2612
2613         * sync with 0.8.10cvs25
2614                 see ChangeLog 2003-03-06
2615
2616 2003-03-06 [oliver]     0.8.10claws88
2617         
2618         * src/messageview.c
2619                 remove include
2620
2621 2003-03-06 [oliver]     0.8.10claws87
2622         
2623         * src/folderview.c 
2624                 remove changes introduced inclaws74
2625         * src/messageview.c
2626                 another attempt to sanely delete and update
2627                 messages deleted in separate messageview
2628
2629 2003-03-05 [christoph]  0.8.10claws86
2630
2631         * src/summaryview.c
2632                 check if "From" matches any account's address if
2633                 addressbook completion of addresses is disabled too
2634
2635         (closes Bug 70 "Display recipient in from" doesn't check
2636          folder's default account)
2637
2638 2003-03-05 [christoph]  0.8.10claws85
2639
2640         * src/compose.c
2641         * src/common/utils.[ch]
2642                 don't strip address comments when building Cc lists
2643
2644         (closes Bug 47 Replying to message strips name part of e-mail addresses
2645          of Cc: lines)
2646
2647         * src/folder.c
2648                 fix return value of copy function
2649
2650 2003-03-05 [christoph]  0.8.10claws84
2651
2652         * src/imap.c
2653                 don't ask imap server for non rfc822 headers
2654
2655         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2656
2657         * src/imap.c
2658                 destroy session on socket error to allow reconnecting
2659
2660 2003-03-05 [christoph]  0.8.10claws83
2661
2662         * configure.ac
2663                 fix building with gnome when no prefix is set
2664
2665         (closes bug 66 Gnome directory is set to NONE)
2666
2667 2003-03-05 [paul]       0.8.10claws82
2668
2669         * sync with 0.8.10cvs23
2670                 see ChangeLog 2003-03-05
2671
2672 2003-03-04 [christoph]  0.8.10claws81
2673
2674         * src/folder.c
2675                 o fix moving and copying when folder returns 0 for new
2676                   message number
2677                 o remove some code for single message copy and move
2678                   operations and use functions for multiple messages
2679
2680         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2681
2682         * src/news.c
2683                 remove unused include
2684
2685 2003-03-04 [paul]       0.8.10claws80
2686
2687         * src/gtk/about.c
2688                 list 'Compiled plugins'
2689
2690 2003-03-03 [christoph]  0.8.10claws79
2691
2692         * src/news.[ch]
2693                 have to multiply the percentage of the current fetch with
2694                 the percentage that it has of the total fetch operation
2695                 for correct values
2696
2697 2003-03-03 [christoph]  0.8.10claws78
2698
2699         * src/news.c
2700                 fix calculation of expected lines for progress indicator
2701
2702 2003-03-03 [christoph]  0.8.10claws77
2703
2704         * src/summaryview.c
2705         * src/common/utils.c
2706                 fix segfault when opening the root news folder
2707
2708 2003-03-03 [christoph]  0.8.10claws76
2709
2710         * src/mainwindow.[ch]
2711         * src/common/Makefile.am
2712         * src/common/progressindicator.[ch]
2713                 add UI independent progress indicator handling
2714
2715         * src/news.[ch]
2716                 use new progress indicator for message info fetching
2717
2718         * src/common/hooks.h
2719                 code cleanup
2720
2721 2003-03-03 [oliver]     0.8.10claws75
2722
2723         * src/toolbar.c
2724         * src/compose.c
2725                 removed commented code
2726
2727 2003-03-03 [oliver]     0.8.10claws74
2728
2729         * src/toolbar.[ch]
2730                 cleanups and refactoring
2731         * src/compose.[ch]
2732                 compose_reply_mode reply & forwarding interface for
2733                 toolbar buttons
2734         * src/folderview.c
2735                 act on messages marked for deletion in folderview_selected
2736                 based on prefs_common.immediate_exec since a message might 
2737                 have been deleted by messageview in a folder we are changing 
2738                 to (does anybody understand what I'm on about ?)
2739
2740 2003-03-03 [oliver]     0.8.10claws73
2741         
2742         * src/messageview.[ch]
2743                 new functions
2744                 - messageview_delete: delete message shown in messagview
2745                 - messageview_update_view: update messageview to currently 
2746                   selected summaryview message
2747                 - add separate messageview to msgview_list in order to update 
2748                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2749         * src/summaryview.[ch]
2750                 summary_get_selection returns a list of selected msgs
2751                 in summaryview
2752         * src/mainwindow.c
2753                 toolbar reply refactoring
2754
2755 2003-03-03 [paul]       0.8.10claws72
2756
2757         * sync with 0.8.10cvs21
2758                 see ChangeLog 2003-03-03
2759
2760 2003-03-02 [christoph]  0.8.10claws71
2761
2762         * src/common/passcrypt.c
2763                 use POSIX includes
2764
2765 2003-03-02 [christoph]  0.8.10claws70
2766
2767         * configure.ac
2768         * src/prefs_account.c
2769         * src/prefs_gtk.[ch]
2770         * src/common/.cvsignore
2771         * src/common/Makefile.am
2772         * src/common/passcrypt.c                ** NEW **
2773         * src/common/passcrypt.h.in             ** NEW **
2774                 Implement password encryption in config files
2775                 using unix encrypt and setkey functions. The crypt
2776                 key can be set as a configure parameter. Old
2777                 passwords will be converted if they do not begin
2778                 with '!'
2779
2780 2003-03-02 [paul]       0.8.10claws69
2781
2782         * src/prefs_account.c
2783                 fix compile error
2784
2785 2003-03-01 [thorsten]   0.8.10claws68
2786
2787         * po/el.po
2788           po/hr.po
2789           po/it.po
2790           po/nl.po
2791           po/sr.po
2792           po/sv.po
2793                 corrected format strings
2794         * po/en_GB.po
2795                 corrected headers
2796                 (fix compile errors with GNU gettext-0.11.5)
2797
2798 2003-03-01 [oliver]     0.8.10claws67
2799
2800         * src/summaryview.c
2801                 menu callbacks call toolbar_menu_reply
2802
2803 2003-03-01 [oliver]     0.8.10claws66
2804
2805         * src/mainwindow.c
2806         * src/messageview.c
2807                 menu callbacks call toolbar_menu_reply
2808         * src/toolbar.[ch]
2809                 callbacks from menu handled by toolbar_menu_reply
2810
2811 2003-03-01 [paul]       0.8.10claws65
2812
2813         * src/addressbook.c
2814                 revert commit 0.8.10claws54 - breaks editing of
2815                 addressbook.
2816                 
2817         * po/bg.po
2818                 update Bulgarian translation, submitted by
2819                 George Danchev
2820
2821 2003-02-28 [christoph]  0.8.10claws64
2822
2823         * src/account.c
2824         * src/addressadd.c
2825         * src/compose.c
2826         * src/gtkaspell.c
2827         * src/gtkxtext.h                ** REMOVE **
2828         * src/imap.c
2829         * src/matcher.[ch]
2830         * src/mh.c
2831         * src/news.c
2832         * src/pine.c
2833         * src/prefs_common.c
2834         * src/prefs_matcher.c
2835         * src/procheader.[ch]
2836         * src/procmsg.[ch]
2837         * src/toolbar.c
2838         * src/common/ssl_certificate.c
2839         * src/gtk/colorlabel.c
2840         * src/gtk/menu.c
2841                 o fix warnings
2842                 o remove code obsoleted by new cache and folder system rework
2843
2844 2003-02-28 [oliver]     0.8.10claws63
2845         
2846         * src/toolbar.[ch]
2847                 * fix bug where reply in Messageview replied to 
2848                 Message displayed in summaryview
2849                 (reportedd via ML by chinatinte at gmx dot ch)
2850                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2851                 didn't work in separate MessageView Toolbar
2852                 (wondering if anybody uses this at all ?)
2853         * src/summaryview.[ch]
2854                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2855                 (generalize reply and forward code);
2856         * src/messageview.c 
2857                 remove focus_in event which updated summaryview to messageview
2858
2859 2003-02-28 [paul]       0.8.10claws62
2860
2861         * po/Makefile.in.in
2862                 add the --check option
2863                 Patch submitted by Ricardo Mones Lastra
2864
2865 2003-02-28 [paul]       0.8.10claws61
2866
2867         * src/prefs_account.c
2868                 re-order 'Signature' items
2869
2870 2003-02-28 [paul]       0.8.10claws60
2871
2872         * sync with 0.8.10cvs20
2873                 see ChangeLog 2003-02-28
2874
2875 2003-02-28 [paul]       0.8.10claws59
2876
2877         * po/POTFILES.in
2878                 update to reflect recent movement of files
2879
2880 2003-02-28 [paul]       0.8.10claws58
2881
2882         * sync with 0.8.10cvs19
2883                 see ChangeLog 2003-02-28
2884
2885 2003-02-27 [martin]     0.8.10claws57
2886
2887         * src/prefs_matcher.c 
2888                 fix segfault in prefs_matcher_ok() when the
2889                 last entry is deleted and prevents that the
2890                 message "entry not saved" comes up after deleting
2891                 an entry
2892
2893 2003-02-27 [martin]     0.8.10claws56
2894
2895         * src/prefs_filtering.c 
2896                 fix segfault in prefs_filtering_ok() when the
2897                 last entry is deleted and prevents that the
2898                 message "entry not saved" comes up after deleting
2899                 an entry
2900
2901 2003-02-27 [paul]       0.8.10claws55
2902
2903         * sync with 0.8.10cvs18
2904                 see ChangeLog 2003-02-27
2905
2906 2003-02-27 [paul]       0.8.10claws54
2907
2908         * src/addressbook.c
2909                 fix bug where the address book crashes with 
2910                 multiple lookups.
2911                 Patch [687729] submitted by David Frager 
2912                 <dbfrager@users.sourceforge.net>
2913
2914 2003-02-25 [christoph]  0.8.10claws53
2915
2916         * src/Makefile.am
2917         * src/colorlabel.[ch]           ** REMOVE **
2918         * src/gtk/Makefile.am
2919         * src/gtk/colorlabel.[ch]       ** NEW **
2920                 move colorlabel files to gtk directory
2921
2922         * src/esmtp.[ch]                ** REMOVE **
2923                 has been merged into smtp.[ch] in 0.7.5
2924
2925 2003-02-25 [christoph]  0.8.10claws52
2926
2927         * src/Makefile.am
2928         * src/about.[ch]                ** REMOVE **
2929         * src/gtk/Makefile.am
2930         * src/gtk/about.[ch]            ** NEW **
2931                 move about files to gtk directory
2932
2933 2003-02-25 [christoph]  0.8.10claws51
2934
2935         * src/folder.c
2936                 some code optimization of folder scanning code
2937
2938         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2939
2940 2003-02-25 [christoph]  0.8.10claws50
2941
2942         * src/main.c
2943         * src/common/sylpheed.c
2944                 add command line parameter parsing to common code
2945
2946 2003-02-24 [christoph]
2947
2948         * Makefile.am
2949         * configure.ac
2950                 fix gnome prefix problems, the configure script now removed
2951                 `gnome-config --prefix` from `gnome-config --datadir`
2952                 and adds $(prefix} instead
2953
2954         (closes Bug 24 Makefile does not respect prefix when installing
2955          GNOME data)
2956
2957 2003-02-24 [christoph]  0.8.10claws49
2958
2959         * src/news.c
2960                 check for valid session before trying to authenticate
2961
2962         (closes Bug 60 crash if "authenticate on logon" is activated
2963          and newsserver-hostname is not valid)
2964
2965 2003-02-24 [melvin]     0.8.10claws48
2966
2967         * src/prefs_actions.c
2968                 Make sure all user's input is sent to the action and then
2969                 close the socket..
2970
2971 2003-02-23 [alfons]     0.8.10claws46
2972
2973         * src/summaryview.c
2974                 also wait cursor when deleting files
2975
2976 2003-02-23 [paul]
2977
2978         * tools/freshmeat_search.pl
2979           tools/google_search.pl
2980                 scripts should now work for any browser/browser command line
2981
2982 2003-02-22 [christoph]  0.8.10claws45
2983
2984         * src/procmsg.c
2985                 fix IMAP flag setting, IMAP flag is not handled correctly
2986                 anymore by the folder system and information about the
2987                 folder should not be saved in the MsgInfo (in my opinion)
2988
2989         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2990
2991 2003-02-22 [christoph]  0.8.10claws44
2992
2993         * src/summaryview.c
2994                 fix spelling of "label" ;-)
2995
2996 2003-02-22 [thorsten]   0.8.10claws43
2997
2998         * src/mimeview.c
2999           src/prefs_common.[ch]
3000           src/procmime.[ch]
3001                 do not use description as attachment name
3002
3003 2003-02-22 [alfons]     0.8.10claws42
3004
3005         * src/summaryview.c
3006                 freeze/thaw folder item updates when changing color labels,
3007                 and put a wait cursors on
3008
3009 2003-02-22 [thorsten]   0.8.10claws41
3010
3011         * src/mimeview.c
3012                 save-all fixes: crash if invoked on multipart container,
3013                 mimeinfo access, pathseparators, error dialog
3014
3015 2003-02-21 [alfons]     0.8.10claws40
3016
3017         * src/prefs_gtk.c
3018                 remove unused var
3019
3020 2003-02-21 [colin]      0.8.10claws39
3021
3022         * src/send.c
3023                 Fix smtp logging
3024
3025 2003-02-21 [colin]      0.8.10claws38
3026
3027         * src/summaryview.c
3028                 Freeze/thaw folderItem updates when filtering messages 
3029                 via Tools/Filter messages
3030
3031 2003-02-21 [paul]       0.8.10claws37
3032
3033         * src/compose.c
3034                 revert commit 0.8.10claws26, there are ulterior motives
3035                 for users to set a Reply-To header when posting to
3036                 newsgroups
3037
3038 2003-02-21 [paul]       0.8.10claws36
3039
3040         * sync with 0.8.10cvs17
3041                 see ChangeLog 2003-02-21
3042
3043 2003-02-20 [christoph]  0.8.10claws35
3044
3045         * src/imap.c
3046                 IMAP UID fetch speedup using SEARCH
3047
3048         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3049
3050         * src/imap.c
3051                 fix problem with UIDs in IMAP UID cache that no longer existed
3052
3053 2003-02-20 [christoph]  0.8.10claws34
3054
3055         * src/imap.c
3056         * src/procheader.c
3057         * src/procheader.h
3058                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3059
3060         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3061
3062         * src/imap.c
3063                 Rewrite imap_cmd_gen_recv use sock_getline instead
3064                 of sock_gets to avoid problems with too long reply
3065                 lines
3066     
3067 2003-02-20 [colin]      0.8.10claws33
3068         
3069         * src/prefs_account.c
3070                 Better wording
3071
3072 2003-02-20 [colin]      0.8.10claws32
3073
3074         * src/compose.c
3075                 Remove useless '&& !to_sender' 
3076
3077 2003-02-20 [darko]
3078
3079         * AUTHORS
3080                 change my e-mail address
3081
3082 2003-02-19 [colin]      0.8.10claws31
3083
3084         * src/prefs_common.c
3085                 X11 style colors for every configurable color
3086
3087 2003-02-19 [alfons]     0.8.10claws30
3088
3089         * src/prefs_gtk.[ch]
3090         * src/prefs_common.c
3091                 for color_new accept both plain integers and X11 style color
3092                 names (as found in /usr/lib/X11/rgb.txt)
3093
3094 2003-02-19 [paul]       0.8.10claws29
3095
3096         * src/mainwindow.c
3097                 add tooltips to online/offline button and account selector
3098                 button
3099
3100 2003-02-19 [paul]       0.8.10claws28
3101
3102         * src/folder.c
3103           src/news.c
3104           src/prefs_account.[ch]
3105           src/prefs_common.[ch]
3106                 move 'Maximum number of articles to download' to
3107                 account prefs.
3108                 clean up account prefs gui a little by hiding entries
3109                 rather then greying out entries
3110
3111 2003-02-19 [hiro]       0.8.10claws27
3112
3113         * src/common/utils.c
3114                 fix bug #54 'yesterdays date is displayed in the message 
3115                 summary window'
3116
3117 2003-02-19 [paul]       0.8.10claws26
3118
3119         * src/compose.c
3120                 fix bug reported in Feature Request [688596] 
3121                 'Reply-to header in news'
3122
3123 2003-02-18 [paul]       0.8.10claws25
3124
3125         * src/select-keys.c
3126                 add a 'List all keys' button to key selection dialog
3127
3128 2003-02-18 [colin]      0.8.10claws24
3129         
3130         * src/stock_pixmap.c
3131                 fix compile error
3132
3133 2003-02-18 [colin]      0.8.10claws23
3134
3135         * src/common/smtp.[ch]
3136           src/prefs_account.c
3137                 Try to starttls if it seems to be the only
3138                 way to authenticate a user
3139
3140 2003-02-18 [paul]       0.8.10claws22
3141
3142         * src/Makefile.am
3143           src/folderview.c
3144           src/stock_pixmap.[ch]
3145           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3146           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3147                 as a Drafts folder is a special folder allow it to have
3148                 its own unique icons
3149
3150 2003-02-18 [colin]      0.8.10claws21
3151
3152         * src/imap.c
3153                 Fix port selection when using starttls
3154
3155 2003-02-18 [paul]       0.8.10claws20
3156
3157         * src/mainwindow.c
3158           src/prefs_common.[ch]
3159                 make blue the default new mail colour
3160
3161 2003-02-18 [paul]       0.8.10claws19
3162
3163         * sync with 0.8.10cvs14
3164                 see ChangeLog 2003-02-18
3165
3166 2003-02-17 [jens]       0.8.10claws18
3167
3168         * src/common/md5.c
3169                 fixed a compile problem with gcc 3.3
3170                 works on 2.95.3 too (testet on PPC as it is big endian)
3171
3172 2003-02-17 [paul]       0.8.10claws17
3173
3174         * sync with 0.8.10cvs13
3175                 see ChangeLog 2003-02-17
3176
3177 2003-02-17 [paul]       0.8.10claws16
3178
3179         * sync with 0.8.10cvs12
3180                 see ChangeLog 2003-02-17
3181
3182 2003-02-16 [match]      0.8.10claws15
3183
3184         * src/addressbook.c
3185                 Eliminates reloading of address data when items
3186                 deleted or added. Applied submitted by
3187                 Luke Plant <lukeplant@softhome.net>
3188
3189 2003-02-16 [paul]       0.8.10claws14
3190
3191         * src/news.c
3192                 when a 'protocol error' is encountered disconnect from
3193                 the server. This means that the user can carry on viewing
3194                 other articles and doesn't have to either wait until the
3195                 server timesout or quit sylpheed.
3196                 Fixes bug #53 'Unable to read messages in newsgroups, 
3197                 displayed message doesn't change'
3198
3199 2003-02-15 [christoph]  0.8.10claws13
3200
3201         * src/imap.c
3202                 fix bug that stopped scanning of folders when an
3203                 IMAP folder was empty
3204
3205         (closes bug 46 stop scan messages in folders after empty folder)
3206
3207 2003-02-15 [paul]
3208
3209         * tools/Makefile.am
3210           tools/README
3211           tools/freshmeat_search.pl     ** NEW FILE **
3212           tools/google_search.pl        ** NEW FILE **
3213                 Add 2 Actions scripts which search freshmeat/google
3214                 for the selected text using the browser configured
3215                 in sylpheedrc.
3216                 
3217         Note: These scripts are very dependent on the format of the
3218         browser command and may not work on every occasion. Testing
3219         is welcome. 
3220
3221 2003-02-14 [alfons]     0.8.10claws12
3222
3223         * src/compose.c
3224                 fix breakage because of uninitialized account pointer.
3225                 please verify.
3226
3227 2003-02-14 [paul]       0.8.10claws11
3228
3229         * src/compose.c
3230           src/prefs_account.[ch]
3231           src/prefs_common.[ch]
3232                 move signature settings to Account Prefs
3233
3234 2003-02-14 [paul]       0.8.10claws10
3235
3236         * sync with 0.8.10cvs11
3237                 see ChangeLog 2003-02-14
3238
3239 2003-02-13 [thorsten]   0.8.10claws9
3240
3241         * src/news.c
3242                 revert news progressbar (GUI separation)
3243
3244 2003-02-13 [paul]       0.8.10claws8
3245
3246         * src/compose.c
3247                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3248                 paragraph 1
3249
3250 2003-02-13 [paul]       0.8.10claws7
3251
3252         * src/compose.[ch]
3253           src/summaryview.c
3254                 fix 'Follow-up and Reply-to' so that it creates a reply to
3255                 the newsgroup and the sender. If the message has the keyword
3256                 'poster' in the Followup-To header, all replies go to the
3257                 sender, re: RFC 1036, Section 2.2.3
3258                 rename all instances of 'ignore_replyto' to 'to_sender', both
3259                 were previously used, now we use just one.
3260
3261 2003-02-13 [paul]       0.8.10claws6
3262
3263         * sync with 0.8.10cvs9
3264                 see ChangeLog 2003-02-13
3265
3266 2003-02-13 [paul]       0.8.10claws5
3267
3268         * configure.ac
3269                 show which plugins are configured in the configure
3270                 output.
3271
3272 2003-02-12 [thorsten]   0.8.10claws4
3273
3274         * src/news.c
3275                 show progress while fetching news headers
3276
3277 2003-02-12 [christoph]  0.8.10claws3
3278
3279         * configure.ac
3280         * src/plugins/Makefile.am
3281                 use AM_CONDITIONAL to enable plugins, automake correctly
3282                 manages this when creating distdir
3283
3284 2003-02-12 [christoph]  0.8.10claws2
3285
3286         * ac/spamassassin.m4
3287         * src/plugins/spamassassin/Makefile.am
3288                 fix building SpamAssassin plugin without OpenSSL
3289
3290 2003-02-12 [paul]       0.8.10claws1
3291
3292         * ac/Makefile.am
3293           src/Makefile.am
3294           src/plugins/Makefile.am
3295                 fix failure of 'make release'
3296
3297 2003-02-12 [paul]       0.8.10claws
3298
3299         * 0.8.10claws released
3300
3301 2003-02-12 [paul]       0.8.9claws56
3302
3303         * po/bg.po
3304           po/es.po
3305           po/it.po
3306           po/ru.po
3307           po/sr.po
3308                 updated translations by George Danchev, Ricardo Mones Lastra,
3309                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3310                 
3311         * sylpheed.spec.in
3312                 Allow the building of RPMs by a regular user. Submitted
3313                 by Sergei Astanin
3314
3315 2003-02-11 [alfons]     0.8.9claws55
3316
3317         * src/colorlabel.c
3318                 don't use pixmaps for label color rect but draw rectangles
3319                 so we can respect the color map of palette based visuals
3320                 (fixes the long time crashes on Suns - thanks to Andreas
3321                 Engel and Steve O'Hara-Smith for testing)
3322
3323 2003-02-11 [christoph]  0.8.9claws54
3324
3325         * src/matcher_parser_parse.y
3326                 correct bug where filering rules of not existing folders in
3327                 matcherrc were added to global filtering
3328                 
3329         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3330          main filter-rules after removing directory, http://bugs.debian.org/180253)
3331         
3332 2003-02-11 [paul]       0.8.9claws53
3333
3334         * sync with 0.8.10cvs7
3335                 see ChangeLog 2003-02-09
3336
3337 2003-02-11 [melvin]     0.8.9claws52
3338
3339         * po/fr.po
3340                 Updated French tranlsations
3341
3342 2003-02-10 [paul]       0.8.9claws51
3343
3344         * sylpheed.spec.in
3345                 correct --enable-openssl
3346                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3347
3348 2003-02-09 [martin]     0.8.9claws50
3349
3350         * src/prefs_matcher.c
3351                 fix segfault in prefs_matcher_substitute_cb() when
3352                 no row is selected
3353
3354 2003-02-09 [paul]       0.8.9claws49
3355
3356         * src/folderview.c
3357                 fix bug where a newsgroup folder's processing rules were
3358                 merged with the global filtering rules when the newsgroup
3359                 folder was deleted, causing some seriously bad results,
3360                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3361
3362 2003-02-08 [melvin]     0.8.9claws48
3363
3364         * src/compose.c
3365                 Corrected and modified an alert message.
3366
3367 2003-02-07 [paul]       0.8.9claws47
3368
3369         * src/folderview.c
3370                 fix bug where both an 'Account properties' window and a
3371                 'Folder properties' window were opened when clicking on
3372                 'Properties' in an NNTP or IMAP folder's popup menu.
3373
3374 2003-02-07 [paul]       0.8.9claws46
3375
3376         * sync with 0.8.10cvs6
3377                 see ChangeLog 2003-02-06
3378
3379 2003-02-06 [christoph]  0.8.9claws45
3380
3381         * src/mbox.c
3382                 freeze folder updates while importing mbox files
3383                 (closes bug 43 importing mbox took hours)
3384                 
3385         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3386
3387 2003-02-06 [thorsten]   0.8.9claws44
3388
3389         * po/de.po
3390                 Updated german translations
3391
3392 2003-02-06 [thorsten]   0.8.9claws43
3393
3394         * src/news.h
3395                 use guint for message numbers (fix count in grouplist dialog)
3396
3397 2003-02-05 [paul]       0.8.9claws42
3398
3399         * sync with 0.8.10cvs2
3400                 see ChangeLog 2003-02-05
3401
3402 2003-02-04 [colin]      0.8.9claws41
3403
3404         * src/prefs_common.[ch]
3405           src/procmsg.c
3406           src/summaryview.c
3407                 Add an option to disable threading by subject
3408
3409 2003-02-04 [christoph]  0.8.9claws40
3410
3411         * src/inc.c
3412                 only abort fetching mails from multiple accounts when the
3413                 error is fatal and does not allow to check any more accounts
3414                 (currently only disk full error)
3415
3416         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3417          receive mails for other accouts)
3418
3419 2003-02-04 [christoph]  0.8.9claws39
3420
3421         * src/folder.c
3422                 first add the new message to the cache, then
3423                 send the update notification
3424
3425         (closes bug 39 after sending message folderview doesnt get updated)
3426
3427 2003-02-04 [colin]      0.8.9claws38
3428
3429         * src/inc.c
3430                 _really_ fix this Connecting... status
3431
3432 2003-02-04 [paul]       0.8.9claws37
3433
3434         * sync with 0.8.10
3435                 see ChangeLog 2003-02-04
3436
3437 2003-02-04 [paul]       0.8.9claws36
3438
3439         * sync with 0.8.9cvs6
3440                 see ChangeLog 2003-02-03
3441
3442 2003-02-04 [paul]       0.8.9claws35
3443
3444         * po/pt_BR.po
3445                 updated by André Filipe de Assunção e Brito 
3446                 <bedecko@netsite.com.br>
3447
3448 2003-02-03 [thorsten]   0.8.9claws34
3449
3450         * po/de.po
3451                 Updated german translations
3452
3453 2003-02-02 [paul]       0.8.9claws33
3454
3455         * po/es.po
3456                 updated by Ricardo Mones Lastra
3457
3458 2003-02-02 [thorsten]   0.8.9claws32
3459
3460         * src/mh.c
3461                 Fix mh_get_msginfo() segfault if file is inaccessible
3462
3463 2003-01-31 [colin]      0.8.9claws31
3464
3465         * src/procheader.c
3466                 Fix last commit's bug
3467
3468 2003-01-31 [colin]      0.8.9claws30
3469
3470         * src/procheader.c
3471                 Missing a change for gpg-signed messages
3472
3473 2003-01-31 [paul]       0.8.9claws29
3474
3475         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3476           src/procheader.c
3477           src/stock_pixmap.[ch]
3478           src/summaryview.c
3479                 indicate GnuPG signed messages by displaying an icon
3480                 in the Attachment column.
3481
3482 2003-01-31 [paul]       0.8.9claws28
3483
3484         * sync with 0.8.9cvs4
3485                 see ChangeLog 2003-01-31
3486
3487 2003-01-31 [alfons]     0.8.9claws27
3488
3489         * src/textview.c
3490                 tune URI parser to accept mailto URLs with a '?'
3491                 (patch from Ruslan Balkin)
3492
3493 2003-01-31 [colin]      0.8.9claws26
3494
3495         * src/summaryview.c
3496                 Fix a leak introduced in claws24
3497
3498 2003-01-31 [colin]      0.8.9claws25
3499
3500         * src/summaryview.c
3501                 Freeze/Thaw folder updates when deleting dups
3502
3503 2003-01-31 [colin]      0.8.9claws24
3504         
3505         * src/addr_compl.c
3506           src/summaryview.c
3507           src/msgcache.c
3508                 little speed improvements
3509
3510 2003-01-31 [colin]      0.8.9claws23
3511
3512         * src/summaryview.c
3513                 Fix segfault when forwarding nothing
3514                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3515                 
3516 2003-01-30 [paul]       0.8.9claws22
3517
3518         * sync with 0.8.9cvs3
3519                 see ChangeLog 2003-01-30
3520
3521 2003-01-30 [paul]       0.8.9claws21
3522
3523         * sync with 0.8.9cvs2
3524                 see ChangeLog 2003-01-30
3525
3526 2003-01-29 [paul]       0.8.9claws20
3527
3528         * sync with 0.8.9cvs1
3529                 see ChangeLog 2003-01-29
3530
3531 2003-01-28 [paul]       0.8.9claws19
3532
3533         * po/POTFILES.in
3534                 update to reflect changes. 
3535                 thanks to Ricardo Mones Lastra
3536
3537 2003-01-27 [christoph]  0.8.9claws18
3538
3539         * ac/openssl.m4
3540         * ac/spamassassin.m4
3541         * src/plugins/spamassassin/README
3542         * src/plugins/spamassassin/libspamc.[ch]
3543         * src/plugins/spamassassin/utils.[ch]
3544                 updated to latest libspamc
3545
3546 2003-01-27 [christoph]  0.8.9claws17
3547
3548         * src/folder.c
3549                 fix wrong use of procheader_get_header_fields
3550
3551 2003-01-27 [christoph]  0.8.9claws16
3552
3553         * src/news.c
3554         * src/prefs_account.[ch]
3555         * src/common/nntp.[ch]
3556                 allow to force authentication for NNTP servers
3557
3558         Patch submitted by Florian Mickler <dmk@d-labs.de>
3559
3560 2003-01-26 [paul]       0.8.9claws15
3561
3562         * src/summaryview.c
3563                 speed up of marking messages as read
3564                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3565
3566 2003-01-26 [christoph]  0.8.9claws14
3567
3568         * src/Makefile.am
3569         * src/mgutils.[ch]              ** REMOVE **
3570         * src/xml.[ch]                  ** REMOVE **
3571         * src/xmlprops.[ch]             ** REMOVE **
3572         * src/common/Makefile.am
3573         * src/common/mgutils.[ch]       ** NEW **
3574         * src/common/xml.[ch]           ** NEW **
3575         * src/common/xmlprops.[ch]      ** NEW **
3576                 move xml files to common directory
3577
3578 2003-01-26 [christoph]  0.8.9claws13
3579
3580         * src/plugins/spamassassin/spamassassin_gtk.c
3581                 only set gtk entry text if string is available
3582
3583 2003-01-26 [melvin]     0.8.9claws12
3584
3585         * src/description_window.c
3586                 Allow resizing of the window
3587                 Allow automatic horizontal scroll bar
3588                 Do not vertically expand and fill
3589
3590 2003-01-26 [christoph]  0.8.9claws11
3591
3592         * src/Makefile.am
3593         * src/gtkutils.[ch]             ** REMOVE **
3594         * src/common/sylpheed.c
3595         * src/gtk/Makefile.am
3596         * src/gtk/description_window.c
3597         * src/gtk/gtkutils.[ch]         ** NEW **
3598         * src/gtk/prefswindow.c
3599                 move gtkutils to gtk directory
3600
3601 2003-01-26 [paul]       0.8.9claws10
3602
3603         * src/summaryview.c
3604                 rename summary_unread_clicked() to summary_status_clicked()
3605
3606 2003-01-26 [melvin]     0.8.9claws9
3607
3608         * src/prefs_actions.c
3609                 Cosmetical changes to the help text
3610
3611 2003-01-26 [paul]       0.8.9claws8
3612
3613         * src/folder.[ch]
3614           src/mainwindow.c
3615           src/prefs_common.c
3616           src/prefs_sumamry_column.c
3617           summaryview.[ch]
3618                 rename the 'Unread' column to 'Status'
3619
3620 2003-01-25 [match]      0.8.9claws7
3621
3622         * src/mgutils.[ch]
3623                 removed reference to LDAP constants. removed error2string.
3624                 included functions to support LDAP dynamic queries.
3625         * src/syldap.h
3626                 moved LDAP constants here.
3627         * src/addressbook.c
3628         * src/addrindex.c
3629         * src/importldif.c
3630                 removed references to LDAP constants and references to
3631                 error2string.
3632
3633 2003-01-25 [paul]       0.8.9claws6
3634
3635         * src/summaryview.c
3636                 summary_thread_build(), summary_thread_init(): remove 
3637                 unneeded reference to summaryview->folder_item
3638
3639 2003-01-25 [christoph]  0.8.9claws5
3640
3641         * src/gtk/description_window.c
3642                 o allow description texts to expand over multiple columns
3643                 o translate all columns
3644         * src/prefs_actions.c
3645                 change syntax description to use new multi column feature
3646
3647         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3648
3649 2003-01-25 [match]      0.8.9claws4
3650
3651         * src/vcard.c
3652                 fixed bug with Quoted-Printable
3653
3654 2003-01-25 [paul]       0.8.9claws3
3655
3656         * src/folder.[ch]
3657           src/summaryview.[ch]
3658                 implement per-folder collapsed/expanded threads setting
3659                 
3660         * src/prefs_common.c
3661                 remove global collapsed/expanded threads option
3662
3663 2003-01-25 [christoph]  0.8.9claws2
3664
3665         * po/POTFILES.in
3666                 add pluginwindow and prefswindow
3667         * src/compose.c
3668                 make send respond correctly to messages that could be added
3669                 to the queue folder, but the UID of the message is unknown
3670         * src/folder.c
3671         * src/imap.c
3672                 don't return guessed UIDs in imap_add_msg anymore. We return
3673                 0 to tell the folder system it was appened but the UID is
3674                 unknown. Folder system now get's the UID by scaning the folder
3675                 and searching the cache for the Message-ID
3676                 (closes bug #29 Messages queued, but not sent)
3677
3678 2003-01-25 [paul]       0.8.9claws1
3679
3680         * src/codeconv.c
3681                 conv_encode_header():  fix bug when long headers with 8-bit
3682                 characters are used, so that the encoded words are wrapped.
3683                 If the space in the original text falls on the wrap boundary,
3684                 it can be lost.
3685                 Patch by Sergey Vlasov.
3686                 
3687         * src/folderview.c
3688                  fix bug where a change to the sorting method or thread view
3689                  of a folder's messages is lost if simpify-subject is set and
3690                  toggled on or off.
3691                  Patch by Luke Plant.
3692
3693 2003-01-24 [paul]       0.8.9claws
3694
3695         * sylpheed-0.8.9claws released
3696         
3697         * Makefile.am
3698           sylpheed.spec.in
3699                 remove reference to 'INSTALL.jp'
3700
3701 2003-01-23 [paul]       0.8.8claws128
3702
3703         * po/es.po
3704           po/it.po
3705           po/ru.po
3706           po/sr.po
3707                 updated translations. submitted by Ricardo Mones Lastra,
3708                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3709
3710 2003-01-23 [colin]      0.8.8claws127
3711
3712         * src/compose.c
3713                 Fix drafted and queued news articles re-edition
3714
3715 2003-01-23 [melvin]     0.8.8claws126
3716
3717         * po/fr.po
3718                 Updated French translations
3719
3720 2003-01-23 [colin]      0.8.8claws125
3721
3722         * src/inc.c
3723                 Fix "Connecting to..." status message
3724
3725 2003-01-22 [paul]       0.8.8claws124
3726
3727         * po/bg.po
3728                 updated by George Danchev
3729                 
3730         * src/folder.c
3731                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3732                 and folder deletion
3733
3734 2003-01-21 [paul]       0.8.8claws123
3735
3736         * po/bg.po
3737                 updated by George Danchev
3738                 
3739         * src/about.c
3740                 its now 2003
3741                 
3742         * src/toolbar.c
3743                 don't translate 'Separator'
3744                 
3745         * src/plugins/spamassassin/Makefile.am
3746                 add aspell to CPPFLAGS
3747                 
3748         * src/plugins/spamassassin/spamassassin.c
3749           src/plugins/spamassassin/spamassassin_gtk.c
3750                 set correct default for spamassassin_receive_spam
3751                 slightly re-word descriptions and some
3752                 other minor changes
3753
3754 2003-01-19 [alfons]     0.8.8claws122
3755                 
3756         * src/mimeview.c
3757                 mimeview_save_as(): we might as well show the file name for
3758                 the single case "Save As" too
3759
3760 2003-01-19 [alfons]     0.8.8claws121
3761
3762         * src/crash.c
3763                 change bug tracker URL to bugzilla URL
3764
3765 2003-01-19 [alfons]     0.8.8claws120
3766
3767         * src/mimeview.c
3768                 mimeview_save_all(): display name of file before overwriting;
3769                 continue saving all, even when one overwrite was cancelled
3770
3771 2003-01-19 [christoph]  0.8.8claws119
3772
3773         * src/summaryview.c
3774         * src/procmsg.[ch]
3775                 fix wrong usage of procmsg_find_children in summaryview
3776                 by using procmsg_update_unread_children instead of
3777                 summaryview_update_unread_children
3778
3779 2003-01-19 [christoph]  0.8.8claws118
3780
3781         * src/procmsg.c
3782                 fix infinite loop in procmsg_find_children
3783                  (closes bug #25 sylpheed crashes on delete.)
3784
3785         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3786
3787 2003-01-19 [paul]       0.8.8claws117
3788
3789         * po/pt_BR.po
3790                 updated by Ivan Francolin Martinez
3791
3792 2003-01-18 [melvin]     0.8.8claws116
3793
3794         * src/prefs_actions.c
3795                 Removed syntax limitation of only one '&' at the end of command.
3796                         Now actions that contain '>/dev/null 2>&1' are possible.
3797
3798 2003-01-18 [melvin]     0.8.8claws115
3799
3800         * src/prefs_actions.c
3801                 Actions IO dialog: when the action ends
3802                 the "Close" button now has focus and [Escape] closes the
3803                 window.
3804
3805 2003-01-18 [christoph]  0.8.8claws114
3806
3807         * src/procmsg.c
3808                 o add debug output when MsgInfos are really freed
3809                 o free GSLists in procmsg_find_children and
3810                   procmsg_update_unread_children
3811
3812 2003-01-18 [christoph]  0.8.8claws113
3813
3814         * src/mainwindow.c
3815                 reorder Configuration menu
3816
3817 2003-01-18 [christoph]  0.8.8claws112
3818
3819         * src/compose.c
3820                 fix applying templates to forwarded messages
3821
3822         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3823
3824 2003-01-17 [christoph]  0.8.8claws111
3825
3826         * src/folder.c
3827                 destroy folder items, when a folder item is removed
3828
3829 2003-01-17 [christoph]  0.8.8claws110
3830
3831         * src/folder.c
3832                 fix wrong folder stats update when ignored message is
3833                 deleted
3834
3835 2003-01-17 [colin]      0.8.8claws109
3836         
3837         * src/mainwindow.c
3838         * src/summaryview.c
3839                 Quicksearch bugfixes: 
3840                 - hide help button at startup if not extended
3841                 - switch to extended when looking for replies
3842
3843 2003-01-17 [paul]
3844
3845         * sync with 0.8.9 release
3846
3847 2003-01-17 [paul]       0.8.8claws108
3848
3849         * sync with 0.8.8cvs11
3850                 see ChangeLog 2003-01-17
3851
3852 2003-01-16 [colin]      0.8.8claws107
3853
3854         * src/procmsg.c
3855                 Changed encryption test to re-ask passphrase
3856                 if an encrypted message hasn't been decrypted
3857                 Fixes bug #5
3858
3859 2003-01-16 [christoph]  0.8.8claws106
3860
3861         * src/prefs_gtk.c
3862         * src/prefs_toolbar.c
3863         * src/gtk/prefswindow.h
3864         * src/plugins/spamassassin/spamassassin_gtk.c
3865                 remove page destroy function that is not used anymore
3866
3867 2003-01-16 [paul]       0.8.8claws105
3868
3869         * sync with 0.8.8cvs9
3870                 see ChangeLog 2002-01-16
3871
3872 2003-01-16 [colin]      0.8.8claws104
3873
3874         * src/compose.[ch]
3875                 Fix bug with autosaved drafts for IMAP, when draft
3876                 folder is specified - fixes bugzilla bug #20
3877
3878 2003-01-15 [paul]       0.8.8claws103
3879
3880         * src/compose.[ch]
3881           src/procmsg.c
3882                 store folder and message-id of message forwarding
3883                 in queue header and set forward flag after sending
3884
3885 2003-01-15 [paul]       0.8.8claws102
3886
3887         * sync with 0.8.8cvs8
3888                 see ChangeLog 2002-01-15
3889
3890 2003-01-15 [colin]      0.8.8claws101
3891
3892         * src/Makefile.am
3893                 Fix linking with GNU libiconv
3894
3895 2003-01-15 [darko]      0.8.8claws100
3896
3897         * src/pine.c
3898                 fix crash when importing pine address book
3899                 entry with an empty name (reported by DY
3900                 <dybulk at tri8.net>)
3901
3902 2003-01-14 [paul]       0.8.8claws99
3903
3904         * configure.in  ** REMOVED **
3905           configure.ac  ** NEW FILE **
3906                 rename configure.in to configure.ac, as it is now
3907                 preferred
3908
3909 2003-01-14 [melvin]     0.8.8claws98
3910
3911         * src/folderview.c
3912                 folderview_check_new(): More precise function description
3913
3914 2003-01-14 [melvin]     0.8.8claws97
3915
3916         * src/folderview.c
3917                 folderview_check_new(): return the number of new messages 
3918                         since last check.
3919         * src/inc.c
3920                 inc_account_mail(): Disable counting of new messages for IMAP
3921                         and NNTP until bug [19] and [14] are fixed.
3922
3923 2003-01-14 [paul]       0.8.8claws96
3924
3925         * sync with 0.8.8cvs6
3926                 see ChangeLog 2003-01-14
3927
3928 2003-01-13 [alfons]     0.8.8claws95
3929
3930         * src/textview.c
3931                 tune email address validation (c. 0.8.8claws89): if . is 
3932                 just one char away from @, the address is invalid too 
3933                 (correctly rejects addresses like foo@.com)
3934
3935 2003-01-13 [paul]       0.8.8claws94
3936
3937         * src/messageview.c
3938           src/toolbar.c
3939                 fixes to the Message View toolbar and menu:
3940                 fix non-functioning Forward button
3941                 make Reply button consider default_reply_list
3942                 remove 'Follow-up...' menu entry
3943                 add 'Forward' and 'Redirect' menu entries
3944
3945 2003-01-13 [melvin]     0.8.8claws93
3946
3947         * src/inc.c
3948                 Fixed typo that could make new messages count incorrect.
3949
3950 2003-01-13 [melvin]     0.8.8claws92
3951
3952         * src/folderview.[ch]
3953                 folderview_check_new(): return the number of new messages.
3954         * src/inc.c
3955                 Should fix bug [14] where new mail notification worked 
3956                         incorrectly with IMAP accounts.
3957                 inc_spool_account(): return number of new msgs, or -1 on error
3958                 inc_all_spool(): return number of new msgs
3959                 
3960 2003-01-13 [melvin]     0.8.8claws91
3961
3962         * src/prefs_actions.c
3963                 Justify help text.
3964
3965 2003-01-12 [thorsten]   0.8.8claws90
3966
3967         * src/common/prefs.c
3968                 close file before rename
3969
3970 2003-01-12 [alfons]     0.8.8claws89
3971
3972         * AUTHORS
3973                 add Christian Mertes
3974         * src/common/utils.[ch]
3975                 g_stricase_hash(), g_stricase_equal(): functions for 
3976                 case insensitive hash tables
3977         * src/textview.c
3978                 use top level domain names to validate email address, based
3979                 on a patch by Christian Mertes (thanks!), but changed 
3980                 implementation to use a hash table 
3981
3982 2003-01-12 [paul]       0.8.8claws88
3983
3984         * po/bg.po
3985                 updated by George Danchev
3986
3987 2003-01-12 [alfons]     0.8.8claws87
3988
3989         * src/summaryview.c
3990                 delete / execute performance: use new style folder update
3991
3992 2003-01-12 [paul]       0.8.8claws86
3993
3994         * sync with 0.8.8cvs5
3995                 see ChangeLog 2003-01-13 (!)
3996
3997 2003-01-12 [alfons]     0.8.8claws85
3998
3999         * src/filtering.c
4000         * src/matcher_parser_parse.y
4001                 prepare change_score filtering action
4002         * src/matcher.[ch]
4003                 give up const-correctness on functions that call non-const-correct functions;
4004                 several casts to gpointer in g_free();
4005                 add change_score;
4006
4007 2003-01-12 [christoph]  0.8.8claws84
4008
4009         * src/compose.c
4010                 fix 2 warnings
4011
4012         * src/gtk/prefswindow.[ch]
4013         * src/plugins/spamassassin/spamassassin_gtk.c
4014                 changed the call of the widget create function
4015                 for PrefsPages, because sometimes the widget
4016                 create function needs a widget that already has
4017                 been attached to a window (to create GDK pixmaps
4018                 for exmaple). So we simply pass the GtkWindow as
4019                 the second parameter now.
4020
4021         * src/main.c
4022         * src/mainwindow.c
4023         * src/prefs_toolbar.[ch]
4024                 rewrite Toolbar Preferences using the new
4025                 prefs window
4026
4027 2003-01-11 [alfons]     0.8.8claws83
4028
4029         * src/addressadd.c
4030                 fix crash when adding sender to addressbook because status bar
4031                 isn't there (the status bar doesn't seem to be used though,
4032                 but I'll let Match decide what to do with it)
4033
4034 2003-01-11 [colin]      0.8.8claws82
4035
4036         * src/main.c
4037           src/toolbar.c
4038                 Two useless changes reversed
4039
4040 2003-01-11 [colin]      0.8.8claws81
4041
4042         * src/mainwindow.c
4043           src/mainwindow.h
4044                 Add mainwindow_get_mainwindow()
4045         * src/alertpanel.c
4046           src/alertpanel.h
4047                 Add alertpanel_error_log() 
4048         * src/compose.c
4049           src/inc.c
4050           src/messageview.c
4051           src/toolbar.c
4052           src/main.c
4053           src/procmsg.c
4054                 Network errors get a View Log button
4055
4056 2003-01-10 [alfons]     0.8.8claws80
4057
4058         * src/prefs_toolbar.c
4059         * src/toolbar.c
4060                 use the translatable string for "Separator" as file name for
4061                 separator toolbar items (probably make this uppercase?)
4062
4063 2003-01-10 [alfons]     0.8.8claws79
4064
4065         * src/prefs_toolbar.c
4066                 put right A_SEPARATOR description string in "displayed
4067                 toolbar items list" so manually added separators are
4068                 saved correctly (bug #10, "Adding a separator to the main 
4069                 toolbar fails, entry in xml file is wrong")
4070
4071 2003-01-10 [christoph]  0.8.8claws78
4072
4073         * src/imap.c
4074                 o fix warnings
4075                 o use CAPABILITY to check if NAMESPACE is available
4076
4077 2003-01-10 [christoph]  0.8.8claws77
4078
4079         * src/imap.[ch]
4080                 apply UIDPLUS IMAP extension support patch
4081
4082         Patch submitted by Simon 'corecode' Schubert
4083
4084 2003-01-10 [paul]       0.8.8claws76
4085
4086         * src/folderview.c
4087                 a sync from main which fixes the news account folders'
4088                 Properties bug
4089
4090 2003-01-10 [christoph]  0.8.8claws75
4091
4092         * src/folder.c
4093                 don't accept 0 as a valid uid returned by copy and move
4094                 functions. 0 means the message was copied or moved but the
4095                 new uid could not be fetched. It is not an error condition
4096                 for the copy or move operation.
4097
4098 2003-01-10 [paul]       0.8.8claws74
4099
4100         * src/prefs_filtering.c
4101                 change English used in Alert when entry is not
4102                 saved.
4103                 
4104         * sync with 0.8.8cvs4
4105                 see ChangeLog 2003-01-10
4106
4107 2003-01-10 [darko]      0.8.8claws73
4108
4109         * src/pine.c
4110                 fix crash when importing address book entry
4111                 without a valid address
4112
4113 2003-01-09 [alfons]     0.8.8claws72
4114
4115         * src/inc.c
4116                 filtering performance: use new style folder update
4117
4118 2003-01-09 [christoph]  0.8.8claws71
4119
4120         * src/compose.c
4121         * src/gtk/menu.[ch]
4122                 fix wrong selecting of mime encoding type, when
4123                 opening property dialog of attachments in the
4124                 compose window. 7bit was always selected and that
4125                 destoryed files with 8bit data.
4126                 (closes bug #9 Sylpheed-claws destroys attachments when
4127                  changing MIME-types)
4128
4129 2003-01-09 [paul]       0.8.8claws70
4130
4131         * sync with 0.8.8cvs3
4132                 see ChangeLog 2003-01-09
4133
4134 2003-01-08 [alfons]     0.8.8claws69
4135         
4136         * src/addressadd.c
4137                 apply patch by Kim Schulz to fix build breakage
4138                 because of missing variable
4139
4140 2003-01-08 [paul]       0.8.8claws68
4141
4142         * sync with 0.8.8cvs2
4143                 see ChangeLog 2002-01-08
4144
4145 2003-01-08 [paul]       0.8.8claws67
4146
4147         * po/it.po
4148                 updated by Alessandro Maestri
4149                 
4150         * src/addressadd.c
4151                 when using 'Add sender to addressbook' allow
4152                 name to be edited and remarks to be entered
4153                 Patch submitted by Luke Plant
4154
4155 2003-01-08 [darko]      0.8.8claws66
4156
4157         * README.claws, src/summaryview.c
4158                 fix description for marked messages
4159
4160 2003-01-08 [paul]
4161
4162         * tools/Makefile.am
4163           tools/launch_phoenix  ** NEW FILE **
4164                 add script that enables using Phoenix as the default
4165                 web browser. 
4166                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4167                 
4168         * tools/OOo2sylpheed.pl
4169                 remove full path to sylpheed executable, just 'sylpheed'
4170                 will do
4171                 
4172         * tools/README
4173                 add launch_phoenix informtion and re-arrange and compress
4174                 the data a little
4175
4176 2003-01-07 [christoph]  0.8.8claws65
4177
4178         * src/folder.c
4179                 fix update for source folder when moving messages
4180         * src/procmsg.[ch]
4181         * src/summaryview.c
4182                 use function to set to_folder for message infos and
4183                 automatically update the op_count for old and new
4184                 folder
4185
4186 2003-01-07 [melvin]     0.8.8claws64
4187
4188         * src/prefs_actions.c
4189                 Fixed bug where an '%p' Action on a displayed image crashed 
4190                         Sylpheed
4191                 Code clean up (get rid of duplicated code and removed unnecessary 
4192                                 structure member)
4193
4194 2003-01-07 [christoph]  0.8.8claws63
4195
4196         * src/compose.c
4197         * src/folder.[ch]
4198         * src/folderview.c
4199         * src/import.c
4200         * src/inc.c
4201         * src/main.c
4202         * src/mainwindow.c
4203         * src/messageview.c
4204         * src/prefs_folder_item.c
4205         * src/procmsg.c
4206         * src/summaryview.c
4207         * src/toolbar.c
4208                 o remove all folder update triggering from the UI code. The folder
4209                   system should know much better when a folder needs an update.
4210                 o to prevent multiple updates in a row the folder updates can be
4211                   frozen for some time.
4212
4213                 Note: - Please verify that no updates are missing
4214                       - Check where freeze/thaws should be added
4215
4216 2003-01-07 [christoph]  0.8.8claws62
4217
4218         * src/prefs_actions.c
4219                 don't translate empty strings
4220
4221         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4222
4223 2003-01-06 [christoph]  0.8.8claws61
4224
4225         * src/prefs_actions.c
4226                 mark strings for gettext
4227         * src/prefs_matcher.c
4228                 use new description window for Execute action and
4229                 match condition in Filtering
4230
4231         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4232
4233 2003-01-06 [alfons]     0.8.8claws60
4234
4235         keep myself inspired to re-organize matcher part 8; 
4236         yes, more to come (I need to move out the descriptive
4237         text for actions to matcher.c, or at least make it not
4238         depend on the wicked ordering)
4239
4240         * src/prefs_matcher.c
4241                 add documentation so others may comprehend the
4242                 UI part of the conditions
4243                 
4244 2003-01-06 [christoph]  0.8.8claws59
4245
4246         * src/prefs_actions.c
4247                 use new description window for syntax help
4248         * src/gtk/description_window.c
4249                 fix display of descriptions with column count != 2
4250
4251         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4252
4253 2003-01-06 [christoph]  0.8.8claws58
4254
4255         * src/quote_fmt.c
4256         * src/summaryview.[ch]
4257         * src/gtk/Makefile.am
4258         * src/gtk/description_window.[ch]       ** NEW **
4259                 use a generic window to display syntax descriptions
4260                 currently used in quote_fmt and summaryview (new description
4261                 for extended quick search)
4262
4263         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4264
4265 2003-01-06 [paul]       0.8.8claws57
4266
4267         * sync with 0.8.8cvs1
4268                 see ChangeLog 2003-01-06
4269
4270 2003-01-06 [christoph]  0.8.8claws56
4271
4272         * src/mainwindow.c
4273         * src/prefs_gtk.[ch]
4274         * src/gtk/prefswindow.[ch]
4275         * src/plugins/spamassassin/spamassassin_gtk.c
4276                 o remove page management from prefswindow, pages
4277                   will be an argument to prefswindow_open
4278                 o prefswindow_open gets a datapointer that is
4279                   passed to the widget_create function to allow
4280                   creation of prefswindow for specific items
4281
4282 2003-01-06 [colin]      0.8.8claws55
4283         
4284         * src/summaryview.c
4285                 We don't want regexp in the reply-finder, 
4286                 because MIDs can contain !,$,. and so on
4287
4288 2003-01-06 [jens]       0.8.8claws54
4289
4290         * src/jpilot.c
4291                 fixed a wrong free in jpilot_read_db_files
4292
4293 2003-01-06 [alfons]     0.8.8claws53
4294
4295         re-organize matcher part 8; more to come
4296        
4297         * src/matcher.c
4298                 matcherprop_to_string(): put g_free()s before the
4299                 switch-case break to fix memleaks                
4300
4301 2003-01-06 [colin]      0.8.8claws52
4302
4303         * src/summaryview.c
4304                 cleanup & reply-finder now displays the first 
4305                 matching message
4306
4307 2003-01-05 [alfons]     0.8.8claws51
4308
4309         re-organize matcher part 7; more to come
4310
4311         * src/matcher.[ch]
4312                 fixes for constant correctness;
4313                 more documentation;
4314
4315 2003-01-05 [alfons]     0.8.8claws50
4316
4317         re-organize matcher part 6; more to come
4318         
4319         * src/matcher.[ch]
4320                 fixes for constant correctness;
4321                 more documentation;
4322         * src/filtering.c
4323                 fix for constant correctness
4324
4325 2003-01-05 [colin]      0.8.8claws49
4326
4327         * src/account.[ch]
4328                 Add account_get_reply_account function
4329         * src/compose.c
4330                 Use account_get_reply_account function 
4331         * src/summaryview.c
4332                 Basic reply-finder - click on the replied
4333                 icon gets you to the outbox using quick-search
4334
4335 2003-01-05 [paul]       0.8.8claws48
4336
4337         * src/prefs_common.c
4338                 small change to English
4339                 
4340         * src/prefs_filtering.c
4341                 prefs_filtering_action_select(): improve logic and uniformity
4342                 of gui
4343
4344 2003-01-05 [alfons]     0.8.8claws47
4345
4346         fine tune solution to focus problems (bug #7)
4347
4348         * src/mainwindow.c
4349                 mainwindow_focus_in_event(): remove grab event check
4350         * src/summaryview.c
4351                 summary_button_pressed(): move selection on right-click
4352                 too. we can't possibly move the selection back after
4353                 canceling a dialog, because gtk's incomplete focus 
4354                 management. whether this is a good solution, only time
4355                 will tell.
4356
4357 2003-01-05 [christoph]  0.8.8claws46
4358
4359         * src/imap.c
4360                 fix crash when no imap connection could be established
4361
4362 2003-01-05 [paul]       0.8.8claws45
4363
4364         * src/mainwindow.c
4365           src/sumamryview.c
4366           src/gtk/menu.[ch]
4367                 fix bug 605957 'shortcuts in popup-menu'
4368                 make user-defined shortcuts work
4369                 show shortcuts that are already defined
4370                 in the main menu
4371                 Patch submitted by Luke Plant
4372
4373 2003-01-05 [alfons]     0.8.8claws44
4374
4375         * src/mainwindow.c
4376                 focus_in_event handler should not select summary view row 
4377                 when another window (menu, dialog) grabbed for events 
4378                 (bug #7, "[0.8.8claws42] Message summary focus") 
4379
4380 2003-01-04 [christoph]  0.8.8claws43
4381
4382         * src/procmsg.c
4383                 update save folder after adding the sent message
4384                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4385
4386 2003-01-02 [christoph]  0.8.8claws42
4387
4388         * src/common/plugin.c
4389                 fix unloading of all plugins and unload
4390                 plugins in reverse order
4391                 
4392         * src/gtk/pluginwindow.c
4393                 implement function of load and unload button
4394
4395         * src/gtk/prefswindow.c
4396         * src/gtk/prefswindow.h
4397                 rename register function and add new unregister
4398                 function
4399
4400         * src/plugins/spamassassin/spamassassin_gtk.c
4401                 unregister prefs page and update for changes in
4402                 src/gtk/prefswindow.c
4403
4404 2003-01-02 [paul]       0.8.8claws41
4405
4406         * po/es.po
4407                 updated by Ricardo Mones Lastra
4408
4409 2003-01-02 [paul]
4410
4411         * tools/tb2sylpheed
4412                 fixes and improvements by Urke MMI
4413
4414 2003-01-02 [thorsten]   0.8.8claws40
4415
4416         * src/procmsg.c
4417                 fixed wrong return value
4418
4419 2003-01-02 [thorsten]   0.8.8claws39
4420
4421         * src/prefs.c
4422                 fixed printing wrong variable
4423
4424 2003-01-02 [thorsten]   0.8.8claws38
4425
4426         * src/prefs.c
4427                 fixed acessing members of freed pfile struct
4428
4429 2003-01-02 [thorsten]   0.8.8claws37
4430
4431         * src/procmsg.c
4432                 detect loops across several messages
4433                 as suggested by Christoph Hohmann
4434
4435 2003-01-01 [match]      0.8.8claws36
4436
4437         * src/addrindex.c
4438                 fixed another memory leak.
4439
4440 2003-01-01 [match]      0.8.8claws35
4441
4442         * src/jpilot.[ch]
4443                 fixed memory leaks. applied Doxygen comments.
4444
4445 2003-01-01 [thorsten]   0.8.8claws34
4446
4447         * src/procmsg.c
4448                 inhibit endless loop if msg references itself
4449                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4450
4451 2003-01-01 [christoph]  0.8.8claws33
4452
4453         * src/mainwindow.c
4454         * src/gtk/Makefile.am
4455         * src/gtk/pluginwindow.c                ** NEW **
4456         * src/gtk/pluginwindow.h                ** NEW **
4457                 add plugin window
4458
4459         * src/plugins/demo/demo.c
4460         * src/plugins/spamassassin/spamassassin.c
4461         * src/plugins/spamassassin/spamassassin_gtk.c
4462                 write better plugin descriptions
4463
4464 2002-12-31 [christoph]  0.8.8claws32
4465
4466         * src/gtk/prefswindow.c
4467         * src/plugins/spamassassin/spamassassin_gtk.c
4468                 some small improvements to GTK code
4469
4470 2002-12-31 [christoph]  0.8.8claws31
4471
4472         * src/plugins/spamassassin/spamassassin_gtk.c
4473                 enable folder select button
4474
4475 2002-12-31 [christoph]  0.8.8claws30
4476
4477         * src/mainwindow.c
4478         * src/gtk/Makefile.am
4479         * src/gtk/prefswindow.c                         ** NEW **
4480         * src/gtk/prefswindow.h                         ** NEW **
4481                 add new prefs window
4482
4483         * src/common/plugin.c
4484                 don't try to load empty config lines
4485         
4486         * src/plugins/spamassassin/Makefile.am
4487         * src/plugins/spamassassin/spamassassin.c
4488         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4489         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4490                 GTK config for SpamAssassin Plugin using
4491                 the new prefs window
4492
4493 2002-12-31 [paul]       0.8.8claws29
4494
4495         * po/POTFILES.in
4496                 remove obsolete entry 'src/menu.c'
4497
4498 2002-12-31 [alfons]     0.8.8claws28
4499
4500         * src/matcher.[ch]
4501         * src/matcher_parser_parse.y
4502         * src/prefs_matcher.c
4503                 add "ignore_thread" and "~ignore_thread" condition so it's
4504                 possible to make the actions / scoring operate on the ignore
4505                 thread flag
4506
4507 2002-12-31 [christoph]  0.8.8claws27
4508
4509         * src/addrbook.c
4510         * src/addrindex.c
4511         * src/folder.c
4512         * src/matcher.c
4513         * src/prefs_account.c
4514         * src/prefs_actions.c
4515         * src/prefs_customheader.c
4516         * src/prefs_display_header.c
4517         * src/prefs_gtk.c
4518         * src/procmime.c
4519         * src/toolbar.c
4520         * src/xmlprops.c
4521         * src/common/prefs.[ch]
4522                 extend prefs file handling for reading and automatic handling
4523                 of blocks. When reading prefs_set_block_label will automatically
4524                 move on to the block. When writing it will copy all other blocks
4525                 automatically
4526
4527         * src/common/plugin.c
4528                 Now loading plugin filenames from [Plugins] block in
4529                 sylpheed rc file
4530
4531 2002-12-30 [christoph]  0.8.8claws26
4532
4533         * src/common/hooks.[ch]
4534                 return abort status to caller of hooks_invoke
4535                 
4536         * src/inc.[ch]
4537                 invoke message filtering hook and stop
4538                 default handling when filter returns abort
4539
4540         * src/common/plugin.[ch]
4541         * src/plugins/demo/demo.c
4542                 modify plugin loader, because resolving symbols for strings
4543                 does not work correctly
4544         
4545         * configure.in
4546         * ac/spamassassin.m4                            ** NEW **
4547         * src/plugins/spamassassin/.cvsignore           ** NEW **
4548         * src/plugins/spamassassin/Makefile.am          ** NEW **
4549         * src/plugins/spamassassin/README               ** NEW **
4550         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4551         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4552         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4553                 add spamassassin plugin, see src/plugins/spamassassin/README
4554                 for details
4555
4556 2002-12-29 [alfons]     0.8.8claws25
4557
4558         * src/mainwindow.c
4559                 when moving focus from a message view to the main 
4560                 window, don't forget to select the summary node
4561                 of the displayed message. should fix "[ 659103 ] 
4562                 focus-follows-mouse confuses sylpheed"
4563
4564 2002-12-29 [christoph]  0.8.8claws24
4565
4566         * src/Makefile.am
4567         * src/stringtable.[ch]          ** REMOVE **
4568         * src/common/Makefile.am
4569         * src/common/stringtable.[ch]   ** NEW **
4570                 move stringtable files to common directory
4571
4572 2002-12-29 [christoph]  0.8.8claws23
4573
4574         * src/Makefile.am
4575         * src/menu.[ch]                 ** REMOVE **
4576         * src/gtk/Makefile.am
4577         * src/gtk/menu.[ch]             ** NEW **
4578                 move menu files to gtk directory
4579
4580 2002-12-29 [match]      0.8.8claws22
4581
4582         * src/addressbook.c
4583         * src/syldap.c
4584                 moved UI specific code out of LDAP code into addressbook
4585                 UI code. fixed memory leak.
4586
4587 2002-12-29 [christoph]  0.8.8claws21
4588
4589         * src/folder.c
4590                 only check for IGNORED parent message when message is
4591                 not IGNORED itself
4592
4593 2002-12-29 [alfons]     0.8.8claws20
4594
4595         * src/summaryview.c
4596                 set gtksctree's anchor correct (immediate execute
4597                 changes the tree's layout, and anchor points at 
4598                 the incorrect row). fixes "[ 657233 ] multiple msg 
4599                 delete sometimes off by 1".
4600                 we probably have to look for more tree layout /
4601                 anchor glitches.
4602
4603 2002-12-29 [paul]       0.8.8claws19
4604
4605         * src/summaryview.c
4606                 fix bug [ 659054 ] incorrect sorting of 'From' column
4607                 when using 'display sender using address book'
4608                 thanks to Alfons and Luke Plant
4609
4610 2002-12-29 [christoph]  0.8.8claws18
4611
4612         * src/folder.c
4613         * src/procmsg.[ch]
4614                 check parent messages for IGNORE THREAD flag, when adding,
4615                 moving or copying messages to a folder
4616
4617 2002-12-27 [alfons]     0.8.8claws17
4618
4619         re-organize matcher part 5; more to come
4620
4621         * src/matcher.c
4622                 hash keywords in matchparser_tab 
4623
4624 2002-12-27 [alfons]     0.8.8claws16
4625
4626         re-organize matcher part 4; more to come
4627
4628         * src/matcher_parser.h
4629         * src/matcher_parser_lex.l
4630         * src/matcher_parser_parse.y
4631                 cleanup
4632
4633 2002-12-27 [alfons]     0.8.8claws15
4634
4635         re-organize matcher part 3; more to come
4636
4637         * src/matcher.[ch]
4638                 cleanup
4639
4640 2002-12-27 [alfons]     0.8.8claws14
4641
4642         re-organize matcher part 2; more to come but this should
4643         work. cc me if there are any regressions.
4644
4645         * src/matcher.h
4646                 add prototype for get_matchparser_tab_id()
4647         * src/matcher_parser_lex.l
4648                 look up keywords using matchparser_tab_id();
4649
4650 2002-12-27 [alfons]     0.8.8claws12
4651
4652         re-organize matcher part 1
4653
4654         * src/matcher.h
4655                 map yacc generated constants to sylpheed matcher constants
4656         * src/matcher.c
4657                 add function to find a matcher constant from a string
4658
4659 2002-12-27 [christoph]  0.8.8claws11
4660
4661         * src/compose.c
4662                 MENUITEM_ADD casts the 4th argument from integer to pointer
4663                 so it probably should not be a pointer, this means we
4664                 should use account id for it and not the account's pointer
4665
4666 2002-12-27 [paul]       0.8.8claws10
4667
4668         * src/mainwindow.c
4669                 remove unneeded 'GtkWidget *vbox'
4670                 
4671         * src/summaryview.c
4672                 further sync with 0.8.8 - make sort
4673                 by recipient work as expected
4674                 
4675         * NEWS
4676                 sync with 0.8.8
4677
4678 2002-12-27 [paul]       0.8.8claws9
4679
4680         * po/pt_BR.po
4681                 updated by Ivan F. Martinez
4682                 
4683 2002-12-27 [darko]      0.8.8claws8
4684
4685         * src/common/utils.c
4686                 added locked pattern to extended search
4687
4688 2002-12-27 [alfons]     0.8.8claws7
4689
4690         * src/prefs_matcher.[ch]
4691                 clean up
4692
4693 2002-12-26 [alfons]     0.8.8claws6
4694
4695         * src/matcher.[ch]
4696         * src/matcher_parser_lex.l
4697         * src/matcher_parser_parse.y
4698         * src/prefs_matcher.c
4699                 allow color label as a condition in the matcher
4700
4701 2002-12-26 [oliver]     0.8.8claws5
4702         
4703         * src/toolbar.c 
4704                 enable Addressbook for Main and Messageview
4705         * src/prefs_actions.c
4706                 enable actions in Messageview
4707
4708 2002-12-26 [christoph]  0.8.8claws4
4709
4710         * src/common/plugin.c
4711                 add a little debug output
4712         * configure.in
4713         * src/plugins/demo/Makefile.am
4714                 better use of automake
4715
4716 2002-12-26 [christoph]  0.8.8claws3
4717
4718         * src/Makefile.am
4719         * src/common/Makefile.am
4720                 fix "make distdir"
4721
4722 2002-12-26 [christoph]  0.8.8claws2
4723
4724         * configure.in
4725                 sort configure checks into common / gtk / plugins
4726         * po/POTFILES.in
4727                 add src/prefs_gtk.c
4728         * src/Makefile.am
4729                 add plugins SUBDIR
4730         * src/main.c
4731         * src/common/sylpheed.[ch]
4732                 added now sylpheed_done function for shutdown
4733         * src/common/Makefile.am
4734         * src/common/plugin.[ch]                ** NEW **
4735                 plugin loader and unloader
4736         * src/plugins/.cvsignore                ** NEW **
4737         * src/plugins/Makefile.am               ** NEW **
4738                 build plugins
4739         * src/plugins/demo/.cvsignore           ** NEW **
4740         * src/plugins/demo/Makefile.am          ** NEW **
4741         * src/plugins/demo/demo.c               ** NEW **
4742                 small demo plugin that installs a logtext hook and
4743                 outputs the log text to stdout
4744
4745 2002-12-26 [paul]       0.8.8claws1
4746
4747         * po/es.po
4748                 updated by Ricardo Mones Lastra
4749
4750 2002-12-26 [paul]       0.8.8claws
4751
4752         * 0.8.8claws released
4753
4754 2002-12-26 [paul]       0.8.7claws12
4755
4756         * po/bg.po
4757                 updated by George Danchev
4758
4759 2002-12-26 [paul]       0.8.7claws11
4760
4761         * po/POTFILES.in
4762                 remove unneeded 'src/prefs.c' entry 
4763
4764 2002-12-26 [paul]       0.8.7claws10
4765
4766         * src/codeconv.c
4767           src/mainwindow.c
4768                 sync with 0.8.8 release
4769         
4770         * src/folder.[ch]
4771           src/mh.c
4772           src/summaryview.c
4773                 partial sync with 0.8.8 release
4774         
4775
4776 2002-12-25 [alfons]     0.8.7claws9
4777
4778         * src/matcher.[ch]
4779         * src/matcher_parser_lex.l
4780         * src/matcher_parser_parse.y
4781         * src/prefs_matcher.c
4782                 add locked flag to possible filtering / matcher 
4783                 conditions (also a good example what should be
4784                 done to add a simple boolean condition)
4785
4786 2002-12-25 [christoph]  0.8.7claws8
4787
4788         * src/Makefile.am
4789         * src/account.[ch]
4790         * src/addrbook.c
4791         * src/addressbook.c
4792         * src/addrindex.c
4793         * src/filtering.c
4794         * src/folder.c
4795         * src/matcher.c
4796         * src/prefs.[ch]                ** REMOVE **
4797         * src/prefs_account.c
4798         * src/prefs_actions.c
4799         * src/prefs_common.c
4800         * src/prefs_customheader.c
4801         * src/prefs_display_header.c
4802         * src/prefs_filtering.c
4803         * src/prefs_folder_item.c
4804         * src/prefs_gtk.[ch]            ** NEW **
4805         * src/prefs_matcher.c
4806         * src/prefs_scoring.c
4807         * src/prefs_summary_column.c
4808         * src/procmime.c
4809         * src/selective_download.c
4810         * src/toolbar.c
4811         * src/common/Makefile.am
4812         * src/common/prefs.[ch]         ** NEW **
4813                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4814
4815 2002-12-24 [alfons]     0.8.7claws7
4816
4817         * src/summaryview.c
4818                 summary_thread_build(): fix real cause of the crash mentioned in
4819                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4820                 this way we get meaningful ctree nodes 
4821
4822 2002-12-24 [oliver]     0.8.7claws6
4823
4824         * src/mainwindow.[ch]
4825         * src/messageview.[ch]
4826         * src/compose.[ch]
4827         * src/inc.c
4828         * src/summaryview.c
4829                 changes to use updated toolbar handling
4830                 
4831 2002-12-24 [oliver]     0.8.7claws5
4832
4833         * src/toolbar.[ch]
4834                 generic toolbar handling
4835                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4836         * src/prefs_toolbar.[ch]
4837                 adjust to handling
4838         
4839 2002-12-24 [oliver]     0.8.7claws4
4840         
4841         * src/stock_pixmap.[ch]
4842                 move SYLPHEED_LOGO to end of list in order 
4843                 to remove it from Custom Toolbar`s Icon View
4844
4845 2002-12-24 [alfons]     0.8.7claws3
4846
4847         * src/summaryview.c
4848                 summary_thread_build(): fix crash because of focus != selection 
4849                 after threading. when deleting the selection, gtk tries but fails 
4850                 to find the correct focusable element. we now force the selection
4851                 to be focused. this should solve the infamous bug reported by 
4852                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4853                 a test case is available. 
4854
4855 2002-12-24 [darko]      0.8.7claws2
4856
4857         * src/summaryview.c
4858                 don't crash when unmarking message with unread children
4859
4860 2002-12-23 [christoph]  0.8.7claws1
4861
4862         * src/Makefile.am
4863         * src/common/Makefile.am
4864                 update Makefiles for moved intl.h, version.h and defs.h
4865         * src/imap.c
4866                 rewrite imap_session_get to avoid duplicate code
4867
4868 2002-12-23 [paul]       0.8.7claws
4869
4870         * Santa-Claws released
4871         
4872         * po/hu.po
4873           po/ru.po
4874                 squeeze in updated Hungarian and Russian translations.
4875                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4876
4877 2002-12-23 [paul]       0.8.6claws129
4878
4879         * po/pl.po
4880                 updated by Witold Wladyslaw Wojciech Wilk
4881
4882 2002-12-23 [paul]       0.8.6claws128
4883
4884         * src/quote_fmt_parse.y
4885                 fix typo and add licence header
4886
4887 2002-12-23 [paul]       0.8.6claws127
4888
4889         * po/en_GB.po
4890                 updated
4891
4892 2002-12-23 [paul]       0.8.6claws126
4893
4894         * po/it.po
4895                 updated translation, submitted by Alessandro Maestri
4896                 
4897 2002-12-23 [paul]       0.8.6claws125
4898
4899         * src/quote_fmt_parse.y
4900                 fix signature-stripping on replies bug. match
4901                 '-- \n' and not '-- '.
4902
4903 2002-12-22 [paul]       0.8.6claws124
4904
4905         * po/bg.po
4906           po/es.po
4907           po/sr.po
4908                 updated translations. submitted by George Danchev,
4909                 Ricardo Mones Lastra, and Urke MMI respectively
4910
4911 2002-12-21 [paul]       0.8.6claws123
4912
4913         * src/addrbook.c
4914                 fix coding style
4915
4916 2002-12-21 [paul]       0.8.6claws122
4917
4918         * src/addrbook.c
4919                 fix bug [643638] where if a person is in one or more
4920                 addressbook groups editing that person's email 
4921                 address results in removal from those groups.
4922                 Patch submitted by Luke Plant.
4923
4924 2002-12-20 [christoph]  0.8.6claws121
4925
4926         * src/common/utils.c
4927         * src/summaryview.c
4928                 reimplement expand_search_string using GString to
4929                 prevent crashs caused by miscalculated string
4930                 lengths reported by Paul
4931
4932 2002-12-20 [christoph]  0.8.6claws120
4933
4934         * src/summaryview.c
4935                 don't use "changed" to check if op_count has to be changed as it
4936                 is also set when the message has unread children
4937                 (closes bug [ 653221 ] crash while deleting duplicates)
4938
4939 2002-12-20 [paul]       0.8.6claws119
4940
4941         * sync with 0.8.6cvs27
4942                 see ChangeLog 2002-12-20
4943
4944 2002-12-20 [paul]       0.8.6claws118
4945
4946         * sync with 0.8.6cvs26
4947                 see ChangeLog 2002-12-19 and 2002-12-20
4948
4949 2002-12-19 [alfons]     0.8.6claws117
4950
4951         * src/textview.c
4952                 fix incorrect parsing of email addresses, submitted by 
4953                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4954                 name display if it contains @".
4955
4956 2002-12-18 [paul]       0.8.6claws116
4957
4958         * sync with 0.8.6cvs23
4959                 see ChangeLog 2002-12-18
4960
4961 2002-12-18 [paul]       0.8.6claws115
4962
4963         * src/Makefile.am
4964         * src/account.c
4965         * src/codeconv.c
4966         * src/gtkutils.[ch]
4967         * src/imap.c
4968                 sync with 0.8.6cvs22.
4969                 see ChangeLog 2002-12-17 and 2002-12-18
4970
4971 2002-12-17 [christoph]  0.8.6claws114
4972
4973         * src/imap.c
4974                 o don't create a session if imap greeting fails
4975                 o don't close socket when authentication fails
4976                   this is done by imap_session_destroy
4977
4978 2002-12-17 [thorsten]   0.8.6claws113
4979
4980         * tools/Makefile.am
4981           tools/README
4982           tools/google_msgid.pl ** NEW FILE **
4983                 Added "search for message-id" script and doc
4984
4985 2002-12-17 [thorsten]   0.8.6claws112
4986
4987         * po/hu.po
4988                 Updated hungarian translation
4989                 (updated by Gal Zoltan)
4990
4991 2002-12-16 [christoph]  0.8.6claws111
4992
4993         * src/addr_compl.c
4994                 remove stupid addressbook dump to debug output
4995         * src/mh.c
4996                 fix memory leak found by Hiro
4997
4998 2002-12-14 [paul]       0.8.6claws110
4999
5000         * src/compose.c
5001                 fix menubar sensitivity on send
5002                 
5003         * src/prefs_filtering.c
5004         * src/prefs_matcher.c
5005         * src/prefs_scoring.c
5006                 Fix english ;)
5007                 
5008         * src/common/quoted-printable.h
5009                 sync: fix typo
5010         
5011 2002-12-13 [christoph]  0.8.6claws109
5012
5013         * src/Makefile.am
5014         * src/manage_window.[ch]        ** REMOVE **
5015         * src/gtk/Makefile.am
5016         * src/gtk/manage_window.[ch]    ** NEW **
5017                 move manage_window files to gtk directory
5018
5019 2002-12-13 [christoph]  0.8.6claws108
5020
5021         * src/Makefile.am
5022         * src/gtkshruler.[ch]           ** REMOVE **
5023         * src/gtk/Makefile.am
5024         * src/gtk/gtkshruler.[ch]       ** NEW **
5025                 move gtkshruler files to gtk directory
5026
5027 2002-12-13 [christoph]  0.8.6claws107
5028
5029         * src/Makefile.am
5030         * src/compose.c
5031         * src/gtkstext.[ch]             ** REMOVE **
5032         * src/gtkutils.[ch]
5033         * src/textview.c
5034         * src/gtk/gtkstext.[ch]         ** NEW **
5035         * src/gtk/Makefile.am
5036                 o move stext functions to gtkstext.c to remove
5037                   dependency of gtkutils
5038                 o move gtkstext files to gtk directory
5039
5040         * src/gtk/Makefile.am
5041         * src/gtk/sslcertwindow.[ch]
5042                 UI stuff can always depend on common code so
5043                 it's ok to add ../common to include path
5044
5045 2002-12-13 [colin]      0.8.6claws106
5046
5047         * src/summaryview.c
5048                 Disconnect sighandlers for mainwindow when
5049                 quicksearch has the focus
5050                 Fix bug #653231
5051         * src/mainwindow.[ch]
5052                 Make key_pressed callback public, to be able
5053                 to disconnect it
5054
5055 2002-12-13 [christoph]  0.8.6claws105
5056
5057         * src/mh.c
5058                 create .mh_sequences file in new MH folders
5059                 (closes feature request [ 523162 ] MH folders should
5060                  get a .mh_sequences)
5061
5062 2002-12-13 [colin]      0.8.6claws104
5063
5064         * src/summaryview.c
5065                 Better handling of quicksearch show/hide
5066                 (basically the button stays under the mouse 
5067                  when toggled)
5068
5069 2002-12-13 [paul]       0.8.6claws103
5070
5071         * sync with 0.8.6cvs17
5072                 see ChangeLog 2002-12-13
5073
5074 2002-12-13 [paul]       0.8.6claws102
5075
5076         * po/es.po
5077                 updated by Ricardo Mones Lastra
5078
5079 2002-12-11 [colin]       0.8.6claws101
5080
5081         * src/folder.c
5082                 remove statusbar stuff
5083           src/folderview.c
5084                 set statusbar verbosity when moving folders
5085
5086 2002-12-11 [colin]       0.8.6claws100
5087         * src/prefs_filtering.c
5088         * src/prefs_matcher.c
5089         * src/prefs_scoring.c
5090                 Fix english ;)
5091
5092 2002-12-11 [colin]       0.8.6claws99
5093
5094         * src/prefs_common.[ch]
5095                 Add summary_quicksearch_type
5096         * src/summaryview.c
5097                 Save last used quicksearch type
5098
5099 2002-12-11 [jens]       0.8.6claws98
5100         * src/prefs_filtering.c
5101         * src/prefs_matcher.c
5102         * src/prefs_scoring.c
5103                 added dialog for incomplete rules in scoring, filtering and
5104                 matcher to ask wheather really close
5105
5106 2002-12-11 [colin]      0.8.6claws97
5107
5108         * src/folder.c
5109                 Fix folder dnd statusbar logging
5110
5111 2002-12-10 [christoph]  0.8.6claws96
5112
5113         * src/compose.c
5114         * src/folder.c
5115         * src/imap.c
5116         * src/inc.c
5117         * src/main.c
5118         * src/mainwindow.c
5119         * src/news.c
5120         * src/send.c
5121         * src/statusbar.[ch]
5122         * src/common/hooks.c
5123         * src/common/log.[ch]
5124                 o handle verbose logging in statusbar directly in statusbar code
5125                   and common code does not need any knowledge about a statusbar
5126                 o remove direct calls to statusbar_(puts|pop)_all functions
5127
5128 2002-12-10 [jens]       0.8.6claws95
5129
5130         * src/*.c
5131                 removed gettext from g_warnings
5132         * po/POTFILES.in
5133                 cleaned and updated
5134         * po/de.po
5135                 updated
5136
5137 2002-12-10 [colin]      0.8.6claws94
5138
5139         * src/main.c
5140                 finish crash dialog fix
5141
5142 2002-12-10 [colin]      0.8.6claws93
5143
5144         * src/main.c
5145                 "Fix" "sylpheed already running" instead of
5146                 crash dialog appearing after a crash
5147
5148 2002-12-10 [colin]      0.8.6claws92
5149
5150         * po/POTFILES.in
5151                 add src/gtk/sslcertwindow.c
5152
5153 2002-12-10 [paul]       0.8.6claws91
5154
5155         * po/POTFILES.in
5156                 updated to reflect recent changes
5157                 submitted by Alessandro Maestri
5158
5159 2002-12-09 [christoph]  0.8.6claws90
5160
5161         * src/Makefile.am
5162         * src/smtp.[ch]                 ** REMOVE **
5163         * src/common/Makefile.am
5164         * src/common/smtp.[ch]          ** NEW **
5165                 move smtp files to common directory
5166
5167 2002-12-09 [christoph]  0.8.6claws89
5168
5169         * src/Makefile.am
5170         * src/session.[ch]              ** REMOVE **
5171         * src/common/Makefile.am
5172         * src/common/session.[ch]       ** NEW **
5173                 move session files to common directory
5174
5175 2002-12-09 [paul]       0.8.6claws88
5176
5177         * src/account.c
5178                 fix bug [649746] edit accounts: move account reverted
5179                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5180
5181 2002-12-09 [colin]      0.8.6claws87
5182
5183         * src/ssl_certificate.c
5184                 cleanup
5185
5186 2002-12-09 [colin]      0.8.6claws86
5187
5188         * src/ssl.c
5189                 Try to open the cert.pem database and 
5190                 issue a warning if it isn't there
5191
5192 2002-12-09 [colin]      0.8.6claws85
5193
5194         * src/common/ssl_certificate.c
5195         * src/gtk/sslcertwindow.c
5196                 Warning fixes
5197
5198 2002-12-09 [colin]      0.8.6claws84
5199
5200         * src/ssl_certificate.[ch] ** REMOVED **
5201         * src/common/ssl_certificate.[ch] ** NEW **
5202         * src/Makefile.am
5203         * src/common/Makefile.am
5204                 Moved ssl_certificate.[ch] to common
5205         * src/common/ssl.c 
5206                 Put back needed include
5207         * src/gtk/sslcertwindow.[ch]
5208                 Changed ssl_certificate.h include
5209         
5210 2002-12-09 [colin]      0.8.6claws83
5211
5212         * src/gtk/sslcertwindow.[ch]
5213                 Implement hook for certificate acception
5214         * src/ssl_certificate.[ch]
5215                 Implement hook for certificate acception
5216         * src/common/ssl.c
5217                 Reenable certificate acception check
5218         * src/mainwindow.c
5219                 Register sslcertwindow's hook
5220         
5221 2002-12-08 [christoph]  0.8.6claws82
5222
5223         * src/about.c
5224         * src/addr_compl.c
5225         * src/codeconv.c
5226         * src/manual.c
5227         * src/undo.c
5228         * src/common/utils.c
5229                 o add missing includes
5230                 o fix warnings
5231         * src/.cvsignore
5232         * src/common/.cvsignore
5233         * src/common/version.h          ** REMOVE **
5234                 remove autogenerated file
5235
5236 2002-12-08 [paul]       0.8.6claws81
5237
5238         * src/stringtable.c
5239                 put back needed include
5240
5241 2002-12-08 [colin]      0.8.6claws80
5242         
5243         * src/gtk/sslcertwindow.c
5244                 Cleaner popups when asking
5245         * src/ssl_certificate.c
5246         * src/prefs_common.[ch]
5247                 remove ssl certificate pref
5248                 put back needed include
5249         * src/undo.c
5250                 put back needed include
5251
5252 2002-12-08 [christoph]  0.8.6claws79
5253
5254         * src/folderview.c
5255         * src/logwindow.c
5256         * src/statusbar.c
5257         * src/summaryview.c
5258                 only abort hook invokation if required data is missing not
5259                 if our own data pointer is NULL, update hookfunction for
5260                 log window
5261
5262 2002-12-08 [paul]       0.8.6claws78
5263
5264         * src/about.c
5265         * src/addrcache.c
5266         * src/addrclip.c
5267         * src/addr_compl.c
5268         * src/addrselect.c
5269         * src/codeconv.c
5270         * src/colorlabel.c
5271         * src/enriched.c
5272         * src/esmtp.c
5273         * src/exporthtml.c
5274         * src/headerview.c
5275         * src/imageview.c
5276         * src/manual.c
5277         * src/noticeview.c
5278         * src/pgptext.c
5279         * src/scoring.c
5280         * src/sourcewindow.c
5281         * src/stringtable.c
5282         * src/undo.c
5283                 clean up: remove unneccesary includes
5284
5285 2002-12-08 [christoph]  0.8.6claws77
5286
5287         * src/folderview.c
5288         * src/statusbar.c
5289         * src/summaryview.c
5290         * src/common/hooks.[ch]
5291                 hook functions now have a gboolean return value, if a hook
5292                 returns TRUE it will stop executing of any more hooks in
5293                 the same hooklist for this invokation
5294
5295 2002-12-08 [colin]      0.8.6claws76
5296         
5297         * src/main.c
5298                 put back argv0 for CRASH_DIALOG
5299
5300 2002-12-08 [christoph]  0.8.6claws75
5301
5302         * src/Makefile.am
5303         * src/about.c
5304         * src/account.c
5305         * src/crash.c
5306         * src/esmtp.h
5307         * src/imap.[ch]
5308         * src/inc.c
5309         * src/main.c
5310         * src/mainwindow.c
5311         * src/news.c
5312         * src/pop.[ch]
5313         * src/prefs_account.[ch]
5314         * src/prefs_common.[ch]
5315         * src/send.[ch]
5316         * src/smtp.[ch]
5317         * src/ssl_certificate.[ch]
5318         * src/ssl_manager.[ch]
5319         * src/common/Makefile.am
5320         * src/common/log.c
5321         * src/common/nntp.[ch]
5322         * src/common/socket.[ch]
5323         * src/common/ssl.[ch]
5324         * src/gtk/sslcertwindow.[ch]
5325         * ac/openssl.m4
5326                 use new autoconf script to detect OpenSSL with extra parameters
5327                 to specify the location of libs and includes, also remove USE_SSL
5328                 to USE_OPENSSL
5329
5330         * src/common/sylpheed.[ch]
5331         * src/common/version.h.in
5332                 start seperation of common code initialization seperated from gui
5333
5334         * src/summaryview.c
5335                 The function that is called when a color label changes
5336                 should not change the color lable again
5337
5338 2002-12-08 [colin]      0.8.6claws74
5339
5340         * src/gtk/sslcertwindow.c
5341                 warning fixes
5342
5343 2002-12-08 [colin]      0.8.6claws73
5344
5345         * src/statusbar.c
5346           src/common/log.h
5347                 Register a hook for statusbar_puts_all
5348         * src/common/log.c
5349                 invoke statusbar_puts_all's hook
5350         
5351 2002-12-08 [colin]      0.8.6claws72
5352
5353         * src/ssl_certificate.c
5354                 Put back a badly-removed include
5355
5356 2002-12-08 [colin]      0.8.6claws71
5357
5358         * src/gtk/sslcertwindow.[ch]    ** NEW **
5359                 new certificate presentation
5360         * src/gtk/Makefile.am
5361                 add new files
5362         * src/ssl_certificate.[ch]
5363                 gtk cleanup, made utility functions public
5364         * src/ssl_manager.c
5365                 use new cert presentation
5366
5367 2002-12-07 [christoph]  0.8.6claws70
5368
5369         * src/Makefile.am
5370         * src/nntp.[ch]                 ** REMOVE **
5371         * src/common/Makefile.am
5372         * src/common/nntp.[ch]          ** NEW **
5373                 move nntp files to common directory
5374
5375 2002-12-07 [christoph]  0.8.6claws69
5376
5377         * src/procmsg.[ch]
5378         * src/summaryview.c
5379                 implement msginfo update callback using sylpheed's new
5380                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5381
5382 2002-12-06 [christoph]  0.8.6claws68
5383
5384         * src/editgroup.c
5385                 This patch changes the 'Edit Group Details' dialog to
5386                 allow extended selections in either pane, so that
5387                 addresses can be added or removed from a group more
5388                 quickly and easily. (it actually is a net decrease in
5389                 file size, as some unnecessary functions have been
5390                 removed). 
5391                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5392
5393 2002-12-06 [christoph]  0.8.6claws67
5394
5395         * src/Makefile.am
5396         * src/template.[ch]             ** REMOVE **
5397         * src/common/Makefile.am
5398         * src/common/template.[ch]      ** NEW **
5399                 move template files to common directory
5400
5401         * src/nntp.c
5402                 add missing log.h include
5403
5404 2002-12-06 [melvin]     0.8.6claws66
5405
5406         * src/prefs_actions.c
5407                 Added the trailing ">" syntax to insert command's output
5408                 without replacing old text (in contrast to trailing "|").
5409
5410 2002-12-05 [colin]      0.8.6claws65
5411         
5412         * src/common/utils.c
5413                 Don't modify original search_string or it'll change
5414                 the next iterations in the for()
5415
5416 2002-12-05 [darko]      0.8.6claws64
5417
5418         * src/common/utils.c
5419                 proper check for filtering commands, found by Colin
5420
5421 2002-12-05 [darko]      0.8.6claws63
5422
5423         * src/common/utils.c
5424                 check proper string for NULL pointer, found by Colin
5425
5426 2002-12-05 [darko]      0.8.6claws62
5427
5428         * src/common/utils.[ch]
5429                 expand_search_string(): new function
5430                 converts Mutt-like patterns to Sylpheed's
5431                 filtering engine
5432         * src/summaryview.c
5433                 use expand_search_string() to allow Mutt-like
5434                 patterns in extended search
5435         * README.claws
5436                 document extended option in quick search
5437
5438 2002-12-05 [paul]       0.8.6claws61
5439
5440         * sync with 0.8.6cvs16
5441                 see ChangeLog 2002-12-05
5442                 
5443         * po/POTFILES.in
5444                 clean up
5445
5446 2002-12-04 [christoph]  0.8.6claws60
5447
5448         * src/imap.[ch]
5449                 put imap authentication code into a new function and
5450                 remove it from imap_session_new that will allow to
5451                 send other commands before authentication
5452
5453 2002-12-04 [christoph]  0.8.6claws59
5454
5455         * src/imap.[ch]
5456                 use already existing method to prevent unneeded IMAP
5457                 folder selects. Set imap_select parameters to NULL
5458                 in some functions if the values are not required.
5459
5460         * src/xml.h
5461                 remove no longer required include
5462
5463 2002-12-04 [paul]       0.8.6claws58
5464
5465         * po/es.po
5466                 updated by Ricardo Mones Lastra
5467                 
5468         * configure.in
5469           po/hu.po      ** NEW FILE **
5470                 initial Hungarian translation, submitted
5471                 by Gál Zoltán <galzoli@hu.inter.net>
5472
5473 2002-12-03 [christoph]  0.8.6claws57
5474
5475         * src/Makefile.am
5476         * src/gtksctree.[ch]            ** REMOVE **
5477         * src/gtk/Makefile.am
5478         * src/gtk/gtksctree.[ch]        ** NEW **
5479                 move gtksctree files to gtk directory
5480
5481 2002-12-03 [christoph]  0.8.6claws56
5482
5483         * src/Makefile.am
5484         * src/md5.[ch]                  ** REMOVE **
5485         * srm/common/Makefile.am
5486         * src/common/md5.[ch]           ** NEW **
5487                 move md5 files to common directory
5488
5489         * src/gtkstext.c
5490                 remove not required #include
5491
5492 2002-12-03 [sergey]     0.8.6claws55
5493
5494         * src/gtkutils.c
5495         * src/gtkutils.h
5496                 gtkut_window_popup(): new function.
5497         * src/mainwindow.c
5498                 main_window_popup(): use gtkut_window_popup() to raise
5499                 window without changing its position.
5500                 (see sylpheed-main ML message [sylpheed:17247])
5501
5502 2002-12-03 [sergey]     0.8.6claws54
5503
5504         * src/send.c
5505                 send_message_local(): removed first-dot escaping
5506                 (SMTP-only, not needed for sending through pipe)
5507
5508 2002-12-03 [paul]       0.8.6claws53
5509
5510         * po/POTFILES.in
5511                 update to reflect recent changes (thanks
5512                 to Ricardo Mones Lastra)
5513                 
5514         * tools/filter_conv.pl
5515                  fix problem with quoted strings. Patch submitted
5516                  by Luke Plant <lukeplant@softhome.net>
5517
5518 2002-12-03 [paul]       0.8.6claws52
5519
5520         * sync with 0.8.6cvs15
5521                 see ChangeLog 2002-12-03
5522
5523 2002-12-02 [christoph]  0.8.6claws51
5524
5525         * src/logwindow.[ch]
5526         * src/common/log.[ch]
5527                 implement logging using a hook function
5528
5529         * src/folderview.c
5530         * src/folder.[ch]
5531                 define hooklist name in header file to avoid
5532                 errors caused by wrong spelling of hooklist names
5533
5534         * src/toolbar.c
5535                 fix warnings
5536
5537 2002-12-02 [christoph]  0.8.6claws50
5538
5539         * src/common/Makefile.am
5540                 add src/common/hooks.[ch]
5541
5542         * src/common/hooks.[ch]
5543                 implement a simple hook system using glib's hook functions
5544
5545         * src/folder.[ch]
5546         * src/folderview.c
5547                 use new hook system for folder item updates
5548
5549 2002-12-02 [christoph]  0.8.6claws49
5550
5551         * doc-src/ui_seperation.txt     ** NEW **
5552                 information for ui seperation
5553
5554         * src/Makefile.am
5555                 remove files that were moved to common
5556                 include common directory by default for the header files
5557
5558         * src/inc.c
5559         * src/common/socket.c
5560         * src/automaton.[ch]
5561                 implement automaton using g_io_*-functions instead of
5562                 gdk_input_add to make it ui independent
5563
5564         * src/codeconv.c
5565         * src/compose.c
5566         * src/ldif.c
5567         * src/pgptext.c
5568         * src/procmime.c
5569         * src/rfc2015.c
5570         * src/smtp.c
5571         * src/unmime.c
5572                 remove common/ prefix because directory is now in
5573                 include path
5574
5575         * src/compose.c
5576         * src/folder.c
5577         * src/folderview.c
5578         * src/mainwindow.c
5579         * src/messageview.c
5580         * src/prefs_common.c
5581         * src/procmsg.c
5582         * src/rfc2015.c
5583                 fix warnings
5584
5585         * src/imap.c
5586         * src/inc.c
5587         * src/news.c
5588         * src/pop.c
5589         * src/send.c
5590         * src/smtp.c
5591         * src/ssl_certificate.c
5592                 add log.h header file for logging functions
5593
5594         * src/main.c
5595         * src/common/utils.c
5596         * src/summaryview.c
5597         * src/xml.c
5598                 o move debug_mode to common/utils.c
5599                 o add functions to set and get debug_mode
5600
5601         * src/defs.h                    ** REMOVE **
5602         * src/intl.h                    ** REMOVE **
5603         * src/socket.[ch]               ** REMOVE **
5604         * src/ssl.[ch]                  ** REMOVE **
5605         * src/utils.[ch]                ** REMOVE **
5606                 replaced by new files in src/common/
5607         
5608         * src/common/Makefile.am
5609                 add new files in src/common/
5610
5611         * src/common/defs.h             ** NEW **
5612         * src/common/intl.h             ** NEW **
5613         * src/common/log.[ch]           ** NEW **
5614         * src/common/socket.[ch]        ** NEW **
5615         * src/common/ssl.[ch]           ** NEW **
5616         * src/common/utils.[ch]         ** NEW **
5617                 replacement for files in src/
5618
5619 2002-12-02 [colin]      0.8.6claws48
5620
5621         * src/folderview.c
5622                 Scroll folderview if necessary during dnd
5623
5624 2002-12-02 [colin]      0.8.6claws47
5625
5626         * src/folder.[ch]
5627                 Add check to verify a move is within a single mailbox
5628         * src/folderview.c
5629                 Add specific error string for this check
5630
5631 2002-12-02 [colin]      0.8.6claws46
5632
5633         * src/folder.c
5634                 Add a test to folder moving, remove a statusbar_print
5635         * src/folderview.c
5636                 Add Move folder... context-menu item
5637                 Factorize folder moving code
5638                 Enable folder DND for mbox
5639
5640 2002-12-01 [christoph]  0.8.6claws45
5641
5642         * ac/aspell.m4
5643                 remove conf.aspelltest if the version check fails
5644
5645 2002-11-30 [christoph]  0.8.6claws44
5646
5647         * autogen.sh
5648                 run libtoolize --force in autogen to create missing
5649                 libtool scripts
5650
5651 2002-11-30 [christoph]  0.8.6claws43
5652
5653         * src/Makefile.am
5654         * src/pgptext.c
5655         * src/procmime.c
5656         * src/rfc2015.c
5657         * src/uuencode.[ch]             ** REMOVED **
5658         * src/common/Makefile.am
5659         * src/common/uuencode.[ch]      ** NEW **
5660                 move uuen/decoder to common directory
5661
5662 2002-11-30 [christoph]  0.8.6claws42
5663
5664         * src/Makefile.am
5665         * src/base64.[ch]               ** REMOVED **
5666         * src/codeconv.c
5667         * src/compose.c
5668         * src/ldif.c
5669         * src/pgptext.c
5670         * src/procmime.c
5671         * src/rfc2015.c
5672         * src/smtp.c
5673         * src/unmime.c
5674         * src/common/Makefile.am
5675         * src/common/base64.[ch]        ** NEW **
5676                 move base64 en/decoder to common directory
5677
5678 2002-11-30 [christoph]  0.8.6claws41
5679
5680         * src/common                    ** NEW **
5681                 new directory for UI independent code
5682         * src/gtk                       ** NEW **
5683                 new directory for GTK frontend
5684         * src/common/.cvsignore         ** NEW **
5685         * src/gtk/.cvsignore            ** NEW **
5686                 ignore build files
5687         * src/common/Makefile.am        ** NEW **
5688         * src/gtk/Makefile.am           ** NEW **
5689                 automake files to build new seperated stuff
5690         * src/Makefile.am
5691                 the binary will currently still be build with the
5692                 files in src, so we include the code from the
5693                 subdirs for now after building the libs there
5694
5695 2002-11-30 [paul]       0.8.6claws40
5696
5697         * src/compose.c
5698                 fix bug [642731] 'Wrong selected account with drafted mail'
5699
5700 2002-11-29 [oliver]     0.8.6claws39
5701         
5702         * src/messageview.c
5703                 o update summaryview when switching between different
5704                   messageviews          
5705         * src/toolbar.c  
5706                 o check if messageview holds already removed msg
5707                   from summaryview
5708                 
5709
5710 2002-11-29 [oliver]     0.8.6claws38
5711
5712         * src/toolbar.c 
5713                 remove not needed variables and includes
5714                 make messageview stay opened and move to next when msgs are deleted 
5715
5716 2002-11-29 [oliver]     0.8.6claws37
5717         
5718         * src/toolbar.c 
5719                 disable compose button (messageview toolbar) by default
5720                 deleted msgs are moved to trash
5721         
5722 2002-11-29 [melvin]     0.8.6claws36
5723
5724         * configure.in
5725                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5726                 and to detect signatures expirations (gpgme 0.3.6)
5727
5728         * src/main.c
5729                 Use non obsolescent function for Gpgme engine checking.
5730
5731         * src/rfc2015.c
5732                 Inform about expired signatures or signatures which key
5733                 has expired. Expiration date is displayed.
5734
5735         * src/sigstatus.c
5736                 Inform about expired signatures or signatures which key
5737                 has expired.
5738
5739 2002-11-28 [paul]       0.8.6claws35
5740
5741         * src/folderview.c
5742                 re-instate 'Check for new messages' in Newsgroup
5743                 folders right-click menu, after a suggestion from
5744                 Tim Mann <timmann@users.sourceforge.net>
5745
5746         * src/main.c
5747                 after a crash check only local folders for new
5748                 messages
5749
5750 2002-11-28 [paul]       0.8.6claws34
5751
5752         * configure.in
5753                 apply patch that fixes the checking of GTK with XIM 
5754                 support on different OSs, such as FreeBSD. Patch 
5755                 submitted by Topia <topia@users.sourceforge.net>
5756                 
5757 2002-11-28 [paul]       0.8.6claws33
5758
5759         * src/mainwindow.c
5760           src/prefs_common.c
5761           src/prefs_toolbar.c
5762                 more changes to the English
5763
5764 2002-11-28 [paul]       0.8.6claws32
5765
5766         * sync with 0.8.6cvs13
5767                 see ChangeLog 2002-11-28 (no sync needed
5768                 for src/compose.c)
5769
5770 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5771         
5772         * src/mainwindow.[ch]
5773                 add patch by Ivan F. Martinez introducing messageview Toolbar
5774                 some changes and committed by oliver    
5775
5776 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5777
5778         * src/messageview.[ch]
5779                 add patch by Ivan F. Martinez introducing messageview Toolbar
5780                 some changes and committed by oliver    
5781
5782 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5783
5784         * src/compose.[ch]
5785                 add patch by Ivan F. Martinez introducing messageview Toolbar
5786                 some changes and committed by oliver    
5787
5788 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5789         
5790         * src/toolbar.[ch]
5791                 add patch by Ivan F. Martinez introducing messageview Toolbar
5792                 some changes and committed by oliver
5793
5794 2002-11-28 [oliver]     0.8.6claws27
5795         
5796         * src/prefs_toolbar.[ch]
5797                 getting ready for messageview toolbar
5798                 free mem allocated by gettext
5799                 change prefs_toolbar to prefs_toolbar_open
5800  
5801 2002-11-28 [thorsten]   0.8.6claws26
5802
5803         * src/imageview.[ch]
5804                 cleaned up conflicting declarations of
5805                 imageview_show_image()
5806
5807 2002-11-28 [paul]       0.8.6claws25
5808
5809         * src/grouplistdialog.c
5810           src/prefs_common.c
5811           src/prefs_summary_column.c
5812                 a few more improvements to the English
5813
5814 2002-11-28 [colin]      0.8.6claws24
5815
5816         * man/sylpheed.1
5817                 A few updates to command-line parameters
5818
5819 2002-11-28 [colin]      0.8.6claws23
5820
5821         * src/prefs_filtering.c
5822                 Fix problems with prefs_filtering_delete_path:
5823                 a) if the first rule is removed, original pointers
5824                    weren't updated (leading to segfaults)
5825                 b) it was always global_processing updated in case
5826                    of removed path was parent of rule path
5827
5828 2002-11-27 [paul]       0.8.6claws22
5829
5830         * src/mainwindow.c
5831           src/prefs_account.c
5832           src/prefs_actions.c
5833           src/prefs_common.c
5834           src/prefs_customheader.c
5835           src/prefs_display_header.c
5836           src/prefs_filtering.c
5837           src/prefs_folder_item.c
5838           src/prefs_matcher.c
5839           src/prefs_scoring.c
5840           src/prefs_summary_column.c
5841           src/prefs_template.c
5842           src/prefs_toolbar.c
5843                  improve the English in the GUI
5844
5845 2002-11-27 [colin]      0.8.6claws21
5846
5847         * src/folder.c
5848                 Fix processing renaming problems happening after
5849                 last commit
5850
5851 2002-11-27 [colin]      0.8.6claws20
5852
5853         * src/folder.c
5854                 recursive move now deletes src each subfolder after 
5855                 having moved it
5856         * src/folderview.c
5857                 Use identifier instead of path during dnd (enables
5858                 IMAP folder dnd)
5859
5860 2002-11-27 [paul]       0.8.6claws19
5861
5862         * src/main.c
5863                 apply patch that does command-line processing 
5864                 BEFORE gtk_init, allowing claws to run from 
5865                 shell-scripts in non-X environment (e.g. crontab 
5866                 or ip-up, ip-down scripts). Patch submitted by
5867                 Ruslan N. Balkin <baron@dartel.ru>
5868                 
5869         * po/it.po
5870                 updated by Alessandro Maestri
5871
5872 2002-11-27 [paul]       0.8.6claws18
5873
5874         * sync with 0.8.6cvs12
5875           src/prefs_common.c
5876                 Differences are that main uses a 'Receive dialog'
5877                 frame on the Interface tab, whereas claws groups all 
5878                 the dialogs together in a 'Dialogs' frame.
5879
5880 2002-11-27 [colin]      0.8.6claws17
5881
5882         * src/prefs_matcher.c
5883                 Fix Execute criteria's NOT flag
5884
5885
5886 2002-11-26 [christoph]  0.8.6claws16
5887
5888         * src/ssl.c
5889                 rewrite the ssl code a little bit, only use one
5890                 SSL context, set default certificates' file/path
5891
5892 2002-11-26 [thorsten]   0.8.6claws15
5893
5894         * src/compose.c
5895                 default-reply-to didn't work for ml-reply
5896
5897 2002-11-26 [melvin]     0.8.6claws14
5898
5899         * src/prefs_actions.c
5900                 Made pipe-actions ignore short headers in message view
5901                 Made trailing-pipe-actions write in the message view with
5902                 the same font as the original message
5903
5904 2002-11-26 [paul]       0.8.6claws13
5905
5906         * src/compose.c
5907                 this time commit the correct file
5908
5909 2002-11-26 [paul]       0.8.6claws12
5910
5911         * sync with 0.8.6cvs11
5912           src/quote_fmt_parse.y  
5913                 no sync needed
5914           src/account.[ch]       
5915                 not sync'ed
5916           src/compose.c
5917                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5918                 on draft mode.
5919                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5920                 header
5921                 
5922         see ChangeLog 2002-11-25 and 2002-11-26
5923
5924 2002-11-26 [colin]      0.8.6claws11
5925
5926         * src/folderview.c
5927                 Fix collapsed folder not auto-expanding during
5928                 mail dnd, if it was the source folder.
5929
5930 2002-11-25 [colin]      0.8.6claws10
5931
5932         * src/folderview.[ch]
5933                 Variable renaming and cleaning (slist of nodes 
5934                 to be re-collapsed is stored in FolderView)
5935
5936 2002-11-25 [paul]       0.8.6claws9
5937
5938         * src/prefs_common.[ch]
5939                 fix breakage caused by last commit
5940
5941 2002-11-25 [paul]       0.8.6claws8
5942
5943         * sync with 0.8.6cvs4
5944                 see ChangeLog 2002-11-21
5945
5946 2002-11-25 [paul]       0.8.6claws7
5947
5948         * sync with 0.8.6cvs4
5949                 see ChangeLog 2002-11-20
5950
5951 2002-11-25 [paul]       0.8.6claws6
5952
5953         * sync with 0.8.6cvs3
5954                 see ChangeLog 2002-11-18
5955
5956 2002-11-25 [colin]      0.8.6claws5
5957
5958         * src/gtkutils.[ch]
5959                 Add gtkut_ctree_node_is_parent()
5960         * src/folderview.c
5961                 Spring-loaded folders
5962
5963 2002-11-25 [colin]      0.8.6claws4
5964
5965         * src/utils.[ch]
5966                 Add slist_concat_unique(), function to merge
5967                 two GSList filtering dups
5968         * src/folder.[ch]
5969         * src/summaryview.[ch]
5970         * src/folderview.c
5971         * src/main.c
5972                 Add detection/update/display of unread answers
5973                 to marked mails
5974         * src/procmsg.[ch]
5975                 Add procmsg_find_children()
5976                 Add procmsg_msg_has_marked_parent()
5977
5978 2002-11-25 [colin]      0.8.6claws3
5979
5980         * src/ssl_certificate.[ch]
5981                 Allow checking a certificate without a DNS
5982                 lookup
5983                 Allow to forget a cert (by deleting it)
5984                 Make ssl_certificate_destroy_public
5985         * src/ssl_manager.[ch] ** NEW FILES **
5986                 Gui to manage (display/remove) certificates
5987         * src/prefs_common.[ch]
5988                 Add a pref to allow silent acceptation of
5989                 trusted certificates or not (based on the
5990                 "I want to know what's going on" principle)
5991         * src/mainwindow.c
5992                 Add SSL manager in Tools menu
5993         * src/Makefile.am
5994                 Add the new files to the build
5995         * po/POTFILES.in
5996                 Add ssl_manager.c to translations
5997
5998 2002-11-25 [colin]      0.8.6claws2
5999
6000         * src/summaryview.[ch]
6001                 Add S_SEARCH_EXTENDED to the quick search, which 
6002                 allows to search using filtering syntax.
6003
6004 2002-11-25 [colin]      0.8.6claws1
6005
6006         * src/summaryview.c
6007                 Deletion of duplicates now prefer deleting
6008                 the unread dup (fixes feature-request 638989).
6009
6010 2002-11-24 [paul]       0.8.6claws
6011
6012         * po/es.po
6013           po/pl.po
6014           po/ru.po
6015           po/sr.po
6016                 updated by Ricardo Mones Lastra,
6017                 Witold Wladyslaw Wojciech Wilk,
6018                 Ruslan N. Balkin, and  Urke MMI 
6019                 respectively
6020
6021 2002-11-24 [paul]       0.8.5claws182
6022
6023         * po/bg.po
6024                 updated by George Danchev
6025
6026 2002-11-23 [alfons]     0.8.5claws181
6027
6028         * src/imap.c
6029                 tiny memory leak found by browsing Dimitar's 
6030                 valgrind report
6031
6032 2002-11-23 [paul]       0.8.5claws180
6033
6034         * po/it.po
6035                 updated by Alessandro Maestri
6036
6037 2002-11-22 [christoph]  0.8.5claws179
6038
6039         * src/compose.c
6040         * src/inc.c
6041         * src/prefs_filtering.c
6042         * src/summaryview.c
6043                 more warning fixes
6044
6045 2002-11-22 [alfons]     0.8.5claws178
6046
6047         * src/summaryview.c
6048                 summary_execute_delete_func(): if message is deleted, make 
6049                 sure to also remove its entry in the subject hash table. 
6050                 fixes a corner case bug.
6051
6052 2002-11-22 [paul]       0.8.5claws177
6053
6054         * .cvsignore
6055                 add 'autom4te.cache'
6056                 
6057         * ltconfig      ** REMOVED **
6058                 not needed
6059
6060 2002-11-22 [paul]       0.8.5claws176
6061
6062         * src/textview.c
6063                 textview_set_font(): fix for message display in
6064                 UTF-8 locales (thanks to Sergey Vlasov).
6065                 
6066         * AUTHORS
6067                 add new team members and contributors
6068
6069
6070 2002-11-21 [colin]      0.8.5claws175
6071
6072         * src/procmsg.[ch]
6073                 Add procmsg_remove_special_headers()
6074         * src/mh.c
6075                 Use procmsg_remove_special_headers() for 
6076                 previous fix
6077
6078 2002-11-21 [colin]      0.8.5claws174
6079
6080         * src/mh.c
6081                 Fix moving/copying from queue/draft folders
6082                 for MH folders
6083
6084 2002-11-21 [christoph]  0.8.5claws173
6085
6086         * src/crash.c
6087         * src/filtering.c
6088         * src/logwindow.c
6089         * src/main.c
6090         * src/matcher_parser_lex.[hl]
6091         * src/mbox.c
6092         * src/mbox_folder.[ch]
6093         * src/prefs_filtering.c
6094         * src/procheader.c
6095         * src/quote_fmt_lex.l
6096         * src/ssl.c
6097                 fix all warnings except the warnings in lex and yacc files
6098
6099 2002-11-20 [christoph]  0.8.5claws172
6100
6101         * src/imap.c
6102                 fix MsgInfo retrieval for IMAP draft and queue folders
6103                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6104
6105 2002-11-19 [christoph]  0.8.5claws171
6106
6107         * src/compose.c
6108                 fix segfault, when draft saving does not get
6109                 the MsgInfo of the new message
6110                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6111
6112 2002-11-19 [christoph]  0.8.5claws170
6113
6114         * src/procmsg.c
6115                 add parameter check for flag setting function
6116                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6117
6118 2002-11-18 [paul]       0.8.5claws169
6119
6120         * src/compose.c
6121                 more sensitivity fixes to redirect mode:
6122                 * disable toolbar draft button
6123                 * allow only Address book in the Tools menu
6124                 * disable editing of message by the spell
6125                   checker
6126
6127 2002-11-18 [paul]       0.8.5claws168
6128
6129         * src/compose.c
6130                 fix sensitivity of menu items in compose_redirect():
6131                 allow only the necessary items 
6132
6133 2002-11-18 [paul]       0.8.5claws167
6134
6135         * src/compose.c
6136                 fix bug [ 603259 ] 'attachment got lost on bounce'
6137
6138 2002-11-18 [paul]       0.8.5claws166
6139
6140         * po/ru.po
6141                 updated by Ruslan N. Balkin <baron@dartel.ru>
6142
6143 2002-11-18 [colin]      0.8.5claws165
6144
6145         * src/main.c
6146           src/defs.h
6147                 Remove old filtering stuff
6148
6149
6150 2002-11-17 [oliver]     0.8.5claws164
6151
6152         * src/toolbar.h
6153                 remove not needed typedef 
6154
6155 2002-11-17 [oliver]     0.8.5claws163
6156
6157         * src/toolbar.c
6158                 make toolbar's on click events translatable
6159
6160 2002-11-15 [colin]      0.8.5claws162
6161
6162         * src/summaryview.c
6163                 Revert too-soon integration of a feature
6164
6165 2002-11-15 [christoph]  0.8.5claws161
6166
6167         * src/imap.c
6168                 use main's implementation of imap_get_msginfo
6169
6170 2002-11-15 [christoph]  0.8.5claws160
6171
6172         * src/compose.c
6173         * src/folder.[ch]
6174         * src/imap.c
6175         * src/mbox_folder.c
6176         * src/mh.c
6177         * src/news.c
6178         * src/procmsg.c
6179         * src/summaryview.c
6180                 replace claws' fetch_msginfo with main's get_msginfo
6181                 (use main's implementation where possible)
6182
6183 2002-11-15 [colin]      0.8.5claws159
6184
6185         * src/ssl_certificate.c
6186                 Missed a check
6187
6188 2002-11-16 [melvin]     0.8.5claws158
6189
6190         * po/fr.po
6191                 Updated French translations.
6192
6193 2002-11-16 [colin]      0.8.5claws157
6194
6195         * src/ssl_certificate.c
6196                 Check for missing parts in the certificates
6197
6198 2002-11-15 [colin]      0.8.5claws156
6199
6200         * src/folderview.c
6201                 Preventive fix (missing check) found by
6202                 Alfons
6203
6204 2002-11-15 [paul]
6205
6206         * NEWS
6207                 sync with 0.8.6 release
6208
6209 2002-11-15 [colin]      0.8.5claws155
6210
6211         * src/folder.[ch]
6212           src/folderview.c
6213                 Fix error handling of folder_item_move_to()
6214                 (thanks to Alfons!)
6215
6216 2002-11-15 [colin]      0.8.5claws154
6217
6218         * src/folder.[ch]
6219           src/folderview.c
6220                 folder_item_move_to() sets an error message instead
6221                 of having GUI stuff in folder.c
6222
6223 2002-11-15 [colin]      0.8.5claws153
6224
6225         * src/procmsg.[ch]
6226                 Implemented a callback for MsgInfo updates, 
6227                 heavily copy/pasted from Christoph's folder 
6228                 callback system
6229         * src/summaryview.[ch]
6230                 Register summary_update_msg as callback
6231
6232 2002-11-14 [colin]      0.8.5claws152
6233         
6234         * src/procmsg.c
6235                 Update the FolderItem after sending (fixes 617593)
6236
6237 2002-11-14 [christoph]  0.8.5claws151
6238
6239         * src/folder.c
6240                 fix wrong position of NULL pointer check found
6241                 by Sergey
6242
6243 2002-11-14 [christoph]  0.8.5claws150
6244
6245         * src/folder.c
6246                 fix segfault when deleting messages from IMAP folders
6247                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6248
6249 2002-11-14 [colin]      0.8.5claws149
6250
6251         * src/compose.c
6252                 Forwarding was also ignoring the folder's default account.
6253
6254 2002-11-14 [colin]      0.8.5claws148
6255
6256         * src/compose.c
6257                 Fix sent folder not set to folder properties when 
6258                 forwarding.
6259
6260 2002-11-14 [thorsten]   0.8.5claws147
6261
6262         * src/inc.c
6263                 inc_start(): Files were not moved from .processing to inbox,
6264                 if no global processing rule existed
6265
6266 2002-11-14 [colin]      0.8.5claws146
6267
6268         * src/ssl_certificate
6269                 Fix file operations
6270
6271 2002-11-14 [paul]       0.8.5claws145
6272
6273         * po/it.po
6274                 updated by Alessandro Maestri
6275
6276 2002-11-13 [alfons]     0.8.5claws144
6277
6278         * src/folder.c
6279                 folder_item_close(): only mark messages unread
6280                 when a folder has new messages 
6281
6282 2002-11-13 [keith]      0.8.5claws143
6283
6284         * src/imap.c
6285                 Fix problem moving or copying between
6286                 IMAP folders
6287
6288 2002-11-13 [colin]      0.8.5claws142
6289
6290         * src/matcher_parser_parse.y
6291                 Fix rule problem when " don't match
6292
6293 2002-11-13 [christoph]  0.8.5claws141
6294
6295         * src/folder.c
6296         * src/folderview.c
6297                 moved cache saving to folder_item_close
6298                 the folderview should not have to deal with
6299                 this things
6300
6301 2002-11-13 [christoph]  0.8.5claws140
6302
6303         * src/summaryview.c
6304                 moved setting of important score to
6305                 summary_set_prefs_from_folderitem
6306
6307 2002-11-13 [colin]      0.8.5claws139
6308
6309         * src/matcher_parser_parse.y
6310                 Fix a segfault in the parser (happening when
6311                 a good expression had been tested and a bad 
6312                 one arrives)
6313
6314 2002-11-13 [paul]       0.8.5claws138
6315
6316         * sync with 0.8.5cvs24
6317                 see ChangeLog 2002-11-13
6318                 
6319         * po/pt_BR.po
6320                 updated by Fabio Jr. Beneditto
6321
6322 2002-11-13 [colin]      0.8.5claws137
6323         
6324         * src/msgcache.c
6325           src/defs.h
6326           src/procmsg.[ch]
6327                 Revert last commit, problem
6328
6329 2002-11-13 [colin]      0.8.5claws136
6330
6331         * src/msgcache.c
6332                 Remove duplicated code
6333         * src/defs.h
6334                 Bumped CACHE_VERSION and MARK_VERSION
6335         * src/procmsg.[ch]
6336                 Network endian for cache and mark files
6337
6338 2002-11-12 [colin]      0.8.5claws135
6339
6340         * src/inc.c
6341                 Fix the "socket error" dialog which disappeared
6342
6343 2002-11-12 [colin]      0.8.5claws134
6344
6345         * src/msgcache.c
6346                 Reverse last commit which had performance 
6347                 problems, but still reverse the list
6348
6349 2002-11-12 [colin]      0.8.5claws133
6350
6351         * src/msgcache.c
6352                 Reverse list order
6353
6354 2002-11-12 [melvin]     0.8.5claws132
6355
6356         * src/compose.c
6357                 Added a check for a NULL prefs_common.dictionary
6358
6359 2002-11-12 [colin]      0.8.5claws131
6360
6361         * src/ssl_certificate.[ch]
6362                 Use FQDN hostname
6363
6364 2002-11-12 [colin]      0.8.5claws130
6365
6366         * src/ssl_certificate.[ch]
6367                 Take connection port into account for 
6368                 checking certificates (a single hostname
6369                 could have multiple servers with multiple
6370                 certificates)
6371         * src/ssl.c
6372                 Pass the port to ssl_certificate_check
6373
6374 2002-11-12 [paul]       0.8.5claws129
6375
6376         * src/folder.c
6377                 fix a typo in last commit
6378
6379 2002-11-12 [paul]       0.8.5claws128
6380
6381         * sync with 0.8.5cvs23
6382                 see ChangeLog entry 2002-11-12
6383
6384 2002-11-11 [colin]      0.8.5claws127
6385
6386         * src/ssl_certificate.c
6387                 Cleaner messages
6388                 Don't popup, instead log error, if the 
6389                 corresponding pref is checked
6390         * src/ssl_certificate.h
6391                 include <openssl/objects/h>
6392
6393 2002-11-11 [colin]      0.8.5claws126
6394
6395         * src/ssl_certificate.h
6396                 _Really_ clean it
6397
6398 2002-11-11 [colin]      0.8.5claws125
6399         
6400         * src/ssl_certificate.c
6401                 Fixed leak
6402
6403 2002-11-11 [colin]      0.8.5claws124
6404
6405         * src/ssl.c
6406                 Cleaned a bit
6407         * src/ssl_certificate.[ch]
6408                 Cleaned a bit (better use of SSL API)
6409                 (This will cause non-recognition of saved 
6410                  certificates of claws12[23]...)
6411
6412 2002-11-11 [paul]       0.8.5claws123
6413         
6414         * po/es.po
6415                 updated by Ricardo Mones Lastra
6416
6417 2002-11-11 [colin]      0.8.5claws122
6418
6419         * src/ssl.c
6420                 Fix a typo
6421
6422 2002-11-11 [colin]      0.8.5claws121
6423
6424         * src/ssl_certificate.[ch] ** NEW FILES **
6425         * src/ssl.[ch]
6426                 Check SSL certificates presented to us
6427         * src/Makefile.am
6428                 Add ssl_certificate.[ch]
6429         * po/POTFILES.in
6430                 Add ssl_certificate.c
6431
6432 2002-11-11 [paul]       0.8.5claws120
6433
6434         * sync with 0.8.5cvs22
6435                 see ChangeLog 2002-11-11
6436
6437 2002-11-11 [paul]       0.8.5claws119
6438
6439         * sync with 0.8.5cvs21
6440                 see ChangeLog 2002-11-11
6441
6442 2002-11-10 [jens]       0.8.5claws118
6443
6444         * src/folder.c
6445         * src/folderview.c
6446                 corrected some typing
6447         * po/de.po
6448                 updated german translation
6449         * sylpheed.spec.in
6450                 cleaned up specfile and adjusted it for claws
6451
6452 2002-11-10 [colin]      0.8.5claws117
6453
6454         * src/summaryview.c
6455                 a STATUSBAR_PUSH/POP fix
6456
6457 2002-11-10 [colin]      0.8.5claws116
6458
6459         * src/prefs_folder_item.c
6460                 Fix hanging after opening folder properties
6461
6462 2002-11-10 [hoa]        0.8.5claws115
6463
6464         * src/matcher_parser_lex.l
6465         * src/matcher_parser_parse.y
6466                 config file for scoring and filtering is no more trashed
6467                 when there is a syntax error in a filtering rule when
6468                 editing it in a dialog.
6469
6470 2002-11-09 [colin]      0.8.5claws114
6471
6472         * src/mbox_folder.c
6473                 Added missing initialisation of folder->destroy()
6474
6475 2002-11-09 [colin]      0.8.5claws113
6476
6477         * src/folder.c
6478           src/folderview.c
6479                 Fix the status bar messages
6480
6481 2002-11-09 [colin]      0.8.5claws112
6482
6483         * src/folderview.c
6484                 Fix hangs after folder dnd, happening after 
6485                 claws109.
6486
6487 2002-11-09 [christoph]  0.8.5claws111
6488
6489         * src/folderview.c
6490                 just changed order of calls (reverse order of
6491                 associated calls)
6492         * src/inc.c
6493                 lock inc when checking only one account, otherwise
6494                 inc all could be executed at the same time
6495
6496 2002-11-09 [christoph]  0.8.5claws110
6497
6498         * src/folderview.c
6499                 better unlock the mouse cursor before calling
6500                 summary_show because it changes the cursor too
6501
6502 2002-11-09 [christoph]  0.8.5claws109
6503
6504         * src/folder.[ch]
6505         * src/folderview.c
6506                 add functions to open and close a folder
6507                 o opending will execute scanning for remote folders
6508                   and processing
6509                 o closing will unset new flag for messages
6510
6511 2002-11-09 [colin]      0.8.5claws108
6512
6513         * src/folder.c
6514                 Add a call to prefs_matcher_write_config to 
6515                 avoid non-leaf folders filtering settings to be
6516                 lost
6517
6518 2002-11-09 [paul]       0.8.5claws107
6519
6520         * src/prefs_account.c
6521                 re-word a label
6522
6523 2002-11-09 [colin]      0.8.5claws106
6524
6525         * src/folderview.c
6526                 Minor esthetic fix
6527
6528 2002-11-09 [colin]      0.8.5claws105
6529
6530         * src/folderview.c
6531                 Fix prefs_filtering deletion for MH folders (same
6532                 reason as below)
6533         * src/prefs_filtering.c
6534                 Fix prefs_filtering renaming and deletion for 
6535                 folder-based processing rules.  
6536
6537 2002-11-09 [christoph]  0.8.5claws104
6538
6539         * src/compose.c
6540         * src/folder.[ch]
6541         * src/folderview.[ch]
6542         * src/import.c
6543         * src/inc.c
6544         * src/main.c
6545         * src/mainwindow.c
6546         * src/messageview.c
6547         * src/prefs_folder_item.c
6548         * src/procmsg.c
6549         * src/summaryview.c
6550                 implement a callback system for folder item updates
6551
6552 2002-11-09 [colin]      0.8.5claws103
6553
6554         * src/folderview.c
6555                 Fix prefs_filtering renaming for MH folders (we
6556                 shouldn't rename by path as another folder could
6557                 have the same hierarchy).
6558
6559 2002-11-09 [colin]      0.8.5claws102
6560
6561         * src/folder.c
6562                 Fix a leak found by Christoph, use better variable
6563                 names
6564
6565 2002-11-09 [colin]      0.8.5claws101
6566
6567         * src/folder.c
6568                 One more fix for processing rules
6569
6570 2002-11-08 [colin]      0.8.5claws100
6571         
6572         * src/matcher.c
6573                 Don't copy the compiled regexp (will be reevaluated)
6574         * src/folderview.c
6575                 Lock folderview while moving
6576         * src/folder.c
6577                 Provide info on what's happening to the user
6578
6579 2002-11-08 [colin]      0.8.5claws99
6580
6581         * src/folderview.c
6582                 Fix folder reordering after a move if parent is 
6583                 root
6584         * src/scoring.[ch]
6585                 Add function to copy a ScoringProp
6586         * src/prefs_folder_item.c
6587                 Copy scoring rules when copying a folder prefs
6588
6589 2002-11-08 [colin]      0.8.5claws98
6590
6591         * src/folderview.c
6592                 Fixes in case of failure
6593         * src/filtering.[ch]    
6594                 Add function to duplicate a FilteringProp
6595         * src/matcher.[ch]
6596                 Add function to duplicate a MatcherProp
6597         * src/prefs_folder_item.c
6598                 Save folder's processing rules when copying 
6599                 its prefs
6600
6601 2002-11-08 [colin]      0.8.5claws97
6602         
6603         * src/folderview.c
6604                 Sort after move
6605         * src/folder.c 
6606                 Change a printf to debug_print
6607
6608 2002-11-08 [colin]      0.8.5claws96
6609
6610         * src/folder.c
6611           src/folderview.c
6612                 Fix segfaults, call me stupido
6613         
6614
6615 2002-11-08 [colin]      0.8.5claws95
6616
6617         *src/folder.c
6618                 Added forgotten prefs to save when moving folders
6619
6620 2002-11-08 [colin]      0.8.5claws94
6621
6622         * src/folder.c
6623                 Fixes to folder DND (prefs copy)
6624         * src/folderview.c
6625                 Optimization for folder DND (don't rescan whole tree)
6626                 Added folderview_create_folder_node() for this 
6627                 optimization, so de-duped a bit the code
6628         * src/prefs_folder_item.[ch]
6629                 Added prefs_folder_item_copy_prefs()    
6630           
6631 2002-11-08 [paul]       0.8.5claws93
6632
6633         * src/prefs_account.c
6634           tools/README
6635           tools/kmail2sylpheed_v2.pl
6636                 correct some typos
6637
6638 2002-11-08 [paul]       0.8.5claws92
6639
6640         * src/compose.c
6641           src/prefs_account.[ch]
6642                 remove account options 'clearsign' and 'ascii_armored',
6643                 replace with 'default_gnupg_mode' to prevent mixed-mode
6644                 Privacy settings
6645
6646 2002-11-08 [paul]       0.8.5claws91
6647
6648         * src/compose.[ch]
6649                 re-implement GnuPG 'on-the-fly' mode selection,
6650                 disallow mixed-mode
6651
6652 2002-11-08 [colin]      0.8.5claws90
6653
6654         * src/folderview.c
6655           src/prefs_folder_item.c
6656                 Change "Property" to "Properties"
6657
6658 2002-11-07 [colin]      0.8.5claws89
6659
6660         * src/folderview.c
6661           src/folder.c
6662                 Allow folder dropping to a root folder
6663
6664 2002-11-07 [paul]       0.8.5claws88
6665
6666         * src/compose.c
6667                 revert last commit
6668
6669 2002-11-07 [paul]       0.8.5claws87
6670
6671         * src/compose.c
6672                 fix reply-to-list bug. closes bug report
6673                 "[633382] reply-to-list broken in recent cvs"
6674
6675 2002-11-07 [paul]       0.8.5claws86
6676
6677         * src/compose.c
6678                 add a forgotten '#if USE_GPGME ... #endif'
6679
6680 2002-11-07 [paul]       0.8.5claws85
6681
6682         * sync with 0.8.5cvs20
6683                 see ChangeLog 2002-11-07
6684
6685 2002-11-07 [colin]      0.8.5claws84
6686
6687         * src/folder.[ch]
6688                 Change folder_item_move_to to return the newly 
6689                 created folderitem.
6690         * src/folderview.c
6691                 Select the new folderitem after moving.
6692
6693 2002-11-07 [colin]      0.8.5claws83
6694
6695         * src/prefs_filtering.c
6696                 Fix rule rewriting when moving a leaf folder to a 
6697                 shorter path
6698
6699 2002-11-07 [colin]      0.8.5claws82
6700
6701         * src/prefs_filtering.c
6702                 fix a leak
6703
6704 2002-11-07 [colin]      0.8.5claws81
6705
6706         * src/folder.[ch]
6707                 Add folder_item_move_to() function to move a 
6708                 folderitem into another one (updates matcher etc)
6709         * src/folderview.c
6710                 Add folder drag'n drop (context menu to come)
6711                 [Should be dataloss free, but Please backup before 
6712                  trying !]
6713
6714 2002-11-06 [colin]      0.8.5claws80
6715
6716         * src/mh.c
6717                 mh_create_folder() returns NULL if can't create
6718                 directory hierarchy
6719
6720 2002-11-06 [paul]       0.8.5claws79
6721
6722         * src/compose.[ch]
6723                 allow 'on-the-fly' changing of the type of encryption 
6724                 and/or signing used (mime/ascii) via the compose window
6725
6726 2002-11-06 [paul]       0.8.5claws78
6727
6728         * sync with 0.8.5cvs19
6729                 see ChangeLog 2002-11-06 for src/account.c: 
6730                 account_get_special_folder()
6731                 
6732 2002-11-05 [alfons]     0.8.5claws77
6733
6734         * src/crash.c
6735                 very minor cleanups: nothing to see here, move on. :-)
6736
6737 2002-11-05 [colin]      0.8.5claws76
6738
6739         * src/main.c
6740                 Changes choices if compose windows are opened to
6741                 Discard, Draft, Don't quit
6742
6743 2002-11-05 [thorsten]   0.8.5claws75
6744
6745         * src/compose.c
6746                 reenabled default_reply_to folder option
6747
6748 2002-11-05 [colin]      0.8.5claws74
6749
6750         * src/compose.[ch] 
6751                 add compose_draft()
6752         * src/crash.c
6753                 add SIGTERM handler
6754         * src/main.[ch]
6755                 add clean_quit() for the SIGTERM handler
6756
6757 2002-11-05 [paul]       0.8.5claws73
6758         
6759         * po/es.po
6760                 updated by Ricardo Mones Lastra
6761
6762 2002-11-05 [melvin]     0.8.5claws72
6763
6764         * src/logwindow.c
6765                 Fixed log-clipping bug #616795.
6766                 To stop logging in the log window use 0 length.
6767         * src/prefs_common.c
6768                 Added a label to inform about the 0 log length behaviour.
6769
6770 2002-11-05 [paul]       0.8.5claws71
6771
6772         * sync with 0.8.5cvs17
6773                 see ChangeLog 2002-11-05
6774
6775 2002-11-04 [paul]       0.8.5claws70
6776
6777         * sylpheed-128x128.png
6778           sylpheed-64x64.png
6779           sylpheed.png
6780                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6781                 <nikai@users.sourceforge.net>
6782                 
6783         * po/bg.po
6784                 updated by George Danchev
6785
6786 2002-11-03 [thorsten]   0.8.5claws69
6787
6788         * src/main.c
6789           src/mimeview.c
6790           src/rfc2015.h
6791                 add check if gpg is active
6792
6793 2002-11-03 [thorsten]   0.8.5claws68
6794
6795         * src/toolbar.h
6796                 removed GSList declaration causing trouble on MacOS-X
6797                 (submitted by alfons, reported by xfesty)
6798
6799 2002-11-01 [paul]       0.8.5claws67
6800
6801         * src/mainwindow.c
6802                 remove last remnants of main's filter code
6803
6804 2002-11-01 [paul]       0.8.5claws66
6805
6806         * tools/filter_conv.pl
6807                 fix bug where user-defined headers were ignored
6808
6809 2002-11-01 [paul]       0.8.5claws65
6810
6811         * src/logwindow.c
6812                 make a debug_print() not translatable
6813
6814 2002-10-31 [melvin]     0.8.5claws64
6815
6816         * ac/aspell.m4
6817                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6818                 not run any GNU/aspell test.  The dictionary path will
6819                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6820                 was given, in which case, it will be $prefix/lib/aspell/
6821         * configure.in
6822                 Fixed typo in commentary (Aspell code).
6823
6824 2002-10-31 [paul]       0.8.5claws63
6825
6826         * po/POTFILES.in
6827                 remove src/filter.c and src/prefs_filter.c
6828                 thanks to Ricardo for reminding me
6829
6830 2002-10-31 [colin]      0.8.5claws62
6831
6832         * src/mbox_folder.c
6833                 Plug some leaks
6834
6835 2002-10-31 [paul]       0.8.5claws61
6836
6837         * src/prefs_filter.[ch] ** REMOVED **
6838           src/filter.[ch]       ** REMOVED **
6839           
6840         * src/Makefile.am
6841           src/folderview.c
6842           src/inc.c
6843           src/main.c
6844           src/mainwindow.c
6845           src/mbox.c
6846           src/prefs_common.c
6847           src/prefs_filtering.c
6848           src/summaryview.[ch]
6849                 remove main's 'filter' code
6850                 
6851         README.claws
6852                 update to reflect removal of main's filter
6853
6854 2002-10-31 [paul]       0.8.5claws60
6855
6856         * src/summaryview.c
6857                 remove check for global_processing in summary_filter_open(). 
6858                 This fixes the bug where if the user uses the right-click 
6859                 'Create filter rule...' and doesn't have any filter rules 
6860                 already defined in claws' advanced filtering, the newly 
6861                 created filter rule goes to main's filtering which is 
6862                 inaccessible through the gui. Now the filter rule gets added
6863                 to claws' filtering by default.
6864
6865 2002-10-28 [melvin]     0.8.5claws59
6866
6867         * src/prefs_actions.c
6868                 Fixed bug #627322 where MIME parts were not always
6869                 correctly passed to a %p action
6870                 Display an error dialog when message filename is not found.
6871
6872 2002-10-28 [melvin]     0.8.5claws58
6873
6874         * src/prefs_common.c
6875                 Readded a missing function declaration lost in 0.8.3claws34
6876
6877 2002-10-28 [paul]       0.8.5claws57
6878
6879         * sync with 0.8.5cvs15
6880                 see ChangeLog 2002-10-28 and 2002-10-25
6881                 
6882         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6883
6884 2002-10-27 [oliver]     0.8.5claws56
6885
6886         * src/pop.c
6887                 plug leak in pop3_top_recv
6888
6889 2002-10-26 [christoph]  0.8.5claws55
6890
6891         * src/folder.c
6892                 set need_update folder flag when messages are added
6893                 (closes bug [ 626922 ] folder not updated after receiving)
6894
6895 2002-10-25 [melvin]     0.8.5claws54
6896
6897         * src/imageview.c
6898                 Fixed a memleak introduced in the scaling code.
6899
6900 2002-10-24 [alfons]     0.8.5claws53
6901
6902         * src/filtering.c
6903                 make filtering's forward message action forward from the 
6904                 correct account
6905                 (closes bug [628089 ] Filter -> Forward from address problem
6906                 reported by Oktay)
6907
6908 2002-10-24 [christoph]  0.8.5claws52
6909
6910         * src/mainwindow.c
6911         * src/manual.[ch]
6912                 o use manual of current locale or english if current
6913                   locale is not available (and english is available)
6914                 o also link to sylpheed doc project manuals
6915
6916 2002-10-23 [paul]       0.8.5claws51
6917
6918         * tools/README
6919           tools/kmail2sylpheed_v2.pl
6920                 add new version of kmail addressbook importer script.
6921                 works with newer versions of Kmail/KAddressBook which
6922                 have new and rearranged data.
6923
6924 2002-10-23 [martin]     0.8.5claws50
6925
6926         * src/folderview.c
6927         * src/summaryview.c
6928         * src/utils.h
6929         * src/utils.c
6930                 added length parameter to get_abbrev_newsgroup_name()
6931                 changed this function so that it abbreviates the newsgroup
6932                 names only so long it is smaller than the length parameter
6933                 (for better reading of some newsgroup names and space efficiency)
6934
6935 2002-10-22 [colin]      0.8.5claws49
6936
6937         *src/foldersel.c
6938                 Revert Alfons' last modification (after voting ;-))
6939
6940 2002-10-21 [alfons]     0.8.5claws48
6941
6942         * src/foldersel.c
6943                 folder view in folder selection dialog reflects state of
6944                 folder view in main window
6945
6946 2002-10-18 [alfons]     0.8.5claws47
6947
6948         * src/mbox.c
6949                 drop imported messages in folder selected by user,
6950                 and not in the inbox
6951                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6952
6953 2002-10-18 [alfons]     0.8.5claws46
6954
6955         * src/compose.c
6956                 make automagic reply work correctly for email accounts 
6957                 (whether it's viable to do a full sync with Hiro's 
6958                 compose.c is still under discussion)
6959
6960 2002-10-18 [melvin]     0.8.5claws45
6961
6962         * src/prefs_actions.c
6963                 Fixed bug #622275 where asynchroneous actions left 
6964                 zombies processes
6965                 Made (synchroneous) actions' input be displayed live.
6966
6967 2002-10-18 [christoph]  0.8.5claws44
6968
6969         * src/textview.c
6970                 don't add a newline in the textview in front of the
6971                 first textpart if header display is disabled
6972                 (closes bug [ 603385 ] disabled header display leaves blank
6973                  lin)
6974
6975 2002-10-18 [christoph]  0.8.5claws43
6976
6977         * src/folder.[ch]
6978         * src/imap.c
6979         * src/mbox_folder.c
6980         * src/mh.c
6981         * src/news.c
6982                 folder->get_num_list now returns an error code
6983                 (closes bug [ 609424 ] News cache cleared on failure)
6984                 
6985 2002-10-17 [colin]      0.8.5claws42
6986         
6987         * src/news.c
6988                 Changed a printf by debug_print
6989
6990 2002-10-16 [paul]       
6991
6992         * tools/OOo2sylpheed.pl
6993                 allow for spaces in the name of the
6994                 file to be attached.
6995
6996 2002-10-16 [colin]      0.8.5claws41
6997
6998         * src/main.c
6999                 Use a tristate to change online mode
7000
7001 2002-10-16 [paul]       0.8.5claws40
7002
7003         * po/es.po
7004                 updated by Ricardo Mones Lastra
7005
7006 2002-10-16 [colin]      0.8.5claws39
7007
7008         * src/main.c
7009           src/mainwindow.[ch]
7010                 Added --online and --offline command-line
7011                 switches
7012
7013 2002-10-15 [christoph]  0.8.5claws38
7014
7015         * src/procmime.c
7016                 set mimeinfo->name to NULL after g_free to
7017                 avoid double freeing with g_free
7018
7019 2002-10-14 [christoph]  0.8.5claws37
7020
7021         * src/compose.c
7022         * src/filtering.c
7023         * src/summaryview.c
7024                 remove calls to folder->change_flags that are now
7025                 done by procmsg flag functions (seems it is not
7026                 used by any foldertype anyway)
7027         * src/folder.c
7028                 init folder->change_flags with NULL
7029
7030 2002-10-14 [christoph]  0.8.5claws36
7031
7032         * src/folder.[ch]
7033         * src/imap.[ch]
7034                 use virtual functions for folder item new and destroy
7035                 functions
7036
7037 2002-10-14 [melvin]     0.8.5claws35
7038
7039         * src/compose.c
7040                 Added a test to not run the spell checker if no default
7041                 dictionary is available. No dialog is displayed though.
7042
7043 2002-10-14 [melvin]     0.8.5claws34
7044
7045         * src/gtkaspell.c
7046                 Fixed bug in dictionary list context menu where
7047                 "More..." pointed to an emtpy submenu if the
7048                 number of dictionaries is a multiple of 15
7049                 Removed unneeded code in suggestions list creation
7050
7051 2002-10-14 [paul]       0.8.5claws33
7052
7053         * po/bg.po
7054                 updated by George Danchev
7055
7056 2002-10-13 [hoa]        0.8.5claws32
7057
7058         * src/matcher.[ch]
7059           src/matcher_parser_parser.y
7060                 removed the escaped string from internal structure
7061                 of matcher.
7062
7063 2002-10-12 [colin]      0.8.5claws31
7064
7065         * src/gtksctree.[ch]
7066           src/summaryview.c
7067                 Removed useless function gtksctree_reanchor
7068
7069 2002-10-12 [alfons]     0.8.5claws30
7070         
7071         * sync with remaining main changes 2002-10-09 - 2002-10-11
7072         - drop changes to src/compose.c (requires claws specific changes)
7073         
7074 2002-10-12 [alfons]     0.8.5claws29
7075         
7076         * sync with main changes of 2002-10-08
7077         - drop changes to src/compose.c (requires claws specific changes)
7078         - drop changes to src/summaryview.c (requires changes to compose.c)     
7079
7080 2002-10-12 [alfons]     0.8.5claws28
7081         
7082         * sync with main changes of 2002-10-07
7083
7084 2002-10-12 [alfons]     0.8.5claws27
7085
7086         * sync with main changes of 2002-10-04
7087         - drop changes to src/compose.c (requires claws specific changes)
7088         - drop changes to src/prefs_folder_item.c (claws implementation
7089           seems to be working)
7090
7091 2002-10-12 [colin]      0.8.5claws26
7092
7093         * src/mainwindow.c
7094                 Fix folder-flicker when space-reading, introduced 
7095                 in claws22.
7096
7097 2002-10-12 [colin]      0.8.5claws25
7098
7099         * src/compose.c
7100                 Save account address when saving as draft.
7101                 (closes bug 621838)
7102
7103 2002-10-12 [colin]      0.8.5claws24
7104
7105         * src/summaryview.c
7106                 Fix the problem consisting of no message selected
7107                 after the last message in a folder has been moved.
7108
7109 2002-10-12 [paul]       0.8.5claws23
7110
7111         * src/compose.c
7112           src/prefs_template.c
7113           src/template.[ch]
7114                 add Cc and Bcc to templates. Patch submitted by
7115                 John L. Males.
7116
7117 2002-10-12 [colin]      0.8.5claws22
7118
7119         * src/folderview.c
7120                 Fix a bug after "Check for new messages":
7121                 If a folder was opened, it was still selected at
7122                 the end of the check, but displayed empty.
7123         * src/mainwindow.c
7124                 Remove unnecessary check
7125
7126 2002-10-12 [paul]
7127
7128         * tools/README
7129                 be more verbose in the description of
7130                 OOo2sylpheed.pl
7131                 
7132
7133 2002-10-11 [colin]      0.8.5claws21
7134
7135         * src/mainwindow.c
7136                 Make space work (better) when no mail is selected
7137
7138 2002-10-11 [colin]      0.8.5claws20
7139
7140         * src/inc.c
7141           src/news.c
7142                 fix warnings
7143
7144 2002-10-11 [colin]      0.8.5claws19
7145
7146         * src/mainwindow.c
7147                 revert 0.8.5claws6 changes as i couldn't get to
7148                 anything satisfying
7149
7150 2002-10-11 [melvin]     0.8.5claws18
7151
7152         * src/compose.c
7153                 Removed buggy and unused macro (should have been committed in
7154                 0.8.5claws17)
7155
7156 2002-10-11 [melvin]     0.8.5claws17
7157
7158         * src/compose.c
7159                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7160
7161 2002-10-11 [thorsten]   0.8.5claws16 
7162
7163         * src/folderview.c
7164                 remove rescan warning
7165
7166 2002-10-11 [colin]      0.8.5claws15 
7167
7168         * src/procheader.c
7169                 fix a segfault that happens if conv_unmime_header
7170                 fails (should be better to find out why it fails)
7171
7172 2002-10-11 [christoph]  0.8.5claws14
7173
7174         * src/summaryview.c
7175                 update folderview stats after ignore/unignore thread
7176
7177 2002-10-11 [hoa]        0.8.5claws13
7178
7179         * src/quote_fmt_parse.y
7180                 Fixed a yacc/bison syntax error
7181         * src/matcher.c
7182                 Escaping of string is fixed.
7183
7184 2002-10-11 [colin]      0.8.5claws12
7185
7186         * src/imageview.c
7187                 Resize images to fit
7188
7189 2002-10-11 [paul]       0.8.5claws11
7190
7191         * po/es.po
7192                 updated by Ricardo Mones Lastra
7193
7194 2002-10-10 [alfons]     0.8.5claws10
7195
7196         * src/compose.c
7197                 allow dropping files by "moving" files from a file manager,
7198                 not only by the more cumbersome "copying". the latter 
7199                 mostly implies holding down the Control button
7200
7201 2002-10-10 [christoph]  0.8.5claws9
7202
7203         * src/summaryview.c
7204                 update folders after thread building for ignored threads
7205
7206 2002-10-10 [christoph]  0.8.5claws8
7207
7208         * config/.cvsignore
7209                 added Makefile
7210         * src/filtering.[ch]
7211         * src/folder.[ch]
7212         * src/folderview.[ch]
7213         * src/import.c
7214         * src/inc.[ch]
7215         * src/mbox.[ch]
7216         * src/procmsg.c
7217         * src/summaryview.[ch]
7218                 o added new flag need_update to FolderItem
7219                 o removed folder_table from various functions from tracking
7220                   folder updates
7221                 o set need_update flags in folder.c's move, copy and delete
7222                   functions and procmsg's flags functions
7223                 o added function folderview_update_items_when_required that
7224                   updates all folders with need_update set
7225                 o call folderview_update_items_when_required instead of
7226                   folderview_update_item_foreach
7227
7228 2002-10-09 [sergey]     0.8.5claws7
7229
7230         * src/compose.c
7231                 Strip CRs whel loading the text into editor in reedit mode.
7232
7233 2002-10-09 [colin]      0.8.5claws6
7234
7235         * src/mainwindow.c
7236                 Make Space work when no mail is selected
7237
7238 2002-10-09 [colin]      0.8.5claws5
7239
7240         * src/gtksctree.[ch]
7241                 Fix range_select
7242                 Add gtk_sctree_reanchor() 
7243         * src/summaryview.c
7244                 Use gtk_sctree_reanchor() - better fix for 
7245                 bug 60413
7246
7247 2002-10-09 [colin]      0.8.5claws4
7248
7249         * src/summaryview.c
7250                 Fix shift-click select after delete problem
7251                 (closes bug 60413)
7252
7253 2002-10-08 [thorsten]   0.8.5claws3
7254
7255         * src/summaryview.c
7256                 exclude current msg from -hide read messages-
7257
7258 2002-10-08 [colin]      0.8.5claws2
7259
7260         * src/inc.[ch]
7261           src/pop.c
7262           src/recv.c
7263                 Differentiate socket errors from disk full
7264                 errors
7265
7266 2002-10-08 [christoph]  0.8.5claws1
7267
7268         * Makefile.am
7269         * configure.in
7270                 modifications for new config directory
7271
7272         * config.guess  ** REMOVED **
7273         * config.sub    ** REMOVED **
7274         * install-sh    ** REMOVED **
7275         * ltmain.sh     ** REMOVED **
7276         * missing       ** REMOVED **
7277         * mkinstalldirs ** REMOVED **
7278                 these files are autogenerated by automake
7279                 when you run autogen.sh
7280
7281         * config/.cvsignore     ** NEW FILE **
7282         * config/Makefile.am    ** NEW FILE **
7283                 ignore autogenerated files
7284                 create a Makefile in this directory
7285
7286 2002-10-08 [paul]       0.8.5claws
7287
7288         * 0.8.5claws release
7289         
7290         * src/compose.c
7291           src/procheader.c
7292           src/procmsg.c
7293                 fix quote reply format for newsgroups reply bug
7294                 (thanks to Hoa)
7295                 
7296         * po/en_GB.po
7297           po/pl.po
7298                 updated by me and Witold Wladyslaw Wojciech Wilk
7299                 repectively
7300
7301 2002-10-07 [paul]       0.8.3claws53
7302
7303         * po/it.po
7304           po/pt_BR.po
7305           po/sr.po
7306                 updated messages catalogs, submitted by
7307                 Alessandro Maestri, Fabio Jr.Beneditto 
7308                 and Urke MMI, respectively.
7309
7310 2002-10-07 [christoph]  0.8.3claws52
7311
7312         * src/folder.[ch]
7313         * src/folderview.c
7314         * src/mainwindow.c
7315                 fix new folder ghost message bug
7316                 (closes bug [ 619722 ] wrong count for newly created folders)
7317
7318 2002-10-07 [christoph]  0.8.3claws51
7319
7320         * src/compose.c
7321                 fix news posting problem
7322
7323 2002-10-07 [melvin]     0.8.3claws50
7324
7325         * po/fr.po
7326                 Updated French translation
7327
7328 2002-10-05 [christoph]  0.8.3claws49
7329
7330         * src/gtkstext.c
7331                 check if line_start_cache is set in gtk_stext_update_text
7332                 (closes bug [ 618119 ] crash while doing search in folder)
7333
7334 2002-10-05 [christoph]  0.8.3claws48
7335
7336         * src/imap.c
7337         * src/news.c
7338         * src/utils.c
7339         * src/utils.h
7340                 implement cache cleanups for claws' folder system
7341                 (closes bug [ 595916 ] imapcache not cleaned up)
7342
7343 2002-10-05 [melvin]     0.8.3claws47
7344
7345         * src/prefs_actions.c
7346                 Made the help text more clear for the %p token
7347
7348 2002-10-04 [paul]       0.8.3claws46
7349
7350         * sync with 0.8.5
7351                 see ChangeLog 2002-10-02 and 2002-10-03
7352
7353 2002-10-04 [christoph]  0.8.3claws45
7354
7355         * src/inc.c
7356                 fix segfault caused by pop before smtp
7357                 call to inc_account_mail with NULL
7358                 pointer for mainwin
7359
7360 2002-10-04 [paul]       0.8.3claws44
7361
7362         * configure.in
7363                 sync the LDAP detection from 0.8.5cvs1
7364
7365 2002-10-02 [christoph]  0.8.3claws43
7366
7367         * po/de.po
7368                 fix small spelling error
7369
7370 2002-10-02 [melvin]     0.8.3claws42
7371
7372         * ac/aspell.m4
7373                 Behave better and say "no" when test program cannot be run.
7374
7375 2002-10-02 [paul]       0.8.3claws41
7376
7377         * sync with 0.8.4cvs1
7378                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7379                 
7380         * src/summaryview.c
7381                 toggle the behavior of Reply menuitem between
7382                 normal reply and reply-to-list
7383
7384 2002-10-01 [sergey]     0.8.3claws40
7385
7386         * src/compose.c
7387                 Convert newlines in the message text to the canonical form
7388                 before base64 encoding (RFC2045 compliance, fixes some
7389                 interoperability issues with Evolution 1.0.3)
7390
7391 2002-09-29 [colin]      0.8.3claws39
7392
7393         * src/summaryview.c
7394                 Fix an unwanted copy/paste
7395
7396 2002-09-29 [colin]      0.8.3claws38
7397
7398         * src/mainwindow.c
7399                 Renamed "Custom toolbar" to "Customize toolbar"
7400                 Renamed "Show all header" to "Show all headers"
7401                 Renamed "Set diplay item" to "Set displayed items"
7402         * src/prefs_common.c
7403                 Renamed "Show all header" to "Show all headers"
7404         * src/prefs_summary_column.c
7405                 Renamed "diplay item" to "displayed items"
7406
7407 2002-09-29 [colin]      0.8.3claws37
7408
7409         * src/mainwindow.[ch]
7410                 online/offline status pixmaps follow theme
7411                 changes
7412         * src/summaryview.[ch]
7413                 quicksearch pixmap follows theme changes
7414
7415 2002-09-29 [thorsten]   0.8.3claws36
7416
7417         * src/compose.c
7418           src/prefs_folder_item.[ch]
7419                 add default_reply_to folder option (closes patch 581044)
7420
7421 2002-09-29 [christoph]  0.8.3claws35
7422
7423         * acconfig.h    ** REMOVED **
7424         * configure.in
7425         * ac/aspell.m4
7426         * ac/check-type.m4
7427         * ac/gnupg-check-typedef.m4
7428                 fix autoheader 2.50 warning
7429
7430 2002-09-29 [christoph]  0.8.3claws34
7431
7432         * major code cleanup (part 2)
7433         
7434                 - unused variables removed
7435                 - unused functions removed
7436                 - uninitialized variables checked
7437                 - missing return statements added
7438                 - missing function return types added
7439                 - added parentheses around assignment
7440                   when suggested by gcc
7441
7442 2002-09-29 [alfons]     0.8.3claws33
7443
7444         * src/logwindow.c
7445                 log_window_clear(): only bracket gtk_text_forward_delete() 
7446                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7447                 works around GTK text bug)
7448
7449 2002-09-29 [paul]       0.8.3claws32
7450
7451         * po/bg.po
7452           po/sr.po
7453                 updated by George Danchev and Urke MMI
7454                 respectively
7455
7456 2002-09-27 [christoph]  0.8.3claws31
7457
7458         * doc-src/readme.txt
7459         * doc-src/rfc1806.txt   ** REMOVED **
7460         * doc-src/rfc2183.txt   ** NEW FILE **
7461         * doc-src/rfc2980.txt   ** NEW FILE **
7462                 update rfcs
7463
7464 2002-09-27 [melvin]     0.8.3claws30
7465
7466         * ac/aspell.m4
7467                 Fixed typo which could break linking
7468
7469 2002-09-27 [melvin]     0.8.3claws29
7470
7471         * ac/aspell.m4
7472                 Improved GNU/aspell checking. 
7473                 Fixed bug #614490
7474
7475 2002-09-27 [paul]       0.8.3claws28
7476
7477         * sync with 0.8.3cvs8
7478                 see ChangeLog 2002-09-27
7479
7480 2002-09-26 [colin]      0.8.3claws27
7481
7482         * src/toolbar.[ch]
7483           src/mainwindow.[ch]
7484                 Add "Reply to Mailing-list" to the toolbar
7485
7486 2002-09-26 [christoph]  0.8.3claws26
7487
7488         * src/summaryview.c
7489                 Fix wrong message counts in summaryview status
7490
7491 2002-09-26 [paul]       0.8.3claws25
7492
7493         * sync with 0.8.3cvs7
7494                 see ChangeLog 2002-09-26
7495
7496 2002-09-26 [paul]       0.8.3claws24
7497
7498         * sync with 0.8.3cvs6
7499                 see ChangeLog 2002-09-25
7500
7501 2002-09-25 [christoph]  0.8.3claws23
7502
7503         * src/prefs_common.c
7504         * src/prefs_folder_item.c
7505         * src/prefs_scoring.c
7506                 Renamed "kill score" to "hide score" in GUI
7507                 and prefs files
7508
7509 2002-09-25 [paul]       0.8.3claws22
7510
7511         * sync with 0.8.3cvs5
7512                 see ChangeLog 2002-09-24
7513
7514 2002-09-24 [alfons]     0.8.3claws21
7515
7516         patch by Satoshi Nagayasu: allows appending / saving multiple 
7517         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7518         'Save as ...'")
7519
7520         * AUTHORS
7521                 add Satoshi Nagayasu
7522         * src/summaryview.c
7523                 summary_save_as(): allow saving selected files to
7524                 one file
7525                 summary_set_menu_sensitive: enable "Save As..." when
7526                 multiple files are selected
7527         * src/utils.[ch]
7528                 append_file(): new function
7529
7530 2002-09-24 [colin]      0.8.3claws20
7531
7532         * src/procmime.c
7533                 Fix segfault when mimeinfo doesn't have a 
7534                 content_type. 
7535
7536 2002-09-24 [colin]      0.8.3claws19
7537
7538         * src/prefs_common.[ch]
7539                 Add a preference to display send dialog or not
7540         * src/send.c
7541                 Display send dialog according to preference
7542
7543 2002-09-24 [colin]      0.8.3claws18
7544
7545         * src/compose.[ch]
7546                 Disable user actions when sending
7547
7548 2002-09-24 [colin]      0.8.3claws17
7549
7550         * src/procmime.c
7551                 Do not display name or filename for attachments
7552                 with an application/pgp-signature type
7553                 (security flaw, see bug 537413)
7554
7555 2002-09-23 [colin]      0.8.3claws16
7556
7557         * src/editaddress.c
7558                 Initialize entry_email, entry_alias and 
7559                 entry_remarks to first email address of the list
7560
7561 2002-09-23 [colin]      0.83claws15
7562
7563         * src/compose.c
7564                 Drop pgp-signature when reediting a signed queued
7565                 message
7566
7567 2002-09-23 [melvin]     0.8.3claws14
7568
7569         * po/fr.po
7570                 Updated French translation
7571
7572 2002-09-23 [melvin]     0.8.3claws13
7573
7574         * src/mainwindow.c
7575                 Made custom toolbar menu labels more consistent
7576         * src/prefs_toolbar.c
7577                 Made custom toolbar window title more consistent
7578
7579 2002-09-22 [colin]      0.8.3claws12
7580
7581         * src/inc.c
7582                 Initialize session type to normal before getting 
7583                 mail (fixes strange Get behaviour)
7584         * src/prefs_account.h
7585                 Move STYPE_POP_BEFORE_SMTP to last position to 
7586                 avoid other side-effects
7587
7588 2002-09-22 [colin]      0.8.3claws11
7589
7590         * src/prefs_account.c
7591                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7592                 from pop3 to apop or vice-versa
7593
7594 2002-09-22 [colin]      0.8.3claws10
7595         
7596         * src/prefs_account.[ch]
7597                 Add an option for the POP before SMTP timeout
7598         * src/inc.c
7599                 Remember time of last POP connection
7600         * src/send.c
7601                 Do POP before SMTP only if timeout reached
7602
7603 2002-09-22 [oliver]     0.8.3claws9
7604         
7605         * README.claws
7606                 explain custom toolbar
7607
7608 2002-09-22 [oliver]     0.8.3claws8
7609
7610         * src/prefs_actions.[ch]
7611         custom toolbar for compose      
7612                 actions callback from compose toolbar
7613         * src/folderview.c
7614                 remove include toolbar.h
7615
7616 2002-09-22 [oliver]     0.8.3claws7
7617         
7618         * src/prefs_toolbar.[ch]
7619                 custom toolbar for compose
7620                 - generic prefs_toolbar handles both
7621                   Mainwin's toolbar as well as Compose toolbar          
7622
7623 2002-09-22 [oliver]     0.8.3claws6
7624         
7625         * src/toolbar.[ch]
7626                 custom toolbar for compose
7627                 restructure toolbar.[ch]
7628
7629 2002-09-22 [oliver]     0.8.3claws5
7630
7631         * src/compose.[ch]
7632                 custom toolbar for compose
7633
7634 2002-09-22 [oliver]     0.8.3claws4
7635         
7636         * src/mainwindow.[ch]
7637                 custom toolbar for compose 
7638                 move mainwin toolbar back to mainwindow
7639
7640 2002-09-22 [alfons]     0.8.3claws3
7641
7642         * src/procmsg.c
7643                 :%sno/if(/if (/gc
7644                 :%sno/for(/for (/gc
7645                 (beautify)
7646
7647 2002-09-22 [alfons]     0.8.3claws2
7648         
7649         * src/procmsg.c
7650                 procmsg_save_to_outbox(): don't unlink message file from queue;
7651                 callers should do it using folder_item_remove_msg()
7652
7653 2002-09-22 [colin]      0.8.3claws1
7654
7655         * src/mimeview.[ch]
7656                 Made mimeview_check_signature() public
7657         * src/textview.c
7658                 Made GPG signatures verifiable by clicking
7659                 the [application/pgp-signature] in the Text
7660                 view
7661
7662 2002-09-22 [paul]       0.8.3claws
7663
7664         * po/bg.po
7665           po/en_GB.po
7666           po/es.po
7667           po/it.po
7668           po/pl.po
7669           po/pt_BR.po
7670           po/sr.po
7671                 updated translations, submitted by George Danchev,
7672                 me, Ricardo Mones Lastra, Alessandro Maestri,
7673                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7674                 and Urke MMI, respectively.     
7675
7676 2002-09-22 [alfons]     0.8.2claws65
7677
7678         * src/procmsg.c
7679         * src/pgptext.c
7680                 no furry valgrinds have been used to plug these memleaks
7681
7682 2002-09-20 [paul]       0.8.2claws64
7683
7684         * sync with 0.8.3cvs4
7685                 'Select thread' re-implemented 
7686                 see ChangeLog 2002-09-20
7687
7688 2002-09-21 [alfons]     0.8.2claws63
7689
7690         * src/compose.c
7691                 compose_send(): plug unnoticed memleak
7692
7693 2002-09-20 [alfons]     0.8.2claws62
7694
7695         * src/addr_compl.c
7696                 replace_address_in_edit(): strict check for NULL address to
7697                 fix "[ 607348 ] Segfault in address completion". My guess is
7698                 that this happens with an empty address book, but it's good
7699                 to have this check here anyway
7700                 
7701                 completion_window_button_press(): free string returned 
7702                 from the internal cache
7703
7704 2002-09-20 [christoph]  0.8.2claws61
7705
7706         * src/procmime.h
7707                 added ENC_BINARY to EncodingType
7708         * src/procmime.c
7709                 the string returned by procmime_get_encoding_str
7710                 should not depend on the order of values in the
7711                 EncodingType definition
7712         * doc-src/rfc1806.txt   ** NEW FILE **
7713                 Added rfc1806 about MIME Content-Disposition
7714                 Extension
7715
7716 2002-09-19 [paul]       0.8.2claws60
7717
7718         * sync with 0.8.2cvs3
7719                 see ChangeLog 2002-09-19
7720
7721 2002-09-19 [paul]       0.8.2claws59
7722
7723         * src/prefs_folder_item.c
7724                 revert to Darko's original alignment of colour
7725                 selector button
7726                 add a colon to folder_color label
7727                 
7728         * src/compose.c
7729                 add Colin's patch (with Hiro's modifications) to 
7730                 force BASE64 encoding for 8-bit text when signing
7731                 (sync with 0.8.3cvs2)
7732
7733 2002-09-18 [alfons]     0.8.2claws58
7734
7735         * src/compose.c
7736                 :%sno/if(/if (/gc
7737                 :%sno/for(/for (/gc
7738                 (beautify a little bit)
7739
7740 2002-09-18 [christoph]  0.8.2claws57
7741
7742         * src/pine.c
7743                 fix handling of fgetc return value
7744
7745 2002-09-17 [alfons]     0.8.2claws56
7746         
7747         * src/summaryview.c
7748                 summary_sort(): check non-NULL summaryview->folder_item when no 
7749                 folder is selected at all
7750                 (closes "[ 610344 ] sort label make syl Crash")
7751
7752 2002-09-17 [alfons]     0.8.2claws55
7753         
7754         * src/compose.c
7755                 beautify a little bit
7756
7757 2002-09-17 [christoph]  0.8.2claws54
7758
7759         * src/folder.c
7760                 initialize max values for cache and folder
7761                 when cache or folder is empty
7762
7763 2002-09-15 [colin]      0.8.2claws53
7764
7765         * src/compose.c
7766                 Fix a leak (thanks Alfons!) and cleaned
7767                 variables names for custom headers
7768
7769 2002-09-15 [colin]      0.8.2claws52
7770
7771         * src/compose.c
7772                 Fix custom headers recognition when
7773                 prefs_common.trans_hdr is on
7774
7775 2002-09-15 [colin]      0.8.2claws51
7776
7777         * src/compose.c
7778                 Allow dynamically-added custom headers
7779                 Yet not reparsed if reedited
7780
7781 2002-09-15 [alfons]     0.8.2claws50
7782
7783         * src/prefs_account.c
7784                 fix warnings
7785
7786 2002-09-15 [colin]      0.8.2claws49
7787         
7788         * src/prefs_account.c
7789                 fix pop_before_smtp sensitivity
7790
7791 2002-09-15 [colin]      0.8.2claws48
7792
7793         * src/inc.[ch]
7794                 add inc_pop_before_smtp()
7795                 allow MainWindow to be undefined in 
7796                 inc_account_mail() and inc_start()
7797         * src/pop.c
7798           src/prefs_account.h
7799                 add STYPE_POP_BEFORE_SMTP session type
7800         * src/prefs_account.c
7801                 activated pop before smtp option
7802         * src/send.c
7803                 do pop before smtp if the relevant option 
7804                 is set
7805
7806 2002-09-15 [paul]       0.8.2claws47
7807
7808         * sync with 0.8.3
7809                 see ChangeLog 2002-09-15
7810
7811 2002-09-14 [paul]       0.8.2claws46
7812
7813         * po/bg.po
7814                 updated Bulgarian translation, submitted by
7815                 George Danchev
7816
7817 2002-09-13 [paul]       0.8.2claws45
7818
7819         * src/compose.c
7820                 merge claws' select_account() with main's
7821                 (new) compose_select_account(). [sync with
7822                 0.8.2cvs15, see ChangeLog 2002-09-11]
7823
7824 2002-09-12 [christoph]  0.8.2claws44
7825
7826         * src/filter.c
7827                 allocate 1 elements of FolderItem not 0
7828
7829 2002-09-12 [colin]      0.8.2claws43
7830
7831         * src/compose.c
7832                 Fix bug #590825 (obey Follow-up: poster)
7833
7834 2002-09-12 [colin]      0.8.2claws42
7835
7836         * src/procmime.c
7837                 Fix bug #557009 (wrong headers for messages 
7838                 forwarded as attachments)
7839
7840 2002-09-11 [colin]      0.8.2claws41
7841         
7842         * src/compose.c
7843                 Put SCF: pseudo-header on top of message
7844                 Set draft tmp_flag when saved as draft
7845
7846         * src/procmsg.c
7847           src/procheader.c
7848                 Skip after first \n\n for beginning of real message
7849                 for drafts too
7850
7851 2002-09-11 [christoph]  0.8.2claws40
7852
7853         * src/filtering.c
7854                 use procmsg flag functions in filtering or processing
7855                 will cause incorrect folder message counts
7856
7857 2002-09-11 [colin]      0.8.2claws39
7858
7859         * src/compose.c
7860                 Fix bug #550175 - wrong save folder when reediting
7861                 drafts
7862
7863 2002-09-11 [paul]       0.8.2claws38
7864
7865         * sync with 0.8.2cvs14
7866                 see ChangeLog 2002-09-11
7867
7868 2002-09-11 [colin]      0.8.2claws37
7869
7870         * src/folder.c
7871                 Fix a typo (seeming to cause new/unread status to
7872                 be lost)
7873
7874 2002-09-10 [christoph]  0.8.2claws36
7875
7876         * src/compose.c
7877                 compose_redirect should not use compose_generic_new
7878                 because that does more stuff than expected including
7879                 opening the external editor
7880                 (closes bug "[ 526608 ] bounced messages appear blank
7881                  in editor")
7882
7883 2002-09-10 [christoph]  0.8.2claws35
7884
7885         * src/folder.c
7886                 fix problem with too large message number range
7887                 causing a crash in folder_item_scan
7888
7889 2002-09-10 [paul]       0.8.2claws34
7890
7891         * sync with 0.8.2cvs13
7892                 see ChangeLog 2002-09-10
7893
7894 2002-09-10 [christoph]  0.8.2claws33
7895
7896         * src/msgcache.c
7897                 set MsgInfo TmpFlags for queue and draft folders
7898                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7899
7900 2002-09-10 [paul]       0.8.2claws32
7901
7902         * AUTHORS
7903           po/bg.po      ** NEW FILE **
7904                 new Bulgarian translation submitted by
7905                 George Danchev <danchev@spnet.net>
7906                 
7907         * tools/Makefile.am
7908           tools/README
7909           tools/tb2sylpheed     ** NEW FILE **
7910                 add script that converts an addressbook exported
7911                 from The Bat! into a Sylpheed addressbook. Submitted
7912                 by Urke MMI <urke-kg@eunet.yu>
7913
7914 2002-09-10 [paul]       0.8.2claws31
7915
7916         * sync with 0.8.2cvs12
7917                 see ChangeLog 2002-09-10
7918
7919 2002-09-06 [paul]       0.8.2claws30
7920
7921         * src/prefs_common.c
7922                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7923                 
7924         * tools/Makefile.am
7925           tools/README
7926           tools/ldif-to-xml.py  ** REMOVED **
7927                 remove obsolete python script
7928
7929 2002-09-06 [paul]       0.8.2claws29
7930
7931         * sync with 0.8.2cvs10
7932                 see ChangeLog 2002-09-06
7933
7934 2002-09-04 [paul]       0.8.2claws28
7935
7936         * sync with 0.8.2cvs9
7937                 see ChangeLog 2002-08-04
7938
7939 2002-09-04 [colin]      0.8.2claws27 
7940
7941         * src/prefs_common.[ch]
7942                 Added signature color configuration
7943         * src/textview.c
7944                 Use user-specified signature color
7945
7946 2002-09-03 [colin]      0.8.2claws26
7947
7948         * src/prefs_common.[ch]
7949                 Added autosave and autosave_length prefs
7950         * src/compose.c
7951                 Added compose_remove_draft()
7952                 Auto-save drafts according to the prefs
7953         * src/main.c
7954                 Added a crash-indicator file, allowing to check
7955                 for new messages on startup if Sylpheed crashed
7956                 (makes saved drafts "reappear")
7957
7958 2002-09-03 [colin]      0.8.2claws25
7959
7960         * src/textview.[ch]
7961                 Grey the signature
7962
7963 2002-09-03 [paul]       0.8.2claws24
7964
7965         * sync with 0.8.2cvs8
7966                 see ChangeLog 2002-09-02 and 2002-09-03
7967
7968 2002-09-03 [darko]      0.8.2claws23
7969
7970         * src/folderview.c
7971                 use normal style when creating new folder to pick
7972                 proper font size 
7973
7974 2002-09-02 [melvin]     0.8.2claws22
7975
7976         * src/gtkaspell.m4
7977                 removed some obsolete code
7978
7979 2002-09-02 [melvin]     0.8.2claws21
7980
7981         * ac/aspell.m4
7982                 fixed test's equality sign (== to =)
7983
7984 2002-09-02 [alfons]     0.8.2claws20
7985
7986         * src/folder.c
7987         * src/mh.c
7988                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7989                 as folder->destroy virtual as suggested by Hiro
7990                 (the mh.c code seems to have been lost around mh.c.1.21)
7991
7992 2002-09-02 [paul]       0.8.2claws19
7993
7994         * po/pt_BR.po
7995                 updated by Fabio Jr. Beneditto
7996                 
7997         * src/defs.h
7998                 use 'http://claws.sylpheed.org' for homepage link. 
7999                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8000
8001 2002-09-01 [alfons]     0.8.2claws18
8002
8003         * src/mh.c
8004                 plug memleak related to one Martin Kluge found
8005
8006 2002-08-31 [paul]       0.8.2claws17
8007
8008         * sync with 0.8.2cvs6
8009                 see ChangeLog 2002-08-30
8010
8011 2002-08-31 [alfons]     0.8.2claws16
8012
8013         * src/folder.c
8014                 folder_destroy(): remove mailbox from folderlist even if it has
8015                 no destroy virtual
8016
8017 2002-08-31 [alfons]     0.8.2claws15
8018
8019         * src/folder.c
8020                 :%sno/if(/if (/gc
8021                 :%sno/for(/for (/gc
8022                 (being pedantic I know)
8023
8024 2002-08-31 [alfons]     0.8.2claws14
8025
8026         * src/folder.c
8027                 check for NULL pointers returned from folder->fetch_msginfo virtual
8028                 (should solve some reported crashes)
8029
8030 2002-08-30 [alfons]     0.8.2claws13
8031
8032         * acconfig.h
8033         * configure.in
8034         * src/crash.c
8035                 enable crash dialog on compilation time
8036                 (--enable-crash-dialog configure option)
8037
8038 2002-08-30 [alfons]     0.8.2claws12
8039
8040         * AUTHORS
8041                 add Martin Kluge
8042         * src/mh.c
8043                 apply memory leak plug patch by Martin Kluge
8044                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8045                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8046                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8047
8048 2002-08-30 [darko]      0.8.2claws11
8049
8050         * src/folderview.c
8051                 copy Gtk style from normal style to match
8052                 font size for coloured folders
8053
8054 2002-08-29 [alfons]     0.8.2claws10
8055
8056         * sylpheed.desktop
8057                 Type=Internet <- Type=Application
8058                 (reported by Michael Schwendt, see:
8059                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8060                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8061
8062 2002-08-29 [paul]       0.8.2claws9
8063
8064         * sync with 0.8.2cvs5
8065                 see ChangeLog 2002-08-29
8066
8067 2002-08-29 [colin]      0.8.2claws8
8068
8069         * src/summaryview.c
8070                 Added a sanity check in summary_select_thread
8071                 Should fix bug 601605
8072
8073 2002-08-29 [colin]      0.8.2claws7
8074
8075         * src/main.c
8076                 Revert claws6 changes regarding bug #591676
8077
8078 2002-08-28 [colin]      0.8.2claws6
8079         
8080         * src/main.c
8081                 Ignore cache for queue folderitems
8082                 Fix bug #591676
8083
8084 2002-08-28 [melvin]     0.8.2claws5
8085
8086         * README.claws
8087                 Fixed typos.
8088
8089 2002-08-28 [melvin]     0.8.2claws4
8090
8091         * README.claws
8092                 Updated a bit the text concerning the spell checker
8093
8094 2002-08-28 [melvin]     0.8.2claws3
8095
8096         Merged the GNU_aspell_branch:
8097                 Support of new GNU/aspell is now included and the old pspell
8098                 is not supported anymore.
8099                 See README.claws
8100
8101         * README.claws
8102                 Updated spell checker text to reflect the switch to GNU/aspell
8103
8104         * ac/aspell.m4          *** NEW ***
8105         * src/gtkaspell.[ch]    *** NEW *** 
8106         * ac/pspell.m4          *** DELETED *** 
8107         * src/gtkspell.[ch]     *** DELETED ***
8108
8109         * ac/Makefile.am
8110                 Updated for GNU/aspell support
8111
8112         * po/POTFILES.in
8113                 Replaced gtkspell.c by gtkaspell.c
8114
8115         * acconfig.h
8116         * src/Makefile.am
8117         * src/about.c
8118         * src/compose.[ch]
8119         * src/crash.c
8120         * src/main.c
8121         * src/prefs_common.[ch]
8122                 Updated for GNU/aspell support
8123
8124 2002-08-28 [paul]       0.8.2claws2
8125
8126         * sync with 0.8.2cvs4
8127                 see ChangeLog 2002-08-27 and 2002-08-28
8128
8129 2002-08-28 [colin]      0.8.2claws1
8130
8131         * src/summary_search.c
8132                 Added "AND search"
8133
8134 2002-08-28 [jens]       0.8.2claws
8135
8136         *po/de.po
8137                 Updated German translations
8138
8139 2002-08-27 [melvin]     0.8.2claws
8140
8141         * po/fr.po
8142                 Updated French translations
8143
8144 2002-08-27 [paul]       0.8.2claws
8145
8146         * sync with 0.8.2 main release
8147
8148         * po/en_GB.po
8149           po/es.po
8150           po/it.po
8151           po/pl.po
8152           po/pt_BR.po
8153           po/sr.po
8154                 updated message catalogs submitted by
8155                 Ricardo Mones Lastra, Alessandro Maestri,
8156                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8157                 Beneditto and Urke MMI  
8158
8159 2002-08-27 [hoa]        0.8.1claws123
8160
8161         * src/mainwindow.[ch]
8162         * src/summaryview.[ch]
8163                 removed the "filter setting" menu option.
8164                 add a "cancel a news message" menu option.
8165
8166 2002-08-26 [martin]     0.8.1claws122
8167
8168         * ChangeLog.claws
8169                 changed string under 0.8.1claws79 changed by myself
8170                 i'm sorry alfons :(
8171
8172 2002-08-26 [martin]     0.8.1claws121
8173
8174         * src/crash.c
8175                 added kill command to debuggerrc to start crash dialog
8176
8177 2002-08-26 [paul]       0.8.1claws120
8178
8179         * sync with 0.8.1cvs31
8180                 see ChangeLog 2002-08-26
8181
8182 2002-08-25 [alfons]     0.8.1claws119
8183
8184         * src/procmsg.c
8185                 fix bug that didn't send out correct headers to news server
8186                 when sending news article and email from queue (bug reported
8187                 and patch provided by Tim Mann; closes bug 
8188                 "[ 583196 ] 0.7.8claws can't post news")
8189
8190 2002-08-25 [alfons]     0.8.1claws118
8191
8192         * src/selective_download.c
8193                 mark two strings as translatable
8194                 (thanks to Urke MMI for pointing this out)
8195
8196 2002-08-25 [alfons]     0.8.1claws117
8197
8198         * src/summaryview.c
8199                 treat sent boxes as special and allow sorting them by addressee
8200                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8201                 submitted by Steve Lamb)
8202
8203 2002-08-24 [alfons]     0.8.1claws116
8204
8205         * src/matcher.c
8206                 fix memleak reported by Martin Kluge
8207                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8208
8209 2002-08-24 [oliver]     0.8.1claws115
8210
8211         * src/prefs_toolbar.c
8212                 o code cleanup as suggested by Alfons
8213                 o memleak fix
8214
8215 2002-08-24 [alfons]     0.8.1claws114
8216
8217         * src/summaryview.c
8218                 o fix another memory leak reported by Martin Kluge
8219                   (see "[ 599568 ] Small Memory Leak")
8220                 o remove 'from' variable from 'summary_set_header()'; we can
8221                   do with just 'to' 
8222
8223 2002-08-24 [paul]       0.8.1claws113
8224
8225         * sync with 0.8.1cvs30
8226                 see ChangeLog 2002-08-23
8227
8228 2002-08-24 [alfons]     0.8.1claws112
8229
8230         * src/summaryview.c
8231                 remove unnecessary allocations for search bar fixing leaks
8232                 reported by Martin Kluge
8233                 (see "[ 599451 ] Further memory leaks?")
8234
8235 2002-08-24 [alfons]     0.8.1claws111
8236
8237         * src/main.c
8238                 make get_socket_name() public for crash.c
8239         * src/crash.c
8240                 o make report bug button work (goes to claws' 
8241                   bug tracker at sf.net)
8242                 o introduce function for doing important stuff just
8243                   before claws goes down
8244                 o clean up code 
8245
8246 2002-08-24 [alfons]     0.8.1claws110
8247
8248         * src/compose.c
8249                 move cursor to "To" entry when forwarding as attachment
8250                 (reported and solved by Steve Lamb, closes bug report
8251                 "[ 592880 ] Forward as attachment; cursor not in to")
8252
8253 2002-08-24 [colin]      0.8.1claws109
8254
8255         * src/mainwindow.c
8256                 fix quick search visibility after GUI (de)separations.
8257
8258 2002-08-23 [colin]      0.8.1claws108
8259
8260         * src/mainwindow.c
8261                 fix header pane visibility after folderview or
8262                 messageview (de)separation
8263
8264 2002-08-23 [paul]       0.8.1claws107
8265
8266         * src/mainwindow.[ch]
8267           src/toolbar.c
8268                 give full control of display or non-display 
8269                 of the Execute icon to Custom toolbar settings.
8270                 add new sensitivity condition to maninwindow.h: 
8271                 M_DELAY_EXEC
8272
8273         * ChangeLog
8274           ChangeLog.jp
8275           NEWS
8276                 more sync with 0.8.1cvs29
8277
8278 2002-08-23 [melvin]     0.8.1claws106
8279
8280         * src/alertpanel.c
8281                 Readded support for custom widget in alertpanel lost in last
8282                 sync.
8283
8284 2002-08-23 [paul]       0.8.1claws105
8285
8286         * sync with 0.8.1cvs29
8287                 see ChangeLog 2002-08-23
8288
8289 2002-08-23 [colin]      0.8.1claws104
8290
8291         * src/summaryview.c
8292                 Fix folder and search pixmaps exchanging positions
8293                 after theme or toolbar changes. Thank to Oliver for 
8294                 reporting this.
8295
8296 2002-08-23 [colin]      0.8.1claws103
8297
8298         * src/mainwindow.c
8299           src/messageview.[ch]
8300           src/noticeview.[ch]
8301           src/summaryview.c
8302                 Changed messageview_create() and noticeview_create()
8303                 to avoid the last gdk_warning
8304
8305 2002-08-22 [colin]      0.8.1claws102
8306
8307         * src/summaryview.c
8308                 Fix my new `Creating pixmap from xpm' warning
8309
8310 2002-08-22 [colin]      0.8.1claws101
8311
8312         * src/mainwindow.c
8313                 Fix some of the gdk warnings
8314
8315 2002-08-22 [colin]      0.8.1claws100
8316
8317         * src/Makefile.am
8318         * src/stock_pixmap.c
8319         * src/stock_pixmap.h
8320         * src/pixmaps/quicksearch.xpm *ADDED*
8321                 Add the quicksearch pixmap
8322         * src/mainwindow.c
8323         * src/summaryview.c
8324         * src/summaryview.h
8325                 Make quicksearch bar visible/hidden via a button
8326
8327 2002-08-22 [christoph]  0.8.1claws99
8328
8329         * src/folder.c
8330                 fix folder update for newsgroups with message
8331                 numbers below minimum number of articles to fetch
8332                 (closes bug #598445)
8333
8334 2002-08-22 [paul]       0.8.1claws98
8335
8336         * sync with 0.8.1cvs28
8337                 see ChangeLog 2002-08-22
8338
8339 2002-08-21 [alfons]     0.8.1claws97
8340
8341         * src/crash.c
8342                 use bt instead of bt full which seems to work 
8343                 better, and bt full doesn't give a great deal 
8344                 of information anyway
8345
8346 2002-08-21 [colin]      0.8.1claws96
8347
8348         * src/summaryview.c
8349                 fix summaryview_searchtype_changed prototype
8350
8351 2002-08-21 [christoph]  0.8.1claws95
8352
8353         * src/mainwindow.c
8354                 o fix broken menu update for sorting type, we have to
8355                   get this info from the summaryview now
8356                 o removed setting of threaded state in menu callback
8357         * src/summaryview.[ch]
8358                 more summaryview/folderitem seperation for
8359                 threading option
8360         * configure.in
8361                 removed not required --with-compiler-flags option
8362
8363 2002-08-21 [oliver]     0.8.1claws94
8364         
8365         * src/toolbar.h 
8366                 o rename toolbar.xml to toolbar_main.xml
8367                   since toolbar_compose.xml might come up 
8368                   any time soon
8369         * README.claws
8370                 add custom toolbar              
8371
8372 2002-08-21 [darko]      0.8.1claws93
8373
8374         * src/procmsg.c
8375                 don't reset tmp flags for messages copied
8376                 to sent folder
8377
8378 2002-08-21 [colin]      0.8.1claws92
8379         
8380         * src/prefs_filtering.c
8381                 fix renaming rules on folder rename 
8382                 when folder is not a leaf folder
8383
8384 2002-08-21 [paul]       0.8.1claws91
8385
8386         * src/prefs_folder_item.c
8387                 fix alignment of colour selector
8388
8389 2002-08-21 [paul]       0.8.1claws90
8390
8391         * sync with 0.8.1cvs27
8392                 see ChangeLog 2002-08-21
8393
8394 2002-08-21 [paul]       0.8.1claws89
8395
8396         * src/summaryview.c
8397                 fix crash when changing field type in
8398                 Quick search bar
8399
8400 2002-08-21 [colin]      0.8.1claws88
8401
8402         * src/summaryview.c
8403                 Made quick search case-insensitive
8404
8405 2002-08-21 [paul]       0.8.1claws87
8406
8407         * sync with 0.8.1cvs26
8408                 see ChangeLog 2002-08-21
8409
8410 2002-08-20 [christoph]  0.8.1claws86
8411
8412         * src/folderview.c
8413         * src/main.c
8414         * src/summaryview.[ch]
8415                 more summaryview/folderitem seperation for
8416                 sort_key and sort_type
8417         * src/procmsg.c
8418                 added missing return statement
8419
8420 2002-08-20 [colin]      0.8.1claws85
8421
8422         * src/summaryview.[ch]
8423                 Added a quick search box
8424         * src/mainwindow.c
8425         * src/prefs_common.[ch]
8426                 Added a show/hide option for the quick search
8427
8428 2002-08-20 [oliver]     0.8.1claws84
8429         
8430         * src/mainwindow.c
8431                 remove toolbar_create_popups
8432         * src/toolbar.[ch]
8433                 o remove toolbar_create_popups
8434                 o fix toolbar_set_sensitive 
8435                   (Bug reports #596834 and #596832)     
8436         * src/prefs_toolbar.c
8437                 o add "Set default" button
8438                 o align label and text + combo widgets
8439
8440 2002-08-20 [hoa]        0.8.1claws83bis
8441
8442         * src/imap.c
8443                 fixed a bug in imap_fetch_msginfo() in case there is no
8444                 current folder.
8445
8446 2002-08-20 [darko]      0.8.1claws83
8447
8448         * src/folderview.c
8449                 copy the color style of folder view so it
8450                 works with GTK themes
8451
8452 2002-08-20 [darko]      0.8.1claws82
8453
8454         * src/folder.h
8455         * src/folderview.c
8456         * src/prefs_folder_item.[hc]
8457                 don't use UI stuff in folder.h
8458
8459 2002-08-20 [darko]      0.8.1claws81
8460
8461         * src/folder.h
8462         * src/prefs_folder_item.h
8463         * src/folderview.c
8464         * src/prefs_folder_item.c
8465                 ability to set folder color in folderview
8466
8467 2002-08-19 [alfons]     0.8.1claws80
8468
8469         * src/summaryview.c
8470                 fix one of the earlier memleaks reported by Martin Kluge
8471
8472 2002-08-19 [alfons]     0.8.1claws79
8473
8474         * src/mainwindow.c
8475                 hide notice view when selecting seperate folder
8476                 view (reported by Urke MMI)
8477
8478 2002-08-19 [christoph]  0.8.1claws78
8479
8480         * src/folderview.c
8481         * src/prefs_folder_item.h
8482         * src/summaryview.[ch]
8483                 o add summary_set_prefs_from_folderitem to set
8484                   summaryview prefs (first step to remove all
8485                   references to the folderitem in summaryview)
8486                 o moved compiled regex stuff from folderitem prefs
8487                   to summaryview code
8488
8489 2002-08-19 [paul]       0.8.1claws77
8490
8491         * src/compose.c
8492                 add check for '.' to QUOTE_IF_REQUIRED
8493
8494 2002-08-19 [paul]       0.8.1claws76
8495
8496         * src/inc.c
8497                 sync with 0.8.1cvs25 (plug memory leak)
8498
8499         * src/prefs_toolbar.c
8500                 re-order prefs_toolbar_cancel()
8501
8502 2002-08-18 [alfons]     0.8.1claws75
8503
8504         * src/inc.c
8505         * src/matcher.c
8506                 plug other memleaks reported by Martin Kluge
8507
8508 2002-08-18 [paul]       0.8.1claws74
8509
8510         * po/pt_BR.po
8511                 updated by Fabio Jr. Beneditto
8512
8513 2002-08-18 [paul]       0.8.1claws73
8514
8515         * src/toolbar.[ch]
8516                 fix bug where tooltips were displayed untranslated              
8517
8518         * src/prefs_toolbar.c
8519                 fix bug where clicking 'Cancel' creates an icon & text
8520                 toolbar regardless of prefs
8521         
8522
8523 2002-08-17 [oliver]     0.8.1claws72
8524
8525         * src/prefs_toolbar.c
8526                 update toolbar on CANCEL
8527                 bug reported by Martin Kluge
8528         * src/toolbar.c
8529                 toolbar_destroy memleak fixed           
8530
8531 2002-08-17 [alfons]     0.8.1claws71
8532
8533         * src/toolbar.c
8534                 plug another memleak reported by Martin Kluge
8535
8536 2002-08-16 [alfons]     0.8.1claws70
8537
8538         * src/crash.c
8539                 use execvp() correctly (suggested by wwp; thanks!)
8540
8541 2002-08-16 [alfons]     0.8.1claws69
8542
8543         * src/gtksctree.c
8544                 plug memory leak reported by Kim Schultz & Martin Kluge
8545
8546 2002-08-16 [paul]       0.8.1claws68
8547
8548         * po/es.po
8549                 updated by Ricardo Mones Lastra
8550
8551 2002-08-16 [paul]       0.8.1claws67
8552
8553         * src/toolbar.h
8554                 fix bug where 'Compose News' icon showed wrong
8555                 tooltip
8556
8557 2002-08-16 [paul]       0.8.1claws66
8558
8559         * sync with 0.8.1cvs24
8560                 see ChangeLog 2002-08-16
8561
8562         * po/it.po
8563                 updated by Alessandro Maestri
8564
8565 2002-08-15 [paul]       0.8.1claws65
8566
8567         * po/sr.po
8568                 updated by Urke MMI
8569
8570 2002-08-15 [paul]       0.8.1claws64
8571
8572         * src/*.c
8573                 don't translate debug info
8574
8575         * src/matcher.[ch]
8576                 add copyright info
8577
8578 2002-08-15 [paul]       0.8.1claws63
8579
8580         * src/prefs_toolbar.c
8581                 fix bug where clicking 'OK' creates an icon & text
8582                 toolbar regardless of prefs
8583
8584 2002-08-14 [alfons]     0.8.1claws62
8585
8586         * src/main.c
8587                 add global var that has the full argv[0]
8588         * src/crash.c
8589                 o execvp the correct sylpheed by using argv0
8590                   and setting the correct work dir
8591                 o other tweaks  
8592
8593 2002-08-14 [oliver]     0.8.1claws61
8594         
8595         * enable/disable Toolbar Action Buttons 
8596         * code cleanups
8597         * src/mainwindow.c
8598         * src/toolbar.[ch]      
8599         * src/prefs_toolbar.c   
8600
8601 2002-08-14 [melvin]     0.8.1claws60
8602
8603         * po/fr.po
8604                 Updated French translations
8605
8606 2002-08-14 [melvin]     0.8.1claws59
8607
8608         * src/crash.c
8609                 Made bug report not translatable
8610         * src/exporthtml.c
8611                 Fixed exporthtml_build_filespec() return value
8612         * src/foldersel.c
8613                 Fixed incorrect include file
8614         * src/gtkspell.c
8615         * src/prefs_actions.c
8616         * src/prefs_toolbar.c
8617                 Made debug info not translatable
8618         * src/mutt.c
8619         * src/quote_fmt.c
8620                 Added missing includes
8621         * src/prefs_common.c
8622                 Fixed typo
8623
8624 2002-08-14 [paul]       0.8.1claws58
8625
8626         * faq/es/sylpheed-faq.html
8627           faq/es/sylpheed-faq-[1-3].html
8628           faq/es/sylpheed-faq-4.html     **NEW FILE **
8629                 update Spanish FAQ
8630
8631 2002-08-13 [christoph]  0.8.1claws57
8632
8633         * src/procmsg.c
8634                 ignore thread fix that did not mark all
8635                 child nodes of a ignored thread as
8636                 ignored. Does not work perfectly yet,
8637                 but it is better now
8638
8639 2002-08-13 [alfons]     0.8.1claws56
8640
8641         * src/crash.c
8642                 o implement 'save crash log'
8643                 o some tweaks
8644
8645 2002-08-13 [melvin]     0.8.1claws55
8646
8647         * src/main.c
8648                 removed unrequired "execinfo.h" header
8649
8650 2002-08-12 [paul]       0.8.1claws54
8651
8652         * faq/en/sylpheed-faq.html
8653           faq/en/sylpheed-faq-[1-3].html
8654           faq/en/sylpheed-faq-4.html     **NEW FILE **
8655                 update English FAQ
8656
8657 2002-08-12 [alfons]     0.8.1claws53
8658
8659         * po/POTFILES.in
8660                 add crash.c to translatables
8661         * src/crash.c
8662                 bring in Leandro's crash dialog
8663
8664 2002-08-11 [alfons]     0.8.1claws52
8665
8666         * src/crash.c
8667                 clean up some warnings
8668
8669 2002-08-11 [alfons]     0.8.1claws51
8670
8671         * acconfig.h
8672         * configure.in
8673         * src/crash.[ch]        ** NEW FILES **
8674         * src/main.c            
8675                 initial gdb crash handler
8676
8677 2002-08-11 [paul]       0.8.1claws50
8678
8679         * src/prefs_toolbar.c
8680                 replace Up/Down arrow pixmaps with text to be
8681                 consistent across icon themes
8682
8683 2002-08-11 [paul]       0.8.1claws49
8684
8685         * src/prefs_common.c
8686           src/prefs_toolbar.c
8687                 rename 'Pixmap' -> 'Icon'
8688
8689         * src/toolbar.[ch]
8690                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8691
8692 2002-08-10 [paul]       0.8.1claws48
8693
8694         * src/prefs_toolbar.c
8695                 re-work the UI
8696
8697 2002-08-10 [paul]       0.8.1claws47
8698
8699         * src/main.c
8700                 don't write Processing progress to status bar
8701                 patch submitted by Alexander Evseev
8702
8703         * src/prefs_toolbar.c
8704                 re-position and resize window
8705                 make window assume correct size on first call
8706
8707 2002-08-10 [paul]       0.8.1claws46
8708
8709         * src/mainwindow.c
8710           src/prefs_toolbar.c
8711           src/toolbar.c
8712           src/toolbar.h
8713                 obey coding style
8714                 follow UI text conventions
8715
8716 2002-08-10 [alfons]     0.8.1claws45
8717
8718         * src/toolbar.c
8719                 correct pixmap for delete action
8720
8721 2002-08-10 [paul]       0.8.1claws44
8722
8723         * po/pt_BR.po
8724                 updated by Fabio Jr. Beneditto
8725
8726 2002-08-10 [paul]       0.8.1claws43
8727
8728         * po/POTFILES.in
8729                 add custom toolbar files
8730
8731 2002-08-10 [paul]       0.8.1claws42
8732
8733         * sync with 0.8.1cvs22
8734                 see ChangeLog 2002-08-09
8735
8736 2002-08-09 [paul]       0.8.1claws41
8737
8738         * tools/Makefile.am
8739           tools/README
8740           tools/outlook2sylpheed.pl     ** NEW FILE **
8741                 add script to convert exported Outlook
8742                 contacts list to a Sylpheed addressbook.
8743                 Submitted by Ricardo Mones Lastra.
8744
8745 2002-08-09 [paul]       0.8.1claws40
8746
8747         * AUTHORS
8748           configure.in
8749           po/sr.po      ** NEW FILE **
8750                 add Serbian message catalog. Submitted by
8751                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8752
8753 2002-08-09 [paul]       0.8.1claws39
8754
8755         * sync with 0.8.1cvs21
8756                 see ChangeLog 2002-08-08
8757
8758 2002-08-08 [oliver]     0.8.1claws38
8759
8760         * src/mainwindow.c
8761                 move Custom Toolbar to Configuration menu
8762
8763 2002-08-08 [oliver]     0.8.1claws37
8764
8765         * src/prefs_toolbar.c
8766                 fix substitute pixmap bug
8767
8768 2002-08-08 [paul]       0.8.1claws36
8769
8770         * sync with 0.8.1cvs19
8771                 see ChangeLog 2002-08-08
8772
8773 2002-08-07 [christoph]  0.8.1claws35
8774
8775         * src/utils.c
8776                 fixed a memory leak in new canonicalize_file_replace
8777
8778 2002-08-07 [christoph]  0.8.1claws34
8779
8780         * src/utils.[ch]
8781                 o canonicalize_file_replace should create the temporary
8782                   file in the same directory as the original file.
8783                 o added get_tmpfile_in_dir that creates a temorary file
8784                   in a specified directory.
8785
8786 2002-08-07 [melvin]     0.8.1claws33
8787
8788         * src/toolbar.c
8789                 fixed bug where 'Article' button acted as 'Email' button.
8790
8791 2002-08-07 [paul]       0.8.1claws32
8792
8793         * sync with 0.8.1.cvs17
8794                 see ChangeLog 2002-08-07
8795
8796 2002-08-07 [colin]      0.8.1claws31
8797         
8798         * src/news.c
8799                 fix mass-cancel problem
8800
8801 2002-08-07 [thorsten]   0.8.1claws30
8802
8803         * src/prefs_toolbar.c
8804                 fix: crash on replace or add new button
8805         * src/toolbar.c
8806                 fix: close xmlfile after reading
8807         * src/utils.c
8808                 fix: unlink() file before rename()
8809
8810 2002-08-06 [paul]       0.8.1claws29
8811
8812         * sync with 0.8.cvs15
8813                 see ChangeLog 2002-08-06
8814
8815 2002-08-06 [oliver]     0.8.1claws28
8816
8817         * src/toolbar.c
8818         * src/prefs_toolbar.c
8819                 fixed empty toolbar issue
8820
8821 2002-08-06 [oliver]     0.8.1claws27
8822
8823         * Custom Toolbar Final 
8824         * src/folderview.c
8825         * src/inc.c
8826         * src/summaryview.c
8827                 o toolbar stuff now lives in src/toolbar.[ch]
8828                 o main_window_toolbar_* functions are renamed to
8829                   toolbar_* reflecting their new source file
8830         * src/mainwindow.[ch]
8831                 o remove toolbar stuff  
8832
8833 2002-08-06 [oliver]     0.8.1claws26
8834         
8835         * src/Makefile.am
8836         * src/prefs_toolbar.[ch]        **New File**
8837         * src/toolbar.[ch]              **New File**
8838                 o prefs_toolbar.[ch] custom toolbar frontend
8839                 o toolbar.[ch]       backend 
8840
8841 2002-08-06 [oliver]     0.8.1claws25
8842
8843         * src/prefs_actions.[ch]
8844                 o new exported function actions_execute
8845
8846 2002-08-06 [paul]       0.8.1claws24
8847
8848         * sync with 0.8.1cvs4
8849                 see ChangeLog 2002-08-06
8850
8851 2002-08-06 [paul]       0.8.1claws23
8852
8853         * sync with 0.8.1cvs13
8854                 see ChangeLog 2002-08-06
8855
8856 2002-08-06 [paul]       0.8.1claws22
8857
8858         * sync with 0.8.1cvs12
8859                 see ChangeLog 2002-08-05 and 2002-08-06
8860
8861 2002-08-06 [match]      0.8.1claws21
8862
8863         * src/addrclip.c
8864                 improvements to cut/copy/paste address
8865
8866 2002-08-05 [match]      0.8.1claws20
8867
8868         * src/addritem.[ch]
8869         * src/addrcache.c
8870         * src/addrbook.c
8871         * src/editaddress.c
8872         * src/addressbook.c
8873                 fixes to improve cut/copy/paste
8874
8875 2002-08-06 [melvin]     0.8.1claws19
8876
8877         * src/account.[ch]
8878                 account_find_all_from_address(): new function that returns the
8879                 list of all accounts that are matched in an address.
8880         * src/alertpanel.[ch]
8881                 alertpanel() now accepts a custom widget
8882                 alertpanel_with_widget(): new function that pops up a panel with
8883                 a custom widget in it 
8884         * src/gtkutils.[ch]
8885                 gtkut_account_menu_new(): new function that allows the selection
8886                 of an account from a list of accounts.
8887         * src/messageview.c
8888                 Extended Return Receipt notification to select the correct 
8889                 account and to make a security test on the Delivery-Notification
8890                 address which should be the same as the Return-Path.
8891
8892 2002-08-06 [thorsten]   0.8.1claws18
8893
8894         * src/mimeview.c
8895                 attach_all: save unnamed as "noname.%d",
8896                 dont free static dirname
8897
8898 2002-08-05 [alfons]     0.8.1claws17
8899
8900         * configure.in
8901                 detect XIM by trying to link rather than compile a XIM program
8902
8903 2002-08-05 [oliver]     0.8.1claws16
8904                 
8905         * src/stock_pixmap.[ch]
8906                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8907                 o new func to retrieve pixmaps
8908
8909 2002-08-05 [paul]       0.8.1claws15
8910
8911         * sync with 0.8.1cvs10
8912                 see ChangeLog 2002-08-05
8913
8914 2002-08-04 [alfons]     0.8.1claws14
8915
8916         * src/textview.c
8917                 see if this plugs memleak
8918
8919 2002-08-04 [melvin]     0.8.1claws13
8920
8921         * src/gtkspell.c
8922                 fixed bug that could crash Sylpheed when highlighting
8923                 all misspelled words.
8924
8925 2002-08-03 [melvin]     0.8.1claws12
8926
8927         * src/prefs_actions.c
8928                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8929         * src/messageview.c
8930                 fixed bug where the Return Receipt was sent to
8931                 Delivery-Notification-To address even if it was not present
8932
8933 2002-08-02 [alfons]     0.8.1claws11
8934
8935         * src/prefs_actions.c
8936                 o more check for NULLs
8937                 o put create_io_dialog() in right conditional block
8938
8939 2002-08-02 [paul]       0.8.1claws10
8940
8941         * po/es.po
8942                 updated by Ricardo Mones Lastra
8943
8944 2002-08-01 [christoph]  0.8.1claws9
8945
8946         * src/folder.c
8947                 don't free the cache of the opened
8948                 folder in the summaryview
8949         * src/summaryview.c
8950                 don't unset flags, if it is not required
8951
8952 2002-08-01 [paul]       0.8.1claws8
8953
8954         * sync with 0.8.1cvs8
8955                 see ChangeLog entry 2002-08-01
8956
8957 2002-08-01 [paul]       0.8.1claws7
8958
8959         * sync with 0.8.1cvs7
8960                 see ChangeLog 2002-07-31 and 2002-08-01
8961
8962 2002-07-31 [christoph]  0.8.1claws6
8963
8964         * src/mainwindow.c
8965                 forgot to update menu sensitivity
8966                 function for new menu entry
8967
8968 2002-07-31 [alfons]     0.8.1claws5
8969
8970         * src/main.c
8971                 check folder item and its path for NULL on
8972                 initial processing
8973
8974 2002-07-31 [christoph]  0.8.1claws4
8975
8976         * src/folder.c
8977                 check if folder_item_get_msginfo in
8978                 folder_item_remove_msg returned NULL
8979         * src/imap.c
8980                 better clear the uid cache in the
8981                 uid validity check function and delete
8982                 cached messages
8983
8984 2002-07-31 [paul]       0.8.1claws3
8985
8986         * man/sylpheed.1
8987                 add the '--attach' option and a few other
8988                 minor changes
8989
8990 2002-07-31 [paul]       0.8.1claws2
8991
8992         * sync with 0.8.1cvs5
8993                 see ChangeLog 2002-07-31
8994
8995 2002-07-31 [christoph]  0.8.1claws1
8996
8997         * src/folderview.[ch]
8998         * src/mainwindow.c
8999                 replace "Rescan all folders..." with
9000                 "Check all folders for new messages..."
9001
9002 2002-07-30 [paul]       0.8.1claws
9003
9004         * version 0.8.1claws released
9005
9006 2002-07-30 [paul]       0.8.0claws29
9007
9008         * tools/OOo2sylpheed.pl ** NEW FILE **
9009           tools/README
9010                 add script to enable sending documents as
9011                 attachments from OpenOffice.org
9012
9013 2002-07-30 [melvin]     0.8.0claws28
9014
9015         * src/prefs_actions.c
9016                 Made the actions' input/output dialog display
9017                 without delay.
9018
9019 2002-07-30 [christoph]  0.8.0claws27
9020
9021         * src/procmsg.c
9022                 check if folder_item_get_msginfo in
9023                 procmsg_save_to_outbox returned NULL
9024
9025 2002-07-30 [paul]       0.8.0claws26
9026
9027         * sync with 0.8.1cvs4
9028                 see ChangeLog 2002-07-29
9029
9030 2002-07-29 [thorsten]   0.8.0claws25
9031
9032         * README.claws
9033                 added selective download, delete on server
9034
9035 2002-07-29 [paul]       0.8.0claws24
9036
9037         * sync with 0.8.1cvs3
9038                 see ChangeLog 2002-07-29
9039
9040 2002-07-27 [christoph]  0.8.0claws23
9041
9042         * src/folder.c
9043                 add extra check if fetching the msginfo
9044                 returned NULL
9045
9046 2002-07-27 [paul]       0.8.0claws22
9047
9048         * sync with 0.8.1cvs2
9049                 see ChangeLog 2002-07-26
9050
9051 2002-07-27 [christoph]  0.8.0claws21
9052
9053         * src/imap.c
9054                 add another check if a valid msginfo
9055                 was returned
9056
9057 2002-07-26 [hoa]        0.8.0claws20
9058
9059         * src/folder.c
9060                 Fixed a condition in folder_item_destroy()
9061
9062         * src/imap.c
9063                 Fixed an error in IMAP protocol
9064
9065 2002-07-26 [alfons]     0.8.0claws19
9066
9067         * src/folder.c
9068                 ofcourse compare with identifier, not the path
9069
9070 2002-07-26 [alfons]     0.8.0claws18
9071
9072         * src/folder.c
9073                 use folder item identifier for saving / restoring
9074                 preferences because folder->path might not be unique
9075
9076 2002-07-26 [melvin]     0.8.0claws17
9077
9078         * src/logwindow.c
9079                 Fixed a crash introduced in 0.8.0claws5 when log is 
9080                 cut under 80 characters.
9081
9082 2002-07-26 [paul]       0.8.0claws16
9083
9084         * sync with 0.8.1cvs1
9085                 see ChangeLog 2002-07-26
9086
9087 2002-07-26 [christoph]  0.8.0claws15
9088
9089         * src/imap.[ch]
9090                 imap folder now remembers the last selected
9091                 folder and imap_fetch_msginfo skips selecting
9092                 the folder if it is already selected
9093
9094 2002-07-26 [christoph]  0.8.0claws14
9095
9096         * src/folder.c
9097         * src/folderview.c
9098         * src/imap.c
9099                 fix imap folder rescanning
9100
9101 2002-07-25 [christoph]  0.8.0claws13
9102
9103         * src/filter.c
9104         * src/folder.[ch]
9105         * src/folderview.c
9106         * src/imap.[ch]
9107         * src/mainwindow.c
9108         * src/mbox_folder.c
9109         * src/mh.c
9110         * src/news.c
9111                 implement imap uid cache and uid validity check
9112
9113 2002-07-25 [alfons]     0.8.0claws12
9114
9115         * src/summaryview.c
9116                 fix a brown paper bag bug, and also add some more
9117                 checks
9118
9119 2002-07-25 [christoph]  0.8.0claws11
9120
9121         * src/folder.c
9122                 don't mix copy, fetch_msginfo and remove
9123                 operations in folder item copy and move
9124                 operations
9125
9126 2002-07-25 [christoph]  0.8.0claws10
9127
9128         * src/folderview.c
9129         * src/mainwindow.c
9130         * src/prefs_folder_item.c
9131         * src/summaryview.[ch]
9132                 remove no longer required parameter update_cache from
9133                 summary_show
9134
9135 2002-07-25 [paul]       0.8.0claws9
9136
9137         * sync with 0.8.1
9138         
9139         * AUTHORS
9140                 a few corrections
9141
9142 2002-07-24 [alfons]     0.8.0claws8
9143
9144         * src/summaryview.c
9145                 sort correctly when using simplified subject line
9146                 (closes feature request "[ 585141 ] applying regexp to subject 
9147                 before sort" submitted by Alexandra Walford)
9148
9149 2002-07-24 [paul]       0.8.0claws7
9150
9151         * sync with 0.8.0cvs3
9152                 see ChangeLog 2002-07-24
9153
9154 2002-07-23 [christoph]  0.8.0claws6
9155
9156         * src/folder.c
9157         * src/folder.h
9158         * src/summaryview.c
9159         * src/summaryview.h
9160         * src/main.c
9161                 o separate processing and summaryview
9162                 o removed summary_write_cache from summaryview
9163                 o removed summaryview->killed_messages, because we don't have
9164                   to keep a list of killed messages anymore. New cache will
9165                   keep the hidden messages in cache anyway
9166         * src/folderview.c
9167         * src/inc.c
9168         * src/selective_download.c
9169                 o removed unnecessary summary_write_cache calls
9170         * src/procmsg.c
9171                 o don't set ignore thread flag in procmsg_get_thread_tree
9172                   if it is already set
9173         * src/mainwindow.c
9174         * src/statusbar.h
9175                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9176                   they are used in different files
9177
9178 2002-07-23 [melvin]     0.8.0claws5
9179
9180         * src/addressbook.c
9181         * src/addrgather.c
9182         * src/editaddress.c
9183         * src/editgroup.c
9184         * src/editldap_basedn.c
9185         * src/importldif.c
9186         * src/prefs_common.c
9187                 Fixed few memory leak (gtk_editable_get_chars returns
9188                 an allocated string)
9189         * src/logwindow.c
9190                 Fixed few memory leak (gtk_editable_get_chars returns
9191                 an allocated string) and modified a little the log cutting
9192                 loop.
9193         * src/compose.c
9194                 Replaced a call to an obsolete function gtk_entry_get_text()
9195                 by gtk_editable_get_chars()
9196         * src/send.c
9197                 Removed a debug printf
9198
9199 2002-07-23 [christoph]  0.8.0claws4
9200
9201         * src/filesel.c
9202                 fix another g_dirname memory leak
9203
9204 2002-07-23 [christoph]  0.8.0claws3
9205
9206         * src/mh.c
9207                 fixed a memory leak in mh_fetch_msginfo
9208                 fixed crash when message header could not be
9209                 parsed
9210
9211 2002-07-23 [paul]       0.8.0claws2
9212
9213         * sync with 0.8.0cvs2
9214                 see ChangeLog 2002-07-23
9215
9216 2002-07-23 [paul]       0.8.0claws1
9217
9218         * sync with 0.8.0cvs1
9219                 see ChangeLog 2002-07-23
9220
9221 2002-07-23 [paul]       0.8.0claws
9222
9223         * release of 0.8.0claws
9224
9225 2002-07-23 [paul]       0.7.8claws99
9226
9227         * po/ru.po
9228                 new Russian translation, submitted by
9229                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9230
9231 2002-07-22 [jens]       0.7.8claws98
9232
9233         * po/de.po
9234                 Updated German translations.
9235
9236 2002-07-22 [paul]       0.7.8claws97
9237
9238         * po/es.po
9239           po/it.po
9240           po/nl.po
9241           po/pt_BR.po
9242                 updated translations by Ricardo Mones Lastra,
9243                 Alessandro Maestri, Wilbert Berendsen and 
9244                 Fabio Jr. Beneditto respectively
9245
9246 2002-07-22 [christoph]  0.7.8claws96
9247
9248         * src/mimeview.c
9249                 fix memory leak caused by wrong g_dirname usage
9250
9251 2002-07-22 [christoph]  0.7.8claws95
9252
9253         * src/summaryview.c
9254                 update new and unread message counts for summaryview
9255                 summaryview does not get it from the folder anymore
9256                 and has to update the values itself
9257
9258 2002-07-22 [melvin]     0.7.8claws94
9259
9260         * po/fr.po
9261                 Updated French translations.
9262
9263 2002-07-22 [christoph]  0.7.8claws93
9264
9265         * src/matcher.c
9266                 set prop->preg pointer to NULL or following check
9267                 will not fail and regexec will be called with
9268                 invalid pointer
9269
9270 2002-07-21 [alfons]     0.7.8claws92
9271         
9272         * src/prefs_common.[ch]
9273                 remove option "Send return receipt on request"
9274
9275 2002-07-21 [thorsten]   0.7.8claws91
9276
9277         * src/mimeview.c
9278                 fixed memleaks, coding style as pointed out by alfons
9279
9280 2002-07-21 [alfons]     0.7.8claws90
9281
9282         * src/messageview.c
9283         * src/noticeview.[ch]
9284                 o fix bug notice view being displayed when going to empty folder 
9285                   (noticed by Christoph)
9286                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9287                   (noticed by Thorsten)
9288
9289 2002-07-21 [thorsten]   0.7.8claws89
9290
9291         * src/mimeview.c
9292                 Included save_all patch from Xaview FACQ
9293                 added support for pathnames
9294
9295 2002-07-21 [alfons]     0.7.8claws88
9296
9297         * po/POTFILES.in
9298         * src/Makefile.am
9299         * src/mainwindow.c
9300         * src/messageview.[ch]
9301         * src/noticeview.c      ** NEW FILE **
9302         * src/noticeview.h      ** NEW FILE **
9303                 make return receipts work again
9304                 (UI idea by Leandro Pereira)
9305
9306 2002-07-21 [paul]       0.7.8claws87
9307
9308         * src/summaryview.c
9309                 fix sensitivity of 'Select thread'
9310
9311 2002-07-21 [paul]       0.7.8claws86
9312
9313         * src/prefs_common.c
9314                 add browser command line for Galeon
9315
9316 2002-07-21 [paul]       0.7.8claws85
9317
9318         * Makefile.am
9319                 fix 'EXTRA_DIST': remove README.README, add TODO
9320                 and TODO.claws
9321
9322 2002-07-21 [alfons]     0.7.8claws84
9323
9324         * src/gtkstext.c
9325                 make enter clear selection
9326                 (closes "[ 579888 ] Editor selection/entry error"
9327                 reported by Steve Lamb)
9328
9329 2002-07-21 [alfons]     0.7.8claws83
9330         
9331         * src/summaryview.c
9332                 sort message list when selecting unthread messages
9333                 (closes "[ 501593 ] switching threaded view doesn't sort"
9334                 reported by Simon Schubert)
9335
9336 2002-07-20 [alfons]     0.7.8claws82
9337         
9338         * src/matcher.c
9339                 const-correctness
9340
9341 2002-07-20 [thorsten]   0.7.8claws81
9342
9343         * src/matcher.c
9344                 Fixed expansion of empty fields in matchactions
9345
9346 2002-07-19 [melvin]     0.7.8claws80
9347
9348         * src/gtkspell.c
9349                 Removed a duplicate menu entry (fast mode) introduced during
9350                 the new cache merge
9351                 Added a menu separator between 'Use alternate' and 'Fast mode'
9352
9353 2002-07-19 [paul]       0.7.8claws79
9354
9355         * tools/Makefile.am
9356           tools/README
9357                 correct typos
9358
9359 2002-07-19 [thorsten]   0.7.8claws78
9360
9361         * tools/calypso_convert.pl      ** NEW FILE **
9362           tools/README
9363           tools/Makefile.am
9364                 script to import mbox files exported
9365                 by calypso
9366                 o generates folder structure
9367                 o includes attachments
9368
9369 2002-07-19 [melvin]     0.7.8claws77
9370
9371         * src/selective_download.[ch]
9372                 Fixed bug where closing the dialog with the window manager's
9373                 close button will not unlock the summary
9374                 Corrected some function declarations that missed a return value
9375                 Made the source code comply better with coding style.
9376         * src/prefs_common.c
9377                 Added new browser command line for Mozilla.
9378
9379 2002-07-18 [paul]       0.7.8claws76
9380
9381         * src/mainwindow.c
9382           src/selective_download.[ch]
9383                 reflect theme changes, fix Gdk Warning when creating 
9384                 pixmap from NULL window, and minor clean up.
9385                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9386
9387         * po/en_GB.po
9388                 updated
9389
9390 2002-07-17 [paul]       0.7.8claws75
9391
9392         * INSTALL[.jp]
9393                 sync with 0.8.0
9394         
9395         * po/en_GB.po
9396                 updated
9397
9398 2002-07-16 [paul]       0.7.8claws74
9399
9400         * tools/filter_conv.pl
9401           tools/README
9402                 replace conversion script with reimplemented version, 
9403                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9404
9405 2002-07-16 [colin]      0.7.8claws73
9406
9407         * src/summaryview.c
9408                 remove forgotten debug messages - sorry ;-)
9409
9410 2002-07-16 [colin]      0.7.8claws72
9411
9412         * src/mimeview.c
9413           src/summaryview.c
9414           src/textview.c
9415           src/textview.h
9416                 add the ability to select part of a text mime-part 
9417                 to reply.
9418
9419 2002-07-15 [christoph]  0.7.8claws71
9420
9421         * src/folder.c
9422                 fix folder message count for folders without
9423                 msg_is_changed (includes news folders)
9424
9425 2002-07-15 [martin]     0.7.8claws70
9426
9427         * src/summaryview.c
9428                 option "display recipient on 'From'..." now works
9429                 without the need of enabling the option
9430                 "display  sender  using  address  book".
9431
9432 2002-07-15 [christoph]  0.7.8claws69
9433
9434         * src/summaryview.c
9435                 removed setting folder status from summaryview.
9436                 folder.c should update all message counts correctly.
9437
9438 2002-07-15 [paul]       0.7.8claws68
9439
9440         * po/pt_BR.po
9441                 updated by Fabio Junior Beneditto
9442
9443 2002-07-15 [darko]      0.7.8claws67
9444
9445         * src/mh.c
9446                 Fixed target folder colorization, don't decrease op
9447                 number twice
9448
9449 2002-07-14 [paul]       0.7.8claws66
9450
9451         * sync with main 0.8.0
9452                 see ChangeLog 2002-07-14
9453
9454 2002-07-13 [melvin]     0.7.8claws65
9455         
9456         * src/addrbook.c
9457         * src/addressbook.c
9458         * src/addrindex.c
9459                 Replaced sprintf by g_snprintf to prevent possible buffer
9460                 overflow.
9461         * src/news.c
9462                 Corrected a log message output format.
9463                 Added a missing "done" debug output.
9464         * src/compose.c
9465                 Added keyboard accelerator for Priority menu items
9466                 Added missing \n in debug output
9467         * src/logwindow.c
9468         * src/gtkspell.c
9469         * src/rfc2015.c
9470                 Added missing \n in debug output
9471
9472 2002-07-13 [paul]       0.7.8claws64
9473
9474         * man/sylpheed.1
9475                 change Sergey's email address to the sf address
9476
9477         * src/textview.c
9478                 increase show_url_timeout (more useful for long
9479                 urls)
9480
9481 2002-07-12 [sergey]     0.7.8claws63
9482
9483         * src/rfc2015.c
9484                 applied (with some modifications) patch to set the
9485                 micalg parameter for signatures
9486                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9487
9488 2002-07-12 [sergey]     0.7.8claws62
9489
9490         * man/Makefile.am
9491         * configure.in
9492                 fixed man page installation
9493
9494 2002-07-12 [paul]       0.7.8claws61
9495
9496         * sync with 0.7.8cvs26
9497                 see ChangeLog 2002-07-11 and 2002-07-12
9498
9499 2002-07-11 [christoph]  0.7.8claws60
9500
9501         * src/compose.c
9502         * src/procmsg.c
9503                 first use the message number to find the message
9504                 to mark with a reply flag but check the
9505                 message-id if we got the correct message, if not
9506                 try to find it by message-id.
9507                 use new string seperator that is not allowed
9508                 in message-ids.
9509
9510 2002-07-11 [paul]       0.7.8claws59
9511
9512         * sync with 0.7.8cvs23
9513                 see ChangeLog 2002-07-10
9514
9515 2002-07-10 [christoph]  0.7.8claws58
9516
9517         * src/folder.[ch]
9518         * src/msgcache.[ch]
9519                 Added message-id table to the cache in memory
9520                 and functions to msgcache.c and folder.c to
9521                 fetch MsgInfos by message id
9522         * src/compose.c
9523         * src/procmsg.c
9524                 store folder and message-id of message replying
9525                 to in queue header and set reply flag after sending
9526                 (Closes bug #469498)
9527
9528 2002-07-10 [paul]       0.7.8claws57
9529
9530         * AUTHORS
9531           man/sylpheed.1.gz
9532                 add Martin to the list of authors
9533
9534 2002-07-09 [martin]     0.7.8claws56
9535         * src/gtksctree.c
9536                 Added gtk_ctree_last_visible(), tree_update_level(),
9537                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9538                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9539                 from gtk+ to gtksctree.c for the new sorting code
9540                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9541                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9542         * src/gtksctree.h
9543                 Added declaration for gtk_sctree_sort_recursive() and
9544                 gtk_sctree_sort_node
9545         * src/addressbook.c
9546         * src/foldersel.c
9547         * src/folderview.c
9548         * src/summaryview.c
9549                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9550                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9551
9552 2002-07-08 [paul]       0.7.8claws55
9553
9554         * more sync with 0.7.8cvs21
9555                 see ChangeLog 2002-07-08
9556
9557 2002-07-08 [paul]       0.7.8claws54
9558
9559         * sync with 0.7.8cvs21
9560                 see ChangeLog 2002-07-08
9561
9562 2002-07-07 [alfons]     0.7.8claws53
9563
9564         * src/Makefile.am
9565         * src/stock_pixmap.[ch]
9566         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9567         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9568         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9569                 add new pixmaps for upcoming notice pane
9570
9571 2002-07-06 [melvin]     0.7.8claws52
9572
9573         * src/gtkspell.[ch]
9574                 Made them a bit closer to Sylpheed's coding style.
9575                 Removed old code.
9576                 Removed possible memory leaks when some errors occurs.
9577
9578 2002-07-06 [melvin]     0.7.8claws51
9579
9580         * po/Makefile.in.in
9581                 Removed --no-location in xgettext command line to help
9582                 translators that use Emacs' po-mode
9583         * src/quote_fmt.c
9584                 Removed unnecessary comments that messed up sylpheed.pot
9585
9586 2002-07-06 [paul]       0.7.8claws50
9587
9588         * sync with 0.7.8cvs19
9589                 see ChangeLog 2002-07-05
9590
9591 2002-07-06 [christoph]  0.7.8claws49
9592
9593         * src/folder.c
9594         * src/mainwindow.c
9595                 fix folder_item_remove_all_msg and folderview
9596                 status for trash folders after emptying trash
9597
9598 2002-07-05 [paul]       0.7.8claws48
9599
9600         * sync with 0.7.8cvs16
9601                 see ChangeLog 2002-07-04 and 2002-07-05
9602
9603 2002-07-04 [paul]       0.7.8claws47
9604
9605         * sync with 0.7.8cvs14
9606                 see  ChangeLog 2002-07-04
9607
9608 2002-07-03 [alfons]     0.7.8claws46
9609
9610         * src/folder.c
9611                 dupe folder item's path because it's being reallocated
9612                 by new folder scanning code
9613
9614 2002-07-03 [christoph]  0.7.8claws45
9615
9616         * src/imap.c
9617                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9618         * src/msgcache.c
9619                 add missing return in msgcache_write
9620
9621 2002-07-02 [thorsten]   0.7.8claws44
9622
9623         * src/jpilot.c
9624         * src/msgcache.c
9625         * src/rfc2015.c
9626                 use binary mode for file access
9627
9628 2002-07-02 [christoph]  0.7.8claws43
9629
9630         * major code cleanup (part 1)
9631         
9632                 - unused variables removed
9633                 - unused functions removed
9634                 - uninitialized variables checked
9635                 - missing return statements added
9636                 - missing function return types added
9637                 - added parentheses around assignment and
9638                   && in || when suggested by gcc
9639               
9640         * src/mh.c
9641         * src/folder.c
9642                 replaced direct calls to folder->scan_tree
9643                 with folder_scan_tree and restore folder
9644                 prefs in this function. The folder should
9645                 not have to deal with them.
9646                 ( Should now work for all folder types )
9647
9648 2002-07-02 [paul]       0.7.8claws42
9649
9650         * sync with 0.7.8cvs13
9651                 see ChangeLog 2002-07-01 and 2002-07-02
9652
9653 2002-07-01 [christoph]  0.7.8claws41
9654
9655         * src/summaryview.c
9656                 fix "goto next/prev unread message" with
9657                 ignored threads
9658
9659 2002-07-01 [paul]       0.7.8claws40
9660
9661         * po/es.po
9662                 updated by Ricardo Mones Lastra
9663
9664 2002-06-30 [match]      0.7.8claws39
9665
9666         * src/jpilot.c
9667                 applied variation of leonerd's patch (566661) to
9668                 allow multiple email addresses per JPilot entry.
9669                 addresses may be separated by space, comma, pipe,
9670                 semi-colon, new-line.
9671
9672 2002-06-30 [alfons]     0.7.8claws38
9673
9674         * src/procmsg.c
9675                 simple fix for putting older nodes before
9676                 newer nodes when threading by subject
9677
9678 2002-06-30 [christoph]  0.7.8claws37
9679
9680         * src/folder.c
9681         * src/folderview.c
9682         * src/mh.c
9683         * src/news.c
9684         * src/procmsg.c
9685                 fix broken folder tree rescaning
9686                 and don't use procmsg_get_mark_sum
9687                 anymore
9688
9689 2002-06-30 [christoph]  0.7.8claws36
9690
9691         * merge new cache branch
9692         * src/imap.c
9693                 fix new cache imap copy bug
9694         * src/folder.c
9695                 improved folder_item_scan
9696                 it should now always set the correct
9697                 new, unread and total message counts
9698
9699 2002-06-29 [paul]       0.7.8claws35
9700
9701         * configure.in
9702                 correct syntax error
9703
9704 2002-06-29 [paul]       0.7.8claws34
9705
9706         * configure.in
9707           Makefile.am
9708           man/Makefile.am       ** NEW FILE **
9709           man/sylpheed.1.gz     ** NEW FILE **
9710                 add Sylpheed man page
9711
9712 2002-06-29 [paul]       0.7.8claws33
9713
9714         * po/pt_BR.po
9715                 updated by Fabio Junior Beneditto
9716
9717 2002-06-28 [jens]       0.7.8claws32
9718
9719         * po/de.po
9720                 translation updated
9721
9722         * src/selective_download.c
9723                 removed gettext for space " "
9724
9725         * src/imap.c
9726                 removed wrong space
9727
9728 2002-06-28 [paul]       0.7.8claws31
9729
9730         * sync with 0.7.8cvs11
9731                 see ChangeLog 2002-06-28
9732
9733 2002-06-28 [paul]       0.7.8claws30
9734
9735         * sync with 0.7.8cvs10
9736                 see ChangeLog 2002-06-27 and 2002-06-28
9737
9738 2002-06-26 [paul]       0.7.8claws29
9739
9740         * src/addrgather.c
9741           src/selective_download.c
9742                 don't gettextise empty strings.
9743                 reserved by gettext. gettext("") returns 
9744                 the header entry with meta information, 
9745                 not the empty string
9746
9747         * po/en_GB.po
9748                 updated
9749
9750 2002-06-26 [paul]       0.7.8claws28
9751
9752         * sync with 0.7.8cvs7
9753                 see ChangeLog 2002-06-25
9754
9755         * src/prefs_common.c
9756                 ...and in the process, tweak the gui a little
9757
9758 2002-06-25 [alfons]     0.7.8claws27
9759         
9760         * configure.in
9761         * src/Makefile.am
9762                 fine tune ldap library detection
9763
9764 2002-06-25 [alfons]     0.7.8claws26
9765
9766         * src/compose.c
9767                 don't allow return receipts when composing a news article
9768
9769 2002-06-25 [paul]       0.7.8claws25
9770
9771         * Makefile.am
9772                 add '$(AMTAR)' to 'release' section to allow for
9773                 new and older autotools
9774
9775 2002-06-25 [paul]       0.7.8claws24
9776
9777         * src/summaryview.c
9778                 fix "No more unread messages" persistant pop-up
9779                 window bug
9780
9781 2002-06-25 [paul]       0.7.8claws23
9782
9783         * po/it.po
9784                 updated by Alessandro Maestri
9785
9786 2002-06-25 [paul]       0.7.8claws22
9787
9788         * sync with 0.7.8cvs6
9789                 see ChangeLog 2002-06-25
9790
9791 2002-06-24 [paul]       0.7.8claws21
9792
9793         * tools/update-po
9794                 add GPL copyright information
9795
9796 2002-06-24 [paul]       0.7.8claws20
9797
9798         * tools/Makefile.am
9799           tools/README
9800           tools/update-po       ** NEW FILE **
9801                 add script that eases the creation of *.po files
9802                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9803
9804 2002-06-23 [alfons]     0.7.8claws19
9805
9806         * src/messageview.c
9807                 make notification_convert_header obey const correctness
9808                 (next step will be fixing the broken return receipt)
9809
9810 2002-06-23 [paul]       0.7.8claws18
9811
9812         * src/messageview.c
9813                 fix bug introduced in last commit:
9814                 removed too much code in last commit - put back what's
9815                 needed
9816
9817 2002-06-23 [paul]       0.7.8claws17
9818
9819         * src/messageview.[ch]
9820                 remove code committed in error from locally patched
9821                 source
9822
9823 2002-06-23 [colin]      0.7.8claws16
9824
9825         * src/compose.[ch]
9826                 add compose_entry_select(), used to select the default_to
9827                 email address - hopefully avoiding people sending mails to
9828                 wrong recipients.
9829
9830 2002-06-22 [alfons]     0.7.8claws15
9831
9832         * AUTHORS
9833                 add Bram Metsch & Stanislav Karchebny
9834         * src/smtp.[ch]
9835         * src/prefs_account.[ch]
9836         * src/send.c
9837                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9838                   options.  (see <http://sourceforge.net/tracker/index.php
9839                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9840
9841                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9842                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9843
9844 2002-06-22 [paul]       0.7.8claws14
9845
9846         * sync with 0.7.8cvs5
9847                 see ChangeLog 2002-06-19 and 2002-06-20
9848
9849 2002-06-22 [alfons]     0.7.8claws13
9850
9851         * src/selective_download.c
9852                 fix a stupid mistake I made
9853
9854 2002-06-22 [alfons]     0.7.8claws12
9855
9856         * src/selective_download.[ch]
9857                 fix another unnoticed leak; cleanup code
9858
9859 2002-06-21 [alfons]
9860
9861         * tools/Makefile.am
9862                 gpg-sign <-- gpg-sign-syl
9863
9864 2002-06-21 [alfons]     0.7.8claws11
9865
9866         * src/selective_download.c
9867         * src/selective_download.h
9868                 fix assorted mix of allocation errors (should solve
9869                 problem reported by Philippe Gramoullé, see:
9870                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9871
9872 2002-06-20 [melvin]     0.7.8claws10
9873
9874         * tools/gpg-sign *REMOVED*
9875           tools/gpg-sign-syl *ADDED*
9876                 Replaced the gpg clearsigning script with the version using
9877                 xterm instead of ssh-askpass and changed its name.
9878
9879         * README.claws
9880                 Updated actions example to reflect the renaming of the
9881                 gpg clearsigning script.
9882
9883 2002-06-19 [paul]       0.7.8claws9
9884
9885         * sync with 0.7.8claws9
9886                 see ChangeLog 2002-06-18 and 2002-06-19
9887
9888 2002-06-19 [paul]       0.7.8claws8
9889
9890         * sync with 0.7.8cvs1
9891                 see ChangeLog 2002-06-18
9892
9893 2002-06-18 [alfons]     0.7.8claws7
9894
9895         * src/mainwindow.h
9896                 add omitted prototype
9897
9898 2002-06-17 [paul]       0.7.8claws6
9899
9900         * src/mainwindow.c
9901                 fix hiding of exec_btn
9902
9903 2002-06-17 [paul]       0.7.8claws5
9904
9905         * src/pop.c
9906                 remove unneeded code: should_delete() 
9907                 and Pop3State::uidl_todelete_list
9908
9909 2002-06-17 [paul]       0.7.8claws4
9910
9911         * sync with 0.7.8
9912                 see ChangeLog 2002-06-11 and 2002-06-13
9913
9914 2002-06-16 [alfons]     0.7.8claws3
9915         
9916         * src/folder.c
9917                 make sure lock sort mode (claws specific) is
9918                 also persists after a tree rescan
9919
9920 2002-06-16 [alfons]     0.7.8claws2
9921
9922         * src/prefs_folder_item.c
9923         * src/folder.[ch]
9924                 fix persistence of folder sort mode (broken
9925                 by adapting Hiro's new folder persistence code)
9926
9927 2002-06-16 [alfons]     0.7.8claws1
9928
9929         * AUTHORS
9930         * src/logwindow.c
9931         * src/prefscommon.[ch]
9932                 control size of log text in log window; 
9933                 closes patch #569155 submitted by Mitko Haralanov.
9934
9935 2002-06-15 [paul]       0.7.8claws
9936
9937         * release of 0.7.8claws
9938
9939 2002-06-15 [paul]       0.7.7claws
9940
9941         * po/pt_BR.po
9942                 updated by Fabio Junior Beneditto
9943
9944 2002-06-14 [paul]       0.7.6claws49
9945
9946         * po/es.po
9947                 updated by Ricardo Mones Lastra
9948
9949 2002-06-14 [paul]       0.7.6claws48
9950
9951         * po/nl.po
9952                 updated translation by Wilbert Berendsen
9953
9954 2002-06-14 [melvin]     0.7.6claws47
9955
9956         * po/fr.po
9957                 Updated French translation
9958
9959 2002-06-13 [paul]       0.7.6claws46
9960
9961         * src/filesel.c
9962                 allow filename to be typed in, rather than just
9963                 selected by the mouse. Patch by Gustavo Noronha Silva.
9964
9965 2002-06-13 [alfons]     0.7.6claws45
9966
9967         * src/mainwindow.[ch]
9968                 more cleanups (removing unnecessary menu items Expand 
9969                 summary / message view)
9970
9971 2002-06-13 [melvin]     0.7.6claws44
9972
9973         * po/POTFILES.in
9974                 Added src/string_match.c
9975         * src/string_match.c
9976                 Fixed possible buffer overflow.
9977                 Corrected typo.
9978                 Added missing config.h header.
9979         * src/prefs_common.c
9980           src/prefs_matcher.c
9981           src/prefs_scoring.c
9982                 Made some strings translatable (missing _(..)).
9983
9984 2002-06-13 [melvin]     0.7.6claws43
9985
9986         * README.claws
9987                 Corrected action example (verifying clearsigned mail).
9988         * src/prefs_account.c
9989                 Corrected typo.
9990         * src/prefs_common.c
9991                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9992
9993 2002-06-12 [alfons]     0.7.6claws42
9994
9995         * src/summaryview.c
9996                 add init of score column lost in 0.7.6claws42
9997
9998 2002-06-12 [paul]       0.7.6claws41
9999
10000         * src/prefs_account.c
10001                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10002                 behavior of the radio buttons, (from 0.7.7cvs2)
10003
10004 2002-06-11 [alfons]     0.7.6claws40
10005
10006         * src/messageview.[ch]
10007         * src/summaryview.[ch]
10008         * src/summary_search.c
10009         * src/mainwindow.c
10010                 perform a sync to bring in Hiro's separate view implementation 
10011
10012                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10013
10014 2002-06-11 [paul]       0.7.6claws39
10015         
10016         * src/prefs_account.c
10017                 correct a typo on the Receive tab
10018
10019 2002-06-10 [match]      0.7.6claws38
10020
10021         * src/addressbook.c
10022                 Included address completion patch from Gustavo Noronha.
10023
10024 2002-06-10 [paul]       0.7.6claws37
10025
10026         * src/inc.[ch]
10027           src/pop.c
10028           src/prefs_account.[ch]
10029           src/selective_download.[ch]
10030                 apply PATCH #561712
10031                  NEW:
10032                 - check if POP Account
10033                 - Receive Button renamed to Preview
10034                 - Preview Button Popup: preview new/all messages
10035                 - Download Button
10036                 - Account Preferences-->Receive tab checkbutton if you
10037                   want to remove Mail after Download
10038                 -: default YES
10039                 - Account Preferences-->Receive tab checkbutton use
10040                   filtering rules on preview
10041                   (think of delete_on_server)
10042                 -: default YES
10043                 - Account selectable from SD dialog
10044                 - checkbutton to show already downloaded messages if
10045                   all messages are previewed
10046                 - new clist column showing Date
10047                 - ESC KEY close
10048                 FIXES:
10049                 - play ball with UIDL
10050                 - fault tolerant (?) 
10051                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10052
10053 2002-06-10 [melvin]     0.7.6claws36
10054
10055         * README.claws
10056                 Added a hint to ac/README in cvs instructions.
10057
10058         * src/prefs_actions.c
10059                 Made it possible to use a more elaborate command line
10060                 for asynchronous actions, too.
10061
10062 2002-06-10 [melvin]     0.7.6claws35
10063         
10064         * src/prefs_actions.c
10065                 Make it possible to use a more elaborate command line
10066                 (e.g. |foo|bar|cat>there;echo Done|)
10067                 Corrected error message when calling %f, %F and %p commands
10068                 from the compose window.
10069
10070 2002-06-09 [colin]      0.7.6claws34
10071
10072         * src/summaryview.c
10073                 Automatically find unread messages in current folder
10074                 before annoying the user.
10075
10076 2002-06-08 [alfons]     0.7.6claws33
10077
10078         * po/it.po
10079                 remove bad formatting string in it.po translation
10080                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10081
10082 2002-06-08 [paul]       0.7.6claws32
10083
10084         * sync with 0.7.6cvs25
10085                 see ChangeLog 2002-06-07
10086
10087 2002-06-05 [paul]       0.7.6claws31
10088
10089         * src/mainwindow.c
10090                 add 'Sort by locked' and 'Sort by score'
10091
10092 2002-06-05 [paul]       0.7.6claws30
10093
10094         * sync with 0.7.6cvs24
10095                 see ChangeLog 2002-06-04
10096
10097 2002-06-04 [paul]       0.7.6claws29
10098
10099         * po/pt_BR.po
10100                 updated by Fabio Junior Beneditto
10101
10102 2002-06-03 [thorsten]   0.7.6claws28
10103
10104         * src/matcher.c
10105                 fclose() matcherrc after reading
10106
10107 2002-06-03 [paul]       0.7.6claws27
10108
10109         * sync with 0.7.6cvs21
10110                 see ChangeLog 2002-05-31
10111
10112 2002-05-31 [paul]       0.7.6claws26
10113
10114         * sync with 0.7.6cvs20
10115                 see ChangeLog 2002-05-29 and 2002-05-30
10116
10117 2002-05-31 [paul]       0.7.6claws25
10118
10119         * src/imap.c
10120                 hopefully fix last buggy sync
10121
10122         * README.claws
10123                 correct typo in 'Actions' examples
10124
10125 2002-05-29 [paul]       0.7.6claws24
10126
10127         * sync with 0.7.6cvs18
10128                 see ChangeLog 2002-05-28 and 2002-05-29
10129
10130         * src/news.c
10131           src/nntp.[ch]
10132                 sync with above 
10133
10134 2002-05-28 [paul]       0.7.6claws23
10135
10136         * sync with 0.7.6cvs16
10137                 see ChangeLog 2002-05-28
10138
10139 2002-05-27 [thorsten]   0.7.6claws22 
10140
10141         * faq/it/sylpheed-faq-1.html
10142           faq/it/sylpheed-faq-2.html
10143           faq/it/sylpheed-faq-3.html
10144           faq/it/sylpheed-faq.html
10145                 corrected DOS lineendings
10146         * faq/de/sylpheed-faq-1.html
10147           faq/de/sylpheed-faq-2.html
10148           faq/en/sylpheed-faq-1.html
10149           faq/en/sylpheed-faq-2.html
10150           faq/en/sylpheed-faq-3.html
10151           faq/es/sylpheed-faq-1.html
10152           faq/es/sylpheed-faq-2.html
10153           faq/es/sylpheed-faq-3.html
10154           faq/fr/sylpheed-faq-1.html
10155           faq/it/sylpheed-faq-1.html
10156           faq/it/sylpheed-faq-2.html
10157           faq/it/sylpheed-faq-3.html
10158           faq/it/sylpheed-faq.html
10159                 changed ">" to &quot;
10160
10161 2002-05-27 [paul]       0.7.6claws21
10162         
10163         * sync with 0.7.6cvs15
10164                 see ChangeLog 2002-05-27
10165
10166 2002-05-27 [paul]       0.7.6claws20
10167
10168         * src/prefs_account.c
10169                 correct a typo
10170
10171 2002-05-26 [paul]       0.7.6claws19
10172
10173         * tools/README
10174                 correct a typo
10175
10176 2002-05-25 [paul]       0.7.6claws18
10177
10178         * tools/README
10179                 add description of kmail2sylpheed.pl
10180
10181 2002-05-25 [paul]       0.7.6claws17
10182
10183         * tools/kmail2sylpheed.pl       ** NEW FILE **
10184                 perl script that converts an exported Kmail address
10185                 book, converts it to sylpheed addressbook file,
10186                 writes the file to .sylpheed, and updates
10187                 addrbook--index.xml 
10188
10189 2002-05-25 [paul]       0.7.6claws16
10190
10191         * sync with 0.7.6cvs14
10192                 see ChangeLog 2002-05-23
10193
10194 2002-05-24 [paul]       0.7.6claws15
10195
10196         * README.claws
10197                 make a correction and add some more info
10198
10199 2002-05-24 [paul]       0.7.6claws14
10200
10201         * src/compose.c
10202                 fix memory leak in 
10203                 compose_redirect_write_headers_from_headerlist()
10204                 add Subject and Resent-Message-ID to
10205                 compose_redirect_write_headers()
10206                 Received, Subject, and X-UIDL are filtered out in 
10207                 compose_redirect_write_to_file()
10208
10209 2002-05-23 [paul]       0.7.6claws13
10210
10211         * src/compose.[ch]
10212           src/filtering.c
10213           src/mainwindow.c
10214           src/matcher.[ch]
10215           src/matcher_parser_lex.l
10216           src/matcher_parser_parse.y
10217           src/prefs_common.[ch]
10218           src/prefs_filtering.c
10219           src/summaryview.c
10220                 rename 'Bounce' to 'Redirect'
10221
10222 2002-05-23 [paul]       0.7.6claws12
10223
10224         * more sync with 0.7.6cvs13
10225           src/compose.c
10226                 see ChangeLog 2002-05-22
10227
10228 2002-05-22 [paul]       0.7.6claws11
10229
10230         * sync with 0.7.6cvs13
10231           src/codeconv.c
10232                 see ChangeLog 2002-05-20
10233           src/prefs_common.c
10234                 see ChangeLog 2002-05-22
10235
10236 2002-05-21 [melvin]     0.7.6claws10
10237
10238         * src/folderview.c
10239                 Added missing filtering and scoring headers
10240                 Fixed bad function call that showed garbage 
10241                 in Folder->Processing
10242
10243 2002-05-21 [paul]       0.7.6claws9
10244
10245         * tools/Makefile.am
10246                 make all tools executable, (patch by Alfons).
10247
10248 2002-05-20 [alfons]     0.7.6claws8
10249
10250         * src/procheader.c
10251                 don't forget to call mktime() so we have a valid week 
10252                 and year day
10253                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10254
10255 2002-05-20 [paul]       0.7.6claws7
10256
10257         * src/html.c
10258                 fix broken parsing of urls
10259         * src/textview.c
10260                 fix displaying of urls
10261
10262                 both fixes from the patch [547855] by Eugene 
10263                 Brevdo (zonem)
10264
10265 2002-05-19 [alfons]     0.7.6claws6
10266
10267         * configure.in
10268                 make sylpheed configure correctly with the latest
10269                 and greatest of automake / autoconf / gettext
10270
10271 2002-05-19 [alfons]     0.7.6claws5
10272
10273         * src/procheader.c
10274         * src/procheader.h
10275                 add function for returning ime zone offset
10276         * src/quote_fmt.c
10277         * src/quote_fmt_parse.y
10278                 better quotation formatting - does not convert
10279                 to local time, but uses the original date string.
10280                 
10281                 Note: %z inserts the timezone offset (should 
10282                 work also on platforms where strftime does not
10283                 support %z).
10284
10285 2002-05-18 [christoph]  0.7.6claws4
10286
10287         * src/summaryview.c
10288                 fix indentation of some code
10289         * tools/Makefile.am
10290                 fix spaces after \
10291         * src/Makefile.am
10292                 add missing \
10293                 correct path for ignorethread.xpm
10294                 incorrect filename for sylpheed_logo.xpm
10295                 add missing include matcher_parser_parse.h
10296
10297 2002-05-18 [paul]       0.7.6claws3
10298
10299         * sync with 0.7.6cvs8
10300                 see ChangeLog 2002-05-16 and 2002-05-17
10301
10302 2002-05-18 [melvin]     0.7.6claws2
10303
10304         * README.claws
10305                 Corrected an action's definition and fixed some misspellings.
10306
10307 2002-05-18 [paul]       0.7.6claws1
10308
10309         * tools/Makefile.am
10310           tools/gpg-sign        ** new file **
10311           tools/uudec           ** new file **
10312                 add Melvin's Actions scripts
10313
10314         * README.claws
10315                 add Melvin's descriptions for Actions
10316
10317 2002-05-18 [paul]       0.7.6claws
10318
10319         * Version 0.7.6claws released
10320
10321 2002-05-17 [paul]       0.7.5claws32
10322
10323         * po/es.po
10324                 updated by Ricardo Mones Lastra
10325
10326 2002-05-17 [paul]       0.7.5claws31
10327
10328         * src/compose.c
10329                 fix Account prefs default folder for sent/draft/deleted
10330                 messages bug
10331
10332         * po/it.po
10333           po/nl.po
10334                 updated translation by Alessandro Maestri and
10335                 Wilbert Berendsen
10336
10337 2002-05-17 [melvin]     0.7.5claws30
10338
10339         * src/prefs_actions.c
10340                 Fixed bug where using %F not at the end of the command 
10341                 resulted in an additional empty argument being created.
10342                 Thanks to Darko Koruga for reporting the bug.
10343
10344 2002-05-17 [melvin]     0.7.5claws29
10345
10346         * po/fr.po
10347                 Updated French translations.
10348
10349 2002-05-15 [paul]       0.7.5claws28
10350         
10351         * po/es.po
10352                 updated by Ricardo Mones Lastra
10353
10354 2002-05-15 [paul]       0.7.5claws27
10355
10356         * sync with 0.7.6cvs4
10357                 see ChangeLog 2002-05-14 and 2002-05-15
10358
10359 2002-05-14 [paul]       0.7.5claws26
10360
10361         * sync with 0.7.6cvs1
10362                 see ChangeLog 2002-05-13
10363
10364 2002-05-13 [thorsten]   0.7.5claws25
10365
10366         * src/messageview.c
10367                 fix select_all and copy in multipart messages
10368         * src/mainwindow.c
10369                 fix select_all and copy in multipart messages
10370
10371 2002-05-12 [paul]       0.7.5claws24
10372
10373         * src/summaryview.c
10374                 reverse last commit, bug already fixed in 0.7.5claws3
10375
10376 2002-05-12 [netztorte]  0.7.5claws23
10377
10378         * src/summaryview.c
10379                 dont parse empty addressbook (checked in before claws20)
10380
10381 2002-05-12 [melvin]     0.7.5claws22
10382
10383         * src/procmsg.[ch]
10384                 Removed unneeded priority code introduced by the previous 
10385                 commit.
10386
10387 2002-05-12 [melvin]     0.7.5claws21
10388
10389         * src/compose.[ch]
10390                 Added possibility to set message's priority.
10391         * src/procmsg.[ch]
10392                 Added possibility to set message's priority.
10393                 Added missing headers
10394
10395 2002-05-12 [melvin]     0.7.5claws20
10396
10397         * src/prefs_actions.c
10398                 Removed implicitely added quotes around the name
10399                 of the temporary files of mime parts.
10400
10401 2002-05-12 [paul]       0.7.5claws19
10402
10403         * sync with 0.7.5cvs20
10404                 see ChangeLog 2002-05-11
10405
10406 2002-05-12 [alfons]     0.7.5claws18
10407
10408         * src/quote_fmt_lex.l
10409         * src/quote_fmt_parse.y
10410                 allow quote / reply date & time format to be set using
10411                 %D{format}. format is a format string you'd pass to
10412                 strftime() (see man strftime, or the Display tab |
10413                 Date format setting).
10414
10415                 Currently %D converts the date to local time. 
10416
10417 2002-05-11 [paul]       0.7.5claws17
10418
10419         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10420                 see ChangeLog 2002-05-10 and 2002-05-11
10421
10422 2002-05-10 [paul]       0.7.5claws16
10423
10424         * sync with 0.7.5cvs16
10425                 see ChangeLog entries 2002-05-09 and 
10426                 2002-05-10
10427
10428 2002-05-10 [colin]      0.7.5claws15
10429
10430         * src/textview.c
10431                 Corrected a bug that prevented sylpheed to open
10432                 double-clicked URIs.
10433
10434 2002-05-09 [paul]       0.7.5claws14
10435
10436         * sync with 0.7.5cvs14
10437                 see ChangeLog 2002-05-08 and 2002-05-09
10438
10439 2002-05-08 [paul]       0.7.5claws13
10440
10441         * sync with 0.7.5cvs11
10442                 see ChangeLog entry 2002-05-08
10443
10444 2002-05-08 [paul]       0.7.5claws12
10445
10446         * src/mainwindow.c
10447           src/textview.[ch]
10448                 fix segfault on View->Open in new window
10449                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10450
10451 2002-05-07 [paul]       0.7.5claws11
10452
10453         * sync with 0.7.5cvs9
10454                 see ChangeLog entry 2002-05-07
10455
10456 2002-05-06 [paul]       0.7.5claws10
10457
10458         * src/messageview.c
10459           src/textview.c
10460                 display url in statusbar on single-click
10461                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10462
10463 2002-05-06 [match]      0.7.5claws9
10464
10465         * src/addritem.[ch]
10466                 new functions.
10467         * src/addrcache.c
10468                 tidy up.
10469         * src/xmlprops.[ch]
10470                 XML implementation of properties file.
10471         * src/exporthtml.[ch]
10472         * src/expthtmldlg.[ch]
10473         * src/addressbook.c
10474                 export to HTML.
10475
10476 2002-05-02 [sergey]     0.7.5claws8
10477
10478         * src/mainwindow.c (mainwin_entries),
10479           src/prefs_common.c (prefs_send_create()),
10480           src/codeconv.c (locale_table):
10481                 use charset name "Windows-1251" instead of "CP1251".
10482
10483 2002-05-02 [colin]      0.7.5claws7
10484         
10485         * src/compose.c
10486           src/prefs_common.c
10487           src/prefs_folder_item.c
10488                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10489
10490 2002-05-02 [hiro]       0.7.5claws6
10491
10492         * src/imap.c
10493                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10494
10495 2002-05-02 [paul]       0.7.5claws5
10496
10497         * src/compose.c
10498                 more sync with 0.7.5cvs7, see ChangeLog entry
10499                 2002-05-02
10500
10501 2002-05-02 [hiro]       0.7.5claws4
10502
10503         * src/compose.c
10504                 compose_queue_sub():
10505                 check if queue folder exists (closes #550397).
10506                 removed directory creation since it should be handled
10507                 transparently.
10508         * src/imap.c
10509                 imap_add_msg(): return UID for appended message
10510                 (closes #548842).
10511
10512 2002-04-30 [paul]       0.7.5claws3
10513
10514         * src/summaryview.c
10515                 fix account_find_from_address() bug
10516
10517 2002-04-28 [colin]      0.7.5claws2
10518
10519         * src/compose.c
10520           src/textview.c
10521           src/prefs_common.[ch]
10522           src/utils.[ch]
10523                 Added user-definable quotation characters recognition.
10524
10525 2002-04-28 [paul]       0.7.5claws1
10526
10527         * sync with 0.7.5cvs4
10528                 see ChangeLog entry  2002-04-25
10529
10530 2002-04-28 [paul]       0.7.5claws
10531
10532         * po/es.po
10533           po/nl.po
10534           po/pt_BR.po
10535                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10536                 Fabio Junior Beneditto
10537
10538 2002-04-27 [jens]       0.7.4claws103
10539
10540         * po/de.po
10541                 updated German translation.
10542
10543 2002-04-27 [hiro]       0.7.4claws102
10544
10545         * src/summaryview.c
10546                 summary_write_cache(): fixed the mark loss of hidden messages.
10547
10548 2002-04-26 [melvin]     0.7.4claws101
10549
10550         * src/procmsg.c
10551                 fixed a second typo (same one)
10552         * po/fr.po
10553           po/it.po
10554           po/pt_BR.po
10555                 fixed the type again...
10556
10557 2002-04-26 [melvin]     0.7.4claws100
10558
10559         * src/procmsg.c
10560                 fixed a typo in an alert message ("temorary").
10561         * po/it.po
10562         * po/pt_BR.po
10563                 corrected the typo  described above.
10564         * po/fr.po
10565                 updated French translation.
10566
10567 2002-04-26 [darko]      0.7.4claws99
10568
10569         * src/summaryview.c
10570                 fix target folder colorization
10571
10572 2002-04-25 [paul]       0.7.4claws98
10573
10574         * po/it.po
10575                 updated by Alessandro Maestri
10576
10577 2002-04-24 [colin]      0.7.4claws97
10578         
10579         * src/compose.c
10580                 Fixed double "subject is empty" question.
10581
10582 2002-04-23 [colin]      0.7.4claws96
10583         
10584         * src/mimeview.c
10585                 Corrected issue when "automatically display images" was
10586                 not set : first image remained after selecting second.
10587
10588 2002-04-23 [melvin]     0.7.4claws95
10589
10590         * src/prefs_actions.c
10591                 Don't display in/out dialog if there is nothing to show.
10592
10593 2002-04-23 [paul]       0.7.4claws94
10594
10595         * sync with 0.7.5cvs3
10596                 bug fixes: see ChangeLog entry 2002-04-23
10597
10598 2002-04-22 [darko]      0.7.4claws93
10599
10600         * src/compose.c
10601                 fix previous check-in which changed code after
10602                 merge from main
10603
10604 2002-04-22 [paul]       0.7.4claws92
10605
10606         * faq/de/*
10607                 add German FAQ
10608         * faq/en/*
10609           faq/es/*
10610           faq/fr/*
10611                 update English, Spanish and French FAQs
10612         * manual/de/*
10613           manual/es/*
10614                 add German and Spanish manuals
10615         * manual/en/*
10616           manual/fr/*
10617                 update English and French manuals
10618
10619         * src/Makefile.am
10620                 add to and re-arrange the pixmap entries
10621
10622 2002-04-22 [darko]      0.7.4claws91
10623
10624         * src/compose.c
10625                 fix sender initials recognition to only allow
10626                 '>' after the initials
10627
10628 2002-04-21 [paul]       0.7.4claws90
10629
10630         * sync with 0.7.5 release
10631                 see ChangeLog entry 2002-04-21
10632
10633 2002-04-21 [alfons]
10634
10635         * src/Makefile.am
10636                 add colin's new pixmaps to EXTRA_DIST
10637
10638 2002-04-21 [colin]      0.7.4claws89
10639         * src/compose.c
10640         * src/inc.c
10641         * src/mainwindow.[ch]
10642         * src/prefs_common.[ch]
10643         * src/stock_pixmap.[ch]
10644                 Added "Work offline" ability.
10645
10646 2002-04-21 [colin]      0.7.4claws88
10647         
10648         * src/mimeview.c
10649         * src/prefs_common.c
10650         * src/prefs_common.h
10651         * src/textview.c : Added an option to common preferences -> display
10652           to allow user not to automatically display images.
10653
10654 2002-04-21 [paul]       0.7.4claws87
10655
10656         * sync with 0.7.4cvs52
10657                 see ChangeLog entry 2002-04-21 (src/imap.c)
10658
10659 2002-04-21 [paul]       0.7.4claws86
10660
10661         * sync with 0.7.4cvs51
10662                 see ChangeLog entry 2002-04-21
10663
10664 2002-04-21 [paul]       0.7.4claws85
10665
10666         * sync with 0.7.4cvs49
10667                 see ChangeLog entries 2002-04-20 and 2002-04-21
10668
10669         * src/Makefile.am
10670                 clean up: remove old 'stock_' element from xpm 
10671                 filenames.
10672
10673 2002-04-21 [alfons]     0.7.4claws84
10674
10675         apply sync patch from Paul
10676
10677         * src/folderview.c
10678                 use old claws prefs_folder_item_create() for now
10679
10680 2002-04-19 [match]      0.7.4claws83
10681
10682         * src/addressbook.[ch]
10683         * src/addrharvest.[ch]
10684         * src/addrgather.[ch]
10685                 recurse folders.
10686         * src/mainwindow.c
10687         * src/summaryview.[ch]
10688                 change menu option.
10689
10690 2002-04-19 [paul]       0.7.4claws82
10691
10692         * po/pt_BR.po
10693                 updated by Fabio Junior Beneditto
10694
10695 2002-04-14 [alfons]     0.7.4claws81
10696
10697         * src/passphrase.c
10698                 add #include <sys/types.h> for mode_t and off_t 
10699
10700 2002-04-13 [paul]       0.7.4claws80
10701         
10702         * src/main.c
10703           src/passphrase.[ch]
10704           src/pgptext.c
10705           src/prefs_common.[ch]
10706           src/rfc2015.c
10707                 enable storing of GnuPG passphrase for the whole 
10708                 session or a user-defined number of minutes. patch 
10709                 submitted by Ravemax <ravemax@dextrose.com>
10710
10711 2002-04-13 [alfons]     0.7.4claws79
10712
10713         * src/textview.c
10714                 make email parser also stop scanning when encountering separators
10715                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10716
10717 2002-04-13 [paul]       0.7.4claws78
10718
10719         * sync with 0.7.4cvs39
10720                 see ChangeLog entry 2002-04-12
10721
10722 2002-04-11 [paul]       0.7.4claws77
10723
10724         * sync with 0.7.4cvs37
10725                 see ChangeLog entry 2002-04-11
10726
10727 2002-04-11 [paul]       0.7.4claws76
10728
10729         * COPYING 
10730                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10731                 the clause for OpenSSL). sync with sylpheed main
10732
10733 2002-04-09 [melvin]     0.7.4claws75
10734
10735         * src/compose.c
10736                 Made 'Ctrl-Enter' on send ignore some modifiers 
10737                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10738                 to bind other *-Enter (but not Alt-Enter).
10739
10740 2002-04-09 [paul]       0.7.4claws74
10741
10742         * sync with 0.7.4cvs35
10743                 see ChangeLog entries 2002-04-09
10744
10745 2002-04-08 [paul]       0.7.4claws73
10746
10747         * sync with 0.7.4cvs33
10748                 see ChangeLog entry 200-04-08
10749
10750 2002-04-07 [match]      0.7.4claws72
10751
10752         * src/addrharvest.[ch]
10753                 fixed to read all addresses in header, regardless
10754                 of header size. improved name parsing. accommodate
10755                 harvest from folders and selected message.
10756         * src/addritem.[ch]
10757                 included new address parsing function.
10758         * src/addrgather.[ch]
10759         * src/addressbook.[ch]
10760         * src/summaryview.[ch]
10761         * src/mainwindow.c
10762                 allow address harvest of folder as well as selected
10763                 messages.
10764
10765 2002-04-07 [paul]       0.7.4claws71
10766
10767         * src/esmtp.[ch]
10768           src/smtp.c
10769                 don't try to authenticate with CRAM-MD5 in SMTP when 
10770                 SMTP-AUTH enabled if MTA doesn't issue this 
10771                 auth-method in it's ehlo-response. bug item #531364,
10772                 patch item #938910. patch submitted by Colin Leroy 
10773                 <colin@colino.net>
10774
10775 2002-04-07 [paul]       0.7.4claws70
10776
10777         * src/nntp.c
10778                 fix missing MODE_READER bug. patch submitted by
10779                 Colin Leroy <colin@colino.net>
10780
10781 2002-04-07 [alfons]     0.7.4claws69
10782
10783         * src/matcher.[ch]
10784         * src/prefs_filtering.c
10785         * src/summaryview.c
10786                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10787                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10788
10789 2002-04-07 [paul]       0.7.4claws68
10790
10791         * sync with 0.7.4cvs32
10792                 see ChangeLog entry 2002-04-06
10793
10794         * tools/filter_conv.pl
10795                 more bug fixes
10796
10797 2002-04-06 [paul]       0.7.4claws67
10798
10799         * tools/filter_conv.pl
10800                 modify to be able to find the name of the first
10801                 mailbox and use that. main's filter does not
10802                 record the full path to the mailbox and therefore
10803                 can only filter to the first mailbox.
10804
10805 2002-04-05 [paul]       0.7.4claws66
10806
10807         * tools/filter_conv.pl
10808                 attempt to make the script all-encompassing and
10809                 be able to convert any main 'filter' rule thrown
10810                 at it
10811
10812 2002-04-05 [paul]       0.7.4claws65
10813
10814         * tools/filter_conv.pl
10815                 allow for collapsed folder trees
10816
10817 2002-04-05 [paul]       0.7.4claws64
10818
10819         * sync with 0.7.4cvs31
10820                 see ChangeLog entries 2002-04-05
10821
10822 2002-04-03 [paul]       0.7.4claws63
10823
10824         * sync with 0.7.4cvs29
10825                 see ChangeLog entries 2002-04-02 and 2002-04-03
10826
10827 2002-04-02 [paul]       0.7.4claws62
10828
10829         * sync with 0.7.4cvs26
10830                 see ChangeLog entry 2002-04-01
10831
10832 2002-04-02 [match]      0.7.4claws61
10833
10834         * src/pine.[ch]
10835         * src/importpine.[ch]
10836         * src/addressbook.c
10837                 import Pine address book.
10838
10839 2002-04-02 [match]      0.7.4claws60
10840
10841         * src/addrharvest.[ch]
10842                 improve address parsing of funky addresses.
10843
10844 2002-04-02 [darko]      0.7.4claws59
10845
10846         * src/compose.c
10847                 wrap on send improvements, it now recognizes quoted
10848                 initials as part of the quotation string, and it
10849                 does not join lines separated by CR
10850
10851 2002-04-01 [match]      0.7.4claws58
10852
10853         * src/mgutils.[ch]
10854                 added new functions.
10855         * src/mutt.[ch]
10856                 remove excessive duplicate address generation
10857                 on import.
10858
10859 2002-04-01 [alfons]     0.7.4claws57
10860         
10861         * src/summaryview.c
10862                 put back g_free() 
10863
10864 2002-04-01 [paul]       0.7.4claws56
10865
10866         * sync with 0.7.4cvs25
10867                 see ChangeLog entry 2002-04-01
10868
10869 2002-04-01 [alfons]     0.7.4aprilfool55
10870
10871         * src/summaryview.c
10872                 honour feature request item #537427 to allow for
10873                 displaying names from address book for sent mail also
10874
10875 2002-03-29 [paul]       0.7.4claws54
10876
10877         * src/mainwindow.c
10878           src/prefs_filtering.[ch]
10879           src/prefs_matcher.c
10880           src/summaryview.c
10881                 add 'fast filter' for claws' filtering,
10882                 /Tools/Create filter rule/... patch submitted
10883                 by Neill Miller <neillm@thecodefactory.org>
10884
10885 2002-03-29 [paul]       0.7.4claws53
10886
10887         * sync with 0.7.4cvs24
10888                 see ChangeLog entry 2002-03-29
10889
10890 2002-03-28 [paul]       0.7.4claws52
10891
10892         * sync with 0.7.4cvs23
10893                 see ChangeLog entry 2002-03-28
10894
10895 2002-03-27 [melvin]     0.7.4claws51
10896
10897         * src/prefs_actions.c
10898                 Added support to pass only one message part (as a
10899                 file) to the command using '%p'. No quotes are needed
10900                 because doubles quotes are automatically added.
10901                 Fixed bug where Sylpheed could block when waiting for
10902                 a child process to finish.
10903                 Changed the help menu to remove quotes around symbols to 
10904                 avoid misinterpretation (they must not be used).
10905
10906 2002-03-27 [melvin]     0.7.4claws50
10907
10908         * src/inc.c
10909                 Made the new mail notification command always 
10910                 execute asynchronously.
10911
10912 2002-03-27 [paul]       0.7.4claws49
10913
10914         * src/compose.c
10915                 fix bug introduced in last commit
10916
10917 2002-03-27 [paul]       0.7.4claws48
10918
10919         * sync with 0.7.4cvs21
10920                 see ChangeLog 2002-03-26 and 2002-03-27
10921
10922 2002-03-26 [hoa]        0.7.4claws47
10923
10924         * src/prefs_folder_item.c
10925                 really fixed the bug #516442 with folder rescan.
10926
10927 2002-03-26 [paul]       0.7.4claws46
10928
10929         * sync with 0.7.4cvs19
10930                 see ChangeLog entries 2002-03-25 and 2002-03-26
10931
10932 2002-03-25 [hoa]        0.7.4claws45
10933
10934         * src/matcher.c
10935         * src/mh.c
10936                 fix the bug #516442 with folder rescan.
10937
10938         * src/prefs_common.[ch]
10939         * src/compose.c
10940                 added an option to enable two different behaviours
10941                 for bounce.
10942
10943
10944 2002-03-25 [paul]       0.7.4claws44
10945
10946         * src/mainwindow.c
10947           src/selective_download.c
10948                 correct a few menuitem labels
10949
10950 2002-03-25 [christoph]  0.7.4claws43
10951
10952         * src/procmsg.c
10953                 fix non deleted tmp message in
10954                 procmsg_save_to_outbox
10955                 fix problems caused by sync with
10956                 main branch's procmsg_send_queue
10957
10958 2002-03-25 [paul]       0.7.4claws42
10959
10960         * src/quote_fmt.c
10961           src/quote_fmt_lex.l
10962           src/quote_fmt_parse.y
10963                 add Last name (%L) placeholder for quoting. 
10964                 patch submitted by Thorsten Thielen 
10965                 <thth@users.sourceforge.net>
10966
10967 2002-03-25 [paul]       0.7.4claws41
10968
10969         * src/utils.c
10970                 get full hostname. patch submitted by
10971                 Bob Woodside <rwoodside1@comcast.net>
10972
10973 2002-03-25 [paul]       0.7.4claws40
10974
10975         * src/account.c
10976           src/news.c
10977           src/nntp.[ch]
10978           src/prefs_account.[ch]
10979                 enable NNTP over SSL. patch submitted by
10980                 Pascal Jermini <pascal@infinity.hn.org>
10981
10982 2002-03-24 [paul]       0.7.4claws39
10983
10984         * src/prefs_common.c
10985                 make the arrangement of the Compose tab more
10986                 coherent
10987
10988         * src/mainwindow.c
10989                 fix some irregularities of style
10990
10991         * po/de.po
10992                 updated by Kilian Krause
10993
10994 2002-03-23 [paul]       0.7.4claws38
10995
10996         * po/pt_BR.po
10997                 updated by Fabio Junior Beneditto
10998
10999 2002-03-23 [paul]       0.7.4claws37
11000
11001         * src/mainwindow.c
11002                 move 'Gather addresses' to 'Tools' menu
11003                 make 'Selective download' sensitive
11004
11005 2002-03-23 [paul]       0.7.4claws36
11006
11007         * sync with 0.7.4cvs16
11008                 see ChangeLog entries 2002-03-23
11009
11010 2002-03-22 [christoph]  0.7.4claws35
11011
11012         * src/quote_fmt_parse.y
11013                 fix include program output
11014
11015 2002-03-22 [alfons]     0.7.4claws34
11016
11017         * src/pop.c
11018                 initialize GDate stack variable correctly (sorry!)
11019
11020 2002-03-22 [paul]       0.7.4claws33
11021
11022         * src/compose.c
11023           src/mainwindow.c
11024           src/prefs_actions.c
11025           src/prefs_common.c
11026                 rename 'Tool' to 'Tools'
11027
11028         * src/mainwindow.c
11029                 move 'Delete duplicated messages' from
11030                 'Message/' to 'Tools/'
11031                 re-arrange the order of 'Tools/' items
11032
11033 2002-03-22 [paul]       0.7.4claws32
11034
11035         * src/addr_compl.c
11036           src/addressbook.[ch]
11037                 auto-address completion now also matches on
11038                 Nickname. patch submitted by Bob Forsman 
11039                 <hammor@users.sourceforge.net>
11040
11041         * src/editaddress.c
11042                 correct a spelling mistake
11043
11044 2002-03-22 [alfons]     0.7.4claws31
11045
11046         * src/pop.c
11047                 fix getting uidl from incorrect string 
11048                 (spotted by Colin)
11049
11050 2002-03-21 [alfons]     0.7.4claws30
11051
11052         * src/pop.c
11053                 more code refactoring
11054                 plug mem leak introduced by delete on server
11055
11056 2002-03-21 [paul]       0.7.4claws29
11057
11058         * sync with 0.7.4cvs11
11059                 see ChangeLog entries 2002-03-20
11060
11061 2002-03-20 [alfons]     0.7.4claws28
11062
11063         * src/inc.c
11064                 apply Colin's patch and refactor
11065
11066 2002-03-20 [paul]       0.7.4claws27
11067
11068         * sync with sylpheed 0.7.4cvs9
11069                 see ChangeLog entry 2002-03-20
11070
11071 2002-03-19 [christoph]  0.7.4claws26
11072
11073         * src/mh.c
11074         * src/procmsg.[ch]
11075         * src/summaryview.c
11076                 revert changes for flag updates
11077                 (does not work correctly and no time to debug)
11078
11079 2002-03-20 [alfons]     0.7.4claws25
11080
11081         * src/pop.c
11082                 refactor should_delete() a little bit 
11083
11084 2002-03-19 [paul]       0.7.4claws24
11085
11086         * src/inc.[ch]
11087           src/pop.c
11088           src/prefs_account.[ch]
11089                 allow the user to leave downloaded mail on the 
11090                 server for n days. Patch submitted by Colin Leroy 
11091                 <colin@colino.net>
11092
11093 2002-02-19 [paul]       0.7.4claws23
11094
11095         * sync with sylpheed 0.7.4cvs8
11096                 see ChangeLog entries 2002-03-19
11097
11098 2002-03-18 [paul]       0.7.4claws22
11099
11100         * sync with sylpheed 0.7.4cvs6
11101                 see ChangeLog entry 2002-03-18
11102
11103 2002-03-18 [paul]       0.7.4claws21
11104
11105         * po/en_GB.po
11106                 add en_GB message catalogue
11107
11108         * src/mbox_folder.c
11109           src/prefs_account.c
11110           src/prefs_actions.c
11111                 correct a few spelling mistakes
11112
11113 2002-03-17 [alfons]     0.7.4claws20
11114
11115         * src/matcher.c
11116                 more stringent checks for NULL params when writing
11117                 filtering actions to a file
11118                 
11119 2002-03-17 [hoa]        0.7.3claws20
11120
11121         * src/news.c
11122                 fixed the count of new messages
11123
11124         * src/compose.c
11125                 fixed the "attachment properties" window
11126
11127 2002-03-17 [paul]       0.7.4claws19
11128
11129         * src/defs.h
11130           src/folder.h
11131           src/news.c
11132           src/prefs_account.[ch]
11133           src/procmsg.[ch]
11134           src/summaryview.c
11135                 automatically mark cross-posted messages as read 
11136                 and (optionally) give them a colour label
11137                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11138                 
11139
11140 2002-03-17 [paul]       0.7.4claws18
11141
11142         * sync with sylpheed 0.7.4cvs5
11143                 see ChangeLog entry 2002-03-17
11144
11145 2002-03-17 [melvin]     0.7.4claws17
11146         
11147         * src/textview.c
11148                 Worked around a gtktext 'bug': when searching for 
11149                 a text in a long message it was scrolling slowly
11150                 line by line until it hit the searched text.
11151         * po/fr.po
11152                 Updated French translation
11153
11154 2002-03-17 [melvin]     0.7.4claws16
11155
11156         * src/mainwindow.c
11157         * src/compose.c
11158         * src/prefs_actions.c
11159                 Moved "Edit/Actions" to "Tool/Actions"
11160                 Made mainwindow/compose window sensitive as soon as
11161                 no child process is running anymore even if the io dialog
11162                 is open.
11163                 Fixed a struct being initialized with a non constant char*
11164
11165 2002-03-16 [christoph]  0.7.4claws15
11166
11167         * configure.in
11168                 add --with-compiler-flags option
11169                 (only for developer hacking)
11170         * src/mh.c
11171         * src/procmsg.[ch]
11172         * src/summaryview.c
11173                 try to make folder-stats and flag handling more
11174                 independent from the summaryview. msgcounts
11175                 are only set when the folder is opened and
11176                 procmsg_msginfo_(un)set_flags will handle it
11177                 later and summaryview will get the values
11178                 from the folder.
11179
11180 2002-03-16 [paul]       0.7.4claws14
11181
11182         * src/messageview.c
11183                 fix Return-receipt. Patch submitted by Bob
11184                 Woodside <rwoodside1@comcast.net>
11185
11186 2002-03-16 [paul]       0.7.4claws13
11187
11188         * src/compose.c
11189                 fix 'dynamic' signatures, make it work again
11190                 broken during sync on 2002-03-14 (0.7.4claws2)
11191
11192 2002-03-15 [match]      0.7.4claws12
11193
11194         * src/addrharvest.[ch]
11195         * src/addrgather.[ch]
11196         * src/addressbook.[ch]
11197         * src/mainwindow.c
11198                 included address harvester feature. still some
11199                 issues with address parsing that I will fix.
11200
11201 2002-03-15 [match]      0.7.4claws11
11202
11203         * src/addrbook.[ch]
11204         * src/addrcache.[ch]
11205         * src/addressbook.[ch]
11206         * src/addrindex.c
11207         * src/editbook.c
11208         * src/importldif.c
11209         * src/importmutt.c
11210         * src/jpilot.[ch]
11211         * src/main.c
11212         * src/syldap.[ch]
11213         * src/vcard.[ch]
11214                 tidy up. fix memory leaks. moved attribs and methods
11215                 from individual interfaces to addrcache object. prep
11216                 for new stuff to come in.
11217
11218 2002-03-15 [alfons]     0.7.4claws10
11219
11220         * src/matcher.[ch]
11221         * src/matcher_parser_parse.y
11222         * src/matcher_parser_lex.l
11223         * src/prefs_matcher.c
11224                 add filtering conditions message greater than, smaller 
11225                 than, and exactly matching a size in bytes
11226                 (does not work with delete from POP3 server yet)
11227
11228                 this should also give others an idea what you should
11229                 do to add new criterions to claws filtering system
11230                 
11231
11232 2002-03-15 [paul]       0.7.4claws9
11233
11234         * tools/filter_conv.pl
11235                 exit if there are no filter rules to convert
11236                 rename filterrc to filterrc.old after completion
11237
11238 2002-03-15 [paul]       0.7.4claws8
11239
11240         * sync with sylpheed 0.7.4cvs3
11241                 see ChangeLog entry 2002-03-14
11242
11243 2002-03-14 [paul]       0.7.4claws7
11244
11245         * src/compose.c
11246                 clean up the last commit (ahem)
11247
11248 2002-03-14 [paul]       0.7.4claws6
11249
11250         * src/compose.c
11251                 fix bug #515655. honour account preferences
11252                 regarding gpg default signing/encryption when 
11253                 changing account from the compose window.
11254
11255 2002-03-14 [paul]       0.7.4claws5
11256
11257         * src/folderview.c
11258                 remove unnecessary curly brackets
11259
11260 2002-03-14 [paul]       0.7.4claws4
11261
11262         * src/folderview.c
11263           src/prefs_filtering.[ch]
11264                 add filter rename on folder rename and filter
11265                 delete on folder delete. Patch submitted by
11266                 Neill Miller <neillm@thecodefactory.org> 
11267
11268 2002-03-14 [christoph]  0.7.4claws3
11269
11270         * src/procmsg.c
11271         * src/send.c
11272                 fix local delivery
11273                 (patch submitted by "Simon 'corecode' Schubert")
11274         * src/prefs_common.c
11275         * src/procmsg.c
11276                 fix gcc 3.0 warning
11277
11278 2002-03-14 [paul]       0.7.4claws2
11279
11280         * sync with sylpheed 0.7.4cvs2
11281                 see ChangeLog entry 2002-03-13
11282
11283 2002-03-12 [darko]      0.7.4claws1
11284
11285         * src/mainwindow.c
11286                 fix what seems to be a copy and paste error
11287                 when setting color for important messages
11288                 (reported by wwp)
11289
11290 2002-03-11 [paul]       version 0.7.4claws released
11291
11292 2002-03-11 [paul]       0.7.4claws
11293
11294         * po/es.po
11295           po/it.po
11296           po/nl.po
11297           po/pt_BR.po
11298                 update message catalogs. Submitted by Ricardo Mones 
11299                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11300                 Fabio Junior Beneditto
11301
11302         * configure.in
11303           faq/Makefile.am
11304           faq/it/Makefile
11305           faq/it/sylpheed-faq*
11306           src/mainwindow.c
11307           src/manual.[ch]
11308                 add FAQ in Italian
11309         
11310
11311 2002-03-11 [jens]       0.7.3claws7
11312
11313         * po/de.po
11314                 updated German translation
11315
11316 2002-03-11 [melvin]     0.7.3claws6
11317
11318         * po/fr.po
11319                 updated and corrected French translation
11320
11321 2002-03-10 [hoa]        0.7.3claws5
11322
11323         * src/account.c
11324         * src/inc.c
11325         * src/prefs_account.c
11326         * src/procmsg.c
11327         * src/send.[ch]
11328                 fixed the local account.
11329                 you have to change the default "/usr/sbin/sendmail"
11330                 to "/usr/sbin/sendmail -t" in the preferences of
11331                 the local account.
11332
11333         * src/procmime.c
11334                 removed some debug display for renderer
11335
11336 2002-03-10 [paul]       0.7.3claws4
11337
11338         * faq/en/sylpheed-faq-1.html
11339           faq/en/sylpheed-faq-2.html
11340                 update
11341
11342 2002-03-09 [paul]       0.7.3claws3
11343
11344         * sync with sylpheed 0.7.4
11345                 see ChangeLog entry 2002-03-09
11346
11347 2002-03-08 [paul]       0.7.3claws2
11348
11349         * faq/en/sylpheed-faq*
11350           faq/es/sylpheed-faq*
11351           faq/fr/sylpheed-faq*
11352                 update the FAQs
11353
11354         * manual/fr/.cvsignore
11355           manual/fr/Makefilea.am
11356           manual/fr/sylpheed*
11357           src/mainwindow.c
11358           src/manual.[ch]
11359                 add the French manual
11360
11361 2002-03-07 [paul]       0.7.3claws1
11362
11363         * sync with sylpheed 0.7.3cvs4
11364                 see ChangeLog entries  2002-03-06 and 2002-03-07
11365         
11366         * po/nl.po
11367                 updated by Wilbert Berendsen
11368
11369 2002-03-07 [melvin]     0.7.2claws34
11370
11371         * src/selective_download.c
11372                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11373
11374 2002-03-06 [paul]       0.7.2claws33
11375
11376         * sync with sylpheed 0.7.3cvs1
11377                 bug fix, see ChangeLog entry 2002-03-05
11378
11379 2002-03-05 [paul]       0.7.2claws32
11380
11381         * src/mimeview.c
11382           src/pgptext.[ch]
11383           src/procmsg.c
11384                 reverse the pgp ascii-armored code implemented in 
11385                 0.7.2claws16. removal of this code until it matures.
11386                 this means that verifying ascii-armored pgp sigs and
11387                 automatic decryption of ascii-armored encrypted
11388                 messages no longer works.
11389
11390 2002-03-05 [paul]       0.7.2claws31
11391
11392         * configure.in
11393           Makefile.am
11394         * faq/Makefile.am
11395         * faq/en/Makefile.am
11396           faq/en/sylpheed-faq.html
11397           faq/en/sylpheed-faq-1.html
11398           faq/en/sylpheed-faq-2.html
11399           faq/en/sylpheed-faq-3.html
11400         * faq/es/Makefile.am
11401           faq/es/sylpheed-faq.html
11402           faq/es/sylpheed-faq-1.html
11403           faq/es/sylpheed-faq-2.html
11404           faq/es/sylpheed-faq-3.html
11405           faq/es/sylpheed-faq-4.html
11406         * faq/fr/Makefile.am
11407           faq/fr/sylpheed-faq.html
11408           faq/fr/sylpheed-faq-1.html
11409           faq/fr/sylpheed-faq-2.html
11410           faq/fr/sylpheed-faq-3.html
11411         * src/Makefile.am
11412           src/defs.h
11413           src/mainwindow.c
11414           src/manual.[ch]
11415                 add FAQs in English, Spanish and French
11416
11417
11418 2002-03-05 [paul]       0.7.2claws30
11419
11420         * manual/en/sylpheed.html
11421           manual/en/sylpheed-XX.html
11422                 updated the English manual
11423
11424 2002-03-05 [hoa]        
11425
11426         * src/summaryview.c
11427                 dialog box pops up if the article can't be deleted.
11428
11429 2002-03-04 [paul]       
11430         
11431         * po/pt_BR.po
11432                 updated by Fabio Junior Benedito
11433
11434 2002-03-04 [hoa]
11435
11436         * removed ac/gpgme.m4
11437                 to avoid autogen common problem
11438                 developers have to install gpgme development package now
11439
11440         * src/compose.c
11441                 encoding to 7bit or 8bit is enabled.
11442
11443 2002-03-03 [alfons]     0.7.2claws29
11444
11445         * src/pop.c
11446                 merge fix by Oliver Haertel for selective
11447                 download buglet
11448
11449 2002-03-03 [paul]       0.7.2claws28
11450         
11451         * sync with sylpheed 0.7.3
11452
11453 2002-03-03 [paul]       0.7.2claws27
11454
11455         * sync with sylpheed 0.7.2cvs24
11456                 see ChangeLog entries 2002-03-02 and 2002-03-03
11457
11458 2002-03-02 [melvin]     0.7.2claws26
11459
11460         * src/inc.[ch]
11461         * src/main.c
11462         * src/mainwindow.c
11463         * src/prefs_common.[ch]
11464                 Added user definable notification on new mail arrival.
11465                 Removed unused variables in spell checker prefs code.
11466
11467 2002-03-02 [melvin]     0.7.2claws25
11468
11469         * src/quote_fmt.c
11470                 Removed unnecessary escape sequences.
11471                 Changed 'Initial...' to 'Initials of Sender'
11472
11473 2002-03-02 [paul]       0.7.2claws24
11474
11475         * sync with sylpheed 0.7.2cvs22
11476                 see ChangeLog entry 2002-03-01
11477
11478 2002-03-01 [hoa]        0.7.2claws23
11479
11480         * src/mainwindow.c
11481                 Set sensitivity of delete actions to active
11482                 even if the folder is a newsgroup.
11483
11484         * src/summaryview.c
11485                 - Set sensitivity of delete actions
11486                 - Added function check_permission() that will check if the
11487                   user is authorized to delete a message. For news, it
11488                   will check if the author is the same.
11489                 - Enabled deletion when there is no trash folder.
11490
11491         * src/news.[ch]
11492                 - Added news_cancel_article() to cancel articles
11493                 - Implemented news_remove_message() (public function)
11494
11495 2002-03-01 [paul]       0.7.2claws22
11496
11497         * src/gtkutils.c
11498           src/textview.c
11499                 recognise urls that that don't include 'http://' and
11500                 simply begin 'www.' 
11501
11502         * AUTHORS
11503                 remove duplicated name
11504
11505 2002-02-28 [paul]       0.7.2claws21
11506
11507         * src/mainwindow.c
11508           src/summaryview.[ch]
11509                 add ability to 'Select thread'
11510                 combines Melvin's "Select thread's head" patch (#510907)
11511                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11512                 patch (#518514) 
11513
11514 2002-02-28 [paul]       0.7.2claws20
11515
11516         * src/mimeview.c
11517                 hopefully fix segfault on right-clicking a mime part
11518                 that some people have experienced.      
11519                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11520
11521 2002-02-28 [paul]       0.7.2claws19
11522
11523         * sync with sylpheed 0.7.2cvs21
11524                 see ChangeLog entries 2002-02-27 and 2002-02-28
11525
11526 2002-02-27 [paul]       0.7.2claws18
11527
11528         * sync with sylpheed 0.7.2cvs18
11529                 see ChangeLog entries 2002-02-26 and 2002-02-27
11530
11531 2002-02-26 [alfons]     0.7.2claws17
11532
11533         * src/procheader.c
11534                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11535                 (spotted by Chris Hessman <idatech@gmx.net>)
11536
11537 2002-02-26 [paul]       0.7.2claws16
11538
11539         * src/mimeview.c
11540           src/pgptext.[ch]
11541           src/procmsg.c
11542                 make decryption of ascii-armored pgp encrypted messages
11543                 and verification of ascii-armored signatures work again.
11544                 slightly altered from the patch by Jens Jahnke 
11545                 <jan0sch@gmx.net>
11546
11547                 ##FIX ME##
11548                 * the checking of plaintext signatures always comes up in 
11549                   a popup box
11550                 * it doesn't work for multipart messages 
11551                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11552                   including the msg headers and these 2 line themselves, are 
11553                   not displayed
11554
11555         * src/mainwindow.c
11556                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11557                 "View/Message View" becomes "View/Separate Message View"
11558                 because its less ambiguous.
11559
11560         * po/es.po
11561                 updated by Ricardo Mones Lastra
11562
11563 2002-02-26 [paul]       0.7.2claws15
11564
11565         * sync with sylpheed 0.7.2cvs17
11566                 see ChangeLog entries 2002-02-25 and 2002-02-26
11567
11568 2002-02-25 [christoph]  0.7.2claws14
11569
11570         * src/filtering.[ch]
11571         * src/inc.c
11572                 do filtering stuff after all messages have been received
11573                   1. drop all messages to .processing
11574                   2. scan processing folder for messages
11575                   3. filter messages or move to inbox
11576                 this will also find old messages left in processing after
11577                 a crash or something like that and we get a real msginfo
11578                 from folder->get_msg_list and do not have to create our
11579                 own in filter_message
11580         * src/matcher_parser_parse.y
11581                 remove MIX/MAX warning (reordered includes)
11582
11583 2002-02-25 [paul]       0.7.2claws13
11584
11585         * sync with sylpheed 0.7.2cvs15
11586                 see ChangeLog entry 2002-02-24
11587
11588 2002-02-24 [alfons]     0.7.2claws12
11589
11590         * src/filtering.c
11591                 clear old color flags first when applying a new color to
11592                 a message info. 
11593                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11594
11595 2002-02-24 [alfons]     0.7.2.claws11
11596         
11597         * AUTHORS
11598         * src/prefs_common.c
11599                 add presets for Opera and Konqueror, closes patch #517261,
11600                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11601
11602 2002-02-24 [alfons]     0.7.2.claws10
11603
11604         * AUTHORS
11605         * src/summaryview.c
11606                 fix threading for null message ids, closes patch #521601,
11607                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11608
11609 2002-02-24 [alfons]     0.7.2claws9
11610
11611         * src/summaryview.c
11612         * src/filtering.c
11613                 make Tool | Filter Message work with filtering system so
11614                 setting flags also works
11615
11616                 TODO:
11617
11618                 - Processing uses the same function as Tool | Filter
11619                   Message, but doesn't use the same update proc yet
11620
11621 2002-02-23 [paul]       0.7.2claws8
11622
11623         * sync with sylpheed 0.7.2cvs14
11624                 see ChangeLog entries 2002-02-22 and 2002-02-23
11625
11626 2002-02-22 [christoph]  0.7.2claws7
11627
11628         * src/quote_fmt.c
11629                 Add column space to table
11630         * src/quote_fmt_parse.y
11631                 Close files
11632
11633 2002-02-22 [paul]       0.7.2claws6
11634
11635         * src/Makefile.am
11636           src/defs.h
11637           src/filtering.c
11638           src/inc.[ch]
11639           src/mainwindow.c
11640           src/matcher.[ch]
11641           src/matcher_parser_lex.l
11642           src/matcher_parser_parse.y
11643           src/pop.[ch]
11644           src/prefs_account.h
11645           src/prefs_filtering.c
11646           src/selective_download.[ch]   *** NEW FILES ***
11647           src/utils.[ch]
11648           po/POTFILES.in
11649                 Selective Download added to 'Tool' menu. 
11650                 Retrieves email headers of the currently selected pop3 
11651                 account and allows the user to mark emails for deletion 
11652                 right on the pop3 server. Patch submitted by Oliver Haertel 
11653                 <oha@users.sourceforge.net>.
11654         
11655         * po/POTFILES.in
11656                 add 'src/quote_fmt.c'           
11657
11658 2002-02-22 [christoph]  0.7.2claws5
11659
11660         * src/Makefile.am
11661                 added quote_fmt.c
11662         * src/prefs_common.[ch]
11663         * src/prefs_template.c
11664         * src/quote_fmt.c               *** NEW FILE ***
11665         * src/quote_fmt.h
11666                 move quote format symbol description code
11667                 to it's own file because it is used from
11668                 differnent code parts
11669                 Rewrote symbol description GUI
11670                   + use table
11671                   + add separators
11672                   + get data from array (no more long constant strings)
11673         * src/quote_fmt_lex.l
11674         * src/quote_fmt_parse.y
11675                 Symbol for Literal % changed to \% instead of %%
11676                 (More logical as \ is used for quoting for other symbols)
11677                 Add |f and |p to include files and program output
11678                 Examples:
11679                     |f{/home/.../.signature}
11680                     |p{date}
11681         * po/de.po
11682                 Correct wrong spelling for "Referenzen"
11683
11684 2002-02-21 [paul]       0.7.2claws4
11685
11686         * src/procmsg.c
11687                 forgotten during sync
11688
11689 2002-02-21 [paul]       0.7.2claws3
11690
11691         * sync with sylpheed 0.7.2cvs11
11692                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11693                 2002-02-20 and 2002-02-21
11694
11695 2002-02-20 [melvin]     0.7.2claws2
11696
11697         * src/prefs_actions.c
11698                 Added error report when child cannot fork or when execvp 
11699                 returns with an error.
11700
11701 2002-02-19 [christoph]  0.7.2claws1
11702
11703         * src/codeconv.c
11704                 return unconverted text if conde conversion is not possible
11705                 when libjconv is used.
11706                 (patch submitted by "Simon 'corecode' Schubert")
11707
11708 2002-02-19 [paul]       
11709
11710         * version 0.7.2claws release
11711
11712 2002-02-19 [paul]       0.7.2claws
11713
11714         * po/nl.po
11715                 updated by Wilbert Berendsen
11716
11717
11718 2002-02-18 [alfons]     0.7.1claws13
11719
11720         * src/syldap.c
11721         * src/jpilot.c
11722                 remove references to dlfcn and explicitly loading functions
11723                 from dynalink libs, because libs linked anyway, and functions
11724                 are loaded explicitly
11725
11726 2002-02-17 [melvin]     0.7.1claws12
11727
11728         * src/prefs_actions.c
11729                 Replaced children wait loop with double fork technique.
11730                 Now, input/output window updated at each new output.
11731                 free_children(): Fixed a memory leak.
11732                 Made input/output window non closable if running children
11733                 still exist.
11734                 Added missing <unistd.h> include.
11735                 Added some --debug outputs.
11736
11737 2002-02-17 [melvin]     0.7.1claws11
11738
11739         * src/summaryview.c
11740                 Fixed bug where descending sort order did not select top
11741                 message.
11742
11743 2002-02-17 [melvin]     0.7.1claws10
11744
11745         * acconfig.h
11746                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11747         * src/prefs_common.c
11748                 Pspell data package directory no more hard coded but
11749                 set during configuration (PSPELL_PATH). (Thanks to 
11750                                 Gustavo Noronha Silva.)
11751
11752 2002-02-17 [melvin]     0.7.1claws9
11753
11754         * configure.in
11755                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11756         * src/gtkspell.c
11757                 Fixed compile-time warnings.
11758
11759 2002-02-16 [alfons]     0.7.1claws8
11760
11761         * src/filesel.c
11762                 fix inadvertent free of NULL pointer which caused
11763                 sylpheed to crash when closing the save-as dialog
11764                 using the window close button
11765
11766 2002-02-16 [carsten]    0.7.1claws7
11767         * src/mainwindow.[ch]
11768           src/summaryview.c
11769           src/prefs_common.c
11770                 fixes for pixmap theming code:
11771                         - recently changed mail attributes shouldn't get
11772                           lost any longer
11773                         - theme is only reloaded iff another theme was
11774                           selected
11775
11776 2002-02-16 [paul]       0.7.1claws6
11777
11778         * sync with sylpheed 0.7.2 release
11779                 see ChangeLog entry 2002-02-15 and 2002-02-16
11780
11781 2002-02-15 [paul]       0.7.1claws5
11782
11783         * sync with sylpheed 0.7.1cvs9
11784                 see ChangeLog entry 2002-02-15
11785
11786         * po/POTFILES.in
11787                 remove unneeded headerwindow.c entry
11788
11789 2002-02-14 [carsten]    0.7.1claws4
11790         * src/summaryview.c
11791                 fixed a bug for "Go to next unread message": there was
11792                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11793                 in the prefs, because of doing "Search again" instead
11794                 "No"
11795
11796 2002-02-14 [carsten]    0.7.1claws3
11797         * src/stock_pixmap.c
11798                 removed 2 more mem leaks; following memprof,
11799                 this code is "leak free" now :)
11800
11801 2002-02-14 [carsten]    0.7.1claws2
11802         * src/stock_pixmap.c
11803                 used opendir/readdir/closedir instead of scandir
11804                 -> code should work now on Solaris
11805
11806 2002-02-14 [paul]       0.7.1claws1
11807
11808         * sync with sylpheed 0.7.1cvs8
11809                 see ChangeLog entries 2002-02-13 and 2002-02-14
11810
11811         * README.claws
11812                 add some description of Actions and Pixmap Themes
11813
11814 2002-02-13 [paul]       
11815
11816         * version 0.7.1claws release
11817
11818 2002-02-13 [paul]       0.7.1claws
11819
11820         * po/es.po
11821           po/it.po
11822           po/pt_BR.po
11823                 updated translations, submitted by Ricardo Mones Lastra,
11824                 Alessandro Maestri and Fabio Junior Beneditto
11825
11826 2002-02-13 [melvin]     0.7.0claws75
11827
11828         * src/prefs_actions.c
11829                 Added missing "signal.h" include
11830
11831 2002-02-13 [melvin]     0.7.0claws74
11832
11833         * src/prefs_folder_item.c
11834                 Added missing "config.h" include
11835         * po/fr.po
11836                 Updated French translation for folder propriety.
11837
11838 2002-02-13 [jens]       0.7.0claws73
11839
11840         * po/POTFILES.in
11841                 Added missing src/prefs_folder_item.c [log added by melvin]
11842         * po/de.po
11843                 Updated German translation.
11844
11845 2002-02-13 [melvin]     0.7.0claws72
11846
11847         * po/fr.po
11848                 Updated French translation.
11849
11850 2002-02-13 [melvin]     0.7.0claws71
11851
11852         * src/gtkutils.c
11853                 Made gtkut_editable_get_selection return NULL if selection
11854                 is of length zero.
11855                 This fixes a bug where selecting part of message A then
11856                 switching to message B and replying to it will not
11857                 quote the message's body.
11858
11859 2002-02-12 [paul]       0.7.0claws70
11860
11861         * src/mainwindow.c
11862                 cosmetic, relating to pixmap themes: on toolbar make 
11863                 updating of 'Exec' and 'Compose news/Compose email'
11864                 icons faster.
11865
11866 2002-02-12 [carsten]    0.7.0claws69
11867         * src/folderview.c
11868           src/mainwindow.[ch]
11869           src/stock_pixmap.c
11870           src/summaryview.c
11871           src/prefs_common.c
11872                 - refreshing after changing pixmap theme better
11873                   now (thanks Paul)
11874                 - wanted to remove some mem leaks, but alfons was
11875                   faster (and had the better solution ;)
11876
11877 2002-02-12 [alfons]     0.7.0claws68
11878
11879         * src/prefs_common.c
11880         * src/stock_pixmap.[ch]
11881                 plug mem leaks, refactor code a little bit
11882
11883
11884 2002-02-12 [sergey]     0.7.0claws67
11885
11886         * src/imap.c
11887                 Fixed problem with copying messages to IMAP folders when the
11888                 server uses something other than '/' as a namespace separator
11889                 (cyrus-imapd uses '.').
11890
11891 2002-02-12 [jens]       0.7.0claws66
11892
11893         * po/de.po
11894                 Updated German Translation
11895
11896 2002-02-12 [paul]       0.7.0claws65
11897
11898         * sync with sylpheed 0.7.1cvs1
11899                 see ChangeLog entry 2002-02-12
11900
11901 2002-02-12 [melvin]     0.7.0claws64
11902
11903         * src/prefs_actions.c
11904                 Fixed "feature" where children's output was duplicated 
11905                 instead of refreshed while monitoring.
11906                 Removed some debug code.
11907
11908 2002-02-12 [christoph]  0.7.0claws63
11909
11910         * src/compose.c
11911                 always delete message from queue after sending/send error
11912                 (closes bug #509601)
11913
11914 2002-02-12 [melvin]     0.7.0claws62
11915
11916         * src/prefs_actions.c
11917                 Children wait loop is now triggered with a timeout of 1s
11918                 Added %F which is replaced with the list of filenames 
11919                 of all selected messages (as suggested by Ricardo Mones Lestra)
11920                 Pipe syntax changed. Prefix with | to send selection, postfix
11921                 with | to retrieve output. Prefix with > or * to send
11922                 user definable input to the command (*: input is hidden)
11923                 Old pipe action should now be postfixed with |, too.
11924
11925 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11926         * src/stock_pixmap.c
11927                 fixed a bug: if there's no theme directory don't
11928                 throw an error, just do "nothing" (thanks Alfons)
11929
11930 2002-02-12 [carsten]    0.7.0claws60
11931         * src/folderview.c
11932           src/summaryview.c
11933                 had to write the cache twice (nasty!); some marks would 
11934                 get lost if not
11935
11936 2002-02-11 [carsten]    0.7.0claws59
11937         * acconfig.h
11938           configure.in
11939           doc-src/maintainer_guide.txt
11940           src/compose.[ch]
11941           src/defs.h
11942           src/folderview.[ch]
11943           src/gtkutils.[ch]
11944           src/mainwindow.[ch]
11945           src/prefs_common.[ch]
11946           src/stock_pixmap.[ch]
11947           src/summaryview.[ch]
11948                 pixmap theming and related work on pixmap
11949                 handling on some other places
11950                 (e.g. hrm features for all folder)
11951           src/pixmap/stock_*.xpm -> the stock_ was removed
11952         
11953 2002-02-11 [paul]       0.7.0claws58
11954
11955         * sync with sylpheed 0.7.1 release
11956                 see ChangeLog entries 2002-02-11
11957
11958 2002-02-08 [paul]       0.7.0claws57
11959
11960         * sync with sylpheed 0.7.0cvs39
11961                 see ChangeLog entry 2002-02-07 (last entry) 
11962
11963         * src/prefs_actions.c
11964           src/prefs_filtering.c
11965           src/prefs_matcher.c
11966           src/prefs_scoring.c
11967                 sync: made it compile with C compilers other than gcc
11968
11969 2002-02-07 [paul]       0.7.0claws56
11970
11971         * sync with sylpheed 0.7.0cvs38
11972                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11973                 2002-02-07
11974
11975 2002-02-07 [darko]      0.7.0claws55
11976
11977         * src/gtkutils.[ch]
11978         * src/summaryview.c
11979                 Fix const gchar */gchar * issue (thanks Hiro)
11980
11981 2002-02-07 [darko]      0.7.0claws54
11982
11983         * src/compose.[ch]
11984         * src/filtering.c
11985         * src/gtkutils.[ch]
11986         * src/prefs_template.c
11987         * src/quote_fmt.h
11988         * src/quote_fmt_parse.y
11989         * src/summaryview.c
11990         * src/utils.[ch]
11991                 When replying or forwarding an email don't quote the entire
11992                 mail body but use the part of the message text that is selected
11993
11994 2002-02-06 [melvin]     0.7.0claws53
11995
11996         * src/prefs_common.[ch]
11997         * src/gtkspell.[ch]
11998         * src/compose.c
11999                 Made possible to switch quickly to last used dictionary
12000                 which makes checking bilingual documents easier.
12001
12002 2002-02-06 [melvin]     0.7.0claws52
12003         
12004         * po/POTFILES.in
12005                 Added forgotten new file src/prefs_actions.c
12006
12007 2002-02-06 [melvin]     0.7.0claws51
12008
12009         * src/prefs_actions.c   ** NEW FILE **
12010         * src/prefs_actions.h   ** NEW FILE **
12011                 Added actions to execute on message text view, or on the
12012                         message's file.
12013         * src/Makefile.am
12014                 Added src/prefs_actions.[ch]
12015         * src/compose.c
12016                 Added new menu "Edit/Actions"
12017         * src/defs.h
12018                 Added new actionsrc file.
12019         * src/main.c
12020                 Added actionsrc reading.
12021         * src/mainwindow.c
12022                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12023         * src/prefs_common.h
12024                 Added new element actionslst element to prefs_common.
12025
12026 2002-02-06 [paul]       0.7.0claws50
12027
12028         * sync with sylpheed 0.7.0cvs36
12029                 see ChangeLog entry 2002-02-06
12030
12031 2002-02-05 [paul]
12032
12033         * po/es.po
12034                 updated by Ricardo Mones Lastra
12035
12036 2002-02-05 [paul]       0.7.0claws49
12037
12038         * sync with sylpheed 0.7.0cvs33
12039                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12040
12041 2002-02-05 [paul]       0.7.0claws48
12042
12043         * src/compose.c
12044                 re-add 'Edit/Advanced/Delete entire line', previously named
12045                 'Delete Line+'
12046
12047 2002-02-04 [paul]       0.7.0claws47
12048
12049         * src/compose.c
12050           src/summaryview.c
12051                 fix bug #494993 (Reply All not taking Reply-To into consi)
12052                 eliminate differences in behaviour of right-click 'Reply to all' 
12053                 in summary view and 'Reply to all' on the toolbar. 
12054                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12055                 view and From gets ignored by 'Reply to all' on toolbar.
12056                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12057                 From when no Reply-To header is present.
12058
12059 2002-02-04 [paul]       0.7.0claws46
12060
12061         * sync with sylpheed 0.7.0cvs30
12062                 see ChangeLog entries 2002-02-03 and 2002-02-04
12063
12064 2002-02-03 [melvin]     0.7.0claws45
12065
12066         * src/gtkspell.[ch]
12067                 Readded function to highlight all misspelled words.
12068                 Fixed bug where user-provided-words did not replace
12069                         correctly the misspelled word when using the mouse.
12070                 Fixed bug where checking a region selected from right to left did
12071                         not check the region at all.
12072                 Fixed bug where 'Check backwards' may not check at all. 
12073                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12074                 Fixed possible buffer overflow when checking for long strings (>1k).
12075                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12076                 Accelerators code uses now gtk_widget_add_accel.
12077                 Removed and disabled obsolete and unfinished code.
12078                 Cleaning up.
12079
12080         * src/compose.c
12081                 Added menu item to Highlight all misspelled words.
12082
12083 2002-02-01 [paul]       0.7.0claws44
12084
12085         * src/mainwindow.c
12086                 fix '/View/Hide read messages' sensitivity when all
12087                 messages in a folder are hidden
12088
12089 2002-02-01 [paul]       0.7.0claws43
12090
12091         * src/main.c
12092                 add --send option to command line interface, sends all
12093                 queued mail. Patch submitted by Ricardo Mones Lastra.
12094
12095 2002-01-31 [paul]       0.7.0claws42
12096
12097         * src/mainwindow.c
12098                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12099
12100 2002-01-31 [paul]       0.7.0claws41
12101
12102         * sync with sylpheed 0.7.0cvs27
12103                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12104                 and 2002-01-31
12105
12106         * src/textview.c
12107                 comment out elements of textview_show_part() as temporary
12108                 workaround for attachment 'Display as text' bug 
12109
12110         * po/pt_BR.po
12111                 updated by Fabio Junior Beneditto
12112
12113 2002-01-30 [paul]       0.7.0claws40
12114
12115         * sync with sylpheed 0.7.0cvs24
12116                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12117                 and 2002-01-30
12118
12119         * src/compose.c
12120                 add {N_("/_Spelling"), ... "<Branch>"} to 
12121                 GtkItemFactoryEntry compose_entries[]
12122
12123         * src/prefs_common.c
12124                 add claws menu items to prefs_keybind_apply_clicked()
12125                 and remove non-claws menu items
12126
12127 2002-01-29 [paul]       0.7.0claws39
12128
12129         * sync with sylpheed 0.7.0cvs22
12130                 see ChangeLog entries 2002-01-28 and 2002-01-29
12131
12132 2002-01-28 [melvin]     0.7.0claws38
12133
12134         * src/compose.c
12135                 Added the declartion of compose_send_control_enter.
12136
12137         * src/compose.c
12138         * src/gtkspell.[ch]
12139                 Added in a 'Spelling' menu which includes the configuration menu. 
12140                 Added a real 'Check all' and got rid from the old one which only
12141                 highlited misspelled word.
12142                 Made 'Check while typing' a disableable option.
12143                 Added a dialog when there are no more misspelled word.
12144                 Added a dialog if error occurs when switching to a dictionary.
12145         
12146         * src/prefs_common.[ch]
12147                 Added option for the default 'Check while typing' option.
12148
12149
12150 2002-01-28 [alfons]     0.7.0claws37
12151
12152         * src/compose.c
12153                 fix buglet and make code comply with sylpheed code style
12154
12155 2002-01-28 [paul]       0.7.0claws36
12156
12157         * sync with sylpheed 0.7.0cvs19
12158                 see ChangeLog entries for 2002-01-28
12159
12160 2002-01-28 [hoa]        0.7.0claws35
12161
12162         * src/defs.h
12163                 added rendererrc
12164
12165         * src/main.c
12166                 read the renderer config
12167
12168         * src/procmime.[ch]
12169                 use the renderer config to convert mime attachments
12170
12171         * src/textview.c
12172                 don't use textview_show_html/ertf,
12173                 use get_text_content instead
12174
12175 2002-01-27 [alfons]     0.7.0claws34
12176         
12177         * src/news.c
12178                 make sylpheed believe it can delete a news message...
12179                 (messages are NOT deleted, maybe we should remove
12180                 processing from the folder properties after all.)
12181
12182 2002-01-27 [alfons]     0.7.0claws33
12183
12184         * src/folder.c
12185                 add extra checks
12186         * src/news.c
12187                 implement remove_msg() 
12188
12189 2002-01-27 [alfons]     0.7.0claws32
12190
12191         * src/procmsg.h
12192         * src/procheader.c
12193         * src/messageview.c
12194                 fix return receipt / disposition notification again. this
12195                 stuff seems to break on _every_ major summary UI change, so
12196                 it's now implemented using a flag which is saved in the
12197                 marks cache
12198                 
12199 2002-01-26 [alfons]     0.7.0claws31
12200
12201         * src/import.c
12202                 let import dialog show the destination folder identifier
12203
12204 2002-01-26 [melvin]     0.7.0claws30
12205
12206         * src/folderview.c
12207         * src/summaryview.c
12208                 Readded 'Mark all read' into summary view popup menu
12209                 Added 'Mark all read' in folder view popup menu for IMAP
12210                 and NNTP.
12211                 Made it insensitive if the selected folder is not the shown
12212                 one to avoid 'Mark all read' on the wrong folder.
12213                 
12214 2002-01-26 [paul]       0.7.0claws29
12215
12216         * src/folderview.c
12217           src/summaryview.c
12218                 move 'Mark all read' from summary view to folder view
12219                 menu. (adapted from) patch submitted by Jeremy Andrews,
12220                 <lists@kerneltrap.com>
12221
12222 2002-01-25 [alfons]     0.7.0claws28
12223
12224         * src/gtkstext.c
12225                 put the gtk class name back so GtkSText adapts the 
12226                 settings of GtkText
12227
12228 2002-01-25 [alfons]     0.7.0claws27
12229
12230         * src/folderview.c 
12231                 assimilate Ricardo's patch that shows pixmaps instead of
12232                 plain "new" and "unread" texts in the folder view column
12233                 headers 
12234
12235 2002-01-25 [paul]       0.7.0claws26
12236
12237         * src/Makefile.am
12238                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12239                 be found in non-standard locations. 
12240                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12241
12242 2002-01-25 [paul]       0.7.0claws25
12243
12244         * sync with sylpheed 0.7.0cvs16
12245                 see ChangeLog entry 2002-01-25
12246
12247 2002-01-24 [paul]       0.7.0claws24
12248
12249         * more sync with sylpheed 0.7.0cvs15
12250                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12251
12252 2002-01-23 [sergey]     0.7.0claws23
12253
12254         * src/importldif.c
12255                 Fixed segfault when closing LDIF import wizard with
12256                 the window manager.
12257         * src/imageview.c
12258         * src/imageview.h
12259         * src/messageview.c
12260         * src/mimeview.c
12261                 Fixed wrong scrolling position after switching between
12262                 text and image parts.
12263
12264 2002-01-23 [paul]       0.7.0claws22
12265
12266         * sync with sylpheed 0.7.0cvs15
12267                 see ChangeLog entries 2002-01-22 and 2002-01-23
12268
12269 2002-01-21 [melvin]     0.7.0claws21
12270
12271         * src/prefs_scoring.c
12272         * src/prefs_filtering.c
12273                 Fixed bug where scoring and filtering windows stopped
12274                 autochecking.
12275
12276 2002-01-21 [paul]       0.7.0claws20
12277
12278         * sync with sylpheed 0.7.0cvs12
12279                 see ChangeLog entries 2002-01-20 and 2002-01-21
12280
12281 2002-01-21 [carsten]    0.7.0claws19
12282         * src/mainwindow.c
12283         * src/menu.[ch]
12284         * src/messageview.[ch]
12285         * src/summaryview.[ch]
12286                 changes to shortcuts handling again:
12287                         + "Q" now controled by mainwin
12288                         + v/V are now customizable and have slightly
12289                           different meanings
12290                 the "button" to minimize the messageview (and maximize
12291                 the summary view) is a real button now
12292         * src/compose.c
12293                 "Delete Line+" added to Edit/Advanced (this will also
12294                 delete the '\n')
12295
12296 2002-01-20 [melvin] 0.7.0claws18
12297
12298         * src/addressbook.c
12299                 Made "Bcc" sensitive when addressbook is called from
12300                 compose window (it was a Claws only bug).
12301
12302 2002-01-19 [alfons] 0.7.0claws17
12303
12304         * src/inc.c
12305                 prevent unnecessary updates when currently selected folder has
12306                 no new messages 
12307
12308 2002-01-19 [alfons] 0.7.0claws16
12309         
12310         * src/summaryview.c
12311                 prevent writing the cache based on current message list in summary 
12312                 view when filtering also put messages in currently selected folder
12313
12314 2002-01-19 [paul]
12315
12316         * po/it.po
12317                 Italian translation submitted by Alessandro Maestri
12318                 <a.maestri@cs.tin.it>
12319
12320 2002-01-18 [melvin]     0.7.0claws15
12321
12322         * src/prefs_filters.c
12323                 fixed bug where 'cancel' from 'filters' window stops autochecking
12324                 if the timer timed out  when the window was open.
12325
12326 2002-01-18 [match]      0.7.0claws14
12327
12328         * src/addrclip.[ch]     ** NEW FILE **
12329         * src/addrselect.[ch]   ** NEW FILE **
12330         * src/adbookbase.h      ** NEW FILE **
12331                 addressbook cut, copy and paste
12332         * src/addrbook.[ch]
12333         * src/addrcache.[ch]
12334         * src/addressitem.h
12335         * src/addrindex.[ch]
12336         * src/addritem.[ch]
12337         * src/importldif.c
12338         * src/importmutt.c
12339         * src/jpilot.[ch]
12340         * src/syldap.[ch]
12341         * src/vcard.[ch]
12342         * src/jpilot.[ch]
12343         * src/editbook.c
12344         * src/editjpilot.c
12345         * src/editldap.c
12346         * src/editvcard.c
12347                 support for copy/paste
12348         * src/addressbook.c
12349                 support for copy/paste
12350                 tidy up menu option processing
12351                 correct address list function arguments
12352         * src/editaddress.c
12353                 sort user attributes
12354         * src/ldif.h
12355         * src/mutt.h
12356                 tidy up
12357
12358         * src/addrbook.[ch]
12359         * src/addrbook.[ch]
12360         * src/addrbook.[ch]
12361                 
12362
12363 2002-01-18 [paul]       0.7.0claws13
12364
12365         * sync with sylpheed 0.7.0cvs8
12366                 configure.in: support Mac OS X (Darwin)
12367
12368 2002-01-18 [carsten]    0.7.0claws12
12369         * src/html.c
12370                 small hack to fix a segfault with an empty href
12371                 (reported by Alexandra Walford <deeni@altern.org>)
12372         * src/mainwindow.c
12373         * src/summaryview.c
12374                 the shortcuts for Mark und Mark as unread are hardcoded
12375                 again
12376         * src/compose.c
12377         * src/gtkstext.[ch]
12378                 readded the shortcuts in gtkstext but made them
12379                 customizeable (simply by adding a menu plus a wrapper
12380                 to compose.c)
12381
12382 2002-01-17 [melvin]     0.7.0claws11
12383
12384         * src/gtkspell.c
12385                 fix default dictionary not being saved.
12386
12387 2002-01-16 [darko]      0.7.0claws10
12388
12389         * src/compose.c
12390                 fix wrapping crash with URL longer than wrapping margin
12391
12392 2002-12-08 [hoa]        0.7.0claws10
12393
12394         * src/matcher_parser_parse.y
12395                 fixed some bugs
12396
12397         * src/prefs_filtering.c
12398                 now, we can use bounce action in the dialog box.
12399
12400 2002-01-16 [carsten]    0.7.0claws9
12401         * src/gtkstext.c
12402                 removed the <control> and <alt> shortcuts because they're
12403                 not needed and interefered with the "normal" shortcuts
12404         * src/mainwindow.c
12405         * src/summaryview.c
12406                 removed most of the hardcoded shortcuts and assigned
12407                 them to menu entries making them easy customizable by
12408                 that
12409
12410 2002-01-16 |melvin]     0.7.0claws8
12411
12412         * src/gtkspell.c
12413                 fixed bug where using the mouse and when the compose
12414                 window is not on top may result in a crash.
12415
12416 2002-01-16 [melvin]     0.7.0claws7
12417
12418         * src/compose.c
12419                 fixed a long standingspell checker bug which could 
12420                 cause a crash after sending a message.
12421
12422 2002-01-16 [paul]       0.7.0claws6
12423
12424         * sync with sylpheed 0.7.0cvs7
12425                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12426                 2002-01-15, and 2002-01-16
12427
12428 2002-01-16 [melvin]     0.7.0claws5
12429
12430         * README.claws
12431         * src/compose.c
12432         * src/gtkspell.[ch]
12433         * src/main.c
12434                 Heavily modified spell checker code to work around
12435                 ispell bug, to add keyboard shortcuts and for future
12436                 enhancements. See README.claws for usage information.
12437
12438 2002-01-15 [alfons]     0.7.0claws4
12439         
12440         * src/summaryview.c
12441                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12442                 so sorting within threads reflects sort mode
12443
12444 2002-01-15 [christoph]  0.7.0claws3
12445
12446         * src/procmsg.c
12447                 added alertpanel if mail sending failed
12448
12449 2002-01-15 [alfons]     0.7.0claws2
12450         
12451         * src/prefs_filtering.c
12452                 don't stop timer when prefs filtering dialog is opened
12453
12454 2002-01-14 [alfons]     0.7.0claws1
12455
12456         * src/addr_compl.c
12457         * src/prefs.c
12458                 remove debug_print()s for privacy reasons
12459
12460 2002-01-14 [darko]      0.7.0claws
12461
12462         * README.claws
12463                 quotation wrapping is now also in the main branch
12464
12465 2002-01-14 [paul]
12466
12467         * tools/filter_conv.pl
12468                 allow for Boolean Op and case-sensitivity
12469                 this file is included in the release and tagged
12470                 'rel_0_7_0'
12471
12472 2002-01-13 [paul]       0.7.0claws
12473
12474         * release 0.7.0, with cvs tag 'rel_0_7_0'
12475
12476 2002-01-13 [paul]
12477
12478         * tools/filter_conv.pl
12479         * tools/README
12480                 rewritten to output to matcherrc instead of filteringrc
12481
12482         * po/es.po
12483                 updated Spanish translation by Ricardo Mones Lastra
12484
12485 2002-01-13 [alfons]
12486
12487         * po/nl.po
12488                 update dutch translation
12489
12490 2002-01-13 [paul]
12491
12492         * po/pt_BR.po
12493                 Updated by Fabio Junior Beneditto 
12494
12495 2002-01-13 [melvin]     0.6.6claws53
12496
12497         * po/fr.po
12498                 Updated french translation
12499
12500 2002-01-12 [alfons]     0.6.6claws52
12501
12502         * src/filtering.c
12503                 plug mem leak that has been sitting there for ages              
12504
12505 2002-01-12 [alfons]     0.6.6claws51
12506
12507         * src/summaryview.c
12508                 undo melvin's changes from 0.6.6claws48 because summary
12509                 view now refuses to select first unread message when
12510                 selecting a folder 
12511
12512 2002-01-11 [alfons]     0.6.6claws50
12513
12514         * src/import.c
12515                 use claws' semantics for getting folder item when
12516                 importing an mbox file into a folder 
12517                 (submitted by Dale P. Smith)
12518
12519 2002-01-11 [christoph]  0.6.6claws49
12520
12521         * src/prefs.h
12522                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12523                 toggle widget, because non static prefs can not use
12524                 prefs_set_* functions
12525         * src/prefs_account.c
12526                 toggle smtp auth password field sensitivity if
12527                 user id is empty and add descrition of usage for
12528                 these fields
12529         * src/prefs_folder_item.c
12530                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12531                 callbacks
12532
12533 2002-01-11 [melvin]     0.6.6claws48
12534
12535         * src/compose.c
12536                 fix the 'Ctrl-Enter' feature for sending and test really
12537                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12538                 editables which was not documented in Gtk)
12539
12540         * src/summaryview.c
12541                 Made summaryview refresh after sorting and not before.
12542
12543 2002-01-11 [christoph]  0.6.6claws47
12544
12545         * src/compose.c
12546                 select account from account ids if possible and
12547                 correctly set save folder for copy in reedit
12548
12549 2002-01-10 [paul]       0.6.6claws46
12550
12551         * sync with sylpheed 0.7.0 release
12552                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12553                 2002-01-09
12554
12555 2002-01-09 [alfons]
12556
12557         * src/summaryview.c
12558                 remove more dirt traces...
12559
12560 2002-01-09 [alfons]
12561         
12562         * src/summaryview.c
12563                 clean up some traces of my debugging stuff
12564
12565 2002-01-09 [alfons]     0.6.6claws45
12566
12567         * src/filtering.c
12568                 break up filteringprop_apply() in three separate pieces
12569                 so we can drop messages that failed processing in the
12570                 inbox
12571
12572         * src/summaryview.c
12573                 fix bug #469598 "no refresh of inbox after filter" which 
12574                 was introduced by the new summary view locking, and which 
12575                 prevented the summary view to update after a manual filter 
12576                 message. claw's filter message requires a summary_show().
12577                 (aargh, summary_show() again! :-)
12578                 
12579 2002-01-07 [alfons]     0.6.6claws44
12580
12581         * src/headerwindow.c
12582         * src/logwindow.c
12583         * src/messageview.c
12584         * src/sourcewindow.c
12585                 bring in Hiro's last 0.7.0 wm class fixes
12586
12587         * tools/sylprint.pl
12588                 bring in Ricardo's fix for sylprint script
12589
12590         * AUTHORS       
12591         * src/rfc2015.[ch]
12592         * src/prefs_common.[ch]
12593         * src/prefs_account.[ch]
12594         * src/compose.c
12595                 clean up account preference poison in rfc2015,
12596                 and preparation to fix double sign bug 
12597                 (patch submitted by Simon 'corecode' Schubert)
12598
12599 2002-01-07 [christoph]  0.6.6claws43
12600
12601         * src/mh.c
12602                 search for free message number, do not only rely
12603                 on last_num
12604         * src/send.c
12605                 fix smtp auth and use extra account information
12606                 if available, if not use pop3 data instead
12607                 (closes bug #500341)            
12608         * src/ssl.[ch]
12609                 match coding style
12610
12611 2002-01-06 [alfons]     0.6.6claws42
12612
12613         * src/mainwindow.c
12614                 try making the separate windows work again...
12615
12616 2002-01-06 [alfons]     0.6.6claws41
12617
12618         * src/mainwindow.c
12619                 adapt Hiro's separate window menu (to get rid of the funny
12620                 duplicate menu items), and make it work again
12621
12622 2002-01-06 [alfons]     0.6.6claws40
12623
12624         * tools/Makefile.am
12625         * tools/sylprint.rc
12626         * tools/sylprint.pl
12627         * tools/README.sylprint
12628                 add sylprint script for printing mails from Sylpheed
12629                 (contributed by Ricardo Mones Lastra)
12630
12631         * src/acount.c
12632                 clean up
12633
12634 2002-01-06 [melvin]     0.6.6claws39
12635
12636         * src/mainwindow.c
12637         * src/summaryview.c
12638                 Fixed crash introduced in 0.6.6claws38 by the menu
12639                 reorganisation (Hide read messages)
12640         
12641         * ChangeLog.claws 
12642                 Fixed typo (we are now in 2002, alfons ;) )
12643
12644 2002-01-05 [alfons]     0.6.6claws38
12645
12646         * sync with sylpheed 0.6.6cvs10-17
12647                 (last stuff marked as LAST_STABLE)
12648
12649 2002-01-04 [melvin]     0.6.6claws37
12650
12651         * src/account.c
12652                 Made account selection code use strcasestr again instead of
12653                 g_strcasecmp (fixes bug where reediting queued messages
12654                 did not select proper account reported by T. Link).
12655         
12656         * src/folderview.c
12657                 Fix bug where folder icons are not shown when 'hide read messages'
12658                 is on.
12659         
12660         * src/stock_pixmaps.[ch]
12661                 Added folder icons for 'hide read messages'.
12662         
12663         * src/compose.c
12664                 Fixed bug where 'Enter' in a header entry will send the message 
12665                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12666
12667 2002-01-03 [melvin]     0.6.6claws36
12668         
12669         * src/prefs.[ch]
12670                 Added popup menu for common preferences and
12671                 account preferences (right click on tab displays
12672                                 a menu of all tabs.)
12673
12674 2002-01-02 [melvin]     0.6.6claws35
12675
12676         * src/gtkspell.[ch]
12677                 Made spelling code compatible with undo/redo feature.
12678                 Added creation of suggestion mode menu for the general
12679                         preferences.
12680         
12681         * src/prefs_common.[ch]
12682                 Added option menu for the speller's suggestion mode.
12683                 Added missing spaces in "..." buttons and made a "..."
12684                         button non translatable!
12685         
12686         * src/compose.c
12687                 Made speller use the default suggestion mode.
12688                 Hack to make it possible to choose 'CTRL-Enter' as a
12689                         shortcut for sending (and only for sending).
12690
12691         * src/prefs_folder_item.c
12692                 Changing subject simplification does not update cache 
12693                         anymore (because it is unnecessary).
12694                 Fixed bug where changing subject simplification updated the 
12695                         summaryview even when the viewed folder is not the
12696                         folder which properties are being changed. (E.g. 
12697                                         viewing folder A and changing
12698                                         the subject simplification of 
12699                                         folder B -not being viewed- updated the 
12700                                         summaryview of folder A with data of
12701                                         folder B). (Hope this is clear... )
12702
12703 2001-12-31 [alfons]     0.6.6claws34
12704         
12705         * src/ldif.c
12706         * src/mutt.c
12707                 fgetc() returns a signed integer which doesn't
12708                 fit in a char. so c truncates this to a char
12709                 but we may lose significant bits. i.e. we may
12710                 comparing 0xFF which may not be equal to -1
12711                 unless properly casted to signed char which
12712                 we won't do because fgetc() returns a signed
12713                 integer which doesn't fit in a char. so c 
12714                 truncates this to a char but we may lose 
12715                 significat bits. (you got the idea, thanks
12716                 to Gustavo Noronha Silva <kov@debian.org>
12717                 and the Debian folks!)
12718
12719 2001-12-30 [alfons]     0.6.6claws33
12720
12721         * src/prefs_common.c
12722                 add #ifdef USE_PSPELLs that Melvin forgot               
12723
12724 2001-12-30 [melvin]     0.6.6claws32
12725         
12726         * src/prefs_common.[ch]
12727                 Added configurable color for misspelled words.
12728
12729         * src/gtkspell.[ch]
12730                 Fixed bug of foreground text color (reported by David
12731                                 Mehrmann)
12732                 Added configurable color for misspelled words.
12733
12734 2001-12-30 [alfons]     0.6.6claws31
12735
12736         * src/folder.c
12737                 remove unnecessary things someone put there
12738
12739         * src/mh.c
12740         * src/folder.[ch]
12741                 make folder properties (like threading and sorting) persistent
12742                 (closes bug #497424 "rescan folder tree resets proprieties")
12743                 currently this is only for MH folders. 
12744
12745 2001-12-29 [melvin]     0.6.6claws30
12746
12747         * src/string_match.[ch]
12748                 Optimized a bit: regexp pattern buffer compiled only once, and
12749                   one subroutine call removed. Fixed ^ regexp search: Now, 
12750                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12751         
12752         * src/summaryview.c
12753                 Subject filtering changed to filter summary columns and
12754                   not directly the messages subject cache. The loss in 
12755                   performance is balanced by the improvement of string_match.
12756                 Added an alert panel if there is an error in the regexp.
12757
12758         * src/src/prefs_folder_item.h
12759                 Added a regexp pattern buffer.
12760
12761 2001-12-28 [alfons]     0.6.6claws29
12762
12763         * src/string_match.[ch]
12764                 clean up name space
12765                 allow compilation *BSD
12766
12767 2001-12-27 [alfons]     0.6.6claws28
12768
12769         * src/filter.c
12770                 sync the Hiro's bug fix for BSD
12771
12772 2001-12-27 [melvin]     0.6.6claws27
12773         
12774         * src/compose.c
12775                 Simplify focus to subject entry code.
12776
12777 2001-12-27 [darko]      0.6.6claws26
12778
12779         * src/filtering.c
12780         * src/mbox_folder.c
12781         * src/messageview.c
12782         * src/mh.c
12783         * src/procheader.[ch]
12784         * src/procmsg.h
12785         * src/stock_pixmap.[ch]
12786         * src/summaryview.c
12787                 Show key icon for encrypted mails in summary view
12788
12789         * src/pixmaps/clip.xpm
12790         * src/pixmaps/clipkey.xpm
12791         * src/pixmaps/key.xpm
12792                 New/modified icons for the above
12793
12794 2001-12-27 [melvin]     0.6.6claws25
12795
12796         * src/prefs_common.c
12797                 Put spell checker options in a separate tab to decrease
12798                 the Common Preferences window height.
12799
12800         * README.claws  
12801                 Update spell checker usage instruction about its options
12802                 location.
12803
12804 2001-12-27 [melvin]     0.6.6claws24
12805
12806         * src/compose.c
12807                 Changed subject entry widget position. Initial focus is
12808                 on the To header instead of the subject entry.
12809                 Creating a new header scrolls the header list to make the
12810                 created one visible. Nevertheless, when automatically filling
12811                 headers, the first one is shown.
12812                 A Tab key press in the last empty header entry zips the 
12813                 focus to the subject entry.
12814                 (I did not change the combo boxes, yet)
12815
12816 2001-12-26 [alfons]     0.6.6claws23
12817
12818         * src/prefs_account.c
12819         * src/inc.c
12820                 allow default inbox to reside in another mailbox (only
12821                 works for POP3 accounts)
12822
12823 2001-12-26 [alfons]     0.6.6claws22
12824         
12825         * src/textview.c
12826                 make reply-on-click work with the account of the selected folder
12827         * src/compose.c
12828                 put a fixme here to remind me to fix finding correct default
12829                 account for nested folders
12830
12831 2001-12-25 [alfons]     0.6.6claws21
12832
12833         * src/summaryview.c
12834                 make column headers display locked and mark pixmaps (idea by Melvin) 
12835                 fix bug by adding score and locked column type to sort array
12836
12837 2001-12-25 [alfons]     0.6.6claws20
12838         
12839         * src/summaryview.c
12840                 catch a *potentially* inadvertent write back of  
12841                 the message cache(s) introduced by 0.6.5claws37
12842
12843 2001-12-25 [christoph]  0.6.6claws19
12844
12845         * src/stock_pixmap.[ch]
12846         * src/summaryview.c
12847                 add ignore thread pixmap
12848                 (can someone draw a better icon for this?)
12849
12850 2001-12-24 [alfons]     0.6.6claws18
12851
12852         * src/prefs_folder_item.c
12853                 make address completion actually work for the
12854                 Default To address in the Folder Property dialog.
12855
12856 2001-12-24 [alfons]     0.6.6claws17
12857         
12858         * src/summaryview.c
12859                 use new style regexp for subject stripping 
12860                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12861
12862 2001-12-24 [darko]      0.6.6claws16
12863
12864         * src/pgptext.c
12865         * src/rfc2015.c
12866                 move GPG related informational messages to debug mode
12867
12868 2001-12-23 [alfons]     0.6.6claws15
12869
12870         * src/stock_pixmap.[ch]
12871         * src/summaryview.c
12872                 add the forgotten Claws' locked pixmap
12873
12874 2001-12-23 [alfons]     0.6.6claws14
12875
12876         * src/filesel.c
12877                 accept file name typed in entry in multi file
12878                 selector (patch submitted by Gustavo Noronha Silva 
12879                 <kov@debian.org>)
12880
12881 2001-12-23 [alfons]     0.6.6claws13
12882
12883         * src/prefs_filter.c
12884         * src/prefs_filtering.c
12885         * src/matcher.c
12886         * src/importmutt.c
12887                 clean up a little bit
12888         
12889         * src/string_match.c
12890                 validate input strings a little bit more
12891
12892 2001-12-23 [alfons]     0.6.6claws12
12893
12894         * src/Makefile.am
12895         * src/summaryview.c
12896         * src/string_match.[ch]         ** NEW **
12897         * src/folderview.[ch]
12898         * src/headerview.h
12899         * src/folder.[ch]
12900         * src/prefs_folder_item.[ch]
12901                 add subject simplification to strip out strings from
12902                 a subject line (esp. handy for mailing lists). 
12903                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12904                 but slightly changed things for better integration.)
12905
12906 2001-12-23 [alfons]     0.6.6claws11
12907
12908         * src/mainwindow.c
12909                 fix bug introduced by submission included in 0.6.5claws52.
12910                 ideally this submission should clean the trash if any trash
12911                 folder has a message. however, the hasTrash variable was
12912                 set to false whenever a trash folder was empty (discarding
12913                 a previously found *filled* trash folder.)
12914
12915                 also edited the code a little bit and made it more safe.
12916
12917 2001-12-22 [alfons]     0.6.6claws10
12918
12919         * src/imap.c
12920                 quick fix for Martin Pool's omission of an account
12921                 specific SSL setting
12922
12923 2001-12-22 [alfons]     0.6.6claws9
12924
12925         * src/compose.c
12926         * src/messageview.c
12927         * src/mimeview.c
12928         * src/pgptext.c
12929         * src/procmime.[ch]
12930                 better support for multipart/digest (submitted
12931                 by Fredrik <e98fo@efd.lth.se>)
12932
12933 2001-12-22 [alfons]     0.6.6claws8
12934
12935         * src/addressbook.c
12936                 correct function signature
12937         * src/socket.[ch]
12938         * src/imap.[ch]
12939         * src/prefs_account.[ch]
12940                 allow IMAP over SSH tunnel (patch submitted by 
12941                 Martin Pool <mbp@samba.org>)
12942
12943 2001-12-21 [alfons]     0.6.6claws7
12944
12945         * sync with sylpheed 0.6.6cvs4-9
12946                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12947
12948 2001-12-21 [christoph]  0.6.6claws6
12949
12950         * src/compose.c
12951         * src/prefs_folder_item.[ch]
12952                 implement saving of outgoing messages to current folder.
12953                 fix segfault when no default outbox is available
12954                 (closes bug #495683)
12955
12956 2001-12-21 [carsten]    0.6.6claws5
12957         * src/folderview.c
12958         * src/summaryview.c
12959                 pressing CTRL while DND does now the expected thing and
12960                 copies the mail (moving is still the default, as this
12961                 seam more appropriate for handling mails by DND)
12962
12963 2001-12-18 [paul]       0.6.6claws4
12964
12965         * sync with sylpheed 0.6.6cvs3
12966                 see ChangeLog entries 2001-12-18
12967
12968 2001-12-18 [hiro]       0.6.6claws3
12969
12970         * src/undo.c
12971                 fix for multibyte characters (obtain the number of letters
12972                 instead of bytes).
12973
12974 2001-12-17 [paul]       0.6.6claws2
12975
12976         * sync with sylpheed 0.6.6cvs1
12977                 see ChangeLog entry 2001-12-16
12978
12979 2000-12-17 [alfons]     0.6.6claws1
12980
12981         * src/filtering.c
12982                 clean up
12983
12984 2001-12-16 [paul]       0.6.6claws
12985 2001-12-15
12986
12987         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12988
12989         * src/mimeview.c
12990                 last minute sync with main 0.6.6
12991
12992         * po/es.po
12993                 updated by Ricardo Mones Lastra
12994                 update for last minute sync
12995         * po/fr.po
12996         * po/nl.po
12997                 update for last minute sync
12998         * po/de.po
12999                 updated by Jens Oberender
13000         * po/pt_BR.po
13001                 updated by Fabio Junior Beneditto
13002
13003         * src/prefs_common.[ch]
13004         * src/undo.c
13005                 number of undo levels is user configurable
13006                 (squeeze it into the release in the dying
13007                 moments) Submitted by Jens Oberender    
13008
13009 2001-12-15 [melvin]
13010
13011         * po/fr.po
13012                 updated french translation
13013
13014 2001-12-15 [paul]       0.6.5claws92
13015
13016         * sync with sylpheed 0.6.5cvs28
13017                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13018
13019         * po/nl.po
13020                 update to allow for sync
13021
13022 2001-12-15 [alfons]
13023         
13024         * po/nl.po
13025                 update dutch translation
13026
13027 2001-12-14 [carsten]    0.6.5claws91
13028         * src/summaryview.c
13029                 fixed bug #473785; also after changing the column order
13030                 the same message will be selected and displayed as before
13031                 the reordering
13032
13033 2001-12-14 [carsten]    0.6.5claws90
13034         * src/folderview.c
13035                 probably found the bug reported by wwb opening or closing
13036                 a folder tree just before dnd (found the solution in the
13037                 balsa source -- thanks to them)
13038
13039 2001-12-14 [carsten]    0.6.5claws89
13040         * src/gtkutils.c
13041         * src/account.c
13042                 moved gtk_clist_moveto to the right place, so that
13043                 only the accounts dialog is effected on opening
13044
13045 2001-12-14 [carsten]    0.6.5claws88
13046         * src/gtkutils.c
13047                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13048                 now, so that the focused row will be seen in any case
13049                 (reported by wwp on sf-claws-user)
13050
13051 2001-12-14 [darko]      0.6.5claws87
13052
13053         * src/compose.c
13054                 remove unnecessary line
13055
13056 2001-12-14 [paul]       0.6.5claws86
13057
13058         * sync with sylpheed 0.6.5cvs27
13059                 see ChangeLog entries 2001-12-14
13060
13061 2001-12-14 [carsten]    0.6.5claws85
13062         * src/mainwindow.c
13063                 following a suggestion of Melvin the rcoabm pops up
13064                 right under the button now and the button is reliefed
13065                 while the popup is open
13066
13067 2001-12-14 [darko]      0.6.5claws84
13068
13069         * src/compose.c
13070                 fix crash when wrapping long lines if linewrap quotation
13071                 is disabled and wrapper encounters a word spanning more
13072                 than one line
13073
13074 2001-12-13 [paul]       0.6.5claws83
13075
13076         * src/compose.c
13077                 prefer 'Reply-To' header over mailing list header when
13078                 replying to a message. Finally prevent all those confirmation 
13079                 messages being sent to the list itself.
13080
13081         * src/summaryview.c
13082                 remove unused summary_set_menu_sensitive() entry
13083
13084 2001-12-13 [paul]       0.6.5claws82
13085
13086         * src/folderview.c
13087         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13088         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13089         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13090                 improvements to 'Hide read messages': Inbox, Outbox,
13091                 Trash, Queue, and Draft icons now reveal presence of hidden 
13092                 messages
13093
13094 2001-12-12 [alfons]     0.6.5claws81
13095
13096         0.6.5claws80 was tagged as LAST_STABLE
13097
13098         * src/filtering.[ch]
13099         * src/matcher.[ch]
13100         * src/matcher_parser_lex.c
13101                 fix the filtering; my last attempt to get it right, 
13102                 if it does not work, it's Hoa's turn. ;-)
13103
13104                 for my honourable peers:
13105                 
13106                 the code now makes a clear distinction between
13107                 rules as they are displayed (probably escaped),
13108                 and as they are executed (probably unescaped). the
13109                 parser does *NOT* do any unescaping, this is
13110                 the task of the matcher.c (which breaks up a
13111                 rule into condition) and the filtering.c (which
13112                 breaks up the rule's action). to make this
13113                 run happily we provide an unescaped copy of
13114                 crucial strings to the MatcherProp and 
13115                 FilteringAction structures. note that the only
13116                 exception to this is any REGEXP string. those
13117                 are directly passed to regcomp() and regexp()
13118                 (who have much more powerful unescape functions).
13119                 
13120                 for everyone else:
13121         
13122                 you can escape tab (\t), carriage return (\r),
13123                 linefeed (\n), form feed (\f), quote (\"), 
13124                 single quote (\'), bell (\b) in all the entry
13125                 lines in the scoring & filtering dialogs.
13126                 as an added bonus this should not affect
13127                 existing filtering rules.
13128
13129 2001-12-12 [carsten]    0.6.5claws80
13130
13131         * src/summaryview.c
13132         * po/de.po
13133                 "item(s) selected" is now sensitive to 1 or more
13134                 than one selected (nice for language where simple
13135                 adding of a "s" is not possible as German (Eintrag
13136                 ->Eintr"age)
13137                 
13138                 the "forward as attachment" entry from the right
13139                 click menu removed, "forward" acts following the
13140                 prefs
13141         
13142         * src/textview.c
13143                 reverted my former changes; so compiler warning again
13144                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13145                 nevertheless
13146
13147         * src/messageview.c
13148                 "search in message" does now *not* only work in MVIEW_TEXT
13149                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13150                 message
13151
13152         * src/mainwindow.c
13153                 removed "/File/_Close" as it was the same as "/File/E_xit"
13154                 and we don't need it two times
13155
13156                 the separate folder view and message view now get a distinct
13157                 WMCLASS, just in case someone is using sawfish ;-)
13158
13159                 as the menu entries "/View/Message view" and "/View/Folder tree"
13160                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13161                 make them sensitive accordingly and as these two are "shown"
13162                 after startup anytime check this menuitem at startup
13163
13164 2001-12-12 [paul]       0.6.5claws79
13165
13166         * src/folderview.c
13167                 fix sensitivity of 'Search folder...', broken in
13168                 0.6.5claws75
13169
13170         * src/mainwindow.c
13171                 fix dodgy English
13172
13173 2001-12-11 [carsten]    0.6.5claws78
13174         * src/filtering.c
13175                 fixed two typos returning a wrong FALSE/TRUE
13176         * src/mainwindow.[ch]
13177                 extra menu for email/news button removed
13178
13179 2001-12-11 [alfons]     0.6.5claws77
13180         
13181         * src/matcher.c                 (1.3)
13182         * src/matcher_parser_lex.l      (1.28)
13183                 revert for another attempt
13184                 mark 0.6.5claws77 as LAST_STABLE
13185
13186 2001-12-11 [christoph]  0.6.5claws76
13187
13188         * po/de.po
13189                 fixed wrong translation for prev. unread msg
13190
13191 2001-12-11 [paul]       0.6.5claws75
13192
13193         * src/folder.[ch]
13194         * src/folderview.c
13195         * src/mainwindow.c
13196         * src/summaryview.[ch]
13197         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13198                 enable ability to hide read messages on per folder basis via 
13199                 '/Summary/Hide read messages'; when selected, a folder will 
13200                 have a red open folder icon, instead of a blue icon, if the 
13201                 folder contains hidden messges
13202                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13203
13204         * src/mainwindow.c
13205                 remove '/Message/Forward as attachment' from 
13206                 main_window_set_menu_sensitive() to prevent debug warning
13207
13208         * src/folderview.c
13209         * src/mainwindow.c
13210                 Clean up some of the English
13211
13212         * tools/newscache_clean.pl
13213                 allow for new 'hidereadmsgs' entry in folderlist.xml
13214
13215         * po/es.po
13216                 updated translation, submitted by Ricardo Mones Lastra
13217
13218 2001-12-11 [paul]       0.6.5claws74
13219
13220         * sync with sylpheed 0.6.5cvs25
13221                 see ChangeLog entry 2001-12-11
13222
13223 2001-12-10 [alfons]     0.6.5claws73
13224
13225         * src/matcher.c
13226                 add more control characters
13227         * src/matcher_parser_lex.l
13228                 make escaping / unescaping work again
13229
13230 2001-12-10 [alfons]     0.6.5claws72
13231
13232         * src/imap.c
13233                 clean up warnings "returning value for void function" 
13234         * src/prefs_filtering.c
13235                 make info button for execute action sensitive
13236
13237 2001-12-10 [paul]       0.6.5claws71
13238
13239         * src/compose.c
13240         * src/imap.[ch]
13241         * src/summaryview.c
13242                 fix: imap server now gets informed of MARKED, UNMARKED
13243                 and REPLY events. Now people can use different IMAP-Mail
13244                 clients and have the exact same information about MARKED,
13245                 UNMARKED and REPLY status with all of them. Especially
13246                 useful for imap servers with a web-frontend.
13247                 submitted by Tobias Sandhaas <medlor@web.de>
13248
13249 2001-12-09 [melvin]     0.6.5claws70
13250         
13251         * src/textview.[ch]
13252                 fixed bug #490076 (hunted down by Alfons who implemented
13253                 a workaround in 0.6.5claws65)
13254
13255 2001-12-09 [christoph]  0.6.5claws69
13256
13257         * src/summaryview.c
13258                 set pointer to string in LOCKED column to NULL
13259                 (might fix bug #490800)
13260
13261 2001-12-09 [carsten]    0.6.5claws68
13262
13263         * po/de.po
13264                 resolved some cluttered menu shortcuts 
13265                 ('creating new email' and 'creating news message'
13266                 hade the same)
13267         * src/compose.c
13268                 wmclass now distinc from main window
13269         * src/mainwindow.c
13270           src/mainwindow.h
13271                 email/news and forward button functionality similar
13272                 to the reply buttons; removed the ugly dropdown arrows
13273                 and use instead the right mouse button
13274
13275 2001-12-09 [paul]       0.6.5claws67
13276
13277         * src/imap.c
13278         * src/utils.h
13279                 allow spaces in imap folder names
13280                 submitted by Willem van Engen <wvengen@stack.nl>
13281
13282 2001-12-09 [paul]       0.6.5claws66
13283
13284         * sync with sylpheed 0.6.5cvs24
13285                 see ChangeLog entry 2001-12-09
13286
13287 2001-12-08 [alfons]     0.6.5claws65
13288
13289         * src/textview.c
13290                 prevent secondary selection claim after "add to sender" dialog
13291                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13292                 we trick GTK by simulating a click at (0, 0) in the textview.
13293
13294 2001-12-08 [hoa]        0.6.5claws64
13295
13296         * src/folder.c
13297                 fixed a bug about the .processing folder name while filtering
13298
13299 2001-12-08 [alfons]     0.6.5claws63
13300
13301         * src/folderview.c 
13302                 work around problem of not correctly updating folder stats
13303                 when deleting messages. there's some folder scanning evil
13304                 going so the folderview_update_msg_num() does not work
13305                 correctly. need to investigate this.
13306
13307 2001-12-08 [paul]       0.6.5claws62
13308
13309         * sync with sylpheed 0.6.5cvs23
13310                 see ChangeLog entry 2001-12-08
13311
13312 2001-12-07 [christoph]  0.6.5claws61
13313
13314         * src/compose.c
13315                 fix another header translation problem
13316
13317 2001-12-07 [alfons]     0.6.5claws60
13318
13319         * src/mbox.c
13320                 make filtering also work on local spool mbox
13321
13322 2001-12-07 [carsten]    0.6.5claws59
13323         * src/addressbook.c
13324                 addressbook window gets a wmclass distinct from the main
13325                 sylpheed window
13326         * src/compose.h
13327         * src/mainwindow.[ch]
13328                   forward menu item will use mode selected in prefs, forward 
13329                 as attatchment in menu removed (will be substituted in the
13330                 toolbar similar to reply buttons)
13331                   create news message menu entry and news button is now 
13332                 sensitive to the existance of a news account
13333         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13334         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13335         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13336                 these are removed because the toolbar buttons don't show
13337                 the quoting modus any longer
13338
13339 2001-12-07 [paul]
13340
13341         * tools/newscache_clean.pl      ** NEW FILE **
13342                 perl script to do some tidying up in the newscache directory 
13343                 
13344         * tools/sylpheed-switcher       ** NEW FILE **
13345                 perl script to enable easy switching between main and claws
13346                 
13347         * tools/README
13348                 added descriptions of the two new perl scripts          
13349
13350
13351 2001-12-07 [melvin]     0.6.5claws58
13352
13353         * src/messageview.c
13354                 fixed a warning during compilation introduced in 0.6.5claws56
13355
13356 2001-12-07 [paul]       0.6.5claws57
13357
13358         * src/mainwindow.[ch]
13359         * src/menu.[ch]
13360                 further usability enhancements to replying with or without 
13361                 quoting via the toolbar, use of Ctrl key is replaced by 
13362                 drop down menu 
13363                 Submitted by Carsten Schurig            
13364
13365 2001-12-07 [melvin]     0.6.5claws56
13366
13367         * src/messageview.c
13368                 hack to fix bug that prevented to make/paste selections
13369                 after switching between MVIEW_TEXT and MVIEW_MIME views
13370                 without deselecting the selection first.
13371
13372 2001-12-06 [alfons]     0.6.5claws55
13373
13374         * src/filtering.[ch]
13375         * src/inc.c
13376                 revise filtering a little bit more, and make sure
13377                 messages are delivered to the appropriate inbox
13378                 (perhaps set per account)
13379
13380 2001-12-06 [paul]       0.6.5claws54
13381
13382         * sync with sylpheed 0.6.5cvs22
13383                 see ChangeLog entry 2001-12-06
13384
13385 2001-12-05 [alfons]     0.6.5claws53
13386
13387         * src/inc.c
13388         * src/folder.[ch]
13389         * src/procmsg.c
13390         * src/filtering.c
13391                 more revisions of filtering system
13392                 (last stable version is marked as LAST_STABLE)
13393                 
13394                 | NOTE 1): the filtering system now uses a local folder called
13395                 | .processing. if filtering fails, check this directory
13396                 | for missing messages.
13397                 |
13398                 | NOTE 2): help us find the filtering actions still missing
13399
13400 2001-12-05 [paul]       0.6.5claws52
13401
13402         * src/mainwindow.c
13403                 fix bug where 'Empty Trash?' pop-up window appears even
13404                 when Trash is empty, submitted by Jesse Skinner         
13405
13406 2001-12-05 [melvin]     0.6.5claws51
13407
13408         * src/compose.c
13409                 fixed bug #486106 to select correct account when reediting 
13410                 a queued message
13411         
13412 2001-12-04 [alfons]     0.6.5claws50
13413
13414         * src/mh.c
13415                 declare markfile in appropriate functions when
13416                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13417                 for spotting this)
13418
13419 2001-12-04 [paul]       0.6.5claws49
13420
13421         * sync with sylpheed 0.6.5cvs21
13422                 see ChangeLog entry 2001-12-04
13423
13424 2001-12-03 [christoph]  0.6.5claws48
13425
13426         * po/de.po
13427                 changed translation of undo
13428         * src/account.c
13429         * src/folder.c
13430                 don't reinvent the wheel to traverse a GNode
13431         * src/compose.[ch]
13432                 seperate code to create the compose gui into functions
13433                 add "Others" page with folder selection for saving copy
13434                 of the message.
13435                 the folder identifier is saved to queue header
13436         * src/procmsg.c
13437                 save message to folder in queue header
13438
13439 2001-12-03 [paul]       0.6.5claws47
13440
13441         * sync with sylpheed 0.6.5cvs20
13442                 see ChangeLog entry 2001-12-03
13443
13444 2001-12-01 [paul]
13445
13446         * more sync with sylpheed 0.6.5cvs19
13447                 see ChangeLog entry 2001-11-29
13448
13449 2001-11-30 [paul]       0.6.5claws46
13450         
13451         * src/compose.c
13452                 remove conflicts introduced by Hoa's last commit
13453          
13454         * src/mainwindow.c
13455                 make 'Message/Bounce' sensitive
13456
13457 2001-11-30 [hoa]        0.6.5claws45
13458
13459         * src/compose.c
13460                 slightly change bounce function to add
13461                 information about the user that bounced the mail
13462                 in the From header line.
13463
13464         * src/folderview.c
13465                 permit the use of processing in outbox folder.
13466
13467 2001-11-29 [paul]       0.6.5claws44
13468
13469         * src/mainwindow.[ch]
13470         * src/prefs_common.c
13471         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13472         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13473         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13474                 usability enhancements to the quoting, implements
13475                 use of Ctrl key to toggle quoting settings
13476                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13477
13478 2001-11-29 [paul]       0.6.5claws43
13479         
13480         * sync with sylpheed 0.6.5cvs19
13481                 see ChangeLog entry 2001-11-28
13482
13483 2001-11-29 [melvin]     0.6.5claws42
13484         * src/Makefile.am
13485                 added enriched.[ch] to the list of files
13486
13487         * src/textview.c
13488         * src/mimeview.c
13489         * src/procmime.[ch]
13490         * src/enriched.[ch]
13491                 added support to view text/enriched
13492                 added support to show headers in message view for text/enriched and text/html
13493                         in non multipart messages
13494
13495 2001-11-28 [paul]       0.6.5claws41
13496
13497         * more sync with sylpheed 0.6.5cvs18
13498                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13499
13500 2001-11-27 [paul]       0.6.5claws40
13501         
13502         * po/pt_BR.po
13503                 updated translation, submitted by Fabio Junior Beneditto
13504                 
13505         * sync with sylpheed 0.6.5cvs18
13506                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13507                 2001-11-27
13508
13509
13510 2001-11-26 [paul]
13511
13512         * po/es.po
13513                 updated translation, submitted by Ricardo Mones Lastra
13514
13515 2001-11-26 [alfons]
13516
13517         * src/matcher.c
13518                 add more translatable strings
13519
13520 2001-11-26 [christoph]  0.6.5claws39
13521
13522         * po/de.po      
13523                 fixed one more umlaut
13524         * src/compose.c
13525                 fix translated header when it should not be translated
13526
13527 2001-11-26 [paul]       0.6.5claws38
13528
13529         * src/mainwindow.c
13530                 remove '/Message/Add Sender to address book' from 
13531                 main_window_set_menu_sensitive(), prevent debug warning
13532                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13533
13534 2001-11-26 [paul]       0.6.5claws37
13535
13536         * src/summaryview.c
13537                 fix 'recurring unread state' bug 
13538
13539         * tools/README 
13540         * tools/filter_conv.pl
13541                 read name of top level mailbox from folderlist.xml
13542                 and presume nothing about its name              
13543
13544 2001-11-26 [darko]      0.6.5claws36
13545
13546         * src/gtkstext.[ch]
13547                 removed functions that are now in gtkutils.c
13548                 use gtkut_text_is_uri_string() from gtkutils.c
13549         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13550
13551 2001-11-26 [paul]       0.6.5claws35
13552
13553         * sync with sylpheed 0.6.5cvs16
13554                 see ChangeLog entries 2001-11-25 and 2001-11-26
13555
13556 2001-11-25 [alfons]     0.6.5claws34
13557
13558         EXPERIMENTAL!!! Please checkout the last stable version using: 
13559           
13560         % cvs update -r LAST_STABLE -dRAP
13561
13562         (Or help us testing this stuff.)
13563
13564         * src/filtering.c               (1.14)
13565         * src/filtering.h               (1.6)
13566         * src/inc.c                     (1.28)
13567         * src/matcher.c                 (1.20)
13568         * src/mbox.c                    (1.9)
13569         * src/procmsg.h                 (1.14)
13570         * src/summaryview.c             (1.59)
13571         * src/summaryview.h             (dunno)
13572                 revert/merge/sync to as it was before commit 
13573                 on Thu, 19 Jul 2001 10:15:51 -0700.
13574
13575 2001-11-25 [hoa]        0.6.5claws33
13576
13577         * src/main.c
13578                 processing mails at startup
13579
13580         * src/folderview.c
13581         * src/summaryview.[ch]
13582                 processing mails when entering folder
13583
13584         * src/prefs_filtering.c
13585                 fixed some UI bugs
13586
13587 2001-11-24 [alfons]     0.6.5claws32
13588
13589         * src/summaryview.[ch]
13590                 make summary sort headers work, and also make
13591                 sure the sort type is stored
13592
13593 2001-11-23 [alfons]     0.6.5claws31
13594
13595         * src/summaryview.[ch]
13596                 make lock work like mark
13597                 disallow deleting messages marked as locked
13598
13599 2001-11-23 [alfons]     0.6.5claws30
13600
13601         * src/gtkstext.c
13602         * src/compose.[ch]
13603         * src/Makefile.am
13604         * src/undo.[ch]
13605                 merge undo patch submitted by Jens
13606
13607 2001-11-23 [christoph]  0.6.5claws29
13608
13609         * src/.cvsignore
13610                 added ylwrap
13611         * src/compose.c
13612                 fixed gpg signing and encoding
13613         * src/folder.[ch]
13614         * src/main.c
13615                 added --status option to get new, unread and total
13616                 message count from a running sylpheed
13617         * src/prefs_common.c
13618                 temporary fix for reply_with_quote problem
13619                 (don't call functions for non existing widget)
13620         * src/procmsg.c
13621                 one more check for ignored threads but still not
13622                 always working correctly. probably a recursive
13623                 check for all parents is needed
13624
13625 2001-11-23 [darko]      0.6.5claws28
13626
13627         * src/compose.c
13628                 wrapping on send improvements
13629         * src/gtkutils.[ch]
13630                 fix for GtkSText after last sync with main branch
13631                 GTK_TEXT -> GTK_STEXT
13632
13633 2001-11-23 [paul]       0.6.5claws27
13634
13635         * sync with sylpheed 0.6.5cvs14
13636                 see ChangeLog entries 2001-11-22 and 2001-11-23
13637                 
13638         * po/de.po
13639                 fixed the scrambled umlauts 
13640                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13641
13642 2001-11-21 [paul]       0.6.5claws26
13643
13644         * sync with sylpheed 0.6.5cvs12
13645                 see 2nd ChangeLog entry dated 2001-11-20
13646
13647 2001-11-20 [paul]       0.6.5claws25
13648
13649         * sync with sylpheed 0.6.5cvs11
13650                 see ChangeLog entry 2001-11-19 (src/utils.c)
13651
13652 2001-11-20 [hiro]
13653
13654         * src/compose.c
13655                 GTK_TEXT -> GTK_STEXT
13656                 fix for wrong comment
13657
13658 2001-11-20 [hiro]       0.6.5claws24
13659
13660         * src/compose.[ch]
13661                 more merges from main branch
13662                 removed fatal warnings (uninitialized variables etc.)
13663                 some coding style fix
13664         * src/gtkutils.h
13665                 fixed typo.
13666         * src/addressbook.c
13667           src/addrindex.c
13668                 V-Card -> vCard
13669
13670 2001-11-19 [hoa]        0.6.5claws23
13671
13672         * src/filtering.c
13673         * src/prefs_scoring.c
13674         * src/matcher.[ch]
13675         * src/scoring.c
13676                 cleaning code
13677
13678         * src/matcher_parser_parse.y
13679         * src/prefs_filtering.c
13680                 bouncing
13681
13682 2001-11-19 [alfons]     0.6.5claws22
13683
13684         more of my old things into claws
13685
13686         * src/Makefile.am
13687         * src/prefs_common.c
13688         * src/procmsg.h
13689         * src/summaryview.[ch]
13690         * src/prefs_summary_column.c
13691         * src/pixmaps/locked.xpm
13692                 add indicators for locking of message in summary view
13693                 (does not work yet, only visual indicator)
13694
13695 2001-11-19 [paul]       0.6.5claws21
13696
13697         * sync with sylpheed 0.6.5cvs10
13698                 see ChangeLog entry 2001-11-19
13699
13700 2001-11-18 [alfons]     0.6.5claws20
13701         
13702         * src/filtering.c
13703                 remove an inadvertent free I forgot in previous clean up 
13704
13705 2001-11-18 [alfons]     0.6.5claws19
13706
13707         * src/filtering.[ch]
13708                 clean up & plug leaks
13709
13710 2001-11-18 [paul]       0.6.5claws18
13711
13712         * sync with sylpheed 0.6.5cvs9
13713                 see ChangeLog entries 2001-11-17 and 2001-11-18
13714
13715 2001-11-16 [paul]       0.6.5claws17
13716
13717         * sync with sylpheed 0.6.5cvs8
13718                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13719
13720 2001-11-16 [paul]       0.6.5claws16
13721
13722         * sync with sylpheed 0.6.5cvs7
13723                 see ChangeLog entries 2001-11-15 and 2001-11-16
13724
13725 2001-11-15 [hoa]        0.6.5claws15
13726
13727         * src/compose.c
13728                 fix bounce, mails we received couln't be bounced to ourself.
13729
13730         * src/defs.h
13731         * src/filtering.[ch]
13732         * src/matcher.[ch]
13733         * src/matcher_parser.h
13734         * src/matcher_parser_lex.l
13735         * src/matcher_parser_parse.y
13736         * src/inc.c
13737         * src/main.c
13738         * src/mbox.c
13739         * src/prefs_filtering.[ch]
13740         * src/mainwindow.c
13741         * src/prefs_matcher.c
13742         * src/prefs_scoring.c
13743         * src/scoring.[ch]
13744         * src/summaryview.c
13745                 new matcher/filter/score configuration file parser
13746                 one unique configuration file => ~/.sylpheed/matcherrc
13747                 import in currently automatic, then save are made
13748                 in this new file.
13749                 one filter per folder and one global filter
13750                 (filter of a folder will be used as folder processing)
13751
13752         * src/folder.c
13753                 fix a bug in folder_item_get_identifier
13754                 
13755         * src/messageview.c
13756                 receive receipt return are fixed.
13757
13758 2001-11-14 [alfons]     0.6.5claws14
13759
13760         * src/session.h
13761                 add things from main branch to make claws compile
13762
13763 2001-11-14 [paul]       0.6.5claws13
13764
13765         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13766                 see ChangeLog entries 2001-11-08 to 2001-11-14
13767
13768 2001-11-14 [hoa] 0.6.5claws12
13769
13770         * src/compose.[ch]
13771         * src/mainwindow.c
13772         * src/summaryview.c
13773                 add "bounce mail" option
13774
13775 2001-11-13 [christoph]  0.6.5claws11
13776
13777         * src/compose.c
13778                 Cleanup a mess i add before commiting
13779
13780 2001-11-13 [hoa]        0.6.5claws10
13781
13782         * src/compose.c
13783                 some fixes when mail are sent or
13784                 for crossposts
13785
13786 2001-11-13 [christoph]  0.6.5claws9
13787
13788         * po/de.po
13789                 Changed two string with the same translation
13790         * src/compose.c
13791         * src/procmsg.[ch]
13792         * src/send.[ch]
13793                 New mailsending process:
13794                   - Always queue message before sending
13795                     (message will be saved if sylpheed crashed or
13796                      freezes while sending)
13797                   - Allow queuing of newspostings
13798                   - No copy in outbox before sending
13799                     (closes bug #469501)
13800                   - No more redundant code for send and send_later
13801         * src/summaryview.c
13802                 Applied wwp <subscript@free.fr>'s patch that fixes
13803                 marks for multiple forwarded messages (+compose.c)
13804
13805 2001-11-12 [alfons]
13806
13807         * README.claws
13808                 remove things that are now in main branch
13809         
13810         * po/nl.po
13811                 update Dutch translation
13812
13813 2001-11-12 [mhadasht]   0.6.5.claws8
13814
13815         * src/prefs_common.c
13816                 re-enabled account autoselection feature for forward
13817                 and reedit lost during the branch point for SYNC-B4-REL
13818         * src/gtkspell.c
13819                 gtkpspell_get_dict(): more readable code (even if function is
13820                 not used yet)
13821         * ChangeLog.claws
13822                 added version number info to 2001-11-12 [hiro] comment.
13823
13824 2001-11-12 [hiro]       0.6.5.claws7
13825
13826         * src/compose.c
13827                 compose_forward(): fixed a bug that forward quote mark
13828                 wasn't used.
13829                 removed unnecessary code.
13830         * src/template_select.[ch]: removed.
13831
13832 2001-11-11 [alfons]
13833
13834         * src/compose.c
13835                 :%s/GTK_TEXT/GTK_STEXT/g
13836         
13837         * src/compose.[ch]
13838         * src/undo.[ch]
13839         * src/Makefile.am
13840                 revert the undo stuff (this is 0.6.6claws stuff)
13841
13842 2001-11-11 [hoa]        0.6.5.claws6
13843
13844         * src/compose.[ch]
13845                 Insert signature at the end of the text.
13846                 Added undo patch but currently disabled
13847
13848         * src/procmsg.c
13849                 Threading by subject improved.
13850
13851         * added src/undo.[ch]
13852                 Undo module for compose dialog box.
13853
13854 2001-11-11 [alfons]     0.6.5.claws5
13855
13856         * src/procmsg.c
13857                 prevent threading by subject on nodes that have already been
13858                 threaded by in-reply-to (as in "circular references in a tree
13859                 result in a dead branch")
13860
13861 2001-11-09 [hoa]        0.6.5.claws4
13862         
13863         * src/folderview.c
13864                 allows creation of mbox folder item from any files.
13865
13866 2001-11-09 [alfons]     0.6.5.claws3
13867         
13868         * src/utils.c
13869         * src/procmsg.c
13870                 do what I mean and correct threading by subject so it really
13871                 ignores attracting lines without "Re: "
13872
13873 2001-11-07 [alfons]     0.6.5.claws2
13874
13875         * src/procmsg.c
13876         * src/utils.[ch]
13877                 only attract by subject if a subject line starts with a "Re: "
13878         * src/syldap.c
13879                 remove warning
13880
13881 2001-11-07 [paul]       0.6.5claws1
13882
13883         * sync with sylpheed 0.6.5. release
13884                 see ChangeLog entry 2001-11-07
13885
13886 2001-11-07 [paul]       0.6.4claws31
13887
13888         * sync with sylpheed 0.6.4cvs18
13889                 see ChangeLog entries 2001-10-30 to 2001-11-07
13890                 prefs_templates.[ch] renamed prefs_template.[ch]
13891
13892 2001-11-06 [alfons]
13893         
13894         * src/utils.h
13895                 add semicolon Hoa forgot ;-)
13896                 
13897
13898 2001-11-06 [hoa]        0.6.4claws30
13899         
13900         * src/procmsg.c
13901         * src/summaryview.c
13902         * src/utils.c
13903         * src/utils.h
13904                 threading by subject - empty subject are ignored
13905
13906 2001-11-06 [christoph]  0.6.4claws29
13907
13908         * src/socket.c
13909                 use SSL_peek for sock_gets
13910         * src/utils.c
13911                 removed unneeded pointer in extracting quoted
13912                 names implementation
13913
13914 2001-11-06 [melvin]     0.6.4claws28
13915
13916         * src/gtkspell.c
13917                 fixed bug #476792 Selection overtyping with spell checker
13918                 fixed bug which could cause a buffer overflow
13919                 fixed a memory leak
13920
13921 2001-11-06 [hoa]        0.6.4claws27
13922         
13923         * src/procmsg.c
13924         * src/summaryview.c
13925                 threading by subject
13926
13927 2001-11-05 [alfons]     0.6.4claws26
13928         
13929         * README.claws
13930                 Claws -> Sylpheed (vice versa)
13931
13932         * src/compose.c
13933                 :%s/gtk_text/gtk_stext/g
13934                 :%s/GTK_TEXT/GTK_STEXT/g
13935                 (thanks to Jonathan Ware for spotting this)
13936
13937 2001-11-04 [christoph]  0.6.4claws25
13938
13939         * src/summaryview.c
13940                 replace Xalloca + strdup with Xstrdup_a
13941         * src/utils.c
13942                 better implementation of extracting quoted names
13943                 from addresses (remove backlashes and ignore
13944                 quotes after them)
13945
13946 2001-11-04 [alfons]     0.6.4claws24
13947
13948         * src/utils.[ch]
13949                 edit to comply more with coding style
13950
13951         * src/textview.c
13952                 fix bug reported by Kim Schulz. introduced by the patch integrated
13953                 in 0.6.4claws15. the code did not check the return value of
13954                 the html parser.
13955
13956         * AUTHORS
13957                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13958
13959 2001-11-04 [christoph]  0.6.4claws23
13960
13961         * src/main.c
13962         * src/prefs_common.[ch]
13963                 init some pointers that possibly caused a segfault
13964                 reported in the claws-users ML
13965
13966 2001-11-04 [hoa]        0.6.4claws22
13967
13968         * src/grouplistdialog.c
13969                 change the names of the nodes in the tree
13970
13971         * src/compose.c
13972                 enhanced mailto syntax as described in
13973                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13974                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13975
13976         * src/utils.c
13977                 encode and decode URI (useful when opening URL into
13978                 netscape).
13979
13980 2001-11-03 [hoa]        0.6.4claws21
13981
13982         * src/grouplistdialog.c
13983                 a new newsgroups list selection dialog box
13984                 with a CTree instead of a CList
13985
13986 2001-11-03 [hoa]        0.6.4claws20
13987
13988         * src/folderview.c
13989                 enable property and scoring options when right
13990                 click on "inbox"
13991
13992         * src/summaryview.c
13993                 fixed bug when nickname were displayed using
13994                 the address book.
13995
13996 2001-11-02 [darko]      0.6.4claws19
13997
13998         * src/compose.c
13999                 new wrap quotation and URL/long words wrapping implementation
14000         * src/compose.c src/gtkstext.[ch]
14001                 move gtkstext_strncmp() to gtkstext.c
14002
14003 2001-11-01 [christoph]  0.6.4claws18
14004
14005         * src/prefs_account.c
14006                 fixed mess in account settings dialog
14007         * src/prefs_folder_item.c
14008                 added label with folder path to dialog
14009
14010 2001-10-31 [match]      0.6.4claws17
14011
14012         * src/vcard.c
14013                 fix memory leak.
14014         * src/addrbook.c
14015                 fix generation of spurious address book file names.
14016                 remove redundant functions.
14017         * po/POTFILES.in
14018                 added missing file names.
14019
14020 2001-10-30 [paul]       0.6.4claws16
14021
14022         * sync with sylpheed 0.6.4cvs6
14023                 see ChangeLog entries 2001-10-26 to 2001-10-30
14024
14025         * tools/filter_conv.pl
14026                 read folderlist.xml to discover whether the top-level
14027                 folder is called 'Mailbox' or 'Mail' 
14028
14029 2001-10-29 [paul]       0.6.4claws15
14030
14031         * src/html.c, src/textview.c
14032                 activate links in html mail and fix clickable parts
14033                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14034
14035 2001-10-29 [paul]
14036
14037         * po/de.po, po/es.po, po/pt_BR/po
14038                 updated translations, submitted by Jens Oberender,
14039                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14040
14041 2001-10-29 [darko]      0.6.4claws14
14042
14043         * src/compose.c
14044                 fix wrapping for good
14045
14046 2001-10-29 [darko]
14047
14048         * src/compose.c
14049                 undo previous change as it broke the smart wrapping
14050
14051 2001-10-29 [darko]      0.6.4claws13
14052
14053         * src/compose.c
14054                 fix infinite loop when long URL is quoted
14055                 (closes bug #475122.
14056
14057 2001-10-28 [match]
14058
14059         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14060                 import Mutt address book
14061         * src/ldif.[ch] src/importldif.h
14062                 modified import LDIF handle user attributes
14063
14064 2001-10-28 [christoph]  0.6.4claws12
14065
14066         * src/summaryview.c
14067                 fixed that filtering did not work if there
14068                 were no filter rules
14069                 (closes bug #472003 and better implementation
14070                  of patch #474644)
14071
14072 2001-10-27 [christoph]  0.6.4claws11
14073
14074         * src/compose.c
14075                 make the folder's default account to be used when
14076                 replying. (patch by wwp <subscript@free.fr>)
14077         * src/compose.c
14078                 code cleanup, nearly killed all of wwp's patch
14079                 for folder's default account in compose
14080         * src/folderview.c
14081                 error panel when a folder could not be created
14082                 (closes bug #471080 new folder name & already
14083                  existing file)
14084
14085 2001-10-26 [alfons]
14086
14087         * src/utils.h
14088                 change prototype of strstr2() that Christoph forgot about
14089
14090 2001-10-26 [christoph]  0.6.4claws10
14091
14092         * src/account.c
14093                 made search for accounts by email address not case
14094                 sensitive
14095         * src/folder.c
14096                 fixed memory leak in folder_item_get_identifier
14097         * src/gtkspell.c
14098         * src/utils.c
14099                 fixed wrong strstr2 (should work like strstr)
14100
14101 2001-10-26 [darko]      0.6.4claws9
14102
14103         * src/compose.c src/gtkstext.[ch]
14104         * src/gtkstext.c
14105                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14106
14107 2001-10-26 [paul]       0.6.4claws8
14108
14109         * src/html.c
14110                 ignore css and javascript tags in html mail
14111                 case-insensitive, with or without double-quoted
14112                 strings
14113
14114 2001-10-26 [paul]       0.6.4claws7
14115
14116         * sync with sylpheed 0.6.4cvs1
14117                 see ChangeLog entry 2001-10-26
14118
14119         * src/prefs_account.c, src/prefs_common.c,
14120           src/prefs_summary_column.c
14121                 minor improvements to the English
14122
14123 2001-10-25 [alfons]     0.6.4claws6
14124
14125         * src/gtkstext.c
14126         
14127                 make GtkSText follow style of GtkText (closes bug 
14128                 #469211 "text selection while writing message")
14129                 
14130                 do sync with GTK 1.2.10
14131
14132 2001-10-25 [paul]       0.6.4claws5
14133
14134         * src/html.c
14135                 ignore css tags in html mail
14136
14137 2001-10-25 [darko]      0.6.4claws4
14138
14139         * src/compose.c
14140                 don't declare is_url_string as static function since
14141                 we need it in gtkstext.c
14142         * src/gtkstext.c
14143                 remove unused variable
14144                 don't wrap long URLs while composing a message
14145
14146 2001-10-24 [christoph]  0.6.4claws3
14147
14148         * src/socket.c
14149                 fix ssl deadlock, when peer closes connection
14150
14151 2001-10-24 [paul]       0.6.4claws2
14152
14153         * src/prefs_common.c
14154                 gettextize the gpg ascii-armored warning message
14155
14156         * src/compose.c
14157                 insert a DOS/MAC file into the composed message
14158                 (improvements)
14159
14160         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14161
14162 2001-10-22 [paul]       0.6.4claws1
14163
14164         * sync with sylpheed 0.6.4 release
14165                 see ChangeLog entries 2001-10-21
14166
14167         * po/fr.po, po/pt_BR.po
14168                 updated by Melvin Hadasht and Fabio Junior Beneditto
14169
14170 2001-10-21 [paul]       0.6.3claws30
14171
14172         * src/compose.c
14173                 insert a DOS text file from the compose window
14174                 into the composed message text (removes CRs characters)
14175                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14176
14177         * tools/filter_conv.pl, tools/README
14178                 automatically use ~/.sylpheed as working directory
14179                 print out confirmation message on completion
14180
14181         * correct Hoa's last ChangeLog.claws entry
14182
14183 2001-10-20 [hoa]        0.6.3claws29
14184
14185         * src/grouplistdialog.c
14186                 bugfix (another ?) to give the right
14187                 newsgroups list for each news server.
14188
14189         * src/news.c
14190         * src/news.h
14191                 improve the newsgroups list cache
14192
14193 2001-10-20 [paul]       0.6.3claws28
14194
14195         * sync with sylpheed 0.6.3cvs9
14196                 see ChangeLog entry 2001-10-19
14197
14198         * correct Alfons' last ChangeLog.claws entry
14199
14200 2001-10-19 [alfons]
14201
14202         * src/pgptext.[ch]
14203                 fix compilation problems (part of bug #472895)
14204
14205 2001-10-18 [hoa]        0.6.3claws27
14206
14207         * src/grouplistdialog.c
14208                 bugfix when we refresh was clicked (bug 472701)
14209
14210 2001-10-19 [christoph]  0.6.3claws26
14211
14212         * src/compose.c
14213                 last header entry should default to "To:" or
14214                 "Newsgroups:" and not copy the last entry line
14215                 in a new compose window
14216                 (closes bug #472686, #470792)
14217
14218 2001-10-19 [paul]       0.6.3claws25
14219
14220         * sync with Sylpheed 0.6.3cvs8
14221                 see ChangeLog entries 2001-10-18 and 2001-10-19
14222
14223 2001-10-18 [christoph]  0.6.3claws24
14224
14225         * src/procmsg.c
14226                 reimplement ignore thread
14227         
14228 2001-10-18 [hoa]        0.6.3claws23
14229
14230         * src/folderview.c
14231         * src/grouplistdialog.[ch]
14232                 enhanced news subscription interface (feature 469113)
14233
14234         * src/news.c
14235         * src/news.h
14236                 enchanced newsgroup listing,
14237                 now, we can get groups informations
14238                 (NNTPGroupInfo)
14239
14240 2001-10-18 [paul]       0.6.3claws22
14241
14242         * src/summaryview.c
14243                 remove comment (sync with main branch)
14244         * src/mainwindow.c
14245                 fix 'Re-edit' bug in 'Message' menu
14246
14247 2001-10-17 [christoph]  0.6.3claws21
14248
14249         * src/compose.c
14250                 ignore empty or whitespace only header lines
14251
14252 2001-10-17 [paul]       0.6.3claws20
14253
14254         * sync with sylpheed 0.6.3cvs7
14255                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14256                 2001-10-17
14257
14258 2001-10-17 [darko]
14259
14260         * src/compose.c
14261                 wrap long lines without spaces
14262                 don't wrap URLs
14263
14264 2001-10-16 [paul]
14265
14266         * po/es.po, po/nl.po, po/pt_BR.po
14267                 updated by Ricardo Mones Lastra, Alfons,
14268                 and Fabio Junior Beneditto
14269
14270         * sylpheed-0.6.3claws released
14271
14272 2001-10-15 [melvin] 0.6.3claws18
14273
14274         * README.claws
14275                 added summary and detailed installation instructions
14276                 for spell checker
14277         * po/fr.po
14278                 Updated, corrected and completed french translation
14279
14280 2001-10-15 [hoa] 0.6.3claws17
14281         * src/grouplistdialog.c
14282                 we can choose the newsgroups to display with wildcards
14283
14284 2001-10-15 [christoph]  0.6.3claws16
14285
14286         * src/account.c
14287         * src/compose.c
14288         * src/prefs_folder_item.[ch]
14289                 applied wwp <subscript@free.fr>'s folder
14290                 default account patch
14291         * po/de.po
14292                 Fixed wrong translation
14293
14294 2001-10-13 [alfons, christoph, melvin]  
14295                         0.6.3claws15
14296
14297         solution #2 to solve MT-safety problems defers all GUI related calls
14298         to the main thread using a gtk_idle_add() callback. discussed on
14299         ircnet #sylpheed, with christoph spotting some issues with the
14300         original code, and melvin allowing us to lobotomize his sylpheed.
14301
14302         * src/syldap.[ch], src/main.c
14303                 fix race problem in ldap search thread by deferring GUI 
14304                 stuff to main thread using gtk_idle_add()
14305
14306 2001-10-13 [paul]       0.6.3claws14
14307
14308         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14309                 add Sergey's smtpcred.patch
14310                 adds separate username/password setting for SMTP Auth
14311                 needed by some servers
14312                 (closes feature request #471659)
14313
14314 2001-10-13 [paul]       0.6.3claws13
14315
14316         * src/pgptext.[ch] **NEW FILES**
14317         * src/Makefile.am, src/messageview.c, src/mimeview.c
14318                 decrypt ascii-armored gpg text embedded in
14319                 the message body.
14320                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14321
14322 2001-10-13 [christoph]  0.6.3claws12
14323
14324         * README.claws
14325                 some more details on default to and
14326                 feature requests
14327         * src/main.c
14328                 init glib threading when ldap is used
14329         * src/syldap.c
14330                 threading fixes
14331         * po/de.po
14332                 fixed a typo
14333
14334 2001-10-12 [paul]       0.6.3claws11
14335
14336         * src/prefs_common.[ch], src/rfc2015.c
14337                 enable ascii-armored gpg text to be embedded in the
14338                 message body, selectable through the 'Privacy'
14339                 preferences. Supports encrypting only.
14340                 Submitted by Ravemax <ravemax@dextrose.com>
14341
14342 2001-10-12 [paul]       0.6.3claws10
14343
14344         * sync with sylpheed 0.6.3cvs6
14345                 see ChangeLog entries 2001-10-11 and 2001-11-12
14346
14347         * src/folderview.c
14348                 incorporated mbox folders, scoring, and folder
14349                 properties into the sync
14350
14351 2001-10-12 [darko]      0.6.3claws9
14352
14353         * README.claws
14354                 describe quotation wrapping
14355         * src/compose.c
14356                 don't treat tab as space to calculate line length properly
14357
14358 2001-10-11 [alfons]
14359
14360         * README.claws
14361                 correct description of how to make new filtering system work,
14362                 add some other things
14363                 
14364         * src/syldap.c
14365                 remove sched_yield() (not necessary / unportable)
14366
14367 2001-10-11 [paul]       0.6.3claws8
14368
14369         * sync with sylpheed 0.6.3cvs3
14370                 see ChangeLog entry 2001-10-10
14371
14372 2001-10-10 [christoph]  0.6.3claws7
14373
14374         * .cvsignore
14375                 ignore 2 files created by newer autotools
14376         * src/prefs_folder_item.c
14377                 using table for widget alignment
14378                 fixed memory leak and broken octal display
14379         * src/filesel.c
14380                 fixed segfault caused by lost filename
14381                 workaround (closes bug #469551)
14382
14383 2001-10-10 [paul]       0.6.3claws6
14384
14385         * sync with sylpheed 0.6.3cvs2
14386                 see ChangeLog entries 2001-10-09 and 2001-10-10
14387
14388 2001-10-10 [darko]      0.6.3.claws5
14389
14390         * src/gtkstext.c
14391                 proper calculation of right margin if smart wrapping is enabled
14392         * src/compose.c
14393                 automatically wrap long lines if wrap quotation is enabled
14394
14395 2001-10-09 [alfons]     0.6.3.claws4
14396
14397         * src/summaryview.c
14398                 select correct row when deleting last row in the summary view (and
14399                 close bug "[ #469104 ] select second last in list when deleting")
14400
14401 2001-10-09 [paul]       0.6.3claws3
14402
14403         * sync with sylpheed 0.6.3cvs1
14404                 updated some autotool scripts
14405
14406 2001-10-09 [darko]      0.6.3claws2
14407
14408         * src/gtkstext.[ch]
14409                 new name and mark with Sylpheed comment
14410         * src/compose.c
14411                 smart quotation wrapping a-la VIM
14412
14413 2001-10-08 [paul]       0.6.3claws1
14414
14415         * sync with sylpheed 0.6.3 release
14416                 see ChangeLog entry 2001-10-08
14417
14418 2001-10-08 [paul]       0.6.2claws24
14419
14420         * src/summaryview.c
14421                 more sync with sylpheed 0.6.2cvs12
14422                 Fixed the bug that didn't select the last row correctly
14423
14424
14425 2001-10-07 [paul]       0.6.2claws23
14426
14427         * sync with sylpheed 0.6.2cvs12
14428                 see ChangeLog entry 2001-10-07
14429
14430 2001-10-06 [match]
14431         * src/jpilot.[ch]
14432                 enable jpilot to read unsynch'ed addresses.
14433
14434         * src/editldap_basedn.c
14435                 fix segfault when opening dialog.
14436
14437 2001-10-06 [alfons]     0.6.2.claws22
14438
14439         * src/summaryview.c
14440                 fix bug with summary view selecting last *inserted*
14441                 node instead of last *visible* node. remember we
14442                 work with a tree
14443
14444 2001-10-06 [paul]       0.6.2claws21
14445
14446         * po/pt_BR.po
14447                 updated translation, contains some fixes and new
14448                 translations, submitted by Gustavo Noronha Silva
14449                 <kov@debian.org>
14450
14451         * src/prefs_common.c
14452                 change 'each' to 'every' - fix dubious English
14453
14454         * sync with sylpheed 0.6.2cvs11
14455
14456 2001-10-05 [alfons]     0.6.2claws20
14457
14458         * src/mainwindow.[ch], src/folderview.c
14459                 make composite tool button switch between "Compose News"
14460                 and "Compose Mail" depending on selected folder
14461                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14462
14463 2001-10-05 [paul]       0.6.2claws19
14464
14465         * src/mainwindow.c, src/summaryview.c
14466                 fix 'Message/Reply to all', broken in last commit
14467
14468         * src/compose.c
14469                 fix X_BEENTHERE seg fault, thanks to Alfons
14470
14471 2001-10-04 [paul]       0.6.2claws18
14472
14473         * src/compose.[ch], src/mainwindow.c
14474                 make "Message/Reply" reply to mailing lists; matches
14475                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14476                 based on portions of the patch submitted by
14477                 Junichi Uekawa <dancer@netfort.gr.jp>
14478
14479 2001-10-04 [darko]      0.6.2claws17
14480
14481         * src/compose.c
14482                 better smart wrapping
14483         * src/gtkstext.[hc]
14484                 a function to make text buffer contiguous
14485
14486 2001-10-03 [paul]       0.6.2claws16
14487
14488         * sync with sylpheed 0.6.2cvs10
14489
14490 2001-10-02 [alfons]
14491
14492         * configure.in
14493         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14494                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14495                 references to chinese translations (hope someone picks up
14496                 this)
14497
14498 2001-10-02 [christoph]  0.6.2claws15
14499
14500         * src/compose.c
14501                 fixed non translated header bug
14502         * ChangeLog.claws
14503                 fixed wrong date in alfons last entry ;)
14504
14505 2001-10-02 [alfons]     0.6.2claws14
14506
14507         * src/compose.c, src/prefs_common.[ch]
14508                 add block cursor option
14509
14510 2001-10-02 [paul]       0.6.2claws13
14511
14512         * sync with sylpheed 0.6.2cvs9
14513
14514 2001-09-30 [paul]       0.6.2claws12
14515
14516         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14517                 updated translations
14518
14519         * po/POTFILES.in
14520                 add 'src/importldif.c'
14521
14522         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14523                 added eudora-to-vCard conversion tool
14524                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14525
14526         * sync with sylpheed 0.6.2cvs8
14527
14528 2001-09-30 [paul]
14529
14530         * sylpheed-0.6.2claws released
14531
14532 2001-09-27 [melvin]     0.6.2claws11
14533
14534         * src/gtkspell.c
14535                 fixed crash when using default path (introduced 
14536                 in 0.6.2claws10)
14537                 fixed tiny bug for initial suggestion mode
14538
14539 2001-09-27 [melvin]     0.6.2claws10
14540         
14541         * src/gtkspell.c
14542                 fixed bug where gtkpspell didn't set the path correctly
14543
14544         * README.claws
14545                 added a paragraph about spell checking
14546                 
14547
14548
14549 2001-09-27 [paul]       0.6.2claws9
14550
14551         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14552                 replace '// comments' with '/* comments */' to prevent
14553                 some compiler warnings 
14554
14555         * sync with sylpheed 0.6.2cvs6
14556
14557 2001-09-26 [alfons]     0.6.2claws8
14558
14559         * src/messageview.c
14560                 introduce return receipt request notification again,
14561                 which was lost because of other semantics in 
14562                 procheader_parse() (???)
14563
14564 2001-09-26 [christoph]  0.6.2claws7
14565
14566         * src/compose.c
14567                 replace comments for old code with #if 0
14568                 readded auto cc, bcc and reply-to
14569         * src/prefs_matcher.c
14570         * src/prefs_scoring.c
14571                 removed some definition (was moved to
14572                 prefs.h)
14573
14574 2001-09-26 [paul]       0.6.2claws6
14575
14576         * src/mainwindow.c
14577                 make 'Follow-up and reply to' sensitive
14578
14579         * more sync with sylpheed 0.6.2cvs5
14580
14581 2001-09-25 [melvin]
14582
14583         * 0.6.2claws5
14584
14585         * src/gtkspell.c
14586                 fixed bug for "US-ASCII" introduced by the encoding code
14587
14588 2001-09-25 [paul]
14589
14590         * 0.6.2claws4
14591
14592         * src/prefs_common.[ch], src/summaryview.c
14593                 'next unread msg' 'go to next folder?' dialog can be
14594                 given default behaviour, either always show dialog,
14595                 or assume 'yes', or assume 'no'
14596                 Submitted by wwp <subscript@free.fr>
14597
14598 2001-09-25 [melvin]
14599                 
14600         * src/compose.c src/gtkspell.[ch]
14601                 added support for different encodings
14602
14603 2001-09-25 [paul]
14604
14605         * more sync with sylpheed 0.6.2cvs5
14606
14607 2001-09-24 [alfons]
14608         
14609         * src/prefs_folder_item.c
14610                 add check for item->prefs->default_to string is NULL and
14611                 add another check when freeing this string
14612
14613 2001-09-24 [paul]
14614
14615         * configure.in
14616                 change to version 0.6.2claws3
14617
14618         * sync with sylpheed 0.6.2cvs5 
14619
14620 2001-09-24 [match]
14621         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14622                 import LDIF files.
14623         * src/addrcache.[ch], addrindex.[ch]
14624                 small update for future
14625         * src/addrbook.c
14626                 fix test XML file.
14627
14628 2001-09-24 [melvin]
14629         * src/gtkspell.[ch]
14630                 added 'Learn from mistakes' option
14631                 better handling of quotes in checked words
14632                 sorted dict list
14633         * po/fr.po
14634                 small update for spell checking stuff
14635
14636 2001-09-23 [alfons]
14637         
14638         * src/gtkspell.c
14639                 edit a little bit so it complies more with main coding style
14640
14641 2001-09-23 [alfons]
14642
14643         * src/folder.[ch], prefs_folder_item.c, compose.c
14644                 migrate "request return receipt" folder property
14645                 to folderlist.xml
14646
14647 2001-09-22 [alfons]
14648
14649         * README.claws **NEW**
14650                 (add things of interest for users of main branch 
14651                 and claws here)
14652
14653         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14654                 re-implement threading per folder option, but store 
14655                 the setting in folderlist.xml (where it belongs)
14656
14657 2001-09-21 [melvin]
14658
14659         * src/gtkspell.[ch]
14660                 fixed bug when compose window is under another window
14661         * src/prefs_common.[ch] src/compose.c
14662                 changed 'dictionary_path' to 'dictionary' to be consistent
14663                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14664         * ac/pspell.m4 src/Makefile.am 
14665                 dropped PSPELL_PATH macro
14666         * po/fr.po
14667                 updated translations
14668
14669 2001-09-21 [christoph]
14670
14671         * src/compose.c
14672                 added border around header fields
14673                 keep header type when new field is added
14674
14675 2001-09-20 [christoph]
14676
14677         * src/utils.[ch]
14678                 more portable debug_print with source filename
14679                 and linenumber
14680         * src/procmsg.c
14681                 more newlines after debug messages
14682
14683 2001-09-20 [paul]
14684
14685         * configure.in
14686                 change to version 0.6.2claws2
14687
14688         * sync with sylpheed 0.6.2cvs3
14689
14690 2001-09-19 [melvin]
14691
14692         * src/gtkspell.c
14693                 fixed the post-right-click focus pb
14694                 fixed crash when 'Spell check all' after dict change 
14695                         and when cursor is at the end of the text
14696                 shift-right-click pops up config menu even on misspelled words.
14697         * po/POTFILES.in
14698                 added gtkspell.c
14699
14700 2001-09-19 [melvin]
14701
14702         * src/about.c
14703                 added pspell to compiled-in features list
14704
14705 2001-09-18 [melvin]
14706
14707         * switched to pspell and dropped ispell
14708         * ac/pspell.m4
14709                 new file. autoconf macro for pspell
14710         * ac/Makefile.am 
14711         * configure.in acconfig.h
14712                 added pspell support
14713         * src/Makefile.am
14714         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14715         * src/prefs_common.[ch] 
14716                 added pspell support
14717
14718 2001-09-18 [christoph]
14719
14720         * src/addr_compl.c
14721         * src/template.[ch]
14722                 replace LOG_MESSAGE with debug_print
14723         * src/compose.[ch]
14724                 gui improvements
14725         * src/menu.c
14726                 added newline after debug message
14727         * src/utils.h
14728                 using __VA_ARGS__ for debug_print macro
14729         * tools/.cvsignore
14730                 ignore Makefile and Makefile.in
14731
14732 2001-09-18 [paul]
14733
14734         * configure.in
14735                 change to version 0.6.2claws1
14736         * sync with sylpheed 0.6.2cvs1
14737
14738         * src/matcher.c 
14739         * src/prefs_matcher.c
14740                 add 'score equal to' option, submitted by
14741                 Paul Evans <nerd@freeuk.com>
14742
14743 2001-09-15 [christoph]
14744
14745         * src/mainwindow.c
14746                 comment out menu entry not existing in claws
14747         * src/menu.c
14748                 add debug output for non existing menu entries
14749         * src/summaryview.c
14750                 fix next/prev unread message for ignored threads
14751         * src/utils.[ch]
14752                 add sourcefile and line number to debug output
14753                 otherwise it is sometimes hard to find the
14754                 source code part if debug messages are translated
14755
14756 2001-09-14 [darko]
14757         
14758         * src/folderview.c
14759                 refresh target folder style after colour is changed
14760
14761 2001-09-13 [paul]
14762
14763         * configure.in
14764                 change to version 0.6.1claws3
14765
14766         * sync with sylpheed 0.6.1cvs6
14767
14768 2001-09-13 [darko]
14769         
14770         * src/folderview.c
14771                 fix target folder colourization to use user selected colour
14772
14773 2001-09-12 [darko]
14774         
14775         * src/summaryview.c
14776                 fix crash when message that is marked for copy/move is unmarked
14777
14778 2001-09-09 [paul]
14779
14780         * configure.in
14781                 change to version 0.6.1claws2
14782
14783         * sync with sylpheed 0.6.1cvs3
14784
14785 2001-09-09 [alfons]
14786         
14787         * src/folderview.c
14788                 fix bug with default font used for trash folder text
14789
14790 2001-09-06 [paul]
14791
14792         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14793                 updated translations
14794
14795         * configure.in
14796                 change to version 0.6.1claws1
14797
14798         * sync with sylpheed 0.6.1cvs2
14799
14800 2001-09-03 [paul]
14801
14802         * po/POTFILES.in
14803                 add Match's new addressbook
14804
14805         * po/de.po
14806                 updated translation submitted by Jens Oberender
14807
14808 2001-09-02 [paul]
14809
14810         * configure.in
14811                 change to 0.6.1claws
14812         * sync with sylpheed 0.6.1 release
14813
14814 2001-09-02 [paul]
14815
14816         * configure.in
14817                 change to 0.6.0claws2
14818
14819         * sync with sylpheed 0.6.0cvs4
14820
14821         * po/pt_BR.po
14822                 updated translation submitted by Fabio Junior Beneditto
14823
14824 2001-09-01 [match]
14825         * pixmaps/
14826                 interface.xpm
14827                 book.xpm
14828                 address.xpm
14829         * src/
14830                 Makefile.am
14831                 a ton of new files
14832
14833 2001-08-31 [paul]
14834
14835         * configure.in
14836                 change to version 0.6.0claws1
14837
14838         * sync with sylpheed 0.6.0cvs1
14839
14840         * po/es.po
14841                 updated translation submitted by Ricardo Mones Lastra
14842
14843         * po/POTFILES.in
14844                 add 'src/prefs_templates.c'
14845
14846         * src/compose.c, src/summaryview.c
14847                 fix segfault on 'Re_edit'               
14848
14849 2001-08-30 [alfons]
14850
14851         * configure.in, Makefile.am
14852         * tools/Makefile.am
14853                 add tools directory to source distribution
14854
14855 2001-08-30 [paul]
14856
14857         * configure.in
14858                 change to version 0.6.0claws
14859
14860         * sync with sylpheed 0.6.0 release
14861
14862 2001-08-30 [christoph]
14863
14864         * configure.in
14865                 removed autoconf version check
14866
14867 2001-08-30 [paul]
14868
14869         * src/account.c, src/compose.c, src/prefs_common.[ch]
14870         * src/procheader.[ch] src/utils.[ch]
14871                 Enhanced automatic account selection on replies
14872                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14873
14874         * configure.in
14875                 add LDAP and JPilot to the configuration results output.
14876
14877 2001-08-29 [christoph]
14878
14879         * src/summeryview.c
14880                 no bold font for ignored threads
14881
14882 2001-08-29 [paul]
14883
14884         * configure.in
14885                 change to version 0.5.3claws6
14886
14887         * sync with sylpheed 0.5.3cvs10
14888                 src/stringtable.[ch]: New Files
14889
14890         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14891         * src/pixmaps/sylpheed.xpm
14892                 add mini-icons to windows (by Alfons)
14893
14894 2001-08-27 [paul]
14895
14896         * src/mainwindow.c
14897                 new functions: next_labeled_cb(), prev_labeled_cb()
14898
14899         * src/summaryview.c
14900                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14901                 summary_select_next_labeled(), summary_select_prev_labeled()
14902
14903         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14904                 give claws blue folders and a blue trash can
14905
14906 2001-08-27 [paul]
14907
14908         * configure.in
14909                 change to version 0.5.3claws5
14910
14911         * sync with sylpheed 0.5.3cvs9
14912                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14913
14914 2001-08-24 [christoph]
14915
14916         * src/filesel.c
14917                 keep filename when browsing directories
14918                 (not working for user entered filename, but
14919                  for default name and selected filename from
14920                  file list)
14921         * src/mainwindow.c
14922                 fixed wrong spelling "Folllow-up"
14923         * src/mbox_folder.c
14924         * src/procmsg.c
14925         * src/summaryview.c
14926                 fixed new/unread message count with ignored
14927                 threads (2 commits, first didn't notice no
14928                 longer needed decreasing)
14929         * src/inc.c
14930                 readded scrolling of progress dialog
14931                 (lost in sync)
14932
14933 2001-08-24 [paul]
14934
14935         * configure.in
14936                 change to 0.5.3claws4
14937
14938         * sync with sylpheed 0.5.3cvs7
14939
14940 2001-08-24 [christoph]
14941
14942         * src/compose.c
14943                 set request return receipt when replying
14944                 if it is set is the folder prefs of the
14945                 message
14946         * src/inc.c
14947                 disable final error popup if popups are
14948                 disabled in config (again)
14949
14950 2001-08-23 [paul]
14951
14952         * configure.in
14953                 Change version number to 0.5.3claws3
14954
14955         * sync with sylpheed 0.5.3cvs5
14956
14957         * src/mimeview.c
14958                 double quote '%s' in 'gedit %s' to fix bug when
14959                 opening attachment with spaces in the name
14960
14961 2001-08-22 [alte]
14962         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14963           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14964                 initial message templates support
14965
14966
14967 2001-08-22 [paul]
14968
14969         * configure.in
14970                 change version number to 0.5.3claws2
14971
14972         * sync with sylpheed 0.5.3cvs4
14973
14974         * src/procmsg.h src/summaryview.c
14975                 re-implement (un)ignore thread
14976
14977 2001-08-21 [paul]
14978
14979         * src/summaryview.c
14980                 remove unnecessary code
14981         * src/compose.c
14982                 enable 'dynamic' signatures (submitted by
14983                 Eric Limpens <eric@hscg-internet.nl>)
14984
14985 2001-08-21 [paul]
14986
14987         clean up after sync with sylpheed 0.5.3 release
14988
14989         * src/folderview.c
14990                 fix re-introduced font mess, see Christoph's
14991                 entry 2001-06-24
14992
14993         * src/summaryview.c
14994                 remove prev_msgnum
14995                 use sylpheed's small font instead of
14996                 gtk default font for summary view
14997
14998
14999 2001-08-17 [paul]
15000
15001         * configure.in
15002                 add pl to ALL_LINGUAS - sync with main branch
15003
15004         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15005                 Updated. Translations by Jens Oberender, Ricardo Mones
15006                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15007
15008         * po/pl.po  ** NEW FILE **
15009                 sync with the main branch
15010
15011         * src/folderview.c
15012                 fix target folder colorizing and refresh problem
15013
15014
15015 2001-08-17 [christoph]
15016
15017         * src/mainwindow.c
15018                 claws uses 4 colors for target folder coloring.
15019                 arrays were not long enough and destroyed the
15020                 stack causing a segfault.
15021                 target folder colorizing does not work anymore
15022                 for me
15023
15024 2001-08-16 [paul]
15025
15026         * configure.in
15027                 change to version 0.5.3claws1
15028
15029         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15030           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15031           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15032
15033                 sync with sylpheed 0.5.3 release, but keep claws method of
15034                 configuring/saving fonts
15035
15036         * src/addressbook.[ch]
15037                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15038                 in line with a similar change in Hiroyuki's branch
15039
15040         * src/mainwindow.[ch]
15041                 disable main_window_set_thread_option()
15042         * src/prefs_folder_item.c
15043                 comment out &tmps_prefs.enable_thread,
15044         * src/mbox_folder.c, src/procmsg.[ch]
15045                 comment out MSG_IS_IGNORE_THREAD
15046         * src/summaryview.c
15047                 comment out summary_ignore_thread() and summary_unignore_thread()
15048                 comment out MSG_IS_IGNORE_THREAD
15049
15050                 use Hiroyuki's threading instead.
15051
15052
15053
15054 2001-08-15 [paul]
15055
15056         * src/account.c
15057                 use Hiroyuki's 0.5.3 column scheme but also
15058                 include the enable/disable button.
15059         * src/pixmaps/mark.xpm
15060                 add Hiroyuki's amended pixmap
15061
15062 2001-08-13 [christoph]
15063
15064         * src/account.c
15065                 receive at get all column showed wrong state for APOP
15066                 button should only work for POP3 and APOP accounts
15067         * src/prefs_account.c
15068                 added missing preprocessor statement for SSL
15069
15070 2001-08-12 [paul]
15071
15072         * src/account.[ch]
15073                 add 'receive at get all' column and enable/disable
15074                 button.
15075
15076 2001-08-06 [christoph]
15077
15078         * src/account.c
15079                 show usage of SSL in protocol column
15080
15081         * src/imap.c
15082         * src/inc.c
15083                 renamed ssl options
15084
15085         * src/prefs_account.[ch]
15086                 moved ssl options to a new page
15087
15088         * src/send.c
15089         * src/smtp.c
15090         * src/ssl.[ch]
15091                 renamed ssl options
15092                 added support for SMTP STARTTLS command
15093
15094 2001-08-05 [christoph]
15095
15096         * configure.in
15097                 debian autoconf needs version check to find
15098                 correct autoconf version. if the file is
15099                 named configure.in 2.13 is used, which does
15100                 not work with this configure.in script.
15101                 other solution would be to rename the script
15102                 to configure.ac as suggested in the autoconf
15103                 manual.
15104
15105         * src/inc.c
15106                 disable final error popup if popups are
15107                 diabled in config
15108
15109         * src/socket.c
15110                 bugfix in ssl_gets
15111                 fixes IMAP over SSL problem
15112
15113 2001-08-03 [paul]
15114
15115         * configure.in
15116                 change to 0.5.2claws1
15117
15118         * sync with sylpheed 0.5.2cvs1
15119
15120 2001-08-02 [alfons]
15121
15122         * configure.in
15123                 quick fix for ispell detection...
15124
15125 2001-08-01 [paul]
15126
15127         * configure.in
15128                 change to 0.5.1claws4
15129
15130         * sync with sylpheed 0.5.1cvs7
15131
15132 2001-07-31 [alfons]
15133
15134         * src/prefs_common.c, src/prefs_common.h, 
15135           src/gtkspell.c, src/gtkspell.h
15136                 add global spelling checker settings (compose tab) +
15137                 selection of dictionary 
15138           
15139         * configure.in  
15140                 guess valid ispell location
15141
15142 2001-07-31 [paul]
15143
15144         * po/POTFILES.in
15145                 removal of 'src/quote_fmt_parse.c'
15146         * po/de.po
15147                 Updated de.po
15148                 (submitted by Jens Oberender <didge@suse.de>)
15149
15150 2001-07-31 [darko]
15151
15152         * src/folder.[ch]
15153         * src/folderview.[ch]
15154         * src/mainwindow.c
15155         * src/mh.c
15156         * src/prefs_common.[ch]
15157         * src/summaryview.c
15158                 target folder colourization
15159
15160 2001-07-30 [paul]
15161
15162         more sync with Sylpheed 0.5.1cvs6 
15163
15164 2001-07-30 [darko]
15165
15166         * src/mh.c
15167         * src/prefs_folder_item.[hc]
15168         * src/summaryview.c
15169                 shared folders support with a GUI
15170
15171 2001-07-29 [paul]
15172
15173         0.5.1claws3
15174
15175         * sync with Sylpheed 0.5.1cvs6
15176
15177 2001-07-29 [paul]
15178
15179         * po/pt_BR.po
15180                 updated
15181                 (submitted by Fabio Junior Beneditto)
15182
15183 2001-07-28 [paul]
15184
15185         * src/procmime.c
15186         * AUTHORS
15187                 patch to correct bad image mime headers
15188                 (submitted by Don Quijote <dq@searchlores.org>)
15189
15190 2001-07-28 [paul]
15191
15192         * tools/gif2xface.pl   **NEW FILE**
15193         * tools/README
15194                 script to convert file.gif to file.xface for
15195                 use in a custom header.
15196                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15197
15198 2001-07-27 [alfons]
15199         
15200         * configure.in
15201                 change macros for detecting JPilot and LDAP
15202
15203 2001-07-27 [christoph]
15204
15205         * src/filtering.c
15206                 code cleanup (MIN / MAX warning, needed casting)
15207
15208 2001-07-27 [alfons]
15209
15210         * procheader.c
15211                 disallow setting flags when detecting certain headers
15212                 (X-Status, Status, Seen, X-Seen). 
15213         
15214         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15215
15216 2001-07-27 [christoph]
15217
15218         * src/prefs_filter.c
15219         * src/prefs_filtering.c
15220         * src/prefs_matcher.c
15221         * src/prefs_scoring.c
15222                 scroll list when moving rows up or down
15223
15224         * src/imap.c
15225         * src/imap.h
15226         * src/prefs_account.c
15227         * src/prefs_account.h
15228         * src/send.c
15229                 SMTP over SSL (untested, feedback requested)
15230                 IMAP over SSL
15231
15232         * src/ssl.c
15233                 code cleanup
15234
15235 2001-07-26 [alfons]
15236         
15237         * configure.in, acconfig.h
15238                 define CLAWS (need this for main / claws detection)
15239
15240 2001-07-25 [alfons]
15241
15242         * configure.in
15243                 Sylpheed 0.5.1claws2
15244                 
15245         * sync with Sylpheed 0.5.1cvs4
15246
15247 2001-07-25 [christoph]
15248
15249         * src/scoring.c
15250                 fixed segfault
15251                 item->prefs == NULL (don't know why)
15252
15253 2001-07-25 [alfons]
15254
15255         * configure.in
15256                 Sylpheed 0.5.1claws1
15257
15258         * sync with Sylpheed 0.5.1cvs1-3
15259
15260 2001-07-24 [christoph]
15261
15262         * src/folderview.c
15263         * src/prefs_folder_item.[ch]
15264                 added folderitem preferences dialog with
15265                 default To: and auto request return receipt
15266
15267         * src/compose.[ch]
15268         * src/menu.[ch]
15269                 changes to handle new folderitem preferences
15270
15271         * src/mainwindow.c
15272         * src/summaryview.c
15273                 call compose new mail with current folderitem
15274
15275 2001-07-24 [alfons]
15276
15277         Release Sylpheed 0.5.1claws
15278
15279         * configure.in
15280                 change to release version 0.5.1claws
15281
15282 2001-07-24 [christoph]
15283
15284         * src/summaryview.c
15285                 fixed segfault that happend when the selected
15286                 message was removed while retrieving new messages.
15287
15288         * po/es.po
15289                 updated translation
15290                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15291
15292 2001-07-22 [alfons]
15293
15294         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15295         this is a work in progress, for more information: http://nlpagan.net/sylman 
15296         
15297         * configure.in, src/mainwindow.c, manual/Makefile.am
15298                 add support for English manual
15299
15300         * AUTHORS
15301                 add authors of user manuals
15302
15303         * manual/en/sylpheed*.html
15304                 add English documentation
15305
15306 2001-07-22 [christoph]
15307
15308         * po/POTFILES.in
15309                 added src/ssl.c
15310         * src/ssl.c
15311                 changed a wrong debug message
15312
15313 2001-07-22 [alfons]
15314
15315         * po/nl.po
15316                 update Dutch translation
15317
15318         * src/prefs_filtering.c, 
15319           src/prefs_matcher.c
15320                 add more translatable strings           
15321
15322 2001-07-21 [alfons]
15323
15324         0.5.0claws7
15325
15326         * configure.in
15327                 change version
15328
15329         * src/inc.c, src/summaryview.[ch]
15330                 prevent update of mark file when filtering has done, by
15331                 using a variable; this affects two functions:
15332                         inc.c::inc_finished()
15333                         summaryview.c::summary_show()
15334
15335 2001-07-20 [alfons]
15336
15337         * src/filtering.[ch], src/prefs_filtering.c, 
15338           src/matcher.[ch]
15339                 add filtering action for label coloring 
15340
15341         * po/POTFILES.in
15342                 add labelcolors.c
15343
15344         * added src/labelcolors.c
15345         * added src/labelcolors.h
15346         * src/Makefile.am, src/summaryview.c
15347                 rearrange label coloring code
15348
15349         * src/procmsg.h
15350                 add more parentheses so label colouring works correctly
15351
15352         * src/filtering.c
15353                 don't really delete message, but move it to Trash
15354
15355         * src/prefs_matcher.c
15356                 add quote options to info dialog
15357
15358 2001-07-20 [christoph]
15359
15360         * src/Makefile.am
15361         * src/inc.c
15362         * src/main.[ch]
15363         * src/socket.h
15364         * src/ssl.[ch] (new)
15365                 moved ssl stuff to a seperate file
15366
15367 2001-07-20 [darko]
15368
15369         * src/summaryview.c
15370                 fix show sender using address book with no e-mail
15371                 address in From: field
15372
15373 2001-07-19 [alfons]
15374
15375         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15376                 fix messy handling of escaping... now at least the
15377                 execute command is useful. escape char is '\', we
15378                 accept \n and \r too. 
15379
15380                 Real life example:
15381                 
15382                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15383                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15384
15385 2001-07-18 [alfons]
15386
15387         0.5.0claws6
15388
15389         * src/summaryview.c
15390                 clean up
15391
15392         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15393           src/procmsg.[ch]
15394                 revise filtering; currently move, copy, marking have
15395                 been tested. if you like bleeding edge stuff, you
15396                 should definitely go for this version :)
15397
15398         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15399
15400 2001-07-17 [christoph]
15401
15402         * src/utils.c
15403                 timestamp log
15404
15405 2001-07-17 [alfons]
15406
15407         0.5.0claws5
15408
15409         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15410           bits in the mark file, without affecting either branch. Lots of
15411           files changed, also in claws branch.
15412
15413           UNTESTED: use of mbox folders
15414
15415         * src/summaryview.c
15416                 added mark all read; however this was a quick hack used for
15417                 cleaning up mess after initial merge with Hiroyuki
15418
15419         * configure.in
15420                 change claws version number back to 0.5.0claws5 to clear up 
15421                 confusion & pretension (recent release was technically 
15422                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15423
15424 2001-07-16 [alfons]
15425
15426         sync with Hiroyuki's 0.5.0cvs4
15427
15428 2001-07-16 [alfons]
15429
15430         0.5.1claws3
15431
15432         * src/filtering.[ch]
15433                 remove invalid updating of mark files for 
15434                 filter actions MATCHING_ACTION_MOVE and 
15435                 MATCHING_ACTION_DELETE; this should fix the
15436                 folder update bug
15437                 
15438         * src/procmsg.c
15439                 revert Christoph's stab at fixing the folder 
15440                 update bug
15441
15442         * po/POTFILES.in
15443                 add missing files with translatable strings
15444
15445         * src/summaryview.c
15446                 remove debug print
15447
15448 2001-07-15 [alfons]
15449
15450         * src/addr_compl.[ch], src/prefs_filtering.c
15451                 make "filtering pref dialog's destination entry" an
15452                 "address completable entry", if filter destination is 
15453                 an email address
15454
15455         0.5.1claws2
15456         
15457         sync with Hiroyuki's 0.5.0cvs2-3
15458
15459 2001-07-15 [christoph]
15460
15461         * src/procmsg.c
15462                 fixed folder stats update after incorporation
15463
15464 2001-07-15 [alfons]
15465
15466         * src/summaryview.c
15467                 * finish label colouring stuff (for now)
15468                 * fix incorrect colour bug (off by one) 
15469
15470 2001-07-14 [alfons]
15471
15472         * src/mainwindow.c
15473                 change text labels for news and mail message so there's
15474                 plenty of toolbar estate left
15475
15476         * configure.in
15477                 0.5.1claws1
15478
15479         * src/folderview.c
15480           src/folder.[ch]
15481                 sync with Hiroyuki's 0.5.0cvs1
15482
15483         * src/summaryview.c
15484                 more rewrite label colouring
15485
15486 2001-07-14 [alfons]
15487
15488         * src/summaryview.[ch]
15489                 * start rewrite label colouring 
15490                 * fix proper location "Add Sender To Addressbook" menu item
15491
15492 2001-07-13
15493
15494         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15495         (actually this is 0.5.0claws4)
15496
15497 2001-07-13 [alfons]
15498
15499         * po/pt_BR.po
15500                 * fix duplicate message
15501                 * add updated Portugese / Brazilian translation
15502                   submitted by Fabio Junior Beneditto
15503
15504 2001-07-12 [alfons]
15505
15506         * AUTHORS
15507                 add Jens
15508
15509         * po/nl.po
15510                 add updated Dutch translation
15511
15512         * po/de.po
15513                 add updated German translation submitted by Jens
15514
15515 2001-07-11 [alfons]
15516
15517         Prerelease before 0.5.0claws. Please test.
15518         This version is temporarily tagged as VERSION_0_5_0_TEST
15519
15520         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15521           src/prefs_scoring.c, src/prefs_matcher.c, 
15522           src/prefs_filtering.c, src/mbox.c, 
15523           src/main.c, src/inc.c, src/filtering.[ch]
15524                 revert new Hoa's new matcher (does not work yet)
15525
15526         * src/Makefile.am
15527                 clean up
15528
15529 2001-07-10
15530
15531         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15532
15533
15534 2001-07-10 [alfons]
15535
15536         * Makefile.am
15537                 add ChangeLog.claws to EXTRA_DIST
15538         * src/Makefile.am
15539                 add matcher_parser_parse.h to EXTRA_DIST
15540
15541 2001-07-10 [christoph]
15542
15543         * src/inc.c
15544                 add destination folder to table of
15545                 folders that need to be updated after
15546                 incorporation
15547
15548 2001-07-10 [alfons]
15549
15550         * folder.[ch]
15551           folderview.c
15552                 make collapse state of folders and folder items persistent, i.e.
15553                 if you collapse a folder tree, the next time sylpheed-claws starts 
15554                 up the folder tree remains collapsed.  
15555                 
15556 2001-07-10 [christoph]
15557
15558         * acconfig.h
15559         * configure.in
15560                 added --enable-ssl
15561         * src/md5.[ch]
15562                 renamed MD5_CTX to MD5_CTX_syl
15563                 conflicts with a struct in openssl
15564         * src/inc.c
15565         * src/main.[ch]
15566         * src/prefs_account.[ch]
15567         * src/socket.[ch]
15568                 SSL support for POP
15569         * src/mainwindow.c
15570                 fixed compose with current account
15571                 broken by new compose button stuff
15572
15573 2001-07-09 [hoa]
15574
15575         * AUTHORS
15576                 changed my email address
15577
15578         * src/matcher_parser_parse.y
15579                 clean the parser to remove conflicts
15580
15581 2001-07-09 [alfons]
15582
15583         * AUTHORS
15584                 add Match Grun
15585
15586         * configure.in
15587                 fix incorrect description of --enable-ldap parameter
15588
15589         * src/prefs_common.[ch]
15590           src/compose.c
15591                 add experimental option "smart wrapping" which makes the
15592                 compose editor auto wrap.
15593                 
15594                 | TODO: the problem with the buggy cursor handling is caused |
15595                 | by the GtkText. when deleting / backspacing text its       |
15596                 | wrapping algorithm does not take in account the previous   |
15597                 | line. should find a way to hack this in.                   |
15598                 | or should perhaps combine this with the word wrapping      |
15599                 | patch i wrote in january.                                  |
15600
15601         * src/about.c
15602                 show build parameters for LDAP and JPilot
15603
15604         * src/summaryview.c
15605                 revert Christoph's bugfix for selecting next unread message, 
15606                 because folder stats aren't updated correctly
15607
15608 2001-07-08 [hoa]
15609
15610         * src/filtering.c
15611         * src/mainwindow.c
15612         * src/matcher.c
15613         * src/matcher_parser_lex.l
15614         * src/matcher_parser_parse.y
15615         * src/prefs_filtering.c
15616         * src/prefs_scoring.c
15617         * src/scoring.c
15618                 bugfix of the config file parser
15619
15620 2001-07-08 [alfons]
15621
15622         * src/Makefile.am
15623                 added generated matcher sources to BUILT_SOURCES
15624
15625 2001-07-08 [hoa]
15626
15627         * src/Makefile.am
15628         * src/.cvsignore
15629                 added new config file parser
15630
15631         * src/scoring.[ch]
15632         * src/filtering.[ch]
15633         * src/matcher.[ch]
15634         * src/prefs_filtering.c
15635         * src/prefs_matcher.c
15636         * src/prefs_scoring.c
15637         * added src/matcher_parser.h
15638         * added src/matcher_parser_lex.h
15639         * added src/matcher_parser_lex.l
15640         * added src/matcher_parser_parse.y
15641                 lex & yacc config file parser
15642
15643         * src/mbox.c
15644         * src/inc.c
15645         * src/main.c
15646                 changes prefs_filtering into global_filtering           
15647
15648         * src/summaryview.c
15649                 build threads with subjects only if "Re: " is at the
15650                 beginning of the subject
15651
15652 2001-07-07 [paul]
15653
15654         0.5.0claws
15655
15656         sync with sylpheed 0.5.0
15657                 change of version number only
15658
15659 2001-07-06 [paul]
15660
15661         0.5.0claws5
15662
15663         sync with sylpheed 0.5.0pre5
15664
15665 2001-07-05 [paul]
15666
15667         sync with sylpheed 0.5.0pre4 release
15668                 /po and /manual/ja not sync'ed
15669
15670 2001-07-04 [paul]
15671
15672         more sync with sylpheed 0.5.0pre4
15673
15674 2001-07-03 [christoph]
15675
15676         * src/addressbook.c
15677                 fixed address book broken by address book
15678                 for VCard, JPilot, LDAP
15679
15680 2001-07-03 [alfons]
15681
15682         * src/matcher.c
15683         * src/textview.c
15684                 stopped memory leaks
15685
15686 2001-07-03 [paul]
15687
15688         more sync with sylpheed 0.5.0pre4
15689
15690 2001-07-02 [match]
15691
15692         * included address book patch for VCard, JPilot, LDAP
15693         * pref_common.c - fixed Font options on Display tab (cosmetic)
15694         * alertpanel.c - fixed truncated message
15695
15696 2001-07-02 [christoph]
15697
15698         * src/mbox_folder.c
15699         * src/procmsg.[ch]
15700         * src/summaryview.c
15701                 mark threads for ignoring
15702
15703 2001-07-02 [paul]
15704
15705         0.5.0claws4
15706
15707         * sync with sylpheed 0.5.0pre4
15708                 updated gettext to 0.10.38.
15709
15710 2001-07-01 [paul]
15711
15712         * src/ mainwindow.c
15713         * src/procmsg.h
15714         * src/summaryview.[ch]
15715                 new right-click option: Label.
15716                 substitute for 'Mark-->Mark/Unmark', colours the line.
15717                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15718
15719 2001-07-01 [christoph]
15720
15721         * src/folderview.c
15722                 fixed font for trash
15723         * src/summaryview.c
15724                 move ctree to unread message
15725
15726 2001-07-01 [paul]
15727
15728         * sync with sylpheed 0.5.0pre3 release
15729
15730 2001-06-30 [alfons]
15731
15732         * src/filesel.[ch]
15733         * src/compose.c
15734                 allow inserting / attaching multiple files in
15735                 the composer window
15736
15737 2001-06-30 [paul]
15738
15739         * src/codeconv.c
15740                 small change to Alfons' previous stuff so that it
15741                 actually makes
15742
15743 2001-06-30 [alfons]
15744
15745         * lots of files changed; first attempt to merge the changes
15746           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15747
15748 2001-06-30 [paul]
15749
15750         * po/pt_BR.po
15751                 updated and completed, translations by Fabio
15752                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15753
15754 2001-06-29 [alfons]
15755
15756         * src/compose.c
15757         * src/mimeproc.[ch]
15758                 allow selecting an attached files' mime type from a 
15759                 list of types.
15760
15761 2001-06-29 [paul]
15762
15763         * more sync with sylpheed 0.5.0pre3
15764
15765 2001-06-29 [paul]
15766
15767         * po/pt_BR.po
15768                 merge with sylpheed.pot and pt_BR.po provided by
15769                 Fabio Junior Beneditto.
15770
15771 2001-06-29 [darko]
15772
15773         * src/procmime.c
15774                 make MIME types case insensitive
15775
15776 2001-06-28 [alfons]
15777
15778         * po/nl.po
15779                 merge with sylpheed.pot and old nl.po; translations added.
15780
15781 2001-06-28 [paul]
15782
15783         * more sync with sylpheed 0.5.0pre3
15784
15785 2001-06-27 [alfons]
15786
15787         * src/summaryview.c
15788                 don't crash when removing parent node of messages
15789                 attracted by subject. this was caused by not deleting
15790                 the parent node from the subject line hash table.
15791
15792 2001-06-27 [alfons]
15793
15794         * src/summaryview.c
15795         * src/compose.[ch]
15796         * src/mainwindow.c
15797                 if there are multiple messages selected, allow forwarding
15798                 them as attachments.
15799
15800 2001-06-27 [paul]
15801
15802         * more sync with sylpheed 0.5.0pre3
15803
15804 2001-06-26 [paul]
15805
15806         0.5.0claws3
15807
15808         * sync with sylpheed 0.5.0pre3
15809
15810 2001-06-25 [paul]
15811
15812         * src/mainwindow.c
15813                 fixed 'compose news article' bug
15814                 from icon-and-text toolbar
15815
15816 2001-06-25 [paul]
15817
15818         * sync with sylpheed 0.5.0pre2 release
15819
15820 2001-06-24 [christoph]
15821
15822         * src/prefs_common.c
15823                 bug fix in font selection
15824         * src/folderview.c
15825                 use sylpheed's normal font instead of
15826                 gtk default font for folders without
15827                 new messages
15828
15829 2001-06-24 [alfons]
15830
15831         * src/mainwindow.[ch]
15832                 added composite compose mail / news button (an idea by Leandro
15833                 Pereira <leandro@linuxmag.com.br>)
15834
15835 2001-06-24 [paul]
15836
15837         Added instructions for ldif-to-xml.py
15838
15839         * tools/README
15840
15841 2001-06-23 [alfons]
15842
15843         Some minor things.
15844
15845         * src/pixmaps/stock_news_compose.xpm
15846                 added pixmap by Leandro
15847         * src/prefs_common.c
15848                 tested built-in spelling checker of GCC 3.0 :)
15849         * po/nl.po
15850                 merged dutch translation of sylpheed-main with
15851                 sylpheed.pot
15852
15853 2001-06-23 [paul]
15854
15855         Added tools directory and files.
15856
15857         * tools/filter_conv.pl
15858                 converts old filter system to new filtering system
15859         * tools/ldif-to-xml.py
15860                 converts netscape addressbook to sylpheed addressbook
15861         * tools/README
15862                 descriptions/instructions for above two files
15863
15864 2001-06-23 [christoph]
15865
15866         * src/inc.c
15867         * src/manage_window.[ch]
15868         * src/prefs_common.[ch]
15869                 mail retrieval dialog can be enabled, disabled
15870                 or hidden if non of sylpheed's windows is active
15871
15872 2001-06-22 [paul]
15873
15874         0.5.0claws2
15875
15876         * sync with sylpheed 0.5.0pre2
15877
15878 2001-06-21 [christoph]
15879
15880         * src/summaryview.c
15881                 show recipient on 'from' for all accounts
15882                 
15883         * src/inc.c
15884         * src/prefs_common.[ch]
15885                 disable error popup on mail receive errors
15886
15887 2001-06-21 [alfons]
15888
15889         * src/compose.c
15890                 made the ruler correctly appear and disappear.
15891
15892         * src/Makefile.am
15893                 removed Hoa's work-in-progress-stuff (interesting!) so 
15894                 claws compiles ok.
15895
15896 2001-06-20 [christoph]
15897
15898         * src/inc.c
15899         * src/progressdialog.c
15900                 added scrolled window for list in progressdialog
15901
15902 2001-06-20 [paul]
15903
15904         sync with sylpheed 0.5.0pre1 release
15905
15906 2001-06-20 [christoph]
15907
15908         * src/summeryview.c
15909                 make building threads by subject work when
15910                 thread view is enabled
15911                 
15912         * src/compose.c
15913         * src/prefs_common.[ch]
15914                 automatically select account for mail replys
15915
15916 2001-06-19 [sergey]
15917
15918         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15919         they are filled in from the account settings.
15920
15921 2001-06-19 [paul]
15922
15923         * more sync with sylpheed 0.5.0pre1
15924
15925 2001-06-18 [alfons]
15926
15927         * src/Makefile.am,
15928           src/procmime.c
15929                 added --sysconfdir to CPPFLAGS for pointing to the correct
15930                 location of mime.types. 
15931
15932                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15933                 or ./configure!
15934
15935 2001-06-18 [hoa]
15936
15937         * src/summaryview.c
15938                 fixed some bug when building threads
15939
15940 2001-06-18 [pau]l
15941
15942         * src/prefs_account.c
15943                 UI stuff: More changes to the English
15944
15945 2001-06-18 [paul]
15946
15947         * src/pixmaps/stock_news_compose.xpm: new file
15948         * src/Makefile.am
15949         * src/mainwindow.c
15950         * src/summaryview.c
15951                 Added new icon for Hoa's 'compose a news
15952                 message', plus minor improvements to the
15953                 English
15954
15955         * po/ja.po
15956         * ChangeLog
15957         * ChangeLog.jp
15958                 more sync with sylpheed 0.5.0pre1
15959
15960 2001-06-18 [hoa]
15961
15962         * src/compose.[ch]
15963         * src/mainwindow.c
15964                 Follow-up and reply to
15965
15966         * src/summaryview.[ch]
15967                 Build threads also with subjects
15968
15969 2001-06-17 [hoa]
15970
15971         * src/compose.c
15972                 forwarding use the current account.
15973
15974         * src/mainwindow.c
15975                 the "compose message" button has been replaced with
15976                 "new mail" and "new news" buttons
15977
15978         * src/prefs_common.[ch]
15979                 added a configuration option to use the forward button
15980                 as "forward as attachment"
15981                 changed reply and forward format description
15982
15983         * src/quote_fmt_lex.l
15984         * src/quote_fmt_parse.y
15985                 added message with no signature in format for reply
15986                 and forward.
15987
15988 2001-06-17 [paul]
15989
15990         Minor UI stuff
15991
15992         * src/mainwindow.c
15993         * src/summaryview.c
15994                 Improvements to the English
15995
15996         * src/prefs_common.c
15997                 Improvements to the English and some
15998                 clarity/continuity improvements in the
15999                 description of Quote symbols.
16000
16001 2001-06-17 [paul]
16002
16003         0.5.0claws1
16004
16005         * sync with sylpheed 0.5.0pre1
16006
16007 2001-06-17 [hoa]
16008
16009         * src/compose.c
16010                 Better interface for compose, displayed fields
16011                 are updated whenever we change account.
16012                 Newsgroups field is automatically filled.
16013
16014         * src/mainwindow.c
16015                 Newsgroups field is automatically filled.
16016
16017         * src/prefs_account.c
16018                 Some interface stuff when fields appear and
16019                 disappear.
16020
16021 2001-06-16 [paul]
16022
16023         0.4.99claws
16024
16025         * sync with sylpheed 0.4.99
16026
16027 2001-06-16 [sergey]
16028
16029         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16030         base64_decoder_free, base64_decoder_decode): new object and
16031         functions for decoding base64 streams.
16032         * src/procmime.c (procmime_decode_content): modified to use the
16033         new base64 decoder.
16034
16035 2001-06-15 [paul]
16036
16037         0.4.99claws10
16038
16039         * sync with sylpheed 0.4.99cvs11
16040
16041 2001-06-13 [paul]
16042
16043         0.4.99claws9
16044
16045         * sync with sylpheed 0.4.99cvs9
16046
16047 2001-06-13 [hoa]
16048
16049         * src/compose.c
16050         * src/prefs_account.c
16051
16052                 SMTP server can be defined in the news account
16053                 mime type of attachment are kept.
16054
16055         * src/summaryview.c
16056
16057                 now choose the highest important score between default
16058                 and important score of folder.
16059
16060 2001-06-09 [alfons]
16061         
16062         * src/prefs_common.c: 
16063
16064                 (prefs_quote_description_create): corrected description of 
16065                 quote format characters
16066
16067 2001-06-09 [paul]
16068
16069         0.4.99claws8
16070
16071         * sync with sylpheed 0.4.99cvs8
16072
16073 2001-06-08 [sergey]
16074
16075         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16076         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16077
16078 2001-06-08 [paul]
16079
16080         0.4.99claws7
16081
16082         * sync with sylpheed 0.4.99cvs7
16083
16084 2001-06-06 [sergey]
16085
16086         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16087         clashes with autogenerated header).
16088         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16089         * src/Makefile.am: added quote_fmt.h.
16090         * src/.cvsignore: added lex/yacc autogenerated files
16091         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16092
16093 2001-06-06 [paul]
16094
16095         0.4.99claws6
16096
16097         * sync with sylpheed 0.4.99cvs6
16098
16099 2001-06-06 [hoa]
16100
16101         * added src/quote_fmt_parse.h
16102         * src/compose.c
16103                 removed warnings
16104
16105         * src/prefs.[ch]
16106                 don't modify readonly configuration files
16107
16108         * src/prefs_account.c
16109         * src/prefs_common.c
16110         * src/prefs_customheader.c
16111         * src/prefs_display_header.c
16112         * src/prefs_filter.c
16113         * src/prefs_filtering.c
16114         * src/prefs_scoring.c
16115                 don't open dialog box when configuration files
16116                 are readonly
16117
16118 2001-06-05 [sergey]
16119
16120         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16121
16122         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16123         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16124         BUILT_SOURCES to make all files rebuild properly.
16125
16126         * src/compose.c: removed #include "quote_fmt.tab.h".
16127
16128         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16129         CHARACTER value in yylval.
16130
16131         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16132         receive CHARACTER value by documented means (yylval).
16133
16134         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16135
16136 2001-06-05 [hoa]
16137
16138         * src/Makefile.am
16139                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16140
16141         * src/filtering.c
16142         * src/matcher.c
16143         * src/matcher.h
16144         * src/prefs_filtering.c
16145                 now keep the configuration for execute action
16146
16147         * src/mbox_folder.c
16148                 fixed a warning
16149
16150 2001-06-05 [paul]
16151
16152         * sync with sylpheed 0.4.99cvs5
16153
16154 2001-06-05 [hoa]
16155
16156         * src/Makefile.am
16157                 added quote_fmt.[ch]
16158
16159         * added src/quote_fmt.y
16160         * added src/quote_fmt.l
16161         * added src/quote_fmt.tab.h
16162         * added src/quote_fmt.tab.c
16163         * added src/lex.quote_fmt.c
16164                 parsing configuration for replying
16165                 and forwarding
16166
16167         * src/prefs_common.[ch]
16168                 added configuration UI for replying
16169                 and forwarding
16170
16171         * src/compose.c
16172                 using configuration for replying
16173                 and forwarding
16174
16175 2001-06-04 [hoa]
16176
16177         * src/filtering.c
16178         * src/matcher.c
16179         * src/matcher.h
16180         * src/prefs_filtering.c
16181         * src/prefs_matcher.c
16182         * src/prefs_matcher.h
16183                 action "run a command" for filtering
16184                 and matching with a command.
16185                 fixed the "whole message" matching
16186
16187         * src/mbox_folder.c
16188                 changed temporary filename for security
16189
16190         * src/messageview.c
16191                 queue the notification if it fails to send.
16192
16193         * src/prefs_common.c
16194         * src/prefs_folder_item.c
16195                 changed the default important score             
16196
16197         * src/prefs_scoring.c
16198         * src/scoring.c
16199                 hide kill score input when the folder is not
16200                 a newsgroup
16201
16202 2001-06-03 [alfons]
16203
16204         * src/prefs_common.c:
16205
16206                 (prefs_font_select): pass font name in font entry box to font
16207                 selection dialog.
16208
16209 2001-06-03 [sergey]
16210
16211         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16212
16213 2001-06-03 [paul]
16214
16215         * sync with sylpheed 0.4.99cvs4
16216
16217 2001-06-03 [alfons]
16218
16219         * src/headerwindow.c:
16220
16221                 (headerwindow_show_cb): use the selected summary view item, not
16222                 the displayed item.
16223
16224 2001-06-02 [alfons]
16225
16226         * src/headerwindow.c:
16227
16228                 (headerwindow_show_cb): always try to show msginfo
16229
16230 2001-06-02 [hoa]
16231
16232         * src/compose.c
16233                 keep attached parts when reediting or forwarding.
16234
16235 2001-06-01 [hoa]
16236
16237         * src/folderview.c
16238         * src/prefs_folder_item.[ch]
16239         * src/prefs_scoring.[ch]
16240         * src/scoring.[ch]
16241         * src/summaryview.[ch]
16242         * src/main.c
16243         * src/mainwindow.c
16244         * src/prefs_common.[ch]
16245                 support for folder scoring
16246                 kill score and important score for messages
16247         
16248         * src/prefs_account.c
16249                 some display bug fixed for local account
16250                 preferences
16251
16252 2001-05-31 [alfons]
16253
16254         * src/summaryview.c:
16255
16256                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16257                 sender to address book menu item is disabled.
16258
16259 2001-05-30 [hoa]
16260
16261         * src/filtering.[ch]
16262         * src/summaryview.c
16263                 handling summary menu / filter messages
16264
16265         * src/folder.[ch]
16266                 add some stuff
16267
16268         * src/foldersel.c
16269                 imap folders now appears in list
16270
16271         * src/mbox_folder.c
16272                 doesn't crash if destination mail is not writeable
16273
16274 2001-05-29 [hoa]
16275
16276         * src/compose.c
16277                 removed some warnings
16278
16279         * src/filtering.c
16280         * src/folder.[ch]
16281         * src/prefs_filtering.c
16282                 global string to identify any folders           
16283                 removed some debug info
16284                 filtering to mbox folders is now possible
16285
16286         * src/mainwindow.c
16287                 removed some warnings
16288
16289         * src/mbox_folder.c
16290                 permission on files are changed to read/write for user only,
16291                 nothing for other.
16292                 creation of subfolder is handled better.
16293
16294 2001-05-28 [alfons]
16295
16296         Verified the sync for src/prefs_common.[ch] and
16297         src/prefs_account.[ch]. I believe there were some
16298         minor indentation differences.
16299
16300 2001-05-28 [paul]
16301
16302         0.4.99claws3
16303
16304         * sync with 0.4.99cvs3
16305
16306 2001-05-28 [hoa]
16307
16308         * src/compose.c
16309                 handling flags for mbox format
16310
16311         * src/filtering.c
16312                 use of mark file only for MH format
16313                 handling flags for mbox format
16314                 filtering cannot yet move or copy mails to mbox folders.
16315
16316         * src/folder.[ch]
16317                 changed move_msg, copy_msg,
16318                 move_msgs_with_dest, copy_msgs_with_dest functions
16319                 uses only folder->copy_msg() function
16320                 uses folder->finished_copy() to handle the destination
16321                 folder at the end of the copy or move operation.
16322
16323         * src/foldersel.c
16324                 included mbox directories.
16325
16326         * src/folderview.[ch]
16327         * src/mainwindow.c
16328                 handle folders operation for mbox format
16329
16330         * src/mbox.c
16331                 disable conversion of "From " header
16332
16333         * src/mbox_folder.[ch]
16334                 completion of mbox format handling
16335
16336         * src/mh.c
16337                 changed mh_copy_msg() function and
16338                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16339                 mh_copy_msgs_with_dest()
16340
16341         * src/prefs_filtering.c
16342                 removed some warnings
16343
16344         * src/prefs_matcher.c
16345                 default boolean operation is AND
16346
16347         * src/procheader.c
16348                 handling flags for mbox format
16349                 handling of "From " header
16350
16351         * src/procmsg.[ch]
16352                 removed data field
16353                 added MSG_REALLY_DELETED flags to handle deletion of
16354                 messages in mbox format.
16355
16356         * src/summaryview.c
16357                 handling flags for mbox format
16358                 disable the MSG_DELETED flags when messages
16359                 are deleted in mbox format
16360
16361         * src/textview.c
16362                 "From " headers display fixed.
16363
16364 2001-05-27 [alfons]
16365
16366         * src/textview.c:
16367                 
16368                 (get_email_part): skip quoted email addresses, like in e.g.
16369                 "'alfons@proteus.demon.nl'".
16370
16371 2001-05-26 [alfons]
16372
16373         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16374         and fixing the persistence troubles when using separate windows.
16375
16376         * src/mainwindow.c:
16377         
16378             Added #define SEPARATE_ACTION used in the gtk item factory for 
16379             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16380                 use gtk_item_factory_get_widget_by_action() to get the items.
16381                 
16382             Removed separate_widget_cb from the gtk item factory data   
16383           
16384             (mainwindow_create): connect separate_widget_cb() to check
16385             menu item "toggled" signal. also passing a MainWindow pointer
16386                 as object data for both check menu items.
16387                 
16388             (separate_widget_cb): definition of separate_widget_cb() to match
16389             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16390                 window using gtk_object_get_data(). The type of window separation 
16391                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16392         
16393         * src/prefs_filtering.c,
16394           src/prefs_matcher.c: added horizontal scrollbars
16395
16396 2001-05-25 [darko]
16397
16398         * src/headerview.c
16399                 fix segfault with invalid bold font
16400         * src/summaryview.c
16401                 correctly display summary stats after row is marked
16402
16403 2001-05-23 [sergey]
16404
16405         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16406         encodings with libjconv.
16407
16408 2001-05-23 [hoa]
16409
16410         * src/Makefile.am
16411                 added mbox_folder.[ch]
16412         * src/defs.h
16413                 mbox temporary folder
16414         * src/folder.[ch]
16415         * added src/mbox_folder.[ch]
16416         * src/folderview.c
16417         * src/procheader.[ch]
16418                 added mbox support
16419         * src/mbox.c
16420                 bugfix for file incorporation filtering
16421         * src/imap.c
16422                 enable creation of MBOX
16423         * src/prefs_display_header.c
16424                 enable use of headers like "From "
16425                 something that should be fixed :
16426                         displaying of such headers add an extra space
16427         * src/prefs_folder_item.c
16428                 don't create folders because it is not necessary
16429         * src/procmsg.h
16430                 added data field to MsgInfo for mbox internal use
16431         * src/summaryview.c
16432                 added some support for mbox
16433         * src/utils.[ch]
16434                 added get_mbox_cache_dir() function
16435
16436 2001-05-23 [hiroyuki]
16437
16438         * src/headerwindow.c
16439           src/inc.c
16440           src/main.c
16441           src/mh.c
16442           src/nntp.c
16443           src/procmsg.h
16444           src/session.h
16445           src/socket.[ch]
16446           src/summaryview.c
16447           src/textview.c
16448           src/automaton.c
16449           src/folderview.c: more sync with 0.4.99cvs2.
16450
16451         * src/headerwindow.c: reverted.
16452
16453 2001-05-22 [paul]
16454
16455         0.4.99claws2
16456
16457         * sync with sylpheed 0.4.99cvs2
16458                 * src/news.[ch]
16459                 * src/nntp.[ch]
16460                 * INSTALL
16461                 * INSTALL.jp
16462
16463 2001-05-22 [alfons]
16464
16465         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16466
16467 2001-05-21 [alfons]
16468
16469         Minor things:
16470
16471         * configure.in: if gnome-config not found, "no" is displayed
16472         
16473         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16474
16475         * src/textview.c: now also possible to add mail addresses by right
16476           clicking in the text view
16477
16478         * src/codeconv.c: merged patch which fixes endless loop when encountering
16479           invalid wide characters; from Alte <010@imis.ru>  
16480
16481 2001-05-20 [alfons]
16482
16483         Added installation of gnome specific things:
16484
16485         * Makefile.am: gnome conditional
16486
16487         * configure.in: check for installed gnome
16488
16489         * added sylpheed.png, sylpheed.desktop
16490
16491 2001-05-20 [sergey]
16492
16493         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16494
16495         * src/mainwindow.h (main_window_toolbar_create): created a button
16496         for "Reply to all".
16497         (main_window_set_toolbar_sensitive): enable/disable the new button
16498         appropriately.
16499         (toolbar_reply_to_author_cb): handle the new button.
16500
16501         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16502         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16503         failure).
16504
16505 2001-05-19 [sergey]
16506
16507         * src/compose.h (ComposeReplyMode): new modes
16508         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16509         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16510
16511         * src/compose.c
16512         (compose_send): move some code into a new function:
16513         (compose_current_mail_account): new function.
16514         (compose_reply): new argument to_author, all callers changed; if
16515         to_author==TRUE and account->protocol==A_NNTP, find and use an
16516         appropriate mail account for replying.
16517         (compose_reply_set_entry): new argument to_author; ignore
16518         compose->replyto if to_author==TRUE.
16519
16520         * src/mainwindow.c: new command "Message/Reply to author".
16521         (main_window_set_menu_sensitive): enable/disable it.
16522         (reply_cb): handle it.
16523
16524         * src/summaryview.c: new command "Reply to author".
16525         (summary_set_menu_sensitive): enable/disable it.
16526         (summary_reply_cb): handle it.
16527
16528         * src/account.c (account_find_mail_from_address): new function.
16529
16530 2001-05-18 [paul]
16531
16532         0.4.99claws1
16533
16534         * sync with sylpheed 0.4.99cvs1
16535
16536 2001-05-18 [hoa]
16537
16538         * src/compose.[ch]
16539         * src/filtering.c
16540         * src/summaryview.c
16541                 new filtering action : forward and forward as attachment
16542
16543         * src/main.c
16544                 no need for $DISPLAY when we run sylpheed --help
16545                 call to parse_cmd_opt() is moved
16546
16547         * src/mainwindow.[ch]
16548                 execute button is hidden when immediate execute
16549                 is chosen
16550
16551         * src/mh.c
16552         * src/news.c
16553         * src/prefs_folder_item.c
16554         * src/procmsg.c
16555                 better handling of missing directories
16556
16557         * src/summaryview.c
16558                 reedit is enabled in outbox
16559                 reedit is enabled in queue
16560
16561 2001-05-17 [hoa]
16562
16563         * src/filtering.c
16564         * src/matcher.[ch]
16565         * src/prefs_filtering.c
16566                 changed attachement into attachment
16567
16568 2001-05-17 [alfons]
16569
16570         0.4.67claws4    
16571
16572         * sync with sylpheed 0.4.67cvs9
16573         * sync with sylpheed 0.4.67cvs7-8
16574
16575 2001-05-17 [hoa]
16576
16577         * src/Makefile.am
16578                 added prefs_filtering.c
16579
16580         * src/filtering.[ch]
16581         * src/matcher.[ch]
16582                 removed action : forward_news and forward_news_as_attachement
16583                 (forward and forward_as_attachement can be used instead)
16584
16585         * src/mainwindow.c
16586                 added menu option to access filtering configuration
16587
16588         * src/prefs_account.c
16589                 changed mail_command default to /usr/sbin/sendmail
16590
16591         * added src/prefs_filtering.[ch]
16592                 dialog box for filtering configuration
16593
16594         * src/prefs_matcher.c
16595                 added function prefs_matcher_get_criteria_from_matching()
16596
16597         * src/prefs_scoring.c
16598                 reset the dialog when register or substitute is clicked
16599
16600 2001-05-15 [hoa]
16601
16602         * src/Makefile.am
16603                 added filtering.[ch]
16604         * src/inc.c
16605                 using filering.[ch] instead of filter.[ch]
16606         * src/main.c
16607                 reading new filtering configuration
16608         * src/matcher.[ch]
16609                 added some filtering actions
16610                 and fixed a bug for headers and mail body matching
16611         * src/mbox.c
16612                 using filering.[ch] instead of filter.[ch]
16613         * src/mh.c
16614                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16615         * src/summaryview.c
16616                 some fixes for filtering
16617
16618 2001-05-14 [hiroyuki]
16619
16620         * src/send.c: fixed some weird indentations.
16621           send_message_with_command(): call pclose() only if p != NULL.
16622         * src/textview.c: get_email_part(): modified the code for readability.
16623
16624 2001-05-14 [hiroyuki]
16625
16626         * src/md5global.h
16627           src/md5ify.c
16628           src/md5ify.h: removed from the cvs.
16629
16630 2001-05-13 [sergey]
16631
16632         * src/main.c: include rfc2015.h to avoid compiler warnings.
16633         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16634         the panel is already on screen.
16635         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16636         closing the alert window by ESC as "No".
16637         * src/prefs_common.c (prefs_interface_create): moved return
16638         receipt check button to the correct place.
16639
16640 2001-03-13 [alfons]
16641
16642         * src/prefs_common.c: 
16643                 moved return receipt check button to the Send tab. (prefs_send_create)
16644                 removed the date format ui related globals. (prefs_display_create)
16645
16646         0.4.67claws3
16647         
16648         * sync with sylpheed 0.4.67cvs5-6
16649
16650 2001-05-13 [paul]
16651
16652         * added Alfons' font selection patch
16653
16654         * src/defs.h
16655         * src/headerwindow.c
16656         * src/prefs_common.c
16657         * src/prefs_common.h
16658
16659 2001-05-13 [hoa]
16660         * src/defs.h
16661                 changed version of cache
16662         * src/matcher.[ch]
16663         * src/prefs_matcher.c
16664                 added additionnal matching criteria
16665         * src/procheader.c
16666         * src/procmsg.[ch]
16667         * src/news.c
16668                 added references in MsgInfo
16669
16670 2001-05-12 [hoa]
16671
16672         * src/defs.h
16673                 prepared some things for new filtering
16674         * src/matcher.[ch]
16675                 added some matching properties
16676                 inreplyto need to be enhanced
16677                 prepared some things for new filtering
16678         * src/messageview.c
16679                 added Return-Receipt-To handling
16680         * src/prefs_folder_item.c
16681                 changed default value to TRUE
16682         * src/prefs_matcher.c
16683                 added some matching properties
16684         * src/prefs_scoring.[ch]
16685                 the scoring dialog is finished
16686         * src/procheader.c
16687                 added Return-Receipt-To handling
16688                 Reference need to be added
16689         * src/procmsg.[ch]
16690                 added Return-Receipt-To handling
16691                 added threadscore to get a better score sorting when
16692                 threads are enabled
16693         * src/summaryview.c
16694                 suppressed a bug when we sort the list
16695                 when no folder is opened.
16696                 better score sorting when threads are enabled
16697
16698 2001-05-12 [alfons]
16699
16700         * reverted previous patch because of potential errors 
16701
16702         0.4.67claws2
16703         
16704         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16705                 applied "toggle mail-retrieval dialog window" patch submitted 
16706                 by Eric Limpens <eric@qnt.net>
16707
16708         * sync with sylpheed 0.4.67cvs4
16709
16710 2001-05-12 [sergey]
16711
16712         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16713         some picky compilers.
16714         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16715         * src/grouplist_dialog.c: include alertpanel.h.
16716         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16717         fix compile warning.
16718         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16719         #include "defs.h" before others to prevent the warning of `MIN'
16720         and `MAX' redefinition.
16721
16722 2001-05-11 [hoa]
16723
16724         * src/main.c
16725         * src/messageview.c
16726         * src/prefs_account.c
16727         * src/prefs_display_header.c
16728                 removed warning
16729         * src/Makefile.am
16730                 added prefs_scoring.[ch]
16731         * src/grouplist_dialog.c
16732                 display an error dialog box if the group list
16733                 cannot be fetched.
16734         * src/mainwindow.[ch]
16735                 added main_window_set_thread_option() function
16736                 scoring dialog box enabled
16737         * src/matcher.[ch]
16738                 added flags matching unread /new / marked
16739                 / deleted / replied / forwarded
16740         * src/news.c
16741                 newsgroups are now finally in newscache
16742         * src/prefs_matcher.[ch]
16743                 finished preferences for matching dialog
16744         * added src/prefs_scoring.[ch]
16745                 scoring dialog box completed
16746         * src/scoring.[ch]
16747                 conversion to string : added scoringprop_to_string()
16748                 write config for preferences :
16749                 added prefs_scoring_write_config()
16750         * src/summaryview.c
16751                 threads can be enabled/disabled independently
16752                 for each folder
16753
16754 2001-05-10 [alfons]
16755
16756         0.4.67claws1
16757         
16758         * AUTHORS: 
16759                 thought it would be nice to have a list of all
16760                 contributors (used Changelog as a reference)
16761         
16762         * configure.in: 
16763                 messed up version numbering...
16764
16765         0.4.66claws1
16766
16767         * sync with sylpheed 0.4.67cvs1-3
16768
16769 2001-05-10 [darko]
16770
16771         * src/prefs_common.c:
16772                 better UI for strftime format, double clicking
16773                 on format now inserts the format in text entry
16774                 replaced close button with standard OK/Cancel
16775                 moved date format button to the right of the
16776                 text entry field
16777
16778 2001-05-09 [alfons]
16779
16780         * src/gtkstext.c:
16781                 Ctrl-Home / Ctrl-End have proper cursor navigation
16782
16783 2001-05-09 [hoa]
16784
16785         * src/prefs_matcher.c
16786                 finished UI to define matching properties
16787                 added ok and cancel button
16788         * src/prefs_filter.c
16789                 added ok and cancel button
16790         * src/news.c
16791                 fixed some bug in xhdr parsing
16792
16793 2001-05-08 [alfons]
16794
16795         * src/textview.c: 
16796                 fixed a bug in textview_show_header(), which displayed two colons (':');
16797                 cleaned up some warnings
16798
16799 2001-05-08 [hoa]
16800
16801         * src/Makefile.am
16802                 added prefs_matcher.[ch]
16803                 compilation with -W -Wall
16804         * src/alertpanel.c
16805                 ungrab the mouse events if grabbed - does it
16806                 fix the bug for disposition notification ?
16807         * src/mainwindow.c
16808                 added a menu option to open the matching dialog.
16809         * src/matcher.[ch]
16810                 added matcherprop_to_string() and matcherlist_to_string()
16811                 fixed some bugs, changed the name of some options
16812                 age_sup and age_inf becomes age_greater and age_lower,
16813                 body and messageheaders becomes body_part and headers_part,
16814                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16815         * src/prefs_display_header.c
16816         * src/prefs_headers.c
16817                 fixed a bug that accidentally destroyed dialogs
16818                 when closed them with delete_event
16819                 Added *_deleted() which handle delete_event signal correctly.
16820         * src/prefs_folder_item.[ch]
16821                 added "enable_thread" field for future customization
16822         * added src/prefs_matcher.[ch]
16823                 sample of the UI to define matching properties
16824         * src/procheader.c
16825                 using procheader_headername_equal instead of str*cmp functions
16826                 using procheader_parse_header() function
16827         * src/scoring.c
16828                 using MATCHING_XXX instead of SCORING_XXX
16829         * src/summaryview.c
16830                 display the sender of the news even if this is ourself
16831                 when this is a news message.
16832         * src/textview.c
16833                 using headername_equal() instead of str*cmp functions
16834
16835 2001-05-08 [alfons]
16836
16837         0.4.66claws
16838
16839         * sync with sylpheed 0.4.66
16840         * src/gtkstext.c: trace logs added 
16841
16842 2001-05-08 [sergey]
16843
16844         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16845         signature check popup.
16846         * src/rfc2015.c (check_signature): show signature check popup only
16847         if it is enabled in preferences.
16848
16849 2001-05-07 [alfons]
16850
16851         0.4.66claws4
16852         
16853         * sync with sylpheed 0.4.66cvs6
16854
16855 2001-05-07 [darko]
16856
16857         * src/prefs_common.[ch]: added option to enable/disable
16858           looking up sender name in address book for summary pane
16859         * src/summaryview.c: look up sender in the address book
16860           by using Alfons' address completion code
16861
16862 2001-05-07 [hiroyuki]
16863
16864         * src/inc.h
16865           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16866           member of Pop3State.
16867         * src/news.c: brought #include "defs.h" before #include <glib.h>
16868           to prevent the warning of `MIN' and `MAX' redefinition.
16869
16870 2001-05-06 [hoa]
16871
16872         * removed src/headers_display.[ch]
16873         * removed src/prefs_display_headers.[ch]
16874         * src/inc.c
16875                 use a temporary file in the user directory for mbox import
16876         * src/news.c
16877                 added XHDR support to get "To" and "Cc" headers
16878                 (in order to match news with to or cc field for
16879                 scoring)
16880                 added function news_parse_xhdr() to get XHDR response
16881         * src/nntp.[ch]
16882                 added function nntp_xhdr()
16883         * src/matcher.c
16884                 fetch the message if necessary
16885
16886 2001-05-06 [alfons]
16887
16888         0.4.66claws3
16889
16890         * sync with sylpheed 0.4.66cvs3-5
16891
16892 2001-05-06 [hoa]
16893
16894         * src/utils.[ch]
16895                 added function itos_buf() to enable use of several buffers
16896         * src/summaryview.c
16897                 use of itos_buf() instead of itos() in summary list
16898                 to fix the broken display of message number.
16899
16900 2001-05-06 [alfons]
16901
16902         * src/gtkstext.c: bug in cursor up navigation fixed,
16903                 fixed another unsigned / signed comparison (we're getting there :-)
16904
16905 2001-05-06 [hoa]
16906
16907         * src/Makefile.am
16908                 added scoring.c scoring.h
16909                 prefs_folder_item.c prefs_folder_item.h
16910                 matcher.c matcher.h
16911         * src/defs.h
16912                 added FOLDERITEM_RC SCORING_RC
16913         * src/folder.[ch]
16914                 added prefs field in FolderItem :
16915                 properties for each folder (PrefsFolderItem),
16916                 sorting type and mode were added as the first properties.
16917         * src/main.c
16918                 read config for scoring
16919         * added src/matcher.[ch]
16920                 gives functions to parse configuration file to do
16921                 matching on mails with a list of conditions.
16922         * src/mainwindow.c
16923                 add option to sort by score
16924         * src/prefs_common.[ch]
16925                 added preference option to show score and for
16926                 the score column size
16927         * added src/prefs_folder_item.[ch]
16928                 properties for each folder (PrefsFolderItem),
16929                 sorting type and mode were added as the first properties.
16930         * src/procheader.[ch]
16931                 added procheader_parse_header()
16932                 added procheader_header_free()
16933                 added procheader_headername_equal()
16934                 and made modification to use them.
16935         * src/procmsg.[ch]
16936                 added score field to MsgInfo structure
16937         * added src/scoring.[ch]
16938                 gives functions to parse configuration file to do
16939                 scoring on mails with a list of conditions.
16940         * src/summaryview.[ch]
16941                 save the sorting type and mode for the folder
16942                 added column to display the score of the mail
16943                 added function summary_score_clicked()
16944                 sorting type and mode are restored to the folder
16945                 when it is reopen
16946         * src/textview.c
16947                 use procheader_parse_header(), procheader_headername_equal()
16948                 removed memory leak in text_scan_header when freeing headers
16949         * src/filter.c
16950                 changed the function to match names of headers
16951                 using procheader_headername_equal()
16952
16953         Scoring functions are implemented, an interface is needed
16954         to configure that.
16955
16956 2001-05-04 [alfons]
16957
16958         * src/gtkstext.c: 
16959                 hopefully fixed the row up navigation bug,
16960                 removed adding back / forward lines to cache
16961
16962 2001-05-04 [sergey]
16963
16964         * src/prefs_display_headers.c: user interface changes:
16965         (prefs_display_headers_create): remove unused "Show" check button;
16966         allow reordering of headers by dragging.
16967         (prefs_display_headers_write_config): remove unused variables.
16968         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16969         of lists (not needed with the new UI).
16970         (prefs_display_headers_set_list): scan lists starting from row 0,
16971         not 1 (do not skip "(New)").
16972         (prefs_display_headers_find_header): new function.
16973         (prefs_display_headers_clist_set_row): do not allow duplicates.
16974         (prefs_display_headers_delete_cb): do not skip row 0; treat
16975         closing the alert window by ESC as "No".
16976         (prefs_display_headers_up): do not protect row 0.
16977         (prefs_display_headers_down): do not protect row 0.
16978
16979 2001-05-04 [sergey]
16980
16981         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16982         functions.
16983
16984         * src/summaryview.c
16985         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16986         summary_select_next_marked, summary_select_prev_marked): new
16987         functions.
16988
16989 2001-05-03 [sergey]
16990
16991         * src/news.c: fixed a bug when no article can be fetched after
16992         server timeout if the connection was restored by news_post():
16993         (news_select_group): new function.
16994         (news_fetch_msg): call news_select_group() before fetching
16995         article.
16996         (news_get_uncached_articles): set session->group after successful
16997         GROUP command.
16998
16999 2001-05-03 [hoa]
17000
17001         * src/defs.h
17002         * src/procmsg.[ch]
17003         * src/procheader.c
17004                  changed version of cache, added cc field
17005
17006         * src/prefs_display_headers.c
17007                 the interface was changed
17008
17009         * src/prefs_headers.c
17010                 added cancel button
17011
17012 2001-05-03 [alfons]
17013
17014         * completed sync of sylpheed cvs2
17015         * src/gtkstext.c: updated row up / down cursor navigation
17016         * src/textview.c: re-edited, prepared for fixing the email address
17017                 scanner.
17018
17019 2001-05-03 [darko]
17020
17021         * src/prefs_common.c: use alfons' strftime ui code
17022         entry_datefmt and datefmt_sample widgets have to be
17023         global in this module because of this change
17024
17025 2001-05-03 [hoa]
17026
17027         * src/messageview.c
17028         * src/prefs_common.[ch] added option to activate the return receipt
17029                 feature.
17030
17031 2001-05-02 [alfons]
17032
17033         * src/gtkstext.c: fix for row up/down cursor navigation. 
17034
17035         0.4.66claws2
17036         
17037         * sync with 0.4.66cvs2
17038
17039 2001-05-02 [paul]
17040
17041         added add-sender-to-addressbook patch
17042
17043         * src/addressbook.c
17044         * src/addressbook.h
17045         * src/summaryview.c
17046
17047 2001-05-02 [sergey]
17048
17049         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17050         G_ALERTDISABLE.
17051
17052         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17053         all existing callers changed to pass FALSE; create a check button
17054         to disable the message.
17055         (alertpanel_message_with_disable): new function.
17056         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17057         (alertpanel_button_toggled): new function.
17058         (alertpanel_button_clicked, alertpanel_close): set value using
17059         G_ALERT_VALUE_MASK.
17060
17061         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17062
17063         * src/prefs_common.c (prefs_privacy_create): new check button
17064         checkbtn_gpgme_warning.
17065
17066         * src/main.c (main): moved preferences reading before gpgme
17067         initialization; check prefs_common.gpgme_warning before giving the
17068         GnuPG warning and set it to FALSE if the user wants to disable the
17069         warning.
17070
17071 2001-05-02 [hiroyuki]
17072
17073         * src/prefs_display_headers.c: modified the layout and some labels.
17074
17075 2001-05-02 [sergey]
17076
17077         * src/prefs_account.c (prefs_account_fix_size): new function.
17078         (prefs_account_create): call prefs_account_fix_size(); use
17079         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17080         size when the window is shown for the first time).
17081         (prefs_account_basic_create): changed layout of serv_table; moved
17082         localmbox_entry above smtpserv_entry (logically it replaces
17083         POP3/IMAP server).
17084         (prefs_account_protocol_activated): set sensitivity of
17085         nntpauth_chkbtn according to the protocol (in addition to
17086         hide/show); commented out gtk_table_set_row_spacing() calls.
17087         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17088         not sensitive (fixes a bug with disabled username/password boxes
17089         when editing POP3 account after NNTP with authentication).
17090
17091 2001-05-02 [hoa]
17092
17093         * src/account.c
17094         * src/inc.c
17095         * src/prefs_account.[ch]
17096         * src/send.c
17097                 removed local account without SMTP server
17098                 added option to use mail command instead of a connexion
17099                 to SMTP server when a local account is used
17100         * src/prefs_headers.c
17101                 fixed a bug
17102         * src/news.c
17103                 fixed a bug when connexion immediately closed
17104
17105 2001-05-01 [alfons]
17106
17107         0.4.66claws1
17108         
17109         * sync with 0.4.65
17110
17111 2001-05-01 [sergey]
17112
17113         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17114         widget nntpauth_chkbtn.
17115         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17116         visibility.
17117         (prefs_account_nntpauth_toggled): new function.
17118
17119         * src/news.c (news_session_new_for_folder): use NNTP
17120         authentication only if ac->use_nntp_auth is set.
17121
17122 2001-05-01 [hoa]
17123
17124         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17125         * src/prefs_display_headers.c changed the UI
17126         * src/prefs_headers.c changed account_name to account_id
17127         * src/compose.c using customheader.h
17128
17129 2001-05-01 [hiroyuki]
17130
17131         * src/esmtp.c
17132           src/news.c
17133           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17134           unsynched.
17135
17136 2001-05-01 [hoa]
17137
17138         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17139         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17140                 for displaying of headers
17141         * src/grouplist_dialog.[ch] minor changes to remove warnings
17142         * src/prefs_display_headers.[ch] dialog to choose the
17143         headers to display in the mail viewer.
17144         * src/headers.h correction of #define
17145         * src/headers_display.[ch] configuration for displaying of headers.
17146         * src/main.c read config of displaying of headers
17147         * src/prefs_common.c add a button to access the config dialog
17148                 for displaying of headers
17149         * src/prefs_display_headers.[ch] dialog for configuration for
17150                 displaying of the headers.
17151         * src/prefs_headers.c cleaning of code
17152         * src/procheader.c comments added to code
17153         * src/textview.c changes to reorder the headers depending
17154                 on the config for displaying of headers
17155
17156 2001-04-30 [alfons]
17157
17158         0.4.65claws7
17159
17160         * sync with 0.4.65cvs12
17161
17162         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17163
17164 2001-04-30 [sergey]
17165
17166         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17167
17168         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17169         is set to force reconnection after authentication failure.
17170         (nntp_gen_command): set sock->auth_failed on authentication
17171         failure, or if sock->userid and sock->passwd are not set.
17172
17173         * src/news.c (news_session_new_for_folder): set userid=NULL if
17174         password dialog is cancelled.
17175
17176 2001-04-30 [sergey]
17177
17178         * src/nntp.h (NNTPSockInfo): new type.
17179
17180         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17181         SockInfo.
17182         (nntp_open_auth, nntp_close): new functions.
17183         (nntp_gen_command): new function to handle authentication; all
17184         NNTP command functions updated to use it.
17185         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17186         (nntp_list): removed old useless code.
17187
17188         * src/news.h (NNTPSession): new field nntp_sock.
17189
17190         * src/news.c: all functions updated to use NNTPSockInfo instead of
17191         SockInfo.
17192         (news_session_new): new arguments (userid, passwd); made static;
17193         use nntp_open_auth() if needed.
17194         (news_session_destroy): use nntp_close() instead of sock_close().
17195         (news_query_password): changed arguments.
17196         (news_session_new_for_folder): new function.
17197         (news_session_get): use news_session_new_for_folder().
17198         (news_authenticate): deleted.
17199         (news_get_uncached_articles): removed old authentication code.
17200
17201 2001-04-30 [sergey]
17202
17203         * src/news.c: reverted my previous changes (need to do NNTP
17204         authentication in a cleaner way).
17205         
17206 2001-04-29 [sergey]
17207
17208         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17209         news_nntp_post, news_nntp_mode): new functions (wrappers with
17210         authentication support).
17211         (news_get_article_cmd, news_get_article, news_get_header): new
17212         argument "folder"; all callers changed.
17213         (news_get_article_cmd): added authentication support.
17214         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17215         (news_post): use news_nntp_post() instead of nntp_post().
17216         (news_get_uncached_articles): use news_nntp_group() instead of
17217         nntp_group() and news_nntp_xover() instead of nntp_xover();
17218         removed old authentication code.
17219         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17220
17221         * src/nntp.c (nntp_list): return real error code instead of
17222         hardcoded NN_ERROR.
17223
17224 2001-04-29 [sergey]
17225
17226         * configure.in: fixed wint_t typedef detection again
17227
17228 2001-04-28 [hoa]
17229
17230         * src/prefs_account.[ch], added A_LOCAL_CMD
17231                 (send mail with mail command)
17232         * src/send.c added function send_message_with_command()
17233         * src/inc.c made a more secure get_spool() function with
17234                 mktemp() but maybe mkstemp() or something more
17235                 secure can be used.
17236
17237 2001-04-28 [alfons]
17238
17239         * src/textview.c, colorization of email addresses in headers
17240
17241         0.4.65claws6
17242
17243         * bug sync with sylpheed
17244         * prefs_common.c: created date format ui for darko
17245         * sync with 0.4.65cvs11
17246         * configure.in: corrected to have the new gpg checks
17247
17248 2001-04-27 [alfons]
17249
17250         * completed sync with 0.4.65cvs10
17251         * minor debug things added to gtkstext.c
17252
17253 2001-04-27 [darko]
17254
17255         * configure.in: remove check for availability of
17256           strftime() as advised by Hiroyuki
17257         * src/prefs_common.[ch], src/procheader.c:
17258           synch strftime() code with Hiroyki's main branch
17259
17260 2001-04-26 [sergey]
17261
17262         * src/news.c: news_query_password(), news_authenticate(): new
17263           functions.
17264           news_get_uncached_articles(): added NNTP authentication
17265           handling.
17266         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17267           new functions.
17268         * src/prefs_account.c: prefs_account_protocol_activated():
17269           enable userid and password fields for NNTP.
17270
17271 2001-04-26
17272
17273         * configure.in: check for availability of strftime()
17274           [darko]
17275         * src/prefs_common.[ch], src/procheader.c: use
17276           strftime() for displaying date in summary pane if it
17277           is available
17278
17279 2001-04-25
17280
17281         * more .cvsignore cleanups [alfons]
17282
17283 2001-04-25
17284
17285         * ac/sv-check-type.m4: new autoconf macro.
17286         * configure.in: fixed wint_t typedef detection (did not work
17287           with gcc-2.96).
17288
17289 2001-04-25
17290
17291         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17292           [hiroyuki]
17293
17294 2001-04-24
17295         * modified gtkstext.c : buggy cursor navigation fixed, 
17296           and font descent also taken in account when drawing
17297           cursor. [alfons]
17298
17299 2001-04-24 [hoa]
17300         * added comments in src/news.c src/nntp.c
17301         * added src/prefs_headers.[ch]
17302         * added src/headers.[ch]
17303         * modified compose.c to activate custom headers
17304                 added function is_in_custom_headers
17305         * modified prefs_account.[ch]
17306                 added function prefs_account_customhdr_edit
17307         * modified src/defs.h :
17308                 added HEADERS_RC : name of the config file
17309                 for the custom headers
17310
17311 2001-04-24
17312
17313     0.4.65claws5
17314
17315         * configure.in
17316           src/gtkstext.[ch]
17317           src/compose.c
17318           src/Makefile.am
17319           
17320           added gtkstext with configure.in patch by Hiroyuki which
17321           should fix the XIM detection [alfons]
17322
17323         * more clean up of cvs [alfons]
17324
17325                  * removed all Makefile.in files to attic.
17326
17327                  * updated all .cvsignores to really ignore things that could
17328                    be unintentionally committed by a recursive commit.
17329
17330 2001-04-23 [hoa]
17331         * added src/grouplist_dialog.[ch]
17332         * changed src/folderview.c to call grouplist_dialog instead
17333                 of inputdialog
17334         * src/news.c :
17335                 added functions news_reset_group_list
17336                 and news_get_group_list
17337         * src/nntp.c :
17338                 added function nntp_list
17339         * src/defs.h :
17340                 added GROUPLIST_FILE : name of the newsgroup list cache file
17341
17342 2001-04-21
17343
17344         * added option to warn about queued messages on exit [sergey]:
17345
17346           * src/compose.c: compose_queue(): call folder_item_scan()
17347             and folderview_update_item() after queueing.
17348           * src/folderview.c: folderview_update_node(): draw the queue
17349             folder in bold font if there are queued messages.
17350           * src/mainwindow.c: queued_messages(): new function.
17351             app_exit_cb(): display warning if there are queued messages
17352             if warn_queued_on_exit is set.
17353           * prefs_common.[ch]: add warn_queued_on_exit option.
17354
17355         * enhanced GnuPG key selection support [sergey]:
17356
17357           * src/select-keys.c: updated to newer version from Win32
17358             branch with support for selecting arbitrary keys.
17359           * src/prefs_account.c: added the Privacy tab to the account
17360             options window.
17361             prefs_account_privacy_create(),
17362             prefs_account_sign_key_set_data_from_radiobtn(),
17363             prefs_account_sign_key_set_radiobtn(): new functions.
17364           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17365           * src/rfc2015.c: set_signers(): new function.
17366             pgp_sign(): add the account parameter, call set_signers().
17367             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17368           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17369           * src/compose.c: pass the current account to rfc2015_sign().
17370
17371         * tag name claws added to prevent confusion with main branch [alfons]
17372
17373         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17374
17375         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17376
17377         * sync with recent sylpheed cvs. Untested though. [alfons]
17378