b0cb3563f93306f4cfb154b73e5fdb451f839e7f
[claws.git] / ChangeLog.claws
1 2003-07-19 [luke]       0.9.3claws28
2         * src/messageview.c
3         * src/mimeview.[ch]
4         * src/procmime.h
5         * src/rfc2015.c
6         * src/stock_pixmap.[ch]
7         * src/gtk/Makefile.am
8         * src/Makefile.am
9         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
10         * src/pixmaps/mime_*.xpm                ** NEW **
11                 o mimeview rearrangement with a new icon shortcut bar
12         
13 2003-07-19 [alfons]     0.9.3claws27
14
15         * src/folderview.c
16                 o plug leaking nodes_to_recollapse
17                 o add folderview_recollapse_all_nodes() (not used yet)
18
19 2003-07-19 [alfons]     0.9.3claws26
20
21         * src/compose.c
22         * src/common/utils.c
23                 honour #240 "Better SUBJECT handling" by cleaning the prefix
24                 for both forwarding as replying
25
26 2003-07-18 [christoph]  0.9.3claws25
27
28         * configure.ac
29         * src/common/sylpheed.[ch]
30         * src/common/version.h.in
31                 add version in numeric form to allow easy comparison
32
33         * src/plugins/demo/demo.c
34                 add version check
35                 - sylpheed version > plugin version => never allowed, sylpheed
36                   could contain unknown API changes
37                 - sylpheed version < minimum version required => don't load,
38                   API required not available (if linking does not fail)
39
40 2003-07-18 [alfons]     0.9.3claws24
41         
42         * src/common/plugin.[ch]
43                 const correctness
44
45 2003-07-18 [christoph]  0.9.3claws23
46
47         * src/common/hooks.c
48                 fix crash when hooks where unregisted
49
50         * src/plugins/trayicon/trayicon.c
51                 unregister detroy signal before destroying the widget
52                 (still crashes when the plugin is unloaded)
53
54 2003-07-18 [alfons]     0.9.3claws22
55         
56         * src/folderview.c
57                 delay expanding folder tree during drags until timeout triggered
58                 (needs perhaps some tweaking, so testing is welcome)
59
60 2003-07-17 [alfons]     0.9.3claws21
61
62         * src/folderview.c
63                 clean up cruft
64
65 2003-07-17 [christoph]  0.9.3claws20
66
67         * src/common/session.c
68                 fix opening of SSL connections
69
70         * src/plugins/image_viewer/Makefile.am
71                 add OPENSSL_CFLAGS (we should find a better solution to remove
72                 this dependencies if they are not required)
73
74         * src/plugins/spamassassin/spamassassin.c
75                 remove setlocale workaround (fixed in libspamc)
76
77 2003-07-17 [alfons]     0.9.3claws19
78
79         * src/common/hooks.[ch]
80         * src/plugins/clamav/clamav_plugin.c
81         * src/plugins/spamassassin/spamassassin.c
82         * src/plugins/trayicon/trayicon.c
83                 fix signedness muck 
84
85 2003-07-17 [alfons]     0.9.3claws18
86
87         * src/procmime.c
88                 plug memleak
89
90 2003-07-17 [alfons]     0.9.3claws17
91
92         * src/inc.c
93                 plug memleak
94
95 2003-07-17 [paul]       0.9.3claws16
96
97         * src/common/defs.h
98           src/mainwindow.c
99           src/manual.[ch]
100                 add link to the Claws site's FAQ page, after the suggestion
101                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
102                 Move url strings to defs.h
103                 
104         * src/mainwindow.c
105                 fix typo to prevent "unknown menu entry" warnings
106
107 2003-07-17 [alfons]     0.9.3claws15
108
109         * src/folderview.[ch]
110         * src/summaryview.[ch]
111         * src/mimeview.[ch]
112                 plug DnD leaks 
113
114 2003-07-17 [paul]       0.9.3claws14
115
116         * src/inc.c
117                 remove two instances of 'GTK_EVENTS_FLUSH' because
118                 they are unnecessary and probably cause a stack overflow
119
120 2003-07-16 [christoph]  0.9.3claws13
121
122         * src/mimeview.[ch]
123                 use an invisible GTK notebook to switch between viewers
124                 instead of reparenting widgets
125
126 2003-07-16 [christoph]  0.9.3claws12
127
128         * src/folder.c
129                 move folder_item_update_freeze() to correct place in
130                 folder_item_scan_full()
131
132 2003-07-16 [paul]       0.9.3claws11
133
134         * sync with 0.9.3cvs12
135                 see ChangeLog 2003-07-14 and 2003-07-15
136
137 2003-07-16 [christoph]  0.9.3claws10
138
139         * src/imap.[ch]
140         * src/prefs_account.[ch]
141                 sync IMAP CRAM-MD5 authentication with sylpheed-main
142
143 2003-07-15 [alfons]     0.9.3claws9
144
145         * src/main.c
146                 make --config-dir do something useful
147
148 2003-07-15 [alfons]     0.9.3claws8
149
150         * src/procmsg.c
151                 o fix a bug where 'last' didn't really point to the last message
152                   in the top level list of children, but to the last threaded
153                   message. 
154                 
155                 o clean up and make it easier to sync
156
157 2003-07-15 [alfons]     0.9.3claws7
158
159         * src/mainwindow.c
160                 make correct menu items sensitive       
161
162 2003-07-14 [alfons]     0.9.3claws6
163
164         * src/procmsg.c
165                 tune the threader so it will not subject-thread any message
166                 without a subject prefix (this will not thread correctly if 
167                 a parent is delivered after their childs, but it looks 
168                 better right now)
169
170 2003-07-13 [christoph]  0.9.3claws5
171
172         * src/mainwindow.c
173                 group "Add mailbox *..." menu items in submenu
174
175 2003-07-13 [alfons]     0.9.3claws4
176
177         * src/summaryview.c
178                 correct summary_toggle_pressed() signature and make sure
179                 signal is not passed on
180
181 2003-07-13 [alfons]     0.9.3claws3
182
183         * src/summaryview.c
184                 o for now don't pass on keys when they we're handled by 
185                   ctree::key_press_event
186                 o clean up
187
188 2003-07-13 [alfons]     0.9.3claws2
189         
190         * src/main.c
191                 add command line option "--config-dir" to get the current 
192                 configuration dir
193
194 2003-07-12 [alfons]     0.9.3claws1
195
196         * src/matcher.[ch]
197         * src/matcher_parser_parse.y
198         * src/prefs_filtering.c
199         * src/filtering.c
200                 add "Lock" filter action to lock messages;
201
202         * src/filtering.c       
203                 remove debug_print()    
204         * src/prefs_filtering.c
205                 re-organize matcher part 9: 
206                 make action text entries easily extendible;
207                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
208                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
209
210 2003-07-12 [paul]
211
212         * tools/README
213                 update old information and add missing
214                 information
215
216 2003-07-12 [paul]       0.9.3claws
217
218         * 0.9.3claws released
219         
220 2003-07-12 [paul]       0.9.0claws103
221
222         * src/Makefile.am
223                 add addrquery.h
224
225 2003-07-12 [melvin]     0.9.0claws102
226
227         * src/messageview.c
228                 Fixed bug #215: Show MIME tab for single text/html messages. 
229                 
230 2003-07-12 [paul]       0.9.0claws101
231
232         * man/sylpheed.1
233                 updated
234
235 2003-07-12 [paul]       0.9.0claws100
236
237         * po/es.po
238           po/hr.po
239           po/pl.po
240           po/sr.po
241                 update Spanish, Croatian, Polish, Serbian translations.
242                 submitted by Ricardo Mones Lastra, Dragan, Witold
243                 Wladyslaw Wojciech Wilk, Urke MMI
244
245 2003-07-12 [melvin]     0.9.0claws99
246
247         * po/fr.po
248                 Updated French translations.
249
250 2003-07-12 [paul]       0.9.0claws98
251
252         * src/addressbook.c
253                 disable 'Lookup' button as it has no effect
254
255 2003-07-11 [alfons]     0.9.0claws97
256         
257         * src/summaryview.c
258                 summary_searchbar_pressed() should return TRUE to signal that
259                 event was handled. when returning void, the return value passed
260                 to GTK is actually random, but maybe FALSE, in which case the
261                 event is handled by parent
262                 
263 2003-07-10 [paul]       0.9.0claws96
264
265         * ac/missing/gettext.m4
266                 update to version 0.12
267
268 2003-07-10 [paul]       0.9.0claws95
269
270         * src/plugins/clamav/clamav_plugin.c
271                 fix bug where multipart/alternative messages
272                 would slip through without being scanned
273
274 2003-07-10 [christoph]  0.9.0claws94
275
276         * src/folder.c
277                 correct check if folder supports removing when a message is
278                 moved. if not the message is only copied.
279
280         (closes Bug 132 crash on startup in newsgroups folders)
281
282 2003-07-09 [alfons]     0.9.0claws93
283
284         * configure.ac
285         * src/common/defs.h
286                 --with-config-dir (default .sylpheed)
287
288 2003-07-09 [christoph]  0.9.0claws92
289
290         * configure.ac
291                 use PKG_CHECK_MODULES to check for gtkmathview
292                 (version 0.4.2 now required)
293
294 2003-07-08 [melvin]     0.9.0claws91
295
296         * src/action.c
297                 Implemented a progress bar that counts the number of completed
298                 tasks when the action runs more than one command.
299
300 2003-07-08 [alfons]     0.9.0claws90
301
302         * src/procmsg.c
303                 if queued message has an invalid Message-Id, don't try to
304                 find message it refers to (fixes #209 "crash when processing 
305                 in folder")
306
307 2003-07-08 [paul]       0.9.0claws89
308
309         * sync with 0.9.3cvs2
310                 see ChangeLog 2003-07-08
311
312 2003-07-08 [match]      0.9.0claws88
313
314         * src/ldapctrl.c
315                 extend LDAP search for first/last name by parsing search term.
316
317 2003-07-08 [alfons]     0.9.0claws87
318
319         * src/send_message.c
320                 fix bug #208 "Status message stuck when sending on POP3 account"
321
322 2003-07-07 [paul]       0.9.0claws86
323
324         * po/hr.po
325                 new Croatian translation, submitted by
326                 Dragan <drleskov@inet.hr>
327
328 2003-07-07 [paul]       0.9.0claws85
329
330         * sync with 0.9.3cvs1
331                 see ChangeLog 2003-07-07
332
333 2003-07-05 [christoph]  0.9.0claws84
334
335         * src/Makefile.am
336         * src/messageview.c
337         * src/mimeview.[ch]
338         * src/stock_pixmap.[ch]
339         * src/pixmaps/messageview_text.xpm              ** NEW **
340                 move mimeview tabs to the right side and use icons
341                 instead of text to save some space
342
343         (patch by Luke Plant <lukeplant@softhome.net>)
344
345 2003-07-05 [christoph]  0.9.0claws83
346
347         * src/inc.c
348                 add NULL pointer checks
349
350         (patch by Luke Plant <lukeplant@softhome.net>)
351         (closes Bug 204 0.9.0 quits on authentication error?!)
352
353 2003-07-05 [alfons]     0.9.0claws82
354
355         * configure.ac
356                 take the clue in bug #202 "./configure script - 
357                 'if test' comparison failure" reported by John Kristoff. 
358
359 2003-07-04 [christoph]  0.9.0claws81
360
361         * src/plugins/spamassassin/spamassassin.c
362                 set timeout for spam check
363
364 2003-07-04 [christoph]  0.9.0claws80
365
366         * src/main.c
367                 destroy all FolderItems when shutting down to
368                 allow folders to clean up
369
370 2003-07-04 [melvin]     0.9.0claws79
371
372         * src/gtk/gtkaspell.c
373                 Fixed bug #184 "Entering non-ascii character deletes
374                 previous char if spell checking enabled": this makes
375                 the spell checking in multibytes (e.g. UTF-8)locales work.
376                 (Patch by Luke Plant).
377                 
378 2003-07-04 [christoph]  0.9.0claws78
379
380         * sync with 0.9.2cvs1
381                 see ChangeLog 2003-06-10
382
383 2003-07-04 [paul]       0.9.0claws77
384
385         * sync with 0.9.3 release
386                 see ChangeLog 2003-07-04
387
388 2003-07-03 [christoph]  0.9.0claws76
389
390         * src/folder.[ch]
391         * src/imap.c
392         * src/mbox_folder.c
393         * src/mh.c
394         * src/news.c
395                 move folder_item_get_path() stuff into a folder virtual function
396
397         * src/procmsg.c
398                 use folder_item_fetch_msg() to get message and do not contruct
399                 the filename from path and number
400
401 2003-07-03 [paul]       0.9.0claws75
402
403         * sync with 0.9.2cvs12
404                 see ChangeLog 2003-07-03
405
406 2003-07-02 [paul]       0.9.0claws74
407
408         * src/messageview.c
409                 fix text-selection for replying
410
411 2003-07-02 [paul]       0.9.0claws73
412
413         * sync with 0.9.2cvs11
414                 see ChangeLog 2003-07-02
415
416 2003-07-02 [paul]       0.9.0claws72
417
418         * src/procmsg.c
419                 revert last commit because it breaks more
420                 than it fixes
421
422 2003-07-02 [paul]       0.9.0claws71
423
424         * src/procmsg.c
425                 fix thread by subject/sort by date
426
427 2003-07-01 [paul]       0.9.0claws70
428
429         * sync with 0.9.2cvs10
430                 see ChangeLog 2003-07-01
431
432 2003-06-30 [paul]       0.9.0claws69
433
434         * sync with 0.9.2cvs9
435                 see ChangeLog 2003-06-30
436
437 2003-06-28 [match]      0.9.0claws68
438
439         * src/addressbook.c
440                 fix null ptr.
441
442 2003-06-27 [paul]       0.9.0claws67
443
444         * sync with 0.9.2cvs7
445                 see ChangeLog 2003-06-27
446
447 2003-06-26 [christoph]  0.9.0claws66
448
449         * src/folder.c
450                 freeze folder updates while a folder is scanned
451
452         (closes Bug 185 New message counter)
453
454 2003-06-26 [darko]      0.9.0claws65
455
456         * src/ldapserver.c
457                 fix infinite loop when adding a new LDAP server
458
459 2003-06-26 [paul]       0.9.0claws64
460
461         * sync with 0.9.2cvs6
462                 see ChangeLog 2003-06-26
463
464 2003-06-26 [paul]       0.9.0claws63
465
466         * sync with 0.9.2cvs5
467                 see ChangeLog 2003-06-25 and 2003-06-26
468
469 2003-06-25 [match]      0.9.0claws62
470
471         * src/addr_compl.c
472                 Fixed tab/backtab for dropped-down completion list to
473                 move next/previous field. (close bug 147)
474
475 2003-06-25 [christoph]  0.9.0claws61
476
477         * src/addr_compl.[ch]
478         * src/addrindex.[ch]
479         * src/folderview.c
480         * src/inc.c
481         * src/news.c
482         * src/summaryview.c
483         * src/toolbar.c
484                 fix warnings
485
486 2003-06-25 [leandro]    0.9.0claws60
487
488         * src/compose.c
489                 o cleanups
490                 o gray out "Message/Remove references" menu item if not
491                   replying to a message
492
493 2003-06-24 [leandro]    0.9.0claws59
494
495         * src/compose.[ch]
496                 o removed "Message/Create new thread" menu item
497                 o added "Message/Remove references" menu item
498                   (it's off by default and will not check anymore
499                    if the subject changed)
500
501 2003-06-23 [alfons]     0.9.0claws58
502
503         * src/procmsg.c
504                 try better grouping messages threaded by subject based on their age.
505                 still not perfect - because the message tree is not sorted by date.  
506
507 2003-06-23 [thorsten]   0.9.0claws57
508
509         * src/pop.[ch]
510                 added mail_receive_hook to allow modifications
511                 directly after retrieval (e.g. adding headers).
512
513 2003-06-23 [paul]       0.9.0claws56
514
515         * src/sourcewindow.c
516                  enable the use of Ctrl+A to select all text in
517                  the sourcewindow
518                  Patch submitted by Ivan Francolin Martinez
519                  <ivanfm@users.sourceforge.net>
520
521 2003-06-22 [christoph]  0.9.0claws55
522
523         * src/folder.[ch]
524                 o add notification hook for folder tree changes
525                 o invoke hooks after folder tree scanning
526
527         * src/folderview.[ch]
528                 register hook for folder tree changes that
529                 updates the ctree
530
531         (there are more places that should be updated, like add, remove 
532          or move folder)
533
534         (closes Bug 164 Crash on rebuild folder tree)
535         (closes Bug 190 Crash on 'rebuilding folder tree')
536
537 2003-06-21 [leandro]    0.9.0claws54
538
539         * src/compose.[ch]
540                 create a new thread if subject changes
541                 (it's on by default, can be disabled in Message menu)
542
543 2003-06-21 [alfons]     0.9.0claws53
544
545         * src/summaryview.c
546                 quiet little compiler
547
548 2003-06-21 [christoph]  0.9.0claws52
549
550         update gettext stuff to version 0.12
551
552 2003-06-19 [alfons]     0.9.0claws51
553
554         * src/common/log.c
555         * src/common/plugin.c
556                 move defs.h before glib.h to prevent MIN/MAX redefs
557
558 2003-06-19 [alfons]
559
560         * src/addressbook.c
561                 translatable
562
563 2003-06-19 [match]      0.9.0claws50
564
565         * src/addressbook.[ch]
566         * src/addrindex.[ch]
567         * src/addr_compl.[ch]
568         * src/editldap.[ch]
569         * src/editldap_basedn.[ch]
570         * src/addritem.[ch]
571         * src/ldapquery.h
572                 re-implemented dynamic LDAP search. works without
573                 slowdown on display sender with addressbook
574                 option.
575         * src/addrbook.c
576                 documented code.
577
578 2003-06-19 [paul]       0.9.0claws49
579
580         * src/compose.c
581                 fix Bug #136 'Nonprovided quotation marks crash claws'
582                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
583
584 2003-06-19 [alfons]     0.9.0claws48
585
586         * src/prefs_common.[ch]
587         * src/procmsg.c
588                 restrict threading by subject by checking thread for
589                 age (prefs_common.thread_by_subject_max_age)
590
591 2003-06-18 [christoph]  0.9.0claws47
592
593         * src/imap.c
594                 fix memory leak in imap_cmd_fetch()
595
596 2003-06-18 [christoph]  0.9.0claws46
597
598         * src/prefs_gtk.c
599                 fix memory leak in prefs_set_default() when used multiple
600                 times or after prefs have been read
601
602 2003-06-18 [christoph]  0.9.0claws45
603
604         * src/common/plugin.c
605                 fix memory leak in plugin_unload()
606
607 2003-06-18 [christoph]  0.9.0claws44
608
609         * src/imap.c
610                 fix memory leak in imap_cmd_ok()
611
612 2003-06-18 [christoph]  0.9.0claws43
613
614         * src/folder.c
615                 stop messages that are downloaded from POP3 and added to
616                 an IMAP inbox from being filtered twice (first by POP3
617                 and again when IMAP folder is scaned to get the UID of
618                 the APPEND operation when no UIDPLUS is available)
619
620 2003-06-18 [alfons]
621
622         * tools/Makefile.am
623                 phoenix <- firebird     
624
625 2003-06-18 [paul]
626
627         * tools/launch_phoenix          ** REMOVED **
628           tools/launch_firebird         ** NEW **
629                 renamed and edited to reflect the browser's name change from
630                 'phoenix' to 'firebird'
631
632 2003-06-18 [paul]       0.9.0claws42
633
634         * sync with 0.9.2cvs2
635                 see ChangeLog 2003-06-16
636
637 2003-06-17 [alfons]     0.9.0claws41
638
639         * src/procmsg.c
640                 prevent threading problems when a node is an ancestor (parent / great parent),
641                 which mostly happens with circular references (thanks to Phillipe Gramoullé
642                 for finding an sample set of messages)
643
644 2003-06-16 [christoph]  0.9.0claws40
645
646         * src/main.c
647                 don't popup main window on --receive or --receive-all
648
649         * src/mainwindow.[ch]
650         * src/plugins/trayicon/trayicon.c
651                 allow hiding of main window by clicking on the trayicon
652                 (doesn't work correctly in seperate window mode and may
653                  cause unexpected GTK problems I couldn't find yet)
654
655         * src/common/ssl.c
656                 remove incorrect warning
657
658 2003-06-15 [alfons]     0.9.0claws39
659
660         * src/gtk/gtkstext.c
661                 don't output debug text;
662                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
663                 for pointing this out);
664
665 2003-06-14 [alfons]     0.9.0claws38
666         
667         * src/messageview.c
668                 remove printf() and make one if..else comply with coding style
669
670 2003-06-14 [alfons]     0.9.0claws37
671
672         * AUTHORS
673                 add Martin Wicke
674         * src/action.c
675         * src/messageview.[ch]
676         * src/summaryview.c
677                 apply patch #754162 "Quoting messages filtered by actions" submitted
678                 by Martin Wicke, which allows quoting message body changed by an
679                 action (Thanks!).
680
681 2003-06-13 [alfons]     0.9.0claws36
682
683         * src/utils.c
684                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
685                 use case insensitive regexp (suggested by Ivan Martinez)
686
687 2003-06-13 [christoph]  0.9.0claws35
688
689         * configure.ac
690         * src/plugins/trayicon/Makefile.am
691         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
692         * src/plugins/trayicon/trayicon.c
693         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
694         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
695         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
696         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
697         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
698         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
699                 replace my own EggTrayIcon backport with the backport
700                 used by (l|x)mule and gabber.
701
702 2003-06-13 [alfons]     0.9.0claws34
703
704         * AUTHORS
705         * src/common/utils.c
706                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
707
708 2003-06-13 [alfons]     0.9.0claws33
709
710         * src/compose.c
711                 clean up a little bit
712
713 2003-06-12 [alfons]     0.9.0claws32
714
715         * src/compose.c
716                 const correctness fix
717
718         * src/common/sylpheed.[ch]
719                 () -> (void)
720                 prevent redef MIN/MAX
721                 
722         * src/common/utils.[ch]
723                 () -> (void)
724
725 2003-06-12 [melvin]     0.9.0claws31
726
727         * src/compose.c
728                 Updated to take into accounts changes in GtkAspell.
729
730 2003-06-12 [alfons]     0.9.0claws30
731
732         * src/compose.c
733         * src/procmsg.c
734         * src/common/utils.[ch]
735                 handle reply subject prefixes better (initial 
736                 suggestion by Robert Story adapted and enhanced 
737                 using regexps)
738
739 2003-06-12 [melvin]     0.9.0claws29
740
741         * src/compose.c
742                 Use new gtkaspell_checkers_strerror() to get the speller's
743                 error message instead of accessing the (now private)
744                 checkers structure.
745                 Minor code clean up
746
747         * src/main.c
748                 Use #ifdef instead of #if for USE_ASPELL
749                 Use the new spell checkers init/quit functions 
750
751         * src/gtk/gtkaspell.c
752                 Use #ifdef instead of #if for USE_ASPELL
753                 Moved in the majority of GtkAspell structures that were
754                 exported before by gtkaspell.h
755         
756         * src/gtk/gktaspell.h
757                 Made gtkaspell.h contain only the necessary data to be
758                 publicized by moving many structures to gtkaspell.c.
759                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
760                 gtkaspell_checkers_new(): replaced by...
761                 gtkaspell_checkers_init(): new function for initialization
762                 gtkaspell_checkers_delete(): replaced by...
763                 gtkaspell_checkers_quit(): new function
764                 gtkaspell_checkers_strerror(): new function that returns
765                 the checker's last error message.
766                 
767 2003-06-11 [melvin]     0.9.0claws28
768
769         * po/POTFILES.in
770                 Updated to take into account gtkaspell.c migration to
771                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
772
773 2003-06-10 [alfons]     0.9.0claws27
774
775         * src/filtering.[ch]
776         * src/folder.c
777         * src/matcher.c
778         * src/scoring.[ch]
779                 - try fixing bug #18 (any brave testers?)
780                 - add more robustness by refusing previously 
781                   unchecked NULL pointers 
782
783 2003-06-10 [alfons]     0.9.0claws26
784
785         * src/procmsg.c
786                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
787
788 2003-06-09 [alfons]     0.9.0claws25
789
790         * src/prefs_common.c
791                 fix bug #163 "Icon switching doesnt work properly" by 
792                 preventing early freeing of prefs_common.pixmap_theme_path.
793
794 2003-06-09 [christoph]  0.9.0claws24
795
796         * src/gtk/gtkaspell.c
797                 revert Thorsten's fix and add forgotten g_strdup for
798                 aspell path (it should not be possible to alter the path a
799                 GtkASpell uses from outside)
800
801 2003-06-09 [thorsten]   0.9.0claws23
802
803         * src/gtk/gtkaspell.c
804                 dont free prefs_common.aspell_path when closing compose
805
806 2003-06-08 [colin]      0.9.0claws22
807
808         * src/plugins/spamassassin/spamassassin.c
809                 fix prefs types
810
811 2003-06-07 [christoph]  0.9.0claws21
812
813         * src/Makefile.am
814         * src/compose.c
815         * src/gtkaspell.[ch]            ** REMOVE **
816         * src/gtk/Makefile.am
817         * src/gtk/gtkaspell.[ch]        ** NEW **
818                 o make gtkaspell independent from sylpheed's prefs
819                 o move gtkaspell.[ch] to gtk directory
820
821 2003-06-07 [christoph]  0.9.0claws20
822
823         * src/Makefile.am
824         * src/crash.c
825         * src/export.c
826         * src/filesel.[ch]              ** REMOVE **
827         * src/folder.c
828         * src/main.[ch]
829         * src/common/sylpheed.[ch]
830         * src/gtk/Makefile.am
831         * src/gtk/filesel.[ch]          ** NEW **
832         * src/gtk/pluginwindow.c
833         * src/gtk/sslcertwindow.c
834                 move filesel.[ch] to gtk directory
835
836 2003-06-07 [alfons]     0.9.0claws19
837
838         * src/filesel.c
839                 make (multi) file selection dialog work again (Claws-only)
840
841 2003-06-07 [thorsten]   0.9.0claws18
842
843         * po/de.po
844                 fix typos
845
846 2003-06-07 [alfons]     0.9.0claws17
847
848         * configure.ac
849         * src/mimeview.c
850                 detect apache mishap in which case don't include fnmatch.h
851                 if regex.h is already included
852
853 2003-06-06 [christoph]  0.9.0claws16
854
855         * configure.ac
856         * src/mimeview.h
857                 add check for fnmatch.h and include it when available
858
859         * src/mimeview.[ch]
860                 fix wrong case sensitivity of Content-Types
861
862         * src/gtk/Makefile.am
863                 need the same include paths in gtk directory as in
864                 common directory because .h files in common can
865                 include files from these directories, when included
866                 in gtk's .h or .c files
867
868 2003-06-06 [alfons]     0.9.0claws15
869
870         * src/mimeview.c
871         * src/summaryview.c
872                 make it compile again because of regex.h / fnmatch.h 
873                 include problems (related to recent mime stuff, can
874                 someone check this?)
875
876 2003-06-06 [thorsten]   0.9.0claws14
877
878         * src/folderview.c
879                 possible use of uninitialized pointer while dragging
880
881 2003-06-06 [paul]       0.9.0claws13
882
883         * src/compose.c
884                 fix bug where the insert sig button would be effective
885                 only when auto_sig was set
886
887 2003-06-06 [paul]       0.9.0claws12
888
889         * sync with 0.9.2 release
890
891 2003-06-02 [paul]       0.9.0claws11
892
893         * sync with 0.9.1cvs1
894                 see ChangeLog 2003-06-02
895                 
896         * po/de.po
897                 update by Jens
898
899 2003-06-01 [christoph]  0.9.0claws10
900
901         * src/account.c
902                 don't use substring search to find accounts by email address
903
904         (closes Bug 169 Overly loose matching of "From" address)
905
906 2003-05-31 [christoph]  0.9.0claws9
907
908         * doc-src/rfc2683.txt
909         * src/imap.c
910                 limit IMAP command length as recommended in RFC2683
911                 (message number lists will be split into multiple imap
912                 sets, the limit of 1000 octets is not a hard limit)
913
914         (closes Bug 161 sylpheed-claws exits with segfault when logging
915          in to certain imap-servers)
916
917 2003-05-29 [alfons]     0.9.0claws8
918
919         * src/toolbar.[ch]
920                 add print button (calling summary_print());
921                 fine tune setting tooltip text;
922                 (if someone needs other buttons, please take these 
923                 commits as a guide, instead of bothering us - also
924                 see 0.8.11claws150) 
925
926 2003-05-29 [darko]      0.9.0claws7
927
928         * src/compose.c
929                 fix crash when word wrapping kicks in due to
930                 changed text by spell checker
931
932 2003-05-29 [paul]       0.9.0claws6
933
934         * src/compose.c
935                 fix bug where changing account would insert
936                 sig even if auto_sig was FALSE
937                 
938         * ChangeLog
939           ChangeLog.jp
940           INSTALL
941                 sync with 0.9.1 release
942
943 2003-05-28 [christoph]  0.9.0claws5
944
945         * src/imap.c
946                 fix truncation of too long commands
947
948         (closes Bug 167 IMAP hangs trying to get envelope
949          information in imap_get_uncached_messages)
950
951 2003-05-27 [paul]       0.9.0claws4
952
953         * tools/Makefile.am
954           tools/maildir2sylpheed.pl     ** NEW FILE **
955                 add kmail to sylpheed mailbox conversion script
956
957 2003-05-27 [paul]       0.9.0claws3
958
959         * sync with 0.9.0cvs10
960                 see ChangeLog 2003-05-26
961
962 2003-05-26 [paul]       0.9.0claws2
963
964         * sync with 0.9.0cvs9
965                 see ChangeLog 2003-05-26
966
967 2003-05-24 [paul]       0.9.0claws1
968
969         * sync with 0.9.0cvs8
970                 see ChangeLog 2003-05-23
971
972 2003-05-24 [paul]       0.9.0claws
973
974         * version 0.9.0claws released
975
976 2003-05-24 [paul]       0.8.11claws177
977
978         * src/plugins/dillo-viewer/Makefile.am
979           src/plugins/traycon/Makefile.am
980                 add missing files
981                 
982         * po/bg.po
983           po/en_GB.po
984           po/es.po
985           po/it.po
986           po/pt_BR.po
987           po/ru.po
988           po/sr.po
989                 update Bulgarian, British English, Spanish, Italian, 
990                 Brazilian Portuguese, Russian, and Serbian translations, 
991                 submitted by George Danchev, [me], Ricardo Mones Lastra,
992                 André Filipe de Assunção e Brito, Alessandro Maestri, 
993                 Ruslan N. Balkin, and Urke MMI
994
995 2003-05-23 [melvin]     0.8.11claws176
996
997         * po/fr.po
998                 Updated French translations
999
1000 2003-05-22 [paul]       0.8.11claws175
1001
1002         * src/Makefile.am
1003           src/addrbook.[ch]
1004           src/addrcache.[ch]
1005           src/addr_compl.[ch]
1006           src/adressbook.[ch]
1007           src/addrindex.[ch]
1008           src/addritem.[ch]
1009           src/editaddress.c
1010           src/editgroup.c
1011           src/editldap_basedn.c
1012           src/editldap.c
1013           src/jpilot.c
1014           src/vcard.c
1015                 revert to get ldap into it previous working state
1016                 
1017         * po/zh_TW.Big5.po
1018                 new Taiwanese translation,
1019                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1020
1021 2003-05-22 [christoph]  0.8.11claws174
1022
1023         * src/plugins/spamassassin/libspamc.[ch]
1024                 sync libspamc with SpamAssaain release 2.55
1025
1026 2003-05-22 [paul]       0.8.11claws173
1027
1028         * sync with 0.9.0cvs7
1029                 see ChangeLog 2003-05-22
1030                 
1031         * src/summaryview.c
1032                 revert change in 0.8.11claws172: follow
1033                 Hiroyuki's decision and that's the end of it.
1034
1035 2003-05-21 [paul]       0.8.11claws172
1036
1037         * src/summaryview.c
1038                 fix discrepency between open_unread_on_enter
1039                 and always_show_msg
1040
1041 2003-05-21 [paul]       0.8.11claws171
1042
1043         * sync with 0.9.0cvs6
1044                 see ChangeLog 2003-05-21
1045
1046 2003-05-21 [paul]       0.8.11claws170
1047
1048         * sync with 0.9.0cvs5
1049                 see ChangeLog 2003-05-21
1050
1051 2003-05-20 [paul]       0.8.11claws169
1052
1053         * sync with 0.9.0cvs4
1054                 see ChangeLog 2003-05-20
1055                 fixes bug #152, 'encoding of IMAP folders names'
1056
1057 2003-05-20 [paul]       0.8.11claws168
1058
1059         * sync with 0.9.0cvs3
1060                 see ChangeLog 2003-05-20
1061                 
1062         * src/tools/convert_mbox.pl
1063                 minor change in the comments, submitted by Fred Marton
1064
1065 2003-05-19 [paul]       0.8.11claws167
1066
1067         * src/plugins/clamav/Makefile.am
1068           configure.ac
1069                 link clamav_lib to the plugin and not to the main program
1070
1071 2003-05-19 [christoph]
1072
1073         * src/Makefile.am
1074                 add -export-dynamic for linking
1075
1076 2003-05-19 [paul]       0.8.11claws166
1077
1078         * sync with 0.9.0cvs1
1079                 see ChangeLog 2003-05-19
1080
1081 2003-05-19 [paul]       0.8.11claws165
1082
1083         * src/inc.c
1084                 fix 'pop before smtp' timeout
1085
1086 2003-05-18 [alfons]     0.8.11claws164
1087
1088         * src/prefs_matcher.c
1089                 put "execute" action command line ("expression") in edit box
1090
1091 2003-05-18 [christoph]  0.8.11claws163
1092
1093         * src/mimeview.[ch]
1094         * src/plugins/dillo_viewer/dillo_viewer.c
1095         * src/plugins/image_viewer/viewer.c
1096         * src/plugins/mathml_viewer/mathml_viewer.c
1097                 let a viewer have a list of Content-Types
1098
1099 2003-05-18 [paul]       0.8.11claws162
1100
1101         * src/prefs_filtering.c
1102                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1103                 and REDIRECT actions
1104
1105 2003-05-17 [christoph]
1106
1107         * README.claws
1108                 o remove dynamic signatures that was syned with main
1109                 o add infos about no longer "build in" image viewer
1110                 o update bugtracker URL
1111
1112 2003-05-17 [christoph]  0.8.11claws161
1113
1114         * src/folder.c
1115         * src/folderview.c
1116         * src/imap.c
1117                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1118                 for every folder after rebuilding the folder tree.
1119
1120         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1121          messages)
1122
1123 2003-05-17 [christoph]  0.8.11claws160
1124
1125         * src/imap.c
1126                 don't use STATUS command on current folder to check for
1127                 content changes. imap_cmd_ok() now tracks changes to
1128                 folder and number of existing messages.
1129
1130 2003-05-17 [paul]       0.8.11claws159
1131
1132         * src/plugins/clamav/clamav_plugin.c
1133                 remove unnecessary debug_print
1134
1135 2003-05-16 [thorsten]   0.8.11claws158
1136
1137         * src/plugins/demo.c
1138                 included missing intl.h
1139
1140 2003-05-16 [paul]       0.8.11claws157
1141
1142         * po/POTFILES.in
1143                 remove non-existant entries
1144         
1145         * src/plugins/clamav/clamav_plugin.c
1146           src/plugins/clamav/clamav_plugin_gtk.c
1147           src/plugins/dillo_viewer/dillo_prefs.c
1148           src/plugins/dillo_viewer/dillo_viewer.c
1149                 gettextise
1150
1151 2003-05-16 [christoph]  0.8.11claws156
1152
1153         * po/POTFILES.in
1154                 include plugin .c files for translation until I
1155                 find a better solution to have plugins have their
1156                 own textdomain
1157         * src/plugins/demo/demo.c
1158         * src/plugins/image_viewer/plugin.c
1159         * src/plugins/mathml_viewer/mathml_viewer.c
1160         * src/plugins/spamassassin/spamassassin.c
1161         * src/plugins/spamassassin/spamassassin_gtk.c
1162         * src/plugins/trayicon/trayicon.c
1163                 add gettext macros for plugin name and description
1164
1165 2003-05-16 [paul]
1166
1167         * sync with 0.9.0
1168
1169 2003-05-16 [paul]       0.8.11claws155
1170
1171         * sync with lastest 0.9.0pre1
1172                 see ChangeLog 2003-05-16
1173
1174 2003-05-15 [paul]       0.8.11claws154
1175
1176         * sync with latest 0.9.0pre1
1177                 see ChangeLog 2003-05-14 and 2003-05-15
1178
1179 2003-05-14 [christoph]  0.8.11claws153
1180
1181         * src/plugins/image_viewer/viewer.c
1182         * src/plugins/image_viewer/viewer.glade         ** NEW **
1183         * src/plugins/image_viewer/viewerprefs.c
1184                 make it possible to disable the autoload function in the
1185                 imageviewer again
1186
1187 2003-05-14 [christoph]  0.8.11claws152
1188
1189         * src/folder.c
1190                 fix folder update after adding a message
1191
1192 2003-05-13 [alfons]     0.8.11claws151
1193
1194         * src/common/session.c
1195                 remove debug traces
1196                 
1197         * src/addrcache.[ch]
1198         * src/filtering.[ch]
1199         * src/folder.[c]
1200         * src/gtkaspell.[ch]
1201         * src/imap.[ch]
1202         * src/mbox_folder.[ch]
1203         * src/mh.[ch]
1204         * src/mimeview.h
1205         * src/msgcache.[ch]
1206         * src/news.[ch]
1207         * src/passphrase.[ch]
1208         * src/prefs_common.[ch]
1209         * src/prefs_gtk.[ch]
1210         * src/procmsg.c
1211         * src/scoring.[ch]
1212                 be pedantic; (in prototypes () implies (int))
1213
1214 2003-05-13 [alfons]     0.8.11claws150
1215
1216         * src/prefs_toolbar.[ch]
1217         * src/summaryview.[ch]
1218         * src/toolbar.[ch]
1219                 change misleading text in toolbar prefs;
1220                 add toolbar action for ignore thread (toggles ignore thread flag);
1221                 clean up a little bit;
1222
1223 2003-05-12 [paul]
1224
1225         * tools/convert_mbox.pl
1226                 bug fixed by Fred Marton
1227
1228 2003-05-12 [paul]
1229
1230         * sync with 0.9.0pre1
1231
1232 2003-05-09 [paul]       0.8.11claws149
1233
1234         * sync with 0.8.11cvs43
1235                 see ChangeLog 2003-05-09
1236
1237 2003-05-08 [christoph]  0.8.11claws148
1238
1239         * src/imap.[ch]
1240                 o use CAPABILIY as first command and check for PREAUTH
1241                   information in the response to it
1242                 o rewrite all imap_cmd_* functions to use an IMAPSession
1243                   instead of a SockInfo as parameter
1244                 o do STARTTLS after fetching and checking the server
1245                   capabilities
1246
1247 2003-05-08 [paul]       0.8.11claws147
1248
1249         * tools/Makefile.am
1250           tools/README
1251           tools/convert_mbox.pl         ** NEW FILE **
1252                 add mbox conversion script. Submitted by 
1253                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1254
1255 2003-05-07 [christoph]
1256
1257         * doc-src/glade.txt
1258         * src/gtk/pluginwindow.glade
1259         * src/plugins/image_viewer/viewerprefs.glade
1260         * src/plugins/spamassassin/spamassassin_gtk.glade
1261                 add glade files for user interfaces and a description how
1262                 to use glade to create the sylpheed code
1263
1264 2003-05-07 [paul]       0.8.11claws146
1265
1266         * sync with 0.8.11cvs41
1267                 see ChangeLog 2003-05-07
1268
1269 2003-05-06 [christoph]  0.8.11claws145
1270
1271         * src/main.c
1272         * src/plugins/image_viewer/viewer.c
1273                 fix usage of imlib in imageviewer plugin
1274
1275         * src/gtk/prefswindow.c
1276                 handle window close event correctly
1277
1278 2003-05-06 [paul]       0.8.11claws144
1279
1280         * src/common/ssl.c
1281                 fix typo introduced in sync
1282
1283 2003-05-06 [paul]       0.8.11claws143
1284
1285         * sync with 0.8.11cvs39
1286                 see ChangeLog 2003-05-06
1287
1288 2003-05-06 [paul]       0.8.11claws142
1289
1290         * AUTHORS
1291           po/cs.po
1292                 updated Czech translation, submitted by 
1293                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1294                 
1295         * src/plugins/clamav/clamav_plugin_gtk.c
1296                 clean up
1297
1298 2003-05-03 [alfons]     0.8.11claws141
1299
1300         * src/compose.[ch]
1301                 make paste as quotation work even when the call to 
1302                 text_inserted() was deferred (fixes bug #140 "Paste 
1303                 as quotation does not work when using "external" 
1304                 clipboard")
1305
1306 2003-05-03 [thorsten]   0.8.11claws140
1307
1308         * src/addrquery.h
1309           src/ldapquery.h
1310           src/mainwindow.c
1311                 removed C++ comments
1312         * src/addr_compl.c
1313                 function with non-int retval/param used before
1314                 implementation/declaration
1315
1316 2003-05-02 [paul]       0.8.11claws139
1317
1318         * src/addr_compl.[ch]
1319           src/addressbook.[ch]
1320           src/addrindex.c
1321           src/summaryview.c
1322                 revert match's changes to (finally) remove the bug where
1323                 opening a folder causes massive slowdown when using the 
1324                 'Display sender using address book' option
1325
1326 2003-05-01 [melvin]     0.8.11claws138
1327
1328         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1329         * src/plugins/dillo_viewer/dillo_viewer.c
1330                 Fixed bug where "Cancel" button from prefs issued
1331                 warnings.
1332                 Comply a little more to coding style
1333
1334 2003-05-01 [paul]       0.8.11claws137
1335
1336         * sync with 0.8.11cvs38
1337                 see ChangeLog 2003-05-01
1338
1339 2003-05-01 [paul]       0.8.11claws136
1340
1341         * po/bg.po
1342                 updated by George Danchev
1343
1344 2003-04-30 [christoph]  0.8.11claws135
1345
1346         * src/plugins/dillo_viewer/dillo_prefs.c
1347         * src/plugins/image_viewer/viewerprefs.c
1348         * src/plugins/spamassassin/spamassassin_gtk.c
1349                 remove gtk_widget_ref() calls for widgets in
1350                 glade code
1351
1352 2003-04-30 [paul]       0.8.11claws134
1353
1354         * src/addrindex.c
1355                 ok, this time a better fix for the bug where opening folder
1356                 has massive slowdown when using the 'Display sender using 
1357                 address book' option
1358
1359 2003-04-30 [paul]       0.8.11claws133
1360
1361         * src/addrindex.c
1362                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1363         
1364 2003-04-30 [melvin]     0.8.11claws132
1365
1366         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1367
1368         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1369                 Preferences for the dillo plugin
1370         * src/plugins/dillo_viewer/dillo_viewer.c
1371                 Support for preferences
1372         * src/plugins/dillo_viewer/Makefile.am
1373                 Added dillo_prefs.[ch]
1374
1375 2003-04-30 [alfons]     0.8.11claws131
1376
1377         * src/common/plugin.[ch]
1378                 see? this ANSI C'fication immediately gives us type
1379                 checking for free.
1380
1381 2003-04-30 [alfons]     0.8.11claws130
1382
1383         * src/common/plugin.[ch]
1384         * src/plugins/clamav/clamav_plugin.[ch]
1385         * src/plugins/clamav/clamav_plugin_gtk.c
1386         * src/plugins/demo/demo.c
1387         * src/plugins/dillo_viewer/dillo_viewer.c
1388         * src/plugins/image_viewer/plugin.c
1389         * src/plugins/image_viewer/viewer.[ch]
1390         * src/plugins/image_viewer/viewerprefs.[ch]
1391         * src/plugins/mathml_viewer/mathml_viewer.c
1392         * src/plugins/spamassassin/spamassassin.[ch]
1393         * src/plugins/spamassassin/spamassassin_gtk.c
1394         * src/plugins/trayicon/trayicon.c
1395                 clean up
1396
1397 2003-04-30 [alfons]     0.8.11claws129
1398
1399         * src/common/utils.c
1400                 make is_ascii_str() fail gracefully when NULL pointer
1401                 is passed
1402
1403 2003-04-30 [paul]       0.8.11claws128
1404
1405         * src/addrindex.c
1406                 fix bug where opening folder has massive slowdown when
1407                 using the 'Display sender using address book' option
1408
1409 2003-04-30 [paul]       0.8.11claws127
1410
1411         * src/plugins/clamav/clamav_plugin.c
1412           src/plugins/clamav/clamav_plugin_gtk.c
1413           src/plugins/demo/demo.c
1414           src/plugins/dillo_viewer/dillo_viewer.c
1415           src/plugins/image_viewer/plugin.c
1416           src/plugins/mathml_viewer/mathml_viewer.c
1417           src/plugins/spamassassin/spamassassin.c
1418           src/plugins/spamassassin/spamassassin_gtk.c
1419           src/plugins/trayicon/trayicon.c
1420                 get rid of eye-hurting function signatures
1421
1422 2003-04-30 [paul]       0.8.11claws126
1423
1424         * src/plugins/trayicon/trayicon.c
1425                 add description
1426                 
1427         * src/mimeview.c
1428                 be more descriptive
1429
1430 2003-04-30 [paul]       0.8.11claws125
1431
1432         * configure.ac
1433                 arrange the plugins in reverse alphabetical order
1434                 
1435         * src/plugins/clamav/clamav_plugin.[ch]
1436           src/plugins/clamav/clamav_plugin_gtk.c
1437                 rename some params
1438                 resize max_size window
1439                 re-arrange the order of some gui elements
1440                 improve descriptions
1441         
1442         * src/plugins/image_viewer/plugin.c
1443           src/plugins/mathml_viewer/mathml_viewer.c
1444                 add descriptions
1445                 
1446         * src/plugins/spamassassin/spamassassin_gtk.c
1447                 resize max_size window
1448                 re-arrange the order of some gui elements
1449                 
1450         * src/messageview.c
1451           src/mimeview.c
1452                 correct typos
1453
1454 2003-04-30 [alfons]     0.8.11claws124
1455
1456         * src/imap.c
1457                 fix a leak found while browsing Martin Kluge's 
1458                 valgrind log (Claws only)
1459
1460 2003-04-29 [darko]      0.8.11claws123
1461
1462         * src/gtk/gtkstext.h
1463                 include wchar.h if it is available, fixes compilation
1464                 on HP-UX systems
1465
1466 2003-04-29 [melvin]     0.8.11claws122
1467
1468         * src/prefs_actions.c
1469                 Improved help text of Actions' syntax
1470
1471 2003-04-28 [paul]       0.8.11claws121
1472
1473         * src/action.c
1474                 a better fix for the crash when performing an action
1475                 on a mime part
1476
1477 2003-04-28 [paul]       0.8.11claws120
1478
1479         * src/action.c
1480                 fix crash when performing an action on a
1481                 mime part
1482
1483 2003-04-28 [paul]       0.8.11claws119
1484
1485         * sync with 0.8.11cvs36
1486                 see ChangeLog 2003-04-28
1487
1488 2003-04-27 [paul]       0.8.11claws118
1489
1490         * more sync with 0.8.11cvs35
1491                 see ChangeLog 2003-04-25
1492
1493 2003-04-26 [christoph]  0.8.11claws117
1494
1495         * src/folder.c
1496                 fix remove virtual check
1497
1498 2003-04-26 [paul]       0.8.11claws116
1499
1500         * src/messageview.c
1501                 fix return-receipt, make it work again
1502
1503 2003-04-26 [paul]       0.8.11claws115
1504
1505         * src/mimeview.c
1506                 restore double-clicking of the [application/pgp-signature 
1507                 (Select "Check signature" to check)] line in the message view,
1508                 broken in recent sync
1509
1510 2003-04-26 [christoph]  0.8.11claws114
1511
1512         * src/folder.c
1513                 check if remove virtual really exists before
1514                 calling the function
1515
1516 2003-04-25 [match]      0.8.11claws113
1517
1518         * src/addrindex.c
1519         * src/addrbook.c
1520         * src/ldapquery.[ch]
1521         * src/ldapctrl.[ch]
1522                 fix memleak.
1523         * src/ldapserver.[ch]
1524                 fix memleak. fix segfault.
1525                 plug a Claws memleak
1526
1527 2003-04-25 [alfons]     0.8.11claws112
1528
1529         * src/folder.c
1530                 plug a Claws memleak
1531
1532 2003-04-25 [alfons]     0.8.11claws111
1533
1534         * src/common/session.c
1535                 plug a memleak
1536
1537 2003-04-25 [paul]       0.8.11claws110
1538
1539         * sync with 0.8.11cvs35
1540                 see ChangeLog 2003-04-24 and 2003-04-25
1541                 
1542         * src/gtk/pluginwindow.c
1543                 correct another strange float value
1544
1545 2003-04-24 [christoph]  0.8.11claws109
1546
1547         * src/folder.c
1548                 freeze folder item updates when unsetting new flags
1549
1550         * src/gtk/pluginwindow.c
1551                 correct strange float value
1552
1553 2003-04-23 [paul]       0.8.11claws108
1554
1555         * sync with 0.8.11cvs33
1556                 see ChangeLog 2003-04-23
1557
1558 2003-04-22 [paul]       0.8.11claws107
1559
1560         * src/Makefile.am
1561           src/messageview.c
1562           src/mimeview.c
1563           src/pgptext.[ch]      ** REMOVED **
1564                 remove pgptext.[ch] as its not used any more
1565
1566 2003-04-22 [paul]       0.8.11claws106
1567
1568         * sync with 0.8.11cvs31
1569                 see ChangeLog 2003-04-21 and 2003-04-22
1570
1571 2003-04-21 [alfons]     0.8.11claws105
1572
1573         * src/main.c
1574                 No access to GTK structures if we're a spawned child
1575                 (and clean up code a little bit...) Should fix #126.
1576
1577 2003-04-21 [melvin]     0.8.11claws104
1578
1579         * src/plugins/dillo_viewer/README
1580                 Improved slightly the text.
1581
1582 2003-04-21 [melvin]     0.8.11claws103
1583
1584         * src/plugins/dillo_viewer/README *** NEW ***
1585                 Added a README file for the Dillo plugin
1586
1587 2003-04-20 [paul]
1588
1589         * tools/README
1590           tools/outlook2sylpheed.pl
1591                 updated and improved by Ricardo Mones Lastra
1592
1593 2003-04-18 [oliver]     0.8.11claws102
1594
1595         * src/inc.c 
1596         * src/prefs_account.h
1597                 remove Pop3SessionType (used by selective download)
1598         * src/prefs_toolbar.c
1599                 enable set Default Toolbar button
1600
1601 2003-04-18 [paul]       0.8.11claws101
1602
1603         * sync with 0.8.11cvs29
1604                 see ChangeLog 2003-04-18
1605
1606 2003-04-17 [paul]       0.8.11claws100
1607
1608         * src/prefs_common.[ch]
1609           src/summaryview.c
1610                 remove 'Open next message on deletion' option,
1611                 as the same effect can now be achieved via the
1612                 'Always open messages in summary when selected'
1613                 option.
1614
1615 2003-04-17 [paul]       0.8.11claws99
1616
1617         * sync with 0.8.11cvs28
1618                 see ChangeLog 2003-04-17
1619
1620 2003-04-17 [christoph]  0.8.11claws98
1621
1622         * ac/spamassassin.m4
1623         * src/plugins/spamassassin/libspamc.[ch]
1624         * src/plugins/spamassassin/utils.[ch]
1625                 sync libspamc with SpamAssassin project
1626
1627 2003-04-17 [christoph]  0.8.11claws97
1628
1629         * src/common/socket.h
1630         * src/gtk/sslcertwindow.h
1631                 rename old USE_SSL to USE_OPENSSL
1632
1633 2003-04-17 [paul]       0.8.11claws96
1634
1635         * src/prefs_common.h
1636                 use gulong for P_COLOR so that it compiles/runs on
1637                 64-bit systems. Patch submitted by James Noyes
1638                 <jnoyes-claws@retrogeeks.com>
1639                 
1640         * po/de.po
1641                 updated by Jens
1642
1643 2003-04-17 [paul]       0.8.11claws95
1644
1645         * sync with 0.8.11cvs27
1646                 see ChangeLog 2003-04-16
1647
1648 2003-04-15 [paul]       0.8.11claws94
1649
1650         * src/prefs_common.[ch]
1651                 rearrange to stop the window getting too long:
1652                         move Receive dialog stuff to Receive tab
1653                         move Send dialog to Send tab
1654                         remove Dialogs frame
1655                 rename 'Open messages in summary with cursor keys' to
1656                 'Always open messages in summary when selected', as its
1657                 more appropriate
1658
1659 2003-04-15 [paul]       0.8.11claws93
1660
1661         * src/prefs_common.[ch]
1662           src/summaryview.c
1663                 add new option '/Interface/Open next message on deletion'
1664
1665 2003-04-15 [paul]       0.8.11claws92
1666
1667         * src/summaryview.[ch]
1668                 add /Mark/Lock and /Mark/Unlock to the pop-up
1669                 menu. Patch submitted by Ivan Francolin Martinez
1670                 <ivanfm@users.sourceforge.net>
1671
1672 2003-04-15 [paul]       0.8.11claws91
1673
1674         * sync with 0.8.11cvs24
1675                 see ChangeLog 2003-04-15
1676
1677 2003-04-14 [jens]       0.8.11claws90
1678
1679         * updated German translation and some corrections from
1680                 Roland Bless <bless@tm.uka.de>
1681
1682 2003-04-14 [paul]       0.8.11claws89
1683
1684         * sync with 0.8.11cvs22
1685                 see ChangeLog 2003-04-14
1686
1687 2003-04-13 [paul]       0.8.11claws88
1688
1689         * src/plugins/clamav/clamav_plugin.c
1690                 fix memory leaks
1691                 clean up
1692
1693 2003-04-12 [paul]       0.8.11claws87
1694
1695         * src/plugins/clamav/clamav_plugin.c
1696                 activate enable/disable archive scanning option
1697                 
1698         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1699
1700 2003-04-12 [paul]       0.8.11claws86
1701
1702         * src/plugins/Makefile.am
1703           src/plugins/clamav/Makefile.am                ** NEW FILE **
1704           src/plugins/clamav/README                     ** NEW FILE ** 
1705           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1706           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1707                 add Clam AntiVirus plugin
1708
1709 2003-04-12 [paul]       0.8.11claws85
1710
1711         * sync with 0.8.11cvs21
1712                 see ChangeLog 2003-04-11
1713
1714 2003-04-11 [paul]       0.8.11claws84
1715
1716         * po/es.po
1717                 update Spanish translation. Submitted by Ricardo
1718                 Mones Lastra.
1719
1720 2003-04-10 [christoph]  0.8.11claws83
1721
1722         * src/mbox.c
1723                 fix typo that did not move unfiltered mails to destination
1724                 folder
1725
1726         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1727          when filtering from spool)
1728
1729 2003-04-10 [christoph]  0.8.11claws82
1730
1731         * src/imap.c
1732                 use BODY.PEEK instead of BODY in in message fetch operation
1733                 to make sure the IMAP server does not set the \Seen flag for
1734                 messages. Sylpheed does that later itself, when the message
1735                 is opened in sylpheed
1736
1737         (closes Bug 111 Claws destroys unread marks)
1738
1739 2003-04-09 [oliver]     0.8.11claws81
1740         
1741         * src/folder.c
1742                 fix crash in folder_destroy
1743         * README.claws
1744                 remove selective download
1745
1746 2003-04-09 [christoph]  0.8.11claws80
1747
1748         * src/imap.c
1749                 fix crash in imap_get_msginfo() when then fetched message
1750                 is not found
1751
1752         (closes Bug 110 Crash during mail composition)
1753
1754 2003-04-08 [christoph]  0.8.11claws79
1755
1756         * src/folder.c
1757         * src/prefs_account.c
1758                 Filter new messages that are found in an INBOX folder
1759                 when 'Filter messages on receiving' is enabled in the
1760                 Folder's AccountPrefs. This allows to use Sylpheed's
1761                 filtering engine for IMAP folders where messages are
1762                 added to the INBOX by a MTA
1763
1764 2003-04-08 [paul]       0.8.11claws78
1765
1766         * src/procmsg.h
1767                 clean up after last commit
1768
1769 2003-04-08 [paul]       0.8.11claws77
1770
1771         * sync with 0.8.11cvs20
1772                 see ChangeLog 2003-04-07 and 2003-04-08
1773
1774 2003-04-07 [christoph]  0.8.11claws76
1775
1776         * src/filtering.[ch]
1777         * src/inc.[ch]
1778         * src/mbox.c
1779         * src/procmsg.[ch]
1780                 add procmsg_msginfo_filter() to execute filtering actions
1781
1782 2003-04-06 [christoph]  0.8.11claws75
1783
1784         * src/imap.c
1785                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1786
1787 2003-04-06 [christoph]  0.8.11claws74
1788
1789         * src/common/utils.[ch]
1790                 add g_int_compare() function for slist sorting
1791
1792         * src/imap.c
1793                 fetch all MsgInfos with one command in imap_get_msginfos()
1794                 using an imap set with a list of ranges
1795
1796         * src/news.c
1797                 use new g_int_compare() function
1798
1799 2003-04-06 [thorsten]   0.8.11claws73
1800
1801         * src/mh.c
1802                 corrected implementation of mh_folder_destroy()
1803
1804 2003-04-05 [christoph]  0.8.11claws72
1805
1806         * src/account.c
1807         * src/folder.[ch]
1808         * src/folderview.c
1809         * src/imap.c
1810         * src/inc.c
1811         * src/main.c
1812         * src/mainwindow.c
1813         * src/mbox_folder.c
1814         * src/mh.c
1815         * src/mimeview.h
1816         * src/msgcache.[ch]
1817         * src/news.c
1818         * src/procmime.h
1819         * src/procmsg.[ch]
1820         * src/setup.c
1821         * src/gtk/gtkutils.c
1822                 o rename structure field names class and new to klass and
1823                   new_msgs, to allow including files in C++
1824                 o add 'extern "C"' block to some header files
1825                 o add MsgInfoList and MsgNumberList as alias for GSList for
1826                   developers to know what type of list is expected
1827
1828         * src/plugins/image_viewer/plugin.c
1829         * src/plugins/image_viewer/viewer.[ch]
1830         * src/plugins/image_viewer/viewerprefs.[ch]
1831                 rename function names to prevent conflicts
1832
1833 2003-04-05 [paul]       0.8.11claws71
1834
1835         * sync with 0.8.11cvs18
1836                 see ChangeLog 2003-04-03 and 2003-04-04
1837
1838 2003-04-02 [christoph]  0.8.11claws70
1839
1840         * src/folder.[ch]
1841         * src/imap.[ch]
1842         * src/mbox_folder.[ch]
1843         * src/mh.[ch]
1844         * src/news.[ch]
1845                 o Make all virtual folder functions private
1846                 o remove unused folder code
1847
1848         * src/common/socket.[ch]
1849         * src/summaryview.c
1850                 fix warnings
1851
1852 2003-03-30 [alfons]     0.8.11claws69
1853
1854         * src/send_message.c
1855                 remove two debug traces and see if people still report
1856                 errors
1857
1858 2003-03-30 [alfons]     0.8.11claws68
1859
1860         * src/send_message.c
1861         * src/commons/session.c
1862                 add more debug traces
1863
1864 2003-03-30 [christoph]  0.8.11claws67
1865
1866         * src/folder.c
1867                 change processing folder name from .processing to processing
1868
1869         * src/common/ssl.c
1870                 disable SSL certificate check because it causes Xlib error
1871                 when the child process want's to open an GTK window
1872
1873 2003-03-30 [christoph]  0.8.11claws66
1874
1875         * src/folder.c
1876                 don't use default folder for processing folder item because
1877                 it can be a non local folder
1878
1879         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1880
1881 2003-03-30 [alfons]     0.8.11claws65
1882
1883         * src/send_message.c
1884                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1885                 to generate bad code for 'send_send_data_progressive': When
1886                 called from 'send_send_data_finished', the 'data' pointer is
1887                 cleared just before the assignment to the dialog pointer
1888
1889 2003-03-29 [christoph]  0.8.11claws64
1890
1891         * src/common/prefs.h
1892         * src/plugins/image_viewer/Makefile.am
1893         * src/plugins/image_viewer/plugin.c
1894         * src/plugins/image_viewer/viewer.[ch]
1895         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1896                 add PrefsPage for ImageViewer
1897
1898 2003-03-28 [thorsten]   0.8.11claws63
1899
1900         * src/common/session.c
1901                 added some comments
1902
1903 2003-03-28 [paul]       0.8.11claws62
1904
1905         * sync with 0.8.11cvs16
1906                 see ChangeLog 2003-03-28
1907
1908 2003-03-28 [paul]       0.8.11claws61
1909
1910         * sync with 0.8.11cvs15
1911                 see ChangeLog 2003-03-28
1912
1913 2003-03-27 [christoph]  0.8.11claws60
1914
1915         * src/folder.c
1916         * src/imap.c
1917         * src/common/socket.[ch]
1918                 set socket state to DISCONNECTED when any operation
1919                 fails to allow reconnecting in IMAP code without
1920                 checking the return code of all calls to the command
1921                 functions
1922
1923         * src/folderview.c
1924         * src/summaryview.c
1925                 remove some more stuff that depends on specific
1926                 folder types
1927
1928 2003-03-27 [paul]       0.8.11claws59
1929
1930         * sync with 0.8.11cvs14
1931                 see ChangeLog 2003-03-27
1932                 
1933         * src/selective_download.[ch]   ** REMOVED **
1934                 really removed
1935
1936 2003-03-27 [christoph]  0.8.11claws58
1937
1938         * src/folder.c
1939                 fix handling of tmp_flags in flag copy function
1940
1941 2003-03-27 [paul]       0.8.11claws57
1942
1943         * sync with 0.8.11cvs13
1944                 see ChangeLog 2003-03-27
1945
1946 2003-03-27 [oliver]     0.8.11claws56
1947
1948         * src/maiwindow.c
1949                 remove sel_download_cb
1950
1951 2003-03-27 [oliver]     0.8.11claws55
1952         
1953         * src/inc.c
1954                 remove POP3_TOP
1955         
1956 2003-03-26 [oliver]     0.8.11claws54
1957
1958         *src/pop.h
1959                 remove POP3_TOP*
1960         * README.claws
1961                 remove selective donwload readme
1962
1963 2003-03-26 [oliver]     0.8.11claws53
1964         * src/matcher.[ch]
1965         * src/matcher_parser_parse.y 
1966         * src/pop.c 
1967         * src/prefs_account.[ch]
1968         * src/prefs_filtering.c
1969                 remove selective donwload
1970
1971 2003-03-26 [oliver]     0.8.11claws52
1972
1973         * src/inc.[ch] 
1974         * src/filtering.c 
1975         * src/mainwindow.c 
1976                 remove selective donwload
1977
1978 2003-03-26 [oliver]     0.8.11claws51
1979         
1980         * src/Makefile.am
1981         * src/selective_download.[ch]   ** REMOVE **    
1982
1983 2003-03-26 [christoph]  0.8.11claws50
1984
1985         * src/news.c
1986                 fix NEWS that got broken by a sync with sylpheed-main
1987
1988 2003-03-26 [christoph]  0.8.11claws49
1989
1990         * src/mimeview.c
1991                 fix mime type guessing when no mime type is found for a file
1992
1993 2003-03-25 [christoph]  0.8.11claws48
1994
1995         * src/mimeview.c
1996         * src/procmime.c
1997                 remove mime type guessing from mime parser and use
1998                 name based mime types in viewer lookup for mime type
1999                 application/octet-stream
2000
2001 2003-03-25 [christoph]  0.8.11claws47
2002
2003         * doc-src/readme.txt
2004         * doc-src/rfc2554.txt
2005                 add RFC about SMTP AUTH
2006
2007         * src/send_message.c
2008         * src/common/smtp.[ch]
2009                 add extra error code for authentication errors and
2010                 clear temporary password when this error occurs
2011
2012         (closes Bug 84 authentication failure while sending should
2013          prompt for password again)
2014
2015 2003-03-25 [christoph]  0.8.11claws46
2016
2017         * configure.ac
2018         * src/Makefile.am
2019         * src/imageview.[ch]                            ** REMOVE **
2020         * src/messageview.[ch]
2021         * src/mimeview.[ch]
2022         * src/prefs_common.[ch]
2023         * src/textview.c
2024         * src/plugins/Makefile.am
2025         * src/plugins/image_viewer/.cvsignore           ** NEW **
2026         * src/plugins/image_viewer/Makefile.am          ** NEW **
2027         * src/plugins/image_viewer/plugin.c             ** NEW **
2028         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2029                 move image viewer into a plugin (building is enabled by default)
2030                 [ToDo: Prefs for resize and autoview]
2031
2032 2003-03-25 [paul]       0.8.11claws45
2033
2034         * sync with 0.8.11cvs12
2035                 see ChangeLog 2003-03-26
2036
2037 2003-03-25 [paul]       0.8.11claws44
2038
2039         * sync with 0.8.11cvs11
2040                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2041                 
2042         Note: Selective Download is broken.
2043                 
2044 2003-03-22 [christoph]  0.8.11claws43
2045
2046         * src/folder.c
2047                 code cleanup for flags copying
2048
2049 2003-03-22 [christoph]  0.8.11claws42
2050
2051         * src/plugins/trayicon/trayicon.c
2052                 fix setting the transparent area when the window size
2053                 is forced by the system tray
2054
2055 2003-03-22 [christoph]  0.8.11claws41
2056
2057         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2058         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2059         * src/plugins/trayicon/newmail.xpm              ** NEW **
2060         * src/plugins/trayicon/nomail.xpm               ** NEW **
2061         * src/plugins/trayicon/trayicon.c
2062         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2063                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2064                 o add icon for unread mails
2065                 o set transparency for window
2066
2067 2003-03-22 [christoph]  0.8.11claws40
2068
2069         * src/news.c
2070                 init news session to prevent crash when session is closed
2071
2072 2003-03-22 [christoph]  0.8.11claws39
2073
2074         * src/imap.c
2075         * src/common/session.[ch]
2076                 Init session data to make sure we don't have invalid pointers
2077                 for read_ch and write_ch when new multi process sessions are
2078                 not used
2079
2080         * src/main.c
2081         * src/common/plugin.c
2082         * src/common/sylpheed.c
2083         * src/plugins/demo/demo.c
2084         * src/plugins/dillo_viewer/dillo_viewer.c
2085         * src/plugins/mathml_viewer/mathml_viewer.c
2086         * src/plugins/spamassassin/spamassassin.c
2087         * src/plugins/spamassassin/spamassassin_gtk.c
2088                 add plugin types to allow loading plugins at different times
2089                 (and maybe for different frontends), because it's not good to
2090                 load GTK-Plugins gefore gtk_init was called
2091
2092         * configure.ac
2093         * src/plugins/Makefile.am
2094         * src/plugins/trayicon/.cvsignore               ** NEW **
2095         * src/plugins/trayicon/Makefile.am              ** NEW **
2096         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2097         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2098         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2099         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2100         * src/plugins/trayicon/trayicon.c               ** NEW **
2101                 New Trayicon plugin that shows an icon in a systray that uses
2102                 XEMBED protocol like Gnome's systray. Icon shows if there
2103                 are new mails and a tooltip shows information about new,
2104                 unread and total messages.
2105
2106 2003-03-22 [paul]       0.8.11claws38
2107
2108         * src/common/smtp.c
2109                 fix ESMTP AUTH CRAM-MD5
2110                 [sync with main (still version 0.8.11cvs6), see
2111                  ChangeLog 2003-03-22]
2112
2113 2003-03-21 [colin]      0.8.11claws37
2114
2115         * src/send_message.c
2116                 Fix USE_SSL => USE_OPENSSL
2117
2118 2003-03-21 [colin]      0.8.11claws36
2119
2120         * src/folderview.c
2121                 Fix counts in drag and dropped subfolders
2122
2123 2003-03-21 [colin]      0.8.11claws35
2124
2125         * src/folder.c 
2126         * src/folderview.c
2127                 speed up a bit folder dnd
2128
2129 2003-03-20 [alfons]     0.8.11claws34
2130
2131         * src/main.c
2132         * src/toolbar.c
2133         * src/procmsg.c
2134                 don't send locked queue messages
2135                 (feature request "[ 705245 ] Locking message in outbox 
2136                  should prevent sending")
2137
2138 2003-03-20 [christoph]  0.8.11claws33
2139
2140         * src/folder.c
2141                 remove NEW and UNREAD flag in special folders when scanning
2142                 
2143         * src/common/smtp.c
2144                 fix ESMTP AUTH CRAM-MD5
2145
2146 2003-03-20 [paul]       0.8.11claws32
2147
2148         * src/prefs_account.c
2149                 Re-write 'Tunnel command to open connection' as
2150                 'Use command to communicate with server', and disable
2151                 it for all except IMAP accounts
2152
2153 2003-03-20 [paul]       0.8.11claws31
2154
2155         * sync with 0.8.11cvs6
2156                 see ChangeLog 2003-03-20
2157
2158 2003-03-19 [match]      0.8.11claws30
2159
2160         * src/addritem.[ch]
2161                 include documentation. minor refactoring.
2162         * src/addr_compl.[ch]
2163         * src/addrindex.[ch]
2164         * src/addresbook.[ch]
2165         * src/summaryview.c
2166                 re-enable address lookup (was disabled in
2167                 0.8.11claws20).
2168
2169 2003-03-19 [christoph]  0.8.11claws29
2170
2171         * src/procmsg.c
2172                 add temp flag handling, will make moving and copying
2173                 messages possible again
2174
2175         * src/folder.c
2176                 correct calulation of folder stats
2177
2178 2003-03-18 [match]      0.8.11claws28
2179
2180         * src/editgroup.h
2181                 remove case sensitive comparison (closes bug 80).
2182
2183 2003-03-18 [christoph]  0.8.11claws27
2184
2185         * src/imap.c
2186                 fix imap using a tunnel command
2187
2188         (closes bug 87)
2189
2190 2003-03-18 [christoph]  0.8.11claws26
2191
2192         * src/folder.[ch]
2193         * src/imap.c
2194         * src/procmsg.[ch]
2195                 rewrite flag handling for folders
2196
2197 2003-03-18 [christoph]  0.8.11claws25
2198
2199         * src/folder.c
2200         * src/procmsg.c
2201         * src/summaryview.c
2202                 unset NEW and UNREAD flags when message is ignored, to make
2203                 sure messages don't show up as unread on other IMAP clients,
2204                 because the IGNORE_THREAD flag can not be syncronized through
2205                 the IMAP folder
2206
2207 2003-03-17 [christoph]  0.8.11claws24
2208
2209         * src/imap.c
2210                 don't use recursion to fetch uids when the number of messages
2211                 does not match. Moved code into subfunction that is used
2212                 again when needed, to prevent an endless loop.
2213
2214 2003-03-17 [thorsten]   0.8.11claws23
2215
2216         * src/imageview.[ch]
2217                 export imageview_get_resized_size() (for plugins)
2218         * src/prefs_common.[ch]
2219                 added prefs_common_get() (for plugins)
2220
2221 2003-03-17 [christoph]  0.8.11claws22
2222
2223         * src/imap.c
2224                 o remove UID guessing from copy code
2225                 o support UIDPLUS extension for APPEND command
2226
2227 2003-03-17 [paul]       0.8.11claws21
2228
2229         * src/gtk/about.c
2230                 remove 'Compiled-plugins' section.
2231                 
2232         * src/plugins/dillo_viewer/dillo_viewer.c
2233                 slight change to description text
2234
2235 2003-03-16 [match]      0.8.11claws20
2236         * src/ldapserver.[ch]           ** NEW **
2237         * src/ldapctrl.[ch]             ** NEW **
2238         * src/ldapquery.[ch]            ** NEW **
2239         * src/ldaputil.[ch]             ** NEW **
2240         * src/addrcindex.[ch]           ** NEW **
2241         * src/addrquery.h               ** NEW **
2242         * src/addritem.[ch]
2243         * src/addrcache.[ch]
2244         * src/addrindex.[ch]
2245         * src/addr_compl.[ch]
2246         * src/addressbook.[ch]
2247         * src/addrbook.[ch]
2248         * src/editgroup.c
2249         * src/editaddress.c
2250         * src/editldap.c
2251         * src/editldap_basedn.c
2252         * src/vcard.c
2253         * src/jpilot.c
2254         * src/Makefile.am
2255                 included dynamic LDAP queries. improved address
2256                 completion.
2257
2258 2003-03-16 [paul]       0.8.11claws19
2259
2260         * tools/multiwebsearch.pl
2261                 fix a fatal typo
2262
2263 2003-03-16 [christoph]  0.8.11claws18
2264
2265         * src/mimeview.c
2266         * src/plugins/dillo_viewer/dillo_viewer.c
2267         * src/plugins/mathml_viewer/mathml_viewer.c
2268                 make unregistering of MimeViewerFactorys possible
2269
2270 2003-03-16 [alfons]     0.8.11claws17
2271
2272         * configure.ac
2273                 correct typo
2274
2275 2003-03-16 [melvin]     0.8.11claws16
2276
2277         * src/plugins/dillo_viewer.c
2278                 Fixed bug where it was not possible to view more than
2279                 one text/html attachment per message (bug discovered
2280                 by Christoph Hohmann).
2281
2282 2003-03-15 [melvin]     0.8.11claws15
2283
2284         * src/prefs_actions.c
2285                 Fixed compilation warnings.
2286
2287 2003-03-15 [melvin]     0.8.11claws14
2288
2289         * src/plugins/Makefile.am
2290         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2291         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2292         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2293                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2294                 newer (http://dillo.auriga.wearlab.de/).
2295
2296 2003-03-15 [christoph]  0.8.11claws13
2297
2298         * src/imap.c
2299                 don't query imap folder for attributes because we already
2300                 for them from imap_status
2301
2302         * src/mimeview.[ch]
2303                 add support for plugable MimeViewers (unloading Viewers
2304                 not yet complete)
2305
2306         * src/plugins/Makefile.am
2307         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2308         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2309         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2310                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2311                 widget from http://helm.cs.unibo.it/mml-widget/
2312
2313 2003-03-14 [christoph]  0.8.11claws12
2314
2315         * src/folder.[ch]
2316                 o error return code's should better be negative
2317                 o replace printf with debug_print
2318
2319         * src/imap.c
2320                 improve IMAP folder scan by checking UID-NEXT
2321
2322         * src/summaryview.c
2323                 remove check that are unnecessary in my opinion
2324
2325 2003-03-13 [christoph]  0.8.11claws11
2326
2327         * src/folder.[ch]
2328         * src/foldersel.c
2329         * src/folderview.c
2330         * src/imap.c
2331         * src/mbox_folder.c
2332         * src/mh.c
2333         * src/news.c
2334         * src/prefs_scoring.c
2335         * src/summaryview.c
2336                 use a common function to get a displayable name
2337                 for a FolderItem
2338
2339 2003-03-13 [paul]       0.8.11claws10
2340
2341         * tools/Makefile.am
2342           tools/README
2343           tools/multiwebsearch.conf     ** NEW FILE **
2344           tools/multiwebsearch.pl       ** NEW FILE **
2345                 add multiwebsearch Actions script
2346
2347 2003-03-13 [colin]      0.8.11claws9
2348
2349         * src/compose.c
2350                 Remove leading emtpy lines from quoted text
2351                 before quoting it
2352
2353 2003-03-13 [melvin]     0.8.11claws8
2354
2355         * src/prefs_actions.c
2356                 Fixed a memory leak
2357                 Code clean ups
2358                 Added Cancel and OK buttons
2359                 Corrected help text
2360
2361 2003-03-13 [christoph]  0.8.11claws7
2362
2363         * src/account.c
2364         * src/folder.[ch]
2365         * src/imap.c
2366         * src/mainwindow.c
2367         * src/mbox_folder.c
2368         * src/mh.c
2369         * src/news.c
2370         * src/setup.c
2371                 replace more folder type stuff with folder class stuff
2372
2373 2003-03-13 [melvin]     0.8.11claws6
2374
2375         * src/prefs_actions.c
2376                 Added new tokens:
2377                 %u: user provided argument
2378                 %h: user provided argument (hidden on input)
2379                 %s: current text selection in the message view 
2380
2381 2003-03-13 [paul]       0.8.11claws5
2382
2383         * sync with 0.8.11cvs5
2384                 see ChangeLog 2003-03-11, 2003-03-12
2385
2386 2003-03-12 [christoph]  0.8.11claws4
2387
2388         * src/folder.c
2389                 use folder class idstr when writing folderlist.xml
2390
2391         * src/folder.h
2392         * src/imap.c
2393         * src/news.c
2394                 replace folder type checks with folder class checks
2395
2396 2003-03-12 [christoph]  0.8.11claws3
2397
2398         * src/folder.[ch]
2399         * src/imap.[ch]
2400         * src/main.c
2401         * src/mbox_folder.[ch]
2402         * src/mh.[ch]
2403         * src/news.[ch]
2404                 o create a list of known folder classes in the folder system
2405                 o use folder class id strings for folder item identifiers
2406
2407 2003-03-12 [christoph]  0.8.11claws2
2408
2409         * src/imap.c
2410                 fix imap uid validity check
2411
2412 2003-03-12 [christoph]  0.8.11claws1
2413
2414         * src/account.c
2415         * src/folder.[ch]
2416         * src/foldersel.c
2417         * src/folderview.c
2418         * src/imap.c
2419         * src/mainwindow.c
2420         * src/mbox_folder.c
2421         * src/mh.c
2422         * src/news.c
2423         * src/prefs_scoring.c
2424         * src/procmsg.c
2425         * src/setup.c
2426         * src/summaryview.c
2427                 initial restructuring of folder system, seperating
2428                 folders and folder classes
2429
2430 2003-03-12 [paul]       0.8.11claws
2431
2432         0.8.11claws release
2433
2434 2003-03-12 [christoph]
2435
2436         * src/gtk/prefswindow.c
2437                 fix translation of "Page Index"
2438
2439 2003-03-12 [paul]       0.8.10claws110
2440
2441         a sync from 0.8.11cvs4 before the release
2442
2443         * src/common/utils.c
2444                 subject_compare_for_sort(): allow null strings (fixes
2445                 summary sorting).
2446
2447 2003-03-11 [paul]       0.8.10claws109
2448
2449         * po/es.po
2450                 update Spanish translation, submitted by
2451                 Ricardo Mones Lastra
2452
2453 2003-03-11 [melvin]     0.8.10claws108
2454
2455         * po/fr.po
2456                 Updated French translations
2457
2458 2003-03-11 [paul]       0.8.10claws107
2459
2460         * manual/en/Makefile.am
2461           manual/en/*.html
2462                 update English manual, add a new page
2463                 updated by Francois Barriere <fbarriere@atmel.fr>
2464                 
2465         * po/bg.po
2466           po/it.po
2467           po/sr.po
2468                 update Bulgarian, Italian, and Serbian translations
2469                 submitted by George Danchev, Alessandro Maestri, and
2470                 Urke MMI
2471
2472 2003-03-10 [paul]       0.8.10claws106
2473
2474         * src/gtk/about.c
2475           src/gtk/prefswindow.c
2476                 make some strings translatable
2477
2478 2003-03-10 [darko]      0.8.10claws105
2479
2480         * src/compose.c
2481                 code cleanup to make Hiro happy
2482
2483 2003-03-10 [paul]       0.8.10claws104
2484
2485         * sync with 0.8.11cvs2
2486                 see ChangeLog 2003-03-10
2487
2488 2003-03-09 [melvin]     0.8.10claws103
2489
2490         * src/textview.c
2491                 textview_set_font(): fix for message display in
2492                 UTF-8 locales (thanks to Sergey Vlasov).
2493                 (was unintentionnaly reverted in 0.8.6claws6)   
2494
2495 2003-03-08 [darko]      0.8.10claws102
2496
2497         * src/compose.c
2498                 fix infinite loop in wrapping as reported
2499                 by happycactus
2500                 obsoletes patch #696482
2501
2502 2003-03-08 [christoph]  0.8.10claws101
2503
2504         * src/imap.c
2505                 add workaround for IMAP servers that do not
2506                 support the "UID SEARCH UID" command
2507
2508 2003-03-07 [christoph]  0.8.10claws100
2509
2510         * src/plugins/spamassassin/spamassassin.[ch]
2511         * src/plugins/spamassassin/spamassassin_gtk.c
2512                 code cleanup
2513
2514 2003-03-07 [paul]       0.8.10claws99
2515
2516         * po/es.po
2517                 updated Spanish translation, submitted by
2518                 Ricardo Mones Lastra
2519
2520 2003-03-07 [christoph]  0.8.10claws98
2521
2522         * src/send.c
2523                 fix in 0.8.10claws94 was wrong
2524                 local delivery does not require escaping, remove escaping
2525                 code to make signatures of mails with "." lines valid
2526                 
2527                 NOTE: requires that sendmail is executed with "-i" option,
2528                       what is the default now, but has to be changed in all
2529                       exsiting accounts)
2530
2531 2003-03-07 [paul]       0.8.10claws97
2532
2533         * sync with 0.8.11 release
2534                 see ChangeLog 2003-03-07
2535
2536 2003-03-06 [paul]       0.8.10claws96
2537
2538         * src/compose.c
2539                 revert commit 0.8.10claws92
2540
2541 2003-03-06 [paul]       0.8.10claws95
2542
2543         * src/folderview.c
2544                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2545
2546         * src/gtkaspell.c
2547                 fix bug 74, 'Crash opening editor window with pseudo-color
2548                 display'
2549                 
2550         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2551
2552 2003-03-06 [christoph]  0.8.10claws94
2553
2554         * src/send.c
2555                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2556                 all lines starting with a period get an extra period
2557                 inserted
2558                 (found by Simon 'corecode' Schubert)
2559
2560 2003-03-06 [paul]       0.8.10claws93
2561
2562         * src/folderview.c
2563                 if configured font can't be loaded fall back to gtk
2564                 default. (with thanks to Christoph)
2565                 
2566                 closes long-standing bug 15 'Crashes on startup'
2567
2568 2003-03-06 [paul]       0.8.10claws92
2569
2570         * src/compose.c
2571                 freeze text before autosave and thaw afterwards
2572                 fixes bug 67 'autosave make re-rediting message crazy'
2573
2574 2003-03-06 [christoph]  0.8.10claws91
2575
2576         * src/compose.c
2577                 ignore address comment in dupe check for Cc-list
2578
2579         (closes reopened bug 47 Replying to message strips name part of
2580          e-mail addresses of Cc: lines)
2581
2582 2003-03-06 [paul]       0.8.10claws90
2583
2584         * src/Makefile.am
2585                 remove reference to gtkxtext.h as its no longer in
2586                 the repository
2587
2588 2003-03-06 [paul]       0.8.10claws89
2589
2590         * sync with 0.8.10cvs25
2591                 see ChangeLog 2003-03-06
2592
2593 2003-03-06 [oliver]     0.8.10claws88
2594         
2595         * src/messageview.c
2596                 remove include
2597
2598 2003-03-06 [oliver]     0.8.10claws87
2599         
2600         * src/folderview.c 
2601                 remove changes introduced inclaws74
2602         * src/messageview.c
2603                 another attempt to sanely delete and update
2604                 messages deleted in separate messageview
2605
2606 2003-03-05 [christoph]  0.8.10claws86
2607
2608         * src/summaryview.c
2609                 check if "From" matches any account's address if
2610                 addressbook completion of addresses is disabled too
2611
2612         (closes Bug 70 "Display recipient in from" doesn't check
2613          folder's default account)
2614
2615 2003-03-05 [christoph]  0.8.10claws85
2616
2617         * src/compose.c
2618         * src/common/utils.[ch]
2619                 don't strip address comments when building Cc lists
2620
2621         (closes Bug 47 Replying to message strips name part of e-mail addresses
2622          of Cc: lines)
2623
2624         * src/folder.c
2625                 fix return value of copy function
2626
2627 2003-03-05 [christoph]  0.8.10claws84
2628
2629         * src/imap.c
2630                 don't ask imap server for non rfc822 headers
2631
2632         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2633
2634         * src/imap.c
2635                 destroy session on socket error to allow reconnecting
2636
2637 2003-03-05 [christoph]  0.8.10claws83
2638
2639         * configure.ac
2640                 fix building with gnome when no prefix is set
2641
2642         (closes bug 66 Gnome directory is set to NONE)
2643
2644 2003-03-05 [paul]       0.8.10claws82
2645
2646         * sync with 0.8.10cvs23
2647                 see ChangeLog 2003-03-05
2648
2649 2003-03-04 [christoph]  0.8.10claws81
2650
2651         * src/folder.c
2652                 o fix moving and copying when folder returns 0 for new
2653                   message number
2654                 o remove some code for single message copy and move
2655                   operations and use functions for multiple messages
2656
2657         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2658
2659         * src/news.c
2660                 remove unused include
2661
2662 2003-03-04 [paul]       0.8.10claws80
2663
2664         * src/gtk/about.c
2665                 list 'Compiled plugins'
2666
2667 2003-03-03 [christoph]  0.8.10claws79
2668
2669         * src/news.[ch]
2670                 have to multiply the percentage of the current fetch with
2671                 the percentage that it has of the total fetch operation
2672                 for correct values
2673
2674 2003-03-03 [christoph]  0.8.10claws78
2675
2676         * src/news.c
2677                 fix calculation of expected lines for progress indicator
2678
2679 2003-03-03 [christoph]  0.8.10claws77
2680
2681         * src/summaryview.c
2682         * src/common/utils.c
2683                 fix segfault when opening the root news folder
2684
2685 2003-03-03 [christoph]  0.8.10claws76
2686
2687         * src/mainwindow.[ch]
2688         * src/common/Makefile.am
2689         * src/common/progressindicator.[ch]
2690                 add UI independent progress indicator handling
2691
2692         * src/news.[ch]
2693                 use new progress indicator for message info fetching
2694
2695         * src/common/hooks.h
2696                 code cleanup
2697
2698 2003-03-03 [oliver]     0.8.10claws75
2699
2700         * src/toolbar.c
2701         * src/compose.c
2702                 removed commented code
2703
2704 2003-03-03 [oliver]     0.8.10claws74
2705
2706         * src/toolbar.[ch]
2707                 cleanups and refactoring
2708         * src/compose.[ch]
2709                 compose_reply_mode reply & forwarding interface for
2710                 toolbar buttons
2711         * src/folderview.c
2712                 act on messages marked for deletion in folderview_selected
2713                 based on prefs_common.immediate_exec since a message might 
2714                 have been deleted by messageview in a folder we are changing 
2715                 to (does anybody understand what I'm on about ?)
2716
2717 2003-03-03 [oliver]     0.8.10claws73
2718         
2719         * src/messageview.[ch]
2720                 new functions
2721                 - messageview_delete: delete message shown in messagview
2722                 - messageview_update_view: update messageview to currently 
2723                   selected summaryview message
2724                 - add separate messageview to msgview_list in order to update 
2725                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2726         * src/summaryview.[ch]
2727                 summary_get_selection returns a list of selected msgs
2728                 in summaryview
2729         * src/mainwindow.c
2730                 toolbar reply refactoring
2731
2732 2003-03-03 [paul]       0.8.10claws72
2733
2734         * sync with 0.8.10cvs21
2735                 see ChangeLog 2003-03-03
2736
2737 2003-03-02 [christoph]  0.8.10claws71
2738
2739         * src/common/passcrypt.c
2740                 use POSIX includes
2741
2742 2003-03-02 [christoph]  0.8.10claws70
2743
2744         * configure.ac
2745         * src/prefs_account.c
2746         * src/prefs_gtk.[ch]
2747         * src/common/.cvsignore
2748         * src/common/Makefile.am
2749         * src/common/passcrypt.c                ** NEW **
2750         * src/common/passcrypt.h.in             ** NEW **
2751                 Implement password encryption in config files
2752                 using unix encrypt and setkey functions. The crypt
2753                 key can be set as a configure parameter. Old
2754                 passwords will be converted if they do not begin
2755                 with '!'
2756
2757 2003-03-02 [paul]       0.8.10claws69
2758
2759         * src/prefs_account.c
2760                 fix compile error
2761
2762 2003-03-01 [thorsten]   0.8.10claws68
2763
2764         * po/el.po
2765           po/hr.po
2766           po/it.po
2767           po/nl.po
2768           po/sr.po
2769           po/sv.po
2770                 corrected format strings
2771         * po/en_GB.po
2772                 corrected headers
2773                 (fix compile errors with GNU gettext-0.11.5)
2774
2775 2003-03-01 [oliver]     0.8.10claws67
2776
2777         * src/summaryview.c
2778                 menu callbacks call toolbar_menu_reply
2779
2780 2003-03-01 [oliver]     0.8.10claws66
2781
2782         * src/mainwindow.c
2783         * src/messageview.c
2784                 menu callbacks call toolbar_menu_reply
2785         * src/toolbar.[ch]
2786                 callbacks from menu handled by toolbar_menu_reply
2787
2788 2003-03-01 [paul]       0.8.10claws65
2789
2790         * src/addressbook.c
2791                 revert commit 0.8.10claws54 - breaks editing of
2792                 addressbook.
2793                 
2794         * po/bg.po
2795                 update Bulgarian translation, submitted by
2796                 George Danchev
2797
2798 2003-02-28 [christoph]  0.8.10claws64
2799
2800         * src/account.c
2801         * src/addressadd.c
2802         * src/compose.c
2803         * src/gtkaspell.c
2804         * src/gtkxtext.h                ** REMOVE **
2805         * src/imap.c
2806         * src/matcher.[ch]
2807         * src/mh.c
2808         * src/news.c
2809         * src/pine.c
2810         * src/prefs_common.c
2811         * src/prefs_matcher.c
2812         * src/procheader.[ch]
2813         * src/procmsg.[ch]
2814         * src/toolbar.c
2815         * src/common/ssl_certificate.c
2816         * src/gtk/colorlabel.c
2817         * src/gtk/menu.c
2818                 o fix warnings
2819                 o remove code obsoleted by new cache and folder system rework
2820
2821 2003-02-28 [oliver]     0.8.10claws63
2822         
2823         * src/toolbar.[ch]
2824                 * fix bug where reply in Messageview replied to 
2825                 Message displayed in summaryview
2826                 (reportedd via ML by chinatinte at gmx dot ch)
2827                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2828                 didn't work in separate MessageView Toolbar
2829                 (wondering if anybody uses this at all ?)
2830         * src/summaryview.[ch]
2831                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2832                 (generalize reply and forward code);
2833         * src/messageview.c 
2834                 remove focus_in event which updated summaryview to messageview
2835
2836 2003-02-28 [paul]       0.8.10claws62
2837
2838         * po/Makefile.in.in
2839                 add the --check option
2840                 Patch submitted by Ricardo Mones Lastra
2841
2842 2003-02-28 [paul]       0.8.10claws61
2843
2844         * src/prefs_account.c
2845                 re-order 'Signature' items
2846
2847 2003-02-28 [paul]       0.8.10claws60
2848
2849         * sync with 0.8.10cvs20
2850                 see ChangeLog 2003-02-28
2851
2852 2003-02-28 [paul]       0.8.10claws59
2853
2854         * po/POTFILES.in
2855                 update to reflect recent movement of files
2856
2857 2003-02-28 [paul]       0.8.10claws58
2858
2859         * sync with 0.8.10cvs19
2860                 see ChangeLog 2003-02-28
2861
2862 2003-02-27 [martin]     0.8.10claws57
2863
2864         * src/prefs_matcher.c 
2865                 fix segfault in prefs_matcher_ok() when the
2866                 last entry is deleted and prevents that the
2867                 message "entry not saved" comes up after deleting
2868                 an entry
2869
2870 2003-02-27 [martin]     0.8.10claws56
2871
2872         * src/prefs_filtering.c 
2873                 fix segfault in prefs_filtering_ok() when the
2874                 last entry is deleted and prevents that the
2875                 message "entry not saved" comes up after deleting
2876                 an entry
2877
2878 2003-02-27 [paul]       0.8.10claws55
2879
2880         * sync with 0.8.10cvs18
2881                 see ChangeLog 2003-02-27
2882
2883 2003-02-27 [paul]       0.8.10claws54
2884
2885         * src/addressbook.c
2886                 fix bug where the address book crashes with 
2887                 multiple lookups.
2888                 Patch [687729] submitted by David Frager 
2889                 <dbfrager@users.sourceforge.net>
2890
2891 2003-02-25 [christoph]  0.8.10claws53
2892
2893         * src/Makefile.am
2894         * src/colorlabel.[ch]           ** REMOVE **
2895         * src/gtk/Makefile.am
2896         * src/gtk/colorlabel.[ch]       ** NEW **
2897                 move colorlabel files to gtk directory
2898
2899         * src/esmtp.[ch]                ** REMOVE **
2900                 has been merged into smtp.[ch] in 0.7.5
2901
2902 2003-02-25 [christoph]  0.8.10claws52
2903
2904         * src/Makefile.am
2905         * src/about.[ch]                ** REMOVE **
2906         * src/gtk/Makefile.am
2907         * src/gtk/about.[ch]            ** NEW **
2908                 move about files to gtk directory
2909
2910 2003-02-25 [christoph]  0.8.10claws51
2911
2912         * src/folder.c
2913                 some code optimization of folder scanning code
2914
2915         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2916
2917 2003-02-25 [christoph]  0.8.10claws50
2918
2919         * src/main.c
2920         * src/common/sylpheed.c
2921                 add command line parameter parsing to common code
2922
2923 2003-02-24 [christoph]
2924
2925         * Makefile.am
2926         * configure.ac
2927                 fix gnome prefix problems, the configure script now removed
2928                 `gnome-config --prefix` from `gnome-config --datadir`
2929                 and adds $(prefix} instead
2930
2931         (closes Bug 24 Makefile does not respect prefix when installing
2932          GNOME data)
2933
2934 2003-02-24 [christoph]  0.8.10claws49
2935
2936         * src/news.c
2937                 check for valid session before trying to authenticate
2938
2939         (closes Bug 60 crash if "authenticate on logon" is activated
2940          and newsserver-hostname is not valid)
2941
2942 2003-02-24 [melvin]     0.8.10claws48
2943
2944         * src/prefs_actions.c
2945                 Make sure all user's input is sent to the action and then
2946                 close the socket..
2947
2948 2003-02-23 [alfons]     0.8.10claws46
2949
2950         * src/summaryview.c
2951                 also wait cursor when deleting files
2952
2953 2003-02-23 [paul]
2954
2955         * tools/freshmeat_search.pl
2956           tools/google_search.pl
2957                 scripts should now work for any browser/browser command line
2958
2959 2003-02-22 [christoph]  0.8.10claws45
2960
2961         * src/procmsg.c
2962                 fix IMAP flag setting, IMAP flag is not handled correctly
2963                 anymore by the folder system and information about the
2964                 folder should not be saved in the MsgInfo (in my opinion)
2965
2966         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2967
2968 2003-02-22 [christoph]  0.8.10claws44
2969
2970         * src/summaryview.c
2971                 fix spelling of "label" ;-)
2972
2973 2003-02-22 [thorsten]   0.8.10claws43
2974
2975         * src/mimeview.c
2976           src/prefs_common.[ch]
2977           src/procmime.[ch]
2978                 do not use description as attachment name
2979
2980 2003-02-22 [alfons]     0.8.10claws42
2981
2982         * src/summaryview.c
2983                 freeze/thaw folder item updates when changing color labels,
2984                 and put a wait cursors on
2985
2986 2003-02-22 [thorsten]   0.8.10claws41
2987
2988         * src/mimeview.c
2989                 save-all fixes: crash if invoked on multipart container,
2990                 mimeinfo access, pathseparators, error dialog
2991
2992 2003-02-21 [alfons]     0.8.10claws40
2993
2994         * src/prefs_gtk.c
2995                 remove unused var
2996
2997 2003-02-21 [colin]      0.8.10claws39
2998
2999         * src/send.c
3000                 Fix smtp logging
3001
3002 2003-02-21 [colin]      0.8.10claws38
3003
3004         * src/summaryview.c
3005                 Freeze/thaw folderItem updates when filtering messages 
3006                 via Tools/Filter messages
3007
3008 2003-02-21 [paul]       0.8.10claws37
3009
3010         * src/compose.c
3011                 revert commit 0.8.10claws26, there are ulterior motives
3012                 for users to set a Reply-To header when posting to
3013                 newsgroups
3014
3015 2003-02-21 [paul]       0.8.10claws36
3016
3017         * sync with 0.8.10cvs17
3018                 see ChangeLog 2003-02-21
3019
3020 2003-02-20 [christoph]  0.8.10claws35
3021
3022         * src/imap.c
3023                 IMAP UID fetch speedup using SEARCH
3024
3025         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3026
3027         * src/imap.c
3028                 fix problem with UIDs in IMAP UID cache that no longer existed
3029
3030 2003-02-20 [christoph]  0.8.10claws34
3031
3032         * src/imap.c
3033         * src/procheader.c
3034         * src/procheader.h
3035                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3036
3037         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3038
3039         * src/imap.c
3040                 Rewrite imap_cmd_gen_recv use sock_getline instead
3041                 of sock_gets to avoid problems with too long reply
3042                 lines
3043     
3044 2003-02-20 [colin]      0.8.10claws33
3045         
3046         * src/prefs_account.c
3047                 Better wording
3048
3049 2003-02-20 [colin]      0.8.10claws32
3050
3051         * src/compose.c
3052                 Remove useless '&& !to_sender' 
3053
3054 2003-02-20 [darko]
3055
3056         * AUTHORS
3057                 change my e-mail address
3058
3059 2003-02-19 [colin]      0.8.10claws31
3060
3061         * src/prefs_common.c
3062                 X11 style colors for every configurable color
3063
3064 2003-02-19 [alfons]     0.8.10claws30
3065
3066         * src/prefs_gtk.[ch]
3067         * src/prefs_common.c
3068                 for color_new accept both plain integers and X11 style color
3069                 names (as found in /usr/lib/X11/rgb.txt)
3070
3071 2003-02-19 [paul]       0.8.10claws29
3072
3073         * src/mainwindow.c
3074                 add tooltips to online/offline button and account selector
3075                 button
3076
3077 2003-02-19 [paul]       0.8.10claws28
3078
3079         * src/folder.c
3080           src/news.c
3081           src/prefs_account.[ch]
3082           src/prefs_common.[ch]
3083                 move 'Maximum number of articles to download' to
3084                 account prefs.
3085                 clean up account prefs gui a little by hiding entries
3086                 rather then greying out entries
3087
3088 2003-02-19 [hiro]       0.8.10claws27
3089
3090         * src/common/utils.c
3091                 fix bug #54 'yesterdays date is displayed in the message 
3092                 summary window'
3093
3094 2003-02-19 [paul]       0.8.10claws26
3095
3096         * src/compose.c
3097                 fix bug reported in Feature Request [688596] 
3098                 'Reply-to header in news'
3099
3100 2003-02-18 [paul]       0.8.10claws25
3101
3102         * src/select-keys.c
3103                 add a 'List all keys' button to key selection dialog
3104
3105 2003-02-18 [colin]      0.8.10claws24
3106         
3107         * src/stock_pixmap.c
3108                 fix compile error
3109
3110 2003-02-18 [colin]      0.8.10claws23
3111
3112         * src/common/smtp.[ch]
3113           src/prefs_account.c
3114                 Try to starttls if it seems to be the only
3115                 way to authenticate a user
3116
3117 2003-02-18 [paul]       0.8.10claws22
3118
3119         * src/Makefile.am
3120           src/folderview.c
3121           src/stock_pixmap.[ch]
3122           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3123           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3124                 as a Drafts folder is a special folder allow it to have
3125                 its own unique icons
3126
3127 2003-02-18 [colin]      0.8.10claws21
3128
3129         * src/imap.c
3130                 Fix port selection when using starttls
3131
3132 2003-02-18 [paul]       0.8.10claws20
3133
3134         * src/mainwindow.c
3135           src/prefs_common.[ch]
3136                 make blue the default new mail colour
3137
3138 2003-02-18 [paul]       0.8.10claws19
3139
3140         * sync with 0.8.10cvs14
3141                 see ChangeLog 2003-02-18
3142
3143 2003-02-17 [jens]       0.8.10claws18
3144
3145         * src/common/md5.c
3146                 fixed a compile problem with gcc 3.3
3147                 works on 2.95.3 too (testet on PPC as it is big endian)
3148
3149 2003-02-17 [paul]       0.8.10claws17
3150
3151         * sync with 0.8.10cvs13
3152                 see ChangeLog 2003-02-17
3153
3154 2003-02-17 [paul]       0.8.10claws16
3155
3156         * sync with 0.8.10cvs12
3157                 see ChangeLog 2003-02-17
3158
3159 2003-02-16 [match]      0.8.10claws15
3160
3161         * src/addressbook.c
3162                 Eliminates reloading of address data when items
3163                 deleted or added. Applied submitted by
3164                 Luke Plant <lukeplant@softhome.net>
3165
3166 2003-02-16 [paul]       0.8.10claws14
3167
3168         * src/news.c
3169                 when a 'protocol error' is encountered disconnect from
3170                 the server. This means that the user can carry on viewing
3171                 other articles and doesn't have to either wait until the
3172                 server timesout or quit sylpheed.
3173                 Fixes bug #53 'Unable to read messages in newsgroups, 
3174                 displayed message doesn't change'
3175
3176 2003-02-15 [christoph]  0.8.10claws13
3177
3178         * src/imap.c
3179                 fix bug that stopped scanning of folders when an
3180                 IMAP folder was empty
3181
3182         (closes bug 46 stop scan messages in folders after empty folder)
3183
3184 2003-02-15 [paul]
3185
3186         * tools/Makefile.am
3187           tools/README
3188           tools/freshmeat_search.pl     ** NEW FILE **
3189           tools/google_search.pl        ** NEW FILE **
3190                 Add 2 Actions scripts which search freshmeat/google
3191                 for the selected text using the browser configured
3192                 in sylpheedrc.
3193                 
3194         Note: These scripts are very dependent on the format of the
3195         browser command and may not work on every occasion. Testing
3196         is welcome. 
3197
3198 2003-02-14 [alfons]     0.8.10claws12
3199
3200         * src/compose.c
3201                 fix breakage because of uninitialized account pointer.
3202                 please verify.
3203
3204 2003-02-14 [paul]       0.8.10claws11
3205
3206         * src/compose.c
3207           src/prefs_account.[ch]
3208           src/prefs_common.[ch]
3209                 move signature settings to Account Prefs
3210
3211 2003-02-14 [paul]       0.8.10claws10
3212
3213         * sync with 0.8.10cvs11
3214                 see ChangeLog 2003-02-14
3215
3216 2003-02-13 [thorsten]   0.8.10claws9
3217
3218         * src/news.c
3219                 revert news progressbar (GUI separation)
3220
3221 2003-02-13 [paul]       0.8.10claws8
3222
3223         * src/compose.c
3224                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3225                 paragraph 1
3226
3227 2003-02-13 [paul]       0.8.10claws7
3228
3229         * src/compose.[ch]
3230           src/summaryview.c
3231                 fix 'Follow-up and Reply-to' so that it creates a reply to
3232                 the newsgroup and the sender. If the message has the keyword
3233                 'poster' in the Followup-To header, all replies go to the
3234                 sender, re: RFC 1036, Section 2.2.3
3235                 rename all instances of 'ignore_replyto' to 'to_sender', both
3236                 were previously used, now we use just one.
3237
3238 2003-02-13 [paul]       0.8.10claws6
3239
3240         * sync with 0.8.10cvs9
3241                 see ChangeLog 2003-02-13
3242
3243 2003-02-13 [paul]       0.8.10claws5
3244
3245         * configure.ac
3246                 show which plugins are configured in the configure
3247                 output.
3248
3249 2003-02-12 [thorsten]   0.8.10claws4
3250
3251         * src/news.c
3252                 show progress while fetching news headers
3253
3254 2003-02-12 [christoph]  0.8.10claws3
3255
3256         * configure.ac
3257         * src/plugins/Makefile.am
3258                 use AM_CONDITIONAL to enable plugins, automake correctly
3259                 manages this when creating distdir
3260
3261 2003-02-12 [christoph]  0.8.10claws2
3262
3263         * ac/spamassassin.m4
3264         * src/plugins/spamassassin/Makefile.am
3265                 fix building SpamAssassin plugin without OpenSSL
3266
3267 2003-02-12 [paul]       0.8.10claws1
3268
3269         * ac/Makefile.am
3270           src/Makefile.am
3271           src/plugins/Makefile.am
3272                 fix failure of 'make release'
3273
3274 2003-02-12 [paul]       0.8.10claws
3275
3276         * 0.8.10claws released
3277
3278 2003-02-12 [paul]       0.8.9claws56
3279
3280         * po/bg.po
3281           po/es.po
3282           po/it.po
3283           po/ru.po
3284           po/sr.po
3285                 updated translations by George Danchev, Ricardo Mones Lastra,
3286                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3287                 
3288         * sylpheed.spec.in
3289                 Allow the building of RPMs by a regular user. Submitted
3290                 by Sergei Astanin
3291
3292 2003-02-11 [alfons]     0.8.9claws55
3293
3294         * src/colorlabel.c
3295                 don't use pixmaps for label color rect but draw rectangles
3296                 so we can respect the color map of palette based visuals
3297                 (fixes the long time crashes on Suns - thanks to Andreas
3298                 Engel and Steve O'Hara-Smith for testing)
3299
3300 2003-02-11 [christoph]  0.8.9claws54
3301
3302         * src/matcher_parser_parse.y
3303                 correct bug where filering rules of not existing folders in
3304                 matcherrc were added to global filtering
3305                 
3306         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3307          main filter-rules after removing directory, http://bugs.debian.org/180253)
3308         
3309 2003-02-11 [paul]       0.8.9claws53
3310
3311         * sync with 0.8.10cvs7
3312                 see ChangeLog 2003-02-09
3313
3314 2003-02-11 [melvin]     0.8.9claws52
3315
3316         * po/fr.po
3317                 Updated French tranlsations
3318
3319 2003-02-10 [paul]       0.8.9claws51
3320
3321         * sylpheed.spec.in
3322                 correct --enable-openssl
3323                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3324
3325 2003-02-09 [martin]     0.8.9claws50
3326
3327         * src/prefs_matcher.c
3328                 fix segfault in prefs_matcher_substitute_cb() when
3329                 no row is selected
3330
3331 2003-02-09 [paul]       0.8.9claws49
3332
3333         * src/folderview.c
3334                 fix bug where a newsgroup folder's processing rules were
3335                 merged with the global filtering rules when the newsgroup
3336                 folder was deleted, causing some seriously bad results,
3337                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3338
3339 2003-02-08 [melvin]     0.8.9claws48
3340
3341         * src/compose.c
3342                 Corrected and modified an alert message.
3343
3344 2003-02-07 [paul]       0.8.9claws47
3345
3346         * src/folderview.c
3347                 fix bug where both an 'Account properties' window and a
3348                 'Folder properties' window were opened when clicking on
3349                 'Properties' in an NNTP or IMAP folder's popup menu.
3350
3351 2003-02-07 [paul]       0.8.9claws46
3352
3353         * sync with 0.8.10cvs6
3354                 see ChangeLog 2003-02-06
3355
3356 2003-02-06 [christoph]  0.8.9claws45
3357
3358         * src/mbox.c
3359                 freeze folder updates while importing mbox files
3360                 (closes bug 43 importing mbox took hours)
3361                 
3362         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3363
3364 2003-02-06 [thorsten]   0.8.9claws44
3365
3366         * po/de.po
3367                 Updated german translations
3368
3369 2003-02-06 [thorsten]   0.8.9claws43
3370
3371         * src/news.h
3372                 use guint for message numbers (fix count in grouplist dialog)
3373
3374 2003-02-05 [paul]       0.8.9claws42
3375
3376         * sync with 0.8.10cvs2
3377                 see ChangeLog 2003-02-05
3378
3379 2003-02-04 [colin]      0.8.9claws41
3380
3381         * src/prefs_common.[ch]
3382           src/procmsg.c
3383           src/summaryview.c
3384                 Add an option to disable threading by subject
3385
3386 2003-02-04 [christoph]  0.8.9claws40
3387
3388         * src/inc.c
3389                 only abort fetching mails from multiple accounts when the
3390                 error is fatal and does not allow to check any more accounts
3391                 (currently only disk full error)
3392
3393         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3394          receive mails for other accouts)
3395
3396 2003-02-04 [christoph]  0.8.9claws39
3397
3398         * src/folder.c
3399                 first add the new message to the cache, then
3400                 send the update notification
3401
3402         (closes bug 39 after sending message folderview doesnt get updated)
3403
3404 2003-02-04 [colin]      0.8.9claws38
3405
3406         * src/inc.c
3407                 _really_ fix this Connecting... status
3408
3409 2003-02-04 [paul]       0.8.9claws37
3410
3411         * sync with 0.8.10
3412                 see ChangeLog 2003-02-04
3413
3414 2003-02-04 [paul]       0.8.9claws36
3415
3416         * sync with 0.8.9cvs6
3417                 see ChangeLog 2003-02-03
3418
3419 2003-02-04 [paul]       0.8.9claws35
3420
3421         * po/pt_BR.po
3422                 updated by André Filipe de Assunção e Brito 
3423                 <bedecko@netsite.com.br>
3424
3425 2003-02-03 [thorsten]   0.8.9claws34
3426
3427         * po/de.po
3428                 Updated german translations
3429
3430 2003-02-02 [paul]       0.8.9claws33
3431
3432         * po/es.po
3433                 updated by Ricardo Mones Lastra
3434
3435 2003-02-02 [thorsten]   0.8.9claws32
3436
3437         * src/mh.c
3438                 Fix mh_get_msginfo() segfault if file is inaccessible
3439
3440 2003-01-31 [colin]      0.8.9claws31
3441
3442         * src/procheader.c
3443                 Fix last commit's bug
3444
3445 2003-01-31 [colin]      0.8.9claws30
3446
3447         * src/procheader.c
3448                 Missing a change for gpg-signed messages
3449
3450 2003-01-31 [paul]       0.8.9claws29
3451
3452         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3453           src/procheader.c
3454           src/stock_pixmap.[ch]
3455           src/summaryview.c
3456                 indicate GnuPG signed messages by displaying an icon
3457                 in the Attachment column.
3458
3459 2003-01-31 [paul]       0.8.9claws28
3460
3461         * sync with 0.8.9cvs4
3462                 see ChangeLog 2003-01-31
3463
3464 2003-01-31 [alfons]     0.8.9claws27
3465
3466         * src/textview.c
3467                 tune URI parser to accept mailto URLs with a '?'
3468                 (patch from Ruslan Balkin)
3469
3470 2003-01-31 [colin]      0.8.9claws26
3471
3472         * src/summaryview.c
3473                 Fix a leak introduced in claws24
3474
3475 2003-01-31 [colin]      0.8.9claws25
3476
3477         * src/summaryview.c
3478                 Freeze/Thaw folder updates when deleting dups
3479
3480 2003-01-31 [colin]      0.8.9claws24
3481         
3482         * src/addr_compl.c
3483           src/summaryview.c
3484           src/msgcache.c
3485                 little speed improvements
3486
3487 2003-01-31 [colin]      0.8.9claws23
3488
3489         * src/summaryview.c
3490                 Fix segfault when forwarding nothing
3491                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3492                 
3493 2003-01-30 [paul]       0.8.9claws22
3494
3495         * sync with 0.8.9cvs3
3496                 see ChangeLog 2003-01-30
3497
3498 2003-01-30 [paul]       0.8.9claws21
3499
3500         * sync with 0.8.9cvs2
3501                 see ChangeLog 2003-01-30
3502
3503 2003-01-29 [paul]       0.8.9claws20
3504
3505         * sync with 0.8.9cvs1
3506                 see ChangeLog 2003-01-29
3507
3508 2003-01-28 [paul]       0.8.9claws19
3509
3510         * po/POTFILES.in
3511                 update to reflect changes. 
3512                 thanks to Ricardo Mones Lastra
3513
3514 2003-01-27 [christoph]  0.8.9claws18
3515
3516         * ac/openssl.m4
3517         * ac/spamassassin.m4
3518         * src/plugins/spamassassin/README
3519         * src/plugins/spamassassin/libspamc.[ch]
3520         * src/plugins/spamassassin/utils.[ch]
3521                 updated to latest libspamc
3522
3523 2003-01-27 [christoph]  0.8.9claws17
3524
3525         * src/folder.c
3526                 fix wrong use of procheader_get_header_fields
3527
3528 2003-01-27 [christoph]  0.8.9claws16
3529
3530         * src/news.c
3531         * src/prefs_account.[ch]
3532         * src/common/nntp.[ch]
3533                 allow to force authentication for NNTP servers
3534
3535         Patch submitted by Florian Mickler <dmk@d-labs.de>
3536
3537 2003-01-26 [paul]       0.8.9claws15
3538
3539         * src/summaryview.c
3540                 speed up of marking messages as read
3541                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3542
3543 2003-01-26 [christoph]  0.8.9claws14
3544
3545         * src/Makefile.am
3546         * src/mgutils.[ch]              ** REMOVE **
3547         * src/xml.[ch]                  ** REMOVE **
3548         * src/xmlprops.[ch]             ** REMOVE **
3549         * src/common/Makefile.am
3550         * src/common/mgutils.[ch]       ** NEW **
3551         * src/common/xml.[ch]           ** NEW **
3552         * src/common/xmlprops.[ch]      ** NEW **
3553                 move xml files to common directory
3554
3555 2003-01-26 [christoph]  0.8.9claws13
3556
3557         * src/plugins/spamassassin/spamassassin_gtk.c
3558                 only set gtk entry text if string is available
3559
3560 2003-01-26 [melvin]     0.8.9claws12
3561
3562         * src/description_window.c
3563                 Allow resizing of the window
3564                 Allow automatic horizontal scroll bar
3565                 Do not vertically expand and fill
3566
3567 2003-01-26 [christoph]  0.8.9claws11
3568
3569         * src/Makefile.am
3570         * src/gtkutils.[ch]             ** REMOVE **
3571         * src/common/sylpheed.c
3572         * src/gtk/Makefile.am
3573         * src/gtk/description_window.c
3574         * src/gtk/gtkutils.[ch]         ** NEW **
3575         * src/gtk/prefswindow.c
3576                 move gtkutils to gtk directory
3577
3578 2003-01-26 [paul]       0.8.9claws10
3579
3580         * src/summaryview.c
3581                 rename summary_unread_clicked() to summary_status_clicked()
3582
3583 2003-01-26 [melvin]     0.8.9claws9
3584
3585         * src/prefs_actions.c
3586                 Cosmetical changes to the help text
3587
3588 2003-01-26 [paul]       0.8.9claws8
3589
3590         * src/folder.[ch]
3591           src/mainwindow.c
3592           src/prefs_common.c
3593           src/prefs_sumamry_column.c
3594           summaryview.[ch]
3595                 rename the 'Unread' column to 'Status'
3596
3597 2003-01-25 [match]      0.8.9claws7
3598
3599         * src/mgutils.[ch]
3600                 removed reference to LDAP constants. removed error2string.
3601                 included functions to support LDAP dynamic queries.
3602         * src/syldap.h
3603                 moved LDAP constants here.
3604         * src/addressbook.c
3605         * src/addrindex.c
3606         * src/importldif.c
3607                 removed references to LDAP constants and references to
3608                 error2string.
3609
3610 2003-01-25 [paul]       0.8.9claws6
3611
3612         * src/summaryview.c
3613                 summary_thread_build(), summary_thread_init(): remove 
3614                 unneeded reference to summaryview->folder_item
3615
3616 2003-01-25 [christoph]  0.8.9claws5
3617
3618         * src/gtk/description_window.c
3619                 o allow description texts to expand over multiple columns
3620                 o translate all columns
3621         * src/prefs_actions.c
3622                 change syntax description to use new multi column feature
3623
3624         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3625
3626 2003-01-25 [match]      0.8.9claws4
3627
3628         * src/vcard.c
3629                 fixed bug with Quoted-Printable
3630
3631 2003-01-25 [paul]       0.8.9claws3
3632
3633         * src/folder.[ch]
3634           src/summaryview.[ch]
3635                 implement per-folder collapsed/expanded threads setting
3636                 
3637         * src/prefs_common.c
3638                 remove global collapsed/expanded threads option
3639
3640 2003-01-25 [christoph]  0.8.9claws2
3641
3642         * po/POTFILES.in
3643                 add pluginwindow and prefswindow
3644         * src/compose.c
3645                 make send respond correctly to messages that could be added
3646                 to the queue folder, but the UID of the message is unknown
3647         * src/folder.c
3648         * src/imap.c
3649                 don't return guessed UIDs in imap_add_msg anymore. We return
3650                 0 to tell the folder system it was appened but the UID is
3651                 unknown. Folder system now get's the UID by scaning the folder
3652                 and searching the cache for the Message-ID
3653                 (closes bug #29 Messages queued, but not sent)
3654
3655 2003-01-25 [paul]       0.8.9claws1
3656
3657         * src/codeconv.c
3658                 conv_encode_header():  fix bug when long headers with 8-bit
3659                 characters are used, so that the encoded words are wrapped.
3660                 If the space in the original text falls on the wrap boundary,
3661                 it can be lost.
3662                 Patch by Sergey Vlasov.
3663                 
3664         * src/folderview.c
3665                  fix bug where a change to the sorting method or thread view
3666                  of a folder's messages is lost if simpify-subject is set and
3667                  toggled on or off.
3668                  Patch by Luke Plant.
3669
3670 2003-01-24 [paul]       0.8.9claws
3671
3672         * sylpheed-0.8.9claws released
3673         
3674         * Makefile.am
3675           sylpheed.spec.in
3676                 remove reference to 'INSTALL.jp'
3677
3678 2003-01-23 [paul]       0.8.8claws128
3679
3680         * po/es.po
3681           po/it.po
3682           po/ru.po
3683           po/sr.po
3684                 updated translations. submitted by Ricardo Mones Lastra,
3685                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3686
3687 2003-01-23 [colin]      0.8.8claws127
3688
3689         * src/compose.c
3690                 Fix drafted and queued news articles re-edition
3691
3692 2003-01-23 [melvin]     0.8.8claws126
3693
3694         * po/fr.po
3695                 Updated French translations
3696
3697 2003-01-23 [colin]      0.8.8claws125
3698
3699         * src/inc.c
3700                 Fix "Connecting to..." status message
3701
3702 2003-01-22 [paul]       0.8.8claws124
3703
3704         * po/bg.po
3705                 updated by George Danchev
3706                 
3707         * src/folder.c
3708                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3709                 and folder deletion
3710
3711 2003-01-21 [paul]       0.8.8claws123
3712
3713         * po/bg.po
3714                 updated by George Danchev
3715                 
3716         * src/about.c
3717                 its now 2003
3718                 
3719         * src/toolbar.c
3720                 don't translate 'Separator'
3721                 
3722         * src/plugins/spamassassin/Makefile.am
3723                 add aspell to CPPFLAGS
3724                 
3725         * src/plugins/spamassassin/spamassassin.c
3726           src/plugins/spamassassin/spamassassin_gtk.c
3727                 set correct default for spamassassin_receive_spam
3728                 slightly re-word descriptions and some
3729                 other minor changes
3730
3731 2003-01-19 [alfons]     0.8.8claws122
3732                 
3733         * src/mimeview.c
3734                 mimeview_save_as(): we might as well show the file name for
3735                 the single case "Save As" too
3736
3737 2003-01-19 [alfons]     0.8.8claws121
3738
3739         * src/crash.c
3740                 change bug tracker URL to bugzilla URL
3741
3742 2003-01-19 [alfons]     0.8.8claws120
3743
3744         * src/mimeview.c
3745                 mimeview_save_all(): display name of file before overwriting;
3746                 continue saving all, even when one overwrite was cancelled
3747
3748 2003-01-19 [christoph]  0.8.8claws119
3749
3750         * src/summaryview.c
3751         * src/procmsg.[ch]
3752                 fix wrong usage of procmsg_find_children in summaryview
3753                 by using procmsg_update_unread_children instead of
3754                 summaryview_update_unread_children
3755
3756 2003-01-19 [christoph]  0.8.8claws118
3757
3758         * src/procmsg.c
3759                 fix infinite loop in procmsg_find_children
3760                  (closes bug #25 sylpheed crashes on delete.)
3761
3762         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3763
3764 2003-01-19 [paul]       0.8.8claws117
3765
3766         * po/pt_BR.po
3767                 updated by Ivan Francolin Martinez
3768
3769 2003-01-18 [melvin]     0.8.8claws116
3770
3771         * src/prefs_actions.c
3772                 Removed syntax limitation of only one '&' at the end of command.
3773                         Now actions that contain '>/dev/null 2>&1' are possible.
3774
3775 2003-01-18 [melvin]     0.8.8claws115
3776
3777         * src/prefs_actions.c
3778                 Actions IO dialog: when the action ends
3779                 the "Close" button now has focus and [Escape] closes the
3780                 window.
3781
3782 2003-01-18 [christoph]  0.8.8claws114
3783
3784         * src/procmsg.c
3785                 o add debug output when MsgInfos are really freed
3786                 o free GSLists in procmsg_find_children and
3787                   procmsg_update_unread_children
3788
3789 2003-01-18 [christoph]  0.8.8claws113
3790
3791         * src/mainwindow.c
3792                 reorder Configuration menu
3793
3794 2003-01-18 [christoph]  0.8.8claws112
3795
3796         * src/compose.c
3797                 fix applying templates to forwarded messages
3798
3799         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3800
3801 2003-01-17 [christoph]  0.8.8claws111
3802
3803         * src/folder.c
3804                 destroy folder items, when a folder item is removed
3805
3806 2003-01-17 [christoph]  0.8.8claws110
3807
3808         * src/folder.c
3809                 fix wrong folder stats update when ignored message is
3810                 deleted
3811
3812 2003-01-17 [colin]      0.8.8claws109
3813         
3814         * src/mainwindow.c
3815         * src/summaryview.c
3816                 Quicksearch bugfixes: 
3817                 - hide help button at startup if not extended
3818                 - switch to extended when looking for replies
3819
3820 2003-01-17 [paul]
3821
3822         * sync with 0.8.9 release
3823
3824 2003-01-17 [paul]       0.8.8claws108
3825
3826         * sync with 0.8.8cvs11
3827                 see ChangeLog 2003-01-17
3828
3829 2003-01-16 [colin]      0.8.8claws107
3830
3831         * src/procmsg.c
3832                 Changed encryption test to re-ask passphrase
3833                 if an encrypted message hasn't been decrypted
3834                 Fixes bug #5
3835
3836 2003-01-16 [christoph]  0.8.8claws106
3837
3838         * src/prefs_gtk.c
3839         * src/prefs_toolbar.c
3840         * src/gtk/prefswindow.h
3841         * src/plugins/spamassassin/spamassassin_gtk.c
3842                 remove page destroy function that is not used anymore
3843
3844 2003-01-16 [paul]       0.8.8claws105
3845
3846         * sync with 0.8.8cvs9
3847                 see ChangeLog 2002-01-16
3848
3849 2003-01-16 [colin]      0.8.8claws104
3850
3851         * src/compose.[ch]
3852                 Fix bug with autosaved drafts for IMAP, when draft
3853                 folder is specified - fixes bugzilla bug #20
3854
3855 2003-01-15 [paul]       0.8.8claws103
3856
3857         * src/compose.[ch]
3858           src/procmsg.c
3859                 store folder and message-id of message forwarding
3860                 in queue header and set forward flag after sending
3861
3862 2003-01-15 [paul]       0.8.8claws102
3863
3864         * sync with 0.8.8cvs8
3865                 see ChangeLog 2002-01-15
3866
3867 2003-01-15 [colin]      0.8.8claws101
3868
3869         * src/Makefile.am
3870                 Fix linking with GNU libiconv
3871
3872 2003-01-15 [darko]      0.8.8claws100
3873
3874         * src/pine.c
3875                 fix crash when importing pine address book
3876                 entry with an empty name (reported by DY
3877                 <dybulk at tri8.net>)
3878
3879 2003-01-14 [paul]       0.8.8claws99
3880
3881         * configure.in  ** REMOVED **
3882           configure.ac  ** NEW FILE **
3883                 rename configure.in to configure.ac, as it is now
3884                 preferred
3885
3886 2003-01-14 [melvin]     0.8.8claws98
3887
3888         * src/folderview.c
3889                 folderview_check_new(): More precise function description
3890
3891 2003-01-14 [melvin]     0.8.8claws97
3892
3893         * src/folderview.c
3894                 folderview_check_new(): return the number of new messages 
3895                         since last check.
3896         * src/inc.c
3897                 inc_account_mail(): Disable counting of new messages for IMAP
3898                         and NNTP until bug [19] and [14] are fixed.
3899
3900 2003-01-14 [paul]       0.8.8claws96
3901
3902         * sync with 0.8.8cvs6
3903                 see ChangeLog 2003-01-14
3904
3905 2003-01-13 [alfons]     0.8.8claws95
3906
3907         * src/textview.c
3908                 tune email address validation (c. 0.8.8claws89): if . is 
3909                 just one char away from @, the address is invalid too 
3910                 (correctly rejects addresses like foo@.com)
3911
3912 2003-01-13 [paul]       0.8.8claws94
3913
3914         * src/messageview.c
3915           src/toolbar.c
3916                 fixes to the Message View toolbar and menu:
3917                 fix non-functioning Forward button
3918                 make Reply button consider default_reply_list
3919                 remove 'Follow-up...' menu entry
3920                 add 'Forward' and 'Redirect' menu entries
3921
3922 2003-01-13 [melvin]     0.8.8claws93
3923
3924         * src/inc.c
3925                 Fixed typo that could make new messages count incorrect.
3926
3927 2003-01-13 [melvin]     0.8.8claws92
3928
3929         * src/folderview.[ch]
3930                 folderview_check_new(): return the number of new messages.
3931         * src/inc.c
3932                 Should fix bug [14] where new mail notification worked 
3933                         incorrectly with IMAP accounts.
3934                 inc_spool_account(): return number of new msgs, or -1 on error
3935                 inc_all_spool(): return number of new msgs
3936                 
3937 2003-01-13 [melvin]     0.8.8claws91
3938
3939         * src/prefs_actions.c
3940                 Justify help text.
3941
3942 2003-01-12 [thorsten]   0.8.8claws90
3943
3944         * src/common/prefs.c
3945                 close file before rename
3946
3947 2003-01-12 [alfons]     0.8.8claws89
3948
3949         * AUTHORS
3950                 add Christian Mertes
3951         * src/common/utils.[ch]
3952                 g_stricase_hash(), g_stricase_equal(): functions for 
3953                 case insensitive hash tables
3954         * src/textview.c
3955                 use top level domain names to validate email address, based
3956                 on a patch by Christian Mertes (thanks!), but changed 
3957                 implementation to use a hash table 
3958
3959 2003-01-12 [paul]       0.8.8claws88
3960
3961         * po/bg.po
3962                 updated by George Danchev
3963
3964 2003-01-12 [alfons]     0.8.8claws87
3965
3966         * src/summaryview.c
3967                 delete / execute performance: use new style folder update
3968
3969 2003-01-12 [paul]       0.8.8claws86
3970
3971         * sync with 0.8.8cvs5
3972                 see ChangeLog 2003-01-13 (!)
3973
3974 2003-01-12 [alfons]     0.8.8claws85
3975
3976         * src/filtering.c
3977         * src/matcher_parser_parse.y
3978                 prepare change_score filtering action
3979         * src/matcher.[ch]
3980                 give up const-correctness on functions that call non-const-correct functions;
3981                 several casts to gpointer in g_free();
3982                 add change_score;
3983
3984 2003-01-12 [christoph]  0.8.8claws84
3985
3986         * src/compose.c
3987                 fix 2 warnings
3988
3989         * src/gtk/prefswindow.[ch]
3990         * src/plugins/spamassassin/spamassassin_gtk.c
3991                 changed the call of the widget create function
3992                 for PrefsPages, because sometimes the widget
3993                 create function needs a widget that already has
3994                 been attached to a window (to create GDK pixmaps
3995                 for exmaple). So we simply pass the GtkWindow as
3996                 the second parameter now.
3997
3998         * src/main.c
3999         * src/mainwindow.c
4000         * src/prefs_toolbar.[ch]
4001                 rewrite Toolbar Preferences using the new
4002                 prefs window
4003
4004 2003-01-11 [alfons]     0.8.8claws83
4005
4006         * src/addressadd.c
4007                 fix crash when adding sender to addressbook because status bar
4008                 isn't there (the status bar doesn't seem to be used though,
4009                 but I'll let Match decide what to do with it)
4010
4011 2003-01-11 [colin]      0.8.8claws82
4012
4013         * src/main.c
4014           src/toolbar.c
4015                 Two useless changes reversed
4016
4017 2003-01-11 [colin]      0.8.8claws81
4018
4019         * src/mainwindow.c
4020           src/mainwindow.h
4021                 Add mainwindow_get_mainwindow()
4022         * src/alertpanel.c
4023           src/alertpanel.h
4024                 Add alertpanel_error_log() 
4025         * src/compose.c
4026           src/inc.c
4027           src/messageview.c
4028           src/toolbar.c
4029           src/main.c
4030           src/procmsg.c
4031                 Network errors get a View Log button
4032
4033 2003-01-10 [alfons]     0.8.8claws80
4034
4035         * src/prefs_toolbar.c
4036         * src/toolbar.c
4037                 use the translatable string for "Separator" as file name for
4038                 separator toolbar items (probably make this uppercase?)
4039
4040 2003-01-10 [alfons]     0.8.8claws79
4041
4042         * src/prefs_toolbar.c
4043                 put right A_SEPARATOR description string in "displayed
4044                 toolbar items list" so manually added separators are
4045                 saved correctly (bug #10, "Adding a separator to the main 
4046                 toolbar fails, entry in xml file is wrong")
4047
4048 2003-01-10 [christoph]  0.8.8claws78
4049
4050         * src/imap.c
4051                 o fix warnings
4052                 o use CAPABILITY to check if NAMESPACE is available
4053
4054 2003-01-10 [christoph]  0.8.8claws77
4055
4056         * src/imap.[ch]
4057                 apply UIDPLUS IMAP extension support patch
4058
4059         Patch submitted by Simon 'corecode' Schubert
4060
4061 2003-01-10 [paul]       0.8.8claws76
4062
4063         * src/folderview.c
4064                 a sync from main which fixes the news account folders'
4065                 Properties bug
4066
4067 2003-01-10 [christoph]  0.8.8claws75
4068
4069         * src/folder.c
4070                 don't accept 0 as a valid uid returned by copy and move
4071                 functions. 0 means the message was copied or moved but the
4072                 new uid could not be fetched. It is not an error condition
4073                 for the copy or move operation.
4074
4075 2003-01-10 [paul]       0.8.8claws74
4076
4077         * src/prefs_filtering.c
4078                 change English used in Alert when entry is not
4079                 saved.
4080                 
4081         * sync with 0.8.8cvs4
4082                 see ChangeLog 2003-01-10
4083
4084 2003-01-10 [darko]      0.8.8claws73
4085
4086         * src/pine.c
4087                 fix crash when importing address book entry
4088                 without a valid address
4089
4090 2003-01-09 [alfons]     0.8.8claws72
4091
4092         * src/inc.c
4093                 filtering performance: use new style folder update
4094
4095 2003-01-09 [christoph]  0.8.8claws71
4096
4097         * src/compose.c
4098         * src/gtk/menu.[ch]
4099                 fix wrong selecting of mime encoding type, when
4100                 opening property dialog of attachments in the
4101                 compose window. 7bit was always selected and that
4102                 destoryed files with 8bit data.
4103                 (closes bug #9 Sylpheed-claws destroys attachments when
4104                  changing MIME-types)
4105
4106 2003-01-09 [paul]       0.8.8claws70
4107
4108         * sync with 0.8.8cvs3
4109                 see ChangeLog 2003-01-09
4110
4111 2003-01-08 [alfons]     0.8.8claws69
4112         
4113         * src/addressadd.c
4114                 apply patch by Kim Schulz to fix build breakage
4115                 because of missing variable
4116
4117 2003-01-08 [paul]       0.8.8claws68
4118
4119         * sync with 0.8.8cvs2
4120                 see ChangeLog 2002-01-08
4121
4122 2003-01-08 [paul]       0.8.8claws67
4123
4124         * po/it.po
4125                 updated by Alessandro Maestri
4126                 
4127         * src/addressadd.c
4128                 when using 'Add sender to addressbook' allow
4129                 name to be edited and remarks to be entered
4130                 Patch submitted by Luke Plant
4131
4132 2003-01-08 [darko]      0.8.8claws66
4133
4134         * README.claws, src/summaryview.c
4135                 fix description for marked messages
4136
4137 2003-01-08 [paul]
4138
4139         * tools/Makefile.am
4140           tools/launch_phoenix  ** NEW FILE **
4141                 add script that enables using Phoenix as the default
4142                 web browser. 
4143                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4144                 
4145         * tools/OOo2sylpheed.pl
4146                 remove full path to sylpheed executable, just 'sylpheed'
4147                 will do
4148                 
4149         * tools/README
4150                 add launch_phoenix informtion and re-arrange and compress
4151                 the data a little
4152
4153 2003-01-07 [christoph]  0.8.8claws65
4154
4155         * src/folder.c
4156                 fix update for source folder when moving messages
4157         * src/procmsg.[ch]
4158         * src/summaryview.c
4159                 use function to set to_folder for message infos and
4160                 automatically update the op_count for old and new
4161                 folder
4162
4163 2003-01-07 [melvin]     0.8.8claws64
4164
4165         * src/prefs_actions.c
4166                 Fixed bug where an '%p' Action on a displayed image crashed 
4167                         Sylpheed
4168                 Code clean up (get rid of duplicated code and removed unnecessary 
4169                                 structure member)
4170
4171 2003-01-07 [christoph]  0.8.8claws63
4172
4173         * src/compose.c
4174         * src/folder.[ch]
4175         * src/folderview.c
4176         * src/import.c
4177         * src/inc.c
4178         * src/main.c
4179         * src/mainwindow.c
4180         * src/messageview.c
4181         * src/prefs_folder_item.c
4182         * src/procmsg.c
4183         * src/summaryview.c
4184         * src/toolbar.c
4185                 o remove all folder update triggering from the UI code. The folder
4186                   system should know much better when a folder needs an update.
4187                 o to prevent multiple updates in a row the folder updates can be
4188                   frozen for some time.
4189
4190                 Note: - Please verify that no updates are missing
4191                       - Check where freeze/thaws should be added
4192
4193 2003-01-07 [christoph]  0.8.8claws62
4194
4195         * src/prefs_actions.c
4196                 don't translate empty strings
4197
4198         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4199
4200 2003-01-06 [christoph]  0.8.8claws61
4201
4202         * src/prefs_actions.c
4203                 mark strings for gettext
4204         * src/prefs_matcher.c
4205                 use new description window for Execute action and
4206                 match condition in Filtering
4207
4208         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4209
4210 2003-01-06 [alfons]     0.8.8claws60
4211
4212         keep myself inspired to re-organize matcher part 8; 
4213         yes, more to come (I need to move out the descriptive
4214         text for actions to matcher.c, or at least make it not
4215         depend on the wicked ordering)
4216
4217         * src/prefs_matcher.c
4218                 add documentation so others may comprehend the
4219                 UI part of the conditions
4220                 
4221 2003-01-06 [christoph]  0.8.8claws59
4222
4223         * src/prefs_actions.c
4224                 use new description window for syntax help
4225         * src/gtk/description_window.c
4226                 fix display of descriptions with column count != 2
4227
4228         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4229
4230 2003-01-06 [christoph]  0.8.8claws58
4231
4232         * src/quote_fmt.c
4233         * src/summaryview.[ch]
4234         * src/gtk/Makefile.am
4235         * src/gtk/description_window.[ch]       ** NEW **
4236                 use a generic window to display syntax descriptions
4237                 currently used in quote_fmt and summaryview (new description
4238                 for extended quick search)
4239
4240         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4241
4242 2003-01-06 [paul]       0.8.8claws57
4243
4244         * sync with 0.8.8cvs1
4245                 see ChangeLog 2003-01-06
4246
4247 2003-01-06 [christoph]  0.8.8claws56
4248
4249         * src/mainwindow.c
4250         * src/prefs_gtk.[ch]
4251         * src/gtk/prefswindow.[ch]
4252         * src/plugins/spamassassin/spamassassin_gtk.c
4253                 o remove page management from prefswindow, pages
4254                   will be an argument to prefswindow_open
4255                 o prefswindow_open gets a datapointer that is
4256                   passed to the widget_create function to allow
4257                   creation of prefswindow for specific items
4258
4259 2003-01-06 [colin]      0.8.8claws55
4260         
4261         * src/summaryview.c
4262                 We don't want regexp in the reply-finder, 
4263                 because MIDs can contain !,$,. and so on
4264
4265 2003-01-06 [jens]       0.8.8claws54
4266
4267         * src/jpilot.c
4268                 fixed a wrong free in jpilot_read_db_files
4269
4270 2003-01-06 [alfons]     0.8.8claws53
4271
4272         re-organize matcher part 8; more to come
4273        
4274         * src/matcher.c
4275                 matcherprop_to_string(): put g_free()s before the
4276                 switch-case break to fix memleaks                
4277
4278 2003-01-06 [colin]      0.8.8claws52
4279
4280         * src/summaryview.c
4281                 cleanup & reply-finder now displays the first 
4282                 matching message
4283
4284 2003-01-05 [alfons]     0.8.8claws51
4285
4286         re-organize matcher part 7; more to come
4287
4288         * src/matcher.[ch]
4289                 fixes for constant correctness;
4290                 more documentation;
4291
4292 2003-01-05 [alfons]     0.8.8claws50
4293
4294         re-organize matcher part 6; more to come
4295         
4296         * src/matcher.[ch]
4297                 fixes for constant correctness;
4298                 more documentation;
4299         * src/filtering.c
4300                 fix for constant correctness
4301
4302 2003-01-05 [colin]      0.8.8claws49
4303
4304         * src/account.[ch]
4305                 Add account_get_reply_account function
4306         * src/compose.c
4307                 Use account_get_reply_account function 
4308         * src/summaryview.c
4309                 Basic reply-finder - click on the replied
4310                 icon gets you to the outbox using quick-search
4311
4312 2003-01-05 [paul]       0.8.8claws48
4313
4314         * src/prefs_common.c
4315                 small change to English
4316                 
4317         * src/prefs_filtering.c
4318                 prefs_filtering_action_select(): improve logic and uniformity
4319                 of gui
4320
4321 2003-01-05 [alfons]     0.8.8claws47
4322
4323         fine tune solution to focus problems (bug #7)
4324
4325         * src/mainwindow.c
4326                 mainwindow_focus_in_event(): remove grab event check
4327         * src/summaryview.c
4328                 summary_button_pressed(): move selection on right-click
4329                 too. we can't possibly move the selection back after
4330                 canceling a dialog, because gtk's incomplete focus 
4331                 management. whether this is a good solution, only time
4332                 will tell.
4333
4334 2003-01-05 [christoph]  0.8.8claws46
4335
4336         * src/imap.c
4337                 fix crash when no imap connection could be established
4338
4339 2003-01-05 [paul]       0.8.8claws45
4340
4341         * src/mainwindow.c
4342           src/sumamryview.c
4343           src/gtk/menu.[ch]
4344                 fix bug 605957 'shortcuts in popup-menu'
4345                 make user-defined shortcuts work
4346                 show shortcuts that are already defined
4347                 in the main menu
4348                 Patch submitted by Luke Plant
4349
4350 2003-01-05 [alfons]     0.8.8claws44
4351
4352         * src/mainwindow.c
4353                 focus_in_event handler should not select summary view row 
4354                 when another window (menu, dialog) grabbed for events 
4355                 (bug #7, "[0.8.8claws42] Message summary focus") 
4356
4357 2003-01-04 [christoph]  0.8.8claws43
4358
4359         * src/procmsg.c
4360                 update save folder after adding the sent message
4361                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4362
4363 2003-01-02 [christoph]  0.8.8claws42
4364
4365         * src/common/plugin.c
4366                 fix unloading of all plugins and unload
4367                 plugins in reverse order
4368                 
4369         * src/gtk/pluginwindow.c
4370                 implement function of load and unload button
4371
4372         * src/gtk/prefswindow.c
4373         * src/gtk/prefswindow.h
4374                 rename register function and add new unregister
4375                 function
4376
4377         * src/plugins/spamassassin/spamassassin_gtk.c
4378                 unregister prefs page and update for changes in
4379                 src/gtk/prefswindow.c
4380
4381 2003-01-02 [paul]       0.8.8claws41
4382
4383         * po/es.po
4384                 updated by Ricardo Mones Lastra
4385
4386 2003-01-02 [paul]
4387
4388         * tools/tb2sylpheed
4389                 fixes and improvements by Urke MMI
4390
4391 2003-01-02 [thorsten]   0.8.8claws40
4392
4393         * src/procmsg.c
4394                 fixed wrong return value
4395
4396 2003-01-02 [thorsten]   0.8.8claws39
4397
4398         * src/prefs.c
4399                 fixed printing wrong variable
4400
4401 2003-01-02 [thorsten]   0.8.8claws38
4402
4403         * src/prefs.c
4404                 fixed acessing members of freed pfile struct
4405
4406 2003-01-02 [thorsten]   0.8.8claws37
4407
4408         * src/procmsg.c
4409                 detect loops across several messages
4410                 as suggested by Christoph Hohmann
4411
4412 2003-01-01 [match]      0.8.8claws36
4413
4414         * src/addrindex.c
4415                 fixed another memory leak.
4416
4417 2003-01-01 [match]      0.8.8claws35
4418
4419         * src/jpilot.[ch]
4420                 fixed memory leaks. applied Doxygen comments.
4421
4422 2003-01-01 [thorsten]   0.8.8claws34
4423
4424         * src/procmsg.c
4425                 inhibit endless loop if msg references itself
4426                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4427
4428 2003-01-01 [christoph]  0.8.8claws33
4429
4430         * src/mainwindow.c
4431         * src/gtk/Makefile.am
4432         * src/gtk/pluginwindow.c                ** NEW **
4433         * src/gtk/pluginwindow.h                ** NEW **
4434                 add plugin window
4435
4436         * src/plugins/demo/demo.c
4437         * src/plugins/spamassassin/spamassassin.c
4438         * src/plugins/spamassassin/spamassassin_gtk.c
4439                 write better plugin descriptions
4440
4441 2002-12-31 [christoph]  0.8.8claws32
4442
4443         * src/gtk/prefswindow.c
4444         * src/plugins/spamassassin/spamassassin_gtk.c
4445                 some small improvements to GTK code
4446
4447 2002-12-31 [christoph]  0.8.8claws31
4448
4449         * src/plugins/spamassassin/spamassassin_gtk.c
4450                 enable folder select button
4451
4452 2002-12-31 [christoph]  0.8.8claws30
4453
4454         * src/mainwindow.c
4455         * src/gtk/Makefile.am
4456         * src/gtk/prefswindow.c                         ** NEW **
4457         * src/gtk/prefswindow.h                         ** NEW **
4458                 add new prefs window
4459
4460         * src/common/plugin.c
4461                 don't try to load empty config lines
4462         
4463         * src/plugins/spamassassin/Makefile.am
4464         * src/plugins/spamassassin/spamassassin.c
4465         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4466         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4467                 GTK config for SpamAssassin Plugin using
4468                 the new prefs window
4469
4470 2002-12-31 [paul]       0.8.8claws29
4471
4472         * po/POTFILES.in
4473                 remove obsolete entry 'src/menu.c'
4474
4475 2002-12-31 [alfons]     0.8.8claws28
4476
4477         * src/matcher.[ch]
4478         * src/matcher_parser_parse.y
4479         * src/prefs_matcher.c
4480                 add "ignore_thread" and "~ignore_thread" condition so it's
4481                 possible to make the actions / scoring operate on the ignore
4482                 thread flag
4483
4484 2002-12-31 [christoph]  0.8.8claws27
4485
4486         * src/addrbook.c
4487         * src/addrindex.c
4488         * src/folder.c
4489         * src/matcher.c
4490         * src/prefs_account.c
4491         * src/prefs_actions.c
4492         * src/prefs_customheader.c
4493         * src/prefs_display_header.c
4494         * src/prefs_gtk.c
4495         * src/procmime.c
4496         * src/toolbar.c
4497         * src/xmlprops.c
4498         * src/common/prefs.[ch]
4499                 extend prefs file handling for reading and automatic handling
4500                 of blocks. When reading prefs_set_block_label will automatically
4501                 move on to the block. When writing it will copy all other blocks
4502                 automatically
4503
4504         * src/common/plugin.c
4505                 Now loading plugin filenames from [Plugins] block in
4506                 sylpheed rc file
4507
4508 2002-12-30 [christoph]  0.8.8claws26
4509
4510         * src/common/hooks.[ch]
4511                 return abort status to caller of hooks_invoke
4512                 
4513         * src/inc.[ch]
4514                 invoke message filtering hook and stop
4515                 default handling when filter returns abort
4516
4517         * src/common/plugin.[ch]
4518         * src/plugins/demo/demo.c
4519                 modify plugin loader, because resolving symbols for strings
4520                 does not work correctly
4521         
4522         * configure.in
4523         * ac/spamassassin.m4                            ** NEW **
4524         * src/plugins/spamassassin/.cvsignore           ** NEW **
4525         * src/plugins/spamassassin/Makefile.am          ** NEW **
4526         * src/plugins/spamassassin/README               ** NEW **
4527         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4528         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4529         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4530                 add spamassassin plugin, see src/plugins/spamassassin/README
4531                 for details
4532
4533 2002-12-29 [alfons]     0.8.8claws25
4534
4535         * src/mainwindow.c
4536                 when moving focus from a message view to the main 
4537                 window, don't forget to select the summary node
4538                 of the displayed message. should fix "[ 659103 ] 
4539                 focus-follows-mouse confuses sylpheed"
4540
4541 2002-12-29 [christoph]  0.8.8claws24
4542
4543         * src/Makefile.am
4544         * src/stringtable.[ch]          ** REMOVE **
4545         * src/common/Makefile.am
4546         * src/common/stringtable.[ch]   ** NEW **
4547                 move stringtable files to common directory
4548
4549 2002-12-29 [christoph]  0.8.8claws23
4550
4551         * src/Makefile.am
4552         * src/menu.[ch]                 ** REMOVE **
4553         * src/gtk/Makefile.am
4554         * src/gtk/menu.[ch]             ** NEW **
4555                 move menu files to gtk directory
4556
4557 2002-12-29 [match]      0.8.8claws22
4558
4559         * src/addressbook.c
4560         * src/syldap.c
4561                 moved UI specific code out of LDAP code into addressbook
4562                 UI code. fixed memory leak.
4563
4564 2002-12-29 [christoph]  0.8.8claws21
4565
4566         * src/folder.c
4567                 only check for IGNORED parent message when message is
4568                 not IGNORED itself
4569
4570 2002-12-29 [alfons]     0.8.8claws20
4571
4572         * src/summaryview.c
4573                 set gtksctree's anchor correct (immediate execute
4574                 changes the tree's layout, and anchor points at 
4575                 the incorrect row). fixes "[ 657233 ] multiple msg 
4576                 delete sometimes off by 1".
4577                 we probably have to look for more tree layout /
4578                 anchor glitches.
4579
4580 2002-12-29 [paul]       0.8.8claws19
4581
4582         * src/summaryview.c
4583                 fix bug [ 659054 ] incorrect sorting of 'From' column
4584                 when using 'display sender using address book'
4585                 thanks to Alfons and Luke Plant
4586
4587 2002-12-29 [christoph]  0.8.8claws18
4588
4589         * src/folder.c
4590         * src/procmsg.[ch]
4591                 check parent messages for IGNORE THREAD flag, when adding,
4592                 moving or copying messages to a folder
4593
4594 2002-12-27 [alfons]     0.8.8claws17
4595
4596         re-organize matcher part 5; more to come
4597
4598         * src/matcher.c
4599                 hash keywords in matchparser_tab 
4600
4601 2002-12-27 [alfons]     0.8.8claws16
4602
4603         re-organize matcher part 4; more to come
4604
4605         * src/matcher_parser.h
4606         * src/matcher_parser_lex.l
4607         * src/matcher_parser_parse.y
4608                 cleanup
4609
4610 2002-12-27 [alfons]     0.8.8claws15
4611
4612         re-organize matcher part 3; more to come
4613
4614         * src/matcher.[ch]
4615                 cleanup
4616
4617 2002-12-27 [alfons]     0.8.8claws14
4618
4619         re-organize matcher part 2; more to come but this should
4620         work. cc me if there are any regressions.
4621
4622         * src/matcher.h
4623                 add prototype for get_matchparser_tab_id()
4624         * src/matcher_parser_lex.l
4625                 look up keywords using matchparser_tab_id();
4626
4627 2002-12-27 [alfons]     0.8.8claws12
4628
4629         re-organize matcher part 1
4630
4631         * src/matcher.h
4632                 map yacc generated constants to sylpheed matcher constants
4633         * src/matcher.c
4634                 add function to find a matcher constant from a string
4635
4636 2002-12-27 [christoph]  0.8.8claws11
4637
4638         * src/compose.c
4639                 MENUITEM_ADD casts the 4th argument from integer to pointer
4640                 so it probably should not be a pointer, this means we
4641                 should use account id for it and not the account's pointer
4642
4643 2002-12-27 [paul]       0.8.8claws10
4644
4645         * src/mainwindow.c
4646                 remove unneeded 'GtkWidget *vbox'
4647                 
4648         * src/summaryview.c
4649                 further sync with 0.8.8 - make sort
4650                 by recipient work as expected
4651                 
4652         * NEWS
4653                 sync with 0.8.8
4654
4655 2002-12-27 [paul]       0.8.8claws9
4656
4657         * po/pt_BR.po
4658                 updated by Ivan F. Martinez
4659                 
4660 2002-12-27 [darko]      0.8.8claws8
4661
4662         * src/common/utils.c
4663                 added locked pattern to extended search
4664
4665 2002-12-27 [alfons]     0.8.8claws7
4666
4667         * src/prefs_matcher.[ch]
4668                 clean up
4669
4670 2002-12-26 [alfons]     0.8.8claws6
4671
4672         * src/matcher.[ch]
4673         * src/matcher_parser_lex.l
4674         * src/matcher_parser_parse.y
4675         * src/prefs_matcher.c
4676                 allow color label as a condition in the matcher
4677
4678 2002-12-26 [oliver]     0.8.8claws5
4679         
4680         * src/toolbar.c 
4681                 enable Addressbook for Main and Messageview
4682         * src/prefs_actions.c
4683                 enable actions in Messageview
4684
4685 2002-12-26 [christoph]  0.8.8claws4
4686
4687         * src/common/plugin.c
4688                 add a little debug output
4689         * configure.in
4690         * src/plugins/demo/Makefile.am
4691                 better use of automake
4692
4693 2002-12-26 [christoph]  0.8.8claws3
4694
4695         * src/Makefile.am
4696         * src/common/Makefile.am
4697                 fix "make distdir"
4698
4699 2002-12-26 [christoph]  0.8.8claws2
4700
4701         * configure.in
4702                 sort configure checks into common / gtk / plugins
4703         * po/POTFILES.in
4704                 add src/prefs_gtk.c
4705         * src/Makefile.am
4706                 add plugins SUBDIR
4707         * src/main.c
4708         * src/common/sylpheed.[ch]
4709                 added now sylpheed_done function for shutdown
4710         * src/common/Makefile.am
4711         * src/common/plugin.[ch]                ** NEW **
4712                 plugin loader and unloader
4713         * src/plugins/.cvsignore                ** NEW **
4714         * src/plugins/Makefile.am               ** NEW **
4715                 build plugins
4716         * src/plugins/demo/.cvsignore           ** NEW **
4717         * src/plugins/demo/Makefile.am          ** NEW **
4718         * src/plugins/demo/demo.c               ** NEW **
4719                 small demo plugin that installs a logtext hook and
4720                 outputs the log text to stdout
4721
4722 2002-12-26 [paul]       0.8.8claws1
4723
4724         * po/es.po
4725                 updated by Ricardo Mones Lastra
4726
4727 2002-12-26 [paul]       0.8.8claws
4728
4729         * 0.8.8claws released
4730
4731 2002-12-26 [paul]       0.8.7claws12
4732
4733         * po/bg.po
4734                 updated by George Danchev
4735
4736 2002-12-26 [paul]       0.8.7claws11
4737
4738         * po/POTFILES.in
4739                 remove unneeded 'src/prefs.c' entry 
4740
4741 2002-12-26 [paul]       0.8.7claws10
4742
4743         * src/codeconv.c
4744           src/mainwindow.c
4745                 sync with 0.8.8 release
4746         
4747         * src/folder.[ch]
4748           src/mh.c
4749           src/summaryview.c
4750                 partial sync with 0.8.8 release
4751         
4752
4753 2002-12-25 [alfons]     0.8.7claws9
4754
4755         * src/matcher.[ch]
4756         * src/matcher_parser_lex.l
4757         * src/matcher_parser_parse.y
4758         * src/prefs_matcher.c
4759                 add locked flag to possible filtering / matcher 
4760                 conditions (also a good example what should be
4761                 done to add a simple boolean condition)
4762
4763 2002-12-25 [christoph]  0.8.7claws8
4764
4765         * src/Makefile.am
4766         * src/account.[ch]
4767         * src/addrbook.c
4768         * src/addressbook.c
4769         * src/addrindex.c
4770         * src/filtering.c
4771         * src/folder.c
4772         * src/matcher.c
4773         * src/prefs.[ch]                ** REMOVE **
4774         * src/prefs_account.c
4775         * src/prefs_actions.c
4776         * src/prefs_common.c
4777         * src/prefs_customheader.c
4778         * src/prefs_display_header.c
4779         * src/prefs_filtering.c
4780         * src/prefs_folder_item.c
4781         * src/prefs_gtk.[ch]            ** NEW **
4782         * src/prefs_matcher.c
4783         * src/prefs_scoring.c
4784         * src/prefs_summary_column.c
4785         * src/procmime.c
4786         * src/selective_download.c
4787         * src/toolbar.c
4788         * src/common/Makefile.am
4789         * src/common/prefs.[ch]         ** NEW **
4790                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4791
4792 2002-12-24 [alfons]     0.8.7claws7
4793
4794         * src/summaryview.c
4795                 summary_thread_build(): fix real cause of the crash mentioned in
4796                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4797                 this way we get meaningful ctree nodes 
4798
4799 2002-12-24 [oliver]     0.8.7claws6
4800
4801         * src/mainwindow.[ch]
4802         * src/messageview.[ch]
4803         * src/compose.[ch]
4804         * src/inc.c
4805         * src/summaryview.c
4806                 changes to use updated toolbar handling
4807                 
4808 2002-12-24 [oliver]     0.8.7claws5
4809
4810         * src/toolbar.[ch]
4811                 generic toolbar handling
4812                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4813         * src/prefs_toolbar.[ch]
4814                 adjust to handling
4815         
4816 2002-12-24 [oliver]     0.8.7claws4
4817         
4818         * src/stock_pixmap.[ch]
4819                 move SYLPHEED_LOGO to end of list in order 
4820                 to remove it from Custom Toolbar`s Icon View
4821
4822 2002-12-24 [alfons]     0.8.7claws3
4823
4824         * src/summaryview.c
4825                 summary_thread_build(): fix crash because of focus != selection 
4826                 after threading. when deleting the selection, gtk tries but fails 
4827                 to find the correct focusable element. we now force the selection
4828                 to be focused. this should solve the infamous bug reported by 
4829                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4830                 a test case is available. 
4831
4832 2002-12-24 [darko]      0.8.7claws2
4833
4834         * src/summaryview.c
4835                 don't crash when unmarking message with unread children
4836
4837 2002-12-23 [christoph]  0.8.7claws1
4838
4839         * src/Makefile.am
4840         * src/common/Makefile.am
4841                 update Makefiles for moved intl.h, version.h and defs.h
4842         * src/imap.c
4843                 rewrite imap_session_get to avoid duplicate code
4844
4845 2002-12-23 [paul]       0.8.7claws
4846
4847         * Santa-Claws released
4848         
4849         * po/hu.po
4850           po/ru.po
4851                 squeeze in updated Hungarian and Russian translations.
4852                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4853
4854 2002-12-23 [paul]       0.8.6claws129
4855
4856         * po/pl.po
4857                 updated by Witold Wladyslaw Wojciech Wilk
4858
4859 2002-12-23 [paul]       0.8.6claws128
4860
4861         * src/quote_fmt_parse.y
4862                 fix typo and add licence header
4863
4864 2002-12-23 [paul]       0.8.6claws127
4865
4866         * po/en_GB.po
4867                 updated
4868
4869 2002-12-23 [paul]       0.8.6claws126
4870
4871         * po/it.po
4872                 updated translation, submitted by Alessandro Maestri
4873                 
4874 2002-12-23 [paul]       0.8.6claws125
4875
4876         * src/quote_fmt_parse.y
4877                 fix signature-stripping on replies bug. match
4878                 '-- \n' and not '-- '.
4879
4880 2002-12-22 [paul]       0.8.6claws124
4881
4882         * po/bg.po
4883           po/es.po
4884           po/sr.po
4885                 updated translations. submitted by George Danchev,
4886                 Ricardo Mones Lastra, and Urke MMI respectively
4887
4888 2002-12-21 [paul]       0.8.6claws123
4889
4890         * src/addrbook.c
4891                 fix coding style
4892
4893 2002-12-21 [paul]       0.8.6claws122
4894
4895         * src/addrbook.c
4896                 fix bug [643638] where if a person is in one or more
4897                 addressbook groups editing that person's email 
4898                 address results in removal from those groups.
4899                 Patch submitted by Luke Plant.
4900
4901 2002-12-20 [christoph]  0.8.6claws121
4902
4903         * src/common/utils.c
4904         * src/summaryview.c
4905                 reimplement expand_search_string using GString to
4906                 prevent crashs caused by miscalculated string
4907                 lengths reported by Paul
4908
4909 2002-12-20 [christoph]  0.8.6claws120
4910
4911         * src/summaryview.c
4912                 don't use "changed" to check if op_count has to be changed as it
4913                 is also set when the message has unread children
4914                 (closes bug [ 653221 ] crash while deleting duplicates)
4915
4916 2002-12-20 [paul]       0.8.6claws119
4917
4918         * sync with 0.8.6cvs27
4919                 see ChangeLog 2002-12-20
4920
4921 2002-12-20 [paul]       0.8.6claws118
4922
4923         * sync with 0.8.6cvs26
4924                 see ChangeLog 2002-12-19 and 2002-12-20
4925
4926 2002-12-19 [alfons]     0.8.6claws117
4927
4928         * src/textview.c
4929                 fix incorrect parsing of email addresses, submitted by 
4930                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4931                 name display if it contains @".
4932
4933 2002-12-18 [paul]       0.8.6claws116
4934
4935         * sync with 0.8.6cvs23
4936                 see ChangeLog 2002-12-18
4937
4938 2002-12-18 [paul]       0.8.6claws115
4939
4940         * src/Makefile.am
4941         * src/account.c
4942         * src/codeconv.c
4943         * src/gtkutils.[ch]
4944         * src/imap.c
4945                 sync with 0.8.6cvs22.
4946                 see ChangeLog 2002-12-17 and 2002-12-18
4947
4948 2002-12-17 [christoph]  0.8.6claws114
4949
4950         * src/imap.c
4951                 o don't create a session if imap greeting fails
4952                 o don't close socket when authentication fails
4953                   this is done by imap_session_destroy
4954
4955 2002-12-17 [thorsten]   0.8.6claws113
4956
4957         * tools/Makefile.am
4958           tools/README
4959           tools/google_msgid.pl ** NEW FILE **
4960                 Added "search for message-id" script and doc
4961
4962 2002-12-17 [thorsten]   0.8.6claws112
4963
4964         * po/hu.po
4965                 Updated hungarian translation
4966                 (updated by Gal Zoltan)
4967
4968 2002-12-16 [christoph]  0.8.6claws111
4969
4970         * src/addr_compl.c
4971                 remove stupid addressbook dump to debug output
4972         * src/mh.c
4973                 fix memory leak found by Hiro
4974
4975 2002-12-14 [paul]       0.8.6claws110
4976
4977         * src/compose.c
4978                 fix menubar sensitivity on send
4979                 
4980         * src/prefs_filtering.c
4981         * src/prefs_matcher.c
4982         * src/prefs_scoring.c
4983                 Fix english ;)
4984                 
4985         * src/common/quoted-printable.h
4986                 sync: fix typo
4987         
4988 2002-12-13 [christoph]  0.8.6claws109
4989
4990         * src/Makefile.am
4991         * src/manage_window.[ch]        ** REMOVE **
4992         * src/gtk/Makefile.am
4993         * src/gtk/manage_window.[ch]    ** NEW **
4994                 move manage_window files to gtk directory
4995
4996 2002-12-13 [christoph]  0.8.6claws108
4997
4998         * src/Makefile.am
4999         * src/gtkshruler.[ch]           ** REMOVE **
5000         * src/gtk/Makefile.am
5001         * src/gtk/gtkshruler.[ch]       ** NEW **
5002                 move gtkshruler files to gtk directory
5003
5004 2002-12-13 [christoph]  0.8.6claws107
5005
5006         * src/Makefile.am
5007         * src/compose.c
5008         * src/gtkstext.[ch]             ** REMOVE **
5009         * src/gtkutils.[ch]
5010         * src/textview.c
5011         * src/gtk/gtkstext.[ch]         ** NEW **
5012         * src/gtk/Makefile.am
5013                 o move stext functions to gtkstext.c to remove
5014                   dependency of gtkutils
5015                 o move gtkstext files to gtk directory
5016
5017         * src/gtk/Makefile.am
5018         * src/gtk/sslcertwindow.[ch]
5019                 UI stuff can always depend on common code so
5020                 it's ok to add ../common to include path
5021
5022 2002-12-13 [colin]      0.8.6claws106
5023
5024         * src/summaryview.c
5025                 Disconnect sighandlers for mainwindow when
5026                 quicksearch has the focus
5027                 Fix bug #653231
5028         * src/mainwindow.[ch]
5029                 Make key_pressed callback public, to be able
5030                 to disconnect it
5031
5032 2002-12-13 [christoph]  0.8.6claws105
5033
5034         * src/mh.c
5035                 create .mh_sequences file in new MH folders
5036                 (closes feature request [ 523162 ] MH folders should
5037                  get a .mh_sequences)
5038
5039 2002-12-13 [colin]      0.8.6claws104
5040
5041         * src/summaryview.c
5042                 Better handling of quicksearch show/hide
5043                 (basically the button stays under the mouse 
5044                  when toggled)
5045
5046 2002-12-13 [paul]       0.8.6claws103
5047
5048         * sync with 0.8.6cvs17
5049                 see ChangeLog 2002-12-13
5050
5051 2002-12-13 [paul]       0.8.6claws102
5052
5053         * po/es.po
5054                 updated by Ricardo Mones Lastra
5055
5056 2002-12-11 [colin]       0.8.6claws101
5057
5058         * src/folder.c
5059                 remove statusbar stuff
5060           src/folderview.c
5061                 set statusbar verbosity when moving folders
5062
5063 2002-12-11 [colin]       0.8.6claws100
5064         * src/prefs_filtering.c
5065         * src/prefs_matcher.c
5066         * src/prefs_scoring.c
5067                 Fix english ;)
5068
5069 2002-12-11 [colin]       0.8.6claws99
5070
5071         * src/prefs_common.[ch]
5072                 Add summary_quicksearch_type
5073         * src/summaryview.c
5074                 Save last used quicksearch type
5075
5076 2002-12-11 [jens]       0.8.6claws98
5077         * src/prefs_filtering.c
5078         * src/prefs_matcher.c
5079         * src/prefs_scoring.c
5080                 added dialog for incomplete rules in scoring, filtering and
5081                 matcher to ask wheather really close
5082
5083 2002-12-11 [colin]      0.8.6claws97
5084
5085         * src/folder.c
5086                 Fix folder dnd statusbar logging
5087
5088 2002-12-10 [christoph]  0.8.6claws96
5089
5090         * src/compose.c
5091         * src/folder.c
5092         * src/imap.c
5093         * src/inc.c
5094         * src/main.c
5095         * src/mainwindow.c
5096         * src/news.c
5097         * src/send.c
5098         * src/statusbar.[ch]
5099         * src/common/hooks.c
5100         * src/common/log.[ch]
5101                 o handle verbose logging in statusbar directly in statusbar code
5102                   and common code does not need any knowledge about a statusbar
5103                 o remove direct calls to statusbar_(puts|pop)_all functions
5104
5105 2002-12-10 [jens]       0.8.6claws95
5106
5107         * src/*.c
5108                 removed gettext from g_warnings
5109         * po/POTFILES.in
5110                 cleaned and updated
5111         * po/de.po
5112                 updated
5113
5114 2002-12-10 [colin]      0.8.6claws94
5115
5116         * src/main.c
5117                 finish crash dialog fix
5118
5119 2002-12-10 [colin]      0.8.6claws93
5120
5121         * src/main.c
5122                 "Fix" "sylpheed already running" instead of
5123                 crash dialog appearing after a crash
5124
5125 2002-12-10 [colin]      0.8.6claws92
5126
5127         * po/POTFILES.in
5128                 add src/gtk/sslcertwindow.c
5129
5130 2002-12-10 [paul]       0.8.6claws91
5131
5132         * po/POTFILES.in
5133                 updated to reflect recent changes
5134                 submitted by Alessandro Maestri
5135
5136 2002-12-09 [christoph]  0.8.6claws90
5137
5138         * src/Makefile.am
5139         * src/smtp.[ch]                 ** REMOVE **
5140         * src/common/Makefile.am
5141         * src/common/smtp.[ch]          ** NEW **
5142                 move smtp files to common directory
5143
5144 2002-12-09 [christoph]  0.8.6claws89
5145
5146         * src/Makefile.am
5147         * src/session.[ch]              ** REMOVE **
5148         * src/common/Makefile.am
5149         * src/common/session.[ch]       ** NEW **
5150                 move session files to common directory
5151
5152 2002-12-09 [paul]       0.8.6claws88
5153
5154         * src/account.c
5155                 fix bug [649746] edit accounts: move account reverted
5156                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5157
5158 2002-12-09 [colin]      0.8.6claws87
5159
5160         * src/ssl_certificate.c
5161                 cleanup
5162
5163 2002-12-09 [colin]      0.8.6claws86
5164
5165         * src/ssl.c
5166                 Try to open the cert.pem database and 
5167                 issue a warning if it isn't there
5168
5169 2002-12-09 [colin]      0.8.6claws85
5170
5171         * src/common/ssl_certificate.c
5172         * src/gtk/sslcertwindow.c
5173                 Warning fixes
5174
5175 2002-12-09 [colin]      0.8.6claws84
5176
5177         * src/ssl_certificate.[ch] ** REMOVED **
5178         * src/common/ssl_certificate.[ch] ** NEW **
5179         * src/Makefile.am
5180         * src/common/Makefile.am
5181                 Moved ssl_certificate.[ch] to common
5182         * src/common/ssl.c 
5183                 Put back needed include
5184         * src/gtk/sslcertwindow.[ch]
5185                 Changed ssl_certificate.h include
5186         
5187 2002-12-09 [colin]      0.8.6claws83
5188
5189         * src/gtk/sslcertwindow.[ch]
5190                 Implement hook for certificate acception
5191         * src/ssl_certificate.[ch]
5192                 Implement hook for certificate acception
5193         * src/common/ssl.c
5194                 Reenable certificate acception check
5195         * src/mainwindow.c
5196                 Register sslcertwindow's hook
5197         
5198 2002-12-08 [christoph]  0.8.6claws82
5199
5200         * src/about.c
5201         * src/addr_compl.c
5202         * src/codeconv.c
5203         * src/manual.c
5204         * src/undo.c
5205         * src/common/utils.c
5206                 o add missing includes
5207                 o fix warnings
5208         * src/.cvsignore
5209         * src/common/.cvsignore
5210         * src/common/version.h          ** REMOVE **
5211                 remove autogenerated file
5212
5213 2002-12-08 [paul]       0.8.6claws81
5214
5215         * src/stringtable.c
5216                 put back needed include
5217
5218 2002-12-08 [colin]      0.8.6claws80
5219         
5220         * src/gtk/sslcertwindow.c
5221                 Cleaner popups when asking
5222         * src/ssl_certificate.c
5223         * src/prefs_common.[ch]
5224                 remove ssl certificate pref
5225                 put back needed include
5226         * src/undo.c
5227                 put back needed include
5228
5229 2002-12-08 [christoph]  0.8.6claws79
5230
5231         * src/folderview.c
5232         * src/logwindow.c
5233         * src/statusbar.c
5234         * src/summaryview.c
5235                 only abort hook invokation if required data is missing not
5236                 if our own data pointer is NULL, update hookfunction for
5237                 log window
5238
5239 2002-12-08 [paul]       0.8.6claws78
5240
5241         * src/about.c
5242         * src/addrcache.c
5243         * src/addrclip.c
5244         * src/addr_compl.c
5245         * src/addrselect.c
5246         * src/codeconv.c
5247         * src/colorlabel.c
5248         * src/enriched.c
5249         * src/esmtp.c
5250         * src/exporthtml.c
5251         * src/headerview.c
5252         * src/imageview.c
5253         * src/manual.c
5254         * src/noticeview.c
5255         * src/pgptext.c
5256         * src/scoring.c
5257         * src/sourcewindow.c
5258         * src/stringtable.c
5259         * src/undo.c
5260                 clean up: remove unneccesary includes
5261
5262 2002-12-08 [christoph]  0.8.6claws77
5263
5264         * src/folderview.c
5265         * src/statusbar.c
5266         * src/summaryview.c
5267         * src/common/hooks.[ch]
5268                 hook functions now have a gboolean return value, if a hook
5269                 returns TRUE it will stop executing of any more hooks in
5270                 the same hooklist for this invokation
5271
5272 2002-12-08 [colin]      0.8.6claws76
5273         
5274         * src/main.c
5275                 put back argv0 for CRASH_DIALOG
5276
5277 2002-12-08 [christoph]  0.8.6claws75
5278
5279         * src/Makefile.am
5280         * src/about.c
5281         * src/account.c
5282         * src/crash.c
5283         * src/esmtp.h
5284         * src/imap.[ch]
5285         * src/inc.c
5286         * src/main.c
5287         * src/mainwindow.c
5288         * src/news.c
5289         * src/pop.[ch]
5290         * src/prefs_account.[ch]
5291         * src/prefs_common.[ch]
5292         * src/send.[ch]
5293         * src/smtp.[ch]
5294         * src/ssl_certificate.[ch]
5295         * src/ssl_manager.[ch]
5296         * src/common/Makefile.am
5297         * src/common/log.c
5298         * src/common/nntp.[ch]
5299         * src/common/socket.[ch]
5300         * src/common/ssl.[ch]
5301         * src/gtk/sslcertwindow.[ch]
5302         * ac/openssl.m4
5303                 use new autoconf script to detect OpenSSL with extra parameters
5304                 to specify the location of libs and includes, also remove USE_SSL
5305                 to USE_OPENSSL
5306
5307         * src/common/sylpheed.[ch]
5308         * src/common/version.h.in
5309                 start seperation of common code initialization seperated from gui
5310
5311         * src/summaryview.c
5312                 The function that is called when a color label changes
5313                 should not change the color lable again
5314
5315 2002-12-08 [colin]      0.8.6claws74
5316
5317         * src/gtk/sslcertwindow.c
5318                 warning fixes
5319
5320 2002-12-08 [colin]      0.8.6claws73
5321
5322         * src/statusbar.c
5323           src/common/log.h
5324                 Register a hook for statusbar_puts_all
5325         * src/common/log.c
5326                 invoke statusbar_puts_all's hook
5327         
5328 2002-12-08 [colin]      0.8.6claws72
5329
5330         * src/ssl_certificate.c
5331                 Put back a badly-removed include
5332
5333 2002-12-08 [colin]      0.8.6claws71
5334
5335         * src/gtk/sslcertwindow.[ch]    ** NEW **
5336                 new certificate presentation
5337         * src/gtk/Makefile.am
5338                 add new files
5339         * src/ssl_certificate.[ch]
5340                 gtk cleanup, made utility functions public
5341         * src/ssl_manager.c
5342                 use new cert presentation
5343
5344 2002-12-07 [christoph]  0.8.6claws70
5345
5346         * src/Makefile.am
5347         * src/nntp.[ch]                 ** REMOVE **
5348         * src/common/Makefile.am
5349         * src/common/nntp.[ch]          ** NEW **
5350                 move nntp files to common directory
5351
5352 2002-12-07 [christoph]  0.8.6claws69
5353
5354         * src/procmsg.[ch]
5355         * src/summaryview.c
5356                 implement msginfo update callback using sylpheed's new
5357                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5358
5359 2002-12-06 [christoph]  0.8.6claws68
5360
5361         * src/editgroup.c
5362                 This patch changes the 'Edit Group Details' dialog to
5363                 allow extended selections in either pane, so that
5364                 addresses can be added or removed from a group more
5365                 quickly and easily. (it actually is a net decrease in
5366                 file size, as some unnecessary functions have been
5367                 removed). 
5368                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5369
5370 2002-12-06 [christoph]  0.8.6claws67
5371
5372         * src/Makefile.am
5373         * src/template.[ch]             ** REMOVE **
5374         * src/common/Makefile.am
5375         * src/common/template.[ch]      ** NEW **
5376                 move template files to common directory
5377
5378         * src/nntp.c
5379                 add missing log.h include
5380
5381 2002-12-06 [melvin]     0.8.6claws66
5382
5383         * src/prefs_actions.c
5384                 Added the trailing ">" syntax to insert command's output
5385                 without replacing old text (in contrast to trailing "|").
5386
5387 2002-12-05 [colin]      0.8.6claws65
5388         
5389         * src/common/utils.c
5390                 Don't modify original search_string or it'll change
5391                 the next iterations in the for()
5392
5393 2002-12-05 [darko]      0.8.6claws64
5394
5395         * src/common/utils.c
5396                 proper check for filtering commands, found by Colin
5397
5398 2002-12-05 [darko]      0.8.6claws63
5399
5400         * src/common/utils.c
5401                 check proper string for NULL pointer, found by Colin
5402
5403 2002-12-05 [darko]      0.8.6claws62
5404
5405         * src/common/utils.[ch]
5406                 expand_search_string(): new function
5407                 converts Mutt-like patterns to Sylpheed's
5408                 filtering engine
5409         * src/summaryview.c
5410                 use expand_search_string() to allow Mutt-like
5411                 patterns in extended search
5412         * README.claws
5413                 document extended option in quick search
5414
5415 2002-12-05 [paul]       0.8.6claws61
5416
5417         * sync with 0.8.6cvs16
5418                 see ChangeLog 2002-12-05
5419                 
5420         * po/POTFILES.in
5421                 clean up
5422
5423 2002-12-04 [christoph]  0.8.6claws60
5424
5425         * src/imap.[ch]
5426                 put imap authentication code into a new function and
5427                 remove it from imap_session_new that will allow to
5428                 send other commands before authentication
5429
5430 2002-12-04 [christoph]  0.8.6claws59
5431
5432         * src/imap.[ch]
5433                 use already existing method to prevent unneeded IMAP
5434                 folder selects. Set imap_select parameters to NULL
5435                 in some functions if the values are not required.
5436
5437         * src/xml.h
5438                 remove no longer required include
5439
5440 2002-12-04 [paul]       0.8.6claws58
5441
5442         * po/es.po
5443                 updated by Ricardo Mones Lastra
5444                 
5445         * configure.in
5446           po/hu.po      ** NEW FILE **
5447                 initial Hungarian translation, submitted
5448                 by Gál Zoltán <galzoli@hu.inter.net>
5449
5450 2002-12-03 [christoph]  0.8.6claws57
5451
5452         * src/Makefile.am
5453         * src/gtksctree.[ch]            ** REMOVE **
5454         * src/gtk/Makefile.am
5455         * src/gtk/gtksctree.[ch]        ** NEW **
5456                 move gtksctree files to gtk directory
5457
5458 2002-12-03 [christoph]  0.8.6claws56
5459
5460         * src/Makefile.am
5461         * src/md5.[ch]                  ** REMOVE **
5462         * srm/common/Makefile.am
5463         * src/common/md5.[ch]           ** NEW **
5464                 move md5 files to common directory
5465
5466         * src/gtkstext.c
5467                 remove not required #include
5468
5469 2002-12-03 [sergey]     0.8.6claws55
5470
5471         * src/gtkutils.c
5472         * src/gtkutils.h
5473                 gtkut_window_popup(): new function.
5474         * src/mainwindow.c
5475                 main_window_popup(): use gtkut_window_popup() to raise
5476                 window without changing its position.
5477                 (see sylpheed-main ML message [sylpheed:17247])
5478
5479 2002-12-03 [sergey]     0.8.6claws54
5480
5481         * src/send.c
5482                 send_message_local(): removed first-dot escaping
5483                 (SMTP-only, not needed for sending through pipe)
5484
5485 2002-12-03 [paul]       0.8.6claws53
5486
5487         * po/POTFILES.in
5488                 update to reflect recent changes (thanks
5489                 to Ricardo Mones Lastra)
5490                 
5491         * tools/filter_conv.pl
5492                  fix problem with quoted strings. Patch submitted
5493                  by Luke Plant <lukeplant@softhome.net>
5494
5495 2002-12-03 [paul]       0.8.6claws52
5496
5497         * sync with 0.8.6cvs15
5498                 see ChangeLog 2002-12-03
5499
5500 2002-12-02 [christoph]  0.8.6claws51
5501
5502         * src/logwindow.[ch]
5503         * src/common/log.[ch]
5504                 implement logging using a hook function
5505
5506         * src/folderview.c
5507         * src/folder.[ch]
5508                 define hooklist name in header file to avoid
5509                 errors caused by wrong spelling of hooklist names
5510
5511         * src/toolbar.c
5512                 fix warnings
5513
5514 2002-12-02 [christoph]  0.8.6claws50
5515
5516         * src/common/Makefile.am
5517                 add src/common/hooks.[ch]
5518
5519         * src/common/hooks.[ch]
5520                 implement a simple hook system using glib's hook functions
5521
5522         * src/folder.[ch]
5523         * src/folderview.c
5524                 use new hook system for folder item updates
5525
5526 2002-12-02 [christoph]  0.8.6claws49
5527
5528         * doc-src/ui_seperation.txt     ** NEW **
5529                 information for ui seperation
5530
5531         * src/Makefile.am
5532                 remove files that were moved to common
5533                 include common directory by default for the header files
5534
5535         * src/inc.c
5536         * src/common/socket.c
5537         * src/automaton.[ch]
5538                 implement automaton using g_io_*-functions instead of
5539                 gdk_input_add to make it ui independent
5540
5541         * src/codeconv.c
5542         * src/compose.c
5543         * src/ldif.c
5544         * src/pgptext.c
5545         * src/procmime.c
5546         * src/rfc2015.c
5547         * src/smtp.c
5548         * src/unmime.c
5549                 remove common/ prefix because directory is now in
5550                 include path
5551
5552         * src/compose.c
5553         * src/folder.c
5554         * src/folderview.c
5555         * src/mainwindow.c
5556         * src/messageview.c
5557         * src/prefs_common.c
5558         * src/procmsg.c
5559         * src/rfc2015.c
5560                 fix warnings
5561
5562         * src/imap.c
5563         * src/inc.c
5564         * src/news.c
5565         * src/pop.c
5566         * src/send.c
5567         * src/smtp.c
5568         * src/ssl_certificate.c
5569                 add log.h header file for logging functions
5570
5571         * src/main.c
5572         * src/common/utils.c
5573         * src/summaryview.c
5574         * src/xml.c
5575                 o move debug_mode to common/utils.c
5576                 o add functions to set and get debug_mode
5577
5578         * src/defs.h                    ** REMOVE **
5579         * src/intl.h                    ** REMOVE **
5580         * src/socket.[ch]               ** REMOVE **
5581         * src/ssl.[ch]                  ** REMOVE **
5582         * src/utils.[ch]                ** REMOVE **
5583                 replaced by new files in src/common/
5584         
5585         * src/common/Makefile.am
5586                 add new files in src/common/
5587
5588         * src/common/defs.h             ** NEW **
5589         * src/common/intl.h             ** NEW **
5590         * src/common/log.[ch]           ** NEW **
5591         * src/common/socket.[ch]        ** NEW **
5592         * src/common/ssl.[ch]           ** NEW **
5593         * src/common/utils.[ch]         ** NEW **
5594                 replacement for files in src/
5595
5596 2002-12-02 [colin]      0.8.6claws48
5597
5598         * src/folderview.c
5599                 Scroll folderview if necessary during dnd
5600
5601 2002-12-02 [colin]      0.8.6claws47
5602
5603         * src/folder.[ch]
5604                 Add check to verify a move is within a single mailbox
5605         * src/folderview.c
5606                 Add specific error string for this check
5607
5608 2002-12-02 [colin]      0.8.6claws46
5609
5610         * src/folder.c
5611                 Add a test to folder moving, remove a statusbar_print
5612         * src/folderview.c
5613                 Add Move folder... context-menu item
5614                 Factorize folder moving code
5615                 Enable folder DND for mbox
5616
5617 2002-12-01 [christoph]  0.8.6claws45
5618
5619         * ac/aspell.m4
5620                 remove conf.aspelltest if the version check fails
5621
5622 2002-11-30 [christoph]  0.8.6claws44
5623
5624         * autogen.sh
5625                 run libtoolize --force in autogen to create missing
5626                 libtool scripts
5627
5628 2002-11-30 [christoph]  0.8.6claws43
5629
5630         * src/Makefile.am
5631         * src/pgptext.c
5632         * src/procmime.c
5633         * src/rfc2015.c
5634         * src/uuencode.[ch]             ** REMOVED **
5635         * src/common/Makefile.am
5636         * src/common/uuencode.[ch]      ** NEW **
5637                 move uuen/decoder to common directory
5638
5639 2002-11-30 [christoph]  0.8.6claws42
5640
5641         * src/Makefile.am
5642         * src/base64.[ch]               ** REMOVED **
5643         * src/codeconv.c
5644         * src/compose.c
5645         * src/ldif.c
5646         * src/pgptext.c
5647         * src/procmime.c
5648         * src/rfc2015.c
5649         * src/smtp.c
5650         * src/unmime.c
5651         * src/common/Makefile.am
5652         * src/common/base64.[ch]        ** NEW **
5653                 move base64 en/decoder to common directory
5654
5655 2002-11-30 [christoph]  0.8.6claws41
5656
5657         * src/common                    ** NEW **
5658                 new directory for UI independent code
5659         * src/gtk                       ** NEW **
5660                 new directory for GTK frontend
5661         * src/common/.cvsignore         ** NEW **
5662         * src/gtk/.cvsignore            ** NEW **
5663                 ignore build files
5664         * src/common/Makefile.am        ** NEW **
5665         * src/gtk/Makefile.am           ** NEW **
5666                 automake files to build new seperated stuff
5667         * src/Makefile.am
5668                 the binary will currently still be build with the
5669                 files in src, so we include the code from the
5670                 subdirs for now after building the libs there
5671
5672 2002-11-30 [paul]       0.8.6claws40
5673
5674         * src/compose.c
5675                 fix bug [642731] 'Wrong selected account with drafted mail'
5676
5677 2002-11-29 [oliver]     0.8.6claws39
5678         
5679         * src/messageview.c
5680                 o update summaryview when switching between different
5681                   messageviews          
5682         * src/toolbar.c  
5683                 o check if messageview holds already removed msg
5684                   from summaryview
5685                 
5686
5687 2002-11-29 [oliver]     0.8.6claws38
5688
5689         * src/toolbar.c 
5690                 remove not needed variables and includes
5691                 make messageview stay opened and move to next when msgs are deleted 
5692
5693 2002-11-29 [oliver]     0.8.6claws37
5694         
5695         * src/toolbar.c 
5696                 disable compose button (messageview toolbar) by default
5697                 deleted msgs are moved to trash
5698         
5699 2002-11-29 [melvin]     0.8.6claws36
5700
5701         * configure.in
5702                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5703                 and to detect signatures expirations (gpgme 0.3.6)
5704
5705         * src/main.c
5706                 Use non obsolescent function for Gpgme engine checking.
5707
5708         * src/rfc2015.c
5709                 Inform about expired signatures or signatures which key
5710                 has expired. Expiration date is displayed.
5711
5712         * src/sigstatus.c
5713                 Inform about expired signatures or signatures which key
5714                 has expired.
5715
5716 2002-11-28 [paul]       0.8.6claws35
5717
5718         * src/folderview.c
5719                 re-instate 'Check for new messages' in Newsgroup
5720                 folders right-click menu, after a suggestion from
5721                 Tim Mann <timmann@users.sourceforge.net>
5722
5723         * src/main.c
5724                 after a crash check only local folders for new
5725                 messages
5726
5727 2002-11-28 [paul]       0.8.6claws34
5728
5729         * configure.in
5730                 apply patch that fixes the checking of GTK with XIM 
5731                 support on different OSs, such as FreeBSD. Patch 
5732                 submitted by Topia <topia@users.sourceforge.net>
5733                 
5734 2002-11-28 [paul]       0.8.6claws33
5735
5736         * src/mainwindow.c
5737           src/prefs_common.c
5738           src/prefs_toolbar.c
5739                 more changes to the English
5740
5741 2002-11-28 [paul]       0.8.6claws32
5742
5743         * sync with 0.8.6cvs13
5744                 see ChangeLog 2002-11-28 (no sync needed
5745                 for src/compose.c)
5746
5747 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5748         
5749         * src/mainwindow.[ch]
5750                 add patch by Ivan F. Martinez introducing messageview Toolbar
5751                 some changes and committed by oliver    
5752
5753 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5754
5755         * src/messageview.[ch]
5756                 add patch by Ivan F. Martinez introducing messageview Toolbar
5757                 some changes and committed by oliver    
5758
5759 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5760
5761         * src/compose.[ch]
5762                 add patch by Ivan F. Martinez introducing messageview Toolbar
5763                 some changes and committed by oliver    
5764
5765 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5766         
5767         * src/toolbar.[ch]
5768                 add patch by Ivan F. Martinez introducing messageview Toolbar
5769                 some changes and committed by oliver
5770
5771 2002-11-28 [oliver]     0.8.6claws27
5772         
5773         * src/prefs_toolbar.[ch]
5774                 getting ready for messageview toolbar
5775                 free mem allocated by gettext
5776                 change prefs_toolbar to prefs_toolbar_open
5777  
5778 2002-11-28 [thorsten]   0.8.6claws26
5779
5780         * src/imageview.[ch]
5781                 cleaned up conflicting declarations of
5782                 imageview_show_image()
5783
5784 2002-11-28 [paul]       0.8.6claws25
5785
5786         * src/grouplistdialog.c
5787           src/prefs_common.c
5788           src/prefs_summary_column.c
5789                 a few more improvements to the English
5790
5791 2002-11-28 [colin]      0.8.6claws24
5792
5793         * man/sylpheed.1
5794                 A few updates to command-line parameters
5795
5796 2002-11-28 [colin]      0.8.6claws23
5797
5798         * src/prefs_filtering.c
5799                 Fix problems with prefs_filtering_delete_path:
5800                 a) if the first rule is removed, original pointers
5801                    weren't updated (leading to segfaults)
5802                 b) it was always global_processing updated in case
5803                    of removed path was parent of rule path
5804
5805 2002-11-27 [paul]       0.8.6claws22
5806
5807         * src/mainwindow.c
5808           src/prefs_account.c
5809           src/prefs_actions.c
5810           src/prefs_common.c
5811           src/prefs_customheader.c
5812           src/prefs_display_header.c
5813           src/prefs_filtering.c
5814           src/prefs_folder_item.c
5815           src/prefs_matcher.c
5816           src/prefs_scoring.c
5817           src/prefs_summary_column.c
5818           src/prefs_template.c
5819           src/prefs_toolbar.c
5820                  improve the English in the GUI
5821
5822 2002-11-27 [colin]      0.8.6claws21
5823
5824         * src/folder.c
5825                 Fix processing renaming problems happening after
5826                 last commit
5827
5828 2002-11-27 [colin]      0.8.6claws20
5829
5830         * src/folder.c
5831                 recursive move now deletes src each subfolder after 
5832                 having moved it
5833         * src/folderview.c
5834                 Use identifier instead of path during dnd (enables
5835                 IMAP folder dnd)
5836
5837 2002-11-27 [paul]       0.8.6claws19
5838
5839         * src/main.c
5840                 apply patch that does command-line processing 
5841                 BEFORE gtk_init, allowing claws to run from 
5842                 shell-scripts in non-X environment (e.g. crontab 
5843                 or ip-up, ip-down scripts). Patch submitted by
5844                 Ruslan N. Balkin <baron@dartel.ru>
5845                 
5846         * po/it.po
5847                 updated by Alessandro Maestri
5848
5849 2002-11-27 [paul]       0.8.6claws18
5850
5851         * sync with 0.8.6cvs12
5852           src/prefs_common.c
5853                 Differences are that main uses a 'Receive dialog'
5854                 frame on the Interface tab, whereas claws groups all 
5855                 the dialogs together in a 'Dialogs' frame.
5856
5857 2002-11-27 [colin]      0.8.6claws17
5858
5859         * src/prefs_matcher.c
5860                 Fix Execute criteria's NOT flag
5861
5862
5863 2002-11-26 [christoph]  0.8.6claws16
5864
5865         * src/ssl.c
5866                 rewrite the ssl code a little bit, only use one
5867                 SSL context, set default certificates' file/path
5868
5869 2002-11-26 [thorsten]   0.8.6claws15
5870
5871         * src/compose.c
5872                 default-reply-to didn't work for ml-reply
5873
5874 2002-11-26 [melvin]     0.8.6claws14
5875
5876         * src/prefs_actions.c
5877                 Made pipe-actions ignore short headers in message view
5878                 Made trailing-pipe-actions write in the message view with
5879                 the same font as the original message
5880
5881 2002-11-26 [paul]       0.8.6claws13
5882
5883         * src/compose.c
5884                 this time commit the correct file
5885
5886 2002-11-26 [paul]       0.8.6claws12
5887
5888         * sync with 0.8.6cvs11
5889           src/quote_fmt_parse.y  
5890                 no sync needed
5891           src/account.[ch]       
5892                 not sync'ed
5893           src/compose.c
5894                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5895                 on draft mode.
5896                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5897                 header
5898                 
5899         see ChangeLog 2002-11-25 and 2002-11-26
5900
5901 2002-11-26 [colin]      0.8.6claws11
5902
5903         * src/folderview.c
5904                 Fix collapsed folder not auto-expanding during
5905                 mail dnd, if it was the source folder.
5906
5907 2002-11-25 [colin]      0.8.6claws10
5908
5909         * src/folderview.[ch]
5910                 Variable renaming and cleaning (slist of nodes 
5911                 to be re-collapsed is stored in FolderView)
5912
5913 2002-11-25 [paul]       0.8.6claws9
5914
5915         * src/prefs_common.[ch]
5916                 fix breakage caused by last commit
5917
5918 2002-11-25 [paul]       0.8.6claws8
5919
5920         * sync with 0.8.6cvs4
5921                 see ChangeLog 2002-11-21
5922
5923 2002-11-25 [paul]       0.8.6claws7
5924
5925         * sync with 0.8.6cvs4
5926                 see ChangeLog 2002-11-20
5927
5928 2002-11-25 [paul]       0.8.6claws6
5929
5930         * sync with 0.8.6cvs3
5931                 see ChangeLog 2002-11-18
5932
5933 2002-11-25 [colin]      0.8.6claws5
5934
5935         * src/gtkutils.[ch]
5936                 Add gtkut_ctree_node_is_parent()
5937         * src/folderview.c
5938                 Spring-loaded folders
5939
5940 2002-11-25 [colin]      0.8.6claws4
5941
5942         * src/utils.[ch]
5943                 Add slist_concat_unique(), function to merge
5944                 two GSList filtering dups
5945         * src/folder.[ch]
5946         * src/summaryview.[ch]
5947         * src/folderview.c
5948         * src/main.c
5949                 Add detection/update/display of unread answers
5950                 to marked mails
5951         * src/procmsg.[ch]
5952                 Add procmsg_find_children()
5953                 Add procmsg_msg_has_marked_parent()
5954
5955 2002-11-25 [colin]      0.8.6claws3
5956
5957         * src/ssl_certificate.[ch]
5958                 Allow checking a certificate without a DNS
5959                 lookup
5960                 Allow to forget a cert (by deleting it)
5961                 Make ssl_certificate_destroy_public
5962         * src/ssl_manager.[ch] ** NEW FILES **
5963                 Gui to manage (display/remove) certificates
5964         * src/prefs_common.[ch]
5965                 Add a pref to allow silent acceptation of
5966                 trusted certificates or not (based on the
5967                 "I want to know what's going on" principle)
5968         * src/mainwindow.c
5969                 Add SSL manager in Tools menu
5970         * src/Makefile.am
5971                 Add the new files to the build
5972         * po/POTFILES.in
5973                 Add ssl_manager.c to translations
5974
5975 2002-11-25 [colin]      0.8.6claws2
5976
5977         * src/summaryview.[ch]
5978                 Add S_SEARCH_EXTENDED to the quick search, which 
5979                 allows to search using filtering syntax.
5980
5981 2002-11-25 [colin]      0.8.6claws1
5982
5983         * src/summaryview.c
5984                 Deletion of duplicates now prefer deleting
5985                 the unread dup (fixes feature-request 638989).
5986
5987 2002-11-24 [paul]       0.8.6claws
5988
5989         * po/es.po
5990           po/pl.po
5991           po/ru.po
5992           po/sr.po
5993                 updated by Ricardo Mones Lastra,
5994                 Witold Wladyslaw Wojciech Wilk,
5995                 Ruslan N. Balkin, and  Urke MMI 
5996                 respectively
5997
5998 2002-11-24 [paul]       0.8.5claws182
5999
6000         * po/bg.po
6001                 updated by George Danchev
6002
6003 2002-11-23 [alfons]     0.8.5claws181
6004
6005         * src/imap.c
6006                 tiny memory leak found by browsing Dimitar's 
6007                 valgrind report
6008
6009 2002-11-23 [paul]       0.8.5claws180
6010
6011         * po/it.po
6012                 updated by Alessandro Maestri
6013
6014 2002-11-22 [christoph]  0.8.5claws179
6015
6016         * src/compose.c
6017         * src/inc.c
6018         * src/prefs_filtering.c
6019         * src/summaryview.c
6020                 more warning fixes
6021
6022 2002-11-22 [alfons]     0.8.5claws178
6023
6024         * src/summaryview.c
6025                 summary_execute_delete_func(): if message is deleted, make 
6026                 sure to also remove its entry in the subject hash table. 
6027                 fixes a corner case bug.
6028
6029 2002-11-22 [paul]       0.8.5claws177
6030
6031         * .cvsignore
6032                 add 'autom4te.cache'
6033                 
6034         * ltconfig      ** REMOVED **
6035                 not needed
6036
6037 2002-11-22 [paul]       0.8.5claws176
6038
6039         * src/textview.c
6040                 textview_set_font(): fix for message display in
6041                 UTF-8 locales (thanks to Sergey Vlasov).
6042                 
6043         * AUTHORS
6044                 add new team members and contributors
6045
6046
6047 2002-11-21 [colin]      0.8.5claws175
6048
6049         * src/procmsg.[ch]
6050                 Add procmsg_remove_special_headers()
6051         * src/mh.c
6052                 Use procmsg_remove_special_headers() for 
6053                 previous fix
6054
6055 2002-11-21 [colin]      0.8.5claws174
6056
6057         * src/mh.c
6058                 Fix moving/copying from queue/draft folders
6059                 for MH folders
6060
6061 2002-11-21 [christoph]  0.8.5claws173
6062
6063         * src/crash.c
6064         * src/filtering.c
6065         * src/logwindow.c
6066         * src/main.c
6067         * src/matcher_parser_lex.[hl]
6068         * src/mbox.c
6069         * src/mbox_folder.[ch]
6070         * src/prefs_filtering.c
6071         * src/procheader.c
6072         * src/quote_fmt_lex.l
6073         * src/ssl.c
6074                 fix all warnings except the warnings in lex and yacc files
6075
6076 2002-11-20 [christoph]  0.8.5claws172
6077
6078         * src/imap.c
6079                 fix MsgInfo retrieval for IMAP draft and queue folders
6080                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6081
6082 2002-11-19 [christoph]  0.8.5claws171
6083
6084         * src/compose.c
6085                 fix segfault, when draft saving does not get
6086                 the MsgInfo of the new message
6087                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6088
6089 2002-11-19 [christoph]  0.8.5claws170
6090
6091         * src/procmsg.c
6092                 add parameter check for flag setting function
6093                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6094
6095 2002-11-18 [paul]       0.8.5claws169
6096
6097         * src/compose.c
6098                 more sensitivity fixes to redirect mode:
6099                 * disable toolbar draft button
6100                 * allow only Address book in the Tools menu
6101                 * disable editing of message by the spell
6102                   checker
6103
6104 2002-11-18 [paul]       0.8.5claws168
6105
6106         * src/compose.c
6107                 fix sensitivity of menu items in compose_redirect():
6108                 allow only the necessary items 
6109
6110 2002-11-18 [paul]       0.8.5claws167
6111
6112         * src/compose.c
6113                 fix bug [ 603259 ] 'attachment got lost on bounce'
6114
6115 2002-11-18 [paul]       0.8.5claws166
6116
6117         * po/ru.po
6118                 updated by Ruslan N. Balkin <baron@dartel.ru>
6119
6120 2002-11-18 [colin]      0.8.5claws165
6121
6122         * src/main.c
6123           src/defs.h
6124                 Remove old filtering stuff
6125
6126
6127 2002-11-17 [oliver]     0.8.5claws164
6128
6129         * src/toolbar.h
6130                 remove not needed typedef 
6131
6132 2002-11-17 [oliver]     0.8.5claws163
6133
6134         * src/toolbar.c
6135                 make toolbar's on click events translatable
6136
6137 2002-11-15 [colin]      0.8.5claws162
6138
6139         * src/summaryview.c
6140                 Revert too-soon integration of a feature
6141
6142 2002-11-15 [christoph]  0.8.5claws161
6143
6144         * src/imap.c
6145                 use main's implementation of imap_get_msginfo
6146
6147 2002-11-15 [christoph]  0.8.5claws160
6148
6149         * src/compose.c
6150         * src/folder.[ch]
6151         * src/imap.c
6152         * src/mbox_folder.c
6153         * src/mh.c
6154         * src/news.c
6155         * src/procmsg.c
6156         * src/summaryview.c
6157                 replace claws' fetch_msginfo with main's get_msginfo
6158                 (use main's implementation where possible)
6159
6160 2002-11-15 [colin]      0.8.5claws159
6161
6162         * src/ssl_certificate.c
6163                 Missed a check
6164
6165 2002-11-16 [melvin]     0.8.5claws158
6166
6167         * po/fr.po
6168                 Updated French translations.
6169
6170 2002-11-16 [colin]      0.8.5claws157
6171
6172         * src/ssl_certificate.c
6173                 Check for missing parts in the certificates
6174
6175 2002-11-15 [colin]      0.8.5claws156
6176
6177         * src/folderview.c
6178                 Preventive fix (missing check) found by
6179                 Alfons
6180
6181 2002-11-15 [paul]
6182
6183         * NEWS
6184                 sync with 0.8.6 release
6185
6186 2002-11-15 [colin]      0.8.5claws155
6187
6188         * src/folder.[ch]
6189           src/folderview.c
6190                 Fix error handling of folder_item_move_to()
6191                 (thanks to Alfons!)
6192
6193 2002-11-15 [colin]      0.8.5claws154
6194
6195         * src/folder.[ch]
6196           src/folderview.c
6197                 folder_item_move_to() sets an error message instead
6198                 of having GUI stuff in folder.c
6199
6200 2002-11-15 [colin]      0.8.5claws153
6201
6202         * src/procmsg.[ch]
6203                 Implemented a callback for MsgInfo updates, 
6204                 heavily copy/pasted from Christoph's folder 
6205                 callback system
6206         * src/summaryview.[ch]
6207                 Register summary_update_msg as callback
6208
6209 2002-11-14 [colin]      0.8.5claws152
6210         
6211         * src/procmsg.c
6212                 Update the FolderItem after sending (fixes 617593)
6213
6214 2002-11-14 [christoph]  0.8.5claws151
6215
6216         * src/folder.c
6217                 fix wrong position of NULL pointer check found
6218                 by Sergey
6219
6220 2002-11-14 [christoph]  0.8.5claws150
6221
6222         * src/folder.c
6223                 fix segfault when deleting messages from IMAP folders
6224                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6225
6226 2002-11-14 [colin]      0.8.5claws149
6227
6228         * src/compose.c
6229                 Forwarding was also ignoring the folder's default account.
6230
6231 2002-11-14 [colin]      0.8.5claws148
6232
6233         * src/compose.c
6234                 Fix sent folder not set to folder properties when 
6235                 forwarding.
6236
6237 2002-11-14 [thorsten]   0.8.5claws147
6238
6239         * src/inc.c
6240                 inc_start(): Files were not moved from .processing to inbox,
6241                 if no global processing rule existed
6242
6243 2002-11-14 [colin]      0.8.5claws146
6244
6245         * src/ssl_certificate
6246                 Fix file operations
6247
6248 2002-11-14 [paul]       0.8.5claws145
6249
6250         * po/it.po
6251                 updated by Alessandro Maestri
6252
6253 2002-11-13 [alfons]     0.8.5claws144
6254
6255         * src/folder.c
6256                 folder_item_close(): only mark messages unread
6257                 when a folder has new messages 
6258
6259 2002-11-13 [keith]      0.8.5claws143
6260
6261         * src/imap.c
6262                 Fix problem moving or copying between
6263                 IMAP folders
6264
6265 2002-11-13 [colin]      0.8.5claws142
6266
6267         * src/matcher_parser_parse.y
6268                 Fix rule problem when " don't match
6269
6270 2002-11-13 [christoph]  0.8.5claws141
6271
6272         * src/folder.c
6273         * src/folderview.c
6274                 moved cache saving to folder_item_close
6275                 the folderview should not have to deal with
6276                 this things
6277
6278 2002-11-13 [christoph]  0.8.5claws140
6279
6280         * src/summaryview.c
6281                 moved setting of important score to
6282                 summary_set_prefs_from_folderitem
6283
6284 2002-11-13 [colin]      0.8.5claws139
6285
6286         * src/matcher_parser_parse.y
6287                 Fix a segfault in the parser (happening when
6288                 a good expression had been tested and a bad 
6289                 one arrives)
6290
6291 2002-11-13 [paul]       0.8.5claws138
6292
6293         * sync with 0.8.5cvs24
6294                 see ChangeLog 2002-11-13
6295                 
6296         * po/pt_BR.po
6297                 updated by Fabio Jr. Beneditto
6298
6299 2002-11-13 [colin]      0.8.5claws137
6300         
6301         * src/msgcache.c
6302           src/defs.h
6303           src/procmsg.[ch]
6304                 Revert last commit, problem
6305
6306 2002-11-13 [colin]      0.8.5claws136
6307
6308         * src/msgcache.c
6309                 Remove duplicated code
6310         * src/defs.h
6311                 Bumped CACHE_VERSION and MARK_VERSION
6312         * src/procmsg.[ch]
6313                 Network endian for cache and mark files
6314
6315 2002-11-12 [colin]      0.8.5claws135
6316
6317         * src/inc.c
6318                 Fix the "socket error" dialog which disappeared
6319
6320 2002-11-12 [colin]      0.8.5claws134
6321
6322         * src/msgcache.c
6323                 Reverse last commit which had performance 
6324                 problems, but still reverse the list
6325
6326 2002-11-12 [colin]      0.8.5claws133
6327
6328         * src/msgcache.c
6329                 Reverse list order
6330
6331 2002-11-12 [melvin]     0.8.5claws132
6332
6333         * src/compose.c
6334                 Added a check for a NULL prefs_common.dictionary
6335
6336 2002-11-12 [colin]      0.8.5claws131
6337
6338         * src/ssl_certificate.[ch]
6339                 Use FQDN hostname
6340
6341 2002-11-12 [colin]      0.8.5claws130
6342
6343         * src/ssl_certificate.[ch]
6344                 Take connection port into account for 
6345                 checking certificates (a single hostname
6346                 could have multiple servers with multiple
6347                 certificates)
6348         * src/ssl.c
6349                 Pass the port to ssl_certificate_check
6350
6351 2002-11-12 [paul]       0.8.5claws129
6352
6353         * src/folder.c
6354                 fix a typo in last commit
6355
6356 2002-11-12 [paul]       0.8.5claws128
6357
6358         * sync with 0.8.5cvs23
6359                 see ChangeLog entry 2002-11-12
6360
6361 2002-11-11 [colin]      0.8.5claws127
6362
6363         * src/ssl_certificate.c
6364                 Cleaner messages
6365                 Don't popup, instead log error, if the 
6366                 corresponding pref is checked
6367         * src/ssl_certificate.h
6368                 include <openssl/objects/h>
6369
6370 2002-11-11 [colin]      0.8.5claws126
6371
6372         * src/ssl_certificate.h
6373                 _Really_ clean it
6374
6375 2002-11-11 [colin]      0.8.5claws125
6376         
6377         * src/ssl_certificate.c
6378                 Fixed leak
6379
6380 2002-11-11 [colin]      0.8.5claws124
6381
6382         * src/ssl.c
6383                 Cleaned a bit
6384         * src/ssl_certificate.[ch]
6385                 Cleaned a bit (better use of SSL API)
6386                 (This will cause non-recognition of saved 
6387                  certificates of claws12[23]...)
6388
6389 2002-11-11 [paul]       0.8.5claws123
6390         
6391         * po/es.po
6392                 updated by Ricardo Mones Lastra
6393
6394 2002-11-11 [colin]      0.8.5claws122
6395
6396         * src/ssl.c
6397                 Fix a typo
6398
6399 2002-11-11 [colin]      0.8.5claws121
6400
6401         * src/ssl_certificate.[ch] ** NEW FILES **
6402         * src/ssl.[ch]
6403                 Check SSL certificates presented to us
6404         * src/Makefile.am
6405                 Add ssl_certificate.[ch]
6406         * po/POTFILES.in
6407                 Add ssl_certificate.c
6408
6409 2002-11-11 [paul]       0.8.5claws120
6410
6411         * sync with 0.8.5cvs22
6412                 see ChangeLog 2002-11-11
6413
6414 2002-11-11 [paul]       0.8.5claws119
6415
6416         * sync with 0.8.5cvs21
6417                 see ChangeLog 2002-11-11
6418
6419 2002-11-10 [jens]       0.8.5claws118
6420
6421         * src/folder.c
6422         * src/folderview.c
6423                 corrected some typing
6424         * po/de.po
6425                 updated german translation
6426         * sylpheed.spec.in
6427                 cleaned up specfile and adjusted it for claws
6428
6429 2002-11-10 [colin]      0.8.5claws117
6430
6431         * src/summaryview.c
6432                 a STATUSBAR_PUSH/POP fix
6433
6434 2002-11-10 [colin]      0.8.5claws116
6435
6436         * src/prefs_folder_item.c
6437                 Fix hanging after opening folder properties
6438
6439 2002-11-10 [hoa]        0.8.5claws115
6440
6441         * src/matcher_parser_lex.l
6442         * src/matcher_parser_parse.y
6443                 config file for scoring and filtering is no more trashed
6444                 when there is a syntax error in a filtering rule when
6445                 editing it in a dialog.
6446
6447 2002-11-09 [colin]      0.8.5claws114
6448
6449         * src/mbox_folder.c
6450                 Added missing initialisation of folder->destroy()
6451
6452 2002-11-09 [colin]      0.8.5claws113
6453
6454         * src/folder.c
6455           src/folderview.c
6456                 Fix the status bar messages
6457
6458 2002-11-09 [colin]      0.8.5claws112
6459
6460         * src/folderview.c
6461                 Fix hangs after folder dnd, happening after 
6462                 claws109.
6463
6464 2002-11-09 [christoph]  0.8.5claws111
6465
6466         * src/folderview.c
6467                 just changed order of calls (reverse order of
6468                 associated calls)
6469         * src/inc.c
6470                 lock inc when checking only one account, otherwise
6471                 inc all could be executed at the same time
6472
6473 2002-11-09 [christoph]  0.8.5claws110
6474
6475         * src/folderview.c
6476                 better unlock the mouse cursor before calling
6477                 summary_show because it changes the cursor too
6478
6479 2002-11-09 [christoph]  0.8.5claws109
6480
6481         * src/folder.[ch]
6482         * src/folderview.c
6483                 add functions to open and close a folder
6484                 o opending will execute scanning for remote folders
6485                   and processing
6486                 o closing will unset new flag for messages
6487
6488 2002-11-09 [colin]      0.8.5claws108
6489
6490         * src/folder.c
6491                 Add a call to prefs_matcher_write_config to 
6492                 avoid non-leaf folders filtering settings to be
6493                 lost
6494
6495 2002-11-09 [paul]       0.8.5claws107
6496
6497         * src/prefs_account.c
6498                 re-word a label
6499
6500 2002-11-09 [colin]      0.8.5claws106
6501
6502         * src/folderview.c
6503                 Minor esthetic fix
6504
6505 2002-11-09 [colin]      0.8.5claws105
6506
6507         * src/folderview.c
6508                 Fix prefs_filtering deletion for MH folders (same
6509                 reason as below)
6510         * src/prefs_filtering.c
6511                 Fix prefs_filtering renaming and deletion for 
6512                 folder-based processing rules.  
6513
6514 2002-11-09 [christoph]  0.8.5claws104
6515
6516         * src/compose.c
6517         * src/folder.[ch]
6518         * src/folderview.[ch]
6519         * src/import.c
6520         * src/inc.c
6521         * src/main.c
6522         * src/mainwindow.c
6523         * src/messageview.c
6524         * src/prefs_folder_item.c
6525         * src/procmsg.c
6526         * src/summaryview.c
6527                 implement a callback system for folder item updates
6528
6529 2002-11-09 [colin]      0.8.5claws103
6530
6531         * src/folderview.c
6532                 Fix prefs_filtering renaming for MH folders (we
6533                 shouldn't rename by path as another folder could
6534                 have the same hierarchy).
6535
6536 2002-11-09 [colin]      0.8.5claws102
6537
6538         * src/folder.c
6539                 Fix a leak found by Christoph, use better variable
6540                 names
6541
6542 2002-11-09 [colin]      0.8.5claws101
6543
6544         * src/folder.c
6545                 One more fix for processing rules
6546
6547 2002-11-08 [colin]      0.8.5claws100
6548         
6549         * src/matcher.c
6550                 Don't copy the compiled regexp (will be reevaluated)
6551         * src/folderview.c
6552                 Lock folderview while moving
6553         * src/folder.c
6554                 Provide info on what's happening to the user
6555
6556 2002-11-08 [colin]      0.8.5claws99
6557
6558         * src/folderview.c
6559                 Fix folder reordering after a move if parent is 
6560                 root
6561         * src/scoring.[ch]
6562                 Add function to copy a ScoringProp
6563         * src/prefs_folder_item.c
6564                 Copy scoring rules when copying a folder prefs
6565
6566 2002-11-08 [colin]      0.8.5claws98
6567
6568         * src/folderview.c
6569                 Fixes in case of failure
6570         * src/filtering.[ch]    
6571                 Add function to duplicate a FilteringProp
6572         * src/matcher.[ch]
6573                 Add function to duplicate a MatcherProp
6574         * src/prefs_folder_item.c
6575                 Save folder's processing rules when copying 
6576                 its prefs
6577
6578 2002-11-08 [colin]      0.8.5claws97
6579         
6580         * src/folderview.c
6581                 Sort after move
6582         * src/folder.c 
6583                 Change a printf to debug_print
6584
6585 2002-11-08 [colin]      0.8.5claws96
6586
6587         * src/folder.c
6588           src/folderview.c
6589                 Fix segfaults, call me stupido
6590         
6591
6592 2002-11-08 [colin]      0.8.5claws95
6593
6594         *src/folder.c
6595                 Added forgotten prefs to save when moving folders
6596
6597 2002-11-08 [colin]      0.8.5claws94
6598
6599         * src/folder.c
6600                 Fixes to folder DND (prefs copy)
6601         * src/folderview.c
6602                 Optimization for folder DND (don't rescan whole tree)
6603                 Added folderview_create_folder_node() for this 
6604                 optimization, so de-duped a bit the code
6605         * src/prefs_folder_item.[ch]
6606                 Added prefs_folder_item_copy_prefs()    
6607           
6608 2002-11-08 [paul]       0.8.5claws93
6609
6610         * src/prefs_account.c
6611           tools/README
6612           tools/kmail2sylpheed_v2.pl
6613                 correct some typos
6614
6615 2002-11-08 [paul]       0.8.5claws92
6616
6617         * src/compose.c
6618           src/prefs_account.[ch]
6619                 remove account options 'clearsign' and 'ascii_armored',
6620                 replace with 'default_gnupg_mode' to prevent mixed-mode
6621                 Privacy settings
6622
6623 2002-11-08 [paul]       0.8.5claws91
6624
6625         * src/compose.[ch]
6626                 re-implement GnuPG 'on-the-fly' mode selection,
6627                 disallow mixed-mode
6628
6629 2002-11-08 [colin]      0.8.5claws90
6630
6631         * src/folderview.c
6632           src/prefs_folder_item.c
6633                 Change "Property" to "Properties"
6634
6635 2002-11-07 [colin]      0.8.5claws89
6636
6637         * src/folderview.c
6638           src/folder.c
6639                 Allow folder dropping to a root folder
6640
6641 2002-11-07 [paul]       0.8.5claws88
6642
6643         * src/compose.c
6644                 revert last commit
6645
6646 2002-11-07 [paul]       0.8.5claws87
6647
6648         * src/compose.c
6649                 fix reply-to-list bug. closes bug report
6650                 "[633382] reply-to-list broken in recent cvs"
6651
6652 2002-11-07 [paul]       0.8.5claws86
6653
6654         * src/compose.c
6655                 add a forgotten '#if USE_GPGME ... #endif'
6656
6657 2002-11-07 [paul]       0.8.5claws85
6658
6659         * sync with 0.8.5cvs20
6660                 see ChangeLog 2002-11-07
6661
6662 2002-11-07 [colin]      0.8.5claws84
6663
6664         * src/folder.[ch]
6665                 Change folder_item_move_to to return the newly 
6666                 created folderitem.
6667         * src/folderview.c
6668                 Select the new folderitem after moving.
6669
6670 2002-11-07 [colin]      0.8.5claws83
6671
6672         * src/prefs_filtering.c
6673                 Fix rule rewriting when moving a leaf folder to a 
6674                 shorter path
6675
6676 2002-11-07 [colin]      0.8.5claws82
6677
6678         * src/prefs_filtering.c
6679                 fix a leak
6680
6681 2002-11-07 [colin]      0.8.5claws81
6682
6683         * src/folder.[ch]
6684                 Add folder_item_move_to() function to move a 
6685                 folderitem into another one (updates matcher etc)
6686         * src/folderview.c
6687                 Add folder drag'n drop (context menu to come)
6688                 [Should be dataloss free, but Please backup before 
6689                  trying !]
6690
6691 2002-11-06 [colin]      0.8.5claws80
6692
6693         * src/mh.c
6694                 mh_create_folder() returns NULL if can't create
6695                 directory hierarchy
6696
6697 2002-11-06 [paul]       0.8.5claws79
6698
6699         * src/compose.[ch]
6700                 allow 'on-the-fly' changing of the type of encryption 
6701                 and/or signing used (mime/ascii) via the compose window
6702
6703 2002-11-06 [paul]       0.8.5claws78
6704
6705         * sync with 0.8.5cvs19
6706                 see ChangeLog 2002-11-06 for src/account.c: 
6707                 account_get_special_folder()
6708                 
6709 2002-11-05 [alfons]     0.8.5claws77
6710
6711         * src/crash.c
6712                 very minor cleanups: nothing to see here, move on. :-)
6713
6714 2002-11-05 [colin]      0.8.5claws76
6715
6716         * src/main.c
6717                 Changes choices if compose windows are opened to
6718                 Discard, Draft, Don't quit
6719
6720 2002-11-05 [thorsten]   0.8.5claws75
6721
6722         * src/compose.c
6723                 reenabled default_reply_to folder option
6724
6725 2002-11-05 [colin]      0.8.5claws74
6726
6727         * src/compose.[ch] 
6728                 add compose_draft()
6729         * src/crash.c
6730                 add SIGTERM handler
6731         * src/main.[ch]
6732                 add clean_quit() for the SIGTERM handler
6733
6734 2002-11-05 [paul]       0.8.5claws73
6735         
6736         * po/es.po
6737                 updated by Ricardo Mones Lastra
6738
6739 2002-11-05 [melvin]     0.8.5claws72
6740
6741         * src/logwindow.c
6742                 Fixed log-clipping bug #616795.
6743                 To stop logging in the log window use 0 length.
6744         * src/prefs_common.c
6745                 Added a label to inform about the 0 log length behaviour.
6746
6747 2002-11-05 [paul]       0.8.5claws71
6748
6749         * sync with 0.8.5cvs17
6750                 see ChangeLog 2002-11-05
6751
6752 2002-11-04 [paul]       0.8.5claws70
6753
6754         * sylpheed-128x128.png
6755           sylpheed-64x64.png
6756           sylpheed.png
6757                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6758                 <nikai@users.sourceforge.net>
6759                 
6760         * po/bg.po
6761                 updated by George Danchev
6762
6763 2002-11-03 [thorsten]   0.8.5claws69
6764
6765         * src/main.c
6766           src/mimeview.c
6767           src/rfc2015.h
6768                 add check if gpg is active
6769
6770 2002-11-03 [thorsten]   0.8.5claws68
6771
6772         * src/toolbar.h
6773                 removed GSList declaration causing trouble on MacOS-X
6774                 (submitted by alfons, reported by xfesty)
6775
6776 2002-11-01 [paul]       0.8.5claws67
6777
6778         * src/mainwindow.c
6779                 remove last remnants of main's filter code
6780
6781 2002-11-01 [paul]       0.8.5claws66
6782
6783         * tools/filter_conv.pl
6784                 fix bug where user-defined headers were ignored
6785
6786 2002-11-01 [paul]       0.8.5claws65
6787
6788         * src/logwindow.c
6789                 make a debug_print() not translatable
6790
6791 2002-10-31 [melvin]     0.8.5claws64
6792
6793         * ac/aspell.m4
6794                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6795                 not run any GNU/aspell test.  The dictionary path will
6796                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6797                 was given, in which case, it will be $prefix/lib/aspell/
6798         * configure.in
6799                 Fixed typo in commentary (Aspell code).
6800
6801 2002-10-31 [paul]       0.8.5claws63
6802
6803         * po/POTFILES.in
6804                 remove src/filter.c and src/prefs_filter.c
6805                 thanks to Ricardo for reminding me
6806
6807 2002-10-31 [colin]      0.8.5claws62
6808
6809         * src/mbox_folder.c
6810                 Plug some leaks
6811
6812 2002-10-31 [paul]       0.8.5claws61
6813
6814         * src/prefs_filter.[ch] ** REMOVED **
6815           src/filter.[ch]       ** REMOVED **
6816           
6817         * src/Makefile.am
6818           src/folderview.c
6819           src/inc.c
6820           src/main.c
6821           src/mainwindow.c
6822           src/mbox.c
6823           src/prefs_common.c
6824           src/prefs_filtering.c
6825           src/summaryview.[ch]
6826                 remove main's 'filter' code
6827                 
6828         README.claws
6829                 update to reflect removal of main's filter
6830
6831 2002-10-31 [paul]       0.8.5claws60
6832
6833         * src/summaryview.c
6834                 remove check for global_processing in summary_filter_open(). 
6835                 This fixes the bug where if the user uses the right-click 
6836                 'Create filter rule...' and doesn't have any filter rules 
6837                 already defined in claws' advanced filtering, the newly 
6838                 created filter rule goes to main's filtering which is 
6839                 inaccessible through the gui. Now the filter rule gets added
6840                 to claws' filtering by default.
6841
6842 2002-10-28 [melvin]     0.8.5claws59
6843
6844         * src/prefs_actions.c
6845                 Fixed bug #627322 where MIME parts were not always
6846                 correctly passed to a %p action
6847                 Display an error dialog when message filename is not found.
6848
6849 2002-10-28 [melvin]     0.8.5claws58
6850
6851         * src/prefs_common.c
6852                 Readded a missing function declaration lost in 0.8.3claws34
6853
6854 2002-10-28 [paul]       0.8.5claws57
6855
6856         * sync with 0.8.5cvs15
6857                 see ChangeLog 2002-10-28 and 2002-10-25
6858                 
6859         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6860
6861 2002-10-27 [oliver]     0.8.5claws56
6862
6863         * src/pop.c
6864                 plug leak in pop3_top_recv
6865
6866 2002-10-26 [christoph]  0.8.5claws55
6867
6868         * src/folder.c
6869                 set need_update folder flag when messages are added
6870                 (closes bug [ 626922 ] folder not updated after receiving)
6871
6872 2002-10-25 [melvin]     0.8.5claws54
6873
6874         * src/imageview.c
6875                 Fixed a memleak introduced in the scaling code.
6876
6877 2002-10-24 [alfons]     0.8.5claws53
6878
6879         * src/filtering.c
6880                 make filtering's forward message action forward from the 
6881                 correct account
6882                 (closes bug [628089 ] Filter -> Forward from address problem
6883                 reported by Oktay)
6884
6885 2002-10-24 [christoph]  0.8.5claws52
6886
6887         * src/mainwindow.c
6888         * src/manual.[ch]
6889                 o use manual of current locale or english if current
6890                   locale is not available (and english is available)
6891                 o also link to sylpheed doc project manuals
6892
6893 2002-10-23 [paul]       0.8.5claws51
6894
6895         * tools/README
6896           tools/kmail2sylpheed_v2.pl
6897                 add new version of kmail addressbook importer script.
6898                 works with newer versions of Kmail/KAddressBook which
6899                 have new and rearranged data.
6900
6901 2002-10-23 [martin]     0.8.5claws50
6902
6903         * src/folderview.c
6904         * src/summaryview.c
6905         * src/utils.h
6906         * src/utils.c
6907                 added length parameter to get_abbrev_newsgroup_name()
6908                 changed this function so that it abbreviates the newsgroup
6909                 names only so long it is smaller than the length parameter
6910                 (for better reading of some newsgroup names and space efficiency)
6911
6912 2002-10-22 [colin]      0.8.5claws49
6913
6914         *src/foldersel.c
6915                 Revert Alfons' last modification (after voting ;-))
6916
6917 2002-10-21 [alfons]     0.8.5claws48
6918
6919         * src/foldersel.c
6920                 folder view in folder selection dialog reflects state of
6921                 folder view in main window
6922
6923 2002-10-18 [alfons]     0.8.5claws47
6924
6925         * src/mbox.c
6926                 drop imported messages in folder selected by user,
6927                 and not in the inbox
6928                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6929
6930 2002-10-18 [alfons]     0.8.5claws46
6931
6932         * src/compose.c
6933                 make automagic reply work correctly for email accounts 
6934                 (whether it's viable to do a full sync with Hiro's 
6935                 compose.c is still under discussion)
6936
6937 2002-10-18 [melvin]     0.8.5claws45
6938
6939         * src/prefs_actions.c
6940                 Fixed bug #622275 where asynchroneous actions left 
6941                 zombies processes
6942                 Made (synchroneous) actions' input be displayed live.
6943
6944 2002-10-18 [christoph]  0.8.5claws44
6945
6946         * src/textview.c
6947                 don't add a newline in the textview in front of the
6948                 first textpart if header display is disabled
6949                 (closes bug [ 603385 ] disabled header display leaves blank
6950                  lin)
6951
6952 2002-10-18 [christoph]  0.8.5claws43
6953
6954         * src/folder.[ch]
6955         * src/imap.c
6956         * src/mbox_folder.c
6957         * src/mh.c
6958         * src/news.c
6959                 folder->get_num_list now returns an error code
6960                 (closes bug [ 609424 ] News cache cleared on failure)
6961                 
6962 2002-10-17 [colin]      0.8.5claws42
6963         
6964         * src/news.c
6965                 Changed a printf by debug_print
6966
6967 2002-10-16 [paul]       
6968
6969         * tools/OOo2sylpheed.pl
6970                 allow for spaces in the name of the
6971                 file to be attached.
6972
6973 2002-10-16 [colin]      0.8.5claws41
6974
6975         * src/main.c
6976                 Use a tristate to change online mode
6977
6978 2002-10-16 [paul]       0.8.5claws40
6979
6980         * po/es.po
6981                 updated by Ricardo Mones Lastra
6982
6983 2002-10-16 [colin]      0.8.5claws39
6984
6985         * src/main.c
6986           src/mainwindow.[ch]
6987                 Added --online and --offline command-line
6988                 switches
6989
6990 2002-10-15 [christoph]  0.8.5claws38
6991
6992         * src/procmime.c
6993                 set mimeinfo->name to NULL after g_free to
6994                 avoid double freeing with g_free
6995
6996 2002-10-14 [christoph]  0.8.5claws37
6997
6998         * src/compose.c
6999         * src/filtering.c
7000         * src/summaryview.c
7001                 remove calls to folder->change_flags that are now
7002                 done by procmsg flag functions (seems it is not
7003                 used by any foldertype anyway)
7004         * src/folder.c
7005                 init folder->change_flags with NULL
7006
7007 2002-10-14 [christoph]  0.8.5claws36
7008
7009         * src/folder.[ch]
7010         * src/imap.[ch]
7011                 use virtual functions for folder item new and destroy
7012                 functions
7013
7014 2002-10-14 [melvin]     0.8.5claws35
7015
7016         * src/compose.c
7017                 Added a test to not run the spell checker if no default
7018                 dictionary is available. No dialog is displayed though.
7019
7020 2002-10-14 [melvin]     0.8.5claws34
7021
7022         * src/gtkaspell.c
7023                 Fixed bug in dictionary list context menu where
7024                 "More..." pointed to an emtpy submenu if the
7025                 number of dictionaries is a multiple of 15
7026                 Removed unneeded code in suggestions list creation
7027
7028 2002-10-14 [paul]       0.8.5claws33
7029
7030         * po/bg.po
7031                 updated by George Danchev
7032
7033 2002-10-13 [hoa]        0.8.5claws32
7034
7035         * src/matcher.[ch]
7036           src/matcher_parser_parser.y
7037                 removed the escaped string from internal structure
7038                 of matcher.
7039
7040 2002-10-12 [colin]      0.8.5claws31
7041
7042         * src/gtksctree.[ch]
7043           src/summaryview.c
7044                 Removed useless function gtksctree_reanchor
7045
7046 2002-10-12 [alfons]     0.8.5claws30
7047         
7048         * sync with remaining main changes 2002-10-09 - 2002-10-11
7049         - drop changes to src/compose.c (requires claws specific changes)
7050         
7051 2002-10-12 [alfons]     0.8.5claws29
7052         
7053         * sync with main changes of 2002-10-08
7054         - drop changes to src/compose.c (requires claws specific changes)
7055         - drop changes to src/summaryview.c (requires changes to compose.c)     
7056
7057 2002-10-12 [alfons]     0.8.5claws28
7058         
7059         * sync with main changes of 2002-10-07
7060
7061 2002-10-12 [alfons]     0.8.5claws27
7062
7063         * sync with main changes of 2002-10-04
7064         - drop changes to src/compose.c (requires claws specific changes)
7065         - drop changes to src/prefs_folder_item.c (claws implementation
7066           seems to be working)
7067
7068 2002-10-12 [colin]      0.8.5claws26
7069
7070         * src/mainwindow.c
7071                 Fix folder-flicker when space-reading, introduced 
7072                 in claws22.
7073
7074 2002-10-12 [colin]      0.8.5claws25
7075
7076         * src/compose.c
7077                 Save account address when saving as draft.
7078                 (closes bug 621838)
7079
7080 2002-10-12 [colin]      0.8.5claws24
7081
7082         * src/summaryview.c
7083                 Fix the problem consisting of no message selected
7084                 after the last message in a folder has been moved.
7085
7086 2002-10-12 [paul]       0.8.5claws23
7087
7088         * src/compose.c
7089           src/prefs_template.c
7090           src/template.[ch]
7091                 add Cc and Bcc to templates. Patch submitted by
7092                 John L. Males.
7093
7094 2002-10-12 [colin]      0.8.5claws22
7095
7096         * src/folderview.c
7097                 Fix a bug after "Check for new messages":
7098                 If a folder was opened, it was still selected at
7099                 the end of the check, but displayed empty.
7100         * src/mainwindow.c
7101                 Remove unnecessary check
7102
7103 2002-10-12 [paul]
7104
7105         * tools/README
7106                 be more verbose in the description of
7107                 OOo2sylpheed.pl
7108                 
7109
7110 2002-10-11 [colin]      0.8.5claws21
7111
7112         * src/mainwindow.c
7113                 Make space work (better) when no mail is selected
7114
7115 2002-10-11 [colin]      0.8.5claws20
7116
7117         * src/inc.c
7118           src/news.c
7119                 fix warnings
7120
7121 2002-10-11 [colin]      0.8.5claws19
7122
7123         * src/mainwindow.c
7124                 revert 0.8.5claws6 changes as i couldn't get to
7125                 anything satisfying
7126
7127 2002-10-11 [melvin]     0.8.5claws18
7128
7129         * src/compose.c
7130                 Removed buggy and unused macro (should have been committed in
7131                 0.8.5claws17)
7132
7133 2002-10-11 [melvin]     0.8.5claws17
7134
7135         * src/compose.c
7136                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7137
7138 2002-10-11 [thorsten]   0.8.5claws16 
7139
7140         * src/folderview.c
7141                 remove rescan warning
7142
7143 2002-10-11 [colin]      0.8.5claws15 
7144
7145         * src/procheader.c
7146                 fix a segfault that happens if conv_unmime_header
7147                 fails (should be better to find out why it fails)
7148
7149 2002-10-11 [christoph]  0.8.5claws14
7150
7151         * src/summaryview.c
7152                 update folderview stats after ignore/unignore thread
7153
7154 2002-10-11 [hoa]        0.8.5claws13
7155
7156         * src/quote_fmt_parse.y
7157                 Fixed a yacc/bison syntax error
7158         * src/matcher.c
7159                 Escaping of string is fixed.
7160
7161 2002-10-11 [colin]      0.8.5claws12
7162
7163         * src/imageview.c
7164                 Resize images to fit
7165
7166 2002-10-11 [paul]       0.8.5claws11
7167
7168         * po/es.po
7169                 updated by Ricardo Mones Lastra
7170
7171 2002-10-10 [alfons]     0.8.5claws10
7172
7173         * src/compose.c
7174                 allow dropping files by "moving" files from a file manager,
7175                 not only by the more cumbersome "copying". the latter 
7176                 mostly implies holding down the Control button
7177
7178 2002-10-10 [christoph]  0.8.5claws9
7179
7180         * src/summaryview.c
7181                 update folders after thread building for ignored threads
7182
7183 2002-10-10 [christoph]  0.8.5claws8
7184
7185         * config/.cvsignore
7186                 added Makefile
7187         * src/filtering.[ch]
7188         * src/folder.[ch]
7189         * src/folderview.[ch]
7190         * src/import.c
7191         * src/inc.[ch]
7192         * src/mbox.[ch]
7193         * src/procmsg.c
7194         * src/summaryview.[ch]
7195                 o added new flag need_update to FolderItem
7196                 o removed folder_table from various functions from tracking
7197                   folder updates
7198                 o set need_update flags in folder.c's move, copy and delete
7199                   functions and procmsg's flags functions
7200                 o added function folderview_update_items_when_required that
7201                   updates all folders with need_update set
7202                 o call folderview_update_items_when_required instead of
7203                   folderview_update_item_foreach
7204
7205 2002-10-09 [sergey]     0.8.5claws7
7206
7207         * src/compose.c
7208                 Strip CRs whel loading the text into editor in reedit mode.
7209
7210 2002-10-09 [colin]      0.8.5claws6
7211
7212         * src/mainwindow.c
7213                 Make Space work when no mail is selected
7214
7215 2002-10-09 [colin]      0.8.5claws5
7216
7217         * src/gtksctree.[ch]
7218                 Fix range_select
7219                 Add gtk_sctree_reanchor() 
7220         * src/summaryview.c
7221                 Use gtk_sctree_reanchor() - better fix for 
7222                 bug 60413
7223
7224 2002-10-09 [colin]      0.8.5claws4
7225
7226         * src/summaryview.c
7227                 Fix shift-click select after delete problem
7228                 (closes bug 60413)
7229
7230 2002-10-08 [thorsten]   0.8.5claws3
7231
7232         * src/summaryview.c
7233                 exclude current msg from -hide read messages-
7234
7235 2002-10-08 [colin]      0.8.5claws2
7236
7237         * src/inc.[ch]
7238           src/pop.c
7239           src/recv.c
7240                 Differentiate socket errors from disk full
7241                 errors
7242
7243 2002-10-08 [christoph]  0.8.5claws1
7244
7245         * Makefile.am
7246         * configure.in
7247                 modifications for new config directory
7248
7249         * config.guess  ** REMOVED **
7250         * config.sub    ** REMOVED **
7251         * install-sh    ** REMOVED **
7252         * ltmain.sh     ** REMOVED **
7253         * missing       ** REMOVED **
7254         * mkinstalldirs ** REMOVED **
7255                 these files are autogenerated by automake
7256                 when you run autogen.sh
7257
7258         * config/.cvsignore     ** NEW FILE **
7259         * config/Makefile.am    ** NEW FILE **
7260                 ignore autogenerated files
7261                 create a Makefile in this directory
7262
7263 2002-10-08 [paul]       0.8.5claws
7264
7265         * 0.8.5claws release
7266         
7267         * src/compose.c
7268           src/procheader.c
7269           src/procmsg.c
7270                 fix quote reply format for newsgroups reply bug
7271                 (thanks to Hoa)
7272                 
7273         * po/en_GB.po
7274           po/pl.po
7275                 updated by me and Witold Wladyslaw Wojciech Wilk
7276                 repectively
7277
7278 2002-10-07 [paul]       0.8.3claws53
7279
7280         * po/it.po
7281           po/pt_BR.po
7282           po/sr.po
7283                 updated messages catalogs, submitted by
7284                 Alessandro Maestri, Fabio Jr.Beneditto 
7285                 and Urke MMI, respectively.
7286
7287 2002-10-07 [christoph]  0.8.3claws52
7288
7289         * src/folder.[ch]
7290         * src/folderview.c
7291         * src/mainwindow.c
7292                 fix new folder ghost message bug
7293                 (closes bug [ 619722 ] wrong count for newly created folders)
7294
7295 2002-10-07 [christoph]  0.8.3claws51
7296
7297         * src/compose.c
7298                 fix news posting problem
7299
7300 2002-10-07 [melvin]     0.8.3claws50
7301
7302         * po/fr.po
7303                 Updated French translation
7304
7305 2002-10-05 [christoph]  0.8.3claws49
7306
7307         * src/gtkstext.c
7308                 check if line_start_cache is set in gtk_stext_update_text
7309                 (closes bug [ 618119 ] crash while doing search in folder)
7310
7311 2002-10-05 [christoph]  0.8.3claws48
7312
7313         * src/imap.c
7314         * src/news.c
7315         * src/utils.c
7316         * src/utils.h
7317                 implement cache cleanups for claws' folder system
7318                 (closes bug [ 595916 ] imapcache not cleaned up)
7319
7320 2002-10-05 [melvin]     0.8.3claws47
7321
7322         * src/prefs_actions.c
7323                 Made the help text more clear for the %p token
7324
7325 2002-10-04 [paul]       0.8.3claws46
7326
7327         * sync with 0.8.5
7328                 see ChangeLog 2002-10-02 and 2002-10-03
7329
7330 2002-10-04 [christoph]  0.8.3claws45
7331
7332         * src/inc.c
7333                 fix segfault caused by pop before smtp
7334                 call to inc_account_mail with NULL
7335                 pointer for mainwin
7336
7337 2002-10-04 [paul]       0.8.3claws44
7338
7339         * configure.in
7340                 sync the LDAP detection from 0.8.5cvs1
7341
7342 2002-10-02 [christoph]  0.8.3claws43
7343
7344         * po/de.po
7345                 fix small spelling error
7346
7347 2002-10-02 [melvin]     0.8.3claws42
7348
7349         * ac/aspell.m4
7350                 Behave better and say "no" when test program cannot be run.
7351
7352 2002-10-02 [paul]       0.8.3claws41
7353
7354         * sync with 0.8.4cvs1
7355                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7356                 
7357         * src/summaryview.c
7358                 toggle the behavior of Reply menuitem between
7359                 normal reply and reply-to-list
7360
7361 2002-10-01 [sergey]     0.8.3claws40
7362
7363         * src/compose.c
7364                 Convert newlines in the message text to the canonical form
7365                 before base64 encoding (RFC2045 compliance, fixes some
7366                 interoperability issues with Evolution 1.0.3)
7367
7368 2002-09-29 [colin]      0.8.3claws39
7369
7370         * src/summaryview.c
7371                 Fix an unwanted copy/paste
7372
7373 2002-09-29 [colin]      0.8.3claws38
7374
7375         * src/mainwindow.c
7376                 Renamed "Custom toolbar" to "Customize toolbar"
7377                 Renamed "Show all header" to "Show all headers"
7378                 Renamed "Set diplay item" to "Set displayed items"
7379         * src/prefs_common.c
7380                 Renamed "Show all header" to "Show all headers"
7381         * src/prefs_summary_column.c
7382                 Renamed "diplay item" to "displayed items"
7383
7384 2002-09-29 [colin]      0.8.3claws37
7385
7386         * src/mainwindow.[ch]
7387                 online/offline status pixmaps follow theme
7388                 changes
7389         * src/summaryview.[ch]
7390                 quicksearch pixmap follows theme changes
7391
7392 2002-09-29 [thorsten]   0.8.3claws36
7393
7394         * src/compose.c
7395           src/prefs_folder_item.[ch]
7396                 add default_reply_to folder option (closes patch 581044)
7397
7398 2002-09-29 [christoph]  0.8.3claws35
7399
7400         * acconfig.h    ** REMOVED **
7401         * configure.in
7402         * ac/aspell.m4
7403         * ac/check-type.m4
7404         * ac/gnupg-check-typedef.m4
7405                 fix autoheader 2.50 warning
7406
7407 2002-09-29 [christoph]  0.8.3claws34
7408
7409         * major code cleanup (part 2)
7410         
7411                 - unused variables removed
7412                 - unused functions removed
7413                 - uninitialized variables checked
7414                 - missing return statements added
7415                 - missing function return types added
7416                 - added parentheses around assignment
7417                   when suggested by gcc
7418
7419 2002-09-29 [alfons]     0.8.3claws33
7420
7421         * src/logwindow.c
7422                 log_window_clear(): only bracket gtk_text_forward_delete() 
7423                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7424                 works around GTK text bug)
7425
7426 2002-09-29 [paul]       0.8.3claws32
7427
7428         * po/bg.po
7429           po/sr.po
7430                 updated by George Danchev and Urke MMI
7431                 respectively
7432
7433 2002-09-27 [christoph]  0.8.3claws31
7434
7435         * doc-src/readme.txt
7436         * doc-src/rfc1806.txt   ** REMOVED **
7437         * doc-src/rfc2183.txt   ** NEW FILE **
7438         * doc-src/rfc2980.txt   ** NEW FILE **
7439                 update rfcs
7440
7441 2002-09-27 [melvin]     0.8.3claws30
7442
7443         * ac/aspell.m4
7444                 Fixed typo which could break linking
7445
7446 2002-09-27 [melvin]     0.8.3claws29
7447
7448         * ac/aspell.m4
7449                 Improved GNU/aspell checking. 
7450                 Fixed bug #614490
7451
7452 2002-09-27 [paul]       0.8.3claws28
7453
7454         * sync with 0.8.3cvs8
7455                 see ChangeLog 2002-09-27
7456
7457 2002-09-26 [colin]      0.8.3claws27
7458
7459         * src/toolbar.[ch]
7460           src/mainwindow.[ch]
7461                 Add "Reply to Mailing-list" to the toolbar
7462
7463 2002-09-26 [christoph]  0.8.3claws26
7464
7465         * src/summaryview.c
7466                 Fix wrong message counts in summaryview status
7467
7468 2002-09-26 [paul]       0.8.3claws25
7469
7470         * sync with 0.8.3cvs7
7471                 see ChangeLog 2002-09-26
7472
7473 2002-09-26 [paul]       0.8.3claws24
7474
7475         * sync with 0.8.3cvs6
7476                 see ChangeLog 2002-09-25
7477
7478 2002-09-25 [christoph]  0.8.3claws23
7479
7480         * src/prefs_common.c
7481         * src/prefs_folder_item.c
7482         * src/prefs_scoring.c
7483                 Renamed "kill score" to "hide score" in GUI
7484                 and prefs files
7485
7486 2002-09-25 [paul]       0.8.3claws22
7487
7488         * sync with 0.8.3cvs5
7489                 see ChangeLog 2002-09-24
7490
7491 2002-09-24 [alfons]     0.8.3claws21
7492
7493         patch by Satoshi Nagayasu: allows appending / saving multiple 
7494         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7495         'Save as ...'")
7496
7497         * AUTHORS
7498                 add Satoshi Nagayasu
7499         * src/summaryview.c
7500                 summary_save_as(): allow saving selected files to
7501                 one file
7502                 summary_set_menu_sensitive: enable "Save As..." when
7503                 multiple files are selected
7504         * src/utils.[ch]
7505                 append_file(): new function
7506
7507 2002-09-24 [colin]      0.8.3claws20
7508
7509         * src/procmime.c
7510                 Fix segfault when mimeinfo doesn't have a 
7511                 content_type. 
7512
7513 2002-09-24 [colin]      0.8.3claws19
7514
7515         * src/prefs_common.[ch]
7516                 Add a preference to display send dialog or not
7517         * src/send.c
7518                 Display send dialog according to preference
7519
7520 2002-09-24 [colin]      0.8.3claws18
7521
7522         * src/compose.[ch]
7523                 Disable user actions when sending
7524
7525 2002-09-24 [colin]      0.8.3claws17
7526
7527         * src/procmime.c
7528                 Do not display name or filename for attachments
7529                 with an application/pgp-signature type
7530                 (security flaw, see bug 537413)
7531
7532 2002-09-23 [colin]      0.8.3claws16
7533
7534         * src/editaddress.c
7535                 Initialize entry_email, entry_alias and 
7536                 entry_remarks to first email address of the list
7537
7538 2002-09-23 [colin]      0.83claws15
7539
7540         * src/compose.c
7541                 Drop pgp-signature when reediting a signed queued
7542                 message
7543
7544 2002-09-23 [melvin]     0.8.3claws14
7545
7546         * po/fr.po
7547                 Updated French translation
7548
7549 2002-09-23 [melvin]     0.8.3claws13
7550
7551         * src/mainwindow.c
7552                 Made custom toolbar menu labels more consistent
7553         * src/prefs_toolbar.c
7554                 Made custom toolbar window title more consistent
7555
7556 2002-09-22 [colin]      0.8.3claws12
7557
7558         * src/inc.c
7559                 Initialize session type to normal before getting 
7560                 mail (fixes strange Get behaviour)
7561         * src/prefs_account.h
7562                 Move STYPE_POP_BEFORE_SMTP to last position to 
7563                 avoid other side-effects
7564
7565 2002-09-22 [colin]      0.8.3claws11
7566
7567         * src/prefs_account.c
7568                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7569                 from pop3 to apop or vice-versa
7570
7571 2002-09-22 [colin]      0.8.3claws10
7572         
7573         * src/prefs_account.[ch]
7574                 Add an option for the POP before SMTP timeout
7575         * src/inc.c
7576                 Remember time of last POP connection
7577         * src/send.c
7578                 Do POP before SMTP only if timeout reached
7579
7580 2002-09-22 [oliver]     0.8.3claws9
7581         
7582         * README.claws
7583                 explain custom toolbar
7584
7585 2002-09-22 [oliver]     0.8.3claws8
7586
7587         * src/prefs_actions.[ch]
7588         custom toolbar for compose      
7589                 actions callback from compose toolbar
7590         * src/folderview.c
7591                 remove include toolbar.h
7592
7593 2002-09-22 [oliver]     0.8.3claws7
7594         
7595         * src/prefs_toolbar.[ch]
7596                 custom toolbar for compose
7597                 - generic prefs_toolbar handles both
7598                   Mainwin's toolbar as well as Compose toolbar          
7599
7600 2002-09-22 [oliver]     0.8.3claws6
7601         
7602         * src/toolbar.[ch]
7603                 custom toolbar for compose
7604                 restructure toolbar.[ch]
7605
7606 2002-09-22 [oliver]     0.8.3claws5
7607
7608         * src/compose.[ch]
7609                 custom toolbar for compose
7610
7611 2002-09-22 [oliver]     0.8.3claws4
7612         
7613         * src/mainwindow.[ch]
7614                 custom toolbar for compose 
7615                 move mainwin toolbar back to mainwindow
7616
7617 2002-09-22 [alfons]     0.8.3claws3
7618
7619         * src/procmsg.c
7620                 :%sno/if(/if (/gc
7621                 :%sno/for(/for (/gc
7622                 (beautify)
7623
7624 2002-09-22 [alfons]     0.8.3claws2
7625         
7626         * src/procmsg.c
7627                 procmsg_save_to_outbox(): don't unlink message file from queue;
7628                 callers should do it using folder_item_remove_msg()
7629
7630 2002-09-22 [colin]      0.8.3claws1
7631
7632         * src/mimeview.[ch]
7633                 Made mimeview_check_signature() public
7634         * src/textview.c
7635                 Made GPG signatures verifiable by clicking
7636                 the [application/pgp-signature] in the Text
7637                 view
7638
7639 2002-09-22 [paul]       0.8.3claws
7640
7641         * po/bg.po
7642           po/en_GB.po
7643           po/es.po
7644           po/it.po
7645           po/pl.po
7646           po/pt_BR.po
7647           po/sr.po
7648                 updated translations, submitted by George Danchev,
7649                 me, Ricardo Mones Lastra, Alessandro Maestri,
7650                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7651                 and Urke MMI, respectively.     
7652
7653 2002-09-22 [alfons]     0.8.2claws65
7654
7655         * src/procmsg.c
7656         * src/pgptext.c
7657                 no furry valgrinds have been used to plug these memleaks
7658
7659 2002-09-20 [paul]       0.8.2claws64
7660
7661         * sync with 0.8.3cvs4
7662                 'Select thread' re-implemented 
7663                 see ChangeLog 2002-09-20
7664
7665 2002-09-21 [alfons]     0.8.2claws63
7666
7667         * src/compose.c
7668                 compose_send(): plug unnoticed memleak
7669
7670 2002-09-20 [alfons]     0.8.2claws62
7671
7672         * src/addr_compl.c
7673                 replace_address_in_edit(): strict check for NULL address to
7674                 fix "[ 607348 ] Segfault in address completion". My guess is
7675                 that this happens with an empty address book, but it's good
7676                 to have this check here anyway
7677                 
7678                 completion_window_button_press(): free string returned 
7679                 from the internal cache
7680
7681 2002-09-20 [christoph]  0.8.2claws61
7682
7683         * src/procmime.h
7684                 added ENC_BINARY to EncodingType
7685         * src/procmime.c
7686                 the string returned by procmime_get_encoding_str
7687                 should not depend on the order of values in the
7688                 EncodingType definition
7689         * doc-src/rfc1806.txt   ** NEW FILE **
7690                 Added rfc1806 about MIME Content-Disposition
7691                 Extension
7692
7693 2002-09-19 [paul]       0.8.2claws60
7694
7695         * sync with 0.8.2cvs3
7696                 see ChangeLog 2002-09-19
7697
7698 2002-09-19 [paul]       0.8.2claws59
7699
7700         * src/prefs_folder_item.c
7701                 revert to Darko's original alignment of colour
7702                 selector button
7703                 add a colon to folder_color label
7704                 
7705         * src/compose.c
7706                 add Colin's patch (with Hiro's modifications) to 
7707                 force BASE64 encoding for 8-bit text when signing
7708                 (sync with 0.8.3cvs2)
7709
7710 2002-09-18 [alfons]     0.8.2claws58
7711
7712         * src/compose.c
7713                 :%sno/if(/if (/gc
7714                 :%sno/for(/for (/gc
7715                 (beautify a little bit)
7716
7717 2002-09-18 [christoph]  0.8.2claws57
7718
7719         * src/pine.c
7720                 fix handling of fgetc return value
7721
7722 2002-09-17 [alfons]     0.8.2claws56
7723         
7724         * src/summaryview.c
7725                 summary_sort(): check non-NULL summaryview->folder_item when no 
7726                 folder is selected at all
7727                 (closes "[ 610344 ] sort label make syl Crash")
7728
7729 2002-09-17 [alfons]     0.8.2claws55
7730         
7731         * src/compose.c
7732                 beautify a little bit
7733
7734 2002-09-17 [christoph]  0.8.2claws54
7735
7736         * src/folder.c
7737                 initialize max values for cache and folder
7738                 when cache or folder is empty
7739
7740 2002-09-15 [colin]      0.8.2claws53
7741
7742         * src/compose.c
7743                 Fix a leak (thanks Alfons!) and cleaned
7744                 variables names for custom headers
7745
7746 2002-09-15 [colin]      0.8.2claws52
7747
7748         * src/compose.c
7749                 Fix custom headers recognition when
7750                 prefs_common.trans_hdr is on
7751
7752 2002-09-15 [colin]      0.8.2claws51
7753
7754         * src/compose.c
7755                 Allow dynamically-added custom headers
7756                 Yet not reparsed if reedited
7757
7758 2002-09-15 [alfons]     0.8.2claws50
7759
7760         * src/prefs_account.c
7761                 fix warnings
7762
7763 2002-09-15 [colin]      0.8.2claws49
7764         
7765         * src/prefs_account.c
7766                 fix pop_before_smtp sensitivity
7767
7768 2002-09-15 [colin]      0.8.2claws48
7769
7770         * src/inc.[ch]
7771                 add inc_pop_before_smtp()
7772                 allow MainWindow to be undefined in 
7773                 inc_account_mail() and inc_start()
7774         * src/pop.c
7775           src/prefs_account.h
7776                 add STYPE_POP_BEFORE_SMTP session type
7777         * src/prefs_account.c
7778                 activated pop before smtp option
7779         * src/send.c
7780                 do pop before smtp if the relevant option 
7781                 is set
7782
7783 2002-09-15 [paul]       0.8.2claws47
7784
7785         * sync with 0.8.3
7786                 see ChangeLog 2002-09-15
7787
7788 2002-09-14 [paul]       0.8.2claws46
7789
7790         * po/bg.po
7791                 updated Bulgarian translation, submitted by
7792                 George Danchev
7793
7794 2002-09-13 [paul]       0.8.2claws45
7795
7796         * src/compose.c
7797                 merge claws' select_account() with main's
7798                 (new) compose_select_account(). [sync with
7799                 0.8.2cvs15, see ChangeLog 2002-09-11]
7800
7801 2002-09-12 [christoph]  0.8.2claws44
7802
7803         * src/filter.c
7804                 allocate 1 elements of FolderItem not 0
7805
7806 2002-09-12 [colin]      0.8.2claws43
7807
7808         * src/compose.c
7809                 Fix bug #590825 (obey Follow-up: poster)
7810
7811 2002-09-12 [colin]      0.8.2claws42
7812
7813         * src/procmime.c
7814                 Fix bug #557009 (wrong headers for messages 
7815                 forwarded as attachments)
7816
7817 2002-09-11 [colin]      0.8.2claws41
7818         
7819         * src/compose.c
7820                 Put SCF: pseudo-header on top of message
7821                 Set draft tmp_flag when saved as draft
7822
7823         * src/procmsg.c
7824           src/procheader.c
7825                 Skip after first \n\n for beginning of real message
7826                 for drafts too
7827
7828 2002-09-11 [christoph]  0.8.2claws40
7829
7830         * src/filtering.c
7831                 use procmsg flag functions in filtering or processing
7832                 will cause incorrect folder message counts
7833
7834 2002-09-11 [colin]      0.8.2claws39
7835
7836         * src/compose.c
7837                 Fix bug #550175 - wrong save folder when reediting
7838                 drafts
7839
7840 2002-09-11 [paul]       0.8.2claws38
7841
7842         * sync with 0.8.2cvs14
7843                 see ChangeLog 2002-09-11
7844
7845 2002-09-11 [colin]      0.8.2claws37
7846
7847         * src/folder.c
7848                 Fix a typo (seeming to cause new/unread status to
7849                 be lost)
7850
7851 2002-09-10 [christoph]  0.8.2claws36
7852
7853         * src/compose.c
7854                 compose_redirect should not use compose_generic_new
7855                 because that does more stuff than expected including
7856                 opening the external editor
7857                 (closes bug "[ 526608 ] bounced messages appear blank
7858                  in editor")
7859
7860 2002-09-10 [christoph]  0.8.2claws35
7861
7862         * src/folder.c
7863                 fix problem with too large message number range
7864                 causing a crash in folder_item_scan
7865
7866 2002-09-10 [paul]       0.8.2claws34
7867
7868         * sync with 0.8.2cvs13
7869                 see ChangeLog 2002-09-10
7870
7871 2002-09-10 [christoph]  0.8.2claws33
7872
7873         * src/msgcache.c
7874                 set MsgInfo TmpFlags for queue and draft folders
7875                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7876
7877 2002-09-10 [paul]       0.8.2claws32
7878
7879         * AUTHORS
7880           po/bg.po      ** NEW FILE **
7881                 new Bulgarian translation submitted by
7882                 George Danchev <danchev@spnet.net>
7883                 
7884         * tools/Makefile.am
7885           tools/README
7886           tools/tb2sylpheed     ** NEW FILE **
7887                 add script that converts an addressbook exported
7888                 from The Bat! into a Sylpheed addressbook. Submitted
7889                 by Urke MMI <urke-kg@eunet.yu>
7890
7891 2002-09-10 [paul]       0.8.2claws31
7892
7893         * sync with 0.8.2cvs12
7894                 see ChangeLog 2002-09-10
7895
7896 2002-09-06 [paul]       0.8.2claws30
7897
7898         * src/prefs_common.c
7899                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7900                 
7901         * tools/Makefile.am
7902           tools/README
7903           tools/ldif-to-xml.py  ** REMOVED **
7904                 remove obsolete python script
7905
7906 2002-09-06 [paul]       0.8.2claws29
7907
7908         * sync with 0.8.2cvs10
7909                 see ChangeLog 2002-09-06
7910
7911 2002-09-04 [paul]       0.8.2claws28
7912
7913         * sync with 0.8.2cvs9
7914                 see ChangeLog 2002-08-04
7915
7916 2002-09-04 [colin]      0.8.2claws27 
7917
7918         * src/prefs_common.[ch]
7919                 Added signature color configuration
7920         * src/textview.c
7921                 Use user-specified signature color
7922
7923 2002-09-03 [colin]      0.8.2claws26
7924
7925         * src/prefs_common.[ch]
7926                 Added autosave and autosave_length prefs
7927         * src/compose.c
7928                 Added compose_remove_draft()
7929                 Auto-save drafts according to the prefs
7930         * src/main.c
7931                 Added a crash-indicator file, allowing to check
7932                 for new messages on startup if Sylpheed crashed
7933                 (makes saved drafts "reappear")
7934
7935 2002-09-03 [colin]      0.8.2claws25
7936
7937         * src/textview.[ch]
7938                 Grey the signature
7939
7940 2002-09-03 [paul]       0.8.2claws24
7941
7942         * sync with 0.8.2cvs8
7943                 see ChangeLog 2002-09-02 and 2002-09-03
7944
7945 2002-09-03 [darko]      0.8.2claws23
7946
7947         * src/folderview.c
7948                 use normal style when creating new folder to pick
7949                 proper font size 
7950
7951 2002-09-02 [melvin]     0.8.2claws22
7952
7953         * src/gtkaspell.m4
7954                 removed some obsolete code
7955
7956 2002-09-02 [melvin]     0.8.2claws21
7957
7958         * ac/aspell.m4
7959                 fixed test's equality sign (== to =)
7960
7961 2002-09-02 [alfons]     0.8.2claws20
7962
7963         * src/folder.c
7964         * src/mh.c
7965                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7966                 as folder->destroy virtual as suggested by Hiro
7967                 (the mh.c code seems to have been lost around mh.c.1.21)
7968
7969 2002-09-02 [paul]       0.8.2claws19
7970
7971         * po/pt_BR.po
7972                 updated by Fabio Jr. Beneditto
7973                 
7974         * src/defs.h
7975                 use 'http://claws.sylpheed.org' for homepage link. 
7976                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7977
7978 2002-09-01 [alfons]     0.8.2claws18
7979
7980         * src/mh.c
7981                 plug memleak related to one Martin Kluge found
7982
7983 2002-08-31 [paul]       0.8.2claws17
7984
7985         * sync with 0.8.2cvs6
7986                 see ChangeLog 2002-08-30
7987
7988 2002-08-31 [alfons]     0.8.2claws16
7989
7990         * src/folder.c
7991                 folder_destroy(): remove mailbox from folderlist even if it has
7992                 no destroy virtual
7993
7994 2002-08-31 [alfons]     0.8.2claws15
7995
7996         * src/folder.c
7997                 :%sno/if(/if (/gc
7998                 :%sno/for(/for (/gc
7999                 (being pedantic I know)
8000
8001 2002-08-31 [alfons]     0.8.2claws14
8002
8003         * src/folder.c
8004                 check for NULL pointers returned from folder->fetch_msginfo virtual
8005                 (should solve some reported crashes)
8006
8007 2002-08-30 [alfons]     0.8.2claws13
8008
8009         * acconfig.h
8010         * configure.in
8011         * src/crash.c
8012                 enable crash dialog on compilation time
8013                 (--enable-crash-dialog configure option)
8014
8015 2002-08-30 [alfons]     0.8.2claws12
8016
8017         * AUTHORS
8018                 add Martin Kluge
8019         * src/mh.c
8020                 apply memory leak plug patch by Martin Kluge
8021                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8022                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8023                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8024
8025 2002-08-30 [darko]      0.8.2claws11
8026
8027         * src/folderview.c
8028                 copy Gtk style from normal style to match
8029                 font size for coloured folders
8030
8031 2002-08-29 [alfons]     0.8.2claws10
8032
8033         * sylpheed.desktop
8034                 Type=Internet <- Type=Application
8035                 (reported by Michael Schwendt, see:
8036                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8037                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8038
8039 2002-08-29 [paul]       0.8.2claws9
8040
8041         * sync with 0.8.2cvs5
8042                 see ChangeLog 2002-08-29
8043
8044 2002-08-29 [colin]      0.8.2claws8
8045
8046         * src/summaryview.c
8047                 Added a sanity check in summary_select_thread
8048                 Should fix bug 601605
8049
8050 2002-08-29 [colin]      0.8.2claws7
8051
8052         * src/main.c
8053                 Revert claws6 changes regarding bug #591676
8054
8055 2002-08-28 [colin]      0.8.2claws6
8056         
8057         * src/main.c
8058                 Ignore cache for queue folderitems
8059                 Fix bug #591676
8060
8061 2002-08-28 [melvin]     0.8.2claws5
8062
8063         * README.claws
8064                 Fixed typos.
8065
8066 2002-08-28 [melvin]     0.8.2claws4
8067
8068         * README.claws
8069                 Updated a bit the text concerning the spell checker
8070
8071 2002-08-28 [melvin]     0.8.2claws3
8072
8073         Merged the GNU_aspell_branch:
8074                 Support of new GNU/aspell is now included and the old pspell
8075                 is not supported anymore.
8076                 See README.claws
8077
8078         * README.claws
8079                 Updated spell checker text to reflect the switch to GNU/aspell
8080
8081         * ac/aspell.m4          *** NEW ***
8082         * src/gtkaspell.[ch]    *** NEW *** 
8083         * ac/pspell.m4          *** DELETED *** 
8084         * src/gtkspell.[ch]     *** DELETED ***
8085
8086         * ac/Makefile.am
8087                 Updated for GNU/aspell support
8088
8089         * po/POTFILES.in
8090                 Replaced gtkspell.c by gtkaspell.c
8091
8092         * acconfig.h
8093         * src/Makefile.am
8094         * src/about.c
8095         * src/compose.[ch]
8096         * src/crash.c
8097         * src/main.c
8098         * src/prefs_common.[ch]
8099                 Updated for GNU/aspell support
8100
8101 2002-08-28 [paul]       0.8.2claws2
8102
8103         * sync with 0.8.2cvs4
8104                 see ChangeLog 2002-08-27 and 2002-08-28
8105
8106 2002-08-28 [colin]      0.8.2claws1
8107
8108         * src/summary_search.c
8109                 Added "AND search"
8110
8111 2002-08-28 [jens]       0.8.2claws
8112
8113         *po/de.po
8114                 Updated German translations
8115
8116 2002-08-27 [melvin]     0.8.2claws
8117
8118         * po/fr.po
8119                 Updated French translations
8120
8121 2002-08-27 [paul]       0.8.2claws
8122
8123         * sync with 0.8.2 main release
8124
8125         * po/en_GB.po
8126           po/es.po
8127           po/it.po
8128           po/pl.po
8129           po/pt_BR.po
8130           po/sr.po
8131                 updated message catalogs submitted by
8132                 Ricardo Mones Lastra, Alessandro Maestri,
8133                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8134                 Beneditto and Urke MMI  
8135
8136 2002-08-27 [hoa]        0.8.1claws123
8137
8138         * src/mainwindow.[ch]
8139         * src/summaryview.[ch]
8140                 removed the "filter setting" menu option.
8141                 add a "cancel a news message" menu option.
8142
8143 2002-08-26 [martin]     0.8.1claws122
8144
8145         * ChangeLog.claws
8146                 changed string under 0.8.1claws79 changed by myself
8147                 i'm sorry alfons :(
8148
8149 2002-08-26 [martin]     0.8.1claws121
8150
8151         * src/crash.c
8152                 added kill command to debuggerrc to start crash dialog
8153
8154 2002-08-26 [paul]       0.8.1claws120
8155
8156         * sync with 0.8.1cvs31
8157                 see ChangeLog 2002-08-26
8158
8159 2002-08-25 [alfons]     0.8.1claws119
8160
8161         * src/procmsg.c
8162                 fix bug that didn't send out correct headers to news server
8163                 when sending news article and email from queue (bug reported
8164                 and patch provided by Tim Mann; closes bug 
8165                 "[ 583196 ] 0.7.8claws can't post news")
8166
8167 2002-08-25 [alfons]     0.8.1claws118
8168
8169         * src/selective_download.c
8170                 mark two strings as translatable
8171                 (thanks to Urke MMI for pointing this out)
8172
8173 2002-08-25 [alfons]     0.8.1claws117
8174
8175         * src/summaryview.c
8176                 treat sent boxes as special and allow sorting them by addressee
8177                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8178                 submitted by Steve Lamb)
8179
8180 2002-08-24 [alfons]     0.8.1claws116
8181
8182         * src/matcher.c
8183                 fix memleak reported by Martin Kluge
8184                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8185
8186 2002-08-24 [oliver]     0.8.1claws115
8187
8188         * src/prefs_toolbar.c
8189                 o code cleanup as suggested by Alfons
8190                 o memleak fix
8191
8192 2002-08-24 [alfons]     0.8.1claws114
8193
8194         * src/summaryview.c
8195                 o fix another memory leak reported by Martin Kluge
8196                   (see "[ 599568 ] Small Memory Leak")
8197                 o remove 'from' variable from 'summary_set_header()'; we can
8198                   do with just 'to' 
8199
8200 2002-08-24 [paul]       0.8.1claws113
8201
8202         * sync with 0.8.1cvs30
8203                 see ChangeLog 2002-08-23
8204
8205 2002-08-24 [alfons]     0.8.1claws112
8206
8207         * src/summaryview.c
8208                 remove unnecessary allocations for search bar fixing leaks
8209                 reported by Martin Kluge
8210                 (see "[ 599451 ] Further memory leaks?")
8211
8212 2002-08-24 [alfons]     0.8.1claws111
8213
8214         * src/main.c
8215                 make get_socket_name() public for crash.c
8216         * src/crash.c
8217                 o make report bug button work (goes to claws' 
8218                   bug tracker at sf.net)
8219                 o introduce function for doing important stuff just
8220                   before claws goes down
8221                 o clean up code 
8222
8223 2002-08-24 [alfons]     0.8.1claws110
8224
8225         * src/compose.c
8226                 move cursor to "To" entry when forwarding as attachment
8227                 (reported and solved by Steve Lamb, closes bug report
8228                 "[ 592880 ] Forward as attachment; cursor not in to")
8229
8230 2002-08-24 [colin]      0.8.1claws109
8231
8232         * src/mainwindow.c
8233                 fix quick search visibility after GUI (de)separations.
8234
8235 2002-08-23 [colin]      0.8.1claws108
8236
8237         * src/mainwindow.c
8238                 fix header pane visibility after folderview or
8239                 messageview (de)separation
8240
8241 2002-08-23 [paul]       0.8.1claws107
8242
8243         * src/mainwindow.[ch]
8244           src/toolbar.c
8245                 give full control of display or non-display 
8246                 of the Execute icon to Custom toolbar settings.
8247                 add new sensitivity condition to maninwindow.h: 
8248                 M_DELAY_EXEC
8249
8250         * ChangeLog
8251           ChangeLog.jp
8252           NEWS
8253                 more sync with 0.8.1cvs29
8254
8255 2002-08-23 [melvin]     0.8.1claws106
8256
8257         * src/alertpanel.c
8258                 Readded support for custom widget in alertpanel lost in last
8259                 sync.
8260
8261 2002-08-23 [paul]       0.8.1claws105
8262
8263         * sync with 0.8.1cvs29
8264                 see ChangeLog 2002-08-23
8265
8266 2002-08-23 [colin]      0.8.1claws104
8267
8268         * src/summaryview.c
8269                 Fix folder and search pixmaps exchanging positions
8270                 after theme or toolbar changes. Thank to Oliver for 
8271                 reporting this.
8272
8273 2002-08-23 [colin]      0.8.1claws103
8274
8275         * src/mainwindow.c
8276           src/messageview.[ch]
8277           src/noticeview.[ch]
8278           src/summaryview.c
8279                 Changed messageview_create() and noticeview_create()
8280                 to avoid the last gdk_warning
8281
8282 2002-08-22 [colin]      0.8.1claws102
8283
8284         * src/summaryview.c
8285                 Fix my new `Creating pixmap from xpm' warning
8286
8287 2002-08-22 [colin]      0.8.1claws101
8288
8289         * src/mainwindow.c
8290                 Fix some of the gdk warnings
8291
8292 2002-08-22 [colin]      0.8.1claws100
8293
8294         * src/Makefile.am
8295         * src/stock_pixmap.c
8296         * src/stock_pixmap.h
8297         * src/pixmaps/quicksearch.xpm *ADDED*
8298                 Add the quicksearch pixmap
8299         * src/mainwindow.c
8300         * src/summaryview.c
8301         * src/summaryview.h
8302                 Make quicksearch bar visible/hidden via a button
8303
8304 2002-08-22 [christoph]  0.8.1claws99
8305
8306         * src/folder.c
8307                 fix folder update for newsgroups with message
8308                 numbers below minimum number of articles to fetch
8309                 (closes bug #598445)
8310
8311 2002-08-22 [paul]       0.8.1claws98
8312
8313         * sync with 0.8.1cvs28
8314                 see ChangeLog 2002-08-22
8315
8316 2002-08-21 [alfons]     0.8.1claws97
8317
8318         * src/crash.c
8319                 use bt instead of bt full which seems to work 
8320                 better, and bt full doesn't give a great deal 
8321                 of information anyway
8322
8323 2002-08-21 [colin]      0.8.1claws96
8324
8325         * src/summaryview.c
8326                 fix summaryview_searchtype_changed prototype
8327
8328 2002-08-21 [christoph]  0.8.1claws95
8329
8330         * src/mainwindow.c
8331                 o fix broken menu update for sorting type, we have to
8332                   get this info from the summaryview now
8333                 o removed setting of threaded state in menu callback
8334         * src/summaryview.[ch]
8335                 more summaryview/folderitem seperation for
8336                 threading option
8337         * configure.in
8338                 removed not required --with-compiler-flags option
8339
8340 2002-08-21 [oliver]     0.8.1claws94
8341         
8342         * src/toolbar.h 
8343                 o rename toolbar.xml to toolbar_main.xml
8344                   since toolbar_compose.xml might come up 
8345                   any time soon
8346         * README.claws
8347                 add custom toolbar              
8348
8349 2002-08-21 [darko]      0.8.1claws93
8350
8351         * src/procmsg.c
8352                 don't reset tmp flags for messages copied
8353                 to sent folder
8354
8355 2002-08-21 [colin]      0.8.1claws92
8356         
8357         * src/prefs_filtering.c
8358                 fix renaming rules on folder rename 
8359                 when folder is not a leaf folder
8360
8361 2002-08-21 [paul]       0.8.1claws91
8362
8363         * src/prefs_folder_item.c
8364                 fix alignment of colour selector
8365
8366 2002-08-21 [paul]       0.8.1claws90
8367
8368         * sync with 0.8.1cvs27
8369                 see ChangeLog 2002-08-21
8370
8371 2002-08-21 [paul]       0.8.1claws89
8372
8373         * src/summaryview.c
8374                 fix crash when changing field type in
8375                 Quick search bar
8376
8377 2002-08-21 [colin]      0.8.1claws88
8378
8379         * src/summaryview.c
8380                 Made quick search case-insensitive
8381
8382 2002-08-21 [paul]       0.8.1claws87
8383
8384         * sync with 0.8.1cvs26
8385                 see ChangeLog 2002-08-21
8386
8387 2002-08-20 [christoph]  0.8.1claws86
8388
8389         * src/folderview.c
8390         * src/main.c
8391         * src/summaryview.[ch]
8392                 more summaryview/folderitem seperation for
8393                 sort_key and sort_type
8394         * src/procmsg.c
8395                 added missing return statement
8396
8397 2002-08-20 [colin]      0.8.1claws85
8398
8399         * src/summaryview.[ch]
8400                 Added a quick search box
8401         * src/mainwindow.c
8402         * src/prefs_common.[ch]
8403                 Added a show/hide option for the quick search
8404
8405 2002-08-20 [oliver]     0.8.1claws84
8406         
8407         * src/mainwindow.c
8408                 remove toolbar_create_popups
8409         * src/toolbar.[ch]
8410                 o remove toolbar_create_popups
8411                 o fix toolbar_set_sensitive 
8412                   (Bug reports #596834 and #596832)     
8413         * src/prefs_toolbar.c
8414                 o add "Set default" button
8415                 o align label and text + combo widgets
8416
8417 2002-08-20 [hoa]        0.8.1claws83bis
8418
8419         * src/imap.c
8420                 fixed a bug in imap_fetch_msginfo() in case there is no
8421                 current folder.
8422
8423 2002-08-20 [darko]      0.8.1claws83
8424
8425         * src/folderview.c
8426                 copy the color style of folder view so it
8427                 works with GTK themes
8428
8429 2002-08-20 [darko]      0.8.1claws82
8430
8431         * src/folder.h
8432         * src/folderview.c
8433         * src/prefs_folder_item.[hc]
8434                 don't use UI stuff in folder.h
8435
8436 2002-08-20 [darko]      0.8.1claws81
8437
8438         * src/folder.h
8439         * src/prefs_folder_item.h
8440         * src/folderview.c
8441         * src/prefs_folder_item.c
8442                 ability to set folder color in folderview
8443
8444 2002-08-19 [alfons]     0.8.1claws80
8445
8446         * src/summaryview.c
8447                 fix one of the earlier memleaks reported by Martin Kluge
8448
8449 2002-08-19 [alfons]     0.8.1claws79
8450
8451         * src/mainwindow.c
8452                 hide notice view when selecting seperate folder
8453                 view (reported by Urke MMI)
8454
8455 2002-08-19 [christoph]  0.8.1claws78
8456
8457         * src/folderview.c
8458         * src/prefs_folder_item.h
8459         * src/summaryview.[ch]
8460                 o add summary_set_prefs_from_folderitem to set
8461                   summaryview prefs (first step to remove all
8462                   references to the folderitem in summaryview)
8463                 o moved compiled regex stuff from folderitem prefs
8464                   to summaryview code
8465
8466 2002-08-19 [paul]       0.8.1claws77
8467
8468         * src/compose.c
8469                 add check for '.' to QUOTE_IF_REQUIRED
8470
8471 2002-08-19 [paul]       0.8.1claws76
8472
8473         * src/inc.c
8474                 sync with 0.8.1cvs25 (plug memory leak)
8475
8476         * src/prefs_toolbar.c
8477                 re-order prefs_toolbar_cancel()
8478
8479 2002-08-18 [alfons]     0.8.1claws75
8480
8481         * src/inc.c
8482         * src/matcher.c
8483                 plug other memleaks reported by Martin Kluge
8484
8485 2002-08-18 [paul]       0.8.1claws74
8486
8487         * po/pt_BR.po
8488                 updated by Fabio Jr. Beneditto
8489
8490 2002-08-18 [paul]       0.8.1claws73
8491
8492         * src/toolbar.[ch]
8493                 fix bug where tooltips were displayed untranslated              
8494
8495         * src/prefs_toolbar.c
8496                 fix bug where clicking 'Cancel' creates an icon & text
8497                 toolbar regardless of prefs
8498         
8499
8500 2002-08-17 [oliver]     0.8.1claws72
8501
8502         * src/prefs_toolbar.c
8503                 update toolbar on CANCEL
8504                 bug reported by Martin Kluge
8505         * src/toolbar.c
8506                 toolbar_destroy memleak fixed           
8507
8508 2002-08-17 [alfons]     0.8.1claws71
8509
8510         * src/toolbar.c
8511                 plug another memleak reported by Martin Kluge
8512
8513 2002-08-16 [alfons]     0.8.1claws70
8514
8515         * src/crash.c
8516                 use execvp() correctly (suggested by wwp; thanks!)
8517
8518 2002-08-16 [alfons]     0.8.1claws69
8519
8520         * src/gtksctree.c
8521                 plug memory leak reported by Kim Schultz & Martin Kluge
8522
8523 2002-08-16 [paul]       0.8.1claws68
8524
8525         * po/es.po
8526                 updated by Ricardo Mones Lastra
8527
8528 2002-08-16 [paul]       0.8.1claws67
8529
8530         * src/toolbar.h
8531                 fix bug where 'Compose News' icon showed wrong
8532                 tooltip
8533
8534 2002-08-16 [paul]       0.8.1claws66
8535
8536         * sync with 0.8.1cvs24
8537                 see ChangeLog 2002-08-16
8538
8539         * po/it.po
8540                 updated by Alessandro Maestri
8541
8542 2002-08-15 [paul]       0.8.1claws65
8543
8544         * po/sr.po
8545                 updated by Urke MMI
8546
8547 2002-08-15 [paul]       0.8.1claws64
8548
8549         * src/*.c
8550                 don't translate debug info
8551
8552         * src/matcher.[ch]
8553                 add copyright info
8554
8555 2002-08-15 [paul]       0.8.1claws63
8556
8557         * src/prefs_toolbar.c
8558                 fix bug where clicking 'OK' creates an icon & text
8559                 toolbar regardless of prefs
8560
8561 2002-08-14 [alfons]     0.8.1claws62
8562
8563         * src/main.c
8564                 add global var that has the full argv[0]
8565         * src/crash.c
8566                 o execvp the correct sylpheed by using argv0
8567                   and setting the correct work dir
8568                 o other tweaks  
8569
8570 2002-08-14 [oliver]     0.8.1claws61
8571         
8572         * enable/disable Toolbar Action Buttons 
8573         * code cleanups
8574         * src/mainwindow.c
8575         * src/toolbar.[ch]      
8576         * src/prefs_toolbar.c   
8577
8578 2002-08-14 [melvin]     0.8.1claws60
8579
8580         * po/fr.po
8581                 Updated French translations
8582
8583 2002-08-14 [melvin]     0.8.1claws59
8584
8585         * src/crash.c
8586                 Made bug report not translatable
8587         * src/exporthtml.c
8588                 Fixed exporthtml_build_filespec() return value
8589         * src/foldersel.c
8590                 Fixed incorrect include file
8591         * src/gtkspell.c
8592         * src/prefs_actions.c
8593         * src/prefs_toolbar.c
8594                 Made debug info not translatable
8595         * src/mutt.c
8596         * src/quote_fmt.c
8597                 Added missing includes
8598         * src/prefs_common.c
8599                 Fixed typo
8600
8601 2002-08-14 [paul]       0.8.1claws58
8602
8603         * faq/es/sylpheed-faq.html
8604           faq/es/sylpheed-faq-[1-3].html
8605           faq/es/sylpheed-faq-4.html     **NEW FILE **
8606                 update Spanish FAQ
8607
8608 2002-08-13 [christoph]  0.8.1claws57
8609
8610         * src/procmsg.c
8611                 ignore thread fix that did not mark all
8612                 child nodes of a ignored thread as
8613                 ignored. Does not work perfectly yet,
8614                 but it is better now
8615
8616 2002-08-13 [alfons]     0.8.1claws56
8617
8618         * src/crash.c
8619                 o implement 'save crash log'
8620                 o some tweaks
8621
8622 2002-08-13 [melvin]     0.8.1claws55
8623
8624         * src/main.c
8625                 removed unrequired "execinfo.h" header
8626
8627 2002-08-12 [paul]       0.8.1claws54
8628
8629         * faq/en/sylpheed-faq.html
8630           faq/en/sylpheed-faq-[1-3].html
8631           faq/en/sylpheed-faq-4.html     **NEW FILE **
8632                 update English FAQ
8633
8634 2002-08-12 [alfons]     0.8.1claws53
8635
8636         * po/POTFILES.in
8637                 add crash.c to translatables
8638         * src/crash.c
8639                 bring in Leandro's crash dialog
8640
8641 2002-08-11 [alfons]     0.8.1claws52
8642
8643         * src/crash.c
8644                 clean up some warnings
8645
8646 2002-08-11 [alfons]     0.8.1claws51
8647
8648         * acconfig.h
8649         * configure.in
8650         * src/crash.[ch]        ** NEW FILES **
8651         * src/main.c            
8652                 initial gdb crash handler
8653
8654 2002-08-11 [paul]       0.8.1claws50
8655
8656         * src/prefs_toolbar.c
8657                 replace Up/Down arrow pixmaps with text to be
8658                 consistent across icon themes
8659
8660 2002-08-11 [paul]       0.8.1claws49
8661
8662         * src/prefs_common.c
8663           src/prefs_toolbar.c
8664                 rename 'Pixmap' -> 'Icon'
8665
8666         * src/toolbar.[ch]
8667                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8668
8669 2002-08-10 [paul]       0.8.1claws48
8670
8671         * src/prefs_toolbar.c
8672                 re-work the UI
8673
8674 2002-08-10 [paul]       0.8.1claws47
8675
8676         * src/main.c
8677                 don't write Processing progress to status bar
8678                 patch submitted by Alexander Evseev
8679
8680         * src/prefs_toolbar.c
8681                 re-position and resize window
8682                 make window assume correct size on first call
8683
8684 2002-08-10 [paul]       0.8.1claws46
8685
8686         * src/mainwindow.c
8687           src/prefs_toolbar.c
8688           src/toolbar.c
8689           src/toolbar.h
8690                 obey coding style
8691                 follow UI text conventions
8692
8693 2002-08-10 [alfons]     0.8.1claws45
8694
8695         * src/toolbar.c
8696                 correct pixmap for delete action
8697
8698 2002-08-10 [paul]       0.8.1claws44
8699
8700         * po/pt_BR.po
8701                 updated by Fabio Jr. Beneditto
8702
8703 2002-08-10 [paul]       0.8.1claws43
8704
8705         * po/POTFILES.in
8706                 add custom toolbar files
8707
8708 2002-08-10 [paul]       0.8.1claws42
8709
8710         * sync with 0.8.1cvs22
8711                 see ChangeLog 2002-08-09
8712
8713 2002-08-09 [paul]       0.8.1claws41
8714
8715         * tools/Makefile.am
8716           tools/README
8717           tools/outlook2sylpheed.pl     ** NEW FILE **
8718                 add script to convert exported Outlook
8719                 contacts list to a Sylpheed addressbook.
8720                 Submitted by Ricardo Mones Lastra.
8721
8722 2002-08-09 [paul]       0.8.1claws40
8723
8724         * AUTHORS
8725           configure.in
8726           po/sr.po      ** NEW FILE **
8727                 add Serbian message catalog. Submitted by
8728                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8729
8730 2002-08-09 [paul]       0.8.1claws39
8731
8732         * sync with 0.8.1cvs21
8733                 see ChangeLog 2002-08-08
8734
8735 2002-08-08 [oliver]     0.8.1claws38
8736
8737         * src/mainwindow.c
8738                 move Custom Toolbar to Configuration menu
8739
8740 2002-08-08 [oliver]     0.8.1claws37
8741
8742         * src/prefs_toolbar.c
8743                 fix substitute pixmap bug
8744
8745 2002-08-08 [paul]       0.8.1claws36
8746
8747         * sync with 0.8.1cvs19
8748                 see ChangeLog 2002-08-08
8749
8750 2002-08-07 [christoph]  0.8.1claws35
8751
8752         * src/utils.c
8753                 fixed a memory leak in new canonicalize_file_replace
8754
8755 2002-08-07 [christoph]  0.8.1claws34
8756
8757         * src/utils.[ch]
8758                 o canonicalize_file_replace should create the temporary
8759                   file in the same directory as the original file.
8760                 o added get_tmpfile_in_dir that creates a temorary file
8761                   in a specified directory.
8762
8763 2002-08-07 [melvin]     0.8.1claws33
8764
8765         * src/toolbar.c
8766                 fixed bug where 'Article' button acted as 'Email' button.
8767
8768 2002-08-07 [paul]       0.8.1claws32
8769
8770         * sync with 0.8.1.cvs17
8771                 see ChangeLog 2002-08-07
8772
8773 2002-08-07 [colin]      0.8.1claws31
8774         
8775         * src/news.c
8776                 fix mass-cancel problem
8777
8778 2002-08-07 [thorsten]   0.8.1claws30
8779
8780         * src/prefs_toolbar.c
8781                 fix: crash on replace or add new button
8782         * src/toolbar.c
8783                 fix: close xmlfile after reading
8784         * src/utils.c
8785                 fix: unlink() file before rename()
8786
8787 2002-08-06 [paul]       0.8.1claws29
8788
8789         * sync with 0.8.cvs15
8790                 see ChangeLog 2002-08-06
8791
8792 2002-08-06 [oliver]     0.8.1claws28
8793
8794         * src/toolbar.c
8795         * src/prefs_toolbar.c
8796                 fixed empty toolbar issue
8797
8798 2002-08-06 [oliver]     0.8.1claws27
8799
8800         * Custom Toolbar Final 
8801         * src/folderview.c
8802         * src/inc.c
8803         * src/summaryview.c
8804                 o toolbar stuff now lives in src/toolbar.[ch]
8805                 o main_window_toolbar_* functions are renamed to
8806                   toolbar_* reflecting their new source file
8807         * src/mainwindow.[ch]
8808                 o remove toolbar stuff  
8809
8810 2002-08-06 [oliver]     0.8.1claws26
8811         
8812         * src/Makefile.am
8813         * src/prefs_toolbar.[ch]        **New File**
8814         * src/toolbar.[ch]              **New File**
8815                 o prefs_toolbar.[ch] custom toolbar frontend
8816                 o toolbar.[ch]       backend 
8817
8818 2002-08-06 [oliver]     0.8.1claws25
8819
8820         * src/prefs_actions.[ch]
8821                 o new exported function actions_execute
8822
8823 2002-08-06 [paul]       0.8.1claws24
8824
8825         * sync with 0.8.1cvs4
8826                 see ChangeLog 2002-08-06
8827
8828 2002-08-06 [paul]       0.8.1claws23
8829
8830         * sync with 0.8.1cvs13
8831                 see ChangeLog 2002-08-06
8832
8833 2002-08-06 [paul]       0.8.1claws22
8834
8835         * sync with 0.8.1cvs12
8836                 see ChangeLog 2002-08-05 and 2002-08-06
8837
8838 2002-08-06 [match]      0.8.1claws21
8839
8840         * src/addrclip.c
8841                 improvements to cut/copy/paste address
8842
8843 2002-08-05 [match]      0.8.1claws20
8844
8845         * src/addritem.[ch]
8846         * src/addrcache.c
8847         * src/addrbook.c
8848         * src/editaddress.c
8849         * src/addressbook.c
8850                 fixes to improve cut/copy/paste
8851
8852 2002-08-06 [melvin]     0.8.1claws19
8853
8854         * src/account.[ch]
8855                 account_find_all_from_address(): new function that returns the
8856                 list of all accounts that are matched in an address.
8857         * src/alertpanel.[ch]
8858                 alertpanel() now accepts a custom widget
8859                 alertpanel_with_widget(): new function that pops up a panel with
8860                 a custom widget in it 
8861         * src/gtkutils.[ch]
8862                 gtkut_account_menu_new(): new function that allows the selection
8863                 of an account from a list of accounts.
8864         * src/messageview.c
8865                 Extended Return Receipt notification to select the correct 
8866                 account and to make a security test on the Delivery-Notification
8867                 address which should be the same as the Return-Path.
8868
8869 2002-08-06 [thorsten]   0.8.1claws18
8870
8871         * src/mimeview.c
8872                 attach_all: save unnamed as "noname.%d",
8873                 dont free static dirname
8874
8875 2002-08-05 [alfons]     0.8.1claws17
8876
8877         * configure.in
8878                 detect XIM by trying to link rather than compile a XIM program
8879
8880 2002-08-05 [oliver]     0.8.1claws16
8881                 
8882         * src/stock_pixmap.[ch]
8883                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8884                 o new func to retrieve pixmaps
8885
8886 2002-08-05 [paul]       0.8.1claws15
8887
8888         * sync with 0.8.1cvs10
8889                 see ChangeLog 2002-08-05
8890
8891 2002-08-04 [alfons]     0.8.1claws14
8892
8893         * src/textview.c
8894                 see if this plugs memleak
8895
8896 2002-08-04 [melvin]     0.8.1claws13
8897
8898         * src/gtkspell.c
8899                 fixed bug that could crash Sylpheed when highlighting
8900                 all misspelled words.
8901
8902 2002-08-03 [melvin]     0.8.1claws12
8903
8904         * src/prefs_actions.c
8905                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8906         * src/messageview.c
8907                 fixed bug where the Return Receipt was sent to
8908                 Delivery-Notification-To address even if it was not present
8909
8910 2002-08-02 [alfons]     0.8.1claws11
8911
8912         * src/prefs_actions.c
8913                 o more check for NULLs
8914                 o put create_io_dialog() in right conditional block
8915
8916 2002-08-02 [paul]       0.8.1claws10
8917
8918         * po/es.po
8919                 updated by Ricardo Mones Lastra
8920
8921 2002-08-01 [christoph]  0.8.1claws9
8922
8923         * src/folder.c
8924                 don't free the cache of the opened
8925                 folder in the summaryview
8926         * src/summaryview.c
8927                 don't unset flags, if it is not required
8928
8929 2002-08-01 [paul]       0.8.1claws8
8930
8931         * sync with 0.8.1cvs8
8932                 see ChangeLog entry 2002-08-01
8933
8934 2002-08-01 [paul]       0.8.1claws7
8935
8936         * sync with 0.8.1cvs7
8937                 see ChangeLog 2002-07-31 and 2002-08-01
8938
8939 2002-07-31 [christoph]  0.8.1claws6
8940
8941         * src/mainwindow.c
8942                 forgot to update menu sensitivity
8943                 function for new menu entry
8944
8945 2002-07-31 [alfons]     0.8.1claws5
8946
8947         * src/main.c
8948                 check folder item and its path for NULL on
8949                 initial processing
8950
8951 2002-07-31 [christoph]  0.8.1claws4
8952
8953         * src/folder.c
8954                 check if folder_item_get_msginfo in
8955                 folder_item_remove_msg returned NULL
8956         * src/imap.c
8957                 better clear the uid cache in the
8958                 uid validity check function and delete
8959                 cached messages
8960
8961 2002-07-31 [paul]       0.8.1claws3
8962
8963         * man/sylpheed.1
8964                 add the '--attach' option and a few other
8965                 minor changes
8966
8967 2002-07-31 [paul]       0.8.1claws2
8968
8969         * sync with 0.8.1cvs5
8970                 see ChangeLog 2002-07-31
8971
8972 2002-07-31 [christoph]  0.8.1claws1
8973
8974         * src/folderview.[ch]
8975         * src/mainwindow.c
8976                 replace "Rescan all folders..." with
8977                 "Check all folders for new messages..."
8978
8979 2002-07-30 [paul]       0.8.1claws
8980
8981         * version 0.8.1claws released
8982
8983 2002-07-30 [paul]       0.8.0claws29
8984
8985         * tools/OOo2sylpheed.pl ** NEW FILE **
8986           tools/README
8987                 add script to enable sending documents as
8988                 attachments from OpenOffice.org
8989
8990 2002-07-30 [melvin]     0.8.0claws28
8991
8992         * src/prefs_actions.c
8993                 Made the actions' input/output dialog display
8994                 without delay.
8995
8996 2002-07-30 [christoph]  0.8.0claws27
8997
8998         * src/procmsg.c
8999                 check if folder_item_get_msginfo in
9000                 procmsg_save_to_outbox returned NULL
9001
9002 2002-07-30 [paul]       0.8.0claws26
9003
9004         * sync with 0.8.1cvs4
9005                 see ChangeLog 2002-07-29
9006
9007 2002-07-29 [thorsten]   0.8.0claws25
9008
9009         * README.claws
9010                 added selective download, delete on server
9011
9012 2002-07-29 [paul]       0.8.0claws24
9013
9014         * sync with 0.8.1cvs3
9015                 see ChangeLog 2002-07-29
9016
9017 2002-07-27 [christoph]  0.8.0claws23
9018
9019         * src/folder.c
9020                 add extra check if fetching the msginfo
9021                 returned NULL
9022
9023 2002-07-27 [paul]       0.8.0claws22
9024
9025         * sync with 0.8.1cvs2
9026                 see ChangeLog 2002-07-26
9027
9028 2002-07-27 [christoph]  0.8.0claws21
9029
9030         * src/imap.c
9031                 add another check if a valid msginfo
9032                 was returned
9033
9034 2002-07-26 [hoa]        0.8.0claws20
9035
9036         * src/folder.c
9037                 Fixed a condition in folder_item_destroy()
9038
9039         * src/imap.c
9040                 Fixed an error in IMAP protocol
9041
9042 2002-07-26 [alfons]     0.8.0claws19
9043
9044         * src/folder.c
9045                 ofcourse compare with identifier, not the path
9046
9047 2002-07-26 [alfons]     0.8.0claws18
9048
9049         * src/folder.c
9050                 use folder item identifier for saving / restoring
9051                 preferences because folder->path might not be unique
9052
9053 2002-07-26 [melvin]     0.8.0claws17
9054
9055         * src/logwindow.c
9056                 Fixed a crash introduced in 0.8.0claws5 when log is 
9057                 cut under 80 characters.
9058
9059 2002-07-26 [paul]       0.8.0claws16
9060
9061         * sync with 0.8.1cvs1
9062                 see ChangeLog 2002-07-26
9063
9064 2002-07-26 [christoph]  0.8.0claws15
9065
9066         * src/imap.[ch]
9067                 imap folder now remembers the last selected
9068                 folder and imap_fetch_msginfo skips selecting
9069                 the folder if it is already selected
9070
9071 2002-07-26 [christoph]  0.8.0claws14
9072
9073         * src/folder.c
9074         * src/folderview.c
9075         * src/imap.c
9076                 fix imap folder rescanning
9077
9078 2002-07-25 [christoph]  0.8.0claws13
9079
9080         * src/filter.c
9081         * src/folder.[ch]
9082         * src/folderview.c
9083         * src/imap.[ch]
9084         * src/mainwindow.c
9085         * src/mbox_folder.c
9086         * src/mh.c
9087         * src/news.c
9088                 implement imap uid cache and uid validity check
9089
9090 2002-07-25 [alfons]     0.8.0claws12
9091
9092         * src/summaryview.c
9093                 fix a brown paper bag bug, and also add some more
9094                 checks
9095
9096 2002-07-25 [christoph]  0.8.0claws11
9097
9098         * src/folder.c
9099                 don't mix copy, fetch_msginfo and remove
9100                 operations in folder item copy and move
9101                 operations
9102
9103 2002-07-25 [christoph]  0.8.0claws10
9104
9105         * src/folderview.c
9106         * src/mainwindow.c
9107         * src/prefs_folder_item.c
9108         * src/summaryview.[ch]
9109                 remove no longer required parameter update_cache from
9110                 summary_show
9111
9112 2002-07-25 [paul]       0.8.0claws9
9113
9114         * sync with 0.8.1
9115         
9116         * AUTHORS
9117                 a few corrections
9118
9119 2002-07-24 [alfons]     0.8.0claws8
9120
9121         * src/summaryview.c
9122                 sort correctly when using simplified subject line
9123                 (closes feature request "[ 585141 ] applying regexp to subject 
9124                 before sort" submitted by Alexandra Walford)
9125
9126 2002-07-24 [paul]       0.8.0claws7
9127
9128         * sync with 0.8.0cvs3
9129                 see ChangeLog 2002-07-24
9130
9131 2002-07-23 [christoph]  0.8.0claws6
9132
9133         * src/folder.c
9134         * src/folder.h
9135         * src/summaryview.c
9136         * src/summaryview.h
9137         * src/main.c
9138                 o separate processing and summaryview
9139                 o removed summary_write_cache from summaryview
9140                 o removed summaryview->killed_messages, because we don't have
9141                   to keep a list of killed messages anymore. New cache will
9142                   keep the hidden messages in cache anyway
9143         * src/folderview.c
9144         * src/inc.c
9145         * src/selective_download.c
9146                 o removed unnecessary summary_write_cache calls
9147         * src/procmsg.c
9148                 o don't set ignore thread flag in procmsg_get_thread_tree
9149                   if it is already set
9150         * src/mainwindow.c
9151         * src/statusbar.h
9152                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9153                   they are used in different files
9154
9155 2002-07-23 [melvin]     0.8.0claws5
9156
9157         * src/addressbook.c
9158         * src/addrgather.c
9159         * src/editaddress.c
9160         * src/editgroup.c
9161         * src/editldap_basedn.c
9162         * src/importldif.c
9163         * src/prefs_common.c
9164                 Fixed few memory leak (gtk_editable_get_chars returns
9165                 an allocated string)
9166         * src/logwindow.c
9167                 Fixed few memory leak (gtk_editable_get_chars returns
9168                 an allocated string) and modified a little the log cutting
9169                 loop.
9170         * src/compose.c
9171                 Replaced a call to an obsolete function gtk_entry_get_text()
9172                 by gtk_editable_get_chars()
9173         * src/send.c
9174                 Removed a debug printf
9175
9176 2002-07-23 [christoph]  0.8.0claws4
9177
9178         * src/filesel.c
9179                 fix another g_dirname memory leak
9180
9181 2002-07-23 [christoph]  0.8.0claws3
9182
9183         * src/mh.c
9184                 fixed a memory leak in mh_fetch_msginfo
9185                 fixed crash when message header could not be
9186                 parsed
9187
9188 2002-07-23 [paul]       0.8.0claws2
9189
9190         * sync with 0.8.0cvs2
9191                 see ChangeLog 2002-07-23
9192
9193 2002-07-23 [paul]       0.8.0claws1
9194
9195         * sync with 0.8.0cvs1
9196                 see ChangeLog 2002-07-23
9197
9198 2002-07-23 [paul]       0.8.0claws
9199
9200         * release of 0.8.0claws
9201
9202 2002-07-23 [paul]       0.7.8claws99
9203
9204         * po/ru.po
9205                 new Russian translation, submitted by
9206                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9207
9208 2002-07-22 [jens]       0.7.8claws98
9209
9210         * po/de.po
9211                 Updated German translations.
9212
9213 2002-07-22 [paul]       0.7.8claws97
9214
9215         * po/es.po
9216           po/it.po
9217           po/nl.po
9218           po/pt_BR.po
9219                 updated translations by Ricardo Mones Lastra,
9220                 Alessandro Maestri, Wilbert Berendsen and 
9221                 Fabio Jr. Beneditto respectively
9222
9223 2002-07-22 [christoph]  0.7.8claws96
9224
9225         * src/mimeview.c
9226                 fix memory leak caused by wrong g_dirname usage
9227
9228 2002-07-22 [christoph]  0.7.8claws95
9229
9230         * src/summaryview.c
9231                 update new and unread message counts for summaryview
9232                 summaryview does not get it from the folder anymore
9233                 and has to update the values itself
9234
9235 2002-07-22 [melvin]     0.7.8claws94
9236
9237         * po/fr.po
9238                 Updated French translations.
9239
9240 2002-07-22 [christoph]  0.7.8claws93
9241
9242         * src/matcher.c
9243                 set prop->preg pointer to NULL or following check
9244                 will not fail and regexec will be called with
9245                 invalid pointer
9246
9247 2002-07-21 [alfons]     0.7.8claws92
9248         
9249         * src/prefs_common.[ch]
9250                 remove option "Send return receipt on request"
9251
9252 2002-07-21 [thorsten]   0.7.8claws91
9253
9254         * src/mimeview.c
9255                 fixed memleaks, coding style as pointed out by alfons
9256
9257 2002-07-21 [alfons]     0.7.8claws90
9258
9259         * src/messageview.c
9260         * src/noticeview.[ch]
9261                 o fix bug notice view being displayed when going to empty folder 
9262                   (noticed by Christoph)
9263                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9264                   (noticed by Thorsten)
9265
9266 2002-07-21 [thorsten]   0.7.8claws89
9267
9268         * src/mimeview.c
9269                 Included save_all patch from Xaview FACQ
9270                 added support for pathnames
9271
9272 2002-07-21 [alfons]     0.7.8claws88
9273
9274         * po/POTFILES.in
9275         * src/Makefile.am
9276         * src/mainwindow.c
9277         * src/messageview.[ch]
9278         * src/noticeview.c      ** NEW FILE **
9279         * src/noticeview.h      ** NEW FILE **
9280                 make return receipts work again
9281                 (UI idea by Leandro Pereira)
9282
9283 2002-07-21 [paul]       0.7.8claws87
9284
9285         * src/summaryview.c
9286                 fix sensitivity of 'Select thread'
9287
9288 2002-07-21 [paul]       0.7.8claws86
9289
9290         * src/prefs_common.c
9291                 add browser command line for Galeon
9292
9293 2002-07-21 [paul]       0.7.8claws85
9294
9295         * Makefile.am
9296                 fix 'EXTRA_DIST': remove README.README, add TODO
9297                 and TODO.claws
9298
9299 2002-07-21 [alfons]     0.7.8claws84
9300
9301         * src/gtkstext.c
9302                 make enter clear selection
9303                 (closes "[ 579888 ] Editor selection/entry error"
9304                 reported by Steve Lamb)
9305
9306 2002-07-21 [alfons]     0.7.8claws83
9307         
9308         * src/summaryview.c
9309                 sort message list when selecting unthread messages
9310                 (closes "[ 501593 ] switching threaded view doesn't sort"
9311                 reported by Simon Schubert)
9312
9313 2002-07-20 [alfons]     0.7.8claws82
9314         
9315         * src/matcher.c
9316                 const-correctness
9317
9318 2002-07-20 [thorsten]   0.7.8claws81
9319
9320         * src/matcher.c
9321                 Fixed expansion of empty fields in matchactions
9322
9323 2002-07-19 [melvin]     0.7.8claws80
9324
9325         * src/gtkspell.c
9326                 Removed a duplicate menu entry (fast mode) introduced during
9327                 the new cache merge
9328                 Added a menu separator between 'Use alternate' and 'Fast mode'
9329
9330 2002-07-19 [paul]       0.7.8claws79
9331
9332         * tools/Makefile.am
9333           tools/README
9334                 correct typos
9335
9336 2002-07-19 [thorsten]   0.7.8claws78
9337
9338         * tools/calypso_convert.pl      ** NEW FILE **
9339           tools/README
9340           tools/Makefile.am
9341                 script to import mbox files exported
9342                 by calypso
9343                 o generates folder structure
9344                 o includes attachments
9345
9346 2002-07-19 [melvin]     0.7.8claws77
9347
9348         * src/selective_download.[ch]
9349                 Fixed bug where closing the dialog with the window manager's
9350                 close button will not unlock the summary
9351                 Corrected some function declarations that missed a return value
9352                 Made the source code comply better with coding style.
9353         * src/prefs_common.c
9354                 Added new browser command line for Mozilla.
9355
9356 2002-07-18 [paul]       0.7.8claws76
9357
9358         * src/mainwindow.c
9359           src/selective_download.[ch]
9360                 reflect theme changes, fix Gdk Warning when creating 
9361                 pixmap from NULL window, and minor clean up.
9362                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9363
9364         * po/en_GB.po
9365                 updated
9366
9367 2002-07-17 [paul]       0.7.8claws75
9368
9369         * INSTALL[.jp]
9370                 sync with 0.8.0
9371         
9372         * po/en_GB.po
9373                 updated
9374
9375 2002-07-16 [paul]       0.7.8claws74
9376
9377         * tools/filter_conv.pl
9378           tools/README
9379                 replace conversion script with reimplemented version, 
9380                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9381
9382 2002-07-16 [colin]      0.7.8claws73
9383
9384         * src/summaryview.c
9385                 remove forgotten debug messages - sorry ;-)
9386
9387 2002-07-16 [colin]      0.7.8claws72
9388
9389         * src/mimeview.c
9390           src/summaryview.c
9391           src/textview.c
9392           src/textview.h
9393                 add the ability to select part of a text mime-part 
9394                 to reply.
9395
9396 2002-07-15 [christoph]  0.7.8claws71
9397
9398         * src/folder.c
9399                 fix folder message count for folders without
9400                 msg_is_changed (includes news folders)
9401
9402 2002-07-15 [martin]     0.7.8claws70
9403
9404         * src/summaryview.c
9405                 option "display recipient on 'From'..." now works
9406                 without the need of enabling the option
9407                 "display  sender  using  address  book".
9408
9409 2002-07-15 [christoph]  0.7.8claws69
9410
9411         * src/summaryview.c
9412                 removed setting folder status from summaryview.
9413                 folder.c should update all message counts correctly.
9414
9415 2002-07-15 [paul]       0.7.8claws68
9416
9417         * po/pt_BR.po
9418                 updated by Fabio Junior Beneditto
9419
9420 2002-07-15 [darko]      0.7.8claws67
9421
9422         * src/mh.c
9423                 Fixed target folder colorization, don't decrease op
9424                 number twice
9425
9426 2002-07-14 [paul]       0.7.8claws66
9427
9428         * sync with main 0.8.0
9429                 see ChangeLog 2002-07-14
9430
9431 2002-07-13 [melvin]     0.7.8claws65
9432         
9433         * src/addrbook.c
9434         * src/addressbook.c
9435         * src/addrindex.c
9436                 Replaced sprintf by g_snprintf to prevent possible buffer
9437                 overflow.
9438         * src/news.c
9439                 Corrected a log message output format.
9440                 Added a missing "done" debug output.
9441         * src/compose.c
9442                 Added keyboard accelerator for Priority menu items
9443                 Added missing \n in debug output
9444         * src/logwindow.c
9445         * src/gtkspell.c
9446         * src/rfc2015.c
9447                 Added missing \n in debug output
9448
9449 2002-07-13 [paul]       0.7.8claws64
9450
9451         * man/sylpheed.1
9452                 change Sergey's email address to the sf address
9453
9454         * src/textview.c
9455                 increase show_url_timeout (more useful for long
9456                 urls)
9457
9458 2002-07-12 [sergey]     0.7.8claws63
9459
9460         * src/rfc2015.c
9461                 applied (with some modifications) patch to set the
9462                 micalg parameter for signatures
9463                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9464
9465 2002-07-12 [sergey]     0.7.8claws62
9466
9467         * man/Makefile.am
9468         * configure.in
9469                 fixed man page installation
9470
9471 2002-07-12 [paul]       0.7.8claws61
9472
9473         * sync with 0.7.8cvs26
9474                 see ChangeLog 2002-07-11 and 2002-07-12
9475
9476 2002-07-11 [christoph]  0.7.8claws60
9477
9478         * src/compose.c
9479         * src/procmsg.c
9480                 first use the message number to find the message
9481                 to mark with a reply flag but check the
9482                 message-id if we got the correct message, if not
9483                 try to find it by message-id.
9484                 use new string seperator that is not allowed
9485                 in message-ids.
9486
9487 2002-07-11 [paul]       0.7.8claws59
9488
9489         * sync with 0.7.8cvs23
9490                 see ChangeLog 2002-07-10
9491
9492 2002-07-10 [christoph]  0.7.8claws58
9493
9494         * src/folder.[ch]
9495         * src/msgcache.[ch]
9496                 Added message-id table to the cache in memory
9497                 and functions to msgcache.c and folder.c to
9498                 fetch MsgInfos by message id
9499         * src/compose.c
9500         * src/procmsg.c
9501                 store folder and message-id of message replying
9502                 to in queue header and set reply flag after sending
9503                 (Closes bug #469498)
9504
9505 2002-07-10 [paul]       0.7.8claws57
9506
9507         * AUTHORS
9508           man/sylpheed.1.gz
9509                 add Martin to the list of authors
9510
9511 2002-07-09 [martin]     0.7.8claws56
9512         * src/gtksctree.c
9513                 Added gtk_ctree_last_visible(), tree_update_level(),
9514                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9515                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9516                 from gtk+ to gtksctree.c for the new sorting code
9517                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9518                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9519         * src/gtksctree.h
9520                 Added declaration for gtk_sctree_sort_recursive() and
9521                 gtk_sctree_sort_node
9522         * src/addressbook.c
9523         * src/foldersel.c
9524         * src/folderview.c
9525         * src/summaryview.c
9526                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9527                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9528
9529 2002-07-08 [paul]       0.7.8claws55
9530
9531         * more sync with 0.7.8cvs21
9532                 see ChangeLog 2002-07-08
9533
9534 2002-07-08 [paul]       0.7.8claws54
9535
9536         * sync with 0.7.8cvs21
9537                 see ChangeLog 2002-07-08
9538
9539 2002-07-07 [alfons]     0.7.8claws53
9540
9541         * src/Makefile.am
9542         * src/stock_pixmap.[ch]
9543         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9544         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9545         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9546                 add new pixmaps for upcoming notice pane
9547
9548 2002-07-06 [melvin]     0.7.8claws52
9549
9550         * src/gtkspell.[ch]
9551                 Made them a bit closer to Sylpheed's coding style.
9552                 Removed old code.
9553                 Removed possible memory leaks when some errors occurs.
9554
9555 2002-07-06 [melvin]     0.7.8claws51
9556
9557         * po/Makefile.in.in
9558                 Removed --no-location in xgettext command line to help
9559                 translators that use Emacs' po-mode
9560         * src/quote_fmt.c
9561                 Removed unnecessary comments that messed up sylpheed.pot
9562
9563 2002-07-06 [paul]       0.7.8claws50
9564
9565         * sync with 0.7.8cvs19
9566                 see ChangeLog 2002-07-05
9567
9568 2002-07-06 [christoph]  0.7.8claws49
9569
9570         * src/folder.c
9571         * src/mainwindow.c
9572                 fix folder_item_remove_all_msg and folderview
9573                 status for trash folders after emptying trash
9574
9575 2002-07-05 [paul]       0.7.8claws48
9576
9577         * sync with 0.7.8cvs16
9578                 see ChangeLog 2002-07-04 and 2002-07-05
9579
9580 2002-07-04 [paul]       0.7.8claws47
9581
9582         * sync with 0.7.8cvs14
9583                 see  ChangeLog 2002-07-04
9584
9585 2002-07-03 [alfons]     0.7.8claws46
9586
9587         * src/folder.c
9588                 dupe folder item's path because it's being reallocated
9589                 by new folder scanning code
9590
9591 2002-07-03 [christoph]  0.7.8claws45
9592
9593         * src/imap.c
9594                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9595         * src/msgcache.c
9596                 add missing return in msgcache_write
9597
9598 2002-07-02 [thorsten]   0.7.8claws44
9599
9600         * src/jpilot.c
9601         * src/msgcache.c
9602         * src/rfc2015.c
9603                 use binary mode for file access
9604
9605 2002-07-02 [christoph]  0.7.8claws43
9606
9607         * major code cleanup (part 1)
9608         
9609                 - unused variables removed
9610                 - unused functions removed
9611                 - uninitialized variables checked
9612                 - missing return statements added
9613                 - missing function return types added
9614                 - added parentheses around assignment and
9615                   && in || when suggested by gcc
9616               
9617         * src/mh.c
9618         * src/folder.c
9619                 replaced direct calls to folder->scan_tree
9620                 with folder_scan_tree and restore folder
9621                 prefs in this function. The folder should
9622                 not have to deal with them.
9623                 ( Should now work for all folder types )
9624
9625 2002-07-02 [paul]       0.7.8claws42
9626
9627         * sync with 0.7.8cvs13
9628                 see ChangeLog 2002-07-01 and 2002-07-02
9629
9630 2002-07-01 [christoph]  0.7.8claws41
9631
9632         * src/summaryview.c
9633                 fix "goto next/prev unread message" with
9634                 ignored threads
9635
9636 2002-07-01 [paul]       0.7.8claws40
9637
9638         * po/es.po
9639                 updated by Ricardo Mones Lastra
9640
9641 2002-06-30 [match]      0.7.8claws39
9642
9643         * src/jpilot.c
9644                 applied variation of leonerd's patch (566661) to
9645                 allow multiple email addresses per JPilot entry.
9646                 addresses may be separated by space, comma, pipe,
9647                 semi-colon, new-line.
9648
9649 2002-06-30 [alfons]     0.7.8claws38
9650
9651         * src/procmsg.c
9652                 simple fix for putting older nodes before
9653                 newer nodes when threading by subject
9654
9655 2002-06-30 [christoph]  0.7.8claws37
9656
9657         * src/folder.c
9658         * src/folderview.c
9659         * src/mh.c
9660         * src/news.c
9661         * src/procmsg.c
9662                 fix broken folder tree rescaning
9663                 and don't use procmsg_get_mark_sum
9664                 anymore
9665
9666 2002-06-30 [christoph]  0.7.8claws36
9667
9668         * merge new cache branch
9669         * src/imap.c
9670                 fix new cache imap copy bug
9671         * src/folder.c
9672                 improved folder_item_scan
9673                 it should now always set the correct
9674                 new, unread and total message counts
9675
9676 2002-06-29 [paul]       0.7.8claws35
9677
9678         * configure.in
9679                 correct syntax error
9680
9681 2002-06-29 [paul]       0.7.8claws34
9682
9683         * configure.in
9684           Makefile.am
9685           man/Makefile.am       ** NEW FILE **
9686           man/sylpheed.1.gz     ** NEW FILE **
9687                 add Sylpheed man page
9688
9689 2002-06-29 [paul]       0.7.8claws33
9690
9691         * po/pt_BR.po
9692                 updated by Fabio Junior Beneditto
9693
9694 2002-06-28 [jens]       0.7.8claws32
9695
9696         * po/de.po
9697                 translation updated
9698
9699         * src/selective_download.c
9700                 removed gettext for space " "
9701
9702         * src/imap.c
9703                 removed wrong space
9704
9705 2002-06-28 [paul]       0.7.8claws31
9706
9707         * sync with 0.7.8cvs11
9708                 see ChangeLog 2002-06-28
9709
9710 2002-06-28 [paul]       0.7.8claws30
9711
9712         * sync with 0.7.8cvs10
9713                 see ChangeLog 2002-06-27 and 2002-06-28
9714
9715 2002-06-26 [paul]       0.7.8claws29
9716
9717         * src/addrgather.c
9718           src/selective_download.c
9719                 don't gettextise empty strings.
9720                 reserved by gettext. gettext("") returns 
9721                 the header entry with meta information, 
9722                 not the empty string
9723
9724         * po/en_GB.po
9725                 updated
9726
9727 2002-06-26 [paul]       0.7.8claws28
9728
9729         * sync with 0.7.8cvs7
9730                 see ChangeLog 2002-06-25
9731
9732         * src/prefs_common.c
9733                 ...and in the process, tweak the gui a little
9734
9735 2002-06-25 [alfons]     0.7.8claws27
9736         
9737         * configure.in
9738         * src/Makefile.am
9739                 fine tune ldap library detection
9740
9741 2002-06-25 [alfons]     0.7.8claws26
9742
9743         * src/compose.c
9744                 don't allow return receipts when composing a news article
9745
9746 2002-06-25 [paul]       0.7.8claws25
9747
9748         * Makefile.am
9749                 add '$(AMTAR)' to 'release' section to allow for
9750                 new and older autotools
9751
9752 2002-06-25 [paul]       0.7.8claws24
9753
9754         * src/summaryview.c
9755                 fix "No more unread messages" persistant pop-up
9756                 window bug
9757
9758 2002-06-25 [paul]       0.7.8claws23
9759
9760         * po/it.po
9761                 updated by Alessandro Maestri
9762
9763 2002-06-25 [paul]       0.7.8claws22
9764
9765         * sync with 0.7.8cvs6
9766                 see ChangeLog 2002-06-25
9767
9768 2002-06-24 [paul]       0.7.8claws21
9769
9770         * tools/update-po
9771                 add GPL copyright information
9772
9773 2002-06-24 [paul]       0.7.8claws20
9774
9775         * tools/Makefile.am
9776           tools/README
9777           tools/update-po       ** NEW FILE **
9778                 add script that eases the creation of *.po files
9779                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9780
9781 2002-06-23 [alfons]     0.7.8claws19
9782
9783         * src/messageview.c
9784                 make notification_convert_header obey const correctness
9785                 (next step will be fixing the broken return receipt)
9786
9787 2002-06-23 [paul]       0.7.8claws18
9788
9789         * src/messageview.c
9790                 fix bug introduced in last commit:
9791                 removed too much code in last commit - put back what's
9792                 needed
9793
9794 2002-06-23 [paul]       0.7.8claws17
9795
9796         * src/messageview.[ch]
9797                 remove code committed in error from locally patched
9798                 source
9799
9800 2002-06-23 [colin]      0.7.8claws16
9801
9802         * src/compose.[ch]
9803                 add compose_entry_select(), used to select the default_to
9804                 email address - hopefully avoiding people sending mails to
9805                 wrong recipients.
9806
9807 2002-06-22 [alfons]     0.7.8claws15
9808
9809         * AUTHORS
9810                 add Bram Metsch & Stanislav Karchebny
9811         * src/smtp.[ch]
9812         * src/prefs_account.[ch]
9813         * src/send.c
9814                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9815                   options.  (see <http://sourceforge.net/tracker/index.php
9816                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9817
9818                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9819                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9820
9821 2002-06-22 [paul]       0.7.8claws14
9822
9823         * sync with 0.7.8cvs5
9824                 see ChangeLog 2002-06-19 and 2002-06-20
9825
9826 2002-06-22 [alfons]     0.7.8claws13
9827
9828         * src/selective_download.c
9829                 fix a stupid mistake I made
9830
9831 2002-06-22 [alfons]     0.7.8claws12
9832
9833         * src/selective_download.[ch]
9834                 fix another unnoticed leak; cleanup code
9835
9836 2002-06-21 [alfons]
9837
9838         * tools/Makefile.am
9839                 gpg-sign <-- gpg-sign-syl
9840
9841 2002-06-21 [alfons]     0.7.8claws11
9842
9843         * src/selective_download.c
9844         * src/selective_download.h
9845                 fix assorted mix of allocation errors (should solve
9846                 problem reported by Philippe Gramoullé, see:
9847                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9848
9849 2002-06-20 [melvin]     0.7.8claws10
9850
9851         * tools/gpg-sign *REMOVED*
9852           tools/gpg-sign-syl *ADDED*
9853                 Replaced the gpg clearsigning script with the version using
9854                 xterm instead of ssh-askpass and changed its name.
9855
9856         * README.claws
9857                 Updated actions example to reflect the renaming of the
9858                 gpg clearsigning script.
9859
9860 2002-06-19 [paul]       0.7.8claws9
9861
9862         * sync with 0.7.8claws9
9863                 see ChangeLog 2002-06-18 and 2002-06-19
9864
9865 2002-06-19 [paul]       0.7.8claws8
9866
9867         * sync with 0.7.8cvs1
9868                 see ChangeLog 2002-06-18
9869
9870 2002-06-18 [alfons]     0.7.8claws7
9871
9872         * src/mainwindow.h
9873                 add omitted prototype
9874
9875 2002-06-17 [paul]       0.7.8claws6
9876
9877         * src/mainwindow.c
9878                 fix hiding of exec_btn
9879
9880 2002-06-17 [paul]       0.7.8claws5
9881
9882         * src/pop.c
9883                 remove unneeded code: should_delete() 
9884                 and Pop3State::uidl_todelete_list
9885
9886 2002-06-17 [paul]       0.7.8claws4
9887
9888         * sync with 0.7.8
9889                 see ChangeLog 2002-06-11 and 2002-06-13
9890
9891 2002-06-16 [alfons]     0.7.8claws3
9892         
9893         * src/folder.c
9894                 make sure lock sort mode (claws specific) is
9895                 also persists after a tree rescan
9896
9897 2002-06-16 [alfons]     0.7.8claws2
9898
9899         * src/prefs_folder_item.c
9900         * src/folder.[ch]
9901                 fix persistence of folder sort mode (broken
9902                 by adapting Hiro's new folder persistence code)
9903
9904 2002-06-16 [alfons]     0.7.8claws1
9905
9906         * AUTHORS
9907         * src/logwindow.c
9908         * src/prefscommon.[ch]
9909                 control size of log text in log window; 
9910                 closes patch #569155 submitted by Mitko Haralanov.
9911
9912 2002-06-15 [paul]       0.7.8claws
9913
9914         * release of 0.7.8claws
9915
9916 2002-06-15 [paul]       0.7.7claws
9917
9918         * po/pt_BR.po
9919                 updated by Fabio Junior Beneditto
9920
9921 2002-06-14 [paul]       0.7.6claws49
9922
9923         * po/es.po
9924                 updated by Ricardo Mones Lastra
9925
9926 2002-06-14 [paul]       0.7.6claws48
9927
9928         * po/nl.po
9929                 updated translation by Wilbert Berendsen
9930
9931 2002-06-14 [melvin]     0.7.6claws47
9932
9933         * po/fr.po
9934                 Updated French translation
9935
9936 2002-06-13 [paul]       0.7.6claws46
9937
9938         * src/filesel.c
9939                 allow filename to be typed in, rather than just
9940                 selected by the mouse. Patch by Gustavo Noronha Silva.
9941
9942 2002-06-13 [alfons]     0.7.6claws45
9943
9944         * src/mainwindow.[ch]
9945                 more cleanups (removing unnecessary menu items Expand 
9946                 summary / message view)
9947
9948 2002-06-13 [melvin]     0.7.6claws44
9949
9950         * po/POTFILES.in
9951                 Added src/string_match.c
9952         * src/string_match.c
9953                 Fixed possible buffer overflow.
9954                 Corrected typo.
9955                 Added missing config.h header.
9956         * src/prefs_common.c
9957           src/prefs_matcher.c
9958           src/prefs_scoring.c
9959                 Made some strings translatable (missing _(..)).
9960
9961 2002-06-13 [melvin]     0.7.6claws43
9962
9963         * README.claws
9964                 Corrected action example (verifying clearsigned mail).
9965         * src/prefs_account.c
9966                 Corrected typo.
9967         * src/prefs_common.c
9968                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9969
9970 2002-06-12 [alfons]     0.7.6claws42
9971
9972         * src/summaryview.c
9973                 add init of score column lost in 0.7.6claws42
9974
9975 2002-06-12 [paul]       0.7.6claws41
9976
9977         * src/prefs_account.c
9978                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9979                 behavior of the radio buttons, (from 0.7.7cvs2)
9980
9981 2002-06-11 [alfons]     0.7.6claws40
9982
9983         * src/messageview.[ch]
9984         * src/summaryview.[ch]
9985         * src/summary_search.c
9986         * src/mainwindow.c
9987                 perform a sync to bring in Hiro's separate view implementation 
9988
9989                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9990
9991 2002-06-11 [paul]       0.7.6claws39
9992         
9993         * src/prefs_account.c
9994                 correct a typo on the Receive tab
9995
9996 2002-06-10 [match]      0.7.6claws38
9997
9998         * src/addressbook.c
9999                 Included address completion patch from Gustavo Noronha.
10000
10001 2002-06-10 [paul]       0.7.6claws37
10002
10003         * src/inc.[ch]
10004           src/pop.c
10005           src/prefs_account.[ch]
10006           src/selective_download.[ch]
10007                 apply PATCH #561712
10008                  NEW:
10009                 - check if POP Account
10010                 - Receive Button renamed to Preview
10011                 - Preview Button Popup: preview new/all messages
10012                 - Download Button
10013                 - Account Preferences-->Receive tab checkbutton if you
10014                   want to remove Mail after Download
10015                 -: default YES
10016                 - Account Preferences-->Receive tab checkbutton use
10017                   filtering rules on preview
10018                   (think of delete_on_server)
10019                 -: default YES
10020                 - Account selectable from SD dialog
10021                 - checkbutton to show already downloaded messages if
10022                   all messages are previewed
10023                 - new clist column showing Date
10024                 - ESC KEY close
10025                 FIXES:
10026                 - play ball with UIDL
10027                 - fault tolerant (?) 
10028                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10029
10030 2002-06-10 [melvin]     0.7.6claws36
10031
10032         * README.claws
10033                 Added a hint to ac/README in cvs instructions.
10034
10035         * src/prefs_actions.c
10036                 Made it possible to use a more elaborate command line
10037                 for asynchronous actions, too.
10038
10039 2002-06-10 [melvin]     0.7.6claws35
10040         
10041         * src/prefs_actions.c
10042                 Make it possible to use a more elaborate command line
10043                 (e.g. |foo|bar|cat>there;echo Done|)
10044                 Corrected error message when calling %f, %F and %p commands
10045                 from the compose window.
10046
10047 2002-06-09 [colin]      0.7.6claws34
10048
10049         * src/summaryview.c
10050                 Automatically find unread messages in current folder
10051                 before annoying the user.
10052
10053 2002-06-08 [alfons]     0.7.6claws33
10054
10055         * po/it.po
10056                 remove bad formatting string in it.po translation
10057                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10058
10059 2002-06-08 [paul]       0.7.6claws32
10060
10061         * sync with 0.7.6cvs25
10062                 see ChangeLog 2002-06-07
10063
10064 2002-06-05 [paul]       0.7.6claws31
10065
10066         * src/mainwindow.c
10067                 add 'Sort by locked' and 'Sort by score'
10068
10069 2002-06-05 [paul]       0.7.6claws30
10070
10071         * sync with 0.7.6cvs24
10072                 see ChangeLog 2002-06-04
10073
10074 2002-06-04 [paul]       0.7.6claws29
10075
10076         * po/pt_BR.po
10077                 updated by Fabio Junior Beneditto
10078
10079 2002-06-03 [thorsten]   0.7.6claws28
10080
10081         * src/matcher.c
10082                 fclose() matcherrc after reading
10083
10084 2002-06-03 [paul]       0.7.6claws27
10085
10086         * sync with 0.7.6cvs21
10087                 see ChangeLog 2002-05-31
10088
10089 2002-05-31 [paul]       0.7.6claws26
10090
10091         * sync with 0.7.6cvs20
10092                 see ChangeLog 2002-05-29 and 2002-05-30
10093
10094 2002-05-31 [paul]       0.7.6claws25
10095
10096         * src/imap.c
10097                 hopefully fix last buggy sync
10098
10099         * README.claws
10100                 correct typo in 'Actions' examples
10101
10102 2002-05-29 [paul]       0.7.6claws24
10103
10104         * sync with 0.7.6cvs18
10105                 see ChangeLog 2002-05-28 and 2002-05-29
10106
10107         * src/news.c
10108           src/nntp.[ch]
10109                 sync with above 
10110
10111 2002-05-28 [paul]       0.7.6claws23
10112
10113         * sync with 0.7.6cvs16
10114                 see ChangeLog 2002-05-28
10115
10116 2002-05-27 [thorsten]   0.7.6claws22 
10117
10118         * faq/it/sylpheed-faq-1.html
10119           faq/it/sylpheed-faq-2.html
10120           faq/it/sylpheed-faq-3.html
10121           faq/it/sylpheed-faq.html
10122                 corrected DOS lineendings
10123         * faq/de/sylpheed-faq-1.html
10124           faq/de/sylpheed-faq-2.html
10125           faq/en/sylpheed-faq-1.html
10126           faq/en/sylpheed-faq-2.html
10127           faq/en/sylpheed-faq-3.html
10128           faq/es/sylpheed-faq-1.html
10129           faq/es/sylpheed-faq-2.html
10130           faq/es/sylpheed-faq-3.html
10131           faq/fr/sylpheed-faq-1.html
10132           faq/it/sylpheed-faq-1.html
10133           faq/it/sylpheed-faq-2.html
10134           faq/it/sylpheed-faq-3.html
10135           faq/it/sylpheed-faq.html
10136                 changed ">" to &quot;
10137
10138 2002-05-27 [paul]       0.7.6claws21
10139         
10140         * sync with 0.7.6cvs15
10141                 see ChangeLog 2002-05-27
10142
10143 2002-05-27 [paul]       0.7.6claws20
10144
10145         * src/prefs_account.c
10146                 correct a typo
10147
10148 2002-05-26 [paul]       0.7.6claws19
10149
10150         * tools/README
10151                 correct a typo
10152
10153 2002-05-25 [paul]       0.7.6claws18
10154
10155         * tools/README
10156                 add description of kmail2sylpheed.pl
10157
10158 2002-05-25 [paul]       0.7.6claws17
10159
10160         * tools/kmail2sylpheed.pl       ** NEW FILE **
10161                 perl script that converts an exported Kmail address
10162                 book, converts it to sylpheed addressbook file,
10163                 writes the file to .sylpheed, and updates
10164                 addrbook--index.xml 
10165
10166 2002-05-25 [paul]       0.7.6claws16
10167
10168         * sync with 0.7.6cvs14
10169                 see ChangeLog 2002-05-23
10170
10171 2002-05-24 [paul]       0.7.6claws15
10172
10173         * README.claws
10174                 make a correction and add some more info
10175
10176 2002-05-24 [paul]       0.7.6claws14
10177
10178         * src/compose.c
10179                 fix memory leak in 
10180                 compose_redirect_write_headers_from_headerlist()
10181                 add Subject and Resent-Message-ID to
10182                 compose_redirect_write_headers()
10183                 Received, Subject, and X-UIDL are filtered out in 
10184                 compose_redirect_write_to_file()
10185
10186 2002-05-23 [paul]       0.7.6claws13
10187
10188         * src/compose.[ch]
10189           src/filtering.c
10190           src/mainwindow.c
10191           src/matcher.[ch]
10192           src/matcher_parser_lex.l
10193           src/matcher_parser_parse.y
10194           src/prefs_common.[ch]
10195           src/prefs_filtering.c
10196           src/summaryview.c
10197                 rename 'Bounce' to 'Redirect'
10198
10199 2002-05-23 [paul]       0.7.6claws12
10200
10201         * more sync with 0.7.6cvs13
10202           src/compose.c
10203                 see ChangeLog 2002-05-22
10204
10205 2002-05-22 [paul]       0.7.6claws11
10206
10207         * sync with 0.7.6cvs13
10208           src/codeconv.c
10209                 see ChangeLog 2002-05-20
10210           src/prefs_common.c
10211                 see ChangeLog 2002-05-22
10212
10213 2002-05-21 [melvin]     0.7.6claws10
10214
10215         * src/folderview.c
10216                 Added missing filtering and scoring headers
10217                 Fixed bad function call that showed garbage 
10218                 in Folder->Processing
10219
10220 2002-05-21 [paul]       0.7.6claws9
10221
10222         * tools/Makefile.am
10223                 make all tools executable, (patch by Alfons).
10224
10225 2002-05-20 [alfons]     0.7.6claws8
10226
10227         * src/procheader.c
10228                 don't forget to call mktime() so we have a valid week 
10229                 and year day
10230                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10231
10232 2002-05-20 [paul]       0.7.6claws7
10233
10234         * src/html.c
10235                 fix broken parsing of urls
10236         * src/textview.c
10237                 fix displaying of urls
10238
10239                 both fixes from the patch [547855] by Eugene 
10240                 Brevdo (zonem)
10241
10242 2002-05-19 [alfons]     0.7.6claws6
10243
10244         * configure.in
10245                 make sylpheed configure correctly with the latest
10246                 and greatest of automake / autoconf / gettext
10247
10248 2002-05-19 [alfons]     0.7.6claws5
10249
10250         * src/procheader.c
10251         * src/procheader.h
10252                 add function for returning ime zone offset
10253         * src/quote_fmt.c
10254         * src/quote_fmt_parse.y
10255                 better quotation formatting - does not convert
10256                 to local time, but uses the original date string.
10257                 
10258                 Note: %z inserts the timezone offset (should 
10259                 work also on platforms where strftime does not
10260                 support %z).
10261
10262 2002-05-18 [christoph]  0.7.6claws4
10263
10264         * src/summaryview.c
10265                 fix indentation of some code
10266         * tools/Makefile.am
10267                 fix spaces after \
10268         * src/Makefile.am
10269                 add missing \
10270                 correct path for ignorethread.xpm
10271                 incorrect filename for sylpheed_logo.xpm
10272                 add missing include matcher_parser_parse.h
10273
10274 2002-05-18 [paul]       0.7.6claws3
10275
10276         * sync with 0.7.6cvs8
10277                 see ChangeLog 2002-05-16 and 2002-05-17
10278
10279 2002-05-18 [melvin]     0.7.6claws2
10280
10281         * README.claws
10282                 Corrected an action's definition and fixed some misspellings.
10283
10284 2002-05-18 [paul]       0.7.6claws1
10285
10286         * tools/Makefile.am
10287           tools/gpg-sign        ** new file **
10288           tools/uudec           ** new file **
10289                 add Melvin's Actions scripts
10290
10291         * README.claws
10292                 add Melvin's descriptions for Actions
10293
10294 2002-05-18 [paul]       0.7.6claws
10295
10296         * Version 0.7.6claws released
10297
10298 2002-05-17 [paul]       0.7.5claws32
10299
10300         * po/es.po
10301                 updated by Ricardo Mones Lastra
10302
10303 2002-05-17 [paul]       0.7.5claws31
10304
10305         * src/compose.c
10306                 fix Account prefs default folder for sent/draft/deleted
10307                 messages bug
10308
10309         * po/it.po
10310           po/nl.po
10311                 updated translation by Alessandro Maestri and
10312                 Wilbert Berendsen
10313
10314 2002-05-17 [melvin]     0.7.5claws30
10315
10316         * src/prefs_actions.c
10317                 Fixed bug where using %F not at the end of the command 
10318                 resulted in an additional empty argument being created.
10319                 Thanks to Darko Koruga for reporting the bug.
10320
10321 2002-05-17 [melvin]     0.7.5claws29
10322
10323         * po/fr.po
10324                 Updated French translations.
10325
10326 2002-05-15 [paul]       0.7.5claws28
10327         
10328         * po/es.po
10329                 updated by Ricardo Mones Lastra
10330
10331 2002-05-15 [paul]       0.7.5claws27
10332
10333         * sync with 0.7.6cvs4
10334                 see ChangeLog 2002-05-14 and 2002-05-15
10335
10336 2002-05-14 [paul]       0.7.5claws26
10337
10338         * sync with 0.7.6cvs1
10339                 see ChangeLog 2002-05-13
10340
10341 2002-05-13 [thorsten]   0.7.5claws25
10342
10343         * src/messageview.c
10344                 fix select_all and copy in multipart messages
10345         * src/mainwindow.c
10346                 fix select_all and copy in multipart messages
10347
10348 2002-05-12 [paul]       0.7.5claws24
10349
10350         * src/summaryview.c
10351                 reverse last commit, bug already fixed in 0.7.5claws3
10352
10353 2002-05-12 [netztorte]  0.7.5claws23
10354
10355         * src/summaryview.c
10356                 dont parse empty addressbook (checked in before claws20)
10357
10358 2002-05-12 [melvin]     0.7.5claws22
10359
10360         * src/procmsg.[ch]
10361                 Removed unneeded priority code introduced by the previous 
10362                 commit.
10363
10364 2002-05-12 [melvin]     0.7.5claws21
10365
10366         * src/compose.[ch]
10367                 Added possibility to set message's priority.
10368         * src/procmsg.[ch]
10369                 Added possibility to set message's priority.
10370                 Added missing headers
10371
10372 2002-05-12 [melvin]     0.7.5claws20
10373
10374         * src/prefs_actions.c
10375                 Removed implicitely added quotes around the name
10376                 of the temporary files of mime parts.
10377
10378 2002-05-12 [paul]       0.7.5claws19
10379
10380         * sync with 0.7.5cvs20
10381                 see ChangeLog 2002-05-11
10382
10383 2002-05-12 [alfons]     0.7.5claws18
10384
10385         * src/quote_fmt_lex.l
10386         * src/quote_fmt_parse.y
10387                 allow quote / reply date & time format to be set using
10388                 %D{format}. format is a format string you'd pass to
10389                 strftime() (see man strftime, or the Display tab |
10390                 Date format setting).
10391
10392                 Currently %D converts the date to local time. 
10393
10394 2002-05-11 [paul]       0.7.5claws17
10395
10396         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10397                 see ChangeLog 2002-05-10 and 2002-05-11
10398
10399 2002-05-10 [paul]       0.7.5claws16
10400
10401         * sync with 0.7.5cvs16
10402                 see ChangeLog entries 2002-05-09 and 
10403                 2002-05-10
10404
10405 2002-05-10 [colin]      0.7.5claws15
10406
10407         * src/textview.c
10408                 Corrected a bug that prevented sylpheed to open
10409                 double-clicked URIs.
10410
10411 2002-05-09 [paul]       0.7.5claws14
10412
10413         * sync with 0.7.5cvs14
10414                 see ChangeLog 2002-05-08 and 2002-05-09
10415
10416 2002-05-08 [paul]       0.7.5claws13
10417
10418         * sync with 0.7.5cvs11
10419                 see ChangeLog entry 2002-05-08
10420
10421 2002-05-08 [paul]       0.7.5claws12
10422
10423         * src/mainwindow.c
10424           src/textview.[ch]
10425                 fix segfault on View->Open in new window
10426                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10427
10428 2002-05-07 [paul]       0.7.5claws11
10429
10430         * sync with 0.7.5cvs9
10431                 see ChangeLog entry 2002-05-07
10432
10433 2002-05-06 [paul]       0.7.5claws10
10434
10435         * src/messageview.c
10436           src/textview.c
10437                 display url in statusbar on single-click
10438                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10439
10440 2002-05-06 [match]      0.7.5claws9
10441
10442         * src/addritem.[ch]
10443                 new functions.
10444         * src/addrcache.c
10445                 tidy up.
10446         * src/xmlprops.[ch]
10447                 XML implementation of properties file.
10448         * src/exporthtml.[ch]
10449         * src/expthtmldlg.[ch]
10450         * src/addressbook.c
10451                 export to HTML.
10452
10453 2002-05-02 [sergey]     0.7.5claws8
10454
10455         * src/mainwindow.c (mainwin_entries),
10456           src/prefs_common.c (prefs_send_create()),
10457           src/codeconv.c (locale_table):
10458                 use charset name "Windows-1251" instead of "CP1251".
10459
10460 2002-05-02 [colin]      0.7.5claws7
10461         
10462         * src/compose.c
10463           src/prefs_common.c
10464           src/prefs_folder_item.c
10465                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10466
10467 2002-05-02 [hiro]       0.7.5claws6
10468
10469         * src/imap.c
10470                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10471
10472 2002-05-02 [paul]       0.7.5claws5
10473
10474         * src/compose.c
10475                 more sync with 0.7.5cvs7, see ChangeLog entry
10476                 2002-05-02
10477
10478 2002-05-02 [hiro]       0.7.5claws4
10479
10480         * src/compose.c
10481                 compose_queue_sub():
10482                 check if queue folder exists (closes #550397).
10483                 removed directory creation since it should be handled
10484                 transparently.
10485         * src/imap.c
10486                 imap_add_msg(): return UID for appended message
10487                 (closes #548842).
10488
10489 2002-04-30 [paul]       0.7.5claws3
10490
10491         * src/summaryview.c
10492                 fix account_find_from_address() bug
10493
10494 2002-04-28 [colin]      0.7.5claws2
10495
10496         * src/compose.c
10497           src/textview.c
10498           src/prefs_common.[ch]
10499           src/utils.[ch]
10500                 Added user-definable quotation characters recognition.
10501
10502 2002-04-28 [paul]       0.7.5claws1
10503
10504         * sync with 0.7.5cvs4
10505                 see ChangeLog entry  2002-04-25
10506
10507 2002-04-28 [paul]       0.7.5claws
10508
10509         * po/es.po
10510           po/nl.po
10511           po/pt_BR.po
10512                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10513                 Fabio Junior Beneditto
10514
10515 2002-04-27 [jens]       0.7.4claws103
10516
10517         * po/de.po
10518                 updated German translation.
10519
10520 2002-04-27 [hiro]       0.7.4claws102
10521
10522         * src/summaryview.c
10523                 summary_write_cache(): fixed the mark loss of hidden messages.
10524
10525 2002-04-26 [melvin]     0.7.4claws101
10526
10527         * src/procmsg.c
10528                 fixed a second typo (same one)
10529         * po/fr.po
10530           po/it.po
10531           po/pt_BR.po
10532                 fixed the type again...
10533
10534 2002-04-26 [melvin]     0.7.4claws100
10535
10536         * src/procmsg.c
10537                 fixed a typo in an alert message ("temorary").
10538         * po/it.po
10539         * po/pt_BR.po
10540                 corrected the typo  described above.
10541         * po/fr.po
10542                 updated French translation.
10543
10544 2002-04-26 [darko]      0.7.4claws99
10545
10546         * src/summaryview.c
10547                 fix target folder colorization
10548
10549 2002-04-25 [paul]       0.7.4claws98
10550
10551         * po/it.po
10552                 updated by Alessandro Maestri
10553
10554 2002-04-24 [colin]      0.7.4claws97
10555         
10556         * src/compose.c
10557                 Fixed double "subject is empty" question.
10558
10559 2002-04-23 [colin]      0.7.4claws96
10560         
10561         * src/mimeview.c
10562                 Corrected issue when "automatically display images" was
10563                 not set : first image remained after selecting second.
10564
10565 2002-04-23 [melvin]     0.7.4claws95
10566
10567         * src/prefs_actions.c
10568                 Don't display in/out dialog if there is nothing to show.
10569
10570 2002-04-23 [paul]       0.7.4claws94
10571
10572         * sync with 0.7.5cvs3
10573                 bug fixes: see ChangeLog entry 2002-04-23
10574
10575 2002-04-22 [darko]      0.7.4claws93
10576
10577         * src/compose.c
10578                 fix previous check-in which changed code after
10579                 merge from main
10580
10581 2002-04-22 [paul]       0.7.4claws92
10582
10583         * faq/de/*
10584                 add German FAQ
10585         * faq/en/*
10586           faq/es/*
10587           faq/fr/*
10588                 update English, Spanish and French FAQs
10589         * manual/de/*
10590           manual/es/*
10591                 add German and Spanish manuals
10592         * manual/en/*
10593           manual/fr/*
10594                 update English and French manuals
10595
10596         * src/Makefile.am
10597                 add to and re-arrange the pixmap entries
10598
10599 2002-04-22 [darko]      0.7.4claws91
10600
10601         * src/compose.c
10602                 fix sender initials recognition to only allow
10603                 '>' after the initials
10604
10605 2002-04-21 [paul]       0.7.4claws90
10606
10607         * sync with 0.7.5 release
10608                 see ChangeLog entry 2002-04-21
10609
10610 2002-04-21 [alfons]
10611
10612         * src/Makefile.am
10613                 add colin's new pixmaps to EXTRA_DIST
10614
10615 2002-04-21 [colin]      0.7.4claws89
10616         * src/compose.c
10617         * src/inc.c
10618         * src/mainwindow.[ch]
10619         * src/prefs_common.[ch]
10620         * src/stock_pixmap.[ch]
10621                 Added "Work offline" ability.
10622
10623 2002-04-21 [colin]      0.7.4claws88
10624         
10625         * src/mimeview.c
10626         * src/prefs_common.c
10627         * src/prefs_common.h
10628         * src/textview.c : Added an option to common preferences -> display
10629           to allow user not to automatically display images.
10630
10631 2002-04-21 [paul]       0.7.4claws87
10632
10633         * sync with 0.7.4cvs52
10634                 see ChangeLog entry 2002-04-21 (src/imap.c)
10635
10636 2002-04-21 [paul]       0.7.4claws86
10637
10638         * sync with 0.7.4cvs51
10639                 see ChangeLog entry 2002-04-21
10640
10641 2002-04-21 [paul]       0.7.4claws85
10642
10643         * sync with 0.7.4cvs49
10644                 see ChangeLog entries 2002-04-20 and 2002-04-21
10645
10646         * src/Makefile.am
10647                 clean up: remove old 'stock_' element from xpm 
10648                 filenames.
10649
10650 2002-04-21 [alfons]     0.7.4claws84
10651
10652         apply sync patch from Paul
10653
10654         * src/folderview.c
10655                 use old claws prefs_folder_item_create() for now
10656
10657 2002-04-19 [match]      0.7.4claws83
10658
10659         * src/addressbook.[ch]
10660         * src/addrharvest.[ch]
10661         * src/addrgather.[ch]
10662                 recurse folders.
10663         * src/mainwindow.c
10664         * src/summaryview.[ch]
10665                 change menu option.
10666
10667 2002-04-19 [paul]       0.7.4claws82
10668
10669         * po/pt_BR.po
10670                 updated by Fabio Junior Beneditto
10671
10672 2002-04-14 [alfons]     0.7.4claws81
10673
10674         * src/passphrase.c
10675                 add #include <sys/types.h> for mode_t and off_t 
10676
10677 2002-04-13 [paul]       0.7.4claws80
10678         
10679         * src/main.c
10680           src/passphrase.[ch]
10681           src/pgptext.c
10682           src/prefs_common.[ch]
10683           src/rfc2015.c
10684                 enable storing of GnuPG passphrase for the whole 
10685                 session or a user-defined number of minutes. patch 
10686                 submitted by Ravemax <ravemax@dextrose.com>
10687
10688 2002-04-13 [alfons]     0.7.4claws79
10689
10690         * src/textview.c
10691                 make email parser also stop scanning when encountering separators
10692                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10693
10694 2002-04-13 [paul]       0.7.4claws78
10695
10696         * sync with 0.7.4cvs39
10697                 see ChangeLog entry 2002-04-12
10698
10699 2002-04-11 [paul]       0.7.4claws77
10700
10701         * sync with 0.7.4cvs37
10702                 see ChangeLog entry 2002-04-11
10703
10704 2002-04-11 [paul]       0.7.4claws76
10705
10706         * COPYING 
10707                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10708                 the clause for OpenSSL). sync with sylpheed main
10709
10710 2002-04-09 [melvin]     0.7.4claws75
10711
10712         * src/compose.c
10713                 Made 'Ctrl-Enter' on send ignore some modifiers 
10714                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10715                 to bind other *-Enter (but not Alt-Enter).
10716
10717 2002-04-09 [paul]       0.7.4claws74
10718
10719         * sync with 0.7.4cvs35
10720                 see ChangeLog entries 2002-04-09
10721
10722 2002-04-08 [paul]       0.7.4claws73
10723
10724         * sync with 0.7.4cvs33
10725                 see ChangeLog entry 200-04-08
10726
10727 2002-04-07 [match]      0.7.4claws72
10728
10729         * src/addrharvest.[ch]
10730                 fixed to read all addresses in header, regardless
10731                 of header size. improved name parsing. accommodate
10732                 harvest from folders and selected message.
10733         * src/addritem.[ch]
10734                 included new address parsing function.
10735         * src/addrgather.[ch]
10736         * src/addressbook.[ch]
10737         * src/summaryview.[ch]
10738         * src/mainwindow.c
10739                 allow address harvest of folder as well as selected
10740                 messages.
10741
10742 2002-04-07 [paul]       0.7.4claws71
10743
10744         * src/esmtp.[ch]
10745           src/smtp.c
10746                 don't try to authenticate with CRAM-MD5 in SMTP when 
10747                 SMTP-AUTH enabled if MTA doesn't issue this 
10748                 auth-method in it's ehlo-response. bug item #531364,
10749                 patch item #938910. patch submitted by Colin Leroy 
10750                 <colin@colino.net>
10751
10752 2002-04-07 [paul]       0.7.4claws70
10753
10754         * src/nntp.c
10755                 fix missing MODE_READER bug. patch submitted by
10756                 Colin Leroy <colin@colino.net>
10757
10758 2002-04-07 [alfons]     0.7.4claws69
10759
10760         * src/matcher.[ch]
10761         * src/prefs_filtering.c
10762         * src/summaryview.c
10763                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10764                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10765
10766 2002-04-07 [paul]       0.7.4claws68
10767
10768         * sync with 0.7.4cvs32
10769                 see ChangeLog entry 2002-04-06
10770
10771         * tools/filter_conv.pl
10772                 more bug fixes
10773
10774 2002-04-06 [paul]       0.7.4claws67
10775
10776         * tools/filter_conv.pl
10777                 modify to be able to find the name of the first
10778                 mailbox and use that. main's filter does not
10779                 record the full path to the mailbox and therefore
10780                 can only filter to the first mailbox.
10781
10782 2002-04-05 [paul]       0.7.4claws66
10783
10784         * tools/filter_conv.pl
10785                 attempt to make the script all-encompassing and
10786                 be able to convert any main 'filter' rule thrown
10787                 at it
10788
10789 2002-04-05 [paul]       0.7.4claws65
10790
10791         * tools/filter_conv.pl
10792                 allow for collapsed folder trees
10793
10794 2002-04-05 [paul]       0.7.4claws64
10795
10796         * sync with 0.7.4cvs31
10797                 see ChangeLog entries 2002-04-05
10798
10799 2002-04-03 [paul]       0.7.4claws63
10800
10801         * sync with 0.7.4cvs29
10802                 see ChangeLog entries 2002-04-02 and 2002-04-03
10803
10804 2002-04-02 [paul]       0.7.4claws62
10805
10806         * sync with 0.7.4cvs26
10807                 see ChangeLog entry 2002-04-01
10808
10809 2002-04-02 [match]      0.7.4claws61
10810
10811         * src/pine.[ch]
10812         * src/importpine.[ch]
10813         * src/addressbook.c
10814                 import Pine address book.
10815
10816 2002-04-02 [match]      0.7.4claws60
10817
10818         * src/addrharvest.[ch]
10819                 improve address parsing of funky addresses.
10820
10821 2002-04-02 [darko]      0.7.4claws59
10822
10823         * src/compose.c
10824                 wrap on send improvements, it now recognizes quoted
10825                 initials as part of the quotation string, and it
10826                 does not join lines separated by CR
10827
10828 2002-04-01 [match]      0.7.4claws58
10829
10830         * src/mgutils.[ch]
10831                 added new functions.
10832         * src/mutt.[ch]
10833                 remove excessive duplicate address generation
10834                 on import.
10835
10836 2002-04-01 [alfons]     0.7.4claws57
10837         
10838         * src/summaryview.c
10839                 put back g_free() 
10840
10841 2002-04-01 [paul]       0.7.4claws56
10842
10843         * sync with 0.7.4cvs25
10844                 see ChangeLog entry 2002-04-01
10845
10846 2002-04-01 [alfons]     0.7.4aprilfool55
10847
10848         * src/summaryview.c
10849                 honour feature request item #537427 to allow for
10850                 displaying names from address book for sent mail also
10851
10852 2002-03-29 [paul]       0.7.4claws54
10853
10854         * src/mainwindow.c
10855           src/prefs_filtering.[ch]
10856           src/prefs_matcher.c
10857           src/summaryview.c
10858                 add 'fast filter' for claws' filtering,
10859                 /Tools/Create filter rule/... patch submitted
10860                 by Neill Miller <neillm@thecodefactory.org>
10861
10862 2002-03-29 [paul]       0.7.4claws53
10863
10864         * sync with 0.7.4cvs24
10865                 see ChangeLog entry 2002-03-29
10866
10867 2002-03-28 [paul]       0.7.4claws52
10868
10869         * sync with 0.7.4cvs23
10870                 see ChangeLog entry 2002-03-28
10871
10872 2002-03-27 [melvin]     0.7.4claws51
10873
10874         * src/prefs_actions.c
10875                 Added support to pass only one message part (as a
10876                 file) to the command using '%p'. No quotes are needed
10877                 because doubles quotes are automatically added.
10878                 Fixed bug where Sylpheed could block when waiting for
10879                 a child process to finish.
10880                 Changed the help menu to remove quotes around symbols to 
10881                 avoid misinterpretation (they must not be used).
10882
10883 2002-03-27 [melvin]     0.7.4claws50
10884
10885         * src/inc.c
10886                 Made the new mail notification command always 
10887                 execute asynchronously.
10888
10889 2002-03-27 [paul]       0.7.4claws49
10890
10891         * src/compose.c
10892                 fix bug introduced in last commit
10893
10894 2002-03-27 [paul]       0.7.4claws48
10895
10896         * sync with 0.7.4cvs21
10897                 see ChangeLog 2002-03-26 and 2002-03-27
10898
10899 2002-03-26 [hoa]        0.7.4claws47
10900
10901         * src/prefs_folder_item.c
10902                 really fixed the bug #516442 with folder rescan.
10903
10904 2002-03-26 [paul]       0.7.4claws46
10905
10906         * sync with 0.7.4cvs19
10907                 see ChangeLog entries 2002-03-25 and 2002-03-26
10908
10909 2002-03-25 [hoa]        0.7.4claws45
10910
10911         * src/matcher.c
10912         * src/mh.c
10913                 fix the bug #516442 with folder rescan.
10914
10915         * src/prefs_common.[ch]
10916         * src/compose.c
10917                 added an option to enable two different behaviours
10918                 for bounce.
10919
10920
10921 2002-03-25 [paul]       0.7.4claws44
10922
10923         * src/mainwindow.c
10924           src/selective_download.c
10925                 correct a few menuitem labels
10926
10927 2002-03-25 [christoph]  0.7.4claws43
10928
10929         * src/procmsg.c
10930                 fix non deleted tmp message in
10931                 procmsg_save_to_outbox
10932                 fix problems caused by sync with
10933                 main branch's procmsg_send_queue
10934
10935 2002-03-25 [paul]       0.7.4claws42
10936
10937         * src/quote_fmt.c
10938           src/quote_fmt_lex.l
10939           src/quote_fmt_parse.y
10940                 add Last name (%L) placeholder for quoting. 
10941                 patch submitted by Thorsten Thielen 
10942                 <thth@users.sourceforge.net>
10943
10944 2002-03-25 [paul]       0.7.4claws41
10945
10946         * src/utils.c
10947                 get full hostname. patch submitted by
10948                 Bob Woodside <rwoodside1@comcast.net>
10949
10950 2002-03-25 [paul]       0.7.4claws40
10951
10952         * src/account.c
10953           src/news.c
10954           src/nntp.[ch]
10955           src/prefs_account.[ch]
10956                 enable NNTP over SSL. patch submitted by
10957                 Pascal Jermini <pascal@infinity.hn.org>
10958
10959 2002-03-24 [paul]       0.7.4claws39
10960
10961         * src/prefs_common.c
10962                 make the arrangement of the Compose tab more
10963                 coherent
10964
10965         * src/mainwindow.c
10966                 fix some irregularities of style
10967
10968         * po/de.po
10969                 updated by Kilian Krause
10970
10971 2002-03-23 [paul]       0.7.4claws38
10972
10973         * po/pt_BR.po
10974                 updated by Fabio Junior Beneditto
10975
10976 2002-03-23 [paul]       0.7.4claws37
10977
10978         * src/mainwindow.c
10979                 move 'Gather addresses' to 'Tools' menu
10980                 make 'Selective download' sensitive
10981
10982 2002-03-23 [paul]       0.7.4claws36
10983
10984         * sync with 0.7.4cvs16
10985                 see ChangeLog entries 2002-03-23
10986
10987 2002-03-22 [christoph]  0.7.4claws35
10988
10989         * src/quote_fmt_parse.y
10990                 fix include program output
10991
10992 2002-03-22 [alfons]     0.7.4claws34
10993
10994         * src/pop.c
10995                 initialize GDate stack variable correctly (sorry!)
10996
10997 2002-03-22 [paul]       0.7.4claws33
10998
10999         * src/compose.c
11000           src/mainwindow.c
11001           src/prefs_actions.c
11002           src/prefs_common.c
11003                 rename 'Tool' to 'Tools'
11004
11005         * src/mainwindow.c
11006                 move 'Delete duplicated messages' from
11007                 'Message/' to 'Tools/'
11008                 re-arrange the order of 'Tools/' items
11009
11010 2002-03-22 [paul]       0.7.4claws32
11011
11012         * src/addr_compl.c
11013           src/addressbook.[ch]
11014                 auto-address completion now also matches on
11015                 Nickname. patch submitted by Bob Forsman 
11016                 <hammor@users.sourceforge.net>
11017
11018         * src/editaddress.c
11019                 correct a spelling mistake
11020
11021 2002-03-22 [alfons]     0.7.4claws31
11022
11023         * src/pop.c
11024                 fix getting uidl from incorrect string 
11025                 (spotted by Colin)
11026
11027 2002-03-21 [alfons]     0.7.4claws30
11028
11029         * src/pop.c
11030                 more code refactoring
11031                 plug mem leak introduced by delete on server
11032
11033 2002-03-21 [paul]       0.7.4claws29
11034
11035         * sync with 0.7.4cvs11
11036                 see ChangeLog entries 2002-03-20
11037
11038 2002-03-20 [alfons]     0.7.4claws28
11039
11040         * src/inc.c
11041                 apply Colin's patch and refactor
11042
11043 2002-03-20 [paul]       0.7.4claws27
11044
11045         * sync with sylpheed 0.7.4cvs9
11046                 see ChangeLog entry 2002-03-20
11047
11048 2002-03-19 [christoph]  0.7.4claws26
11049
11050         * src/mh.c
11051         * src/procmsg.[ch]
11052         * src/summaryview.c
11053                 revert changes for flag updates
11054                 (does not work correctly and no time to debug)
11055
11056 2002-03-20 [alfons]     0.7.4claws25
11057
11058         * src/pop.c
11059                 refactor should_delete() a little bit 
11060
11061 2002-03-19 [paul]       0.7.4claws24
11062
11063         * src/inc.[ch]
11064           src/pop.c
11065           src/prefs_account.[ch]
11066                 allow the user to leave downloaded mail on the 
11067                 server for n days. Patch submitted by Colin Leroy 
11068                 <colin@colino.net>
11069
11070 2002-02-19 [paul]       0.7.4claws23
11071
11072         * sync with sylpheed 0.7.4cvs8
11073                 see ChangeLog entries 2002-03-19
11074
11075 2002-03-18 [paul]       0.7.4claws22
11076
11077         * sync with sylpheed 0.7.4cvs6
11078                 see ChangeLog entry 2002-03-18
11079
11080 2002-03-18 [paul]       0.7.4claws21
11081
11082         * po/en_GB.po
11083                 add en_GB message catalogue
11084
11085         * src/mbox_folder.c
11086           src/prefs_account.c
11087           src/prefs_actions.c
11088                 correct a few spelling mistakes
11089
11090 2002-03-17 [alfons]     0.7.4claws20
11091
11092         * src/matcher.c
11093                 more stringent checks for NULL params when writing
11094                 filtering actions to a file
11095                 
11096 2002-03-17 [hoa]        0.7.3claws20
11097
11098         * src/news.c
11099                 fixed the count of new messages
11100
11101         * src/compose.c
11102                 fixed the "attachment properties" window
11103
11104 2002-03-17 [paul]       0.7.4claws19
11105
11106         * src/defs.h
11107           src/folder.h
11108           src/news.c
11109           src/prefs_account.[ch]
11110           src/procmsg.[ch]
11111           src/summaryview.c
11112                 automatically mark cross-posted messages as read 
11113                 and (optionally) give them a colour label
11114                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11115                 
11116
11117 2002-03-17 [paul]       0.7.4claws18
11118
11119         * sync with sylpheed 0.7.4cvs5
11120                 see ChangeLog entry 2002-03-17
11121
11122 2002-03-17 [melvin]     0.7.4claws17
11123         
11124         * src/textview.c
11125                 Worked around a gtktext 'bug': when searching for 
11126                 a text in a long message it was scrolling slowly
11127                 line by line until it hit the searched text.
11128         * po/fr.po
11129                 Updated French translation
11130
11131 2002-03-17 [melvin]     0.7.4claws16
11132
11133         * src/mainwindow.c
11134         * src/compose.c
11135         * src/prefs_actions.c
11136                 Moved "Edit/Actions" to "Tool/Actions"
11137                 Made mainwindow/compose window sensitive as soon as
11138                 no child process is running anymore even if the io dialog
11139                 is open.
11140                 Fixed a struct being initialized with a non constant char*
11141
11142 2002-03-16 [christoph]  0.7.4claws15
11143
11144         * configure.in
11145                 add --with-compiler-flags option
11146                 (only for developer hacking)
11147         * src/mh.c
11148         * src/procmsg.[ch]
11149         * src/summaryview.c
11150                 try to make folder-stats and flag handling more
11151                 independent from the summaryview. msgcounts
11152                 are only set when the folder is opened and
11153                 procmsg_msginfo_(un)set_flags will handle it
11154                 later and summaryview will get the values
11155                 from the folder.
11156
11157 2002-03-16 [paul]       0.7.4claws14
11158
11159         * src/messageview.c
11160                 fix Return-receipt. Patch submitted by Bob
11161                 Woodside <rwoodside1@comcast.net>
11162
11163 2002-03-16 [paul]       0.7.4claws13
11164
11165         * src/compose.c
11166                 fix 'dynamic' signatures, make it work again
11167                 broken during sync on 2002-03-14 (0.7.4claws2)
11168
11169 2002-03-15 [match]      0.7.4claws12
11170
11171         * src/addrharvest.[ch]
11172         * src/addrgather.[ch]
11173         * src/addressbook.[ch]
11174         * src/mainwindow.c
11175                 included address harvester feature. still some
11176                 issues with address parsing that I will fix.
11177
11178 2002-03-15 [match]      0.7.4claws11
11179
11180         * src/addrbook.[ch]
11181         * src/addrcache.[ch]
11182         * src/addressbook.[ch]
11183         * src/addrindex.c
11184         * src/editbook.c
11185         * src/importldif.c
11186         * src/importmutt.c
11187         * src/jpilot.[ch]
11188         * src/main.c
11189         * src/syldap.[ch]
11190         * src/vcard.[ch]
11191                 tidy up. fix memory leaks. moved attribs and methods
11192                 from individual interfaces to addrcache object. prep
11193                 for new stuff to come in.
11194
11195 2002-03-15 [alfons]     0.7.4claws10
11196
11197         * src/matcher.[ch]
11198         * src/matcher_parser_parse.y
11199         * src/matcher_parser_lex.l
11200         * src/prefs_matcher.c
11201                 add filtering conditions message greater than, smaller 
11202                 than, and exactly matching a size in bytes
11203                 (does not work with delete from POP3 server yet)
11204
11205                 this should also give others an idea what you should
11206                 do to add new criterions to claws filtering system
11207                 
11208
11209 2002-03-15 [paul]       0.7.4claws9
11210
11211         * tools/filter_conv.pl
11212                 exit if there are no filter rules to convert
11213                 rename filterrc to filterrc.old after completion
11214
11215 2002-03-15 [paul]       0.7.4claws8
11216
11217         * sync with sylpheed 0.7.4cvs3
11218                 see ChangeLog entry 2002-03-14
11219
11220 2002-03-14 [paul]       0.7.4claws7
11221
11222         * src/compose.c
11223                 clean up the last commit (ahem)
11224
11225 2002-03-14 [paul]       0.7.4claws6
11226
11227         * src/compose.c
11228                 fix bug #515655. honour account preferences
11229                 regarding gpg default signing/encryption when 
11230                 changing account from the compose window.
11231
11232 2002-03-14 [paul]       0.7.4claws5
11233
11234         * src/folderview.c
11235                 remove unnecessary curly brackets
11236
11237 2002-03-14 [paul]       0.7.4claws4
11238
11239         * src/folderview.c
11240           src/prefs_filtering.[ch]
11241                 add filter rename on folder rename and filter
11242                 delete on folder delete. Patch submitted by
11243                 Neill Miller <neillm@thecodefactory.org> 
11244
11245 2002-03-14 [christoph]  0.7.4claws3
11246
11247         * src/procmsg.c
11248         * src/send.c
11249                 fix local delivery
11250                 (patch submitted by "Simon 'corecode' Schubert")
11251         * src/prefs_common.c
11252         * src/procmsg.c
11253                 fix gcc 3.0 warning
11254
11255 2002-03-14 [paul]       0.7.4claws2
11256
11257         * sync with sylpheed 0.7.4cvs2
11258                 see ChangeLog entry 2002-03-13
11259
11260 2002-03-12 [darko]      0.7.4claws1
11261
11262         * src/mainwindow.c
11263                 fix what seems to be a copy and paste error
11264                 when setting color for important messages
11265                 (reported by wwp)
11266
11267 2002-03-11 [paul]       version 0.7.4claws released
11268
11269 2002-03-11 [paul]       0.7.4claws
11270
11271         * po/es.po
11272           po/it.po
11273           po/nl.po
11274           po/pt_BR.po
11275                 update message catalogs. Submitted by Ricardo Mones 
11276                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11277                 Fabio Junior Beneditto
11278
11279         * configure.in
11280           faq/Makefile.am
11281           faq/it/Makefile
11282           faq/it/sylpheed-faq*
11283           src/mainwindow.c
11284           src/manual.[ch]
11285                 add FAQ in Italian
11286         
11287
11288 2002-03-11 [jens]       0.7.3claws7
11289
11290         * po/de.po
11291                 updated German translation
11292
11293 2002-03-11 [melvin]     0.7.3claws6
11294
11295         * po/fr.po
11296                 updated and corrected French translation
11297
11298 2002-03-10 [hoa]        0.7.3claws5
11299
11300         * src/account.c
11301         * src/inc.c
11302         * src/prefs_account.c
11303         * src/procmsg.c
11304         * src/send.[ch]
11305                 fixed the local account.
11306                 you have to change the default "/usr/sbin/sendmail"
11307                 to "/usr/sbin/sendmail -t" in the preferences of
11308                 the local account.
11309
11310         * src/procmime.c
11311                 removed some debug display for renderer
11312
11313 2002-03-10 [paul]       0.7.3claws4
11314
11315         * faq/en/sylpheed-faq-1.html
11316           faq/en/sylpheed-faq-2.html
11317                 update
11318
11319 2002-03-09 [paul]       0.7.3claws3
11320
11321         * sync with sylpheed 0.7.4
11322                 see ChangeLog entry 2002-03-09
11323
11324 2002-03-08 [paul]       0.7.3claws2
11325
11326         * faq/en/sylpheed-faq*
11327           faq/es/sylpheed-faq*
11328           faq/fr/sylpheed-faq*
11329                 update the FAQs
11330
11331         * manual/fr/.cvsignore
11332           manual/fr/Makefilea.am
11333           manual/fr/sylpheed*
11334           src/mainwindow.c
11335           src/manual.[ch]
11336                 add the French manual
11337
11338 2002-03-07 [paul]       0.7.3claws1
11339
11340         * sync with sylpheed 0.7.3cvs4
11341                 see ChangeLog entries  2002-03-06 and 2002-03-07
11342         
11343         * po/nl.po
11344                 updated by Wilbert Berendsen
11345
11346 2002-03-07 [melvin]     0.7.2claws34
11347
11348         * src/selective_download.c
11349                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11350
11351 2002-03-06 [paul]       0.7.2claws33
11352
11353         * sync with sylpheed 0.7.3cvs1
11354                 bug fix, see ChangeLog entry 2002-03-05
11355
11356 2002-03-05 [paul]       0.7.2claws32
11357
11358         * src/mimeview.c
11359           src/pgptext.[ch]
11360           src/procmsg.c
11361                 reverse the pgp ascii-armored code implemented in 
11362                 0.7.2claws16. removal of this code until it matures.
11363                 this means that verifying ascii-armored pgp sigs and
11364                 automatic decryption of ascii-armored encrypted
11365                 messages no longer works.
11366
11367 2002-03-05 [paul]       0.7.2claws31
11368
11369         * configure.in
11370           Makefile.am
11371         * faq/Makefile.am
11372         * faq/en/Makefile.am
11373           faq/en/sylpheed-faq.html
11374           faq/en/sylpheed-faq-1.html
11375           faq/en/sylpheed-faq-2.html
11376           faq/en/sylpheed-faq-3.html
11377         * faq/es/Makefile.am
11378           faq/es/sylpheed-faq.html
11379           faq/es/sylpheed-faq-1.html
11380           faq/es/sylpheed-faq-2.html
11381           faq/es/sylpheed-faq-3.html
11382           faq/es/sylpheed-faq-4.html
11383         * faq/fr/Makefile.am
11384           faq/fr/sylpheed-faq.html
11385           faq/fr/sylpheed-faq-1.html
11386           faq/fr/sylpheed-faq-2.html
11387           faq/fr/sylpheed-faq-3.html
11388         * src/Makefile.am
11389           src/defs.h
11390           src/mainwindow.c
11391           src/manual.[ch]
11392                 add FAQs in English, Spanish and French
11393
11394
11395 2002-03-05 [paul]       0.7.2claws30
11396
11397         * manual/en/sylpheed.html
11398           manual/en/sylpheed-XX.html
11399                 updated the English manual
11400
11401 2002-03-05 [hoa]        
11402
11403         * src/summaryview.c
11404                 dialog box pops up if the article can't be deleted.
11405
11406 2002-03-04 [paul]       
11407         
11408         * po/pt_BR.po
11409                 updated by Fabio Junior Benedito
11410
11411 2002-03-04 [hoa]
11412
11413         * removed ac/gpgme.m4
11414                 to avoid autogen common problem
11415                 developers have to install gpgme development package now
11416
11417         * src/compose.c
11418                 encoding to 7bit or 8bit is enabled.
11419
11420 2002-03-03 [alfons]     0.7.2claws29
11421
11422         * src/pop.c
11423                 merge fix by Oliver Haertel for selective
11424                 download buglet
11425
11426 2002-03-03 [paul]       0.7.2claws28
11427         
11428         * sync with sylpheed 0.7.3
11429
11430 2002-03-03 [paul]       0.7.2claws27
11431
11432         * sync with sylpheed 0.7.2cvs24
11433                 see ChangeLog entries 2002-03-02 and 2002-03-03
11434
11435 2002-03-02 [melvin]     0.7.2claws26
11436
11437         * src/inc.[ch]
11438         * src/main.c
11439         * src/mainwindow.c
11440         * src/prefs_common.[ch]
11441                 Added user definable notification on new mail arrival.
11442                 Removed unused variables in spell checker prefs code.
11443
11444 2002-03-02 [melvin]     0.7.2claws25
11445
11446         * src/quote_fmt.c
11447                 Removed unnecessary escape sequences.
11448                 Changed 'Initial...' to 'Initials of Sender'
11449
11450 2002-03-02 [paul]       0.7.2claws24
11451
11452         * sync with sylpheed 0.7.2cvs22
11453                 see ChangeLog entry 2002-03-01
11454
11455 2002-03-01 [hoa]        0.7.2claws23
11456
11457         * src/mainwindow.c
11458                 Set sensitivity of delete actions to active
11459                 even if the folder is a newsgroup.
11460
11461         * src/summaryview.c
11462                 - Set sensitivity of delete actions
11463                 - Added function check_permission() that will check if the
11464                   user is authorized to delete a message. For news, it
11465                   will check if the author is the same.
11466                 - Enabled deletion when there is no trash folder.
11467
11468         * src/news.[ch]
11469                 - Added news_cancel_article() to cancel articles
11470                 - Implemented news_remove_message() (public function)
11471
11472 2002-03-01 [paul]       0.7.2claws22
11473
11474         * src/gtkutils.c
11475           src/textview.c
11476                 recognise urls that that don't include 'http://' and
11477                 simply begin 'www.' 
11478
11479         * AUTHORS
11480                 remove duplicated name
11481
11482 2002-02-28 [paul]       0.7.2claws21
11483
11484         * src/mainwindow.c
11485           src/summaryview.[ch]
11486                 add ability to 'Select thread'
11487                 combines Melvin's "Select thread's head" patch (#510907)
11488                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11489                 patch (#518514) 
11490
11491 2002-02-28 [paul]       0.7.2claws20
11492
11493         * src/mimeview.c
11494                 hopefully fix segfault on right-clicking a mime part
11495                 that some people have experienced.      
11496                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11497
11498 2002-02-28 [paul]       0.7.2claws19
11499
11500         * sync with sylpheed 0.7.2cvs21
11501                 see ChangeLog entries 2002-02-27 and 2002-02-28
11502
11503 2002-02-27 [paul]       0.7.2claws18
11504
11505         * sync with sylpheed 0.7.2cvs18
11506                 see ChangeLog entries 2002-02-26 and 2002-02-27
11507
11508 2002-02-26 [alfons]     0.7.2claws17
11509
11510         * src/procheader.c
11511                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11512                 (spotted by Chris Hessman <idatech@gmx.net>)
11513
11514 2002-02-26 [paul]       0.7.2claws16
11515
11516         * src/mimeview.c
11517           src/pgptext.[ch]
11518           src/procmsg.c
11519                 make decryption of ascii-armored pgp encrypted messages
11520                 and verification of ascii-armored signatures work again.
11521                 slightly altered from the patch by Jens Jahnke 
11522                 <jan0sch@gmx.net>
11523
11524                 ##FIX ME##
11525                 * the checking of plaintext signatures always comes up in 
11526                   a popup box
11527                 * it doesn't work for multipart messages 
11528                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11529                   including the msg headers and these 2 line themselves, are 
11530                   not displayed
11531
11532         * src/mainwindow.c
11533                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11534                 "View/Message View" becomes "View/Separate Message View"
11535                 because its less ambiguous.
11536
11537         * po/es.po
11538                 updated by Ricardo Mones Lastra
11539
11540 2002-02-26 [paul]       0.7.2claws15
11541
11542         * sync with sylpheed 0.7.2cvs17
11543                 see ChangeLog entries 2002-02-25 and 2002-02-26
11544
11545 2002-02-25 [christoph]  0.7.2claws14
11546
11547         * src/filtering.[ch]
11548         * src/inc.c
11549                 do filtering stuff after all messages have been received
11550                   1. drop all messages to .processing
11551                   2. scan processing folder for messages
11552                   3. filter messages or move to inbox
11553                 this will also find old messages left in processing after
11554                 a crash or something like that and we get a real msginfo
11555                 from folder->get_msg_list and do not have to create our
11556                 own in filter_message
11557         * src/matcher_parser_parse.y
11558                 remove MIX/MAX warning (reordered includes)
11559
11560 2002-02-25 [paul]       0.7.2claws13
11561
11562         * sync with sylpheed 0.7.2cvs15
11563                 see ChangeLog entry 2002-02-24
11564
11565 2002-02-24 [alfons]     0.7.2claws12
11566
11567         * src/filtering.c
11568                 clear old color flags first when applying a new color to
11569                 a message info. 
11570                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11571
11572 2002-02-24 [alfons]     0.7.2.claws11
11573         
11574         * AUTHORS
11575         * src/prefs_common.c
11576                 add presets for Opera and Konqueror, closes patch #517261,
11577                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11578
11579 2002-02-24 [alfons]     0.7.2.claws10
11580
11581         * AUTHORS
11582         * src/summaryview.c
11583                 fix threading for null message ids, closes patch #521601,
11584                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11585
11586 2002-02-24 [alfons]     0.7.2claws9
11587
11588         * src/summaryview.c
11589         * src/filtering.c
11590                 make Tool | Filter Message work with filtering system so
11591                 setting flags also works
11592
11593                 TODO:
11594
11595                 - Processing uses the same function as Tool | Filter
11596                   Message, but doesn't use the same update proc yet
11597
11598 2002-02-23 [paul]       0.7.2claws8
11599
11600         * sync with sylpheed 0.7.2cvs14
11601                 see ChangeLog entries 2002-02-22 and 2002-02-23
11602
11603 2002-02-22 [christoph]  0.7.2claws7
11604
11605         * src/quote_fmt.c
11606                 Add column space to table
11607         * src/quote_fmt_parse.y
11608                 Close files
11609
11610 2002-02-22 [paul]       0.7.2claws6
11611
11612         * src/Makefile.am
11613           src/defs.h
11614           src/filtering.c
11615           src/inc.[ch]
11616           src/mainwindow.c
11617           src/matcher.[ch]
11618           src/matcher_parser_lex.l
11619           src/matcher_parser_parse.y
11620           src/pop.[ch]
11621           src/prefs_account.h
11622           src/prefs_filtering.c
11623           src/selective_download.[ch]   *** NEW FILES ***
11624           src/utils.[ch]
11625           po/POTFILES.in
11626                 Selective Download added to 'Tool' menu. 
11627                 Retrieves email headers of the currently selected pop3 
11628                 account and allows the user to mark emails for deletion 
11629                 right on the pop3 server. Patch submitted by Oliver Haertel 
11630                 <oha@users.sourceforge.net>.
11631         
11632         * po/POTFILES.in
11633                 add 'src/quote_fmt.c'           
11634
11635 2002-02-22 [christoph]  0.7.2claws5
11636
11637         * src/Makefile.am
11638                 added quote_fmt.c
11639         * src/prefs_common.[ch]
11640         * src/prefs_template.c
11641         * src/quote_fmt.c               *** NEW FILE ***
11642         * src/quote_fmt.h
11643                 move quote format symbol description code
11644                 to it's own file because it is used from
11645                 differnent code parts
11646                 Rewrote symbol description GUI
11647                   + use table
11648                   + add separators
11649                   + get data from array (no more long constant strings)
11650         * src/quote_fmt_lex.l
11651         * src/quote_fmt_parse.y
11652                 Symbol for Literal % changed to \% instead of %%
11653                 (More logical as \ is used for quoting for other symbols)
11654                 Add |f and |p to include files and program output
11655                 Examples:
11656                     |f{/home/.../.signature}
11657                     |p{date}
11658         * po/de.po
11659                 Correct wrong spelling for "Referenzen"
11660
11661 2002-02-21 [paul]       0.7.2claws4
11662
11663         * src/procmsg.c
11664                 forgotten during sync
11665
11666 2002-02-21 [paul]       0.7.2claws3
11667
11668         * sync with sylpheed 0.7.2cvs11
11669                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11670                 2002-02-20 and 2002-02-21
11671
11672 2002-02-20 [melvin]     0.7.2claws2
11673
11674         * src/prefs_actions.c
11675                 Added error report when child cannot fork or when execvp 
11676                 returns with an error.
11677
11678 2002-02-19 [christoph]  0.7.2claws1
11679
11680         * src/codeconv.c
11681                 return unconverted text if conde conversion is not possible
11682                 when libjconv is used.
11683                 (patch submitted by "Simon 'corecode' Schubert")
11684
11685 2002-02-19 [paul]       
11686
11687         * version 0.7.2claws release
11688
11689 2002-02-19 [paul]       0.7.2claws
11690
11691         * po/nl.po
11692                 updated by Wilbert Berendsen
11693
11694
11695 2002-02-18 [alfons]     0.7.1claws13
11696
11697         * src/syldap.c
11698         * src/jpilot.c
11699                 remove references to dlfcn and explicitly loading functions
11700                 from dynalink libs, because libs linked anyway, and functions
11701                 are loaded explicitly
11702
11703 2002-02-17 [melvin]     0.7.1claws12
11704
11705         * src/prefs_actions.c
11706                 Replaced children wait loop with double fork technique.
11707                 Now, input/output window updated at each new output.
11708                 free_children(): Fixed a memory leak.
11709                 Made input/output window non closable if running children
11710                 still exist.
11711                 Added missing <unistd.h> include.
11712                 Added some --debug outputs.
11713
11714 2002-02-17 [melvin]     0.7.1claws11
11715
11716         * src/summaryview.c
11717                 Fixed bug where descending sort order did not select top
11718                 message.
11719
11720 2002-02-17 [melvin]     0.7.1claws10
11721
11722         * acconfig.h
11723                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11724         * src/prefs_common.c
11725                 Pspell data package directory no more hard coded but
11726                 set during configuration (PSPELL_PATH). (Thanks to 
11727                                 Gustavo Noronha Silva.)
11728
11729 2002-02-17 [melvin]     0.7.1claws9
11730
11731         * configure.in
11732                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11733         * src/gtkspell.c
11734                 Fixed compile-time warnings.
11735
11736 2002-02-16 [alfons]     0.7.1claws8
11737
11738         * src/filesel.c
11739                 fix inadvertent free of NULL pointer which caused
11740                 sylpheed to crash when closing the save-as dialog
11741                 using the window close button
11742
11743 2002-02-16 [carsten]    0.7.1claws7
11744         * src/mainwindow.[ch]
11745           src/summaryview.c
11746           src/prefs_common.c
11747                 fixes for pixmap theming code:
11748                         - recently changed mail attributes shouldn't get
11749                           lost any longer
11750                         - theme is only reloaded iff another theme was
11751                           selected
11752
11753 2002-02-16 [paul]       0.7.1claws6
11754
11755         * sync with sylpheed 0.7.2 release
11756                 see ChangeLog entry 2002-02-15 and 2002-02-16
11757
11758 2002-02-15 [paul]       0.7.1claws5
11759
11760         * sync with sylpheed 0.7.1cvs9
11761                 see ChangeLog entry 2002-02-15
11762
11763         * po/POTFILES.in
11764                 remove unneeded headerwindow.c entry
11765
11766 2002-02-14 [carsten]    0.7.1claws4
11767         * src/summaryview.c
11768                 fixed a bug for "Go to next unread message": there was
11769                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11770                 in the prefs, because of doing "Search again" instead
11771                 "No"
11772
11773 2002-02-14 [carsten]    0.7.1claws3
11774         * src/stock_pixmap.c
11775                 removed 2 more mem leaks; following memprof,
11776                 this code is "leak free" now :)
11777
11778 2002-02-14 [carsten]    0.7.1claws2
11779         * src/stock_pixmap.c
11780                 used opendir/readdir/closedir instead of scandir
11781                 -> code should work now on Solaris
11782
11783 2002-02-14 [paul]       0.7.1claws1
11784
11785         * sync with sylpheed 0.7.1cvs8
11786                 see ChangeLog entries 2002-02-13 and 2002-02-14
11787
11788         * README.claws
11789                 add some description of Actions and Pixmap Themes
11790
11791 2002-02-13 [paul]       
11792
11793         * version 0.7.1claws release
11794
11795 2002-02-13 [paul]       0.7.1claws
11796
11797         * po/es.po
11798           po/it.po
11799           po/pt_BR.po
11800                 updated translations, submitted by Ricardo Mones Lastra,
11801                 Alessandro Maestri and Fabio Junior Beneditto
11802
11803 2002-02-13 [melvin]     0.7.0claws75
11804
11805         * src/prefs_actions.c
11806                 Added missing "signal.h" include
11807
11808 2002-02-13 [melvin]     0.7.0claws74
11809
11810         * src/prefs_folder_item.c
11811                 Added missing "config.h" include
11812         * po/fr.po
11813                 Updated French translation for folder propriety.
11814
11815 2002-02-13 [jens]       0.7.0claws73
11816
11817         * po/POTFILES.in
11818                 Added missing src/prefs_folder_item.c [log added by melvin]
11819         * po/de.po
11820                 Updated German translation.
11821
11822 2002-02-13 [melvin]     0.7.0claws72
11823
11824         * po/fr.po
11825                 Updated French translation.
11826
11827 2002-02-13 [melvin]     0.7.0claws71
11828
11829         * src/gtkutils.c
11830                 Made gtkut_editable_get_selection return NULL if selection
11831                 is of length zero.
11832                 This fixes a bug where selecting part of message A then
11833                 switching to message B and replying to it will not
11834                 quote the message's body.
11835
11836 2002-02-12 [paul]       0.7.0claws70
11837
11838         * src/mainwindow.c
11839                 cosmetic, relating to pixmap themes: on toolbar make 
11840                 updating of 'Exec' and 'Compose news/Compose email'
11841                 icons faster.
11842
11843 2002-02-12 [carsten]    0.7.0claws69
11844         * src/folderview.c
11845           src/mainwindow.[ch]
11846           src/stock_pixmap.c
11847           src/summaryview.c
11848           src/prefs_common.c
11849                 - refreshing after changing pixmap theme better
11850                   now (thanks Paul)
11851                 - wanted to remove some mem leaks, but alfons was
11852                   faster (and had the better solution ;)
11853
11854 2002-02-12 [alfons]     0.7.0claws68
11855
11856         * src/prefs_common.c
11857         * src/stock_pixmap.[ch]
11858                 plug mem leaks, refactor code a little bit
11859
11860
11861 2002-02-12 [sergey]     0.7.0claws67
11862
11863         * src/imap.c
11864                 Fixed problem with copying messages to IMAP folders when the
11865                 server uses something other than '/' as a namespace separator
11866                 (cyrus-imapd uses '.').
11867
11868 2002-02-12 [jens]       0.7.0claws66
11869
11870         * po/de.po
11871                 Updated German Translation
11872
11873 2002-02-12 [paul]       0.7.0claws65
11874
11875         * sync with sylpheed 0.7.1cvs1
11876                 see ChangeLog entry 2002-02-12
11877
11878 2002-02-12 [melvin]     0.7.0claws64
11879
11880         * src/prefs_actions.c
11881                 Fixed "feature" where children's output was duplicated 
11882                 instead of refreshed while monitoring.
11883                 Removed some debug code.
11884
11885 2002-02-12 [christoph]  0.7.0claws63
11886
11887         * src/compose.c
11888                 always delete message from queue after sending/send error
11889                 (closes bug #509601)
11890
11891 2002-02-12 [melvin]     0.7.0claws62
11892
11893         * src/prefs_actions.c
11894                 Children wait loop is now triggered with a timeout of 1s
11895                 Added %F which is replaced with the list of filenames 
11896                 of all selected messages (as suggested by Ricardo Mones Lestra)
11897                 Pipe syntax changed. Prefix with | to send selection, postfix
11898                 with | to retrieve output. Prefix with > or * to send
11899                 user definable input to the command (*: input is hidden)
11900                 Old pipe action should now be postfixed with |, too.
11901
11902 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11903         * src/stock_pixmap.c
11904                 fixed a bug: if there's no theme directory don't
11905                 throw an error, just do "nothing" (thanks Alfons)
11906
11907 2002-02-12 [carsten]    0.7.0claws60
11908         * src/folderview.c
11909           src/summaryview.c
11910                 had to write the cache twice (nasty!); some marks would 
11911                 get lost if not
11912
11913 2002-02-11 [carsten]    0.7.0claws59
11914         * acconfig.h
11915           configure.in
11916           doc-src/maintainer_guide.txt
11917           src/compose.[ch]
11918           src/defs.h
11919           src/folderview.[ch]
11920           src/gtkutils.[ch]
11921           src/mainwindow.[ch]
11922           src/prefs_common.[ch]
11923           src/stock_pixmap.[ch]
11924           src/summaryview.[ch]
11925                 pixmap theming and related work on pixmap
11926                 handling on some other places
11927                 (e.g. hrm features for all folder)
11928           src/pixmap/stock_*.xpm -> the stock_ was removed
11929         
11930 2002-02-11 [paul]       0.7.0claws58
11931
11932         * sync with sylpheed 0.7.1 release
11933                 see ChangeLog entries 2002-02-11
11934
11935 2002-02-08 [paul]       0.7.0claws57
11936
11937         * sync with sylpheed 0.7.0cvs39
11938                 see ChangeLog entry 2002-02-07 (last entry) 
11939
11940         * src/prefs_actions.c
11941           src/prefs_filtering.c
11942           src/prefs_matcher.c
11943           src/prefs_scoring.c
11944                 sync: made it compile with C compilers other than gcc
11945
11946 2002-02-07 [paul]       0.7.0claws56
11947
11948         * sync with sylpheed 0.7.0cvs38
11949                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11950                 2002-02-07
11951
11952 2002-02-07 [darko]      0.7.0claws55
11953
11954         * src/gtkutils.[ch]
11955         * src/summaryview.c
11956                 Fix const gchar */gchar * issue (thanks Hiro)
11957
11958 2002-02-07 [darko]      0.7.0claws54
11959
11960         * src/compose.[ch]
11961         * src/filtering.c
11962         * src/gtkutils.[ch]
11963         * src/prefs_template.c
11964         * src/quote_fmt.h
11965         * src/quote_fmt_parse.y
11966         * src/summaryview.c
11967         * src/utils.[ch]
11968                 When replying or forwarding an email don't quote the entire
11969                 mail body but use the part of the message text that is selected
11970
11971 2002-02-06 [melvin]     0.7.0claws53
11972
11973         * src/prefs_common.[ch]
11974         * src/gtkspell.[ch]
11975         * src/compose.c
11976                 Made possible to switch quickly to last used dictionary
11977                 which makes checking bilingual documents easier.
11978
11979 2002-02-06 [melvin]     0.7.0claws52
11980         
11981         * po/POTFILES.in
11982                 Added forgotten new file src/prefs_actions.c
11983
11984 2002-02-06 [melvin]     0.7.0claws51
11985
11986         * src/prefs_actions.c   ** NEW FILE **
11987         * src/prefs_actions.h   ** NEW FILE **
11988                 Added actions to execute on message text view, or on the
11989                         message's file.
11990         * src/Makefile.am
11991                 Added src/prefs_actions.[ch]
11992         * src/compose.c
11993                 Added new menu "Edit/Actions"
11994         * src/defs.h
11995                 Added new actionsrc file.
11996         * src/main.c
11997                 Added actionsrc reading.
11998         * src/mainwindow.c
11999                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12000         * src/prefs_common.h
12001                 Added new element actionslst element to prefs_common.
12002
12003 2002-02-06 [paul]       0.7.0claws50
12004
12005         * sync with sylpheed 0.7.0cvs36
12006                 see ChangeLog entry 2002-02-06
12007
12008 2002-02-05 [paul]
12009
12010         * po/es.po
12011                 updated by Ricardo Mones Lastra
12012
12013 2002-02-05 [paul]       0.7.0claws49
12014
12015         * sync with sylpheed 0.7.0cvs33
12016                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12017
12018 2002-02-05 [paul]       0.7.0claws48
12019
12020         * src/compose.c
12021                 re-add 'Edit/Advanced/Delete entire line', previously named
12022                 'Delete Line+'
12023
12024 2002-02-04 [paul]       0.7.0claws47
12025
12026         * src/compose.c
12027           src/summaryview.c
12028                 fix bug #494993 (Reply All not taking Reply-To into consi)
12029                 eliminate differences in behaviour of right-click 'Reply to all' 
12030                 in summary view and 'Reply to all' on the toolbar. 
12031                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12032                 view and From gets ignored by 'Reply to all' on toolbar.
12033                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12034                 From when no Reply-To header is present.
12035
12036 2002-02-04 [paul]       0.7.0claws46
12037
12038         * sync with sylpheed 0.7.0cvs30
12039                 see ChangeLog entries 2002-02-03 and 2002-02-04
12040
12041 2002-02-03 [melvin]     0.7.0claws45
12042
12043         * src/gtkspell.[ch]
12044                 Readded function to highlight all misspelled words.
12045                 Fixed bug where user-provided-words did not replace
12046                         correctly the misspelled word when using the mouse.
12047                 Fixed bug where checking a region selected from right to left did
12048                         not check the region at all.
12049                 Fixed bug where 'Check backwards' may not check at all. 
12050                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12051                 Fixed possible buffer overflow when checking for long strings (>1k).
12052                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12053                 Accelerators code uses now gtk_widget_add_accel.
12054                 Removed and disabled obsolete and unfinished code.
12055                 Cleaning up.
12056
12057         * src/compose.c
12058                 Added menu item to Highlight all misspelled words.
12059
12060 2002-02-01 [paul]       0.7.0claws44
12061
12062         * src/mainwindow.c
12063                 fix '/View/Hide read messages' sensitivity when all
12064                 messages in a folder are hidden
12065
12066 2002-02-01 [paul]       0.7.0claws43
12067
12068         * src/main.c
12069                 add --send option to command line interface, sends all
12070                 queued mail. Patch submitted by Ricardo Mones Lastra.
12071
12072 2002-01-31 [paul]       0.7.0claws42
12073
12074         * src/mainwindow.c
12075                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12076
12077 2002-01-31 [paul]       0.7.0claws41
12078
12079         * sync with sylpheed 0.7.0cvs27
12080                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12081                 and 2002-01-31
12082
12083         * src/textview.c
12084                 comment out elements of textview_show_part() as temporary
12085                 workaround for attachment 'Display as text' bug 
12086
12087         * po/pt_BR.po
12088                 updated by Fabio Junior Beneditto
12089
12090 2002-01-30 [paul]       0.7.0claws40
12091
12092         * sync with sylpheed 0.7.0cvs24
12093                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12094                 and 2002-01-30
12095
12096         * src/compose.c
12097                 add {N_("/_Spelling"), ... "<Branch>"} to 
12098                 GtkItemFactoryEntry compose_entries[]
12099
12100         * src/prefs_common.c
12101                 add claws menu items to prefs_keybind_apply_clicked()
12102                 and remove non-claws menu items
12103
12104 2002-01-29 [paul]       0.7.0claws39
12105
12106         * sync with sylpheed 0.7.0cvs22
12107                 see ChangeLog entries 2002-01-28 and 2002-01-29
12108
12109 2002-01-28 [melvin]     0.7.0claws38
12110
12111         * src/compose.c
12112                 Added the declartion of compose_send_control_enter.
12113
12114         * src/compose.c
12115         * src/gtkspell.[ch]
12116                 Added in a 'Spelling' menu which includes the configuration menu. 
12117                 Added a real 'Check all' and got rid from the old one which only
12118                 highlited misspelled word.
12119                 Made 'Check while typing' a disableable option.
12120                 Added a dialog when there are no more misspelled word.
12121                 Added a dialog if error occurs when switching to a dictionary.
12122         
12123         * src/prefs_common.[ch]
12124                 Added option for the default 'Check while typing' option.
12125
12126
12127 2002-01-28 [alfons]     0.7.0claws37
12128
12129         * src/compose.c
12130                 fix buglet and make code comply with sylpheed code style
12131
12132 2002-01-28 [paul]       0.7.0claws36
12133
12134         * sync with sylpheed 0.7.0cvs19
12135                 see ChangeLog entries for 2002-01-28
12136
12137 2002-01-28 [hoa]        0.7.0claws35
12138
12139         * src/defs.h
12140                 added rendererrc
12141
12142         * src/main.c
12143                 read the renderer config
12144
12145         * src/procmime.[ch]
12146                 use the renderer config to convert mime attachments
12147
12148         * src/textview.c
12149                 don't use textview_show_html/ertf,
12150                 use get_text_content instead
12151
12152 2002-01-27 [alfons]     0.7.0claws34
12153         
12154         * src/news.c
12155                 make sylpheed believe it can delete a news message...
12156                 (messages are NOT deleted, maybe we should remove
12157                 processing from the folder properties after all.)
12158
12159 2002-01-27 [alfons]     0.7.0claws33
12160
12161         * src/folder.c
12162                 add extra checks
12163         * src/news.c
12164                 implement remove_msg() 
12165
12166 2002-01-27 [alfons]     0.7.0claws32
12167
12168         * src/procmsg.h
12169         * src/procheader.c
12170         * src/messageview.c
12171                 fix return receipt / disposition notification again. this
12172                 stuff seems to break on _every_ major summary UI change, so
12173                 it's now implemented using a flag which is saved in the
12174                 marks cache
12175                 
12176 2002-01-26 [alfons]     0.7.0claws31
12177
12178         * src/import.c
12179                 let import dialog show the destination folder identifier
12180
12181 2002-01-26 [melvin]     0.7.0claws30
12182
12183         * src/folderview.c
12184         * src/summaryview.c
12185                 Readded 'Mark all read' into summary view popup menu
12186                 Added 'Mark all read' in folder view popup menu for IMAP
12187                 and NNTP.
12188                 Made it insensitive if the selected folder is not the shown
12189                 one to avoid 'Mark all read' on the wrong folder.
12190                 
12191 2002-01-26 [paul]       0.7.0claws29
12192
12193         * src/folderview.c
12194           src/summaryview.c
12195                 move 'Mark all read' from summary view to folder view
12196                 menu. (adapted from) patch submitted by Jeremy Andrews,
12197                 <lists@kerneltrap.com>
12198
12199 2002-01-25 [alfons]     0.7.0claws28
12200
12201         * src/gtkstext.c
12202                 put the gtk class name back so GtkSText adapts the 
12203                 settings of GtkText
12204
12205 2002-01-25 [alfons]     0.7.0claws27
12206
12207         * src/folderview.c 
12208                 assimilate Ricardo's patch that shows pixmaps instead of
12209                 plain "new" and "unread" texts in the folder view column
12210                 headers 
12211
12212 2002-01-25 [paul]       0.7.0claws26
12213
12214         * src/Makefile.am
12215                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12216                 be found in non-standard locations. 
12217                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12218
12219 2002-01-25 [paul]       0.7.0claws25
12220
12221         * sync with sylpheed 0.7.0cvs16
12222                 see ChangeLog entry 2002-01-25
12223
12224 2002-01-24 [paul]       0.7.0claws24
12225
12226         * more sync with sylpheed 0.7.0cvs15
12227                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12228
12229 2002-01-23 [sergey]     0.7.0claws23
12230
12231         * src/importldif.c
12232                 Fixed segfault when closing LDIF import wizard with
12233                 the window manager.
12234         * src/imageview.c
12235         * src/imageview.h
12236         * src/messageview.c
12237         * src/mimeview.c
12238                 Fixed wrong scrolling position after switching between
12239                 text and image parts.
12240
12241 2002-01-23 [paul]       0.7.0claws22
12242
12243         * sync with sylpheed 0.7.0cvs15
12244                 see ChangeLog entries 2002-01-22 and 2002-01-23
12245
12246 2002-01-21 [melvin]     0.7.0claws21
12247
12248         * src/prefs_scoring.c
12249         * src/prefs_filtering.c
12250                 Fixed bug where scoring and filtering windows stopped
12251                 autochecking.
12252
12253 2002-01-21 [paul]       0.7.0claws20
12254
12255         * sync with sylpheed 0.7.0cvs12
12256                 see ChangeLog entries 2002-01-20 and 2002-01-21
12257
12258 2002-01-21 [carsten]    0.7.0claws19
12259         * src/mainwindow.c
12260         * src/menu.[ch]
12261         * src/messageview.[ch]
12262         * src/summaryview.[ch]
12263                 changes to shortcuts handling again:
12264                         + "Q" now controled by mainwin
12265                         + v/V are now customizable and have slightly
12266                           different meanings
12267                 the "button" to minimize the messageview (and maximize
12268                 the summary view) is a real button now
12269         * src/compose.c
12270                 "Delete Line+" added to Edit/Advanced (this will also
12271                 delete the '\n')
12272
12273 2002-01-20 [melvin] 0.7.0claws18
12274
12275         * src/addressbook.c
12276                 Made "Bcc" sensitive when addressbook is called from
12277                 compose window (it was a Claws only bug).
12278
12279 2002-01-19 [alfons] 0.7.0claws17
12280
12281         * src/inc.c
12282                 prevent unnecessary updates when currently selected folder has
12283                 no new messages 
12284
12285 2002-01-19 [alfons] 0.7.0claws16
12286         
12287         * src/summaryview.c
12288                 prevent writing the cache based on current message list in summary 
12289                 view when filtering also put messages in currently selected folder
12290
12291 2002-01-19 [paul]
12292
12293         * po/it.po
12294                 Italian translation submitted by Alessandro Maestri
12295                 <a.maestri@cs.tin.it>
12296
12297 2002-01-18 [melvin]     0.7.0claws15
12298
12299         * src/prefs_filters.c
12300                 fixed bug where 'cancel' from 'filters' window stops autochecking
12301                 if the timer timed out  when the window was open.
12302
12303 2002-01-18 [match]      0.7.0claws14
12304
12305         * src/addrclip.[ch]     ** NEW FILE **
12306         * src/addrselect.[ch]   ** NEW FILE **
12307         * src/adbookbase.h      ** NEW FILE **
12308                 addressbook cut, copy and paste
12309         * src/addrbook.[ch]
12310         * src/addrcache.[ch]
12311         * src/addressitem.h
12312         * src/addrindex.[ch]
12313         * src/addritem.[ch]
12314         * src/importldif.c
12315         * src/importmutt.c
12316         * src/jpilot.[ch]
12317         * src/syldap.[ch]
12318         * src/vcard.[ch]
12319         * src/jpilot.[ch]
12320         * src/editbook.c
12321         * src/editjpilot.c
12322         * src/editldap.c
12323         * src/editvcard.c
12324                 support for copy/paste
12325         * src/addressbook.c
12326                 support for copy/paste
12327                 tidy up menu option processing
12328                 correct address list function arguments
12329         * src/editaddress.c
12330                 sort user attributes
12331         * src/ldif.h
12332         * src/mutt.h
12333                 tidy up
12334
12335         * src/addrbook.[ch]
12336         * src/addrbook.[ch]
12337         * src/addrbook.[ch]
12338                 
12339
12340 2002-01-18 [paul]       0.7.0claws13
12341
12342         * sync with sylpheed 0.7.0cvs8
12343                 configure.in: support Mac OS X (Darwin)
12344
12345 2002-01-18 [carsten]    0.7.0claws12
12346         * src/html.c
12347                 small hack to fix a segfault with an empty href
12348                 (reported by Alexandra Walford <deeni@altern.org>)
12349         * src/mainwindow.c
12350         * src/summaryview.c
12351                 the shortcuts for Mark und Mark as unread are hardcoded
12352                 again
12353         * src/compose.c
12354         * src/gtkstext.[ch]
12355                 readded the shortcuts in gtkstext but made them
12356                 customizeable (simply by adding a menu plus a wrapper
12357                 to compose.c)
12358
12359 2002-01-17 [melvin]     0.7.0claws11
12360
12361         * src/gtkspell.c
12362                 fix default dictionary not being saved.
12363
12364 2002-01-16 [darko]      0.7.0claws10
12365
12366         * src/compose.c
12367                 fix wrapping crash with URL longer than wrapping margin
12368
12369 2002-12-08 [hoa]        0.7.0claws10
12370
12371         * src/matcher_parser_parse.y
12372                 fixed some bugs
12373
12374         * src/prefs_filtering.c
12375                 now, we can use bounce action in the dialog box.
12376
12377 2002-01-16 [carsten]    0.7.0claws9
12378         * src/gtkstext.c
12379                 removed the <control> and <alt> shortcuts because they're
12380                 not needed and interefered with the "normal" shortcuts
12381         * src/mainwindow.c
12382         * src/summaryview.c
12383                 removed most of the hardcoded shortcuts and assigned
12384                 them to menu entries making them easy customizable by
12385                 that
12386
12387 2002-01-16 |melvin]     0.7.0claws8
12388
12389         * src/gtkspell.c
12390                 fixed bug where using the mouse and when the compose
12391                 window is not on top may result in a crash.
12392
12393 2002-01-16 [melvin]     0.7.0claws7
12394
12395         * src/compose.c
12396                 fixed a long standingspell checker bug which could 
12397                 cause a crash after sending a message.
12398
12399 2002-01-16 [paul]       0.7.0claws6
12400
12401         * sync with sylpheed 0.7.0cvs7
12402                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12403                 2002-01-15, and 2002-01-16
12404
12405 2002-01-16 [melvin]     0.7.0claws5
12406
12407         * README.claws
12408         * src/compose.c
12409         * src/gtkspell.[ch]
12410         * src/main.c
12411                 Heavily modified spell checker code to work around
12412                 ispell bug, to add keyboard shortcuts and for future
12413                 enhancements. See README.claws for usage information.
12414
12415 2002-01-15 [alfons]     0.7.0claws4
12416         
12417         * src/summaryview.c
12418                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12419                 so sorting within threads reflects sort mode
12420
12421 2002-01-15 [christoph]  0.7.0claws3
12422
12423         * src/procmsg.c
12424                 added alertpanel if mail sending failed
12425
12426 2002-01-15 [alfons]     0.7.0claws2
12427         
12428         * src/prefs_filtering.c
12429                 don't stop timer when prefs filtering dialog is opened
12430
12431 2002-01-14 [alfons]     0.7.0claws1
12432
12433         * src/addr_compl.c
12434         * src/prefs.c
12435                 remove debug_print()s for privacy reasons
12436
12437 2002-01-14 [darko]      0.7.0claws
12438
12439         * README.claws
12440                 quotation wrapping is now also in the main branch
12441
12442 2002-01-14 [paul]
12443
12444         * tools/filter_conv.pl
12445                 allow for Boolean Op and case-sensitivity
12446                 this file is included in the release and tagged
12447                 'rel_0_7_0'
12448
12449 2002-01-13 [paul]       0.7.0claws
12450
12451         * release 0.7.0, with cvs tag 'rel_0_7_0'
12452
12453 2002-01-13 [paul]
12454
12455         * tools/filter_conv.pl
12456         * tools/README
12457                 rewritten to output to matcherrc instead of filteringrc
12458
12459         * po/es.po
12460                 updated Spanish translation by Ricardo Mones Lastra
12461
12462 2002-01-13 [alfons]
12463
12464         * po/nl.po
12465                 update dutch translation
12466
12467 2002-01-13 [paul]
12468
12469         * po/pt_BR.po
12470                 Updated by Fabio Junior Beneditto 
12471
12472 2002-01-13 [melvin]     0.6.6claws53
12473
12474         * po/fr.po
12475                 Updated french translation
12476
12477 2002-01-12 [alfons]     0.6.6claws52
12478
12479         * src/filtering.c
12480                 plug mem leak that has been sitting there for ages              
12481
12482 2002-01-12 [alfons]     0.6.6claws51
12483
12484         * src/summaryview.c
12485                 undo melvin's changes from 0.6.6claws48 because summary
12486                 view now refuses to select first unread message when
12487                 selecting a folder 
12488
12489 2002-01-11 [alfons]     0.6.6claws50
12490
12491         * src/import.c
12492                 use claws' semantics for getting folder item when
12493                 importing an mbox file into a folder 
12494                 (submitted by Dale P. Smith)
12495
12496 2002-01-11 [christoph]  0.6.6claws49
12497
12498         * src/prefs.h
12499                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12500                 toggle widget, because non static prefs can not use
12501                 prefs_set_* functions
12502         * src/prefs_account.c
12503                 toggle smtp auth password field sensitivity if
12504                 user id is empty and add descrition of usage for
12505                 these fields
12506         * src/prefs_folder_item.c
12507                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12508                 callbacks
12509
12510 2002-01-11 [melvin]     0.6.6claws48
12511
12512         * src/compose.c
12513                 fix the 'Ctrl-Enter' feature for sending and test really
12514                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12515                 editables which was not documented in Gtk)
12516
12517         * src/summaryview.c
12518                 Made summaryview refresh after sorting and not before.
12519
12520 2002-01-11 [christoph]  0.6.6claws47
12521
12522         * src/compose.c
12523                 select account from account ids if possible and
12524                 correctly set save folder for copy in reedit
12525
12526 2002-01-10 [paul]       0.6.6claws46
12527
12528         * sync with sylpheed 0.7.0 release
12529                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12530                 2002-01-09
12531
12532 2002-01-09 [alfons]
12533
12534         * src/summaryview.c
12535                 remove more dirt traces...
12536
12537 2002-01-09 [alfons]
12538         
12539         * src/summaryview.c
12540                 clean up some traces of my debugging stuff
12541
12542 2002-01-09 [alfons]     0.6.6claws45
12543
12544         * src/filtering.c
12545                 break up filteringprop_apply() in three separate pieces
12546                 so we can drop messages that failed processing in the
12547                 inbox
12548
12549         * src/summaryview.c
12550                 fix bug #469598 "no refresh of inbox after filter" which 
12551                 was introduced by the new summary view locking, and which 
12552                 prevented the summary view to update after a manual filter 
12553                 message. claw's filter message requires a summary_show().
12554                 (aargh, summary_show() again! :-)
12555                 
12556 2002-01-07 [alfons]     0.6.6claws44
12557
12558         * src/headerwindow.c
12559         * src/logwindow.c
12560         * src/messageview.c
12561         * src/sourcewindow.c
12562                 bring in Hiro's last 0.7.0 wm class fixes
12563
12564         * tools/sylprint.pl
12565                 bring in Ricardo's fix for sylprint script
12566
12567         * AUTHORS       
12568         * src/rfc2015.[ch]
12569         * src/prefs_common.[ch]
12570         * src/prefs_account.[ch]
12571         * src/compose.c
12572                 clean up account preference poison in rfc2015,
12573                 and preparation to fix double sign bug 
12574                 (patch submitted by Simon 'corecode' Schubert)
12575
12576 2002-01-07 [christoph]  0.6.6claws43
12577
12578         * src/mh.c
12579                 search for free message number, do not only rely
12580                 on last_num
12581         * src/send.c
12582                 fix smtp auth and use extra account information
12583                 if available, if not use pop3 data instead
12584                 (closes bug #500341)            
12585         * src/ssl.[ch]
12586                 match coding style
12587
12588 2002-01-06 [alfons]     0.6.6claws42
12589
12590         * src/mainwindow.c
12591                 try making the separate windows work again...
12592
12593 2002-01-06 [alfons]     0.6.6claws41
12594
12595         * src/mainwindow.c
12596                 adapt Hiro's separate window menu (to get rid of the funny
12597                 duplicate menu items), and make it work again
12598
12599 2002-01-06 [alfons]     0.6.6claws40
12600
12601         * tools/Makefile.am
12602         * tools/sylprint.rc
12603         * tools/sylprint.pl
12604         * tools/README.sylprint
12605                 add sylprint script for printing mails from Sylpheed
12606                 (contributed by Ricardo Mones Lastra)
12607
12608         * src/acount.c
12609                 clean up
12610
12611 2002-01-06 [melvin]     0.6.6claws39
12612
12613         * src/mainwindow.c
12614         * src/summaryview.c
12615                 Fixed crash introduced in 0.6.6claws38 by the menu
12616                 reorganisation (Hide read messages)
12617         
12618         * ChangeLog.claws 
12619                 Fixed typo (we are now in 2002, alfons ;) )
12620
12621 2002-01-05 [alfons]     0.6.6claws38
12622
12623         * sync with sylpheed 0.6.6cvs10-17
12624                 (last stuff marked as LAST_STABLE)
12625
12626 2002-01-04 [melvin]     0.6.6claws37
12627
12628         * src/account.c
12629                 Made account selection code use strcasestr again instead of
12630                 g_strcasecmp (fixes bug where reediting queued messages
12631                 did not select proper account reported by T. Link).
12632         
12633         * src/folderview.c
12634                 Fix bug where folder icons are not shown when 'hide read messages'
12635                 is on.
12636         
12637         * src/stock_pixmaps.[ch]
12638                 Added folder icons for 'hide read messages'.
12639         
12640         * src/compose.c
12641                 Fixed bug where 'Enter' in a header entry will send the message 
12642                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12643
12644 2002-01-03 [melvin]     0.6.6claws36
12645         
12646         * src/prefs.[ch]
12647                 Added popup menu for common preferences and
12648                 account preferences (right click on tab displays
12649                                 a menu of all tabs.)
12650
12651 2002-01-02 [melvin]     0.6.6claws35
12652
12653         * src/gtkspell.[ch]
12654                 Made spelling code compatible with undo/redo feature.
12655                 Added creation of suggestion mode menu for the general
12656                         preferences.
12657         
12658         * src/prefs_common.[ch]
12659                 Added option menu for the speller's suggestion mode.
12660                 Added missing spaces in "..." buttons and made a "..."
12661                         button non translatable!
12662         
12663         * src/compose.c
12664                 Made speller use the default suggestion mode.
12665                 Hack to make it possible to choose 'CTRL-Enter' as a
12666                         shortcut for sending (and only for sending).
12667
12668         * src/prefs_folder_item.c
12669                 Changing subject simplification does not update cache 
12670                         anymore (because it is unnecessary).
12671                 Fixed bug where changing subject simplification updated the 
12672                         summaryview even when the viewed folder is not the
12673                         folder which properties are being changed. (E.g. 
12674                                         viewing folder A and changing
12675                                         the subject simplification of 
12676                                         folder B -not being viewed- updated the 
12677                                         summaryview of folder A with data of
12678                                         folder B). (Hope this is clear... )
12679
12680 2001-12-31 [alfons]     0.6.6claws34
12681         
12682         * src/ldif.c
12683         * src/mutt.c
12684                 fgetc() returns a signed integer which doesn't
12685                 fit in a char. so c truncates this to a char
12686                 but we may lose significant bits. i.e. we may
12687                 comparing 0xFF which may not be equal to -1
12688                 unless properly casted to signed char which
12689                 we won't do because fgetc() returns a signed
12690                 integer which doesn't fit in a char. so c 
12691                 truncates this to a char but we may lose 
12692                 significat bits. (you got the idea, thanks
12693                 to Gustavo Noronha Silva <kov@debian.org>
12694                 and the Debian folks!)
12695
12696 2001-12-30 [alfons]     0.6.6claws33
12697
12698         * src/prefs_common.c
12699                 add #ifdef USE_PSPELLs that Melvin forgot               
12700
12701 2001-12-30 [melvin]     0.6.6claws32
12702         
12703         * src/prefs_common.[ch]
12704                 Added configurable color for misspelled words.
12705
12706         * src/gtkspell.[ch]
12707                 Fixed bug of foreground text color (reported by David
12708                                 Mehrmann)
12709                 Added configurable color for misspelled words.
12710
12711 2001-12-30 [alfons]     0.6.6claws31
12712
12713         * src/folder.c
12714                 remove unnecessary things someone put there
12715
12716         * src/mh.c
12717         * src/folder.[ch]
12718                 make folder properties (like threading and sorting) persistent
12719                 (closes bug #497424 "rescan folder tree resets proprieties")
12720                 currently this is only for MH folders. 
12721
12722 2001-12-29 [melvin]     0.6.6claws30
12723
12724         * src/string_match.[ch]
12725                 Optimized a bit: regexp pattern buffer compiled only once, and
12726                   one subroutine call removed. Fixed ^ regexp search: Now, 
12727                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12728         
12729         * src/summaryview.c
12730                 Subject filtering changed to filter summary columns and
12731                   not directly the messages subject cache. The loss in 
12732                   performance is balanced by the improvement of string_match.
12733                 Added an alert panel if there is an error in the regexp.
12734
12735         * src/src/prefs_folder_item.h
12736                 Added a regexp pattern buffer.
12737
12738 2001-12-28 [alfons]     0.6.6claws29
12739
12740         * src/string_match.[ch]
12741                 clean up name space
12742                 allow compilation *BSD
12743
12744 2001-12-27 [alfons]     0.6.6claws28
12745
12746         * src/filter.c
12747                 sync the Hiro's bug fix for BSD
12748
12749 2001-12-27 [melvin]     0.6.6claws27
12750         
12751         * src/compose.c
12752                 Simplify focus to subject entry code.
12753
12754 2001-12-27 [darko]      0.6.6claws26
12755
12756         * src/filtering.c
12757         * src/mbox_folder.c
12758         * src/messageview.c
12759         * src/mh.c
12760         * src/procheader.[ch]
12761         * src/procmsg.h
12762         * src/stock_pixmap.[ch]
12763         * src/summaryview.c
12764                 Show key icon for encrypted mails in summary view
12765
12766         * src/pixmaps/clip.xpm
12767         * src/pixmaps/clipkey.xpm
12768         * src/pixmaps/key.xpm
12769                 New/modified icons for the above
12770
12771 2001-12-27 [melvin]     0.6.6claws25
12772
12773         * src/prefs_common.c
12774                 Put spell checker options in a separate tab to decrease
12775                 the Common Preferences window height.
12776
12777         * README.claws  
12778                 Update spell checker usage instruction about its options
12779                 location.
12780
12781 2001-12-27 [melvin]     0.6.6claws24
12782
12783         * src/compose.c
12784                 Changed subject entry widget position. Initial focus is
12785                 on the To header instead of the subject entry.
12786                 Creating a new header scrolls the header list to make the
12787                 created one visible. Nevertheless, when automatically filling
12788                 headers, the first one is shown.
12789                 A Tab key press in the last empty header entry zips the 
12790                 focus to the subject entry.
12791                 (I did not change the combo boxes, yet)
12792
12793 2001-12-26 [alfons]     0.6.6claws23
12794
12795         * src/prefs_account.c
12796         * src/inc.c
12797                 allow default inbox to reside in another mailbox (only
12798                 works for POP3 accounts)
12799
12800 2001-12-26 [alfons]     0.6.6claws22
12801         
12802         * src/textview.c
12803                 make reply-on-click work with the account of the selected folder
12804         * src/compose.c
12805                 put a fixme here to remind me to fix finding correct default
12806                 account for nested folders
12807
12808 2001-12-25 [alfons]     0.6.6claws21
12809
12810         * src/summaryview.c
12811                 make column headers display locked and mark pixmaps (idea by Melvin) 
12812                 fix bug by adding score and locked column type to sort array
12813
12814 2001-12-25 [alfons]     0.6.6claws20
12815         
12816         * src/summaryview.c
12817                 catch a *potentially* inadvertent write back of  
12818                 the message cache(s) introduced by 0.6.5claws37
12819
12820 2001-12-25 [christoph]  0.6.6claws19
12821
12822         * src/stock_pixmap.[ch]
12823         * src/summaryview.c
12824                 add ignore thread pixmap
12825                 (can someone draw a better icon for this?)
12826
12827 2001-12-24 [alfons]     0.6.6claws18
12828
12829         * src/prefs_folder_item.c
12830                 make address completion actually work for the
12831                 Default To address in the Folder Property dialog.
12832
12833 2001-12-24 [alfons]     0.6.6claws17
12834         
12835         * src/summaryview.c
12836                 use new style regexp for subject stripping 
12837                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12838
12839 2001-12-24 [darko]      0.6.6claws16
12840
12841         * src/pgptext.c
12842         * src/rfc2015.c
12843                 move GPG related informational messages to debug mode
12844
12845 2001-12-23 [alfons]     0.6.6claws15
12846
12847         * src/stock_pixmap.[ch]
12848         * src/summaryview.c
12849                 add the forgotten Claws' locked pixmap
12850
12851 2001-12-23 [alfons]     0.6.6claws14
12852
12853         * src/filesel.c
12854                 accept file name typed in entry in multi file
12855                 selector (patch submitted by Gustavo Noronha Silva 
12856                 <kov@debian.org>)
12857
12858 2001-12-23 [alfons]     0.6.6claws13
12859
12860         * src/prefs_filter.c
12861         * src/prefs_filtering.c
12862         * src/matcher.c
12863         * src/importmutt.c
12864                 clean up a little bit
12865         
12866         * src/string_match.c
12867                 validate input strings a little bit more
12868
12869 2001-12-23 [alfons]     0.6.6claws12
12870
12871         * src/Makefile.am
12872         * src/summaryview.c
12873         * src/string_match.[ch]         ** NEW **
12874         * src/folderview.[ch]
12875         * src/headerview.h
12876         * src/folder.[ch]
12877         * src/prefs_folder_item.[ch]
12878                 add subject simplification to strip out strings from
12879                 a subject line (esp. handy for mailing lists). 
12880                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12881                 but slightly changed things for better integration.)
12882
12883 2001-12-23 [alfons]     0.6.6claws11
12884
12885         * src/mainwindow.c
12886                 fix bug introduced by submission included in 0.6.5claws52.
12887                 ideally this submission should clean the trash if any trash
12888                 folder has a message. however, the hasTrash variable was
12889                 set to false whenever a trash folder was empty (discarding
12890                 a previously found *filled* trash folder.)
12891
12892                 also edited the code a little bit and made it more safe.
12893
12894 2001-12-22 [alfons]     0.6.6claws10
12895
12896         * src/imap.c
12897                 quick fix for Martin Pool's omission of an account
12898                 specific SSL setting
12899
12900 2001-12-22 [alfons]     0.6.6claws9
12901
12902         * src/compose.c
12903         * src/messageview.c
12904         * src/mimeview.c
12905         * src/pgptext.c
12906         * src/procmime.[ch]
12907                 better support for multipart/digest (submitted
12908                 by Fredrik <e98fo@efd.lth.se>)
12909
12910 2001-12-22 [alfons]     0.6.6claws8
12911
12912         * src/addressbook.c
12913                 correct function signature
12914         * src/socket.[ch]
12915         * src/imap.[ch]
12916         * src/prefs_account.[ch]
12917                 allow IMAP over SSH tunnel (patch submitted by 
12918                 Martin Pool <mbp@samba.org>)
12919
12920 2001-12-21 [alfons]     0.6.6claws7
12921
12922         * sync with sylpheed 0.6.6cvs4-9
12923                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12924
12925 2001-12-21 [christoph]  0.6.6claws6
12926
12927         * src/compose.c
12928         * src/prefs_folder_item.[ch]
12929                 implement saving of outgoing messages to current folder.
12930                 fix segfault when no default outbox is available
12931                 (closes bug #495683)
12932
12933 2001-12-21 [carsten]    0.6.6claws5
12934         * src/folderview.c
12935         * src/summaryview.c
12936                 pressing CTRL while DND does now the expected thing and
12937                 copies the mail (moving is still the default, as this
12938                 seam more appropriate for handling mails by DND)
12939
12940 2001-12-18 [paul]       0.6.6claws4
12941
12942         * sync with sylpheed 0.6.6cvs3
12943                 see ChangeLog entries 2001-12-18
12944
12945 2001-12-18 [hiro]       0.6.6claws3
12946
12947         * src/undo.c
12948                 fix for multibyte characters (obtain the number of letters
12949                 instead of bytes).
12950
12951 2001-12-17 [paul]       0.6.6claws2
12952
12953         * sync with sylpheed 0.6.6cvs1
12954                 see ChangeLog entry 2001-12-16
12955
12956 2000-12-17 [alfons]     0.6.6claws1
12957
12958         * src/filtering.c
12959                 clean up
12960
12961 2001-12-16 [paul]       0.6.6claws
12962 2001-12-15
12963
12964         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12965
12966         * src/mimeview.c
12967                 last minute sync with main 0.6.6
12968
12969         * po/es.po
12970                 updated by Ricardo Mones Lastra
12971                 update for last minute sync
12972         * po/fr.po
12973         * po/nl.po
12974                 update for last minute sync
12975         * po/de.po
12976                 updated by Jens Oberender
12977         * po/pt_BR.po
12978                 updated by Fabio Junior Beneditto
12979
12980         * src/prefs_common.[ch]
12981         * src/undo.c
12982                 number of undo levels is user configurable
12983                 (squeeze it into the release in the dying
12984                 moments) Submitted by Jens Oberender    
12985
12986 2001-12-15 [melvin]
12987
12988         * po/fr.po
12989                 updated french translation
12990
12991 2001-12-15 [paul]       0.6.5claws92
12992
12993         * sync with sylpheed 0.6.5cvs28
12994                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12995
12996         * po/nl.po
12997                 update to allow for sync
12998
12999 2001-12-15 [alfons]
13000         
13001         * po/nl.po
13002                 update dutch translation
13003
13004 2001-12-14 [carsten]    0.6.5claws91
13005         * src/summaryview.c
13006                 fixed bug #473785; also after changing the column order
13007                 the same message will be selected and displayed as before
13008                 the reordering
13009
13010 2001-12-14 [carsten]    0.6.5claws90
13011         * src/folderview.c
13012                 probably found the bug reported by wwb opening or closing
13013                 a folder tree just before dnd (found the solution in the
13014                 balsa source -- thanks to them)
13015
13016 2001-12-14 [carsten]    0.6.5claws89
13017         * src/gtkutils.c
13018         * src/account.c
13019                 moved gtk_clist_moveto to the right place, so that
13020                 only the accounts dialog is effected on opening
13021
13022 2001-12-14 [carsten]    0.6.5claws88
13023         * src/gtkutils.c
13024                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13025                 now, so that the focused row will be seen in any case
13026                 (reported by wwp on sf-claws-user)
13027
13028 2001-12-14 [darko]      0.6.5claws87
13029
13030         * src/compose.c
13031                 remove unnecessary line
13032
13033 2001-12-14 [paul]       0.6.5claws86
13034
13035         * sync with sylpheed 0.6.5cvs27
13036                 see ChangeLog entries 2001-12-14
13037
13038 2001-12-14 [carsten]    0.6.5claws85
13039         * src/mainwindow.c
13040                 following a suggestion of Melvin the rcoabm pops up
13041                 right under the button now and the button is reliefed
13042                 while the popup is open
13043
13044 2001-12-14 [darko]      0.6.5claws84
13045
13046         * src/compose.c
13047                 fix crash when wrapping long lines if linewrap quotation
13048                 is disabled and wrapper encounters a word spanning more
13049                 than one line
13050
13051 2001-12-13 [paul]       0.6.5claws83
13052
13053         * src/compose.c
13054                 prefer 'Reply-To' header over mailing list header when
13055                 replying to a message. Finally prevent all those confirmation 
13056                 messages being sent to the list itself.
13057
13058         * src/summaryview.c
13059                 remove unused summary_set_menu_sensitive() entry
13060
13061 2001-12-13 [paul]       0.6.5claws82
13062
13063         * src/folderview.c
13064         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13065         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13066         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13067                 improvements to 'Hide read messages': Inbox, Outbox,
13068                 Trash, Queue, and Draft icons now reveal presence of hidden 
13069                 messages
13070
13071 2001-12-12 [alfons]     0.6.5claws81
13072
13073         0.6.5claws80 was tagged as LAST_STABLE
13074
13075         * src/filtering.[ch]
13076         * src/matcher.[ch]
13077         * src/matcher_parser_lex.c
13078                 fix the filtering; my last attempt to get it right, 
13079                 if it does not work, it's Hoa's turn. ;-)
13080
13081                 for my honourable peers:
13082                 
13083                 the code now makes a clear distinction between
13084                 rules as they are displayed (probably escaped),
13085                 and as they are executed (probably unescaped). the
13086                 parser does *NOT* do any unescaping, this is
13087                 the task of the matcher.c (which breaks up a
13088                 rule into condition) and the filtering.c (which
13089                 breaks up the rule's action). to make this
13090                 run happily we provide an unescaped copy of
13091                 crucial strings to the MatcherProp and 
13092                 FilteringAction structures. note that the only
13093                 exception to this is any REGEXP string. those
13094                 are directly passed to regcomp() and regexp()
13095                 (who have much more powerful unescape functions).
13096                 
13097                 for everyone else:
13098         
13099                 you can escape tab (\t), carriage return (\r),
13100                 linefeed (\n), form feed (\f), quote (\"), 
13101                 single quote (\'), bell (\b) in all the entry
13102                 lines in the scoring & filtering dialogs.
13103                 as an added bonus this should not affect
13104                 existing filtering rules.
13105
13106 2001-12-12 [carsten]    0.6.5claws80
13107
13108         * src/summaryview.c
13109         * po/de.po
13110                 "item(s) selected" is now sensitive to 1 or more
13111                 than one selected (nice for language where simple
13112                 adding of a "s" is not possible as German (Eintrag
13113                 ->Eintr"age)
13114                 
13115                 the "forward as attachment" entry from the right
13116                 click menu removed, "forward" acts following the
13117                 prefs
13118         
13119         * src/textview.c
13120                 reverted my former changes; so compiler warning again
13121                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13122                 nevertheless
13123
13124         * src/messageview.c
13125                 "search in message" does now *not* only work in MVIEW_TEXT
13126                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13127                 message
13128
13129         * src/mainwindow.c
13130                 removed "/File/_Close" as it was the same as "/File/E_xit"
13131                 and we don't need it two times
13132
13133                 the separate folder view and message view now get a distinct
13134                 WMCLASS, just in case someone is using sawfish ;-)
13135
13136                 as the menu entries "/View/Message view" and "/View/Folder tree"
13137                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13138                 make them sensitive accordingly and as these two are "shown"
13139                 after startup anytime check this menuitem at startup
13140
13141 2001-12-12 [paul]       0.6.5claws79
13142
13143         * src/folderview.c
13144                 fix sensitivity of 'Search folder...', broken in
13145                 0.6.5claws75
13146
13147         * src/mainwindow.c
13148                 fix dodgy English
13149
13150 2001-12-11 [carsten]    0.6.5claws78
13151         * src/filtering.c
13152                 fixed two typos returning a wrong FALSE/TRUE
13153         * src/mainwindow.[ch]
13154                 extra menu for email/news button removed
13155
13156 2001-12-11 [alfons]     0.6.5claws77
13157         
13158         * src/matcher.c                 (1.3)
13159         * src/matcher_parser_lex.l      (1.28)
13160                 revert for another attempt
13161                 mark 0.6.5claws77 as LAST_STABLE
13162
13163 2001-12-11 [christoph]  0.6.5claws76
13164
13165         * po/de.po
13166                 fixed wrong translation for prev. unread msg
13167
13168 2001-12-11 [paul]       0.6.5claws75
13169
13170         * src/folder.[ch]
13171         * src/folderview.c
13172         * src/mainwindow.c
13173         * src/summaryview.[ch]
13174         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13175                 enable ability to hide read messages on per folder basis via 
13176                 '/Summary/Hide read messages'; when selected, a folder will 
13177                 have a red open folder icon, instead of a blue icon, if the 
13178                 folder contains hidden messges
13179                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13180
13181         * src/mainwindow.c
13182                 remove '/Message/Forward as attachment' from 
13183                 main_window_set_menu_sensitive() to prevent debug warning
13184
13185         * src/folderview.c
13186         * src/mainwindow.c
13187                 Clean up some of the English
13188
13189         * tools/newscache_clean.pl
13190                 allow for new 'hidereadmsgs' entry in folderlist.xml
13191
13192         * po/es.po
13193                 updated translation, submitted by Ricardo Mones Lastra
13194
13195 2001-12-11 [paul]       0.6.5claws74
13196
13197         * sync with sylpheed 0.6.5cvs25
13198                 see ChangeLog entry 2001-12-11
13199
13200 2001-12-10 [alfons]     0.6.5claws73
13201
13202         * src/matcher.c
13203                 add more control characters
13204         * src/matcher_parser_lex.l
13205                 make escaping / unescaping work again
13206
13207 2001-12-10 [alfons]     0.6.5claws72
13208
13209         * src/imap.c
13210                 clean up warnings "returning value for void function" 
13211         * src/prefs_filtering.c
13212                 make info button for execute action sensitive
13213
13214 2001-12-10 [paul]       0.6.5claws71
13215
13216         * src/compose.c
13217         * src/imap.[ch]
13218         * src/summaryview.c
13219                 fix: imap server now gets informed of MARKED, UNMARKED
13220                 and REPLY events. Now people can use different IMAP-Mail
13221                 clients and have the exact same information about MARKED,
13222                 UNMARKED and REPLY status with all of them. Especially
13223                 useful for imap servers with a web-frontend.
13224                 submitted by Tobias Sandhaas <medlor@web.de>
13225
13226 2001-12-09 [melvin]     0.6.5claws70
13227         
13228         * src/textview.[ch]
13229                 fixed bug #490076 (hunted down by Alfons who implemented
13230                 a workaround in 0.6.5claws65)
13231
13232 2001-12-09 [christoph]  0.6.5claws69
13233
13234         * src/summaryview.c
13235                 set pointer to string in LOCKED column to NULL
13236                 (might fix bug #490800)
13237
13238 2001-12-09 [carsten]    0.6.5claws68
13239
13240         * po/de.po
13241                 resolved some cluttered menu shortcuts 
13242                 ('creating new email' and 'creating news message'
13243                 hade the same)
13244         * src/compose.c
13245                 wmclass now distinc from main window
13246         * src/mainwindow.c
13247           src/mainwindow.h
13248                 email/news and forward button functionality similar
13249                 to the reply buttons; removed the ugly dropdown arrows
13250                 and use instead the right mouse button
13251
13252 2001-12-09 [paul]       0.6.5claws67
13253
13254         * src/imap.c
13255         * src/utils.h
13256                 allow spaces in imap folder names
13257                 submitted by Willem van Engen <wvengen@stack.nl>
13258
13259 2001-12-09 [paul]       0.6.5claws66
13260
13261         * sync with sylpheed 0.6.5cvs24
13262                 see ChangeLog entry 2001-12-09
13263
13264 2001-12-08 [alfons]     0.6.5claws65
13265
13266         * src/textview.c
13267                 prevent secondary selection claim after "add to sender" dialog
13268                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13269                 we trick GTK by simulating a click at (0, 0) in the textview.
13270
13271 2001-12-08 [hoa]        0.6.5claws64
13272
13273         * src/folder.c
13274                 fixed a bug about the .processing folder name while filtering
13275
13276 2001-12-08 [alfons]     0.6.5claws63
13277
13278         * src/folderview.c 
13279                 work around problem of not correctly updating folder stats
13280                 when deleting messages. there's some folder scanning evil
13281                 going so the folderview_update_msg_num() does not work
13282                 correctly. need to investigate this.
13283
13284 2001-12-08 [paul]       0.6.5claws62
13285
13286         * sync with sylpheed 0.6.5cvs23
13287                 see ChangeLog entry 2001-12-08
13288
13289 2001-12-07 [christoph]  0.6.5claws61
13290
13291         * src/compose.c
13292                 fix another header translation problem
13293
13294 2001-12-07 [alfons]     0.6.5claws60
13295
13296         * src/mbox.c
13297                 make filtering also work on local spool mbox
13298
13299 2001-12-07 [carsten]    0.6.5claws59
13300         * src/addressbook.c
13301                 addressbook window gets a wmclass distinct from the main
13302                 sylpheed window
13303         * src/compose.h
13304         * src/mainwindow.[ch]
13305                   forward menu item will use mode selected in prefs, forward 
13306                 as attatchment in menu removed (will be substituted in the
13307                 toolbar similar to reply buttons)
13308                   create news message menu entry and news button is now 
13309                 sensitive to the existance of a news account
13310         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13311         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13312         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13313                 these are removed because the toolbar buttons don't show
13314                 the quoting modus any longer
13315
13316 2001-12-07 [paul]
13317
13318         * tools/newscache_clean.pl      ** NEW FILE **
13319                 perl script to do some tidying up in the newscache directory 
13320                 
13321         * tools/sylpheed-switcher       ** NEW FILE **
13322                 perl script to enable easy switching between main and claws
13323                 
13324         * tools/README
13325                 added descriptions of the two new perl scripts          
13326
13327
13328 2001-12-07 [melvin]     0.6.5claws58
13329
13330         * src/messageview.c
13331                 fixed a warning during compilation introduced in 0.6.5claws56
13332
13333 2001-12-07 [paul]       0.6.5claws57
13334
13335         * src/mainwindow.[ch]
13336         * src/menu.[ch]
13337                 further usability enhancements to replying with or without 
13338                 quoting via the toolbar, use of Ctrl key is replaced by 
13339                 drop down menu 
13340                 Submitted by Carsten Schurig            
13341
13342 2001-12-07 [melvin]     0.6.5claws56
13343
13344         * src/messageview.c
13345                 hack to fix bug that prevented to make/paste selections
13346                 after switching between MVIEW_TEXT and MVIEW_MIME views
13347                 without deselecting the selection first.
13348
13349 2001-12-06 [alfons]     0.6.5claws55
13350
13351         * src/filtering.[ch]
13352         * src/inc.c
13353                 revise filtering a little bit more, and make sure
13354                 messages are delivered to the appropriate inbox
13355                 (perhaps set per account)
13356
13357 2001-12-06 [paul]       0.6.5claws54
13358
13359         * sync with sylpheed 0.6.5cvs22
13360                 see ChangeLog entry 2001-12-06
13361
13362 2001-12-05 [alfons]     0.6.5claws53
13363
13364         * src/inc.c
13365         * src/folder.[ch]
13366         * src/procmsg.c
13367         * src/filtering.c
13368                 more revisions of filtering system
13369                 (last stable version is marked as LAST_STABLE)
13370                 
13371                 | NOTE 1): the filtering system now uses a local folder called
13372                 | .processing. if filtering fails, check this directory
13373                 | for missing messages.
13374                 |
13375                 | NOTE 2): help us find the filtering actions still missing
13376
13377 2001-12-05 [paul]       0.6.5claws52
13378
13379         * src/mainwindow.c
13380                 fix bug where 'Empty Trash?' pop-up window appears even
13381                 when Trash is empty, submitted by Jesse Skinner         
13382
13383 2001-12-05 [melvin]     0.6.5claws51
13384
13385         * src/compose.c
13386                 fixed bug #486106 to select correct account when reediting 
13387                 a queued message
13388         
13389 2001-12-04 [alfons]     0.6.5claws50
13390
13391         * src/mh.c
13392                 declare markfile in appropriate functions when
13393                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13394                 for spotting this)
13395
13396 2001-12-04 [paul]       0.6.5claws49
13397
13398         * sync with sylpheed 0.6.5cvs21
13399                 see ChangeLog entry 2001-12-04
13400
13401 2001-12-03 [christoph]  0.6.5claws48
13402
13403         * po/de.po
13404                 changed translation of undo
13405         * src/account.c
13406         * src/folder.c
13407                 don't reinvent the wheel to traverse a GNode
13408         * src/compose.[ch]
13409                 seperate code to create the compose gui into functions
13410                 add "Others" page with folder selection for saving copy
13411                 of the message.
13412                 the folder identifier is saved to queue header
13413         * src/procmsg.c
13414                 save message to folder in queue header
13415
13416 2001-12-03 [paul]       0.6.5claws47
13417
13418         * sync with sylpheed 0.6.5cvs20
13419                 see ChangeLog entry 2001-12-03
13420
13421 2001-12-01 [paul]
13422
13423         * more sync with sylpheed 0.6.5cvs19
13424                 see ChangeLog entry 2001-11-29
13425
13426 2001-11-30 [paul]       0.6.5claws46
13427         
13428         * src/compose.c
13429                 remove conflicts introduced by Hoa's last commit
13430          
13431         * src/mainwindow.c
13432                 make 'Message/Bounce' sensitive
13433
13434 2001-11-30 [hoa]        0.6.5claws45
13435
13436         * src/compose.c
13437                 slightly change bounce function to add
13438                 information about the user that bounced the mail
13439                 in the From header line.
13440
13441         * src/folderview.c
13442                 permit the use of processing in outbox folder.
13443
13444 2001-11-29 [paul]       0.6.5claws44
13445
13446         * src/mainwindow.[ch]
13447         * src/prefs_common.c
13448         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13449         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13450         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13451                 usability enhancements to the quoting, implements
13452                 use of Ctrl key to toggle quoting settings
13453                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13454
13455 2001-11-29 [paul]       0.6.5claws43
13456         
13457         * sync with sylpheed 0.6.5cvs19
13458                 see ChangeLog entry 2001-11-28
13459
13460 2001-11-29 [melvin]     0.6.5claws42
13461         * src/Makefile.am
13462                 added enriched.[ch] to the list of files
13463
13464         * src/textview.c
13465         * src/mimeview.c
13466         * src/procmime.[ch]
13467         * src/enriched.[ch]
13468                 added support to view text/enriched
13469                 added support to show headers in message view for text/enriched and text/html
13470                         in non multipart messages
13471
13472 2001-11-28 [paul]       0.6.5claws41
13473
13474         * more sync with sylpheed 0.6.5cvs18
13475                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13476
13477 2001-11-27 [paul]       0.6.5claws40
13478         
13479         * po/pt_BR.po
13480                 updated translation, submitted by Fabio Junior Beneditto
13481                 
13482         * sync with sylpheed 0.6.5cvs18
13483                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13484                 2001-11-27
13485
13486
13487 2001-11-26 [paul]
13488
13489         * po/es.po
13490                 updated translation, submitted by Ricardo Mones Lastra
13491
13492 2001-11-26 [alfons]
13493
13494         * src/matcher.c
13495                 add more translatable strings
13496
13497 2001-11-26 [christoph]  0.6.5claws39
13498
13499         * po/de.po      
13500                 fixed one more umlaut
13501         * src/compose.c
13502                 fix translated header when it should not be translated
13503
13504 2001-11-26 [paul]       0.6.5claws38
13505
13506         * src/mainwindow.c
13507                 remove '/Message/Add Sender to address book' from 
13508                 main_window_set_menu_sensitive(), prevent debug warning
13509                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13510
13511 2001-11-26 [paul]       0.6.5claws37
13512
13513         * src/summaryview.c
13514                 fix 'recurring unread state' bug 
13515
13516         * tools/README 
13517         * tools/filter_conv.pl
13518                 read name of top level mailbox from folderlist.xml
13519                 and presume nothing about its name              
13520
13521 2001-11-26 [darko]      0.6.5claws36
13522
13523         * src/gtkstext.[ch]
13524                 removed functions that are now in gtkutils.c
13525                 use gtkut_text_is_uri_string() from gtkutils.c
13526         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13527
13528 2001-11-26 [paul]       0.6.5claws35
13529
13530         * sync with sylpheed 0.6.5cvs16
13531                 see ChangeLog entries 2001-11-25 and 2001-11-26
13532
13533 2001-11-25 [alfons]     0.6.5claws34
13534
13535         EXPERIMENTAL!!! Please checkout the last stable version using: 
13536           
13537         % cvs update -r LAST_STABLE -dRAP
13538
13539         (Or help us testing this stuff.)
13540
13541         * src/filtering.c               (1.14)
13542         * src/filtering.h               (1.6)
13543         * src/inc.c                     (1.28)
13544         * src/matcher.c                 (1.20)
13545         * src/mbox.c                    (1.9)
13546         * src/procmsg.h                 (1.14)
13547         * src/summaryview.c             (1.59)
13548         * src/summaryview.h             (dunno)
13549                 revert/merge/sync to as it was before commit 
13550                 on Thu, 19 Jul 2001 10:15:51 -0700.
13551
13552 2001-11-25 [hoa]        0.6.5claws33
13553
13554         * src/main.c
13555                 processing mails at startup
13556
13557         * src/folderview.c
13558         * src/summaryview.[ch]
13559                 processing mails when entering folder
13560
13561         * src/prefs_filtering.c
13562                 fixed some UI bugs
13563
13564 2001-11-24 [alfons]     0.6.5claws32
13565
13566         * src/summaryview.[ch]
13567                 make summary sort headers work, and also make
13568                 sure the sort type is stored
13569
13570 2001-11-23 [alfons]     0.6.5claws31
13571
13572         * src/summaryview.[ch]
13573                 make lock work like mark
13574                 disallow deleting messages marked as locked
13575
13576 2001-11-23 [alfons]     0.6.5claws30
13577
13578         * src/gtkstext.c
13579         * src/compose.[ch]
13580         * src/Makefile.am
13581         * src/undo.[ch]
13582                 merge undo patch submitted by Jens
13583
13584 2001-11-23 [christoph]  0.6.5claws29
13585
13586         * src/.cvsignore
13587                 added ylwrap
13588         * src/compose.c
13589                 fixed gpg signing and encoding
13590         * src/folder.[ch]
13591         * src/main.c
13592                 added --status option to get new, unread and total
13593                 message count from a running sylpheed
13594         * src/prefs_common.c
13595                 temporary fix for reply_with_quote problem
13596                 (don't call functions for non existing widget)
13597         * src/procmsg.c
13598                 one more check for ignored threads but still not
13599                 always working correctly. probably a recursive
13600                 check for all parents is needed
13601
13602 2001-11-23 [darko]      0.6.5claws28
13603
13604         * src/compose.c
13605                 wrapping on send improvements
13606         * src/gtkutils.[ch]
13607                 fix for GtkSText after last sync with main branch
13608                 GTK_TEXT -> GTK_STEXT
13609
13610 2001-11-23 [paul]       0.6.5claws27
13611
13612         * sync with sylpheed 0.6.5cvs14
13613                 see ChangeLog entries 2001-11-22 and 2001-11-23
13614                 
13615         * po/de.po
13616                 fixed the scrambled umlauts 
13617                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13618
13619 2001-11-21 [paul]       0.6.5claws26
13620
13621         * sync with sylpheed 0.6.5cvs12
13622                 see 2nd ChangeLog entry dated 2001-11-20
13623
13624 2001-11-20 [paul]       0.6.5claws25
13625
13626         * sync with sylpheed 0.6.5cvs11
13627                 see ChangeLog entry 2001-11-19 (src/utils.c)
13628
13629 2001-11-20 [hiro]
13630
13631         * src/compose.c
13632                 GTK_TEXT -> GTK_STEXT
13633                 fix for wrong comment
13634
13635 2001-11-20 [hiro]       0.6.5claws24
13636
13637         * src/compose.[ch]
13638                 more merges from main branch
13639                 removed fatal warnings (uninitialized variables etc.)
13640                 some coding style fix
13641         * src/gtkutils.h
13642                 fixed typo.
13643         * src/addressbook.c
13644           src/addrindex.c
13645                 V-Card -> vCard
13646
13647 2001-11-19 [hoa]        0.6.5claws23
13648
13649         * src/filtering.c
13650         * src/prefs_scoring.c
13651         * src/matcher.[ch]
13652         * src/scoring.c
13653                 cleaning code
13654
13655         * src/matcher_parser_parse.y
13656         * src/prefs_filtering.c
13657                 bouncing
13658
13659 2001-11-19 [alfons]     0.6.5claws22
13660
13661         more of my old things into claws
13662
13663         * src/Makefile.am
13664         * src/prefs_common.c
13665         * src/procmsg.h
13666         * src/summaryview.[ch]
13667         * src/prefs_summary_column.c
13668         * src/pixmaps/locked.xpm
13669                 add indicators for locking of message in summary view
13670                 (does not work yet, only visual indicator)
13671
13672 2001-11-19 [paul]       0.6.5claws21
13673
13674         * sync with sylpheed 0.6.5cvs10
13675                 see ChangeLog entry 2001-11-19
13676
13677 2001-11-18 [alfons]     0.6.5claws20
13678         
13679         * src/filtering.c
13680                 remove an inadvertent free I forgot in previous clean up 
13681
13682 2001-11-18 [alfons]     0.6.5claws19
13683
13684         * src/filtering.[ch]
13685                 clean up & plug leaks
13686
13687 2001-11-18 [paul]       0.6.5claws18
13688
13689         * sync with sylpheed 0.6.5cvs9
13690                 see ChangeLog entries 2001-11-17 and 2001-11-18
13691
13692 2001-11-16 [paul]       0.6.5claws17
13693
13694         * sync with sylpheed 0.6.5cvs8
13695                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13696
13697 2001-11-16 [paul]       0.6.5claws16
13698
13699         * sync with sylpheed 0.6.5cvs7
13700                 see ChangeLog entries 2001-11-15 and 2001-11-16
13701
13702 2001-11-15 [hoa]        0.6.5claws15
13703
13704         * src/compose.c
13705                 fix bounce, mails we received couln't be bounced to ourself.
13706
13707         * src/defs.h
13708         * src/filtering.[ch]
13709         * src/matcher.[ch]
13710         * src/matcher_parser.h
13711         * src/matcher_parser_lex.l
13712         * src/matcher_parser_parse.y
13713         * src/inc.c
13714         * src/main.c
13715         * src/mbox.c
13716         * src/prefs_filtering.[ch]
13717         * src/mainwindow.c
13718         * src/prefs_matcher.c
13719         * src/prefs_scoring.c
13720         * src/scoring.[ch]
13721         * src/summaryview.c
13722                 new matcher/filter/score configuration file parser
13723                 one unique configuration file => ~/.sylpheed/matcherrc
13724                 import in currently automatic, then save are made
13725                 in this new file.
13726                 one filter per folder and one global filter
13727                 (filter of a folder will be used as folder processing)
13728
13729         * src/folder.c
13730                 fix a bug in folder_item_get_identifier
13731                 
13732         * src/messageview.c
13733                 receive receipt return are fixed.
13734
13735 2001-11-14 [alfons]     0.6.5claws14
13736
13737         * src/session.h
13738                 add things from main branch to make claws compile
13739
13740 2001-11-14 [paul]       0.6.5claws13
13741
13742         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13743                 see ChangeLog entries 2001-11-08 to 2001-11-14
13744
13745 2001-11-14 [hoa] 0.6.5claws12
13746
13747         * src/compose.[ch]
13748         * src/mainwindow.c
13749         * src/summaryview.c
13750                 add "bounce mail" option
13751
13752 2001-11-13 [christoph]  0.6.5claws11
13753
13754         * src/compose.c
13755                 Cleanup a mess i add before commiting
13756
13757 2001-11-13 [hoa]        0.6.5claws10
13758
13759         * src/compose.c
13760                 some fixes when mail are sent or
13761                 for crossposts
13762
13763 2001-11-13 [christoph]  0.6.5claws9
13764
13765         * po/de.po
13766                 Changed two string with the same translation
13767         * src/compose.c
13768         * src/procmsg.[ch]
13769         * src/send.[ch]
13770                 New mailsending process:
13771                   - Always queue message before sending
13772                     (message will be saved if sylpheed crashed or
13773                      freezes while sending)
13774                   - Allow queuing of newspostings
13775                   - No copy in outbox before sending
13776                     (closes bug #469501)
13777                   - No more redundant code for send and send_later
13778         * src/summaryview.c
13779                 Applied wwp <subscript@free.fr>'s patch that fixes
13780                 marks for multiple forwarded messages (+compose.c)
13781
13782 2001-11-12 [alfons]
13783
13784         * README.claws
13785                 remove things that are now in main branch
13786         
13787         * po/nl.po
13788                 update Dutch translation
13789
13790 2001-11-12 [mhadasht]   0.6.5.claws8
13791
13792         * src/prefs_common.c
13793                 re-enabled account autoselection feature for forward
13794                 and reedit lost during the branch point for SYNC-B4-REL
13795         * src/gtkspell.c
13796                 gtkpspell_get_dict(): more readable code (even if function is
13797                 not used yet)
13798         * ChangeLog.claws
13799                 added version number info to 2001-11-12 [hiro] comment.
13800
13801 2001-11-12 [hiro]       0.6.5.claws7
13802
13803         * src/compose.c
13804                 compose_forward(): fixed a bug that forward quote mark
13805                 wasn't used.
13806                 removed unnecessary code.
13807         * src/template_select.[ch]: removed.
13808
13809 2001-11-11 [alfons]
13810
13811         * src/compose.c
13812                 :%s/GTK_TEXT/GTK_STEXT/g
13813         
13814         * src/compose.[ch]
13815         * src/undo.[ch]
13816         * src/Makefile.am
13817                 revert the undo stuff (this is 0.6.6claws stuff)
13818
13819 2001-11-11 [hoa]        0.6.5.claws6
13820
13821         * src/compose.[ch]
13822                 Insert signature at the end of the text.
13823                 Added undo patch but currently disabled
13824
13825         * src/procmsg.c
13826                 Threading by subject improved.
13827
13828         * added src/undo.[ch]
13829                 Undo module for compose dialog box.
13830
13831 2001-11-11 [alfons]     0.6.5.claws5
13832
13833         * src/procmsg.c
13834                 prevent threading by subject on nodes that have already been
13835                 threaded by in-reply-to (as in "circular references in a tree
13836                 result in a dead branch")
13837
13838 2001-11-09 [hoa]        0.6.5.claws4
13839         
13840         * src/folderview.c
13841                 allows creation of mbox folder item from any files.
13842
13843 2001-11-09 [alfons]     0.6.5.claws3
13844         
13845         * src/utils.c
13846         * src/procmsg.c
13847                 do what I mean and correct threading by subject so it really
13848                 ignores attracting lines without "Re: "
13849
13850 2001-11-07 [alfons]     0.6.5.claws2
13851
13852         * src/procmsg.c
13853         * src/utils.[ch]
13854                 only attract by subject if a subject line starts with a "Re: "
13855         * src/syldap.c
13856                 remove warning
13857
13858 2001-11-07 [paul]       0.6.5claws1
13859
13860         * sync with sylpheed 0.6.5. release
13861                 see ChangeLog entry 2001-11-07
13862
13863 2001-11-07 [paul]       0.6.4claws31
13864
13865         * sync with sylpheed 0.6.4cvs18
13866                 see ChangeLog entries 2001-10-30 to 2001-11-07
13867                 prefs_templates.[ch] renamed prefs_template.[ch]
13868
13869 2001-11-06 [alfons]
13870         
13871         * src/utils.h
13872                 add semicolon Hoa forgot ;-)
13873                 
13874
13875 2001-11-06 [hoa]        0.6.4claws30
13876         
13877         * src/procmsg.c
13878         * src/summaryview.c
13879         * src/utils.c
13880         * src/utils.h
13881                 threading by subject - empty subject are ignored
13882
13883 2001-11-06 [christoph]  0.6.4claws29
13884
13885         * src/socket.c
13886                 use SSL_peek for sock_gets
13887         * src/utils.c
13888                 removed unneeded pointer in extracting quoted
13889                 names implementation
13890
13891 2001-11-06 [melvin]     0.6.4claws28
13892
13893         * src/gtkspell.c
13894                 fixed bug #476792 Selection overtyping with spell checker
13895                 fixed bug which could cause a buffer overflow
13896                 fixed a memory leak
13897
13898 2001-11-06 [hoa]        0.6.4claws27
13899         
13900         * src/procmsg.c
13901         * src/summaryview.c
13902                 threading by subject
13903
13904 2001-11-05 [alfons]     0.6.4claws26
13905         
13906         * README.claws
13907                 Claws -> Sylpheed (vice versa)
13908
13909         * src/compose.c
13910                 :%s/gtk_text/gtk_stext/g
13911                 :%s/GTK_TEXT/GTK_STEXT/g
13912                 (thanks to Jonathan Ware for spotting this)
13913
13914 2001-11-04 [christoph]  0.6.4claws25
13915
13916         * src/summaryview.c
13917                 replace Xalloca + strdup with Xstrdup_a
13918         * src/utils.c
13919                 better implementation of extracting quoted names
13920                 from addresses (remove backlashes and ignore
13921                 quotes after them)
13922
13923 2001-11-04 [alfons]     0.6.4claws24
13924
13925         * src/utils.[ch]
13926                 edit to comply more with coding style
13927
13928         * src/textview.c
13929                 fix bug reported by Kim Schulz. introduced by the patch integrated
13930                 in 0.6.4claws15. the code did not check the return value of
13931                 the html parser.
13932
13933         * AUTHORS
13934                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13935
13936 2001-11-04 [christoph]  0.6.4claws23
13937
13938         * src/main.c
13939         * src/prefs_common.[ch]
13940                 init some pointers that possibly caused a segfault
13941                 reported in the claws-users ML
13942
13943 2001-11-04 [hoa]        0.6.4claws22
13944
13945         * src/grouplistdialog.c
13946                 change the names of the nodes in the tree
13947
13948         * src/compose.c
13949                 enhanced mailto syntax as described in
13950                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13951                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13952
13953         * src/utils.c
13954                 encode and decode URI (useful when opening URL into
13955                 netscape).
13956
13957 2001-11-03 [hoa]        0.6.4claws21
13958
13959         * src/grouplistdialog.c
13960                 a new newsgroups list selection dialog box
13961                 with a CTree instead of a CList
13962
13963 2001-11-03 [hoa]        0.6.4claws20
13964
13965         * src/folderview.c
13966                 enable property and scoring options when right
13967                 click on "inbox"
13968
13969         * src/summaryview.c
13970                 fixed bug when nickname were displayed using
13971                 the address book.
13972
13973 2001-11-02 [darko]      0.6.4claws19
13974
13975         * src/compose.c
13976                 new wrap quotation and URL/long words wrapping implementation
13977         * src/compose.c src/gtkstext.[ch]
13978                 move gtkstext_strncmp() to gtkstext.c
13979
13980 2001-11-01 [christoph]  0.6.4claws18
13981
13982         * src/prefs_account.c
13983                 fixed mess in account settings dialog
13984         * src/prefs_folder_item.c
13985                 added label with folder path to dialog
13986
13987 2001-10-31 [match]      0.6.4claws17
13988
13989         * src/vcard.c
13990                 fix memory leak.
13991         * src/addrbook.c
13992                 fix generation of spurious address book file names.
13993                 remove redundant functions.
13994         * po/POTFILES.in
13995                 added missing file names.
13996
13997 2001-10-30 [paul]       0.6.4claws16
13998
13999         * sync with sylpheed 0.6.4cvs6
14000                 see ChangeLog entries 2001-10-26 to 2001-10-30
14001
14002         * tools/filter_conv.pl
14003                 read folderlist.xml to discover whether the top-level
14004                 folder is called 'Mailbox' or 'Mail' 
14005
14006 2001-10-29 [paul]       0.6.4claws15
14007
14008         * src/html.c, src/textview.c
14009                 activate links in html mail and fix clickable parts
14010                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14011
14012 2001-10-29 [paul]
14013
14014         * po/de.po, po/es.po, po/pt_BR/po
14015                 updated translations, submitted by Jens Oberender,
14016                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14017
14018 2001-10-29 [darko]      0.6.4claws14
14019
14020         * src/compose.c
14021                 fix wrapping for good
14022
14023 2001-10-29 [darko]
14024
14025         * src/compose.c
14026                 undo previous change as it broke the smart wrapping
14027
14028 2001-10-29 [darko]      0.6.4claws13
14029
14030         * src/compose.c
14031                 fix infinite loop when long URL is quoted
14032                 (closes bug #475122.
14033
14034 2001-10-28 [match]
14035
14036         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14037                 import Mutt address book
14038         * src/ldif.[ch] src/importldif.h
14039                 modified import LDIF handle user attributes
14040
14041 2001-10-28 [christoph]  0.6.4claws12
14042
14043         * src/summaryview.c
14044                 fixed that filtering did not work if there
14045                 were no filter rules
14046                 (closes bug #472003 and better implementation
14047                  of patch #474644)
14048
14049 2001-10-27 [christoph]  0.6.4claws11
14050
14051         * src/compose.c
14052                 make the folder's default account to be used when
14053                 replying. (patch by wwp <subscript@free.fr>)
14054         * src/compose.c
14055                 code cleanup, nearly killed all of wwp's patch
14056                 for folder's default account in compose
14057         * src/folderview.c
14058                 error panel when a folder could not be created
14059                 (closes bug #471080 new folder name & already
14060                  existing file)
14061
14062 2001-10-26 [alfons]
14063
14064         * src/utils.h
14065                 change prototype of strstr2() that Christoph forgot about
14066
14067 2001-10-26 [christoph]  0.6.4claws10
14068
14069         * src/account.c
14070                 made search for accounts by email address not case
14071                 sensitive
14072         * src/folder.c
14073                 fixed memory leak in folder_item_get_identifier
14074         * src/gtkspell.c
14075         * src/utils.c
14076                 fixed wrong strstr2 (should work like strstr)
14077
14078 2001-10-26 [darko]      0.6.4claws9
14079
14080         * src/compose.c src/gtkstext.[ch]
14081         * src/gtkstext.c
14082                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14083
14084 2001-10-26 [paul]       0.6.4claws8
14085
14086         * src/html.c
14087                 ignore css and javascript tags in html mail
14088                 case-insensitive, with or without double-quoted
14089                 strings
14090
14091 2001-10-26 [paul]       0.6.4claws7
14092
14093         * sync with sylpheed 0.6.4cvs1
14094                 see ChangeLog entry 2001-10-26
14095
14096         * src/prefs_account.c, src/prefs_common.c,
14097           src/prefs_summary_column.c
14098                 minor improvements to the English
14099
14100 2001-10-25 [alfons]     0.6.4claws6
14101
14102         * src/gtkstext.c
14103         
14104                 make GtkSText follow style of GtkText (closes bug 
14105                 #469211 "text selection while writing message")
14106                 
14107                 do sync with GTK 1.2.10
14108
14109 2001-10-25 [paul]       0.6.4claws5
14110
14111         * src/html.c
14112                 ignore css tags in html mail
14113
14114 2001-10-25 [darko]      0.6.4claws4
14115
14116         * src/compose.c
14117                 don't declare is_url_string as static function since
14118                 we need it in gtkstext.c
14119         * src/gtkstext.c
14120                 remove unused variable
14121                 don't wrap long URLs while composing a message
14122
14123 2001-10-24 [christoph]  0.6.4claws3
14124
14125         * src/socket.c
14126                 fix ssl deadlock, when peer closes connection
14127
14128 2001-10-24 [paul]       0.6.4claws2
14129
14130         * src/prefs_common.c
14131                 gettextize the gpg ascii-armored warning message
14132
14133         * src/compose.c
14134                 insert a DOS/MAC file into the composed message
14135                 (improvements)
14136
14137         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14138
14139 2001-10-22 [paul]       0.6.4claws1
14140
14141         * sync with sylpheed 0.6.4 release
14142                 see ChangeLog entries 2001-10-21
14143
14144         * po/fr.po, po/pt_BR.po
14145                 updated by Melvin Hadasht and Fabio Junior Beneditto
14146
14147 2001-10-21 [paul]       0.6.3claws30
14148
14149         * src/compose.c
14150                 insert a DOS text file from the compose window
14151                 into the composed message text (removes CRs characters)
14152                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14153
14154         * tools/filter_conv.pl, tools/README
14155                 automatically use ~/.sylpheed as working directory
14156                 print out confirmation message on completion
14157
14158         * correct Hoa's last ChangeLog.claws entry
14159
14160 2001-10-20 [hoa]        0.6.3claws29
14161
14162         * src/grouplistdialog.c
14163                 bugfix (another ?) to give the right
14164                 newsgroups list for each news server.
14165
14166         * src/news.c
14167         * src/news.h
14168                 improve the newsgroups list cache
14169
14170 2001-10-20 [paul]       0.6.3claws28
14171
14172         * sync with sylpheed 0.6.3cvs9
14173                 see ChangeLog entry 2001-10-19
14174
14175         * correct Alfons' last ChangeLog.claws entry
14176
14177 2001-10-19 [alfons]
14178
14179         * src/pgptext.[ch]
14180                 fix compilation problems (part of bug #472895)
14181
14182 2001-10-18 [hoa]        0.6.3claws27
14183
14184         * src/grouplistdialog.c
14185                 bugfix when we refresh was clicked (bug 472701)
14186
14187 2001-10-19 [christoph]  0.6.3claws26
14188
14189         * src/compose.c
14190                 last header entry should default to "To:" or
14191                 "Newsgroups:" and not copy the last entry line
14192                 in a new compose window
14193                 (closes bug #472686, #470792)
14194
14195 2001-10-19 [paul]       0.6.3claws25
14196
14197         * sync with Sylpheed 0.6.3cvs8
14198                 see ChangeLog entries 2001-10-18 and 2001-10-19
14199
14200 2001-10-18 [christoph]  0.6.3claws24
14201
14202         * src/procmsg.c
14203                 reimplement ignore thread
14204         
14205 2001-10-18 [hoa]        0.6.3claws23
14206
14207         * src/folderview.c
14208         * src/grouplistdialog.[ch]
14209                 enhanced news subscription interface (feature 469113)
14210
14211         * src/news.c
14212         * src/news.h
14213                 enchanced newsgroup listing,
14214                 now, we can get groups informations
14215                 (NNTPGroupInfo)
14216
14217 2001-10-18 [paul]       0.6.3claws22
14218
14219         * src/summaryview.c
14220                 remove comment (sync with main branch)
14221         * src/mainwindow.c
14222                 fix 'Re-edit' bug in 'Message' menu
14223
14224 2001-10-17 [christoph]  0.6.3claws21
14225
14226         * src/compose.c
14227                 ignore empty or whitespace only header lines
14228
14229 2001-10-17 [paul]       0.6.3claws20
14230
14231         * sync with sylpheed 0.6.3cvs7
14232                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14233                 2001-10-17
14234
14235 2001-10-17 [darko]
14236
14237         * src/compose.c
14238                 wrap long lines without spaces
14239                 don't wrap URLs
14240
14241 2001-10-16 [paul]
14242
14243         * po/es.po, po/nl.po, po/pt_BR.po
14244                 updated by Ricardo Mones Lastra, Alfons,
14245                 and Fabio Junior Beneditto
14246
14247         * sylpheed-0.6.3claws released
14248
14249 2001-10-15 [melvin] 0.6.3claws18
14250
14251         * README.claws
14252                 added summary and detailed installation instructions
14253                 for spell checker
14254         * po/fr.po
14255                 Updated, corrected and completed french translation
14256
14257 2001-10-15 [hoa] 0.6.3claws17
14258         * src/grouplistdialog.c
14259                 we can choose the newsgroups to display with wildcards
14260
14261 2001-10-15 [christoph]  0.6.3claws16
14262
14263         * src/account.c
14264         * src/compose.c
14265         * src/prefs_folder_item.[ch]
14266                 applied wwp <subscript@free.fr>'s folder
14267                 default account patch
14268         * po/de.po
14269                 Fixed wrong translation
14270
14271 2001-10-13 [alfons, christoph, melvin]  
14272                         0.6.3claws15
14273
14274         solution #2 to solve MT-safety problems defers all GUI related calls
14275         to the main thread using a gtk_idle_add() callback. discussed on
14276         ircnet #sylpheed, with christoph spotting some issues with the
14277         original code, and melvin allowing us to lobotomize his sylpheed.
14278
14279         * src/syldap.[ch], src/main.c
14280                 fix race problem in ldap search thread by deferring GUI 
14281                 stuff to main thread using gtk_idle_add()
14282
14283 2001-10-13 [paul]       0.6.3claws14
14284
14285         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14286                 add Sergey's smtpcred.patch
14287                 adds separate username/password setting for SMTP Auth
14288                 needed by some servers
14289                 (closes feature request #471659)
14290
14291 2001-10-13 [paul]       0.6.3claws13
14292
14293         * src/pgptext.[ch] **NEW FILES**
14294         * src/Makefile.am, src/messageview.c, src/mimeview.c
14295                 decrypt ascii-armored gpg text embedded in
14296                 the message body.
14297                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14298
14299 2001-10-13 [christoph]  0.6.3claws12
14300
14301         * README.claws
14302                 some more details on default to and
14303                 feature requests
14304         * src/main.c
14305                 init glib threading when ldap is used
14306         * src/syldap.c
14307                 threading fixes
14308         * po/de.po
14309                 fixed a typo
14310
14311 2001-10-12 [paul]       0.6.3claws11
14312
14313         * src/prefs_common.[ch], src/rfc2015.c
14314                 enable ascii-armored gpg text to be embedded in the
14315                 message body, selectable through the 'Privacy'
14316                 preferences. Supports encrypting only.
14317                 Submitted by Ravemax <ravemax@dextrose.com>
14318
14319 2001-10-12 [paul]       0.6.3claws10
14320
14321         * sync with sylpheed 0.6.3cvs6
14322                 see ChangeLog entries 2001-10-11 and 2001-11-12
14323
14324         * src/folderview.c
14325                 incorporated mbox folders, scoring, and folder
14326                 properties into the sync
14327
14328 2001-10-12 [darko]      0.6.3claws9
14329
14330         * README.claws
14331                 describe quotation wrapping
14332         * src/compose.c
14333                 don't treat tab as space to calculate line length properly
14334
14335 2001-10-11 [alfons]
14336
14337         * README.claws
14338                 correct description of how to make new filtering system work,
14339                 add some other things
14340                 
14341         * src/syldap.c
14342                 remove sched_yield() (not necessary / unportable)
14343
14344 2001-10-11 [paul]       0.6.3claws8
14345
14346         * sync with sylpheed 0.6.3cvs3
14347                 see ChangeLog entry 2001-10-10
14348
14349 2001-10-10 [christoph]  0.6.3claws7
14350
14351         * .cvsignore
14352                 ignore 2 files created by newer autotools
14353         * src/prefs_folder_item.c
14354                 using table for widget alignment
14355                 fixed memory leak and broken octal display
14356         * src/filesel.c
14357                 fixed segfault caused by lost filename
14358                 workaround (closes bug #469551)
14359
14360 2001-10-10 [paul]       0.6.3claws6
14361
14362         * sync with sylpheed 0.6.3cvs2
14363                 see ChangeLog entries 2001-10-09 and 2001-10-10
14364
14365 2001-10-10 [darko]      0.6.3.claws5
14366
14367         * src/gtkstext.c
14368                 proper calculation of right margin if smart wrapping is enabled
14369         * src/compose.c
14370                 automatically wrap long lines if wrap quotation is enabled
14371
14372 2001-10-09 [alfons]     0.6.3.claws4
14373
14374         * src/summaryview.c
14375                 select correct row when deleting last row in the summary view (and
14376                 close bug "[ #469104 ] select second last in list when deleting")
14377
14378 2001-10-09 [paul]       0.6.3claws3
14379
14380         * sync with sylpheed 0.6.3cvs1
14381                 updated some autotool scripts
14382
14383 2001-10-09 [darko]      0.6.3claws2
14384
14385         * src/gtkstext.[ch]
14386                 new name and mark with Sylpheed comment
14387         * src/compose.c
14388                 smart quotation wrapping a-la VIM
14389
14390 2001-10-08 [paul]       0.6.3claws1
14391
14392         * sync with sylpheed 0.6.3 release
14393                 see ChangeLog entry 2001-10-08
14394
14395 2001-10-08 [paul]       0.6.2claws24
14396
14397         * src/summaryview.c
14398                 more sync with sylpheed 0.6.2cvs12
14399                 Fixed the bug that didn't select the last row correctly
14400
14401
14402 2001-10-07 [paul]       0.6.2claws23
14403
14404         * sync with sylpheed 0.6.2cvs12
14405                 see ChangeLog entry 2001-10-07
14406
14407 2001-10-06 [match]
14408         * src/jpilot.[ch]
14409                 enable jpilot to read unsynch'ed addresses.
14410
14411         * src/editldap_basedn.c
14412                 fix segfault when opening dialog.
14413
14414 2001-10-06 [alfons]     0.6.2.claws22
14415
14416         * src/summaryview.c
14417                 fix bug with summary view selecting last *inserted*
14418                 node instead of last *visible* node. remember we
14419                 work with a tree
14420
14421 2001-10-06 [paul]       0.6.2claws21
14422
14423         * po/pt_BR.po
14424                 updated translation, contains some fixes and new
14425                 translations, submitted by Gustavo Noronha Silva
14426                 <kov@debian.org>
14427
14428         * src/prefs_common.c
14429                 change 'each' to 'every' - fix dubious English
14430
14431         * sync with sylpheed 0.6.2cvs11
14432
14433 2001-10-05 [alfons]     0.6.2claws20
14434
14435         * src/mainwindow.[ch], src/folderview.c
14436                 make composite tool button switch between "Compose News"
14437                 and "Compose Mail" depending on selected folder
14438                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14439
14440 2001-10-05 [paul]       0.6.2claws19
14441
14442         * src/mainwindow.c, src/summaryview.c
14443                 fix 'Message/Reply to all', broken in last commit
14444
14445         * src/compose.c
14446                 fix X_BEENTHERE seg fault, thanks to Alfons
14447
14448 2001-10-04 [paul]       0.6.2claws18
14449
14450         * src/compose.[ch], src/mainwindow.c
14451                 make "Message/Reply" reply to mailing lists; matches
14452                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14453                 based on portions of the patch submitted by
14454                 Junichi Uekawa <dancer@netfort.gr.jp>
14455
14456 2001-10-04 [darko]      0.6.2claws17
14457
14458         * src/compose.c
14459                 better smart wrapping
14460         * src/gtkstext.[hc]
14461                 a function to make text buffer contiguous
14462
14463 2001-10-03 [paul]       0.6.2claws16
14464
14465         * sync with sylpheed 0.6.2cvs10
14466
14467 2001-10-02 [alfons]
14468
14469         * configure.in
14470         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14471                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14472                 references to chinese translations (hope someone picks up
14473                 this)
14474
14475 2001-10-02 [christoph]  0.6.2claws15
14476
14477         * src/compose.c
14478                 fixed non translated header bug
14479         * ChangeLog.claws
14480                 fixed wrong date in alfons last entry ;)
14481
14482 2001-10-02 [alfons]     0.6.2claws14
14483
14484         * src/compose.c, src/prefs_common.[ch]
14485                 add block cursor option
14486
14487 2001-10-02 [paul]       0.6.2claws13
14488
14489         * sync with sylpheed 0.6.2cvs9
14490
14491 2001-09-30 [paul]       0.6.2claws12
14492
14493         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14494                 updated translations
14495
14496         * po/POTFILES.in
14497                 add 'src/importldif.c'
14498
14499         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14500                 added eudora-to-vCard conversion tool
14501                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14502
14503         * sync with sylpheed 0.6.2cvs8
14504
14505 2001-09-30 [paul]
14506
14507         * sylpheed-0.6.2claws released
14508
14509 2001-09-27 [melvin]     0.6.2claws11
14510
14511         * src/gtkspell.c
14512                 fixed crash when using default path (introduced 
14513                 in 0.6.2claws10)
14514                 fixed tiny bug for initial suggestion mode
14515
14516 2001-09-27 [melvin]     0.6.2claws10
14517         
14518         * src/gtkspell.c
14519                 fixed bug where gtkpspell didn't set the path correctly
14520
14521         * README.claws
14522                 added a paragraph about spell checking
14523                 
14524
14525
14526 2001-09-27 [paul]       0.6.2claws9
14527
14528         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14529                 replace '// comments' with '/* comments */' to prevent
14530                 some compiler warnings 
14531
14532         * sync with sylpheed 0.6.2cvs6
14533
14534 2001-09-26 [alfons]     0.6.2claws8
14535
14536         * src/messageview.c
14537                 introduce return receipt request notification again,
14538                 which was lost because of other semantics in 
14539                 procheader_parse() (???)
14540
14541 2001-09-26 [christoph]  0.6.2claws7
14542
14543         * src/compose.c
14544                 replace comments for old code with #if 0
14545                 readded auto cc, bcc and reply-to
14546         * src/prefs_matcher.c
14547         * src/prefs_scoring.c
14548                 removed some definition (was moved to
14549                 prefs.h)
14550
14551 2001-09-26 [paul]       0.6.2claws6
14552
14553         * src/mainwindow.c
14554                 make 'Follow-up and reply to' sensitive
14555
14556         * more sync with sylpheed 0.6.2cvs5
14557
14558 2001-09-25 [melvin]
14559
14560         * 0.6.2claws5
14561
14562         * src/gtkspell.c
14563                 fixed bug for "US-ASCII" introduced by the encoding code
14564
14565 2001-09-25 [paul]
14566
14567         * 0.6.2claws4
14568
14569         * src/prefs_common.[ch], src/summaryview.c
14570                 'next unread msg' 'go to next folder?' dialog can be
14571                 given default behaviour, either always show dialog,
14572                 or assume 'yes', or assume 'no'
14573                 Submitted by wwp <subscript@free.fr>
14574
14575 2001-09-25 [melvin]
14576                 
14577         * src/compose.c src/gtkspell.[ch]
14578                 added support for different encodings
14579
14580 2001-09-25 [paul]
14581
14582         * more sync with sylpheed 0.6.2cvs5
14583
14584 2001-09-24 [alfons]
14585         
14586         * src/prefs_folder_item.c
14587                 add check for item->prefs->default_to string is NULL and
14588                 add another check when freeing this string
14589
14590 2001-09-24 [paul]
14591
14592         * configure.in
14593                 change to version 0.6.2claws3
14594
14595         * sync with sylpheed 0.6.2cvs5 
14596
14597 2001-09-24 [match]
14598         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14599                 import LDIF files.
14600         * src/addrcache.[ch], addrindex.[ch]
14601                 small update for future
14602         * src/addrbook.c
14603                 fix test XML file.
14604
14605 2001-09-24 [melvin]
14606         * src/gtkspell.[ch]
14607                 added 'Learn from mistakes' option
14608                 better handling of quotes in checked words
14609                 sorted dict list
14610         * po/fr.po
14611                 small update for spell checking stuff
14612
14613 2001-09-23 [alfons]
14614         
14615         * src/gtkspell.c
14616                 edit a little bit so it complies more with main coding style
14617
14618 2001-09-23 [alfons]
14619
14620         * src/folder.[ch], prefs_folder_item.c, compose.c
14621                 migrate "request return receipt" folder property
14622                 to folderlist.xml
14623
14624 2001-09-22 [alfons]
14625
14626         * README.claws **NEW**
14627                 (add things of interest for users of main branch 
14628                 and claws here)
14629
14630         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14631                 re-implement threading per folder option, but store 
14632                 the setting in folderlist.xml (where it belongs)
14633
14634 2001-09-21 [melvin]
14635
14636         * src/gtkspell.[ch]
14637                 fixed bug when compose window is under another window
14638         * src/prefs_common.[ch] src/compose.c
14639                 changed 'dictionary_path' to 'dictionary' to be consistent
14640                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14641         * ac/pspell.m4 src/Makefile.am 
14642                 dropped PSPELL_PATH macro
14643         * po/fr.po
14644                 updated translations
14645
14646 2001-09-21 [christoph]
14647
14648         * src/compose.c
14649                 added border around header fields
14650                 keep header type when new field is added
14651
14652 2001-09-20 [christoph]
14653
14654         * src/utils.[ch]
14655                 more portable debug_print with source filename
14656                 and linenumber
14657         * src/procmsg.c
14658                 more newlines after debug messages
14659
14660 2001-09-20 [paul]
14661
14662         * configure.in
14663                 change to version 0.6.2claws2
14664
14665         * sync with sylpheed 0.6.2cvs3
14666
14667 2001-09-19 [melvin]
14668
14669         * src/gtkspell.c
14670                 fixed the post-right-click focus pb
14671                 fixed crash when 'Spell check all' after dict change 
14672                         and when cursor is at the end of the text
14673                 shift-right-click pops up config menu even on misspelled words.
14674         * po/POTFILES.in
14675                 added gtkspell.c
14676
14677 2001-09-19 [melvin]
14678
14679         * src/about.c
14680                 added pspell to compiled-in features list
14681
14682 2001-09-18 [melvin]
14683
14684         * switched to pspell and dropped ispell
14685         * ac/pspell.m4
14686                 new file. autoconf macro for pspell
14687         * ac/Makefile.am 
14688         * configure.in acconfig.h
14689                 added pspell support
14690         * src/Makefile.am
14691         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14692         * src/prefs_common.[ch] 
14693                 added pspell support
14694
14695 2001-09-18 [christoph]
14696
14697         * src/addr_compl.c
14698         * src/template.[ch]
14699                 replace LOG_MESSAGE with debug_print
14700         * src/compose.[ch]
14701                 gui improvements
14702         * src/menu.c
14703                 added newline after debug message
14704         * src/utils.h
14705                 using __VA_ARGS__ for debug_print macro
14706         * tools/.cvsignore
14707                 ignore Makefile and Makefile.in
14708
14709 2001-09-18 [paul]
14710
14711         * configure.in
14712                 change to version 0.6.2claws1
14713         * sync with sylpheed 0.6.2cvs1
14714
14715         * src/matcher.c 
14716         * src/prefs_matcher.c
14717                 add 'score equal to' option, submitted by
14718                 Paul Evans <nerd@freeuk.com>
14719
14720 2001-09-15 [christoph]
14721
14722         * src/mainwindow.c
14723                 comment out menu entry not existing in claws
14724         * src/menu.c
14725                 add debug output for non existing menu entries
14726         * src/summaryview.c
14727                 fix next/prev unread message for ignored threads
14728         * src/utils.[ch]
14729                 add sourcefile and line number to debug output
14730                 otherwise it is sometimes hard to find the
14731                 source code part if debug messages are translated
14732
14733 2001-09-14 [darko]
14734         
14735         * src/folderview.c
14736                 refresh target folder style after colour is changed
14737
14738 2001-09-13 [paul]
14739
14740         * configure.in
14741                 change to version 0.6.1claws3
14742
14743         * sync with sylpheed 0.6.1cvs6
14744
14745 2001-09-13 [darko]
14746         
14747         * src/folderview.c
14748                 fix target folder colourization to use user selected colour
14749
14750 2001-09-12 [darko]
14751         
14752         * src/summaryview.c
14753                 fix crash when message that is marked for copy/move is unmarked
14754
14755 2001-09-09 [paul]
14756
14757         * configure.in
14758                 change to version 0.6.1claws2
14759
14760         * sync with sylpheed 0.6.1cvs3
14761
14762 2001-09-09 [alfons]
14763         
14764         * src/folderview.c
14765                 fix bug with default font used for trash folder text
14766
14767 2001-09-06 [paul]
14768
14769         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14770                 updated translations
14771
14772         * configure.in
14773                 change to version 0.6.1claws1
14774
14775         * sync with sylpheed 0.6.1cvs2
14776
14777 2001-09-03 [paul]
14778
14779         * po/POTFILES.in
14780                 add Match's new addressbook
14781
14782         * po/de.po
14783                 updated translation submitted by Jens Oberender
14784
14785 2001-09-02 [paul]
14786
14787         * configure.in
14788                 change to 0.6.1claws
14789         * sync with sylpheed 0.6.1 release
14790
14791 2001-09-02 [paul]
14792
14793         * configure.in
14794                 change to 0.6.0claws2
14795
14796         * sync with sylpheed 0.6.0cvs4
14797
14798         * po/pt_BR.po
14799                 updated translation submitted by Fabio Junior Beneditto
14800
14801 2001-09-01 [match]
14802         * pixmaps/
14803                 interface.xpm
14804                 book.xpm
14805                 address.xpm
14806         * src/
14807                 Makefile.am
14808                 a ton of new files
14809
14810 2001-08-31 [paul]
14811
14812         * configure.in
14813                 change to version 0.6.0claws1
14814
14815         * sync with sylpheed 0.6.0cvs1
14816
14817         * po/es.po
14818                 updated translation submitted by Ricardo Mones Lastra
14819
14820         * po/POTFILES.in
14821                 add 'src/prefs_templates.c'
14822
14823         * src/compose.c, src/summaryview.c
14824                 fix segfault on 'Re_edit'               
14825
14826 2001-08-30 [alfons]
14827
14828         * configure.in, Makefile.am
14829         * tools/Makefile.am
14830                 add tools directory to source distribution
14831
14832 2001-08-30 [paul]
14833
14834         * configure.in
14835                 change to version 0.6.0claws
14836
14837         * sync with sylpheed 0.6.0 release
14838
14839 2001-08-30 [christoph]
14840
14841         * configure.in
14842                 removed autoconf version check
14843
14844 2001-08-30 [paul]
14845
14846         * src/account.c, src/compose.c, src/prefs_common.[ch]
14847         * src/procheader.[ch] src/utils.[ch]
14848                 Enhanced automatic account selection on replies
14849                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14850
14851         * configure.in
14852                 add LDAP and JPilot to the configuration results output.
14853
14854 2001-08-29 [christoph]
14855
14856         * src/summeryview.c
14857                 no bold font for ignored threads
14858
14859 2001-08-29 [paul]
14860
14861         * configure.in
14862                 change to version 0.5.3claws6
14863
14864         * sync with sylpheed 0.5.3cvs10
14865                 src/stringtable.[ch]: New Files
14866
14867         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14868         * src/pixmaps/sylpheed.xpm
14869                 add mini-icons to windows (by Alfons)
14870
14871 2001-08-27 [paul]
14872
14873         * src/mainwindow.c
14874                 new functions: next_labeled_cb(), prev_labeled_cb()
14875
14876         * src/summaryview.c
14877                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14878                 summary_select_next_labeled(), summary_select_prev_labeled()
14879
14880         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14881                 give claws blue folders and a blue trash can
14882
14883 2001-08-27 [paul]
14884
14885         * configure.in
14886                 change to version 0.5.3claws5
14887
14888         * sync with sylpheed 0.5.3cvs9
14889                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14890
14891 2001-08-24 [christoph]
14892
14893         * src/filesel.c
14894                 keep filename when browsing directories
14895                 (not working for user entered filename, but
14896                  for default name and selected filename from
14897                  file list)
14898         * src/mainwindow.c
14899                 fixed wrong spelling "Folllow-up"
14900         * src/mbox_folder.c
14901         * src/procmsg.c
14902         * src/summaryview.c
14903                 fixed new/unread message count with ignored
14904                 threads (2 commits, first didn't notice no
14905                 longer needed decreasing)
14906         * src/inc.c
14907                 readded scrolling of progress dialog
14908                 (lost in sync)
14909
14910 2001-08-24 [paul]
14911
14912         * configure.in
14913                 change to 0.5.3claws4
14914
14915         * sync with sylpheed 0.5.3cvs7
14916
14917 2001-08-24 [christoph]
14918
14919         * src/compose.c
14920                 set request return receipt when replying
14921                 if it is set is the folder prefs of the
14922                 message
14923         * src/inc.c
14924                 disable final error popup if popups are
14925                 disabled in config (again)
14926
14927 2001-08-23 [paul]
14928
14929         * configure.in
14930                 Change version number to 0.5.3claws3
14931
14932         * sync with sylpheed 0.5.3cvs5
14933
14934         * src/mimeview.c
14935                 double quote '%s' in 'gedit %s' to fix bug when
14936                 opening attachment with spaces in the name
14937
14938 2001-08-22 [alte]
14939         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14940           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14941                 initial message templates support
14942
14943
14944 2001-08-22 [paul]
14945
14946         * configure.in
14947                 change version number to 0.5.3claws2
14948
14949         * sync with sylpheed 0.5.3cvs4
14950
14951         * src/procmsg.h src/summaryview.c
14952                 re-implement (un)ignore thread
14953
14954 2001-08-21 [paul]
14955
14956         * src/summaryview.c
14957                 remove unnecessary code
14958         * src/compose.c
14959                 enable 'dynamic' signatures (submitted by
14960                 Eric Limpens <eric@hscg-internet.nl>)
14961
14962 2001-08-21 [paul]
14963
14964         clean up after sync with sylpheed 0.5.3 release
14965
14966         * src/folderview.c
14967                 fix re-introduced font mess, see Christoph's
14968                 entry 2001-06-24
14969
14970         * src/summaryview.c
14971                 remove prev_msgnum
14972                 use sylpheed's small font instead of
14973                 gtk default font for summary view
14974
14975
14976 2001-08-17 [paul]
14977
14978         * configure.in
14979                 add pl to ALL_LINGUAS - sync with main branch
14980
14981         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14982                 Updated. Translations by Jens Oberender, Ricardo Mones
14983                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14984
14985         * po/pl.po  ** NEW FILE **
14986                 sync with the main branch
14987
14988         * src/folderview.c
14989                 fix target folder colorizing and refresh problem
14990
14991
14992 2001-08-17 [christoph]
14993
14994         * src/mainwindow.c
14995                 claws uses 4 colors for target folder coloring.
14996                 arrays were not long enough and destroyed the
14997                 stack causing a segfault.
14998                 target folder colorizing does not work anymore
14999                 for me
15000
15001 2001-08-16 [paul]
15002
15003         * configure.in
15004                 change to version 0.5.3claws1
15005
15006         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15007           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15008           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15009
15010                 sync with sylpheed 0.5.3 release, but keep claws method of
15011                 configuring/saving fonts
15012
15013         * src/addressbook.[ch]
15014                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15015                 in line with a similar change in Hiroyuki's branch
15016
15017         * src/mainwindow.[ch]
15018                 disable main_window_set_thread_option()
15019         * src/prefs_folder_item.c
15020                 comment out &tmps_prefs.enable_thread,
15021         * src/mbox_folder.c, src/procmsg.[ch]
15022                 comment out MSG_IS_IGNORE_THREAD
15023         * src/summaryview.c
15024                 comment out summary_ignore_thread() and summary_unignore_thread()
15025                 comment out MSG_IS_IGNORE_THREAD
15026
15027                 use Hiroyuki's threading instead.
15028
15029
15030
15031 2001-08-15 [paul]
15032
15033         * src/account.c
15034                 use Hiroyuki's 0.5.3 column scheme but also
15035                 include the enable/disable button.
15036         * src/pixmaps/mark.xpm
15037                 add Hiroyuki's amended pixmap
15038
15039 2001-08-13 [christoph]
15040
15041         * src/account.c
15042                 receive at get all column showed wrong state for APOP
15043                 button should only work for POP3 and APOP accounts
15044         * src/prefs_account.c
15045                 added missing preprocessor statement for SSL
15046
15047 2001-08-12 [paul]
15048
15049         * src/account.[ch]
15050                 add 'receive at get all' column and enable/disable
15051                 button.
15052
15053 2001-08-06 [christoph]
15054
15055         * src/account.c
15056                 show usage of SSL in protocol column
15057
15058         * src/imap.c
15059         * src/inc.c
15060                 renamed ssl options
15061
15062         * src/prefs_account.[ch]
15063                 moved ssl options to a new page
15064
15065         * src/send.c
15066         * src/smtp.c
15067         * src/ssl.[ch]
15068                 renamed ssl options
15069                 added support for SMTP STARTTLS command
15070
15071 2001-08-05 [christoph]
15072
15073         * configure.in
15074                 debian autoconf needs version check to find
15075                 correct autoconf version. if the file is
15076                 named configure.in 2.13 is used, which does
15077                 not work with this configure.in script.
15078                 other solution would be to rename the script
15079                 to configure.ac as suggested in the autoconf
15080                 manual.
15081
15082         * src/inc.c
15083                 disable final error popup if popups are
15084                 diabled in config
15085
15086         * src/socket.c
15087                 bugfix in ssl_gets
15088                 fixes IMAP over SSL problem
15089
15090 2001-08-03 [paul]
15091
15092         * configure.in
15093                 change to 0.5.2claws1
15094
15095         * sync with sylpheed 0.5.2cvs1
15096
15097 2001-08-02 [alfons]
15098
15099         * configure.in
15100                 quick fix for ispell detection...
15101
15102 2001-08-01 [paul]
15103
15104         * configure.in
15105                 change to 0.5.1claws4
15106
15107         * sync with sylpheed 0.5.1cvs7
15108
15109 2001-07-31 [alfons]
15110
15111         * src/prefs_common.c, src/prefs_common.h, 
15112           src/gtkspell.c, src/gtkspell.h
15113                 add global spelling checker settings (compose tab) +
15114                 selection of dictionary 
15115           
15116         * configure.in  
15117                 guess valid ispell location
15118
15119 2001-07-31 [paul]
15120
15121         * po/POTFILES.in
15122                 removal of 'src/quote_fmt_parse.c'
15123         * po/de.po
15124                 Updated de.po
15125                 (submitted by Jens Oberender <didge@suse.de>)
15126
15127 2001-07-31 [darko]
15128
15129         * src/folder.[ch]
15130         * src/folderview.[ch]
15131         * src/mainwindow.c
15132         * src/mh.c
15133         * src/prefs_common.[ch]
15134         * src/summaryview.c
15135                 target folder colourization
15136
15137 2001-07-30 [paul]
15138
15139         more sync with Sylpheed 0.5.1cvs6 
15140
15141 2001-07-30 [darko]
15142
15143         * src/mh.c
15144         * src/prefs_folder_item.[hc]
15145         * src/summaryview.c
15146                 shared folders support with a GUI
15147
15148 2001-07-29 [paul]
15149
15150         0.5.1claws3
15151
15152         * sync with Sylpheed 0.5.1cvs6
15153
15154 2001-07-29 [paul]
15155
15156         * po/pt_BR.po
15157                 updated
15158                 (submitted by Fabio Junior Beneditto)
15159
15160 2001-07-28 [paul]
15161
15162         * src/procmime.c
15163         * AUTHORS
15164                 patch to correct bad image mime headers
15165                 (submitted by Don Quijote <dq@searchlores.org>)
15166
15167 2001-07-28 [paul]
15168
15169         * tools/gif2xface.pl   **NEW FILE**
15170         * tools/README
15171                 script to convert file.gif to file.xface for
15172                 use in a custom header.
15173                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15174
15175 2001-07-27 [alfons]
15176         
15177         * configure.in
15178                 change macros for detecting JPilot and LDAP
15179
15180 2001-07-27 [christoph]
15181
15182         * src/filtering.c
15183                 code cleanup (MIN / MAX warning, needed casting)
15184
15185 2001-07-27 [alfons]
15186
15187         * procheader.c
15188                 disallow setting flags when detecting certain headers
15189                 (X-Status, Status, Seen, X-Seen). 
15190         
15191         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15192
15193 2001-07-27 [christoph]
15194
15195         * src/prefs_filter.c
15196         * src/prefs_filtering.c
15197         * src/prefs_matcher.c
15198         * src/prefs_scoring.c
15199                 scroll list when moving rows up or down
15200
15201         * src/imap.c
15202         * src/imap.h
15203         * src/prefs_account.c
15204         * src/prefs_account.h
15205         * src/send.c
15206                 SMTP over SSL (untested, feedback requested)
15207                 IMAP over SSL
15208
15209         * src/ssl.c
15210                 code cleanup
15211
15212 2001-07-26 [alfons]
15213         
15214         * configure.in, acconfig.h
15215                 define CLAWS (need this for main / claws detection)
15216
15217 2001-07-25 [alfons]
15218
15219         * configure.in
15220                 Sylpheed 0.5.1claws2
15221                 
15222         * sync with Sylpheed 0.5.1cvs4
15223
15224 2001-07-25 [christoph]
15225
15226         * src/scoring.c
15227                 fixed segfault
15228                 item->prefs == NULL (don't know why)
15229
15230 2001-07-25 [alfons]
15231
15232         * configure.in
15233                 Sylpheed 0.5.1claws1
15234
15235         * sync with Sylpheed 0.5.1cvs1-3
15236
15237 2001-07-24 [christoph]
15238
15239         * src/folderview.c
15240         * src/prefs_folder_item.[ch]
15241                 added folderitem preferences dialog with
15242                 default To: and auto request return receipt
15243
15244         * src/compose.[ch]
15245         * src/menu.[ch]
15246                 changes to handle new folderitem preferences
15247
15248         * src/mainwindow.c
15249         * src/summaryview.c
15250                 call compose new mail with current folderitem
15251
15252 2001-07-24 [alfons]
15253
15254         Release Sylpheed 0.5.1claws
15255
15256         * configure.in
15257                 change to release version 0.5.1claws
15258
15259 2001-07-24 [christoph]
15260
15261         * src/summaryview.c
15262                 fixed segfault that happend when the selected
15263                 message was removed while retrieving new messages.
15264
15265         * po/es.po
15266                 updated translation
15267                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15268
15269 2001-07-22 [alfons]
15270
15271         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15272         this is a work in progress, for more information: http://nlpagan.net/sylman 
15273         
15274         * configure.in, src/mainwindow.c, manual/Makefile.am
15275                 add support for English manual
15276
15277         * AUTHORS
15278                 add authors of user manuals
15279
15280         * manual/en/sylpheed*.html
15281                 add English documentation
15282
15283 2001-07-22 [christoph]
15284
15285         * po/POTFILES.in
15286                 added src/ssl.c
15287         * src/ssl.c
15288                 changed a wrong debug message
15289
15290 2001-07-22 [alfons]
15291
15292         * po/nl.po
15293                 update Dutch translation
15294
15295         * src/prefs_filtering.c, 
15296           src/prefs_matcher.c
15297                 add more translatable strings           
15298
15299 2001-07-21 [alfons]
15300
15301         0.5.0claws7
15302
15303         * configure.in
15304                 change version
15305
15306         * src/inc.c, src/summaryview.[ch]
15307                 prevent update of mark file when filtering has done, by
15308                 using a variable; this affects two functions:
15309                         inc.c::inc_finished()
15310                         summaryview.c::summary_show()
15311
15312 2001-07-20 [alfons]
15313
15314         * src/filtering.[ch], src/prefs_filtering.c, 
15315           src/matcher.[ch]
15316                 add filtering action for label coloring 
15317
15318         * po/POTFILES.in
15319                 add labelcolors.c
15320
15321         * added src/labelcolors.c
15322         * added src/labelcolors.h
15323         * src/Makefile.am, src/summaryview.c
15324                 rearrange label coloring code
15325
15326         * src/procmsg.h
15327                 add more parentheses so label colouring works correctly
15328
15329         * src/filtering.c
15330                 don't really delete message, but move it to Trash
15331
15332         * src/prefs_matcher.c
15333                 add quote options to info dialog
15334
15335 2001-07-20 [christoph]
15336
15337         * src/Makefile.am
15338         * src/inc.c
15339         * src/main.[ch]
15340         * src/socket.h
15341         * src/ssl.[ch] (new)
15342                 moved ssl stuff to a seperate file
15343
15344 2001-07-20 [darko]
15345
15346         * src/summaryview.c
15347                 fix show sender using address book with no e-mail
15348                 address in From: field
15349
15350 2001-07-19 [alfons]
15351
15352         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15353                 fix messy handling of escaping... now at least the
15354                 execute command is useful. escape char is '\', we
15355                 accept \n and \r too. 
15356
15357                 Real life example:
15358                 
15359                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15360                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15361
15362 2001-07-18 [alfons]
15363
15364         0.5.0claws6
15365
15366         * src/summaryview.c
15367                 clean up
15368
15369         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15370           src/procmsg.[ch]
15371                 revise filtering; currently move, copy, marking have
15372                 been tested. if you like bleeding edge stuff, you
15373                 should definitely go for this version :)
15374
15375         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15376
15377 2001-07-17 [christoph]
15378
15379         * src/utils.c
15380                 timestamp log
15381
15382 2001-07-17 [alfons]
15383
15384         0.5.0claws5
15385
15386         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15387           bits in the mark file, without affecting either branch. Lots of
15388           files changed, also in claws branch.
15389
15390           UNTESTED: use of mbox folders
15391
15392         * src/summaryview.c
15393                 added mark all read; however this was a quick hack used for
15394                 cleaning up mess after initial merge with Hiroyuki
15395
15396         * configure.in
15397                 change claws version number back to 0.5.0claws5 to clear up 
15398                 confusion & pretension (recent release was technically 
15399                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15400
15401 2001-07-16 [alfons]
15402
15403         sync with Hiroyuki's 0.5.0cvs4
15404
15405 2001-07-16 [alfons]
15406
15407         0.5.1claws3
15408
15409         * src/filtering.[ch]
15410                 remove invalid updating of mark files for 
15411                 filter actions MATCHING_ACTION_MOVE and 
15412                 MATCHING_ACTION_DELETE; this should fix the
15413                 folder update bug
15414                 
15415         * src/procmsg.c
15416                 revert Christoph's stab at fixing the folder 
15417                 update bug
15418
15419         * po/POTFILES.in
15420                 add missing files with translatable strings
15421
15422         * src/summaryview.c
15423                 remove debug print
15424
15425 2001-07-15 [alfons]
15426
15427         * src/addr_compl.[ch], src/prefs_filtering.c
15428                 make "filtering pref dialog's destination entry" an
15429                 "address completable entry", if filter destination is 
15430                 an email address
15431
15432         0.5.1claws2
15433         
15434         sync with Hiroyuki's 0.5.0cvs2-3
15435
15436 2001-07-15 [christoph]
15437
15438         * src/procmsg.c
15439                 fixed folder stats update after incorporation
15440
15441 2001-07-15 [alfons]
15442
15443         * src/summaryview.c
15444                 * finish label colouring stuff (for now)
15445                 * fix incorrect colour bug (off by one) 
15446
15447 2001-07-14 [alfons]
15448
15449         * src/mainwindow.c
15450                 change text labels for news and mail message so there's
15451                 plenty of toolbar estate left
15452
15453         * configure.in
15454                 0.5.1claws1
15455
15456         * src/folderview.c
15457           src/folder.[ch]
15458                 sync with Hiroyuki's 0.5.0cvs1
15459
15460         * src/summaryview.c
15461                 more rewrite label colouring
15462
15463 2001-07-14 [alfons]
15464
15465         * src/summaryview.[ch]
15466                 * start rewrite label colouring 
15467                 * fix proper location "Add Sender To Addressbook" menu item
15468
15469 2001-07-13
15470
15471         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15472         (actually this is 0.5.0claws4)
15473
15474 2001-07-13 [alfons]
15475
15476         * po/pt_BR.po
15477                 * fix duplicate message
15478                 * add updated Portugese / Brazilian translation
15479                   submitted by Fabio Junior Beneditto
15480
15481 2001-07-12 [alfons]
15482
15483         * AUTHORS
15484                 add Jens
15485
15486         * po/nl.po
15487                 add updated Dutch translation
15488
15489         * po/de.po
15490                 add updated German translation submitted by Jens
15491
15492 2001-07-11 [alfons]
15493
15494         Prerelease before 0.5.0claws. Please test.
15495         This version is temporarily tagged as VERSION_0_5_0_TEST
15496
15497         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15498           src/prefs_scoring.c, src/prefs_matcher.c, 
15499           src/prefs_filtering.c, src/mbox.c, 
15500           src/main.c, src/inc.c, src/filtering.[ch]
15501                 revert new Hoa's new matcher (does not work yet)
15502
15503         * src/Makefile.am
15504                 clean up
15505
15506 2001-07-10
15507
15508         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15509
15510
15511 2001-07-10 [alfons]
15512
15513         * Makefile.am
15514                 add ChangeLog.claws to EXTRA_DIST
15515         * src/Makefile.am
15516                 add matcher_parser_parse.h to EXTRA_DIST
15517
15518 2001-07-10 [christoph]
15519
15520         * src/inc.c
15521                 add destination folder to table of
15522                 folders that need to be updated after
15523                 incorporation
15524
15525 2001-07-10 [alfons]
15526
15527         * folder.[ch]
15528           folderview.c
15529                 make collapse state of folders and folder items persistent, i.e.
15530                 if you collapse a folder tree, the next time sylpheed-claws starts 
15531                 up the folder tree remains collapsed.  
15532                 
15533 2001-07-10 [christoph]
15534
15535         * acconfig.h
15536         * configure.in
15537                 added --enable-ssl
15538         * src/md5.[ch]
15539                 renamed MD5_CTX to MD5_CTX_syl
15540                 conflicts with a struct in openssl
15541         * src/inc.c
15542         * src/main.[ch]
15543         * src/prefs_account.[ch]
15544         * src/socket.[ch]
15545                 SSL support for POP
15546         * src/mainwindow.c
15547                 fixed compose with current account
15548                 broken by new compose button stuff
15549
15550 2001-07-09 [hoa]
15551
15552         * AUTHORS
15553                 changed my email address
15554
15555         * src/matcher_parser_parse.y
15556                 clean the parser to remove conflicts
15557
15558 2001-07-09 [alfons]
15559
15560         * AUTHORS
15561                 add Match Grun
15562
15563         * configure.in
15564                 fix incorrect description of --enable-ldap parameter
15565
15566         * src/prefs_common.[ch]
15567           src/compose.c
15568                 add experimental option "smart wrapping" which makes the
15569                 compose editor auto wrap.
15570                 
15571                 | TODO: the problem with the buggy cursor handling is caused |
15572                 | by the GtkText. when deleting / backspacing text its       |
15573                 | wrapping algorithm does not take in account the previous   |
15574                 | line. should find a way to hack this in.                   |
15575                 | or should perhaps combine this with the word wrapping      |
15576                 | patch i wrote in january.                                  |
15577
15578         * src/about.c
15579                 show build parameters for LDAP and JPilot
15580
15581         * src/summaryview.c
15582                 revert Christoph's bugfix for selecting next unread message, 
15583                 because folder stats aren't updated correctly
15584
15585 2001-07-08 [hoa]
15586
15587         * src/filtering.c
15588         * src/mainwindow.c
15589         * src/matcher.c
15590         * src/matcher_parser_lex.l
15591         * src/matcher_parser_parse.y
15592         * src/prefs_filtering.c
15593         * src/prefs_scoring.c
15594         * src/scoring.c
15595                 bugfix of the config file parser
15596
15597 2001-07-08 [alfons]
15598
15599         * src/Makefile.am
15600                 added generated matcher sources to BUILT_SOURCES
15601
15602 2001-07-08 [hoa]
15603
15604         * src/Makefile.am
15605         * src/.cvsignore
15606                 added new config file parser
15607
15608         * src/scoring.[ch]
15609         * src/filtering.[ch]
15610         * src/matcher.[ch]
15611         * src/prefs_filtering.c
15612         * src/prefs_matcher.c
15613         * src/prefs_scoring.c
15614         * added src/matcher_parser.h
15615         * added src/matcher_parser_lex.h
15616         * added src/matcher_parser_lex.l
15617         * added src/matcher_parser_parse.y
15618                 lex & yacc config file parser
15619
15620         * src/mbox.c
15621         * src/inc.c
15622         * src/main.c
15623                 changes prefs_filtering into global_filtering           
15624
15625         * src/summaryview.c
15626                 build threads with subjects only if "Re: " is at the
15627                 beginning of the subject
15628
15629 2001-07-07 [paul]
15630
15631         0.5.0claws
15632
15633         sync with sylpheed 0.5.0
15634                 change of version number only
15635
15636 2001-07-06 [paul]
15637
15638         0.5.0claws5
15639
15640         sync with sylpheed 0.5.0pre5
15641
15642 2001-07-05 [paul]
15643
15644         sync with sylpheed 0.5.0pre4 release
15645                 /po and /manual/ja not sync'ed
15646
15647 2001-07-04 [paul]
15648
15649         more sync with sylpheed 0.5.0pre4
15650
15651 2001-07-03 [christoph]
15652
15653         * src/addressbook.c
15654                 fixed address book broken by address book
15655                 for VCard, JPilot, LDAP
15656
15657 2001-07-03 [alfons]
15658
15659         * src/matcher.c
15660         * src/textview.c
15661                 stopped memory leaks
15662
15663 2001-07-03 [paul]
15664
15665         more sync with sylpheed 0.5.0pre4
15666
15667 2001-07-02 [match]
15668
15669         * included address book patch for VCard, JPilot, LDAP
15670         * pref_common.c - fixed Font options on Display tab (cosmetic)
15671         * alertpanel.c - fixed truncated message
15672
15673 2001-07-02 [christoph]
15674
15675         * src/mbox_folder.c
15676         * src/procmsg.[ch]
15677         * src/summaryview.c
15678                 mark threads for ignoring
15679
15680 2001-07-02 [paul]
15681
15682         0.5.0claws4
15683
15684         * sync with sylpheed 0.5.0pre4
15685                 updated gettext to 0.10.38.
15686
15687 2001-07-01 [paul]
15688
15689         * src/ mainwindow.c
15690         * src/procmsg.h
15691         * src/summaryview.[ch]
15692                 new right-click option: Label.
15693                 substitute for 'Mark-->Mark/Unmark', colours the line.
15694                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15695
15696 2001-07-01 [christoph]
15697
15698         * src/folderview.c
15699                 fixed font for trash
15700         * src/summaryview.c
15701                 move ctree to unread message
15702
15703 2001-07-01 [paul]
15704
15705         * sync with sylpheed 0.5.0pre3 release
15706
15707 2001-06-30 [alfons]
15708
15709         * src/filesel.[ch]
15710         * src/compose.c
15711                 allow inserting / attaching multiple files in
15712                 the composer window
15713
15714 2001-06-30 [paul]
15715
15716         * src/codeconv.c
15717                 small change to Alfons' previous stuff so that it
15718                 actually makes
15719
15720 2001-06-30 [alfons]
15721
15722         * lots of files changed; first attempt to merge the changes
15723           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15724
15725 2001-06-30 [paul]
15726
15727         * po/pt_BR.po
15728                 updated and completed, translations by Fabio
15729                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15730
15731 2001-06-29 [alfons]
15732
15733         * src/compose.c
15734         * src/mimeproc.[ch]
15735                 allow selecting an attached files' mime type from a 
15736                 list of types.
15737
15738 2001-06-29 [paul]
15739
15740         * more sync with sylpheed 0.5.0pre3
15741
15742 2001-06-29 [paul]
15743
15744         * po/pt_BR.po
15745                 merge with sylpheed.pot and pt_BR.po provided by
15746                 Fabio Junior Beneditto.
15747
15748 2001-06-29 [darko]
15749
15750         * src/procmime.c
15751                 make MIME types case insensitive
15752
15753 2001-06-28 [alfons]
15754
15755         * po/nl.po
15756                 merge with sylpheed.pot and old nl.po; translations added.
15757
15758 2001-06-28 [paul]
15759
15760         * more sync with sylpheed 0.5.0pre3
15761
15762 2001-06-27 [alfons]
15763
15764         * src/summaryview.c
15765                 don't crash when removing parent node of messages
15766                 attracted by subject. this was caused by not deleting
15767                 the parent node from the subject line hash table.
15768
15769 2001-06-27 [alfons]
15770
15771         * src/summaryview.c
15772         * src/compose.[ch]
15773         * src/mainwindow.c
15774                 if there are multiple messages selected, allow forwarding
15775                 them as attachments.
15776
15777 2001-06-27 [paul]
15778
15779         * more sync with sylpheed 0.5.0pre3
15780
15781 2001-06-26 [paul]
15782
15783         0.5.0claws3
15784
15785         * sync with sylpheed 0.5.0pre3
15786
15787 2001-06-25 [paul]
15788
15789         * src/mainwindow.c
15790                 fixed 'compose news article' bug
15791                 from icon-and-text toolbar
15792
15793 2001-06-25 [paul]
15794
15795         * sync with sylpheed 0.5.0pre2 release
15796
15797 2001-06-24 [christoph]
15798
15799         * src/prefs_common.c
15800                 bug fix in font selection
15801         * src/folderview.c
15802                 use sylpheed's normal font instead of
15803                 gtk default font for folders without
15804                 new messages
15805
15806 2001-06-24 [alfons]
15807
15808         * src/mainwindow.[ch]
15809                 added composite compose mail / news button (an idea by Leandro
15810                 Pereira <leandro@linuxmag.com.br>)
15811
15812 2001-06-24 [paul]
15813
15814         Added instructions for ldif-to-xml.py
15815
15816         * tools/README
15817
15818 2001-06-23 [alfons]
15819
15820         Some minor things.
15821
15822         * src/pixmaps/stock_news_compose.xpm
15823                 added pixmap by Leandro
15824         * src/prefs_common.c
15825                 tested built-in spelling checker of GCC 3.0 :)
15826         * po/nl.po
15827                 merged dutch translation of sylpheed-main with
15828                 sylpheed.pot
15829
15830 2001-06-23 [paul]
15831
15832         Added tools directory and files.
15833
15834         * tools/filter_conv.pl
15835                 converts old filter system to new filtering system
15836         * tools/ldif-to-xml.py
15837                 converts netscape addressbook to sylpheed addressbook
15838         * tools/README
15839                 descriptions/instructions for above two files
15840
15841 2001-06-23 [christoph]
15842
15843         * src/inc.c
15844         * src/manage_window.[ch]
15845         * src/prefs_common.[ch]
15846                 mail retrieval dialog can be enabled, disabled
15847                 or hidden if non of sylpheed's windows is active
15848
15849 2001-06-22 [paul]
15850
15851         0.5.0claws2
15852
15853         * sync with sylpheed 0.5.0pre2
15854
15855 2001-06-21 [christoph]
15856
15857         * src/summaryview.c
15858                 show recipient on 'from' for all accounts
15859                 
15860         * src/inc.c
15861         * src/prefs_common.[ch]
15862                 disable error popup on mail receive errors
15863
15864 2001-06-21 [alfons]
15865
15866         * src/compose.c
15867                 made the ruler correctly appear and disappear.
15868
15869         * src/Makefile.am
15870                 removed Hoa's work-in-progress-stuff (interesting!) so 
15871                 claws compiles ok.
15872
15873 2001-06-20 [christoph]
15874
15875         * src/inc.c
15876         * src/progressdialog.c
15877                 added scrolled window for list in progressdialog
15878
15879 2001-06-20 [paul]
15880
15881         sync with sylpheed 0.5.0pre1 release
15882
15883 2001-06-20 [christoph]
15884
15885         * src/summeryview.c
15886                 make building threads by subject work when
15887                 thread view is enabled
15888                 
15889         * src/compose.c
15890         * src/prefs_common.[ch]
15891                 automatically select account for mail replys
15892
15893 2001-06-19 [sergey]
15894
15895         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15896         they are filled in from the account settings.
15897
15898 2001-06-19 [paul]
15899
15900         * more sync with sylpheed 0.5.0pre1
15901
15902 2001-06-18 [alfons]
15903
15904         * src/Makefile.am,
15905           src/procmime.c
15906                 added --sysconfdir to CPPFLAGS for pointing to the correct
15907                 location of mime.types. 
15908
15909                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15910                 or ./configure!
15911
15912 2001-06-18 [hoa]
15913
15914         * src/summaryview.c
15915                 fixed some bug when building threads
15916
15917 2001-06-18 [pau]l
15918
15919         * src/prefs_account.c
15920                 UI stuff: More changes to the English
15921
15922 2001-06-18 [paul]
15923
15924         * src/pixmaps/stock_news_compose.xpm: new file
15925         * src/Makefile.am
15926         * src/mainwindow.c
15927         * src/summaryview.c
15928                 Added new icon for Hoa's 'compose a news
15929                 message', plus minor improvements to the
15930                 English
15931
15932         * po/ja.po
15933         * ChangeLog
15934         * ChangeLog.jp
15935                 more sync with sylpheed 0.5.0pre1
15936
15937 2001-06-18 [hoa]
15938
15939         * src/compose.[ch]
15940         * src/mainwindow.c
15941                 Follow-up and reply to
15942
15943         * src/summaryview.[ch]
15944                 Build threads also with subjects
15945
15946 2001-06-17 [hoa]
15947
15948         * src/compose.c
15949                 forwarding use the current account.
15950
15951         * src/mainwindow.c
15952                 the "compose message" button has been replaced with
15953                 "new mail" and "new news" buttons
15954
15955         * src/prefs_common.[ch]
15956                 added a configuration option to use the forward button
15957                 as "forward as attachment"
15958                 changed reply and forward format description
15959
15960         * src/quote_fmt_lex.l
15961         * src/quote_fmt_parse.y
15962                 added message with no signature in format for reply
15963                 and forward.
15964
15965 2001-06-17 [paul]
15966
15967         Minor UI stuff
15968
15969         * src/mainwindow.c
15970         * src/summaryview.c
15971                 Improvements to the English
15972
15973         * src/prefs_common.c
15974                 Improvements to the English and some
15975                 clarity/continuity improvements in the
15976                 description of Quote symbols.
15977
15978 2001-06-17 [paul]
15979
15980         0.5.0claws1
15981
15982         * sync with sylpheed 0.5.0pre1
15983
15984 2001-06-17 [hoa]
15985
15986         * src/compose.c
15987                 Better interface for compose, displayed fields
15988                 are updated whenever we change account.
15989                 Newsgroups field is automatically filled.
15990
15991         * src/mainwindow.c
15992                 Newsgroups field is automatically filled.
15993
15994         * src/prefs_account.c
15995                 Some interface stuff when fields appear and
15996                 disappear.
15997
15998 2001-06-16 [paul]
15999
16000         0.4.99claws
16001
16002         * sync with sylpheed 0.4.99
16003
16004 2001-06-16 [sergey]
16005
16006         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16007         base64_decoder_free, base64_decoder_decode): new object and
16008         functions for decoding base64 streams.
16009         * src/procmime.c (procmime_decode_content): modified to use the
16010         new base64 decoder.
16011
16012 2001-06-15 [paul]
16013
16014         0.4.99claws10
16015
16016         * sync with sylpheed 0.4.99cvs11
16017
16018 2001-06-13 [paul]
16019
16020         0.4.99claws9
16021
16022         * sync with sylpheed 0.4.99cvs9
16023
16024 2001-06-13 [hoa]
16025
16026         * src/compose.c
16027         * src/prefs_account.c
16028
16029                 SMTP server can be defined in the news account
16030                 mime type of attachment are kept.
16031
16032         * src/summaryview.c
16033
16034                 now choose the highest important score between default
16035                 and important score of folder.
16036
16037 2001-06-09 [alfons]
16038         
16039         * src/prefs_common.c: 
16040
16041                 (prefs_quote_description_create): corrected description of 
16042                 quote format characters
16043
16044 2001-06-09 [paul]
16045
16046         0.4.99claws8
16047
16048         * sync with sylpheed 0.4.99cvs8
16049
16050 2001-06-08 [sergey]
16051
16052         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16053         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16054
16055 2001-06-08 [paul]
16056
16057         0.4.99claws7
16058
16059         * sync with sylpheed 0.4.99cvs7
16060
16061 2001-06-06 [sergey]
16062
16063         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16064         clashes with autogenerated header).
16065         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16066         * src/Makefile.am: added quote_fmt.h.
16067         * src/.cvsignore: added lex/yacc autogenerated files
16068         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16069
16070 2001-06-06 [paul]
16071
16072         0.4.99claws6
16073
16074         * sync with sylpheed 0.4.99cvs6
16075
16076 2001-06-06 [hoa]
16077
16078         * added src/quote_fmt_parse.h
16079         * src/compose.c
16080                 removed warnings
16081
16082         * src/prefs.[ch]
16083                 don't modify readonly configuration files
16084
16085         * src/prefs_account.c
16086         * src/prefs_common.c
16087         * src/prefs_customheader.c
16088         * src/prefs_display_header.c
16089         * src/prefs_filter.c
16090         * src/prefs_filtering.c
16091         * src/prefs_scoring.c
16092                 don't open dialog box when configuration files
16093                 are readonly
16094
16095 2001-06-05 [sergey]
16096
16097         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16098
16099         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16100         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16101         BUILT_SOURCES to make all files rebuild properly.
16102
16103         * src/compose.c: removed #include "quote_fmt.tab.h".
16104
16105         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16106         CHARACTER value in yylval.
16107
16108         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16109         receive CHARACTER value by documented means (yylval).
16110
16111         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16112
16113 2001-06-05 [hoa]
16114
16115         * src/Makefile.am
16116                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16117
16118         * src/filtering.c
16119         * src/matcher.c
16120         * src/matcher.h
16121         * src/prefs_filtering.c
16122                 now keep the configuration for execute action
16123
16124         * src/mbox_folder.c
16125                 fixed a warning
16126
16127 2001-06-05 [paul]
16128
16129         * sync with sylpheed 0.4.99cvs5
16130
16131 2001-06-05 [hoa]
16132
16133         * src/Makefile.am
16134                 added quote_fmt.[ch]
16135
16136         * added src/quote_fmt.y
16137         * added src/quote_fmt.l
16138         * added src/quote_fmt.tab.h
16139         * added src/quote_fmt.tab.c
16140         * added src/lex.quote_fmt.c
16141                 parsing configuration for replying
16142                 and forwarding
16143
16144         * src/prefs_common.[ch]
16145                 added configuration UI for replying
16146                 and forwarding
16147
16148         * src/compose.c
16149                 using configuration for replying
16150                 and forwarding
16151
16152 2001-06-04 [hoa]
16153
16154         * src/filtering.c
16155         * src/matcher.c
16156         * src/matcher.h
16157         * src/prefs_filtering.c
16158         * src/prefs_matcher.c
16159         * src/prefs_matcher.h
16160                 action "run a command" for filtering
16161                 and matching with a command.
16162                 fixed the "whole message" matching
16163
16164         * src/mbox_folder.c
16165                 changed temporary filename for security
16166
16167         * src/messageview.c
16168                 queue the notification if it fails to send.
16169
16170         * src/prefs_common.c
16171         * src/prefs_folder_item.c
16172                 changed the default important score             
16173
16174         * src/prefs_scoring.c
16175         * src/scoring.c
16176                 hide kill score input when the folder is not
16177                 a newsgroup
16178
16179 2001-06-03 [alfons]
16180
16181         * src/prefs_common.c:
16182
16183                 (prefs_font_select): pass font name in font entry box to font
16184                 selection dialog.
16185
16186 2001-06-03 [sergey]
16187
16188         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16189
16190 2001-06-03 [paul]
16191
16192         * sync with sylpheed 0.4.99cvs4
16193
16194 2001-06-03 [alfons]
16195
16196         * src/headerwindow.c:
16197
16198                 (headerwindow_show_cb): use the selected summary view item, not
16199                 the displayed item.
16200
16201 2001-06-02 [alfons]
16202
16203         * src/headerwindow.c:
16204
16205                 (headerwindow_show_cb): always try to show msginfo
16206
16207 2001-06-02 [hoa]
16208
16209         * src/compose.c
16210                 keep attached parts when reediting or forwarding.
16211
16212 2001-06-01 [hoa]
16213
16214         * src/folderview.c
16215         * src/prefs_folder_item.[ch]
16216         * src/prefs_scoring.[ch]
16217         * src/scoring.[ch]
16218         * src/summaryview.[ch]
16219         * src/main.c
16220         * src/mainwindow.c
16221         * src/prefs_common.[ch]
16222                 support for folder scoring
16223                 kill score and important score for messages
16224         
16225         * src/prefs_account.c
16226                 some display bug fixed for local account
16227                 preferences
16228
16229 2001-05-31 [alfons]
16230
16231         * src/summaryview.c:
16232
16233                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16234                 sender to address book menu item is disabled.
16235
16236 2001-05-30 [hoa]
16237
16238         * src/filtering.[ch]
16239         * src/summaryview.c
16240                 handling summary menu / filter messages
16241
16242         * src/folder.[ch]
16243                 add some stuff
16244
16245         * src/foldersel.c
16246                 imap folders now appears in list
16247
16248         * src/mbox_folder.c
16249                 doesn't crash if destination mail is not writeable
16250
16251 2001-05-29 [hoa]
16252
16253         * src/compose.c
16254                 removed some warnings
16255
16256         * src/filtering.c
16257         * src/folder.[ch]
16258         * src/prefs_filtering.c
16259                 global string to identify any folders           
16260                 removed some debug info
16261                 filtering to mbox folders is now possible
16262
16263         * src/mainwindow.c
16264                 removed some warnings
16265
16266         * src/mbox_folder.c
16267                 permission on files are changed to read/write for user only,
16268                 nothing for other.
16269                 creation of subfolder is handled better.
16270
16271 2001-05-28 [alfons]
16272
16273         Verified the sync for src/prefs_common.[ch] and
16274         src/prefs_account.[ch]. I believe there were some
16275         minor indentation differences.
16276
16277 2001-05-28 [paul]
16278
16279         0.4.99claws3
16280
16281         * sync with 0.4.99cvs3
16282
16283 2001-05-28 [hoa]
16284
16285         * src/compose.c
16286                 handling flags for mbox format
16287
16288         * src/filtering.c
16289                 use of mark file only for MH format
16290                 handling flags for mbox format
16291                 filtering cannot yet move or copy mails to mbox folders.
16292
16293         * src/folder.[ch]
16294                 changed move_msg, copy_msg,
16295                 move_msgs_with_dest, copy_msgs_with_dest functions
16296                 uses only folder->copy_msg() function
16297                 uses folder->finished_copy() to handle the destination
16298                 folder at the end of the copy or move operation.
16299
16300         * src/foldersel.c
16301                 included mbox directories.
16302
16303         * src/folderview.[ch]
16304         * src/mainwindow.c
16305                 handle folders operation for mbox format
16306
16307         * src/mbox.c
16308                 disable conversion of "From " header
16309
16310         * src/mbox_folder.[ch]
16311                 completion of mbox format handling
16312
16313         * src/mh.c
16314                 changed mh_copy_msg() function and
16315                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16316                 mh_copy_msgs_with_dest()
16317
16318         * src/prefs_filtering.c
16319                 removed some warnings
16320
16321         * src/prefs_matcher.c
16322                 default boolean operation is AND
16323
16324         * src/procheader.c
16325                 handling flags for mbox format
16326                 handling of "From " header
16327
16328         * src/procmsg.[ch]
16329                 removed data field
16330                 added MSG_REALLY_DELETED flags to handle deletion of
16331                 messages in mbox format.
16332
16333         * src/summaryview.c
16334                 handling flags for mbox format
16335                 disable the MSG_DELETED flags when messages
16336                 are deleted in mbox format
16337
16338         * src/textview.c
16339                 "From " headers display fixed.
16340
16341 2001-05-27 [alfons]
16342
16343         * src/textview.c:
16344                 
16345                 (get_email_part): skip quoted email addresses, like in e.g.
16346                 "'alfons@proteus.demon.nl'".
16347
16348 2001-05-26 [alfons]
16349
16350         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16351         and fixing the persistence troubles when using separate windows.
16352
16353         * src/mainwindow.c:
16354         
16355             Added #define SEPARATE_ACTION used in the gtk item factory for 
16356             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16357                 use gtk_item_factory_get_widget_by_action() to get the items.
16358                 
16359             Removed separate_widget_cb from the gtk item factory data   
16360           
16361             (mainwindow_create): connect separate_widget_cb() to check
16362             menu item "toggled" signal. also passing a MainWindow pointer
16363                 as object data for both check menu items.
16364                 
16365             (separate_widget_cb): definition of separate_widget_cb() to match
16366             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16367                 window using gtk_object_get_data(). The type of window separation 
16368                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16369         
16370         * src/prefs_filtering.c,
16371           src/prefs_matcher.c: added horizontal scrollbars
16372
16373 2001-05-25 [darko]
16374
16375         * src/headerview.c
16376                 fix segfault with invalid bold font
16377         * src/summaryview.c
16378                 correctly display summary stats after row is marked
16379
16380 2001-05-23 [sergey]
16381
16382         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16383         encodings with libjconv.
16384
16385 2001-05-23 [hoa]
16386
16387         * src/Makefile.am
16388                 added mbox_folder.[ch]
16389         * src/defs.h
16390                 mbox temporary folder
16391         * src/folder.[ch]
16392         * added src/mbox_folder.[ch]
16393         * src/folderview.c
16394         * src/procheader.[ch]
16395                 added mbox support
16396         * src/mbox.c
16397                 bugfix for file incorporation filtering
16398         * src/imap.c
16399                 enable creation of MBOX
16400         * src/prefs_display_header.c
16401                 enable use of headers like "From "
16402                 something that should be fixed :
16403                         displaying of such headers add an extra space
16404         * src/prefs_folder_item.c
16405                 don't create folders because it is not necessary
16406         * src/procmsg.h
16407                 added data field to MsgInfo for mbox internal use
16408         * src/summaryview.c
16409                 added some support for mbox
16410         * src/utils.[ch]
16411                 added get_mbox_cache_dir() function
16412
16413 2001-05-23 [hiroyuki]
16414
16415         * src/headerwindow.c
16416           src/inc.c
16417           src/main.c
16418           src/mh.c
16419           src/nntp.c
16420           src/procmsg.h
16421           src/session.h
16422           src/socket.[ch]
16423           src/summaryview.c
16424           src/textview.c
16425           src/automaton.c
16426           src/folderview.c: more sync with 0.4.99cvs2.
16427
16428         * src/headerwindow.c: reverted.
16429
16430 2001-05-22 [paul]
16431
16432         0.4.99claws2
16433
16434         * sync with sylpheed 0.4.99cvs2
16435                 * src/news.[ch]
16436                 * src/nntp.[ch]
16437                 * INSTALL
16438                 * INSTALL.jp
16439
16440 2001-05-22 [alfons]
16441
16442         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16443
16444 2001-05-21 [alfons]
16445
16446         Minor things:
16447
16448         * configure.in: if gnome-config not found, "no" is displayed
16449         
16450         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16451
16452         * src/textview.c: now also possible to add mail addresses by right
16453           clicking in the text view
16454
16455         * src/codeconv.c: merged patch which fixes endless loop when encountering
16456           invalid wide characters; from Alte <010@imis.ru>  
16457
16458 2001-05-20 [alfons]
16459
16460         Added installation of gnome specific things:
16461
16462         * Makefile.am: gnome conditional
16463
16464         * configure.in: check for installed gnome
16465
16466         * added sylpheed.png, sylpheed.desktop
16467
16468 2001-05-20 [sergey]
16469
16470         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16471
16472         * src/mainwindow.h (main_window_toolbar_create): created a button
16473         for "Reply to all".
16474         (main_window_set_toolbar_sensitive): enable/disable the new button
16475         appropriately.
16476         (toolbar_reply_to_author_cb): handle the new button.
16477
16478         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16479         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16480         failure).
16481
16482 2001-05-19 [sergey]
16483
16484         * src/compose.h (ComposeReplyMode): new modes
16485         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16486         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16487
16488         * src/compose.c
16489         (compose_send): move some code into a new function:
16490         (compose_current_mail_account): new function.
16491         (compose_reply): new argument to_author, all callers changed; if
16492         to_author==TRUE and account->protocol==A_NNTP, find and use an
16493         appropriate mail account for replying.
16494         (compose_reply_set_entry): new argument to_author; ignore
16495         compose->replyto if to_author==TRUE.
16496
16497         * src/mainwindow.c: new command "Message/Reply to author".
16498         (main_window_set_menu_sensitive): enable/disable it.
16499         (reply_cb): handle it.
16500
16501         * src/summaryview.c: new command "Reply to author".
16502         (summary_set_menu_sensitive): enable/disable it.
16503         (summary_reply_cb): handle it.
16504
16505         * src/account.c (account_find_mail_from_address): new function.
16506
16507 2001-05-18 [paul]
16508
16509         0.4.99claws1
16510
16511         * sync with sylpheed 0.4.99cvs1
16512
16513 2001-05-18 [hoa]
16514
16515         * src/compose.[ch]
16516         * src/filtering.c
16517         * src/summaryview.c
16518                 new filtering action : forward and forward as attachment
16519
16520         * src/main.c
16521                 no need for $DISPLAY when we run sylpheed --help
16522                 call to parse_cmd_opt() is moved
16523
16524         * src/mainwindow.[ch]
16525                 execute button is hidden when immediate execute
16526                 is chosen
16527
16528         * src/mh.c
16529         * src/news.c
16530         * src/prefs_folder_item.c
16531         * src/procmsg.c
16532                 better handling of missing directories
16533
16534         * src/summaryview.c
16535                 reedit is enabled in outbox
16536                 reedit is enabled in queue
16537
16538 2001-05-17 [hoa]
16539
16540         * src/filtering.c
16541         * src/matcher.[ch]
16542         * src/prefs_filtering.c
16543                 changed attachement into attachment
16544
16545 2001-05-17 [alfons]
16546
16547         0.4.67claws4    
16548
16549         * sync with sylpheed 0.4.67cvs9
16550         * sync with sylpheed 0.4.67cvs7-8
16551
16552 2001-05-17 [hoa]
16553
16554         * src/Makefile.am
16555                 added prefs_filtering.c
16556
16557         * src/filtering.[ch]
16558         * src/matcher.[ch]
16559                 removed action : forward_news and forward_news_as_attachement
16560                 (forward and forward_as_attachement can be used instead)
16561
16562         * src/mainwindow.c
16563                 added menu option to access filtering configuration
16564
16565         * src/prefs_account.c
16566                 changed mail_command default to /usr/sbin/sendmail
16567
16568         * added src/prefs_filtering.[ch]
16569                 dialog box for filtering configuration
16570
16571         * src/prefs_matcher.c
16572                 added function prefs_matcher_get_criteria_from_matching()
16573
16574         * src/prefs_scoring.c
16575                 reset the dialog when register or substitute is clicked
16576
16577 2001-05-15 [hoa]
16578
16579         * src/Makefile.am
16580                 added filtering.[ch]
16581         * src/inc.c
16582                 using filering.[ch] instead of filter.[ch]
16583         * src/main.c
16584                 reading new filtering configuration
16585         * src/matcher.[ch]
16586                 added some filtering actions
16587                 and fixed a bug for headers and mail body matching
16588         * src/mbox.c
16589                 using filering.[ch] instead of filter.[ch]
16590         * src/mh.c
16591                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16592         * src/summaryview.c
16593                 some fixes for filtering
16594
16595 2001-05-14 [hiroyuki]
16596
16597         * src/send.c: fixed some weird indentations.
16598           send_message_with_command(): call pclose() only if p != NULL.
16599         * src/textview.c: get_email_part(): modified the code for readability.
16600
16601 2001-05-14 [hiroyuki]
16602
16603         * src/md5global.h
16604           src/md5ify.c
16605           src/md5ify.h: removed from the cvs.
16606
16607 2001-05-13 [sergey]
16608
16609         * src/main.c: include rfc2015.h to avoid compiler warnings.
16610         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16611         the panel is already on screen.
16612         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16613         closing the alert window by ESC as "No".
16614         * src/prefs_common.c (prefs_interface_create): moved return
16615         receipt check button to the correct place.
16616
16617 2001-03-13 [alfons]
16618
16619         * src/prefs_common.c: 
16620                 moved return receipt check button to the Send tab. (prefs_send_create)
16621                 removed the date format ui related globals. (prefs_display_create)
16622
16623         0.4.67claws3
16624         
16625         * sync with sylpheed 0.4.67cvs5-6
16626
16627 2001-05-13 [paul]
16628
16629         * added Alfons' font selection patch
16630
16631         * src/defs.h
16632         * src/headerwindow.c
16633         * src/prefs_common.c
16634         * src/prefs_common.h
16635
16636 2001-05-13 [hoa]
16637         * src/defs.h
16638                 changed version of cache
16639         * src/matcher.[ch]
16640         * src/prefs_matcher.c
16641                 added additionnal matching criteria
16642         * src/procheader.c
16643         * src/procmsg.[ch]
16644         * src/news.c
16645                 added references in MsgInfo
16646
16647 2001-05-12 [hoa]
16648
16649         * src/defs.h
16650                 prepared some things for new filtering
16651         * src/matcher.[ch]
16652                 added some matching properties
16653                 inreplyto need to be enhanced
16654                 prepared some things for new filtering
16655         * src/messageview.c
16656                 added Return-Receipt-To handling
16657         * src/prefs_folder_item.c
16658                 changed default value to TRUE
16659         * src/prefs_matcher.c
16660                 added some matching properties
16661         * src/prefs_scoring.[ch]
16662                 the scoring dialog is finished
16663         * src/procheader.c
16664                 added Return-Receipt-To handling
16665                 Reference need to be added
16666         * src/procmsg.[ch]
16667                 added Return-Receipt-To handling
16668                 added threadscore to get a better score sorting when
16669                 threads are enabled
16670         * src/summaryview.c
16671                 suppressed a bug when we sort the list
16672                 when no folder is opened.
16673                 better score sorting when threads are enabled
16674
16675 2001-05-12 [alfons]
16676
16677         * reverted previous patch because of potential errors 
16678
16679         0.4.67claws2
16680         
16681         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16682                 applied "toggle mail-retrieval dialog window" patch submitted 
16683                 by Eric Limpens <eric@qnt.net>
16684
16685         * sync with sylpheed 0.4.67cvs4
16686
16687 2001-05-12 [sergey]
16688
16689         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16690         some picky compilers.
16691         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16692         * src/grouplist_dialog.c: include alertpanel.h.
16693         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16694         fix compile warning.
16695         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16696         #include "defs.h" before others to prevent the warning of `MIN'
16697         and `MAX' redefinition.
16698
16699 2001-05-11 [hoa]
16700
16701         * src/main.c
16702         * src/messageview.c
16703         * src/prefs_account.c
16704         * src/prefs_display_header.c
16705                 removed warning
16706         * src/Makefile.am
16707                 added prefs_scoring.[ch]
16708         * src/grouplist_dialog.c
16709                 display an error dialog box if the group list
16710                 cannot be fetched.
16711         * src/mainwindow.[ch]
16712                 added main_window_set_thread_option() function
16713                 scoring dialog box enabled
16714         * src/matcher.[ch]
16715                 added flags matching unread /new / marked
16716                 / deleted / replied / forwarded
16717         * src/news.c
16718                 newsgroups are now finally in newscache
16719         * src/prefs_matcher.[ch]
16720                 finished preferences for matching dialog
16721         * added src/prefs_scoring.[ch]
16722                 scoring dialog box completed
16723         * src/scoring.[ch]
16724                 conversion to string : added scoringprop_to_string()
16725                 write config for preferences :
16726                 added prefs_scoring_write_config()
16727         * src/summaryview.c
16728                 threads can be enabled/disabled independently
16729                 for each folder
16730
16731 2001-05-10 [alfons]
16732
16733         0.4.67claws1
16734         
16735         * AUTHORS: 
16736                 thought it would be nice to have a list of all
16737                 contributors (used Changelog as a reference)
16738         
16739         * configure.in: 
16740                 messed up version numbering...
16741
16742         0.4.66claws1
16743
16744         * sync with sylpheed 0.4.67cvs1-3
16745
16746 2001-05-10 [darko]
16747
16748         * src/prefs_common.c:
16749                 better UI for strftime format, double clicking
16750                 on format now inserts the format in text entry
16751                 replaced close button with standard OK/Cancel
16752                 moved date format button to the right of the
16753                 text entry field
16754
16755 2001-05-09 [alfons]
16756
16757         * src/gtkstext.c:
16758                 Ctrl-Home / Ctrl-End have proper cursor navigation
16759
16760 2001-05-09 [hoa]
16761
16762         * src/prefs_matcher.c
16763                 finished UI to define matching properties
16764                 added ok and cancel button
16765         * src/prefs_filter.c
16766                 added ok and cancel button
16767         * src/news.c
16768                 fixed some bug in xhdr parsing
16769
16770 2001-05-08 [alfons]
16771
16772         * src/textview.c: 
16773                 fixed a bug in textview_show_header(), which displayed two colons (':');
16774                 cleaned up some warnings
16775
16776 2001-05-08 [hoa]
16777
16778         * src/Makefile.am
16779                 added prefs_matcher.[ch]
16780                 compilation with -W -Wall
16781         * src/alertpanel.c
16782                 ungrab the mouse events if grabbed - does it
16783                 fix the bug for disposition notification ?
16784         * src/mainwindow.c
16785                 added a menu option to open the matching dialog.
16786         * src/matcher.[ch]
16787                 added matcherprop_to_string() and matcherlist_to_string()
16788                 fixed some bugs, changed the name of some options
16789                 age_sup and age_inf becomes age_greater and age_lower,
16790                 body and messageheaders becomes body_part and headers_part,
16791                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16792         * src/prefs_display_header.c
16793         * src/prefs_headers.c
16794                 fixed a bug that accidentally destroyed dialogs
16795                 when closed them with delete_event
16796                 Added *_deleted() which handle delete_event signal correctly.
16797         * src/prefs_folder_item.[ch]
16798                 added "enable_thread" field for future customization
16799         * added src/prefs_matcher.[ch]
16800                 sample of the UI to define matching properties
16801         * src/procheader.c
16802                 using procheader_headername_equal instead of str*cmp functions
16803                 using procheader_parse_header() function
16804         * src/scoring.c
16805                 using MATCHING_XXX instead of SCORING_XXX
16806         * src/summaryview.c
16807                 display the sender of the news even if this is ourself
16808                 when this is a news message.
16809         * src/textview.c
16810                 using headername_equal() instead of str*cmp functions
16811
16812 2001-05-08 [alfons]
16813
16814         0.4.66claws
16815
16816         * sync with sylpheed 0.4.66
16817         * src/gtkstext.c: trace logs added 
16818
16819 2001-05-08 [sergey]
16820
16821         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16822         signature check popup.
16823         * src/rfc2015.c (check_signature): show signature check popup only
16824         if it is enabled in preferences.
16825
16826 2001-05-07 [alfons]
16827
16828         0.4.66claws4
16829         
16830         * sync with sylpheed 0.4.66cvs6
16831
16832 2001-05-07 [darko]
16833
16834         * src/prefs_common.[ch]: added option to enable/disable
16835           looking up sender name in address book for summary pane
16836         * src/summaryview.c: look up sender in the address book
16837           by using Alfons' address completion code
16838
16839 2001-05-07 [hiroyuki]
16840
16841         * src/inc.h
16842           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16843           member of Pop3State.
16844         * src/news.c: brought #include "defs.h" before #include <glib.h>
16845           to prevent the warning of `MIN' and `MAX' redefinition.
16846
16847 2001-05-06 [hoa]
16848
16849         * removed src/headers_display.[ch]
16850         * removed src/prefs_display_headers.[ch]
16851         * src/inc.c
16852                 use a temporary file in the user directory for mbox import
16853         * src/news.c
16854                 added XHDR support to get "To" and "Cc" headers
16855                 (in order to match news with to or cc field for
16856                 scoring)
16857                 added function news_parse_xhdr() to get XHDR response
16858         * src/nntp.[ch]
16859                 added function nntp_xhdr()
16860         * src/matcher.c
16861                 fetch the message if necessary
16862
16863 2001-05-06 [alfons]
16864
16865         0.4.66claws3
16866
16867         * sync with sylpheed 0.4.66cvs3-5
16868
16869 2001-05-06 [hoa]
16870
16871         * src/utils.[ch]
16872                 added function itos_buf() to enable use of several buffers
16873         * src/summaryview.c
16874                 use of itos_buf() instead of itos() in summary list
16875                 to fix the broken display of message number.
16876
16877 2001-05-06 [alfons]
16878
16879         * src/gtkstext.c: bug in cursor up navigation fixed,
16880                 fixed another unsigned / signed comparison (we're getting there :-)
16881
16882 2001-05-06 [hoa]
16883
16884         * src/Makefile.am
16885                 added scoring.c scoring.h
16886                 prefs_folder_item.c prefs_folder_item.h
16887                 matcher.c matcher.h
16888         * src/defs.h
16889                 added FOLDERITEM_RC SCORING_RC
16890         * src/folder.[ch]
16891                 added prefs field in FolderItem :
16892                 properties for each folder (PrefsFolderItem),
16893                 sorting type and mode were added as the first properties.
16894         * src/main.c
16895                 read config for scoring
16896         * added src/matcher.[ch]
16897                 gives functions to parse configuration file to do
16898                 matching on mails with a list of conditions.
16899         * src/mainwindow.c
16900                 add option to sort by score
16901         * src/prefs_common.[ch]
16902                 added preference option to show score and for
16903                 the score column size
16904         * added src/prefs_folder_item.[ch]
16905                 properties for each folder (PrefsFolderItem),
16906                 sorting type and mode were added as the first properties.
16907         * src/procheader.[ch]
16908                 added procheader_parse_header()
16909                 added procheader_header_free()
16910                 added procheader_headername_equal()
16911                 and made modification to use them.
16912         * src/procmsg.[ch]
16913                 added score field to MsgInfo structure
16914         * added src/scoring.[ch]
16915                 gives functions to parse configuration file to do
16916                 scoring on mails with a list of conditions.
16917         * src/summaryview.[ch]
16918                 save the sorting type and mode for the folder
16919                 added column to display the score of the mail
16920                 added function summary_score_clicked()
16921                 sorting type and mode are restored to the folder
16922                 when it is reopen
16923         * src/textview.c
16924                 use procheader_parse_header(), procheader_headername_equal()
16925                 removed memory leak in text_scan_header when freeing headers
16926         * src/filter.c
16927                 changed the function to match names of headers
16928                 using procheader_headername_equal()
16929
16930         Scoring functions are implemented, an interface is needed
16931         to configure that.
16932
16933 2001-05-04 [alfons]
16934
16935         * src/gtkstext.c: 
16936                 hopefully fixed the row up navigation bug,
16937                 removed adding back / forward lines to cache
16938
16939 2001-05-04 [sergey]
16940
16941         * src/prefs_display_headers.c: user interface changes:
16942         (prefs_display_headers_create): remove unused "Show" check button;
16943         allow reordering of headers by dragging.
16944         (prefs_display_headers_write_config): remove unused variables.
16945         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16946         of lists (not needed with the new UI).
16947         (prefs_display_headers_set_list): scan lists starting from row 0,
16948         not 1 (do not skip "(New)").
16949         (prefs_display_headers_find_header): new function.
16950         (prefs_display_headers_clist_set_row): do not allow duplicates.
16951         (prefs_display_headers_delete_cb): do not skip row 0; treat
16952         closing the alert window by ESC as "No".
16953         (prefs_display_headers_up): do not protect row 0.
16954         (prefs_display_headers_down): do not protect row 0.
16955
16956 2001-05-04 [sergey]
16957
16958         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16959         functions.
16960
16961         * src/summaryview.c
16962         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16963         summary_select_next_marked, summary_select_prev_marked): new
16964         functions.
16965
16966 2001-05-03 [sergey]
16967
16968         * src/news.c: fixed a bug when no article can be fetched after
16969         server timeout if the connection was restored by news_post():
16970         (news_select_group): new function.
16971         (news_fetch_msg): call news_select_group() before fetching
16972         article.
16973         (news_get_uncached_articles): set session->group after successful
16974         GROUP command.
16975
16976 2001-05-03 [hoa]
16977
16978         * src/defs.h
16979         * src/procmsg.[ch]
16980         * src/procheader.c
16981                  changed version of cache, added cc field
16982
16983         * src/prefs_display_headers.c
16984                 the interface was changed
16985
16986         * src/prefs_headers.c
16987                 added cancel button
16988
16989 2001-05-03 [alfons]
16990
16991         * completed sync of sylpheed cvs2
16992         * src/gtkstext.c: updated row up / down cursor navigation
16993         * src/textview.c: re-edited, prepared for fixing the email address
16994                 scanner.
16995
16996 2001-05-03 [darko]
16997
16998         * src/prefs_common.c: use alfons' strftime ui code
16999         entry_datefmt and datefmt_sample widgets have to be
17000         global in this module because of this change
17001
17002 2001-05-03 [hoa]
17003
17004         * src/messageview.c
17005         * src/prefs_common.[ch] added option to activate the return receipt
17006                 feature.
17007
17008 2001-05-02 [alfons]
17009
17010         * src/gtkstext.c: fix for row up/down cursor navigation. 
17011
17012         0.4.66claws2
17013         
17014         * sync with 0.4.66cvs2
17015
17016 2001-05-02 [paul]
17017
17018         added add-sender-to-addressbook patch
17019
17020         * src/addressbook.c
17021         * src/addressbook.h
17022         * src/summaryview.c
17023
17024 2001-05-02 [sergey]
17025
17026         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17027         G_ALERTDISABLE.
17028
17029         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17030         all existing callers changed to pass FALSE; create a check button
17031         to disable the message.
17032         (alertpanel_message_with_disable): new function.
17033         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17034         (alertpanel_button_toggled): new function.
17035         (alertpanel_button_clicked, alertpanel_close): set value using
17036         G_ALERT_VALUE_MASK.
17037
17038         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17039
17040         * src/prefs_common.c (prefs_privacy_create): new check button
17041         checkbtn_gpgme_warning.
17042
17043         * src/main.c (main): moved preferences reading before gpgme
17044         initialization; check prefs_common.gpgme_warning before giving the
17045         GnuPG warning and set it to FALSE if the user wants to disable the
17046         warning.
17047
17048 2001-05-02 [hiroyuki]
17049
17050         * src/prefs_display_headers.c: modified the layout and some labels.
17051
17052 2001-05-02 [sergey]
17053
17054         * src/prefs_account.c (prefs_account_fix_size): new function.
17055         (prefs_account_create): call prefs_account_fix_size(); use
17056         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17057         size when the window is shown for the first time).
17058         (prefs_account_basic_create): changed layout of serv_table; moved
17059         localmbox_entry above smtpserv_entry (logically it replaces
17060         POP3/IMAP server).
17061         (prefs_account_protocol_activated): set sensitivity of
17062         nntpauth_chkbtn according to the protocol (in addition to
17063         hide/show); commented out gtk_table_set_row_spacing() calls.
17064         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17065         not sensitive (fixes a bug with disabled username/password boxes
17066         when editing POP3 account after NNTP with authentication).
17067
17068 2001-05-02 [hoa]
17069
17070         * src/account.c
17071         * src/inc.c
17072         * src/prefs_account.[ch]
17073         * src/send.c
17074                 removed local account without SMTP server
17075                 added option to use mail command instead of a connexion
17076                 to SMTP server when a local account is used
17077         * src/prefs_headers.c
17078                 fixed a bug
17079         * src/news.c
17080                 fixed a bug when connexion immediately closed
17081
17082 2001-05-01 [alfons]
17083
17084         0.4.66claws1
17085         
17086         * sync with 0.4.65
17087
17088 2001-05-01 [sergey]
17089
17090         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17091         widget nntpauth_chkbtn.
17092         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17093         visibility.
17094         (prefs_account_nntpauth_toggled): new function.
17095
17096         * src/news.c (news_session_new_for_folder): use NNTP
17097         authentication only if ac->use_nntp_auth is set.
17098
17099 2001-05-01 [hoa]
17100
17101         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17102         * src/prefs_display_headers.c changed the UI
17103         * src/prefs_headers.c changed account_name to account_id
17104         * src/compose.c using customheader.h
17105
17106 2001-05-01 [hiroyuki]
17107
17108         * src/esmtp.c
17109           src/news.c
17110           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17111           unsynched.
17112
17113 2001-05-01 [hoa]
17114
17115         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17116         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17117                 for displaying of headers
17118         * src/grouplist_dialog.[ch] minor changes to remove warnings
17119         * src/prefs_display_headers.[ch] dialog to choose the
17120         headers to display in the mail viewer.
17121         * src/headers.h correction of #define
17122         * src/headers_display.[ch] configuration for displaying of headers.
17123         * src/main.c read config of displaying of headers
17124         * src/prefs_common.c add a button to access the config dialog
17125                 for displaying of headers
17126         * src/prefs_display_headers.[ch] dialog for configuration for
17127                 displaying of the headers.
17128         * src/prefs_headers.c cleaning of code
17129         * src/procheader.c comments added to code
17130         * src/textview.c changes to reorder the headers depending
17131                 on the config for displaying of headers
17132
17133 2001-04-30 [alfons]
17134
17135         0.4.65claws7
17136
17137         * sync with 0.4.65cvs12
17138
17139         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17140
17141 2001-04-30 [sergey]
17142
17143         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17144
17145         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17146         is set to force reconnection after authentication failure.
17147         (nntp_gen_command): set sock->auth_failed on authentication
17148         failure, or if sock->userid and sock->passwd are not set.
17149
17150         * src/news.c (news_session_new_for_folder): set userid=NULL if
17151         password dialog is cancelled.
17152
17153 2001-04-30 [sergey]
17154
17155         * src/nntp.h (NNTPSockInfo): new type.
17156
17157         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17158         SockInfo.
17159         (nntp_open_auth, nntp_close): new functions.
17160         (nntp_gen_command): new function to handle authentication; all
17161         NNTP command functions updated to use it.
17162         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17163         (nntp_list): removed old useless code.
17164
17165         * src/news.h (NNTPSession): new field nntp_sock.
17166
17167         * src/news.c: all functions updated to use NNTPSockInfo instead of
17168         SockInfo.
17169         (news_session_new): new arguments (userid, passwd); made static;
17170         use nntp_open_auth() if needed.
17171         (news_session_destroy): use nntp_close() instead of sock_close().
17172         (news_query_password): changed arguments.
17173         (news_session_new_for_folder): new function.
17174         (news_session_get): use news_session_new_for_folder().
17175         (news_authenticate): deleted.
17176         (news_get_uncached_articles): removed old authentication code.
17177
17178 2001-04-30 [sergey]
17179
17180         * src/news.c: reverted my previous changes (need to do NNTP
17181         authentication in a cleaner way).
17182         
17183 2001-04-29 [sergey]
17184
17185         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17186         news_nntp_post, news_nntp_mode): new functions (wrappers with
17187         authentication support).
17188         (news_get_article_cmd, news_get_article, news_get_header): new
17189         argument "folder"; all callers changed.
17190         (news_get_article_cmd): added authentication support.
17191         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17192         (news_post): use news_nntp_post() instead of nntp_post().
17193         (news_get_uncached_articles): use news_nntp_group() instead of
17194         nntp_group() and news_nntp_xover() instead of nntp_xover();
17195         removed old authentication code.
17196         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17197
17198         * src/nntp.c (nntp_list): return real error code instead of
17199         hardcoded NN_ERROR.
17200
17201 2001-04-29 [sergey]
17202
17203         * configure.in: fixed wint_t typedef detection again
17204
17205 2001-04-28 [hoa]
17206
17207         * src/prefs_account.[ch], added A_LOCAL_CMD
17208                 (send mail with mail command)
17209         * src/send.c added function send_message_with_command()
17210         * src/inc.c made a more secure get_spool() function with
17211                 mktemp() but maybe mkstemp() or something more
17212                 secure can be used.
17213
17214 2001-04-28 [alfons]
17215
17216         * src/textview.c, colorization of email addresses in headers
17217
17218         0.4.65claws6
17219
17220         * bug sync with sylpheed
17221         * prefs_common.c: created date format ui for darko
17222         * sync with 0.4.65cvs11
17223         * configure.in: corrected to have the new gpg checks
17224
17225 2001-04-27 [alfons]
17226
17227         * completed sync with 0.4.65cvs10
17228         * minor debug things added to gtkstext.c
17229
17230 2001-04-27 [darko]
17231
17232         * configure.in: remove check for availability of
17233           strftime() as advised by Hiroyuki
17234         * src/prefs_common.[ch], src/procheader.c:
17235           synch strftime() code with Hiroyki's main branch
17236
17237 2001-04-26 [sergey]
17238
17239         * src/news.c: news_query_password(), news_authenticate(): new
17240           functions.
17241           news_get_uncached_articles(): added NNTP authentication
17242           handling.
17243         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17244           new functions.
17245         * src/prefs_account.c: prefs_account_protocol_activated():
17246           enable userid and password fields for NNTP.
17247
17248 2001-04-26
17249
17250         * configure.in: check for availability of strftime()
17251           [darko]
17252         * src/prefs_common.[ch], src/procheader.c: use
17253           strftime() for displaying date in summary pane if it
17254           is available
17255
17256 2001-04-25
17257
17258         * more .cvsignore cleanups [alfons]
17259
17260 2001-04-25
17261
17262         * ac/sv-check-type.m4: new autoconf macro.
17263         * configure.in: fixed wint_t typedef detection (did not work
17264           with gcc-2.96).
17265
17266 2001-04-25
17267
17268         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17269           [hiroyuki]
17270
17271 2001-04-24
17272         * modified gtkstext.c : buggy cursor navigation fixed, 
17273           and font descent also taken in account when drawing
17274           cursor. [alfons]
17275
17276 2001-04-24 [hoa]
17277         * added comments in src/news.c src/nntp.c
17278         * added src/prefs_headers.[ch]
17279         * added src/headers.[ch]
17280         * modified compose.c to activate custom headers
17281                 added function is_in_custom_headers
17282         * modified prefs_account.[ch]
17283                 added function prefs_account_customhdr_edit
17284         * modified src/defs.h :
17285                 added HEADERS_RC : name of the config file
17286                 for the custom headers
17287
17288 2001-04-24
17289
17290     0.4.65claws5
17291
17292         * configure.in
17293           src/gtkstext.[ch]
17294           src/compose.c
17295           src/Makefile.am
17296           
17297           added gtkstext with configure.in patch by Hiroyuki which
17298           should fix the XIM detection [alfons]
17299
17300         * more clean up of cvs [alfons]
17301
17302                  * removed all Makefile.in files to attic.
17303
17304                  * updated all .cvsignores to really ignore things that could
17305                    be unintentionally committed by a recursive commit.
17306
17307 2001-04-23 [hoa]
17308         * added src/grouplist_dialog.[ch]
17309         * changed src/folderview.c to call grouplist_dialog instead
17310                 of inputdialog
17311         * src/news.c :
17312                 added functions news_reset_group_list
17313                 and news_get_group_list
17314         * src/nntp.c :
17315                 added function nntp_list
17316         * src/defs.h :
17317                 added GROUPLIST_FILE : name of the newsgroup list cache file
17318
17319 2001-04-21
17320
17321         * added option to warn about queued messages on exit [sergey]:
17322
17323           * src/compose.c: compose_queue(): call folder_item_scan()
17324             and folderview_update_item() after queueing.
17325           * src/folderview.c: folderview_update_node(): draw the queue
17326             folder in bold font if there are queued messages.
17327           * src/mainwindow.c: queued_messages(): new function.
17328             app_exit_cb(): display warning if there are queued messages
17329             if warn_queued_on_exit is set.
17330           * prefs_common.[ch]: add warn_queued_on_exit option.
17331
17332         * enhanced GnuPG key selection support [sergey]:
17333
17334           * src/select-keys.c: updated to newer version from Win32
17335             branch with support for selecting arbitrary keys.
17336           * src/prefs_account.c: added the Privacy tab to the account
17337             options window.
17338             prefs_account_privacy_create(),
17339             prefs_account_sign_key_set_data_from_radiobtn(),
17340             prefs_account_sign_key_set_radiobtn(): new functions.
17341           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17342           * src/rfc2015.c: set_signers(): new function.
17343             pgp_sign(): add the account parameter, call set_signers().
17344             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17345           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17346           * src/compose.c: pass the current account to rfc2015_sign().
17347
17348         * tag name claws added to prevent confusion with main branch [alfons]
17349
17350         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17351
17352         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17353
17354         * sync with recent sylpheed cvs. Untested though. [alfons]
17355