8bca5e5a0ab02787bbbd16a6b298853352dd897e
[claws.git] / ChangeLog.claws
1 2003-07-19 [alfons]     0.9.3claws29
2
3         * src/prefs_folder_item.c
4                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
5                 string pointers
6
7 2003-07-19 [luke]       0.9.3claws28
8
9         * src/messageview.c
10         * src/mimeview.[ch]
11         * src/procmime.h
12         * src/rfc2015.c
13         * src/stock_pixmap.[ch]
14         * src/gtk/Makefile.am
15         * src/Makefile.am
16         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
17         * src/pixmaps/mime_*.xpm                ** NEW **
18                 o mimeview rearrangement with a new icon shortcut bar
19         
20 2003-07-19 [alfons]     0.9.3claws27
21
22         * src/folderview.c
23                 o plug leaking nodes_to_recollapse
24                 o add folderview_recollapse_all_nodes() (not used yet)
25
26 2003-07-19 [alfons]     0.9.3claws26
27
28         * src/compose.c
29         * src/common/utils.c
30                 honour #240 "Better SUBJECT handling" by cleaning the prefix
31                 for both forwarding as replying
32
33 2003-07-18 [christoph]  0.9.3claws25
34
35         * configure.ac
36         * src/common/sylpheed.[ch]
37         * src/common/version.h.in
38                 add version in numeric form to allow easy comparison
39
40         * src/plugins/demo/demo.c
41                 add version check
42                 - sylpheed version > plugin version => never allowed, sylpheed
43                   could contain unknown API changes
44                 - sylpheed version < minimum version required => don't load,
45                   API required not available (if linking does not fail)
46
47 2003-07-18 [alfons]     0.9.3claws24
48         
49         * src/common/plugin.[ch]
50                 const correctness
51
52 2003-07-18 [christoph]  0.9.3claws23
53
54         * src/common/hooks.c
55                 fix crash when hooks where unregisted
56
57         * src/plugins/trayicon/trayicon.c
58                 unregister detroy signal before destroying the widget
59                 (still crashes when the plugin is unloaded)
60
61 2003-07-18 [alfons]     0.9.3claws22
62         
63         * src/folderview.c
64                 delay expanding folder tree during drags until timeout triggered
65                 (needs perhaps some tweaking, so testing is welcome)
66
67 2003-07-17 [alfons]     0.9.3claws21
68
69         * src/folderview.c
70                 clean up cruft
71
72 2003-07-17 [christoph]  0.9.3claws20
73
74         * src/common/session.c
75                 fix opening of SSL connections
76
77         * src/plugins/image_viewer/Makefile.am
78                 add OPENSSL_CFLAGS (we should find a better solution to remove
79                 this dependencies if they are not required)
80
81         * src/plugins/spamassassin/spamassassin.c
82                 remove setlocale workaround (fixed in libspamc)
83
84 2003-07-17 [alfons]     0.9.3claws19
85
86         * src/common/hooks.[ch]
87         * src/plugins/clamav/clamav_plugin.c
88         * src/plugins/spamassassin/spamassassin.c
89         * src/plugins/trayicon/trayicon.c
90                 fix signedness muck 
91
92 2003-07-17 [alfons]     0.9.3claws18
93
94         * src/procmime.c
95                 plug memleak
96
97 2003-07-17 [alfons]     0.9.3claws17
98
99         * src/inc.c
100                 plug memleak
101
102 2003-07-17 [paul]       0.9.3claws16
103
104         * src/common/defs.h
105           src/mainwindow.c
106           src/manual.[ch]
107                 add link to the Claws site's FAQ page, after the suggestion
108                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
109                 Move url strings to defs.h
110                 
111         * src/mainwindow.c
112                 fix typo to prevent "unknown menu entry" warnings
113
114 2003-07-17 [alfons]     0.9.3claws15
115
116         * src/folderview.[ch]
117         * src/summaryview.[ch]
118         * src/mimeview.[ch]
119                 plug DnD leaks 
120
121 2003-07-17 [paul]       0.9.3claws14
122
123         * src/inc.c
124                 remove two instances of 'GTK_EVENTS_FLUSH' because
125                 they are unnecessary and probably cause a stack overflow
126
127 2003-07-16 [christoph]  0.9.3claws13
128
129         * src/mimeview.[ch]
130                 use an invisible GTK notebook to switch between viewers
131                 instead of reparenting widgets
132
133 2003-07-16 [christoph]  0.9.3claws12
134
135         * src/folder.c
136                 move folder_item_update_freeze() to correct place in
137                 folder_item_scan_full()
138
139 2003-07-16 [paul]       0.9.3claws11
140
141         * sync with 0.9.3cvs12
142                 see ChangeLog 2003-07-14 and 2003-07-15
143
144 2003-07-16 [christoph]  0.9.3claws10
145
146         * src/imap.[ch]
147         * src/prefs_account.[ch]
148                 sync IMAP CRAM-MD5 authentication with sylpheed-main
149
150 2003-07-15 [alfons]     0.9.3claws9
151
152         * src/main.c
153                 make --config-dir do something useful
154
155 2003-07-15 [alfons]     0.9.3claws8
156
157         * src/procmsg.c
158                 o fix a bug where 'last' didn't really point to the last message
159                   in the top level list of children, but to the last threaded
160                   message. 
161                 
162                 o clean up and make it easier to sync
163
164 2003-07-15 [alfons]     0.9.3claws7
165
166         * src/mainwindow.c
167                 make correct menu items sensitive       
168
169 2003-07-14 [alfons]     0.9.3claws6
170
171         * src/procmsg.c
172                 tune the threader so it will not subject-thread any message
173                 without a subject prefix (this will not thread correctly if 
174                 a parent is delivered after their childs, but it looks 
175                 better right now)
176
177 2003-07-13 [christoph]  0.9.3claws5
178
179         * src/mainwindow.c
180                 group "Add mailbox *..." menu items in submenu
181
182 2003-07-13 [alfons]     0.9.3claws4
183
184         * src/summaryview.c
185                 correct summary_toggle_pressed() signature and make sure
186                 signal is not passed on
187
188 2003-07-13 [alfons]     0.9.3claws3
189
190         * src/summaryview.c
191                 o for now don't pass on keys when they we're handled by 
192                   ctree::key_press_event
193                 o clean up
194
195 2003-07-13 [alfons]     0.9.3claws2
196         
197         * src/main.c
198                 add command line option "--config-dir" to get the current 
199                 configuration dir
200
201 2003-07-12 [alfons]     0.9.3claws1
202
203         * src/matcher.[ch]
204         * src/matcher_parser_parse.y
205         * src/prefs_filtering.c
206         * src/filtering.c
207                 add "Lock" filter action to lock messages;
208
209         * src/filtering.c       
210                 remove debug_print()    
211         * src/prefs_filtering.c
212                 re-organize matcher part 9: 
213                 make action text entries easily extendible;
214                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
215                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
216
217 2003-07-12 [paul]
218
219         * tools/README
220                 update old information and add missing
221                 information
222
223 2003-07-12 [paul]       0.9.3claws
224
225         * 0.9.3claws released
226         
227 2003-07-12 [paul]       0.9.0claws103
228
229         * src/Makefile.am
230                 add addrquery.h
231
232 2003-07-12 [melvin]     0.9.0claws102
233
234         * src/messageview.c
235                 Fixed bug #215: Show MIME tab for single text/html messages. 
236                 
237 2003-07-12 [paul]       0.9.0claws101
238
239         * man/sylpheed.1
240                 updated
241
242 2003-07-12 [paul]       0.9.0claws100
243
244         * po/es.po
245           po/hr.po
246           po/pl.po
247           po/sr.po
248                 update Spanish, Croatian, Polish, Serbian translations.
249                 submitted by Ricardo Mones Lastra, Dragan, Witold
250                 Wladyslaw Wojciech Wilk, Urke MMI
251
252 2003-07-12 [melvin]     0.9.0claws99
253
254         * po/fr.po
255                 Updated French translations.
256
257 2003-07-12 [paul]       0.9.0claws98
258
259         * src/addressbook.c
260                 disable 'Lookup' button as it has no effect
261
262 2003-07-11 [alfons]     0.9.0claws97
263         
264         * src/summaryview.c
265                 summary_searchbar_pressed() should return TRUE to signal that
266                 event was handled. when returning void, the return value passed
267                 to GTK is actually random, but maybe FALSE, in which case the
268                 event is handled by parent
269                 
270 2003-07-10 [paul]       0.9.0claws96
271
272         * ac/missing/gettext.m4
273                 update to version 0.12
274
275 2003-07-10 [paul]       0.9.0claws95
276
277         * src/plugins/clamav/clamav_plugin.c
278                 fix bug where multipart/alternative messages
279                 would slip through without being scanned
280
281 2003-07-10 [christoph]  0.9.0claws94
282
283         * src/folder.c
284                 correct check if folder supports removing when a message is
285                 moved. if not the message is only copied.
286
287         (closes Bug 132 crash on startup in newsgroups folders)
288
289 2003-07-09 [alfons]     0.9.0claws93
290
291         * configure.ac
292         * src/common/defs.h
293                 --with-config-dir (default .sylpheed)
294
295 2003-07-09 [christoph]  0.9.0claws92
296
297         * configure.ac
298                 use PKG_CHECK_MODULES to check for gtkmathview
299                 (version 0.4.2 now required)
300
301 2003-07-08 [melvin]     0.9.0claws91
302
303         * src/action.c
304                 Implemented a progress bar that counts the number of completed
305                 tasks when the action runs more than one command.
306
307 2003-07-08 [alfons]     0.9.0claws90
308
309         * src/procmsg.c
310                 if queued message has an invalid Message-Id, don't try to
311                 find message it refers to (fixes #209 "crash when processing 
312                 in folder")
313
314 2003-07-08 [paul]       0.9.0claws89
315
316         * sync with 0.9.3cvs2
317                 see ChangeLog 2003-07-08
318
319 2003-07-08 [match]      0.9.0claws88
320
321         * src/ldapctrl.c
322                 extend LDAP search for first/last name by parsing search term.
323
324 2003-07-08 [alfons]     0.9.0claws87
325
326         * src/send_message.c
327                 fix bug #208 "Status message stuck when sending on POP3 account"
328
329 2003-07-07 [paul]       0.9.0claws86
330
331         * po/hr.po
332                 new Croatian translation, submitted by
333                 Dragan <drleskov@inet.hr>
334
335 2003-07-07 [paul]       0.9.0claws85
336
337         * sync with 0.9.3cvs1
338                 see ChangeLog 2003-07-07
339
340 2003-07-05 [christoph]  0.9.0claws84
341
342         * src/Makefile.am
343         * src/messageview.c
344         * src/mimeview.[ch]
345         * src/stock_pixmap.[ch]
346         * src/pixmaps/messageview_text.xpm              ** NEW **
347                 move mimeview tabs to the right side and use icons
348                 instead of text to save some space
349
350         (patch by Luke Plant <lukeplant@softhome.net>)
351
352 2003-07-05 [christoph]  0.9.0claws83
353
354         * src/inc.c
355                 add NULL pointer checks
356
357         (patch by Luke Plant <lukeplant@softhome.net>)
358         (closes Bug 204 0.9.0 quits on authentication error?!)
359
360 2003-07-05 [alfons]     0.9.0claws82
361
362         * configure.ac
363                 take the clue in bug #202 "./configure script - 
364                 'if test' comparison failure" reported by John Kristoff. 
365
366 2003-07-04 [christoph]  0.9.0claws81
367
368         * src/plugins/spamassassin/spamassassin.c
369                 set timeout for spam check
370
371 2003-07-04 [christoph]  0.9.0claws80
372
373         * src/main.c
374                 destroy all FolderItems when shutting down to
375                 allow folders to clean up
376
377 2003-07-04 [melvin]     0.9.0claws79
378
379         * src/gtk/gtkaspell.c
380                 Fixed bug #184 "Entering non-ascii character deletes
381                 previous char if spell checking enabled": this makes
382                 the spell checking in multibytes (e.g. UTF-8)locales work.
383                 (Patch by Luke Plant).
384                 
385 2003-07-04 [christoph]  0.9.0claws78
386
387         * sync with 0.9.2cvs1
388                 see ChangeLog 2003-06-10
389
390 2003-07-04 [paul]       0.9.0claws77
391
392         * sync with 0.9.3 release
393                 see ChangeLog 2003-07-04
394
395 2003-07-03 [christoph]  0.9.0claws76
396
397         * src/folder.[ch]
398         * src/imap.c
399         * src/mbox_folder.c
400         * src/mh.c
401         * src/news.c
402                 move folder_item_get_path() stuff into a folder virtual function
403
404         * src/procmsg.c
405                 use folder_item_fetch_msg() to get message and do not contruct
406                 the filename from path and number
407
408 2003-07-03 [paul]       0.9.0claws75
409
410         * sync with 0.9.2cvs12
411                 see ChangeLog 2003-07-03
412
413 2003-07-02 [paul]       0.9.0claws74
414
415         * src/messageview.c
416                 fix text-selection for replying
417
418 2003-07-02 [paul]       0.9.0claws73
419
420         * sync with 0.9.2cvs11
421                 see ChangeLog 2003-07-02
422
423 2003-07-02 [paul]       0.9.0claws72
424
425         * src/procmsg.c
426                 revert last commit because it breaks more
427                 than it fixes
428
429 2003-07-02 [paul]       0.9.0claws71
430
431         * src/procmsg.c
432                 fix thread by subject/sort by date
433
434 2003-07-01 [paul]       0.9.0claws70
435
436         * sync with 0.9.2cvs10
437                 see ChangeLog 2003-07-01
438
439 2003-06-30 [paul]       0.9.0claws69
440
441         * sync with 0.9.2cvs9
442                 see ChangeLog 2003-06-30
443
444 2003-06-28 [match]      0.9.0claws68
445
446         * src/addressbook.c
447                 fix null ptr.
448
449 2003-06-27 [paul]       0.9.0claws67
450
451         * sync with 0.9.2cvs7
452                 see ChangeLog 2003-06-27
453
454 2003-06-26 [christoph]  0.9.0claws66
455
456         * src/folder.c
457                 freeze folder updates while a folder is scanned
458
459         (closes Bug 185 New message counter)
460
461 2003-06-26 [darko]      0.9.0claws65
462
463         * src/ldapserver.c
464                 fix infinite loop when adding a new LDAP server
465
466 2003-06-26 [paul]       0.9.0claws64
467
468         * sync with 0.9.2cvs6
469                 see ChangeLog 2003-06-26
470
471 2003-06-26 [paul]       0.9.0claws63
472
473         * sync with 0.9.2cvs5
474                 see ChangeLog 2003-06-25 and 2003-06-26
475
476 2003-06-25 [match]      0.9.0claws62
477
478         * src/addr_compl.c
479                 Fixed tab/backtab for dropped-down completion list to
480                 move next/previous field. (close bug 147)
481
482 2003-06-25 [christoph]  0.9.0claws61
483
484         * src/addr_compl.[ch]
485         * src/addrindex.[ch]
486         * src/folderview.c
487         * src/inc.c
488         * src/news.c
489         * src/summaryview.c
490         * src/toolbar.c
491                 fix warnings
492
493 2003-06-25 [leandro]    0.9.0claws60
494
495         * src/compose.c
496                 o cleanups
497                 o gray out "Message/Remove references" menu item if not
498                   replying to a message
499
500 2003-06-24 [leandro]    0.9.0claws59
501
502         * src/compose.[ch]
503                 o removed "Message/Create new thread" menu item
504                 o added "Message/Remove references" menu item
505                   (it's off by default and will not check anymore
506                    if the subject changed)
507
508 2003-06-23 [alfons]     0.9.0claws58
509
510         * src/procmsg.c
511                 try better grouping messages threaded by subject based on their age.
512                 still not perfect - because the message tree is not sorted by date.  
513
514 2003-06-23 [thorsten]   0.9.0claws57
515
516         * src/pop.[ch]
517                 added mail_receive_hook to allow modifications
518                 directly after retrieval (e.g. adding headers).
519
520 2003-06-23 [paul]       0.9.0claws56
521
522         * src/sourcewindow.c
523                  enable the use of Ctrl+A to select all text in
524                  the sourcewindow
525                  Patch submitted by Ivan Francolin Martinez
526                  <ivanfm@users.sourceforge.net>
527
528 2003-06-22 [christoph]  0.9.0claws55
529
530         * src/folder.[ch]
531                 o add notification hook for folder tree changes
532                 o invoke hooks after folder tree scanning
533
534         * src/folderview.[ch]
535                 register hook for folder tree changes that
536                 updates the ctree
537
538         (there are more places that should be updated, like add, remove 
539          or move folder)
540
541         (closes Bug 164 Crash on rebuild folder tree)
542         (closes Bug 190 Crash on 'rebuilding folder tree')
543
544 2003-06-21 [leandro]    0.9.0claws54
545
546         * src/compose.[ch]
547                 create a new thread if subject changes
548                 (it's on by default, can be disabled in Message menu)
549
550 2003-06-21 [alfons]     0.9.0claws53
551
552         * src/summaryview.c
553                 quiet little compiler
554
555 2003-06-21 [christoph]  0.9.0claws52
556
557         update gettext stuff to version 0.12
558
559 2003-06-19 [alfons]     0.9.0claws51
560
561         * src/common/log.c
562         * src/common/plugin.c
563                 move defs.h before glib.h to prevent MIN/MAX redefs
564
565 2003-06-19 [alfons]
566
567         * src/addressbook.c
568                 translatable
569
570 2003-06-19 [match]      0.9.0claws50
571
572         * src/addressbook.[ch]
573         * src/addrindex.[ch]
574         * src/addr_compl.[ch]
575         * src/editldap.[ch]
576         * src/editldap_basedn.[ch]
577         * src/addritem.[ch]
578         * src/ldapquery.h
579                 re-implemented dynamic LDAP search. works without
580                 slowdown on display sender with addressbook
581                 option.
582         * src/addrbook.c
583                 documented code.
584
585 2003-06-19 [paul]       0.9.0claws49
586
587         * src/compose.c
588                 fix Bug #136 'Nonprovided quotation marks crash claws'
589                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
590
591 2003-06-19 [alfons]     0.9.0claws48
592
593         * src/prefs_common.[ch]
594         * src/procmsg.c
595                 restrict threading by subject by checking thread for
596                 age (prefs_common.thread_by_subject_max_age)
597
598 2003-06-18 [christoph]  0.9.0claws47
599
600         * src/imap.c
601                 fix memory leak in imap_cmd_fetch()
602
603 2003-06-18 [christoph]  0.9.0claws46
604
605         * src/prefs_gtk.c
606                 fix memory leak in prefs_set_default() when used multiple
607                 times or after prefs have been read
608
609 2003-06-18 [christoph]  0.9.0claws45
610
611         * src/common/plugin.c
612                 fix memory leak in plugin_unload()
613
614 2003-06-18 [christoph]  0.9.0claws44
615
616         * src/imap.c
617                 fix memory leak in imap_cmd_ok()
618
619 2003-06-18 [christoph]  0.9.0claws43
620
621         * src/folder.c
622                 stop messages that are downloaded from POP3 and added to
623                 an IMAP inbox from being filtered twice (first by POP3
624                 and again when IMAP folder is scaned to get the UID of
625                 the APPEND operation when no UIDPLUS is available)
626
627 2003-06-18 [alfons]
628
629         * tools/Makefile.am
630                 phoenix <- firebird     
631
632 2003-06-18 [paul]
633
634         * tools/launch_phoenix          ** REMOVED **
635           tools/launch_firebird         ** NEW **
636                 renamed and edited to reflect the browser's name change from
637                 'phoenix' to 'firebird'
638
639 2003-06-18 [paul]       0.9.0claws42
640
641         * sync with 0.9.2cvs2
642                 see ChangeLog 2003-06-16
643
644 2003-06-17 [alfons]     0.9.0claws41
645
646         * src/procmsg.c
647                 prevent threading problems when a node is an ancestor (parent / great parent),
648                 which mostly happens with circular references (thanks to Phillipe Gramoullé
649                 for finding an sample set of messages)
650
651 2003-06-16 [christoph]  0.9.0claws40
652
653         * src/main.c
654                 don't popup main window on --receive or --receive-all
655
656         * src/mainwindow.[ch]
657         * src/plugins/trayicon/trayicon.c
658                 allow hiding of main window by clicking on the trayicon
659                 (doesn't work correctly in seperate window mode and may
660                  cause unexpected GTK problems I couldn't find yet)
661
662         * src/common/ssl.c
663                 remove incorrect warning
664
665 2003-06-15 [alfons]     0.9.0claws39
666
667         * src/gtk/gtkstext.c
668                 don't output debug text;
669                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
670                 for pointing this out);
671
672 2003-06-14 [alfons]     0.9.0claws38
673         
674         * src/messageview.c
675                 remove printf() and make one if..else comply with coding style
676
677 2003-06-14 [alfons]     0.9.0claws37
678
679         * AUTHORS
680                 add Martin Wicke
681         * src/action.c
682         * src/messageview.[ch]
683         * src/summaryview.c
684                 apply patch #754162 "Quoting messages filtered by actions" submitted
685                 by Martin Wicke, which allows quoting message body changed by an
686                 action (Thanks!).
687
688 2003-06-13 [alfons]     0.9.0claws36
689
690         * src/utils.c
691                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
692                 use case insensitive regexp (suggested by Ivan Martinez)
693
694 2003-06-13 [christoph]  0.9.0claws35
695
696         * configure.ac
697         * src/plugins/trayicon/Makefile.am
698         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
699         * src/plugins/trayicon/trayicon.c
700         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
701         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
702         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
703         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
704         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
705         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
706                 replace my own EggTrayIcon backport with the backport
707                 used by (l|x)mule and gabber.
708
709 2003-06-13 [alfons]     0.9.0claws34
710
711         * AUTHORS
712         * src/common/utils.c
713                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
714
715 2003-06-13 [alfons]     0.9.0claws33
716
717         * src/compose.c
718                 clean up a little bit
719
720 2003-06-12 [alfons]     0.9.0claws32
721
722         * src/compose.c
723                 const correctness fix
724
725         * src/common/sylpheed.[ch]
726                 () -> (void)
727                 prevent redef MIN/MAX
728                 
729         * src/common/utils.[ch]
730                 () -> (void)
731
732 2003-06-12 [melvin]     0.9.0claws31
733
734         * src/compose.c
735                 Updated to take into accounts changes in GtkAspell.
736
737 2003-06-12 [alfons]     0.9.0claws30
738
739         * src/compose.c
740         * src/procmsg.c
741         * src/common/utils.[ch]
742                 handle reply subject prefixes better (initial 
743                 suggestion by Robert Story adapted and enhanced 
744                 using regexps)
745
746 2003-06-12 [melvin]     0.9.0claws29
747
748         * src/compose.c
749                 Use new gtkaspell_checkers_strerror() to get the speller's
750                 error message instead of accessing the (now private)
751                 checkers structure.
752                 Minor code clean up
753
754         * src/main.c
755                 Use #ifdef instead of #if for USE_ASPELL
756                 Use the new spell checkers init/quit functions 
757
758         * src/gtk/gtkaspell.c
759                 Use #ifdef instead of #if for USE_ASPELL
760                 Moved in the majority of GtkAspell structures that were
761                 exported before by gtkaspell.h
762         
763         * src/gtk/gktaspell.h
764                 Made gtkaspell.h contain only the necessary data to be
765                 publicized by moving many structures to gtkaspell.c.
766                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
767                 gtkaspell_checkers_new(): replaced by...
768                 gtkaspell_checkers_init(): new function for initialization
769                 gtkaspell_checkers_delete(): replaced by...
770                 gtkaspell_checkers_quit(): new function
771                 gtkaspell_checkers_strerror(): new function that returns
772                 the checker's last error message.
773                 
774 2003-06-11 [melvin]     0.9.0claws28
775
776         * po/POTFILES.in
777                 Updated to take into account gtkaspell.c migration to
778                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
779
780 2003-06-10 [alfons]     0.9.0claws27
781
782         * src/filtering.[ch]
783         * src/folder.c
784         * src/matcher.c
785         * src/scoring.[ch]
786                 - try fixing bug #18 (any brave testers?)
787                 - add more robustness by refusing previously 
788                   unchecked NULL pointers 
789
790 2003-06-10 [alfons]     0.9.0claws26
791
792         * src/procmsg.c
793                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
794
795 2003-06-09 [alfons]     0.9.0claws25
796
797         * src/prefs_common.c
798                 fix bug #163 "Icon switching doesnt work properly" by 
799                 preventing early freeing of prefs_common.pixmap_theme_path.
800
801 2003-06-09 [christoph]  0.9.0claws24
802
803         * src/gtk/gtkaspell.c
804                 revert Thorsten's fix and add forgotten g_strdup for
805                 aspell path (it should not be possible to alter the path a
806                 GtkASpell uses from outside)
807
808 2003-06-09 [thorsten]   0.9.0claws23
809
810         * src/gtk/gtkaspell.c
811                 dont free prefs_common.aspell_path when closing compose
812
813 2003-06-08 [colin]      0.9.0claws22
814
815         * src/plugins/spamassassin/spamassassin.c
816                 fix prefs types
817
818 2003-06-07 [christoph]  0.9.0claws21
819
820         * src/Makefile.am
821         * src/compose.c
822         * src/gtkaspell.[ch]            ** REMOVE **
823         * src/gtk/Makefile.am
824         * src/gtk/gtkaspell.[ch]        ** NEW **
825                 o make gtkaspell independent from sylpheed's prefs
826                 o move gtkaspell.[ch] to gtk directory
827
828 2003-06-07 [christoph]  0.9.0claws20
829
830         * src/Makefile.am
831         * src/crash.c
832         * src/export.c
833         * src/filesel.[ch]              ** REMOVE **
834         * src/folder.c
835         * src/main.[ch]
836         * src/common/sylpheed.[ch]
837         * src/gtk/Makefile.am
838         * src/gtk/filesel.[ch]          ** NEW **
839         * src/gtk/pluginwindow.c
840         * src/gtk/sslcertwindow.c
841                 move filesel.[ch] to gtk directory
842
843 2003-06-07 [alfons]     0.9.0claws19
844
845         * src/filesel.c
846                 make (multi) file selection dialog work again (Claws-only)
847
848 2003-06-07 [thorsten]   0.9.0claws18
849
850         * po/de.po
851                 fix typos
852
853 2003-06-07 [alfons]     0.9.0claws17
854
855         * configure.ac
856         * src/mimeview.c
857                 detect apache mishap in which case don't include fnmatch.h
858                 if regex.h is already included
859
860 2003-06-06 [christoph]  0.9.0claws16
861
862         * configure.ac
863         * src/mimeview.h
864                 add check for fnmatch.h and include it when available
865
866         * src/mimeview.[ch]
867                 fix wrong case sensitivity of Content-Types
868
869         * src/gtk/Makefile.am
870                 need the same include paths in gtk directory as in
871                 common directory because .h files in common can
872                 include files from these directories, when included
873                 in gtk's .h or .c files
874
875 2003-06-06 [alfons]     0.9.0claws15
876
877         * src/mimeview.c
878         * src/summaryview.c
879                 make it compile again because of regex.h / fnmatch.h 
880                 include problems (related to recent mime stuff, can
881                 someone check this?)
882
883 2003-06-06 [thorsten]   0.9.0claws14
884
885         * src/folderview.c
886                 possible use of uninitialized pointer while dragging
887
888 2003-06-06 [paul]       0.9.0claws13
889
890         * src/compose.c
891                 fix bug where the insert sig button would be effective
892                 only when auto_sig was set
893
894 2003-06-06 [paul]       0.9.0claws12
895
896         * sync with 0.9.2 release
897
898 2003-06-02 [paul]       0.9.0claws11
899
900         * sync with 0.9.1cvs1
901                 see ChangeLog 2003-06-02
902                 
903         * po/de.po
904                 update by Jens
905
906 2003-06-01 [christoph]  0.9.0claws10
907
908         * src/account.c
909                 don't use substring search to find accounts by email address
910
911         (closes Bug 169 Overly loose matching of "From" address)
912
913 2003-05-31 [christoph]  0.9.0claws9
914
915         * doc-src/rfc2683.txt
916         * src/imap.c
917                 limit IMAP command length as recommended in RFC2683
918                 (message number lists will be split into multiple imap
919                 sets, the limit of 1000 octets is not a hard limit)
920
921         (closes Bug 161 sylpheed-claws exits with segfault when logging
922          in to certain imap-servers)
923
924 2003-05-29 [alfons]     0.9.0claws8
925
926         * src/toolbar.[ch]
927                 add print button (calling summary_print());
928                 fine tune setting tooltip text;
929                 (if someone needs other buttons, please take these 
930                 commits as a guide, instead of bothering us - also
931                 see 0.8.11claws150) 
932
933 2003-05-29 [darko]      0.9.0claws7
934
935         * src/compose.c
936                 fix crash when word wrapping kicks in due to
937                 changed text by spell checker
938
939 2003-05-29 [paul]       0.9.0claws6
940
941         * src/compose.c
942                 fix bug where changing account would insert
943                 sig even if auto_sig was FALSE
944                 
945         * ChangeLog
946           ChangeLog.jp
947           INSTALL
948                 sync with 0.9.1 release
949
950 2003-05-28 [christoph]  0.9.0claws5
951
952         * src/imap.c
953                 fix truncation of too long commands
954
955         (closes Bug 167 IMAP hangs trying to get envelope
956          information in imap_get_uncached_messages)
957
958 2003-05-27 [paul]       0.9.0claws4
959
960         * tools/Makefile.am
961           tools/maildir2sylpheed.pl     ** NEW FILE **
962                 add kmail to sylpheed mailbox conversion script
963
964 2003-05-27 [paul]       0.9.0claws3
965
966         * sync with 0.9.0cvs10
967                 see ChangeLog 2003-05-26
968
969 2003-05-26 [paul]       0.9.0claws2
970
971         * sync with 0.9.0cvs9
972                 see ChangeLog 2003-05-26
973
974 2003-05-24 [paul]       0.9.0claws1
975
976         * sync with 0.9.0cvs8
977                 see ChangeLog 2003-05-23
978
979 2003-05-24 [paul]       0.9.0claws
980
981         * version 0.9.0claws released
982
983 2003-05-24 [paul]       0.8.11claws177
984
985         * src/plugins/dillo-viewer/Makefile.am
986           src/plugins/traycon/Makefile.am
987                 add missing files
988                 
989         * po/bg.po
990           po/en_GB.po
991           po/es.po
992           po/it.po
993           po/pt_BR.po
994           po/ru.po
995           po/sr.po
996                 update Bulgarian, British English, Spanish, Italian, 
997                 Brazilian Portuguese, Russian, and Serbian translations, 
998                 submitted by George Danchev, [me], Ricardo Mones Lastra,
999                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1000                 Ruslan N. Balkin, and Urke MMI
1001
1002 2003-05-23 [melvin]     0.8.11claws176
1003
1004         * po/fr.po
1005                 Updated French translations
1006
1007 2003-05-22 [paul]       0.8.11claws175
1008
1009         * src/Makefile.am
1010           src/addrbook.[ch]
1011           src/addrcache.[ch]
1012           src/addr_compl.[ch]
1013           src/adressbook.[ch]
1014           src/addrindex.[ch]
1015           src/addritem.[ch]
1016           src/editaddress.c
1017           src/editgroup.c
1018           src/editldap_basedn.c
1019           src/editldap.c
1020           src/jpilot.c
1021           src/vcard.c
1022                 revert to get ldap into it previous working state
1023                 
1024         * po/zh_TW.Big5.po
1025                 new Taiwanese translation,
1026                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1027
1028 2003-05-22 [christoph]  0.8.11claws174
1029
1030         * src/plugins/spamassassin/libspamc.[ch]
1031                 sync libspamc with SpamAssaain release 2.55
1032
1033 2003-05-22 [paul]       0.8.11claws173
1034
1035         * sync with 0.9.0cvs7
1036                 see ChangeLog 2003-05-22
1037                 
1038         * src/summaryview.c
1039                 revert change in 0.8.11claws172: follow
1040                 Hiroyuki's decision and that's the end of it.
1041
1042 2003-05-21 [paul]       0.8.11claws172
1043
1044         * src/summaryview.c
1045                 fix discrepency between open_unread_on_enter
1046                 and always_show_msg
1047
1048 2003-05-21 [paul]       0.8.11claws171
1049
1050         * sync with 0.9.0cvs6
1051                 see ChangeLog 2003-05-21
1052
1053 2003-05-21 [paul]       0.8.11claws170
1054
1055         * sync with 0.9.0cvs5
1056                 see ChangeLog 2003-05-21
1057
1058 2003-05-20 [paul]       0.8.11claws169
1059
1060         * sync with 0.9.0cvs4
1061                 see ChangeLog 2003-05-20
1062                 fixes bug #152, 'encoding of IMAP folders names'
1063
1064 2003-05-20 [paul]       0.8.11claws168
1065
1066         * sync with 0.9.0cvs3
1067                 see ChangeLog 2003-05-20
1068                 
1069         * src/tools/convert_mbox.pl
1070                 minor change in the comments, submitted by Fred Marton
1071
1072 2003-05-19 [paul]       0.8.11claws167
1073
1074         * src/plugins/clamav/Makefile.am
1075           configure.ac
1076                 link clamav_lib to the plugin and not to the main program
1077
1078 2003-05-19 [christoph]
1079
1080         * src/Makefile.am
1081                 add -export-dynamic for linking
1082
1083 2003-05-19 [paul]       0.8.11claws166
1084
1085         * sync with 0.9.0cvs1
1086                 see ChangeLog 2003-05-19
1087
1088 2003-05-19 [paul]       0.8.11claws165
1089
1090         * src/inc.c
1091                 fix 'pop before smtp' timeout
1092
1093 2003-05-18 [alfons]     0.8.11claws164
1094
1095         * src/prefs_matcher.c
1096                 put "execute" action command line ("expression") in edit box
1097
1098 2003-05-18 [christoph]  0.8.11claws163
1099
1100         * src/mimeview.[ch]
1101         * src/plugins/dillo_viewer/dillo_viewer.c
1102         * src/plugins/image_viewer/viewer.c
1103         * src/plugins/mathml_viewer/mathml_viewer.c
1104                 let a viewer have a list of Content-Types
1105
1106 2003-05-18 [paul]       0.8.11claws162
1107
1108         * src/prefs_filtering.c
1109                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1110                 and REDIRECT actions
1111
1112 2003-05-17 [christoph]
1113
1114         * README.claws
1115                 o remove dynamic signatures that was syned with main
1116                 o add infos about no longer "build in" image viewer
1117                 o update bugtracker URL
1118
1119 2003-05-17 [christoph]  0.8.11claws161
1120
1121         * src/folder.c
1122         * src/folderview.c
1123         * src/imap.c
1124                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1125                 for every folder after rebuilding the folder tree.
1126
1127         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1128          messages)
1129
1130 2003-05-17 [christoph]  0.8.11claws160
1131
1132         * src/imap.c
1133                 don't use STATUS command on current folder to check for
1134                 content changes. imap_cmd_ok() now tracks changes to
1135                 folder and number of existing messages.
1136
1137 2003-05-17 [paul]       0.8.11claws159
1138
1139         * src/plugins/clamav/clamav_plugin.c
1140                 remove unnecessary debug_print
1141
1142 2003-05-16 [thorsten]   0.8.11claws158
1143
1144         * src/plugins/demo.c
1145                 included missing intl.h
1146
1147 2003-05-16 [paul]       0.8.11claws157
1148
1149         * po/POTFILES.in
1150                 remove non-existant entries
1151         
1152         * src/plugins/clamav/clamav_plugin.c
1153           src/plugins/clamav/clamav_plugin_gtk.c
1154           src/plugins/dillo_viewer/dillo_prefs.c
1155           src/plugins/dillo_viewer/dillo_viewer.c
1156                 gettextise
1157
1158 2003-05-16 [christoph]  0.8.11claws156
1159
1160         * po/POTFILES.in
1161                 include plugin .c files for translation until I
1162                 find a better solution to have plugins have their
1163                 own textdomain
1164         * src/plugins/demo/demo.c
1165         * src/plugins/image_viewer/plugin.c
1166         * src/plugins/mathml_viewer/mathml_viewer.c
1167         * src/plugins/spamassassin/spamassassin.c
1168         * src/plugins/spamassassin/spamassassin_gtk.c
1169         * src/plugins/trayicon/trayicon.c
1170                 add gettext macros for plugin name and description
1171
1172 2003-05-16 [paul]
1173
1174         * sync with 0.9.0
1175
1176 2003-05-16 [paul]       0.8.11claws155
1177
1178         * sync with lastest 0.9.0pre1
1179                 see ChangeLog 2003-05-16
1180
1181 2003-05-15 [paul]       0.8.11claws154
1182
1183         * sync with latest 0.9.0pre1
1184                 see ChangeLog 2003-05-14 and 2003-05-15
1185
1186 2003-05-14 [christoph]  0.8.11claws153
1187
1188         * src/plugins/image_viewer/viewer.c
1189         * src/plugins/image_viewer/viewer.glade         ** NEW **
1190         * src/plugins/image_viewer/viewerprefs.c
1191                 make it possible to disable the autoload function in the
1192                 imageviewer again
1193
1194 2003-05-14 [christoph]  0.8.11claws152
1195
1196         * src/folder.c
1197                 fix folder update after adding a message
1198
1199 2003-05-13 [alfons]     0.8.11claws151
1200
1201         * src/common/session.c
1202                 remove debug traces
1203                 
1204         * src/addrcache.[ch]
1205         * src/filtering.[ch]
1206         * src/folder.[c]
1207         * src/gtkaspell.[ch]
1208         * src/imap.[ch]
1209         * src/mbox_folder.[ch]
1210         * src/mh.[ch]
1211         * src/mimeview.h
1212         * src/msgcache.[ch]
1213         * src/news.[ch]
1214         * src/passphrase.[ch]
1215         * src/prefs_common.[ch]
1216         * src/prefs_gtk.[ch]
1217         * src/procmsg.c
1218         * src/scoring.[ch]
1219                 be pedantic; (in prototypes () implies (int))
1220
1221 2003-05-13 [alfons]     0.8.11claws150
1222
1223         * src/prefs_toolbar.[ch]
1224         * src/summaryview.[ch]
1225         * src/toolbar.[ch]
1226                 change misleading text in toolbar prefs;
1227                 add toolbar action for ignore thread (toggles ignore thread flag);
1228                 clean up a little bit;
1229
1230 2003-05-12 [paul]
1231
1232         * tools/convert_mbox.pl
1233                 bug fixed by Fred Marton
1234
1235 2003-05-12 [paul]
1236
1237         * sync with 0.9.0pre1
1238
1239 2003-05-09 [paul]       0.8.11claws149
1240
1241         * sync with 0.8.11cvs43
1242                 see ChangeLog 2003-05-09
1243
1244 2003-05-08 [christoph]  0.8.11claws148
1245
1246         * src/imap.[ch]
1247                 o use CAPABILIY as first command and check for PREAUTH
1248                   information in the response to it
1249                 o rewrite all imap_cmd_* functions to use an IMAPSession
1250                   instead of a SockInfo as parameter
1251                 o do STARTTLS after fetching and checking the server
1252                   capabilities
1253
1254 2003-05-08 [paul]       0.8.11claws147
1255
1256         * tools/Makefile.am
1257           tools/README
1258           tools/convert_mbox.pl         ** NEW FILE **
1259                 add mbox conversion script. Submitted by 
1260                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1261
1262 2003-05-07 [christoph]
1263
1264         * doc-src/glade.txt
1265         * src/gtk/pluginwindow.glade
1266         * src/plugins/image_viewer/viewerprefs.glade
1267         * src/plugins/spamassassin/spamassassin_gtk.glade
1268                 add glade files for user interfaces and a description how
1269                 to use glade to create the sylpheed code
1270
1271 2003-05-07 [paul]       0.8.11claws146
1272
1273         * sync with 0.8.11cvs41
1274                 see ChangeLog 2003-05-07
1275
1276 2003-05-06 [christoph]  0.8.11claws145
1277
1278         * src/main.c
1279         * src/plugins/image_viewer/viewer.c
1280                 fix usage of imlib in imageviewer plugin
1281
1282         * src/gtk/prefswindow.c
1283                 handle window close event correctly
1284
1285 2003-05-06 [paul]       0.8.11claws144
1286
1287         * src/common/ssl.c
1288                 fix typo introduced in sync
1289
1290 2003-05-06 [paul]       0.8.11claws143
1291
1292         * sync with 0.8.11cvs39
1293                 see ChangeLog 2003-05-06
1294
1295 2003-05-06 [paul]       0.8.11claws142
1296
1297         * AUTHORS
1298           po/cs.po
1299                 updated Czech translation, submitted by 
1300                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1301                 
1302         * src/plugins/clamav/clamav_plugin_gtk.c
1303                 clean up
1304
1305 2003-05-03 [alfons]     0.8.11claws141
1306
1307         * src/compose.[ch]
1308                 make paste as quotation work even when the call to 
1309                 text_inserted() was deferred (fixes bug #140 "Paste 
1310                 as quotation does not work when using "external" 
1311                 clipboard")
1312
1313 2003-05-03 [thorsten]   0.8.11claws140
1314
1315         * src/addrquery.h
1316           src/ldapquery.h
1317           src/mainwindow.c
1318                 removed C++ comments
1319         * src/addr_compl.c
1320                 function with non-int retval/param used before
1321                 implementation/declaration
1322
1323 2003-05-02 [paul]       0.8.11claws139
1324
1325         * src/addr_compl.[ch]
1326           src/addressbook.[ch]
1327           src/addrindex.c
1328           src/summaryview.c
1329                 revert match's changes to (finally) remove the bug where
1330                 opening a folder causes massive slowdown when using the 
1331                 'Display sender using address book' option
1332
1333 2003-05-01 [melvin]     0.8.11claws138
1334
1335         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1336         * src/plugins/dillo_viewer/dillo_viewer.c
1337                 Fixed bug where "Cancel" button from prefs issued
1338                 warnings.
1339                 Comply a little more to coding style
1340
1341 2003-05-01 [paul]       0.8.11claws137
1342
1343         * sync with 0.8.11cvs38
1344                 see ChangeLog 2003-05-01
1345
1346 2003-05-01 [paul]       0.8.11claws136
1347
1348         * po/bg.po
1349                 updated by George Danchev
1350
1351 2003-04-30 [christoph]  0.8.11claws135
1352
1353         * src/plugins/dillo_viewer/dillo_prefs.c
1354         * src/plugins/image_viewer/viewerprefs.c
1355         * src/plugins/spamassassin/spamassassin_gtk.c
1356                 remove gtk_widget_ref() calls for widgets in
1357                 glade code
1358
1359 2003-04-30 [paul]       0.8.11claws134
1360
1361         * src/addrindex.c
1362                 ok, this time a better fix for the bug where opening folder
1363                 has massive slowdown when using the 'Display sender using 
1364                 address book' option
1365
1366 2003-04-30 [paul]       0.8.11claws133
1367
1368         * src/addrindex.c
1369                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1370         
1371 2003-04-30 [melvin]     0.8.11claws132
1372
1373         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1374
1375         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1376                 Preferences for the dillo plugin
1377         * src/plugins/dillo_viewer/dillo_viewer.c
1378                 Support for preferences
1379         * src/plugins/dillo_viewer/Makefile.am
1380                 Added dillo_prefs.[ch]
1381
1382 2003-04-30 [alfons]     0.8.11claws131
1383
1384         * src/common/plugin.[ch]
1385                 see? this ANSI C'fication immediately gives us type
1386                 checking for free.
1387
1388 2003-04-30 [alfons]     0.8.11claws130
1389
1390         * src/common/plugin.[ch]
1391         * src/plugins/clamav/clamav_plugin.[ch]
1392         * src/plugins/clamav/clamav_plugin_gtk.c
1393         * src/plugins/demo/demo.c
1394         * src/plugins/dillo_viewer/dillo_viewer.c
1395         * src/plugins/image_viewer/plugin.c
1396         * src/plugins/image_viewer/viewer.[ch]
1397         * src/plugins/image_viewer/viewerprefs.[ch]
1398         * src/plugins/mathml_viewer/mathml_viewer.c
1399         * src/plugins/spamassassin/spamassassin.[ch]
1400         * src/plugins/spamassassin/spamassassin_gtk.c
1401         * src/plugins/trayicon/trayicon.c
1402                 clean up
1403
1404 2003-04-30 [alfons]     0.8.11claws129
1405
1406         * src/common/utils.c
1407                 make is_ascii_str() fail gracefully when NULL pointer
1408                 is passed
1409
1410 2003-04-30 [paul]       0.8.11claws128
1411
1412         * src/addrindex.c
1413                 fix bug where opening folder has massive slowdown when
1414                 using the 'Display sender using address book' option
1415
1416 2003-04-30 [paul]       0.8.11claws127
1417
1418         * src/plugins/clamav/clamav_plugin.c
1419           src/plugins/clamav/clamav_plugin_gtk.c
1420           src/plugins/demo/demo.c
1421           src/plugins/dillo_viewer/dillo_viewer.c
1422           src/plugins/image_viewer/plugin.c
1423           src/plugins/mathml_viewer/mathml_viewer.c
1424           src/plugins/spamassassin/spamassassin.c
1425           src/plugins/spamassassin/spamassassin_gtk.c
1426           src/plugins/trayicon/trayicon.c
1427                 get rid of eye-hurting function signatures
1428
1429 2003-04-30 [paul]       0.8.11claws126
1430
1431         * src/plugins/trayicon/trayicon.c
1432                 add description
1433                 
1434         * src/mimeview.c
1435                 be more descriptive
1436
1437 2003-04-30 [paul]       0.8.11claws125
1438
1439         * configure.ac
1440                 arrange the plugins in reverse alphabetical order
1441                 
1442         * src/plugins/clamav/clamav_plugin.[ch]
1443           src/plugins/clamav/clamav_plugin_gtk.c
1444                 rename some params
1445                 resize max_size window
1446                 re-arrange the order of some gui elements
1447                 improve descriptions
1448         
1449         * src/plugins/image_viewer/plugin.c
1450           src/plugins/mathml_viewer/mathml_viewer.c
1451                 add descriptions
1452                 
1453         * src/plugins/spamassassin/spamassassin_gtk.c
1454                 resize max_size window
1455                 re-arrange the order of some gui elements
1456                 
1457         * src/messageview.c
1458           src/mimeview.c
1459                 correct typos
1460
1461 2003-04-30 [alfons]     0.8.11claws124
1462
1463         * src/imap.c
1464                 fix a leak found while browsing Martin Kluge's 
1465                 valgrind log (Claws only)
1466
1467 2003-04-29 [darko]      0.8.11claws123
1468
1469         * src/gtk/gtkstext.h
1470                 include wchar.h if it is available, fixes compilation
1471                 on HP-UX systems
1472
1473 2003-04-29 [melvin]     0.8.11claws122
1474
1475         * src/prefs_actions.c
1476                 Improved help text of Actions' syntax
1477
1478 2003-04-28 [paul]       0.8.11claws121
1479
1480         * src/action.c
1481                 a better fix for the crash when performing an action
1482                 on a mime part
1483
1484 2003-04-28 [paul]       0.8.11claws120
1485
1486         * src/action.c
1487                 fix crash when performing an action on a
1488                 mime part
1489
1490 2003-04-28 [paul]       0.8.11claws119
1491
1492         * sync with 0.8.11cvs36
1493                 see ChangeLog 2003-04-28
1494
1495 2003-04-27 [paul]       0.8.11claws118
1496
1497         * more sync with 0.8.11cvs35
1498                 see ChangeLog 2003-04-25
1499
1500 2003-04-26 [christoph]  0.8.11claws117
1501
1502         * src/folder.c
1503                 fix remove virtual check
1504
1505 2003-04-26 [paul]       0.8.11claws116
1506
1507         * src/messageview.c
1508                 fix return-receipt, make it work again
1509
1510 2003-04-26 [paul]       0.8.11claws115
1511
1512         * src/mimeview.c
1513                 restore double-clicking of the [application/pgp-signature 
1514                 (Select "Check signature" to check)] line in the message view,
1515                 broken in recent sync
1516
1517 2003-04-26 [christoph]  0.8.11claws114
1518
1519         * src/folder.c
1520                 check if remove virtual really exists before
1521                 calling the function
1522
1523 2003-04-25 [match]      0.8.11claws113
1524
1525         * src/addrindex.c
1526         * src/addrbook.c
1527         * src/ldapquery.[ch]
1528         * src/ldapctrl.[ch]
1529                 fix memleak.
1530         * src/ldapserver.[ch]
1531                 fix memleak. fix segfault.
1532                 plug a Claws memleak
1533
1534 2003-04-25 [alfons]     0.8.11claws112
1535
1536         * src/folder.c
1537                 plug a Claws memleak
1538
1539 2003-04-25 [alfons]     0.8.11claws111
1540
1541         * src/common/session.c
1542                 plug a memleak
1543
1544 2003-04-25 [paul]       0.8.11claws110
1545
1546         * sync with 0.8.11cvs35
1547                 see ChangeLog 2003-04-24 and 2003-04-25
1548                 
1549         * src/gtk/pluginwindow.c
1550                 correct another strange float value
1551
1552 2003-04-24 [christoph]  0.8.11claws109
1553
1554         * src/folder.c
1555                 freeze folder item updates when unsetting new flags
1556
1557         * src/gtk/pluginwindow.c
1558                 correct strange float value
1559
1560 2003-04-23 [paul]       0.8.11claws108
1561
1562         * sync with 0.8.11cvs33
1563                 see ChangeLog 2003-04-23
1564
1565 2003-04-22 [paul]       0.8.11claws107
1566
1567         * src/Makefile.am
1568           src/messageview.c
1569           src/mimeview.c
1570           src/pgptext.[ch]      ** REMOVED **
1571                 remove pgptext.[ch] as its not used any more
1572
1573 2003-04-22 [paul]       0.8.11claws106
1574
1575         * sync with 0.8.11cvs31
1576                 see ChangeLog 2003-04-21 and 2003-04-22
1577
1578 2003-04-21 [alfons]     0.8.11claws105
1579
1580         * src/main.c
1581                 No access to GTK structures if we're a spawned child
1582                 (and clean up code a little bit...) Should fix #126.
1583
1584 2003-04-21 [melvin]     0.8.11claws104
1585
1586         * src/plugins/dillo_viewer/README
1587                 Improved slightly the text.
1588
1589 2003-04-21 [melvin]     0.8.11claws103
1590
1591         * src/plugins/dillo_viewer/README *** NEW ***
1592                 Added a README file for the Dillo plugin
1593
1594 2003-04-20 [paul]
1595
1596         * tools/README
1597           tools/outlook2sylpheed.pl
1598                 updated and improved by Ricardo Mones Lastra
1599
1600 2003-04-18 [oliver]     0.8.11claws102
1601
1602         * src/inc.c 
1603         * src/prefs_account.h
1604                 remove Pop3SessionType (used by selective download)
1605         * src/prefs_toolbar.c
1606                 enable set Default Toolbar button
1607
1608 2003-04-18 [paul]       0.8.11claws101
1609
1610         * sync with 0.8.11cvs29
1611                 see ChangeLog 2003-04-18
1612
1613 2003-04-17 [paul]       0.8.11claws100
1614
1615         * src/prefs_common.[ch]
1616           src/summaryview.c
1617                 remove 'Open next message on deletion' option,
1618                 as the same effect can now be achieved via the
1619                 'Always open messages in summary when selected'
1620                 option.
1621
1622 2003-04-17 [paul]       0.8.11claws99
1623
1624         * sync with 0.8.11cvs28
1625                 see ChangeLog 2003-04-17
1626
1627 2003-04-17 [christoph]  0.8.11claws98
1628
1629         * ac/spamassassin.m4
1630         * src/plugins/spamassassin/libspamc.[ch]
1631         * src/plugins/spamassassin/utils.[ch]
1632                 sync libspamc with SpamAssassin project
1633
1634 2003-04-17 [christoph]  0.8.11claws97
1635
1636         * src/common/socket.h
1637         * src/gtk/sslcertwindow.h
1638                 rename old USE_SSL to USE_OPENSSL
1639
1640 2003-04-17 [paul]       0.8.11claws96
1641
1642         * src/prefs_common.h
1643                 use gulong for P_COLOR so that it compiles/runs on
1644                 64-bit systems. Patch submitted by James Noyes
1645                 <jnoyes-claws@retrogeeks.com>
1646                 
1647         * po/de.po
1648                 updated by Jens
1649
1650 2003-04-17 [paul]       0.8.11claws95
1651
1652         * sync with 0.8.11cvs27
1653                 see ChangeLog 2003-04-16
1654
1655 2003-04-15 [paul]       0.8.11claws94
1656
1657         * src/prefs_common.[ch]
1658                 rearrange to stop the window getting too long:
1659                         move Receive dialog stuff to Receive tab
1660                         move Send dialog to Send tab
1661                         remove Dialogs frame
1662                 rename 'Open messages in summary with cursor keys' to
1663                 'Always open messages in summary when selected', as its
1664                 more appropriate
1665
1666 2003-04-15 [paul]       0.8.11claws93
1667
1668         * src/prefs_common.[ch]
1669           src/summaryview.c
1670                 add new option '/Interface/Open next message on deletion'
1671
1672 2003-04-15 [paul]       0.8.11claws92
1673
1674         * src/summaryview.[ch]
1675                 add /Mark/Lock and /Mark/Unlock to the pop-up
1676                 menu. Patch submitted by Ivan Francolin Martinez
1677                 <ivanfm@users.sourceforge.net>
1678
1679 2003-04-15 [paul]       0.8.11claws91
1680
1681         * sync with 0.8.11cvs24
1682                 see ChangeLog 2003-04-15
1683
1684 2003-04-14 [jens]       0.8.11claws90
1685
1686         * updated German translation and some corrections from
1687                 Roland Bless <bless@tm.uka.de>
1688
1689 2003-04-14 [paul]       0.8.11claws89
1690
1691         * sync with 0.8.11cvs22
1692                 see ChangeLog 2003-04-14
1693
1694 2003-04-13 [paul]       0.8.11claws88
1695
1696         * src/plugins/clamav/clamav_plugin.c
1697                 fix memory leaks
1698                 clean up
1699
1700 2003-04-12 [paul]       0.8.11claws87
1701
1702         * src/plugins/clamav/clamav_plugin.c
1703                 activate enable/disable archive scanning option
1704                 
1705         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1706
1707 2003-04-12 [paul]       0.8.11claws86
1708
1709         * src/plugins/Makefile.am
1710           src/plugins/clamav/Makefile.am                ** NEW FILE **
1711           src/plugins/clamav/README                     ** NEW FILE ** 
1712           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1713           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1714                 add Clam AntiVirus plugin
1715
1716 2003-04-12 [paul]       0.8.11claws85
1717
1718         * sync with 0.8.11cvs21
1719                 see ChangeLog 2003-04-11
1720
1721 2003-04-11 [paul]       0.8.11claws84
1722
1723         * po/es.po
1724                 update Spanish translation. Submitted by Ricardo
1725                 Mones Lastra.
1726
1727 2003-04-10 [christoph]  0.8.11claws83
1728
1729         * src/mbox.c
1730                 fix typo that did not move unfiltered mails to destination
1731                 folder
1732
1733         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1734          when filtering from spool)
1735
1736 2003-04-10 [christoph]  0.8.11claws82
1737
1738         * src/imap.c
1739                 use BODY.PEEK instead of BODY in in message fetch operation
1740                 to make sure the IMAP server does not set the \Seen flag for
1741                 messages. Sylpheed does that later itself, when the message
1742                 is opened in sylpheed
1743
1744         (closes Bug 111 Claws destroys unread marks)
1745
1746 2003-04-09 [oliver]     0.8.11claws81
1747         
1748         * src/folder.c
1749                 fix crash in folder_destroy
1750         * README.claws
1751                 remove selective download
1752
1753 2003-04-09 [christoph]  0.8.11claws80
1754
1755         * src/imap.c
1756                 fix crash in imap_get_msginfo() when then fetched message
1757                 is not found
1758
1759         (closes Bug 110 Crash during mail composition)
1760
1761 2003-04-08 [christoph]  0.8.11claws79
1762
1763         * src/folder.c
1764         * src/prefs_account.c
1765                 Filter new messages that are found in an INBOX folder
1766                 when 'Filter messages on receiving' is enabled in the
1767                 Folder's AccountPrefs. This allows to use Sylpheed's
1768                 filtering engine for IMAP folders where messages are
1769                 added to the INBOX by a MTA
1770
1771 2003-04-08 [paul]       0.8.11claws78
1772
1773         * src/procmsg.h
1774                 clean up after last commit
1775
1776 2003-04-08 [paul]       0.8.11claws77
1777
1778         * sync with 0.8.11cvs20
1779                 see ChangeLog 2003-04-07 and 2003-04-08
1780
1781 2003-04-07 [christoph]  0.8.11claws76
1782
1783         * src/filtering.[ch]
1784         * src/inc.[ch]
1785         * src/mbox.c
1786         * src/procmsg.[ch]
1787                 add procmsg_msginfo_filter() to execute filtering actions
1788
1789 2003-04-06 [christoph]  0.8.11claws75
1790
1791         * src/imap.c
1792                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1793
1794 2003-04-06 [christoph]  0.8.11claws74
1795
1796         * src/common/utils.[ch]
1797                 add g_int_compare() function for slist sorting
1798
1799         * src/imap.c
1800                 fetch all MsgInfos with one command in imap_get_msginfos()
1801                 using an imap set with a list of ranges
1802
1803         * src/news.c
1804                 use new g_int_compare() function
1805
1806 2003-04-06 [thorsten]   0.8.11claws73
1807
1808         * src/mh.c
1809                 corrected implementation of mh_folder_destroy()
1810
1811 2003-04-05 [christoph]  0.8.11claws72
1812
1813         * src/account.c
1814         * src/folder.[ch]
1815         * src/folderview.c
1816         * src/imap.c
1817         * src/inc.c
1818         * src/main.c
1819         * src/mainwindow.c
1820         * src/mbox_folder.c
1821         * src/mh.c
1822         * src/mimeview.h
1823         * src/msgcache.[ch]
1824         * src/news.c
1825         * src/procmime.h
1826         * src/procmsg.[ch]
1827         * src/setup.c
1828         * src/gtk/gtkutils.c
1829                 o rename structure field names class and new to klass and
1830                   new_msgs, to allow including files in C++
1831                 o add 'extern "C"' block to some header files
1832                 o add MsgInfoList and MsgNumberList as alias for GSList for
1833                   developers to know what type of list is expected
1834
1835         * src/plugins/image_viewer/plugin.c
1836         * src/plugins/image_viewer/viewer.[ch]
1837         * src/plugins/image_viewer/viewerprefs.[ch]
1838                 rename function names to prevent conflicts
1839
1840 2003-04-05 [paul]       0.8.11claws71
1841
1842         * sync with 0.8.11cvs18
1843                 see ChangeLog 2003-04-03 and 2003-04-04
1844
1845 2003-04-02 [christoph]  0.8.11claws70
1846
1847         * src/folder.[ch]
1848         * src/imap.[ch]
1849         * src/mbox_folder.[ch]
1850         * src/mh.[ch]
1851         * src/news.[ch]
1852                 o Make all virtual folder functions private
1853                 o remove unused folder code
1854
1855         * src/common/socket.[ch]
1856         * src/summaryview.c
1857                 fix warnings
1858
1859 2003-03-30 [alfons]     0.8.11claws69
1860
1861         * src/send_message.c
1862                 remove two debug traces and see if people still report
1863                 errors
1864
1865 2003-03-30 [alfons]     0.8.11claws68
1866
1867         * src/send_message.c
1868         * src/commons/session.c
1869                 add more debug traces
1870
1871 2003-03-30 [christoph]  0.8.11claws67
1872
1873         * src/folder.c
1874                 change processing folder name from .processing to processing
1875
1876         * src/common/ssl.c
1877                 disable SSL certificate check because it causes Xlib error
1878                 when the child process want's to open an GTK window
1879
1880 2003-03-30 [christoph]  0.8.11claws66
1881
1882         * src/folder.c
1883                 don't use default folder for processing folder item because
1884                 it can be a non local folder
1885
1886         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1887
1888 2003-03-30 [alfons]     0.8.11claws65
1889
1890         * src/send_message.c
1891                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1892                 to generate bad code for 'send_send_data_progressive': When
1893                 called from 'send_send_data_finished', the 'data' pointer is
1894                 cleared just before the assignment to the dialog pointer
1895
1896 2003-03-29 [christoph]  0.8.11claws64
1897
1898         * src/common/prefs.h
1899         * src/plugins/image_viewer/Makefile.am
1900         * src/plugins/image_viewer/plugin.c
1901         * src/plugins/image_viewer/viewer.[ch]
1902         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1903                 add PrefsPage for ImageViewer
1904
1905 2003-03-28 [thorsten]   0.8.11claws63
1906
1907         * src/common/session.c
1908                 added some comments
1909
1910 2003-03-28 [paul]       0.8.11claws62
1911
1912         * sync with 0.8.11cvs16
1913                 see ChangeLog 2003-03-28
1914
1915 2003-03-28 [paul]       0.8.11claws61
1916
1917         * sync with 0.8.11cvs15
1918                 see ChangeLog 2003-03-28
1919
1920 2003-03-27 [christoph]  0.8.11claws60
1921
1922         * src/folder.c
1923         * src/imap.c
1924         * src/common/socket.[ch]
1925                 set socket state to DISCONNECTED when any operation
1926                 fails to allow reconnecting in IMAP code without
1927                 checking the return code of all calls to the command
1928                 functions
1929
1930         * src/folderview.c
1931         * src/summaryview.c
1932                 remove some more stuff that depends on specific
1933                 folder types
1934
1935 2003-03-27 [paul]       0.8.11claws59
1936
1937         * sync with 0.8.11cvs14
1938                 see ChangeLog 2003-03-27
1939                 
1940         * src/selective_download.[ch]   ** REMOVED **
1941                 really removed
1942
1943 2003-03-27 [christoph]  0.8.11claws58
1944
1945         * src/folder.c
1946                 fix handling of tmp_flags in flag copy function
1947
1948 2003-03-27 [paul]       0.8.11claws57
1949
1950         * sync with 0.8.11cvs13
1951                 see ChangeLog 2003-03-27
1952
1953 2003-03-27 [oliver]     0.8.11claws56
1954
1955         * src/maiwindow.c
1956                 remove sel_download_cb
1957
1958 2003-03-27 [oliver]     0.8.11claws55
1959         
1960         * src/inc.c
1961                 remove POP3_TOP
1962         
1963 2003-03-26 [oliver]     0.8.11claws54
1964
1965         *src/pop.h
1966                 remove POP3_TOP*
1967         * README.claws
1968                 remove selective donwload readme
1969
1970 2003-03-26 [oliver]     0.8.11claws53
1971         * src/matcher.[ch]
1972         * src/matcher_parser_parse.y 
1973         * src/pop.c 
1974         * src/prefs_account.[ch]
1975         * src/prefs_filtering.c
1976                 remove selective donwload
1977
1978 2003-03-26 [oliver]     0.8.11claws52
1979
1980         * src/inc.[ch] 
1981         * src/filtering.c 
1982         * src/mainwindow.c 
1983                 remove selective donwload
1984
1985 2003-03-26 [oliver]     0.8.11claws51
1986         
1987         * src/Makefile.am
1988         * src/selective_download.[ch]   ** REMOVE **    
1989
1990 2003-03-26 [christoph]  0.8.11claws50
1991
1992         * src/news.c
1993                 fix NEWS that got broken by a sync with sylpheed-main
1994
1995 2003-03-26 [christoph]  0.8.11claws49
1996
1997         * src/mimeview.c
1998                 fix mime type guessing when no mime type is found for a file
1999
2000 2003-03-25 [christoph]  0.8.11claws48
2001
2002         * src/mimeview.c
2003         * src/procmime.c
2004                 remove mime type guessing from mime parser and use
2005                 name based mime types in viewer lookup for mime type
2006                 application/octet-stream
2007
2008 2003-03-25 [christoph]  0.8.11claws47
2009
2010         * doc-src/readme.txt
2011         * doc-src/rfc2554.txt
2012                 add RFC about SMTP AUTH
2013
2014         * src/send_message.c
2015         * src/common/smtp.[ch]
2016                 add extra error code for authentication errors and
2017                 clear temporary password when this error occurs
2018
2019         (closes Bug 84 authentication failure while sending should
2020          prompt for password again)
2021
2022 2003-03-25 [christoph]  0.8.11claws46
2023
2024         * configure.ac
2025         * src/Makefile.am
2026         * src/imageview.[ch]                            ** REMOVE **
2027         * src/messageview.[ch]
2028         * src/mimeview.[ch]
2029         * src/prefs_common.[ch]
2030         * src/textview.c
2031         * src/plugins/Makefile.am
2032         * src/plugins/image_viewer/.cvsignore           ** NEW **
2033         * src/plugins/image_viewer/Makefile.am          ** NEW **
2034         * src/plugins/image_viewer/plugin.c             ** NEW **
2035         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2036                 move image viewer into a plugin (building is enabled by default)
2037                 [ToDo: Prefs for resize and autoview]
2038
2039 2003-03-25 [paul]       0.8.11claws45
2040
2041         * sync with 0.8.11cvs12
2042                 see ChangeLog 2003-03-26
2043
2044 2003-03-25 [paul]       0.8.11claws44
2045
2046         * sync with 0.8.11cvs11
2047                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2048                 
2049         Note: Selective Download is broken.
2050                 
2051 2003-03-22 [christoph]  0.8.11claws43
2052
2053         * src/folder.c
2054                 code cleanup for flags copying
2055
2056 2003-03-22 [christoph]  0.8.11claws42
2057
2058         * src/plugins/trayicon/trayicon.c
2059                 fix setting the transparent area when the window size
2060                 is forced by the system tray
2061
2062 2003-03-22 [christoph]  0.8.11claws41
2063
2064         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2065         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2066         * src/plugins/trayicon/newmail.xpm              ** NEW **
2067         * src/plugins/trayicon/nomail.xpm               ** NEW **
2068         * src/plugins/trayicon/trayicon.c
2069         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2070                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2071                 o add icon for unread mails
2072                 o set transparency for window
2073
2074 2003-03-22 [christoph]  0.8.11claws40
2075
2076         * src/news.c
2077                 init news session to prevent crash when session is closed
2078
2079 2003-03-22 [christoph]  0.8.11claws39
2080
2081         * src/imap.c
2082         * src/common/session.[ch]
2083                 Init session data to make sure we don't have invalid pointers
2084                 for read_ch and write_ch when new multi process sessions are
2085                 not used
2086
2087         * src/main.c
2088         * src/common/plugin.c
2089         * src/common/sylpheed.c
2090         * src/plugins/demo/demo.c
2091         * src/plugins/dillo_viewer/dillo_viewer.c
2092         * src/plugins/mathml_viewer/mathml_viewer.c
2093         * src/plugins/spamassassin/spamassassin.c
2094         * src/plugins/spamassassin/spamassassin_gtk.c
2095                 add plugin types to allow loading plugins at different times
2096                 (and maybe for different frontends), because it's not good to
2097                 load GTK-Plugins gefore gtk_init was called
2098
2099         * configure.ac
2100         * src/plugins/Makefile.am
2101         * src/plugins/trayicon/.cvsignore               ** NEW **
2102         * src/plugins/trayicon/Makefile.am              ** NEW **
2103         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2104         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2105         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2106         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2107         * src/plugins/trayicon/trayicon.c               ** NEW **
2108                 New Trayicon plugin that shows an icon in a systray that uses
2109                 XEMBED protocol like Gnome's systray. Icon shows if there
2110                 are new mails and a tooltip shows information about new,
2111                 unread and total messages.
2112
2113 2003-03-22 [paul]       0.8.11claws38
2114
2115         * src/common/smtp.c
2116                 fix ESMTP AUTH CRAM-MD5
2117                 [sync with main (still version 0.8.11cvs6), see
2118                  ChangeLog 2003-03-22]
2119
2120 2003-03-21 [colin]      0.8.11claws37
2121
2122         * src/send_message.c
2123                 Fix USE_SSL => USE_OPENSSL
2124
2125 2003-03-21 [colin]      0.8.11claws36
2126
2127         * src/folderview.c
2128                 Fix counts in drag and dropped subfolders
2129
2130 2003-03-21 [colin]      0.8.11claws35
2131
2132         * src/folder.c 
2133         * src/folderview.c
2134                 speed up a bit folder dnd
2135
2136 2003-03-20 [alfons]     0.8.11claws34
2137
2138         * src/main.c
2139         * src/toolbar.c
2140         * src/procmsg.c
2141                 don't send locked queue messages
2142                 (feature request "[ 705245 ] Locking message in outbox 
2143                  should prevent sending")
2144
2145 2003-03-20 [christoph]  0.8.11claws33
2146
2147         * src/folder.c
2148                 remove NEW and UNREAD flag in special folders when scanning
2149                 
2150         * src/common/smtp.c
2151                 fix ESMTP AUTH CRAM-MD5
2152
2153 2003-03-20 [paul]       0.8.11claws32
2154
2155         * src/prefs_account.c
2156                 Re-write 'Tunnel command to open connection' as
2157                 'Use command to communicate with server', and disable
2158                 it for all except IMAP accounts
2159
2160 2003-03-20 [paul]       0.8.11claws31
2161
2162         * sync with 0.8.11cvs6
2163                 see ChangeLog 2003-03-20
2164
2165 2003-03-19 [match]      0.8.11claws30
2166
2167         * src/addritem.[ch]
2168                 include documentation. minor refactoring.
2169         * src/addr_compl.[ch]
2170         * src/addrindex.[ch]
2171         * src/addresbook.[ch]
2172         * src/summaryview.c
2173                 re-enable address lookup (was disabled in
2174                 0.8.11claws20).
2175
2176 2003-03-19 [christoph]  0.8.11claws29
2177
2178         * src/procmsg.c
2179                 add temp flag handling, will make moving and copying
2180                 messages possible again
2181
2182         * src/folder.c
2183                 correct calulation of folder stats
2184
2185 2003-03-18 [match]      0.8.11claws28
2186
2187         * src/editgroup.h
2188                 remove case sensitive comparison (closes bug 80).
2189
2190 2003-03-18 [christoph]  0.8.11claws27
2191
2192         * src/imap.c
2193                 fix imap using a tunnel command
2194
2195         (closes bug 87)
2196
2197 2003-03-18 [christoph]  0.8.11claws26
2198
2199         * src/folder.[ch]
2200         * src/imap.c
2201         * src/procmsg.[ch]
2202                 rewrite flag handling for folders
2203
2204 2003-03-18 [christoph]  0.8.11claws25
2205
2206         * src/folder.c
2207         * src/procmsg.c
2208         * src/summaryview.c
2209                 unset NEW and UNREAD flags when message is ignored, to make
2210                 sure messages don't show up as unread on other IMAP clients,
2211                 because the IGNORE_THREAD flag can not be syncronized through
2212                 the IMAP folder
2213
2214 2003-03-17 [christoph]  0.8.11claws24
2215
2216         * src/imap.c
2217                 don't use recursion to fetch uids when the number of messages
2218                 does not match. Moved code into subfunction that is used
2219                 again when needed, to prevent an endless loop.
2220
2221 2003-03-17 [thorsten]   0.8.11claws23
2222
2223         * src/imageview.[ch]
2224                 export imageview_get_resized_size() (for plugins)
2225         * src/prefs_common.[ch]
2226                 added prefs_common_get() (for plugins)
2227
2228 2003-03-17 [christoph]  0.8.11claws22
2229
2230         * src/imap.c
2231                 o remove UID guessing from copy code
2232                 o support UIDPLUS extension for APPEND command
2233
2234 2003-03-17 [paul]       0.8.11claws21
2235
2236         * src/gtk/about.c
2237                 remove 'Compiled-plugins' section.
2238                 
2239         * src/plugins/dillo_viewer/dillo_viewer.c
2240                 slight change to description text
2241
2242 2003-03-16 [match]      0.8.11claws20
2243         * src/ldapserver.[ch]           ** NEW **
2244         * src/ldapctrl.[ch]             ** NEW **
2245         * src/ldapquery.[ch]            ** NEW **
2246         * src/ldaputil.[ch]             ** NEW **
2247         * src/addrcindex.[ch]           ** NEW **
2248         * src/addrquery.h               ** NEW **
2249         * src/addritem.[ch]
2250         * src/addrcache.[ch]
2251         * src/addrindex.[ch]
2252         * src/addr_compl.[ch]
2253         * src/addressbook.[ch]
2254         * src/addrbook.[ch]
2255         * src/editgroup.c
2256         * src/editaddress.c
2257         * src/editldap.c
2258         * src/editldap_basedn.c
2259         * src/vcard.c
2260         * src/jpilot.c
2261         * src/Makefile.am
2262                 included dynamic LDAP queries. improved address
2263                 completion.
2264
2265 2003-03-16 [paul]       0.8.11claws19
2266
2267         * tools/multiwebsearch.pl
2268                 fix a fatal typo
2269
2270 2003-03-16 [christoph]  0.8.11claws18
2271
2272         * src/mimeview.c
2273         * src/plugins/dillo_viewer/dillo_viewer.c
2274         * src/plugins/mathml_viewer/mathml_viewer.c
2275                 make unregistering of MimeViewerFactorys possible
2276
2277 2003-03-16 [alfons]     0.8.11claws17
2278
2279         * configure.ac
2280                 correct typo
2281
2282 2003-03-16 [melvin]     0.8.11claws16
2283
2284         * src/plugins/dillo_viewer.c
2285                 Fixed bug where it was not possible to view more than
2286                 one text/html attachment per message (bug discovered
2287                 by Christoph Hohmann).
2288
2289 2003-03-15 [melvin]     0.8.11claws15
2290
2291         * src/prefs_actions.c
2292                 Fixed compilation warnings.
2293
2294 2003-03-15 [melvin]     0.8.11claws14
2295
2296         * src/plugins/Makefile.am
2297         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2298         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2299         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2300                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2301                 newer (http://dillo.auriga.wearlab.de/).
2302
2303 2003-03-15 [christoph]  0.8.11claws13
2304
2305         * src/imap.c
2306                 don't query imap folder for attributes because we already
2307                 for them from imap_status
2308
2309         * src/mimeview.[ch]
2310                 add support for plugable MimeViewers (unloading Viewers
2311                 not yet complete)
2312
2313         * src/plugins/Makefile.am
2314         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2315         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2316         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2317                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2318                 widget from http://helm.cs.unibo.it/mml-widget/
2319
2320 2003-03-14 [christoph]  0.8.11claws12
2321
2322         * src/folder.[ch]
2323                 o error return code's should better be negative
2324                 o replace printf with debug_print
2325
2326         * src/imap.c
2327                 improve IMAP folder scan by checking UID-NEXT
2328
2329         * src/summaryview.c
2330                 remove check that are unnecessary in my opinion
2331
2332 2003-03-13 [christoph]  0.8.11claws11
2333
2334         * src/folder.[ch]
2335         * src/foldersel.c
2336         * src/folderview.c
2337         * src/imap.c
2338         * src/mbox_folder.c
2339         * src/mh.c
2340         * src/news.c
2341         * src/prefs_scoring.c
2342         * src/summaryview.c
2343                 use a common function to get a displayable name
2344                 for a FolderItem
2345
2346 2003-03-13 [paul]       0.8.11claws10
2347
2348         * tools/Makefile.am
2349           tools/README
2350           tools/multiwebsearch.conf     ** NEW FILE **
2351           tools/multiwebsearch.pl       ** NEW FILE **
2352                 add multiwebsearch Actions script
2353
2354 2003-03-13 [colin]      0.8.11claws9
2355
2356         * src/compose.c
2357                 Remove leading emtpy lines from quoted text
2358                 before quoting it
2359
2360 2003-03-13 [melvin]     0.8.11claws8
2361
2362         * src/prefs_actions.c
2363                 Fixed a memory leak
2364                 Code clean ups
2365                 Added Cancel and OK buttons
2366                 Corrected help text
2367
2368 2003-03-13 [christoph]  0.8.11claws7
2369
2370         * src/account.c
2371         * src/folder.[ch]
2372         * src/imap.c
2373         * src/mainwindow.c
2374         * src/mbox_folder.c
2375         * src/mh.c
2376         * src/news.c
2377         * src/setup.c
2378                 replace more folder type stuff with folder class stuff
2379
2380 2003-03-13 [melvin]     0.8.11claws6
2381
2382         * src/prefs_actions.c
2383                 Added new tokens:
2384                 %u: user provided argument
2385                 %h: user provided argument (hidden on input)
2386                 %s: current text selection in the message view 
2387
2388 2003-03-13 [paul]       0.8.11claws5
2389
2390         * sync with 0.8.11cvs5
2391                 see ChangeLog 2003-03-11, 2003-03-12
2392
2393 2003-03-12 [christoph]  0.8.11claws4
2394
2395         * src/folder.c
2396                 use folder class idstr when writing folderlist.xml
2397
2398         * src/folder.h
2399         * src/imap.c
2400         * src/news.c
2401                 replace folder type checks with folder class checks
2402
2403 2003-03-12 [christoph]  0.8.11claws3
2404
2405         * src/folder.[ch]
2406         * src/imap.[ch]
2407         * src/main.c
2408         * src/mbox_folder.[ch]
2409         * src/mh.[ch]
2410         * src/news.[ch]
2411                 o create a list of known folder classes in the folder system
2412                 o use folder class id strings for folder item identifiers
2413
2414 2003-03-12 [christoph]  0.8.11claws2
2415
2416         * src/imap.c
2417                 fix imap uid validity check
2418
2419 2003-03-12 [christoph]  0.8.11claws1
2420
2421         * src/account.c
2422         * src/folder.[ch]
2423         * src/foldersel.c
2424         * src/folderview.c
2425         * src/imap.c
2426         * src/mainwindow.c
2427         * src/mbox_folder.c
2428         * src/mh.c
2429         * src/news.c
2430         * src/prefs_scoring.c
2431         * src/procmsg.c
2432         * src/setup.c
2433         * src/summaryview.c
2434                 initial restructuring of folder system, seperating
2435                 folders and folder classes
2436
2437 2003-03-12 [paul]       0.8.11claws
2438
2439         0.8.11claws release
2440
2441 2003-03-12 [christoph]
2442
2443         * src/gtk/prefswindow.c
2444                 fix translation of "Page Index"
2445
2446 2003-03-12 [paul]       0.8.10claws110
2447
2448         a sync from 0.8.11cvs4 before the release
2449
2450         * src/common/utils.c
2451                 subject_compare_for_sort(): allow null strings (fixes
2452                 summary sorting).
2453
2454 2003-03-11 [paul]       0.8.10claws109
2455
2456         * po/es.po
2457                 update Spanish translation, submitted by
2458                 Ricardo Mones Lastra
2459
2460 2003-03-11 [melvin]     0.8.10claws108
2461
2462         * po/fr.po
2463                 Updated French translations
2464
2465 2003-03-11 [paul]       0.8.10claws107
2466
2467         * manual/en/Makefile.am
2468           manual/en/*.html
2469                 update English manual, add a new page
2470                 updated by Francois Barriere <fbarriere@atmel.fr>
2471                 
2472         * po/bg.po
2473           po/it.po
2474           po/sr.po
2475                 update Bulgarian, Italian, and Serbian translations
2476                 submitted by George Danchev, Alessandro Maestri, and
2477                 Urke MMI
2478
2479 2003-03-10 [paul]       0.8.10claws106
2480
2481         * src/gtk/about.c
2482           src/gtk/prefswindow.c
2483                 make some strings translatable
2484
2485 2003-03-10 [darko]      0.8.10claws105
2486
2487         * src/compose.c
2488                 code cleanup to make Hiro happy
2489
2490 2003-03-10 [paul]       0.8.10claws104
2491
2492         * sync with 0.8.11cvs2
2493                 see ChangeLog 2003-03-10
2494
2495 2003-03-09 [melvin]     0.8.10claws103
2496
2497         * src/textview.c
2498                 textview_set_font(): fix for message display in
2499                 UTF-8 locales (thanks to Sergey Vlasov).
2500                 (was unintentionnaly reverted in 0.8.6claws6)   
2501
2502 2003-03-08 [darko]      0.8.10claws102
2503
2504         * src/compose.c
2505                 fix infinite loop in wrapping as reported
2506                 by happycactus
2507                 obsoletes patch #696482
2508
2509 2003-03-08 [christoph]  0.8.10claws101
2510
2511         * src/imap.c
2512                 add workaround for IMAP servers that do not
2513                 support the "UID SEARCH UID" command
2514
2515 2003-03-07 [christoph]  0.8.10claws100
2516
2517         * src/plugins/spamassassin/spamassassin.[ch]
2518         * src/plugins/spamassassin/spamassassin_gtk.c
2519                 code cleanup
2520
2521 2003-03-07 [paul]       0.8.10claws99
2522
2523         * po/es.po
2524                 updated Spanish translation, submitted by
2525                 Ricardo Mones Lastra
2526
2527 2003-03-07 [christoph]  0.8.10claws98
2528
2529         * src/send.c
2530                 fix in 0.8.10claws94 was wrong
2531                 local delivery does not require escaping, remove escaping
2532                 code to make signatures of mails with "." lines valid
2533                 
2534                 NOTE: requires that sendmail is executed with "-i" option,
2535                       what is the default now, but has to be changed in all
2536                       exsiting accounts)
2537
2538 2003-03-07 [paul]       0.8.10claws97
2539
2540         * sync with 0.8.11 release
2541                 see ChangeLog 2003-03-07
2542
2543 2003-03-06 [paul]       0.8.10claws96
2544
2545         * src/compose.c
2546                 revert commit 0.8.10claws92
2547
2548 2003-03-06 [paul]       0.8.10claws95
2549
2550         * src/folderview.c
2551                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2552
2553         * src/gtkaspell.c
2554                 fix bug 74, 'Crash opening editor window with pseudo-color
2555                 display'
2556                 
2557         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2558
2559 2003-03-06 [christoph]  0.8.10claws94
2560
2561         * src/send.c
2562                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2563                 all lines starting with a period get an extra period
2564                 inserted
2565                 (found by Simon 'corecode' Schubert)
2566
2567 2003-03-06 [paul]       0.8.10claws93
2568
2569         * src/folderview.c
2570                 if configured font can't be loaded fall back to gtk
2571                 default. (with thanks to Christoph)
2572                 
2573                 closes long-standing bug 15 'Crashes on startup'
2574
2575 2003-03-06 [paul]       0.8.10claws92
2576
2577         * src/compose.c
2578                 freeze text before autosave and thaw afterwards
2579                 fixes bug 67 'autosave make re-rediting message crazy'
2580
2581 2003-03-06 [christoph]  0.8.10claws91
2582
2583         * src/compose.c
2584                 ignore address comment in dupe check for Cc-list
2585
2586         (closes reopened bug 47 Replying to message strips name part of
2587          e-mail addresses of Cc: lines)
2588
2589 2003-03-06 [paul]       0.8.10claws90
2590
2591         * src/Makefile.am
2592                 remove reference to gtkxtext.h as its no longer in
2593                 the repository
2594
2595 2003-03-06 [paul]       0.8.10claws89
2596
2597         * sync with 0.8.10cvs25
2598                 see ChangeLog 2003-03-06
2599
2600 2003-03-06 [oliver]     0.8.10claws88
2601         
2602         * src/messageview.c
2603                 remove include
2604
2605 2003-03-06 [oliver]     0.8.10claws87
2606         
2607         * src/folderview.c 
2608                 remove changes introduced inclaws74
2609         * src/messageview.c
2610                 another attempt to sanely delete and update
2611                 messages deleted in separate messageview
2612
2613 2003-03-05 [christoph]  0.8.10claws86
2614
2615         * src/summaryview.c
2616                 check if "From" matches any account's address if
2617                 addressbook completion of addresses is disabled too
2618
2619         (closes Bug 70 "Display recipient in from" doesn't check
2620          folder's default account)
2621
2622 2003-03-05 [christoph]  0.8.10claws85
2623
2624         * src/compose.c
2625         * src/common/utils.[ch]
2626                 don't strip address comments when building Cc lists
2627
2628         (closes Bug 47 Replying to message strips name part of e-mail addresses
2629          of Cc: lines)
2630
2631         * src/folder.c
2632                 fix return value of copy function
2633
2634 2003-03-05 [christoph]  0.8.10claws84
2635
2636         * src/imap.c
2637                 don't ask imap server for non rfc822 headers
2638
2639         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2640
2641         * src/imap.c
2642                 destroy session on socket error to allow reconnecting
2643
2644 2003-03-05 [christoph]  0.8.10claws83
2645
2646         * configure.ac
2647                 fix building with gnome when no prefix is set
2648
2649         (closes bug 66 Gnome directory is set to NONE)
2650
2651 2003-03-05 [paul]       0.8.10claws82
2652
2653         * sync with 0.8.10cvs23
2654                 see ChangeLog 2003-03-05
2655
2656 2003-03-04 [christoph]  0.8.10claws81
2657
2658         * src/folder.c
2659                 o fix moving and copying when folder returns 0 for new
2660                   message number
2661                 o remove some code for single message copy and move
2662                   operations and use functions for multiple messages
2663
2664         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2665
2666         * src/news.c
2667                 remove unused include
2668
2669 2003-03-04 [paul]       0.8.10claws80
2670
2671         * src/gtk/about.c
2672                 list 'Compiled plugins'
2673
2674 2003-03-03 [christoph]  0.8.10claws79
2675
2676         * src/news.[ch]
2677                 have to multiply the percentage of the current fetch with
2678                 the percentage that it has of the total fetch operation
2679                 for correct values
2680
2681 2003-03-03 [christoph]  0.8.10claws78
2682
2683         * src/news.c
2684                 fix calculation of expected lines for progress indicator
2685
2686 2003-03-03 [christoph]  0.8.10claws77
2687
2688         * src/summaryview.c
2689         * src/common/utils.c
2690                 fix segfault when opening the root news folder
2691
2692 2003-03-03 [christoph]  0.8.10claws76
2693
2694         * src/mainwindow.[ch]
2695         * src/common/Makefile.am
2696         * src/common/progressindicator.[ch]
2697                 add UI independent progress indicator handling
2698
2699         * src/news.[ch]
2700                 use new progress indicator for message info fetching
2701
2702         * src/common/hooks.h
2703                 code cleanup
2704
2705 2003-03-03 [oliver]     0.8.10claws75
2706
2707         * src/toolbar.c
2708         * src/compose.c
2709                 removed commented code
2710
2711 2003-03-03 [oliver]     0.8.10claws74
2712
2713         * src/toolbar.[ch]
2714                 cleanups and refactoring
2715         * src/compose.[ch]
2716                 compose_reply_mode reply & forwarding interface for
2717                 toolbar buttons
2718         * src/folderview.c
2719                 act on messages marked for deletion in folderview_selected
2720                 based on prefs_common.immediate_exec since a message might 
2721                 have been deleted by messageview in a folder we are changing 
2722                 to (does anybody understand what I'm on about ?)
2723
2724 2003-03-03 [oliver]     0.8.10claws73
2725         
2726         * src/messageview.[ch]
2727                 new functions
2728                 - messageview_delete: delete message shown in messagview
2729                 - messageview_update_view: update messageview to currently 
2730                   selected summaryview message
2731                 - add separate messageview to msgview_list in order to update 
2732                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2733         * src/summaryview.[ch]
2734                 summary_get_selection returns a list of selected msgs
2735                 in summaryview
2736         * src/mainwindow.c
2737                 toolbar reply refactoring
2738
2739 2003-03-03 [paul]       0.8.10claws72
2740
2741         * sync with 0.8.10cvs21
2742                 see ChangeLog 2003-03-03
2743
2744 2003-03-02 [christoph]  0.8.10claws71
2745
2746         * src/common/passcrypt.c
2747                 use POSIX includes
2748
2749 2003-03-02 [christoph]  0.8.10claws70
2750
2751         * configure.ac
2752         * src/prefs_account.c
2753         * src/prefs_gtk.[ch]
2754         * src/common/.cvsignore
2755         * src/common/Makefile.am
2756         * src/common/passcrypt.c                ** NEW **
2757         * src/common/passcrypt.h.in             ** NEW **
2758                 Implement password encryption in config files
2759                 using unix encrypt and setkey functions. The crypt
2760                 key can be set as a configure parameter. Old
2761                 passwords will be converted if they do not begin
2762                 with '!'
2763
2764 2003-03-02 [paul]       0.8.10claws69
2765
2766         * src/prefs_account.c
2767                 fix compile error
2768
2769 2003-03-01 [thorsten]   0.8.10claws68
2770
2771         * po/el.po
2772           po/hr.po
2773           po/it.po
2774           po/nl.po
2775           po/sr.po
2776           po/sv.po
2777                 corrected format strings
2778         * po/en_GB.po
2779                 corrected headers
2780                 (fix compile errors with GNU gettext-0.11.5)
2781
2782 2003-03-01 [oliver]     0.8.10claws67
2783
2784         * src/summaryview.c
2785                 menu callbacks call toolbar_menu_reply
2786
2787 2003-03-01 [oliver]     0.8.10claws66
2788
2789         * src/mainwindow.c
2790         * src/messageview.c
2791                 menu callbacks call toolbar_menu_reply
2792         * src/toolbar.[ch]
2793                 callbacks from menu handled by toolbar_menu_reply
2794
2795 2003-03-01 [paul]       0.8.10claws65
2796
2797         * src/addressbook.c
2798                 revert commit 0.8.10claws54 - breaks editing of
2799                 addressbook.
2800                 
2801         * po/bg.po
2802                 update Bulgarian translation, submitted by
2803                 George Danchev
2804
2805 2003-02-28 [christoph]  0.8.10claws64
2806
2807         * src/account.c
2808         * src/addressadd.c
2809         * src/compose.c
2810         * src/gtkaspell.c
2811         * src/gtkxtext.h                ** REMOVE **
2812         * src/imap.c
2813         * src/matcher.[ch]
2814         * src/mh.c
2815         * src/news.c
2816         * src/pine.c
2817         * src/prefs_common.c
2818         * src/prefs_matcher.c
2819         * src/procheader.[ch]
2820         * src/procmsg.[ch]
2821         * src/toolbar.c
2822         * src/common/ssl_certificate.c
2823         * src/gtk/colorlabel.c
2824         * src/gtk/menu.c
2825                 o fix warnings
2826                 o remove code obsoleted by new cache and folder system rework
2827
2828 2003-02-28 [oliver]     0.8.10claws63
2829         
2830         * src/toolbar.[ch]
2831                 * fix bug where reply in Messageview replied to 
2832                 Message displayed in summaryview
2833                 (reportedd via ML by chinatinte at gmx dot ch)
2834                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2835                 didn't work in separate MessageView Toolbar
2836                 (wondering if anybody uses this at all ?)
2837         * src/summaryview.[ch]
2838                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2839                 (generalize reply and forward code);
2840         * src/messageview.c 
2841                 remove focus_in event which updated summaryview to messageview
2842
2843 2003-02-28 [paul]       0.8.10claws62
2844
2845         * po/Makefile.in.in
2846                 add the --check option
2847                 Patch submitted by Ricardo Mones Lastra
2848
2849 2003-02-28 [paul]       0.8.10claws61
2850
2851         * src/prefs_account.c
2852                 re-order 'Signature' items
2853
2854 2003-02-28 [paul]       0.8.10claws60
2855
2856         * sync with 0.8.10cvs20
2857                 see ChangeLog 2003-02-28
2858
2859 2003-02-28 [paul]       0.8.10claws59
2860
2861         * po/POTFILES.in
2862                 update to reflect recent movement of files
2863
2864 2003-02-28 [paul]       0.8.10claws58
2865
2866         * sync with 0.8.10cvs19
2867                 see ChangeLog 2003-02-28
2868
2869 2003-02-27 [martin]     0.8.10claws57
2870
2871         * src/prefs_matcher.c 
2872                 fix segfault in prefs_matcher_ok() when the
2873                 last entry is deleted and prevents that the
2874                 message "entry not saved" comes up after deleting
2875                 an entry
2876
2877 2003-02-27 [martin]     0.8.10claws56
2878
2879         * src/prefs_filtering.c 
2880                 fix segfault in prefs_filtering_ok() when the
2881                 last entry is deleted and prevents that the
2882                 message "entry not saved" comes up after deleting
2883                 an entry
2884
2885 2003-02-27 [paul]       0.8.10claws55
2886
2887         * sync with 0.8.10cvs18
2888                 see ChangeLog 2003-02-27
2889
2890 2003-02-27 [paul]       0.8.10claws54
2891
2892         * src/addressbook.c
2893                 fix bug where the address book crashes with 
2894                 multiple lookups.
2895                 Patch [687729] submitted by David Frager 
2896                 <dbfrager@users.sourceforge.net>
2897
2898 2003-02-25 [christoph]  0.8.10claws53
2899
2900         * src/Makefile.am
2901         * src/colorlabel.[ch]           ** REMOVE **
2902         * src/gtk/Makefile.am
2903         * src/gtk/colorlabel.[ch]       ** NEW **
2904                 move colorlabel files to gtk directory
2905
2906         * src/esmtp.[ch]                ** REMOVE **
2907                 has been merged into smtp.[ch] in 0.7.5
2908
2909 2003-02-25 [christoph]  0.8.10claws52
2910
2911         * src/Makefile.am
2912         * src/about.[ch]                ** REMOVE **
2913         * src/gtk/Makefile.am
2914         * src/gtk/about.[ch]            ** NEW **
2915                 move about files to gtk directory
2916
2917 2003-02-25 [christoph]  0.8.10claws51
2918
2919         * src/folder.c
2920                 some code optimization of folder scanning code
2921
2922         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2923
2924 2003-02-25 [christoph]  0.8.10claws50
2925
2926         * src/main.c
2927         * src/common/sylpheed.c
2928                 add command line parameter parsing to common code
2929
2930 2003-02-24 [christoph]
2931
2932         * Makefile.am
2933         * configure.ac
2934                 fix gnome prefix problems, the configure script now removed
2935                 `gnome-config --prefix` from `gnome-config --datadir`
2936                 and adds $(prefix} instead
2937
2938         (closes Bug 24 Makefile does not respect prefix when installing
2939          GNOME data)
2940
2941 2003-02-24 [christoph]  0.8.10claws49
2942
2943         * src/news.c
2944                 check for valid session before trying to authenticate
2945
2946         (closes Bug 60 crash if "authenticate on logon" is activated
2947          and newsserver-hostname is not valid)
2948
2949 2003-02-24 [melvin]     0.8.10claws48
2950
2951         * src/prefs_actions.c
2952                 Make sure all user's input is sent to the action and then
2953                 close the socket..
2954
2955 2003-02-23 [alfons]     0.8.10claws46
2956
2957         * src/summaryview.c
2958                 also wait cursor when deleting files
2959
2960 2003-02-23 [paul]
2961
2962         * tools/freshmeat_search.pl
2963           tools/google_search.pl
2964                 scripts should now work for any browser/browser command line
2965
2966 2003-02-22 [christoph]  0.8.10claws45
2967
2968         * src/procmsg.c
2969                 fix IMAP flag setting, IMAP flag is not handled correctly
2970                 anymore by the folder system and information about the
2971                 folder should not be saved in the MsgInfo (in my opinion)
2972
2973         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2974
2975 2003-02-22 [christoph]  0.8.10claws44
2976
2977         * src/summaryview.c
2978                 fix spelling of "label" ;-)
2979
2980 2003-02-22 [thorsten]   0.8.10claws43
2981
2982         * src/mimeview.c
2983           src/prefs_common.[ch]
2984           src/procmime.[ch]
2985                 do not use description as attachment name
2986
2987 2003-02-22 [alfons]     0.8.10claws42
2988
2989         * src/summaryview.c
2990                 freeze/thaw folder item updates when changing color labels,
2991                 and put a wait cursors on
2992
2993 2003-02-22 [thorsten]   0.8.10claws41
2994
2995         * src/mimeview.c
2996                 save-all fixes: crash if invoked on multipart container,
2997                 mimeinfo access, pathseparators, error dialog
2998
2999 2003-02-21 [alfons]     0.8.10claws40
3000
3001         * src/prefs_gtk.c
3002                 remove unused var
3003
3004 2003-02-21 [colin]      0.8.10claws39
3005
3006         * src/send.c
3007                 Fix smtp logging
3008
3009 2003-02-21 [colin]      0.8.10claws38
3010
3011         * src/summaryview.c
3012                 Freeze/thaw folderItem updates when filtering messages 
3013                 via Tools/Filter messages
3014
3015 2003-02-21 [paul]       0.8.10claws37
3016
3017         * src/compose.c
3018                 revert commit 0.8.10claws26, there are ulterior motives
3019                 for users to set a Reply-To header when posting to
3020                 newsgroups
3021
3022 2003-02-21 [paul]       0.8.10claws36
3023
3024         * sync with 0.8.10cvs17
3025                 see ChangeLog 2003-02-21
3026
3027 2003-02-20 [christoph]  0.8.10claws35
3028
3029         * src/imap.c
3030                 IMAP UID fetch speedup using SEARCH
3031
3032         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3033
3034         * src/imap.c
3035                 fix problem with UIDs in IMAP UID cache that no longer existed
3036
3037 2003-02-20 [christoph]  0.8.10claws34
3038
3039         * src/imap.c
3040         * src/procheader.c
3041         * src/procheader.h
3042                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3043
3044         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3045
3046         * src/imap.c
3047                 Rewrite imap_cmd_gen_recv use sock_getline instead
3048                 of sock_gets to avoid problems with too long reply
3049                 lines
3050     
3051 2003-02-20 [colin]      0.8.10claws33
3052         
3053         * src/prefs_account.c
3054                 Better wording
3055
3056 2003-02-20 [colin]      0.8.10claws32
3057
3058         * src/compose.c
3059                 Remove useless '&& !to_sender' 
3060
3061 2003-02-20 [darko]
3062
3063         * AUTHORS
3064                 change my e-mail address
3065
3066 2003-02-19 [colin]      0.8.10claws31
3067
3068         * src/prefs_common.c
3069                 X11 style colors for every configurable color
3070
3071 2003-02-19 [alfons]     0.8.10claws30
3072
3073         * src/prefs_gtk.[ch]
3074         * src/prefs_common.c
3075                 for color_new accept both plain integers and X11 style color
3076                 names (as found in /usr/lib/X11/rgb.txt)
3077
3078 2003-02-19 [paul]       0.8.10claws29
3079
3080         * src/mainwindow.c
3081                 add tooltips to online/offline button and account selector
3082                 button
3083
3084 2003-02-19 [paul]       0.8.10claws28
3085
3086         * src/folder.c
3087           src/news.c
3088           src/prefs_account.[ch]
3089           src/prefs_common.[ch]
3090                 move 'Maximum number of articles to download' to
3091                 account prefs.
3092                 clean up account prefs gui a little by hiding entries
3093                 rather then greying out entries
3094
3095 2003-02-19 [hiro]       0.8.10claws27
3096
3097         * src/common/utils.c
3098                 fix bug #54 'yesterdays date is displayed in the message 
3099                 summary window'
3100
3101 2003-02-19 [paul]       0.8.10claws26
3102
3103         * src/compose.c
3104                 fix bug reported in Feature Request [688596] 
3105                 'Reply-to header in news'
3106
3107 2003-02-18 [paul]       0.8.10claws25
3108
3109         * src/select-keys.c
3110                 add a 'List all keys' button to key selection dialog
3111
3112 2003-02-18 [colin]      0.8.10claws24
3113         
3114         * src/stock_pixmap.c
3115                 fix compile error
3116
3117 2003-02-18 [colin]      0.8.10claws23
3118
3119         * src/common/smtp.[ch]
3120           src/prefs_account.c
3121                 Try to starttls if it seems to be the only
3122                 way to authenticate a user
3123
3124 2003-02-18 [paul]       0.8.10claws22
3125
3126         * src/Makefile.am
3127           src/folderview.c
3128           src/stock_pixmap.[ch]
3129           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3130           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3131                 as a Drafts folder is a special folder allow it to have
3132                 its own unique icons
3133
3134 2003-02-18 [colin]      0.8.10claws21
3135
3136         * src/imap.c
3137                 Fix port selection when using starttls
3138
3139 2003-02-18 [paul]       0.8.10claws20
3140
3141         * src/mainwindow.c
3142           src/prefs_common.[ch]
3143                 make blue the default new mail colour
3144
3145 2003-02-18 [paul]       0.8.10claws19
3146
3147         * sync with 0.8.10cvs14
3148                 see ChangeLog 2003-02-18
3149
3150 2003-02-17 [jens]       0.8.10claws18
3151
3152         * src/common/md5.c
3153                 fixed a compile problem with gcc 3.3
3154                 works on 2.95.3 too (testet on PPC as it is big endian)
3155
3156 2003-02-17 [paul]       0.8.10claws17
3157
3158         * sync with 0.8.10cvs13
3159                 see ChangeLog 2003-02-17
3160
3161 2003-02-17 [paul]       0.8.10claws16
3162
3163         * sync with 0.8.10cvs12
3164                 see ChangeLog 2003-02-17
3165
3166 2003-02-16 [match]      0.8.10claws15
3167
3168         * src/addressbook.c
3169                 Eliminates reloading of address data when items
3170                 deleted or added. Applied submitted by
3171                 Luke Plant <lukeplant@softhome.net>
3172
3173 2003-02-16 [paul]       0.8.10claws14
3174
3175         * src/news.c
3176                 when a 'protocol error' is encountered disconnect from
3177                 the server. This means that the user can carry on viewing
3178                 other articles and doesn't have to either wait until the
3179                 server timesout or quit sylpheed.
3180                 Fixes bug #53 'Unable to read messages in newsgroups, 
3181                 displayed message doesn't change'
3182
3183 2003-02-15 [christoph]  0.8.10claws13
3184
3185         * src/imap.c
3186                 fix bug that stopped scanning of folders when an
3187                 IMAP folder was empty
3188
3189         (closes bug 46 stop scan messages in folders after empty folder)
3190
3191 2003-02-15 [paul]
3192
3193         * tools/Makefile.am
3194           tools/README
3195           tools/freshmeat_search.pl     ** NEW FILE **
3196           tools/google_search.pl        ** NEW FILE **
3197                 Add 2 Actions scripts which search freshmeat/google
3198                 for the selected text using the browser configured
3199                 in sylpheedrc.
3200                 
3201         Note: These scripts are very dependent on the format of the
3202         browser command and may not work on every occasion. Testing
3203         is welcome. 
3204
3205 2003-02-14 [alfons]     0.8.10claws12
3206
3207         * src/compose.c
3208                 fix breakage because of uninitialized account pointer.
3209                 please verify.
3210
3211 2003-02-14 [paul]       0.8.10claws11
3212
3213         * src/compose.c
3214           src/prefs_account.[ch]
3215           src/prefs_common.[ch]
3216                 move signature settings to Account Prefs
3217
3218 2003-02-14 [paul]       0.8.10claws10
3219
3220         * sync with 0.8.10cvs11
3221                 see ChangeLog 2003-02-14
3222
3223 2003-02-13 [thorsten]   0.8.10claws9
3224
3225         * src/news.c
3226                 revert news progressbar (GUI separation)
3227
3228 2003-02-13 [paul]       0.8.10claws8
3229
3230         * src/compose.c
3231                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3232                 paragraph 1
3233
3234 2003-02-13 [paul]       0.8.10claws7
3235
3236         * src/compose.[ch]
3237           src/summaryview.c
3238                 fix 'Follow-up and Reply-to' so that it creates a reply to
3239                 the newsgroup and the sender. If the message has the keyword
3240                 'poster' in the Followup-To header, all replies go to the
3241                 sender, re: RFC 1036, Section 2.2.3
3242                 rename all instances of 'ignore_replyto' to 'to_sender', both
3243                 were previously used, now we use just one.
3244
3245 2003-02-13 [paul]       0.8.10claws6
3246
3247         * sync with 0.8.10cvs9
3248                 see ChangeLog 2003-02-13
3249
3250 2003-02-13 [paul]       0.8.10claws5
3251
3252         * configure.ac
3253                 show which plugins are configured in the configure
3254                 output.
3255
3256 2003-02-12 [thorsten]   0.8.10claws4
3257
3258         * src/news.c
3259                 show progress while fetching news headers
3260
3261 2003-02-12 [christoph]  0.8.10claws3
3262
3263         * configure.ac
3264         * src/plugins/Makefile.am
3265                 use AM_CONDITIONAL to enable plugins, automake correctly
3266                 manages this when creating distdir
3267
3268 2003-02-12 [christoph]  0.8.10claws2
3269
3270         * ac/spamassassin.m4
3271         * src/plugins/spamassassin/Makefile.am
3272                 fix building SpamAssassin plugin without OpenSSL
3273
3274 2003-02-12 [paul]       0.8.10claws1
3275
3276         * ac/Makefile.am
3277           src/Makefile.am
3278           src/plugins/Makefile.am
3279                 fix failure of 'make release'
3280
3281 2003-02-12 [paul]       0.8.10claws
3282
3283         * 0.8.10claws released
3284
3285 2003-02-12 [paul]       0.8.9claws56
3286
3287         * po/bg.po
3288           po/es.po
3289           po/it.po
3290           po/ru.po
3291           po/sr.po
3292                 updated translations by George Danchev, Ricardo Mones Lastra,
3293                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3294                 
3295         * sylpheed.spec.in
3296                 Allow the building of RPMs by a regular user. Submitted
3297                 by Sergei Astanin
3298
3299 2003-02-11 [alfons]     0.8.9claws55
3300
3301         * src/colorlabel.c
3302                 don't use pixmaps for label color rect but draw rectangles
3303                 so we can respect the color map of palette based visuals
3304                 (fixes the long time crashes on Suns - thanks to Andreas
3305                 Engel and Steve O'Hara-Smith for testing)
3306
3307 2003-02-11 [christoph]  0.8.9claws54
3308
3309         * src/matcher_parser_parse.y
3310                 correct bug where filering rules of not existing folders in
3311                 matcherrc were added to global filtering
3312                 
3313         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3314          main filter-rules after removing directory, http://bugs.debian.org/180253)
3315         
3316 2003-02-11 [paul]       0.8.9claws53
3317
3318         * sync with 0.8.10cvs7
3319                 see ChangeLog 2003-02-09
3320
3321 2003-02-11 [melvin]     0.8.9claws52
3322
3323         * po/fr.po
3324                 Updated French tranlsations
3325
3326 2003-02-10 [paul]       0.8.9claws51
3327
3328         * sylpheed.spec.in
3329                 correct --enable-openssl
3330                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3331
3332 2003-02-09 [martin]     0.8.9claws50
3333
3334         * src/prefs_matcher.c
3335                 fix segfault in prefs_matcher_substitute_cb() when
3336                 no row is selected
3337
3338 2003-02-09 [paul]       0.8.9claws49
3339
3340         * src/folderview.c
3341                 fix bug where a newsgroup folder's processing rules were
3342                 merged with the global filtering rules when the newsgroup
3343                 folder was deleted, causing some seriously bad results,
3344                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3345
3346 2003-02-08 [melvin]     0.8.9claws48
3347
3348         * src/compose.c
3349                 Corrected and modified an alert message.
3350
3351 2003-02-07 [paul]       0.8.9claws47
3352
3353         * src/folderview.c
3354                 fix bug where both an 'Account properties' window and a
3355                 'Folder properties' window were opened when clicking on
3356                 'Properties' in an NNTP or IMAP folder's popup menu.
3357
3358 2003-02-07 [paul]       0.8.9claws46
3359
3360         * sync with 0.8.10cvs6
3361                 see ChangeLog 2003-02-06
3362
3363 2003-02-06 [christoph]  0.8.9claws45
3364
3365         * src/mbox.c
3366                 freeze folder updates while importing mbox files
3367                 (closes bug 43 importing mbox took hours)
3368                 
3369         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3370
3371 2003-02-06 [thorsten]   0.8.9claws44
3372
3373         * po/de.po
3374                 Updated german translations
3375
3376 2003-02-06 [thorsten]   0.8.9claws43
3377
3378         * src/news.h
3379                 use guint for message numbers (fix count in grouplist dialog)
3380
3381 2003-02-05 [paul]       0.8.9claws42
3382
3383         * sync with 0.8.10cvs2
3384                 see ChangeLog 2003-02-05
3385
3386 2003-02-04 [colin]      0.8.9claws41
3387
3388         * src/prefs_common.[ch]
3389           src/procmsg.c
3390           src/summaryview.c
3391                 Add an option to disable threading by subject
3392
3393 2003-02-04 [christoph]  0.8.9claws40
3394
3395         * src/inc.c
3396                 only abort fetching mails from multiple accounts when the
3397                 error is fatal and does not allow to check any more accounts
3398                 (currently only disk full error)
3399
3400         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3401          receive mails for other accouts)
3402
3403 2003-02-04 [christoph]  0.8.9claws39
3404
3405         * src/folder.c
3406                 first add the new message to the cache, then
3407                 send the update notification
3408
3409         (closes bug 39 after sending message folderview doesnt get updated)
3410
3411 2003-02-04 [colin]      0.8.9claws38
3412
3413         * src/inc.c
3414                 _really_ fix this Connecting... status
3415
3416 2003-02-04 [paul]       0.8.9claws37
3417
3418         * sync with 0.8.10
3419                 see ChangeLog 2003-02-04
3420
3421 2003-02-04 [paul]       0.8.9claws36
3422
3423         * sync with 0.8.9cvs6
3424                 see ChangeLog 2003-02-03
3425
3426 2003-02-04 [paul]       0.8.9claws35
3427
3428         * po/pt_BR.po
3429                 updated by André Filipe de Assunção e Brito 
3430                 <bedecko@netsite.com.br>
3431
3432 2003-02-03 [thorsten]   0.8.9claws34
3433
3434         * po/de.po
3435                 Updated german translations
3436
3437 2003-02-02 [paul]       0.8.9claws33
3438
3439         * po/es.po
3440                 updated by Ricardo Mones Lastra
3441
3442 2003-02-02 [thorsten]   0.8.9claws32
3443
3444         * src/mh.c
3445                 Fix mh_get_msginfo() segfault if file is inaccessible
3446
3447 2003-01-31 [colin]      0.8.9claws31
3448
3449         * src/procheader.c
3450                 Fix last commit's bug
3451
3452 2003-01-31 [colin]      0.8.9claws30
3453
3454         * src/procheader.c
3455                 Missing a change for gpg-signed messages
3456
3457 2003-01-31 [paul]       0.8.9claws29
3458
3459         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3460           src/procheader.c
3461           src/stock_pixmap.[ch]
3462           src/summaryview.c
3463                 indicate GnuPG signed messages by displaying an icon
3464                 in the Attachment column.
3465
3466 2003-01-31 [paul]       0.8.9claws28
3467
3468         * sync with 0.8.9cvs4
3469                 see ChangeLog 2003-01-31
3470
3471 2003-01-31 [alfons]     0.8.9claws27
3472
3473         * src/textview.c
3474                 tune URI parser to accept mailto URLs with a '?'
3475                 (patch from Ruslan Balkin)
3476
3477 2003-01-31 [colin]      0.8.9claws26
3478
3479         * src/summaryview.c
3480                 Fix a leak introduced in claws24
3481
3482 2003-01-31 [colin]      0.8.9claws25
3483
3484         * src/summaryview.c
3485                 Freeze/Thaw folder updates when deleting dups
3486
3487 2003-01-31 [colin]      0.8.9claws24
3488         
3489         * src/addr_compl.c
3490           src/summaryview.c
3491           src/msgcache.c
3492                 little speed improvements
3493
3494 2003-01-31 [colin]      0.8.9claws23
3495
3496         * src/summaryview.c
3497                 Fix segfault when forwarding nothing
3498                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3499                 
3500 2003-01-30 [paul]       0.8.9claws22
3501
3502         * sync with 0.8.9cvs3
3503                 see ChangeLog 2003-01-30
3504
3505 2003-01-30 [paul]       0.8.9claws21
3506
3507         * sync with 0.8.9cvs2
3508                 see ChangeLog 2003-01-30
3509
3510 2003-01-29 [paul]       0.8.9claws20
3511
3512         * sync with 0.8.9cvs1
3513                 see ChangeLog 2003-01-29
3514
3515 2003-01-28 [paul]       0.8.9claws19
3516
3517         * po/POTFILES.in
3518                 update to reflect changes. 
3519                 thanks to Ricardo Mones Lastra
3520
3521 2003-01-27 [christoph]  0.8.9claws18
3522
3523         * ac/openssl.m4
3524         * ac/spamassassin.m4
3525         * src/plugins/spamassassin/README
3526         * src/plugins/spamassassin/libspamc.[ch]
3527         * src/plugins/spamassassin/utils.[ch]
3528                 updated to latest libspamc
3529
3530 2003-01-27 [christoph]  0.8.9claws17
3531
3532         * src/folder.c
3533                 fix wrong use of procheader_get_header_fields
3534
3535 2003-01-27 [christoph]  0.8.9claws16
3536
3537         * src/news.c
3538         * src/prefs_account.[ch]
3539         * src/common/nntp.[ch]
3540                 allow to force authentication for NNTP servers
3541
3542         Patch submitted by Florian Mickler <dmk@d-labs.de>
3543
3544 2003-01-26 [paul]       0.8.9claws15
3545
3546         * src/summaryview.c
3547                 speed up of marking messages as read
3548                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3549
3550 2003-01-26 [christoph]  0.8.9claws14
3551
3552         * src/Makefile.am
3553         * src/mgutils.[ch]              ** REMOVE **
3554         * src/xml.[ch]                  ** REMOVE **
3555         * src/xmlprops.[ch]             ** REMOVE **
3556         * src/common/Makefile.am
3557         * src/common/mgutils.[ch]       ** NEW **
3558         * src/common/xml.[ch]           ** NEW **
3559         * src/common/xmlprops.[ch]      ** NEW **
3560                 move xml files to common directory
3561
3562 2003-01-26 [christoph]  0.8.9claws13
3563
3564         * src/plugins/spamassassin/spamassassin_gtk.c
3565                 only set gtk entry text if string is available
3566
3567 2003-01-26 [melvin]     0.8.9claws12
3568
3569         * src/description_window.c
3570                 Allow resizing of the window
3571                 Allow automatic horizontal scroll bar
3572                 Do not vertically expand and fill
3573
3574 2003-01-26 [christoph]  0.8.9claws11
3575
3576         * src/Makefile.am
3577         * src/gtkutils.[ch]             ** REMOVE **
3578         * src/common/sylpheed.c
3579         * src/gtk/Makefile.am
3580         * src/gtk/description_window.c
3581         * src/gtk/gtkutils.[ch]         ** NEW **
3582         * src/gtk/prefswindow.c
3583                 move gtkutils to gtk directory
3584
3585 2003-01-26 [paul]       0.8.9claws10
3586
3587         * src/summaryview.c
3588                 rename summary_unread_clicked() to summary_status_clicked()
3589
3590 2003-01-26 [melvin]     0.8.9claws9
3591
3592         * src/prefs_actions.c
3593                 Cosmetical changes to the help text
3594
3595 2003-01-26 [paul]       0.8.9claws8
3596
3597         * src/folder.[ch]
3598           src/mainwindow.c
3599           src/prefs_common.c
3600           src/prefs_sumamry_column.c
3601           summaryview.[ch]
3602                 rename the 'Unread' column to 'Status'
3603
3604 2003-01-25 [match]      0.8.9claws7
3605
3606         * src/mgutils.[ch]
3607                 removed reference to LDAP constants. removed error2string.
3608                 included functions to support LDAP dynamic queries.
3609         * src/syldap.h
3610                 moved LDAP constants here.
3611         * src/addressbook.c
3612         * src/addrindex.c
3613         * src/importldif.c
3614                 removed references to LDAP constants and references to
3615                 error2string.
3616
3617 2003-01-25 [paul]       0.8.9claws6
3618
3619         * src/summaryview.c
3620                 summary_thread_build(), summary_thread_init(): remove 
3621                 unneeded reference to summaryview->folder_item
3622
3623 2003-01-25 [christoph]  0.8.9claws5
3624
3625         * src/gtk/description_window.c
3626                 o allow description texts to expand over multiple columns
3627                 o translate all columns
3628         * src/prefs_actions.c
3629                 change syntax description to use new multi column feature
3630
3631         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3632
3633 2003-01-25 [match]      0.8.9claws4
3634
3635         * src/vcard.c
3636                 fixed bug with Quoted-Printable
3637
3638 2003-01-25 [paul]       0.8.9claws3
3639
3640         * src/folder.[ch]
3641           src/summaryview.[ch]
3642                 implement per-folder collapsed/expanded threads setting
3643                 
3644         * src/prefs_common.c
3645                 remove global collapsed/expanded threads option
3646
3647 2003-01-25 [christoph]  0.8.9claws2
3648
3649         * po/POTFILES.in
3650                 add pluginwindow and prefswindow
3651         * src/compose.c
3652                 make send respond correctly to messages that could be added
3653                 to the queue folder, but the UID of the message is unknown
3654         * src/folder.c
3655         * src/imap.c
3656                 don't return guessed UIDs in imap_add_msg anymore. We return
3657                 0 to tell the folder system it was appened but the UID is
3658                 unknown. Folder system now get's the UID by scaning the folder
3659                 and searching the cache for the Message-ID
3660                 (closes bug #29 Messages queued, but not sent)
3661
3662 2003-01-25 [paul]       0.8.9claws1
3663
3664         * src/codeconv.c
3665                 conv_encode_header():  fix bug when long headers with 8-bit
3666                 characters are used, so that the encoded words are wrapped.
3667                 If the space in the original text falls on the wrap boundary,
3668                 it can be lost.
3669                 Patch by Sergey Vlasov.
3670                 
3671         * src/folderview.c
3672                  fix bug where a change to the sorting method or thread view
3673                  of a folder's messages is lost if simpify-subject is set and
3674                  toggled on or off.
3675                  Patch by Luke Plant.
3676
3677 2003-01-24 [paul]       0.8.9claws
3678
3679         * sylpheed-0.8.9claws released
3680         
3681         * Makefile.am
3682           sylpheed.spec.in
3683                 remove reference to 'INSTALL.jp'
3684
3685 2003-01-23 [paul]       0.8.8claws128
3686
3687         * po/es.po
3688           po/it.po
3689           po/ru.po
3690           po/sr.po
3691                 updated translations. submitted by Ricardo Mones Lastra,
3692                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3693
3694 2003-01-23 [colin]      0.8.8claws127
3695
3696         * src/compose.c
3697                 Fix drafted and queued news articles re-edition
3698
3699 2003-01-23 [melvin]     0.8.8claws126
3700
3701         * po/fr.po
3702                 Updated French translations
3703
3704 2003-01-23 [colin]      0.8.8claws125
3705
3706         * src/inc.c
3707                 Fix "Connecting to..." status message
3708
3709 2003-01-22 [paul]       0.8.8claws124
3710
3711         * po/bg.po
3712                 updated by George Danchev
3713                 
3714         * src/folder.c
3715                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3716                 and folder deletion
3717
3718 2003-01-21 [paul]       0.8.8claws123
3719
3720         * po/bg.po
3721                 updated by George Danchev
3722                 
3723         * src/about.c
3724                 its now 2003
3725                 
3726         * src/toolbar.c
3727                 don't translate 'Separator'
3728                 
3729         * src/plugins/spamassassin/Makefile.am
3730                 add aspell to CPPFLAGS
3731                 
3732         * src/plugins/spamassassin/spamassassin.c
3733           src/plugins/spamassassin/spamassassin_gtk.c
3734                 set correct default for spamassassin_receive_spam
3735                 slightly re-word descriptions and some
3736                 other minor changes
3737
3738 2003-01-19 [alfons]     0.8.8claws122
3739                 
3740         * src/mimeview.c
3741                 mimeview_save_as(): we might as well show the file name for
3742                 the single case "Save As" too
3743
3744 2003-01-19 [alfons]     0.8.8claws121
3745
3746         * src/crash.c
3747                 change bug tracker URL to bugzilla URL
3748
3749 2003-01-19 [alfons]     0.8.8claws120
3750
3751         * src/mimeview.c
3752                 mimeview_save_all(): display name of file before overwriting;
3753                 continue saving all, even when one overwrite was cancelled
3754
3755 2003-01-19 [christoph]  0.8.8claws119
3756
3757         * src/summaryview.c
3758         * src/procmsg.[ch]
3759                 fix wrong usage of procmsg_find_children in summaryview
3760                 by using procmsg_update_unread_children instead of
3761                 summaryview_update_unread_children
3762
3763 2003-01-19 [christoph]  0.8.8claws118
3764
3765         * src/procmsg.c
3766                 fix infinite loop in procmsg_find_children
3767                  (closes bug #25 sylpheed crashes on delete.)
3768
3769         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3770
3771 2003-01-19 [paul]       0.8.8claws117
3772
3773         * po/pt_BR.po
3774                 updated by Ivan Francolin Martinez
3775
3776 2003-01-18 [melvin]     0.8.8claws116
3777
3778         * src/prefs_actions.c
3779                 Removed syntax limitation of only one '&' at the end of command.
3780                         Now actions that contain '>/dev/null 2>&1' are possible.
3781
3782 2003-01-18 [melvin]     0.8.8claws115
3783
3784         * src/prefs_actions.c
3785                 Actions IO dialog: when the action ends
3786                 the "Close" button now has focus and [Escape] closes the
3787                 window.
3788
3789 2003-01-18 [christoph]  0.8.8claws114
3790
3791         * src/procmsg.c
3792                 o add debug output when MsgInfos are really freed
3793                 o free GSLists in procmsg_find_children and
3794                   procmsg_update_unread_children
3795
3796 2003-01-18 [christoph]  0.8.8claws113
3797
3798         * src/mainwindow.c
3799                 reorder Configuration menu
3800
3801 2003-01-18 [christoph]  0.8.8claws112
3802
3803         * src/compose.c
3804                 fix applying templates to forwarded messages
3805
3806         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3807
3808 2003-01-17 [christoph]  0.8.8claws111
3809
3810         * src/folder.c
3811                 destroy folder items, when a folder item is removed
3812
3813 2003-01-17 [christoph]  0.8.8claws110
3814
3815         * src/folder.c
3816                 fix wrong folder stats update when ignored message is
3817                 deleted
3818
3819 2003-01-17 [colin]      0.8.8claws109
3820         
3821         * src/mainwindow.c
3822         * src/summaryview.c
3823                 Quicksearch bugfixes: 
3824                 - hide help button at startup if not extended
3825                 - switch to extended when looking for replies
3826
3827 2003-01-17 [paul]
3828
3829         * sync with 0.8.9 release
3830
3831 2003-01-17 [paul]       0.8.8claws108
3832
3833         * sync with 0.8.8cvs11
3834                 see ChangeLog 2003-01-17
3835
3836 2003-01-16 [colin]      0.8.8claws107
3837
3838         * src/procmsg.c
3839                 Changed encryption test to re-ask passphrase
3840                 if an encrypted message hasn't been decrypted
3841                 Fixes bug #5
3842
3843 2003-01-16 [christoph]  0.8.8claws106
3844
3845         * src/prefs_gtk.c
3846         * src/prefs_toolbar.c
3847         * src/gtk/prefswindow.h
3848         * src/plugins/spamassassin/spamassassin_gtk.c
3849                 remove page destroy function that is not used anymore
3850
3851 2003-01-16 [paul]       0.8.8claws105
3852
3853         * sync with 0.8.8cvs9
3854                 see ChangeLog 2002-01-16
3855
3856 2003-01-16 [colin]      0.8.8claws104
3857
3858         * src/compose.[ch]
3859                 Fix bug with autosaved drafts for IMAP, when draft
3860                 folder is specified - fixes bugzilla bug #20
3861
3862 2003-01-15 [paul]       0.8.8claws103
3863
3864         * src/compose.[ch]
3865           src/procmsg.c
3866                 store folder and message-id of message forwarding
3867                 in queue header and set forward flag after sending
3868
3869 2003-01-15 [paul]       0.8.8claws102
3870
3871         * sync with 0.8.8cvs8
3872                 see ChangeLog 2002-01-15
3873
3874 2003-01-15 [colin]      0.8.8claws101
3875
3876         * src/Makefile.am
3877                 Fix linking with GNU libiconv
3878
3879 2003-01-15 [darko]      0.8.8claws100
3880
3881         * src/pine.c
3882                 fix crash when importing pine address book
3883                 entry with an empty name (reported by DY
3884                 <dybulk at tri8.net>)
3885
3886 2003-01-14 [paul]       0.8.8claws99
3887
3888         * configure.in  ** REMOVED **
3889           configure.ac  ** NEW FILE **
3890                 rename configure.in to configure.ac, as it is now
3891                 preferred
3892
3893 2003-01-14 [melvin]     0.8.8claws98
3894
3895         * src/folderview.c
3896                 folderview_check_new(): More precise function description
3897
3898 2003-01-14 [melvin]     0.8.8claws97
3899
3900         * src/folderview.c
3901                 folderview_check_new(): return the number of new messages 
3902                         since last check.
3903         * src/inc.c
3904                 inc_account_mail(): Disable counting of new messages for IMAP
3905                         and NNTP until bug [19] and [14] are fixed.
3906
3907 2003-01-14 [paul]       0.8.8claws96
3908
3909         * sync with 0.8.8cvs6
3910                 see ChangeLog 2003-01-14
3911
3912 2003-01-13 [alfons]     0.8.8claws95
3913
3914         * src/textview.c
3915                 tune email address validation (c. 0.8.8claws89): if . is 
3916                 just one char away from @, the address is invalid too 
3917                 (correctly rejects addresses like foo@.com)
3918
3919 2003-01-13 [paul]       0.8.8claws94
3920
3921         * src/messageview.c
3922           src/toolbar.c
3923                 fixes to the Message View toolbar and menu:
3924                 fix non-functioning Forward button
3925                 make Reply button consider default_reply_list
3926                 remove 'Follow-up...' menu entry
3927                 add 'Forward' and 'Redirect' menu entries
3928
3929 2003-01-13 [melvin]     0.8.8claws93
3930
3931         * src/inc.c
3932                 Fixed typo that could make new messages count incorrect.
3933
3934 2003-01-13 [melvin]     0.8.8claws92
3935
3936         * src/folderview.[ch]
3937                 folderview_check_new(): return the number of new messages.
3938         * src/inc.c
3939                 Should fix bug [14] where new mail notification worked 
3940                         incorrectly with IMAP accounts.
3941                 inc_spool_account(): return number of new msgs, or -1 on error
3942                 inc_all_spool(): return number of new msgs
3943                 
3944 2003-01-13 [melvin]     0.8.8claws91
3945
3946         * src/prefs_actions.c
3947                 Justify help text.
3948
3949 2003-01-12 [thorsten]   0.8.8claws90
3950
3951         * src/common/prefs.c
3952                 close file before rename
3953
3954 2003-01-12 [alfons]     0.8.8claws89
3955
3956         * AUTHORS
3957                 add Christian Mertes
3958         * src/common/utils.[ch]
3959                 g_stricase_hash(), g_stricase_equal(): functions for 
3960                 case insensitive hash tables
3961         * src/textview.c
3962                 use top level domain names to validate email address, based
3963                 on a patch by Christian Mertes (thanks!), but changed 
3964                 implementation to use a hash table 
3965
3966 2003-01-12 [paul]       0.8.8claws88
3967
3968         * po/bg.po
3969                 updated by George Danchev
3970
3971 2003-01-12 [alfons]     0.8.8claws87
3972
3973         * src/summaryview.c
3974                 delete / execute performance: use new style folder update
3975
3976 2003-01-12 [paul]       0.8.8claws86
3977
3978         * sync with 0.8.8cvs5
3979                 see ChangeLog 2003-01-13 (!)
3980
3981 2003-01-12 [alfons]     0.8.8claws85
3982
3983         * src/filtering.c
3984         * src/matcher_parser_parse.y
3985                 prepare change_score filtering action
3986         * src/matcher.[ch]
3987                 give up const-correctness on functions that call non-const-correct functions;
3988                 several casts to gpointer in g_free();
3989                 add change_score;
3990
3991 2003-01-12 [christoph]  0.8.8claws84
3992
3993         * src/compose.c
3994                 fix 2 warnings
3995
3996         * src/gtk/prefswindow.[ch]
3997         * src/plugins/spamassassin/spamassassin_gtk.c
3998                 changed the call of the widget create function
3999                 for PrefsPages, because sometimes the widget
4000                 create function needs a widget that already has
4001                 been attached to a window (to create GDK pixmaps
4002                 for exmaple). So we simply pass the GtkWindow as
4003                 the second parameter now.
4004
4005         * src/main.c
4006         * src/mainwindow.c
4007         * src/prefs_toolbar.[ch]
4008                 rewrite Toolbar Preferences using the new
4009                 prefs window
4010
4011 2003-01-11 [alfons]     0.8.8claws83
4012
4013         * src/addressadd.c
4014                 fix crash when adding sender to addressbook because status bar
4015                 isn't there (the status bar doesn't seem to be used though,
4016                 but I'll let Match decide what to do with it)
4017
4018 2003-01-11 [colin]      0.8.8claws82
4019
4020         * src/main.c
4021           src/toolbar.c
4022                 Two useless changes reversed
4023
4024 2003-01-11 [colin]      0.8.8claws81
4025
4026         * src/mainwindow.c
4027           src/mainwindow.h
4028                 Add mainwindow_get_mainwindow()
4029         * src/alertpanel.c
4030           src/alertpanel.h
4031                 Add alertpanel_error_log() 
4032         * src/compose.c
4033           src/inc.c
4034           src/messageview.c
4035           src/toolbar.c
4036           src/main.c
4037           src/procmsg.c
4038                 Network errors get a View Log button
4039
4040 2003-01-10 [alfons]     0.8.8claws80
4041
4042         * src/prefs_toolbar.c
4043         * src/toolbar.c
4044                 use the translatable string for "Separator" as file name for
4045                 separator toolbar items (probably make this uppercase?)
4046
4047 2003-01-10 [alfons]     0.8.8claws79
4048
4049         * src/prefs_toolbar.c
4050                 put right A_SEPARATOR description string in "displayed
4051                 toolbar items list" so manually added separators are
4052                 saved correctly (bug #10, "Adding a separator to the main 
4053                 toolbar fails, entry in xml file is wrong")
4054
4055 2003-01-10 [christoph]  0.8.8claws78
4056
4057         * src/imap.c
4058                 o fix warnings
4059                 o use CAPABILITY to check if NAMESPACE is available
4060
4061 2003-01-10 [christoph]  0.8.8claws77
4062
4063         * src/imap.[ch]
4064                 apply UIDPLUS IMAP extension support patch
4065
4066         Patch submitted by Simon 'corecode' Schubert
4067
4068 2003-01-10 [paul]       0.8.8claws76
4069
4070         * src/folderview.c
4071                 a sync from main which fixes the news account folders'
4072                 Properties bug
4073
4074 2003-01-10 [christoph]  0.8.8claws75
4075
4076         * src/folder.c
4077                 don't accept 0 as a valid uid returned by copy and move
4078                 functions. 0 means the message was copied or moved but the
4079                 new uid could not be fetched. It is not an error condition
4080                 for the copy or move operation.
4081
4082 2003-01-10 [paul]       0.8.8claws74
4083
4084         * src/prefs_filtering.c
4085                 change English used in Alert when entry is not
4086                 saved.
4087                 
4088         * sync with 0.8.8cvs4
4089                 see ChangeLog 2003-01-10
4090
4091 2003-01-10 [darko]      0.8.8claws73
4092
4093         * src/pine.c
4094                 fix crash when importing address book entry
4095                 without a valid address
4096
4097 2003-01-09 [alfons]     0.8.8claws72
4098
4099         * src/inc.c
4100                 filtering performance: use new style folder update
4101
4102 2003-01-09 [christoph]  0.8.8claws71
4103
4104         * src/compose.c
4105         * src/gtk/menu.[ch]
4106                 fix wrong selecting of mime encoding type, when
4107                 opening property dialog of attachments in the
4108                 compose window. 7bit was always selected and that
4109                 destoryed files with 8bit data.
4110                 (closes bug #9 Sylpheed-claws destroys attachments when
4111                  changing MIME-types)
4112
4113 2003-01-09 [paul]       0.8.8claws70
4114
4115         * sync with 0.8.8cvs3
4116                 see ChangeLog 2003-01-09
4117
4118 2003-01-08 [alfons]     0.8.8claws69
4119         
4120         * src/addressadd.c
4121                 apply patch by Kim Schulz to fix build breakage
4122                 because of missing variable
4123
4124 2003-01-08 [paul]       0.8.8claws68
4125
4126         * sync with 0.8.8cvs2
4127                 see ChangeLog 2002-01-08
4128
4129 2003-01-08 [paul]       0.8.8claws67
4130
4131         * po/it.po
4132                 updated by Alessandro Maestri
4133                 
4134         * src/addressadd.c
4135                 when using 'Add sender to addressbook' allow
4136                 name to be edited and remarks to be entered
4137                 Patch submitted by Luke Plant
4138
4139 2003-01-08 [darko]      0.8.8claws66
4140
4141         * README.claws, src/summaryview.c
4142                 fix description for marked messages
4143
4144 2003-01-08 [paul]
4145
4146         * tools/Makefile.am
4147           tools/launch_phoenix  ** NEW FILE **
4148                 add script that enables using Phoenix as the default
4149                 web browser. 
4150                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4151                 
4152         * tools/OOo2sylpheed.pl
4153                 remove full path to sylpheed executable, just 'sylpheed'
4154                 will do
4155                 
4156         * tools/README
4157                 add launch_phoenix informtion and re-arrange and compress
4158                 the data a little
4159
4160 2003-01-07 [christoph]  0.8.8claws65
4161
4162         * src/folder.c
4163                 fix update for source folder when moving messages
4164         * src/procmsg.[ch]
4165         * src/summaryview.c
4166                 use function to set to_folder for message infos and
4167                 automatically update the op_count for old and new
4168                 folder
4169
4170 2003-01-07 [melvin]     0.8.8claws64
4171
4172         * src/prefs_actions.c
4173                 Fixed bug where an '%p' Action on a displayed image crashed 
4174                         Sylpheed
4175                 Code clean up (get rid of duplicated code and removed unnecessary 
4176                                 structure member)
4177
4178 2003-01-07 [christoph]  0.8.8claws63
4179
4180         * src/compose.c
4181         * src/folder.[ch]
4182         * src/folderview.c
4183         * src/import.c
4184         * src/inc.c
4185         * src/main.c
4186         * src/mainwindow.c
4187         * src/messageview.c
4188         * src/prefs_folder_item.c
4189         * src/procmsg.c
4190         * src/summaryview.c
4191         * src/toolbar.c
4192                 o remove all folder update triggering from the UI code. The folder
4193                   system should know much better when a folder needs an update.
4194                 o to prevent multiple updates in a row the folder updates can be
4195                   frozen for some time.
4196
4197                 Note: - Please verify that no updates are missing
4198                       - Check where freeze/thaws should be added
4199
4200 2003-01-07 [christoph]  0.8.8claws62
4201
4202         * src/prefs_actions.c
4203                 don't translate empty strings
4204
4205         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4206
4207 2003-01-06 [christoph]  0.8.8claws61
4208
4209         * src/prefs_actions.c
4210                 mark strings for gettext
4211         * src/prefs_matcher.c
4212                 use new description window for Execute action and
4213                 match condition in Filtering
4214
4215         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4216
4217 2003-01-06 [alfons]     0.8.8claws60
4218
4219         keep myself inspired to re-organize matcher part 8; 
4220         yes, more to come (I need to move out the descriptive
4221         text for actions to matcher.c, or at least make it not
4222         depend on the wicked ordering)
4223
4224         * src/prefs_matcher.c
4225                 add documentation so others may comprehend the
4226                 UI part of the conditions
4227                 
4228 2003-01-06 [christoph]  0.8.8claws59
4229
4230         * src/prefs_actions.c
4231                 use new description window for syntax help
4232         * src/gtk/description_window.c
4233                 fix display of descriptions with column count != 2
4234
4235         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4236
4237 2003-01-06 [christoph]  0.8.8claws58
4238
4239         * src/quote_fmt.c
4240         * src/summaryview.[ch]
4241         * src/gtk/Makefile.am
4242         * src/gtk/description_window.[ch]       ** NEW **
4243                 use a generic window to display syntax descriptions
4244                 currently used in quote_fmt and summaryview (new description
4245                 for extended quick search)
4246
4247         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4248
4249 2003-01-06 [paul]       0.8.8claws57
4250
4251         * sync with 0.8.8cvs1
4252                 see ChangeLog 2003-01-06
4253
4254 2003-01-06 [christoph]  0.8.8claws56
4255
4256         * src/mainwindow.c
4257         * src/prefs_gtk.[ch]
4258         * src/gtk/prefswindow.[ch]
4259         * src/plugins/spamassassin/spamassassin_gtk.c
4260                 o remove page management from prefswindow, pages
4261                   will be an argument to prefswindow_open
4262                 o prefswindow_open gets a datapointer that is
4263                   passed to the widget_create function to allow
4264                   creation of prefswindow for specific items
4265
4266 2003-01-06 [colin]      0.8.8claws55
4267         
4268         * src/summaryview.c
4269                 We don't want regexp in the reply-finder, 
4270                 because MIDs can contain !,$,. and so on
4271
4272 2003-01-06 [jens]       0.8.8claws54
4273
4274         * src/jpilot.c
4275                 fixed a wrong free in jpilot_read_db_files
4276
4277 2003-01-06 [alfons]     0.8.8claws53
4278
4279         re-organize matcher part 8; more to come
4280        
4281         * src/matcher.c
4282                 matcherprop_to_string(): put g_free()s before the
4283                 switch-case break to fix memleaks                
4284
4285 2003-01-06 [colin]      0.8.8claws52
4286
4287         * src/summaryview.c
4288                 cleanup & reply-finder now displays the first 
4289                 matching message
4290
4291 2003-01-05 [alfons]     0.8.8claws51
4292
4293         re-organize matcher part 7; more to come
4294
4295         * src/matcher.[ch]
4296                 fixes for constant correctness;
4297                 more documentation;
4298
4299 2003-01-05 [alfons]     0.8.8claws50
4300
4301         re-organize matcher part 6; more to come
4302         
4303         * src/matcher.[ch]
4304                 fixes for constant correctness;
4305                 more documentation;
4306         * src/filtering.c
4307                 fix for constant correctness
4308
4309 2003-01-05 [colin]      0.8.8claws49
4310
4311         * src/account.[ch]
4312                 Add account_get_reply_account function
4313         * src/compose.c
4314                 Use account_get_reply_account function 
4315         * src/summaryview.c
4316                 Basic reply-finder - click on the replied
4317                 icon gets you to the outbox using quick-search
4318
4319 2003-01-05 [paul]       0.8.8claws48
4320
4321         * src/prefs_common.c
4322                 small change to English
4323                 
4324         * src/prefs_filtering.c
4325                 prefs_filtering_action_select(): improve logic and uniformity
4326                 of gui
4327
4328 2003-01-05 [alfons]     0.8.8claws47
4329
4330         fine tune solution to focus problems (bug #7)
4331
4332         * src/mainwindow.c
4333                 mainwindow_focus_in_event(): remove grab event check
4334         * src/summaryview.c
4335                 summary_button_pressed(): move selection on right-click
4336                 too. we can't possibly move the selection back after
4337                 canceling a dialog, because gtk's incomplete focus 
4338                 management. whether this is a good solution, only time
4339                 will tell.
4340
4341 2003-01-05 [christoph]  0.8.8claws46
4342
4343         * src/imap.c
4344                 fix crash when no imap connection could be established
4345
4346 2003-01-05 [paul]       0.8.8claws45
4347
4348         * src/mainwindow.c
4349           src/sumamryview.c
4350           src/gtk/menu.[ch]
4351                 fix bug 605957 'shortcuts in popup-menu'
4352                 make user-defined shortcuts work
4353                 show shortcuts that are already defined
4354                 in the main menu
4355                 Patch submitted by Luke Plant
4356
4357 2003-01-05 [alfons]     0.8.8claws44
4358
4359         * src/mainwindow.c
4360                 focus_in_event handler should not select summary view row 
4361                 when another window (menu, dialog) grabbed for events 
4362                 (bug #7, "[0.8.8claws42] Message summary focus") 
4363
4364 2003-01-04 [christoph]  0.8.8claws43
4365
4366         * src/procmsg.c
4367                 update save folder after adding the sent message
4368                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4369
4370 2003-01-02 [christoph]  0.8.8claws42
4371
4372         * src/common/plugin.c
4373                 fix unloading of all plugins and unload
4374                 plugins in reverse order
4375                 
4376         * src/gtk/pluginwindow.c
4377                 implement function of load and unload button
4378
4379         * src/gtk/prefswindow.c
4380         * src/gtk/prefswindow.h
4381                 rename register function and add new unregister
4382                 function
4383
4384         * src/plugins/spamassassin/spamassassin_gtk.c
4385                 unregister prefs page and update for changes in
4386                 src/gtk/prefswindow.c
4387
4388 2003-01-02 [paul]       0.8.8claws41
4389
4390         * po/es.po
4391                 updated by Ricardo Mones Lastra
4392
4393 2003-01-02 [paul]
4394
4395         * tools/tb2sylpheed
4396                 fixes and improvements by Urke MMI
4397
4398 2003-01-02 [thorsten]   0.8.8claws40
4399
4400         * src/procmsg.c
4401                 fixed wrong return value
4402
4403 2003-01-02 [thorsten]   0.8.8claws39
4404
4405         * src/prefs.c
4406                 fixed printing wrong variable
4407
4408 2003-01-02 [thorsten]   0.8.8claws38
4409
4410         * src/prefs.c
4411                 fixed acessing members of freed pfile struct
4412
4413 2003-01-02 [thorsten]   0.8.8claws37
4414
4415         * src/procmsg.c
4416                 detect loops across several messages
4417                 as suggested by Christoph Hohmann
4418
4419 2003-01-01 [match]      0.8.8claws36
4420
4421         * src/addrindex.c
4422                 fixed another memory leak.
4423
4424 2003-01-01 [match]      0.8.8claws35
4425
4426         * src/jpilot.[ch]
4427                 fixed memory leaks. applied Doxygen comments.
4428
4429 2003-01-01 [thorsten]   0.8.8claws34
4430
4431         * src/procmsg.c
4432                 inhibit endless loop if msg references itself
4433                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4434
4435 2003-01-01 [christoph]  0.8.8claws33
4436
4437         * src/mainwindow.c
4438         * src/gtk/Makefile.am
4439         * src/gtk/pluginwindow.c                ** NEW **
4440         * src/gtk/pluginwindow.h                ** NEW **
4441                 add plugin window
4442
4443         * src/plugins/demo/demo.c
4444         * src/plugins/spamassassin/spamassassin.c
4445         * src/plugins/spamassassin/spamassassin_gtk.c
4446                 write better plugin descriptions
4447
4448 2002-12-31 [christoph]  0.8.8claws32
4449
4450         * src/gtk/prefswindow.c
4451         * src/plugins/spamassassin/spamassassin_gtk.c
4452                 some small improvements to GTK code
4453
4454 2002-12-31 [christoph]  0.8.8claws31
4455
4456         * src/plugins/spamassassin/spamassassin_gtk.c
4457                 enable folder select button
4458
4459 2002-12-31 [christoph]  0.8.8claws30
4460
4461         * src/mainwindow.c
4462         * src/gtk/Makefile.am
4463         * src/gtk/prefswindow.c                         ** NEW **
4464         * src/gtk/prefswindow.h                         ** NEW **
4465                 add new prefs window
4466
4467         * src/common/plugin.c
4468                 don't try to load empty config lines
4469         
4470         * src/plugins/spamassassin/Makefile.am
4471         * src/plugins/spamassassin/spamassassin.c
4472         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4473         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4474                 GTK config for SpamAssassin Plugin using
4475                 the new prefs window
4476
4477 2002-12-31 [paul]       0.8.8claws29
4478
4479         * po/POTFILES.in
4480                 remove obsolete entry 'src/menu.c'
4481
4482 2002-12-31 [alfons]     0.8.8claws28
4483
4484         * src/matcher.[ch]
4485         * src/matcher_parser_parse.y
4486         * src/prefs_matcher.c
4487                 add "ignore_thread" and "~ignore_thread" condition so it's
4488                 possible to make the actions / scoring operate on the ignore
4489                 thread flag
4490
4491 2002-12-31 [christoph]  0.8.8claws27
4492
4493         * src/addrbook.c
4494         * src/addrindex.c
4495         * src/folder.c
4496         * src/matcher.c
4497         * src/prefs_account.c
4498         * src/prefs_actions.c
4499         * src/prefs_customheader.c
4500         * src/prefs_display_header.c
4501         * src/prefs_gtk.c
4502         * src/procmime.c
4503         * src/toolbar.c
4504         * src/xmlprops.c
4505         * src/common/prefs.[ch]
4506                 extend prefs file handling for reading and automatic handling
4507                 of blocks. When reading prefs_set_block_label will automatically
4508                 move on to the block. When writing it will copy all other blocks
4509                 automatically
4510
4511         * src/common/plugin.c
4512                 Now loading plugin filenames from [Plugins] block in
4513                 sylpheed rc file
4514
4515 2002-12-30 [christoph]  0.8.8claws26
4516
4517         * src/common/hooks.[ch]
4518                 return abort status to caller of hooks_invoke
4519                 
4520         * src/inc.[ch]
4521                 invoke message filtering hook and stop
4522                 default handling when filter returns abort
4523
4524         * src/common/plugin.[ch]
4525         * src/plugins/demo/demo.c
4526                 modify plugin loader, because resolving symbols for strings
4527                 does not work correctly
4528         
4529         * configure.in
4530         * ac/spamassassin.m4                            ** NEW **
4531         * src/plugins/spamassassin/.cvsignore           ** NEW **
4532         * src/plugins/spamassassin/Makefile.am          ** NEW **
4533         * src/plugins/spamassassin/README               ** NEW **
4534         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4535         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4536         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4537                 add spamassassin plugin, see src/plugins/spamassassin/README
4538                 for details
4539
4540 2002-12-29 [alfons]     0.8.8claws25
4541
4542         * src/mainwindow.c
4543                 when moving focus from a message view to the main 
4544                 window, don't forget to select the summary node
4545                 of the displayed message. should fix "[ 659103 ] 
4546                 focus-follows-mouse confuses sylpheed"
4547
4548 2002-12-29 [christoph]  0.8.8claws24
4549
4550         * src/Makefile.am
4551         * src/stringtable.[ch]          ** REMOVE **
4552         * src/common/Makefile.am
4553         * src/common/stringtable.[ch]   ** NEW **
4554                 move stringtable files to common directory
4555
4556 2002-12-29 [christoph]  0.8.8claws23
4557
4558         * src/Makefile.am
4559         * src/menu.[ch]                 ** REMOVE **
4560         * src/gtk/Makefile.am
4561         * src/gtk/menu.[ch]             ** NEW **
4562                 move menu files to gtk directory
4563
4564 2002-12-29 [match]      0.8.8claws22
4565
4566         * src/addressbook.c
4567         * src/syldap.c
4568                 moved UI specific code out of LDAP code into addressbook
4569                 UI code. fixed memory leak.
4570
4571 2002-12-29 [christoph]  0.8.8claws21
4572
4573         * src/folder.c
4574                 only check for IGNORED parent message when message is
4575                 not IGNORED itself
4576
4577 2002-12-29 [alfons]     0.8.8claws20
4578
4579         * src/summaryview.c
4580                 set gtksctree's anchor correct (immediate execute
4581                 changes the tree's layout, and anchor points at 
4582                 the incorrect row). fixes "[ 657233 ] multiple msg 
4583                 delete sometimes off by 1".
4584                 we probably have to look for more tree layout /
4585                 anchor glitches.
4586
4587 2002-12-29 [paul]       0.8.8claws19
4588
4589         * src/summaryview.c
4590                 fix bug [ 659054 ] incorrect sorting of 'From' column
4591                 when using 'display sender using address book'
4592                 thanks to Alfons and Luke Plant
4593
4594 2002-12-29 [christoph]  0.8.8claws18
4595
4596         * src/folder.c
4597         * src/procmsg.[ch]
4598                 check parent messages for IGNORE THREAD flag, when adding,
4599                 moving or copying messages to a folder
4600
4601 2002-12-27 [alfons]     0.8.8claws17
4602
4603         re-organize matcher part 5; more to come
4604
4605         * src/matcher.c
4606                 hash keywords in matchparser_tab 
4607
4608 2002-12-27 [alfons]     0.8.8claws16
4609
4610         re-organize matcher part 4; more to come
4611
4612         * src/matcher_parser.h
4613         * src/matcher_parser_lex.l
4614         * src/matcher_parser_parse.y
4615                 cleanup
4616
4617 2002-12-27 [alfons]     0.8.8claws15
4618
4619         re-organize matcher part 3; more to come
4620
4621         * src/matcher.[ch]
4622                 cleanup
4623
4624 2002-12-27 [alfons]     0.8.8claws14
4625
4626         re-organize matcher part 2; more to come but this should
4627         work. cc me if there are any regressions.
4628
4629         * src/matcher.h
4630                 add prototype for get_matchparser_tab_id()
4631         * src/matcher_parser_lex.l
4632                 look up keywords using matchparser_tab_id();
4633
4634 2002-12-27 [alfons]     0.8.8claws12
4635
4636         re-organize matcher part 1
4637
4638         * src/matcher.h
4639                 map yacc generated constants to sylpheed matcher constants
4640         * src/matcher.c
4641                 add function to find a matcher constant from a string
4642
4643 2002-12-27 [christoph]  0.8.8claws11
4644
4645         * src/compose.c
4646                 MENUITEM_ADD casts the 4th argument from integer to pointer
4647                 so it probably should not be a pointer, this means we
4648                 should use account id for it and not the account's pointer
4649
4650 2002-12-27 [paul]       0.8.8claws10
4651
4652         * src/mainwindow.c
4653                 remove unneeded 'GtkWidget *vbox'
4654                 
4655         * src/summaryview.c
4656                 further sync with 0.8.8 - make sort
4657                 by recipient work as expected
4658                 
4659         * NEWS
4660                 sync with 0.8.8
4661
4662 2002-12-27 [paul]       0.8.8claws9
4663
4664         * po/pt_BR.po
4665                 updated by Ivan F. Martinez
4666                 
4667 2002-12-27 [darko]      0.8.8claws8
4668
4669         * src/common/utils.c
4670                 added locked pattern to extended search
4671
4672 2002-12-27 [alfons]     0.8.8claws7
4673
4674         * src/prefs_matcher.[ch]
4675                 clean up
4676
4677 2002-12-26 [alfons]     0.8.8claws6
4678
4679         * src/matcher.[ch]
4680         * src/matcher_parser_lex.l
4681         * src/matcher_parser_parse.y
4682         * src/prefs_matcher.c
4683                 allow color label as a condition in the matcher
4684
4685 2002-12-26 [oliver]     0.8.8claws5
4686         
4687         * src/toolbar.c 
4688                 enable Addressbook for Main and Messageview
4689         * src/prefs_actions.c
4690                 enable actions in Messageview
4691
4692 2002-12-26 [christoph]  0.8.8claws4
4693
4694         * src/common/plugin.c
4695                 add a little debug output
4696         * configure.in
4697         * src/plugins/demo/Makefile.am
4698                 better use of automake
4699
4700 2002-12-26 [christoph]  0.8.8claws3
4701
4702         * src/Makefile.am
4703         * src/common/Makefile.am
4704                 fix "make distdir"
4705
4706 2002-12-26 [christoph]  0.8.8claws2
4707
4708         * configure.in
4709                 sort configure checks into common / gtk / plugins
4710         * po/POTFILES.in
4711                 add src/prefs_gtk.c
4712         * src/Makefile.am
4713                 add plugins SUBDIR
4714         * src/main.c
4715         * src/common/sylpheed.[ch]
4716                 added now sylpheed_done function for shutdown
4717         * src/common/Makefile.am
4718         * src/common/plugin.[ch]                ** NEW **
4719                 plugin loader and unloader
4720         * src/plugins/.cvsignore                ** NEW **
4721         * src/plugins/Makefile.am               ** NEW **
4722                 build plugins
4723         * src/plugins/demo/.cvsignore           ** NEW **
4724         * src/plugins/demo/Makefile.am          ** NEW **
4725         * src/plugins/demo/demo.c               ** NEW **
4726                 small demo plugin that installs a logtext hook and
4727                 outputs the log text to stdout
4728
4729 2002-12-26 [paul]       0.8.8claws1
4730
4731         * po/es.po
4732                 updated by Ricardo Mones Lastra
4733
4734 2002-12-26 [paul]       0.8.8claws
4735
4736         * 0.8.8claws released
4737
4738 2002-12-26 [paul]       0.8.7claws12
4739
4740         * po/bg.po
4741                 updated by George Danchev
4742
4743 2002-12-26 [paul]       0.8.7claws11
4744
4745         * po/POTFILES.in
4746                 remove unneeded 'src/prefs.c' entry 
4747
4748 2002-12-26 [paul]       0.8.7claws10
4749
4750         * src/codeconv.c
4751           src/mainwindow.c
4752                 sync with 0.8.8 release
4753         
4754         * src/folder.[ch]
4755           src/mh.c
4756           src/summaryview.c
4757                 partial sync with 0.8.8 release
4758         
4759
4760 2002-12-25 [alfons]     0.8.7claws9
4761
4762         * src/matcher.[ch]
4763         * src/matcher_parser_lex.l
4764         * src/matcher_parser_parse.y
4765         * src/prefs_matcher.c
4766                 add locked flag to possible filtering / matcher 
4767                 conditions (also a good example what should be
4768                 done to add a simple boolean condition)
4769
4770 2002-12-25 [christoph]  0.8.7claws8
4771
4772         * src/Makefile.am
4773         * src/account.[ch]
4774         * src/addrbook.c
4775         * src/addressbook.c
4776         * src/addrindex.c
4777         * src/filtering.c
4778         * src/folder.c
4779         * src/matcher.c
4780         * src/prefs.[ch]                ** REMOVE **
4781         * src/prefs_account.c
4782         * src/prefs_actions.c
4783         * src/prefs_common.c
4784         * src/prefs_customheader.c
4785         * src/prefs_display_header.c
4786         * src/prefs_filtering.c
4787         * src/prefs_folder_item.c
4788         * src/prefs_gtk.[ch]            ** NEW **
4789         * src/prefs_matcher.c
4790         * src/prefs_scoring.c
4791         * src/prefs_summary_column.c
4792         * src/procmime.c
4793         * src/selective_download.c
4794         * src/toolbar.c
4795         * src/common/Makefile.am
4796         * src/common/prefs.[ch]         ** NEW **
4797                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4798
4799 2002-12-24 [alfons]     0.8.7claws7
4800
4801         * src/summaryview.c
4802                 summary_thread_build(): fix real cause of the crash mentioned in
4803                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4804                 this way we get meaningful ctree nodes 
4805
4806 2002-12-24 [oliver]     0.8.7claws6
4807
4808         * src/mainwindow.[ch]
4809         * src/messageview.[ch]
4810         * src/compose.[ch]
4811         * src/inc.c
4812         * src/summaryview.c
4813                 changes to use updated toolbar handling
4814                 
4815 2002-12-24 [oliver]     0.8.7claws5
4816
4817         * src/toolbar.[ch]
4818                 generic toolbar handling
4819                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4820         * src/prefs_toolbar.[ch]
4821                 adjust to handling
4822         
4823 2002-12-24 [oliver]     0.8.7claws4
4824         
4825         * src/stock_pixmap.[ch]
4826                 move SYLPHEED_LOGO to end of list in order 
4827                 to remove it from Custom Toolbar`s Icon View
4828
4829 2002-12-24 [alfons]     0.8.7claws3
4830
4831         * src/summaryview.c
4832                 summary_thread_build(): fix crash because of focus != selection 
4833                 after threading. when deleting the selection, gtk tries but fails 
4834                 to find the correct focusable element. we now force the selection
4835                 to be focused. this should solve the infamous bug reported by 
4836                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4837                 a test case is available. 
4838
4839 2002-12-24 [darko]      0.8.7claws2
4840
4841         * src/summaryview.c
4842                 don't crash when unmarking message with unread children
4843
4844 2002-12-23 [christoph]  0.8.7claws1
4845
4846         * src/Makefile.am
4847         * src/common/Makefile.am
4848                 update Makefiles for moved intl.h, version.h and defs.h
4849         * src/imap.c
4850                 rewrite imap_session_get to avoid duplicate code
4851
4852 2002-12-23 [paul]       0.8.7claws
4853
4854         * Santa-Claws released
4855         
4856         * po/hu.po
4857           po/ru.po
4858                 squeeze in updated Hungarian and Russian translations.
4859                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4860
4861 2002-12-23 [paul]       0.8.6claws129
4862
4863         * po/pl.po
4864                 updated by Witold Wladyslaw Wojciech Wilk
4865
4866 2002-12-23 [paul]       0.8.6claws128
4867
4868         * src/quote_fmt_parse.y
4869                 fix typo and add licence header
4870
4871 2002-12-23 [paul]       0.8.6claws127
4872
4873         * po/en_GB.po
4874                 updated
4875
4876 2002-12-23 [paul]       0.8.6claws126
4877
4878         * po/it.po
4879                 updated translation, submitted by Alessandro Maestri
4880                 
4881 2002-12-23 [paul]       0.8.6claws125
4882
4883         * src/quote_fmt_parse.y
4884                 fix signature-stripping on replies bug. match
4885                 '-- \n' and not '-- '.
4886
4887 2002-12-22 [paul]       0.8.6claws124
4888
4889         * po/bg.po
4890           po/es.po
4891           po/sr.po
4892                 updated translations. submitted by George Danchev,
4893                 Ricardo Mones Lastra, and Urke MMI respectively
4894
4895 2002-12-21 [paul]       0.8.6claws123
4896
4897         * src/addrbook.c
4898                 fix coding style
4899
4900 2002-12-21 [paul]       0.8.6claws122
4901
4902         * src/addrbook.c
4903                 fix bug [643638] where if a person is in one or more
4904                 addressbook groups editing that person's email 
4905                 address results in removal from those groups.
4906                 Patch submitted by Luke Plant.
4907
4908 2002-12-20 [christoph]  0.8.6claws121
4909
4910         * src/common/utils.c
4911         * src/summaryview.c
4912                 reimplement expand_search_string using GString to
4913                 prevent crashs caused by miscalculated string
4914                 lengths reported by Paul
4915
4916 2002-12-20 [christoph]  0.8.6claws120
4917
4918         * src/summaryview.c
4919                 don't use "changed" to check if op_count has to be changed as it
4920                 is also set when the message has unread children
4921                 (closes bug [ 653221 ] crash while deleting duplicates)
4922
4923 2002-12-20 [paul]       0.8.6claws119
4924
4925         * sync with 0.8.6cvs27
4926                 see ChangeLog 2002-12-20
4927
4928 2002-12-20 [paul]       0.8.6claws118
4929
4930         * sync with 0.8.6cvs26
4931                 see ChangeLog 2002-12-19 and 2002-12-20
4932
4933 2002-12-19 [alfons]     0.8.6claws117
4934
4935         * src/textview.c
4936                 fix incorrect parsing of email addresses, submitted by 
4937                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4938                 name display if it contains @".
4939
4940 2002-12-18 [paul]       0.8.6claws116
4941
4942         * sync with 0.8.6cvs23
4943                 see ChangeLog 2002-12-18
4944
4945 2002-12-18 [paul]       0.8.6claws115
4946
4947         * src/Makefile.am
4948         * src/account.c
4949         * src/codeconv.c
4950         * src/gtkutils.[ch]
4951         * src/imap.c
4952                 sync with 0.8.6cvs22.
4953                 see ChangeLog 2002-12-17 and 2002-12-18
4954
4955 2002-12-17 [christoph]  0.8.6claws114
4956
4957         * src/imap.c
4958                 o don't create a session if imap greeting fails
4959                 o don't close socket when authentication fails
4960                   this is done by imap_session_destroy
4961
4962 2002-12-17 [thorsten]   0.8.6claws113
4963
4964         * tools/Makefile.am
4965           tools/README
4966           tools/google_msgid.pl ** NEW FILE **
4967                 Added "search for message-id" script and doc
4968
4969 2002-12-17 [thorsten]   0.8.6claws112
4970
4971         * po/hu.po
4972                 Updated hungarian translation
4973                 (updated by Gal Zoltan)
4974
4975 2002-12-16 [christoph]  0.8.6claws111
4976
4977         * src/addr_compl.c
4978                 remove stupid addressbook dump to debug output
4979         * src/mh.c
4980                 fix memory leak found by Hiro
4981
4982 2002-12-14 [paul]       0.8.6claws110
4983
4984         * src/compose.c
4985                 fix menubar sensitivity on send
4986                 
4987         * src/prefs_filtering.c
4988         * src/prefs_matcher.c
4989         * src/prefs_scoring.c
4990                 Fix english ;)
4991                 
4992         * src/common/quoted-printable.h
4993                 sync: fix typo
4994         
4995 2002-12-13 [christoph]  0.8.6claws109
4996
4997         * src/Makefile.am
4998         * src/manage_window.[ch]        ** REMOVE **
4999         * src/gtk/Makefile.am
5000         * src/gtk/manage_window.[ch]    ** NEW **
5001                 move manage_window files to gtk directory
5002
5003 2002-12-13 [christoph]  0.8.6claws108
5004
5005         * src/Makefile.am
5006         * src/gtkshruler.[ch]           ** REMOVE **
5007         * src/gtk/Makefile.am
5008         * src/gtk/gtkshruler.[ch]       ** NEW **
5009                 move gtkshruler files to gtk directory
5010
5011 2002-12-13 [christoph]  0.8.6claws107
5012
5013         * src/Makefile.am
5014         * src/compose.c
5015         * src/gtkstext.[ch]             ** REMOVE **
5016         * src/gtkutils.[ch]
5017         * src/textview.c
5018         * src/gtk/gtkstext.[ch]         ** NEW **
5019         * src/gtk/Makefile.am
5020                 o move stext functions to gtkstext.c to remove
5021                   dependency of gtkutils
5022                 o move gtkstext files to gtk directory
5023
5024         * src/gtk/Makefile.am
5025         * src/gtk/sslcertwindow.[ch]
5026                 UI stuff can always depend on common code so
5027                 it's ok to add ../common to include path
5028
5029 2002-12-13 [colin]      0.8.6claws106
5030
5031         * src/summaryview.c
5032                 Disconnect sighandlers for mainwindow when
5033                 quicksearch has the focus
5034                 Fix bug #653231
5035         * src/mainwindow.[ch]
5036                 Make key_pressed callback public, to be able
5037                 to disconnect it
5038
5039 2002-12-13 [christoph]  0.8.6claws105
5040
5041         * src/mh.c
5042                 create .mh_sequences file in new MH folders
5043                 (closes feature request [ 523162 ] MH folders should
5044                  get a .mh_sequences)
5045
5046 2002-12-13 [colin]      0.8.6claws104
5047
5048         * src/summaryview.c
5049                 Better handling of quicksearch show/hide
5050                 (basically the button stays under the mouse 
5051                  when toggled)
5052
5053 2002-12-13 [paul]       0.8.6claws103
5054
5055         * sync with 0.8.6cvs17
5056                 see ChangeLog 2002-12-13
5057
5058 2002-12-13 [paul]       0.8.6claws102
5059
5060         * po/es.po
5061                 updated by Ricardo Mones Lastra
5062
5063 2002-12-11 [colin]       0.8.6claws101
5064
5065         * src/folder.c
5066                 remove statusbar stuff
5067           src/folderview.c
5068                 set statusbar verbosity when moving folders
5069
5070 2002-12-11 [colin]       0.8.6claws100
5071         * src/prefs_filtering.c
5072         * src/prefs_matcher.c
5073         * src/prefs_scoring.c
5074                 Fix english ;)
5075
5076 2002-12-11 [colin]       0.8.6claws99
5077
5078         * src/prefs_common.[ch]
5079                 Add summary_quicksearch_type
5080         * src/summaryview.c
5081                 Save last used quicksearch type
5082
5083 2002-12-11 [jens]       0.8.6claws98
5084         * src/prefs_filtering.c
5085         * src/prefs_matcher.c
5086         * src/prefs_scoring.c
5087                 added dialog for incomplete rules in scoring, filtering and
5088                 matcher to ask wheather really close
5089
5090 2002-12-11 [colin]      0.8.6claws97
5091
5092         * src/folder.c
5093                 Fix folder dnd statusbar logging
5094
5095 2002-12-10 [christoph]  0.8.6claws96
5096
5097         * src/compose.c
5098         * src/folder.c
5099         * src/imap.c
5100         * src/inc.c
5101         * src/main.c
5102         * src/mainwindow.c
5103         * src/news.c
5104         * src/send.c
5105         * src/statusbar.[ch]
5106         * src/common/hooks.c
5107         * src/common/log.[ch]
5108                 o handle verbose logging in statusbar directly in statusbar code
5109                   and common code does not need any knowledge about a statusbar
5110                 o remove direct calls to statusbar_(puts|pop)_all functions
5111
5112 2002-12-10 [jens]       0.8.6claws95
5113
5114         * src/*.c
5115                 removed gettext from g_warnings
5116         * po/POTFILES.in
5117                 cleaned and updated
5118         * po/de.po
5119                 updated
5120
5121 2002-12-10 [colin]      0.8.6claws94
5122
5123         * src/main.c
5124                 finish crash dialog fix
5125
5126 2002-12-10 [colin]      0.8.6claws93
5127
5128         * src/main.c
5129                 "Fix" "sylpheed already running" instead of
5130                 crash dialog appearing after a crash
5131
5132 2002-12-10 [colin]      0.8.6claws92
5133
5134         * po/POTFILES.in
5135                 add src/gtk/sslcertwindow.c
5136
5137 2002-12-10 [paul]       0.8.6claws91
5138
5139         * po/POTFILES.in
5140                 updated to reflect recent changes
5141                 submitted by Alessandro Maestri
5142
5143 2002-12-09 [christoph]  0.8.6claws90
5144
5145         * src/Makefile.am
5146         * src/smtp.[ch]                 ** REMOVE **
5147         * src/common/Makefile.am
5148         * src/common/smtp.[ch]          ** NEW **
5149                 move smtp files to common directory
5150
5151 2002-12-09 [christoph]  0.8.6claws89
5152
5153         * src/Makefile.am
5154         * src/session.[ch]              ** REMOVE **
5155         * src/common/Makefile.am
5156         * src/common/session.[ch]       ** NEW **
5157                 move session files to common directory
5158
5159 2002-12-09 [paul]       0.8.6claws88
5160
5161         * src/account.c
5162                 fix bug [649746] edit accounts: move account reverted
5163                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5164
5165 2002-12-09 [colin]      0.8.6claws87
5166
5167         * src/ssl_certificate.c
5168                 cleanup
5169
5170 2002-12-09 [colin]      0.8.6claws86
5171
5172         * src/ssl.c
5173                 Try to open the cert.pem database and 
5174                 issue a warning if it isn't there
5175
5176 2002-12-09 [colin]      0.8.6claws85
5177
5178         * src/common/ssl_certificate.c
5179         * src/gtk/sslcertwindow.c
5180                 Warning fixes
5181
5182 2002-12-09 [colin]      0.8.6claws84
5183
5184         * src/ssl_certificate.[ch] ** REMOVED **
5185         * src/common/ssl_certificate.[ch] ** NEW **
5186         * src/Makefile.am
5187         * src/common/Makefile.am
5188                 Moved ssl_certificate.[ch] to common
5189         * src/common/ssl.c 
5190                 Put back needed include
5191         * src/gtk/sslcertwindow.[ch]
5192                 Changed ssl_certificate.h include
5193         
5194 2002-12-09 [colin]      0.8.6claws83
5195
5196         * src/gtk/sslcertwindow.[ch]
5197                 Implement hook for certificate acception
5198         * src/ssl_certificate.[ch]
5199                 Implement hook for certificate acception
5200         * src/common/ssl.c
5201                 Reenable certificate acception check
5202         * src/mainwindow.c
5203                 Register sslcertwindow's hook
5204         
5205 2002-12-08 [christoph]  0.8.6claws82
5206
5207         * src/about.c
5208         * src/addr_compl.c
5209         * src/codeconv.c
5210         * src/manual.c
5211         * src/undo.c
5212         * src/common/utils.c
5213                 o add missing includes
5214                 o fix warnings
5215         * src/.cvsignore
5216         * src/common/.cvsignore
5217         * src/common/version.h          ** REMOVE **
5218                 remove autogenerated file
5219
5220 2002-12-08 [paul]       0.8.6claws81
5221
5222         * src/stringtable.c
5223                 put back needed include
5224
5225 2002-12-08 [colin]      0.8.6claws80
5226         
5227         * src/gtk/sslcertwindow.c
5228                 Cleaner popups when asking
5229         * src/ssl_certificate.c
5230         * src/prefs_common.[ch]
5231                 remove ssl certificate pref
5232                 put back needed include
5233         * src/undo.c
5234                 put back needed include
5235
5236 2002-12-08 [christoph]  0.8.6claws79
5237
5238         * src/folderview.c
5239         * src/logwindow.c
5240         * src/statusbar.c
5241         * src/summaryview.c
5242                 only abort hook invokation if required data is missing not
5243                 if our own data pointer is NULL, update hookfunction for
5244                 log window
5245
5246 2002-12-08 [paul]       0.8.6claws78
5247
5248         * src/about.c
5249         * src/addrcache.c
5250         * src/addrclip.c
5251         * src/addr_compl.c
5252         * src/addrselect.c
5253         * src/codeconv.c
5254         * src/colorlabel.c
5255         * src/enriched.c
5256         * src/esmtp.c
5257         * src/exporthtml.c
5258         * src/headerview.c
5259         * src/imageview.c
5260         * src/manual.c
5261         * src/noticeview.c
5262         * src/pgptext.c
5263         * src/scoring.c
5264         * src/sourcewindow.c
5265         * src/stringtable.c
5266         * src/undo.c
5267                 clean up: remove unneccesary includes
5268
5269 2002-12-08 [christoph]  0.8.6claws77
5270
5271         * src/folderview.c
5272         * src/statusbar.c
5273         * src/summaryview.c
5274         * src/common/hooks.[ch]
5275                 hook functions now have a gboolean return value, if a hook
5276                 returns TRUE it will stop executing of any more hooks in
5277                 the same hooklist for this invokation
5278
5279 2002-12-08 [colin]      0.8.6claws76
5280         
5281         * src/main.c
5282                 put back argv0 for CRASH_DIALOG
5283
5284 2002-12-08 [christoph]  0.8.6claws75
5285
5286         * src/Makefile.am
5287         * src/about.c
5288         * src/account.c
5289         * src/crash.c
5290         * src/esmtp.h
5291         * src/imap.[ch]
5292         * src/inc.c
5293         * src/main.c
5294         * src/mainwindow.c
5295         * src/news.c
5296         * src/pop.[ch]
5297         * src/prefs_account.[ch]
5298         * src/prefs_common.[ch]
5299         * src/send.[ch]
5300         * src/smtp.[ch]
5301         * src/ssl_certificate.[ch]
5302         * src/ssl_manager.[ch]
5303         * src/common/Makefile.am
5304         * src/common/log.c
5305         * src/common/nntp.[ch]
5306         * src/common/socket.[ch]
5307         * src/common/ssl.[ch]
5308         * src/gtk/sslcertwindow.[ch]
5309         * ac/openssl.m4
5310                 use new autoconf script to detect OpenSSL with extra parameters
5311                 to specify the location of libs and includes, also remove USE_SSL
5312                 to USE_OPENSSL
5313
5314         * src/common/sylpheed.[ch]
5315         * src/common/version.h.in
5316                 start seperation of common code initialization seperated from gui
5317
5318         * src/summaryview.c
5319                 The function that is called when a color label changes
5320                 should not change the color lable again
5321
5322 2002-12-08 [colin]      0.8.6claws74
5323
5324         * src/gtk/sslcertwindow.c
5325                 warning fixes
5326
5327 2002-12-08 [colin]      0.8.6claws73
5328
5329         * src/statusbar.c
5330           src/common/log.h
5331                 Register a hook for statusbar_puts_all
5332         * src/common/log.c
5333                 invoke statusbar_puts_all's hook
5334         
5335 2002-12-08 [colin]      0.8.6claws72
5336
5337         * src/ssl_certificate.c
5338                 Put back a badly-removed include
5339
5340 2002-12-08 [colin]      0.8.6claws71
5341
5342         * src/gtk/sslcertwindow.[ch]    ** NEW **
5343                 new certificate presentation
5344         * src/gtk/Makefile.am
5345                 add new files
5346         * src/ssl_certificate.[ch]
5347                 gtk cleanup, made utility functions public
5348         * src/ssl_manager.c
5349                 use new cert presentation
5350
5351 2002-12-07 [christoph]  0.8.6claws70
5352
5353         * src/Makefile.am
5354         * src/nntp.[ch]                 ** REMOVE **
5355         * src/common/Makefile.am
5356         * src/common/nntp.[ch]          ** NEW **
5357                 move nntp files to common directory
5358
5359 2002-12-07 [christoph]  0.8.6claws69
5360
5361         * src/procmsg.[ch]
5362         * src/summaryview.c
5363                 implement msginfo update callback using sylpheed's new
5364                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5365
5366 2002-12-06 [christoph]  0.8.6claws68
5367
5368         * src/editgroup.c
5369                 This patch changes the 'Edit Group Details' dialog to
5370                 allow extended selections in either pane, so that
5371                 addresses can be added or removed from a group more
5372                 quickly and easily. (it actually is a net decrease in
5373                 file size, as some unnecessary functions have been
5374                 removed). 
5375                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5376
5377 2002-12-06 [christoph]  0.8.6claws67
5378
5379         * src/Makefile.am
5380         * src/template.[ch]             ** REMOVE **
5381         * src/common/Makefile.am
5382         * src/common/template.[ch]      ** NEW **
5383                 move template files to common directory
5384
5385         * src/nntp.c
5386                 add missing log.h include
5387
5388 2002-12-06 [melvin]     0.8.6claws66
5389
5390         * src/prefs_actions.c
5391                 Added the trailing ">" syntax to insert command's output
5392                 without replacing old text (in contrast to trailing "|").
5393
5394 2002-12-05 [colin]      0.8.6claws65
5395         
5396         * src/common/utils.c
5397                 Don't modify original search_string or it'll change
5398                 the next iterations in the for()
5399
5400 2002-12-05 [darko]      0.8.6claws64
5401
5402         * src/common/utils.c
5403                 proper check for filtering commands, found by Colin
5404
5405 2002-12-05 [darko]      0.8.6claws63
5406
5407         * src/common/utils.c
5408                 check proper string for NULL pointer, found by Colin
5409
5410 2002-12-05 [darko]      0.8.6claws62
5411
5412         * src/common/utils.[ch]
5413                 expand_search_string(): new function
5414                 converts Mutt-like patterns to Sylpheed's
5415                 filtering engine
5416         * src/summaryview.c
5417                 use expand_search_string() to allow Mutt-like
5418                 patterns in extended search
5419         * README.claws
5420                 document extended option in quick search
5421
5422 2002-12-05 [paul]       0.8.6claws61
5423
5424         * sync with 0.8.6cvs16
5425                 see ChangeLog 2002-12-05
5426                 
5427         * po/POTFILES.in
5428                 clean up
5429
5430 2002-12-04 [christoph]  0.8.6claws60
5431
5432         * src/imap.[ch]
5433                 put imap authentication code into a new function and
5434                 remove it from imap_session_new that will allow to
5435                 send other commands before authentication
5436
5437 2002-12-04 [christoph]  0.8.6claws59
5438
5439         * src/imap.[ch]
5440                 use already existing method to prevent unneeded IMAP
5441                 folder selects. Set imap_select parameters to NULL
5442                 in some functions if the values are not required.
5443
5444         * src/xml.h
5445                 remove no longer required include
5446
5447 2002-12-04 [paul]       0.8.6claws58
5448
5449         * po/es.po
5450                 updated by Ricardo Mones Lastra
5451                 
5452         * configure.in
5453           po/hu.po      ** NEW FILE **
5454                 initial Hungarian translation, submitted
5455                 by Gál Zoltán <galzoli@hu.inter.net>
5456
5457 2002-12-03 [christoph]  0.8.6claws57
5458
5459         * src/Makefile.am
5460         * src/gtksctree.[ch]            ** REMOVE **
5461         * src/gtk/Makefile.am
5462         * src/gtk/gtksctree.[ch]        ** NEW **
5463                 move gtksctree files to gtk directory
5464
5465 2002-12-03 [christoph]  0.8.6claws56
5466
5467         * src/Makefile.am
5468         * src/md5.[ch]                  ** REMOVE **
5469         * srm/common/Makefile.am
5470         * src/common/md5.[ch]           ** NEW **
5471                 move md5 files to common directory
5472
5473         * src/gtkstext.c
5474                 remove not required #include
5475
5476 2002-12-03 [sergey]     0.8.6claws55
5477
5478         * src/gtkutils.c
5479         * src/gtkutils.h
5480                 gtkut_window_popup(): new function.
5481         * src/mainwindow.c
5482                 main_window_popup(): use gtkut_window_popup() to raise
5483                 window without changing its position.
5484                 (see sylpheed-main ML message [sylpheed:17247])
5485
5486 2002-12-03 [sergey]     0.8.6claws54
5487
5488         * src/send.c
5489                 send_message_local(): removed first-dot escaping
5490                 (SMTP-only, not needed for sending through pipe)
5491
5492 2002-12-03 [paul]       0.8.6claws53
5493
5494         * po/POTFILES.in
5495                 update to reflect recent changes (thanks
5496                 to Ricardo Mones Lastra)
5497                 
5498         * tools/filter_conv.pl
5499                  fix problem with quoted strings. Patch submitted
5500                  by Luke Plant <lukeplant@softhome.net>
5501
5502 2002-12-03 [paul]       0.8.6claws52
5503
5504         * sync with 0.8.6cvs15
5505                 see ChangeLog 2002-12-03
5506
5507 2002-12-02 [christoph]  0.8.6claws51
5508
5509         * src/logwindow.[ch]
5510         * src/common/log.[ch]
5511                 implement logging using a hook function
5512
5513         * src/folderview.c
5514         * src/folder.[ch]
5515                 define hooklist name in header file to avoid
5516                 errors caused by wrong spelling of hooklist names
5517
5518         * src/toolbar.c
5519                 fix warnings
5520
5521 2002-12-02 [christoph]  0.8.6claws50
5522
5523         * src/common/Makefile.am
5524                 add src/common/hooks.[ch]
5525
5526         * src/common/hooks.[ch]
5527                 implement a simple hook system using glib's hook functions
5528
5529         * src/folder.[ch]
5530         * src/folderview.c
5531                 use new hook system for folder item updates
5532
5533 2002-12-02 [christoph]  0.8.6claws49
5534
5535         * doc-src/ui_seperation.txt     ** NEW **
5536                 information for ui seperation
5537
5538         * src/Makefile.am
5539                 remove files that were moved to common
5540                 include common directory by default for the header files
5541
5542         * src/inc.c
5543         * src/common/socket.c
5544         * src/automaton.[ch]
5545                 implement automaton using g_io_*-functions instead of
5546                 gdk_input_add to make it ui independent
5547
5548         * src/codeconv.c
5549         * src/compose.c
5550         * src/ldif.c
5551         * src/pgptext.c
5552         * src/procmime.c
5553         * src/rfc2015.c
5554         * src/smtp.c
5555         * src/unmime.c
5556                 remove common/ prefix because directory is now in
5557                 include path
5558
5559         * src/compose.c
5560         * src/folder.c
5561         * src/folderview.c
5562         * src/mainwindow.c
5563         * src/messageview.c
5564         * src/prefs_common.c
5565         * src/procmsg.c
5566         * src/rfc2015.c
5567                 fix warnings
5568
5569         * src/imap.c
5570         * src/inc.c
5571         * src/news.c
5572         * src/pop.c
5573         * src/send.c
5574         * src/smtp.c
5575         * src/ssl_certificate.c
5576                 add log.h header file for logging functions
5577
5578         * src/main.c
5579         * src/common/utils.c
5580         * src/summaryview.c
5581         * src/xml.c
5582                 o move debug_mode to common/utils.c
5583                 o add functions to set and get debug_mode
5584
5585         * src/defs.h                    ** REMOVE **
5586         * src/intl.h                    ** REMOVE **
5587         * src/socket.[ch]               ** REMOVE **
5588         * src/ssl.[ch]                  ** REMOVE **
5589         * src/utils.[ch]                ** REMOVE **
5590                 replaced by new files in src/common/
5591         
5592         * src/common/Makefile.am
5593                 add new files in src/common/
5594
5595         * src/common/defs.h             ** NEW **
5596         * src/common/intl.h             ** NEW **
5597         * src/common/log.[ch]           ** NEW **
5598         * src/common/socket.[ch]        ** NEW **
5599         * src/common/ssl.[ch]           ** NEW **
5600         * src/common/utils.[ch]         ** NEW **
5601                 replacement for files in src/
5602
5603 2002-12-02 [colin]      0.8.6claws48
5604
5605         * src/folderview.c
5606                 Scroll folderview if necessary during dnd
5607
5608 2002-12-02 [colin]      0.8.6claws47
5609
5610         * src/folder.[ch]
5611                 Add check to verify a move is within a single mailbox
5612         * src/folderview.c
5613                 Add specific error string for this check
5614
5615 2002-12-02 [colin]      0.8.6claws46
5616
5617         * src/folder.c
5618                 Add a test to folder moving, remove a statusbar_print
5619         * src/folderview.c
5620                 Add Move folder... context-menu item
5621                 Factorize folder moving code
5622                 Enable folder DND for mbox
5623
5624 2002-12-01 [christoph]  0.8.6claws45
5625
5626         * ac/aspell.m4
5627                 remove conf.aspelltest if the version check fails
5628
5629 2002-11-30 [christoph]  0.8.6claws44
5630
5631         * autogen.sh
5632                 run libtoolize --force in autogen to create missing
5633                 libtool scripts
5634
5635 2002-11-30 [christoph]  0.8.6claws43
5636
5637         * src/Makefile.am
5638         * src/pgptext.c
5639         * src/procmime.c
5640         * src/rfc2015.c
5641         * src/uuencode.[ch]             ** REMOVED **
5642         * src/common/Makefile.am
5643         * src/common/uuencode.[ch]      ** NEW **
5644                 move uuen/decoder to common directory
5645
5646 2002-11-30 [christoph]  0.8.6claws42
5647
5648         * src/Makefile.am
5649         * src/base64.[ch]               ** REMOVED **
5650         * src/codeconv.c
5651         * src/compose.c
5652         * src/ldif.c
5653         * src/pgptext.c
5654         * src/procmime.c
5655         * src/rfc2015.c
5656         * src/smtp.c
5657         * src/unmime.c
5658         * src/common/Makefile.am
5659         * src/common/base64.[ch]        ** NEW **
5660                 move base64 en/decoder to common directory
5661
5662 2002-11-30 [christoph]  0.8.6claws41
5663
5664         * src/common                    ** NEW **
5665                 new directory for UI independent code
5666         * src/gtk                       ** NEW **
5667                 new directory for GTK frontend
5668         * src/common/.cvsignore         ** NEW **
5669         * src/gtk/.cvsignore            ** NEW **
5670                 ignore build files
5671         * src/common/Makefile.am        ** NEW **
5672         * src/gtk/Makefile.am           ** NEW **
5673                 automake files to build new seperated stuff
5674         * src/Makefile.am
5675                 the binary will currently still be build with the
5676                 files in src, so we include the code from the
5677                 subdirs for now after building the libs there
5678
5679 2002-11-30 [paul]       0.8.6claws40
5680
5681         * src/compose.c
5682                 fix bug [642731] 'Wrong selected account with drafted mail'
5683
5684 2002-11-29 [oliver]     0.8.6claws39
5685         
5686         * src/messageview.c
5687                 o update summaryview when switching between different
5688                   messageviews          
5689         * src/toolbar.c  
5690                 o check if messageview holds already removed msg
5691                   from summaryview
5692                 
5693
5694 2002-11-29 [oliver]     0.8.6claws38
5695
5696         * src/toolbar.c 
5697                 remove not needed variables and includes
5698                 make messageview stay opened and move to next when msgs are deleted 
5699
5700 2002-11-29 [oliver]     0.8.6claws37
5701         
5702         * src/toolbar.c 
5703                 disable compose button (messageview toolbar) by default
5704                 deleted msgs are moved to trash
5705         
5706 2002-11-29 [melvin]     0.8.6claws36
5707
5708         * configure.in
5709                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5710                 and to detect signatures expirations (gpgme 0.3.6)
5711
5712         * src/main.c
5713                 Use non obsolescent function for Gpgme engine checking.
5714
5715         * src/rfc2015.c
5716                 Inform about expired signatures or signatures which key
5717                 has expired. Expiration date is displayed.
5718
5719         * src/sigstatus.c
5720                 Inform about expired signatures or signatures which key
5721                 has expired.
5722
5723 2002-11-28 [paul]       0.8.6claws35
5724
5725         * src/folderview.c
5726                 re-instate 'Check for new messages' in Newsgroup
5727                 folders right-click menu, after a suggestion from
5728                 Tim Mann <timmann@users.sourceforge.net>
5729
5730         * src/main.c
5731                 after a crash check only local folders for new
5732                 messages
5733
5734 2002-11-28 [paul]       0.8.6claws34
5735
5736         * configure.in
5737                 apply patch that fixes the checking of GTK with XIM 
5738                 support on different OSs, such as FreeBSD. Patch 
5739                 submitted by Topia <topia@users.sourceforge.net>
5740                 
5741 2002-11-28 [paul]       0.8.6claws33
5742
5743         * src/mainwindow.c
5744           src/prefs_common.c
5745           src/prefs_toolbar.c
5746                 more changes to the English
5747
5748 2002-11-28 [paul]       0.8.6claws32
5749
5750         * sync with 0.8.6cvs13
5751                 see ChangeLog 2002-11-28 (no sync needed
5752                 for src/compose.c)
5753
5754 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5755         
5756         * src/mainwindow.[ch]
5757                 add patch by Ivan F. Martinez introducing messageview Toolbar
5758                 some changes and committed by oliver    
5759
5760 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5761
5762         * src/messageview.[ch]
5763                 add patch by Ivan F. Martinez introducing messageview Toolbar
5764                 some changes and committed by oliver    
5765
5766 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5767
5768         * src/compose.[ch]
5769                 add patch by Ivan F. Martinez introducing messageview Toolbar
5770                 some changes and committed by oliver    
5771
5772 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5773         
5774         * src/toolbar.[ch]
5775                 add patch by Ivan F. Martinez introducing messageview Toolbar
5776                 some changes and committed by oliver
5777
5778 2002-11-28 [oliver]     0.8.6claws27
5779         
5780         * src/prefs_toolbar.[ch]
5781                 getting ready for messageview toolbar
5782                 free mem allocated by gettext
5783                 change prefs_toolbar to prefs_toolbar_open
5784  
5785 2002-11-28 [thorsten]   0.8.6claws26
5786
5787         * src/imageview.[ch]
5788                 cleaned up conflicting declarations of
5789                 imageview_show_image()
5790
5791 2002-11-28 [paul]       0.8.6claws25
5792
5793         * src/grouplistdialog.c
5794           src/prefs_common.c
5795           src/prefs_summary_column.c
5796                 a few more improvements to the English
5797
5798 2002-11-28 [colin]      0.8.6claws24
5799
5800         * man/sylpheed.1
5801                 A few updates to command-line parameters
5802
5803 2002-11-28 [colin]      0.8.6claws23
5804
5805         * src/prefs_filtering.c
5806                 Fix problems with prefs_filtering_delete_path:
5807                 a) if the first rule is removed, original pointers
5808                    weren't updated (leading to segfaults)
5809                 b) it was always global_processing updated in case
5810                    of removed path was parent of rule path
5811
5812 2002-11-27 [paul]       0.8.6claws22
5813
5814         * src/mainwindow.c
5815           src/prefs_account.c
5816           src/prefs_actions.c
5817           src/prefs_common.c
5818           src/prefs_customheader.c
5819           src/prefs_display_header.c
5820           src/prefs_filtering.c
5821           src/prefs_folder_item.c
5822           src/prefs_matcher.c
5823           src/prefs_scoring.c
5824           src/prefs_summary_column.c
5825           src/prefs_template.c
5826           src/prefs_toolbar.c
5827                  improve the English in the GUI
5828
5829 2002-11-27 [colin]      0.8.6claws21
5830
5831         * src/folder.c
5832                 Fix processing renaming problems happening after
5833                 last commit
5834
5835 2002-11-27 [colin]      0.8.6claws20
5836
5837         * src/folder.c
5838                 recursive move now deletes src each subfolder after 
5839                 having moved it
5840         * src/folderview.c
5841                 Use identifier instead of path during dnd (enables
5842                 IMAP folder dnd)
5843
5844 2002-11-27 [paul]       0.8.6claws19
5845
5846         * src/main.c
5847                 apply patch that does command-line processing 
5848                 BEFORE gtk_init, allowing claws to run from 
5849                 shell-scripts in non-X environment (e.g. crontab 
5850                 or ip-up, ip-down scripts). Patch submitted by
5851                 Ruslan N. Balkin <baron@dartel.ru>
5852                 
5853         * po/it.po
5854                 updated by Alessandro Maestri
5855
5856 2002-11-27 [paul]       0.8.6claws18
5857
5858         * sync with 0.8.6cvs12
5859           src/prefs_common.c
5860                 Differences are that main uses a 'Receive dialog'
5861                 frame on the Interface tab, whereas claws groups all 
5862                 the dialogs together in a 'Dialogs' frame.
5863
5864 2002-11-27 [colin]      0.8.6claws17
5865
5866         * src/prefs_matcher.c
5867                 Fix Execute criteria's NOT flag
5868
5869
5870 2002-11-26 [christoph]  0.8.6claws16
5871
5872         * src/ssl.c
5873                 rewrite the ssl code a little bit, only use one
5874                 SSL context, set default certificates' file/path
5875
5876 2002-11-26 [thorsten]   0.8.6claws15
5877
5878         * src/compose.c
5879                 default-reply-to didn't work for ml-reply
5880
5881 2002-11-26 [melvin]     0.8.6claws14
5882
5883         * src/prefs_actions.c
5884                 Made pipe-actions ignore short headers in message view
5885                 Made trailing-pipe-actions write in the message view with
5886                 the same font as the original message
5887
5888 2002-11-26 [paul]       0.8.6claws13
5889
5890         * src/compose.c
5891                 this time commit the correct file
5892
5893 2002-11-26 [paul]       0.8.6claws12
5894
5895         * sync with 0.8.6cvs11
5896           src/quote_fmt_parse.y  
5897                 no sync needed
5898           src/account.[ch]       
5899                 not sync'ed
5900           src/compose.c
5901                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5902                 on draft mode.
5903                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5904                 header
5905                 
5906         see ChangeLog 2002-11-25 and 2002-11-26
5907
5908 2002-11-26 [colin]      0.8.6claws11
5909
5910         * src/folderview.c
5911                 Fix collapsed folder not auto-expanding during
5912                 mail dnd, if it was the source folder.
5913
5914 2002-11-25 [colin]      0.8.6claws10
5915
5916         * src/folderview.[ch]
5917                 Variable renaming and cleaning (slist of nodes 
5918                 to be re-collapsed is stored in FolderView)
5919
5920 2002-11-25 [paul]       0.8.6claws9
5921
5922         * src/prefs_common.[ch]
5923                 fix breakage caused by last commit
5924
5925 2002-11-25 [paul]       0.8.6claws8
5926
5927         * sync with 0.8.6cvs4
5928                 see ChangeLog 2002-11-21
5929
5930 2002-11-25 [paul]       0.8.6claws7
5931
5932         * sync with 0.8.6cvs4
5933                 see ChangeLog 2002-11-20
5934
5935 2002-11-25 [paul]       0.8.6claws6
5936
5937         * sync with 0.8.6cvs3
5938                 see ChangeLog 2002-11-18
5939
5940 2002-11-25 [colin]      0.8.6claws5
5941
5942         * src/gtkutils.[ch]
5943                 Add gtkut_ctree_node_is_parent()
5944         * src/folderview.c
5945                 Spring-loaded folders
5946
5947 2002-11-25 [colin]      0.8.6claws4
5948
5949         * src/utils.[ch]
5950                 Add slist_concat_unique(), function to merge
5951                 two GSList filtering dups
5952         * src/folder.[ch]
5953         * src/summaryview.[ch]
5954         * src/folderview.c
5955         * src/main.c
5956                 Add detection/update/display of unread answers
5957                 to marked mails
5958         * src/procmsg.[ch]
5959                 Add procmsg_find_children()
5960                 Add procmsg_msg_has_marked_parent()
5961
5962 2002-11-25 [colin]      0.8.6claws3
5963
5964         * src/ssl_certificate.[ch]
5965                 Allow checking a certificate without a DNS
5966                 lookup
5967                 Allow to forget a cert (by deleting it)
5968                 Make ssl_certificate_destroy_public
5969         * src/ssl_manager.[ch] ** NEW FILES **
5970                 Gui to manage (display/remove) certificates
5971         * src/prefs_common.[ch]
5972                 Add a pref to allow silent acceptation of
5973                 trusted certificates or not (based on the
5974                 "I want to know what's going on" principle)
5975         * src/mainwindow.c
5976                 Add SSL manager in Tools menu
5977         * src/Makefile.am
5978                 Add the new files to the build
5979         * po/POTFILES.in
5980                 Add ssl_manager.c to translations
5981
5982 2002-11-25 [colin]      0.8.6claws2
5983
5984         * src/summaryview.[ch]
5985                 Add S_SEARCH_EXTENDED to the quick search, which 
5986                 allows to search using filtering syntax.
5987
5988 2002-11-25 [colin]      0.8.6claws1
5989
5990         * src/summaryview.c
5991                 Deletion of duplicates now prefer deleting
5992                 the unread dup (fixes feature-request 638989).
5993
5994 2002-11-24 [paul]       0.8.6claws
5995
5996         * po/es.po
5997           po/pl.po
5998           po/ru.po
5999           po/sr.po
6000                 updated by Ricardo Mones Lastra,
6001                 Witold Wladyslaw Wojciech Wilk,
6002                 Ruslan N. Balkin, and  Urke MMI 
6003                 respectively
6004
6005 2002-11-24 [paul]       0.8.5claws182
6006
6007         * po/bg.po
6008                 updated by George Danchev
6009
6010 2002-11-23 [alfons]     0.8.5claws181
6011
6012         * src/imap.c
6013                 tiny memory leak found by browsing Dimitar's 
6014                 valgrind report
6015
6016 2002-11-23 [paul]       0.8.5claws180
6017
6018         * po/it.po
6019                 updated by Alessandro Maestri
6020
6021 2002-11-22 [christoph]  0.8.5claws179
6022
6023         * src/compose.c
6024         * src/inc.c
6025         * src/prefs_filtering.c
6026         * src/summaryview.c
6027                 more warning fixes
6028
6029 2002-11-22 [alfons]     0.8.5claws178
6030
6031         * src/summaryview.c
6032                 summary_execute_delete_func(): if message is deleted, make 
6033                 sure to also remove its entry in the subject hash table. 
6034                 fixes a corner case bug.
6035
6036 2002-11-22 [paul]       0.8.5claws177
6037
6038         * .cvsignore
6039                 add 'autom4te.cache'
6040                 
6041         * ltconfig      ** REMOVED **
6042                 not needed
6043
6044 2002-11-22 [paul]       0.8.5claws176
6045
6046         * src/textview.c
6047                 textview_set_font(): fix for message display in
6048                 UTF-8 locales (thanks to Sergey Vlasov).
6049                 
6050         * AUTHORS
6051                 add new team members and contributors
6052
6053
6054 2002-11-21 [colin]      0.8.5claws175
6055
6056         * src/procmsg.[ch]
6057                 Add procmsg_remove_special_headers()
6058         * src/mh.c
6059                 Use procmsg_remove_special_headers() for 
6060                 previous fix
6061
6062 2002-11-21 [colin]      0.8.5claws174
6063
6064         * src/mh.c
6065                 Fix moving/copying from queue/draft folders
6066                 for MH folders
6067
6068 2002-11-21 [christoph]  0.8.5claws173
6069
6070         * src/crash.c
6071         * src/filtering.c
6072         * src/logwindow.c
6073         * src/main.c
6074         * src/matcher_parser_lex.[hl]
6075         * src/mbox.c
6076         * src/mbox_folder.[ch]
6077         * src/prefs_filtering.c
6078         * src/procheader.c
6079         * src/quote_fmt_lex.l
6080         * src/ssl.c
6081                 fix all warnings except the warnings in lex and yacc files
6082
6083 2002-11-20 [christoph]  0.8.5claws172
6084
6085         * src/imap.c
6086                 fix MsgInfo retrieval for IMAP draft and queue folders
6087                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6088
6089 2002-11-19 [christoph]  0.8.5claws171
6090
6091         * src/compose.c
6092                 fix segfault, when draft saving does not get
6093                 the MsgInfo of the new message
6094                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6095
6096 2002-11-19 [christoph]  0.8.5claws170
6097
6098         * src/procmsg.c
6099                 add parameter check for flag setting function
6100                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6101
6102 2002-11-18 [paul]       0.8.5claws169
6103
6104         * src/compose.c
6105                 more sensitivity fixes to redirect mode:
6106                 * disable toolbar draft button
6107                 * allow only Address book in the Tools menu
6108                 * disable editing of message by the spell
6109                   checker
6110
6111 2002-11-18 [paul]       0.8.5claws168
6112
6113         * src/compose.c
6114                 fix sensitivity of menu items in compose_redirect():
6115                 allow only the necessary items 
6116
6117 2002-11-18 [paul]       0.8.5claws167
6118
6119         * src/compose.c
6120                 fix bug [ 603259 ] 'attachment got lost on bounce'
6121
6122 2002-11-18 [paul]       0.8.5claws166
6123
6124         * po/ru.po
6125                 updated by Ruslan N. Balkin <baron@dartel.ru>
6126
6127 2002-11-18 [colin]      0.8.5claws165
6128
6129         * src/main.c
6130           src/defs.h
6131                 Remove old filtering stuff
6132
6133
6134 2002-11-17 [oliver]     0.8.5claws164
6135
6136         * src/toolbar.h
6137                 remove not needed typedef 
6138
6139 2002-11-17 [oliver]     0.8.5claws163
6140
6141         * src/toolbar.c
6142                 make toolbar's on click events translatable
6143
6144 2002-11-15 [colin]      0.8.5claws162
6145
6146         * src/summaryview.c
6147                 Revert too-soon integration of a feature
6148
6149 2002-11-15 [christoph]  0.8.5claws161
6150
6151         * src/imap.c
6152                 use main's implementation of imap_get_msginfo
6153
6154 2002-11-15 [christoph]  0.8.5claws160
6155
6156         * src/compose.c
6157         * src/folder.[ch]
6158         * src/imap.c
6159         * src/mbox_folder.c
6160         * src/mh.c
6161         * src/news.c
6162         * src/procmsg.c
6163         * src/summaryview.c
6164                 replace claws' fetch_msginfo with main's get_msginfo
6165                 (use main's implementation where possible)
6166
6167 2002-11-15 [colin]      0.8.5claws159
6168
6169         * src/ssl_certificate.c
6170                 Missed a check
6171
6172 2002-11-16 [melvin]     0.8.5claws158
6173
6174         * po/fr.po
6175                 Updated French translations.
6176
6177 2002-11-16 [colin]      0.8.5claws157
6178
6179         * src/ssl_certificate.c
6180                 Check for missing parts in the certificates
6181
6182 2002-11-15 [colin]      0.8.5claws156
6183
6184         * src/folderview.c
6185                 Preventive fix (missing check) found by
6186                 Alfons
6187
6188 2002-11-15 [paul]
6189
6190         * NEWS
6191                 sync with 0.8.6 release
6192
6193 2002-11-15 [colin]      0.8.5claws155
6194
6195         * src/folder.[ch]
6196           src/folderview.c
6197                 Fix error handling of folder_item_move_to()
6198                 (thanks to Alfons!)
6199
6200 2002-11-15 [colin]      0.8.5claws154
6201
6202         * src/folder.[ch]
6203           src/folderview.c
6204                 folder_item_move_to() sets an error message instead
6205                 of having GUI stuff in folder.c
6206
6207 2002-11-15 [colin]      0.8.5claws153
6208
6209         * src/procmsg.[ch]
6210                 Implemented a callback for MsgInfo updates, 
6211                 heavily copy/pasted from Christoph's folder 
6212                 callback system
6213         * src/summaryview.[ch]
6214                 Register summary_update_msg as callback
6215
6216 2002-11-14 [colin]      0.8.5claws152
6217         
6218         * src/procmsg.c
6219                 Update the FolderItem after sending (fixes 617593)
6220
6221 2002-11-14 [christoph]  0.8.5claws151
6222
6223         * src/folder.c
6224                 fix wrong position of NULL pointer check found
6225                 by Sergey
6226
6227 2002-11-14 [christoph]  0.8.5claws150
6228
6229         * src/folder.c
6230                 fix segfault when deleting messages from IMAP folders
6231                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6232
6233 2002-11-14 [colin]      0.8.5claws149
6234
6235         * src/compose.c
6236                 Forwarding was also ignoring the folder's default account.
6237
6238 2002-11-14 [colin]      0.8.5claws148
6239
6240         * src/compose.c
6241                 Fix sent folder not set to folder properties when 
6242                 forwarding.
6243
6244 2002-11-14 [thorsten]   0.8.5claws147
6245
6246         * src/inc.c
6247                 inc_start(): Files were not moved from .processing to inbox,
6248                 if no global processing rule existed
6249
6250 2002-11-14 [colin]      0.8.5claws146
6251
6252         * src/ssl_certificate
6253                 Fix file operations
6254
6255 2002-11-14 [paul]       0.8.5claws145
6256
6257         * po/it.po
6258                 updated by Alessandro Maestri
6259
6260 2002-11-13 [alfons]     0.8.5claws144
6261
6262         * src/folder.c
6263                 folder_item_close(): only mark messages unread
6264                 when a folder has new messages 
6265
6266 2002-11-13 [keith]      0.8.5claws143
6267
6268         * src/imap.c
6269                 Fix problem moving or copying between
6270                 IMAP folders
6271
6272 2002-11-13 [colin]      0.8.5claws142
6273
6274         * src/matcher_parser_parse.y
6275                 Fix rule problem when " don't match
6276
6277 2002-11-13 [christoph]  0.8.5claws141
6278
6279         * src/folder.c
6280         * src/folderview.c
6281                 moved cache saving to folder_item_close
6282                 the folderview should not have to deal with
6283                 this things
6284
6285 2002-11-13 [christoph]  0.8.5claws140
6286
6287         * src/summaryview.c
6288                 moved setting of important score to
6289                 summary_set_prefs_from_folderitem
6290
6291 2002-11-13 [colin]      0.8.5claws139
6292
6293         * src/matcher_parser_parse.y
6294                 Fix a segfault in the parser (happening when
6295                 a good expression had been tested and a bad 
6296                 one arrives)
6297
6298 2002-11-13 [paul]       0.8.5claws138
6299
6300         * sync with 0.8.5cvs24
6301                 see ChangeLog 2002-11-13
6302                 
6303         * po/pt_BR.po
6304                 updated by Fabio Jr. Beneditto
6305
6306 2002-11-13 [colin]      0.8.5claws137
6307         
6308         * src/msgcache.c
6309           src/defs.h
6310           src/procmsg.[ch]
6311                 Revert last commit, problem
6312
6313 2002-11-13 [colin]      0.8.5claws136
6314
6315         * src/msgcache.c
6316                 Remove duplicated code
6317         * src/defs.h
6318                 Bumped CACHE_VERSION and MARK_VERSION
6319         * src/procmsg.[ch]
6320                 Network endian for cache and mark files
6321
6322 2002-11-12 [colin]      0.8.5claws135
6323
6324         * src/inc.c
6325                 Fix the "socket error" dialog which disappeared
6326
6327 2002-11-12 [colin]      0.8.5claws134
6328
6329         * src/msgcache.c
6330                 Reverse last commit which had performance 
6331                 problems, but still reverse the list
6332
6333 2002-11-12 [colin]      0.8.5claws133
6334
6335         * src/msgcache.c
6336                 Reverse list order
6337
6338 2002-11-12 [melvin]     0.8.5claws132
6339
6340         * src/compose.c
6341                 Added a check for a NULL prefs_common.dictionary
6342
6343 2002-11-12 [colin]      0.8.5claws131
6344
6345         * src/ssl_certificate.[ch]
6346                 Use FQDN hostname
6347
6348 2002-11-12 [colin]      0.8.5claws130
6349
6350         * src/ssl_certificate.[ch]
6351                 Take connection port into account for 
6352                 checking certificates (a single hostname
6353                 could have multiple servers with multiple
6354                 certificates)
6355         * src/ssl.c
6356                 Pass the port to ssl_certificate_check
6357
6358 2002-11-12 [paul]       0.8.5claws129
6359
6360         * src/folder.c
6361                 fix a typo in last commit
6362
6363 2002-11-12 [paul]       0.8.5claws128
6364
6365         * sync with 0.8.5cvs23
6366                 see ChangeLog entry 2002-11-12
6367
6368 2002-11-11 [colin]      0.8.5claws127
6369
6370         * src/ssl_certificate.c
6371                 Cleaner messages
6372                 Don't popup, instead log error, if the 
6373                 corresponding pref is checked
6374         * src/ssl_certificate.h
6375                 include <openssl/objects/h>
6376
6377 2002-11-11 [colin]      0.8.5claws126
6378
6379         * src/ssl_certificate.h
6380                 _Really_ clean it
6381
6382 2002-11-11 [colin]      0.8.5claws125
6383         
6384         * src/ssl_certificate.c
6385                 Fixed leak
6386
6387 2002-11-11 [colin]      0.8.5claws124
6388
6389         * src/ssl.c
6390                 Cleaned a bit
6391         * src/ssl_certificate.[ch]
6392                 Cleaned a bit (better use of SSL API)
6393                 (This will cause non-recognition of saved 
6394                  certificates of claws12[23]...)
6395
6396 2002-11-11 [paul]       0.8.5claws123
6397         
6398         * po/es.po
6399                 updated by Ricardo Mones Lastra
6400
6401 2002-11-11 [colin]      0.8.5claws122
6402
6403         * src/ssl.c
6404                 Fix a typo
6405
6406 2002-11-11 [colin]      0.8.5claws121
6407
6408         * src/ssl_certificate.[ch] ** NEW FILES **
6409         * src/ssl.[ch]
6410                 Check SSL certificates presented to us
6411         * src/Makefile.am
6412                 Add ssl_certificate.[ch]
6413         * po/POTFILES.in
6414                 Add ssl_certificate.c
6415
6416 2002-11-11 [paul]       0.8.5claws120
6417
6418         * sync with 0.8.5cvs22
6419                 see ChangeLog 2002-11-11
6420
6421 2002-11-11 [paul]       0.8.5claws119
6422
6423         * sync with 0.8.5cvs21
6424                 see ChangeLog 2002-11-11
6425
6426 2002-11-10 [jens]       0.8.5claws118
6427
6428         * src/folder.c
6429         * src/folderview.c
6430                 corrected some typing
6431         * po/de.po
6432                 updated german translation
6433         * sylpheed.spec.in
6434                 cleaned up specfile and adjusted it for claws
6435
6436 2002-11-10 [colin]      0.8.5claws117
6437
6438         * src/summaryview.c
6439                 a STATUSBAR_PUSH/POP fix
6440
6441 2002-11-10 [colin]      0.8.5claws116
6442
6443         * src/prefs_folder_item.c
6444                 Fix hanging after opening folder properties
6445
6446 2002-11-10 [hoa]        0.8.5claws115
6447
6448         * src/matcher_parser_lex.l
6449         * src/matcher_parser_parse.y
6450                 config file for scoring and filtering is no more trashed
6451                 when there is a syntax error in a filtering rule when
6452                 editing it in a dialog.
6453
6454 2002-11-09 [colin]      0.8.5claws114
6455
6456         * src/mbox_folder.c
6457                 Added missing initialisation of folder->destroy()
6458
6459 2002-11-09 [colin]      0.8.5claws113
6460
6461         * src/folder.c
6462           src/folderview.c
6463                 Fix the status bar messages
6464
6465 2002-11-09 [colin]      0.8.5claws112
6466
6467         * src/folderview.c
6468                 Fix hangs after folder dnd, happening after 
6469                 claws109.
6470
6471 2002-11-09 [christoph]  0.8.5claws111
6472
6473         * src/folderview.c
6474                 just changed order of calls (reverse order of
6475                 associated calls)
6476         * src/inc.c
6477                 lock inc when checking only one account, otherwise
6478                 inc all could be executed at the same time
6479
6480 2002-11-09 [christoph]  0.8.5claws110
6481
6482         * src/folderview.c
6483                 better unlock the mouse cursor before calling
6484                 summary_show because it changes the cursor too
6485
6486 2002-11-09 [christoph]  0.8.5claws109
6487
6488         * src/folder.[ch]
6489         * src/folderview.c
6490                 add functions to open and close a folder
6491                 o opending will execute scanning for remote folders
6492                   and processing
6493                 o closing will unset new flag for messages
6494
6495 2002-11-09 [colin]      0.8.5claws108
6496
6497         * src/folder.c
6498                 Add a call to prefs_matcher_write_config to 
6499                 avoid non-leaf folders filtering settings to be
6500                 lost
6501
6502 2002-11-09 [paul]       0.8.5claws107
6503
6504         * src/prefs_account.c
6505                 re-word a label
6506
6507 2002-11-09 [colin]      0.8.5claws106
6508
6509         * src/folderview.c
6510                 Minor esthetic fix
6511
6512 2002-11-09 [colin]      0.8.5claws105
6513
6514         * src/folderview.c
6515                 Fix prefs_filtering deletion for MH folders (same
6516                 reason as below)
6517         * src/prefs_filtering.c
6518                 Fix prefs_filtering renaming and deletion for 
6519                 folder-based processing rules.  
6520
6521 2002-11-09 [christoph]  0.8.5claws104
6522
6523         * src/compose.c
6524         * src/folder.[ch]
6525         * src/folderview.[ch]
6526         * src/import.c
6527         * src/inc.c
6528         * src/main.c
6529         * src/mainwindow.c
6530         * src/messageview.c
6531         * src/prefs_folder_item.c
6532         * src/procmsg.c
6533         * src/summaryview.c
6534                 implement a callback system for folder item updates
6535
6536 2002-11-09 [colin]      0.8.5claws103
6537
6538         * src/folderview.c
6539                 Fix prefs_filtering renaming for MH folders (we
6540                 shouldn't rename by path as another folder could
6541                 have the same hierarchy).
6542
6543 2002-11-09 [colin]      0.8.5claws102
6544
6545         * src/folder.c
6546                 Fix a leak found by Christoph, use better variable
6547                 names
6548
6549 2002-11-09 [colin]      0.8.5claws101
6550
6551         * src/folder.c
6552                 One more fix for processing rules
6553
6554 2002-11-08 [colin]      0.8.5claws100
6555         
6556         * src/matcher.c
6557                 Don't copy the compiled regexp (will be reevaluated)
6558         * src/folderview.c
6559                 Lock folderview while moving
6560         * src/folder.c
6561                 Provide info on what's happening to the user
6562
6563 2002-11-08 [colin]      0.8.5claws99
6564
6565         * src/folderview.c
6566                 Fix folder reordering after a move if parent is 
6567                 root
6568         * src/scoring.[ch]
6569                 Add function to copy a ScoringProp
6570         * src/prefs_folder_item.c
6571                 Copy scoring rules when copying a folder prefs
6572
6573 2002-11-08 [colin]      0.8.5claws98
6574
6575         * src/folderview.c
6576                 Fixes in case of failure
6577         * src/filtering.[ch]    
6578                 Add function to duplicate a FilteringProp
6579         * src/matcher.[ch]
6580                 Add function to duplicate a MatcherProp
6581         * src/prefs_folder_item.c
6582                 Save folder's processing rules when copying 
6583                 its prefs
6584
6585 2002-11-08 [colin]      0.8.5claws97
6586         
6587         * src/folderview.c
6588                 Sort after move
6589         * src/folder.c 
6590                 Change a printf to debug_print
6591
6592 2002-11-08 [colin]      0.8.5claws96
6593
6594         * src/folder.c
6595           src/folderview.c
6596                 Fix segfaults, call me stupido
6597         
6598
6599 2002-11-08 [colin]      0.8.5claws95
6600
6601         *src/folder.c
6602                 Added forgotten prefs to save when moving folders
6603
6604 2002-11-08 [colin]      0.8.5claws94
6605
6606         * src/folder.c
6607                 Fixes to folder DND (prefs copy)
6608         * src/folderview.c
6609                 Optimization for folder DND (don't rescan whole tree)
6610                 Added folderview_create_folder_node() for this 
6611                 optimization, so de-duped a bit the code
6612         * src/prefs_folder_item.[ch]
6613                 Added prefs_folder_item_copy_prefs()    
6614           
6615 2002-11-08 [paul]       0.8.5claws93
6616
6617         * src/prefs_account.c
6618           tools/README
6619           tools/kmail2sylpheed_v2.pl
6620                 correct some typos
6621
6622 2002-11-08 [paul]       0.8.5claws92
6623
6624         * src/compose.c
6625           src/prefs_account.[ch]
6626                 remove account options 'clearsign' and 'ascii_armored',
6627                 replace with 'default_gnupg_mode' to prevent mixed-mode
6628                 Privacy settings
6629
6630 2002-11-08 [paul]       0.8.5claws91
6631
6632         * src/compose.[ch]
6633                 re-implement GnuPG 'on-the-fly' mode selection,
6634                 disallow mixed-mode
6635
6636 2002-11-08 [colin]      0.8.5claws90
6637
6638         * src/folderview.c
6639           src/prefs_folder_item.c
6640                 Change "Property" to "Properties"
6641
6642 2002-11-07 [colin]      0.8.5claws89
6643
6644         * src/folderview.c
6645           src/folder.c
6646                 Allow folder dropping to a root folder
6647
6648 2002-11-07 [paul]       0.8.5claws88
6649
6650         * src/compose.c
6651                 revert last commit
6652
6653 2002-11-07 [paul]       0.8.5claws87
6654
6655         * src/compose.c
6656                 fix reply-to-list bug. closes bug report
6657                 "[633382] reply-to-list broken in recent cvs"
6658
6659 2002-11-07 [paul]       0.8.5claws86
6660
6661         * src/compose.c
6662                 add a forgotten '#if USE_GPGME ... #endif'
6663
6664 2002-11-07 [paul]       0.8.5claws85
6665
6666         * sync with 0.8.5cvs20
6667                 see ChangeLog 2002-11-07
6668
6669 2002-11-07 [colin]      0.8.5claws84
6670
6671         * src/folder.[ch]
6672                 Change folder_item_move_to to return the newly 
6673                 created folderitem.
6674         * src/folderview.c
6675                 Select the new folderitem after moving.
6676
6677 2002-11-07 [colin]      0.8.5claws83
6678
6679         * src/prefs_filtering.c
6680                 Fix rule rewriting when moving a leaf folder to a 
6681                 shorter path
6682
6683 2002-11-07 [colin]      0.8.5claws82
6684
6685         * src/prefs_filtering.c
6686                 fix a leak
6687
6688 2002-11-07 [colin]      0.8.5claws81
6689
6690         * src/folder.[ch]
6691                 Add folder_item_move_to() function to move a 
6692                 folderitem into another one (updates matcher etc)
6693         * src/folderview.c
6694                 Add folder drag'n drop (context menu to come)
6695                 [Should be dataloss free, but Please backup before 
6696                  trying !]
6697
6698 2002-11-06 [colin]      0.8.5claws80
6699
6700         * src/mh.c
6701                 mh_create_folder() returns NULL if can't create
6702                 directory hierarchy
6703
6704 2002-11-06 [paul]       0.8.5claws79
6705
6706         * src/compose.[ch]
6707                 allow 'on-the-fly' changing of the type of encryption 
6708                 and/or signing used (mime/ascii) via the compose window
6709
6710 2002-11-06 [paul]       0.8.5claws78
6711
6712         * sync with 0.8.5cvs19
6713                 see ChangeLog 2002-11-06 for src/account.c: 
6714                 account_get_special_folder()
6715                 
6716 2002-11-05 [alfons]     0.8.5claws77
6717
6718         * src/crash.c
6719                 very minor cleanups: nothing to see here, move on. :-)
6720
6721 2002-11-05 [colin]      0.8.5claws76
6722
6723         * src/main.c
6724                 Changes choices if compose windows are opened to
6725                 Discard, Draft, Don't quit
6726
6727 2002-11-05 [thorsten]   0.8.5claws75
6728
6729         * src/compose.c
6730                 reenabled default_reply_to folder option
6731
6732 2002-11-05 [colin]      0.8.5claws74
6733
6734         * src/compose.[ch] 
6735                 add compose_draft()
6736         * src/crash.c
6737                 add SIGTERM handler
6738         * src/main.[ch]
6739                 add clean_quit() for the SIGTERM handler
6740
6741 2002-11-05 [paul]       0.8.5claws73
6742         
6743         * po/es.po
6744                 updated by Ricardo Mones Lastra
6745
6746 2002-11-05 [melvin]     0.8.5claws72
6747
6748         * src/logwindow.c
6749                 Fixed log-clipping bug #616795.
6750                 To stop logging in the log window use 0 length.
6751         * src/prefs_common.c
6752                 Added a label to inform about the 0 log length behaviour.
6753
6754 2002-11-05 [paul]       0.8.5claws71
6755
6756         * sync with 0.8.5cvs17
6757                 see ChangeLog 2002-11-05
6758
6759 2002-11-04 [paul]       0.8.5claws70
6760
6761         * sylpheed-128x128.png
6762           sylpheed-64x64.png
6763           sylpheed.png
6764                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6765                 <nikai@users.sourceforge.net>
6766                 
6767         * po/bg.po
6768                 updated by George Danchev
6769
6770 2002-11-03 [thorsten]   0.8.5claws69
6771
6772         * src/main.c
6773           src/mimeview.c
6774           src/rfc2015.h
6775                 add check if gpg is active
6776
6777 2002-11-03 [thorsten]   0.8.5claws68
6778
6779         * src/toolbar.h
6780                 removed GSList declaration causing trouble on MacOS-X
6781                 (submitted by alfons, reported by xfesty)
6782
6783 2002-11-01 [paul]       0.8.5claws67
6784
6785         * src/mainwindow.c
6786                 remove last remnants of main's filter code
6787
6788 2002-11-01 [paul]       0.8.5claws66
6789
6790         * tools/filter_conv.pl
6791                 fix bug where user-defined headers were ignored
6792
6793 2002-11-01 [paul]       0.8.5claws65
6794
6795         * src/logwindow.c
6796                 make a debug_print() not translatable
6797
6798 2002-10-31 [melvin]     0.8.5claws64
6799
6800         * ac/aspell.m4
6801                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6802                 not run any GNU/aspell test.  The dictionary path will
6803                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6804                 was given, in which case, it will be $prefix/lib/aspell/
6805         * configure.in
6806                 Fixed typo in commentary (Aspell code).
6807
6808 2002-10-31 [paul]       0.8.5claws63
6809
6810         * po/POTFILES.in
6811                 remove src/filter.c and src/prefs_filter.c
6812                 thanks to Ricardo for reminding me
6813
6814 2002-10-31 [colin]      0.8.5claws62
6815
6816         * src/mbox_folder.c
6817                 Plug some leaks
6818
6819 2002-10-31 [paul]       0.8.5claws61
6820
6821         * src/prefs_filter.[ch] ** REMOVED **
6822           src/filter.[ch]       ** REMOVED **
6823           
6824         * src/Makefile.am
6825           src/folderview.c
6826           src/inc.c
6827           src/main.c
6828           src/mainwindow.c
6829           src/mbox.c
6830           src/prefs_common.c
6831           src/prefs_filtering.c
6832           src/summaryview.[ch]
6833                 remove main's 'filter' code
6834                 
6835         README.claws
6836                 update to reflect removal of main's filter
6837
6838 2002-10-31 [paul]       0.8.5claws60
6839
6840         * src/summaryview.c
6841                 remove check for global_processing in summary_filter_open(). 
6842                 This fixes the bug where if the user uses the right-click 
6843                 'Create filter rule...' and doesn't have any filter rules 
6844                 already defined in claws' advanced filtering, the newly 
6845                 created filter rule goes to main's filtering which is 
6846                 inaccessible through the gui. Now the filter rule gets added
6847                 to claws' filtering by default.
6848
6849 2002-10-28 [melvin]     0.8.5claws59
6850
6851         * src/prefs_actions.c
6852                 Fixed bug #627322 where MIME parts were not always
6853                 correctly passed to a %p action
6854                 Display an error dialog when message filename is not found.
6855
6856 2002-10-28 [melvin]     0.8.5claws58
6857
6858         * src/prefs_common.c
6859                 Readded a missing function declaration lost in 0.8.3claws34
6860
6861 2002-10-28 [paul]       0.8.5claws57
6862
6863         * sync with 0.8.5cvs15
6864                 see ChangeLog 2002-10-28 and 2002-10-25
6865                 
6866         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6867
6868 2002-10-27 [oliver]     0.8.5claws56
6869
6870         * src/pop.c
6871                 plug leak in pop3_top_recv
6872
6873 2002-10-26 [christoph]  0.8.5claws55
6874
6875         * src/folder.c
6876                 set need_update folder flag when messages are added
6877                 (closes bug [ 626922 ] folder not updated after receiving)
6878
6879 2002-10-25 [melvin]     0.8.5claws54
6880
6881         * src/imageview.c
6882                 Fixed a memleak introduced in the scaling code.
6883
6884 2002-10-24 [alfons]     0.8.5claws53
6885
6886         * src/filtering.c
6887                 make filtering's forward message action forward from the 
6888                 correct account
6889                 (closes bug [628089 ] Filter -> Forward from address problem
6890                 reported by Oktay)
6891
6892 2002-10-24 [christoph]  0.8.5claws52
6893
6894         * src/mainwindow.c
6895         * src/manual.[ch]
6896                 o use manual of current locale or english if current
6897                   locale is not available (and english is available)
6898                 o also link to sylpheed doc project manuals
6899
6900 2002-10-23 [paul]       0.8.5claws51
6901
6902         * tools/README
6903           tools/kmail2sylpheed_v2.pl
6904                 add new version of kmail addressbook importer script.
6905                 works with newer versions of Kmail/KAddressBook which
6906                 have new and rearranged data.
6907
6908 2002-10-23 [martin]     0.8.5claws50
6909
6910         * src/folderview.c
6911         * src/summaryview.c
6912         * src/utils.h
6913         * src/utils.c
6914                 added length parameter to get_abbrev_newsgroup_name()
6915                 changed this function so that it abbreviates the newsgroup
6916                 names only so long it is smaller than the length parameter
6917                 (for better reading of some newsgroup names and space efficiency)
6918
6919 2002-10-22 [colin]      0.8.5claws49
6920
6921         *src/foldersel.c
6922                 Revert Alfons' last modification (after voting ;-))
6923
6924 2002-10-21 [alfons]     0.8.5claws48
6925
6926         * src/foldersel.c
6927                 folder view in folder selection dialog reflects state of
6928                 folder view in main window
6929
6930 2002-10-18 [alfons]     0.8.5claws47
6931
6932         * src/mbox.c
6933                 drop imported messages in folder selected by user,
6934                 and not in the inbox
6935                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6936
6937 2002-10-18 [alfons]     0.8.5claws46
6938
6939         * src/compose.c
6940                 make automagic reply work correctly for email accounts 
6941                 (whether it's viable to do a full sync with Hiro's 
6942                 compose.c is still under discussion)
6943
6944 2002-10-18 [melvin]     0.8.5claws45
6945
6946         * src/prefs_actions.c
6947                 Fixed bug #622275 where asynchroneous actions left 
6948                 zombies processes
6949                 Made (synchroneous) actions' input be displayed live.
6950
6951 2002-10-18 [christoph]  0.8.5claws44
6952
6953         * src/textview.c
6954                 don't add a newline in the textview in front of the
6955                 first textpart if header display is disabled
6956                 (closes bug [ 603385 ] disabled header display leaves blank
6957                  lin)
6958
6959 2002-10-18 [christoph]  0.8.5claws43
6960
6961         * src/folder.[ch]
6962         * src/imap.c
6963         * src/mbox_folder.c
6964         * src/mh.c
6965         * src/news.c
6966                 folder->get_num_list now returns an error code
6967                 (closes bug [ 609424 ] News cache cleared on failure)
6968                 
6969 2002-10-17 [colin]      0.8.5claws42
6970         
6971         * src/news.c
6972                 Changed a printf by debug_print
6973
6974 2002-10-16 [paul]       
6975
6976         * tools/OOo2sylpheed.pl
6977                 allow for spaces in the name of the
6978                 file to be attached.
6979
6980 2002-10-16 [colin]      0.8.5claws41
6981
6982         * src/main.c
6983                 Use a tristate to change online mode
6984
6985 2002-10-16 [paul]       0.8.5claws40
6986
6987         * po/es.po
6988                 updated by Ricardo Mones Lastra
6989
6990 2002-10-16 [colin]      0.8.5claws39
6991
6992         * src/main.c
6993           src/mainwindow.[ch]
6994                 Added --online and --offline command-line
6995                 switches
6996
6997 2002-10-15 [christoph]  0.8.5claws38
6998
6999         * src/procmime.c
7000                 set mimeinfo->name to NULL after g_free to
7001                 avoid double freeing with g_free
7002
7003 2002-10-14 [christoph]  0.8.5claws37
7004
7005         * src/compose.c
7006         * src/filtering.c
7007         * src/summaryview.c
7008                 remove calls to folder->change_flags that are now
7009                 done by procmsg flag functions (seems it is not
7010                 used by any foldertype anyway)
7011         * src/folder.c
7012                 init folder->change_flags with NULL
7013
7014 2002-10-14 [christoph]  0.8.5claws36
7015
7016         * src/folder.[ch]
7017         * src/imap.[ch]
7018                 use virtual functions for folder item new and destroy
7019                 functions
7020
7021 2002-10-14 [melvin]     0.8.5claws35
7022
7023         * src/compose.c
7024                 Added a test to not run the spell checker if no default
7025                 dictionary is available. No dialog is displayed though.
7026
7027 2002-10-14 [melvin]     0.8.5claws34
7028
7029         * src/gtkaspell.c
7030                 Fixed bug in dictionary list context menu where
7031                 "More..." pointed to an emtpy submenu if the
7032                 number of dictionaries is a multiple of 15
7033                 Removed unneeded code in suggestions list creation
7034
7035 2002-10-14 [paul]       0.8.5claws33
7036
7037         * po/bg.po
7038                 updated by George Danchev
7039
7040 2002-10-13 [hoa]        0.8.5claws32
7041
7042         * src/matcher.[ch]
7043           src/matcher_parser_parser.y
7044                 removed the escaped string from internal structure
7045                 of matcher.
7046
7047 2002-10-12 [colin]      0.8.5claws31
7048
7049         * src/gtksctree.[ch]
7050           src/summaryview.c
7051                 Removed useless function gtksctree_reanchor
7052
7053 2002-10-12 [alfons]     0.8.5claws30
7054         
7055         * sync with remaining main changes 2002-10-09 - 2002-10-11
7056         - drop changes to src/compose.c (requires claws specific changes)
7057         
7058 2002-10-12 [alfons]     0.8.5claws29
7059         
7060         * sync with main changes of 2002-10-08
7061         - drop changes to src/compose.c (requires claws specific changes)
7062         - drop changes to src/summaryview.c (requires changes to compose.c)     
7063
7064 2002-10-12 [alfons]     0.8.5claws28
7065         
7066         * sync with main changes of 2002-10-07
7067
7068 2002-10-12 [alfons]     0.8.5claws27
7069
7070         * sync with main changes of 2002-10-04
7071         - drop changes to src/compose.c (requires claws specific changes)
7072         - drop changes to src/prefs_folder_item.c (claws implementation
7073           seems to be working)
7074
7075 2002-10-12 [colin]      0.8.5claws26
7076
7077         * src/mainwindow.c
7078                 Fix folder-flicker when space-reading, introduced 
7079                 in claws22.
7080
7081 2002-10-12 [colin]      0.8.5claws25
7082
7083         * src/compose.c
7084                 Save account address when saving as draft.
7085                 (closes bug 621838)
7086
7087 2002-10-12 [colin]      0.8.5claws24
7088
7089         * src/summaryview.c
7090                 Fix the problem consisting of no message selected
7091                 after the last message in a folder has been moved.
7092
7093 2002-10-12 [paul]       0.8.5claws23
7094
7095         * src/compose.c
7096           src/prefs_template.c
7097           src/template.[ch]
7098                 add Cc and Bcc to templates. Patch submitted by
7099                 John L. Males.
7100
7101 2002-10-12 [colin]      0.8.5claws22
7102
7103         * src/folderview.c
7104                 Fix a bug after "Check for new messages":
7105                 If a folder was opened, it was still selected at
7106                 the end of the check, but displayed empty.
7107         * src/mainwindow.c
7108                 Remove unnecessary check
7109
7110 2002-10-12 [paul]
7111
7112         * tools/README
7113                 be more verbose in the description of
7114                 OOo2sylpheed.pl
7115                 
7116
7117 2002-10-11 [colin]      0.8.5claws21
7118
7119         * src/mainwindow.c
7120                 Make space work (better) when no mail is selected
7121
7122 2002-10-11 [colin]      0.8.5claws20
7123
7124         * src/inc.c
7125           src/news.c
7126                 fix warnings
7127
7128 2002-10-11 [colin]      0.8.5claws19
7129
7130         * src/mainwindow.c
7131                 revert 0.8.5claws6 changes as i couldn't get to
7132                 anything satisfying
7133
7134 2002-10-11 [melvin]     0.8.5claws18
7135
7136         * src/compose.c
7137                 Removed buggy and unused macro (should have been committed in
7138                 0.8.5claws17)
7139
7140 2002-10-11 [melvin]     0.8.5claws17
7141
7142         * src/compose.c
7143                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7144
7145 2002-10-11 [thorsten]   0.8.5claws16 
7146
7147         * src/folderview.c
7148                 remove rescan warning
7149
7150 2002-10-11 [colin]      0.8.5claws15 
7151
7152         * src/procheader.c
7153                 fix a segfault that happens if conv_unmime_header
7154                 fails (should be better to find out why it fails)
7155
7156 2002-10-11 [christoph]  0.8.5claws14
7157
7158         * src/summaryview.c
7159                 update folderview stats after ignore/unignore thread
7160
7161 2002-10-11 [hoa]        0.8.5claws13
7162
7163         * src/quote_fmt_parse.y
7164                 Fixed a yacc/bison syntax error
7165         * src/matcher.c
7166                 Escaping of string is fixed.
7167
7168 2002-10-11 [colin]      0.8.5claws12
7169
7170         * src/imageview.c
7171                 Resize images to fit
7172
7173 2002-10-11 [paul]       0.8.5claws11
7174
7175         * po/es.po
7176                 updated by Ricardo Mones Lastra
7177
7178 2002-10-10 [alfons]     0.8.5claws10
7179
7180         * src/compose.c
7181                 allow dropping files by "moving" files from a file manager,
7182                 not only by the more cumbersome "copying". the latter 
7183                 mostly implies holding down the Control button
7184
7185 2002-10-10 [christoph]  0.8.5claws9
7186
7187         * src/summaryview.c
7188                 update folders after thread building for ignored threads
7189
7190 2002-10-10 [christoph]  0.8.5claws8
7191
7192         * config/.cvsignore
7193                 added Makefile
7194         * src/filtering.[ch]
7195         * src/folder.[ch]
7196         * src/folderview.[ch]
7197         * src/import.c
7198         * src/inc.[ch]
7199         * src/mbox.[ch]
7200         * src/procmsg.c
7201         * src/summaryview.[ch]
7202                 o added new flag need_update to FolderItem
7203                 o removed folder_table from various functions from tracking
7204                   folder updates
7205                 o set need_update flags in folder.c's move, copy and delete
7206                   functions and procmsg's flags functions
7207                 o added function folderview_update_items_when_required that
7208                   updates all folders with need_update set
7209                 o call folderview_update_items_when_required instead of
7210                   folderview_update_item_foreach
7211
7212 2002-10-09 [sergey]     0.8.5claws7
7213
7214         * src/compose.c
7215                 Strip CRs whel loading the text into editor in reedit mode.
7216
7217 2002-10-09 [colin]      0.8.5claws6
7218
7219         * src/mainwindow.c
7220                 Make Space work when no mail is selected
7221
7222 2002-10-09 [colin]      0.8.5claws5
7223
7224         * src/gtksctree.[ch]
7225                 Fix range_select
7226                 Add gtk_sctree_reanchor() 
7227         * src/summaryview.c
7228                 Use gtk_sctree_reanchor() - better fix for 
7229                 bug 60413
7230
7231 2002-10-09 [colin]      0.8.5claws4
7232
7233         * src/summaryview.c
7234                 Fix shift-click select after delete problem
7235                 (closes bug 60413)
7236
7237 2002-10-08 [thorsten]   0.8.5claws3
7238
7239         * src/summaryview.c
7240                 exclude current msg from -hide read messages-
7241
7242 2002-10-08 [colin]      0.8.5claws2
7243
7244         * src/inc.[ch]
7245           src/pop.c
7246           src/recv.c
7247                 Differentiate socket errors from disk full
7248                 errors
7249
7250 2002-10-08 [christoph]  0.8.5claws1
7251
7252         * Makefile.am
7253         * configure.in
7254                 modifications for new config directory
7255
7256         * config.guess  ** REMOVED **
7257         * config.sub    ** REMOVED **
7258         * install-sh    ** REMOVED **
7259         * ltmain.sh     ** REMOVED **
7260         * missing       ** REMOVED **
7261         * mkinstalldirs ** REMOVED **
7262                 these files are autogenerated by automake
7263                 when you run autogen.sh
7264
7265         * config/.cvsignore     ** NEW FILE **
7266         * config/Makefile.am    ** NEW FILE **
7267                 ignore autogenerated files
7268                 create a Makefile in this directory
7269
7270 2002-10-08 [paul]       0.8.5claws
7271
7272         * 0.8.5claws release
7273         
7274         * src/compose.c
7275           src/procheader.c
7276           src/procmsg.c
7277                 fix quote reply format for newsgroups reply bug
7278                 (thanks to Hoa)
7279                 
7280         * po/en_GB.po
7281           po/pl.po
7282                 updated by me and Witold Wladyslaw Wojciech Wilk
7283                 repectively
7284
7285 2002-10-07 [paul]       0.8.3claws53
7286
7287         * po/it.po
7288           po/pt_BR.po
7289           po/sr.po
7290                 updated messages catalogs, submitted by
7291                 Alessandro Maestri, Fabio Jr.Beneditto 
7292                 and Urke MMI, respectively.
7293
7294 2002-10-07 [christoph]  0.8.3claws52
7295
7296         * src/folder.[ch]
7297         * src/folderview.c
7298         * src/mainwindow.c
7299                 fix new folder ghost message bug
7300                 (closes bug [ 619722 ] wrong count for newly created folders)
7301
7302 2002-10-07 [christoph]  0.8.3claws51
7303
7304         * src/compose.c
7305                 fix news posting problem
7306
7307 2002-10-07 [melvin]     0.8.3claws50
7308
7309         * po/fr.po
7310                 Updated French translation
7311
7312 2002-10-05 [christoph]  0.8.3claws49
7313
7314         * src/gtkstext.c
7315                 check if line_start_cache is set in gtk_stext_update_text
7316                 (closes bug [ 618119 ] crash while doing search in folder)
7317
7318 2002-10-05 [christoph]  0.8.3claws48
7319
7320         * src/imap.c
7321         * src/news.c
7322         * src/utils.c
7323         * src/utils.h
7324                 implement cache cleanups for claws' folder system
7325                 (closes bug [ 595916 ] imapcache not cleaned up)
7326
7327 2002-10-05 [melvin]     0.8.3claws47
7328
7329         * src/prefs_actions.c
7330                 Made the help text more clear for the %p token
7331
7332 2002-10-04 [paul]       0.8.3claws46
7333
7334         * sync with 0.8.5
7335                 see ChangeLog 2002-10-02 and 2002-10-03
7336
7337 2002-10-04 [christoph]  0.8.3claws45
7338
7339         * src/inc.c
7340                 fix segfault caused by pop before smtp
7341                 call to inc_account_mail with NULL
7342                 pointer for mainwin
7343
7344 2002-10-04 [paul]       0.8.3claws44
7345
7346         * configure.in
7347                 sync the LDAP detection from 0.8.5cvs1
7348
7349 2002-10-02 [christoph]  0.8.3claws43
7350
7351         * po/de.po
7352                 fix small spelling error
7353
7354 2002-10-02 [melvin]     0.8.3claws42
7355
7356         * ac/aspell.m4
7357                 Behave better and say "no" when test program cannot be run.
7358
7359 2002-10-02 [paul]       0.8.3claws41
7360
7361         * sync with 0.8.4cvs1
7362                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7363                 
7364         * src/summaryview.c
7365                 toggle the behavior of Reply menuitem between
7366                 normal reply and reply-to-list
7367
7368 2002-10-01 [sergey]     0.8.3claws40
7369
7370         * src/compose.c
7371                 Convert newlines in the message text to the canonical form
7372                 before base64 encoding (RFC2045 compliance, fixes some
7373                 interoperability issues with Evolution 1.0.3)
7374
7375 2002-09-29 [colin]      0.8.3claws39
7376
7377         * src/summaryview.c
7378                 Fix an unwanted copy/paste
7379
7380 2002-09-29 [colin]      0.8.3claws38
7381
7382         * src/mainwindow.c
7383                 Renamed "Custom toolbar" to "Customize toolbar"
7384                 Renamed "Show all header" to "Show all headers"
7385                 Renamed "Set diplay item" to "Set displayed items"
7386         * src/prefs_common.c
7387                 Renamed "Show all header" to "Show all headers"
7388         * src/prefs_summary_column.c
7389                 Renamed "diplay item" to "displayed items"
7390
7391 2002-09-29 [colin]      0.8.3claws37
7392
7393         * src/mainwindow.[ch]
7394                 online/offline status pixmaps follow theme
7395                 changes
7396         * src/summaryview.[ch]
7397                 quicksearch pixmap follows theme changes
7398
7399 2002-09-29 [thorsten]   0.8.3claws36
7400
7401         * src/compose.c
7402           src/prefs_folder_item.[ch]
7403                 add default_reply_to folder option (closes patch 581044)
7404
7405 2002-09-29 [christoph]  0.8.3claws35
7406
7407         * acconfig.h    ** REMOVED **
7408         * configure.in
7409         * ac/aspell.m4
7410         * ac/check-type.m4
7411         * ac/gnupg-check-typedef.m4
7412                 fix autoheader 2.50 warning
7413
7414 2002-09-29 [christoph]  0.8.3claws34
7415
7416         * major code cleanup (part 2)
7417         
7418                 - unused variables removed
7419                 - unused functions removed
7420                 - uninitialized variables checked
7421                 - missing return statements added
7422                 - missing function return types added
7423                 - added parentheses around assignment
7424                   when suggested by gcc
7425
7426 2002-09-29 [alfons]     0.8.3claws33
7427
7428         * src/logwindow.c
7429                 log_window_clear(): only bracket gtk_text_forward_delete() 
7430                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7431                 works around GTK text bug)
7432
7433 2002-09-29 [paul]       0.8.3claws32
7434
7435         * po/bg.po
7436           po/sr.po
7437                 updated by George Danchev and Urke MMI
7438                 respectively
7439
7440 2002-09-27 [christoph]  0.8.3claws31
7441
7442         * doc-src/readme.txt
7443         * doc-src/rfc1806.txt   ** REMOVED **
7444         * doc-src/rfc2183.txt   ** NEW FILE **
7445         * doc-src/rfc2980.txt   ** NEW FILE **
7446                 update rfcs
7447
7448 2002-09-27 [melvin]     0.8.3claws30
7449
7450         * ac/aspell.m4
7451                 Fixed typo which could break linking
7452
7453 2002-09-27 [melvin]     0.8.3claws29
7454
7455         * ac/aspell.m4
7456                 Improved GNU/aspell checking. 
7457                 Fixed bug #614490
7458
7459 2002-09-27 [paul]       0.8.3claws28
7460
7461         * sync with 0.8.3cvs8
7462                 see ChangeLog 2002-09-27
7463
7464 2002-09-26 [colin]      0.8.3claws27
7465
7466         * src/toolbar.[ch]
7467           src/mainwindow.[ch]
7468                 Add "Reply to Mailing-list" to the toolbar
7469
7470 2002-09-26 [christoph]  0.8.3claws26
7471
7472         * src/summaryview.c
7473                 Fix wrong message counts in summaryview status
7474
7475 2002-09-26 [paul]       0.8.3claws25
7476
7477         * sync with 0.8.3cvs7
7478                 see ChangeLog 2002-09-26
7479
7480 2002-09-26 [paul]       0.8.3claws24
7481
7482         * sync with 0.8.3cvs6
7483                 see ChangeLog 2002-09-25
7484
7485 2002-09-25 [christoph]  0.8.3claws23
7486
7487         * src/prefs_common.c
7488         * src/prefs_folder_item.c
7489         * src/prefs_scoring.c
7490                 Renamed "kill score" to "hide score" in GUI
7491                 and prefs files
7492
7493 2002-09-25 [paul]       0.8.3claws22
7494
7495         * sync with 0.8.3cvs5
7496                 see ChangeLog 2002-09-24
7497
7498 2002-09-24 [alfons]     0.8.3claws21
7499
7500         patch by Satoshi Nagayasu: allows appending / saving multiple 
7501         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7502         'Save as ...'")
7503
7504         * AUTHORS
7505                 add Satoshi Nagayasu
7506         * src/summaryview.c
7507                 summary_save_as(): allow saving selected files to
7508                 one file
7509                 summary_set_menu_sensitive: enable "Save As..." when
7510                 multiple files are selected
7511         * src/utils.[ch]
7512                 append_file(): new function
7513
7514 2002-09-24 [colin]      0.8.3claws20
7515
7516         * src/procmime.c
7517                 Fix segfault when mimeinfo doesn't have a 
7518                 content_type. 
7519
7520 2002-09-24 [colin]      0.8.3claws19
7521
7522         * src/prefs_common.[ch]
7523                 Add a preference to display send dialog or not
7524         * src/send.c
7525                 Display send dialog according to preference
7526
7527 2002-09-24 [colin]      0.8.3claws18
7528
7529         * src/compose.[ch]
7530                 Disable user actions when sending
7531
7532 2002-09-24 [colin]      0.8.3claws17
7533
7534         * src/procmime.c
7535                 Do not display name or filename for attachments
7536                 with an application/pgp-signature type
7537                 (security flaw, see bug 537413)
7538
7539 2002-09-23 [colin]      0.8.3claws16
7540
7541         * src/editaddress.c
7542                 Initialize entry_email, entry_alias and 
7543                 entry_remarks to first email address of the list
7544
7545 2002-09-23 [colin]      0.83claws15
7546
7547         * src/compose.c
7548                 Drop pgp-signature when reediting a signed queued
7549                 message
7550
7551 2002-09-23 [melvin]     0.8.3claws14
7552
7553         * po/fr.po
7554                 Updated French translation
7555
7556 2002-09-23 [melvin]     0.8.3claws13
7557
7558         * src/mainwindow.c
7559                 Made custom toolbar menu labels more consistent
7560         * src/prefs_toolbar.c
7561                 Made custom toolbar window title more consistent
7562
7563 2002-09-22 [colin]      0.8.3claws12
7564
7565         * src/inc.c
7566                 Initialize session type to normal before getting 
7567                 mail (fixes strange Get behaviour)
7568         * src/prefs_account.h
7569                 Move STYPE_POP_BEFORE_SMTP to last position to 
7570                 avoid other side-effects
7571
7572 2002-09-22 [colin]      0.8.3claws11
7573
7574         * src/prefs_account.c
7575                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7576                 from pop3 to apop or vice-versa
7577
7578 2002-09-22 [colin]      0.8.3claws10
7579         
7580         * src/prefs_account.[ch]
7581                 Add an option for the POP before SMTP timeout
7582         * src/inc.c
7583                 Remember time of last POP connection
7584         * src/send.c
7585                 Do POP before SMTP only if timeout reached
7586
7587 2002-09-22 [oliver]     0.8.3claws9
7588         
7589         * README.claws
7590                 explain custom toolbar
7591
7592 2002-09-22 [oliver]     0.8.3claws8
7593
7594         * src/prefs_actions.[ch]
7595         custom toolbar for compose      
7596                 actions callback from compose toolbar
7597         * src/folderview.c
7598                 remove include toolbar.h
7599
7600 2002-09-22 [oliver]     0.8.3claws7
7601         
7602         * src/prefs_toolbar.[ch]
7603                 custom toolbar for compose
7604                 - generic prefs_toolbar handles both
7605                   Mainwin's toolbar as well as Compose toolbar          
7606
7607 2002-09-22 [oliver]     0.8.3claws6
7608         
7609         * src/toolbar.[ch]
7610                 custom toolbar for compose
7611                 restructure toolbar.[ch]
7612
7613 2002-09-22 [oliver]     0.8.3claws5
7614
7615         * src/compose.[ch]
7616                 custom toolbar for compose
7617
7618 2002-09-22 [oliver]     0.8.3claws4
7619         
7620         * src/mainwindow.[ch]
7621                 custom toolbar for compose 
7622                 move mainwin toolbar back to mainwindow
7623
7624 2002-09-22 [alfons]     0.8.3claws3
7625
7626         * src/procmsg.c
7627                 :%sno/if(/if (/gc
7628                 :%sno/for(/for (/gc
7629                 (beautify)
7630
7631 2002-09-22 [alfons]     0.8.3claws2
7632         
7633         * src/procmsg.c
7634                 procmsg_save_to_outbox(): don't unlink message file from queue;
7635                 callers should do it using folder_item_remove_msg()
7636
7637 2002-09-22 [colin]      0.8.3claws1
7638
7639         * src/mimeview.[ch]
7640                 Made mimeview_check_signature() public
7641         * src/textview.c
7642                 Made GPG signatures verifiable by clicking
7643                 the [application/pgp-signature] in the Text
7644                 view
7645
7646 2002-09-22 [paul]       0.8.3claws
7647
7648         * po/bg.po
7649           po/en_GB.po
7650           po/es.po
7651           po/it.po
7652           po/pl.po
7653           po/pt_BR.po
7654           po/sr.po
7655                 updated translations, submitted by George Danchev,
7656                 me, Ricardo Mones Lastra, Alessandro Maestri,
7657                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7658                 and Urke MMI, respectively.     
7659
7660 2002-09-22 [alfons]     0.8.2claws65
7661
7662         * src/procmsg.c
7663         * src/pgptext.c
7664                 no furry valgrinds have been used to plug these memleaks
7665
7666 2002-09-20 [paul]       0.8.2claws64
7667
7668         * sync with 0.8.3cvs4
7669                 'Select thread' re-implemented 
7670                 see ChangeLog 2002-09-20
7671
7672 2002-09-21 [alfons]     0.8.2claws63
7673
7674         * src/compose.c
7675                 compose_send(): plug unnoticed memleak
7676
7677 2002-09-20 [alfons]     0.8.2claws62
7678
7679         * src/addr_compl.c
7680                 replace_address_in_edit(): strict check for NULL address to
7681                 fix "[ 607348 ] Segfault in address completion". My guess is
7682                 that this happens with an empty address book, but it's good
7683                 to have this check here anyway
7684                 
7685                 completion_window_button_press(): free string returned 
7686                 from the internal cache
7687
7688 2002-09-20 [christoph]  0.8.2claws61
7689
7690         * src/procmime.h
7691                 added ENC_BINARY to EncodingType
7692         * src/procmime.c
7693                 the string returned by procmime_get_encoding_str
7694                 should not depend on the order of values in the
7695                 EncodingType definition
7696         * doc-src/rfc1806.txt   ** NEW FILE **
7697                 Added rfc1806 about MIME Content-Disposition
7698                 Extension
7699
7700 2002-09-19 [paul]       0.8.2claws60
7701
7702         * sync with 0.8.2cvs3
7703                 see ChangeLog 2002-09-19
7704
7705 2002-09-19 [paul]       0.8.2claws59
7706
7707         * src/prefs_folder_item.c
7708                 revert to Darko's original alignment of colour
7709                 selector button
7710                 add a colon to folder_color label
7711                 
7712         * src/compose.c
7713                 add Colin's patch (with Hiro's modifications) to 
7714                 force BASE64 encoding for 8-bit text when signing
7715                 (sync with 0.8.3cvs2)
7716
7717 2002-09-18 [alfons]     0.8.2claws58
7718
7719         * src/compose.c
7720                 :%sno/if(/if (/gc
7721                 :%sno/for(/for (/gc
7722                 (beautify a little bit)
7723
7724 2002-09-18 [christoph]  0.8.2claws57
7725
7726         * src/pine.c
7727                 fix handling of fgetc return value
7728
7729 2002-09-17 [alfons]     0.8.2claws56
7730         
7731         * src/summaryview.c
7732                 summary_sort(): check non-NULL summaryview->folder_item when no 
7733                 folder is selected at all
7734                 (closes "[ 610344 ] sort label make syl Crash")
7735
7736 2002-09-17 [alfons]     0.8.2claws55
7737         
7738         * src/compose.c
7739                 beautify a little bit
7740
7741 2002-09-17 [christoph]  0.8.2claws54
7742
7743         * src/folder.c
7744                 initialize max values for cache and folder
7745                 when cache or folder is empty
7746
7747 2002-09-15 [colin]      0.8.2claws53
7748
7749         * src/compose.c
7750                 Fix a leak (thanks Alfons!) and cleaned
7751                 variables names for custom headers
7752
7753 2002-09-15 [colin]      0.8.2claws52
7754
7755         * src/compose.c
7756                 Fix custom headers recognition when
7757                 prefs_common.trans_hdr is on
7758
7759 2002-09-15 [colin]      0.8.2claws51
7760
7761         * src/compose.c
7762                 Allow dynamically-added custom headers
7763                 Yet not reparsed if reedited
7764
7765 2002-09-15 [alfons]     0.8.2claws50
7766
7767         * src/prefs_account.c
7768                 fix warnings
7769
7770 2002-09-15 [colin]      0.8.2claws49
7771         
7772         * src/prefs_account.c
7773                 fix pop_before_smtp sensitivity
7774
7775 2002-09-15 [colin]      0.8.2claws48
7776
7777         * src/inc.[ch]
7778                 add inc_pop_before_smtp()
7779                 allow MainWindow to be undefined in 
7780                 inc_account_mail() and inc_start()
7781         * src/pop.c
7782           src/prefs_account.h
7783                 add STYPE_POP_BEFORE_SMTP session type
7784         * src/prefs_account.c
7785                 activated pop before smtp option
7786         * src/send.c
7787                 do pop before smtp if the relevant option 
7788                 is set
7789
7790 2002-09-15 [paul]       0.8.2claws47
7791
7792         * sync with 0.8.3
7793                 see ChangeLog 2002-09-15
7794
7795 2002-09-14 [paul]       0.8.2claws46
7796
7797         * po/bg.po
7798                 updated Bulgarian translation, submitted by
7799                 George Danchev
7800
7801 2002-09-13 [paul]       0.8.2claws45
7802
7803         * src/compose.c
7804                 merge claws' select_account() with main's
7805                 (new) compose_select_account(). [sync with
7806                 0.8.2cvs15, see ChangeLog 2002-09-11]
7807
7808 2002-09-12 [christoph]  0.8.2claws44
7809
7810         * src/filter.c
7811                 allocate 1 elements of FolderItem not 0
7812
7813 2002-09-12 [colin]      0.8.2claws43
7814
7815         * src/compose.c
7816                 Fix bug #590825 (obey Follow-up: poster)
7817
7818 2002-09-12 [colin]      0.8.2claws42
7819
7820         * src/procmime.c
7821                 Fix bug #557009 (wrong headers for messages 
7822                 forwarded as attachments)
7823
7824 2002-09-11 [colin]      0.8.2claws41
7825         
7826         * src/compose.c
7827                 Put SCF: pseudo-header on top of message
7828                 Set draft tmp_flag when saved as draft
7829
7830         * src/procmsg.c
7831           src/procheader.c
7832                 Skip after first \n\n for beginning of real message
7833                 for drafts too
7834
7835 2002-09-11 [christoph]  0.8.2claws40
7836
7837         * src/filtering.c
7838                 use procmsg flag functions in filtering or processing
7839                 will cause incorrect folder message counts
7840
7841 2002-09-11 [colin]      0.8.2claws39
7842
7843         * src/compose.c
7844                 Fix bug #550175 - wrong save folder when reediting
7845                 drafts
7846
7847 2002-09-11 [paul]       0.8.2claws38
7848
7849         * sync with 0.8.2cvs14
7850                 see ChangeLog 2002-09-11
7851
7852 2002-09-11 [colin]      0.8.2claws37
7853
7854         * src/folder.c
7855                 Fix a typo (seeming to cause new/unread status to
7856                 be lost)
7857
7858 2002-09-10 [christoph]  0.8.2claws36
7859
7860         * src/compose.c
7861                 compose_redirect should not use compose_generic_new
7862                 because that does more stuff than expected including
7863                 opening the external editor
7864                 (closes bug "[ 526608 ] bounced messages appear blank
7865                  in editor")
7866
7867 2002-09-10 [christoph]  0.8.2claws35
7868
7869         * src/folder.c
7870                 fix problem with too large message number range
7871                 causing a crash in folder_item_scan
7872
7873 2002-09-10 [paul]       0.8.2claws34
7874
7875         * sync with 0.8.2cvs13
7876                 see ChangeLog 2002-09-10
7877
7878 2002-09-10 [christoph]  0.8.2claws33
7879
7880         * src/msgcache.c
7881                 set MsgInfo TmpFlags for queue and draft folders
7882                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7883
7884 2002-09-10 [paul]       0.8.2claws32
7885
7886         * AUTHORS
7887           po/bg.po      ** NEW FILE **
7888                 new Bulgarian translation submitted by
7889                 George Danchev <danchev@spnet.net>
7890                 
7891         * tools/Makefile.am
7892           tools/README
7893           tools/tb2sylpheed     ** NEW FILE **
7894                 add script that converts an addressbook exported
7895                 from The Bat! into a Sylpheed addressbook. Submitted
7896                 by Urke MMI <urke-kg@eunet.yu>
7897
7898 2002-09-10 [paul]       0.8.2claws31
7899
7900         * sync with 0.8.2cvs12
7901                 see ChangeLog 2002-09-10
7902
7903 2002-09-06 [paul]       0.8.2claws30
7904
7905         * src/prefs_common.c
7906                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7907                 
7908         * tools/Makefile.am
7909           tools/README
7910           tools/ldif-to-xml.py  ** REMOVED **
7911                 remove obsolete python script
7912
7913 2002-09-06 [paul]       0.8.2claws29
7914
7915         * sync with 0.8.2cvs10
7916                 see ChangeLog 2002-09-06
7917
7918 2002-09-04 [paul]       0.8.2claws28
7919
7920         * sync with 0.8.2cvs9
7921                 see ChangeLog 2002-08-04
7922
7923 2002-09-04 [colin]      0.8.2claws27 
7924
7925         * src/prefs_common.[ch]
7926                 Added signature color configuration
7927         * src/textview.c
7928                 Use user-specified signature color
7929
7930 2002-09-03 [colin]      0.8.2claws26
7931
7932         * src/prefs_common.[ch]
7933                 Added autosave and autosave_length prefs
7934         * src/compose.c
7935                 Added compose_remove_draft()
7936                 Auto-save drafts according to the prefs
7937         * src/main.c
7938                 Added a crash-indicator file, allowing to check
7939                 for new messages on startup if Sylpheed crashed
7940                 (makes saved drafts "reappear")
7941
7942 2002-09-03 [colin]      0.8.2claws25
7943
7944         * src/textview.[ch]
7945                 Grey the signature
7946
7947 2002-09-03 [paul]       0.8.2claws24
7948
7949         * sync with 0.8.2cvs8
7950                 see ChangeLog 2002-09-02 and 2002-09-03
7951
7952 2002-09-03 [darko]      0.8.2claws23
7953
7954         * src/folderview.c
7955                 use normal style when creating new folder to pick
7956                 proper font size 
7957
7958 2002-09-02 [melvin]     0.8.2claws22
7959
7960         * src/gtkaspell.m4
7961                 removed some obsolete code
7962
7963 2002-09-02 [melvin]     0.8.2claws21
7964
7965         * ac/aspell.m4
7966                 fixed test's equality sign (== to =)
7967
7968 2002-09-02 [alfons]     0.8.2claws20
7969
7970         * src/folder.c
7971         * src/mh.c
7972                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7973                 as folder->destroy virtual as suggested by Hiro
7974                 (the mh.c code seems to have been lost around mh.c.1.21)
7975
7976 2002-09-02 [paul]       0.8.2claws19
7977
7978         * po/pt_BR.po
7979                 updated by Fabio Jr. Beneditto
7980                 
7981         * src/defs.h
7982                 use 'http://claws.sylpheed.org' for homepage link. 
7983                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7984
7985 2002-09-01 [alfons]     0.8.2claws18
7986
7987         * src/mh.c
7988                 plug memleak related to one Martin Kluge found
7989
7990 2002-08-31 [paul]       0.8.2claws17
7991
7992         * sync with 0.8.2cvs6
7993                 see ChangeLog 2002-08-30
7994
7995 2002-08-31 [alfons]     0.8.2claws16
7996
7997         * src/folder.c
7998                 folder_destroy(): remove mailbox from folderlist even if it has
7999                 no destroy virtual
8000
8001 2002-08-31 [alfons]     0.8.2claws15
8002
8003         * src/folder.c
8004                 :%sno/if(/if (/gc
8005                 :%sno/for(/for (/gc
8006                 (being pedantic I know)
8007
8008 2002-08-31 [alfons]     0.8.2claws14
8009
8010         * src/folder.c
8011                 check for NULL pointers returned from folder->fetch_msginfo virtual
8012                 (should solve some reported crashes)
8013
8014 2002-08-30 [alfons]     0.8.2claws13
8015
8016         * acconfig.h
8017         * configure.in
8018         * src/crash.c
8019                 enable crash dialog on compilation time
8020                 (--enable-crash-dialog configure option)
8021
8022 2002-08-30 [alfons]     0.8.2claws12
8023
8024         * AUTHORS
8025                 add Martin Kluge
8026         * src/mh.c
8027                 apply memory leak plug patch by Martin Kluge
8028                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8029                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8030                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8031
8032 2002-08-30 [darko]      0.8.2claws11
8033
8034         * src/folderview.c
8035                 copy Gtk style from normal style to match
8036                 font size for coloured folders
8037
8038 2002-08-29 [alfons]     0.8.2claws10
8039
8040         * sylpheed.desktop
8041                 Type=Internet <- Type=Application
8042                 (reported by Michael Schwendt, see:
8043                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8044                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8045
8046 2002-08-29 [paul]       0.8.2claws9
8047
8048         * sync with 0.8.2cvs5
8049                 see ChangeLog 2002-08-29
8050
8051 2002-08-29 [colin]      0.8.2claws8
8052
8053         * src/summaryview.c
8054                 Added a sanity check in summary_select_thread
8055                 Should fix bug 601605
8056
8057 2002-08-29 [colin]      0.8.2claws7
8058
8059         * src/main.c
8060                 Revert claws6 changes regarding bug #591676
8061
8062 2002-08-28 [colin]      0.8.2claws6
8063         
8064         * src/main.c
8065                 Ignore cache for queue folderitems
8066                 Fix bug #591676
8067
8068 2002-08-28 [melvin]     0.8.2claws5
8069
8070         * README.claws
8071                 Fixed typos.
8072
8073 2002-08-28 [melvin]     0.8.2claws4
8074
8075         * README.claws
8076                 Updated a bit the text concerning the spell checker
8077
8078 2002-08-28 [melvin]     0.8.2claws3
8079
8080         Merged the GNU_aspell_branch:
8081                 Support of new GNU/aspell is now included and the old pspell
8082                 is not supported anymore.
8083                 See README.claws
8084
8085         * README.claws
8086                 Updated spell checker text to reflect the switch to GNU/aspell
8087
8088         * ac/aspell.m4          *** NEW ***
8089         * src/gtkaspell.[ch]    *** NEW *** 
8090         * ac/pspell.m4          *** DELETED *** 
8091         * src/gtkspell.[ch]     *** DELETED ***
8092
8093         * ac/Makefile.am
8094                 Updated for GNU/aspell support
8095
8096         * po/POTFILES.in
8097                 Replaced gtkspell.c by gtkaspell.c
8098
8099         * acconfig.h
8100         * src/Makefile.am
8101         * src/about.c
8102         * src/compose.[ch]
8103         * src/crash.c
8104         * src/main.c
8105         * src/prefs_common.[ch]
8106                 Updated for GNU/aspell support
8107
8108 2002-08-28 [paul]       0.8.2claws2
8109
8110         * sync with 0.8.2cvs4
8111                 see ChangeLog 2002-08-27 and 2002-08-28
8112
8113 2002-08-28 [colin]      0.8.2claws1
8114
8115         * src/summary_search.c
8116                 Added "AND search"
8117
8118 2002-08-28 [jens]       0.8.2claws
8119
8120         *po/de.po
8121                 Updated German translations
8122
8123 2002-08-27 [melvin]     0.8.2claws
8124
8125         * po/fr.po
8126                 Updated French translations
8127
8128 2002-08-27 [paul]       0.8.2claws
8129
8130         * sync with 0.8.2 main release
8131
8132         * po/en_GB.po
8133           po/es.po
8134           po/it.po
8135           po/pl.po
8136           po/pt_BR.po
8137           po/sr.po
8138                 updated message catalogs submitted by
8139                 Ricardo Mones Lastra, Alessandro Maestri,
8140                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8141                 Beneditto and Urke MMI  
8142
8143 2002-08-27 [hoa]        0.8.1claws123
8144
8145         * src/mainwindow.[ch]
8146         * src/summaryview.[ch]
8147                 removed the "filter setting" menu option.
8148                 add a "cancel a news message" menu option.
8149
8150 2002-08-26 [martin]     0.8.1claws122
8151
8152         * ChangeLog.claws
8153                 changed string under 0.8.1claws79 changed by myself
8154                 i'm sorry alfons :(
8155
8156 2002-08-26 [martin]     0.8.1claws121
8157
8158         * src/crash.c
8159                 added kill command to debuggerrc to start crash dialog
8160
8161 2002-08-26 [paul]       0.8.1claws120
8162
8163         * sync with 0.8.1cvs31
8164                 see ChangeLog 2002-08-26
8165
8166 2002-08-25 [alfons]     0.8.1claws119
8167
8168         * src/procmsg.c
8169                 fix bug that didn't send out correct headers to news server
8170                 when sending news article and email from queue (bug reported
8171                 and patch provided by Tim Mann; closes bug 
8172                 "[ 583196 ] 0.7.8claws can't post news")
8173
8174 2002-08-25 [alfons]     0.8.1claws118
8175
8176         * src/selective_download.c
8177                 mark two strings as translatable
8178                 (thanks to Urke MMI for pointing this out)
8179
8180 2002-08-25 [alfons]     0.8.1claws117
8181
8182         * src/summaryview.c
8183                 treat sent boxes as special and allow sorting them by addressee
8184                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8185                 submitted by Steve Lamb)
8186
8187 2002-08-24 [alfons]     0.8.1claws116
8188
8189         * src/matcher.c
8190                 fix memleak reported by Martin Kluge
8191                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8192
8193 2002-08-24 [oliver]     0.8.1claws115
8194
8195         * src/prefs_toolbar.c
8196                 o code cleanup as suggested by Alfons
8197                 o memleak fix
8198
8199 2002-08-24 [alfons]     0.8.1claws114
8200
8201         * src/summaryview.c
8202                 o fix another memory leak reported by Martin Kluge
8203                   (see "[ 599568 ] Small Memory Leak")
8204                 o remove 'from' variable from 'summary_set_header()'; we can
8205                   do with just 'to' 
8206
8207 2002-08-24 [paul]       0.8.1claws113
8208
8209         * sync with 0.8.1cvs30
8210                 see ChangeLog 2002-08-23
8211
8212 2002-08-24 [alfons]     0.8.1claws112
8213
8214         * src/summaryview.c
8215                 remove unnecessary allocations for search bar fixing leaks
8216                 reported by Martin Kluge
8217                 (see "[ 599451 ] Further memory leaks?")
8218
8219 2002-08-24 [alfons]     0.8.1claws111
8220
8221         * src/main.c
8222                 make get_socket_name() public for crash.c
8223         * src/crash.c
8224                 o make report bug button work (goes to claws' 
8225                   bug tracker at sf.net)
8226                 o introduce function for doing important stuff just
8227                   before claws goes down
8228                 o clean up code 
8229
8230 2002-08-24 [alfons]     0.8.1claws110
8231
8232         * src/compose.c
8233                 move cursor to "To" entry when forwarding as attachment
8234                 (reported and solved by Steve Lamb, closes bug report
8235                 "[ 592880 ] Forward as attachment; cursor not in to")
8236
8237 2002-08-24 [colin]      0.8.1claws109
8238
8239         * src/mainwindow.c
8240                 fix quick search visibility after GUI (de)separations.
8241
8242 2002-08-23 [colin]      0.8.1claws108
8243
8244         * src/mainwindow.c
8245                 fix header pane visibility after folderview or
8246                 messageview (de)separation
8247
8248 2002-08-23 [paul]       0.8.1claws107
8249
8250         * src/mainwindow.[ch]
8251           src/toolbar.c
8252                 give full control of display or non-display 
8253                 of the Execute icon to Custom toolbar settings.
8254                 add new sensitivity condition to maninwindow.h: 
8255                 M_DELAY_EXEC
8256
8257         * ChangeLog
8258           ChangeLog.jp
8259           NEWS
8260                 more sync with 0.8.1cvs29
8261
8262 2002-08-23 [melvin]     0.8.1claws106
8263
8264         * src/alertpanel.c
8265                 Readded support for custom widget in alertpanel lost in last
8266                 sync.
8267
8268 2002-08-23 [paul]       0.8.1claws105
8269
8270         * sync with 0.8.1cvs29
8271                 see ChangeLog 2002-08-23
8272
8273 2002-08-23 [colin]      0.8.1claws104
8274
8275         * src/summaryview.c
8276                 Fix folder and search pixmaps exchanging positions
8277                 after theme or toolbar changes. Thank to Oliver for 
8278                 reporting this.
8279
8280 2002-08-23 [colin]      0.8.1claws103
8281
8282         * src/mainwindow.c
8283           src/messageview.[ch]
8284           src/noticeview.[ch]
8285           src/summaryview.c
8286                 Changed messageview_create() and noticeview_create()
8287                 to avoid the last gdk_warning
8288
8289 2002-08-22 [colin]      0.8.1claws102
8290
8291         * src/summaryview.c
8292                 Fix my new `Creating pixmap from xpm' warning
8293
8294 2002-08-22 [colin]      0.8.1claws101
8295
8296         * src/mainwindow.c
8297                 Fix some of the gdk warnings
8298
8299 2002-08-22 [colin]      0.8.1claws100
8300
8301         * src/Makefile.am
8302         * src/stock_pixmap.c
8303         * src/stock_pixmap.h
8304         * src/pixmaps/quicksearch.xpm *ADDED*
8305                 Add the quicksearch pixmap
8306         * src/mainwindow.c
8307         * src/summaryview.c
8308         * src/summaryview.h
8309                 Make quicksearch bar visible/hidden via a button
8310
8311 2002-08-22 [christoph]  0.8.1claws99
8312
8313         * src/folder.c
8314                 fix folder update for newsgroups with message
8315                 numbers below minimum number of articles to fetch
8316                 (closes bug #598445)
8317
8318 2002-08-22 [paul]       0.8.1claws98
8319
8320         * sync with 0.8.1cvs28
8321                 see ChangeLog 2002-08-22
8322
8323 2002-08-21 [alfons]     0.8.1claws97
8324
8325         * src/crash.c
8326                 use bt instead of bt full which seems to work 
8327                 better, and bt full doesn't give a great deal 
8328                 of information anyway
8329
8330 2002-08-21 [colin]      0.8.1claws96
8331
8332         * src/summaryview.c
8333                 fix summaryview_searchtype_changed prototype
8334
8335 2002-08-21 [christoph]  0.8.1claws95
8336
8337         * src/mainwindow.c
8338                 o fix broken menu update for sorting type, we have to
8339                   get this info from the summaryview now
8340                 o removed setting of threaded state in menu callback
8341         * src/summaryview.[ch]
8342                 more summaryview/folderitem seperation for
8343                 threading option
8344         * configure.in
8345                 removed not required --with-compiler-flags option
8346
8347 2002-08-21 [oliver]     0.8.1claws94
8348         
8349         * src/toolbar.h 
8350                 o rename toolbar.xml to toolbar_main.xml
8351                   since toolbar_compose.xml might come up 
8352                   any time soon
8353         * README.claws
8354                 add custom toolbar              
8355
8356 2002-08-21 [darko]      0.8.1claws93
8357
8358         * src/procmsg.c
8359                 don't reset tmp flags for messages copied
8360                 to sent folder
8361
8362 2002-08-21 [colin]      0.8.1claws92
8363         
8364         * src/prefs_filtering.c
8365                 fix renaming rules on folder rename 
8366                 when folder is not a leaf folder
8367
8368 2002-08-21 [paul]       0.8.1claws91
8369
8370         * src/prefs_folder_item.c
8371                 fix alignment of colour selector
8372
8373 2002-08-21 [paul]       0.8.1claws90
8374
8375         * sync with 0.8.1cvs27
8376                 see ChangeLog 2002-08-21
8377
8378 2002-08-21 [paul]       0.8.1claws89
8379
8380         * src/summaryview.c
8381                 fix crash when changing field type in
8382                 Quick search bar
8383
8384 2002-08-21 [colin]      0.8.1claws88
8385
8386         * src/summaryview.c
8387                 Made quick search case-insensitive
8388
8389 2002-08-21 [paul]       0.8.1claws87
8390
8391         * sync with 0.8.1cvs26
8392                 see ChangeLog 2002-08-21
8393
8394 2002-08-20 [christoph]  0.8.1claws86
8395
8396         * src/folderview.c
8397         * src/main.c
8398         * src/summaryview.[ch]
8399                 more summaryview/folderitem seperation for
8400                 sort_key and sort_type
8401         * src/procmsg.c
8402                 added missing return statement
8403
8404 2002-08-20 [colin]      0.8.1claws85
8405
8406         * src/summaryview.[ch]
8407                 Added a quick search box
8408         * src/mainwindow.c
8409         * src/prefs_common.[ch]
8410                 Added a show/hide option for the quick search
8411
8412 2002-08-20 [oliver]     0.8.1claws84
8413         
8414         * src/mainwindow.c
8415                 remove toolbar_create_popups
8416         * src/toolbar.[ch]
8417                 o remove toolbar_create_popups
8418                 o fix toolbar_set_sensitive 
8419                   (Bug reports #596834 and #596832)     
8420         * src/prefs_toolbar.c
8421                 o add "Set default" button
8422                 o align label and text + combo widgets
8423
8424 2002-08-20 [hoa]        0.8.1claws83bis
8425
8426         * src/imap.c
8427                 fixed a bug in imap_fetch_msginfo() in case there is no
8428                 current folder.
8429
8430 2002-08-20 [darko]      0.8.1claws83
8431
8432         * src/folderview.c
8433                 copy the color style of folder view so it
8434                 works with GTK themes
8435
8436 2002-08-20 [darko]      0.8.1claws82
8437
8438         * src/folder.h
8439         * src/folderview.c
8440         * src/prefs_folder_item.[hc]
8441                 don't use UI stuff in folder.h
8442
8443 2002-08-20 [darko]      0.8.1claws81
8444
8445         * src/folder.h
8446         * src/prefs_folder_item.h
8447         * src/folderview.c
8448         * src/prefs_folder_item.c
8449                 ability to set folder color in folderview
8450
8451 2002-08-19 [alfons]     0.8.1claws80
8452
8453         * src/summaryview.c
8454                 fix one of the earlier memleaks reported by Martin Kluge
8455
8456 2002-08-19 [alfons]     0.8.1claws79
8457
8458         * src/mainwindow.c
8459                 hide notice view when selecting seperate folder
8460                 view (reported by Urke MMI)
8461
8462 2002-08-19 [christoph]  0.8.1claws78
8463
8464         * src/folderview.c
8465         * src/prefs_folder_item.h
8466         * src/summaryview.[ch]
8467                 o add summary_set_prefs_from_folderitem to set
8468                   summaryview prefs (first step to remove all
8469                   references to the folderitem in summaryview)
8470                 o moved compiled regex stuff from folderitem prefs
8471                   to summaryview code
8472
8473 2002-08-19 [paul]       0.8.1claws77
8474
8475         * src/compose.c
8476                 add check for '.' to QUOTE_IF_REQUIRED
8477
8478 2002-08-19 [paul]       0.8.1claws76
8479
8480         * src/inc.c
8481                 sync with 0.8.1cvs25 (plug memory leak)
8482
8483         * src/prefs_toolbar.c
8484                 re-order prefs_toolbar_cancel()
8485
8486 2002-08-18 [alfons]     0.8.1claws75
8487
8488         * src/inc.c
8489         * src/matcher.c
8490                 plug other memleaks reported by Martin Kluge
8491
8492 2002-08-18 [paul]       0.8.1claws74
8493
8494         * po/pt_BR.po
8495                 updated by Fabio Jr. Beneditto
8496
8497 2002-08-18 [paul]       0.8.1claws73
8498
8499         * src/toolbar.[ch]
8500                 fix bug where tooltips were displayed untranslated              
8501
8502         * src/prefs_toolbar.c
8503                 fix bug where clicking 'Cancel' creates an icon & text
8504                 toolbar regardless of prefs
8505         
8506
8507 2002-08-17 [oliver]     0.8.1claws72
8508
8509         * src/prefs_toolbar.c
8510                 update toolbar on CANCEL
8511                 bug reported by Martin Kluge
8512         * src/toolbar.c
8513                 toolbar_destroy memleak fixed           
8514
8515 2002-08-17 [alfons]     0.8.1claws71
8516
8517         * src/toolbar.c
8518                 plug another memleak reported by Martin Kluge
8519
8520 2002-08-16 [alfons]     0.8.1claws70
8521
8522         * src/crash.c
8523                 use execvp() correctly (suggested by wwp; thanks!)
8524
8525 2002-08-16 [alfons]     0.8.1claws69
8526
8527         * src/gtksctree.c
8528                 plug memory leak reported by Kim Schultz & Martin Kluge
8529
8530 2002-08-16 [paul]       0.8.1claws68
8531
8532         * po/es.po
8533                 updated by Ricardo Mones Lastra
8534
8535 2002-08-16 [paul]       0.8.1claws67
8536
8537         * src/toolbar.h
8538                 fix bug where 'Compose News' icon showed wrong
8539                 tooltip
8540
8541 2002-08-16 [paul]       0.8.1claws66
8542
8543         * sync with 0.8.1cvs24
8544                 see ChangeLog 2002-08-16
8545
8546         * po/it.po
8547                 updated by Alessandro Maestri
8548
8549 2002-08-15 [paul]       0.8.1claws65
8550
8551         * po/sr.po
8552                 updated by Urke MMI
8553
8554 2002-08-15 [paul]       0.8.1claws64
8555
8556         * src/*.c
8557                 don't translate debug info
8558
8559         * src/matcher.[ch]
8560                 add copyright info
8561
8562 2002-08-15 [paul]       0.8.1claws63
8563
8564         * src/prefs_toolbar.c
8565                 fix bug where clicking 'OK' creates an icon & text
8566                 toolbar regardless of prefs
8567
8568 2002-08-14 [alfons]     0.8.1claws62
8569
8570         * src/main.c
8571                 add global var that has the full argv[0]
8572         * src/crash.c
8573                 o execvp the correct sylpheed by using argv0
8574                   and setting the correct work dir
8575                 o other tweaks  
8576
8577 2002-08-14 [oliver]     0.8.1claws61
8578         
8579         * enable/disable Toolbar Action Buttons 
8580         * code cleanups
8581         * src/mainwindow.c
8582         * src/toolbar.[ch]      
8583         * src/prefs_toolbar.c   
8584
8585 2002-08-14 [melvin]     0.8.1claws60
8586
8587         * po/fr.po
8588                 Updated French translations
8589
8590 2002-08-14 [melvin]     0.8.1claws59
8591
8592         * src/crash.c
8593                 Made bug report not translatable
8594         * src/exporthtml.c
8595                 Fixed exporthtml_build_filespec() return value
8596         * src/foldersel.c
8597                 Fixed incorrect include file
8598         * src/gtkspell.c
8599         * src/prefs_actions.c
8600         * src/prefs_toolbar.c
8601                 Made debug info not translatable
8602         * src/mutt.c
8603         * src/quote_fmt.c
8604                 Added missing includes
8605         * src/prefs_common.c
8606                 Fixed typo
8607
8608 2002-08-14 [paul]       0.8.1claws58
8609
8610         * faq/es/sylpheed-faq.html
8611           faq/es/sylpheed-faq-[1-3].html
8612           faq/es/sylpheed-faq-4.html     **NEW FILE **
8613                 update Spanish FAQ
8614
8615 2002-08-13 [christoph]  0.8.1claws57
8616
8617         * src/procmsg.c
8618                 ignore thread fix that did not mark all
8619                 child nodes of a ignored thread as
8620                 ignored. Does not work perfectly yet,
8621                 but it is better now
8622
8623 2002-08-13 [alfons]     0.8.1claws56
8624
8625         * src/crash.c
8626                 o implement 'save crash log'
8627                 o some tweaks
8628
8629 2002-08-13 [melvin]     0.8.1claws55
8630
8631         * src/main.c
8632                 removed unrequired "execinfo.h" header
8633
8634 2002-08-12 [paul]       0.8.1claws54
8635
8636         * faq/en/sylpheed-faq.html
8637           faq/en/sylpheed-faq-[1-3].html
8638           faq/en/sylpheed-faq-4.html     **NEW FILE **
8639                 update English FAQ
8640
8641 2002-08-12 [alfons]     0.8.1claws53
8642
8643         * po/POTFILES.in
8644                 add crash.c to translatables
8645         * src/crash.c
8646                 bring in Leandro's crash dialog
8647
8648 2002-08-11 [alfons]     0.8.1claws52
8649
8650         * src/crash.c
8651                 clean up some warnings
8652
8653 2002-08-11 [alfons]     0.8.1claws51
8654
8655         * acconfig.h
8656         * configure.in
8657         * src/crash.[ch]        ** NEW FILES **
8658         * src/main.c            
8659                 initial gdb crash handler
8660
8661 2002-08-11 [paul]       0.8.1claws50
8662
8663         * src/prefs_toolbar.c
8664                 replace Up/Down arrow pixmaps with text to be
8665                 consistent across icon themes
8666
8667 2002-08-11 [paul]       0.8.1claws49
8668
8669         * src/prefs_common.c
8670           src/prefs_toolbar.c
8671                 rename 'Pixmap' -> 'Icon'
8672
8673         * src/toolbar.[ch]
8674                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8675
8676 2002-08-10 [paul]       0.8.1claws48
8677
8678         * src/prefs_toolbar.c
8679                 re-work the UI
8680
8681 2002-08-10 [paul]       0.8.1claws47
8682
8683         * src/main.c
8684                 don't write Processing progress to status bar
8685                 patch submitted by Alexander Evseev
8686
8687         * src/prefs_toolbar.c
8688                 re-position and resize window
8689                 make window assume correct size on first call
8690
8691 2002-08-10 [paul]       0.8.1claws46
8692
8693         * src/mainwindow.c
8694           src/prefs_toolbar.c
8695           src/toolbar.c
8696           src/toolbar.h
8697                 obey coding style
8698                 follow UI text conventions
8699
8700 2002-08-10 [alfons]     0.8.1claws45
8701
8702         * src/toolbar.c
8703                 correct pixmap for delete action
8704
8705 2002-08-10 [paul]       0.8.1claws44
8706
8707         * po/pt_BR.po
8708                 updated by Fabio Jr. Beneditto
8709
8710 2002-08-10 [paul]       0.8.1claws43
8711
8712         * po/POTFILES.in
8713                 add custom toolbar files
8714
8715 2002-08-10 [paul]       0.8.1claws42
8716
8717         * sync with 0.8.1cvs22
8718                 see ChangeLog 2002-08-09
8719
8720 2002-08-09 [paul]       0.8.1claws41
8721
8722         * tools/Makefile.am
8723           tools/README
8724           tools/outlook2sylpheed.pl     ** NEW FILE **
8725                 add script to convert exported Outlook
8726                 contacts list to a Sylpheed addressbook.
8727                 Submitted by Ricardo Mones Lastra.
8728
8729 2002-08-09 [paul]       0.8.1claws40
8730
8731         * AUTHORS
8732           configure.in
8733           po/sr.po      ** NEW FILE **
8734                 add Serbian message catalog. Submitted by
8735                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8736
8737 2002-08-09 [paul]       0.8.1claws39
8738
8739         * sync with 0.8.1cvs21
8740                 see ChangeLog 2002-08-08
8741
8742 2002-08-08 [oliver]     0.8.1claws38
8743
8744         * src/mainwindow.c
8745                 move Custom Toolbar to Configuration menu
8746
8747 2002-08-08 [oliver]     0.8.1claws37
8748
8749         * src/prefs_toolbar.c
8750                 fix substitute pixmap bug
8751
8752 2002-08-08 [paul]       0.8.1claws36
8753
8754         * sync with 0.8.1cvs19
8755                 see ChangeLog 2002-08-08
8756
8757 2002-08-07 [christoph]  0.8.1claws35
8758
8759         * src/utils.c
8760                 fixed a memory leak in new canonicalize_file_replace
8761
8762 2002-08-07 [christoph]  0.8.1claws34
8763
8764         * src/utils.[ch]
8765                 o canonicalize_file_replace should create the temporary
8766                   file in the same directory as the original file.
8767                 o added get_tmpfile_in_dir that creates a temorary file
8768                   in a specified directory.
8769
8770 2002-08-07 [melvin]     0.8.1claws33
8771
8772         * src/toolbar.c
8773                 fixed bug where 'Article' button acted as 'Email' button.
8774
8775 2002-08-07 [paul]       0.8.1claws32
8776
8777         * sync with 0.8.1.cvs17
8778                 see ChangeLog 2002-08-07
8779
8780 2002-08-07 [colin]      0.8.1claws31
8781         
8782         * src/news.c
8783                 fix mass-cancel problem
8784
8785 2002-08-07 [thorsten]   0.8.1claws30
8786
8787         * src/prefs_toolbar.c
8788                 fix: crash on replace or add new button
8789         * src/toolbar.c
8790                 fix: close xmlfile after reading
8791         * src/utils.c
8792                 fix: unlink() file before rename()
8793
8794 2002-08-06 [paul]       0.8.1claws29
8795
8796         * sync with 0.8.cvs15
8797                 see ChangeLog 2002-08-06
8798
8799 2002-08-06 [oliver]     0.8.1claws28
8800
8801         * src/toolbar.c
8802         * src/prefs_toolbar.c
8803                 fixed empty toolbar issue
8804
8805 2002-08-06 [oliver]     0.8.1claws27
8806
8807         * Custom Toolbar Final 
8808         * src/folderview.c
8809         * src/inc.c
8810         * src/summaryview.c
8811                 o toolbar stuff now lives in src/toolbar.[ch]
8812                 o main_window_toolbar_* functions are renamed to
8813                   toolbar_* reflecting their new source file
8814         * src/mainwindow.[ch]
8815                 o remove toolbar stuff  
8816
8817 2002-08-06 [oliver]     0.8.1claws26
8818         
8819         * src/Makefile.am
8820         * src/prefs_toolbar.[ch]        **New File**
8821         * src/toolbar.[ch]              **New File**
8822                 o prefs_toolbar.[ch] custom toolbar frontend
8823                 o toolbar.[ch]       backend 
8824
8825 2002-08-06 [oliver]     0.8.1claws25
8826
8827         * src/prefs_actions.[ch]
8828                 o new exported function actions_execute
8829
8830 2002-08-06 [paul]       0.8.1claws24
8831
8832         * sync with 0.8.1cvs4
8833                 see ChangeLog 2002-08-06
8834
8835 2002-08-06 [paul]       0.8.1claws23
8836
8837         * sync with 0.8.1cvs13
8838                 see ChangeLog 2002-08-06
8839
8840 2002-08-06 [paul]       0.8.1claws22
8841
8842         * sync with 0.8.1cvs12
8843                 see ChangeLog 2002-08-05 and 2002-08-06
8844
8845 2002-08-06 [match]      0.8.1claws21
8846
8847         * src/addrclip.c
8848                 improvements to cut/copy/paste address
8849
8850 2002-08-05 [match]      0.8.1claws20
8851
8852         * src/addritem.[ch]
8853         * src/addrcache.c
8854         * src/addrbook.c
8855         * src/editaddress.c
8856         * src/addressbook.c
8857                 fixes to improve cut/copy/paste
8858
8859 2002-08-06 [melvin]     0.8.1claws19
8860
8861         * src/account.[ch]
8862                 account_find_all_from_address(): new function that returns the
8863                 list of all accounts that are matched in an address.
8864         * src/alertpanel.[ch]
8865                 alertpanel() now accepts a custom widget
8866                 alertpanel_with_widget(): new function that pops up a panel with
8867                 a custom widget in it 
8868         * src/gtkutils.[ch]
8869                 gtkut_account_menu_new(): new function that allows the selection
8870                 of an account from a list of accounts.
8871         * src/messageview.c
8872                 Extended Return Receipt notification to select the correct 
8873                 account and to make a security test on the Delivery-Notification
8874                 address which should be the same as the Return-Path.
8875
8876 2002-08-06 [thorsten]   0.8.1claws18
8877
8878         * src/mimeview.c
8879                 attach_all: save unnamed as "noname.%d",
8880                 dont free static dirname
8881
8882 2002-08-05 [alfons]     0.8.1claws17
8883
8884         * configure.in
8885                 detect XIM by trying to link rather than compile a XIM program
8886
8887 2002-08-05 [oliver]     0.8.1claws16
8888                 
8889         * src/stock_pixmap.[ch]
8890                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8891                 o new func to retrieve pixmaps
8892
8893 2002-08-05 [paul]       0.8.1claws15
8894
8895         * sync with 0.8.1cvs10
8896                 see ChangeLog 2002-08-05
8897
8898 2002-08-04 [alfons]     0.8.1claws14
8899
8900         * src/textview.c
8901                 see if this plugs memleak
8902
8903 2002-08-04 [melvin]     0.8.1claws13
8904
8905         * src/gtkspell.c
8906                 fixed bug that could crash Sylpheed when highlighting
8907                 all misspelled words.
8908
8909 2002-08-03 [melvin]     0.8.1claws12
8910
8911         * src/prefs_actions.c
8912                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8913         * src/messageview.c
8914                 fixed bug where the Return Receipt was sent to
8915                 Delivery-Notification-To address even if it was not present
8916
8917 2002-08-02 [alfons]     0.8.1claws11
8918
8919         * src/prefs_actions.c
8920                 o more check for NULLs
8921                 o put create_io_dialog() in right conditional block
8922
8923 2002-08-02 [paul]       0.8.1claws10
8924
8925         * po/es.po
8926                 updated by Ricardo Mones Lastra
8927
8928 2002-08-01 [christoph]  0.8.1claws9
8929
8930         * src/folder.c
8931                 don't free the cache of the opened
8932                 folder in the summaryview
8933         * src/summaryview.c
8934                 don't unset flags, if it is not required
8935
8936 2002-08-01 [paul]       0.8.1claws8
8937
8938         * sync with 0.8.1cvs8
8939                 see ChangeLog entry 2002-08-01
8940
8941 2002-08-01 [paul]       0.8.1claws7
8942
8943         * sync with 0.8.1cvs7
8944                 see ChangeLog 2002-07-31 and 2002-08-01
8945
8946 2002-07-31 [christoph]  0.8.1claws6
8947
8948         * src/mainwindow.c
8949                 forgot to update menu sensitivity
8950                 function for new menu entry
8951
8952 2002-07-31 [alfons]     0.8.1claws5
8953
8954         * src/main.c
8955                 check folder item and its path for NULL on
8956                 initial processing
8957
8958 2002-07-31 [christoph]  0.8.1claws4
8959
8960         * src/folder.c
8961                 check if folder_item_get_msginfo in
8962                 folder_item_remove_msg returned NULL
8963         * src/imap.c
8964                 better clear the uid cache in the
8965                 uid validity check function and delete
8966                 cached messages
8967
8968 2002-07-31 [paul]       0.8.1claws3
8969
8970         * man/sylpheed.1
8971                 add the '--attach' option and a few other
8972                 minor changes
8973
8974 2002-07-31 [paul]       0.8.1claws2
8975
8976         * sync with 0.8.1cvs5
8977                 see ChangeLog 2002-07-31
8978
8979 2002-07-31 [christoph]  0.8.1claws1
8980
8981         * src/folderview.[ch]
8982         * src/mainwindow.c
8983                 replace "Rescan all folders..." with
8984                 "Check all folders for new messages..."
8985
8986 2002-07-30 [paul]       0.8.1claws
8987
8988         * version 0.8.1claws released
8989
8990 2002-07-30 [paul]       0.8.0claws29
8991
8992         * tools/OOo2sylpheed.pl ** NEW FILE **
8993           tools/README
8994                 add script to enable sending documents as
8995                 attachments from OpenOffice.org
8996
8997 2002-07-30 [melvin]     0.8.0claws28
8998
8999         * src/prefs_actions.c
9000                 Made the actions' input/output dialog display
9001                 without delay.
9002
9003 2002-07-30 [christoph]  0.8.0claws27
9004
9005         * src/procmsg.c
9006                 check if folder_item_get_msginfo in
9007                 procmsg_save_to_outbox returned NULL
9008
9009 2002-07-30 [paul]       0.8.0claws26
9010
9011         * sync with 0.8.1cvs4
9012                 see ChangeLog 2002-07-29
9013
9014 2002-07-29 [thorsten]   0.8.0claws25
9015
9016         * README.claws
9017                 added selective download, delete on server
9018
9019 2002-07-29 [paul]       0.8.0claws24
9020
9021         * sync with 0.8.1cvs3
9022                 see ChangeLog 2002-07-29
9023
9024 2002-07-27 [christoph]  0.8.0claws23
9025
9026         * src/folder.c
9027                 add extra check if fetching the msginfo
9028                 returned NULL
9029
9030 2002-07-27 [paul]       0.8.0claws22
9031
9032         * sync with 0.8.1cvs2
9033                 see ChangeLog 2002-07-26
9034
9035 2002-07-27 [christoph]  0.8.0claws21
9036
9037         * src/imap.c
9038                 add another check if a valid msginfo
9039                 was returned
9040
9041 2002-07-26 [hoa]        0.8.0claws20
9042
9043         * src/folder.c
9044                 Fixed a condition in folder_item_destroy()
9045
9046         * src/imap.c
9047                 Fixed an error in IMAP protocol
9048
9049 2002-07-26 [alfons]     0.8.0claws19
9050
9051         * src/folder.c
9052                 ofcourse compare with identifier, not the path
9053
9054 2002-07-26 [alfons]     0.8.0claws18
9055
9056         * src/folder.c
9057                 use folder item identifier for saving / restoring
9058                 preferences because folder->path might not be unique
9059
9060 2002-07-26 [melvin]     0.8.0claws17
9061
9062         * src/logwindow.c
9063                 Fixed a crash introduced in 0.8.0claws5 when log is 
9064                 cut under 80 characters.
9065
9066 2002-07-26 [paul]       0.8.0claws16
9067
9068         * sync with 0.8.1cvs1
9069                 see ChangeLog 2002-07-26
9070
9071 2002-07-26 [christoph]  0.8.0claws15
9072
9073         * src/imap.[ch]
9074                 imap folder now remembers the last selected
9075                 folder and imap_fetch_msginfo skips selecting
9076                 the folder if it is already selected
9077
9078 2002-07-26 [christoph]  0.8.0claws14
9079
9080         * src/folder.c
9081         * src/folderview.c
9082         * src/imap.c
9083                 fix imap folder rescanning
9084
9085 2002-07-25 [christoph]  0.8.0claws13
9086
9087         * src/filter.c
9088         * src/folder.[ch]
9089         * src/folderview.c
9090         * src/imap.[ch]
9091         * src/mainwindow.c
9092         * src/mbox_folder.c
9093         * src/mh.c
9094         * src/news.c
9095                 implement imap uid cache and uid validity check
9096
9097 2002-07-25 [alfons]     0.8.0claws12
9098
9099         * src/summaryview.c
9100                 fix a brown paper bag bug, and also add some more
9101                 checks
9102
9103 2002-07-25 [christoph]  0.8.0claws11
9104
9105         * src/folder.c
9106                 don't mix copy, fetch_msginfo and remove
9107                 operations in folder item copy and move
9108                 operations
9109
9110 2002-07-25 [christoph]  0.8.0claws10
9111
9112         * src/folderview.c
9113         * src/mainwindow.c
9114         * src/prefs_folder_item.c
9115         * src/summaryview.[ch]
9116                 remove no longer required parameter update_cache from
9117                 summary_show
9118
9119 2002-07-25 [paul]       0.8.0claws9
9120
9121         * sync with 0.8.1
9122         
9123         * AUTHORS
9124                 a few corrections
9125
9126 2002-07-24 [alfons]     0.8.0claws8
9127
9128         * src/summaryview.c
9129                 sort correctly when using simplified subject line
9130                 (closes feature request "[ 585141 ] applying regexp to subject 
9131                 before sort" submitted by Alexandra Walford)
9132
9133 2002-07-24 [paul]       0.8.0claws7
9134
9135         * sync with 0.8.0cvs3
9136                 see ChangeLog 2002-07-24
9137
9138 2002-07-23 [christoph]  0.8.0claws6
9139
9140         * src/folder.c
9141         * src/folder.h
9142         * src/summaryview.c
9143         * src/summaryview.h
9144         * src/main.c
9145                 o separate processing and summaryview
9146                 o removed summary_write_cache from summaryview
9147                 o removed summaryview->killed_messages, because we don't have
9148                   to keep a list of killed messages anymore. New cache will
9149                   keep the hidden messages in cache anyway
9150         * src/folderview.c
9151         * src/inc.c
9152         * src/selective_download.c
9153                 o removed unnecessary summary_write_cache calls
9154         * src/procmsg.c
9155                 o don't set ignore thread flag in procmsg_get_thread_tree
9156                   if it is already set
9157         * src/mainwindow.c
9158         * src/statusbar.h
9159                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9160                   they are used in different files
9161
9162 2002-07-23 [melvin]     0.8.0claws5
9163
9164         * src/addressbook.c
9165         * src/addrgather.c
9166         * src/editaddress.c
9167         * src/editgroup.c
9168         * src/editldap_basedn.c
9169         * src/importldif.c
9170         * src/prefs_common.c
9171                 Fixed few memory leak (gtk_editable_get_chars returns
9172                 an allocated string)
9173         * src/logwindow.c
9174                 Fixed few memory leak (gtk_editable_get_chars returns
9175                 an allocated string) and modified a little the log cutting
9176                 loop.
9177         * src/compose.c
9178                 Replaced a call to an obsolete function gtk_entry_get_text()
9179                 by gtk_editable_get_chars()
9180         * src/send.c
9181                 Removed a debug printf
9182
9183 2002-07-23 [christoph]  0.8.0claws4
9184
9185         * src/filesel.c
9186                 fix another g_dirname memory leak
9187
9188 2002-07-23 [christoph]  0.8.0claws3
9189
9190         * src/mh.c
9191                 fixed a memory leak in mh_fetch_msginfo
9192                 fixed crash when message header could not be
9193                 parsed
9194
9195 2002-07-23 [paul]       0.8.0claws2
9196
9197         * sync with 0.8.0cvs2
9198                 see ChangeLog 2002-07-23
9199
9200 2002-07-23 [paul]       0.8.0claws1
9201
9202         * sync with 0.8.0cvs1
9203                 see ChangeLog 2002-07-23
9204
9205 2002-07-23 [paul]       0.8.0claws
9206
9207         * release of 0.8.0claws
9208
9209 2002-07-23 [paul]       0.7.8claws99
9210
9211         * po/ru.po
9212                 new Russian translation, submitted by
9213                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9214
9215 2002-07-22 [jens]       0.7.8claws98
9216
9217         * po/de.po
9218                 Updated German translations.
9219
9220 2002-07-22 [paul]       0.7.8claws97
9221
9222         * po/es.po
9223           po/it.po
9224           po/nl.po
9225           po/pt_BR.po
9226                 updated translations by Ricardo Mones Lastra,
9227                 Alessandro Maestri, Wilbert Berendsen and 
9228                 Fabio Jr. Beneditto respectively
9229
9230 2002-07-22 [christoph]  0.7.8claws96
9231
9232         * src/mimeview.c
9233                 fix memory leak caused by wrong g_dirname usage
9234
9235 2002-07-22 [christoph]  0.7.8claws95
9236
9237         * src/summaryview.c
9238                 update new and unread message counts for summaryview
9239                 summaryview does not get it from the folder anymore
9240                 and has to update the values itself
9241
9242 2002-07-22 [melvin]     0.7.8claws94
9243
9244         * po/fr.po
9245                 Updated French translations.
9246
9247 2002-07-22 [christoph]  0.7.8claws93
9248
9249         * src/matcher.c
9250                 set prop->preg pointer to NULL or following check
9251                 will not fail and regexec will be called with
9252                 invalid pointer
9253
9254 2002-07-21 [alfons]     0.7.8claws92
9255         
9256         * src/prefs_common.[ch]
9257                 remove option "Send return receipt on request"
9258
9259 2002-07-21 [thorsten]   0.7.8claws91
9260
9261         * src/mimeview.c
9262                 fixed memleaks, coding style as pointed out by alfons
9263
9264 2002-07-21 [alfons]     0.7.8claws90
9265
9266         * src/messageview.c
9267         * src/noticeview.[ch]
9268                 o fix bug notice view being displayed when going to empty folder 
9269                   (noticed by Christoph)
9270                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9271                   (noticed by Thorsten)
9272
9273 2002-07-21 [thorsten]   0.7.8claws89
9274
9275         * src/mimeview.c
9276                 Included save_all patch from Xaview FACQ
9277                 added support for pathnames
9278
9279 2002-07-21 [alfons]     0.7.8claws88
9280
9281         * po/POTFILES.in
9282         * src/Makefile.am
9283         * src/mainwindow.c
9284         * src/messageview.[ch]
9285         * src/noticeview.c      ** NEW FILE **
9286         * src/noticeview.h      ** NEW FILE **
9287                 make return receipts work again
9288                 (UI idea by Leandro Pereira)
9289
9290 2002-07-21 [paul]       0.7.8claws87
9291
9292         * src/summaryview.c
9293                 fix sensitivity of 'Select thread'
9294
9295 2002-07-21 [paul]       0.7.8claws86
9296
9297         * src/prefs_common.c
9298                 add browser command line for Galeon
9299
9300 2002-07-21 [paul]       0.7.8claws85
9301
9302         * Makefile.am
9303                 fix 'EXTRA_DIST': remove README.README, add TODO
9304                 and TODO.claws
9305
9306 2002-07-21 [alfons]     0.7.8claws84
9307
9308         * src/gtkstext.c
9309                 make enter clear selection
9310                 (closes "[ 579888 ] Editor selection/entry error"
9311                 reported by Steve Lamb)
9312
9313 2002-07-21 [alfons]     0.7.8claws83
9314         
9315         * src/summaryview.c
9316                 sort message list when selecting unthread messages
9317                 (closes "[ 501593 ] switching threaded view doesn't sort"
9318                 reported by Simon Schubert)
9319
9320 2002-07-20 [alfons]     0.7.8claws82
9321         
9322         * src/matcher.c
9323                 const-correctness
9324
9325 2002-07-20 [thorsten]   0.7.8claws81
9326
9327         * src/matcher.c
9328                 Fixed expansion of empty fields in matchactions
9329
9330 2002-07-19 [melvin]     0.7.8claws80
9331
9332         * src/gtkspell.c
9333                 Removed a duplicate menu entry (fast mode) introduced during
9334                 the new cache merge
9335                 Added a menu separator between 'Use alternate' and 'Fast mode'
9336
9337 2002-07-19 [paul]       0.7.8claws79
9338
9339         * tools/Makefile.am
9340           tools/README
9341                 correct typos
9342
9343 2002-07-19 [thorsten]   0.7.8claws78
9344
9345         * tools/calypso_convert.pl      ** NEW FILE **
9346           tools/README
9347           tools/Makefile.am
9348                 script to import mbox files exported
9349                 by calypso
9350                 o generates folder structure
9351                 o includes attachments
9352
9353 2002-07-19 [melvin]     0.7.8claws77
9354
9355         * src/selective_download.[ch]
9356                 Fixed bug where closing the dialog with the window manager's
9357                 close button will not unlock the summary
9358                 Corrected some function declarations that missed a return value
9359                 Made the source code comply better with coding style.
9360         * src/prefs_common.c
9361                 Added new browser command line for Mozilla.
9362
9363 2002-07-18 [paul]       0.7.8claws76
9364
9365         * src/mainwindow.c
9366           src/selective_download.[ch]
9367                 reflect theme changes, fix Gdk Warning when creating 
9368                 pixmap from NULL window, and minor clean up.
9369                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9370
9371         * po/en_GB.po
9372                 updated
9373
9374 2002-07-17 [paul]       0.7.8claws75
9375
9376         * INSTALL[.jp]
9377                 sync with 0.8.0
9378         
9379         * po/en_GB.po
9380                 updated
9381
9382 2002-07-16 [paul]       0.7.8claws74
9383
9384         * tools/filter_conv.pl
9385           tools/README
9386                 replace conversion script with reimplemented version, 
9387                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9388
9389 2002-07-16 [colin]      0.7.8claws73
9390
9391         * src/summaryview.c
9392                 remove forgotten debug messages - sorry ;-)
9393
9394 2002-07-16 [colin]      0.7.8claws72
9395
9396         * src/mimeview.c
9397           src/summaryview.c
9398           src/textview.c
9399           src/textview.h
9400                 add the ability to select part of a text mime-part 
9401                 to reply.
9402
9403 2002-07-15 [christoph]  0.7.8claws71
9404
9405         * src/folder.c
9406                 fix folder message count for folders without
9407                 msg_is_changed (includes news folders)
9408
9409 2002-07-15 [martin]     0.7.8claws70
9410
9411         * src/summaryview.c
9412                 option "display recipient on 'From'..." now works
9413                 without the need of enabling the option
9414                 "display  sender  using  address  book".
9415
9416 2002-07-15 [christoph]  0.7.8claws69
9417
9418         * src/summaryview.c
9419                 removed setting folder status from summaryview.
9420                 folder.c should update all message counts correctly.
9421
9422 2002-07-15 [paul]       0.7.8claws68
9423
9424         * po/pt_BR.po
9425                 updated by Fabio Junior Beneditto
9426
9427 2002-07-15 [darko]      0.7.8claws67
9428
9429         * src/mh.c
9430                 Fixed target folder colorization, don't decrease op
9431                 number twice
9432
9433 2002-07-14 [paul]       0.7.8claws66
9434
9435         * sync with main 0.8.0
9436                 see ChangeLog 2002-07-14
9437
9438 2002-07-13 [melvin]     0.7.8claws65
9439         
9440         * src/addrbook.c
9441         * src/addressbook.c
9442         * src/addrindex.c
9443                 Replaced sprintf by g_snprintf to prevent possible buffer
9444                 overflow.
9445         * src/news.c
9446                 Corrected a log message output format.
9447                 Added a missing "done" debug output.
9448         * src/compose.c
9449                 Added keyboard accelerator for Priority menu items
9450                 Added missing \n in debug output
9451         * src/logwindow.c
9452         * src/gtkspell.c
9453         * src/rfc2015.c
9454                 Added missing \n in debug output
9455
9456 2002-07-13 [paul]       0.7.8claws64
9457
9458         * man/sylpheed.1
9459                 change Sergey's email address to the sf address
9460
9461         * src/textview.c
9462                 increase show_url_timeout (more useful for long
9463                 urls)
9464
9465 2002-07-12 [sergey]     0.7.8claws63
9466
9467         * src/rfc2015.c
9468                 applied (with some modifications) patch to set the
9469                 micalg parameter for signatures
9470                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9471
9472 2002-07-12 [sergey]     0.7.8claws62
9473
9474         * man/Makefile.am
9475         * configure.in
9476                 fixed man page installation
9477
9478 2002-07-12 [paul]       0.7.8claws61
9479
9480         * sync with 0.7.8cvs26
9481                 see ChangeLog 2002-07-11 and 2002-07-12
9482
9483 2002-07-11 [christoph]  0.7.8claws60
9484
9485         * src/compose.c
9486         * src/procmsg.c
9487                 first use the message number to find the message
9488                 to mark with a reply flag but check the
9489                 message-id if we got the correct message, if not
9490                 try to find it by message-id.
9491                 use new string seperator that is not allowed
9492                 in message-ids.
9493
9494 2002-07-11 [paul]       0.7.8claws59
9495
9496         * sync with 0.7.8cvs23
9497                 see ChangeLog 2002-07-10
9498
9499 2002-07-10 [christoph]  0.7.8claws58
9500
9501         * src/folder.[ch]
9502         * src/msgcache.[ch]
9503                 Added message-id table to the cache in memory
9504                 and functions to msgcache.c and folder.c to
9505                 fetch MsgInfos by message id
9506         * src/compose.c
9507         * src/procmsg.c
9508                 store folder and message-id of message replying
9509                 to in queue header and set reply flag after sending
9510                 (Closes bug #469498)
9511
9512 2002-07-10 [paul]       0.7.8claws57
9513
9514         * AUTHORS
9515           man/sylpheed.1.gz
9516                 add Martin to the list of authors
9517
9518 2002-07-09 [martin]     0.7.8claws56
9519         * src/gtksctree.c
9520                 Added gtk_ctree_last_visible(), tree_update_level(),
9521                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9522                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9523                 from gtk+ to gtksctree.c for the new sorting code
9524                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9525                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9526         * src/gtksctree.h
9527                 Added declaration for gtk_sctree_sort_recursive() and
9528                 gtk_sctree_sort_node
9529         * src/addressbook.c
9530         * src/foldersel.c
9531         * src/folderview.c
9532         * src/summaryview.c
9533                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9534                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9535
9536 2002-07-08 [paul]       0.7.8claws55
9537
9538         * more sync with 0.7.8cvs21
9539                 see ChangeLog 2002-07-08
9540
9541 2002-07-08 [paul]       0.7.8claws54
9542
9543         * sync with 0.7.8cvs21
9544                 see ChangeLog 2002-07-08
9545
9546 2002-07-07 [alfons]     0.7.8claws53
9547
9548         * src/Makefile.am
9549         * src/stock_pixmap.[ch]
9550         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9551         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9552         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9553                 add new pixmaps for upcoming notice pane
9554
9555 2002-07-06 [melvin]     0.7.8claws52
9556
9557         * src/gtkspell.[ch]
9558                 Made them a bit closer to Sylpheed's coding style.
9559                 Removed old code.
9560                 Removed possible memory leaks when some errors occurs.
9561
9562 2002-07-06 [melvin]     0.7.8claws51
9563
9564         * po/Makefile.in.in
9565                 Removed --no-location in xgettext command line to help
9566                 translators that use Emacs' po-mode
9567         * src/quote_fmt.c
9568                 Removed unnecessary comments that messed up sylpheed.pot
9569
9570 2002-07-06 [paul]       0.7.8claws50
9571
9572         * sync with 0.7.8cvs19
9573                 see ChangeLog 2002-07-05
9574
9575 2002-07-06 [christoph]  0.7.8claws49
9576
9577         * src/folder.c
9578         * src/mainwindow.c
9579                 fix folder_item_remove_all_msg and folderview
9580                 status for trash folders after emptying trash
9581
9582 2002-07-05 [paul]       0.7.8claws48
9583
9584         * sync with 0.7.8cvs16
9585                 see ChangeLog 2002-07-04 and 2002-07-05
9586
9587 2002-07-04 [paul]       0.7.8claws47
9588
9589         * sync with 0.7.8cvs14
9590                 see  ChangeLog 2002-07-04
9591
9592 2002-07-03 [alfons]     0.7.8claws46
9593
9594         * src/folder.c
9595                 dupe folder item's path because it's being reallocated
9596                 by new folder scanning code
9597
9598 2002-07-03 [christoph]  0.7.8claws45
9599
9600         * src/imap.c
9601                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9602         * src/msgcache.c
9603                 add missing return in msgcache_write
9604
9605 2002-07-02 [thorsten]   0.7.8claws44
9606
9607         * src/jpilot.c
9608         * src/msgcache.c
9609         * src/rfc2015.c
9610                 use binary mode for file access
9611
9612 2002-07-02 [christoph]  0.7.8claws43
9613
9614         * major code cleanup (part 1)
9615         
9616                 - unused variables removed
9617                 - unused functions removed
9618                 - uninitialized variables checked
9619                 - missing return statements added
9620                 - missing function return types added
9621                 - added parentheses around assignment and
9622                   && in || when suggested by gcc
9623               
9624         * src/mh.c
9625         * src/folder.c
9626                 replaced direct calls to folder->scan_tree
9627                 with folder_scan_tree and restore folder
9628                 prefs in this function. The folder should
9629                 not have to deal with them.
9630                 ( Should now work for all folder types )
9631
9632 2002-07-02 [paul]       0.7.8claws42
9633
9634         * sync with 0.7.8cvs13
9635                 see ChangeLog 2002-07-01 and 2002-07-02
9636
9637 2002-07-01 [christoph]  0.7.8claws41
9638
9639         * src/summaryview.c
9640                 fix "goto next/prev unread message" with
9641                 ignored threads
9642
9643 2002-07-01 [paul]       0.7.8claws40
9644
9645         * po/es.po
9646                 updated by Ricardo Mones Lastra
9647
9648 2002-06-30 [match]      0.7.8claws39
9649
9650         * src/jpilot.c
9651                 applied variation of leonerd's patch (566661) to
9652                 allow multiple email addresses per JPilot entry.
9653                 addresses may be separated by space, comma, pipe,
9654                 semi-colon, new-line.
9655
9656 2002-06-30 [alfons]     0.7.8claws38
9657
9658         * src/procmsg.c
9659                 simple fix for putting older nodes before
9660                 newer nodes when threading by subject
9661
9662 2002-06-30 [christoph]  0.7.8claws37
9663
9664         * src/folder.c
9665         * src/folderview.c
9666         * src/mh.c
9667         * src/news.c
9668         * src/procmsg.c
9669                 fix broken folder tree rescaning
9670                 and don't use procmsg_get_mark_sum
9671                 anymore
9672
9673 2002-06-30 [christoph]  0.7.8claws36
9674
9675         * merge new cache branch
9676         * src/imap.c
9677                 fix new cache imap copy bug
9678         * src/folder.c
9679                 improved folder_item_scan
9680                 it should now always set the correct
9681                 new, unread and total message counts
9682
9683 2002-06-29 [paul]       0.7.8claws35
9684
9685         * configure.in
9686                 correct syntax error
9687
9688 2002-06-29 [paul]       0.7.8claws34
9689
9690         * configure.in
9691           Makefile.am
9692           man/Makefile.am       ** NEW FILE **
9693           man/sylpheed.1.gz     ** NEW FILE **
9694                 add Sylpheed man page
9695
9696 2002-06-29 [paul]       0.7.8claws33
9697
9698         * po/pt_BR.po
9699                 updated by Fabio Junior Beneditto
9700
9701 2002-06-28 [jens]       0.7.8claws32
9702
9703         * po/de.po
9704                 translation updated
9705
9706         * src/selective_download.c
9707                 removed gettext for space " "
9708
9709         * src/imap.c
9710                 removed wrong space
9711
9712 2002-06-28 [paul]       0.7.8claws31
9713
9714         * sync with 0.7.8cvs11
9715                 see ChangeLog 2002-06-28
9716
9717 2002-06-28 [paul]       0.7.8claws30
9718
9719         * sync with 0.7.8cvs10
9720                 see ChangeLog 2002-06-27 and 2002-06-28
9721
9722 2002-06-26 [paul]       0.7.8claws29
9723
9724         * src/addrgather.c
9725           src/selective_download.c
9726                 don't gettextise empty strings.
9727                 reserved by gettext. gettext("") returns 
9728                 the header entry with meta information, 
9729                 not the empty string
9730
9731         * po/en_GB.po
9732                 updated
9733
9734 2002-06-26 [paul]       0.7.8claws28
9735
9736         * sync with 0.7.8cvs7
9737                 see ChangeLog 2002-06-25
9738
9739         * src/prefs_common.c
9740                 ...and in the process, tweak the gui a little
9741
9742 2002-06-25 [alfons]     0.7.8claws27
9743         
9744         * configure.in
9745         * src/Makefile.am
9746                 fine tune ldap library detection
9747
9748 2002-06-25 [alfons]     0.7.8claws26
9749
9750         * src/compose.c
9751                 don't allow return receipts when composing a news article
9752
9753 2002-06-25 [paul]       0.7.8claws25
9754
9755         * Makefile.am
9756                 add '$(AMTAR)' to 'release' section to allow for
9757                 new and older autotools
9758
9759 2002-06-25 [paul]       0.7.8claws24
9760
9761         * src/summaryview.c
9762                 fix "No more unread messages" persistant pop-up
9763                 window bug
9764
9765 2002-06-25 [paul]       0.7.8claws23
9766
9767         * po/it.po
9768                 updated by Alessandro Maestri
9769
9770 2002-06-25 [paul]       0.7.8claws22
9771
9772         * sync with 0.7.8cvs6
9773                 see ChangeLog 2002-06-25
9774
9775 2002-06-24 [paul]       0.7.8claws21
9776
9777         * tools/update-po
9778                 add GPL copyright information
9779
9780 2002-06-24 [paul]       0.7.8claws20
9781
9782         * tools/Makefile.am
9783           tools/README
9784           tools/update-po       ** NEW FILE **
9785                 add script that eases the creation of *.po files
9786                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9787
9788 2002-06-23 [alfons]     0.7.8claws19
9789
9790         * src/messageview.c
9791                 make notification_convert_header obey const correctness
9792                 (next step will be fixing the broken return receipt)
9793
9794 2002-06-23 [paul]       0.7.8claws18
9795
9796         * src/messageview.c
9797                 fix bug introduced in last commit:
9798                 removed too much code in last commit - put back what's
9799                 needed
9800
9801 2002-06-23 [paul]       0.7.8claws17
9802
9803         * src/messageview.[ch]
9804                 remove code committed in error from locally patched
9805                 source
9806
9807 2002-06-23 [colin]      0.7.8claws16
9808
9809         * src/compose.[ch]
9810                 add compose_entry_select(), used to select the default_to
9811                 email address - hopefully avoiding people sending mails to
9812                 wrong recipients.
9813
9814 2002-06-22 [alfons]     0.7.8claws15
9815
9816         * AUTHORS
9817                 add Bram Metsch & Stanislav Karchebny
9818         * src/smtp.[ch]
9819         * src/prefs_account.[ch]
9820         * src/send.c
9821                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9822                   options.  (see <http://sourceforge.net/tracker/index.php
9823                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9824
9825                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9826                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9827
9828 2002-06-22 [paul]       0.7.8claws14
9829
9830         * sync with 0.7.8cvs5
9831                 see ChangeLog 2002-06-19 and 2002-06-20
9832
9833 2002-06-22 [alfons]     0.7.8claws13
9834
9835         * src/selective_download.c
9836                 fix a stupid mistake I made
9837
9838 2002-06-22 [alfons]     0.7.8claws12
9839
9840         * src/selective_download.[ch]
9841                 fix another unnoticed leak; cleanup code
9842
9843 2002-06-21 [alfons]
9844
9845         * tools/Makefile.am
9846                 gpg-sign <-- gpg-sign-syl
9847
9848 2002-06-21 [alfons]     0.7.8claws11
9849
9850         * src/selective_download.c
9851         * src/selective_download.h
9852                 fix assorted mix of allocation errors (should solve
9853                 problem reported by Philippe Gramoullé, see:
9854                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9855
9856 2002-06-20 [melvin]     0.7.8claws10
9857
9858         * tools/gpg-sign *REMOVED*
9859           tools/gpg-sign-syl *ADDED*
9860                 Replaced the gpg clearsigning script with the version using
9861                 xterm instead of ssh-askpass and changed its name.
9862
9863         * README.claws
9864                 Updated actions example to reflect the renaming of the
9865                 gpg clearsigning script.
9866
9867 2002-06-19 [paul]       0.7.8claws9
9868
9869         * sync with 0.7.8claws9
9870                 see ChangeLog 2002-06-18 and 2002-06-19
9871
9872 2002-06-19 [paul]       0.7.8claws8
9873
9874         * sync with 0.7.8cvs1
9875                 see ChangeLog 2002-06-18
9876
9877 2002-06-18 [alfons]     0.7.8claws7
9878
9879         * src/mainwindow.h
9880                 add omitted prototype
9881
9882 2002-06-17 [paul]       0.7.8claws6
9883
9884         * src/mainwindow.c
9885                 fix hiding of exec_btn
9886
9887 2002-06-17 [paul]       0.7.8claws5
9888
9889         * src/pop.c
9890                 remove unneeded code: should_delete() 
9891                 and Pop3State::uidl_todelete_list
9892
9893 2002-06-17 [paul]       0.7.8claws4
9894
9895         * sync with 0.7.8
9896                 see ChangeLog 2002-06-11 and 2002-06-13
9897
9898 2002-06-16 [alfons]     0.7.8claws3
9899         
9900         * src/folder.c
9901                 make sure lock sort mode (claws specific) is
9902                 also persists after a tree rescan
9903
9904 2002-06-16 [alfons]     0.7.8claws2
9905
9906         * src/prefs_folder_item.c
9907         * src/folder.[ch]
9908                 fix persistence of folder sort mode (broken
9909                 by adapting Hiro's new folder persistence code)
9910
9911 2002-06-16 [alfons]     0.7.8claws1
9912
9913         * AUTHORS
9914         * src/logwindow.c
9915         * src/prefscommon.[ch]
9916                 control size of log text in log window; 
9917                 closes patch #569155 submitted by Mitko Haralanov.
9918
9919 2002-06-15 [paul]       0.7.8claws
9920
9921         * release of 0.7.8claws
9922
9923 2002-06-15 [paul]       0.7.7claws
9924
9925         * po/pt_BR.po
9926                 updated by Fabio Junior Beneditto
9927
9928 2002-06-14 [paul]       0.7.6claws49
9929
9930         * po/es.po
9931                 updated by Ricardo Mones Lastra
9932
9933 2002-06-14 [paul]       0.7.6claws48
9934
9935         * po/nl.po
9936                 updated translation by Wilbert Berendsen
9937
9938 2002-06-14 [melvin]     0.7.6claws47
9939
9940         * po/fr.po
9941                 Updated French translation
9942
9943 2002-06-13 [paul]       0.7.6claws46
9944
9945         * src/filesel.c
9946                 allow filename to be typed in, rather than just
9947                 selected by the mouse. Patch by Gustavo Noronha Silva.
9948
9949 2002-06-13 [alfons]     0.7.6claws45
9950
9951         * src/mainwindow.[ch]
9952                 more cleanups (removing unnecessary menu items Expand 
9953                 summary / message view)
9954
9955 2002-06-13 [melvin]     0.7.6claws44
9956
9957         * po/POTFILES.in
9958                 Added src/string_match.c
9959         * src/string_match.c
9960                 Fixed possible buffer overflow.
9961                 Corrected typo.
9962                 Added missing config.h header.
9963         * src/prefs_common.c
9964           src/prefs_matcher.c
9965           src/prefs_scoring.c
9966                 Made some strings translatable (missing _(..)).
9967
9968 2002-06-13 [melvin]     0.7.6claws43
9969
9970         * README.claws
9971                 Corrected action example (verifying clearsigned mail).
9972         * src/prefs_account.c
9973                 Corrected typo.
9974         * src/prefs_common.c
9975                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9976
9977 2002-06-12 [alfons]     0.7.6claws42
9978
9979         * src/summaryview.c
9980                 add init of score column lost in 0.7.6claws42
9981
9982 2002-06-12 [paul]       0.7.6claws41
9983
9984         * src/prefs_account.c
9985                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9986                 behavior of the radio buttons, (from 0.7.7cvs2)
9987
9988 2002-06-11 [alfons]     0.7.6claws40
9989
9990         * src/messageview.[ch]
9991         * src/summaryview.[ch]
9992         * src/summary_search.c
9993         * src/mainwindow.c
9994                 perform a sync to bring in Hiro's separate view implementation 
9995
9996                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9997
9998 2002-06-11 [paul]       0.7.6claws39
9999         
10000         * src/prefs_account.c
10001                 correct a typo on the Receive tab
10002
10003 2002-06-10 [match]      0.7.6claws38
10004
10005         * src/addressbook.c
10006                 Included address completion patch from Gustavo Noronha.
10007
10008 2002-06-10 [paul]       0.7.6claws37
10009
10010         * src/inc.[ch]
10011           src/pop.c
10012           src/prefs_account.[ch]
10013           src/selective_download.[ch]
10014                 apply PATCH #561712
10015                  NEW:
10016                 - check if POP Account
10017                 - Receive Button renamed to Preview
10018                 - Preview Button Popup: preview new/all messages
10019                 - Download Button
10020                 - Account Preferences-->Receive tab checkbutton if you
10021                   want to remove Mail after Download
10022                 -: default YES
10023                 - Account Preferences-->Receive tab checkbutton use
10024                   filtering rules on preview
10025                   (think of delete_on_server)
10026                 -: default YES
10027                 - Account selectable from SD dialog
10028                 - checkbutton to show already downloaded messages if
10029                   all messages are previewed
10030                 - new clist column showing Date
10031                 - ESC KEY close
10032                 FIXES:
10033                 - play ball with UIDL
10034                 - fault tolerant (?) 
10035                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10036
10037 2002-06-10 [melvin]     0.7.6claws36
10038
10039         * README.claws
10040                 Added a hint to ac/README in cvs instructions.
10041
10042         * src/prefs_actions.c
10043                 Made it possible to use a more elaborate command line
10044                 for asynchronous actions, too.
10045
10046 2002-06-10 [melvin]     0.7.6claws35
10047         
10048         * src/prefs_actions.c
10049                 Make it possible to use a more elaborate command line
10050                 (e.g. |foo|bar|cat>there;echo Done|)
10051                 Corrected error message when calling %f, %F and %p commands
10052                 from the compose window.
10053
10054 2002-06-09 [colin]      0.7.6claws34
10055
10056         * src/summaryview.c
10057                 Automatically find unread messages in current folder
10058                 before annoying the user.
10059
10060 2002-06-08 [alfons]     0.7.6claws33
10061
10062         * po/it.po
10063                 remove bad formatting string in it.po translation
10064                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10065
10066 2002-06-08 [paul]       0.7.6claws32
10067
10068         * sync with 0.7.6cvs25
10069                 see ChangeLog 2002-06-07
10070
10071 2002-06-05 [paul]       0.7.6claws31
10072
10073         * src/mainwindow.c
10074                 add 'Sort by locked' and 'Sort by score'
10075
10076 2002-06-05 [paul]       0.7.6claws30
10077
10078         * sync with 0.7.6cvs24
10079                 see ChangeLog 2002-06-04
10080
10081 2002-06-04 [paul]       0.7.6claws29
10082
10083         * po/pt_BR.po
10084                 updated by Fabio Junior Beneditto
10085
10086 2002-06-03 [thorsten]   0.7.6claws28
10087
10088         * src/matcher.c
10089                 fclose() matcherrc after reading
10090
10091 2002-06-03 [paul]       0.7.6claws27
10092
10093         * sync with 0.7.6cvs21
10094                 see ChangeLog 2002-05-31
10095
10096 2002-05-31 [paul]       0.7.6claws26
10097
10098         * sync with 0.7.6cvs20
10099                 see ChangeLog 2002-05-29 and 2002-05-30
10100
10101 2002-05-31 [paul]       0.7.6claws25
10102
10103         * src/imap.c
10104                 hopefully fix last buggy sync
10105
10106         * README.claws
10107                 correct typo in 'Actions' examples
10108
10109 2002-05-29 [paul]       0.7.6claws24
10110
10111         * sync with 0.7.6cvs18
10112                 see ChangeLog 2002-05-28 and 2002-05-29
10113
10114         * src/news.c
10115           src/nntp.[ch]
10116                 sync with above 
10117
10118 2002-05-28 [paul]       0.7.6claws23
10119
10120         * sync with 0.7.6cvs16
10121                 see ChangeLog 2002-05-28
10122
10123 2002-05-27 [thorsten]   0.7.6claws22 
10124
10125         * faq/it/sylpheed-faq-1.html
10126           faq/it/sylpheed-faq-2.html
10127           faq/it/sylpheed-faq-3.html
10128           faq/it/sylpheed-faq.html
10129                 corrected DOS lineendings
10130         * faq/de/sylpheed-faq-1.html
10131           faq/de/sylpheed-faq-2.html
10132           faq/en/sylpheed-faq-1.html
10133           faq/en/sylpheed-faq-2.html
10134           faq/en/sylpheed-faq-3.html
10135           faq/es/sylpheed-faq-1.html
10136           faq/es/sylpheed-faq-2.html
10137           faq/es/sylpheed-faq-3.html
10138           faq/fr/sylpheed-faq-1.html
10139           faq/it/sylpheed-faq-1.html
10140           faq/it/sylpheed-faq-2.html
10141           faq/it/sylpheed-faq-3.html
10142           faq/it/sylpheed-faq.html
10143                 changed ">" to &quot;
10144
10145 2002-05-27 [paul]       0.7.6claws21
10146         
10147         * sync with 0.7.6cvs15
10148                 see ChangeLog 2002-05-27
10149
10150 2002-05-27 [paul]       0.7.6claws20
10151
10152         * src/prefs_account.c
10153                 correct a typo
10154
10155 2002-05-26 [paul]       0.7.6claws19
10156
10157         * tools/README
10158                 correct a typo
10159
10160 2002-05-25 [paul]       0.7.6claws18
10161
10162         * tools/README
10163                 add description of kmail2sylpheed.pl
10164
10165 2002-05-25 [paul]       0.7.6claws17
10166
10167         * tools/kmail2sylpheed.pl       ** NEW FILE **
10168                 perl script that converts an exported Kmail address
10169                 book, converts it to sylpheed addressbook file,
10170                 writes the file to .sylpheed, and updates
10171                 addrbook--index.xml 
10172
10173 2002-05-25 [paul]       0.7.6claws16
10174
10175         * sync with 0.7.6cvs14
10176                 see ChangeLog 2002-05-23
10177
10178 2002-05-24 [paul]       0.7.6claws15
10179
10180         * README.claws
10181                 make a correction and add some more info
10182
10183 2002-05-24 [paul]       0.7.6claws14
10184
10185         * src/compose.c
10186                 fix memory leak in 
10187                 compose_redirect_write_headers_from_headerlist()
10188                 add Subject and Resent-Message-ID to
10189                 compose_redirect_write_headers()
10190                 Received, Subject, and X-UIDL are filtered out in 
10191                 compose_redirect_write_to_file()
10192
10193 2002-05-23 [paul]       0.7.6claws13
10194
10195         * src/compose.[ch]
10196           src/filtering.c
10197           src/mainwindow.c
10198           src/matcher.[ch]
10199           src/matcher_parser_lex.l
10200           src/matcher_parser_parse.y
10201           src/prefs_common.[ch]
10202           src/prefs_filtering.c
10203           src/summaryview.c
10204                 rename 'Bounce' to 'Redirect'
10205
10206 2002-05-23 [paul]       0.7.6claws12
10207
10208         * more sync with 0.7.6cvs13
10209           src/compose.c
10210                 see ChangeLog 2002-05-22
10211
10212 2002-05-22 [paul]       0.7.6claws11
10213
10214         * sync with 0.7.6cvs13
10215           src/codeconv.c
10216                 see ChangeLog 2002-05-20
10217           src/prefs_common.c
10218                 see ChangeLog 2002-05-22
10219
10220 2002-05-21 [melvin]     0.7.6claws10
10221
10222         * src/folderview.c
10223                 Added missing filtering and scoring headers
10224                 Fixed bad function call that showed garbage 
10225                 in Folder->Processing
10226
10227 2002-05-21 [paul]       0.7.6claws9
10228
10229         * tools/Makefile.am
10230                 make all tools executable, (patch by Alfons).
10231
10232 2002-05-20 [alfons]     0.7.6claws8
10233
10234         * src/procheader.c
10235                 don't forget to call mktime() so we have a valid week 
10236                 and year day
10237                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10238
10239 2002-05-20 [paul]       0.7.6claws7
10240
10241         * src/html.c
10242                 fix broken parsing of urls
10243         * src/textview.c
10244                 fix displaying of urls
10245
10246                 both fixes from the patch [547855] by Eugene 
10247                 Brevdo (zonem)
10248
10249 2002-05-19 [alfons]     0.7.6claws6
10250
10251         * configure.in
10252                 make sylpheed configure correctly with the latest
10253                 and greatest of automake / autoconf / gettext
10254
10255 2002-05-19 [alfons]     0.7.6claws5
10256
10257         * src/procheader.c
10258         * src/procheader.h
10259                 add function for returning ime zone offset
10260         * src/quote_fmt.c
10261         * src/quote_fmt_parse.y
10262                 better quotation formatting - does not convert
10263                 to local time, but uses the original date string.
10264                 
10265                 Note: %z inserts the timezone offset (should 
10266                 work also on platforms where strftime does not
10267                 support %z).
10268
10269 2002-05-18 [christoph]  0.7.6claws4
10270
10271         * src/summaryview.c
10272                 fix indentation of some code
10273         * tools/Makefile.am
10274                 fix spaces after \
10275         * src/Makefile.am
10276                 add missing \
10277                 correct path for ignorethread.xpm
10278                 incorrect filename for sylpheed_logo.xpm
10279                 add missing include matcher_parser_parse.h
10280
10281 2002-05-18 [paul]       0.7.6claws3
10282
10283         * sync with 0.7.6cvs8
10284                 see ChangeLog 2002-05-16 and 2002-05-17
10285
10286 2002-05-18 [melvin]     0.7.6claws2
10287
10288         * README.claws
10289                 Corrected an action's definition and fixed some misspellings.
10290
10291 2002-05-18 [paul]       0.7.6claws1
10292
10293         * tools/Makefile.am
10294           tools/gpg-sign        ** new file **
10295           tools/uudec           ** new file **
10296                 add Melvin's Actions scripts
10297
10298         * README.claws
10299                 add Melvin's descriptions for Actions
10300
10301 2002-05-18 [paul]       0.7.6claws
10302
10303         * Version 0.7.6claws released
10304
10305 2002-05-17 [paul]       0.7.5claws32
10306
10307         * po/es.po
10308                 updated by Ricardo Mones Lastra
10309
10310 2002-05-17 [paul]       0.7.5claws31
10311
10312         * src/compose.c
10313                 fix Account prefs default folder for sent/draft/deleted
10314                 messages bug
10315
10316         * po/it.po
10317           po/nl.po
10318                 updated translation by Alessandro Maestri and
10319                 Wilbert Berendsen
10320
10321 2002-05-17 [melvin]     0.7.5claws30
10322
10323         * src/prefs_actions.c
10324                 Fixed bug where using %F not at the end of the command 
10325                 resulted in an additional empty argument being created.
10326                 Thanks to Darko Koruga for reporting the bug.
10327
10328 2002-05-17 [melvin]     0.7.5claws29
10329
10330         * po/fr.po
10331                 Updated French translations.
10332
10333 2002-05-15 [paul]       0.7.5claws28
10334         
10335         * po/es.po
10336                 updated by Ricardo Mones Lastra
10337
10338 2002-05-15 [paul]       0.7.5claws27
10339
10340         * sync with 0.7.6cvs4
10341                 see ChangeLog 2002-05-14 and 2002-05-15
10342
10343 2002-05-14 [paul]       0.7.5claws26
10344
10345         * sync with 0.7.6cvs1
10346                 see ChangeLog 2002-05-13
10347
10348 2002-05-13 [thorsten]   0.7.5claws25
10349
10350         * src/messageview.c
10351                 fix select_all and copy in multipart messages
10352         * src/mainwindow.c
10353                 fix select_all and copy in multipart messages
10354
10355 2002-05-12 [paul]       0.7.5claws24
10356
10357         * src/summaryview.c
10358                 reverse last commit, bug already fixed in 0.7.5claws3
10359
10360 2002-05-12 [netztorte]  0.7.5claws23
10361
10362         * src/summaryview.c
10363                 dont parse empty addressbook (checked in before claws20)
10364
10365 2002-05-12 [melvin]     0.7.5claws22
10366
10367         * src/procmsg.[ch]
10368                 Removed unneeded priority code introduced by the previous 
10369                 commit.
10370
10371 2002-05-12 [melvin]     0.7.5claws21
10372
10373         * src/compose.[ch]
10374                 Added possibility to set message's priority.
10375         * src/procmsg.[ch]
10376                 Added possibility to set message's priority.
10377                 Added missing headers
10378
10379 2002-05-12 [melvin]     0.7.5claws20
10380
10381         * src/prefs_actions.c
10382                 Removed implicitely added quotes around the name
10383                 of the temporary files of mime parts.
10384
10385 2002-05-12 [paul]       0.7.5claws19
10386
10387         * sync with 0.7.5cvs20
10388                 see ChangeLog 2002-05-11
10389
10390 2002-05-12 [alfons]     0.7.5claws18
10391
10392         * src/quote_fmt_lex.l
10393         * src/quote_fmt_parse.y
10394                 allow quote / reply date & time format to be set using
10395                 %D{format}. format is a format string you'd pass to
10396                 strftime() (see man strftime, or the Display tab |
10397                 Date format setting).
10398
10399                 Currently %D converts the date to local time. 
10400
10401 2002-05-11 [paul]       0.7.5claws17
10402
10403         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10404                 see ChangeLog 2002-05-10 and 2002-05-11
10405
10406 2002-05-10 [paul]       0.7.5claws16
10407
10408         * sync with 0.7.5cvs16
10409                 see ChangeLog entries 2002-05-09 and 
10410                 2002-05-10
10411
10412 2002-05-10 [colin]      0.7.5claws15
10413
10414         * src/textview.c
10415                 Corrected a bug that prevented sylpheed to open
10416                 double-clicked URIs.
10417
10418 2002-05-09 [paul]       0.7.5claws14
10419
10420         * sync with 0.7.5cvs14
10421                 see ChangeLog 2002-05-08 and 2002-05-09
10422
10423 2002-05-08 [paul]       0.7.5claws13
10424
10425         * sync with 0.7.5cvs11
10426                 see ChangeLog entry 2002-05-08
10427
10428 2002-05-08 [paul]       0.7.5claws12
10429
10430         * src/mainwindow.c
10431           src/textview.[ch]
10432                 fix segfault on View->Open in new window
10433                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10434
10435 2002-05-07 [paul]       0.7.5claws11
10436
10437         * sync with 0.7.5cvs9
10438                 see ChangeLog entry 2002-05-07
10439
10440 2002-05-06 [paul]       0.7.5claws10
10441
10442         * src/messageview.c
10443           src/textview.c
10444                 display url in statusbar on single-click
10445                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10446
10447 2002-05-06 [match]      0.7.5claws9
10448
10449         * src/addritem.[ch]
10450                 new functions.
10451         * src/addrcache.c
10452                 tidy up.
10453         * src/xmlprops.[ch]
10454                 XML implementation of properties file.
10455         * src/exporthtml.[ch]
10456         * src/expthtmldlg.[ch]
10457         * src/addressbook.c
10458                 export to HTML.
10459
10460 2002-05-02 [sergey]     0.7.5claws8
10461
10462         * src/mainwindow.c (mainwin_entries),
10463           src/prefs_common.c (prefs_send_create()),
10464           src/codeconv.c (locale_table):
10465                 use charset name "Windows-1251" instead of "CP1251".
10466
10467 2002-05-02 [colin]      0.7.5claws7
10468         
10469         * src/compose.c
10470           src/prefs_common.c
10471           src/prefs_folder_item.c
10472                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10473
10474 2002-05-02 [hiro]       0.7.5claws6
10475
10476         * src/imap.c
10477                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10478
10479 2002-05-02 [paul]       0.7.5claws5
10480
10481         * src/compose.c
10482                 more sync with 0.7.5cvs7, see ChangeLog entry
10483                 2002-05-02
10484
10485 2002-05-02 [hiro]       0.7.5claws4
10486
10487         * src/compose.c
10488                 compose_queue_sub():
10489                 check if queue folder exists (closes #550397).
10490                 removed directory creation since it should be handled
10491                 transparently.
10492         * src/imap.c
10493                 imap_add_msg(): return UID for appended message
10494                 (closes #548842).
10495
10496 2002-04-30 [paul]       0.7.5claws3
10497
10498         * src/summaryview.c
10499                 fix account_find_from_address() bug
10500
10501 2002-04-28 [colin]      0.7.5claws2
10502
10503         * src/compose.c
10504           src/textview.c
10505           src/prefs_common.[ch]
10506           src/utils.[ch]
10507                 Added user-definable quotation characters recognition.
10508
10509 2002-04-28 [paul]       0.7.5claws1
10510
10511         * sync with 0.7.5cvs4
10512                 see ChangeLog entry  2002-04-25
10513
10514 2002-04-28 [paul]       0.7.5claws
10515
10516         * po/es.po
10517           po/nl.po
10518           po/pt_BR.po
10519                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10520                 Fabio Junior Beneditto
10521
10522 2002-04-27 [jens]       0.7.4claws103
10523
10524         * po/de.po
10525                 updated German translation.
10526
10527 2002-04-27 [hiro]       0.7.4claws102
10528
10529         * src/summaryview.c
10530                 summary_write_cache(): fixed the mark loss of hidden messages.
10531
10532 2002-04-26 [melvin]     0.7.4claws101
10533
10534         * src/procmsg.c
10535                 fixed a second typo (same one)
10536         * po/fr.po
10537           po/it.po
10538           po/pt_BR.po
10539                 fixed the type again...
10540
10541 2002-04-26 [melvin]     0.7.4claws100
10542
10543         * src/procmsg.c
10544                 fixed a typo in an alert message ("temorary").
10545         * po/it.po
10546         * po/pt_BR.po
10547                 corrected the typo  described above.
10548         * po/fr.po
10549                 updated French translation.
10550
10551 2002-04-26 [darko]      0.7.4claws99
10552
10553         * src/summaryview.c
10554                 fix target folder colorization
10555
10556 2002-04-25 [paul]       0.7.4claws98
10557
10558         * po/it.po
10559                 updated by Alessandro Maestri
10560
10561 2002-04-24 [colin]      0.7.4claws97
10562         
10563         * src/compose.c
10564                 Fixed double "subject is empty" question.
10565
10566 2002-04-23 [colin]      0.7.4claws96
10567         
10568         * src/mimeview.c
10569                 Corrected issue when "automatically display images" was
10570                 not set : first image remained after selecting second.
10571
10572 2002-04-23 [melvin]     0.7.4claws95
10573
10574         * src/prefs_actions.c
10575                 Don't display in/out dialog if there is nothing to show.
10576
10577 2002-04-23 [paul]       0.7.4claws94
10578
10579         * sync with 0.7.5cvs3
10580                 bug fixes: see ChangeLog entry 2002-04-23
10581
10582 2002-04-22 [darko]      0.7.4claws93
10583
10584         * src/compose.c
10585                 fix previous check-in which changed code after
10586                 merge from main
10587
10588 2002-04-22 [paul]       0.7.4claws92
10589
10590         * faq/de/*
10591                 add German FAQ
10592         * faq/en/*
10593           faq/es/*
10594           faq/fr/*
10595                 update English, Spanish and French FAQs
10596         * manual/de/*
10597           manual/es/*
10598                 add German and Spanish manuals
10599         * manual/en/*
10600           manual/fr/*
10601                 update English and French manuals
10602
10603         * src/Makefile.am
10604                 add to and re-arrange the pixmap entries
10605
10606 2002-04-22 [darko]      0.7.4claws91
10607
10608         * src/compose.c
10609                 fix sender initials recognition to only allow
10610                 '>' after the initials
10611
10612 2002-04-21 [paul]       0.7.4claws90
10613
10614         * sync with 0.7.5 release
10615                 see ChangeLog entry 2002-04-21
10616
10617 2002-04-21 [alfons]
10618
10619         * src/Makefile.am
10620                 add colin's new pixmaps to EXTRA_DIST
10621
10622 2002-04-21 [colin]      0.7.4claws89
10623         * src/compose.c
10624         * src/inc.c
10625         * src/mainwindow.[ch]
10626         * src/prefs_common.[ch]
10627         * src/stock_pixmap.[ch]
10628                 Added "Work offline" ability.
10629
10630 2002-04-21 [colin]      0.7.4claws88
10631         
10632         * src/mimeview.c
10633         * src/prefs_common.c
10634         * src/prefs_common.h
10635         * src/textview.c : Added an option to common preferences -> display
10636           to allow user not to automatically display images.
10637
10638 2002-04-21 [paul]       0.7.4claws87
10639
10640         * sync with 0.7.4cvs52
10641                 see ChangeLog entry 2002-04-21 (src/imap.c)
10642
10643 2002-04-21 [paul]       0.7.4claws86
10644
10645         * sync with 0.7.4cvs51
10646                 see ChangeLog entry 2002-04-21
10647
10648 2002-04-21 [paul]       0.7.4claws85
10649
10650         * sync with 0.7.4cvs49
10651                 see ChangeLog entries 2002-04-20 and 2002-04-21
10652
10653         * src/Makefile.am
10654                 clean up: remove old 'stock_' element from xpm 
10655                 filenames.
10656
10657 2002-04-21 [alfons]     0.7.4claws84
10658
10659         apply sync patch from Paul
10660
10661         * src/folderview.c
10662                 use old claws prefs_folder_item_create() for now
10663
10664 2002-04-19 [match]      0.7.4claws83
10665
10666         * src/addressbook.[ch]
10667         * src/addrharvest.[ch]
10668         * src/addrgather.[ch]
10669                 recurse folders.
10670         * src/mainwindow.c
10671         * src/summaryview.[ch]
10672                 change menu option.
10673
10674 2002-04-19 [paul]       0.7.4claws82
10675
10676         * po/pt_BR.po
10677                 updated by Fabio Junior Beneditto
10678
10679 2002-04-14 [alfons]     0.7.4claws81
10680
10681         * src/passphrase.c
10682                 add #include <sys/types.h> for mode_t and off_t 
10683
10684 2002-04-13 [paul]       0.7.4claws80
10685         
10686         * src/main.c
10687           src/passphrase.[ch]
10688           src/pgptext.c
10689           src/prefs_common.[ch]
10690           src/rfc2015.c
10691                 enable storing of GnuPG passphrase for the whole 
10692                 session or a user-defined number of minutes. patch 
10693                 submitted by Ravemax <ravemax@dextrose.com>
10694
10695 2002-04-13 [alfons]     0.7.4claws79
10696
10697         * src/textview.c
10698                 make email parser also stop scanning when encountering separators
10699                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10700
10701 2002-04-13 [paul]       0.7.4claws78
10702
10703         * sync with 0.7.4cvs39
10704                 see ChangeLog entry 2002-04-12
10705
10706 2002-04-11 [paul]       0.7.4claws77
10707
10708         * sync with 0.7.4cvs37
10709                 see ChangeLog entry 2002-04-11
10710
10711 2002-04-11 [paul]       0.7.4claws76
10712
10713         * COPYING 
10714                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10715                 the clause for OpenSSL). sync with sylpheed main
10716
10717 2002-04-09 [melvin]     0.7.4claws75
10718
10719         * src/compose.c
10720                 Made 'Ctrl-Enter' on send ignore some modifiers 
10721                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10722                 to bind other *-Enter (but not Alt-Enter).
10723
10724 2002-04-09 [paul]       0.7.4claws74
10725
10726         * sync with 0.7.4cvs35
10727                 see ChangeLog entries 2002-04-09
10728
10729 2002-04-08 [paul]       0.7.4claws73
10730
10731         * sync with 0.7.4cvs33
10732                 see ChangeLog entry 200-04-08
10733
10734 2002-04-07 [match]      0.7.4claws72
10735
10736         * src/addrharvest.[ch]
10737                 fixed to read all addresses in header, regardless
10738                 of header size. improved name parsing. accommodate
10739                 harvest from folders and selected message.
10740         * src/addritem.[ch]
10741                 included new address parsing function.
10742         * src/addrgather.[ch]
10743         * src/addressbook.[ch]
10744         * src/summaryview.[ch]
10745         * src/mainwindow.c
10746                 allow address harvest of folder as well as selected
10747                 messages.
10748
10749 2002-04-07 [paul]       0.7.4claws71
10750
10751         * src/esmtp.[ch]
10752           src/smtp.c
10753                 don't try to authenticate with CRAM-MD5 in SMTP when 
10754                 SMTP-AUTH enabled if MTA doesn't issue this 
10755                 auth-method in it's ehlo-response. bug item #531364,
10756                 patch item #938910. patch submitted by Colin Leroy 
10757                 <colin@colino.net>
10758
10759 2002-04-07 [paul]       0.7.4claws70
10760
10761         * src/nntp.c
10762                 fix missing MODE_READER bug. patch submitted by
10763                 Colin Leroy <colin@colino.net>
10764
10765 2002-04-07 [alfons]     0.7.4claws69
10766
10767         * src/matcher.[ch]
10768         * src/prefs_filtering.c
10769         * src/summaryview.c
10770                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10771                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10772
10773 2002-04-07 [paul]       0.7.4claws68
10774
10775         * sync with 0.7.4cvs32
10776                 see ChangeLog entry 2002-04-06
10777
10778         * tools/filter_conv.pl
10779                 more bug fixes
10780
10781 2002-04-06 [paul]       0.7.4claws67
10782
10783         * tools/filter_conv.pl
10784                 modify to be able to find the name of the first
10785                 mailbox and use that. main's filter does not
10786                 record the full path to the mailbox and therefore
10787                 can only filter to the first mailbox.
10788
10789 2002-04-05 [paul]       0.7.4claws66
10790
10791         * tools/filter_conv.pl
10792                 attempt to make the script all-encompassing and
10793                 be able to convert any main 'filter' rule thrown
10794                 at it
10795
10796 2002-04-05 [paul]       0.7.4claws65
10797
10798         * tools/filter_conv.pl
10799                 allow for collapsed folder trees
10800
10801 2002-04-05 [paul]       0.7.4claws64
10802
10803         * sync with 0.7.4cvs31
10804                 see ChangeLog entries 2002-04-05
10805
10806 2002-04-03 [paul]       0.7.4claws63
10807
10808         * sync with 0.7.4cvs29
10809                 see ChangeLog entries 2002-04-02 and 2002-04-03
10810
10811 2002-04-02 [paul]       0.7.4claws62
10812
10813         * sync with 0.7.4cvs26
10814                 see ChangeLog entry 2002-04-01
10815
10816 2002-04-02 [match]      0.7.4claws61
10817
10818         * src/pine.[ch]
10819         * src/importpine.[ch]
10820         * src/addressbook.c
10821                 import Pine address book.
10822
10823 2002-04-02 [match]      0.7.4claws60
10824
10825         * src/addrharvest.[ch]
10826                 improve address parsing of funky addresses.
10827
10828 2002-04-02 [darko]      0.7.4claws59
10829
10830         * src/compose.c
10831                 wrap on send improvements, it now recognizes quoted
10832                 initials as part of the quotation string, and it
10833                 does not join lines separated by CR
10834
10835 2002-04-01 [match]      0.7.4claws58
10836
10837         * src/mgutils.[ch]
10838                 added new functions.
10839         * src/mutt.[ch]
10840                 remove excessive duplicate address generation
10841                 on import.
10842
10843 2002-04-01 [alfons]     0.7.4claws57
10844         
10845         * src/summaryview.c
10846                 put back g_free() 
10847
10848 2002-04-01 [paul]       0.7.4claws56
10849
10850         * sync with 0.7.4cvs25
10851                 see ChangeLog entry 2002-04-01
10852
10853 2002-04-01 [alfons]     0.7.4aprilfool55
10854
10855         * src/summaryview.c
10856                 honour feature request item #537427 to allow for
10857                 displaying names from address book for sent mail also
10858
10859 2002-03-29 [paul]       0.7.4claws54
10860
10861         * src/mainwindow.c
10862           src/prefs_filtering.[ch]
10863           src/prefs_matcher.c
10864           src/summaryview.c
10865                 add 'fast filter' for claws' filtering,
10866                 /Tools/Create filter rule/... patch submitted
10867                 by Neill Miller <neillm@thecodefactory.org>
10868
10869 2002-03-29 [paul]       0.7.4claws53
10870
10871         * sync with 0.7.4cvs24
10872                 see ChangeLog entry 2002-03-29
10873
10874 2002-03-28 [paul]       0.7.4claws52
10875
10876         * sync with 0.7.4cvs23
10877                 see ChangeLog entry 2002-03-28
10878
10879 2002-03-27 [melvin]     0.7.4claws51
10880
10881         * src/prefs_actions.c
10882                 Added support to pass only one message part (as a
10883                 file) to the command using '%p'. No quotes are needed
10884                 because doubles quotes are automatically added.
10885                 Fixed bug where Sylpheed could block when waiting for
10886                 a child process to finish.
10887                 Changed the help menu to remove quotes around symbols to 
10888                 avoid misinterpretation (they must not be used).
10889
10890 2002-03-27 [melvin]     0.7.4claws50
10891
10892         * src/inc.c
10893                 Made the new mail notification command always 
10894                 execute asynchronously.
10895
10896 2002-03-27 [paul]       0.7.4claws49
10897
10898         * src/compose.c
10899                 fix bug introduced in last commit
10900
10901 2002-03-27 [paul]       0.7.4claws48
10902
10903         * sync with 0.7.4cvs21
10904                 see ChangeLog 2002-03-26 and 2002-03-27
10905
10906 2002-03-26 [hoa]        0.7.4claws47
10907
10908         * src/prefs_folder_item.c
10909                 really fixed the bug #516442 with folder rescan.
10910
10911 2002-03-26 [paul]       0.7.4claws46
10912
10913         * sync with 0.7.4cvs19
10914                 see ChangeLog entries 2002-03-25 and 2002-03-26
10915
10916 2002-03-25 [hoa]        0.7.4claws45
10917
10918         * src/matcher.c
10919         * src/mh.c
10920                 fix the bug #516442 with folder rescan.
10921
10922         * src/prefs_common.[ch]
10923         * src/compose.c
10924                 added an option to enable two different behaviours
10925                 for bounce.
10926
10927
10928 2002-03-25 [paul]       0.7.4claws44
10929
10930         * src/mainwindow.c
10931           src/selective_download.c
10932                 correct a few menuitem labels
10933
10934 2002-03-25 [christoph]  0.7.4claws43
10935
10936         * src/procmsg.c
10937                 fix non deleted tmp message in
10938                 procmsg_save_to_outbox
10939                 fix problems caused by sync with
10940                 main branch's procmsg_send_queue
10941
10942 2002-03-25 [paul]       0.7.4claws42
10943
10944         * src/quote_fmt.c
10945           src/quote_fmt_lex.l
10946           src/quote_fmt_parse.y
10947                 add Last name (%L) placeholder for quoting. 
10948                 patch submitted by Thorsten Thielen 
10949                 <thth@users.sourceforge.net>
10950
10951 2002-03-25 [paul]       0.7.4claws41
10952
10953         * src/utils.c
10954                 get full hostname. patch submitted by
10955                 Bob Woodside <rwoodside1@comcast.net>
10956
10957 2002-03-25 [paul]       0.7.4claws40
10958
10959         * src/account.c
10960           src/news.c
10961           src/nntp.[ch]
10962           src/prefs_account.[ch]
10963                 enable NNTP over SSL. patch submitted by
10964                 Pascal Jermini <pascal@infinity.hn.org>
10965
10966 2002-03-24 [paul]       0.7.4claws39
10967
10968         * src/prefs_common.c
10969                 make the arrangement of the Compose tab more
10970                 coherent
10971
10972         * src/mainwindow.c
10973                 fix some irregularities of style
10974
10975         * po/de.po
10976                 updated by Kilian Krause
10977
10978 2002-03-23 [paul]       0.7.4claws38
10979
10980         * po/pt_BR.po
10981                 updated by Fabio Junior Beneditto
10982
10983 2002-03-23 [paul]       0.7.4claws37
10984
10985         * src/mainwindow.c
10986                 move 'Gather addresses' to 'Tools' menu
10987                 make 'Selective download' sensitive
10988
10989 2002-03-23 [paul]       0.7.4claws36
10990
10991         * sync with 0.7.4cvs16
10992                 see ChangeLog entries 2002-03-23
10993
10994 2002-03-22 [christoph]  0.7.4claws35
10995
10996         * src/quote_fmt_parse.y
10997                 fix include program output
10998
10999 2002-03-22 [alfons]     0.7.4claws34
11000
11001         * src/pop.c
11002                 initialize GDate stack variable correctly (sorry!)
11003
11004 2002-03-22 [paul]       0.7.4claws33
11005
11006         * src/compose.c
11007           src/mainwindow.c
11008           src/prefs_actions.c
11009           src/prefs_common.c
11010                 rename 'Tool' to 'Tools'
11011
11012         * src/mainwindow.c
11013                 move 'Delete duplicated messages' from
11014                 'Message/' to 'Tools/'
11015                 re-arrange the order of 'Tools/' items
11016
11017 2002-03-22 [paul]       0.7.4claws32
11018
11019         * src/addr_compl.c
11020           src/addressbook.[ch]
11021                 auto-address completion now also matches on
11022                 Nickname. patch submitted by Bob Forsman 
11023                 <hammor@users.sourceforge.net>
11024
11025         * src/editaddress.c
11026                 correct a spelling mistake
11027
11028 2002-03-22 [alfons]     0.7.4claws31
11029
11030         * src/pop.c
11031                 fix getting uidl from incorrect string 
11032                 (spotted by Colin)
11033
11034 2002-03-21 [alfons]     0.7.4claws30
11035
11036         * src/pop.c
11037                 more code refactoring
11038                 plug mem leak introduced by delete on server
11039
11040 2002-03-21 [paul]       0.7.4claws29
11041
11042         * sync with 0.7.4cvs11
11043                 see ChangeLog entries 2002-03-20
11044
11045 2002-03-20 [alfons]     0.7.4claws28
11046
11047         * src/inc.c
11048                 apply Colin's patch and refactor
11049
11050 2002-03-20 [paul]       0.7.4claws27
11051
11052         * sync with sylpheed 0.7.4cvs9
11053                 see ChangeLog entry 2002-03-20
11054
11055 2002-03-19 [christoph]  0.7.4claws26
11056
11057         * src/mh.c
11058         * src/procmsg.[ch]
11059         * src/summaryview.c
11060                 revert changes for flag updates
11061                 (does not work correctly and no time to debug)
11062
11063 2002-03-20 [alfons]     0.7.4claws25
11064
11065         * src/pop.c
11066                 refactor should_delete() a little bit 
11067
11068 2002-03-19 [paul]       0.7.4claws24
11069
11070         * src/inc.[ch]
11071           src/pop.c
11072           src/prefs_account.[ch]
11073                 allow the user to leave downloaded mail on the 
11074                 server for n days. Patch submitted by Colin Leroy 
11075                 <colin@colino.net>
11076
11077 2002-02-19 [paul]       0.7.4claws23
11078
11079         * sync with sylpheed 0.7.4cvs8
11080                 see ChangeLog entries 2002-03-19
11081
11082 2002-03-18 [paul]       0.7.4claws22
11083
11084         * sync with sylpheed 0.7.4cvs6
11085                 see ChangeLog entry 2002-03-18
11086
11087 2002-03-18 [paul]       0.7.4claws21
11088
11089         * po/en_GB.po
11090                 add en_GB message catalogue
11091
11092         * src/mbox_folder.c
11093           src/prefs_account.c
11094           src/prefs_actions.c
11095                 correct a few spelling mistakes
11096
11097 2002-03-17 [alfons]     0.7.4claws20
11098
11099         * src/matcher.c
11100                 more stringent checks for NULL params when writing
11101                 filtering actions to a file
11102                 
11103 2002-03-17 [hoa]        0.7.3claws20
11104
11105         * src/news.c
11106                 fixed the count of new messages
11107
11108         * src/compose.c
11109                 fixed the "attachment properties" window
11110
11111 2002-03-17 [paul]       0.7.4claws19
11112
11113         * src/defs.h
11114           src/folder.h
11115           src/news.c
11116           src/prefs_account.[ch]
11117           src/procmsg.[ch]
11118           src/summaryview.c
11119                 automatically mark cross-posted messages as read 
11120                 and (optionally) give them a colour label
11121                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11122                 
11123
11124 2002-03-17 [paul]       0.7.4claws18
11125
11126         * sync with sylpheed 0.7.4cvs5
11127                 see ChangeLog entry 2002-03-17
11128
11129 2002-03-17 [melvin]     0.7.4claws17
11130         
11131         * src/textview.c
11132                 Worked around a gtktext 'bug': when searching for 
11133                 a text in a long message it was scrolling slowly
11134                 line by line until it hit the searched text.
11135         * po/fr.po
11136                 Updated French translation
11137
11138 2002-03-17 [melvin]     0.7.4claws16
11139
11140         * src/mainwindow.c
11141         * src/compose.c
11142         * src/prefs_actions.c
11143                 Moved "Edit/Actions" to "Tool/Actions"
11144                 Made mainwindow/compose window sensitive as soon as
11145                 no child process is running anymore even if the io dialog
11146                 is open.
11147                 Fixed a struct being initialized with a non constant char*
11148
11149 2002-03-16 [christoph]  0.7.4claws15
11150
11151         * configure.in
11152                 add --with-compiler-flags option
11153                 (only for developer hacking)
11154         * src/mh.c
11155         * src/procmsg.[ch]
11156         * src/summaryview.c
11157                 try to make folder-stats and flag handling more
11158                 independent from the summaryview. msgcounts
11159                 are only set when the folder is opened and
11160                 procmsg_msginfo_(un)set_flags will handle it
11161                 later and summaryview will get the values
11162                 from the folder.
11163
11164 2002-03-16 [paul]       0.7.4claws14
11165
11166         * src/messageview.c
11167                 fix Return-receipt. Patch submitted by Bob
11168                 Woodside <rwoodside1@comcast.net>
11169
11170 2002-03-16 [paul]       0.7.4claws13
11171
11172         * src/compose.c
11173                 fix 'dynamic' signatures, make it work again
11174                 broken during sync on 2002-03-14 (0.7.4claws2)
11175
11176 2002-03-15 [match]      0.7.4claws12
11177
11178         * src/addrharvest.[ch]
11179         * src/addrgather.[ch]
11180         * src/addressbook.[ch]
11181         * src/mainwindow.c
11182                 included address harvester feature. still some
11183                 issues with address parsing that I will fix.
11184
11185 2002-03-15 [match]      0.7.4claws11
11186
11187         * src/addrbook.[ch]
11188         * src/addrcache.[ch]
11189         * src/addressbook.[ch]
11190         * src/addrindex.c
11191         * src/editbook.c
11192         * src/importldif.c
11193         * src/importmutt.c
11194         * src/jpilot.[ch]
11195         * src/main.c
11196         * src/syldap.[ch]
11197         * src/vcard.[ch]
11198                 tidy up. fix memory leaks. moved attribs and methods
11199                 from individual interfaces to addrcache object. prep
11200                 for new stuff to come in.
11201
11202 2002-03-15 [alfons]     0.7.4claws10
11203
11204         * src/matcher.[ch]
11205         * src/matcher_parser_parse.y
11206         * src/matcher_parser_lex.l
11207         * src/prefs_matcher.c
11208                 add filtering conditions message greater than, smaller 
11209                 than, and exactly matching a size in bytes
11210                 (does not work with delete from POP3 server yet)
11211
11212                 this should also give others an idea what you should
11213                 do to add new criterions to claws filtering system
11214                 
11215
11216 2002-03-15 [paul]       0.7.4claws9
11217
11218         * tools/filter_conv.pl
11219                 exit if there are no filter rules to convert
11220                 rename filterrc to filterrc.old after completion
11221
11222 2002-03-15 [paul]       0.7.4claws8
11223
11224         * sync with sylpheed 0.7.4cvs3
11225                 see ChangeLog entry 2002-03-14
11226
11227 2002-03-14 [paul]       0.7.4claws7
11228
11229         * src/compose.c
11230                 clean up the last commit (ahem)
11231
11232 2002-03-14 [paul]       0.7.4claws6
11233
11234         * src/compose.c
11235                 fix bug #515655. honour account preferences
11236                 regarding gpg default signing/encryption when 
11237                 changing account from the compose window.
11238
11239 2002-03-14 [paul]       0.7.4claws5
11240
11241         * src/folderview.c
11242                 remove unnecessary curly brackets
11243
11244 2002-03-14 [paul]       0.7.4claws4
11245
11246         * src/folderview.c
11247           src/prefs_filtering.[ch]
11248                 add filter rename on folder rename and filter
11249                 delete on folder delete. Patch submitted by
11250                 Neill Miller <neillm@thecodefactory.org> 
11251
11252 2002-03-14 [christoph]  0.7.4claws3
11253
11254         * src/procmsg.c
11255         * src/send.c
11256                 fix local delivery
11257                 (patch submitted by "Simon 'corecode' Schubert")
11258         * src/prefs_common.c
11259         * src/procmsg.c
11260                 fix gcc 3.0 warning
11261
11262 2002-03-14 [paul]       0.7.4claws2
11263
11264         * sync with sylpheed 0.7.4cvs2
11265                 see ChangeLog entry 2002-03-13
11266
11267 2002-03-12 [darko]      0.7.4claws1
11268
11269         * src/mainwindow.c
11270                 fix what seems to be a copy and paste error
11271                 when setting color for important messages
11272                 (reported by wwp)
11273
11274 2002-03-11 [paul]       version 0.7.4claws released
11275
11276 2002-03-11 [paul]       0.7.4claws
11277
11278         * po/es.po
11279           po/it.po
11280           po/nl.po
11281           po/pt_BR.po
11282                 update message catalogs. Submitted by Ricardo Mones 
11283                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11284                 Fabio Junior Beneditto
11285
11286         * configure.in
11287           faq/Makefile.am
11288           faq/it/Makefile
11289           faq/it/sylpheed-faq*
11290           src/mainwindow.c
11291           src/manual.[ch]
11292                 add FAQ in Italian
11293         
11294
11295 2002-03-11 [jens]       0.7.3claws7
11296
11297         * po/de.po
11298                 updated German translation
11299
11300 2002-03-11 [melvin]     0.7.3claws6
11301
11302         * po/fr.po
11303                 updated and corrected French translation
11304
11305 2002-03-10 [hoa]        0.7.3claws5
11306
11307         * src/account.c
11308         * src/inc.c
11309         * src/prefs_account.c
11310         * src/procmsg.c
11311         * src/send.[ch]
11312                 fixed the local account.
11313                 you have to change the default "/usr/sbin/sendmail"
11314                 to "/usr/sbin/sendmail -t" in the preferences of
11315                 the local account.
11316
11317         * src/procmime.c
11318                 removed some debug display for renderer
11319
11320 2002-03-10 [paul]       0.7.3claws4
11321
11322         * faq/en/sylpheed-faq-1.html
11323           faq/en/sylpheed-faq-2.html
11324                 update
11325
11326 2002-03-09 [paul]       0.7.3claws3
11327
11328         * sync with sylpheed 0.7.4
11329                 see ChangeLog entry 2002-03-09
11330
11331 2002-03-08 [paul]       0.7.3claws2
11332
11333         * faq/en/sylpheed-faq*
11334           faq/es/sylpheed-faq*
11335           faq/fr/sylpheed-faq*
11336                 update the FAQs
11337
11338         * manual/fr/.cvsignore
11339           manual/fr/Makefilea.am
11340           manual/fr/sylpheed*
11341           src/mainwindow.c
11342           src/manual.[ch]
11343                 add the French manual
11344
11345 2002-03-07 [paul]       0.7.3claws1
11346
11347         * sync with sylpheed 0.7.3cvs4
11348                 see ChangeLog entries  2002-03-06 and 2002-03-07
11349         
11350         * po/nl.po
11351                 updated by Wilbert Berendsen
11352
11353 2002-03-07 [melvin]     0.7.2claws34
11354
11355         * src/selective_download.c
11356                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11357
11358 2002-03-06 [paul]       0.7.2claws33
11359
11360         * sync with sylpheed 0.7.3cvs1
11361                 bug fix, see ChangeLog entry 2002-03-05
11362
11363 2002-03-05 [paul]       0.7.2claws32
11364
11365         * src/mimeview.c
11366           src/pgptext.[ch]
11367           src/procmsg.c
11368                 reverse the pgp ascii-armored code implemented in 
11369                 0.7.2claws16. removal of this code until it matures.
11370                 this means that verifying ascii-armored pgp sigs and
11371                 automatic decryption of ascii-armored encrypted
11372                 messages no longer works.
11373
11374 2002-03-05 [paul]       0.7.2claws31
11375
11376         * configure.in
11377           Makefile.am
11378         * faq/Makefile.am
11379         * faq/en/Makefile.am
11380           faq/en/sylpheed-faq.html
11381           faq/en/sylpheed-faq-1.html
11382           faq/en/sylpheed-faq-2.html
11383           faq/en/sylpheed-faq-3.html
11384         * faq/es/Makefile.am
11385           faq/es/sylpheed-faq.html
11386           faq/es/sylpheed-faq-1.html
11387           faq/es/sylpheed-faq-2.html
11388           faq/es/sylpheed-faq-3.html
11389           faq/es/sylpheed-faq-4.html
11390         * faq/fr/Makefile.am
11391           faq/fr/sylpheed-faq.html
11392           faq/fr/sylpheed-faq-1.html
11393           faq/fr/sylpheed-faq-2.html
11394           faq/fr/sylpheed-faq-3.html
11395         * src/Makefile.am
11396           src/defs.h
11397           src/mainwindow.c
11398           src/manual.[ch]
11399                 add FAQs in English, Spanish and French
11400
11401
11402 2002-03-05 [paul]       0.7.2claws30
11403
11404         * manual/en/sylpheed.html
11405           manual/en/sylpheed-XX.html
11406                 updated the English manual
11407
11408 2002-03-05 [hoa]        
11409
11410         * src/summaryview.c
11411                 dialog box pops up if the article can't be deleted.
11412
11413 2002-03-04 [paul]       
11414         
11415         * po/pt_BR.po
11416                 updated by Fabio Junior Benedito
11417
11418 2002-03-04 [hoa]
11419
11420         * removed ac/gpgme.m4
11421                 to avoid autogen common problem
11422                 developers have to install gpgme development package now
11423
11424         * src/compose.c
11425                 encoding to 7bit or 8bit is enabled.
11426
11427 2002-03-03 [alfons]     0.7.2claws29
11428
11429         * src/pop.c
11430                 merge fix by Oliver Haertel for selective
11431                 download buglet
11432
11433 2002-03-03 [paul]       0.7.2claws28
11434         
11435         * sync with sylpheed 0.7.3
11436
11437 2002-03-03 [paul]       0.7.2claws27
11438
11439         * sync with sylpheed 0.7.2cvs24
11440                 see ChangeLog entries 2002-03-02 and 2002-03-03
11441
11442 2002-03-02 [melvin]     0.7.2claws26
11443
11444         * src/inc.[ch]
11445         * src/main.c
11446         * src/mainwindow.c
11447         * src/prefs_common.[ch]
11448                 Added user definable notification on new mail arrival.
11449                 Removed unused variables in spell checker prefs code.
11450
11451 2002-03-02 [melvin]     0.7.2claws25
11452
11453         * src/quote_fmt.c
11454                 Removed unnecessary escape sequences.
11455                 Changed 'Initial...' to 'Initials of Sender'
11456
11457 2002-03-02 [paul]       0.7.2claws24
11458
11459         * sync with sylpheed 0.7.2cvs22
11460                 see ChangeLog entry 2002-03-01
11461
11462 2002-03-01 [hoa]        0.7.2claws23
11463
11464         * src/mainwindow.c
11465                 Set sensitivity of delete actions to active
11466                 even if the folder is a newsgroup.
11467
11468         * src/summaryview.c
11469                 - Set sensitivity of delete actions
11470                 - Added function check_permission() that will check if the
11471                   user is authorized to delete a message. For news, it
11472                   will check if the author is the same.
11473                 - Enabled deletion when there is no trash folder.
11474
11475         * src/news.[ch]
11476                 - Added news_cancel_article() to cancel articles
11477                 - Implemented news_remove_message() (public function)
11478
11479 2002-03-01 [paul]       0.7.2claws22
11480
11481         * src/gtkutils.c
11482           src/textview.c
11483                 recognise urls that that don't include 'http://' and
11484                 simply begin 'www.' 
11485
11486         * AUTHORS
11487                 remove duplicated name
11488
11489 2002-02-28 [paul]       0.7.2claws21
11490
11491         * src/mainwindow.c
11492           src/summaryview.[ch]
11493                 add ability to 'Select thread'
11494                 combines Melvin's "Select thread's head" patch (#510907)
11495                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11496                 patch (#518514) 
11497
11498 2002-02-28 [paul]       0.7.2claws20
11499
11500         * src/mimeview.c
11501                 hopefully fix segfault on right-clicking a mime part
11502                 that some people have experienced.      
11503                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11504
11505 2002-02-28 [paul]       0.7.2claws19
11506
11507         * sync with sylpheed 0.7.2cvs21
11508                 see ChangeLog entries 2002-02-27 and 2002-02-28
11509
11510 2002-02-27 [paul]       0.7.2claws18
11511
11512         * sync with sylpheed 0.7.2cvs18
11513                 see ChangeLog entries 2002-02-26 and 2002-02-27
11514
11515 2002-02-26 [alfons]     0.7.2claws17
11516
11517         * src/procheader.c
11518                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11519                 (spotted by Chris Hessman <idatech@gmx.net>)
11520
11521 2002-02-26 [paul]       0.7.2claws16
11522
11523         * src/mimeview.c
11524           src/pgptext.[ch]
11525           src/procmsg.c
11526                 make decryption of ascii-armored pgp encrypted messages
11527                 and verification of ascii-armored signatures work again.
11528                 slightly altered from the patch by Jens Jahnke 
11529                 <jan0sch@gmx.net>
11530
11531                 ##FIX ME##
11532                 * the checking of plaintext signatures always comes up in 
11533                   a popup box
11534                 * it doesn't work for multipart messages 
11535                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11536                   including the msg headers and these 2 line themselves, are 
11537                   not displayed
11538
11539         * src/mainwindow.c
11540                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11541                 "View/Message View" becomes "View/Separate Message View"
11542                 because its less ambiguous.
11543
11544         * po/es.po
11545                 updated by Ricardo Mones Lastra
11546
11547 2002-02-26 [paul]       0.7.2claws15
11548
11549         * sync with sylpheed 0.7.2cvs17
11550                 see ChangeLog entries 2002-02-25 and 2002-02-26
11551
11552 2002-02-25 [christoph]  0.7.2claws14
11553
11554         * src/filtering.[ch]
11555         * src/inc.c
11556                 do filtering stuff after all messages have been received
11557                   1. drop all messages to .processing
11558                   2. scan processing folder for messages
11559                   3. filter messages or move to inbox
11560                 this will also find old messages left in processing after
11561                 a crash or something like that and we get a real msginfo
11562                 from folder->get_msg_list and do not have to create our
11563                 own in filter_message
11564         * src/matcher_parser_parse.y
11565                 remove MIX/MAX warning (reordered includes)
11566
11567 2002-02-25 [paul]       0.7.2claws13
11568
11569         * sync with sylpheed 0.7.2cvs15
11570                 see ChangeLog entry 2002-02-24
11571
11572 2002-02-24 [alfons]     0.7.2claws12
11573
11574         * src/filtering.c
11575                 clear old color flags first when applying a new color to
11576                 a message info. 
11577                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11578
11579 2002-02-24 [alfons]     0.7.2.claws11
11580         
11581         * AUTHORS
11582         * src/prefs_common.c
11583                 add presets for Opera and Konqueror, closes patch #517261,
11584                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11585
11586 2002-02-24 [alfons]     0.7.2.claws10
11587
11588         * AUTHORS
11589         * src/summaryview.c
11590                 fix threading for null message ids, closes patch #521601,
11591                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11592
11593 2002-02-24 [alfons]     0.7.2claws9
11594
11595         * src/summaryview.c
11596         * src/filtering.c
11597                 make Tool | Filter Message work with filtering system so
11598                 setting flags also works
11599
11600                 TODO:
11601
11602                 - Processing uses the same function as Tool | Filter
11603                   Message, but doesn't use the same update proc yet
11604
11605 2002-02-23 [paul]       0.7.2claws8
11606
11607         * sync with sylpheed 0.7.2cvs14
11608                 see ChangeLog entries 2002-02-22 and 2002-02-23
11609
11610 2002-02-22 [christoph]  0.7.2claws7
11611
11612         * src/quote_fmt.c
11613                 Add column space to table
11614         * src/quote_fmt_parse.y
11615                 Close files
11616
11617 2002-02-22 [paul]       0.7.2claws6
11618
11619         * src/Makefile.am
11620           src/defs.h
11621           src/filtering.c
11622           src/inc.[ch]
11623           src/mainwindow.c
11624           src/matcher.[ch]
11625           src/matcher_parser_lex.l
11626           src/matcher_parser_parse.y
11627           src/pop.[ch]
11628           src/prefs_account.h
11629           src/prefs_filtering.c
11630           src/selective_download.[ch]   *** NEW FILES ***
11631           src/utils.[ch]
11632           po/POTFILES.in
11633                 Selective Download added to 'Tool' menu. 
11634                 Retrieves email headers of the currently selected pop3 
11635                 account and allows the user to mark emails for deletion 
11636                 right on the pop3 server. Patch submitted by Oliver Haertel 
11637                 <oha@users.sourceforge.net>.
11638         
11639         * po/POTFILES.in
11640                 add 'src/quote_fmt.c'           
11641
11642 2002-02-22 [christoph]  0.7.2claws5
11643
11644         * src/Makefile.am
11645                 added quote_fmt.c
11646         * src/prefs_common.[ch]
11647         * src/prefs_template.c
11648         * src/quote_fmt.c               *** NEW FILE ***
11649         * src/quote_fmt.h
11650                 move quote format symbol description code
11651                 to it's own file because it is used from
11652                 differnent code parts
11653                 Rewrote symbol description GUI
11654                   + use table
11655                   + add separators
11656                   + get data from array (no more long constant strings)
11657         * src/quote_fmt_lex.l
11658         * src/quote_fmt_parse.y
11659                 Symbol for Literal % changed to \% instead of %%
11660                 (More logical as \ is used for quoting for other symbols)
11661                 Add |f and |p to include files and program output
11662                 Examples:
11663                     |f{/home/.../.signature}
11664                     |p{date}
11665         * po/de.po
11666                 Correct wrong spelling for "Referenzen"
11667
11668 2002-02-21 [paul]       0.7.2claws4
11669
11670         * src/procmsg.c
11671                 forgotten during sync
11672
11673 2002-02-21 [paul]       0.7.2claws3
11674
11675         * sync with sylpheed 0.7.2cvs11
11676                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11677                 2002-02-20 and 2002-02-21
11678
11679 2002-02-20 [melvin]     0.7.2claws2
11680
11681         * src/prefs_actions.c
11682                 Added error report when child cannot fork or when execvp 
11683                 returns with an error.
11684
11685 2002-02-19 [christoph]  0.7.2claws1
11686
11687         * src/codeconv.c
11688                 return unconverted text if conde conversion is not possible
11689                 when libjconv is used.
11690                 (patch submitted by "Simon 'corecode' Schubert")
11691
11692 2002-02-19 [paul]       
11693
11694         * version 0.7.2claws release
11695
11696 2002-02-19 [paul]       0.7.2claws
11697
11698         * po/nl.po
11699                 updated by Wilbert Berendsen
11700
11701
11702 2002-02-18 [alfons]     0.7.1claws13
11703
11704         * src/syldap.c
11705         * src/jpilot.c
11706                 remove references to dlfcn and explicitly loading functions
11707                 from dynalink libs, because libs linked anyway, and functions
11708                 are loaded explicitly
11709
11710 2002-02-17 [melvin]     0.7.1claws12
11711
11712         * src/prefs_actions.c
11713                 Replaced children wait loop with double fork technique.
11714                 Now, input/output window updated at each new output.
11715                 free_children(): Fixed a memory leak.
11716                 Made input/output window non closable if running children
11717                 still exist.
11718                 Added missing <unistd.h> include.
11719                 Added some --debug outputs.
11720
11721 2002-02-17 [melvin]     0.7.1claws11
11722
11723         * src/summaryview.c
11724                 Fixed bug where descending sort order did not select top
11725                 message.
11726
11727 2002-02-17 [melvin]     0.7.1claws10
11728
11729         * acconfig.h
11730                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11731         * src/prefs_common.c
11732                 Pspell data package directory no more hard coded but
11733                 set during configuration (PSPELL_PATH). (Thanks to 
11734                                 Gustavo Noronha Silva.)
11735
11736 2002-02-17 [melvin]     0.7.1claws9
11737
11738         * configure.in
11739                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11740         * src/gtkspell.c
11741                 Fixed compile-time warnings.
11742
11743 2002-02-16 [alfons]     0.7.1claws8
11744
11745         * src/filesel.c
11746                 fix inadvertent free of NULL pointer which caused
11747                 sylpheed to crash when closing the save-as dialog
11748                 using the window close button
11749
11750 2002-02-16 [carsten]    0.7.1claws7
11751         * src/mainwindow.[ch]
11752           src/summaryview.c
11753           src/prefs_common.c
11754                 fixes for pixmap theming code:
11755                         - recently changed mail attributes shouldn't get
11756                           lost any longer
11757                         - theme is only reloaded iff another theme was
11758                           selected
11759
11760 2002-02-16 [paul]       0.7.1claws6
11761
11762         * sync with sylpheed 0.7.2 release
11763                 see ChangeLog entry 2002-02-15 and 2002-02-16
11764
11765 2002-02-15 [paul]       0.7.1claws5
11766
11767         * sync with sylpheed 0.7.1cvs9
11768                 see ChangeLog entry 2002-02-15
11769
11770         * po/POTFILES.in
11771                 remove unneeded headerwindow.c entry
11772
11773 2002-02-14 [carsten]    0.7.1claws4
11774         * src/summaryview.c
11775                 fixed a bug for "Go to next unread message": there was
11776                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11777                 in the prefs, because of doing "Search again" instead
11778                 "No"
11779
11780 2002-02-14 [carsten]    0.7.1claws3
11781         * src/stock_pixmap.c
11782                 removed 2 more mem leaks; following memprof,
11783                 this code is "leak free" now :)
11784
11785 2002-02-14 [carsten]    0.7.1claws2
11786         * src/stock_pixmap.c
11787                 used opendir/readdir/closedir instead of scandir
11788                 -> code should work now on Solaris
11789
11790 2002-02-14 [paul]       0.7.1claws1
11791
11792         * sync with sylpheed 0.7.1cvs8
11793                 see ChangeLog entries 2002-02-13 and 2002-02-14
11794
11795         * README.claws
11796                 add some description of Actions and Pixmap Themes
11797
11798 2002-02-13 [paul]       
11799
11800         * version 0.7.1claws release
11801
11802 2002-02-13 [paul]       0.7.1claws
11803
11804         * po/es.po
11805           po/it.po
11806           po/pt_BR.po
11807                 updated translations, submitted by Ricardo Mones Lastra,
11808                 Alessandro Maestri and Fabio Junior Beneditto
11809
11810 2002-02-13 [melvin]     0.7.0claws75
11811
11812         * src/prefs_actions.c
11813                 Added missing "signal.h" include
11814
11815 2002-02-13 [melvin]     0.7.0claws74
11816
11817         * src/prefs_folder_item.c
11818                 Added missing "config.h" include
11819         * po/fr.po
11820                 Updated French translation for folder propriety.
11821
11822 2002-02-13 [jens]       0.7.0claws73
11823
11824         * po/POTFILES.in
11825                 Added missing src/prefs_folder_item.c [log added by melvin]
11826         * po/de.po
11827                 Updated German translation.
11828
11829 2002-02-13 [melvin]     0.7.0claws72
11830
11831         * po/fr.po
11832                 Updated French translation.
11833
11834 2002-02-13 [melvin]     0.7.0claws71
11835
11836         * src/gtkutils.c
11837                 Made gtkut_editable_get_selection return NULL if selection
11838                 is of length zero.
11839                 This fixes a bug where selecting part of message A then
11840                 switching to message B and replying to it will not
11841                 quote the message's body.
11842
11843 2002-02-12 [paul]       0.7.0claws70
11844
11845         * src/mainwindow.c
11846                 cosmetic, relating to pixmap themes: on toolbar make 
11847                 updating of 'Exec' and 'Compose news/Compose email'
11848                 icons faster.
11849
11850 2002-02-12 [carsten]    0.7.0claws69
11851         * src/folderview.c
11852           src/mainwindow.[ch]
11853           src/stock_pixmap.c
11854           src/summaryview.c
11855           src/prefs_common.c
11856                 - refreshing after changing pixmap theme better
11857                   now (thanks Paul)
11858                 - wanted to remove some mem leaks, but alfons was
11859                   faster (and had the better solution ;)
11860
11861 2002-02-12 [alfons]     0.7.0claws68
11862
11863         * src/prefs_common.c
11864         * src/stock_pixmap.[ch]
11865                 plug mem leaks, refactor code a little bit
11866
11867
11868 2002-02-12 [sergey]     0.7.0claws67
11869
11870         * src/imap.c
11871                 Fixed problem with copying messages to IMAP folders when the
11872                 server uses something other than '/' as a namespace separator
11873                 (cyrus-imapd uses '.').
11874
11875 2002-02-12 [jens]       0.7.0claws66
11876
11877         * po/de.po
11878                 Updated German Translation
11879
11880 2002-02-12 [paul]       0.7.0claws65
11881
11882         * sync with sylpheed 0.7.1cvs1
11883                 see ChangeLog entry 2002-02-12
11884
11885 2002-02-12 [melvin]     0.7.0claws64
11886
11887         * src/prefs_actions.c
11888                 Fixed "feature" where children's output was duplicated 
11889                 instead of refreshed while monitoring.
11890                 Removed some debug code.
11891
11892 2002-02-12 [christoph]  0.7.0claws63
11893
11894         * src/compose.c
11895                 always delete message from queue after sending/send error
11896                 (closes bug #509601)
11897
11898 2002-02-12 [melvin]     0.7.0claws62
11899
11900         * src/prefs_actions.c
11901                 Children wait loop is now triggered with a timeout of 1s
11902                 Added %F which is replaced with the list of filenames 
11903                 of all selected messages (as suggested by Ricardo Mones Lestra)
11904                 Pipe syntax changed. Prefix with | to send selection, postfix
11905                 with | to retrieve output. Prefix with > or * to send
11906                 user definable input to the command (*: input is hidden)
11907                 Old pipe action should now be postfixed with |, too.
11908
11909 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11910         * src/stock_pixmap.c
11911                 fixed a bug: if there's no theme directory don't
11912                 throw an error, just do "nothing" (thanks Alfons)
11913
11914 2002-02-12 [carsten]    0.7.0claws60
11915         * src/folderview.c
11916           src/summaryview.c
11917                 had to write the cache twice (nasty!); some marks would 
11918                 get lost if not
11919
11920 2002-02-11 [carsten]    0.7.0claws59
11921         * acconfig.h
11922           configure.in
11923           doc-src/maintainer_guide.txt
11924           src/compose.[ch]
11925           src/defs.h
11926           src/folderview.[ch]
11927           src/gtkutils.[ch]
11928           src/mainwindow.[ch]
11929           src/prefs_common.[ch]
11930           src/stock_pixmap.[ch]
11931           src/summaryview.[ch]
11932                 pixmap theming and related work on pixmap
11933                 handling on some other places
11934                 (e.g. hrm features for all folder)
11935           src/pixmap/stock_*.xpm -> the stock_ was removed
11936         
11937 2002-02-11 [paul]       0.7.0claws58
11938
11939         * sync with sylpheed 0.7.1 release
11940                 see ChangeLog entries 2002-02-11
11941
11942 2002-02-08 [paul]       0.7.0claws57
11943
11944         * sync with sylpheed 0.7.0cvs39
11945                 see ChangeLog entry 2002-02-07 (last entry) 
11946
11947         * src/prefs_actions.c
11948           src/prefs_filtering.c
11949           src/prefs_matcher.c
11950           src/prefs_scoring.c
11951                 sync: made it compile with C compilers other than gcc
11952
11953 2002-02-07 [paul]       0.7.0claws56
11954
11955         * sync with sylpheed 0.7.0cvs38
11956                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11957                 2002-02-07
11958
11959 2002-02-07 [darko]      0.7.0claws55
11960
11961         * src/gtkutils.[ch]
11962         * src/summaryview.c
11963                 Fix const gchar */gchar * issue (thanks Hiro)
11964
11965 2002-02-07 [darko]      0.7.0claws54
11966
11967         * src/compose.[ch]
11968         * src/filtering.c
11969         * src/gtkutils.[ch]
11970         * src/prefs_template.c
11971         * src/quote_fmt.h
11972         * src/quote_fmt_parse.y
11973         * src/summaryview.c
11974         * src/utils.[ch]
11975                 When replying or forwarding an email don't quote the entire
11976                 mail body but use the part of the message text that is selected
11977
11978 2002-02-06 [melvin]     0.7.0claws53
11979
11980         * src/prefs_common.[ch]
11981         * src/gtkspell.[ch]
11982         * src/compose.c
11983                 Made possible to switch quickly to last used dictionary
11984                 which makes checking bilingual documents easier.
11985
11986 2002-02-06 [melvin]     0.7.0claws52
11987         
11988         * po/POTFILES.in
11989                 Added forgotten new file src/prefs_actions.c
11990
11991 2002-02-06 [melvin]     0.7.0claws51
11992
11993         * src/prefs_actions.c   ** NEW FILE **
11994         * src/prefs_actions.h   ** NEW FILE **
11995                 Added actions to execute on message text view, or on the
11996                         message's file.
11997         * src/Makefile.am
11998                 Added src/prefs_actions.[ch]
11999         * src/compose.c
12000                 Added new menu "Edit/Actions"
12001         * src/defs.h
12002                 Added new actionsrc file.
12003         * src/main.c
12004                 Added actionsrc reading.
12005         * src/mainwindow.c
12006                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12007         * src/prefs_common.h
12008                 Added new element actionslst element to prefs_common.
12009
12010 2002-02-06 [paul]       0.7.0claws50
12011
12012         * sync with sylpheed 0.7.0cvs36
12013                 see ChangeLog entry 2002-02-06
12014
12015 2002-02-05 [paul]
12016
12017         * po/es.po
12018                 updated by Ricardo Mones Lastra
12019
12020 2002-02-05 [paul]       0.7.0claws49
12021
12022         * sync with sylpheed 0.7.0cvs33
12023                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12024
12025 2002-02-05 [paul]       0.7.0claws48
12026
12027         * src/compose.c
12028                 re-add 'Edit/Advanced/Delete entire line', previously named
12029                 'Delete Line+'
12030
12031 2002-02-04 [paul]       0.7.0claws47
12032
12033         * src/compose.c
12034           src/summaryview.c
12035                 fix bug #494993 (Reply All not taking Reply-To into consi)
12036                 eliminate differences in behaviour of right-click 'Reply to all' 
12037                 in summary view and 'Reply to all' on the toolbar. 
12038                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12039                 view and From gets ignored by 'Reply to all' on toolbar.
12040                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12041                 From when no Reply-To header is present.
12042
12043 2002-02-04 [paul]       0.7.0claws46
12044
12045         * sync with sylpheed 0.7.0cvs30
12046                 see ChangeLog entries 2002-02-03 and 2002-02-04
12047
12048 2002-02-03 [melvin]     0.7.0claws45
12049
12050         * src/gtkspell.[ch]
12051                 Readded function to highlight all misspelled words.
12052                 Fixed bug where user-provided-words did not replace
12053                         correctly the misspelled word when using the mouse.
12054                 Fixed bug where checking a region selected from right to left did
12055                         not check the region at all.
12056                 Fixed bug where 'Check backwards' may not check at all. 
12057                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12058                 Fixed possible buffer overflow when checking for long strings (>1k).
12059                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12060                 Accelerators code uses now gtk_widget_add_accel.
12061                 Removed and disabled obsolete and unfinished code.
12062                 Cleaning up.
12063
12064         * src/compose.c
12065                 Added menu item to Highlight all misspelled words.
12066
12067 2002-02-01 [paul]       0.7.0claws44
12068
12069         * src/mainwindow.c
12070                 fix '/View/Hide read messages' sensitivity when all
12071                 messages in a folder are hidden
12072
12073 2002-02-01 [paul]       0.7.0claws43
12074
12075         * src/main.c
12076                 add --send option to command line interface, sends all
12077                 queued mail. Patch submitted by Ricardo Mones Lastra.
12078
12079 2002-01-31 [paul]       0.7.0claws42
12080
12081         * src/mainwindow.c
12082                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12083
12084 2002-01-31 [paul]       0.7.0claws41
12085
12086         * sync with sylpheed 0.7.0cvs27
12087                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12088                 and 2002-01-31
12089
12090         * src/textview.c
12091                 comment out elements of textview_show_part() as temporary
12092                 workaround for attachment 'Display as text' bug 
12093
12094         * po/pt_BR.po
12095                 updated by Fabio Junior Beneditto
12096
12097 2002-01-30 [paul]       0.7.0claws40
12098
12099         * sync with sylpheed 0.7.0cvs24
12100                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12101                 and 2002-01-30
12102
12103         * src/compose.c
12104                 add {N_("/_Spelling"), ... "<Branch>"} to 
12105                 GtkItemFactoryEntry compose_entries[]
12106
12107         * src/prefs_common.c
12108                 add claws menu items to prefs_keybind_apply_clicked()
12109                 and remove non-claws menu items
12110
12111 2002-01-29 [paul]       0.7.0claws39
12112
12113         * sync with sylpheed 0.7.0cvs22
12114                 see ChangeLog entries 2002-01-28 and 2002-01-29
12115
12116 2002-01-28 [melvin]     0.7.0claws38
12117
12118         * src/compose.c
12119                 Added the declartion of compose_send_control_enter.
12120
12121         * src/compose.c
12122         * src/gtkspell.[ch]
12123                 Added in a 'Spelling' menu which includes the configuration menu. 
12124                 Added a real 'Check all' and got rid from the old one which only
12125                 highlited misspelled word.
12126                 Made 'Check while typing' a disableable option.
12127                 Added a dialog when there are no more misspelled word.
12128                 Added a dialog if error occurs when switching to a dictionary.
12129         
12130         * src/prefs_common.[ch]
12131                 Added option for the default 'Check while typing' option.
12132
12133
12134 2002-01-28 [alfons]     0.7.0claws37
12135
12136         * src/compose.c
12137                 fix buglet and make code comply with sylpheed code style
12138
12139 2002-01-28 [paul]       0.7.0claws36
12140
12141         * sync with sylpheed 0.7.0cvs19
12142                 see ChangeLog entries for 2002-01-28
12143
12144 2002-01-28 [hoa]        0.7.0claws35
12145
12146         * src/defs.h
12147                 added rendererrc
12148
12149         * src/main.c
12150                 read the renderer config
12151
12152         * src/procmime.[ch]
12153                 use the renderer config to convert mime attachments
12154
12155         * src/textview.c
12156                 don't use textview_show_html/ertf,
12157                 use get_text_content instead
12158
12159 2002-01-27 [alfons]     0.7.0claws34
12160         
12161         * src/news.c
12162                 make sylpheed believe it can delete a news message...
12163                 (messages are NOT deleted, maybe we should remove
12164                 processing from the folder properties after all.)
12165
12166 2002-01-27 [alfons]     0.7.0claws33
12167
12168         * src/folder.c
12169                 add extra checks
12170         * src/news.c
12171                 implement remove_msg() 
12172
12173 2002-01-27 [alfons]     0.7.0claws32
12174
12175         * src/procmsg.h
12176         * src/procheader.c
12177         * src/messageview.c
12178                 fix return receipt / disposition notification again. this
12179                 stuff seems to break on _every_ major summary UI change, so
12180                 it's now implemented using a flag which is saved in the
12181                 marks cache
12182                 
12183 2002-01-26 [alfons]     0.7.0claws31
12184
12185         * src/import.c
12186                 let import dialog show the destination folder identifier
12187
12188 2002-01-26 [melvin]     0.7.0claws30
12189
12190         * src/folderview.c
12191         * src/summaryview.c
12192                 Readded 'Mark all read' into summary view popup menu
12193                 Added 'Mark all read' in folder view popup menu for IMAP
12194                 and NNTP.
12195                 Made it insensitive if the selected folder is not the shown
12196                 one to avoid 'Mark all read' on the wrong folder.
12197                 
12198 2002-01-26 [paul]       0.7.0claws29
12199
12200         * src/folderview.c
12201           src/summaryview.c
12202                 move 'Mark all read' from summary view to folder view
12203                 menu. (adapted from) patch submitted by Jeremy Andrews,
12204                 <lists@kerneltrap.com>
12205
12206 2002-01-25 [alfons]     0.7.0claws28
12207
12208         * src/gtkstext.c
12209                 put the gtk class name back so GtkSText adapts the 
12210                 settings of GtkText
12211
12212 2002-01-25 [alfons]     0.7.0claws27
12213
12214         * src/folderview.c 
12215                 assimilate Ricardo's patch that shows pixmaps instead of
12216                 plain "new" and "unread" texts in the folder view column
12217                 headers 
12218
12219 2002-01-25 [paul]       0.7.0claws26
12220
12221         * src/Makefile.am
12222                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12223                 be found in non-standard locations. 
12224                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12225
12226 2002-01-25 [paul]       0.7.0claws25
12227
12228         * sync with sylpheed 0.7.0cvs16
12229                 see ChangeLog entry 2002-01-25
12230
12231 2002-01-24 [paul]       0.7.0claws24
12232
12233         * more sync with sylpheed 0.7.0cvs15
12234                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12235
12236 2002-01-23 [sergey]     0.7.0claws23
12237
12238         * src/importldif.c
12239                 Fixed segfault when closing LDIF import wizard with
12240                 the window manager.
12241         * src/imageview.c
12242         * src/imageview.h
12243         * src/messageview.c
12244         * src/mimeview.c
12245                 Fixed wrong scrolling position after switching between
12246                 text and image parts.
12247
12248 2002-01-23 [paul]       0.7.0claws22
12249
12250         * sync with sylpheed 0.7.0cvs15
12251                 see ChangeLog entries 2002-01-22 and 2002-01-23
12252
12253 2002-01-21 [melvin]     0.7.0claws21
12254
12255         * src/prefs_scoring.c
12256         * src/prefs_filtering.c
12257                 Fixed bug where scoring and filtering windows stopped
12258                 autochecking.
12259
12260 2002-01-21 [paul]       0.7.0claws20
12261
12262         * sync with sylpheed 0.7.0cvs12
12263                 see ChangeLog entries 2002-01-20 and 2002-01-21
12264
12265 2002-01-21 [carsten]    0.7.0claws19
12266         * src/mainwindow.c
12267         * src/menu.[ch]
12268         * src/messageview.[ch]
12269         * src/summaryview.[ch]
12270                 changes to shortcuts handling again:
12271                         + "Q" now controled by mainwin
12272                         + v/V are now customizable and have slightly
12273                           different meanings
12274                 the "button" to minimize the messageview (and maximize
12275                 the summary view) is a real button now
12276         * src/compose.c
12277                 "Delete Line+" added to Edit/Advanced (this will also
12278                 delete the '\n')
12279
12280 2002-01-20 [melvin] 0.7.0claws18
12281
12282         * src/addressbook.c
12283                 Made "Bcc" sensitive when addressbook is called from
12284                 compose window (it was a Claws only bug).
12285
12286 2002-01-19 [alfons] 0.7.0claws17
12287
12288         * src/inc.c
12289                 prevent unnecessary updates when currently selected folder has
12290                 no new messages 
12291
12292 2002-01-19 [alfons] 0.7.0claws16
12293         
12294         * src/summaryview.c
12295                 prevent writing the cache based on current message list in summary 
12296                 view when filtering also put messages in currently selected folder
12297
12298 2002-01-19 [paul]
12299
12300         * po/it.po
12301                 Italian translation submitted by Alessandro Maestri
12302                 <a.maestri@cs.tin.it>
12303
12304 2002-01-18 [melvin]     0.7.0claws15
12305
12306         * src/prefs_filters.c
12307                 fixed bug where 'cancel' from 'filters' window stops autochecking
12308                 if the timer timed out  when the window was open.
12309
12310 2002-01-18 [match]      0.7.0claws14
12311
12312         * src/addrclip.[ch]     ** NEW FILE **
12313         * src/addrselect.[ch]   ** NEW FILE **
12314         * src/adbookbase.h      ** NEW FILE **
12315                 addressbook cut, copy and paste
12316         * src/addrbook.[ch]
12317         * src/addrcache.[ch]
12318         * src/addressitem.h
12319         * src/addrindex.[ch]
12320         * src/addritem.[ch]
12321         * src/importldif.c
12322         * src/importmutt.c
12323         * src/jpilot.[ch]
12324         * src/syldap.[ch]
12325         * src/vcard.[ch]
12326         * src/jpilot.[ch]
12327         * src/editbook.c
12328         * src/editjpilot.c
12329         * src/editldap.c
12330         * src/editvcard.c
12331                 support for copy/paste
12332         * src/addressbook.c
12333                 support for copy/paste
12334                 tidy up menu option processing
12335                 correct address list function arguments
12336         * src/editaddress.c
12337                 sort user attributes
12338         * src/ldif.h
12339         * src/mutt.h
12340                 tidy up
12341
12342         * src/addrbook.[ch]
12343         * src/addrbook.[ch]
12344         * src/addrbook.[ch]
12345                 
12346
12347 2002-01-18 [paul]       0.7.0claws13
12348
12349         * sync with sylpheed 0.7.0cvs8
12350                 configure.in: support Mac OS X (Darwin)
12351
12352 2002-01-18 [carsten]    0.7.0claws12
12353         * src/html.c
12354                 small hack to fix a segfault with an empty href
12355                 (reported by Alexandra Walford <deeni@altern.org>)
12356         * src/mainwindow.c
12357         * src/summaryview.c
12358                 the shortcuts for Mark und Mark as unread are hardcoded
12359                 again
12360         * src/compose.c
12361         * src/gtkstext.[ch]
12362                 readded the shortcuts in gtkstext but made them
12363                 customizeable (simply by adding a menu plus a wrapper
12364                 to compose.c)
12365
12366 2002-01-17 [melvin]     0.7.0claws11
12367
12368         * src/gtkspell.c
12369                 fix default dictionary not being saved.
12370
12371 2002-01-16 [darko]      0.7.0claws10
12372
12373         * src/compose.c
12374                 fix wrapping crash with URL longer than wrapping margin
12375
12376 2002-12-08 [hoa]        0.7.0claws10
12377
12378         * src/matcher_parser_parse.y
12379                 fixed some bugs
12380
12381         * src/prefs_filtering.c
12382                 now, we can use bounce action in the dialog box.
12383
12384 2002-01-16 [carsten]    0.7.0claws9
12385         * src/gtkstext.c
12386                 removed the <control> and <alt> shortcuts because they're
12387                 not needed and interefered with the "normal" shortcuts
12388         * src/mainwindow.c
12389         * src/summaryview.c
12390                 removed most of the hardcoded shortcuts and assigned
12391                 them to menu entries making them easy customizable by
12392                 that
12393
12394 2002-01-16 |melvin]     0.7.0claws8
12395
12396         * src/gtkspell.c
12397                 fixed bug where using the mouse and when the compose
12398                 window is not on top may result in a crash.
12399
12400 2002-01-16 [melvin]     0.7.0claws7
12401
12402         * src/compose.c
12403                 fixed a long standingspell checker bug which could 
12404                 cause a crash after sending a message.
12405
12406 2002-01-16 [paul]       0.7.0claws6
12407
12408         * sync with sylpheed 0.7.0cvs7
12409                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12410                 2002-01-15, and 2002-01-16
12411
12412 2002-01-16 [melvin]     0.7.0claws5
12413
12414         * README.claws
12415         * src/compose.c
12416         * src/gtkspell.[ch]
12417         * src/main.c
12418                 Heavily modified spell checker code to work around
12419                 ispell bug, to add keyboard shortcuts and for future
12420                 enhancements. See README.claws for usage information.
12421
12422 2002-01-15 [alfons]     0.7.0claws4
12423         
12424         * src/summaryview.c
12425                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12426                 so sorting within threads reflects sort mode
12427
12428 2002-01-15 [christoph]  0.7.0claws3
12429
12430         * src/procmsg.c
12431                 added alertpanel if mail sending failed
12432
12433 2002-01-15 [alfons]     0.7.0claws2
12434         
12435         * src/prefs_filtering.c
12436                 don't stop timer when prefs filtering dialog is opened
12437
12438 2002-01-14 [alfons]     0.7.0claws1
12439
12440         * src/addr_compl.c
12441         * src/prefs.c
12442                 remove debug_print()s for privacy reasons
12443
12444 2002-01-14 [darko]      0.7.0claws
12445
12446         * README.claws
12447                 quotation wrapping is now also in the main branch
12448
12449 2002-01-14 [paul]
12450
12451         * tools/filter_conv.pl
12452                 allow for Boolean Op and case-sensitivity
12453                 this file is included in the release and tagged
12454                 'rel_0_7_0'
12455
12456 2002-01-13 [paul]       0.7.0claws
12457
12458         * release 0.7.0, with cvs tag 'rel_0_7_0'
12459
12460 2002-01-13 [paul]
12461
12462         * tools/filter_conv.pl
12463         * tools/README
12464                 rewritten to output to matcherrc instead of filteringrc
12465
12466         * po/es.po
12467                 updated Spanish translation by Ricardo Mones Lastra
12468
12469 2002-01-13 [alfons]
12470
12471         * po/nl.po
12472                 update dutch translation
12473
12474 2002-01-13 [paul]
12475
12476         * po/pt_BR.po
12477                 Updated by Fabio Junior Beneditto 
12478
12479 2002-01-13 [melvin]     0.6.6claws53
12480
12481         * po/fr.po
12482                 Updated french translation
12483
12484 2002-01-12 [alfons]     0.6.6claws52
12485
12486         * src/filtering.c
12487                 plug mem leak that has been sitting there for ages              
12488
12489 2002-01-12 [alfons]     0.6.6claws51
12490
12491         * src/summaryview.c
12492                 undo melvin's changes from 0.6.6claws48 because summary
12493                 view now refuses to select first unread message when
12494                 selecting a folder 
12495
12496 2002-01-11 [alfons]     0.6.6claws50
12497
12498         * src/import.c
12499                 use claws' semantics for getting folder item when
12500                 importing an mbox file into a folder 
12501                 (submitted by Dale P. Smith)
12502
12503 2002-01-11 [christoph]  0.6.6claws49
12504
12505         * src/prefs.h
12506                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12507                 toggle widget, because non static prefs can not use
12508                 prefs_set_* functions
12509         * src/prefs_account.c
12510                 toggle smtp auth password field sensitivity if
12511                 user id is empty and add descrition of usage for
12512                 these fields
12513         * src/prefs_folder_item.c
12514                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12515                 callbacks
12516
12517 2002-01-11 [melvin]     0.6.6claws48
12518
12519         * src/compose.c
12520                 fix the 'Ctrl-Enter' feature for sending and test really
12521                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12522                 editables which was not documented in Gtk)
12523
12524         * src/summaryview.c
12525                 Made summaryview refresh after sorting and not before.
12526
12527 2002-01-11 [christoph]  0.6.6claws47
12528
12529         * src/compose.c
12530                 select account from account ids if possible and
12531                 correctly set save folder for copy in reedit
12532
12533 2002-01-10 [paul]       0.6.6claws46
12534
12535         * sync with sylpheed 0.7.0 release
12536                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12537                 2002-01-09
12538
12539 2002-01-09 [alfons]
12540
12541         * src/summaryview.c
12542                 remove more dirt traces...
12543
12544 2002-01-09 [alfons]
12545         
12546         * src/summaryview.c
12547                 clean up some traces of my debugging stuff
12548
12549 2002-01-09 [alfons]     0.6.6claws45
12550
12551         * src/filtering.c
12552                 break up filteringprop_apply() in three separate pieces
12553                 so we can drop messages that failed processing in the
12554                 inbox
12555
12556         * src/summaryview.c
12557                 fix bug #469598 "no refresh of inbox after filter" which 
12558                 was introduced by the new summary view locking, and which 
12559                 prevented the summary view to update after a manual filter 
12560                 message. claw's filter message requires a summary_show().
12561                 (aargh, summary_show() again! :-)
12562                 
12563 2002-01-07 [alfons]     0.6.6claws44
12564
12565         * src/headerwindow.c
12566         * src/logwindow.c
12567         * src/messageview.c
12568         * src/sourcewindow.c
12569                 bring in Hiro's last 0.7.0 wm class fixes
12570
12571         * tools/sylprint.pl
12572                 bring in Ricardo's fix for sylprint script
12573
12574         * AUTHORS       
12575         * src/rfc2015.[ch]
12576         * src/prefs_common.[ch]
12577         * src/prefs_account.[ch]
12578         * src/compose.c
12579                 clean up account preference poison in rfc2015,
12580                 and preparation to fix double sign bug 
12581                 (patch submitted by Simon 'corecode' Schubert)
12582
12583 2002-01-07 [christoph]  0.6.6claws43
12584
12585         * src/mh.c
12586                 search for free message number, do not only rely
12587                 on last_num
12588         * src/send.c
12589                 fix smtp auth and use extra account information
12590                 if available, if not use pop3 data instead
12591                 (closes bug #500341)            
12592         * src/ssl.[ch]
12593                 match coding style
12594
12595 2002-01-06 [alfons]     0.6.6claws42
12596
12597         * src/mainwindow.c
12598                 try making the separate windows work again...
12599
12600 2002-01-06 [alfons]     0.6.6claws41
12601
12602         * src/mainwindow.c
12603                 adapt Hiro's separate window menu (to get rid of the funny
12604                 duplicate menu items), and make it work again
12605
12606 2002-01-06 [alfons]     0.6.6claws40
12607
12608         * tools/Makefile.am
12609         * tools/sylprint.rc
12610         * tools/sylprint.pl
12611         * tools/README.sylprint
12612                 add sylprint script for printing mails from Sylpheed
12613                 (contributed by Ricardo Mones Lastra)
12614
12615         * src/acount.c
12616                 clean up
12617
12618 2002-01-06 [melvin]     0.6.6claws39
12619
12620         * src/mainwindow.c
12621         * src/summaryview.c
12622                 Fixed crash introduced in 0.6.6claws38 by the menu
12623                 reorganisation (Hide read messages)
12624         
12625         * ChangeLog.claws 
12626                 Fixed typo (we are now in 2002, alfons ;) )
12627
12628 2002-01-05 [alfons]     0.6.6claws38
12629
12630         * sync with sylpheed 0.6.6cvs10-17
12631                 (last stuff marked as LAST_STABLE)
12632
12633 2002-01-04 [melvin]     0.6.6claws37
12634
12635         * src/account.c
12636                 Made account selection code use strcasestr again instead of
12637                 g_strcasecmp (fixes bug where reediting queued messages
12638                 did not select proper account reported by T. Link).
12639         
12640         * src/folderview.c
12641                 Fix bug where folder icons are not shown when 'hide read messages'
12642                 is on.
12643         
12644         * src/stock_pixmaps.[ch]
12645                 Added folder icons for 'hide read messages'.
12646         
12647         * src/compose.c
12648                 Fixed bug where 'Enter' in a header entry will send the message 
12649                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12650
12651 2002-01-03 [melvin]     0.6.6claws36
12652         
12653         * src/prefs.[ch]
12654                 Added popup menu for common preferences and
12655                 account preferences (right click on tab displays
12656                                 a menu of all tabs.)
12657
12658 2002-01-02 [melvin]     0.6.6claws35
12659
12660         * src/gtkspell.[ch]
12661                 Made spelling code compatible with undo/redo feature.
12662                 Added creation of suggestion mode menu for the general
12663                         preferences.
12664         
12665         * src/prefs_common.[ch]
12666                 Added option menu for the speller's suggestion mode.
12667                 Added missing spaces in "..." buttons and made a "..."
12668                         button non translatable!
12669         
12670         * src/compose.c
12671                 Made speller use the default suggestion mode.
12672                 Hack to make it possible to choose 'CTRL-Enter' as a
12673                         shortcut for sending (and only for sending).
12674
12675         * src/prefs_folder_item.c
12676                 Changing subject simplification does not update cache 
12677                         anymore (because it is unnecessary).
12678                 Fixed bug where changing subject simplification updated the 
12679                         summaryview even when the viewed folder is not the
12680                         folder which properties are being changed. (E.g. 
12681                                         viewing folder A and changing
12682                                         the subject simplification of 
12683                                         folder B -not being viewed- updated the 
12684                                         summaryview of folder A with data of
12685                                         folder B). (Hope this is clear... )
12686
12687 2001-12-31 [alfons]     0.6.6claws34
12688         
12689         * src/ldif.c
12690         * src/mutt.c
12691                 fgetc() returns a signed integer which doesn't
12692                 fit in a char. so c truncates this to a char
12693                 but we may lose significant bits. i.e. we may
12694                 comparing 0xFF which may not be equal to -1
12695                 unless properly casted to signed char which
12696                 we won't do because fgetc() returns a signed
12697                 integer which doesn't fit in a char. so c 
12698                 truncates this to a char but we may lose 
12699                 significat bits. (you got the idea, thanks
12700                 to Gustavo Noronha Silva <kov@debian.org>
12701                 and the Debian folks!)
12702
12703 2001-12-30 [alfons]     0.6.6claws33
12704
12705         * src/prefs_common.c
12706                 add #ifdef USE_PSPELLs that Melvin forgot               
12707
12708 2001-12-30 [melvin]     0.6.6claws32
12709         
12710         * src/prefs_common.[ch]
12711                 Added configurable color for misspelled words.
12712
12713         * src/gtkspell.[ch]
12714                 Fixed bug of foreground text color (reported by David
12715                                 Mehrmann)
12716                 Added configurable color for misspelled words.
12717
12718 2001-12-30 [alfons]     0.6.6claws31
12719
12720         * src/folder.c
12721                 remove unnecessary things someone put there
12722
12723         * src/mh.c
12724         * src/folder.[ch]
12725                 make folder properties (like threading and sorting) persistent
12726                 (closes bug #497424 "rescan folder tree resets proprieties")
12727                 currently this is only for MH folders. 
12728
12729 2001-12-29 [melvin]     0.6.6claws30
12730
12731         * src/string_match.[ch]
12732                 Optimized a bit: regexp pattern buffer compiled only once, and
12733                   one subroutine call removed. Fixed ^ regexp search: Now, 
12734                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12735         
12736         * src/summaryview.c
12737                 Subject filtering changed to filter summary columns and
12738                   not directly the messages subject cache. The loss in 
12739                   performance is balanced by the improvement of string_match.
12740                 Added an alert panel if there is an error in the regexp.
12741
12742         * src/src/prefs_folder_item.h
12743                 Added a regexp pattern buffer.
12744
12745 2001-12-28 [alfons]     0.6.6claws29
12746
12747         * src/string_match.[ch]
12748                 clean up name space
12749                 allow compilation *BSD
12750
12751 2001-12-27 [alfons]     0.6.6claws28
12752
12753         * src/filter.c
12754                 sync the Hiro's bug fix for BSD
12755
12756 2001-12-27 [melvin]     0.6.6claws27
12757         
12758         * src/compose.c
12759                 Simplify focus to subject entry code.
12760
12761 2001-12-27 [darko]      0.6.6claws26
12762
12763         * src/filtering.c
12764         * src/mbox_folder.c
12765         * src/messageview.c
12766         * src/mh.c
12767         * src/procheader.[ch]
12768         * src/procmsg.h
12769         * src/stock_pixmap.[ch]
12770         * src/summaryview.c
12771                 Show key icon for encrypted mails in summary view
12772
12773         * src/pixmaps/clip.xpm
12774         * src/pixmaps/clipkey.xpm
12775         * src/pixmaps/key.xpm
12776                 New/modified icons for the above
12777
12778 2001-12-27 [melvin]     0.6.6claws25
12779
12780         * src/prefs_common.c
12781                 Put spell checker options in a separate tab to decrease
12782                 the Common Preferences window height.
12783
12784         * README.claws  
12785                 Update spell checker usage instruction about its options
12786                 location.
12787
12788 2001-12-27 [melvin]     0.6.6claws24
12789
12790         * src/compose.c
12791                 Changed subject entry widget position. Initial focus is
12792                 on the To header instead of the subject entry.
12793                 Creating a new header scrolls the header list to make the
12794                 created one visible. Nevertheless, when automatically filling
12795                 headers, the first one is shown.
12796                 A Tab key press in the last empty header entry zips the 
12797                 focus to the subject entry.
12798                 (I did not change the combo boxes, yet)
12799
12800 2001-12-26 [alfons]     0.6.6claws23
12801
12802         * src/prefs_account.c
12803         * src/inc.c
12804                 allow default inbox to reside in another mailbox (only
12805                 works for POP3 accounts)
12806
12807 2001-12-26 [alfons]     0.6.6claws22
12808         
12809         * src/textview.c
12810                 make reply-on-click work with the account of the selected folder
12811         * src/compose.c
12812                 put a fixme here to remind me to fix finding correct default
12813                 account for nested folders
12814
12815 2001-12-25 [alfons]     0.6.6claws21
12816
12817         * src/summaryview.c
12818                 make column headers display locked and mark pixmaps (idea by Melvin) 
12819                 fix bug by adding score and locked column type to sort array
12820
12821 2001-12-25 [alfons]     0.6.6claws20
12822         
12823         * src/summaryview.c
12824                 catch a *potentially* inadvertent write back of  
12825                 the message cache(s) introduced by 0.6.5claws37
12826
12827 2001-12-25 [christoph]  0.6.6claws19
12828
12829         * src/stock_pixmap.[ch]
12830         * src/summaryview.c
12831                 add ignore thread pixmap
12832                 (can someone draw a better icon for this?)
12833
12834 2001-12-24 [alfons]     0.6.6claws18
12835
12836         * src/prefs_folder_item.c
12837                 make address completion actually work for the
12838                 Default To address in the Folder Property dialog.
12839
12840 2001-12-24 [alfons]     0.6.6claws17
12841         
12842         * src/summaryview.c
12843                 use new style regexp for subject stripping 
12844                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12845
12846 2001-12-24 [darko]      0.6.6claws16
12847
12848         * src/pgptext.c
12849         * src/rfc2015.c
12850                 move GPG related informational messages to debug mode
12851
12852 2001-12-23 [alfons]     0.6.6claws15
12853
12854         * src/stock_pixmap.[ch]
12855         * src/summaryview.c
12856                 add the forgotten Claws' locked pixmap
12857
12858 2001-12-23 [alfons]     0.6.6claws14
12859
12860         * src/filesel.c
12861                 accept file name typed in entry in multi file
12862                 selector (patch submitted by Gustavo Noronha Silva 
12863                 <kov@debian.org>)
12864
12865 2001-12-23 [alfons]     0.6.6claws13
12866
12867         * src/prefs_filter.c
12868         * src/prefs_filtering.c
12869         * src/matcher.c
12870         * src/importmutt.c
12871                 clean up a little bit
12872         
12873         * src/string_match.c
12874                 validate input strings a little bit more
12875
12876 2001-12-23 [alfons]     0.6.6claws12
12877
12878         * src/Makefile.am
12879         * src/summaryview.c
12880         * src/string_match.[ch]         ** NEW **
12881         * src/folderview.[ch]
12882         * src/headerview.h
12883         * src/folder.[ch]
12884         * src/prefs_folder_item.[ch]
12885                 add subject simplification to strip out strings from
12886                 a subject line (esp. handy for mailing lists). 
12887                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12888                 but slightly changed things for better integration.)
12889
12890 2001-12-23 [alfons]     0.6.6claws11
12891
12892         * src/mainwindow.c
12893                 fix bug introduced by submission included in 0.6.5claws52.
12894                 ideally this submission should clean the trash if any trash
12895                 folder has a message. however, the hasTrash variable was
12896                 set to false whenever a trash folder was empty (discarding
12897                 a previously found *filled* trash folder.)
12898
12899                 also edited the code a little bit and made it more safe.
12900
12901 2001-12-22 [alfons]     0.6.6claws10
12902
12903         * src/imap.c
12904                 quick fix for Martin Pool's omission of an account
12905                 specific SSL setting
12906
12907 2001-12-22 [alfons]     0.6.6claws9
12908
12909         * src/compose.c
12910         * src/messageview.c
12911         * src/mimeview.c
12912         * src/pgptext.c
12913         * src/procmime.[ch]
12914                 better support for multipart/digest (submitted
12915                 by Fredrik <e98fo@efd.lth.se>)
12916
12917 2001-12-22 [alfons]     0.6.6claws8
12918
12919         * src/addressbook.c
12920                 correct function signature
12921         * src/socket.[ch]
12922         * src/imap.[ch]
12923         * src/prefs_account.[ch]
12924                 allow IMAP over SSH tunnel (patch submitted by 
12925                 Martin Pool <mbp@samba.org>)
12926
12927 2001-12-21 [alfons]     0.6.6claws7
12928
12929         * sync with sylpheed 0.6.6cvs4-9
12930                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12931
12932 2001-12-21 [christoph]  0.6.6claws6
12933
12934         * src/compose.c
12935         * src/prefs_folder_item.[ch]
12936                 implement saving of outgoing messages to current folder.
12937                 fix segfault when no default outbox is available
12938                 (closes bug #495683)
12939
12940 2001-12-21 [carsten]    0.6.6claws5
12941         * src/folderview.c
12942         * src/summaryview.c
12943                 pressing CTRL while DND does now the expected thing and
12944                 copies the mail (moving is still the default, as this
12945                 seam more appropriate for handling mails by DND)
12946
12947 2001-12-18 [paul]       0.6.6claws4
12948
12949         * sync with sylpheed 0.6.6cvs3
12950                 see ChangeLog entries 2001-12-18
12951
12952 2001-12-18 [hiro]       0.6.6claws3
12953
12954         * src/undo.c
12955                 fix for multibyte characters (obtain the number of letters
12956                 instead of bytes).
12957
12958 2001-12-17 [paul]       0.6.6claws2
12959
12960         * sync with sylpheed 0.6.6cvs1
12961                 see ChangeLog entry 2001-12-16
12962
12963 2000-12-17 [alfons]     0.6.6claws1
12964
12965         * src/filtering.c
12966                 clean up
12967
12968 2001-12-16 [paul]       0.6.6claws
12969 2001-12-15
12970
12971         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12972
12973         * src/mimeview.c
12974                 last minute sync with main 0.6.6
12975
12976         * po/es.po
12977                 updated by Ricardo Mones Lastra
12978                 update for last minute sync
12979         * po/fr.po
12980         * po/nl.po
12981                 update for last minute sync
12982         * po/de.po
12983                 updated by Jens Oberender
12984         * po/pt_BR.po
12985                 updated by Fabio Junior Beneditto
12986
12987         * src/prefs_common.[ch]
12988         * src/undo.c
12989                 number of undo levels is user configurable
12990                 (squeeze it into the release in the dying
12991                 moments) Submitted by Jens Oberender    
12992
12993 2001-12-15 [melvin]
12994
12995         * po/fr.po
12996                 updated french translation
12997
12998 2001-12-15 [paul]       0.6.5claws92
12999
13000         * sync with sylpheed 0.6.5cvs28
13001                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13002
13003         * po/nl.po
13004                 update to allow for sync
13005
13006 2001-12-15 [alfons]
13007         
13008         * po/nl.po
13009                 update dutch translation
13010
13011 2001-12-14 [carsten]    0.6.5claws91
13012         * src/summaryview.c
13013                 fixed bug #473785; also after changing the column order
13014                 the same message will be selected and displayed as before
13015                 the reordering
13016
13017 2001-12-14 [carsten]    0.6.5claws90
13018         * src/folderview.c
13019                 probably found the bug reported by wwb opening or closing
13020                 a folder tree just before dnd (found the solution in the
13021                 balsa source -- thanks to them)
13022
13023 2001-12-14 [carsten]    0.6.5claws89
13024         * src/gtkutils.c
13025         * src/account.c
13026                 moved gtk_clist_moveto to the right place, so that
13027                 only the accounts dialog is effected on opening
13028
13029 2001-12-14 [carsten]    0.6.5claws88
13030         * src/gtkutils.c
13031                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13032                 now, so that the focused row will be seen in any case
13033                 (reported by wwp on sf-claws-user)
13034
13035 2001-12-14 [darko]      0.6.5claws87
13036
13037         * src/compose.c
13038                 remove unnecessary line
13039
13040 2001-12-14 [paul]       0.6.5claws86
13041
13042         * sync with sylpheed 0.6.5cvs27
13043                 see ChangeLog entries 2001-12-14
13044
13045 2001-12-14 [carsten]    0.6.5claws85
13046         * src/mainwindow.c
13047                 following a suggestion of Melvin the rcoabm pops up
13048                 right under the button now and the button is reliefed
13049                 while the popup is open
13050
13051 2001-12-14 [darko]      0.6.5claws84
13052
13053         * src/compose.c
13054                 fix crash when wrapping long lines if linewrap quotation
13055                 is disabled and wrapper encounters a word spanning more
13056                 than one line
13057
13058 2001-12-13 [paul]       0.6.5claws83
13059
13060         * src/compose.c
13061                 prefer 'Reply-To' header over mailing list header when
13062                 replying to a message. Finally prevent all those confirmation 
13063                 messages being sent to the list itself.
13064
13065         * src/summaryview.c
13066                 remove unused summary_set_menu_sensitive() entry
13067
13068 2001-12-13 [paul]       0.6.5claws82
13069
13070         * src/folderview.c
13071         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13072         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13073         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13074                 improvements to 'Hide read messages': Inbox, Outbox,
13075                 Trash, Queue, and Draft icons now reveal presence of hidden 
13076                 messages
13077
13078 2001-12-12 [alfons]     0.6.5claws81
13079
13080         0.6.5claws80 was tagged as LAST_STABLE
13081
13082         * src/filtering.[ch]
13083         * src/matcher.[ch]
13084         * src/matcher_parser_lex.c
13085                 fix the filtering; my last attempt to get it right, 
13086                 if it does not work, it's Hoa's turn. ;-)
13087
13088                 for my honourable peers:
13089                 
13090                 the code now makes a clear distinction between
13091                 rules as they are displayed (probably escaped),
13092                 and as they are executed (probably unescaped). the
13093                 parser does *NOT* do any unescaping, this is
13094                 the task of the matcher.c (which breaks up a
13095                 rule into condition) and the filtering.c (which
13096                 breaks up the rule's action). to make this
13097                 run happily we provide an unescaped copy of
13098                 crucial strings to the MatcherProp and 
13099                 FilteringAction structures. note that the only
13100                 exception to this is any REGEXP string. those
13101                 are directly passed to regcomp() and regexp()
13102                 (who have much more powerful unescape functions).
13103                 
13104                 for everyone else:
13105         
13106                 you can escape tab (\t), carriage return (\r),
13107                 linefeed (\n), form feed (\f), quote (\"), 
13108                 single quote (\'), bell (\b) in all the entry
13109                 lines in the scoring & filtering dialogs.
13110                 as an added bonus this should not affect
13111                 existing filtering rules.
13112
13113 2001-12-12 [carsten]    0.6.5claws80
13114
13115         * src/summaryview.c
13116         * po/de.po
13117                 "item(s) selected" is now sensitive to 1 or more
13118                 than one selected (nice for language where simple
13119                 adding of a "s" is not possible as German (Eintrag
13120                 ->Eintr"age)
13121                 
13122                 the "forward as attachment" entry from the right
13123                 click menu removed, "forward" acts following the
13124                 prefs
13125         
13126         * src/textview.c
13127                 reverted my former changes; so compiler warning again
13128                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13129                 nevertheless
13130
13131         * src/messageview.c
13132                 "search in message" does now *not* only work in MVIEW_TEXT
13133                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13134                 message
13135
13136         * src/mainwindow.c
13137                 removed "/File/_Close" as it was the same as "/File/E_xit"
13138                 and we don't need it two times
13139
13140                 the separate folder view and message view now get a distinct
13141                 WMCLASS, just in case someone is using sawfish ;-)
13142
13143                 as the menu entries "/View/Message view" and "/View/Folder tree"
13144                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13145                 make them sensitive accordingly and as these two are "shown"
13146                 after startup anytime check this menuitem at startup
13147
13148 2001-12-12 [paul]       0.6.5claws79
13149
13150         * src/folderview.c
13151                 fix sensitivity of 'Search folder...', broken in
13152                 0.6.5claws75
13153
13154         * src/mainwindow.c
13155                 fix dodgy English
13156
13157 2001-12-11 [carsten]    0.6.5claws78
13158         * src/filtering.c
13159                 fixed two typos returning a wrong FALSE/TRUE
13160         * src/mainwindow.[ch]
13161                 extra menu for email/news button removed
13162
13163 2001-12-11 [alfons]     0.6.5claws77
13164         
13165         * src/matcher.c                 (1.3)
13166         * src/matcher_parser_lex.l      (1.28)
13167                 revert for another attempt
13168                 mark 0.6.5claws77 as LAST_STABLE
13169
13170 2001-12-11 [christoph]  0.6.5claws76
13171
13172         * po/de.po
13173                 fixed wrong translation for prev. unread msg
13174
13175 2001-12-11 [paul]       0.6.5claws75
13176
13177         * src/folder.[ch]
13178         * src/folderview.c
13179         * src/mainwindow.c
13180         * src/summaryview.[ch]
13181         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13182                 enable ability to hide read messages on per folder basis via 
13183                 '/Summary/Hide read messages'; when selected, a folder will 
13184                 have a red open folder icon, instead of a blue icon, if the 
13185                 folder contains hidden messges
13186                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13187
13188         * src/mainwindow.c
13189                 remove '/Message/Forward as attachment' from 
13190                 main_window_set_menu_sensitive() to prevent debug warning
13191
13192         * src/folderview.c
13193         * src/mainwindow.c
13194                 Clean up some of the English
13195
13196         * tools/newscache_clean.pl
13197                 allow for new 'hidereadmsgs' entry in folderlist.xml
13198
13199         * po/es.po
13200                 updated translation, submitted by Ricardo Mones Lastra
13201
13202 2001-12-11 [paul]       0.6.5claws74
13203
13204         * sync with sylpheed 0.6.5cvs25
13205                 see ChangeLog entry 2001-12-11
13206
13207 2001-12-10 [alfons]     0.6.5claws73
13208
13209         * src/matcher.c
13210                 add more control characters
13211         * src/matcher_parser_lex.l
13212                 make escaping / unescaping work again
13213
13214 2001-12-10 [alfons]     0.6.5claws72
13215
13216         * src/imap.c
13217                 clean up warnings "returning value for void function" 
13218         * src/prefs_filtering.c
13219                 make info button for execute action sensitive
13220
13221 2001-12-10 [paul]       0.6.5claws71
13222
13223         * src/compose.c
13224         * src/imap.[ch]
13225         * src/summaryview.c
13226                 fix: imap server now gets informed of MARKED, UNMARKED
13227                 and REPLY events. Now people can use different IMAP-Mail
13228                 clients and have the exact same information about MARKED,
13229                 UNMARKED and REPLY status with all of them. Especially
13230                 useful for imap servers with a web-frontend.
13231                 submitted by Tobias Sandhaas <medlor@web.de>
13232
13233 2001-12-09 [melvin]     0.6.5claws70
13234         
13235         * src/textview.[ch]
13236                 fixed bug #490076 (hunted down by Alfons who implemented
13237                 a workaround in 0.6.5claws65)
13238
13239 2001-12-09 [christoph]  0.6.5claws69
13240
13241         * src/summaryview.c
13242                 set pointer to string in LOCKED column to NULL
13243                 (might fix bug #490800)
13244
13245 2001-12-09 [carsten]    0.6.5claws68
13246
13247         * po/de.po
13248                 resolved some cluttered menu shortcuts 
13249                 ('creating new email' and 'creating news message'
13250                 hade the same)
13251         * src/compose.c
13252                 wmclass now distinc from main window
13253         * src/mainwindow.c
13254           src/mainwindow.h
13255                 email/news and forward button functionality similar
13256                 to the reply buttons; removed the ugly dropdown arrows
13257                 and use instead the right mouse button
13258
13259 2001-12-09 [paul]       0.6.5claws67
13260
13261         * src/imap.c
13262         * src/utils.h
13263                 allow spaces in imap folder names
13264                 submitted by Willem van Engen <wvengen@stack.nl>
13265
13266 2001-12-09 [paul]       0.6.5claws66
13267
13268         * sync with sylpheed 0.6.5cvs24
13269                 see ChangeLog entry 2001-12-09
13270
13271 2001-12-08 [alfons]     0.6.5claws65
13272
13273         * src/textview.c
13274                 prevent secondary selection claim after "add to sender" dialog
13275                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13276                 we trick GTK by simulating a click at (0, 0) in the textview.
13277
13278 2001-12-08 [hoa]        0.6.5claws64
13279
13280         * src/folder.c
13281                 fixed a bug about the .processing folder name while filtering
13282
13283 2001-12-08 [alfons]     0.6.5claws63
13284
13285         * src/folderview.c 
13286                 work around problem of not correctly updating folder stats
13287                 when deleting messages. there's some folder scanning evil
13288                 going so the folderview_update_msg_num() does not work
13289                 correctly. need to investigate this.
13290
13291 2001-12-08 [paul]       0.6.5claws62
13292
13293         * sync with sylpheed 0.6.5cvs23
13294                 see ChangeLog entry 2001-12-08
13295
13296 2001-12-07 [christoph]  0.6.5claws61
13297
13298         * src/compose.c
13299                 fix another header translation problem
13300
13301 2001-12-07 [alfons]     0.6.5claws60
13302
13303         * src/mbox.c
13304                 make filtering also work on local spool mbox
13305
13306 2001-12-07 [carsten]    0.6.5claws59
13307         * src/addressbook.c
13308                 addressbook window gets a wmclass distinct from the main
13309                 sylpheed window
13310         * src/compose.h
13311         * src/mainwindow.[ch]
13312                   forward menu item will use mode selected in prefs, forward 
13313                 as attatchment in menu removed (will be substituted in the
13314                 toolbar similar to reply buttons)
13315                   create news message menu entry and news button is now 
13316                 sensitive to the existance of a news account
13317         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13318         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13319         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13320                 these are removed because the toolbar buttons don't show
13321                 the quoting modus any longer
13322
13323 2001-12-07 [paul]
13324
13325         * tools/newscache_clean.pl      ** NEW FILE **
13326                 perl script to do some tidying up in the newscache directory 
13327                 
13328         * tools/sylpheed-switcher       ** NEW FILE **
13329                 perl script to enable easy switching between main and claws
13330                 
13331         * tools/README
13332                 added descriptions of the two new perl scripts          
13333
13334
13335 2001-12-07 [melvin]     0.6.5claws58
13336
13337         * src/messageview.c
13338                 fixed a warning during compilation introduced in 0.6.5claws56
13339
13340 2001-12-07 [paul]       0.6.5claws57
13341
13342         * src/mainwindow.[ch]
13343         * src/menu.[ch]
13344                 further usability enhancements to replying with or without 
13345                 quoting via the toolbar, use of Ctrl key is replaced by 
13346                 drop down menu 
13347                 Submitted by Carsten Schurig            
13348
13349 2001-12-07 [melvin]     0.6.5claws56
13350
13351         * src/messageview.c
13352                 hack to fix bug that prevented to make/paste selections
13353                 after switching between MVIEW_TEXT and MVIEW_MIME views
13354                 without deselecting the selection first.
13355
13356 2001-12-06 [alfons]     0.6.5claws55
13357
13358         * src/filtering.[ch]
13359         * src/inc.c
13360                 revise filtering a little bit more, and make sure
13361                 messages are delivered to the appropriate inbox
13362                 (perhaps set per account)
13363
13364 2001-12-06 [paul]       0.6.5claws54
13365
13366         * sync with sylpheed 0.6.5cvs22
13367                 see ChangeLog entry 2001-12-06
13368
13369 2001-12-05 [alfons]     0.6.5claws53
13370
13371         * src/inc.c
13372         * src/folder.[ch]
13373         * src/procmsg.c
13374         * src/filtering.c
13375                 more revisions of filtering system
13376                 (last stable version is marked as LAST_STABLE)
13377                 
13378                 | NOTE 1): the filtering system now uses a local folder called
13379                 | .processing. if filtering fails, check this directory
13380                 | for missing messages.
13381                 |
13382                 | NOTE 2): help us find the filtering actions still missing
13383
13384 2001-12-05 [paul]       0.6.5claws52
13385
13386         * src/mainwindow.c
13387                 fix bug where 'Empty Trash?' pop-up window appears even
13388                 when Trash is empty, submitted by Jesse Skinner         
13389
13390 2001-12-05 [melvin]     0.6.5claws51
13391
13392         * src/compose.c
13393                 fixed bug #486106 to select correct account when reediting 
13394                 a queued message
13395         
13396 2001-12-04 [alfons]     0.6.5claws50
13397
13398         * src/mh.c
13399                 declare markfile in appropriate functions when
13400                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13401                 for spotting this)
13402
13403 2001-12-04 [paul]       0.6.5claws49
13404
13405         * sync with sylpheed 0.6.5cvs21
13406                 see ChangeLog entry 2001-12-04
13407
13408 2001-12-03 [christoph]  0.6.5claws48
13409
13410         * po/de.po
13411                 changed translation of undo
13412         * src/account.c
13413         * src/folder.c
13414                 don't reinvent the wheel to traverse a GNode
13415         * src/compose.[ch]
13416                 seperate code to create the compose gui into functions
13417                 add "Others" page with folder selection for saving copy
13418                 of the message.
13419                 the folder identifier is saved to queue header
13420         * src/procmsg.c
13421                 save message to folder in queue header
13422
13423 2001-12-03 [paul]       0.6.5claws47
13424
13425         * sync with sylpheed 0.6.5cvs20
13426                 see ChangeLog entry 2001-12-03
13427
13428 2001-12-01 [paul]
13429
13430         * more sync with sylpheed 0.6.5cvs19
13431                 see ChangeLog entry 2001-11-29
13432
13433 2001-11-30 [paul]       0.6.5claws46
13434         
13435         * src/compose.c
13436                 remove conflicts introduced by Hoa's last commit
13437          
13438         * src/mainwindow.c
13439                 make 'Message/Bounce' sensitive
13440
13441 2001-11-30 [hoa]        0.6.5claws45
13442
13443         * src/compose.c
13444                 slightly change bounce function to add
13445                 information about the user that bounced the mail
13446                 in the From header line.
13447
13448         * src/folderview.c
13449                 permit the use of processing in outbox folder.
13450
13451 2001-11-29 [paul]       0.6.5claws44
13452
13453         * src/mainwindow.[ch]
13454         * src/prefs_common.c
13455         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13456         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13457         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13458                 usability enhancements to the quoting, implements
13459                 use of Ctrl key to toggle quoting settings
13460                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13461
13462 2001-11-29 [paul]       0.6.5claws43
13463         
13464         * sync with sylpheed 0.6.5cvs19
13465                 see ChangeLog entry 2001-11-28
13466
13467 2001-11-29 [melvin]     0.6.5claws42
13468         * src/Makefile.am
13469                 added enriched.[ch] to the list of files
13470
13471         * src/textview.c
13472         * src/mimeview.c
13473         * src/procmime.[ch]
13474         * src/enriched.[ch]
13475                 added support to view text/enriched
13476                 added support to show headers in message view for text/enriched and text/html
13477                         in non multipart messages
13478
13479 2001-11-28 [paul]       0.6.5claws41
13480
13481         * more sync with sylpheed 0.6.5cvs18
13482                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13483
13484 2001-11-27 [paul]       0.6.5claws40
13485         
13486         * po/pt_BR.po
13487                 updated translation, submitted by Fabio Junior Beneditto
13488                 
13489         * sync with sylpheed 0.6.5cvs18
13490                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13491                 2001-11-27
13492
13493
13494 2001-11-26 [paul]
13495
13496         * po/es.po
13497                 updated translation, submitted by Ricardo Mones Lastra
13498
13499 2001-11-26 [alfons]
13500
13501         * src/matcher.c
13502                 add more translatable strings
13503
13504 2001-11-26 [christoph]  0.6.5claws39
13505
13506         * po/de.po      
13507                 fixed one more umlaut
13508         * src/compose.c
13509                 fix translated header when it should not be translated
13510
13511 2001-11-26 [paul]       0.6.5claws38
13512
13513         * src/mainwindow.c
13514                 remove '/Message/Add Sender to address book' from 
13515                 main_window_set_menu_sensitive(), prevent debug warning
13516                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13517
13518 2001-11-26 [paul]       0.6.5claws37
13519
13520         * src/summaryview.c
13521                 fix 'recurring unread state' bug 
13522
13523         * tools/README 
13524         * tools/filter_conv.pl
13525                 read name of top level mailbox from folderlist.xml
13526                 and presume nothing about its name              
13527
13528 2001-11-26 [darko]      0.6.5claws36
13529
13530         * src/gtkstext.[ch]
13531                 removed functions that are now in gtkutils.c
13532                 use gtkut_text_is_uri_string() from gtkutils.c
13533         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13534
13535 2001-11-26 [paul]       0.6.5claws35
13536
13537         * sync with sylpheed 0.6.5cvs16
13538                 see ChangeLog entries 2001-11-25 and 2001-11-26
13539
13540 2001-11-25 [alfons]     0.6.5claws34
13541
13542         EXPERIMENTAL!!! Please checkout the last stable version using: 
13543           
13544         % cvs update -r LAST_STABLE -dRAP
13545
13546         (Or help us testing this stuff.)
13547
13548         * src/filtering.c               (1.14)
13549         * src/filtering.h               (1.6)
13550         * src/inc.c                     (1.28)
13551         * src/matcher.c                 (1.20)
13552         * src/mbox.c                    (1.9)
13553         * src/procmsg.h                 (1.14)
13554         * src/summaryview.c             (1.59)
13555         * src/summaryview.h             (dunno)
13556                 revert/merge/sync to as it was before commit 
13557                 on Thu, 19 Jul 2001 10:15:51 -0700.
13558
13559 2001-11-25 [hoa]        0.6.5claws33
13560
13561         * src/main.c
13562                 processing mails at startup
13563
13564         * src/folderview.c
13565         * src/summaryview.[ch]
13566                 processing mails when entering folder
13567
13568         * src/prefs_filtering.c
13569                 fixed some UI bugs
13570
13571 2001-11-24 [alfons]     0.6.5claws32
13572
13573         * src/summaryview.[ch]
13574                 make summary sort headers work, and also make
13575                 sure the sort type is stored
13576
13577 2001-11-23 [alfons]     0.6.5claws31
13578
13579         * src/summaryview.[ch]
13580                 make lock work like mark
13581                 disallow deleting messages marked as locked
13582
13583 2001-11-23 [alfons]     0.6.5claws30
13584
13585         * src/gtkstext.c
13586         * src/compose.[ch]
13587         * src/Makefile.am
13588         * src/undo.[ch]
13589                 merge undo patch submitted by Jens
13590
13591 2001-11-23 [christoph]  0.6.5claws29
13592
13593         * src/.cvsignore
13594                 added ylwrap
13595         * src/compose.c
13596                 fixed gpg signing and encoding
13597         * src/folder.[ch]
13598         * src/main.c
13599                 added --status option to get new, unread and total
13600                 message count from a running sylpheed
13601         * src/prefs_common.c
13602                 temporary fix for reply_with_quote problem
13603                 (don't call functions for non existing widget)
13604         * src/procmsg.c
13605                 one more check for ignored threads but still not
13606                 always working correctly. probably a recursive
13607                 check for all parents is needed
13608
13609 2001-11-23 [darko]      0.6.5claws28
13610
13611         * src/compose.c
13612                 wrapping on send improvements
13613         * src/gtkutils.[ch]
13614                 fix for GtkSText after last sync with main branch
13615                 GTK_TEXT -> GTK_STEXT
13616
13617 2001-11-23 [paul]       0.6.5claws27
13618
13619         * sync with sylpheed 0.6.5cvs14
13620                 see ChangeLog entries 2001-11-22 and 2001-11-23
13621                 
13622         * po/de.po
13623                 fixed the scrambled umlauts 
13624                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13625
13626 2001-11-21 [paul]       0.6.5claws26
13627
13628         * sync with sylpheed 0.6.5cvs12
13629                 see 2nd ChangeLog entry dated 2001-11-20
13630
13631 2001-11-20 [paul]       0.6.5claws25
13632
13633         * sync with sylpheed 0.6.5cvs11
13634                 see ChangeLog entry 2001-11-19 (src/utils.c)
13635
13636 2001-11-20 [hiro]
13637
13638         * src/compose.c
13639                 GTK_TEXT -> GTK_STEXT
13640                 fix for wrong comment
13641
13642 2001-11-20 [hiro]       0.6.5claws24
13643
13644         * src/compose.[ch]
13645                 more merges from main branch
13646                 removed fatal warnings (uninitialized variables etc.)
13647                 some coding style fix
13648         * src/gtkutils.h
13649                 fixed typo.
13650         * src/addressbook.c
13651           src/addrindex.c
13652                 V-Card -> vCard
13653
13654 2001-11-19 [hoa]        0.6.5claws23
13655
13656         * src/filtering.c
13657         * src/prefs_scoring.c
13658         * src/matcher.[ch]
13659         * src/scoring.c
13660                 cleaning code
13661
13662         * src/matcher_parser_parse.y
13663         * src/prefs_filtering.c
13664                 bouncing
13665
13666 2001-11-19 [alfons]     0.6.5claws22
13667
13668         more of my old things into claws
13669
13670         * src/Makefile.am
13671         * src/prefs_common.c
13672         * src/procmsg.h
13673         * src/summaryview.[ch]
13674         * src/prefs_summary_column.c
13675         * src/pixmaps/locked.xpm
13676                 add indicators for locking of message in summary view
13677                 (does not work yet, only visual indicator)
13678
13679 2001-11-19 [paul]       0.6.5claws21
13680
13681         * sync with sylpheed 0.6.5cvs10
13682                 see ChangeLog entry 2001-11-19
13683
13684 2001-11-18 [alfons]     0.6.5claws20
13685         
13686         * src/filtering.c
13687                 remove an inadvertent free I forgot in previous clean up 
13688
13689 2001-11-18 [alfons]     0.6.5claws19
13690
13691         * src/filtering.[ch]
13692                 clean up & plug leaks
13693
13694 2001-11-18 [paul]       0.6.5claws18
13695
13696         * sync with sylpheed 0.6.5cvs9
13697                 see ChangeLog entries 2001-11-17 and 2001-11-18
13698
13699 2001-11-16 [paul]       0.6.5claws17
13700
13701         * sync with sylpheed 0.6.5cvs8
13702                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13703
13704 2001-11-16 [paul]       0.6.5claws16
13705
13706         * sync with sylpheed 0.6.5cvs7
13707                 see ChangeLog entries 2001-11-15 and 2001-11-16
13708
13709 2001-11-15 [hoa]        0.6.5claws15
13710
13711         * src/compose.c
13712                 fix bounce, mails we received couln't be bounced to ourself.
13713
13714         * src/defs.h
13715         * src/filtering.[ch]
13716         * src/matcher.[ch]
13717         * src/matcher_parser.h
13718         * src/matcher_parser_lex.l
13719         * src/matcher_parser_parse.y
13720         * src/inc.c
13721         * src/main.c
13722         * src/mbox.c
13723         * src/prefs_filtering.[ch]
13724         * src/mainwindow.c
13725         * src/prefs_matcher.c
13726         * src/prefs_scoring.c
13727         * src/scoring.[ch]
13728         * src/summaryview.c
13729                 new matcher/filter/score configuration file parser
13730                 one unique configuration file => ~/.sylpheed/matcherrc
13731                 import in currently automatic, then save are made
13732                 in this new file.
13733                 one filter per folder and one global filter
13734                 (filter of a folder will be used as folder processing)
13735
13736         * src/folder.c
13737                 fix a bug in folder_item_get_identifier
13738                 
13739         * src/messageview.c
13740                 receive receipt return are fixed.
13741
13742 2001-11-14 [alfons]     0.6.5claws14
13743
13744         * src/session.h
13745                 add things from main branch to make claws compile
13746
13747 2001-11-14 [paul]       0.6.5claws13
13748
13749         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13750                 see ChangeLog entries 2001-11-08 to 2001-11-14
13751
13752 2001-11-14 [hoa] 0.6.5claws12
13753
13754         * src/compose.[ch]
13755         * src/mainwindow.c
13756         * src/summaryview.c
13757                 add "bounce mail" option
13758
13759 2001-11-13 [christoph]  0.6.5claws11
13760
13761         * src/compose.c
13762                 Cleanup a mess i add before commiting
13763
13764 2001-11-13 [hoa]        0.6.5claws10
13765
13766         * src/compose.c
13767                 some fixes when mail are sent or
13768                 for crossposts
13769
13770 2001-11-13 [christoph]  0.6.5claws9
13771
13772         * po/de.po
13773                 Changed two string with the same translation
13774         * src/compose.c
13775         * src/procmsg.[ch]
13776         * src/send.[ch]
13777                 New mailsending process:
13778                   - Always queue message before sending
13779                     (message will be saved if sylpheed crashed or
13780                      freezes while sending)
13781                   - Allow queuing of newspostings
13782                   - No copy in outbox before sending
13783                     (closes bug #469501)
13784                   - No more redundant code for send and send_later
13785         * src/summaryview.c
13786                 Applied wwp <subscript@free.fr>'s patch that fixes
13787                 marks for multiple forwarded messages (+compose.c)
13788
13789 2001-11-12 [alfons]
13790
13791         * README.claws
13792                 remove things that are now in main branch
13793         
13794         * po/nl.po
13795                 update Dutch translation
13796
13797 2001-11-12 [mhadasht]   0.6.5.claws8
13798
13799         * src/prefs_common.c
13800                 re-enabled account autoselection feature for forward
13801                 and reedit lost during the branch point for SYNC-B4-REL
13802         * src/gtkspell.c
13803                 gtkpspell_get_dict(): more readable code (even if function is
13804                 not used yet)
13805         * ChangeLog.claws
13806                 added version number info to 2001-11-12 [hiro] comment.
13807
13808 2001-11-12 [hiro]       0.6.5.claws7
13809
13810         * src/compose.c
13811                 compose_forward(): fixed a bug that forward quote mark
13812                 wasn't used.
13813                 removed unnecessary code.
13814         * src/template_select.[ch]: removed.
13815
13816 2001-11-11 [alfons]
13817
13818         * src/compose.c
13819                 :%s/GTK_TEXT/GTK_STEXT/g
13820         
13821         * src/compose.[ch]
13822         * src/undo.[ch]
13823         * src/Makefile.am
13824                 revert the undo stuff (this is 0.6.6claws stuff)
13825
13826 2001-11-11 [hoa]        0.6.5.claws6
13827
13828         * src/compose.[ch]
13829                 Insert signature at the end of the text.
13830                 Added undo patch but currently disabled
13831
13832         * src/procmsg.c
13833                 Threading by subject improved.
13834
13835         * added src/undo.[ch]
13836                 Undo module for compose dialog box.
13837
13838 2001-11-11 [alfons]     0.6.5.claws5
13839
13840         * src/procmsg.c
13841                 prevent threading by subject on nodes that have already been
13842                 threaded by in-reply-to (as in "circular references in a tree
13843                 result in a dead branch")
13844
13845 2001-11-09 [hoa]        0.6.5.claws4
13846         
13847         * src/folderview.c
13848                 allows creation of mbox folder item from any files.
13849
13850 2001-11-09 [alfons]     0.6.5.claws3
13851         
13852         * src/utils.c
13853         * src/procmsg.c
13854                 do what I mean and correct threading by subject so it really
13855                 ignores attracting lines without "Re: "
13856
13857 2001-11-07 [alfons]     0.6.5.claws2
13858
13859         * src/procmsg.c
13860         * src/utils.[ch]
13861                 only attract by subject if a subject line starts with a "Re: "
13862         * src/syldap.c
13863                 remove warning
13864
13865 2001-11-07 [paul]       0.6.5claws1
13866
13867         * sync with sylpheed 0.6.5. release
13868                 see ChangeLog entry 2001-11-07
13869
13870 2001-11-07 [paul]       0.6.4claws31
13871
13872         * sync with sylpheed 0.6.4cvs18
13873                 see ChangeLog entries 2001-10-30 to 2001-11-07
13874                 prefs_templates.[ch] renamed prefs_template.[ch]
13875
13876 2001-11-06 [alfons]
13877         
13878         * src/utils.h
13879                 add semicolon Hoa forgot ;-)
13880                 
13881
13882 2001-11-06 [hoa]        0.6.4claws30
13883         
13884         * src/procmsg.c
13885         * src/summaryview.c
13886         * src/utils.c
13887         * src/utils.h
13888                 threading by subject - empty subject are ignored
13889
13890 2001-11-06 [christoph]  0.6.4claws29
13891
13892         * src/socket.c
13893                 use SSL_peek for sock_gets
13894         * src/utils.c
13895                 removed unneeded pointer in extracting quoted
13896                 names implementation
13897
13898 2001-11-06 [melvin]     0.6.4claws28
13899
13900         * src/gtkspell.c
13901                 fixed bug #476792 Selection overtyping with spell checker
13902                 fixed bug which could cause a buffer overflow
13903                 fixed a memory leak
13904
13905 2001-11-06 [hoa]        0.6.4claws27
13906         
13907         * src/procmsg.c
13908         * src/summaryview.c
13909                 threading by subject
13910
13911 2001-11-05 [alfons]     0.6.4claws26
13912         
13913         * README.claws
13914                 Claws -> Sylpheed (vice versa)
13915
13916         * src/compose.c
13917                 :%s/gtk_text/gtk_stext/g
13918                 :%s/GTK_TEXT/GTK_STEXT/g
13919                 (thanks to Jonathan Ware for spotting this)
13920
13921 2001-11-04 [christoph]  0.6.4claws25
13922
13923         * src/summaryview.c
13924                 replace Xalloca + strdup with Xstrdup_a
13925         * src/utils.c
13926                 better implementation of extracting quoted names
13927                 from addresses (remove backlashes and ignore
13928                 quotes after them)
13929
13930 2001-11-04 [alfons]     0.6.4claws24
13931
13932         * src/utils.[ch]
13933                 edit to comply more with coding style
13934
13935         * src/textview.c
13936                 fix bug reported by Kim Schulz. introduced by the patch integrated
13937                 in 0.6.4claws15. the code did not check the return value of
13938                 the html parser.
13939
13940         * AUTHORS
13941                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13942
13943 2001-11-04 [christoph]  0.6.4claws23
13944
13945         * src/main.c
13946         * src/prefs_common.[ch]
13947                 init some pointers that possibly caused a segfault
13948                 reported in the claws-users ML
13949
13950 2001-11-04 [hoa]        0.6.4claws22
13951
13952         * src/grouplistdialog.c
13953                 change the names of the nodes in the tree
13954
13955         * src/compose.c
13956                 enhanced mailto syntax as described in
13957                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13958                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13959
13960         * src/utils.c
13961                 encode and decode URI (useful when opening URL into
13962                 netscape).
13963
13964 2001-11-03 [hoa]        0.6.4claws21
13965
13966         * src/grouplistdialog.c
13967                 a new newsgroups list selection dialog box
13968                 with a CTree instead of a CList
13969
13970 2001-11-03 [hoa]        0.6.4claws20
13971
13972         * src/folderview.c
13973                 enable property and scoring options when right
13974                 click on "inbox"
13975
13976         * src/summaryview.c
13977                 fixed bug when nickname were displayed using
13978                 the address book.
13979
13980 2001-11-02 [darko]      0.6.4claws19
13981
13982         * src/compose.c
13983                 new wrap quotation and URL/long words wrapping implementation
13984         * src/compose.c src/gtkstext.[ch]
13985                 move gtkstext_strncmp() to gtkstext.c
13986
13987 2001-11-01 [christoph]  0.6.4claws18
13988
13989         * src/prefs_account.c
13990                 fixed mess in account settings dialog
13991         * src/prefs_folder_item.c
13992                 added label with folder path to dialog
13993
13994 2001-10-31 [match]      0.6.4claws17
13995
13996         * src/vcard.c
13997                 fix memory leak.
13998         * src/addrbook.c
13999                 fix generation of spurious address book file names.
14000                 remove redundant functions.
14001         * po/POTFILES.in
14002                 added missing file names.
14003
14004 2001-10-30 [paul]       0.6.4claws16
14005
14006         * sync with sylpheed 0.6.4cvs6
14007                 see ChangeLog entries 2001-10-26 to 2001-10-30
14008
14009         * tools/filter_conv.pl
14010                 read folderlist.xml to discover whether the top-level
14011                 folder is called 'Mailbox' or 'Mail' 
14012
14013 2001-10-29 [paul]       0.6.4claws15
14014
14015         * src/html.c, src/textview.c
14016                 activate links in html mail and fix clickable parts
14017                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14018
14019 2001-10-29 [paul]
14020
14021         * po/de.po, po/es.po, po/pt_BR/po
14022                 updated translations, submitted by Jens Oberender,
14023                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14024
14025 2001-10-29 [darko]      0.6.4claws14
14026
14027         * src/compose.c
14028                 fix wrapping for good
14029
14030 2001-10-29 [darko]
14031
14032         * src/compose.c
14033                 undo previous change as it broke the smart wrapping
14034
14035 2001-10-29 [darko]      0.6.4claws13
14036
14037         * src/compose.c
14038                 fix infinite loop when long URL is quoted
14039                 (closes bug #475122.
14040
14041 2001-10-28 [match]
14042
14043         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14044                 import Mutt address book
14045         * src/ldif.[ch] src/importldif.h
14046                 modified import LDIF handle user attributes
14047
14048 2001-10-28 [christoph]  0.6.4claws12
14049
14050         * src/summaryview.c
14051                 fixed that filtering did not work if there
14052                 were no filter rules
14053                 (closes bug #472003 and better implementation
14054                  of patch #474644)
14055
14056 2001-10-27 [christoph]  0.6.4claws11
14057
14058         * src/compose.c
14059                 make the folder's default account to be used when
14060                 replying. (patch by wwp <subscript@free.fr>)
14061         * src/compose.c
14062                 code cleanup, nearly killed all of wwp's patch
14063                 for folder's default account in compose
14064         * src/folderview.c
14065                 error panel when a folder could not be created
14066                 (closes bug #471080 new folder name & already
14067                  existing file)
14068
14069 2001-10-26 [alfons]
14070
14071         * src/utils.h
14072                 change prototype of strstr2() that Christoph forgot about
14073
14074 2001-10-26 [christoph]  0.6.4claws10
14075
14076         * src/account.c
14077                 made search for accounts by email address not case
14078                 sensitive
14079         * src/folder.c
14080                 fixed memory leak in folder_item_get_identifier
14081         * src/gtkspell.c
14082         * src/utils.c
14083                 fixed wrong strstr2 (should work like strstr)
14084
14085 2001-10-26 [darko]      0.6.4claws9
14086
14087         * src/compose.c src/gtkstext.[ch]
14088         * src/gtkstext.c
14089                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14090
14091 2001-10-26 [paul]       0.6.4claws8
14092
14093         * src/html.c
14094                 ignore css and javascript tags in html mail
14095                 case-insensitive, with or without double-quoted
14096                 strings
14097
14098 2001-10-26 [paul]       0.6.4claws7
14099
14100         * sync with sylpheed 0.6.4cvs1
14101                 see ChangeLog entry 2001-10-26
14102
14103         * src/prefs_account.c, src/prefs_common.c,
14104           src/prefs_summary_column.c
14105                 minor improvements to the English
14106
14107 2001-10-25 [alfons]     0.6.4claws6
14108
14109         * src/gtkstext.c
14110         
14111                 make GtkSText follow style of GtkText (closes bug 
14112                 #469211 "text selection while writing message")
14113                 
14114                 do sync with GTK 1.2.10
14115
14116 2001-10-25 [paul]       0.6.4claws5
14117
14118         * src/html.c
14119                 ignore css tags in html mail
14120
14121 2001-10-25 [darko]      0.6.4claws4
14122
14123         * src/compose.c
14124                 don't declare is_url_string as static function since
14125                 we need it in gtkstext.c
14126         * src/gtkstext.c
14127                 remove unused variable
14128                 don't wrap long URLs while composing a message
14129
14130 2001-10-24 [christoph]  0.6.4claws3
14131
14132         * src/socket.c
14133                 fix ssl deadlock, when peer closes connection
14134
14135 2001-10-24 [paul]       0.6.4claws2
14136
14137         * src/prefs_common.c
14138                 gettextize the gpg ascii-armored warning message
14139
14140         * src/compose.c
14141                 insert a DOS/MAC file into the composed message
14142                 (improvements)
14143
14144         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14145
14146 2001-10-22 [paul]       0.6.4claws1
14147
14148         * sync with sylpheed 0.6.4 release
14149                 see ChangeLog entries 2001-10-21
14150
14151         * po/fr.po, po/pt_BR.po
14152                 updated by Melvin Hadasht and Fabio Junior Beneditto
14153
14154 2001-10-21 [paul]       0.6.3claws30
14155
14156         * src/compose.c
14157                 insert a DOS text file from the compose window
14158                 into the composed message text (removes CRs characters)
14159                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14160
14161         * tools/filter_conv.pl, tools/README
14162                 automatically use ~/.sylpheed as working directory
14163                 print out confirmation message on completion
14164
14165         * correct Hoa's last ChangeLog.claws entry
14166
14167 2001-10-20 [hoa]        0.6.3claws29
14168
14169         * src/grouplistdialog.c
14170                 bugfix (another ?) to give the right
14171                 newsgroups list for each news server.
14172
14173         * src/news.c
14174         * src/news.h
14175                 improve the newsgroups list cache
14176
14177 2001-10-20 [paul]       0.6.3claws28
14178
14179         * sync with sylpheed 0.6.3cvs9
14180                 see ChangeLog entry 2001-10-19
14181
14182         * correct Alfons' last ChangeLog.claws entry
14183
14184 2001-10-19 [alfons]
14185
14186         * src/pgptext.[ch]
14187                 fix compilation problems (part of bug #472895)
14188
14189 2001-10-18 [hoa]        0.6.3claws27
14190
14191         * src/grouplistdialog.c
14192                 bugfix when we refresh was clicked (bug 472701)
14193
14194 2001-10-19 [christoph]  0.6.3claws26
14195
14196         * src/compose.c
14197                 last header entry should default to "To:" or
14198                 "Newsgroups:" and not copy the last entry line
14199                 in a new compose window
14200                 (closes bug #472686, #470792)
14201
14202 2001-10-19 [paul]       0.6.3claws25
14203
14204         * sync with Sylpheed 0.6.3cvs8
14205                 see ChangeLog entries 2001-10-18 and 2001-10-19
14206
14207 2001-10-18 [christoph]  0.6.3claws24
14208
14209         * src/procmsg.c
14210                 reimplement ignore thread
14211         
14212 2001-10-18 [hoa]        0.6.3claws23
14213
14214         * src/folderview.c
14215         * src/grouplistdialog.[ch]
14216                 enhanced news subscription interface (feature 469113)
14217
14218         * src/news.c
14219         * src/news.h
14220                 enchanced newsgroup listing,
14221                 now, we can get groups informations
14222                 (NNTPGroupInfo)
14223
14224 2001-10-18 [paul]       0.6.3claws22
14225
14226         * src/summaryview.c
14227                 remove comment (sync with main branch)
14228         * src/mainwindow.c
14229                 fix 'Re-edit' bug in 'Message' menu
14230
14231 2001-10-17 [christoph]  0.6.3claws21
14232
14233         * src/compose.c
14234                 ignore empty or whitespace only header lines
14235
14236 2001-10-17 [paul]       0.6.3claws20
14237
14238         * sync with sylpheed 0.6.3cvs7
14239                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14240                 2001-10-17
14241
14242 2001-10-17 [darko]
14243
14244         * src/compose.c
14245                 wrap long lines without spaces
14246                 don't wrap URLs
14247
14248 2001-10-16 [paul]
14249
14250         * po/es.po, po/nl.po, po/pt_BR.po
14251                 updated by Ricardo Mones Lastra, Alfons,
14252                 and Fabio Junior Beneditto
14253
14254         * sylpheed-0.6.3claws released
14255
14256 2001-10-15 [melvin] 0.6.3claws18
14257
14258         * README.claws
14259                 added summary and detailed installation instructions
14260                 for spell checker
14261         * po/fr.po
14262                 Updated, corrected and completed french translation
14263
14264 2001-10-15 [hoa] 0.6.3claws17
14265         * src/grouplistdialog.c
14266                 we can choose the newsgroups to display with wildcards
14267
14268 2001-10-15 [christoph]  0.6.3claws16
14269
14270         * src/account.c
14271         * src/compose.c
14272         * src/prefs_folder_item.[ch]
14273                 applied wwp <subscript@free.fr>'s folder
14274                 default account patch
14275         * po/de.po
14276                 Fixed wrong translation
14277
14278 2001-10-13 [alfons, christoph, melvin]  
14279                         0.6.3claws15
14280
14281         solution #2 to solve MT-safety problems defers all GUI related calls
14282         to the main thread using a gtk_idle_add() callback. discussed on
14283         ircnet #sylpheed, with christoph spotting some issues with the
14284         original code, and melvin allowing us to lobotomize his sylpheed.
14285
14286         * src/syldap.[ch], src/main.c
14287                 fix race problem in ldap search thread by deferring GUI 
14288                 stuff to main thread using gtk_idle_add()
14289
14290 2001-10-13 [paul]       0.6.3claws14
14291
14292         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14293                 add Sergey's smtpcred.patch
14294                 adds separate username/password setting for SMTP Auth
14295                 needed by some servers
14296                 (closes feature request #471659)
14297
14298 2001-10-13 [paul]       0.6.3claws13
14299
14300         * src/pgptext.[ch] **NEW FILES**
14301         * src/Makefile.am, src/messageview.c, src/mimeview.c
14302                 decrypt ascii-armored gpg text embedded in
14303                 the message body.
14304                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14305
14306 2001-10-13 [christoph]  0.6.3claws12
14307
14308         * README.claws
14309                 some more details on default to and
14310                 feature requests
14311         * src/main.c
14312                 init glib threading when ldap is used
14313         * src/syldap.c
14314                 threading fixes
14315         * po/de.po
14316                 fixed a typo
14317
14318 2001-10-12 [paul]       0.6.3claws11
14319
14320         * src/prefs_common.[ch], src/rfc2015.c
14321                 enable ascii-armored gpg text to be embedded in the
14322                 message body, selectable through the 'Privacy'
14323                 preferences. Supports encrypting only.
14324                 Submitted by Ravemax <ravemax@dextrose.com>
14325
14326 2001-10-12 [paul]       0.6.3claws10
14327
14328         * sync with sylpheed 0.6.3cvs6
14329                 see ChangeLog entries 2001-10-11 and 2001-11-12
14330
14331         * src/folderview.c
14332                 incorporated mbox folders, scoring, and folder
14333                 properties into the sync
14334
14335 2001-10-12 [darko]      0.6.3claws9
14336
14337         * README.claws
14338                 describe quotation wrapping
14339         * src/compose.c
14340                 don't treat tab as space to calculate line length properly
14341
14342 2001-10-11 [alfons]
14343
14344         * README.claws
14345                 correct description of how to make new filtering system work,
14346                 add some other things
14347                 
14348         * src/syldap.c
14349                 remove sched_yield() (not necessary / unportable)
14350
14351 2001-10-11 [paul]       0.6.3claws8
14352
14353         * sync with sylpheed 0.6.3cvs3
14354                 see ChangeLog entry 2001-10-10
14355
14356 2001-10-10 [christoph]  0.6.3claws7
14357
14358         * .cvsignore
14359                 ignore 2 files created by newer autotools
14360         * src/prefs_folder_item.c
14361                 using table for widget alignment
14362                 fixed memory leak and broken octal display
14363         * src/filesel.c
14364                 fixed segfault caused by lost filename
14365                 workaround (closes bug #469551)
14366
14367 2001-10-10 [paul]       0.6.3claws6
14368
14369         * sync with sylpheed 0.6.3cvs2
14370                 see ChangeLog entries 2001-10-09 and 2001-10-10
14371
14372 2001-10-10 [darko]      0.6.3.claws5
14373
14374         * src/gtkstext.c
14375                 proper calculation of right margin if smart wrapping is enabled
14376         * src/compose.c
14377                 automatically wrap long lines if wrap quotation is enabled
14378
14379 2001-10-09 [alfons]     0.6.3.claws4
14380
14381         * src/summaryview.c
14382                 select correct row when deleting last row in the summary view (and
14383                 close bug "[ #469104 ] select second last in list when deleting")
14384
14385 2001-10-09 [paul]       0.6.3claws3
14386
14387         * sync with sylpheed 0.6.3cvs1
14388                 updated some autotool scripts
14389
14390 2001-10-09 [darko]      0.6.3claws2
14391
14392         * src/gtkstext.[ch]
14393                 new name and mark with Sylpheed comment
14394         * src/compose.c
14395                 smart quotation wrapping a-la VIM
14396
14397 2001-10-08 [paul]       0.6.3claws1
14398
14399         * sync with sylpheed 0.6.3 release
14400                 see ChangeLog entry 2001-10-08
14401
14402 2001-10-08 [paul]       0.6.2claws24
14403
14404         * src/summaryview.c
14405                 more sync with sylpheed 0.6.2cvs12
14406                 Fixed the bug that didn't select the last row correctly
14407
14408
14409 2001-10-07 [paul]       0.6.2claws23
14410
14411         * sync with sylpheed 0.6.2cvs12
14412                 see ChangeLog entry 2001-10-07
14413
14414 2001-10-06 [match]
14415         * src/jpilot.[ch]
14416                 enable jpilot to read unsynch'ed addresses.
14417
14418         * src/editldap_basedn.c
14419                 fix segfault when opening dialog.
14420
14421 2001-10-06 [alfons]     0.6.2.claws22
14422
14423         * src/summaryview.c
14424                 fix bug with summary view selecting last *inserted*
14425                 node instead of last *visible* node. remember we
14426                 work with a tree
14427
14428 2001-10-06 [paul]       0.6.2claws21
14429
14430         * po/pt_BR.po
14431                 updated translation, contains some fixes and new
14432                 translations, submitted by Gustavo Noronha Silva
14433                 <kov@debian.org>
14434
14435         * src/prefs_common.c
14436                 change 'each' to 'every' - fix dubious English
14437
14438         * sync with sylpheed 0.6.2cvs11
14439
14440 2001-10-05 [alfons]     0.6.2claws20
14441
14442         * src/mainwindow.[ch], src/folderview.c
14443                 make composite tool button switch between "Compose News"
14444                 and "Compose Mail" depending on selected folder
14445                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14446
14447 2001-10-05 [paul]       0.6.2claws19
14448
14449         * src/mainwindow.c, src/summaryview.c
14450                 fix 'Message/Reply to all', broken in last commit
14451
14452         * src/compose.c
14453                 fix X_BEENTHERE seg fault, thanks to Alfons
14454
14455 2001-10-04 [paul]       0.6.2claws18
14456
14457         * src/compose.[ch], src/mainwindow.c
14458                 make "Message/Reply" reply to mailing lists; matches
14459                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14460                 based on portions of the patch submitted by
14461                 Junichi Uekawa <dancer@netfort.gr.jp>
14462
14463 2001-10-04 [darko]      0.6.2claws17
14464
14465         * src/compose.c
14466                 better smart wrapping
14467         * src/gtkstext.[hc]
14468                 a function to make text buffer contiguous
14469
14470 2001-10-03 [paul]       0.6.2claws16
14471
14472         * sync with sylpheed 0.6.2cvs10
14473
14474 2001-10-02 [alfons]
14475
14476         * configure.in
14477         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14478                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14479                 references to chinese translations (hope someone picks up
14480                 this)
14481
14482 2001-10-02 [christoph]  0.6.2claws15
14483
14484         * src/compose.c
14485                 fixed non translated header bug
14486         * ChangeLog.claws
14487                 fixed wrong date in alfons last entry ;)
14488
14489 2001-10-02 [alfons]     0.6.2claws14
14490
14491         * src/compose.c, src/prefs_common.[ch]
14492                 add block cursor option
14493
14494 2001-10-02 [paul]       0.6.2claws13
14495
14496         * sync with sylpheed 0.6.2cvs9
14497
14498 2001-09-30 [paul]       0.6.2claws12
14499
14500         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14501                 updated translations
14502
14503         * po/POTFILES.in
14504                 add 'src/importldif.c'
14505
14506         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14507                 added eudora-to-vCard conversion tool
14508                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14509
14510         * sync with sylpheed 0.6.2cvs8
14511
14512 2001-09-30 [paul]
14513
14514         * sylpheed-0.6.2claws released
14515
14516 2001-09-27 [melvin]     0.6.2claws11
14517
14518         * src/gtkspell.c
14519                 fixed crash when using default path (introduced 
14520                 in 0.6.2claws10)
14521                 fixed tiny bug for initial suggestion mode
14522
14523 2001-09-27 [melvin]     0.6.2claws10
14524         
14525         * src/gtkspell.c
14526                 fixed bug where gtkpspell didn't set the path correctly
14527
14528         * README.claws
14529                 added a paragraph about spell checking
14530                 
14531
14532
14533 2001-09-27 [paul]       0.6.2claws9
14534
14535         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14536                 replace '// comments' with '/* comments */' to prevent
14537                 some compiler warnings 
14538
14539         * sync with sylpheed 0.6.2cvs6
14540
14541 2001-09-26 [alfons]     0.6.2claws8
14542
14543         * src/messageview.c
14544                 introduce return receipt request notification again,
14545                 which was lost because of other semantics in 
14546                 procheader_parse() (???)
14547
14548 2001-09-26 [christoph]  0.6.2claws7
14549
14550         * src/compose.c
14551                 replace comments for old code with #if 0
14552                 readded auto cc, bcc and reply-to
14553         * src/prefs_matcher.c
14554         * src/prefs_scoring.c
14555                 removed some definition (was moved to
14556                 prefs.h)
14557
14558 2001-09-26 [paul]       0.6.2claws6
14559
14560         * src/mainwindow.c
14561                 make 'Follow-up and reply to' sensitive
14562
14563         * more sync with sylpheed 0.6.2cvs5
14564
14565 2001-09-25 [melvin]
14566
14567         * 0.6.2claws5
14568
14569         * src/gtkspell.c
14570                 fixed bug for "US-ASCII" introduced by the encoding code
14571
14572 2001-09-25 [paul]
14573
14574         * 0.6.2claws4
14575
14576         * src/prefs_common.[ch], src/summaryview.c
14577                 'next unread msg' 'go to next folder?' dialog can be
14578                 given default behaviour, either always show dialog,
14579                 or assume 'yes', or assume 'no'
14580                 Submitted by wwp <subscript@free.fr>
14581
14582 2001-09-25 [melvin]
14583                 
14584         * src/compose.c src/gtkspell.[ch]
14585                 added support for different encodings
14586
14587 2001-09-25 [paul]
14588
14589         * more sync with sylpheed 0.6.2cvs5
14590
14591 2001-09-24 [alfons]
14592         
14593         * src/prefs_folder_item.c
14594                 add check for item->prefs->default_to string is NULL and
14595                 add another check when freeing this string
14596
14597 2001-09-24 [paul]
14598
14599         * configure.in
14600                 change to version 0.6.2claws3
14601
14602         * sync with sylpheed 0.6.2cvs5 
14603
14604 2001-09-24 [match]
14605         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14606                 import LDIF files.
14607         * src/addrcache.[ch], addrindex.[ch]
14608                 small update for future
14609         * src/addrbook.c
14610                 fix test XML file.
14611
14612 2001-09-24 [melvin]
14613         * src/gtkspell.[ch]
14614                 added 'Learn from mistakes' option
14615                 better handling of quotes in checked words
14616                 sorted dict list
14617         * po/fr.po
14618                 small update for spell checking stuff
14619
14620 2001-09-23 [alfons]
14621         
14622         * src/gtkspell.c
14623                 edit a little bit so it complies more with main coding style
14624
14625 2001-09-23 [alfons]
14626
14627         * src/folder.[ch], prefs_folder_item.c, compose.c
14628                 migrate "request return receipt" folder property
14629                 to folderlist.xml
14630
14631 2001-09-22 [alfons]
14632
14633         * README.claws **NEW**
14634                 (add things of interest for users of main branch 
14635                 and claws here)
14636
14637         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14638                 re-implement threading per folder option, but store 
14639                 the setting in folderlist.xml (where it belongs)
14640
14641 2001-09-21 [melvin]
14642
14643         * src/gtkspell.[ch]
14644                 fixed bug when compose window is under another window
14645         * src/prefs_common.[ch] src/compose.c
14646                 changed 'dictionary_path' to 'dictionary' to be consistent
14647                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14648         * ac/pspell.m4 src/Makefile.am 
14649                 dropped PSPELL_PATH macro
14650         * po/fr.po
14651                 updated translations
14652
14653 2001-09-21 [christoph]
14654
14655         * src/compose.c
14656                 added border around header fields
14657                 keep header type when new field is added
14658
14659 2001-09-20 [christoph]
14660
14661         * src/utils.[ch]
14662                 more portable debug_print with source filename
14663                 and linenumber
14664         * src/procmsg.c
14665                 more newlines after debug messages
14666
14667 2001-09-20 [paul]
14668
14669         * configure.in
14670                 change to version 0.6.2claws2
14671
14672         * sync with sylpheed 0.6.2cvs3
14673
14674 2001-09-19 [melvin]
14675
14676         * src/gtkspell.c
14677                 fixed the post-right-click focus pb
14678                 fixed crash when 'Spell check all' after dict change 
14679                         and when cursor is at the end of the text
14680                 shift-right-click pops up config menu even on misspelled words.
14681         * po/POTFILES.in
14682                 added gtkspell.c
14683
14684 2001-09-19 [melvin]
14685
14686         * src/about.c
14687                 added pspell to compiled-in features list
14688
14689 2001-09-18 [melvin]
14690
14691         * switched to pspell and dropped ispell
14692         * ac/pspell.m4
14693                 new file. autoconf macro for pspell
14694         * ac/Makefile.am 
14695         * configure.in acconfig.h
14696                 added pspell support
14697         * src/Makefile.am
14698         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14699         * src/prefs_common.[ch] 
14700                 added pspell support
14701
14702 2001-09-18 [christoph]
14703
14704         * src/addr_compl.c
14705         * src/template.[ch]
14706                 replace LOG_MESSAGE with debug_print
14707         * src/compose.[ch]
14708                 gui improvements
14709         * src/menu.c
14710                 added newline after debug message
14711         * src/utils.h
14712                 using __VA_ARGS__ for debug_print macro
14713         * tools/.cvsignore
14714                 ignore Makefile and Makefile.in
14715
14716 2001-09-18 [paul]
14717
14718         * configure.in
14719                 change to version 0.6.2claws1
14720         * sync with sylpheed 0.6.2cvs1
14721
14722         * src/matcher.c 
14723         * src/prefs_matcher.c
14724                 add 'score equal to' option, submitted by
14725                 Paul Evans <nerd@freeuk.com>
14726
14727 2001-09-15 [christoph]
14728
14729         * src/mainwindow.c
14730                 comment out menu entry not existing in claws
14731         * src/menu.c
14732                 add debug output for non existing menu entries
14733         * src/summaryview.c
14734                 fix next/prev unread message for ignored threads
14735         * src/utils.[ch]
14736                 add sourcefile and line number to debug output
14737                 otherwise it is sometimes hard to find the
14738                 source code part if debug messages are translated
14739
14740 2001-09-14 [darko]
14741         
14742         * src/folderview.c
14743                 refresh target folder style after colour is changed
14744
14745 2001-09-13 [paul]
14746
14747         * configure.in
14748                 change to version 0.6.1claws3
14749
14750         * sync with sylpheed 0.6.1cvs6
14751
14752 2001-09-13 [darko]
14753         
14754         * src/folderview.c
14755                 fix target folder colourization to use user selected colour
14756
14757 2001-09-12 [darko]
14758         
14759         * src/summaryview.c
14760                 fix crash when message that is marked for copy/move is unmarked
14761
14762 2001-09-09 [paul]
14763
14764         * configure.in
14765                 change to version 0.6.1claws2
14766
14767         * sync with sylpheed 0.6.1cvs3
14768
14769 2001-09-09 [alfons]
14770         
14771         * src/folderview.c
14772                 fix bug with default font used for trash folder text
14773
14774 2001-09-06 [paul]
14775
14776         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14777                 updated translations
14778
14779         * configure.in
14780                 change to version 0.6.1claws1
14781
14782         * sync with sylpheed 0.6.1cvs2
14783
14784 2001-09-03 [paul]
14785
14786         * po/POTFILES.in
14787                 add Match's new addressbook
14788
14789         * po/de.po
14790                 updated translation submitted by Jens Oberender
14791
14792 2001-09-02 [paul]
14793
14794         * configure.in
14795                 change to 0.6.1claws
14796         * sync with sylpheed 0.6.1 release
14797
14798 2001-09-02 [paul]
14799
14800         * configure.in
14801                 change to 0.6.0claws2
14802
14803         * sync with sylpheed 0.6.0cvs4
14804
14805         * po/pt_BR.po
14806                 updated translation submitted by Fabio Junior Beneditto
14807
14808 2001-09-01 [match]
14809         * pixmaps/
14810                 interface.xpm
14811                 book.xpm
14812                 address.xpm
14813         * src/
14814                 Makefile.am
14815                 a ton of new files
14816
14817 2001-08-31 [paul]
14818
14819         * configure.in
14820                 change to version 0.6.0claws1
14821
14822         * sync with sylpheed 0.6.0cvs1
14823
14824         * po/es.po
14825                 updated translation submitted by Ricardo Mones Lastra
14826
14827         * po/POTFILES.in
14828                 add 'src/prefs_templates.c'
14829
14830         * src/compose.c, src/summaryview.c
14831                 fix segfault on 'Re_edit'               
14832
14833 2001-08-30 [alfons]
14834
14835         * configure.in, Makefile.am
14836         * tools/Makefile.am
14837                 add tools directory to source distribution
14838
14839 2001-08-30 [paul]
14840
14841         * configure.in
14842                 change to version 0.6.0claws
14843
14844         * sync with sylpheed 0.6.0 release
14845
14846 2001-08-30 [christoph]
14847
14848         * configure.in
14849                 removed autoconf version check
14850
14851 2001-08-30 [paul]
14852
14853         * src/account.c, src/compose.c, src/prefs_common.[ch]
14854         * src/procheader.[ch] src/utils.[ch]
14855                 Enhanced automatic account selection on replies
14856                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14857
14858         * configure.in
14859                 add LDAP and JPilot to the configuration results output.
14860
14861 2001-08-29 [christoph]
14862
14863         * src/summeryview.c
14864                 no bold font for ignored threads
14865
14866 2001-08-29 [paul]
14867
14868         * configure.in
14869                 change to version 0.5.3claws6
14870
14871         * sync with sylpheed 0.5.3cvs10
14872                 src/stringtable.[ch]: New Files
14873
14874         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14875         * src/pixmaps/sylpheed.xpm
14876                 add mini-icons to windows (by Alfons)
14877
14878 2001-08-27 [paul]
14879
14880         * src/mainwindow.c
14881                 new functions: next_labeled_cb(), prev_labeled_cb()
14882
14883         * src/summaryview.c
14884                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14885                 summary_select_next_labeled(), summary_select_prev_labeled()
14886
14887         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14888                 give claws blue folders and a blue trash can
14889
14890 2001-08-27 [paul]
14891
14892         * configure.in
14893                 change to version 0.5.3claws5
14894
14895         * sync with sylpheed 0.5.3cvs9
14896                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14897
14898 2001-08-24 [christoph]
14899
14900         * src/filesel.c
14901                 keep filename when browsing directories
14902                 (not working for user entered filename, but
14903                  for default name and selected filename from
14904                  file list)
14905         * src/mainwindow.c
14906                 fixed wrong spelling "Folllow-up"
14907         * src/mbox_folder.c
14908         * src/procmsg.c
14909         * src/summaryview.c
14910                 fixed new/unread message count with ignored
14911                 threads (2 commits, first didn't notice no
14912                 longer needed decreasing)
14913         * src/inc.c
14914                 readded scrolling of progress dialog
14915                 (lost in sync)
14916
14917 2001-08-24 [paul]
14918
14919         * configure.in
14920                 change to 0.5.3claws4
14921
14922         * sync with sylpheed 0.5.3cvs7
14923
14924 2001-08-24 [christoph]
14925
14926         * src/compose.c
14927                 set request return receipt when replying
14928                 if it is set is the folder prefs of the
14929                 message
14930         * src/inc.c
14931                 disable final error popup if popups are
14932                 disabled in config (again)
14933
14934 2001-08-23 [paul]
14935
14936         * configure.in
14937                 Change version number to 0.5.3claws3
14938
14939         * sync with sylpheed 0.5.3cvs5
14940
14941         * src/mimeview.c
14942                 double quote '%s' in 'gedit %s' to fix bug when
14943                 opening attachment with spaces in the name
14944
14945 2001-08-22 [alte]
14946         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14947           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14948                 initial message templates support
14949
14950
14951 2001-08-22 [paul]
14952
14953         * configure.in
14954                 change version number to 0.5.3claws2
14955
14956         * sync with sylpheed 0.5.3cvs4
14957
14958         * src/procmsg.h src/summaryview.c
14959                 re-implement (un)ignore thread
14960
14961 2001-08-21 [paul]
14962
14963         * src/summaryview.c
14964                 remove unnecessary code
14965         * src/compose.c
14966                 enable 'dynamic' signatures (submitted by
14967                 Eric Limpens <eric@hscg-internet.nl>)
14968
14969 2001-08-21 [paul]
14970
14971         clean up after sync with sylpheed 0.5.3 release
14972
14973         * src/folderview.c
14974                 fix re-introduced font mess, see Christoph's
14975                 entry 2001-06-24
14976
14977         * src/summaryview.c
14978                 remove prev_msgnum
14979                 use sylpheed's small font instead of
14980                 gtk default font for summary view
14981
14982
14983 2001-08-17 [paul]
14984
14985         * configure.in
14986                 add pl to ALL_LINGUAS - sync with main branch
14987
14988         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14989                 Updated. Translations by Jens Oberender, Ricardo Mones
14990                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14991
14992         * po/pl.po  ** NEW FILE **
14993                 sync with the main branch
14994
14995         * src/folderview.c
14996                 fix target folder colorizing and refresh problem
14997
14998
14999 2001-08-17 [christoph]
15000
15001         * src/mainwindow.c
15002                 claws uses 4 colors for target folder coloring.
15003                 arrays were not long enough and destroyed the
15004                 stack causing a segfault.
15005                 target folder colorizing does not work anymore
15006                 for me
15007
15008 2001-08-16 [paul]
15009
15010         * configure.in
15011                 change to version 0.5.3claws1
15012
15013         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15014           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15015           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15016
15017                 sync with sylpheed 0.5.3 release, but keep claws method of
15018                 configuring/saving fonts
15019
15020         * src/addressbook.[ch]
15021                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15022                 in line with a similar change in Hiroyuki's branch
15023
15024         * src/mainwindow.[ch]
15025                 disable main_window_set_thread_option()
15026         * src/prefs_folder_item.c
15027                 comment out &tmps_prefs.enable_thread,
15028         * src/mbox_folder.c, src/procmsg.[ch]
15029                 comment out MSG_IS_IGNORE_THREAD
15030         * src/summaryview.c
15031                 comment out summary_ignore_thread() and summary_unignore_thread()
15032                 comment out MSG_IS_IGNORE_THREAD
15033
15034                 use Hiroyuki's threading instead.
15035
15036
15037
15038 2001-08-15 [paul]
15039
15040         * src/account.c
15041                 use Hiroyuki's 0.5.3 column scheme but also
15042                 include the enable/disable button.
15043         * src/pixmaps/mark.xpm
15044                 add Hiroyuki's amended pixmap
15045
15046 2001-08-13 [christoph]
15047
15048         * src/account.c
15049                 receive at get all column showed wrong state for APOP
15050                 button should only work for POP3 and APOP accounts
15051         * src/prefs_account.c
15052                 added missing preprocessor statement for SSL
15053
15054 2001-08-12 [paul]
15055
15056         * src/account.[ch]
15057                 add 'receive at get all' column and enable/disable
15058                 button.
15059
15060 2001-08-06 [christoph]
15061
15062         * src/account.c
15063                 show usage of SSL in protocol column
15064
15065         * src/imap.c
15066         * src/inc.c
15067                 renamed ssl options
15068
15069         * src/prefs_account.[ch]
15070                 moved ssl options to a new page
15071
15072         * src/send.c
15073         * src/smtp.c
15074         * src/ssl.[ch]
15075                 renamed ssl options
15076                 added support for SMTP STARTTLS command
15077
15078 2001-08-05 [christoph]
15079
15080         * configure.in
15081                 debian autoconf needs version check to find
15082                 correct autoconf version. if the file is
15083                 named configure.in 2.13 is used, which does
15084                 not work with this configure.in script.
15085                 other solution would be to rename the script
15086                 to configure.ac as suggested in the autoconf
15087                 manual.
15088
15089         * src/inc.c
15090                 disable final error popup if popups are
15091                 diabled in config
15092
15093         * src/socket.c
15094                 bugfix in ssl_gets
15095                 fixes IMAP over SSL problem
15096
15097 2001-08-03 [paul]
15098
15099         * configure.in
15100                 change to 0.5.2claws1
15101
15102         * sync with sylpheed 0.5.2cvs1
15103
15104 2001-08-02 [alfons]
15105
15106         * configure.in
15107                 quick fix for ispell detection...
15108
15109 2001-08-01 [paul]
15110
15111         * configure.in
15112                 change to 0.5.1claws4
15113
15114         * sync with sylpheed 0.5.1cvs7
15115
15116 2001-07-31 [alfons]
15117
15118         * src/prefs_common.c, src/prefs_common.h, 
15119           src/gtkspell.c, src/gtkspell.h
15120                 add global spelling checker settings (compose tab) +
15121                 selection of dictionary 
15122           
15123         * configure.in  
15124                 guess valid ispell location
15125
15126 2001-07-31 [paul]
15127
15128         * po/POTFILES.in
15129                 removal of 'src/quote_fmt_parse.c'
15130         * po/de.po
15131                 Updated de.po
15132                 (submitted by Jens Oberender <didge@suse.de>)
15133
15134 2001-07-31 [darko]
15135
15136         * src/folder.[ch]
15137         * src/folderview.[ch]
15138         * src/mainwindow.c
15139         * src/mh.c
15140         * src/prefs_common.[ch]
15141         * src/summaryview.c
15142                 target folder colourization
15143
15144 2001-07-30 [paul]
15145
15146         more sync with Sylpheed 0.5.1cvs6 
15147
15148 2001-07-30 [darko]
15149
15150         * src/mh.c
15151         * src/prefs_folder_item.[hc]
15152         * src/summaryview.c
15153                 shared folders support with a GUI
15154
15155 2001-07-29 [paul]
15156
15157         0.5.1claws3
15158
15159         * sync with Sylpheed 0.5.1cvs6
15160
15161 2001-07-29 [paul]
15162
15163         * po/pt_BR.po
15164                 updated
15165                 (submitted by Fabio Junior Beneditto)
15166
15167 2001-07-28 [paul]
15168
15169         * src/procmime.c
15170         * AUTHORS
15171                 patch to correct bad image mime headers
15172                 (submitted by Don Quijote <dq@searchlores.org>)
15173
15174 2001-07-28 [paul]
15175
15176         * tools/gif2xface.pl   **NEW FILE**
15177         * tools/README
15178                 script to convert file.gif to file.xface for
15179                 use in a custom header.
15180                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15181
15182 2001-07-27 [alfons]
15183         
15184         * configure.in
15185                 change macros for detecting JPilot and LDAP
15186
15187 2001-07-27 [christoph]
15188
15189         * src/filtering.c
15190                 code cleanup (MIN / MAX warning, needed casting)
15191
15192 2001-07-27 [alfons]
15193
15194         * procheader.c
15195                 disallow setting flags when detecting certain headers
15196                 (X-Status, Status, Seen, X-Seen). 
15197         
15198         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15199
15200 2001-07-27 [christoph]
15201
15202         * src/prefs_filter.c
15203         * src/prefs_filtering.c
15204         * src/prefs_matcher.c
15205         * src/prefs_scoring.c
15206                 scroll list when moving rows up or down
15207
15208         * src/imap.c
15209         * src/imap.h
15210         * src/prefs_account.c
15211         * src/prefs_account.h
15212         * src/send.c
15213                 SMTP over SSL (untested, feedback requested)
15214                 IMAP over SSL
15215
15216         * src/ssl.c
15217                 code cleanup
15218
15219 2001-07-26 [alfons]
15220         
15221         * configure.in, acconfig.h
15222                 define CLAWS (need this for main / claws detection)
15223
15224 2001-07-25 [alfons]
15225
15226         * configure.in
15227                 Sylpheed 0.5.1claws2
15228                 
15229         * sync with Sylpheed 0.5.1cvs4
15230
15231 2001-07-25 [christoph]
15232
15233         * src/scoring.c
15234                 fixed segfault
15235                 item->prefs == NULL (don't know why)
15236
15237 2001-07-25 [alfons]
15238
15239         * configure.in
15240                 Sylpheed 0.5.1claws1
15241
15242         * sync with Sylpheed 0.5.1cvs1-3
15243
15244 2001-07-24 [christoph]
15245
15246         * src/folderview.c
15247         * src/prefs_folder_item.[ch]
15248                 added folderitem preferences dialog with
15249                 default To: and auto request return receipt
15250
15251         * src/compose.[ch]
15252         * src/menu.[ch]
15253                 changes to handle new folderitem preferences
15254
15255         * src/mainwindow.c
15256         * src/summaryview.c
15257                 call compose new mail with current folderitem
15258
15259 2001-07-24 [alfons]
15260
15261         Release Sylpheed 0.5.1claws
15262
15263         * configure.in
15264                 change to release version 0.5.1claws
15265
15266 2001-07-24 [christoph]
15267
15268         * src/summaryview.c
15269                 fixed segfault that happend when the selected
15270                 message was removed while retrieving new messages.
15271
15272         * po/es.po
15273                 updated translation
15274                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15275
15276 2001-07-22 [alfons]
15277
15278         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15279         this is a work in progress, for more information: http://nlpagan.net/sylman 
15280         
15281         * configure.in, src/mainwindow.c, manual/Makefile.am
15282                 add support for English manual
15283
15284         * AUTHORS
15285                 add authors of user manuals
15286
15287         * manual/en/sylpheed*.html
15288                 add English documentation
15289
15290 2001-07-22 [christoph]
15291
15292         * po/POTFILES.in
15293                 added src/ssl.c
15294         * src/ssl.c
15295                 changed a wrong debug message
15296
15297 2001-07-22 [alfons]
15298
15299         * po/nl.po
15300                 update Dutch translation
15301
15302         * src/prefs_filtering.c, 
15303           src/prefs_matcher.c
15304                 add more translatable strings           
15305
15306 2001-07-21 [alfons]
15307
15308         0.5.0claws7
15309
15310         * configure.in
15311                 change version
15312
15313         * src/inc.c, src/summaryview.[ch]
15314                 prevent update of mark file when filtering has done, by
15315                 using a variable; this affects two functions:
15316                         inc.c::inc_finished()
15317                         summaryview.c::summary_show()
15318
15319 2001-07-20 [alfons]
15320
15321         * src/filtering.[ch], src/prefs_filtering.c, 
15322           src/matcher.[ch]
15323                 add filtering action for label coloring 
15324
15325         * po/POTFILES.in
15326                 add labelcolors.c
15327
15328         * added src/labelcolors.c
15329         * added src/labelcolors.h
15330         * src/Makefile.am, src/summaryview.c
15331                 rearrange label coloring code
15332
15333         * src/procmsg.h
15334                 add more parentheses so label colouring works correctly
15335
15336         * src/filtering.c
15337                 don't really delete message, but move it to Trash
15338
15339         * src/prefs_matcher.c
15340                 add quote options to info dialog
15341
15342 2001-07-20 [christoph]
15343
15344         * src/Makefile.am
15345         * src/inc.c
15346         * src/main.[ch]
15347         * src/socket.h
15348         * src/ssl.[ch] (new)
15349                 moved ssl stuff to a seperate file
15350
15351 2001-07-20 [darko]
15352
15353         * src/summaryview.c
15354                 fix show sender using address book with no e-mail
15355                 address in From: field
15356
15357 2001-07-19 [alfons]
15358
15359         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15360                 fix messy handling of escaping... now at least the
15361                 execute command is useful. escape char is '\', we
15362                 accept \n and \r too. 
15363
15364                 Real life example:
15365                 
15366                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15367                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15368
15369 2001-07-18 [alfons]
15370
15371         0.5.0claws6
15372
15373         * src/summaryview.c
15374                 clean up
15375
15376         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15377           src/procmsg.[ch]
15378                 revise filtering; currently move, copy, marking have
15379                 been tested. if you like bleeding edge stuff, you
15380                 should definitely go for this version :)
15381
15382         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15383
15384 2001-07-17 [christoph]
15385
15386         * src/utils.c
15387                 timestamp log
15388
15389 2001-07-17 [alfons]
15390
15391         0.5.0claws5
15392
15393         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15394           bits in the mark file, without affecting either branch. Lots of
15395           files changed, also in claws branch.
15396
15397           UNTESTED: use of mbox folders
15398
15399         * src/summaryview.c
15400                 added mark all read; however this was a quick hack used for
15401                 cleaning up mess after initial merge with Hiroyuki
15402
15403         * configure.in
15404                 change claws version number back to 0.5.0claws5 to clear up 
15405                 confusion & pretension (recent release was technically 
15406                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15407
15408 2001-07-16 [alfons]
15409
15410         sync with Hiroyuki's 0.5.0cvs4
15411
15412 2001-07-16 [alfons]
15413
15414         0.5.1claws3
15415
15416         * src/filtering.[ch]
15417                 remove invalid updating of mark files for 
15418                 filter actions MATCHING_ACTION_MOVE and 
15419                 MATCHING_ACTION_DELETE; this should fix the
15420                 folder update bug
15421                 
15422         * src/procmsg.c
15423                 revert Christoph's stab at fixing the folder 
15424                 update bug
15425
15426         * po/POTFILES.in
15427                 add missing files with translatable strings
15428
15429         * src/summaryview.c
15430                 remove debug print
15431
15432 2001-07-15 [alfons]
15433
15434         * src/addr_compl.[ch], src/prefs_filtering.c
15435                 make "filtering pref dialog's destination entry" an
15436                 "address completable entry", if filter destination is 
15437                 an email address
15438
15439         0.5.1claws2
15440         
15441         sync with Hiroyuki's 0.5.0cvs2-3
15442
15443 2001-07-15 [christoph]
15444
15445         * src/procmsg.c
15446                 fixed folder stats update after incorporation
15447
15448 2001-07-15 [alfons]
15449
15450         * src/summaryview.c
15451                 * finish label colouring stuff (for now)
15452                 * fix incorrect colour bug (off by one) 
15453
15454 2001-07-14 [alfons]
15455
15456         * src/mainwindow.c
15457                 change text labels for news and mail message so there's
15458                 plenty of toolbar estate left
15459
15460         * configure.in
15461                 0.5.1claws1
15462
15463         * src/folderview.c
15464           src/folder.[ch]
15465                 sync with Hiroyuki's 0.5.0cvs1
15466
15467         * src/summaryview.c
15468                 more rewrite label colouring
15469
15470 2001-07-14 [alfons]
15471
15472         * src/summaryview.[ch]
15473                 * start rewrite label colouring 
15474                 * fix proper location "Add Sender To Addressbook" menu item
15475
15476 2001-07-13
15477
15478         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15479         (actually this is 0.5.0claws4)
15480
15481 2001-07-13 [alfons]
15482
15483         * po/pt_BR.po
15484                 * fix duplicate message
15485                 * add updated Portugese / Brazilian translation
15486                   submitted by Fabio Junior Beneditto
15487
15488 2001-07-12 [alfons]
15489
15490         * AUTHORS
15491                 add Jens
15492
15493         * po/nl.po
15494                 add updated Dutch translation
15495
15496         * po/de.po
15497                 add updated German translation submitted by Jens
15498
15499 2001-07-11 [alfons]
15500
15501         Prerelease before 0.5.0claws. Please test.
15502         This version is temporarily tagged as VERSION_0_5_0_TEST
15503
15504         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15505           src/prefs_scoring.c, src/prefs_matcher.c, 
15506           src/prefs_filtering.c, src/mbox.c, 
15507           src/main.c, src/inc.c, src/filtering.[ch]
15508                 revert new Hoa's new matcher (does not work yet)
15509
15510         * src/Makefile.am
15511                 clean up
15512
15513 2001-07-10
15514
15515         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15516
15517
15518 2001-07-10 [alfons]
15519
15520         * Makefile.am
15521                 add ChangeLog.claws to EXTRA_DIST
15522         * src/Makefile.am
15523                 add matcher_parser_parse.h to EXTRA_DIST
15524
15525 2001-07-10 [christoph]
15526
15527         * src/inc.c
15528                 add destination folder to table of
15529                 folders that need to be updated after
15530                 incorporation
15531
15532 2001-07-10 [alfons]
15533
15534         * folder.[ch]
15535           folderview.c
15536                 make collapse state of folders and folder items persistent, i.e.
15537                 if you collapse a folder tree, the next time sylpheed-claws starts 
15538                 up the folder tree remains collapsed.  
15539                 
15540 2001-07-10 [christoph]
15541
15542         * acconfig.h
15543         * configure.in
15544                 added --enable-ssl
15545         * src/md5.[ch]
15546                 renamed MD5_CTX to MD5_CTX_syl
15547                 conflicts with a struct in openssl
15548         * src/inc.c
15549         * src/main.[ch]
15550         * src/prefs_account.[ch]
15551         * src/socket.[ch]
15552                 SSL support for POP
15553         * src/mainwindow.c
15554                 fixed compose with current account
15555                 broken by new compose button stuff
15556
15557 2001-07-09 [hoa]
15558
15559         * AUTHORS
15560                 changed my email address
15561
15562         * src/matcher_parser_parse.y
15563                 clean the parser to remove conflicts
15564
15565 2001-07-09 [alfons]
15566
15567         * AUTHORS
15568                 add Match Grun
15569
15570         * configure.in
15571                 fix incorrect description of --enable-ldap parameter
15572
15573         * src/prefs_common.[ch]
15574           src/compose.c
15575                 add experimental option "smart wrapping" which makes the
15576                 compose editor auto wrap.
15577                 
15578                 | TODO: the problem with the buggy cursor handling is caused |
15579                 | by the GtkText. when deleting / backspacing text its       |
15580                 | wrapping algorithm does not take in account the previous   |
15581                 | line. should find a way to hack this in.                   |
15582                 | or should perhaps combine this with the word wrapping      |
15583                 | patch i wrote in january.                                  |
15584
15585         * src/about.c
15586                 show build parameters for LDAP and JPilot
15587
15588         * src/summaryview.c
15589                 revert Christoph's bugfix for selecting next unread message, 
15590                 because folder stats aren't updated correctly
15591
15592 2001-07-08 [hoa]
15593
15594         * src/filtering.c
15595         * src/mainwindow.c
15596         * src/matcher.c
15597         * src/matcher_parser_lex.l
15598         * src/matcher_parser_parse.y
15599         * src/prefs_filtering.c
15600         * src/prefs_scoring.c
15601         * src/scoring.c
15602                 bugfix of the config file parser
15603
15604 2001-07-08 [alfons]
15605
15606         * src/Makefile.am
15607                 added generated matcher sources to BUILT_SOURCES
15608
15609 2001-07-08 [hoa]
15610
15611         * src/Makefile.am
15612         * src/.cvsignore
15613                 added new config file parser
15614
15615         * src/scoring.[ch]
15616         * src/filtering.[ch]
15617         * src/matcher.[ch]
15618         * src/prefs_filtering.c
15619         * src/prefs_matcher.c
15620         * src/prefs_scoring.c
15621         * added src/matcher_parser.h
15622         * added src/matcher_parser_lex.h
15623         * added src/matcher_parser_lex.l
15624         * added src/matcher_parser_parse.y
15625                 lex & yacc config file parser
15626
15627         * src/mbox.c
15628         * src/inc.c
15629         * src/main.c
15630                 changes prefs_filtering into global_filtering           
15631
15632         * src/summaryview.c
15633                 build threads with subjects only if "Re: " is at the
15634                 beginning of the subject
15635
15636 2001-07-07 [paul]
15637
15638         0.5.0claws
15639
15640         sync with sylpheed 0.5.0
15641                 change of version number only
15642
15643 2001-07-06 [paul]
15644
15645         0.5.0claws5
15646
15647         sync with sylpheed 0.5.0pre5
15648
15649 2001-07-05 [paul]
15650
15651         sync with sylpheed 0.5.0pre4 release
15652                 /po and /manual/ja not sync'ed
15653
15654 2001-07-04 [paul]
15655
15656         more sync with sylpheed 0.5.0pre4
15657
15658 2001-07-03 [christoph]
15659
15660         * src/addressbook.c
15661                 fixed address book broken by address book
15662                 for VCard, JPilot, LDAP
15663
15664 2001-07-03 [alfons]
15665
15666         * src/matcher.c
15667         * src/textview.c
15668                 stopped memory leaks
15669
15670 2001-07-03 [paul]
15671
15672         more sync with sylpheed 0.5.0pre4
15673
15674 2001-07-02 [match]
15675
15676         * included address book patch for VCard, JPilot, LDAP
15677         * pref_common.c - fixed Font options on Display tab (cosmetic)
15678         * alertpanel.c - fixed truncated message
15679
15680 2001-07-02 [christoph]
15681
15682         * src/mbox_folder.c
15683         * src/procmsg.[ch]
15684         * src/summaryview.c
15685                 mark threads for ignoring
15686
15687 2001-07-02 [paul]
15688
15689         0.5.0claws4
15690
15691         * sync with sylpheed 0.5.0pre4
15692                 updated gettext to 0.10.38.
15693
15694 2001-07-01 [paul]
15695
15696         * src/ mainwindow.c
15697         * src/procmsg.h
15698         * src/summaryview.[ch]
15699                 new right-click option: Label.
15700                 substitute for 'Mark-->Mark/Unmark', colours the line.
15701                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15702
15703 2001-07-01 [christoph]
15704
15705         * src/folderview.c
15706                 fixed font for trash
15707         * src/summaryview.c
15708                 move ctree to unread message
15709
15710 2001-07-01 [paul]
15711
15712         * sync with sylpheed 0.5.0pre3 release
15713
15714 2001-06-30 [alfons]
15715
15716         * src/filesel.[ch]
15717         * src/compose.c
15718                 allow inserting / attaching multiple files in
15719                 the composer window
15720
15721 2001-06-30 [paul]
15722
15723         * src/codeconv.c
15724                 small change to Alfons' previous stuff so that it
15725                 actually makes
15726
15727 2001-06-30 [alfons]
15728
15729         * lots of files changed; first attempt to merge the changes
15730           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15731
15732 2001-06-30 [paul]
15733
15734         * po/pt_BR.po
15735                 updated and completed, translations by Fabio
15736                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15737
15738 2001-06-29 [alfons]
15739
15740         * src/compose.c
15741         * src/mimeproc.[ch]
15742                 allow selecting an attached files' mime type from a 
15743                 list of types.
15744
15745 2001-06-29 [paul]
15746
15747         * more sync with sylpheed 0.5.0pre3
15748
15749 2001-06-29 [paul]
15750
15751         * po/pt_BR.po
15752                 merge with sylpheed.pot and pt_BR.po provided by
15753                 Fabio Junior Beneditto.
15754
15755 2001-06-29 [darko]
15756
15757         * src/procmime.c
15758                 make MIME types case insensitive
15759
15760 2001-06-28 [alfons]
15761
15762         * po/nl.po
15763                 merge with sylpheed.pot and old nl.po; translations added.
15764
15765 2001-06-28 [paul]
15766
15767         * more sync with sylpheed 0.5.0pre3
15768
15769 2001-06-27 [alfons]
15770
15771         * src/summaryview.c
15772                 don't crash when removing parent node of messages
15773                 attracted by subject. this was caused by not deleting
15774                 the parent node from the subject line hash table.
15775
15776 2001-06-27 [alfons]
15777
15778         * src/summaryview.c
15779         * src/compose.[ch]
15780         * src/mainwindow.c
15781                 if there are multiple messages selected, allow forwarding
15782                 them as attachments.
15783
15784 2001-06-27 [paul]
15785
15786         * more sync with sylpheed 0.5.0pre3
15787
15788 2001-06-26 [paul]
15789
15790         0.5.0claws3
15791
15792         * sync with sylpheed 0.5.0pre3
15793
15794 2001-06-25 [paul]
15795
15796         * src/mainwindow.c
15797                 fixed 'compose news article' bug
15798                 from icon-and-text toolbar
15799
15800 2001-06-25 [paul]
15801
15802         * sync with sylpheed 0.5.0pre2 release
15803
15804 2001-06-24 [christoph]
15805
15806         * src/prefs_common.c
15807                 bug fix in font selection
15808         * src/folderview.c
15809                 use sylpheed's normal font instead of
15810                 gtk default font for folders without
15811                 new messages
15812
15813 2001-06-24 [alfons]
15814
15815         * src/mainwindow.[ch]
15816                 added composite compose mail / news button (an idea by Leandro
15817                 Pereira <leandro@linuxmag.com.br>)
15818
15819 2001-06-24 [paul]
15820
15821         Added instructions for ldif-to-xml.py
15822
15823         * tools/README
15824
15825 2001-06-23 [alfons]
15826
15827         Some minor things.
15828
15829         * src/pixmaps/stock_news_compose.xpm
15830                 added pixmap by Leandro
15831         * src/prefs_common.c
15832                 tested built-in spelling checker of GCC 3.0 :)
15833         * po/nl.po
15834                 merged dutch translation of sylpheed-main with
15835                 sylpheed.pot
15836
15837 2001-06-23 [paul]
15838
15839         Added tools directory and files.
15840
15841         * tools/filter_conv.pl
15842                 converts old filter system to new filtering system
15843         * tools/ldif-to-xml.py
15844                 converts netscape addressbook to sylpheed addressbook
15845         * tools/README
15846                 descriptions/instructions for above two files
15847
15848 2001-06-23 [christoph]
15849
15850         * src/inc.c
15851         * src/manage_window.[ch]
15852         * src/prefs_common.[ch]
15853                 mail retrieval dialog can be enabled, disabled
15854                 or hidden if non of sylpheed's windows is active
15855
15856 2001-06-22 [paul]
15857
15858         0.5.0claws2
15859
15860         * sync with sylpheed 0.5.0pre2
15861
15862 2001-06-21 [christoph]
15863
15864         * src/summaryview.c
15865                 show recipient on 'from' for all accounts
15866                 
15867         * src/inc.c
15868         * src/prefs_common.[ch]
15869                 disable error popup on mail receive errors
15870
15871 2001-06-21 [alfons]
15872
15873         * src/compose.c
15874                 made the ruler correctly appear and disappear.
15875
15876         * src/Makefile.am
15877                 removed Hoa's work-in-progress-stuff (interesting!) so 
15878                 claws compiles ok.
15879
15880 2001-06-20 [christoph]
15881
15882         * src/inc.c
15883         * src/progressdialog.c
15884                 added scrolled window for list in progressdialog
15885
15886 2001-06-20 [paul]
15887
15888         sync with sylpheed 0.5.0pre1 release
15889
15890 2001-06-20 [christoph]
15891
15892         * src/summeryview.c
15893                 make building threads by subject work when
15894                 thread view is enabled
15895                 
15896         * src/compose.c
15897         * src/prefs_common.[ch]
15898                 automatically select account for mail replys
15899
15900 2001-06-19 [sergey]
15901
15902         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15903         they are filled in from the account settings.
15904
15905 2001-06-19 [paul]
15906
15907         * more sync with sylpheed 0.5.0pre1
15908
15909 2001-06-18 [alfons]
15910
15911         * src/Makefile.am,
15912           src/procmime.c
15913                 added --sysconfdir to CPPFLAGS for pointing to the correct
15914                 location of mime.types. 
15915
15916                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15917                 or ./configure!
15918
15919 2001-06-18 [hoa]
15920
15921         * src/summaryview.c
15922                 fixed some bug when building threads
15923
15924 2001-06-18 [pau]l
15925
15926         * src/prefs_account.c
15927                 UI stuff: More changes to the English
15928
15929 2001-06-18 [paul]
15930
15931         * src/pixmaps/stock_news_compose.xpm: new file
15932         * src/Makefile.am
15933         * src/mainwindow.c
15934         * src/summaryview.c
15935                 Added new icon for Hoa's 'compose a news
15936                 message', plus minor improvements to the
15937                 English
15938
15939         * po/ja.po
15940         * ChangeLog
15941         * ChangeLog.jp
15942                 more sync with sylpheed 0.5.0pre1
15943
15944 2001-06-18 [hoa]
15945
15946         * src/compose.[ch]
15947         * src/mainwindow.c
15948                 Follow-up and reply to
15949
15950         * src/summaryview.[ch]
15951                 Build threads also with subjects
15952
15953 2001-06-17 [hoa]
15954
15955         * src/compose.c
15956                 forwarding use the current account.
15957
15958         * src/mainwindow.c
15959                 the "compose message" button has been replaced with
15960                 "new mail" and "new news" buttons
15961
15962         * src/prefs_common.[ch]
15963                 added a configuration option to use the forward button
15964                 as "forward as attachment"
15965                 changed reply and forward format description
15966
15967         * src/quote_fmt_lex.l
15968         * src/quote_fmt_parse.y
15969                 added message with no signature in format for reply
15970                 and forward.
15971
15972 2001-06-17 [paul]
15973
15974         Minor UI stuff
15975
15976         * src/mainwindow.c
15977         * src/summaryview.c
15978                 Improvements to the English
15979
15980         * src/prefs_common.c
15981                 Improvements to the English and some
15982                 clarity/continuity improvements in the
15983                 description of Quote symbols.
15984
15985 2001-06-17 [paul]
15986
15987         0.5.0claws1
15988
15989         * sync with sylpheed 0.5.0pre1
15990
15991 2001-06-17 [hoa]
15992
15993         * src/compose.c
15994                 Better interface for compose, displayed fields
15995                 are updated whenever we change account.
15996                 Newsgroups field is automatically filled.
15997
15998         * src/mainwindow.c
15999                 Newsgroups field is automatically filled.
16000
16001         * src/prefs_account.c
16002                 Some interface stuff when fields appear and
16003                 disappear.
16004
16005 2001-06-16 [paul]
16006
16007         0.4.99claws
16008
16009         * sync with sylpheed 0.4.99
16010
16011 2001-06-16 [sergey]
16012
16013         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16014         base64_decoder_free, base64_decoder_decode): new object and
16015         functions for decoding base64 streams.
16016         * src/procmime.c (procmime_decode_content): modified to use the
16017         new base64 decoder.
16018
16019 2001-06-15 [paul]
16020
16021         0.4.99claws10
16022
16023         * sync with sylpheed 0.4.99cvs11
16024
16025 2001-06-13 [paul]
16026
16027         0.4.99claws9
16028
16029         * sync with sylpheed 0.4.99cvs9
16030
16031 2001-06-13 [hoa]
16032
16033         * src/compose.c
16034         * src/prefs_account.c
16035
16036                 SMTP server can be defined in the news account
16037                 mime type of attachment are kept.
16038
16039         * src/summaryview.c
16040
16041                 now choose the highest important score between default
16042                 and important score of folder.
16043
16044 2001-06-09 [alfons]
16045         
16046         * src/prefs_common.c: 
16047
16048                 (prefs_quote_description_create): corrected description of 
16049                 quote format characters
16050
16051 2001-06-09 [paul]
16052
16053         0.4.99claws8
16054
16055         * sync with sylpheed 0.4.99cvs8
16056
16057 2001-06-08 [sergey]
16058
16059         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16060         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16061
16062 2001-06-08 [paul]
16063
16064         0.4.99claws7
16065
16066         * sync with sylpheed 0.4.99cvs7
16067
16068 2001-06-06 [sergey]
16069
16070         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16071         clashes with autogenerated header).
16072         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16073         * src/Makefile.am: added quote_fmt.h.
16074         * src/.cvsignore: added lex/yacc autogenerated files
16075         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16076
16077 2001-06-06 [paul]
16078
16079         0.4.99claws6
16080
16081         * sync with sylpheed 0.4.99cvs6
16082
16083 2001-06-06 [hoa]
16084
16085         * added src/quote_fmt_parse.h
16086         * src/compose.c
16087                 removed warnings
16088
16089         * src/prefs.[ch]
16090                 don't modify readonly configuration files
16091
16092         * src/prefs_account.c
16093         * src/prefs_common.c
16094         * src/prefs_customheader.c
16095         * src/prefs_display_header.c
16096         * src/prefs_filter.c
16097         * src/prefs_filtering.c
16098         * src/prefs_scoring.c
16099                 don't open dialog box when configuration files
16100                 are readonly
16101
16102 2001-06-05 [sergey]
16103
16104         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16105
16106         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16107         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16108         BUILT_SOURCES to make all files rebuild properly.
16109
16110         * src/compose.c: removed #include "quote_fmt.tab.h".
16111
16112         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16113         CHARACTER value in yylval.
16114
16115         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16116         receive CHARACTER value by documented means (yylval).
16117
16118         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16119
16120 2001-06-05 [hoa]
16121
16122         * src/Makefile.am
16123                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16124
16125         * src/filtering.c
16126         * src/matcher.c
16127         * src/matcher.h
16128         * src/prefs_filtering.c
16129                 now keep the configuration for execute action
16130
16131         * src/mbox_folder.c
16132                 fixed a warning
16133
16134 2001-06-05 [paul]
16135
16136         * sync with sylpheed 0.4.99cvs5
16137
16138 2001-06-05 [hoa]
16139
16140         * src/Makefile.am
16141                 added quote_fmt.[ch]
16142
16143         * added src/quote_fmt.y
16144         * added src/quote_fmt.l
16145         * added src/quote_fmt.tab.h
16146         * added src/quote_fmt.tab.c
16147         * added src/lex.quote_fmt.c
16148                 parsing configuration for replying
16149                 and forwarding
16150
16151         * src/prefs_common.[ch]
16152                 added configuration UI for replying
16153                 and forwarding
16154
16155         * src/compose.c
16156                 using configuration for replying
16157                 and forwarding
16158
16159 2001-06-04 [hoa]
16160
16161         * src/filtering.c
16162         * src/matcher.c
16163         * src/matcher.h
16164         * src/prefs_filtering.c
16165         * src/prefs_matcher.c
16166         * src/prefs_matcher.h
16167                 action "run a command" for filtering
16168                 and matching with a command.
16169                 fixed the "whole message" matching
16170
16171         * src/mbox_folder.c
16172                 changed temporary filename for security
16173
16174         * src/messageview.c
16175                 queue the notification if it fails to send.
16176
16177         * src/prefs_common.c
16178         * src/prefs_folder_item.c
16179                 changed the default important score             
16180
16181         * src/prefs_scoring.c
16182         * src/scoring.c
16183                 hide kill score input when the folder is not
16184                 a newsgroup
16185
16186 2001-06-03 [alfons]
16187
16188         * src/prefs_common.c:
16189
16190                 (prefs_font_select): pass font name in font entry box to font
16191                 selection dialog.
16192
16193 2001-06-03 [sergey]
16194
16195         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16196
16197 2001-06-03 [paul]
16198
16199         * sync with sylpheed 0.4.99cvs4
16200
16201 2001-06-03 [alfons]
16202
16203         * src/headerwindow.c:
16204
16205                 (headerwindow_show_cb): use the selected summary view item, not
16206                 the displayed item.
16207
16208 2001-06-02 [alfons]
16209
16210         * src/headerwindow.c:
16211
16212                 (headerwindow_show_cb): always try to show msginfo
16213
16214 2001-06-02 [hoa]
16215
16216         * src/compose.c
16217                 keep attached parts when reediting or forwarding.
16218
16219 2001-06-01 [hoa]
16220
16221         * src/folderview.c
16222         * src/prefs_folder_item.[ch]
16223         * src/prefs_scoring.[ch]
16224         * src/scoring.[ch]
16225         * src/summaryview.[ch]
16226         * src/main.c
16227         * src/mainwindow.c
16228         * src/prefs_common.[ch]
16229                 support for folder scoring
16230                 kill score and important score for messages
16231         
16232         * src/prefs_account.c
16233                 some display bug fixed for local account
16234                 preferences
16235
16236 2001-05-31 [alfons]
16237
16238         * src/summaryview.c:
16239
16240                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16241                 sender to address book menu item is disabled.
16242
16243 2001-05-30 [hoa]
16244
16245         * src/filtering.[ch]
16246         * src/summaryview.c
16247                 handling summary menu / filter messages
16248
16249         * src/folder.[ch]
16250                 add some stuff
16251
16252         * src/foldersel.c
16253                 imap folders now appears in list
16254
16255         * src/mbox_folder.c
16256                 doesn't crash if destination mail is not writeable
16257
16258 2001-05-29 [hoa]
16259
16260         * src/compose.c
16261                 removed some warnings
16262
16263         * src/filtering.c
16264         * src/folder.[ch]
16265         * src/prefs_filtering.c
16266                 global string to identify any folders           
16267                 removed some debug info
16268                 filtering to mbox folders is now possible
16269
16270         * src/mainwindow.c
16271                 removed some warnings
16272
16273         * src/mbox_folder.c
16274                 permission on files are changed to read/write for user only,
16275                 nothing for other.
16276                 creation of subfolder is handled better.
16277
16278 2001-05-28 [alfons]
16279
16280         Verified the sync for src/prefs_common.[ch] and
16281         src/prefs_account.[ch]. I believe there were some
16282         minor indentation differences.
16283
16284 2001-05-28 [paul]
16285
16286         0.4.99claws3
16287
16288         * sync with 0.4.99cvs3
16289
16290 2001-05-28 [hoa]
16291
16292         * src/compose.c
16293                 handling flags for mbox format
16294
16295         * src/filtering.c
16296                 use of mark file only for MH format
16297                 handling flags for mbox format
16298                 filtering cannot yet move or copy mails to mbox folders.
16299
16300         * src/folder.[ch]
16301                 changed move_msg, copy_msg,
16302                 move_msgs_with_dest, copy_msgs_with_dest functions
16303                 uses only folder->copy_msg() function
16304                 uses folder->finished_copy() to handle the destination
16305                 folder at the end of the copy or move operation.
16306
16307         * src/foldersel.c
16308                 included mbox directories.
16309
16310         * src/folderview.[ch]
16311         * src/mainwindow.c
16312                 handle folders operation for mbox format
16313
16314         * src/mbox.c
16315                 disable conversion of "From " header
16316
16317         * src/mbox_folder.[ch]
16318                 completion of mbox format handling
16319
16320         * src/mh.c
16321                 changed mh_copy_msg() function and
16322                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16323                 mh_copy_msgs_with_dest()
16324
16325         * src/prefs_filtering.c
16326                 removed some warnings
16327
16328         * src/prefs_matcher.c
16329                 default boolean operation is AND
16330
16331         * src/procheader.c
16332                 handling flags for mbox format
16333                 handling of "From " header
16334
16335         * src/procmsg.[ch]
16336                 removed data field
16337                 added MSG_REALLY_DELETED flags to handle deletion of
16338                 messages in mbox format.
16339
16340         * src/summaryview.c
16341                 handling flags for mbox format
16342                 disable the MSG_DELETED flags when messages
16343                 are deleted in mbox format
16344
16345         * src/textview.c
16346                 "From " headers display fixed.
16347
16348 2001-05-27 [alfons]
16349
16350         * src/textview.c:
16351                 
16352                 (get_email_part): skip quoted email addresses, like in e.g.
16353                 "'alfons@proteus.demon.nl'".
16354
16355 2001-05-26 [alfons]
16356
16357         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16358         and fixing the persistence troubles when using separate windows.
16359
16360         * src/mainwindow.c:
16361         
16362             Added #define SEPARATE_ACTION used in the gtk item factory for 
16363             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16364                 use gtk_item_factory_get_widget_by_action() to get the items.
16365                 
16366             Removed separate_widget_cb from the gtk item factory data   
16367           
16368             (mainwindow_create): connect separate_widget_cb() to check
16369             menu item "toggled" signal. also passing a MainWindow pointer
16370                 as object data for both check menu items.
16371                 
16372             (separate_widget_cb): definition of separate_widget_cb() to match
16373             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16374                 window using gtk_object_get_data(). The type of window separation 
16375                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16376         
16377         * src/prefs_filtering.c,
16378           src/prefs_matcher.c: added horizontal scrollbars
16379
16380 2001-05-25 [darko]
16381
16382         * src/headerview.c
16383                 fix segfault with invalid bold font
16384         * src/summaryview.c
16385                 correctly display summary stats after row is marked
16386
16387 2001-05-23 [sergey]
16388
16389         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16390         encodings with libjconv.
16391
16392 2001-05-23 [hoa]
16393
16394         * src/Makefile.am
16395                 added mbox_folder.[ch]
16396         * src/defs.h
16397                 mbox temporary folder
16398         * src/folder.[ch]
16399         * added src/mbox_folder.[ch]
16400         * src/folderview.c
16401         * src/procheader.[ch]
16402                 added mbox support
16403         * src/mbox.c
16404                 bugfix for file incorporation filtering
16405         * src/imap.c
16406                 enable creation of MBOX
16407         * src/prefs_display_header.c
16408                 enable use of headers like "From "
16409                 something that should be fixed :
16410                         displaying of such headers add an extra space
16411         * src/prefs_folder_item.c
16412                 don't create folders because it is not necessary
16413         * src/procmsg.h
16414                 added data field to MsgInfo for mbox internal use
16415         * src/summaryview.c
16416                 added some support for mbox
16417         * src/utils.[ch]
16418                 added get_mbox_cache_dir() function
16419
16420 2001-05-23 [hiroyuki]
16421
16422         * src/headerwindow.c
16423           src/inc.c
16424           src/main.c
16425           src/mh.c
16426           src/nntp.c
16427           src/procmsg.h
16428           src/session.h
16429           src/socket.[ch]
16430           src/summaryview.c
16431           src/textview.c
16432           src/automaton.c
16433           src/folderview.c: more sync with 0.4.99cvs2.
16434
16435         * src/headerwindow.c: reverted.
16436
16437 2001-05-22 [paul]
16438
16439         0.4.99claws2
16440
16441         * sync with sylpheed 0.4.99cvs2
16442                 * src/news.[ch]
16443                 * src/nntp.[ch]
16444                 * INSTALL
16445                 * INSTALL.jp
16446
16447 2001-05-22 [alfons]
16448
16449         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16450
16451 2001-05-21 [alfons]
16452
16453         Minor things:
16454
16455         * configure.in: if gnome-config not found, "no" is displayed
16456         
16457         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16458
16459         * src/textview.c: now also possible to add mail addresses by right
16460           clicking in the text view
16461
16462         * src/codeconv.c: merged patch which fixes endless loop when encountering
16463           invalid wide characters; from Alte <010@imis.ru>  
16464
16465 2001-05-20 [alfons]
16466
16467         Added installation of gnome specific things:
16468
16469         * Makefile.am: gnome conditional
16470
16471         * configure.in: check for installed gnome
16472
16473         * added sylpheed.png, sylpheed.desktop
16474
16475 2001-05-20 [sergey]
16476
16477         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16478
16479         * src/mainwindow.h (main_window_toolbar_create): created a button
16480         for "Reply to all".
16481         (main_window_set_toolbar_sensitive): enable/disable the new button
16482         appropriately.
16483         (toolbar_reply_to_author_cb): handle the new button.
16484
16485         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16486         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16487         failure).
16488
16489 2001-05-19 [sergey]
16490
16491         * src/compose.h (ComposeReplyMode): new modes
16492         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16493         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16494
16495         * src/compose.c
16496         (compose_send): move some code into a new function:
16497         (compose_current_mail_account): new function.
16498         (compose_reply): new argument to_author, all callers changed; if
16499         to_author==TRUE and account->protocol==A_NNTP, find and use an
16500         appropriate mail account for replying.
16501         (compose_reply_set_entry): new argument to_author; ignore
16502         compose->replyto if to_author==TRUE.
16503
16504         * src/mainwindow.c: new command "Message/Reply to author".
16505         (main_window_set_menu_sensitive): enable/disable it.
16506         (reply_cb): handle it.
16507
16508         * src/summaryview.c: new command "Reply to author".
16509         (summary_set_menu_sensitive): enable/disable it.
16510         (summary_reply_cb): handle it.
16511
16512         * src/account.c (account_find_mail_from_address): new function.
16513
16514 2001-05-18 [paul]
16515
16516         0.4.99claws1
16517
16518         * sync with sylpheed 0.4.99cvs1
16519
16520 2001-05-18 [hoa]
16521
16522         * src/compose.[ch]
16523         * src/filtering.c
16524         * src/summaryview.c
16525                 new filtering action : forward and forward as attachment
16526
16527         * src/main.c
16528                 no need for $DISPLAY when we run sylpheed --help
16529                 call to parse_cmd_opt() is moved
16530
16531         * src/mainwindow.[ch]
16532                 execute button is hidden when immediate execute
16533                 is chosen
16534
16535         * src/mh.c
16536         * src/news.c
16537         * src/prefs_folder_item.c
16538         * src/procmsg.c
16539                 better handling of missing directories
16540
16541         * src/summaryview.c
16542                 reedit is enabled in outbox
16543                 reedit is enabled in queue
16544
16545 2001-05-17 [hoa]
16546
16547         * src/filtering.c
16548         * src/matcher.[ch]
16549         * src/prefs_filtering.c
16550                 changed attachement into attachment
16551
16552 2001-05-17 [alfons]
16553
16554         0.4.67claws4    
16555
16556         * sync with sylpheed 0.4.67cvs9
16557         * sync with sylpheed 0.4.67cvs7-8
16558
16559 2001-05-17 [hoa]
16560
16561         * src/Makefile.am
16562                 added prefs_filtering.c
16563
16564         * src/filtering.[ch]
16565         * src/matcher.[ch]
16566                 removed action : forward_news and forward_news_as_attachement
16567                 (forward and forward_as_attachement can be used instead)
16568
16569         * src/mainwindow.c
16570                 added menu option to access filtering configuration
16571
16572         * src/prefs_account.c
16573                 changed mail_command default to /usr/sbin/sendmail
16574
16575         * added src/prefs_filtering.[ch]
16576                 dialog box for filtering configuration
16577
16578         * src/prefs_matcher.c
16579                 added function prefs_matcher_get_criteria_from_matching()
16580
16581         * src/prefs_scoring.c
16582                 reset the dialog when register or substitute is clicked
16583
16584 2001-05-15 [hoa]
16585
16586         * src/Makefile.am
16587                 added filtering.[ch]
16588         * src/inc.c
16589                 using filering.[ch] instead of filter.[ch]
16590         * src/main.c
16591                 reading new filtering configuration
16592         * src/matcher.[ch]
16593                 added some filtering actions
16594                 and fixed a bug for headers and mail body matching
16595         * src/mbox.c
16596                 using filering.[ch] instead of filter.[ch]
16597         * src/mh.c
16598                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16599         * src/summaryview.c
16600                 some fixes for filtering
16601
16602 2001-05-14 [hiroyuki]
16603
16604         * src/send.c: fixed some weird indentations.
16605           send_message_with_command(): call pclose() only if p != NULL.
16606         * src/textview.c: get_email_part(): modified the code for readability.
16607
16608 2001-05-14 [hiroyuki]
16609
16610         * src/md5global.h
16611           src/md5ify.c
16612           src/md5ify.h: removed from the cvs.
16613
16614 2001-05-13 [sergey]
16615
16616         * src/main.c: include rfc2015.h to avoid compiler warnings.
16617         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16618         the panel is already on screen.
16619         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16620         closing the alert window by ESC as "No".
16621         * src/prefs_common.c (prefs_interface_create): moved return
16622         receipt check button to the correct place.
16623
16624 2001-03-13 [alfons]
16625
16626         * src/prefs_common.c: 
16627                 moved return receipt check button to the Send tab. (prefs_send_create)
16628                 removed the date format ui related globals. (prefs_display_create)
16629
16630         0.4.67claws3
16631         
16632         * sync with sylpheed 0.4.67cvs5-6
16633
16634 2001-05-13 [paul]
16635
16636         * added Alfons' font selection patch
16637
16638         * src/defs.h
16639         * src/headerwindow.c
16640         * src/prefs_common.c
16641         * src/prefs_common.h
16642
16643 2001-05-13 [hoa]
16644         * src/defs.h
16645                 changed version of cache
16646         * src/matcher.[ch]
16647         * src/prefs_matcher.c
16648                 added additionnal matching criteria
16649         * src/procheader.c
16650         * src/procmsg.[ch]
16651         * src/news.c
16652                 added references in MsgInfo
16653
16654 2001-05-12 [hoa]
16655
16656         * src/defs.h
16657                 prepared some things for new filtering
16658         * src/matcher.[ch]
16659                 added some matching properties
16660                 inreplyto need to be enhanced
16661                 prepared some things for new filtering
16662         * src/messageview.c
16663                 added Return-Receipt-To handling
16664         * src/prefs_folder_item.c
16665                 changed default value to TRUE
16666         * src/prefs_matcher.c
16667                 added some matching properties
16668         * src/prefs_scoring.[ch]
16669                 the scoring dialog is finished
16670         * src/procheader.c
16671                 added Return-Receipt-To handling
16672                 Reference need to be added
16673         * src/procmsg.[ch]
16674                 added Return-Receipt-To handling
16675                 added threadscore to get a better score sorting when
16676                 threads are enabled
16677         * src/summaryview.c
16678                 suppressed a bug when we sort the list
16679                 when no folder is opened.
16680                 better score sorting when threads are enabled
16681
16682 2001-05-12 [alfons]
16683
16684         * reverted previous patch because of potential errors 
16685
16686         0.4.67claws2
16687         
16688         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16689                 applied "toggle mail-retrieval dialog window" patch submitted 
16690                 by Eric Limpens <eric@qnt.net>
16691
16692         * sync with sylpheed 0.4.67cvs4
16693
16694 2001-05-12 [sergey]
16695
16696         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16697         some picky compilers.
16698         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16699         * src/grouplist_dialog.c: include alertpanel.h.
16700         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16701         fix compile warning.
16702         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16703         #include "defs.h" before others to prevent the warning of `MIN'
16704         and `MAX' redefinition.
16705
16706 2001-05-11 [hoa]
16707
16708         * src/main.c
16709         * src/messageview.c
16710         * src/prefs_account.c
16711         * src/prefs_display_header.c
16712                 removed warning
16713         * src/Makefile.am
16714                 added prefs_scoring.[ch]
16715         * src/grouplist_dialog.c
16716                 display an error dialog box if the group list
16717                 cannot be fetched.
16718         * src/mainwindow.[ch]
16719                 added main_window_set_thread_option() function
16720                 scoring dialog box enabled
16721         * src/matcher.[ch]
16722                 added flags matching unread /new / marked
16723                 / deleted / replied / forwarded
16724         * src/news.c
16725                 newsgroups are now finally in newscache
16726         * src/prefs_matcher.[ch]
16727                 finished preferences for matching dialog
16728         * added src/prefs_scoring.[ch]
16729                 scoring dialog box completed
16730         * src/scoring.[ch]
16731                 conversion to string : added scoringprop_to_string()
16732                 write config for preferences :
16733                 added prefs_scoring_write_config()
16734         * src/summaryview.c
16735                 threads can be enabled/disabled independently
16736                 for each folder
16737
16738 2001-05-10 [alfons]
16739
16740         0.4.67claws1
16741         
16742         * AUTHORS: 
16743                 thought it would be nice to have a list of all
16744                 contributors (used Changelog as a reference)
16745         
16746         * configure.in: 
16747                 messed up version numbering...
16748
16749         0.4.66claws1
16750
16751         * sync with sylpheed 0.4.67cvs1-3
16752
16753 2001-05-10 [darko]
16754
16755         * src/prefs_common.c:
16756                 better UI for strftime format, double clicking
16757                 on format now inserts the format in text entry
16758                 replaced close button with standard OK/Cancel
16759                 moved date format button to the right of the
16760                 text entry field
16761
16762 2001-05-09 [alfons]
16763
16764         * src/gtkstext.c:
16765                 Ctrl-Home / Ctrl-End have proper cursor navigation
16766
16767 2001-05-09 [hoa]
16768
16769         * src/prefs_matcher.c
16770                 finished UI to define matching properties
16771                 added ok and cancel button
16772         * src/prefs_filter.c
16773                 added ok and cancel button
16774         * src/news.c
16775                 fixed some bug in xhdr parsing
16776
16777 2001-05-08 [alfons]
16778
16779         * src/textview.c: 
16780                 fixed a bug in textview_show_header(), which displayed two colons (':');
16781                 cleaned up some warnings
16782
16783 2001-05-08 [hoa]
16784
16785         * src/Makefile.am
16786                 added prefs_matcher.[ch]
16787                 compilation with -W -Wall
16788         * src/alertpanel.c
16789                 ungrab the mouse events if grabbed - does it
16790                 fix the bug for disposition notification ?
16791         * src/mainwindow.c
16792                 added a menu option to open the matching dialog.
16793         * src/matcher.[ch]
16794                 added matcherprop_to_string() and matcherlist_to_string()
16795                 fixed some bugs, changed the name of some options
16796                 age_sup and age_inf becomes age_greater and age_lower,
16797                 body and messageheaders becomes body_part and headers_part,
16798                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16799         * src/prefs_display_header.c
16800         * src/prefs_headers.c
16801                 fixed a bug that accidentally destroyed dialogs
16802                 when closed them with delete_event
16803                 Added *_deleted() which handle delete_event signal correctly.
16804         * src/prefs_folder_item.[ch]
16805                 added "enable_thread" field for future customization
16806         * added src/prefs_matcher.[ch]
16807                 sample of the UI to define matching properties
16808         * src/procheader.c
16809                 using procheader_headername_equal instead of str*cmp functions
16810                 using procheader_parse_header() function
16811         * src/scoring.c
16812                 using MATCHING_XXX instead of SCORING_XXX
16813         * src/summaryview.c
16814                 display the sender of the news even if this is ourself
16815                 when this is a news message.
16816         * src/textview.c
16817                 using headername_equal() instead of str*cmp functions
16818
16819 2001-05-08 [alfons]
16820
16821         0.4.66claws
16822
16823         * sync with sylpheed 0.4.66
16824         * src/gtkstext.c: trace logs added 
16825
16826 2001-05-08 [sergey]
16827
16828         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16829         signature check popup.
16830         * src/rfc2015.c (check_signature): show signature check popup only
16831         if it is enabled in preferences.
16832
16833 2001-05-07 [alfons]
16834
16835         0.4.66claws4
16836         
16837         * sync with sylpheed 0.4.66cvs6
16838
16839 2001-05-07 [darko]
16840
16841         * src/prefs_common.[ch]: added option to enable/disable
16842           looking up sender name in address book for summary pane
16843         * src/summaryview.c: look up sender in the address book
16844           by using Alfons' address completion code
16845
16846 2001-05-07 [hiroyuki]
16847
16848         * src/inc.h
16849           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16850           member of Pop3State.
16851         * src/news.c: brought #include "defs.h" before #include <glib.h>
16852           to prevent the warning of `MIN' and `MAX' redefinition.
16853
16854 2001-05-06 [hoa]
16855
16856         * removed src/headers_display.[ch]
16857         * removed src/prefs_display_headers.[ch]
16858         * src/inc.c
16859                 use a temporary file in the user directory for mbox import
16860         * src/news.c
16861                 added XHDR support to get "To" and "Cc" headers
16862                 (in order to match news with to or cc field for
16863                 scoring)
16864                 added function news_parse_xhdr() to get XHDR response
16865         * src/nntp.[ch]
16866                 added function nntp_xhdr()
16867         * src/matcher.c
16868                 fetch the message if necessary
16869
16870 2001-05-06 [alfons]
16871
16872         0.4.66claws3
16873
16874         * sync with sylpheed 0.4.66cvs3-5
16875
16876 2001-05-06 [hoa]
16877
16878         * src/utils.[ch]
16879                 added function itos_buf() to enable use of several buffers
16880         * src/summaryview.c
16881                 use of itos_buf() instead of itos() in summary list
16882                 to fix the broken display of message number.
16883
16884 2001-05-06 [alfons]
16885
16886         * src/gtkstext.c: bug in cursor up navigation fixed,
16887                 fixed another unsigned / signed comparison (we're getting there :-)
16888
16889 2001-05-06 [hoa]
16890
16891         * src/Makefile.am
16892                 added scoring.c scoring.h
16893                 prefs_folder_item.c prefs_folder_item.h
16894                 matcher.c matcher.h
16895         * src/defs.h
16896                 added FOLDERITEM_RC SCORING_RC
16897         * src/folder.[ch]
16898                 added prefs field in FolderItem :
16899                 properties for each folder (PrefsFolderItem),
16900                 sorting type and mode were added as the first properties.
16901         * src/main.c
16902                 read config for scoring
16903         * added src/matcher.[ch]
16904                 gives functions to parse configuration file to do
16905                 matching on mails with a list of conditions.
16906         * src/mainwindow.c
16907                 add option to sort by score
16908         * src/prefs_common.[ch]
16909                 added preference option to show score and for
16910                 the score column size
16911         * added src/prefs_folder_item.[ch]
16912                 properties for each folder (PrefsFolderItem),
16913                 sorting type and mode were added as the first properties.
16914         * src/procheader.[ch]
16915                 added procheader_parse_header()
16916                 added procheader_header_free()
16917                 added procheader_headername_equal()
16918                 and made modification to use them.
16919         * src/procmsg.[ch]
16920                 added score field to MsgInfo structure
16921         * added src/scoring.[ch]
16922                 gives functions to parse configuration file to do
16923                 scoring on mails with a list of conditions.
16924         * src/summaryview.[ch]
16925                 save the sorting type and mode for the folder
16926                 added column to display the score of the mail
16927                 added function summary_score_clicked()
16928                 sorting type and mode are restored to the folder
16929                 when it is reopen
16930         * src/textview.c
16931                 use procheader_parse_header(), procheader_headername_equal()
16932                 removed memory leak in text_scan_header when freeing headers
16933         * src/filter.c
16934                 changed the function to match names of headers
16935                 using procheader_headername_equal()
16936
16937         Scoring functions are implemented, an interface is needed
16938         to configure that.
16939
16940 2001-05-04 [alfons]
16941
16942         * src/gtkstext.c: 
16943                 hopefully fixed the row up navigation bug,
16944                 removed adding back / forward lines to cache
16945
16946 2001-05-04 [sergey]
16947
16948         * src/prefs_display_headers.c: user interface changes:
16949         (prefs_display_headers_create): remove unused "Show" check button;
16950         allow reordering of headers by dragging.
16951         (prefs_display_headers_write_config): remove unused variables.
16952         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16953         of lists (not needed with the new UI).
16954         (prefs_display_headers_set_list): scan lists starting from row 0,
16955         not 1 (do not skip "(New)").
16956         (prefs_display_headers_find_header): new function.
16957         (prefs_display_headers_clist_set_row): do not allow duplicates.
16958         (prefs_display_headers_delete_cb): do not skip row 0; treat
16959         closing the alert window by ESC as "No".
16960         (prefs_display_headers_up): do not protect row 0.
16961         (prefs_display_headers_down): do not protect row 0.
16962
16963 2001-05-04 [sergey]
16964
16965         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16966         functions.
16967
16968         * src/summaryview.c
16969         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16970         summary_select_next_marked, summary_select_prev_marked): new
16971         functions.
16972
16973 2001-05-03 [sergey]
16974
16975         * src/news.c: fixed a bug when no article can be fetched after
16976         server timeout if the connection was restored by news_post():
16977         (news_select_group): new function.
16978         (news_fetch_msg): call news_select_group() before fetching
16979         article.
16980         (news_get_uncached_articles): set session->group after successful
16981         GROUP command.
16982
16983 2001-05-03 [hoa]
16984
16985         * src/defs.h
16986         * src/procmsg.[ch]
16987         * src/procheader.c
16988                  changed version of cache, added cc field
16989
16990         * src/prefs_display_headers.c
16991                 the interface was changed
16992
16993         * src/prefs_headers.c
16994                 added cancel button
16995
16996 2001-05-03 [alfons]
16997
16998         * completed sync of sylpheed cvs2
16999         * src/gtkstext.c: updated row up / down cursor navigation
17000         * src/textview.c: re-edited, prepared for fixing the email address
17001                 scanner.
17002
17003 2001-05-03 [darko]
17004
17005         * src/prefs_common.c: use alfons' strftime ui code
17006         entry_datefmt and datefmt_sample widgets have to be
17007         global in this module because of this change
17008
17009 2001-05-03 [hoa]
17010
17011         * src/messageview.c
17012         * src/prefs_common.[ch] added option to activate the return receipt
17013                 feature.
17014
17015 2001-05-02 [alfons]
17016
17017         * src/gtkstext.c: fix for row up/down cursor navigation. 
17018
17019         0.4.66claws2
17020         
17021         * sync with 0.4.66cvs2
17022
17023 2001-05-02 [paul]
17024
17025         added add-sender-to-addressbook patch
17026
17027         * src/addressbook.c
17028         * src/addressbook.h
17029         * src/summaryview.c
17030
17031 2001-05-02 [sergey]
17032
17033         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17034         G_ALERTDISABLE.
17035
17036         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17037         all existing callers changed to pass FALSE; create a check button
17038         to disable the message.
17039         (alertpanel_message_with_disable): new function.
17040         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17041         (alertpanel_button_toggled): new function.
17042         (alertpanel_button_clicked, alertpanel_close): set value using
17043         G_ALERT_VALUE_MASK.
17044
17045         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17046
17047         * src/prefs_common.c (prefs_privacy_create): new check button
17048         checkbtn_gpgme_warning.
17049
17050         * src/main.c (main): moved preferences reading before gpgme
17051         initialization; check prefs_common.gpgme_warning before giving the
17052         GnuPG warning and set it to FALSE if the user wants to disable the
17053         warning.
17054
17055 2001-05-02 [hiroyuki]
17056
17057         * src/prefs_display_headers.c: modified the layout and some labels.
17058
17059 2001-05-02 [sergey]
17060
17061         * src/prefs_account.c (prefs_account_fix_size): new function.
17062         (prefs_account_create): call prefs_account_fix_size(); use
17063         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17064         size when the window is shown for the first time).
17065         (prefs_account_basic_create): changed layout of serv_table; moved
17066         localmbox_entry above smtpserv_entry (logically it replaces
17067         POP3/IMAP server).
17068         (prefs_account_protocol_activated): set sensitivity of
17069         nntpauth_chkbtn according to the protocol (in addition to
17070         hide/show); commented out gtk_table_set_row_spacing() calls.
17071         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17072         not sensitive (fixes a bug with disabled username/password boxes
17073         when editing POP3 account after NNTP with authentication).
17074
17075 2001-05-02 [hoa]
17076
17077         * src/account.c
17078         * src/inc.c
17079         * src/prefs_account.[ch]
17080         * src/send.c
17081                 removed local account without SMTP server
17082                 added option to use mail command instead of a connexion
17083                 to SMTP server when a local account is used
17084         * src/prefs_headers.c
17085                 fixed a bug
17086         * src/news.c
17087                 fixed a bug when connexion immediately closed
17088
17089 2001-05-01 [alfons]
17090
17091         0.4.66claws1
17092         
17093         * sync with 0.4.65
17094
17095 2001-05-01 [sergey]
17096
17097         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17098         widget nntpauth_chkbtn.
17099         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17100         visibility.
17101         (prefs_account_nntpauth_toggled): new function.
17102
17103         * src/news.c (news_session_new_for_folder): use NNTP
17104         authentication only if ac->use_nntp_auth is set.
17105
17106 2001-05-01 [hoa]
17107
17108         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17109         * src/prefs_display_headers.c changed the UI
17110         * src/prefs_headers.c changed account_name to account_id
17111         * src/compose.c using customheader.h
17112
17113 2001-05-01 [hiroyuki]
17114
17115         * src/esmtp.c
17116           src/news.c
17117           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17118           unsynched.
17119
17120 2001-05-01 [hoa]
17121
17122         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17123         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17124                 for displaying of headers
17125         * src/grouplist_dialog.[ch] minor changes to remove warnings
17126         * src/prefs_display_headers.[ch] dialog to choose the
17127         headers to display in the mail viewer.
17128         * src/headers.h correction of #define
17129         * src/headers_display.[ch] configuration for displaying of headers.
17130         * src/main.c read config of displaying of headers
17131         * src/prefs_common.c add a button to access the config dialog
17132                 for displaying of headers
17133         * src/prefs_display_headers.[ch] dialog for configuration for
17134                 displaying of the headers.
17135         * src/prefs_headers.c cleaning of code
17136         * src/procheader.c comments added to code
17137         * src/textview.c changes to reorder the headers depending
17138                 on the config for displaying of headers
17139
17140 2001-04-30 [alfons]
17141
17142         0.4.65claws7
17143
17144         * sync with 0.4.65cvs12
17145
17146         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17147
17148 2001-04-30 [sergey]
17149
17150         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17151
17152         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17153         is set to force reconnection after authentication failure.
17154         (nntp_gen_command): set sock->auth_failed on authentication
17155         failure, or if sock->userid and sock->passwd are not set.
17156
17157         * src/news.c (news_session_new_for_folder): set userid=NULL if
17158         password dialog is cancelled.
17159
17160 2001-04-30 [sergey]
17161
17162         * src/nntp.h (NNTPSockInfo): new type.
17163
17164         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17165         SockInfo.
17166         (nntp_open_auth, nntp_close): new functions.
17167         (nntp_gen_command): new function to handle authentication; all
17168         NNTP command functions updated to use it.
17169         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17170         (nntp_list): removed old useless code.
17171
17172         * src/news.h (NNTPSession): new field nntp_sock.
17173
17174         * src/news.c: all functions updated to use NNTPSockInfo instead of
17175         SockInfo.
17176         (news_session_new): new arguments (userid, passwd); made static;
17177         use nntp_open_auth() if needed.
17178         (news_session_destroy): use nntp_close() instead of sock_close().
17179         (news_query_password): changed arguments.
17180         (news_session_new_for_folder): new function.
17181         (news_session_get): use news_session_new_for_folder().
17182         (news_authenticate): deleted.
17183         (news_get_uncached_articles): removed old authentication code.
17184
17185 2001-04-30 [sergey]
17186
17187         * src/news.c: reverted my previous changes (need to do NNTP
17188         authentication in a cleaner way).
17189         
17190 2001-04-29 [sergey]
17191
17192         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17193         news_nntp_post, news_nntp_mode): new functions (wrappers with
17194         authentication support).
17195         (news_get_article_cmd, news_get_article, news_get_header): new
17196         argument "folder"; all callers changed.
17197         (news_get_article_cmd): added authentication support.
17198         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17199         (news_post): use news_nntp_post() instead of nntp_post().
17200         (news_get_uncached_articles): use news_nntp_group() instead of
17201         nntp_group() and news_nntp_xover() instead of nntp_xover();
17202         removed old authentication code.
17203         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17204
17205         * src/nntp.c (nntp_list): return real error code instead of
17206         hardcoded NN_ERROR.
17207
17208 2001-04-29 [sergey]
17209
17210         * configure.in: fixed wint_t typedef detection again
17211
17212 2001-04-28 [hoa]
17213
17214         * src/prefs_account.[ch], added A_LOCAL_CMD
17215                 (send mail with mail command)
17216         * src/send.c added function send_message_with_command()
17217         * src/inc.c made a more secure get_spool() function with
17218                 mktemp() but maybe mkstemp() or something more
17219                 secure can be used.
17220
17221 2001-04-28 [alfons]
17222
17223         * src/textview.c, colorization of email addresses in headers
17224
17225         0.4.65claws6
17226
17227         * bug sync with sylpheed
17228         * prefs_common.c: created date format ui for darko
17229         * sync with 0.4.65cvs11
17230         * configure.in: corrected to have the new gpg checks
17231
17232 2001-04-27 [alfons]
17233
17234         * completed sync with 0.4.65cvs10
17235         * minor debug things added to gtkstext.c
17236
17237 2001-04-27 [darko]
17238
17239         * configure.in: remove check for availability of
17240           strftime() as advised by Hiroyuki
17241         * src/prefs_common.[ch], src/procheader.c:
17242           synch strftime() code with Hiroyki's main branch
17243
17244 2001-04-26 [sergey]
17245
17246         * src/news.c: news_query_password(), news_authenticate(): new
17247           functions.
17248           news_get_uncached_articles(): added NNTP authentication
17249           handling.
17250         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17251           new functions.
17252         * src/prefs_account.c: prefs_account_protocol_activated():
17253           enable userid and password fields for NNTP.
17254
17255 2001-04-26
17256
17257         * configure.in: check for availability of strftime()
17258           [darko]
17259         * src/prefs_common.[ch], src/procheader.c: use
17260           strftime() for displaying date in summary pane if it
17261           is available
17262
17263 2001-04-25
17264
17265         * more .cvsignore cleanups [alfons]
17266
17267 2001-04-25
17268
17269         * ac/sv-check-type.m4: new autoconf macro.
17270         * configure.in: fixed wint_t typedef detection (did not work
17271           with gcc-2.96).
17272
17273 2001-04-25
17274
17275         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17276           [hiroyuki]
17277
17278 2001-04-24
17279         * modified gtkstext.c : buggy cursor navigation fixed, 
17280           and font descent also taken in account when drawing
17281           cursor. [alfons]
17282
17283 2001-04-24 [hoa]
17284         * added comments in src/news.c src/nntp.c
17285         * added src/prefs_headers.[ch]
17286         * added src/headers.[ch]
17287         * modified compose.c to activate custom headers
17288                 added function is_in_custom_headers
17289         * modified prefs_account.[ch]
17290                 added function prefs_account_customhdr_edit
17291         * modified src/defs.h :
17292                 added HEADERS_RC : name of the config file
17293                 for the custom headers
17294
17295 2001-04-24
17296
17297     0.4.65claws5
17298
17299         * configure.in
17300           src/gtkstext.[ch]
17301           src/compose.c
17302           src/Makefile.am
17303           
17304           added gtkstext with configure.in patch by Hiroyuki which
17305           should fix the XIM detection [alfons]
17306
17307         * more clean up of cvs [alfons]
17308
17309                  * removed all Makefile.in files to attic.
17310
17311                  * updated all .cvsignores to really ignore things that could
17312                    be unintentionally committed by a recursive commit.
17313
17314 2001-04-23 [hoa]
17315         * added src/grouplist_dialog.[ch]
17316         * changed src/folderview.c to call grouplist_dialog instead
17317                 of inputdialog
17318         * src/news.c :
17319                 added functions news_reset_group_list
17320                 and news_get_group_list
17321         * src/nntp.c :
17322                 added function nntp_list
17323         * src/defs.h :
17324                 added GROUPLIST_FILE : name of the newsgroup list cache file
17325
17326 2001-04-21
17327
17328         * added option to warn about queued messages on exit [sergey]:
17329
17330           * src/compose.c: compose_queue(): call folder_item_scan()
17331             and folderview_update_item() after queueing.
17332           * src/folderview.c: folderview_update_node(): draw the queue
17333             folder in bold font if there are queued messages.
17334           * src/mainwindow.c: queued_messages(): new function.
17335             app_exit_cb(): display warning if there are queued messages
17336             if warn_queued_on_exit is set.
17337           * prefs_common.[ch]: add warn_queued_on_exit option.
17338
17339         * enhanced GnuPG key selection support [sergey]:
17340
17341           * src/select-keys.c: updated to newer version from Win32
17342             branch with support for selecting arbitrary keys.
17343           * src/prefs_account.c: added the Privacy tab to the account
17344             options window.
17345             prefs_account_privacy_create(),
17346             prefs_account_sign_key_set_data_from_radiobtn(),
17347             prefs_account_sign_key_set_radiobtn(): new functions.
17348           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17349           * src/rfc2015.c: set_signers(): new function.
17350             pgp_sign(): add the account parameter, call set_signers().
17351             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17352           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17353           * src/compose.c: pass the current account to rfc2015_sign().
17354
17355         * tag name claws added to prevent confusion with main branch [alfons]
17356
17357         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17358
17359         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17360
17361         * sync with recent sylpheed cvs. Untested though. [alfons]
17362