0.8.10claws83
[claws.git] / ChangeLog.claws
1 2003-03-05 [christoph]  0.8.10claws83
2
3         * configure.ac
4                 fix building with gnome when no prefix is set
5
6 2003-03-05 [paul]       0.8.10claws82
7
8         * sync with 0.8.10cvs23
9                 see ChangeLog 2003-03-05
10
11 2003-03-04 [christoph]  0.8.10claws81
12
13         * src/folder.c
14                 o fix moving and copying when folder returns 0 for new
15                   message number
16                 o remove some code for single message copy and move
17                   operations and use functions for multiple messages
18
19         * src/news.c
20                 remove unused include
21
22 2003-03-04 [paul]       0.8.10claws80
23
24         * src/gtk/about.c
25                 list 'Compiled plugins'
26
27 2003-03-03 [christoph]  0.8.10claws79
28
29         * src/news.[ch]
30                 have to multiply the percentage of the current fetch with
31                 the percentage that it has of the total fetch operation
32                 for correct values
33
34 2003-03-03 [christoph]  0.8.10claws78
35
36         * src/news.c
37                 fix calculation of expected lines for progress indicator
38
39 2003-03-03 [christoph]  0.8.10claws77
40
41         * src/summaryview.c
42         * src/common/utils.c
43                 fix segfault when opening the root news folder
44
45 2003-03-03 [christoph]  0.8.10claws76
46
47         * src/mainwindow.[ch]
48         * src/common/Makefile.am
49         * src/common/progressindicator.[ch]
50                 add UI independent progress indicator handling
51
52         * src/news.[ch]
53                 use new progress indicator for message info fetching
54
55         * src/common/hooks.h
56                 code cleanup
57
58 2003-03-03 [oliver]     0.8.10claws75
59
60         * src/toolbar.c
61         * src/compose.c
62                 removed commented code
63
64 2003-03-03 [oliver]     0.8.10claws74
65
66         * src/toolbar.[ch]
67                 cleanups and refactoring
68         * src/compose.[ch]
69                 compose_reply_mode reply & forwarding interface for
70                 toolbar buttons
71         * src/folderview.c
72                 act on messages marked for deletion in folderview_selected
73                 based on prefs_common.immediate_exec since a message might 
74                 have been deleted by messageview in a folder we are changing 
75                 to (does anybody understand what I'm on about ?)
76
77 2003-03-03 [oliver]     0.8.10claws73
78         
79         * src/messageview.[ch]
80                 new functions
81                 - messageview_delete: delete message shown in messagview
82                 - messageview_update_view: update messageview to currently 
83                   selected summaryview message
84                 - add separate messageview to msgview_list in order to update 
85                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
86         * src/summaryview.[ch]
87                 summary_get_selection returns a list of selected msgs
88                 in summaryview
89         * src/mainwindow.c
90                 toolbar reply refactoring
91
92 2003-03-03 [paul]       0.8.10claws72
93
94         * sync with 0.8.10cvs21
95                 see ChangeLog 2003-03-03
96
97 2003-03-02 [christoph]  0.8.10claws71
98
99         * src/common/passcrypt.c
100                 use POSIX includes
101
102 2003-03-02 [christoph]  0.8.10claws70
103
104         * configure.ac
105         * src/prefs_account.c
106         * src/prefs_gtk.[ch]
107         * src/common/.cvsignore
108         * src/common/Makefile.am
109         * src/common/passcrypt.c                ** NEW **
110         * src/common/passcrypt.h.in             ** NEW **
111                 Implement password encryption in config files
112                 using unix encrypt and setkey functions. The crypt
113                 key can be set as a configure parameter. Old
114                 passwords will be converted if they do not begin
115                 with '!'
116
117 2003-03-02 [paul]       0.8.10claws69
118
119         * src/prefs_account.c
120                 fix compile error
121
122 2003-03-01 [thorsten]   0.8.10claws68
123
124         * po/el.po
125           po/hr.po
126           po/it.po
127           po/nl.po
128           po/sr.po
129           po/sv.po
130                 corrected format strings
131         * po/en_GB.po
132                 corrected headers
133                 (fix compile errors with GNU gettext-0.11.5)
134
135 2003-03-01 [oliver]     0.8.10claws67
136
137         * src/summaryview.c
138                 menu callbacks call toolbar_menu_reply
139
140 2003-03-01 [oliver]     0.8.10claws66
141
142         * src/mainwindow.c
143         * src/messageview.c
144                 menu callbacks call toolbar_menu_reply
145         * src/toolbar.[ch]
146                 callbacks from menu handled by toolbar_menu_reply
147
148 2003-03-01 [paul]       0.8.10claws65
149
150         * src/addressbook.c
151                 revert commit 0.8.10claws54 - breaks editing of
152                 addressbook.
153                 
154         * po/bg.po
155                 update Bulgarian translation, submitted by
156                 George Danchev
157
158 2003-02-28 [christoph]  0.8.10claws64
159
160         * src/account.c
161         * src/addressadd.c
162         * src/compose.c
163         * src/gtkaspell.c
164         * src/gtkxtext.h                ** REMOVE **
165         * src/imap.c
166         * src/matcher.[ch]
167         * src/mh.c
168         * src/news.c
169         * src/pine.c
170         * src/prefs_common.c
171         * src/prefs_matcher.c
172         * src/procheader.[ch]
173         * src/procmsg.[ch]
174         * src/toolbar.c
175         * src/common/ssl_certificate.c
176         * src/gtk/colorlabel.c
177         * src/gtk/menu.c
178                 o fix warnings
179                 o remove code obsoleted by new cache and folder system rework
180
181 2003-02-28 [oliver]     0.8.10claws63
182         
183         * src/toolbar.[ch]
184                 * fix bug where reply in Messageview replied to 
185                 Message displayed in summaryview
186                 (reportedd via ML by chinatinte at gmx dot ch)
187                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
188                 didn't work in separate MessageView Toolbar
189                 (wondering if anybody uses this at all ?)
190         * src/summaryview.[ch]
191                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
192                 (generalize reply and forward code);
193         * src/messageview.c 
194                 remove focus_in event which updated summaryview to messageview
195
196 2003-02-28 [paul]       0.8.10claws62
197
198         * po/Makefile.in.in
199                 add the --check option
200                 Patch submitted by Ricardo Mones Lastra
201
202 2003-02-28 [paul]       0.8.10claws61
203
204         * src/prefs_account.c
205                 re-order 'Signature' items
206
207 2003-02-28 [paul]       0.8.10claws60
208
209         * sync with 0.8.10cvs20
210                 see ChangeLog 2003-02-28
211
212 2003-02-28 [paul]       0.8.10claws59
213
214         * po/POTFILES.in
215                 update to reflect recent movement of files
216
217 2003-02-28 [paul]       0.8.10claws58
218
219         * sync with 0.8.10cvs19
220                 see ChangeLog 2003-02-28
221
222 2003-02-27 [martin]     0.8.10claws57
223
224         * src/prefs_matcher.c 
225                 fix segfault in prefs_matcher_ok() when the
226                 last entry is deleted and prevents that the
227                 message "entry not saved" comes up after deleting
228                 an entry
229
230 2003-02-27 [martin]     0.8.10claws56
231
232         * src/prefs_filtering.c 
233                 fix segfault in prefs_filtering_ok() when the
234                 last entry is deleted and prevents that the
235                 message "entry not saved" comes up after deleting
236                 an entry
237
238 2003-02-27 [paul]       0.8.10claws55
239
240         * sync with 0.8.10cvs18
241                 see ChangeLog 2003-02-27
242
243 2003-02-27 [paul]       0.8.10claws54
244
245         * src/addressbook.c
246                 fix bug where the address book crashes with 
247                 multiple lookups.
248                 Patch [687729] submitted by David Frager 
249                 <dbfrager@users.sourceforge.net>
250
251 2003-02-25 [christoph]  0.8.10claws53
252
253         * src/Makefile.am
254         * src/colorlabel.[ch]           ** REMOVE **
255         * src/gtk/Makefile.am
256         * src/gtk/colorlabel.[ch]       ** NEW **
257                 move colorlabel files to gtk directory
258
259         * src/esmtp.[ch]                ** REMOVE **
260                 has been merged into smtp.[ch] in 0.7.5
261
262 2003-02-25 [christoph]  0.8.10claws52
263
264         * src/Makefile.am
265         * src/about.[ch]                ** REMOVE **
266         * src/gtk/Makefile.am
267         * src/gtk/about.[ch]            ** NEW **
268                 move about files to gtk directory
269
270 2003-02-25 [christoph]  0.8.10claws51
271
272         * src/folder.c
273                 some code optimization of folder scanning code
274
275         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
276
277 2003-02-25 [christoph]  0.8.10claws50
278
279         * src/main.c
280         * src/common/sylpheed.c
281                 add command line parameter parsing to common code
282
283 2003-02-24 [christoph]
284
285         * Makefile.am
286         * configure.ac
287                 fix gnome prefix problems, the configure script now removed
288                 `gnome-config --prefix` from `gnome-config --datadir`
289                 and adds $(prefix} instead
290
291         (closes Bug 24 Makefile does not respect prefix when installing
292          GNOME data)
293
294 2003-02-24 [christoph]  0.8.10claws49
295
296         * src/news.c
297                 check for valid session before trying to authenticate
298
299         (closes Bug 60 crash if "authenticate on logon" is activated
300          and newsserver-hostname is not valid)
301
302 2003-02-24 [melvin]     0.8.10claws48
303
304         * src/prefs_actions.c
305                 Make sure all user's input is sent to the action and then
306                 close the socket..
307
308 2003-02-23 [alfons]     0.8.10claws46
309
310         * src/summaryview.c
311                 also wait cursor when deleting files
312
313 2003-02-23 [paul]
314
315         * tools/freshmeat_search.pl
316           tools/google_search.pl
317                 scripts should now work for any browser/browser command line
318
319 2003-02-22 [christoph]  0.8.10claws45
320
321         * src/procmsg.c
322                 fix IMAP flag setting, IMAP flag is not handled correctly
323                 anymore by the folder system and information about the
324                 folder should not be saved in the MsgInfo (in my opinion)
325
326         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
327
328 2003-02-22 [christoph]  0.8.10claws44
329
330         * src/summaryview.c
331                 fix spelling of "label" ;-)
332
333 2003-02-22 [thorsten]   0.8.10claws43
334
335         * src/mimeview.c
336           src/prefs_common.[ch]
337           src/procmime.[ch]
338                 do not use description as attachment name
339
340 2003-02-22 [alfons]     0.8.10claws42
341
342         * src/summaryview.c
343                 freeze/thaw folder item updates when changing color labels,
344                 and put a wait cursors on
345
346 2003-02-22 [thorsten]   0.8.10claws41
347
348         * src/mimeview.c
349                 save-all fixes: crash if invoked on multipart container,
350                 mimeinfo access, pathseparators, error dialog
351
352 2003-02-21 [alfons]     0.8.10claws40
353
354         * src/prefs_gtk.c
355                 remove unused var
356
357 2003-02-21 [colin]      0.8.10claws39
358
359         * src/send.c
360                 Fix smtp logging
361
362 2003-02-21 [colin]      0.8.10claws38
363
364         * src/summaryview.c
365                 Freeze/thaw folderItem updates when filtering messages 
366                 via Tools/Filter messages
367
368 2003-02-21 [paul]       0.8.10claws37
369
370         * src/compose.c
371                 revert commit 0.8.10claws26, there are ulterior motives
372                 for users to set a Reply-To header when posting to
373                 newsgroups
374
375 2003-02-21 [paul]       0.8.10claws36
376
377         * sync with 0.8.10cvs17
378                 see ChangeLog 2003-02-21
379
380 2003-02-20 [christoph]  0.8.10claws35
381
382         * src/imap.c
383                 IMAP UID fetch speedup using SEARCH
384
385         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
386
387         * src/imap.c
388                 fix problem with UIDs in IMAP UID cache that no longer existed
389
390 2003-02-20 [christoph]  0.8.10claws34
391
392         * src/imap.c
393         * src/procheader.c
394         * src/procheader.h
395                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
396
397         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
398
399         * src/imap.c
400                 Rewrite imap_cmd_gen_recv use sock_getline instead
401                 of sock_gets to avoid problems with too long reply
402                 lines
403     
404 2003-02-20 [colin]      0.8.10claws33
405         
406         * src/prefs_account.c
407                 Better wording
408
409 2003-02-20 [colin]      0.8.10claws32
410
411         * src/compose.c
412                 Remove useless '&& !to_sender' 
413
414 2003-02-20 [darko]
415
416         * AUTHORS
417                 change my e-mail address
418
419 2003-02-19 [colin]      0.8.10claws31
420
421         * src/prefs_common.c
422                 X11 style colors for every configurable color
423
424 2003-02-19 [alfons]     0.8.10claws30
425
426         * src/prefs_gtk.[ch]
427         * src/prefs_common.c
428                 for color_new accept both plain integers and X11 style color
429                 names (as found in /usr/lib/X11/rgb.txt)
430
431 2003-02-19 [paul]       0.8.10claws29
432
433         * src/mainwindow.c
434                 add tooltips to online/offline button and account selector
435                 button
436
437 2003-02-19 [paul]       0.8.10claws28
438
439         * src/folder.c
440           src/news.c
441           src/prefs_account.[ch]
442           src/prefs_common.[ch]
443                 move 'Maximum number of articles to download' to
444                 account prefs.
445                 clean up account prefs gui a little by hiding entries
446                 rather then greying out entries
447
448 2003-02-19 [hiro]       0.8.10claws27
449
450         * src/common/utils.c
451                 fix bug #54 'yesterdays date is displayed in the message 
452                 summary window'
453
454 2003-02-19 [paul]       0.8.10claws26
455
456         * src/compose.c
457                 fix bug reported in Feature Request [688596] 
458                 'Reply-to header in news'
459
460 2003-02-18 [paul]       0.8.10claws25
461
462         * src/select-keys.c
463                 add a 'List all keys' button to key selection dialog
464
465 2003-02-18 [colin]      0.8.10claws24
466         
467         * src/stock_pixmap.c
468                 fix compile error
469
470 2003-02-18 [colin]      0.8.10claws23
471
472         * src/common/smtp.[ch]
473           src/prefs_account.c
474                 Try to starttls if it seems to be the only
475                 way to authenticate a user
476
477 2003-02-18 [paul]       0.8.10claws22
478
479         * src/Makefile.am
480           src/folderview.c
481           src/stock_pixmap.[ch]
482           src/pixmaps/drafts_close.xpm  ** NEW FILE **
483           src/pixmaps/drafts_open.xpm   ** NEW FILE **
484                 as a Drafts folder is a special folder allow it to have
485                 its own unique icons
486
487 2003-02-18 [colin]      0.8.10claws21
488
489         * src/imap.c
490                 Fix port selection when using starttls
491
492 2003-02-18 [paul]       0.8.10claws20
493
494         * src/mainwindow.c
495           src/prefs_common.[ch]
496                 make blue the default new mail colour
497
498 2003-02-18 [paul]       0.8.10claws19
499
500         * sync with 0.8.10cvs14
501                 see ChangeLog 2003-02-18
502
503 2003-02-17 [jens]       0.8.10claws18
504
505         * src/common/md5.c
506                 fixed a compile problem with gcc 3.3
507                 works on 2.95.3 too (testet on PPC as it is big endian)
508
509 2003-02-17 [paul]       0.8.10claws17
510
511         * sync with 0.8.10cvs13
512                 see ChangeLog 2003-02-17
513
514 2003-02-17 [paul]       0.8.10claws16
515
516         * sync with 0.8.10cvs12
517                 see ChangeLog 2003-02-17
518
519 2003-02-16 [match]      0.8.10claws15
520
521         * src/addressbook.c
522                 Eliminates reloading of address data when items
523                 deleted or added. Applied submitted by
524                 Luke Plant <lukeplant@softhome.net>
525
526 2003-02-16 [paul]       0.8.10claws14
527
528         * src/news.c
529                 when a 'protocol error' is encountered disconnect from
530                 the server. This means that the user can carry on viewing
531                 other articles and doesn't have to either wait until the
532                 server timesout or quit sylpheed.
533                 Fixes bug #53 'Unable to read messages in newsgroups, 
534                 displayed message doesn't change'
535
536 2003-02-15 [christoph]  0.8.10claws13
537
538         * src/imap.c
539                 fix bug that stopped scanning of folders when an
540                 IMAP folder was empty
541
542         (closes bug 46 stop scan messages in folders after empty folder)
543
544 2003-02-15 [paul]
545
546         * tools/Makefile.am
547           tools/README
548           tools/freshmeat_search.pl     ** NEW FILE **
549           tools/google_search.pl        ** NEW FILE **
550                 Add 2 Actions scripts which search freshmeat/google
551                 for the selected text using the browser configured
552                 in sylpheedrc.
553                 
554         Note: These scripts are very dependent on the format of the
555         browser command and may not work on every occasion. Testing
556         is welcome. 
557
558 2003-02-14 [alfons]     0.8.10claws12
559
560         * src/compose.c
561                 fix breakage because of uninitialized account pointer.
562                 please verify.
563
564 2003-02-14 [paul]       0.8.10claws11
565
566         * src/compose.c
567           src/prefs_account.[ch]
568           src/prefs_common.[ch]
569                 move signature settings to Account Prefs
570
571 2003-02-14 [paul]       0.8.10claws10
572
573         * sync with 0.8.10cvs11
574                 see ChangeLog 2003-02-14
575
576 2003-02-13 [thorsten]   0.8.10claws9
577
578         * src/news.c
579                 revert news progressbar (GUI separation)
580
581 2003-02-13 [paul]       0.8.10claws8
582
583         * src/compose.c
584                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
585                 paragraph 1
586
587 2003-02-13 [paul]       0.8.10claws7
588
589         * src/compose.[ch]
590           src/summaryview.c
591                 fix 'Follow-up and Reply-to' so that it creates a reply to
592                 the newsgroup and the sender. If the message has the keyword
593                 'poster' in the Followup-To header, all replies go to the
594                 sender, re: RFC 1036, Section 2.2.3
595                 rename all instances of 'ignore_replyto' to 'to_sender', both
596                 were previously used, now we use just one.
597
598 2003-02-13 [paul]       0.8.10claws6
599
600         * sync with 0.8.10cvs9
601                 see ChangeLog 2003-02-13
602
603 2003-02-13 [paul]       0.8.10claws5
604
605         * configure.ac
606                 show which plugins are configured in the configure
607                 output.
608
609 2003-02-12 [thorsten]   0.8.10claws4
610
611         * src/news.c
612                 show progress while fetching news headers
613
614 2003-02-12 [christoph]  0.8.10claws3
615
616         * configure.ac
617         * src/plugins/Makefile.am
618                 use AM_CONDITIONAL to enable plugins, automake correctly
619                 manages this when creating distdir
620
621 2003-02-12 [christoph]  0.8.10claws2
622
623         * ac/spamassassin.m4
624         * src/plugins/spamassassin/Makefile.am
625                 fix building SpamAssassin plugin without OpenSSL
626
627 2003-02-12 [paul]       0.8.10claws1
628
629         * ac/Makefile.am
630           src/Makefile.am
631           src/plugins/Makefile.am
632                 fix failure of 'make release'
633
634 2003-02-12 [paul]       0.8.10claws
635
636         * 0.8.10claws released
637
638 2003-02-12 [paul]       0.8.9claws56
639
640         * po/bg.po
641           po/es.po
642           po/it.po
643           po/ru.po
644           po/sr.po
645                 updated translations by George Danchev, Ricardo Mones Lastra,
646                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
647                 
648         * sylpheed.spec.in
649                 Allow the building of RPMs by a regular user. Submitted
650                 by Sergei Astanin
651
652 2003-02-11 [alfons]     0.8.9claws55
653
654         * src/colorlabel.c
655                 don't use pixmaps for label color rect but draw rectangles
656                 so we can respect the color map of palette based visuals
657                 (fixes the long time crashes on Suns - thanks to Andreas
658                 Engel and Steve O'Hara-Smith for testing)
659
660 2003-02-11 [christoph]  0.8.9claws54
661
662         * src/matcher_parser_parse.y
663                 correct bug where filering rules of not existing folders in
664                 matcherrc were added to global filtering
665                 
666         (closes Debian Bug #180253 - Directory's filter-rules are merged with
667          main filter-rules after removing directory, http://bugs.debian.org/180253)
668         
669 2003-02-11 [paul]       0.8.9claws53
670
671         * sync with 0.8.10cvs7
672                 see ChangeLog 2003-02-09
673
674 2003-02-11 [melvin]     0.8.9claws52
675
676         * po/fr.po
677                 Updated French tranlsations
678
679 2003-02-10 [paul]       0.8.9claws51
680
681         * sylpheed.spec.in
682                 correct --enable-openssl
683                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
684
685 2003-02-09 [martin]     0.8.9claws50
686
687         * src/prefs_matcher.c
688                 fix segfault in prefs_matcher_substitute_cb() when
689                 no row is selected
690
691 2003-02-09 [paul]       0.8.9claws49
692
693         * src/folderview.c
694                 fix bug where a newsgroup folder's processing rules were
695                 merged with the global filtering rules when the newsgroup
696                 folder was deleted, causing some seriously bad results,
697                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
698
699 2003-02-08 [melvin]     0.8.9claws48
700
701         * src/compose.c
702                 Corrected and modified an alert message.
703
704 2003-02-07 [paul]       0.8.9claws47
705
706         * src/folderview.c
707                 fix bug where both an 'Account properties' window and a
708                 'Folder properties' window were opened when clicking on
709                 'Properties' in an NNTP or IMAP folder's popup menu.
710
711 2003-02-07 [paul]       0.8.9claws46
712
713         * sync with 0.8.10cvs6
714                 see ChangeLog 2003-02-06
715
716 2003-02-06 [christoph]  0.8.9claws45
717
718         * src/mbox.c
719                 freeze folder updates while importing mbox files
720                 (closes bug 43 importing mbox took hours)
721                 
722         Patch submitted by Jens Rantil <jens.rantil@telia.com>
723
724 2003-02-06 [thorsten]   0.8.9claws44
725
726         * po/de.po
727                 Updated german translations
728
729 2003-02-06 [thorsten]   0.8.9claws43
730
731         * src/news.h
732                 use guint for message numbers (fix count in grouplist dialog)
733
734 2003-02-05 [paul]       0.8.9claws42
735
736         * sync with 0.8.10cvs2
737                 see ChangeLog 2003-02-05
738
739 2003-02-04 [colin]      0.8.9claws41
740
741         * src/prefs_common.[ch]
742           src/procmsg.c
743           src/summaryview.c
744                 Add an option to disable threading by subject
745
746 2003-02-04 [christoph]  0.8.9claws40
747
748         * src/inc.c
749                 only abort fetching mails from multiple accounts when the
750                 error is fatal and does not allow to check any more accounts
751                 (currently only disk full error)
752
753         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
754          receive mails for other accouts)
755
756 2003-02-04 [christoph]  0.8.9claws39
757
758         * src/folder.c
759                 first add the new message to the cache, then
760                 send the update notification
761
762         (closes bug 39 after sending message folderview doesnt get updated)
763
764 2003-02-04 [colin]      0.8.9claws38
765
766         * src/inc.c
767                 _really_ fix this Connecting... status
768
769 2003-02-04 [paul]       0.8.9claws37
770
771         * sync with 0.8.10
772                 see ChangeLog 2003-02-04
773
774 2003-02-04 [paul]       0.8.9claws36
775
776         * sync with 0.8.9cvs6
777                 see ChangeLog 2003-02-03
778
779 2003-02-04 [paul]       0.8.9claws35
780
781         * po/pt_BR.po
782                 updated by André Filipe de Assunção e Brito 
783                 <bedecko@netsite.com.br>
784
785 2003-02-03 [thorsten]   0.8.9claws34
786
787         * po/de.po
788                 Updated german translations
789
790 2003-02-02 [paul]       0.8.9claws33
791
792         * po/es.po
793                 updated by Ricardo Mones Lastra
794
795 2003-02-02 [thorsten]   0.8.9claws32
796
797         * src/mh.c
798                 Fix mh_get_msginfo() segfault if file is inaccessible
799
800 2003-01-31 [colin]      0.8.9claws31
801
802         * src/procheader.c
803                 Fix last commit's bug
804
805 2003-01-31 [colin]      0.8.9claws30
806
807         * src/procheader.c
808                 Missing a change for gpg-signed messages
809
810 2003-01-31 [paul]       0.8.9claws29
811
812         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
813           src/procheader.c
814           src/stock_pixmap.[ch]
815           src/summaryview.c
816                 indicate GnuPG signed messages by displaying an icon
817                 in the Attachment column.
818
819 2003-01-31 [paul]       0.8.9claws28
820
821         * sync with 0.8.9cvs4
822                 see ChangeLog 2003-01-31
823
824 2003-01-31 [alfons]     0.8.9claws27
825
826         * src/textview.c
827                 tune URI parser to accept mailto URLs with a '?'
828                 (patch from Ruslan Balkin)
829
830 2003-01-31 [colin]      0.8.9claws26
831
832         * src/summaryview.c
833                 Fix a leak introduced in claws24
834
835 2003-01-31 [colin]      0.8.9claws25
836
837         * src/summaryview.c
838                 Freeze/Thaw folder updates when deleting dups
839
840 2003-01-31 [colin]      0.8.9claws24
841         
842         * src/addr_compl.c
843           src/summaryview.c
844           src/msgcache.c
845                 little speed improvements
846
847 2003-01-31 [colin]      0.8.9claws23
848
849         * src/summaryview.c
850                 Fix segfault when forwarding nothing
851                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
852                 
853 2003-01-30 [paul]       0.8.9claws22
854
855         * sync with 0.8.9cvs3
856                 see ChangeLog 2003-01-30
857
858 2003-01-30 [paul]       0.8.9claws21
859
860         * sync with 0.8.9cvs2
861                 see ChangeLog 2003-01-30
862
863 2003-01-29 [paul]       0.8.9claws20
864
865         * sync with 0.8.9cvs1
866                 see ChangeLog 2003-01-29
867
868 2003-01-28 [paul]       0.8.9claws19
869
870         * po/POTFILES.in
871                 update to reflect changes. 
872                 thanks to Ricardo Mones Lastra
873
874 2003-01-27 [christoph]  0.8.9claws18
875
876         * ac/openssl.m4
877         * ac/spamassassin.m4
878         * src/plugins/spamassassin/README
879         * src/plugins/spamassassin/libspamc.[ch]
880         * src/plugins/spamassassin/utils.[ch]
881                 updated to latest libspamc
882
883 2003-01-27 [christoph]  0.8.9claws17
884
885         * src/folder.c
886                 fix wrong use of procheader_get_header_fields
887
888 2003-01-27 [christoph]  0.8.9claws16
889
890         * src/news.c
891         * src/prefs_account.[ch]
892         * src/common/nntp.[ch]
893                 allow to force authentication for NNTP servers
894
895         Patch submitted by Florian Mickler <dmk@d-labs.de>
896
897 2003-01-26 [paul]       0.8.9claws15
898
899         * src/summaryview.c
900                 speed up of marking messages as read
901                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
902
903 2003-01-26 [christoph]  0.8.9claws14
904
905         * src/Makefile.am
906         * src/mgutils.[ch]              ** REMOVE **
907         * src/xml.[ch]                  ** REMOVE **
908         * src/xmlprops.[ch]             ** REMOVE **
909         * src/common/Makefile.am
910         * src/common/mgutils.[ch]       ** NEW **
911         * src/common/xml.[ch]           ** NEW **
912         * src/common/xmlprops.[ch]      ** NEW **
913                 move xml files to common directory
914
915 2003-01-26 [christoph]  0.8.9claws13
916
917         * src/plugins/spamassassin/spamassassin_gtk.c
918                 only set gtk entry text if string is available
919
920 2003-01-26 [melvin]     0.8.9claws12
921
922         * src/description_window.c
923                 Allow resizing of the window
924                 Allow automatic horizontal scroll bar
925                 Do not vertically expand and fill
926
927 2003-01-26 [christoph]  0.8.9claws11
928
929         * src/Makefile.am
930         * src/gtkutils.[ch]             ** REMOVE **
931         * src/common/sylpheed.c
932         * src/gtk/Makefile.am
933         * src/gtk/description_window.c
934         * src/gtk/gtkutils.[ch]         ** NEW **
935         * src/gtk/prefswindow.c
936                 move gtkutils to gtk directory
937
938 2003-01-26 [paul]       0.8.9claws10
939
940         * src/summaryview.c
941                 rename summary_unread_clicked() to summary_status_clicked()
942
943 2003-01-26 [melvin]     0.8.9claws9
944
945         * src/prefs_actions.c
946                 Cosmetical changes to the help text
947
948 2003-01-26 [paul]       0.8.9claws8
949
950         * src/folder.[ch]
951           src/mainwindow.c
952           src/prefs_common.c
953           src/prefs_sumamry_column.c
954           summaryview.[ch]
955                 rename the 'Unread' column to 'Status'
956
957 2003-01-25 [match]      0.8.9claws7
958
959         * src/mgutils.[ch]
960                 removed reference to LDAP constants. removed error2string.
961                 included functions to support LDAP dynamic queries.
962         * src/syldap.h
963                 moved LDAP constants here.
964         * src/addressbook.c
965         * src/addrindex.c
966         * src/importldif.c
967                 removed references to LDAP constants and references to
968                 error2string.
969
970 2003-01-25 [paul]       0.8.9claws6
971
972         * src/summaryview.c
973                 summary_thread_build(), summary_thread_init(): remove 
974                 unneeded reference to summaryview->folder_item
975
976 2003-01-25 [christoph]  0.8.9claws5
977
978         * src/gtk/description_window.c
979                 o allow description texts to expand over multiple columns
980                 o translate all columns
981         * src/prefs_actions.c
982                 change syntax description to use new multi column feature
983
984         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
985
986 2003-01-25 [match]      0.8.9claws4
987
988         * src/vcard.c
989                 fixed bug with Quoted-Printable
990
991 2003-01-25 [paul]       0.8.9claws3
992
993         * src/folder.[ch]
994           src/summaryview.[ch]
995                 implement per-folder collapsed/expanded threads setting
996                 
997         * src/prefs_common.c
998                 remove global collapsed/expanded threads option
999
1000 2003-01-25 [christoph]  0.8.9claws2
1001
1002         * po/POTFILES.in
1003                 add pluginwindow and prefswindow
1004         * src/compose.c
1005                 make send respond correctly to messages that could be added
1006                 to the queue folder, but the UID of the message is unknown
1007         * src/folder.c
1008         * src/imap.c
1009                 don't return guessed UIDs in imap_add_msg anymore. We return
1010                 0 to tell the folder system it was appened but the UID is
1011                 unknown. Folder system now get's the UID by scaning the folder
1012                 and searching the cache for the Message-ID
1013                 (closes bug #29 Messages queued, but not sent)
1014
1015 2003-01-25 [paul]       0.8.9claws1
1016
1017         * src/codeconv.c
1018                 conv_encode_header():  fix bug when long headers with 8-bit
1019                 characters are used, so that the encoded words are wrapped.
1020                 If the space in the original text falls on the wrap boundary,
1021                 it can be lost.
1022                 Patch by Sergey Vlasov.
1023                 
1024         * src/folderview.c
1025                  fix bug where a change to the sorting method or thread view
1026                  of a folder's messages is lost if simpify-subject is set and
1027                  toggled on or off.
1028                  Patch by Luke Plant.
1029
1030 2003-01-24 [paul]       0.8.9claws
1031
1032         * sylpheed-0.8.9claws released
1033         
1034         * Makefile.am
1035           sylpheed.spec.in
1036                 remove reference to 'INSTALL.jp'
1037
1038 2003-01-23 [paul]       0.8.8claws128
1039
1040         * po/es.po
1041           po/it.po
1042           po/ru.po
1043           po/sr.po
1044                 updated translations. submitted by Ricardo Mones Lastra,
1045                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1046
1047 2003-01-23 [colin]      0.8.8claws127
1048
1049         * src/compose.c
1050                 Fix drafted and queued news articles re-edition
1051
1052 2003-01-23 [melvin]     0.8.8claws126
1053
1054         * po/fr.po
1055                 Updated French translations
1056
1057 2003-01-23 [colin]      0.8.8claws125
1058
1059         * src/inc.c
1060                 Fix "Connecting to..." status message
1061
1062 2003-01-22 [paul]       0.8.8claws124
1063
1064         * po/bg.po
1065                 updated by George Danchev
1066                 
1067         * src/folder.c
1068                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1069                 and folder deletion
1070
1071 2003-01-21 [paul]       0.8.8claws123
1072
1073         * po/bg.po
1074                 updated by George Danchev
1075                 
1076         * src/about.c
1077                 its now 2003
1078                 
1079         * src/toolbar.c
1080                 don't translate 'Separator'
1081                 
1082         * src/plugins/spamassassin/Makefile.am
1083                 add aspell to CPPFLAGS
1084                 
1085         * src/plugins/spamassassin/spamassassin.c
1086           src/plugins/spamassassin/spamassassin_gtk.c
1087                 set correct default for spamassassin_receive_spam
1088                 slightly re-word descriptions and some
1089                 other minor changes
1090
1091 2003-01-19 [alfons]     0.8.8claws122
1092                 
1093         * src/mimeview.c
1094                 mimeview_save_as(): we might as well show the file name for
1095                 the single case "Save As" too
1096
1097 2003-01-19 [alfons]     0.8.8claws121
1098
1099         * src/crash.c
1100                 change bug tracker URL to bugzilla URL
1101
1102 2003-01-19 [alfons]     0.8.8claws120
1103
1104         * src/mimeview.c
1105                 mimeview_save_all(): display name of file before overwriting;
1106                 continue saving all, even when one overwrite was cancelled
1107
1108 2003-01-19 [christoph]  0.8.8claws119
1109
1110         * src/summaryview.c
1111         * src/procmsg.[ch]
1112                 fix wrong usage of procmsg_find_children in summaryview
1113                 by using procmsg_update_unread_children instead of
1114                 summaryview_update_unread_children
1115
1116 2003-01-19 [christoph]  0.8.8claws118
1117
1118         * src/procmsg.c
1119                 fix infinite loop in procmsg_find_children
1120                  (closes bug #25 sylpheed crashes on delete.)
1121
1122         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1123
1124 2003-01-19 [paul]       0.8.8claws117
1125
1126         * po/pt_BR.po
1127                 updated by Ivan Francolin Martinez
1128
1129 2003-01-18 [melvin]     0.8.8claws116
1130
1131         * src/prefs_actions.c
1132                 Removed syntax limitation of only one '&' at the end of command.
1133                         Now actions that contain '>/dev/null 2>&1' are possible.
1134
1135 2003-01-18 [melvin]     0.8.8claws115
1136
1137         * src/prefs_actions.c
1138                 Actions IO dialog: when the action ends
1139                 the "Close" button now has focus and [Escape] closes the
1140                 window.
1141
1142 2003-01-18 [christoph]  0.8.8claws114
1143
1144         * src/procmsg.c
1145                 o add debug output when MsgInfos are really freed
1146                 o free GSLists in procmsg_find_children and
1147                   procmsg_update_unread_children
1148
1149 2003-01-18 [christoph]  0.8.8claws113
1150
1151         * src/mainwindow.c
1152                 reorder Configuration menu
1153
1154 2003-01-18 [christoph]  0.8.8claws112
1155
1156         * src/compose.c
1157                 fix applying templates to forwarded messages
1158
1159         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1160
1161 2003-01-17 [christoph]  0.8.8claws111
1162
1163         * src/folder.c
1164                 destroy folder items, when a folder item is removed
1165
1166 2003-01-17 [christoph]  0.8.8claws110
1167
1168         * src/folder.c
1169                 fix wrong folder stats update when ignored message is
1170                 deleted
1171
1172 2003-01-17 [colin]      0.8.8claws109
1173         
1174         * src/mainwindow.c
1175         * src/summaryview.c
1176                 Quicksearch bugfixes: 
1177                 - hide help button at startup if not extended
1178                 - switch to extended when looking for replies
1179
1180 2003-01-17 [paul]
1181
1182         * sync with 0.8.9 release
1183
1184 2003-01-17 [paul]       0.8.8claws108
1185
1186         * sync with 0.8.8cvs11
1187                 see ChangeLog 2003-01-17
1188
1189 2003-01-16 [colin]      0.8.8claws107
1190
1191         * src/procmsg.c
1192                 Changed encryption test to re-ask passphrase
1193                 if an encrypted message hasn't been decrypted
1194                 Fixes bug #5
1195
1196 2003-01-16 [christoph]  0.8.8claws106
1197
1198         * src/prefs_gtk.c
1199         * src/prefs_toolbar.c
1200         * src/gtk/prefswindow.h
1201         * src/plugins/spamassassin/spamassassin_gtk.c
1202                 remove page destroy function that is not used anymore
1203
1204 2003-01-16 [paul]       0.8.8claws105
1205
1206         * sync with 0.8.8cvs9
1207                 see ChangeLog 2002-01-16
1208
1209 2003-01-16 [colin]      0.8.8claws104
1210
1211         * src/compose.[ch]
1212                 Fix bug with autosaved drafts for IMAP, when draft
1213                 folder is specified - fixes bugzilla bug #20
1214
1215 2003-01-15 [paul]       0.8.8claws103
1216
1217         * src/compose.[ch]
1218           src/procmsg.c
1219                 store folder and message-id of message forwarding
1220                 in queue header and set forward flag after sending
1221
1222 2003-01-15 [paul]       0.8.8claws102
1223
1224         * sync with 0.8.8cvs8
1225                 see ChangeLog 2002-01-15
1226
1227 2003-01-15 [colin]      0.8.8claws101
1228
1229         * src/Makefile.am
1230                 Fix linking with GNU libiconv
1231
1232 2003-01-15 [darko]      0.8.8claws100
1233
1234         * src/pine.c
1235                 fix crash when importing pine address book
1236                 entry with an empty name (reported by DY
1237                 <dybulk at tri8.net>)
1238
1239 2003-01-14 [paul]       0.8.8claws99
1240
1241         * configure.in  ** REMOVED **
1242           configure.ac  ** NEW FILE **
1243                 rename configure.in to configure.ac, as it is now
1244                 preferred
1245
1246 2003-01-14 [melvin]     0.8.8claws98
1247
1248         * src/folderview.c
1249                 folderview_check_new(): More precise function description
1250
1251 2003-01-14 [melvin]     0.8.8claws97
1252
1253         * src/folderview.c
1254                 folderview_check_new(): return the number of new messages 
1255                         since last check.
1256         * src/inc.c
1257                 inc_account_mail(): Disable counting of new messages for IMAP
1258                         and NNTP until bug [19] and [14] are fixed.
1259
1260 2003-01-14 [paul]       0.8.8claws96
1261
1262         * sync with 0.8.8cvs6
1263                 see ChangeLog 2003-01-14
1264
1265 2003-01-13 [alfons]     0.8.8claws95
1266
1267         * src/textview.c
1268                 tune email address validation (c. 0.8.8claws89): if . is 
1269                 just one char away from @, the address is invalid too 
1270                 (correctly rejects addresses like foo@.com)
1271
1272 2003-01-13 [paul]       0.8.8claws94
1273
1274         * src/messageview.c
1275           src/toolbar.c
1276                 fixes to the Message View toolbar and menu:
1277                 fix non-functioning Forward button
1278                 make Reply button consider default_reply_list
1279                 remove 'Follow-up...' menu entry
1280                 add 'Forward' and 'Redirect' menu entries
1281
1282 2003-01-13 [melvin]     0.8.8claws93
1283
1284         * src/inc.c
1285                 Fixed typo that could make new messages count incorrect.
1286
1287 2003-01-13 [melvin]     0.8.8claws92
1288
1289         * src/folderview.[ch]
1290                 folderview_check_new(): return the number of new messages.
1291         * src/inc.c
1292                 Should fix bug [14] where new mail notification worked 
1293                         incorrectly with IMAP accounts.
1294                 inc_spool_account(): return number of new msgs, or -1 on error
1295                 inc_all_spool(): return number of new msgs
1296                 
1297 2003-01-13 [melvin]     0.8.8claws91
1298
1299         * src/prefs_actions.c
1300                 Justify help text.
1301
1302 2003-01-12 [thorsten]   0.8.8claws90
1303
1304         * src/common/prefs.c
1305                 close file before rename
1306
1307 2003-01-12 [alfons]     0.8.8claws89
1308
1309         * AUTHORS
1310                 add Christian Mertes
1311         * src/common/utils.[ch]
1312                 g_stricase_hash(), g_stricase_equal(): functions for 
1313                 case insensitive hash tables
1314         * src/textview.c
1315                 use top level domain names to validate email address, based
1316                 on a patch by Christian Mertes (thanks!), but changed 
1317                 implementation to use a hash table 
1318
1319 2003-01-12 [paul]       0.8.8claws88
1320
1321         * po/bg.po
1322                 updated by George Danchev
1323
1324 2003-01-12 [alfons]     0.8.8claws87
1325
1326         * src/summaryview.c
1327                 delete / execute performance: use new style folder update
1328
1329 2003-01-12 [paul]       0.8.8claws86
1330
1331         * sync with 0.8.8cvs5
1332                 see ChangeLog 2003-01-13 (!)
1333
1334 2003-01-12 [alfons]     0.8.8claws85
1335
1336         * src/filtering.c
1337         * src/matcher_parser_parse.y
1338                 prepare change_score filtering action
1339         * src/matcher.[ch]
1340                 give up const-correctness on functions that call non-const-correct functions;
1341                 several casts to gpointer in g_free();
1342                 add change_score;
1343
1344 2003-01-12 [christoph]  0.8.8claws84
1345
1346         * src/compose.c
1347                 fix 2 warnings
1348
1349         * src/gtk/prefswindow.[ch]
1350         * src/plugins/spamassassin/spamassassin_gtk.c
1351                 changed the call of the widget create function
1352                 for PrefsPages, because sometimes the widget
1353                 create function needs a widget that already has
1354                 been attached to a window (to create GDK pixmaps
1355                 for exmaple). So we simply pass the GtkWindow as
1356                 the second parameter now.
1357
1358         * src/main.c
1359         * src/mainwindow.c
1360         * src/prefs_toolbar.[ch]
1361                 rewrite Toolbar Preferences using the new
1362                 prefs window
1363
1364 2003-01-11 [alfons]     0.8.8claws83
1365
1366         * src/addressadd.c
1367                 fix crash when adding sender to addressbook because status bar
1368                 isn't there (the status bar doesn't seem to be used though,
1369                 but I'll let Match decide what to do with it)
1370
1371 2003-01-11 [colin]      0.8.8claws82
1372
1373         * src/main.c
1374           src/toolbar.c
1375                 Two useless changes reversed
1376
1377 2003-01-11 [colin]      0.8.8claws81
1378
1379         * src/mainwindow.c
1380           src/mainwindow.h
1381                 Add mainwindow_get_mainwindow()
1382         * src/alertpanel.c
1383           src/alertpanel.h
1384                 Add alertpanel_error_log() 
1385         * src/compose.c
1386           src/inc.c
1387           src/messageview.c
1388           src/toolbar.c
1389           src/main.c
1390           src/procmsg.c
1391                 Network errors get a View Log button
1392
1393 2003-01-10 [alfons]     0.8.8claws80
1394
1395         * src/prefs_toolbar.c
1396         * src/toolbar.c
1397                 use the translatable string for "Separator" as file name for
1398                 separator toolbar items (probably make this uppercase?)
1399
1400 2003-01-10 [alfons]     0.8.8claws79
1401
1402         * src/prefs_toolbar.c
1403                 put right A_SEPARATOR description string in "displayed
1404                 toolbar items list" so manually added separators are
1405                 saved correctly (bug #10, "Adding a separator to the main 
1406                 toolbar fails, entry in xml file is wrong")
1407
1408 2003-01-10 [christoph]  0.8.8claws78
1409
1410         * src/imap.c
1411                 o fix warnings
1412                 o use CAPABILITY to check if NAMESPACE is available
1413
1414 2003-01-10 [christoph]  0.8.8claws77
1415
1416         * src/imap.[ch]
1417                 apply UIDPLUS IMAP extension support patch
1418
1419         Patch submitted by Simon 'corecode' Schubert
1420
1421 2003-01-10 [paul]       0.8.8claws76
1422
1423         * src/folderview.c
1424                 a sync from main which fixes the news account folders'
1425                 Properties bug
1426
1427 2003-01-10 [christoph]  0.8.8claws75
1428
1429         * src/folder.c
1430                 don't accept 0 as a valid uid returned by copy and move
1431                 functions. 0 means the message was copied or moved but the
1432                 new uid could not be fetched. It is not an error condition
1433                 for the copy or move operation.
1434
1435 2003-01-10 [paul]       0.8.8claws74
1436
1437         * src/prefs_filtering.c
1438                 change English used in Alert when entry is not
1439                 saved.
1440                 
1441         * sync with 0.8.8cvs4
1442                 see ChangeLog 2003-01-10
1443
1444 2003-01-10 [darko]      0.8.8claws73
1445
1446         * src/pine.c
1447                 fix crash when importing address book entry
1448                 without a valid address
1449
1450 2003-01-09 [alfons]     0.8.8claws72
1451
1452         * src/inc.c
1453                 filtering performance: use new style folder update
1454
1455 2003-01-09 [christoph]  0.8.8claws71
1456
1457         * src/compose.c
1458         * src/gtk/menu.[ch]
1459                 fix wrong selecting of mime encoding type, when
1460                 opening property dialog of attachments in the
1461                 compose window. 7bit was always selected and that
1462                 destoryed files with 8bit data.
1463                 (closes bug #9 Sylpheed-claws destroys attachments when
1464                  changing MIME-types)
1465
1466 2003-01-09 [paul]       0.8.8claws70
1467
1468         * sync with 0.8.8cvs3
1469                 see ChangeLog 2003-01-09
1470
1471 2003-01-08 [alfons]     0.8.8claws69
1472         
1473         * src/addressadd.c
1474                 apply patch by Kim Schulz to fix build breakage
1475                 because of missing variable
1476
1477 2003-01-08 [paul]       0.8.8claws68
1478
1479         * sync with 0.8.8cvs2
1480                 see ChangeLog 2002-01-08
1481
1482 2003-01-08 [paul]       0.8.8claws67
1483
1484         * po/it.po
1485                 updated by Alessandro Maestri
1486                 
1487         * src/addressadd.c
1488                 when using 'Add sender to addressbook' allow
1489                 name to be edited and remarks to be entered
1490                 Patch submitted by Luke Plant
1491
1492 2003-01-08 [darko]      0.8.8claws66
1493
1494         * README.claws, src/summaryview.c
1495                 fix description for marked messages
1496
1497 2003-01-08 [paul]
1498
1499         * tools/Makefile.am
1500           tools/launch_phoenix  ** NEW FILE **
1501                 add script that enables using Phoenix as the default
1502                 web browser. 
1503                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1504                 
1505         * tools/OOo2sylpheed.pl
1506                 remove full path to sylpheed executable, just 'sylpheed'
1507                 will do
1508                 
1509         * tools/README
1510                 add launch_phoenix informtion and re-arrange and compress
1511                 the data a little
1512
1513 2003-01-07 [christoph]  0.8.8claws65
1514
1515         * src/folder.c
1516                 fix update for source folder when moving messages
1517         * src/procmsg.[ch]
1518         * src/summaryview.c
1519                 use function to set to_folder for message infos and
1520                 automatically update the op_count for old and new
1521                 folder
1522
1523 2003-01-07 [melvin]     0.8.8claws64
1524
1525         * src/prefs_actions.c
1526                 Fixed bug where an '%p' Action on a displayed image crashed 
1527                         Sylpheed
1528                 Code clean up (get rid of duplicated code and removed unnecessary 
1529                                 structure member)
1530
1531 2003-01-07 [christoph]  0.8.8claws63
1532
1533         * src/compose.c
1534         * src/folder.[ch]
1535         * src/folderview.c
1536         * src/import.c
1537         * src/inc.c
1538         * src/main.c
1539         * src/mainwindow.c
1540         * src/messageview.c
1541         * src/prefs_folder_item.c
1542         * src/procmsg.c
1543         * src/summaryview.c
1544         * src/toolbar.c
1545                 o remove all folder update triggering from the UI code. The folder
1546                   system should know much better when a folder needs an update.
1547                 o to prevent multiple updates in a row the folder updates can be
1548                   frozen for some time.
1549
1550                 Note: - Please verify that no updates are missing
1551                       - Check where freeze/thaws should be added
1552
1553 2003-01-07 [christoph]  0.8.8claws62
1554
1555         * src/prefs_actions.c
1556                 don't translate empty strings
1557
1558         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1559
1560 2003-01-06 [christoph]  0.8.8claws61
1561
1562         * src/prefs_actions.c
1563                 mark strings for gettext
1564         * src/prefs_matcher.c
1565                 use new description window for Execute action and
1566                 match condition in Filtering
1567
1568         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1569
1570 2003-01-06 [alfons]     0.8.8claws60
1571
1572         keep myself inspired to re-organize matcher part 8; 
1573         yes, more to come (I need to move out the descriptive
1574         text for actions to matcher.c, or at least make it not
1575         depend on the wicked ordering)
1576
1577         * src/prefs_matcher.c
1578                 add documentation so others may comprehend the
1579                 UI part of the conditions
1580                 
1581 2003-01-06 [christoph]  0.8.8claws59
1582
1583         * src/prefs_actions.c
1584                 use new description window for syntax help
1585         * src/gtk/description_window.c
1586                 fix display of descriptions with column count != 2
1587
1588         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1589
1590 2003-01-06 [christoph]  0.8.8claws58
1591
1592         * src/quote_fmt.c
1593         * src/summaryview.[ch]
1594         * src/gtk/Makefile.am
1595         * src/gtk/description_window.[ch]       ** NEW **
1596                 use a generic window to display syntax descriptions
1597                 currently used in quote_fmt and summaryview (new description
1598                 for extended quick search)
1599
1600         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1601
1602 2003-01-06 [paul]       0.8.8claws57
1603
1604         * sync with 0.8.8cvs1
1605                 see ChangeLog 2003-01-06
1606
1607 2003-01-06 [christoph]  0.8.8claws56
1608
1609         * src/mainwindow.c
1610         * src/prefs_gtk.[ch]
1611         * src/gtk/prefswindow.[ch]
1612         * src/plugins/spamassassin/spamassassin_gtk.c
1613                 o remove page management from prefswindow, pages
1614                   will be an argument to prefswindow_open
1615                 o prefswindow_open gets a datapointer that is
1616                   passed to the widget_create function to allow
1617                   creation of prefswindow for specific items
1618
1619 2003-01-06 [colin]      0.8.8claws55
1620         
1621         * src/summaryview.c
1622                 We don't want regexp in the reply-finder, 
1623                 because MIDs can contain !,$,. and so on
1624
1625 2003-01-06 [jens]       0.8.8claws54
1626
1627         * src/jpilot.c
1628                 fixed a wrong free in jpilot_read_db_files
1629
1630 2003-01-06 [alfons]     0.8.8claws53
1631
1632         re-organize matcher part 8; more to come
1633        
1634         * src/matcher.c
1635                 matcherprop_to_string(): put g_free()s before the
1636                 switch-case break to fix memleaks                
1637
1638 2003-01-06 [colin]      0.8.8claws52
1639
1640         * src/summaryview.c
1641                 cleanup & reply-finder now displays the first 
1642                 matching message
1643
1644 2003-01-05 [alfons]     0.8.8claws51
1645
1646         re-organize matcher part 7; more to come
1647
1648         * src/matcher.[ch]
1649                 fixes for constant correctness;
1650                 more documentation;
1651
1652 2003-01-05 [alfons]     0.8.8claws50
1653
1654         re-organize matcher part 6; more to come
1655         
1656         * src/matcher.[ch]
1657                 fixes for constant correctness;
1658                 more documentation;
1659         * src/filtering.c
1660                 fix for constant correctness
1661
1662 2003-01-05 [colin]      0.8.8claws49
1663
1664         * src/account.[ch]
1665                 Add account_get_reply_account function
1666         * src/compose.c
1667                 Use account_get_reply_account function 
1668         * src/summaryview.c
1669                 Basic reply-finder - click on the replied
1670                 icon gets you to the outbox using quick-search
1671
1672 2003-01-05 [paul]       0.8.8claws48
1673
1674         * src/prefs_common.c
1675                 small change to English
1676                 
1677         * src/prefs_filtering.c
1678                 prefs_filtering_action_select(): improve logic and uniformity
1679                 of gui
1680
1681 2003-01-05 [alfons]     0.8.8claws47
1682
1683         fine tune solution to focus problems (bug #7)
1684
1685         * src/mainwindow.c
1686                 mainwindow_focus_in_event(): remove grab event check
1687         * src/summaryview.c
1688                 summary_button_pressed(): move selection on right-click
1689                 too. we can't possibly move the selection back after
1690                 canceling a dialog, because gtk's incomplete focus 
1691                 management. whether this is a good solution, only time
1692                 will tell.
1693
1694 2003-01-05 [christoph]  0.8.8claws46
1695
1696         * src/imap.c
1697                 fix crash when no imap connection could be established
1698
1699 2003-01-05 [paul]       0.8.8claws45
1700
1701         * src/mainwindow.c
1702           src/sumamryview.c
1703           src/gtk/menu.[ch]
1704                 fix bug 605957 'shortcuts in popup-menu'
1705                 make user-defined shortcuts work
1706                 show shortcuts that are already defined
1707                 in the main menu
1708                 Patch submitted by Luke Plant
1709
1710 2003-01-05 [alfons]     0.8.8claws44
1711
1712         * src/mainwindow.c
1713                 focus_in_event handler should not select summary view row 
1714                 when another window (menu, dialog) grabbed for events 
1715                 (bug #7, "[0.8.8claws42] Message summary focus") 
1716
1717 2003-01-04 [christoph]  0.8.8claws43
1718
1719         * src/procmsg.c
1720                 update save folder after adding the sent message
1721                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
1722
1723 2003-01-02 [christoph]  0.8.8claws42
1724
1725         * src/common/plugin.c
1726                 fix unloading of all plugins and unload
1727                 plugins in reverse order
1728                 
1729         * src/gtk/pluginwindow.c
1730                 implement function of load and unload button
1731
1732         * src/gtk/prefswindow.c
1733         * src/gtk/prefswindow.h
1734                 rename register function and add new unregister
1735                 function
1736
1737         * src/plugins/spamassassin/spamassassin_gtk.c
1738                 unregister prefs page and update for changes in
1739                 src/gtk/prefswindow.c
1740
1741 2003-01-02 [paul]       0.8.8claws41
1742
1743         * po/es.po
1744                 updated by Ricardo Mones Lastra
1745
1746 2003-01-02 [paul]
1747
1748         * tools/tb2sylpheed
1749                 fixes and improvements by Urke MMI
1750
1751 2003-01-02 [thorsten]   0.8.8claws40
1752
1753         * src/procmsg.c
1754                 fixed wrong return value
1755
1756 2003-01-02 [thorsten]   0.8.8claws39
1757
1758         * src/prefs.c
1759                 fixed printing wrong variable
1760
1761 2003-01-02 [thorsten]   0.8.8claws38
1762
1763         * src/prefs.c
1764                 fixed acessing members of freed pfile struct
1765
1766 2003-01-02 [thorsten]   0.8.8claws37
1767
1768         * src/procmsg.c
1769                 detect loops across several messages
1770                 as suggested by Christoph Hohmann
1771
1772 2003-01-01 [match]      0.8.8claws36
1773
1774         * src/addrindex.c
1775                 fixed another memory leak.
1776
1777 2003-01-01 [match]      0.8.8claws35
1778
1779         * src/jpilot.[ch]
1780                 fixed memory leaks. applied Doxygen comments.
1781
1782 2003-01-01 [thorsten]   0.8.8claws34
1783
1784         * src/procmsg.c
1785                 inhibit endless loop if msg references itself
1786                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
1787
1788 2003-01-01 [christoph]  0.8.8claws33
1789
1790         * src/mainwindow.c
1791         * src/gtk/Makefile.am
1792         * src/gtk/pluginwindow.c                ** NEW **
1793         * src/gtk/pluginwindow.h                ** NEW **
1794                 add plugin window
1795
1796         * src/plugins/demo/demo.c
1797         * src/plugins/spamassassin/spamassassin.c
1798         * src/plugins/spamassassin/spamassassin_gtk.c
1799                 write better plugin descriptions
1800
1801 2002-12-31 [christoph]  0.8.8claws32
1802
1803         * src/gtk/prefswindow.c
1804         * src/plugins/spamassassin/spamassassin_gtk.c
1805                 some small improvements to GTK code
1806
1807 2002-12-31 [christoph]  0.8.8claws31
1808
1809         * src/plugins/spamassassin/spamassassin_gtk.c
1810                 enable folder select button
1811
1812 2002-12-31 [christoph]  0.8.8claws30
1813
1814         * src/mainwindow.c
1815         * src/gtk/Makefile.am
1816         * src/gtk/prefswindow.c                         ** NEW **
1817         * src/gtk/prefswindow.h                         ** NEW **
1818                 add new prefs window
1819
1820         * src/common/plugin.c
1821                 don't try to load empty config lines
1822         
1823         * src/plugins/spamassassin/Makefile.am
1824         * src/plugins/spamassassin/spamassassin.c
1825         * src/plugins/spamassassin/spamassassin.h       ** NEW **
1826         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
1827                 GTK config for SpamAssassin Plugin using
1828                 the new prefs window
1829
1830 2002-12-31 [paul]       0.8.8claws29
1831
1832         * po/POTFILES.in
1833                 remove obsolete entry 'src/menu.c'
1834
1835 2002-12-31 [alfons]     0.8.8claws28
1836
1837         * src/matcher.[ch]
1838         * src/matcher_parser_parse.y
1839         * src/prefs_matcher.c
1840                 add "ignore_thread" and "~ignore_thread" condition so it's
1841                 possible to make the actions / scoring operate on the ignore
1842                 thread flag
1843
1844 2002-12-31 [christoph]  0.8.8claws27
1845
1846         * src/addrbook.c
1847         * src/addrindex.c
1848         * src/folder.c
1849         * src/matcher.c
1850         * src/prefs_account.c
1851         * src/prefs_actions.c
1852         * src/prefs_customheader.c
1853         * src/prefs_display_header.c
1854         * src/prefs_gtk.c
1855         * src/procmime.c
1856         * src/toolbar.c
1857         * src/xmlprops.c
1858         * src/common/prefs.[ch]
1859                 extend prefs file handling for reading and automatic handling
1860                 of blocks. When reading prefs_set_block_label will automatically
1861                 move on to the block. When writing it will copy all other blocks
1862                 automatically
1863
1864         * src/common/plugin.c
1865                 Now loading plugin filenames from [Plugins] block in
1866                 sylpheed rc file
1867
1868 2002-12-30 [christoph]  0.8.8claws26
1869
1870         * src/common/hooks.[ch]
1871                 return abort status to caller of hooks_invoke
1872                 
1873         * src/inc.[ch]
1874                 invoke message filtering hook and stop
1875                 default handling when filter returns abort
1876
1877         * src/common/plugin.[ch]
1878         * src/plugins/demo/demo.c
1879                 modify plugin loader, because resolving symbols for strings
1880                 does not work correctly
1881         
1882         * configure.in
1883         * ac/spamassassin.m4                            ** NEW **
1884         * src/plugins/spamassassin/.cvsignore           ** NEW **
1885         * src/plugins/spamassassin/Makefile.am          ** NEW **
1886         * src/plugins/spamassassin/README               ** NEW **
1887         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
1888         * src/plugins/spamassassin/spamassassin.c       ** NEW **
1889         * src/plugins/spamassassin/utils.[ch]           ** NEW **
1890                 add spamassassin plugin, see src/plugins/spamassassin/README
1891                 for details
1892
1893 2002-12-29 [alfons]     0.8.8claws25
1894
1895         * src/mainwindow.c
1896                 when moving focus from a message view to the main 
1897                 window, don't forget to select the summary node
1898                 of the displayed message. should fix "[ 659103 ] 
1899                 focus-follows-mouse confuses sylpheed"
1900
1901 2002-12-29 [christoph]  0.8.8claws24
1902
1903         * src/Makefile.am
1904         * src/stringtable.[ch]          ** REMOVE **
1905         * src/common/Makefile.am
1906         * src/common/stringtable.[ch]   ** NEW **
1907                 move stringtable files to common directory
1908
1909 2002-12-29 [christoph]  0.8.8claws23
1910
1911         * src/Makefile.am
1912         * src/menu.[ch]                 ** REMOVE **
1913         * src/gtk/Makefile.am
1914         * src/gtk/menu.[ch]             ** NEW **
1915                 move menu files to gtk directory
1916
1917 2002-12-29 [match]      0.8.8claws22
1918
1919         * src/addressbook.c
1920         * src/syldap.c
1921                 moved UI specific code out of LDAP code into addressbook
1922                 UI code. fixed memory leak.
1923
1924 2002-12-29 [christoph]  0.8.8claws21
1925
1926         * src/folder.c
1927                 only check for IGNORED parent message when message is
1928                 not IGNORED itself
1929
1930 2002-12-29 [alfons]     0.8.8claws20
1931
1932         * src/summaryview.c
1933                 set gtksctree's anchor correct (immediate execute
1934                 changes the tree's layout, and anchor points at 
1935                 the incorrect row). fixes "[ 657233 ] multiple msg 
1936                 delete sometimes off by 1".
1937                 we probably have to look for more tree layout /
1938                 anchor glitches.
1939
1940 2002-12-29 [paul]       0.8.8claws19
1941
1942         * src/summaryview.c
1943                 fix bug [ 659054 ] incorrect sorting of 'From' column
1944                 when using 'display sender using address book'
1945                 thanks to Alfons and Luke Plant
1946
1947 2002-12-29 [christoph]  0.8.8claws18
1948
1949         * src/folder.c
1950         * src/procmsg.[ch]
1951                 check parent messages for IGNORE THREAD flag, when adding,
1952                 moving or copying messages to a folder
1953
1954 2002-12-27 [alfons]     0.8.8claws17
1955
1956         re-organize matcher part 5; more to come
1957
1958         * src/matcher.c
1959                 hash keywords in matchparser_tab 
1960
1961 2002-12-27 [alfons]     0.8.8claws16
1962
1963         re-organize matcher part 4; more to come
1964
1965         * src/matcher_parser.h
1966         * src/matcher_parser_lex.l
1967         * src/matcher_parser_parse.y
1968                 cleanup
1969
1970 2002-12-27 [alfons]     0.8.8claws15
1971
1972         re-organize matcher part 3; more to come
1973
1974         * src/matcher.[ch]
1975                 cleanup
1976
1977 2002-12-27 [alfons]     0.8.8claws14
1978
1979         re-organize matcher part 2; more to come but this should
1980         work. cc me if there are any regressions.
1981
1982         * src/matcher.h
1983                 add prototype for get_matchparser_tab_id()
1984         * src/matcher_parser_lex.l
1985                 look up keywords using matchparser_tab_id();
1986
1987 2002-12-27 [alfons]     0.8.8claws12
1988
1989         re-organize matcher part 1
1990
1991         * src/matcher.h
1992                 map yacc generated constants to sylpheed matcher constants
1993         * src/matcher.c
1994                 add function to find a matcher constant from a string
1995
1996 2002-12-27 [christoph]  0.8.8claws11
1997
1998         * src/compose.c
1999                 MENUITEM_ADD casts the 4th argument from integer to pointer
2000                 so it probably should not be a pointer, this means we
2001                 should use account id for it and not the account's pointer
2002
2003 2002-12-27 [paul]       0.8.8claws10
2004
2005         * src/mainwindow.c
2006                 remove unneeded 'GtkWidget *vbox'
2007                 
2008         * src/summaryview.c
2009                 further sync with 0.8.8 - make sort
2010                 by recipient work as expected
2011                 
2012         * NEWS
2013                 sync with 0.8.8
2014
2015 2002-12-27 [paul]       0.8.8claws9
2016
2017         * po/pt_BR.po
2018                 updated by Ivan F. Martinez
2019                 
2020 2002-12-27 [darko]      0.8.8claws8
2021
2022         * src/common/utils.c
2023                 added locked pattern to extended search
2024
2025 2002-12-27 [alfons]     0.8.8claws7
2026
2027         * src/prefs_matcher.[ch]
2028                 clean up
2029
2030 2002-12-26 [alfons]     0.8.8claws6
2031
2032         * src/matcher.[ch]
2033         * src/matcher_parser_lex.l
2034         * src/matcher_parser_parse.y
2035         * src/prefs_matcher.c
2036                 allow color label as a condition in the matcher
2037
2038 2002-12-26 [oliver]     0.8.8claws5
2039         
2040         * src/toolbar.c 
2041                 enable Addressbook for Main and Messageview
2042         * src/prefs_actions.c
2043                 enable actions in Messageview
2044
2045 2002-12-26 [christoph]  0.8.8claws4
2046
2047         * src/common/plugin.c
2048                 add a little debug output
2049         * configure.in
2050         * src/plugins/demo/Makefile.am
2051                 better use of automake
2052
2053 2002-12-26 [christoph]  0.8.8claws3
2054
2055         * src/Makefile.am
2056         * src/common/Makefile.am
2057                 fix "make distdir"
2058
2059 2002-12-26 [christoph]  0.8.8claws2
2060
2061         * configure.in
2062                 sort configure checks into common / gtk / plugins
2063         * po/POTFILES.in
2064                 add src/prefs_gtk.c
2065         * src/Makefile.am
2066                 add plugins SUBDIR
2067         * src/main.c
2068         * src/common/sylpheed.[ch]
2069                 added now sylpheed_done function for shutdown
2070         * src/common/Makefile.am
2071         * src/common/plugin.[ch]                ** NEW **
2072                 plugin loader and unloader
2073         * src/plugins/.cvsignore                ** NEW **
2074         * src/plugins/Makefile.am               ** NEW **
2075                 build plugins
2076         * src/plugins/demo/.cvsignore           ** NEW **
2077         * src/plugins/demo/Makefile.am          ** NEW **
2078         * src/plugins/demo/demo.c               ** NEW **
2079                 small demo plugin that installs a logtext hook and
2080                 outputs the log text to stdout
2081
2082 2002-12-26 [paul]       0.8.8claws1
2083
2084         * po/es.po
2085                 updated by Ricardo Mones Lastra
2086
2087 2002-12-26 [paul]       0.8.8claws
2088
2089         * 0.8.8claws released
2090
2091 2002-12-26 [paul]       0.8.7claws12
2092
2093         * po/bg.po
2094                 updated by George Danchev
2095
2096 2002-12-26 [paul]       0.8.7claws11
2097
2098         * po/POTFILES.in
2099                 remove unneeded 'src/prefs.c' entry 
2100
2101 2002-12-26 [paul]       0.8.7claws10
2102
2103         * src/codeconv.c
2104           src/mainwindow.c
2105                 sync with 0.8.8 release
2106         
2107         * src/folder.[ch]
2108           src/mh.c
2109           src/summaryview.c
2110                 partial sync with 0.8.8 release
2111         
2112
2113 2002-12-25 [alfons]     0.8.7claws9
2114
2115         * src/matcher.[ch]
2116         * src/matcher_parser_lex.l
2117         * src/matcher_parser_parse.y
2118         * src/prefs_matcher.c
2119                 add locked flag to possible filtering / matcher 
2120                 conditions (also a good example what should be
2121                 done to add a simple boolean condition)
2122
2123 2002-12-25 [christoph]  0.8.7claws8
2124
2125         * src/Makefile.am
2126         * src/account.[ch]
2127         * src/addrbook.c
2128         * src/addressbook.c
2129         * src/addrindex.c
2130         * src/filtering.c
2131         * src/folder.c
2132         * src/matcher.c
2133         * src/prefs.[ch]                ** REMOVE **
2134         * src/prefs_account.c
2135         * src/prefs_actions.c
2136         * src/prefs_common.c
2137         * src/prefs_customheader.c
2138         * src/prefs_display_header.c
2139         * src/prefs_filtering.c
2140         * src/prefs_folder_item.c
2141         * src/prefs_gtk.[ch]            ** NEW **
2142         * src/prefs_matcher.c
2143         * src/prefs_scoring.c
2144         * src/prefs_summary_column.c
2145         * src/procmime.c
2146         * src/selective_download.c
2147         * src/toolbar.c
2148         * src/common/Makefile.am
2149         * src/common/prefs.[ch]         ** NEW **
2150                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2151
2152 2002-12-24 [alfons]     0.8.7claws7
2153
2154         * src/summaryview.c
2155                 summary_thread_build(): fix real cause of the crash mentioned in
2156                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2157                 this way we get meaningful ctree nodes 
2158
2159 2002-12-24 [oliver]     0.8.7claws6
2160
2161         * src/mainwindow.[ch]
2162         * src/messageview.[ch]
2163         * src/compose.[ch]
2164         * src/inc.c
2165         * src/summaryview.c
2166                 changes to use updated toolbar handling
2167                 
2168 2002-12-24 [oliver]     0.8.7claws5
2169
2170         * src/toolbar.[ch]
2171                 generic toolbar handling
2172                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2173         * src/prefs_toolbar.[ch]
2174                 adjust to handling
2175         
2176 2002-12-24 [oliver]     0.8.7claws4
2177         
2178         * src/stock_pixmap.[ch]
2179                 move SYLPHEED_LOGO to end of list in order 
2180                 to remove it from Custom Toolbar`s Icon View
2181
2182 2002-12-24 [alfons]     0.8.7claws3
2183
2184         * src/summaryview.c
2185                 summary_thread_build(): fix crash because of focus != selection 
2186                 after threading. when deleting the selection, gtk tries but fails 
2187                 to find the correct focusable element. we now force the selection
2188                 to be focused. this should solve the infamous bug reported by 
2189                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2190                 a test case is available. 
2191
2192 2002-12-24 [darko]      0.8.7claws2
2193
2194         * src/summaryview.c
2195                 don't crash when unmarking message with unread children
2196
2197 2002-12-23 [christoph]  0.8.7claws1
2198
2199         * src/Makefile.am
2200         * src/common/Makefile.am
2201                 update Makefiles for moved intl.h, version.h and defs.h
2202         * src/imap.c
2203                 rewrite imap_session_get to avoid duplicate code
2204
2205 2002-12-23 [paul]       0.8.7claws
2206
2207         * Santa-Claws released
2208         
2209         * po/hu.po
2210           po/ru.po
2211                 squeeze in updated Hungarian and Russian translations.
2212                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2213
2214 2002-12-23 [paul]       0.8.6claws129
2215
2216         * po/pl.po
2217                 updated by Witold Wladyslaw Wojciech Wilk
2218
2219 2002-12-23 [paul]       0.8.6claws128
2220
2221         * src/quote_fmt_parse.y
2222                 fix typo and add licence header
2223
2224 2002-12-23 [paul]       0.8.6claws127
2225
2226         * po/en_GB.po
2227                 updated
2228
2229 2002-12-23 [paul]       0.8.6claws126
2230
2231         * po/it.po
2232                 updated translation, submitted by Alessandro Maestri
2233                 
2234 2002-12-23 [paul]       0.8.6claws125
2235
2236         * src/quote_fmt_parse.y
2237                 fix signature-stripping on replies bug. match
2238                 '-- \n' and not '-- '.
2239
2240 2002-12-22 [paul]       0.8.6claws124
2241
2242         * po/bg.po
2243           po/es.po
2244           po/sr.po
2245                 updated translations. submitted by George Danchev,
2246                 Ricardo Mones Lastra, and Urke MMI respectively
2247
2248 2002-12-21 [paul]       0.8.6claws123
2249
2250         * src/addrbook.c
2251                 fix coding style
2252
2253 2002-12-21 [paul]       0.8.6claws122
2254
2255         * src/addrbook.c
2256                 fix bug [643638] where if a person is in one or more
2257                 addressbook groups editing that person's email 
2258                 address results in removal from those groups.
2259                 Patch submitted by Luke Plant.
2260
2261 2002-12-20 [christoph]  0.8.6claws121
2262
2263         * src/common/utils.c
2264         * src/summaryview.c
2265                 reimplement expand_search_string using GString to
2266                 prevent crashs caused by miscalculated string
2267                 lengths reported by Paul
2268
2269 2002-12-20 [christoph]  0.8.6claws120
2270
2271         * src/summaryview.c
2272                 don't use "changed" to check if op_count has to be changed as it
2273                 is also set when the message has unread children
2274                 (closes bug [ 653221 ] crash while deleting duplicates)
2275
2276 2002-12-20 [paul]       0.8.6claws119
2277
2278         * sync with 0.8.6cvs27
2279                 see ChangeLog 2002-12-20
2280
2281 2002-12-20 [paul]       0.8.6claws118
2282
2283         * sync with 0.8.6cvs26
2284                 see ChangeLog 2002-12-19 and 2002-12-20
2285
2286 2002-12-19 [alfons]     0.8.6claws117
2287
2288         * src/textview.c
2289                 fix incorrect parsing of email addresses, submitted by 
2290                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2291                 name display if it contains @".
2292
2293 2002-12-18 [paul]       0.8.6claws116
2294
2295         * sync with 0.8.6cvs23
2296                 see ChangeLog 2002-12-18
2297
2298 2002-12-18 [paul]       0.8.6claws115
2299
2300         * src/Makefile.am
2301         * src/account.c
2302         * src/codeconv.c
2303         * src/gtkutils.[ch]
2304         * src/imap.c
2305                 sync with 0.8.6cvs22.
2306                 see ChangeLog 2002-12-17 and 2002-12-18
2307
2308 2002-12-17 [christoph]  0.8.6claws114
2309
2310         * src/imap.c
2311                 o don't create a session if imap greeting fails
2312                 o don't close socket when authentication fails
2313                   this is done by imap_session_destroy
2314
2315 2002-12-17 [thorsten]   0.8.6claws113
2316
2317         * tools/Makefile.am
2318           tools/README
2319           tools/google_msgid.pl ** NEW FILE **
2320                 Added "search for message-id" script and doc
2321
2322 2002-12-17 [thorsten]   0.8.6claws112
2323
2324         * po/hu.po
2325                 Updated hungarian translation
2326                 (updated by Gal Zoltan)
2327
2328 2002-12-16 [christoph]  0.8.6claws111
2329
2330         * src/addr_compl.c
2331                 remove stupid addressbook dump to debug output
2332         * src/mh.c
2333                 fix memory leak found by Hiro
2334
2335 2002-12-14 [paul]       0.8.6claws110
2336
2337         * src/compose.c
2338                 fix menubar sensitivity on send
2339                 
2340         * src/prefs_filtering.c
2341         * src/prefs_matcher.c
2342         * src/prefs_scoring.c
2343                 Fix english ;)
2344                 
2345         * src/common/quoted-printable.h
2346                 sync: fix typo
2347         
2348 2002-12-13 [christoph]  0.8.6claws109
2349
2350         * src/Makefile.am
2351         * src/manage_window.[ch]        ** REMOVE **
2352         * src/gtk/Makefile.am
2353         * src/gtk/manage_window.[ch]    ** NEW **
2354                 move manage_window files to gtk directory
2355
2356 2002-12-13 [christoph]  0.8.6claws108
2357
2358         * src/Makefile.am
2359         * src/gtkshruler.[ch]           ** REMOVE **
2360         * src/gtk/Makefile.am
2361         * src/gtk/gtkshruler.[ch]       ** NEW **
2362                 move gtkshruler files to gtk directory
2363
2364 2002-12-13 [christoph]  0.8.6claws107
2365
2366         * src/Makefile.am
2367         * src/compose.c
2368         * src/gtkstext.[ch]             ** REMOVE **
2369         * src/gtkutils.[ch]
2370         * src/textview.c
2371         * src/gtk/gtkstext.[ch]         ** NEW **
2372         * src/gtk/Makefile.am
2373                 o move stext functions to gtkstext.c to remove
2374                   dependency of gtkutils
2375                 o move gtkstext files to gtk directory
2376
2377         * src/gtk/Makefile.am
2378         * src/gtk/sslcertwindow.[ch]
2379                 UI stuff can always depend on common code so
2380                 it's ok to add ../common to include path
2381
2382 2002-12-13 [colin]      0.8.6claws106
2383
2384         * src/summaryview.c
2385                 Disconnect sighandlers for mainwindow when
2386                 quicksearch has the focus
2387                 Fix bug #653231
2388         * src/mainwindow.[ch]
2389                 Make key_pressed callback public, to be able
2390                 to disconnect it
2391
2392 2002-12-13 [christoph]  0.8.6claws105
2393
2394         * src/mh.c
2395                 create .mh_sequences file in new MH folders
2396                 (closes feature request [ 523162 ] MH folders should
2397                  get a .mh_sequences)
2398
2399 2002-12-13 [colin]      0.8.6claws104
2400
2401         * src/summaryview.c
2402                 Better handling of quicksearch show/hide
2403                 (basically the button stays under the mouse 
2404                  when toggled)
2405
2406 2002-12-13 [paul]       0.8.6claws103
2407
2408         * sync with 0.8.6cvs17
2409                 see ChangeLog 2002-12-13
2410
2411 2002-12-13 [paul]       0.8.6claws102
2412
2413         * po/es.po
2414                 updated by Ricardo Mones Lastra
2415
2416 2002-12-11 [colin]       0.8.6claws101
2417
2418         * src/folder.c
2419                 remove statusbar stuff
2420           src/folderview.c
2421                 set statusbar verbosity when moving folders
2422
2423 2002-12-11 [colin]       0.8.6claws100
2424         * src/prefs_filtering.c
2425         * src/prefs_matcher.c
2426         * src/prefs_scoring.c
2427                 Fix english ;)
2428
2429 2002-12-11 [colin]       0.8.6claws99
2430
2431         * src/prefs_common.[ch]
2432                 Add summary_quicksearch_type
2433         * src/summaryview.c
2434                 Save last used quicksearch type
2435
2436 2002-12-11 [jens]       0.8.6claws98
2437         * src/prefs_filtering.c
2438         * src/prefs_matcher.c
2439         * src/prefs_scoring.c
2440                 added dialog for incomplete rules in scoring, filtering and
2441                 matcher to ask wheather really close
2442
2443 2002-12-11 [colin]      0.8.6claws97
2444
2445         * src/folder.c
2446                 Fix folder dnd statusbar logging
2447
2448 2002-12-10 [christoph]  0.8.6claws96
2449
2450         * src/compose.c
2451         * src/folder.c
2452         * src/imap.c
2453         * src/inc.c
2454         * src/main.c
2455         * src/mainwindow.c
2456         * src/news.c
2457         * src/send.c
2458         * src/statusbar.[ch]
2459         * src/common/hooks.c
2460         * src/common/log.[ch]
2461                 o handle verbose logging in statusbar directly in statusbar code
2462                   and common code does not need any knowledge about a statusbar
2463                 o remove direct calls to statusbar_(puts|pop)_all functions
2464
2465 2002-12-10 [jens]       0.8.6claws95
2466
2467         * src/*.c
2468                 removed gettext from g_warnings
2469         * po/POTFILES.in
2470                 cleaned and updated
2471         * po/de.po
2472                 updated
2473
2474 2002-12-10 [colin]      0.8.6claws94
2475
2476         * src/main.c
2477                 finish crash dialog fix
2478
2479 2002-12-10 [colin]      0.8.6claws93
2480
2481         * src/main.c
2482                 "Fix" "sylpheed already running" instead of
2483                 crash dialog appearing after a crash
2484
2485 2002-12-10 [colin]      0.8.6claws92
2486
2487         * po/POTFILES.in
2488                 add src/gtk/sslcertwindow.c
2489
2490 2002-12-10 [paul]       0.8.6claws91
2491
2492         * po/POTFILES.in
2493                 updated to reflect recent changes
2494                 submitted by Alessandro Maestri
2495
2496 2002-12-09 [christoph]  0.8.6claws90
2497
2498         * src/Makefile.am
2499         * src/smtp.[ch]                 ** REMOVE **
2500         * src/common/Makefile.am
2501         * src/common/smtp.[ch]          ** NEW **
2502                 move smtp files to common directory
2503
2504 2002-12-09 [christoph]  0.8.6claws89
2505
2506         * src/Makefile.am
2507         * src/session.[ch]              ** REMOVE **
2508         * src/common/Makefile.am
2509         * src/common/session.[ch]       ** NEW **
2510                 move session files to common directory
2511
2512 2002-12-09 [paul]       0.8.6claws88
2513
2514         * src/account.c
2515                 fix bug [649746] edit accounts: move account reverted
2516                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2517
2518 2002-12-09 [colin]      0.8.6claws87
2519
2520         * src/ssl_certificate.c
2521                 cleanup
2522
2523 2002-12-09 [colin]      0.8.6claws86
2524
2525         * src/ssl.c
2526                 Try to open the cert.pem database and 
2527                 issue a warning if it isn't there
2528
2529 2002-12-09 [colin]      0.8.6claws85
2530
2531         * src/common/ssl_certificate.c
2532         * src/gtk/sslcertwindow.c
2533                 Warning fixes
2534
2535 2002-12-09 [colin]      0.8.6claws84
2536
2537         * src/ssl_certificate.[ch] ** REMOVED **
2538         * src/common/ssl_certificate.[ch] ** NEW **
2539         * src/Makefile.am
2540         * src/common/Makefile.am
2541                 Moved ssl_certificate.[ch] to common
2542         * src/common/ssl.c 
2543                 Put back needed include
2544         * src/gtk/sslcertwindow.[ch]
2545                 Changed ssl_certificate.h include
2546         
2547 2002-12-09 [colin]      0.8.6claws83
2548
2549         * src/gtk/sslcertwindow.[ch]
2550                 Implement hook for certificate acception
2551         * src/ssl_certificate.[ch]
2552                 Implement hook for certificate acception
2553         * src/common/ssl.c
2554                 Reenable certificate acception check
2555         * src/mainwindow.c
2556                 Register sslcertwindow's hook
2557         
2558 2002-12-08 [christoph]  0.8.6claws82
2559
2560         * src/about.c
2561         * src/addr_compl.c
2562         * src/codeconv.c
2563         * src/manual.c
2564         * src/undo.c
2565         * src/common/utils.c
2566                 o add missing includes
2567                 o fix warnings
2568         * src/.cvsignore
2569         * src/common/.cvsignore
2570         * src/common/version.h          ** REMOVE **
2571                 remove autogenerated file
2572
2573 2002-12-08 [paul]       0.8.6claws81
2574
2575         * src/stringtable.c
2576                 put back needed include
2577
2578 2002-12-08 [colin]      0.8.6claws80
2579         
2580         * src/gtk/sslcertwindow.c
2581                 Cleaner popups when asking
2582         * src/ssl_certificate.c
2583         * src/prefs_common.[ch]
2584                 remove ssl certificate pref
2585                 put back needed include
2586         * src/undo.c
2587                 put back needed include
2588
2589 2002-12-08 [christoph]  0.8.6claws79
2590
2591         * src/folderview.c
2592         * src/logwindow.c
2593         * src/statusbar.c
2594         * src/summaryview.c
2595                 only abort hook invokation if required data is missing not
2596                 if our own data pointer is NULL, update hookfunction for
2597                 log window
2598
2599 2002-12-08 [paul]       0.8.6claws78
2600
2601         * src/about.c
2602         * src/addrcache.c
2603         * src/addrclip.c
2604         * src/addr_compl.c
2605         * src/addrselect.c
2606         * src/codeconv.c
2607         * src/colorlabel.c
2608         * src/enriched.c
2609         * src/esmtp.c
2610         * src/exporthtml.c
2611         * src/headerview.c
2612         * src/imageview.c
2613         * src/manual.c
2614         * src/noticeview.c
2615         * src/pgptext.c
2616         * src/scoring.c
2617         * src/sourcewindow.c
2618         * src/stringtable.c
2619         * src/undo.c
2620                 clean up: remove unneccesary includes
2621
2622 2002-12-08 [christoph]  0.8.6claws77
2623
2624         * src/folderview.c
2625         * src/statusbar.c
2626         * src/summaryview.c
2627         * src/common/hooks.[ch]
2628                 hook functions now have a gboolean return value, if a hook
2629                 returns TRUE it will stop executing of any more hooks in
2630                 the same hooklist for this invokation
2631
2632 2002-12-08 [colin]      0.8.6claws76
2633         
2634         * src/main.c
2635                 put back argv0 for CRASH_DIALOG
2636
2637 2002-12-08 [christoph]  0.8.6claws75
2638
2639         * src/Makefile.am
2640         * src/about.c
2641         * src/account.c
2642         * src/crash.c
2643         * src/esmtp.h
2644         * src/imap.[ch]
2645         * src/inc.c
2646         * src/main.c
2647         * src/mainwindow.c
2648         * src/news.c
2649         * src/pop.[ch]
2650         * src/prefs_account.[ch]
2651         * src/prefs_common.[ch]
2652         * src/send.[ch]
2653         * src/smtp.[ch]
2654         * src/ssl_certificate.[ch]
2655         * src/ssl_manager.[ch]
2656         * src/common/Makefile.am
2657         * src/common/log.c
2658         * src/common/nntp.[ch]
2659         * src/common/socket.[ch]
2660         * src/common/ssl.[ch]
2661         * src/gtk/sslcertwindow.[ch]
2662         * ac/openssl.m4
2663                 use new autoconf script to detect OpenSSL with extra parameters
2664                 to specify the location of libs and includes, also remove USE_SSL
2665                 to USE_OPENSSL
2666
2667         * src/common/sylpheed.[ch]
2668         * src/common/version.h.in
2669                 start seperation of common code initialization seperated from gui
2670
2671         * src/summaryview.c
2672                 The function that is called when a color label changes
2673                 should not change the color lable again
2674
2675 2002-12-08 [colin]      0.8.6claws74
2676
2677         * src/gtk/sslcertwindow.c
2678                 warning fixes
2679
2680 2002-12-08 [colin]      0.8.6claws73
2681
2682         * src/statusbar.c
2683           src/common/log.h
2684                 Register a hook for statusbar_puts_all
2685         * src/common/log.c
2686                 invoke statusbar_puts_all's hook
2687         
2688 2002-12-08 [colin]      0.8.6claws72
2689
2690         * src/ssl_certificate.c
2691                 Put back a badly-removed include
2692
2693 2002-12-08 [colin]      0.8.6claws71
2694
2695         * src/gtk/sslcertwindow.[ch]    ** NEW **
2696                 new certificate presentation
2697         * src/gtk/Makefile.am
2698                 add new files
2699         * src/ssl_certificate.[ch]
2700                 gtk cleanup, made utility functions public
2701         * src/ssl_manager.c
2702                 use new cert presentation
2703
2704 2002-12-07 [christoph]  0.8.6claws70
2705
2706         * src/Makefile.am
2707         * src/nntp.[ch]                 ** REMOVE **
2708         * src/common/Makefile.am
2709         * src/common/nntp.[ch]          ** NEW **
2710                 move nntp files to common directory
2711
2712 2002-12-07 [christoph]  0.8.6claws69
2713
2714         * src/procmsg.[ch]
2715         * src/summaryview.c
2716                 implement msginfo update callback using sylpheed's new
2717                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
2718
2719 2002-12-06 [christoph]  0.8.6claws68
2720
2721         * src/editgroup.c
2722                 This patch changes the 'Edit Group Details' dialog to
2723                 allow extended selections in either pane, so that
2724                 addresses can be added or removed from a group more
2725                 quickly and easily. (it actually is a net decrease in
2726                 file size, as some unnecessary functions have been
2727                 removed). 
2728                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
2729
2730 2002-12-06 [christoph]  0.8.6claws67
2731
2732         * src/Makefile.am
2733         * src/template.[ch]             ** REMOVE **
2734         * src/common/Makefile.am
2735         * src/common/template.[ch]      ** NEW **
2736                 move template files to common directory
2737
2738         * src/nntp.c
2739                 add missing log.h include
2740
2741 2002-12-06 [melvin]     0.8.6claws66
2742
2743         * src/prefs_actions.c
2744                 Added the trailing ">" syntax to insert command's output
2745                 without replacing old text (in contrast to trailing "|").
2746
2747 2002-12-05 [colin]      0.8.6claws65
2748         
2749         * src/common/utils.c
2750                 Don't modify original search_string or it'll change
2751                 the next iterations in the for()
2752
2753 2002-12-05 [darko]      0.8.6claws64
2754
2755         * src/common/utils.c
2756                 proper check for filtering commands, found by Colin
2757
2758 2002-12-05 [darko]      0.8.6claws63
2759
2760         * src/common/utils.c
2761                 check proper string for NULL pointer, found by Colin
2762
2763 2002-12-05 [darko]      0.8.6claws62
2764
2765         * src/common/utils.[ch]
2766                 expand_search_string(): new function
2767                 converts Mutt-like patterns to Sylpheed's
2768                 filtering engine
2769         * src/summaryview.c
2770                 use expand_search_string() to allow Mutt-like
2771                 patterns in extended search
2772         * README.claws
2773                 document extended option in quick search
2774
2775 2002-12-05 [paul]       0.8.6claws61
2776
2777         * sync with 0.8.6cvs16
2778                 see ChangeLog 2002-12-05
2779                 
2780         * po/POTFILES.in
2781                 clean up
2782
2783 2002-12-04 [christoph]  0.8.6claws60
2784
2785         * src/imap.[ch]
2786                 put imap authentication code into a new function and
2787                 remove it from imap_session_new that will allow to
2788                 send other commands before authentication
2789
2790 2002-12-04 [christoph]  0.8.6claws59
2791
2792         * src/imap.[ch]
2793                 use already existing method to prevent unneeded IMAP
2794                 folder selects. Set imap_select parameters to NULL
2795                 in some functions if the values are not required.
2796
2797         * src/xml.h
2798                 remove no longer required include
2799
2800 2002-12-04 [paul]       0.8.6claws58
2801
2802         * po/es.po
2803                 updated by Ricardo Mones Lastra
2804                 
2805         * configure.in
2806           po/hu.po      ** NEW FILE **
2807                 initial Hungarian translation, submitted
2808                 by Gál Zoltán <galzoli@hu.inter.net>
2809
2810 2002-12-03 [christoph]  0.8.6claws57
2811
2812         * src/Makefile.am
2813         * src/gtksctree.[ch]            ** REMOVE **
2814         * src/gtk/Makefile.am
2815         * src/gtk/gtksctree.[ch]        ** NEW **
2816                 move gtksctree files to gtk directory
2817
2818 2002-12-03 [christoph]  0.8.6claws56
2819
2820         * src/Makefile.am
2821         * src/md5.[ch]                  ** REMOVE **
2822         * srm/common/Makefile.am
2823         * src/common/md5.[ch]           ** NEW **
2824                 move md5 files to common directory
2825
2826         * src/gtkstext.c
2827                 remove not required #include
2828
2829 2002-12-03 [sergey]     0.8.6claws55
2830
2831         * src/gtkutils.c
2832         * src/gtkutils.h
2833                 gtkut_window_popup(): new function.
2834         * src/mainwindow.c
2835                 main_window_popup(): use gtkut_window_popup() to raise
2836                 window without changing its position.
2837                 (see sylpheed-main ML message [sylpheed:17247])
2838
2839 2002-12-03 [sergey]     0.8.6claws54
2840
2841         * src/send.c
2842                 send_message_local(): removed first-dot escaping
2843                 (SMTP-only, not needed for sending through pipe)
2844
2845 2002-12-03 [paul]       0.8.6claws53
2846
2847         * po/POTFILES.in
2848                 update to reflect recent changes (thanks
2849                 to Ricardo Mones Lastra)
2850                 
2851         * tools/filter_conv.pl
2852                  fix problem with quoted strings. Patch submitted
2853                  by Luke Plant <lukeplant@softhome.net>
2854
2855 2002-12-03 [paul]       0.8.6claws52
2856
2857         * sync with 0.8.6cvs15
2858                 see ChangeLog 2002-12-03
2859
2860 2002-12-02 [christoph]  0.8.6claws51
2861
2862         * src/logwindow.[ch]
2863         * src/common/log.[ch]
2864                 implement logging using a hook function
2865
2866         * src/folderview.c
2867         * src/folder.[ch]
2868                 define hooklist name in header file to avoid
2869                 errors caused by wrong spelling of hooklist names
2870
2871         * src/toolbar.c
2872                 fix warnings
2873
2874 2002-12-02 [christoph]  0.8.6claws50
2875
2876         * src/common/Makefile.am
2877                 add src/common/hooks.[ch]
2878
2879         * src/common/hooks.[ch]
2880                 implement a simple hook system using glib's hook functions
2881
2882         * src/folder.[ch]
2883         * src/folderview.c
2884                 use new hook system for folder item updates
2885
2886 2002-12-02 [christoph]  0.8.6claws49
2887
2888         * doc-src/ui_seperation.txt     ** NEW **
2889                 information for ui seperation
2890
2891         * src/Makefile.am
2892                 remove files that were moved to common
2893                 include common directory by default for the header files
2894
2895         * src/inc.c
2896         * src/common/socket.c
2897         * src/automaton.[ch]
2898                 implement automaton using g_io_*-functions instead of
2899                 gdk_input_add to make it ui independent
2900
2901         * src/codeconv.c
2902         * src/compose.c
2903         * src/ldif.c
2904         * src/pgptext.c
2905         * src/procmime.c
2906         * src/rfc2015.c
2907         * src/smtp.c
2908         * src/unmime.c
2909                 remove common/ prefix because directory is now in
2910                 include path
2911
2912         * src/compose.c
2913         * src/folder.c
2914         * src/folderview.c
2915         * src/mainwindow.c
2916         * src/messageview.c
2917         * src/prefs_common.c
2918         * src/procmsg.c
2919         * src/rfc2015.c
2920                 fix warnings
2921
2922         * src/imap.c
2923         * src/inc.c
2924         * src/news.c
2925         * src/pop.c
2926         * src/send.c
2927         * src/smtp.c
2928         * src/ssl_certificate.c
2929                 add log.h header file for logging functions
2930
2931         * src/main.c
2932         * src/common/utils.c
2933         * src/summaryview.c
2934         * src/xml.c
2935                 o move debug_mode to common/utils.c
2936                 o add functions to set and get debug_mode
2937
2938         * src/defs.h                    ** REMOVE **
2939         * src/intl.h                    ** REMOVE **
2940         * src/socket.[ch]               ** REMOVE **
2941         * src/ssl.[ch]                  ** REMOVE **
2942         * src/utils.[ch]                ** REMOVE **
2943                 replaced by new files in src/common/
2944         
2945         * src/common/Makefile.am
2946                 add new files in src/common/
2947
2948         * src/common/defs.h             ** NEW **
2949         * src/common/intl.h             ** NEW **
2950         * src/common/log.[ch]           ** NEW **
2951         * src/common/socket.[ch]        ** NEW **
2952         * src/common/ssl.[ch]           ** NEW **
2953         * src/common/utils.[ch]         ** NEW **
2954                 replacement for files in src/
2955
2956 2002-12-02 [colin]      0.8.6claws48
2957
2958         * src/folderview.c
2959                 Scroll folderview if necessary during dnd
2960
2961 2002-12-02 [colin]      0.8.6claws47
2962
2963         * src/folder.[ch]
2964                 Add check to verify a move is within a single mailbox
2965         * src/folderview.c
2966                 Add specific error string for this check
2967
2968 2002-12-02 [colin]      0.8.6claws46
2969
2970         * src/folder.c
2971                 Add a test to folder moving, remove a statusbar_print
2972         * src/folderview.c
2973                 Add Move folder... context-menu item
2974                 Factorize folder moving code
2975                 Enable folder DND for mbox
2976
2977 2002-12-01 [christoph]  0.8.6claws45
2978
2979         * ac/aspell.m4
2980                 remove conf.aspelltest if the version check fails
2981
2982 2002-11-30 [christoph]  0.8.6claws44
2983
2984         * autogen.sh
2985                 run libtoolize --force in autogen to create missing
2986                 libtool scripts
2987
2988 2002-11-30 [christoph]  0.8.6claws43
2989
2990         * src/Makefile.am
2991         * src/pgptext.c
2992         * src/procmime.c
2993         * src/rfc2015.c
2994         * src/uuencode.[ch]             ** REMOVED **
2995         * src/common/Makefile.am
2996         * src/common/uuencode.[ch]      ** NEW **
2997                 move uuen/decoder to common directory
2998
2999 2002-11-30 [christoph]  0.8.6claws42
3000
3001         * src/Makefile.am
3002         * src/base64.[ch]               ** REMOVED **
3003         * src/codeconv.c
3004         * src/compose.c
3005         * src/ldif.c
3006         * src/pgptext.c
3007         * src/procmime.c
3008         * src/rfc2015.c
3009         * src/smtp.c
3010         * src/unmime.c
3011         * src/common/Makefile.am
3012         * src/common/base64.[ch]        ** NEW **
3013                 move base64 en/decoder to common directory
3014
3015 2002-11-30 [christoph]  0.8.6claws41
3016
3017         * src/common                    ** NEW **
3018                 new directory for UI independent code
3019         * src/gtk                       ** NEW **
3020                 new directory for GTK frontend
3021         * src/common/.cvsignore         ** NEW **
3022         * src/gtk/.cvsignore            ** NEW **
3023                 ignore build files
3024         * src/common/Makefile.am        ** NEW **
3025         * src/gtk/Makefile.am           ** NEW **
3026                 automake files to build new seperated stuff
3027         * src/Makefile.am
3028                 the binary will currently still be build with the
3029                 files in src, so we include the code from the
3030                 subdirs for now after building the libs there
3031
3032 2002-11-30 [paul]       0.8.6claws40
3033
3034         * src/compose.c
3035                 fix bug [642731] 'Wrong selected account with drafted mail'
3036
3037 2002-11-29 [oliver]     0.8.6claws39
3038         
3039         * src/messageview.c
3040                 o update summaryview when switching between different
3041                   messageviews          
3042         * src/toolbar.c  
3043                 o check if messageview holds already removed msg
3044                   from summaryview
3045                 
3046
3047 2002-11-29 [oliver]     0.8.6claws38
3048
3049         * src/toolbar.c 
3050                 remove not needed variables and includes
3051                 make messageview stay opened and move to next when msgs are deleted 
3052
3053 2002-11-29 [oliver]     0.8.6claws37
3054         
3055         * src/toolbar.c 
3056                 disable compose button (messageview toolbar) by default
3057                 deleted msgs are moved to trash
3058         
3059 2002-11-29 [melvin]     0.8.6claws36
3060
3061         * configure.in
3062                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3063                 and to detect signatures expirations (gpgme 0.3.6)
3064
3065         * src/main.c
3066                 Use non obsolescent function for Gpgme engine checking.
3067
3068         * src/rfc2015.c
3069                 Inform about expired signatures or signatures which key
3070                 has expired. Expiration date is displayed.
3071
3072         * src/sigstatus.c
3073                 Inform about expired signatures or signatures which key
3074                 has expired.
3075
3076 2002-11-28 [paul]       0.8.6claws35
3077
3078         * src/folderview.c
3079                 re-instate 'Check for new messages' in Newsgroup
3080                 folders right-click menu, after a suggestion from
3081                 Tim Mann <timmann@users.sourceforge.net>
3082
3083         * src/main.c
3084                 after a crash check only local folders for new
3085                 messages
3086
3087 2002-11-28 [paul]       0.8.6claws34
3088
3089         * configure.in
3090                 apply patch that fixes the checking of GTK with XIM 
3091                 support on different OSs, such as FreeBSD. Patch 
3092                 submitted by Topia <topia@users.sourceforge.net>
3093                 
3094 2002-11-28 [paul]       0.8.6claws33
3095
3096         * src/mainwindow.c
3097           src/prefs_common.c
3098           src/prefs_toolbar.c
3099                 more changes to the English
3100
3101 2002-11-28 [paul]       0.8.6claws32
3102
3103         * sync with 0.8.6cvs13
3104                 see ChangeLog 2002-11-28 (no sync needed
3105                 for src/compose.c)
3106
3107 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3108         
3109         * src/mainwindow.[ch]
3110                 add patch by Ivan F. Martinez introducing messageview Toolbar
3111                 some changes and committed by oliver    
3112
3113 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3114
3115         * src/messageview.[ch]
3116                 add patch by Ivan F. Martinez introducing messageview Toolbar
3117                 some changes and committed by oliver    
3118
3119 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3120
3121         * src/compose.[ch]
3122                 add patch by Ivan F. Martinez introducing messageview Toolbar
3123                 some changes and committed by oliver    
3124
3125 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3126         
3127         * src/toolbar.[ch]
3128                 add patch by Ivan F. Martinez introducing messageview Toolbar
3129                 some changes and committed by oliver
3130
3131 2002-11-28 [oliver]     0.8.6claws27
3132         
3133         * src/prefs_toolbar.[ch]
3134                 getting ready for messageview toolbar
3135                 free mem allocated by gettext
3136                 change prefs_toolbar to prefs_toolbar_open
3137  
3138 2002-11-28 [thorsten]   0.8.6claws26
3139
3140         * src/imageview.[ch]
3141                 cleaned up conflicting declarations of
3142                 imageview_show_image()
3143
3144 2002-11-28 [paul]       0.8.6claws25
3145
3146         * src/grouplistdialog.c
3147           src/prefs_common.c
3148           src/prefs_summary_column.c
3149                 a few more improvements to the English
3150
3151 2002-11-28 [colin]      0.8.6claws24
3152
3153         * man/sylpheed.1
3154                 A few updates to command-line parameters
3155
3156 2002-11-28 [colin]      0.8.6claws23
3157
3158         * src/prefs_filtering.c
3159                 Fix problems with prefs_filtering_delete_path:
3160                 a) if the first rule is removed, original pointers
3161                    weren't updated (leading to segfaults)
3162                 b) it was always global_processing updated in case
3163                    of removed path was parent of rule path
3164
3165 2002-11-27 [paul]       0.8.6claws22
3166
3167         * src/mainwindow.c
3168           src/prefs_account.c
3169           src/prefs_actions.c
3170           src/prefs_common.c
3171           src/prefs_customheader.c
3172           src/prefs_display_header.c
3173           src/prefs_filtering.c
3174           src/prefs_folder_item.c
3175           src/prefs_matcher.c
3176           src/prefs_scoring.c
3177           src/prefs_summary_column.c
3178           src/prefs_template.c
3179           src/prefs_toolbar.c
3180                  improve the English in the GUI
3181
3182 2002-11-27 [colin]      0.8.6claws21
3183
3184         * src/folder.c
3185                 Fix processing renaming problems happening after
3186                 last commit
3187
3188 2002-11-27 [colin]      0.8.6claws20
3189
3190         * src/folder.c
3191                 recursive move now deletes src each subfolder after 
3192                 having moved it
3193         * src/folderview.c
3194                 Use identifier instead of path during dnd (enables
3195                 IMAP folder dnd)
3196
3197 2002-11-27 [paul]       0.8.6claws19
3198
3199         * src/main.c
3200                 apply patch that does command-line processing 
3201                 BEFORE gtk_init, allowing claws to run from 
3202                 shell-scripts in non-X environment (e.g. crontab 
3203                 or ip-up, ip-down scripts). Patch submitted by
3204                 Ruslan N. Balkin <baron@dartel.ru>
3205                 
3206         * po/it.po
3207                 updated by Alessandro Maestri
3208
3209 2002-11-27 [paul]       0.8.6claws18
3210
3211         * sync with 0.8.6cvs12
3212           src/prefs_common.c
3213                 Differences are that main uses a 'Receive dialog'
3214                 frame on the Interface tab, whereas claws groups all 
3215                 the dialogs together in a 'Dialogs' frame.
3216
3217 2002-11-27 [colin]      0.8.6claws17
3218
3219         * src/prefs_matcher.c
3220                 Fix Execute criteria's NOT flag
3221
3222
3223 2002-11-26 [christoph]  0.8.6claws16
3224
3225         * src/ssl.c
3226                 rewrite the ssl code a little bit, only use one
3227                 SSL context, set default certificates' file/path
3228
3229 2002-11-26 [thorsten]   0.8.6claws15
3230
3231         * src/compose.c
3232                 default-reply-to didn't work for ml-reply
3233
3234 2002-11-26 [melvin]     0.8.6claws14
3235
3236         * src/prefs_actions.c
3237                 Made pipe-actions ignore short headers in message view
3238                 Made trailing-pipe-actions write in the message view with
3239                 the same font as the original message
3240
3241 2002-11-26 [paul]       0.8.6claws13
3242
3243         * src/compose.c
3244                 this time commit the correct file
3245
3246 2002-11-26 [paul]       0.8.6claws12
3247
3248         * sync with 0.8.6cvs11
3249           src/quote_fmt_parse.y  
3250                 no sync needed
3251           src/account.[ch]       
3252                 not sync'ed
3253           src/compose.c
3254                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3255                 on draft mode.
3256                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3257                 header
3258                 
3259         see ChangeLog 2002-11-25 and 2002-11-26
3260
3261 2002-11-26 [colin]      0.8.6claws11
3262
3263         * src/folderview.c
3264                 Fix collapsed folder not auto-expanding during
3265                 mail dnd, if it was the source folder.
3266
3267 2002-11-25 [colin]      0.8.6claws10
3268
3269         * src/folderview.[ch]
3270                 Variable renaming and cleaning (slist of nodes 
3271                 to be re-collapsed is stored in FolderView)
3272
3273 2002-11-25 [paul]       0.8.6claws9
3274
3275         * src/prefs_common.[ch]
3276                 fix breakage caused by last commit
3277
3278 2002-11-25 [paul]       0.8.6claws8
3279
3280         * sync with 0.8.6cvs4
3281                 see ChangeLog 2002-11-21
3282
3283 2002-11-25 [paul]       0.8.6claws7
3284
3285         * sync with 0.8.6cvs4
3286                 see ChangeLog 2002-11-20
3287
3288 2002-11-25 [paul]       0.8.6claws6
3289
3290         * sync with 0.8.6cvs3
3291                 see ChangeLog 2002-11-18
3292
3293 2002-11-25 [colin]      0.8.6claws5
3294
3295         * src/gtkutils.[ch]
3296                 Add gtkut_ctree_node_is_parent()
3297         * src/folderview.c
3298                 Spring-loaded folders
3299
3300 2002-11-25 [colin]      0.8.6claws4
3301
3302         * src/utils.[ch]
3303                 Add slist_concat_unique(), function to merge
3304                 two GSList filtering dups
3305         * src/folder.[ch]
3306         * src/summaryview.[ch]
3307         * src/folderview.c
3308         * src/main.c
3309                 Add detection/update/display of unread answers
3310                 to marked mails
3311         * src/procmsg.[ch]
3312                 Add procmsg_find_children()
3313                 Add procmsg_msg_has_marked_parent()
3314
3315 2002-11-25 [colin]      0.8.6claws3
3316
3317         * src/ssl_certificate.[ch]
3318                 Allow checking a certificate without a DNS
3319                 lookup
3320                 Allow to forget a cert (by deleting it)
3321                 Make ssl_certificate_destroy_public
3322         * src/ssl_manager.[ch] ** NEW FILES **
3323                 Gui to manage (display/remove) certificates
3324         * src/prefs_common.[ch]
3325                 Add a pref to allow silent acceptation of
3326                 trusted certificates or not (based on the
3327                 "I want to know what's going on" principle)
3328         * src/mainwindow.c
3329                 Add SSL manager in Tools menu
3330         * src/Makefile.am
3331                 Add the new files to the build
3332         * po/POTFILES.in
3333                 Add ssl_manager.c to translations
3334
3335 2002-11-25 [colin]      0.8.6claws2
3336
3337         * src/summaryview.[ch]
3338                 Add S_SEARCH_EXTENDED to the quick search, which 
3339                 allows to search using filtering syntax.
3340
3341 2002-11-25 [colin]      0.8.6claws1
3342
3343         * src/summaryview.c
3344                 Deletion of duplicates now prefer deleting
3345                 the unread dup (fixes feature-request 638989).
3346
3347 2002-11-24 [paul]       0.8.6claws
3348
3349         * po/es.po
3350           po/pl.po
3351           po/ru.po
3352           po/sr.po
3353                 updated by Ricardo Mones Lastra,
3354                 Witold Wladyslaw Wojciech Wilk,
3355                 Ruslan N. Balkin, and  Urke MMI 
3356                 respectively
3357
3358 2002-11-24 [paul]       0.8.5claws182
3359
3360         * po/bg.po
3361                 updated by George Danchev
3362
3363 2002-11-23 [alfons]     0.8.5claws181
3364
3365         * src/imap.c
3366                 tiny memory leak found by browsing Dimitar's 
3367                 valgrind report
3368
3369 2002-11-23 [paul]       0.8.5claws180
3370
3371         * po/it.po
3372                 updated by Alessandro Maestri
3373
3374 2002-11-22 [christoph]  0.8.5claws179
3375
3376         * src/compose.c
3377         * src/inc.c
3378         * src/prefs_filtering.c
3379         * src/summaryview.c
3380                 more warning fixes
3381
3382 2002-11-22 [alfons]     0.8.5claws178
3383
3384         * src/summaryview.c
3385                 summary_execute_delete_func(): if message is deleted, make 
3386                 sure to also remove its entry in the subject hash table. 
3387                 fixes a corner case bug.
3388
3389 2002-11-22 [paul]       0.8.5claws177
3390
3391         * .cvsignore
3392                 add 'autom4te.cache'
3393                 
3394         * ltconfig      ** REMOVED **
3395                 not needed
3396
3397 2002-11-22 [paul]       0.8.5claws176
3398
3399         * src/textview.c
3400                 textview_set_font(): fix for message display in
3401                 UTF-8 locales (thanks to Sergey Vlasov).
3402                 
3403         * AUTHORS
3404                 add new team members and contributors
3405
3406
3407 2002-11-21 [colin]      0.8.5claws175
3408
3409         * src/procmsg.[ch]
3410                 Add procmsg_remove_special_headers()
3411         * src/mh.c
3412                 Use procmsg_remove_special_headers() for 
3413                 previous fix
3414
3415 2002-11-21 [colin]      0.8.5claws174
3416
3417         * src/mh.c
3418                 Fix moving/copying from queue/draft folders
3419                 for MH folders
3420
3421 2002-11-21 [christoph]  0.8.5claws173
3422
3423         * src/crash.c
3424         * src/filtering.c
3425         * src/logwindow.c
3426         * src/main.c
3427         * src/matcher_parser_lex.[hl]
3428         * src/mbox.c
3429         * src/mbox_folder.[ch]
3430         * src/prefs_filtering.c
3431         * src/procheader.c
3432         * src/quote_fmt_lex.l
3433         * src/ssl.c
3434                 fix all warnings except the warnings in lex and yacc files
3435
3436 2002-11-20 [christoph]  0.8.5claws172
3437
3438         * src/imap.c
3439                 fix MsgInfo retrieval for IMAP draft and queue folders
3440                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
3441
3442 2002-11-19 [christoph]  0.8.5claws171
3443
3444         * src/compose.c
3445                 fix segfault, when draft saving does not get
3446                 the MsgInfo of the new message
3447                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
3448
3449 2002-11-19 [christoph]  0.8.5claws170
3450
3451         * src/procmsg.c
3452                 add parameter check for flag setting function
3453                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
3454
3455 2002-11-18 [paul]       0.8.5claws169
3456
3457         * src/compose.c
3458                 more sensitivity fixes to redirect mode:
3459                 * disable toolbar draft button
3460                 * allow only Address book in the Tools menu
3461                 * disable editing of message by the spell
3462                   checker
3463
3464 2002-11-18 [paul]       0.8.5claws168
3465
3466         * src/compose.c
3467                 fix sensitivity of menu items in compose_redirect():
3468                 allow only the necessary items 
3469
3470 2002-11-18 [paul]       0.8.5claws167
3471
3472         * src/compose.c
3473                 fix bug [ 603259 ] 'attachment got lost on bounce'
3474
3475 2002-11-18 [paul]       0.8.5claws166
3476
3477         * po/ru.po
3478                 updated by Ruslan N. Balkin <baron@dartel.ru>
3479
3480 2002-11-18 [colin]      0.8.5claws165
3481
3482         * src/main.c
3483           src/defs.h
3484                 Remove old filtering stuff
3485
3486
3487 2002-11-17 [oliver]     0.8.5claws164
3488
3489         * src/toolbar.h
3490                 remove not needed typedef 
3491
3492 2002-11-17 [oliver]     0.8.5claws163
3493
3494         * src/toolbar.c
3495                 make toolbar's on click events translatable
3496
3497 2002-11-15 [colin]      0.8.5claws162
3498
3499         * src/summaryview.c
3500                 Revert too-soon integration of a feature
3501
3502 2002-11-15 [christoph]  0.8.5claws161
3503
3504         * src/imap.c
3505                 use main's implementation of imap_get_msginfo
3506
3507 2002-11-15 [christoph]  0.8.5claws160
3508
3509         * src/compose.c
3510         * src/folder.[ch]
3511         * src/imap.c
3512         * src/mbox_folder.c
3513         * src/mh.c
3514         * src/news.c
3515         * src/procmsg.c
3516         * src/summaryview.c
3517                 replace claws' fetch_msginfo with main's get_msginfo
3518                 (use main's implementation where possible)
3519
3520 2002-11-15 [colin]      0.8.5claws159
3521
3522         * src/ssl_certificate.c
3523                 Missed a check
3524
3525 2002-11-16 [melvin]     0.8.5claws158
3526
3527         * po/fr.po
3528                 Updated French translations.
3529
3530 2002-11-16 [colin]      0.8.5claws157
3531
3532         * src/ssl_certificate.c
3533                 Check for missing parts in the certificates
3534
3535 2002-11-15 [colin]      0.8.5claws156
3536
3537         * src/folderview.c
3538                 Preventive fix (missing check) found by
3539                 Alfons
3540
3541 2002-11-15 [paul]
3542
3543         * NEWS
3544                 sync with 0.8.6 release
3545
3546 2002-11-15 [colin]      0.8.5claws155
3547
3548         * src/folder.[ch]
3549           src/folderview.c
3550                 Fix error handling of folder_item_move_to()
3551                 (thanks to Alfons!)
3552
3553 2002-11-15 [colin]      0.8.5claws154
3554
3555         * src/folder.[ch]
3556           src/folderview.c
3557                 folder_item_move_to() sets an error message instead
3558                 of having GUI stuff in folder.c
3559
3560 2002-11-15 [colin]      0.8.5claws153
3561
3562         * src/procmsg.[ch]
3563                 Implemented a callback for MsgInfo updates, 
3564                 heavily copy/pasted from Christoph's folder 
3565                 callback system
3566         * src/summaryview.[ch]
3567                 Register summary_update_msg as callback
3568
3569 2002-11-14 [colin]      0.8.5claws152
3570         
3571         * src/procmsg.c
3572                 Update the FolderItem after sending (fixes 617593)
3573
3574 2002-11-14 [christoph]  0.8.5claws151
3575
3576         * src/folder.c
3577                 fix wrong position of NULL pointer check found
3578                 by Sergey
3579
3580 2002-11-14 [christoph]  0.8.5claws150
3581
3582         * src/folder.c
3583                 fix segfault when deleting messages from IMAP folders
3584                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
3585
3586 2002-11-14 [colin]      0.8.5claws149
3587
3588         * src/compose.c
3589                 Forwarding was also ignoring the folder's default account.
3590
3591 2002-11-14 [colin]      0.8.5claws148
3592
3593         * src/compose.c
3594                 Fix sent folder not set to folder properties when 
3595                 forwarding.
3596
3597 2002-11-14 [thorsten]   0.8.5claws147
3598
3599         * src/inc.c
3600                 inc_start(): Files were not moved from .processing to inbox,
3601                 if no global processing rule existed
3602
3603 2002-11-14 [colin]      0.8.5claws146
3604
3605         * src/ssl_certificate
3606                 Fix file operations
3607
3608 2002-11-14 [paul]       0.8.5claws145
3609
3610         * po/it.po
3611                 updated by Alessandro Maestri
3612
3613 2002-11-13 [alfons]     0.8.5claws144
3614
3615         * src/folder.c
3616                 folder_item_close(): only mark messages unread
3617                 when a folder has new messages 
3618
3619 2002-11-13 [keith]      0.8.5claws143
3620
3621         * src/imap.c
3622                 Fix problem moving or copying between
3623                 IMAP folders
3624
3625 2002-11-13 [colin]      0.8.5claws142
3626
3627         * src/matcher_parser_parse.y
3628                 Fix rule problem when " don't match
3629
3630 2002-11-13 [christoph]  0.8.5claws141
3631
3632         * src/folder.c
3633         * src/folderview.c
3634                 moved cache saving to folder_item_close
3635                 the folderview should not have to deal with
3636                 this things
3637
3638 2002-11-13 [christoph]  0.8.5claws140
3639
3640         * src/summaryview.c
3641                 moved setting of important score to
3642                 summary_set_prefs_from_folderitem
3643
3644 2002-11-13 [colin]      0.8.5claws139
3645
3646         * src/matcher_parser_parse.y
3647                 Fix a segfault in the parser (happening when
3648                 a good expression had been tested and a bad 
3649                 one arrives)
3650
3651 2002-11-13 [paul]       0.8.5claws138
3652
3653         * sync with 0.8.5cvs24
3654                 see ChangeLog 2002-11-13
3655                 
3656         * po/pt_BR.po
3657                 updated by Fabio Jr. Beneditto
3658
3659 2002-11-13 [colin]      0.8.5claws137
3660         
3661         * src/msgcache.c
3662           src/defs.h
3663           src/procmsg.[ch]
3664                 Revert last commit, problem
3665
3666 2002-11-13 [colin]      0.8.5claws136
3667
3668         * src/msgcache.c
3669                 Remove duplicated code
3670         * src/defs.h
3671                 Bumped CACHE_VERSION and MARK_VERSION
3672         * src/procmsg.[ch]
3673                 Network endian for cache and mark files
3674
3675 2002-11-12 [colin]      0.8.5claws135
3676
3677         * src/inc.c
3678                 Fix the "socket error" dialog which disappeared
3679
3680 2002-11-12 [colin]      0.8.5claws134
3681
3682         * src/msgcache.c
3683                 Reverse last commit which had performance 
3684                 problems, but still reverse the list
3685
3686 2002-11-12 [colin]      0.8.5claws133
3687
3688         * src/msgcache.c
3689                 Reverse list order
3690
3691 2002-11-12 [melvin]     0.8.5claws132
3692
3693         * src/compose.c
3694                 Added a check for a NULL prefs_common.dictionary
3695
3696 2002-11-12 [colin]      0.8.5claws131
3697
3698         * src/ssl_certificate.[ch]
3699                 Use FQDN hostname
3700
3701 2002-11-12 [colin]      0.8.5claws130
3702
3703         * src/ssl_certificate.[ch]
3704                 Take connection port into account for 
3705                 checking certificates (a single hostname
3706                 could have multiple servers with multiple
3707                 certificates)
3708         * src/ssl.c
3709                 Pass the port to ssl_certificate_check
3710
3711 2002-11-12 [paul]       0.8.5claws129
3712
3713         * src/folder.c
3714                 fix a typo in last commit
3715
3716 2002-11-12 [paul]       0.8.5claws128
3717
3718         * sync with 0.8.5cvs23
3719                 see ChangeLog entry 2002-11-12
3720
3721 2002-11-11 [colin]      0.8.5claws127
3722
3723         * src/ssl_certificate.c
3724                 Cleaner messages
3725                 Don't popup, instead log error, if the 
3726                 corresponding pref is checked
3727         * src/ssl_certificate.h
3728                 include <openssl/objects/h>
3729
3730 2002-11-11 [colin]      0.8.5claws126
3731
3732         * src/ssl_certificate.h
3733                 _Really_ clean it
3734
3735 2002-11-11 [colin]      0.8.5claws125
3736         
3737         * src/ssl_certificate.c
3738                 Fixed leak
3739
3740 2002-11-11 [colin]      0.8.5claws124
3741
3742         * src/ssl.c
3743                 Cleaned a bit
3744         * src/ssl_certificate.[ch]
3745                 Cleaned a bit (better use of SSL API)
3746                 (This will cause non-recognition of saved 
3747                  certificates of claws12[23]...)
3748
3749 2002-11-11 [paul]       0.8.5claws123
3750         
3751         * po/es.po
3752                 updated by Ricardo Mones Lastra
3753
3754 2002-11-11 [colin]      0.8.5claws122
3755
3756         * src/ssl.c
3757                 Fix a typo
3758
3759 2002-11-11 [colin]      0.8.5claws121
3760
3761         * src/ssl_certificate.[ch] ** NEW FILES **
3762         * src/ssl.[ch]
3763                 Check SSL certificates presented to us
3764         * src/Makefile.am
3765                 Add ssl_certificate.[ch]
3766         * po/POTFILES.in
3767                 Add ssl_certificate.c
3768
3769 2002-11-11 [paul]       0.8.5claws120
3770
3771         * sync with 0.8.5cvs22
3772                 see ChangeLog 2002-11-11
3773
3774 2002-11-11 [paul]       0.8.5claws119
3775
3776         * sync with 0.8.5cvs21
3777                 see ChangeLog 2002-11-11
3778
3779 2002-11-10 [jens]       0.8.5claws118
3780
3781         * src/folder.c
3782         * src/folderview.c
3783                 corrected some typing
3784         * po/de.po
3785                 updated german translation
3786         * sylpheed.spec.in
3787                 cleaned up specfile and adjusted it for claws
3788
3789 2002-11-10 [colin]      0.8.5claws117
3790
3791         * src/summaryview.c
3792                 a STATUSBAR_PUSH/POP fix
3793
3794 2002-11-10 [colin]      0.8.5claws116
3795
3796         * src/prefs_folder_item.c
3797                 Fix hanging after opening folder properties
3798
3799 2002-11-10 [hoa]        0.8.5claws115
3800
3801         * src/matcher_parser_lex.l
3802         * src/matcher_parser_parse.y
3803                 config file for scoring and filtering is no more trashed
3804                 when there is a syntax error in a filtering rule when
3805                 editing it in a dialog.
3806
3807 2002-11-09 [colin]      0.8.5claws114
3808
3809         * src/mbox_folder.c
3810                 Added missing initialisation of folder->destroy()
3811
3812 2002-11-09 [colin]      0.8.5claws113
3813
3814         * src/folder.c
3815           src/folderview.c
3816                 Fix the status bar messages
3817
3818 2002-11-09 [colin]      0.8.5claws112
3819
3820         * src/folderview.c
3821                 Fix hangs after folder dnd, happening after 
3822                 claws109.
3823
3824 2002-11-09 [christoph]  0.8.5claws111
3825
3826         * src/folderview.c
3827                 just changed order of calls (reverse order of
3828                 associated calls)
3829         * src/inc.c
3830                 lock inc when checking only one account, otherwise
3831                 inc all could be executed at the same time
3832
3833 2002-11-09 [christoph]  0.8.5claws110
3834
3835         * src/folderview.c
3836                 better unlock the mouse cursor before calling
3837                 summary_show because it changes the cursor too
3838
3839 2002-11-09 [christoph]  0.8.5claws109
3840
3841         * src/folder.[ch]
3842         * src/folderview.c
3843                 add functions to open and close a folder
3844                 o opending will execute scanning for remote folders
3845                   and processing
3846                 o closing will unset new flag for messages
3847
3848 2002-11-09 [colin]      0.8.5claws108
3849
3850         * src/folder.c
3851                 Add a call to prefs_matcher_write_config to 
3852                 avoid non-leaf folders filtering settings to be
3853                 lost
3854
3855 2002-11-09 [paul]       0.8.5claws107
3856
3857         * src/prefs_account.c
3858                 re-word a label
3859
3860 2002-11-09 [colin]      0.8.5claws106
3861
3862         * src/folderview.c
3863                 Minor esthetic fix
3864
3865 2002-11-09 [colin]      0.8.5claws105
3866
3867         * src/folderview.c
3868                 Fix prefs_filtering deletion for MH folders (same
3869                 reason as below)
3870         * src/prefs_filtering.c
3871                 Fix prefs_filtering renaming and deletion for 
3872                 folder-based processing rules.  
3873
3874 2002-11-09 [christoph]  0.8.5claws104
3875
3876         * src/compose.c
3877         * src/folder.[ch]
3878         * src/folderview.[ch]
3879         * src/import.c
3880         * src/inc.c
3881         * src/main.c
3882         * src/mainwindow.c
3883         * src/messageview.c
3884         * src/prefs_folder_item.c
3885         * src/procmsg.c
3886         * src/summaryview.c
3887                 implement a callback system for folder item updates
3888
3889 2002-11-09 [colin]      0.8.5claws103
3890
3891         * src/folderview.c
3892                 Fix prefs_filtering renaming for MH folders (we
3893                 shouldn't rename by path as another folder could
3894                 have the same hierarchy).
3895
3896 2002-11-09 [colin]      0.8.5claws102
3897
3898         * src/folder.c
3899                 Fix a leak found by Christoph, use better variable
3900                 names
3901
3902 2002-11-09 [colin]      0.8.5claws101
3903
3904         * src/folder.c
3905                 One more fix for processing rules
3906
3907 2002-11-08 [colin]      0.8.5claws100
3908         
3909         * src/matcher.c
3910                 Don't copy the compiled regexp (will be reevaluated)
3911         * src/folderview.c
3912                 Lock folderview while moving
3913         * src/folder.c
3914                 Provide info on what's happening to the user
3915
3916 2002-11-08 [colin]      0.8.5claws99
3917
3918         * src/folderview.c
3919                 Fix folder reordering after a move if parent is 
3920                 root
3921         * src/scoring.[ch]
3922                 Add function to copy a ScoringProp
3923         * src/prefs_folder_item.c
3924                 Copy scoring rules when copying a folder prefs
3925
3926 2002-11-08 [colin]      0.8.5claws98
3927
3928         * src/folderview.c
3929                 Fixes in case of failure
3930         * src/filtering.[ch]    
3931                 Add function to duplicate a FilteringProp
3932         * src/matcher.[ch]
3933                 Add function to duplicate a MatcherProp
3934         * src/prefs_folder_item.c
3935                 Save folder's processing rules when copying 
3936                 its prefs
3937
3938 2002-11-08 [colin]      0.8.5claws97
3939         
3940         * src/folderview.c
3941                 Sort after move
3942         * src/folder.c 
3943                 Change a printf to debug_print
3944
3945 2002-11-08 [colin]      0.8.5claws96
3946
3947         * src/folder.c
3948           src/folderview.c
3949                 Fix segfaults, call me stupido
3950         
3951
3952 2002-11-08 [colin]      0.8.5claws95
3953
3954         *src/folder.c
3955                 Added forgotten prefs to save when moving folders
3956
3957 2002-11-08 [colin]      0.8.5claws94
3958
3959         * src/folder.c
3960                 Fixes to folder DND (prefs copy)
3961         * src/folderview.c
3962                 Optimization for folder DND (don't rescan whole tree)
3963                 Added folderview_create_folder_node() for this 
3964                 optimization, so de-duped a bit the code
3965         * src/prefs_folder_item.[ch]
3966                 Added prefs_folder_item_copy_prefs()    
3967           
3968 2002-11-08 [paul]       0.8.5claws93
3969
3970         * src/prefs_account.c
3971           tools/README
3972           tools/kmail2sylpheed_v2.pl
3973                 correct some typos
3974
3975 2002-11-08 [paul]       0.8.5claws92
3976
3977         * src/compose.c
3978           src/prefs_account.[ch]
3979                 remove account options 'clearsign' and 'ascii_armored',
3980                 replace with 'default_gnupg_mode' to prevent mixed-mode
3981                 Privacy settings
3982
3983 2002-11-08 [paul]       0.8.5claws91
3984
3985         * src/compose.[ch]
3986                 re-implement GnuPG 'on-the-fly' mode selection,
3987                 disallow mixed-mode
3988
3989 2002-11-08 [colin]      0.8.5claws90
3990
3991         * src/folderview.c
3992           src/prefs_folder_item.c
3993                 Change "Property" to "Properties"
3994
3995 2002-11-07 [colin]      0.8.5claws89
3996
3997         * src/folderview.c
3998           src/folder.c
3999                 Allow folder dropping to a root folder
4000
4001 2002-11-07 [paul]       0.8.5claws88
4002
4003         * src/compose.c
4004                 revert last commit
4005
4006 2002-11-07 [paul]       0.8.5claws87
4007
4008         * src/compose.c
4009                 fix reply-to-list bug. closes bug report
4010                 "[633382] reply-to-list broken in recent cvs"
4011
4012 2002-11-07 [paul]       0.8.5claws86
4013
4014         * src/compose.c
4015                 add a forgotten '#if USE_GPGME ... #endif'
4016
4017 2002-11-07 [paul]       0.8.5claws85
4018
4019         * sync with 0.8.5cvs20
4020                 see ChangeLog 2002-11-07
4021
4022 2002-11-07 [colin]      0.8.5claws84
4023
4024         * src/folder.[ch]
4025                 Change folder_item_move_to to return the newly 
4026                 created folderitem.
4027         * src/folderview.c
4028                 Select the new folderitem after moving.
4029
4030 2002-11-07 [colin]      0.8.5claws83
4031
4032         * src/prefs_filtering.c
4033                 Fix rule rewriting when moving a leaf folder to a 
4034                 shorter path
4035
4036 2002-11-07 [colin]      0.8.5claws82
4037
4038         * src/prefs_filtering.c
4039                 fix a leak
4040
4041 2002-11-07 [colin]      0.8.5claws81
4042
4043         * src/folder.[ch]
4044                 Add folder_item_move_to() function to move a 
4045                 folderitem into another one (updates matcher etc)
4046         * src/folderview.c
4047                 Add folder drag'n drop (context menu to come)
4048                 [Should be dataloss free, but Please backup before 
4049                  trying !]
4050
4051 2002-11-06 [colin]      0.8.5claws80
4052
4053         * src/mh.c
4054                 mh_create_folder() returns NULL if can't create
4055                 directory hierarchy
4056
4057 2002-11-06 [paul]       0.8.5claws79
4058
4059         * src/compose.[ch]
4060                 allow 'on-the-fly' changing of the type of encryption 
4061                 and/or signing used (mime/ascii) via the compose window
4062
4063 2002-11-06 [paul]       0.8.5claws78
4064
4065         * sync with 0.8.5cvs19
4066                 see ChangeLog 2002-11-06 for src/account.c: 
4067                 account_get_special_folder()
4068                 
4069 2002-11-05 [alfons]     0.8.5claws77
4070
4071         * src/crash.c
4072                 very minor cleanups: nothing to see here, move on. :-)
4073
4074 2002-11-05 [colin]      0.8.5claws76
4075
4076         * src/main.c
4077                 Changes choices if compose windows are opened to
4078                 Discard, Draft, Don't quit
4079
4080 2002-11-05 [thorsten]   0.8.5claws75
4081
4082         * src/compose.c
4083                 reenabled default_reply_to folder option
4084
4085 2002-11-05 [colin]      0.8.5claws74
4086
4087         * src/compose.[ch] 
4088                 add compose_draft()
4089         * src/crash.c
4090                 add SIGTERM handler
4091         * src/main.[ch]
4092                 add clean_quit() for the SIGTERM handler
4093
4094 2002-11-05 [paul]       0.8.5claws73
4095         
4096         * po/es.po
4097                 updated by Ricardo Mones Lastra
4098
4099 2002-11-05 [melvin]     0.8.5claws72
4100
4101         * src/logwindow.c
4102                 Fixed log-clipping bug #616795.
4103                 To stop logging in the log window use 0 length.
4104         * src/prefs_common.c
4105                 Added a label to inform about the 0 log length behaviour.
4106
4107 2002-11-05 [paul]       0.8.5claws71
4108
4109         * sync with 0.8.5cvs17
4110                 see ChangeLog 2002-11-05
4111
4112 2002-11-04 [paul]       0.8.5claws70
4113
4114         * sylpheed-128x128.png
4115           sylpheed-64x64.png
4116           sylpheed.png
4117                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4118                 <nikai@users.sourceforge.net>
4119                 
4120         * po/bg.po
4121                 updated by George Danchev
4122
4123 2002-11-03 [thorsten]   0.8.5claws69
4124
4125         * src/main.c
4126           src/mimeview.c
4127           src/rfc2015.h
4128                 add check if gpg is active
4129
4130 2002-11-03 [thorsten]   0.8.5claws68
4131
4132         * src/toolbar.h
4133                 removed GSList declaration causing trouble on MacOS-X
4134                 (submitted by alfons, reported by xfesty)
4135
4136 2002-11-01 [paul]       0.8.5claws67
4137
4138         * src/mainwindow.c
4139                 remove last remnants of main's filter code
4140
4141 2002-11-01 [paul]       0.8.5claws66
4142
4143         * tools/filter_conv.pl
4144                 fix bug where user-defined headers were ignored
4145
4146 2002-11-01 [paul]       0.8.5claws65
4147
4148         * src/logwindow.c
4149                 make a debug_print() not translatable
4150
4151 2002-10-31 [melvin]     0.8.5claws64
4152
4153         * ac/aspell.m4
4154                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4155                 not run any GNU/aspell test.  The dictionary path will
4156                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4157                 was given, in which case, it will be $prefix/lib/aspell/
4158         * configure.in
4159                 Fixed typo in commentary (Aspell code).
4160
4161 2002-10-31 [paul]       0.8.5claws63
4162
4163         * po/POTFILES.in
4164                 remove src/filter.c and src/prefs_filter.c
4165                 thanks to Ricardo for reminding me
4166
4167 2002-10-31 [colin]      0.8.5claws62
4168
4169         * src/mbox_folder.c
4170                 Plug some leaks
4171
4172 2002-10-31 [paul]       0.8.5claws61
4173
4174         * src/prefs_filter.[ch] ** REMOVED **
4175           src/filter.[ch]       ** REMOVED **
4176           
4177         * src/Makefile.am
4178           src/folderview.c
4179           src/inc.c
4180           src/main.c
4181           src/mainwindow.c
4182           src/mbox.c
4183           src/prefs_common.c
4184           src/prefs_filtering.c
4185           src/summaryview.[ch]
4186                 remove main's 'filter' code
4187                 
4188         README.claws
4189                 update to reflect removal of main's filter
4190
4191 2002-10-31 [paul]       0.8.5claws60
4192
4193         * src/summaryview.c
4194                 remove check for global_processing in summary_filter_open(). 
4195                 This fixes the bug where if the user uses the right-click 
4196                 'Create filter rule...' and doesn't have any filter rules 
4197                 already defined in claws' advanced filtering, the newly 
4198                 created filter rule goes to main's filtering which is 
4199                 inaccessible through the gui. Now the filter rule gets added
4200                 to claws' filtering by default.
4201
4202 2002-10-28 [melvin]     0.8.5claws59
4203
4204         * src/prefs_actions.c
4205                 Fixed bug #627322 where MIME parts were not always
4206                 correctly passed to a %p action
4207                 Display an error dialog when message filename is not found.
4208
4209 2002-10-28 [melvin]     0.8.5claws58
4210
4211         * src/prefs_common.c
4212                 Readded a missing function declaration lost in 0.8.3claws34
4213
4214 2002-10-28 [paul]       0.8.5claws57
4215
4216         * sync with 0.8.5cvs15
4217                 see ChangeLog 2002-10-28 and 2002-10-25
4218                 
4219         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4220
4221 2002-10-27 [oliver]     0.8.5claws56
4222
4223         * src/pop.c
4224                 plug leak in pop3_top_recv
4225
4226 2002-10-26 [christoph]  0.8.5claws55
4227
4228         * src/folder.c
4229                 set need_update folder flag when messages are added
4230                 (closes bug [ 626922 ] folder not updated after receiving)
4231
4232 2002-10-25 [melvin]     0.8.5claws54
4233
4234         * src/imageview.c
4235                 Fixed a memleak introduced in the scaling code.
4236
4237 2002-10-24 [alfons]     0.8.5claws53
4238
4239         * src/filtering.c
4240                 make filtering's forward message action forward from the 
4241                 correct account
4242                 (closes bug [628089 ] Filter -> Forward from address problem
4243                 reported by Oktay)
4244
4245 2002-10-24 [christoph]  0.8.5claws52
4246
4247         * src/mainwindow.c
4248         * src/manual.[ch]
4249                 o use manual of current locale or english if current
4250                   locale is not available (and english is available)
4251                 o also link to sylpheed doc project manuals
4252
4253 2002-10-23 [paul]       0.8.5claws51
4254
4255         * tools/README
4256           tools/kmail2sylpheed_v2.pl
4257                 add new version of kmail addressbook importer script.
4258                 works with newer versions of Kmail/KAddressBook which
4259                 have new and rearranged data.
4260
4261 2002-10-23 [martin]     0.8.5claws50
4262
4263         * src/folderview.c
4264         * src/summaryview.c
4265         * src/utils.h
4266         * src/utils.c
4267                 added length parameter to get_abbrev_newsgroup_name()
4268                 changed this function so that it abbreviates the newsgroup
4269                 names only so long it is smaller than the length parameter
4270                 (for better reading of some newsgroup names and space efficiency)
4271
4272 2002-10-22 [colin]      0.8.5claws49
4273
4274         *src/foldersel.c
4275                 Revert Alfons' last modification (after voting ;-))
4276
4277 2002-10-21 [alfons]     0.8.5claws48
4278
4279         * src/foldersel.c
4280                 folder view in folder selection dialog reflects state of
4281                 folder view in main window
4282
4283 2002-10-18 [alfons]     0.8.5claws47
4284
4285         * src/mbox.c
4286                 drop imported messages in folder selected by user,
4287                 and not in the inbox
4288                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4289
4290 2002-10-18 [alfons]     0.8.5claws46
4291
4292         * src/compose.c
4293                 make automagic reply work correctly for email accounts 
4294                 (whether it's viable to do a full sync with Hiro's 
4295                 compose.c is still under discussion)
4296
4297 2002-10-18 [melvin]     0.8.5claws45
4298
4299         * src/prefs_actions.c
4300                 Fixed bug #622275 where asynchroneous actions left 
4301                 zombies processes
4302                 Made (synchroneous) actions' input be displayed live.
4303
4304 2002-10-18 [christoph]  0.8.5claws44
4305
4306         * src/textview.c
4307                 don't add a newline in the textview in front of the
4308                 first textpart if header display is disabled
4309                 (closes bug [ 603385 ] disabled header display leaves blank
4310                  lin)
4311
4312 2002-10-18 [christoph]  0.8.5claws43
4313
4314         * src/folder.[ch]
4315         * src/imap.c
4316         * src/mbox_folder.c
4317         * src/mh.c
4318         * src/news.c
4319                 folder->get_num_list now returns an error code
4320                 (closes bug [ 609424 ] News cache cleared on failure)
4321                 
4322 2002-10-17 [colin]      0.8.5claws42
4323         
4324         * src/news.c
4325                 Changed a printf by debug_print
4326
4327 2002-10-16 [paul]       
4328
4329         * tools/OOo2sylpheed.pl
4330                 allow for spaces in the name of the
4331                 file to be attached.
4332
4333 2002-10-16 [colin]      0.8.5claws41
4334
4335         * src/main.c
4336                 Use a tristate to change online mode
4337
4338 2002-10-16 [paul]       0.8.5claws40
4339
4340         * po/es.po
4341                 updated by Ricardo Mones Lastra
4342
4343 2002-10-16 [colin]      0.8.5claws39
4344
4345         * src/main.c
4346           src/mainwindow.[ch]
4347                 Added --online and --offline command-line
4348                 switches
4349
4350 2002-10-15 [christoph]  0.8.5claws38
4351
4352         * src/procmime.c
4353                 set mimeinfo->name to NULL after g_free to
4354                 avoid double freeing with g_free
4355
4356 2002-10-14 [christoph]  0.8.5claws37
4357
4358         * src/compose.c
4359         * src/filtering.c
4360         * src/summaryview.c
4361                 remove calls to folder->change_flags that are now
4362                 done by procmsg flag functions (seems it is not
4363                 used by any foldertype anyway)
4364         * src/folder.c
4365                 init folder->change_flags with NULL
4366
4367 2002-10-14 [christoph]  0.8.5claws36
4368
4369         * src/folder.[ch]
4370         * src/imap.[ch]
4371                 use virtual functions for folder item new and destroy
4372                 functions
4373
4374 2002-10-14 [melvin]     0.8.5claws35
4375
4376         * src/compose.c
4377                 Added a test to not run the spell checker if no default
4378                 dictionary is available. No dialog is displayed though.
4379
4380 2002-10-14 [melvin]     0.8.5claws34
4381
4382         * src/gtkaspell.c
4383                 Fixed bug in dictionary list context menu where
4384                 "More..." pointed to an emtpy submenu if the
4385                 number of dictionaries is a multiple of 15
4386                 Removed unneeded code in suggestions list creation
4387
4388 2002-10-14 [paul]       0.8.5claws33
4389
4390         * po/bg.po
4391                 updated by George Danchev
4392
4393 2002-10-13 [hoa]        0.8.5claws32
4394
4395         * src/matcher.[ch]
4396           src/matcher_parser_parser.y
4397                 removed the escaped string from internal structure
4398                 of matcher.
4399
4400 2002-10-12 [colin]      0.8.5claws31
4401
4402         * src/gtksctree.[ch]
4403           src/summaryview.c
4404                 Removed useless function gtksctree_reanchor
4405
4406 2002-10-12 [alfons]     0.8.5claws30
4407         
4408         * sync with remaining main changes 2002-10-09 - 2002-10-11
4409         - drop changes to src/compose.c (requires claws specific changes)
4410         
4411 2002-10-12 [alfons]     0.8.5claws29
4412         
4413         * sync with main changes of 2002-10-08
4414         - drop changes to src/compose.c (requires claws specific changes)
4415         - drop changes to src/summaryview.c (requires changes to compose.c)     
4416
4417 2002-10-12 [alfons]     0.8.5claws28
4418         
4419         * sync with main changes of 2002-10-07
4420
4421 2002-10-12 [alfons]     0.8.5claws27
4422
4423         * sync with main changes of 2002-10-04
4424         - drop changes to src/compose.c (requires claws specific changes)
4425         - drop changes to src/prefs_folder_item.c (claws implementation
4426           seems to be working)
4427
4428 2002-10-12 [colin]      0.8.5claws26
4429
4430         * src/mainwindow.c
4431                 Fix folder-flicker when space-reading, introduced 
4432                 in claws22.
4433
4434 2002-10-12 [colin]      0.8.5claws25
4435
4436         * src/compose.c
4437                 Save account address when saving as draft.
4438                 (closes bug 621838)
4439
4440 2002-10-12 [colin]      0.8.5claws24
4441
4442         * src/summaryview.c
4443                 Fix the problem consisting of no message selected
4444                 after the last message in a folder has been moved.
4445
4446 2002-10-12 [paul]       0.8.5claws23
4447
4448         * src/compose.c
4449           src/prefs_template.c
4450           src/template.[ch]
4451                 add Cc and Bcc to templates. Patch submitted by
4452                 John L. Males.
4453
4454 2002-10-12 [colin]      0.8.5claws22
4455
4456         * src/folderview.c
4457                 Fix a bug after "Check for new messages":
4458                 If a folder was opened, it was still selected at
4459                 the end of the check, but displayed empty.
4460         * src/mainwindow.c
4461                 Remove unnecessary check
4462
4463 2002-10-12 [paul]
4464
4465         * tools/README
4466                 be more verbose in the description of
4467                 OOo2sylpheed.pl
4468                 
4469
4470 2002-10-11 [colin]      0.8.5claws21
4471
4472         * src/mainwindow.c
4473                 Make space work (better) when no mail is selected
4474
4475 2002-10-11 [colin]      0.8.5claws20
4476
4477         * src/inc.c
4478           src/news.c
4479                 fix warnings
4480
4481 2002-10-11 [colin]      0.8.5claws19
4482
4483         * src/mainwindow.c
4484                 revert 0.8.5claws6 changes as i couldn't get to
4485                 anything satisfying
4486
4487 2002-10-11 [melvin]     0.8.5claws18
4488
4489         * src/compose.c
4490                 Removed buggy and unused macro (should have been committed in
4491                 0.8.5claws17)
4492
4493 2002-10-11 [melvin]     0.8.5claws17
4494
4495         * src/compose.c
4496                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
4497
4498 2002-10-11 [thorsten]   0.8.5claws16 
4499
4500         * src/folderview.c
4501                 remove rescan warning
4502
4503 2002-10-11 [colin]      0.8.5claws15 
4504
4505         * src/procheader.c
4506                 fix a segfault that happens if conv_unmime_header
4507                 fails (should be better to find out why it fails)
4508
4509 2002-10-11 [christoph]  0.8.5claws14
4510
4511         * src/summaryview.c
4512                 update folderview stats after ignore/unignore thread
4513
4514 2002-10-11 [hoa]        0.8.5claws13
4515
4516         * src/quote_fmt_parse.y
4517                 Fixed a yacc/bison syntax error
4518         * src/matcher.c
4519                 Escaping of string is fixed.
4520
4521 2002-10-11 [colin]      0.8.5claws12
4522
4523         * src/imageview.c
4524                 Resize images to fit
4525
4526 2002-10-11 [paul]       0.8.5claws11
4527
4528         * po/es.po
4529                 updated by Ricardo Mones Lastra
4530
4531 2002-10-10 [alfons]     0.8.5claws10
4532
4533         * src/compose.c
4534                 allow dropping files by "moving" files from a file manager,
4535                 not only by the more cumbersome "copying". the latter 
4536                 mostly implies holding down the Control button
4537
4538 2002-10-10 [christoph]  0.8.5claws9
4539
4540         * src/summaryview.c
4541                 update folders after thread building for ignored threads
4542
4543 2002-10-10 [christoph]  0.8.5claws8
4544
4545         * config/.cvsignore
4546                 added Makefile
4547         * src/filtering.[ch]
4548         * src/folder.[ch]
4549         * src/folderview.[ch]
4550         * src/import.c
4551         * src/inc.[ch]
4552         * src/mbox.[ch]
4553         * src/procmsg.c
4554         * src/summaryview.[ch]
4555                 o added new flag need_update to FolderItem
4556                 o removed folder_table from various functions from tracking
4557                   folder updates
4558                 o set need_update flags in folder.c's move, copy and delete
4559                   functions and procmsg's flags functions
4560                 o added function folderview_update_items_when_required that
4561                   updates all folders with need_update set
4562                 o call folderview_update_items_when_required instead of
4563                   folderview_update_item_foreach
4564
4565 2002-10-09 [sergey]     0.8.5claws7
4566
4567         * src/compose.c
4568                 Strip CRs whel loading the text into editor in reedit mode.
4569
4570 2002-10-09 [colin]      0.8.5claws6
4571
4572         * src/mainwindow.c
4573                 Make Space work when no mail is selected
4574
4575 2002-10-09 [colin]      0.8.5claws5
4576
4577         * src/gtksctree.[ch]
4578                 Fix range_select
4579                 Add gtk_sctree_reanchor() 
4580         * src/summaryview.c
4581                 Use gtk_sctree_reanchor() - better fix for 
4582                 bug 60413
4583
4584 2002-10-09 [colin]      0.8.5claws4
4585
4586         * src/summaryview.c
4587                 Fix shift-click select after delete problem
4588                 (closes bug 60413)
4589
4590 2002-10-08 [thorsten]   0.8.5claws3
4591
4592         * src/summaryview.c
4593                 exclude current msg from -hide read messages-
4594
4595 2002-10-08 [colin]      0.8.5claws2
4596
4597         * src/inc.[ch]
4598           src/pop.c
4599           src/recv.c
4600                 Differentiate socket errors from disk full
4601                 errors
4602
4603 2002-10-08 [christoph]  0.8.5claws1
4604
4605         * Makefile.am
4606         * configure.in
4607                 modifications for new config directory
4608
4609         * config.guess  ** REMOVED **
4610         * config.sub    ** REMOVED **
4611         * install-sh    ** REMOVED **
4612         * ltmain.sh     ** REMOVED **
4613         * missing       ** REMOVED **
4614         * mkinstalldirs ** REMOVED **
4615                 these files are autogenerated by automake
4616                 when you run autogen.sh
4617
4618         * config/.cvsignore     ** NEW FILE **
4619         * config/Makefile.am    ** NEW FILE **
4620                 ignore autogenerated files
4621                 create a Makefile in this directory
4622
4623 2002-10-08 [paul]       0.8.5claws
4624
4625         * 0.8.5claws release
4626         
4627         * src/compose.c
4628           src/procheader.c
4629           src/procmsg.c
4630                 fix quote reply format for newsgroups reply bug
4631                 (thanks to Hoa)
4632                 
4633         * po/en_GB.po
4634           po/pl.po
4635                 updated by me and Witold Wladyslaw Wojciech Wilk
4636                 repectively
4637
4638 2002-10-07 [paul]       0.8.3claws53
4639
4640         * po/it.po
4641           po/pt_BR.po
4642           po/sr.po
4643                 updated messages catalogs, submitted by
4644                 Alessandro Maestri, Fabio Jr.Beneditto 
4645                 and Urke MMI, respectively.
4646
4647 2002-10-07 [christoph]  0.8.3claws52
4648
4649         * src/folder.[ch]
4650         * src/folderview.c
4651         * src/mainwindow.c
4652                 fix new folder ghost message bug
4653                 (closes bug [ 619722 ] wrong count for newly created folders)
4654
4655 2002-10-07 [christoph]  0.8.3claws51
4656
4657         * src/compose.c
4658                 fix news posting problem
4659
4660 2002-10-07 [melvin]     0.8.3claws50
4661
4662         * po/fr.po
4663                 Updated French translation
4664
4665 2002-10-05 [christoph]  0.8.3claws49
4666
4667         * src/gtkstext.c
4668                 check if line_start_cache is set in gtk_stext_update_text
4669                 (closes bug [ 618119 ] crash while doing search in folder)
4670
4671 2002-10-05 [christoph]  0.8.3claws48
4672
4673         * src/imap.c
4674         * src/news.c
4675         * src/utils.c
4676         * src/utils.h
4677                 implement cache cleanups for claws' folder system
4678                 (closes bug [ 595916 ] imapcache not cleaned up)
4679
4680 2002-10-05 [melvin]     0.8.3claws47
4681
4682         * src/prefs_actions.c
4683                 Made the help text more clear for the %p token
4684
4685 2002-10-04 [paul]       0.8.3claws46
4686
4687         * sync with 0.8.5
4688                 see ChangeLog 2002-10-02 and 2002-10-03
4689
4690 2002-10-04 [christoph]  0.8.3claws45
4691
4692         * src/inc.c
4693                 fix segfault caused by pop before smtp
4694                 call to inc_account_mail with NULL
4695                 pointer for mainwin
4696
4697 2002-10-04 [paul]       0.8.3claws44
4698
4699         * configure.in
4700                 sync the LDAP detection from 0.8.5cvs1
4701
4702 2002-10-02 [christoph]  0.8.3claws43
4703
4704         * po/de.po
4705                 fix small spelling error
4706
4707 2002-10-02 [melvin]     0.8.3claws42
4708
4709         * ac/aspell.m4
4710                 Behave better and say "no" when test program cannot be run.
4711
4712 2002-10-02 [paul]       0.8.3claws41
4713
4714         * sync with 0.8.4cvs1
4715                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
4716                 
4717         * src/summaryview.c
4718                 toggle the behavior of Reply menuitem between
4719                 normal reply and reply-to-list
4720
4721 2002-10-01 [sergey]     0.8.3claws40
4722
4723         * src/compose.c
4724                 Convert newlines in the message text to the canonical form
4725                 before base64 encoding (RFC2045 compliance, fixes some
4726                 interoperability issues with Evolution 1.0.3)
4727
4728 2002-09-29 [colin]      0.8.3claws39
4729
4730         * src/summaryview.c
4731                 Fix an unwanted copy/paste
4732
4733 2002-09-29 [colin]      0.8.3claws38
4734
4735         * src/mainwindow.c
4736                 Renamed "Custom toolbar" to "Customize toolbar"
4737                 Renamed "Show all header" to "Show all headers"
4738                 Renamed "Set diplay item" to "Set displayed items"
4739         * src/prefs_common.c
4740                 Renamed "Show all header" to "Show all headers"
4741         * src/prefs_summary_column.c
4742                 Renamed "diplay item" to "displayed items"
4743
4744 2002-09-29 [colin]      0.8.3claws37
4745
4746         * src/mainwindow.[ch]
4747                 online/offline status pixmaps follow theme
4748                 changes
4749         * src/summaryview.[ch]
4750                 quicksearch pixmap follows theme changes
4751
4752 2002-09-29 [thorsten]   0.8.3claws36
4753
4754         * src/compose.c
4755           src/prefs_folder_item.[ch]
4756                 add default_reply_to folder option (closes patch 581044)
4757
4758 2002-09-29 [christoph]  0.8.3claws35
4759
4760         * acconfig.h    ** REMOVED **
4761         * configure.in
4762         * ac/aspell.m4
4763         * ac/check-type.m4
4764         * ac/gnupg-check-typedef.m4
4765                 fix autoheader 2.50 warning
4766
4767 2002-09-29 [christoph]  0.8.3claws34
4768
4769         * major code cleanup (part 2)
4770         
4771                 - unused variables removed
4772                 - unused functions removed
4773                 - uninitialized variables checked
4774                 - missing return statements added
4775                 - missing function return types added
4776                 - added parentheses around assignment
4777                   when suggested by gcc
4778
4779 2002-09-29 [alfons]     0.8.3claws33
4780
4781         * src/logwindow.c
4782                 log_window_clear(): only bracket gtk_text_forward_delete() 
4783                 with gtk_text_freeze() / gtk_text_thaw() (see if this
4784                 works around GTK text bug)
4785
4786 2002-09-29 [paul]       0.8.3claws32
4787
4788         * po/bg.po
4789           po/sr.po
4790                 updated by George Danchev and Urke MMI
4791                 respectively
4792
4793 2002-09-27 [christoph]  0.8.3claws31
4794
4795         * doc-src/readme.txt
4796         * doc-src/rfc1806.txt   ** REMOVED **
4797         * doc-src/rfc2183.txt   ** NEW FILE **
4798         * doc-src/rfc2980.txt   ** NEW FILE **
4799                 update rfcs
4800
4801 2002-09-27 [melvin]     0.8.3claws30
4802
4803         * ac/aspell.m4
4804                 Fixed typo which could break linking
4805
4806 2002-09-27 [melvin]     0.8.3claws29
4807
4808         * ac/aspell.m4
4809                 Improved GNU/aspell checking. 
4810                 Fixed bug #614490
4811
4812 2002-09-27 [paul]       0.8.3claws28
4813
4814         * sync with 0.8.3cvs8
4815                 see ChangeLog 2002-09-27
4816
4817 2002-09-26 [colin]      0.8.3claws27
4818
4819         * src/toolbar.[ch]
4820           src/mainwindow.[ch]
4821                 Add "Reply to Mailing-list" to the toolbar
4822
4823 2002-09-26 [christoph]  0.8.3claws26
4824
4825         * src/summaryview.c
4826                 Fix wrong message counts in summaryview status
4827
4828 2002-09-26 [paul]       0.8.3claws25
4829
4830         * sync with 0.8.3cvs7
4831                 see ChangeLog 2002-09-26
4832
4833 2002-09-26 [paul]       0.8.3claws24
4834
4835         * sync with 0.8.3cvs6
4836                 see ChangeLog 2002-09-25
4837
4838 2002-09-25 [christoph]  0.8.3claws23
4839
4840         * src/prefs_common.c
4841         * src/prefs_folder_item.c
4842         * src/prefs_scoring.c
4843                 Renamed "kill score" to "hide score" in GUI
4844                 and prefs files
4845
4846 2002-09-25 [paul]       0.8.3claws22
4847
4848         * sync with 0.8.3cvs5
4849                 see ChangeLog 2002-09-24
4850
4851 2002-09-24 [alfons]     0.8.3claws21
4852
4853         patch by Satoshi Nagayasu: allows appending / saving multiple 
4854         selected files (closes "[ 612279 ] save multiple mesg(s) in 
4855         'Save as ...'")
4856
4857         * AUTHORS
4858                 add Satoshi Nagayasu
4859         * src/summaryview.c
4860                 summary_save_as(): allow saving selected files to
4861                 one file
4862                 summary_set_menu_sensitive: enable "Save As..." when
4863                 multiple files are selected
4864         * src/utils.[ch]
4865                 append_file(): new function
4866
4867 2002-09-24 [colin]      0.8.3claws20
4868
4869         * src/procmime.c
4870                 Fix segfault when mimeinfo doesn't have a 
4871                 content_type. 
4872
4873 2002-09-24 [colin]      0.8.3claws19
4874
4875         * src/prefs_common.[ch]
4876                 Add a preference to display send dialog or not
4877         * src/send.c
4878                 Display send dialog according to preference
4879
4880 2002-09-24 [colin]      0.8.3claws18
4881
4882         * src/compose.[ch]
4883                 Disable user actions when sending
4884
4885 2002-09-24 [colin]      0.8.3claws17
4886
4887         * src/procmime.c
4888                 Do not display name or filename for attachments
4889                 with an application/pgp-signature type
4890                 (security flaw, see bug 537413)
4891
4892 2002-09-23 [colin]      0.8.3claws16
4893
4894         * src/editaddress.c
4895                 Initialize entry_email, entry_alias and 
4896                 entry_remarks to first email address of the list
4897
4898 2002-09-23 [colin]      0.83claws15
4899
4900         * src/compose.c
4901                 Drop pgp-signature when reediting a signed queued
4902                 message
4903
4904 2002-09-23 [melvin]     0.8.3claws14
4905
4906         * po/fr.po
4907                 Updated French translation
4908
4909 2002-09-23 [melvin]     0.8.3claws13
4910
4911         * src/mainwindow.c
4912                 Made custom toolbar menu labels more consistent
4913         * src/prefs_toolbar.c
4914                 Made custom toolbar window title more consistent
4915
4916 2002-09-22 [colin]      0.8.3claws12
4917
4918         * src/inc.c
4919                 Initialize session type to normal before getting 
4920                 mail (fixes strange Get behaviour)
4921         * src/prefs_account.h
4922                 Move STYPE_POP_BEFORE_SMTP to last position to 
4923                 avoid other side-effects
4924
4925 2002-09-22 [colin]      0.8.3claws11
4926
4927         * src/prefs_account.c
4928                 Fix pop_bfr_smtp_tm_entry sensivity when switching
4929                 from pop3 to apop or vice-versa
4930
4931 2002-09-22 [colin]      0.8.3claws10
4932         
4933         * src/prefs_account.[ch]
4934                 Add an option for the POP before SMTP timeout
4935         * src/inc.c
4936                 Remember time of last POP connection
4937         * src/send.c
4938                 Do POP before SMTP only if timeout reached
4939
4940 2002-09-22 [oliver]     0.8.3claws9
4941         
4942         * README.claws
4943                 explain custom toolbar
4944
4945 2002-09-22 [oliver]     0.8.3claws8
4946
4947         * src/prefs_actions.[ch]
4948         custom toolbar for compose      
4949                 actions callback from compose toolbar
4950         * src/folderview.c
4951                 remove include toolbar.h
4952
4953 2002-09-22 [oliver]     0.8.3claws7
4954         
4955         * src/prefs_toolbar.[ch]
4956                 custom toolbar for compose
4957                 - generic prefs_toolbar handles both
4958                   Mainwin's toolbar as well as Compose toolbar          
4959
4960 2002-09-22 [oliver]     0.8.3claws6
4961         
4962         * src/toolbar.[ch]
4963                 custom toolbar for compose
4964                 restructure toolbar.[ch]
4965
4966 2002-09-22 [oliver]     0.8.3claws5
4967
4968         * src/compose.[ch]
4969                 custom toolbar for compose
4970
4971 2002-09-22 [oliver]     0.8.3claws4
4972         
4973         * src/mainwindow.[ch]
4974                 custom toolbar for compose 
4975                 move mainwin toolbar back to mainwindow
4976
4977 2002-09-22 [alfons]     0.8.3claws3
4978
4979         * src/procmsg.c
4980                 :%sno/if(/if (/gc
4981                 :%sno/for(/for (/gc
4982                 (beautify)
4983
4984 2002-09-22 [alfons]     0.8.3claws2
4985         
4986         * src/procmsg.c
4987                 procmsg_save_to_outbox(): don't unlink message file from queue;
4988                 callers should do it using folder_item_remove_msg()
4989
4990 2002-09-22 [colin]      0.8.3claws1
4991
4992         * src/mimeview.[ch]
4993                 Made mimeview_check_signature() public
4994         * src/textview.c
4995                 Made GPG signatures verifiable by clicking
4996                 the [application/pgp-signature] in the Text
4997                 view
4998
4999 2002-09-22 [paul]       0.8.3claws
5000
5001         * po/bg.po
5002           po/en_GB.po
5003           po/es.po
5004           po/it.po
5005           po/pl.po
5006           po/pt_BR.po
5007           po/sr.po
5008                 updated translations, submitted by George Danchev,
5009                 me, Ricardo Mones Lastra, Alessandro Maestri,
5010                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5011                 and Urke MMI, respectively.     
5012
5013 2002-09-22 [alfons]     0.8.2claws65
5014
5015         * src/procmsg.c
5016         * src/pgptext.c
5017                 no furry valgrinds have been used to plug these memleaks
5018
5019 2002-09-20 [paul]       0.8.2claws64
5020
5021         * sync with 0.8.3cvs4
5022                 'Select thread' re-implemented 
5023                 see ChangeLog 2002-09-20
5024
5025 2002-09-21 [alfons]     0.8.2claws63
5026
5027         * src/compose.c
5028                 compose_send(): plug unnoticed memleak
5029
5030 2002-09-20 [alfons]     0.8.2claws62
5031
5032         * src/addr_compl.c
5033                 replace_address_in_edit(): strict check for NULL address to
5034                 fix "[ 607348 ] Segfault in address completion". My guess is
5035                 that this happens with an empty address book, but it's good
5036                 to have this check here anyway
5037                 
5038                 completion_window_button_press(): free string returned 
5039                 from the internal cache
5040
5041 2002-09-20 [christoph]  0.8.2claws61
5042
5043         * src/procmime.h
5044                 added ENC_BINARY to EncodingType
5045         * src/procmime.c
5046                 the string returned by procmime_get_encoding_str
5047                 should not depend on the order of values in the
5048                 EncodingType definition
5049         * doc-src/rfc1806.txt   ** NEW FILE **
5050                 Added rfc1806 about MIME Content-Disposition
5051                 Extension
5052
5053 2002-09-19 [paul]       0.8.2claws60
5054
5055         * sync with 0.8.2cvs3
5056                 see ChangeLog 2002-09-19
5057
5058 2002-09-19 [paul]       0.8.2claws59
5059
5060         * src/prefs_folder_item.c
5061                 revert to Darko's original alignment of colour
5062                 selector button
5063                 add a colon to folder_color label
5064                 
5065         * src/compose.c
5066                 add Colin's patch (with Hiro's modifications) to 
5067                 force BASE64 encoding for 8-bit text when signing
5068                 (sync with 0.8.3cvs2)
5069
5070 2002-09-18 [alfons]     0.8.2claws58
5071
5072         * src/compose.c
5073                 :%sno/if(/if (/gc
5074                 :%sno/for(/for (/gc
5075                 (beautify a little bit)
5076
5077 2002-09-18 [christoph]  0.8.2claws57
5078
5079         * src/pine.c
5080                 fix handling of fgetc return value
5081
5082 2002-09-17 [alfons]     0.8.2claws56
5083         
5084         * src/summaryview.c
5085                 summary_sort(): check non-NULL summaryview->folder_item when no 
5086                 folder is selected at all
5087                 (closes "[ 610344 ] sort label make syl Crash")
5088
5089 2002-09-17 [alfons]     0.8.2claws55
5090         
5091         * src/compose.c
5092                 beautify a little bit
5093
5094 2002-09-17 [christoph]  0.8.2claws54
5095
5096         * src/folder.c
5097                 initialize max values for cache and folder
5098                 when cache or folder is empty
5099
5100 2002-09-15 [colin]      0.8.2claws53
5101
5102         * src/compose.c
5103                 Fix a leak (thanks Alfons!) and cleaned
5104                 variables names for custom headers
5105
5106 2002-09-15 [colin]      0.8.2claws52
5107
5108         * src/compose.c
5109                 Fix custom headers recognition when
5110                 prefs_common.trans_hdr is on
5111
5112 2002-09-15 [colin]      0.8.2claws51
5113
5114         * src/compose.c
5115                 Allow dynamically-added custom headers
5116                 Yet not reparsed if reedited
5117
5118 2002-09-15 [alfons]     0.8.2claws50
5119
5120         * src/prefs_account.c
5121                 fix warnings
5122
5123 2002-09-15 [colin]      0.8.2claws49
5124         
5125         * src/prefs_account.c
5126                 fix pop_before_smtp sensitivity
5127
5128 2002-09-15 [colin]      0.8.2claws48
5129
5130         * src/inc.[ch]
5131                 add inc_pop_before_smtp()
5132                 allow MainWindow to be undefined in 
5133                 inc_account_mail() and inc_start()
5134         * src/pop.c
5135           src/prefs_account.h
5136                 add STYPE_POP_BEFORE_SMTP session type
5137         * src/prefs_account.c
5138                 activated pop before smtp option
5139         * src/send.c
5140                 do pop before smtp if the relevant option 
5141                 is set
5142
5143 2002-09-15 [paul]       0.8.2claws47
5144
5145         * sync with 0.8.3
5146                 see ChangeLog 2002-09-15
5147
5148 2002-09-14 [paul]       0.8.2claws46
5149
5150         * po/bg.po
5151                 updated Bulgarian translation, submitted by
5152                 George Danchev
5153
5154 2002-09-13 [paul]       0.8.2claws45
5155
5156         * src/compose.c
5157                 merge claws' select_account() with main's
5158                 (new) compose_select_account(). [sync with
5159                 0.8.2cvs15, see ChangeLog 2002-09-11]
5160
5161 2002-09-12 [christoph]  0.8.2claws44
5162
5163         * src/filter.c
5164                 allocate 1 elements of FolderItem not 0
5165
5166 2002-09-12 [colin]      0.8.2claws43
5167
5168         * src/compose.c
5169                 Fix bug #590825 (obey Follow-up: poster)
5170
5171 2002-09-12 [colin]      0.8.2claws42
5172
5173         * src/procmime.c
5174                 Fix bug #557009 (wrong headers for messages 
5175                 forwarded as attachments)
5176
5177 2002-09-11 [colin]      0.8.2claws41
5178         
5179         * src/compose.c
5180                 Put SCF: pseudo-header on top of message
5181                 Set draft tmp_flag when saved as draft
5182
5183         * src/procmsg.c
5184           src/procheader.c
5185                 Skip after first \n\n for beginning of real message
5186                 for drafts too
5187
5188 2002-09-11 [christoph]  0.8.2claws40
5189
5190         * src/filtering.c
5191                 use procmsg flag functions in filtering or processing
5192                 will cause incorrect folder message counts
5193
5194 2002-09-11 [colin]      0.8.2claws39
5195
5196         * src/compose.c
5197                 Fix bug #550175 - wrong save folder when reediting
5198                 drafts
5199
5200 2002-09-11 [paul]       0.8.2claws38
5201
5202         * sync with 0.8.2cvs14
5203                 see ChangeLog 2002-09-11
5204
5205 2002-09-11 [colin]      0.8.2claws37
5206
5207         * src/folder.c
5208                 Fix a typo (seeming to cause new/unread status to
5209                 be lost)
5210
5211 2002-09-10 [christoph]  0.8.2claws36
5212
5213         * src/compose.c
5214                 compose_redirect should not use compose_generic_new
5215                 because that does more stuff than expected including
5216                 opening the external editor
5217                 (closes bug "[ 526608 ] bounced messages appear blank
5218                  in editor")
5219
5220 2002-09-10 [christoph]  0.8.2claws35
5221
5222         * src/folder.c
5223                 fix problem with too large message number range
5224                 causing a crash in folder_item_scan
5225
5226 2002-09-10 [paul]       0.8.2claws34
5227
5228         * sync with 0.8.2cvs13
5229                 see ChangeLog 2002-09-10
5230
5231 2002-09-10 [christoph]  0.8.2claws33
5232
5233         * src/msgcache.c
5234                 set MsgInfo TmpFlags for queue and draft folders
5235                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5236
5237 2002-09-10 [paul]       0.8.2claws32
5238
5239         * AUTHORS
5240           po/bg.po      ** NEW FILE **
5241                 new Bulgarian translation submitted by
5242                 George Danchev <danchev@spnet.net>
5243                 
5244         * tools/Makefile.am
5245           tools/README
5246           tools/tb2sylpheed     ** NEW FILE **
5247                 add script that converts an addressbook exported
5248                 from The Bat! into a Sylpheed addressbook. Submitted
5249                 by Urke MMI <urke-kg@eunet.yu>
5250
5251 2002-09-10 [paul]       0.8.2claws31
5252
5253         * sync with 0.8.2cvs12
5254                 see ChangeLog 2002-09-10
5255
5256 2002-09-06 [paul]       0.8.2claws30
5257
5258         * src/prefs_common.c
5259                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5260                 
5261         * tools/Makefile.am
5262           tools/README
5263           tools/ldif-to-xml.py  ** REMOVED **
5264                 remove obsolete python script
5265
5266 2002-09-06 [paul]       0.8.2claws29
5267
5268         * sync with 0.8.2cvs10
5269                 see ChangeLog 2002-09-06
5270
5271 2002-09-04 [paul]       0.8.2claws28
5272
5273         * sync with 0.8.2cvs9
5274                 see ChangeLog 2002-08-04
5275
5276 2002-09-04 [colin]      0.8.2claws27 
5277
5278         * src/prefs_common.[ch]
5279                 Added signature color configuration
5280         * src/textview.c
5281                 Use user-specified signature color
5282
5283 2002-09-03 [colin]      0.8.2claws26
5284
5285         * src/prefs_common.[ch]
5286                 Added autosave and autosave_length prefs
5287         * src/compose.c
5288                 Added compose_remove_draft()
5289                 Auto-save drafts according to the prefs
5290         * src/main.c
5291                 Added a crash-indicator file, allowing to check
5292                 for new messages on startup if Sylpheed crashed
5293                 (makes saved drafts "reappear")
5294
5295 2002-09-03 [colin]      0.8.2claws25
5296
5297         * src/textview.[ch]
5298                 Grey the signature
5299
5300 2002-09-03 [paul]       0.8.2claws24
5301
5302         * sync with 0.8.2cvs8
5303                 see ChangeLog 2002-09-02 and 2002-09-03
5304
5305 2002-09-03 [darko]      0.8.2claws23
5306
5307         * src/folderview.c
5308                 use normal style when creating new folder to pick
5309                 proper font size 
5310
5311 2002-09-02 [melvin]     0.8.2claws22
5312
5313         * src/gtkaspell.m4
5314                 removed some obsolete code
5315
5316 2002-09-02 [melvin]     0.8.2claws21
5317
5318         * ac/aspell.m4
5319                 fixed test's equality sign (== to =)
5320
5321 2002-09-02 [alfons]     0.8.2claws20
5322
5323         * src/folder.c
5324         * src/mh.c
5325                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5326                 as folder->destroy virtual as suggested by Hiro
5327                 (the mh.c code seems to have been lost around mh.c.1.21)
5328
5329 2002-09-02 [paul]       0.8.2claws19
5330
5331         * po/pt_BR.po
5332                 updated by Fabio Jr. Beneditto
5333                 
5334         * src/defs.h
5335                 use 'http://claws.sylpheed.org' for homepage link. 
5336                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5337
5338 2002-09-01 [alfons]     0.8.2claws18
5339
5340         * src/mh.c
5341                 plug memleak related to one Martin Kluge found
5342
5343 2002-08-31 [paul]       0.8.2claws17
5344
5345         * sync with 0.8.2cvs6
5346                 see ChangeLog 2002-08-30
5347
5348 2002-08-31 [alfons]     0.8.2claws16
5349
5350         * src/folder.c
5351                 folder_destroy(): remove mailbox from folderlist even if it has
5352                 no destroy virtual
5353
5354 2002-08-31 [alfons]     0.8.2claws15
5355
5356         * src/folder.c
5357                 :%sno/if(/if (/gc
5358                 :%sno/for(/for (/gc
5359                 (being pedantic I know)
5360
5361 2002-08-31 [alfons]     0.8.2claws14
5362
5363         * src/folder.c
5364                 check for NULL pointers returned from folder->fetch_msginfo virtual
5365                 (should solve some reported crashes)
5366
5367 2002-08-30 [alfons]     0.8.2claws13
5368
5369         * acconfig.h
5370         * configure.in
5371         * src/crash.c
5372                 enable crash dialog on compilation time
5373                 (--enable-crash-dialog configure option)
5374
5375 2002-08-30 [alfons]     0.8.2claws12
5376
5377         * AUTHORS
5378                 add Martin Kluge
5379         * src/mh.c
5380                 apply memory leak plug patch by Martin Kluge
5381                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
5382                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
5383                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
5384
5385 2002-08-30 [darko]      0.8.2claws11
5386
5387         * src/folderview.c
5388                 copy Gtk style from normal style to match
5389                 font size for coloured folders
5390
5391 2002-08-29 [alfons]     0.8.2claws10
5392
5393         * sylpheed.desktop
5394                 Type=Internet <- Type=Application
5395                 (reported by Michael Schwendt, see:
5396                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
5397                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
5398
5399 2002-08-29 [paul]       0.8.2claws9
5400
5401         * sync with 0.8.2cvs5
5402                 see ChangeLog 2002-08-29
5403
5404 2002-08-29 [colin]      0.8.2claws8
5405
5406         * src/summaryview.c
5407                 Added a sanity check in summary_select_thread
5408                 Should fix bug 601605
5409
5410 2002-08-29 [colin]      0.8.2claws7
5411
5412         * src/main.c
5413                 Revert claws6 changes regarding bug #591676
5414
5415 2002-08-28 [colin]      0.8.2claws6
5416         
5417         * src/main.c
5418                 Ignore cache for queue folderitems
5419                 Fix bug #591676
5420
5421 2002-08-28 [melvin]     0.8.2claws5
5422
5423         * README.claws
5424                 Fixed typos.
5425
5426 2002-08-28 [melvin]     0.8.2claws4
5427
5428         * README.claws
5429                 Updated a bit the text concerning the spell checker
5430
5431 2002-08-28 [melvin]     0.8.2claws3
5432
5433         Merged the GNU_aspell_branch:
5434                 Support of new GNU/aspell is now included and the old pspell
5435                 is not supported anymore.
5436                 See README.claws
5437
5438         * README.claws
5439                 Updated spell checker text to reflect the switch to GNU/aspell
5440
5441         * ac/aspell.m4          *** NEW ***
5442         * src/gtkaspell.[ch]    *** NEW *** 
5443         * ac/pspell.m4          *** DELETED *** 
5444         * src/gtkspell.[ch]     *** DELETED ***
5445
5446         * ac/Makefile.am
5447                 Updated for GNU/aspell support
5448
5449         * po/POTFILES.in
5450                 Replaced gtkspell.c by gtkaspell.c
5451
5452         * acconfig.h
5453         * src/Makefile.am
5454         * src/about.c
5455         * src/compose.[ch]
5456         * src/crash.c
5457         * src/main.c
5458         * src/prefs_common.[ch]
5459                 Updated for GNU/aspell support
5460
5461 2002-08-28 [paul]       0.8.2claws2
5462
5463         * sync with 0.8.2cvs4
5464                 see ChangeLog 2002-08-27 and 2002-08-28
5465
5466 2002-08-28 [colin]      0.8.2claws1
5467
5468         * src/summary_search.c
5469                 Added "AND search"
5470
5471 2002-08-28 [jens]       0.8.2claws
5472
5473         *po/de.po
5474                 Updated German translations
5475
5476 2002-08-27 [melvin]     0.8.2claws
5477
5478         * po/fr.po
5479                 Updated French translations
5480
5481 2002-08-27 [paul]       0.8.2claws
5482
5483         * sync with 0.8.2 main release
5484
5485         * po/en_GB.po
5486           po/es.po
5487           po/it.po
5488           po/pl.po
5489           po/pt_BR.po
5490           po/sr.po
5491                 updated message catalogs submitted by
5492                 Ricardo Mones Lastra, Alessandro Maestri,
5493                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
5494                 Beneditto and Urke MMI  
5495
5496 2002-08-27 [hoa]        0.8.1claws123
5497
5498         * src/mainwindow.[ch]
5499         * src/summaryview.[ch]
5500                 removed the "filter setting" menu option.
5501                 add a "cancel a news message" menu option.
5502
5503 2002-08-26 [martin]     0.8.1claws122
5504
5505         * ChangeLog.claws
5506                 changed string under 0.8.1claws79 changed by myself
5507                 i'm sorry alfons :(
5508
5509 2002-08-26 [martin]     0.8.1claws121
5510
5511         * src/crash.c
5512                 added kill command to debuggerrc to start crash dialog
5513
5514 2002-08-26 [paul]       0.8.1claws120
5515
5516         * sync with 0.8.1cvs31
5517                 see ChangeLog 2002-08-26
5518
5519 2002-08-25 [alfons]     0.8.1claws119
5520
5521         * src/procmsg.c
5522                 fix bug that didn't send out correct headers to news server
5523                 when sending news article and email from queue (bug reported
5524                 and patch provided by Tim Mann; closes bug 
5525                 "[ 583196 ] 0.7.8claws can't post news")
5526
5527 2002-08-25 [alfons]     0.8.1claws118
5528
5529         * src/selective_download.c
5530                 mark two strings as translatable
5531                 (thanks to Urke MMI for pointing this out)
5532
5533 2002-08-25 [alfons]     0.8.1claws117
5534
5535         * src/summaryview.c
5536                 treat sent boxes as special and allow sorting them by addressee
5537                 (closes "[ 589418 ] Sent folder sorting misbehavior"
5538                 submitted by Steve Lamb)
5539
5540 2002-08-24 [alfons]     0.8.1claws116
5541
5542         * src/matcher.c
5543                 fix memleak reported by Martin Kluge
5544                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
5545
5546 2002-08-24 [oliver]     0.8.1claws115
5547
5548         * src/prefs_toolbar.c
5549                 o code cleanup as suggested by Alfons
5550                 o memleak fix
5551
5552 2002-08-24 [alfons]     0.8.1claws114
5553
5554         * src/summaryview.c
5555                 o fix another memory leak reported by Martin Kluge
5556                   (see "[ 599568 ] Small Memory Leak")
5557                 o remove 'from' variable from 'summary_set_header()'; we can
5558                   do with just 'to' 
5559
5560 2002-08-24 [paul]       0.8.1claws113
5561
5562         * sync with 0.8.1cvs30
5563                 see ChangeLog 2002-08-23
5564
5565 2002-08-24 [alfons]     0.8.1claws112
5566
5567         * src/summaryview.c
5568                 remove unnecessary allocations for search bar fixing leaks
5569                 reported by Martin Kluge
5570                 (see "[ 599451 ] Further memory leaks?")
5571
5572 2002-08-24 [alfons]     0.8.1claws111
5573
5574         * src/main.c
5575                 make get_socket_name() public for crash.c
5576         * src/crash.c
5577                 o make report bug button work (goes to claws' 
5578                   bug tracker at sf.net)
5579                 o introduce function for doing important stuff just
5580                   before claws goes down
5581                 o clean up code 
5582
5583 2002-08-24 [alfons]     0.8.1claws110
5584
5585         * src/compose.c
5586                 move cursor to "To" entry when forwarding as attachment
5587                 (reported and solved by Steve Lamb, closes bug report
5588                 "[ 592880 ] Forward as attachment; cursor not in to")
5589
5590 2002-08-24 [colin]      0.8.1claws109
5591
5592         * src/mainwindow.c
5593                 fix quick search visibility after GUI (de)separations.
5594
5595 2002-08-23 [colin]      0.8.1claws108
5596
5597         * src/mainwindow.c
5598                 fix header pane visibility after folderview or
5599                 messageview (de)separation
5600
5601 2002-08-23 [paul]       0.8.1claws107
5602
5603         * src/mainwindow.[ch]
5604           src/toolbar.c
5605                 give full control of display or non-display 
5606                 of the Execute icon to Custom toolbar settings.
5607                 add new sensitivity condition to maninwindow.h: 
5608                 M_DELAY_EXEC
5609
5610         * ChangeLog
5611           ChangeLog.jp
5612           NEWS
5613                 more sync with 0.8.1cvs29
5614
5615 2002-08-23 [melvin]     0.8.1claws106
5616
5617         * src/alertpanel.c
5618                 Readded support for custom widget in alertpanel lost in last
5619                 sync.
5620
5621 2002-08-23 [paul]       0.8.1claws105
5622
5623         * sync with 0.8.1cvs29
5624                 see ChangeLog 2002-08-23
5625
5626 2002-08-23 [colin]      0.8.1claws104
5627
5628         * src/summaryview.c
5629                 Fix folder and search pixmaps exchanging positions
5630                 after theme or toolbar changes. Thank to Oliver for 
5631                 reporting this.
5632
5633 2002-08-23 [colin]      0.8.1claws103
5634
5635         * src/mainwindow.c
5636           src/messageview.[ch]
5637           src/noticeview.[ch]
5638           src/summaryview.c
5639                 Changed messageview_create() and noticeview_create()
5640                 to avoid the last gdk_warning
5641
5642 2002-08-22 [colin]      0.8.1claws102
5643
5644         * src/summaryview.c
5645                 Fix my new `Creating pixmap from xpm' warning
5646
5647 2002-08-22 [colin]      0.8.1claws101
5648
5649         * src/mainwindow.c
5650                 Fix some of the gdk warnings
5651
5652 2002-08-22 [colin]      0.8.1claws100
5653
5654         * src/Makefile.am
5655         * src/stock_pixmap.c
5656         * src/stock_pixmap.h
5657         * src/pixmaps/quicksearch.xpm *ADDED*
5658                 Add the quicksearch pixmap
5659         * src/mainwindow.c
5660         * src/summaryview.c
5661         * src/summaryview.h
5662                 Make quicksearch bar visible/hidden via a button
5663
5664 2002-08-22 [christoph]  0.8.1claws99
5665
5666         * src/folder.c
5667                 fix folder update for newsgroups with message
5668                 numbers below minimum number of articles to fetch
5669                 (closes bug #598445)
5670
5671 2002-08-22 [paul]       0.8.1claws98
5672
5673         * sync with 0.8.1cvs28
5674                 see ChangeLog 2002-08-22
5675
5676 2002-08-21 [alfons]     0.8.1claws97
5677
5678         * src/crash.c
5679                 use bt instead of bt full which seems to work 
5680                 better, and bt full doesn't give a great deal 
5681                 of information anyway
5682
5683 2002-08-21 [colin]      0.8.1claws96
5684
5685         * src/summaryview.c
5686                 fix summaryview_searchtype_changed prototype
5687
5688 2002-08-21 [christoph]  0.8.1claws95
5689
5690         * src/mainwindow.c
5691                 o fix broken menu update for sorting type, we have to
5692                   get this info from the summaryview now
5693                 o removed setting of threaded state in menu callback
5694         * src/summaryview.[ch]
5695                 more summaryview/folderitem seperation for
5696                 threading option
5697         * configure.in
5698                 removed not required --with-compiler-flags option
5699
5700 2002-08-21 [oliver]     0.8.1claws94
5701         
5702         * src/toolbar.h 
5703                 o rename toolbar.xml to toolbar_main.xml
5704                   since toolbar_compose.xml might come up 
5705                   any time soon
5706         * README.claws
5707                 add custom toolbar              
5708
5709 2002-08-21 [darko]      0.8.1claws93
5710
5711         * src/procmsg.c
5712                 don't reset tmp flags for messages copied
5713                 to sent folder
5714
5715 2002-08-21 [colin]      0.8.1claws92
5716         
5717         * src/prefs_filtering.c
5718                 fix renaming rules on folder rename 
5719                 when folder is not a leaf folder
5720
5721 2002-08-21 [paul]       0.8.1claws91
5722
5723         * src/prefs_folder_item.c
5724                 fix alignment of colour selector
5725
5726 2002-08-21 [paul]       0.8.1claws90
5727
5728         * sync with 0.8.1cvs27
5729                 see ChangeLog 2002-08-21
5730
5731 2002-08-21 [paul]       0.8.1claws89
5732
5733         * src/summaryview.c
5734                 fix crash when changing field type in
5735                 Quick search bar
5736
5737 2002-08-21 [colin]      0.8.1claws88
5738
5739         * src/summaryview.c
5740                 Made quick search case-insensitive
5741
5742 2002-08-21 [paul]       0.8.1claws87
5743
5744         * sync with 0.8.1cvs26
5745                 see ChangeLog 2002-08-21
5746
5747 2002-08-20 [christoph]  0.8.1claws86
5748
5749         * src/folderview.c
5750         * src/main.c
5751         * src/summaryview.[ch]
5752                 more summaryview/folderitem seperation for
5753                 sort_key and sort_type
5754         * src/procmsg.c
5755                 added missing return statement
5756
5757 2002-08-20 [colin]      0.8.1claws85
5758
5759         * src/summaryview.[ch]
5760                 Added a quick search box
5761         * src/mainwindow.c
5762         * src/prefs_common.[ch]
5763                 Added a show/hide option for the quick search
5764
5765 2002-08-20 [oliver]     0.8.1claws84
5766         
5767         * src/mainwindow.c
5768                 remove toolbar_create_popups
5769         * src/toolbar.[ch]
5770                 o remove toolbar_create_popups
5771                 o fix toolbar_set_sensitive 
5772                   (Bug reports #596834 and #596832)     
5773         * src/prefs_toolbar.c
5774                 o add "Set default" button
5775                 o align label and text + combo widgets
5776
5777 2002-08-20 [hoa]        0.8.1claws83bis
5778
5779         * src/imap.c
5780                 fixed a bug in imap_fetch_msginfo() in case there is no
5781                 current folder.
5782
5783 2002-08-20 [darko]      0.8.1claws83
5784
5785         * src/folderview.c
5786                 copy the color style of folder view so it
5787                 works with GTK themes
5788
5789 2002-08-20 [darko]      0.8.1claws82
5790
5791         * src/folder.h
5792         * src/folderview.c
5793         * src/prefs_folder_item.[hc]
5794                 don't use UI stuff in folder.h
5795
5796 2002-08-20 [darko]      0.8.1claws81
5797
5798         * src/folder.h
5799         * src/prefs_folder_item.h
5800         * src/folderview.c
5801         * src/prefs_folder_item.c
5802                 ability to set folder color in folderview
5803
5804 2002-08-19 [alfons]     0.8.1claws80
5805
5806         * src/summaryview.c
5807                 fix one of the earlier memleaks reported by Martin Kluge
5808
5809 2002-08-19 [alfons]     0.8.1claws79
5810
5811         * src/mainwindow.c
5812                 hide notice view when selecting seperate folder
5813                 view (reported by Urke MMI)
5814
5815 2002-08-19 [christoph]  0.8.1claws78
5816
5817         * src/folderview.c
5818         * src/prefs_folder_item.h
5819         * src/summaryview.[ch]
5820                 o add summary_set_prefs_from_folderitem to set
5821                   summaryview prefs (first step to remove all
5822                   references to the folderitem in summaryview)
5823                 o moved compiled regex stuff from folderitem prefs
5824                   to summaryview code
5825
5826 2002-08-19 [paul]       0.8.1claws77
5827
5828         * src/compose.c
5829                 add check for '.' to QUOTE_IF_REQUIRED
5830
5831 2002-08-19 [paul]       0.8.1claws76
5832
5833         * src/inc.c
5834                 sync with 0.8.1cvs25 (plug memory leak)
5835
5836         * src/prefs_toolbar.c
5837                 re-order prefs_toolbar_cancel()
5838
5839 2002-08-18 [alfons]     0.8.1claws75
5840
5841         * src/inc.c
5842         * src/matcher.c
5843                 plug other memleaks reported by Martin Kluge
5844
5845 2002-08-18 [paul]       0.8.1claws74
5846
5847         * po/pt_BR.po
5848                 updated by Fabio Jr. Beneditto
5849
5850 2002-08-18 [paul]       0.8.1claws73
5851
5852         * src/toolbar.[ch]
5853                 fix bug where tooltips were displayed untranslated              
5854
5855         * src/prefs_toolbar.c
5856                 fix bug where clicking 'Cancel' creates an icon & text
5857                 toolbar regardless of prefs
5858         
5859
5860 2002-08-17 [oliver]     0.8.1claws72
5861
5862         * src/prefs_toolbar.c
5863                 update toolbar on CANCEL
5864                 bug reported by Martin Kluge
5865         * src/toolbar.c
5866                 toolbar_destroy memleak fixed           
5867
5868 2002-08-17 [alfons]     0.8.1claws71
5869
5870         * src/toolbar.c
5871                 plug another memleak reported by Martin Kluge
5872
5873 2002-08-16 [alfons]     0.8.1claws70
5874
5875         * src/crash.c
5876                 use execvp() correctly (suggested by wwp; thanks!)
5877
5878 2002-08-16 [alfons]     0.8.1claws69
5879
5880         * src/gtksctree.c
5881                 plug memory leak reported by Kim Schultz & Martin Kluge
5882
5883 2002-08-16 [paul]       0.8.1claws68
5884
5885         * po/es.po
5886                 updated by Ricardo Mones Lastra
5887
5888 2002-08-16 [paul]       0.8.1claws67
5889
5890         * src/toolbar.h
5891                 fix bug where 'Compose News' icon showed wrong
5892                 tooltip
5893
5894 2002-08-16 [paul]       0.8.1claws66
5895
5896         * sync with 0.8.1cvs24
5897                 see ChangeLog 2002-08-16
5898
5899         * po/it.po
5900                 updated by Alessandro Maestri
5901
5902 2002-08-15 [paul]       0.8.1claws65
5903
5904         * po/sr.po
5905                 updated by Urke MMI
5906
5907 2002-08-15 [paul]       0.8.1claws64
5908
5909         * src/*.c
5910                 don't translate debug info
5911
5912         * src/matcher.[ch]
5913                 add copyright info
5914
5915 2002-08-15 [paul]       0.8.1claws63
5916
5917         * src/prefs_toolbar.c
5918                 fix bug where clicking 'OK' creates an icon & text
5919                 toolbar regardless of prefs
5920
5921 2002-08-14 [alfons]     0.8.1claws62
5922
5923         * src/main.c
5924                 add global var that has the full argv[0]
5925         * src/crash.c
5926                 o execvp the correct sylpheed by using argv0
5927                   and setting the correct work dir
5928                 o other tweaks  
5929
5930 2002-08-14 [oliver]     0.8.1claws61
5931         
5932         * enable/disable Toolbar Action Buttons 
5933         * code cleanups
5934         * src/mainwindow.c
5935         * src/toolbar.[ch]      
5936         * src/prefs_toolbar.c   
5937
5938 2002-08-14 [melvin]     0.8.1claws60
5939
5940         * po/fr.po
5941                 Updated French translations
5942
5943 2002-08-14 [melvin]     0.8.1claws59
5944
5945         * src/crash.c
5946                 Made bug report not translatable
5947         * src/exporthtml.c
5948                 Fixed exporthtml_build_filespec() return value
5949         * src/foldersel.c
5950                 Fixed incorrect include file
5951         * src/gtkspell.c
5952         * src/prefs_actions.c
5953         * src/prefs_toolbar.c
5954                 Made debug info not translatable
5955         * src/mutt.c
5956         * src/quote_fmt.c
5957                 Added missing includes
5958         * src/prefs_common.c
5959                 Fixed typo
5960
5961 2002-08-14 [paul]       0.8.1claws58
5962
5963         * faq/es/sylpheed-faq.html
5964           faq/es/sylpheed-faq-[1-3].html
5965           faq/es/sylpheed-faq-4.html     **NEW FILE **
5966                 update Spanish FAQ
5967
5968 2002-08-13 [christoph]  0.8.1claws57
5969
5970         * src/procmsg.c
5971                 ignore thread fix that did not mark all
5972                 child nodes of a ignored thread as
5973                 ignored. Does not work perfectly yet,
5974                 but it is better now
5975
5976 2002-08-13 [alfons]     0.8.1claws56
5977
5978         * src/crash.c
5979                 o implement 'save crash log'
5980                 o some tweaks
5981
5982 2002-08-13 [melvin]     0.8.1claws55
5983
5984         * src/main.c
5985                 removed unrequired "execinfo.h" header
5986
5987 2002-08-12 [paul]       0.8.1claws54
5988
5989         * faq/en/sylpheed-faq.html
5990           faq/en/sylpheed-faq-[1-3].html
5991           faq/en/sylpheed-faq-4.html     **NEW FILE **
5992                 update English FAQ
5993
5994 2002-08-12 [alfons]     0.8.1claws53
5995
5996         * po/POTFILES.in
5997                 add crash.c to translatables
5998         * src/crash.c
5999                 bring in Leandro's crash dialog
6000
6001 2002-08-11 [alfons]     0.8.1claws52
6002
6003         * src/crash.c
6004                 clean up some warnings
6005
6006 2002-08-11 [alfons]     0.8.1claws51
6007
6008         * acconfig.h
6009         * configure.in
6010         * src/crash.[ch]        ** NEW FILES **
6011         * src/main.c            
6012                 initial gdb crash handler
6013
6014 2002-08-11 [paul]       0.8.1claws50
6015
6016         * src/prefs_toolbar.c
6017                 replace Up/Down arrow pixmaps with text to be
6018                 consistent across icon themes
6019
6020 2002-08-11 [paul]       0.8.1claws49
6021
6022         * src/prefs_common.c
6023           src/prefs_toolbar.c
6024                 rename 'Pixmap' -> 'Icon'
6025
6026         * src/toolbar.[ch]
6027                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6028
6029 2002-08-10 [paul]       0.8.1claws48
6030
6031         * src/prefs_toolbar.c
6032                 re-work the UI
6033
6034 2002-08-10 [paul]       0.8.1claws47
6035
6036         * src/main.c
6037                 don't write Processing progress to status bar
6038                 patch submitted by Alexander Evseev
6039
6040         * src/prefs_toolbar.c
6041                 re-position and resize window
6042                 make window assume correct size on first call
6043
6044 2002-08-10 [paul]       0.8.1claws46
6045
6046         * src/mainwindow.c
6047           src/prefs_toolbar.c
6048           src/toolbar.c
6049           src/toolbar.h
6050                 obey coding style
6051                 follow UI text conventions
6052
6053 2002-08-10 [alfons]     0.8.1claws45
6054
6055         * src/toolbar.c
6056                 correct pixmap for delete action
6057
6058 2002-08-10 [paul]       0.8.1claws44
6059
6060         * po/pt_BR.po
6061                 updated by Fabio Jr. Beneditto
6062
6063 2002-08-10 [paul]       0.8.1claws43
6064
6065         * po/POTFILES.in
6066                 add custom toolbar files
6067
6068 2002-08-10 [paul]       0.8.1claws42
6069
6070         * sync with 0.8.1cvs22
6071                 see ChangeLog 2002-08-09
6072
6073 2002-08-09 [paul]       0.8.1claws41
6074
6075         * tools/Makefile.am
6076           tools/README
6077           tools/outlook2sylpheed.pl     ** NEW FILE **
6078                 add script to convert exported Outlook
6079                 contacts list to a Sylpheed addressbook.
6080                 Submitted by Ricardo Mones Lastra.
6081
6082 2002-08-09 [paul]       0.8.1claws40
6083
6084         * AUTHORS
6085           configure.in
6086           po/sr.po      ** NEW FILE **
6087                 add Serbian message catalog. Submitted by
6088                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6089
6090 2002-08-09 [paul]       0.8.1claws39
6091
6092         * sync with 0.8.1cvs21
6093                 see ChangeLog 2002-08-08
6094
6095 2002-08-08 [oliver]     0.8.1claws38
6096
6097         * src/mainwindow.c
6098                 move Custom Toolbar to Configuration menu
6099
6100 2002-08-08 [oliver]     0.8.1claws37
6101
6102         * src/prefs_toolbar.c
6103                 fix substitute pixmap bug
6104
6105 2002-08-08 [paul]       0.8.1claws36
6106
6107         * sync with 0.8.1cvs19
6108                 see ChangeLog 2002-08-08
6109
6110 2002-08-07 [christoph]  0.8.1claws35
6111
6112         * src/utils.c
6113                 fixed a memory leak in new canonicalize_file_replace
6114
6115 2002-08-07 [christoph]  0.8.1claws34
6116
6117         * src/utils.[ch]
6118                 o canonicalize_file_replace should create the temporary
6119                   file in the same directory as the original file.
6120                 o added get_tmpfile_in_dir that creates a temorary file
6121                   in a specified directory.
6122
6123 2002-08-07 [melvin]     0.8.1claws33
6124
6125         * src/toolbar.c
6126                 fixed bug where 'Article' button acted as 'Email' button.
6127
6128 2002-08-07 [paul]       0.8.1claws32
6129
6130         * sync with 0.8.1.cvs17
6131                 see ChangeLog 2002-08-07
6132
6133 2002-08-07 [colin]      0.8.1claws31
6134         
6135         * src/news.c
6136                 fix mass-cancel problem
6137
6138 2002-08-07 [thorsten]   0.8.1claws30
6139
6140         * src/prefs_toolbar.c
6141                 fix: crash on replace or add new button
6142         * src/toolbar.c
6143                 fix: close xmlfile after reading
6144         * src/utils.c
6145                 fix: unlink() file before rename()
6146
6147 2002-08-06 [paul]       0.8.1claws29
6148
6149         * sync with 0.8.cvs15
6150                 see ChangeLog 2002-08-06
6151
6152 2002-08-06 [oliver]     0.8.1claws28
6153
6154         * src/toolbar.c
6155         * src/prefs_toolbar.c
6156                 fixed empty toolbar issue
6157
6158 2002-08-06 [oliver]     0.8.1claws27
6159
6160         * Custom Toolbar Final 
6161         * src/folderview.c
6162         * src/inc.c
6163         * src/summaryview.c
6164                 o toolbar stuff now lives in src/toolbar.[ch]
6165                 o main_window_toolbar_* functions are renamed to
6166                   toolbar_* reflecting their new source file
6167         * src/mainwindow.[ch]
6168                 o remove toolbar stuff  
6169
6170 2002-08-06 [oliver]     0.8.1claws26
6171         
6172         * src/Makefile.am
6173         * src/prefs_toolbar.[ch]        **New File**
6174         * src/toolbar.[ch]              **New File**
6175                 o prefs_toolbar.[ch] custom toolbar frontend
6176                 o toolbar.[ch]       backend 
6177
6178 2002-08-06 [oliver]     0.8.1claws25
6179
6180         * src/prefs_actions.[ch]
6181                 o new exported function actions_execute
6182
6183 2002-08-06 [paul]       0.8.1claws24
6184
6185         * sync with 0.8.1cvs4
6186                 see ChangeLog 2002-08-06
6187
6188 2002-08-06 [paul]       0.8.1claws23
6189
6190         * sync with 0.8.1cvs13
6191                 see ChangeLog 2002-08-06
6192
6193 2002-08-06 [paul]       0.8.1claws22
6194
6195         * sync with 0.8.1cvs12
6196                 see ChangeLog 2002-08-05 and 2002-08-06
6197
6198 2002-08-06 [match]      0.8.1claws21
6199
6200         * src/addrclip.c
6201                 improvements to cut/copy/paste address
6202
6203 2002-08-05 [match]      0.8.1claws20
6204
6205         * src/addritem.[ch]
6206         * src/addrcache.c
6207         * src/addrbook.c
6208         * src/editaddress.c
6209         * src/addressbook.c
6210                 fixes to improve cut/copy/paste
6211
6212 2002-08-06 [melvin]     0.8.1claws19
6213
6214         * src/account.[ch]
6215                 account_find_all_from_address(): new function that returns the
6216                 list of all accounts that are matched in an address.
6217         * src/alertpanel.[ch]
6218                 alertpanel() now accepts a custom widget
6219                 alertpanel_with_widget(): new function that pops up a panel with
6220                 a custom widget in it 
6221         * src/gtkutils.[ch]
6222                 gtkut_account_menu_new(): new function that allows the selection
6223                 of an account from a list of accounts.
6224         * src/messageview.c
6225                 Extended Return Receipt notification to select the correct 
6226                 account and to make a security test on the Delivery-Notification
6227                 address which should be the same as the Return-Path.
6228
6229 2002-08-06 [thorsten]   0.8.1claws18
6230
6231         * src/mimeview.c
6232                 attach_all: save unnamed as "noname.%d",
6233                 dont free static dirname
6234
6235 2002-08-05 [alfons]     0.8.1claws17
6236
6237         * configure.in
6238                 detect XIM by trying to link rather than compile a XIM program
6239
6240 2002-08-05 [oliver]     0.8.1claws16
6241                 
6242         * src/stock_pixmap.[ch]
6243                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6244                 o new func to retrieve pixmaps
6245
6246 2002-08-05 [paul]       0.8.1claws15
6247
6248         * sync with 0.8.1cvs10
6249                 see ChangeLog 2002-08-05
6250
6251 2002-08-04 [alfons]     0.8.1claws14
6252
6253         * src/textview.c
6254                 see if this plugs memleak
6255
6256 2002-08-04 [melvin]     0.8.1claws13
6257
6258         * src/gtkspell.c
6259                 fixed bug that could crash Sylpheed when highlighting
6260                 all misspelled words.
6261
6262 2002-08-03 [melvin]     0.8.1claws12
6263
6264         * src/prefs_actions.c
6265                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6266         * src/messageview.c
6267                 fixed bug where the Return Receipt was sent to
6268                 Delivery-Notification-To address even if it was not present
6269
6270 2002-08-02 [alfons]     0.8.1claws11
6271
6272         * src/prefs_actions.c
6273                 o more check for NULLs
6274                 o put create_io_dialog() in right conditional block
6275
6276 2002-08-02 [paul]       0.8.1claws10
6277
6278         * po/es.po
6279                 updated by Ricardo Mones Lastra
6280
6281 2002-08-01 [christoph]  0.8.1claws9
6282
6283         * src/folder.c
6284                 don't free the cache of the opened
6285                 folder in the summaryview
6286         * src/summaryview.c
6287                 don't unset flags, if it is not required
6288
6289 2002-08-01 [paul]       0.8.1claws8
6290
6291         * sync with 0.8.1cvs8
6292                 see ChangeLog entry 2002-08-01
6293
6294 2002-08-01 [paul]       0.8.1claws7
6295
6296         * sync with 0.8.1cvs7
6297                 see ChangeLog 2002-07-31 and 2002-08-01
6298
6299 2002-07-31 [christoph]  0.8.1claws6
6300
6301         * src/mainwindow.c
6302                 forgot to update menu sensitivity
6303                 function for new menu entry
6304
6305 2002-07-31 [alfons]     0.8.1claws5
6306
6307         * src/main.c
6308                 check folder item and its path for NULL on
6309                 initial processing
6310
6311 2002-07-31 [christoph]  0.8.1claws4
6312
6313         * src/folder.c
6314                 check if folder_item_get_msginfo in
6315                 folder_item_remove_msg returned NULL
6316         * src/imap.c
6317                 better clear the uid cache in the
6318                 uid validity check function and delete
6319                 cached messages
6320
6321 2002-07-31 [paul]       0.8.1claws3
6322
6323         * man/sylpheed.1
6324                 add the '--attach' option and a few other
6325                 minor changes
6326
6327 2002-07-31 [paul]       0.8.1claws2
6328
6329         * sync with 0.8.1cvs5
6330                 see ChangeLog 2002-07-31
6331
6332 2002-07-31 [christoph]  0.8.1claws1
6333
6334         * src/folderview.[ch]
6335         * src/mainwindow.c
6336                 replace "Rescan all folders..." with
6337                 "Check all folders for new messages..."
6338
6339 2002-07-30 [paul]       0.8.1claws
6340
6341         * version 0.8.1claws released
6342
6343 2002-07-30 [paul]       0.8.0claws29
6344
6345         * tools/OOo2sylpheed.pl ** NEW FILE **
6346           tools/README
6347                 add script to enable sending documents as
6348                 attachments from OpenOffice.org
6349
6350 2002-07-30 [melvin]     0.8.0claws28
6351
6352         * src/prefs_actions.c
6353                 Made the actions' input/output dialog display
6354                 without delay.
6355
6356 2002-07-30 [christoph]  0.8.0claws27
6357
6358         * src/procmsg.c
6359                 check if folder_item_get_msginfo in
6360                 procmsg_save_to_outbox returned NULL
6361
6362 2002-07-30 [paul]       0.8.0claws26
6363
6364         * sync with 0.8.1cvs4
6365                 see ChangeLog 2002-07-29
6366
6367 2002-07-29 [thorsten]   0.8.0claws25
6368
6369         * README.claws
6370                 added selective download, delete on server
6371
6372 2002-07-29 [paul]       0.8.0claws24
6373
6374         * sync with 0.8.1cvs3
6375                 see ChangeLog 2002-07-29
6376
6377 2002-07-27 [christoph]  0.8.0claws23
6378
6379         * src/folder.c
6380                 add extra check if fetching the msginfo
6381                 returned NULL
6382
6383 2002-07-27 [paul]       0.8.0claws22
6384
6385         * sync with 0.8.1cvs2
6386                 see ChangeLog 2002-07-26
6387
6388 2002-07-27 [christoph]  0.8.0claws21
6389
6390         * src/imap.c
6391                 add another check if a valid msginfo
6392                 was returned
6393
6394 2002-07-26 [hoa]        0.8.0claws20
6395
6396         * src/folder.c
6397                 Fixed a condition in folder_item_destroy()
6398
6399         * src/imap.c
6400                 Fixed an error in IMAP protocol
6401
6402 2002-07-26 [alfons]     0.8.0claws19
6403
6404         * src/folder.c
6405                 ofcourse compare with identifier, not the path
6406
6407 2002-07-26 [alfons]     0.8.0claws18
6408
6409         * src/folder.c
6410                 use folder item identifier for saving / restoring
6411                 preferences because folder->path might not be unique
6412
6413 2002-07-26 [melvin]     0.8.0claws17
6414
6415         * src/logwindow.c
6416                 Fixed a crash introduced in 0.8.0claws5 when log is 
6417                 cut under 80 characters.
6418
6419 2002-07-26 [paul]       0.8.0claws16
6420
6421         * sync with 0.8.1cvs1
6422                 see ChangeLog 2002-07-26
6423
6424 2002-07-26 [christoph]  0.8.0claws15
6425
6426         * src/imap.[ch]
6427                 imap folder now remembers the last selected
6428                 folder and imap_fetch_msginfo skips selecting
6429                 the folder if it is already selected
6430
6431 2002-07-26 [christoph]  0.8.0claws14
6432
6433         * src/folder.c
6434         * src/folderview.c
6435         * src/imap.c
6436                 fix imap folder rescanning
6437
6438 2002-07-25 [christoph]  0.8.0claws13
6439
6440         * src/filter.c
6441         * src/folder.[ch]
6442         * src/folderview.c
6443         * src/imap.[ch]
6444         * src/mainwindow.c
6445         * src/mbox_folder.c
6446         * src/mh.c
6447         * src/news.c
6448                 implement imap uid cache and uid validity check
6449
6450 2002-07-25 [alfons]     0.8.0claws12
6451
6452         * src/summaryview.c
6453                 fix a brown paper bag bug, and also add some more
6454                 checks
6455
6456 2002-07-25 [christoph]  0.8.0claws11
6457
6458         * src/folder.c
6459                 don't mix copy, fetch_msginfo and remove
6460                 operations in folder item copy and move
6461                 operations
6462
6463 2002-07-25 [christoph]  0.8.0claws10
6464
6465         * src/folderview.c
6466         * src/mainwindow.c
6467         * src/prefs_folder_item.c
6468         * src/summaryview.[ch]
6469                 remove no longer required parameter update_cache from
6470                 summary_show
6471
6472 2002-07-25 [paul]       0.8.0claws9
6473
6474         * sync with 0.8.1
6475         
6476         * AUTHORS
6477                 a few corrections
6478
6479 2002-07-24 [alfons]     0.8.0claws8
6480
6481         * src/summaryview.c
6482                 sort correctly when using simplified subject line
6483                 (closes feature request "[ 585141 ] applying regexp to subject 
6484                 before sort" submitted by Alexandra Walford)
6485
6486 2002-07-24 [paul]       0.8.0claws7
6487
6488         * sync with 0.8.0cvs3
6489                 see ChangeLog 2002-07-24
6490
6491 2002-07-23 [christoph]  0.8.0claws6
6492
6493         * src/folder.c
6494         * src/folder.h
6495         * src/summaryview.c
6496         * src/summaryview.h
6497         * src/main.c
6498                 o separate processing and summaryview
6499                 o removed summary_write_cache from summaryview
6500                 o removed summaryview->killed_messages, because we don't have
6501                   to keep a list of killed messages anymore. New cache will
6502                   keep the hidden messages in cache anyway
6503         * src/folderview.c
6504         * src/inc.c
6505         * src/selective_download.c
6506                 o removed unnecessary summary_write_cache calls
6507         * src/procmsg.c
6508                 o don't set ignore thread flag in procmsg_get_thread_tree
6509                   if it is already set
6510         * src/mainwindow.c
6511         * src/statusbar.h
6512                 o moved STATUSBAR_PUSH/POP to statusbar.h because
6513                   they are used in different files
6514
6515 2002-07-23 [melvin]     0.8.0claws5
6516
6517         * src/addressbook.c
6518         * src/addrgather.c
6519         * src/editaddress.c
6520         * src/editgroup.c
6521         * src/editldap_basedn.c
6522         * src/importldif.c
6523         * src/prefs_common.c
6524                 Fixed few memory leak (gtk_editable_get_chars returns
6525                 an allocated string)
6526         * src/logwindow.c
6527                 Fixed few memory leak (gtk_editable_get_chars returns
6528                 an allocated string) and modified a little the log cutting
6529                 loop.
6530         * src/compose.c
6531                 Replaced a call to an obsolete function gtk_entry_get_text()
6532                 by gtk_editable_get_chars()
6533         * src/send.c
6534                 Removed a debug printf
6535
6536 2002-07-23 [christoph]  0.8.0claws4
6537
6538         * src/filesel.c
6539                 fix another g_dirname memory leak
6540
6541 2002-07-23 [christoph]  0.8.0claws3
6542
6543         * src/mh.c
6544                 fixed a memory leak in mh_fetch_msginfo
6545                 fixed crash when message header could not be
6546                 parsed
6547
6548 2002-07-23 [paul]       0.8.0claws2
6549
6550         * sync with 0.8.0cvs2
6551                 see ChangeLog 2002-07-23
6552
6553 2002-07-23 [paul]       0.8.0claws1
6554
6555         * sync with 0.8.0cvs1
6556                 see ChangeLog 2002-07-23
6557
6558 2002-07-23 [paul]       0.8.0claws
6559
6560         * release of 0.8.0claws
6561
6562 2002-07-23 [paul]       0.7.8claws99
6563
6564         * po/ru.po
6565                 new Russian translation, submitted by
6566                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
6567
6568 2002-07-22 [jens]       0.7.8claws98
6569
6570         * po/de.po
6571                 Updated German translations.
6572
6573 2002-07-22 [paul]       0.7.8claws97
6574
6575         * po/es.po
6576           po/it.po
6577           po/nl.po
6578           po/pt_BR.po
6579                 updated translations by Ricardo Mones Lastra,
6580                 Alessandro Maestri, Wilbert Berendsen and 
6581                 Fabio Jr. Beneditto respectively
6582
6583 2002-07-22 [christoph]  0.7.8claws96
6584
6585         * src/mimeview.c
6586                 fix memory leak caused by wrong g_dirname usage
6587
6588 2002-07-22 [christoph]  0.7.8claws95
6589
6590         * src/summaryview.c
6591                 update new and unread message counts for summaryview
6592                 summaryview does not get it from the folder anymore
6593                 and has to update the values itself
6594
6595 2002-07-22 [melvin]     0.7.8claws94
6596
6597         * po/fr.po
6598                 Updated French translations.
6599
6600 2002-07-22 [christoph]  0.7.8claws93
6601
6602         * src/matcher.c
6603                 set prop->preg pointer to NULL or following check
6604                 will not fail and regexec will be called with
6605                 invalid pointer
6606
6607 2002-07-21 [alfons]     0.7.8claws92
6608         
6609         * src/prefs_common.[ch]
6610                 remove option "Send return receipt on request"
6611
6612 2002-07-21 [thorsten]   0.7.8claws91
6613
6614         * src/mimeview.c
6615                 fixed memleaks, coding style as pointed out by alfons
6616
6617 2002-07-21 [alfons]     0.7.8claws90
6618
6619         * src/messageview.c
6620         * src/noticeview.[ch]
6621                 o fix bug notice view being displayed when going to empty folder 
6622                   (noticed by Christoph)
6623                 o allow RRR to be sent when restarting sylpheed, or changing folder 
6624                   (noticed by Thorsten)
6625
6626 2002-07-21 [thorsten]   0.7.8claws89
6627
6628         * src/mimeview.c
6629                 Included save_all patch from Xaview FACQ
6630                 added support for pathnames
6631
6632 2002-07-21 [alfons]     0.7.8claws88
6633
6634         * po/POTFILES.in
6635         * src/Makefile.am
6636         * src/mainwindow.c
6637         * src/messageview.[ch]
6638         * src/noticeview.c      ** NEW FILE **
6639         * src/noticeview.h      ** NEW FILE **
6640                 make return receipts work again
6641                 (UI idea by Leandro Pereira)
6642
6643 2002-07-21 [paul]       0.7.8claws87
6644
6645         * src/summaryview.c
6646                 fix sensitivity of 'Select thread'
6647
6648 2002-07-21 [paul]       0.7.8claws86
6649
6650         * src/prefs_common.c
6651                 add browser command line for Galeon
6652
6653 2002-07-21 [paul]       0.7.8claws85
6654
6655         * Makefile.am
6656                 fix 'EXTRA_DIST': remove README.README, add TODO
6657                 and TODO.claws
6658
6659 2002-07-21 [alfons]     0.7.8claws84
6660
6661         * src/gtkstext.c
6662                 make enter clear selection
6663                 (closes "[ 579888 ] Editor selection/entry error"
6664                 reported by Steve Lamb)
6665
6666 2002-07-21 [alfons]     0.7.8claws83
6667         
6668         * src/summaryview.c
6669                 sort message list when selecting unthread messages
6670                 (closes "[ 501593 ] switching threaded view doesn't sort"
6671                 reported by Simon Schubert)
6672
6673 2002-07-20 [alfons]     0.7.8claws82
6674         
6675         * src/matcher.c
6676                 const-correctness
6677
6678 2002-07-20 [thorsten]   0.7.8claws81
6679
6680         * src/matcher.c
6681                 Fixed expansion of empty fields in matchactions
6682
6683 2002-07-19 [melvin]     0.7.8claws80
6684
6685         * src/gtkspell.c
6686                 Removed a duplicate menu entry (fast mode) introduced during
6687                 the new cache merge
6688                 Added a menu separator between 'Use alternate' and 'Fast mode'
6689
6690 2002-07-19 [paul]       0.7.8claws79
6691
6692         * tools/Makefile.am
6693           tools/README
6694                 correct typos
6695
6696 2002-07-19 [thorsten]   0.7.8claws78
6697
6698         * tools/calypso_convert.pl      ** NEW FILE **
6699           tools/README
6700           tools/Makefile.am
6701                 script to import mbox files exported
6702                 by calypso
6703                 o generates folder structure
6704                 o includes attachments
6705
6706 2002-07-19 [melvin]     0.7.8claws77
6707
6708         * src/selective_download.[ch]
6709                 Fixed bug where closing the dialog with the window manager's
6710                 close button will not unlock the summary
6711                 Corrected some function declarations that missed a return value
6712                 Made the source code comply better with coding style.
6713         * src/prefs_common.c
6714                 Added new browser command line for Mozilla.
6715
6716 2002-07-18 [paul]       0.7.8claws76
6717
6718         * src/mainwindow.c
6719           src/selective_download.[ch]
6720                 reflect theme changes, fix Gdk Warning when creating 
6721                 pixmap from NULL window, and minor clean up.
6722                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
6723
6724         * po/en_GB.po
6725                 updated
6726
6727 2002-07-17 [paul]       0.7.8claws75
6728
6729         * INSTALL[.jp]
6730                 sync with 0.8.0
6731         
6732         * po/en_GB.po
6733                 updated
6734
6735 2002-07-16 [paul]       0.7.8claws74
6736
6737         * tools/filter_conv.pl
6738           tools/README
6739                 replace conversion script with reimplemented version, 
6740                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
6741
6742 2002-07-16 [colin]      0.7.8claws73
6743
6744         * src/summaryview.c
6745                 remove forgotten debug messages - sorry ;-)
6746
6747 2002-07-16 [colin]      0.7.8claws72
6748
6749         * src/mimeview.c
6750           src/summaryview.c
6751           src/textview.c
6752           src/textview.h
6753                 add the ability to select part of a text mime-part 
6754                 to reply.
6755
6756 2002-07-15 [christoph]  0.7.8claws71
6757
6758         * src/folder.c
6759                 fix folder message count for folders without
6760                 msg_is_changed (includes news folders)
6761
6762 2002-07-15 [martin]     0.7.8claws70
6763
6764         * src/summaryview.c
6765                 option "display recipient on 'From'..." now works
6766                 without the need of enabling the option
6767                 "display  sender  using  address  book".
6768
6769 2002-07-15 [christoph]  0.7.8claws69
6770
6771         * src/summaryview.c
6772                 removed setting folder status from summaryview.
6773                 folder.c should update all message counts correctly.
6774
6775 2002-07-15 [paul]       0.7.8claws68
6776
6777         * po/pt_BR.po
6778                 updated by Fabio Junior Beneditto
6779
6780 2002-07-15 [darko]      0.7.8claws67
6781
6782         * src/mh.c
6783                 Fixed target folder colorization, don't decrease op
6784                 number twice
6785
6786 2002-07-14 [paul]       0.7.8claws66
6787
6788         * sync with main 0.8.0
6789                 see ChangeLog 2002-07-14
6790
6791 2002-07-13 [melvin]     0.7.8claws65
6792         
6793         * src/addrbook.c
6794         * src/addressbook.c
6795         * src/addrindex.c
6796                 Replaced sprintf by g_snprintf to prevent possible buffer
6797                 overflow.
6798         * src/news.c
6799                 Corrected a log message output format.
6800                 Added a missing "done" debug output.
6801         * src/compose.c
6802                 Added keyboard accelerator for Priority menu items
6803                 Added missing \n in debug output
6804         * src/logwindow.c
6805         * src/gtkspell.c
6806         * src/rfc2015.c
6807                 Added missing \n in debug output
6808
6809 2002-07-13 [paul]       0.7.8claws64
6810
6811         * man/sylpheed.1
6812                 change Sergey's email address to the sf address
6813
6814         * src/textview.c
6815                 increase show_url_timeout (more useful for long
6816                 urls)
6817
6818 2002-07-12 [sergey]     0.7.8claws63
6819
6820         * src/rfc2015.c
6821                 applied (with some modifications) patch to set the
6822                 micalg parameter for signatures
6823                 (2001-08-28 Werner Koch <wk@gnupg.org>)
6824
6825 2002-07-12 [sergey]     0.7.8claws62
6826
6827         * man/Makefile.am
6828         * configure.in
6829                 fixed man page installation
6830
6831 2002-07-12 [paul]       0.7.8claws61
6832
6833         * sync with 0.7.8cvs26
6834                 see ChangeLog 2002-07-11 and 2002-07-12
6835
6836 2002-07-11 [christoph]  0.7.8claws60
6837
6838         * src/compose.c
6839         * src/procmsg.c
6840                 first use the message number to find the message
6841                 to mark with a reply flag but check the
6842                 message-id if we got the correct message, if not
6843                 try to find it by message-id.
6844                 use new string seperator that is not allowed
6845                 in message-ids.
6846
6847 2002-07-11 [paul]       0.7.8claws59
6848
6849         * sync with 0.7.8cvs23
6850                 see ChangeLog 2002-07-10
6851
6852 2002-07-10 [christoph]  0.7.8claws58
6853
6854         * src/folder.[ch]
6855         * src/msgcache.[ch]
6856                 Added message-id table to the cache in memory
6857                 and functions to msgcache.c and folder.c to
6858                 fetch MsgInfos by message id
6859         * src/compose.c
6860         * src/procmsg.c
6861                 store folder and message-id of message replying
6862                 to in queue header and set reply flag after sending
6863                 (Closes bug #469498)
6864
6865 2002-07-10 [paul]       0.7.8claws57
6866
6867         * AUTHORS
6868           man/sylpheed.1.gz
6869                 add Martin to the list of authors
6870
6871 2002-07-09 [martin]     0.7.8claws56
6872         * src/gtksctree.c
6873                 Added gtk_ctree_last_visible(), tree_update_level(),
6874                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
6875                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
6876                 from gtk+ to gtksctree.c for the new sorting code
6877                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
6878                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
6879         * src/gtksctree.h
6880                 Added declaration for gtk_sctree_sort_recursive() and
6881                 gtk_sctree_sort_node
6882         * src/addressbook.c
6883         * src/foldersel.c
6884         * src/folderview.c
6885         * src/summaryview.c
6886                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
6887                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
6888
6889 2002-07-08 [paul]       0.7.8claws55
6890
6891         * more sync with 0.7.8cvs21
6892                 see ChangeLog 2002-07-08
6893
6894 2002-07-08 [paul]       0.7.8claws54
6895
6896         * sync with 0.7.8cvs21
6897                 see ChangeLog 2002-07-08
6898
6899 2002-07-07 [alfons]     0.7.8claws53
6900
6901         * src/Makefile.am
6902         * src/stock_pixmap.[ch]
6903         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
6904         * src/pixmaps/notice_error.xpm  ** NEW FILE **
6905         * src/pixmaps/notice_note.xpm   ** NEW FILE **
6906                 add new pixmaps for upcoming notice pane
6907
6908 2002-07-06 [melvin]     0.7.8claws52
6909
6910         * src/gtkspell.[ch]
6911                 Made them a bit closer to Sylpheed's coding style.
6912                 Removed old code.
6913                 Removed possible memory leaks when some errors occurs.
6914
6915 2002-07-06 [melvin]     0.7.8claws51
6916
6917         * po/Makefile.in.in
6918                 Removed --no-location in xgettext command line to help
6919                 translators that use Emacs' po-mode
6920         * src/quote_fmt.c
6921                 Removed unnecessary comments that messed up sylpheed.pot
6922
6923 2002-07-06 [paul]       0.7.8claws50
6924
6925         * sync with 0.7.8cvs19
6926                 see ChangeLog 2002-07-05
6927
6928 2002-07-06 [christoph]  0.7.8claws49
6929
6930         * src/folder.c
6931         * src/mainwindow.c
6932                 fix folder_item_remove_all_msg and folderview
6933                 status for trash folders after emptying trash
6934
6935 2002-07-05 [paul]       0.7.8claws48
6936
6937         * sync with 0.7.8cvs16
6938                 see ChangeLog 2002-07-04 and 2002-07-05
6939
6940 2002-07-04 [paul]       0.7.8claws47
6941
6942         * sync with 0.7.8cvs14
6943                 see  ChangeLog 2002-07-04
6944
6945 2002-07-03 [alfons]     0.7.8claws46
6946
6947         * src/folder.c
6948                 dupe folder item's path because it's being reallocated
6949                 by new folder scanning code
6950
6951 2002-07-03 [christoph]  0.7.8claws45
6952
6953         * src/imap.c
6954                 better IMAP uid fetching using 'FETCH 1:* (UID)'
6955         * src/msgcache.c
6956                 add missing return in msgcache_write
6957
6958 2002-07-02 [thorsten]   0.7.8claws44
6959
6960         * src/jpilot.c
6961         * src/msgcache.c
6962         * src/rfc2015.c
6963                 use binary mode for file access
6964
6965 2002-07-02 [christoph]  0.7.8claws43
6966
6967         * major code cleanup (part 1)
6968         
6969                 - unused variables removed
6970                 - unused functions removed
6971                 - uninitialized variables checked
6972                 - missing return statements added
6973                 - missing function return types added
6974                 - added parentheses around assignment and
6975                   && in || when suggested by gcc
6976               
6977         * src/mh.c
6978         * src/folder.c
6979                 replaced direct calls to folder->scan_tree
6980                 with folder_scan_tree and restore folder
6981                 prefs in this function. The folder should
6982                 not have to deal with them.
6983                 ( Should now work for all folder types )
6984
6985 2002-07-02 [paul]       0.7.8claws42
6986
6987         * sync with 0.7.8cvs13
6988                 see ChangeLog 2002-07-01 and 2002-07-02
6989
6990 2002-07-01 [christoph]  0.7.8claws41
6991
6992         * src/summaryview.c
6993                 fix "goto next/prev unread message" with
6994                 ignored threads
6995
6996 2002-07-01 [paul]       0.7.8claws40
6997
6998         * po/es.po
6999                 updated by Ricardo Mones Lastra
7000
7001 2002-06-30 [match]      0.7.8claws39
7002
7003         * src/jpilot.c
7004                 applied variation of leonerd's patch (566661) to
7005                 allow multiple email addresses per JPilot entry.
7006                 addresses may be separated by space, comma, pipe,
7007                 semi-colon, new-line.
7008
7009 2002-06-30 [alfons]     0.7.8claws38
7010
7011         * src/procmsg.c
7012                 simple fix for putting older nodes before
7013                 newer nodes when threading by subject
7014
7015 2002-06-30 [christoph]  0.7.8claws37
7016
7017         * src/folder.c
7018         * src/folderview.c
7019         * src/mh.c
7020         * src/news.c
7021         * src/procmsg.c
7022                 fix broken folder tree rescaning
7023                 and don't use procmsg_get_mark_sum
7024                 anymore
7025
7026 2002-06-30 [christoph]  0.7.8claws36
7027
7028         * merge new cache branch
7029         * src/imap.c
7030                 fix new cache imap copy bug
7031         * src/folder.c
7032                 improved folder_item_scan
7033                 it should now always set the correct
7034                 new, unread and total message counts
7035
7036 2002-06-29 [paul]       0.7.8claws35
7037
7038         * configure.in
7039                 correct syntax error
7040
7041 2002-06-29 [paul]       0.7.8claws34
7042
7043         * configure.in
7044           Makefile.am
7045           man/Makefile.am       ** NEW FILE **
7046           man/sylpheed.1.gz     ** NEW FILE **
7047                 add Sylpheed man page
7048
7049 2002-06-29 [paul]       0.7.8claws33
7050
7051         * po/pt_BR.po
7052                 updated by Fabio Junior Beneditto
7053
7054 2002-06-28 [jens]       0.7.8claws32
7055
7056         * po/de.po
7057                 translation updated
7058
7059         * src/selective_download.c
7060                 removed gettext for space " "
7061
7062         * src/imap.c
7063                 removed wrong space
7064
7065 2002-06-28 [paul]       0.7.8claws31
7066
7067         * sync with 0.7.8cvs11
7068                 see ChangeLog 2002-06-28
7069
7070 2002-06-28 [paul]       0.7.8claws30
7071
7072         * sync with 0.7.8cvs10
7073                 see ChangeLog 2002-06-27 and 2002-06-28
7074
7075 2002-06-26 [paul]       0.7.8claws29
7076
7077         * src/addrgather.c
7078           src/selective_download.c
7079                 don't gettextise empty strings.
7080                 reserved by gettext. gettext("") returns 
7081                 the header entry with meta information, 
7082                 not the empty string
7083
7084         * po/en_GB.po
7085                 updated
7086
7087 2002-06-26 [paul]       0.7.8claws28
7088
7089         * sync with 0.7.8cvs7
7090                 see ChangeLog 2002-06-25
7091
7092         * src/prefs_common.c
7093                 ...and in the process, tweak the gui a little
7094
7095 2002-06-25 [alfons]     0.7.8claws27
7096         
7097         * configure.in
7098         * src/Makefile.am
7099                 fine tune ldap library detection
7100
7101 2002-06-25 [alfons]     0.7.8claws26
7102
7103         * src/compose.c
7104                 don't allow return receipts when composing a news article
7105
7106 2002-06-25 [paul]       0.7.8claws25
7107
7108         * Makefile.am
7109                 add '$(AMTAR)' to 'release' section to allow for
7110                 new and older autotools
7111
7112 2002-06-25 [paul]       0.7.8claws24
7113
7114         * src/summaryview.c
7115                 fix "No more unread messages" persistant pop-up
7116                 window bug
7117
7118 2002-06-25 [paul]       0.7.8claws23
7119
7120         * po/it.po
7121                 updated by Alessandro Maestri
7122
7123 2002-06-25 [paul]       0.7.8claws22
7124
7125         * sync with 0.7.8cvs6
7126                 see ChangeLog 2002-06-25
7127
7128 2002-06-24 [paul]       0.7.8claws21
7129
7130         * tools/update-po
7131                 add GPL copyright information
7132
7133 2002-06-24 [paul]       0.7.8claws20
7134
7135         * tools/Makefile.am
7136           tools/README
7137           tools/update-po       ** NEW FILE **
7138                 add script that eases the creation of *.po files
7139                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7140
7141 2002-06-23 [alfons]     0.7.8claws19
7142
7143         * src/messageview.c
7144                 make notification_convert_header obey const correctness
7145                 (next step will be fixing the broken return receipt)
7146
7147 2002-06-23 [paul]       0.7.8claws18
7148
7149         * src/messageview.c
7150                 fix bug introduced in last commit:
7151                 removed too much code in last commit - put back what's
7152                 needed
7153
7154 2002-06-23 [paul]       0.7.8claws17
7155
7156         * src/messageview.[ch]
7157                 remove code committed in error from locally patched
7158                 source
7159
7160 2002-06-23 [colin]      0.7.8claws16
7161
7162         * src/compose.[ch]
7163                 add compose_entry_select(), used to select the default_to
7164                 email address - hopefully avoiding people sending mails to
7165                 wrong recipients.
7166
7167 2002-06-22 [alfons]     0.7.8claws15
7168
7169         * AUTHORS
7170                 add Bram Metsch & Stanislav Karchebny
7171         * src/smtp.[ch]
7172         * src/prefs_account.[ch]
7173         * src/send.c
7174                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7175                   options.  (see <http://sourceforge.net/tracker/index.php
7176                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7177
7178                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7179                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7180
7181 2002-06-22 [paul]       0.7.8claws14
7182
7183         * sync with 0.7.8cvs5
7184                 see ChangeLog 2002-06-19 and 2002-06-20
7185
7186 2002-06-22 [alfons]     0.7.8claws13
7187
7188         * src/selective_download.c
7189                 fix a stupid mistake I made
7190
7191 2002-06-22 [alfons]     0.7.8claws12
7192
7193         * src/selective_download.[ch]
7194                 fix another unnoticed leak; cleanup code
7195
7196 2002-06-21 [alfons]
7197
7198         * tools/Makefile.am
7199                 gpg-sign <-- gpg-sign-syl
7200
7201 2002-06-21 [alfons]     0.7.8claws11
7202
7203         * src/selective_download.c
7204         * src/selective_download.h
7205                 fix assorted mix of allocation errors (should solve
7206                 problem reported by Philippe Gramoullé, see:
7207                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7208
7209 2002-06-20 [melvin]     0.7.8claws10
7210
7211         * tools/gpg-sign *REMOVED*
7212           tools/gpg-sign-syl *ADDED*
7213                 Replaced the gpg clearsigning script with the version using
7214                 xterm instead of ssh-askpass and changed its name.
7215
7216         * README.claws
7217                 Updated actions example to reflect the renaming of the
7218                 gpg clearsigning script.
7219
7220 2002-06-19 [paul]       0.7.8claws9
7221
7222         * sync with 0.7.8claws9
7223                 see ChangeLog 2002-06-18 and 2002-06-19
7224
7225 2002-06-19 [paul]       0.7.8claws8
7226
7227         * sync with 0.7.8cvs1
7228                 see ChangeLog 2002-06-18
7229
7230 2002-06-18 [alfons]     0.7.8claws7
7231
7232         * src/mainwindow.h
7233                 add omitted prototype
7234
7235 2002-06-17 [paul]       0.7.8claws6
7236
7237         * src/mainwindow.c
7238                 fix hiding of exec_btn
7239
7240 2002-06-17 [paul]       0.7.8claws5
7241
7242         * src/pop.c
7243                 remove unneeded code: should_delete() 
7244                 and Pop3State::uidl_todelete_list
7245
7246 2002-06-17 [paul]       0.7.8claws4
7247
7248         * sync with 0.7.8
7249                 see ChangeLog 2002-06-11 and 2002-06-13
7250
7251 2002-06-16 [alfons]     0.7.8claws3
7252         
7253         * src/folder.c
7254                 make sure lock sort mode (claws specific) is
7255                 also persists after a tree rescan
7256
7257 2002-06-16 [alfons]     0.7.8claws2
7258
7259         * src/prefs_folder_item.c
7260         * src/folder.[ch]
7261                 fix persistence of folder sort mode (broken
7262                 by adapting Hiro's new folder persistence code)
7263
7264 2002-06-16 [alfons]     0.7.8claws1
7265
7266         * AUTHORS
7267         * src/logwindow.c
7268         * src/prefscommon.[ch]
7269                 control size of log text in log window; 
7270                 closes patch #569155 submitted by Mitko Haralanov.
7271
7272 2002-06-15 [paul]       0.7.8claws
7273
7274         * release of 0.7.8claws
7275
7276 2002-06-15 [paul]       0.7.7claws
7277
7278         * po/pt_BR.po
7279                 updated by Fabio Junior Beneditto
7280
7281 2002-06-14 [paul]       0.7.6claws49
7282
7283         * po/es.po
7284                 updated by Ricardo Mones Lastra
7285
7286 2002-06-14 [paul]       0.7.6claws48
7287
7288         * po/nl.po
7289                 updated translation by Wilbert Berendsen
7290
7291 2002-06-14 [melvin]     0.7.6claws47
7292
7293         * po/fr.po
7294                 Updated French translation
7295
7296 2002-06-13 [paul]       0.7.6claws46
7297
7298         * src/filesel.c
7299                 allow filename to be typed in, rather than just
7300                 selected by the mouse. Patch by Gustavo Noronha Silva.
7301
7302 2002-06-13 [alfons]     0.7.6claws45
7303
7304         * src/mainwindow.[ch]
7305                 more cleanups (removing unnecessary menu items Expand 
7306                 summary / message view)
7307
7308 2002-06-13 [melvin]     0.7.6claws44
7309
7310         * po/POTFILES.in
7311                 Added src/string_match.c
7312         * src/string_match.c
7313                 Fixed possible buffer overflow.
7314                 Corrected typo.
7315                 Added missing config.h header.
7316         * src/prefs_common.c
7317           src/prefs_matcher.c
7318           src/prefs_scoring.c
7319                 Made some strings translatable (missing _(..)).
7320
7321 2002-06-13 [melvin]     0.7.6claws43
7322
7323         * README.claws
7324                 Corrected action example (verifying clearsigned mail).
7325         * src/prefs_account.c
7326                 Corrected typo.
7327         * src/prefs_common.c
7328                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7329
7330 2002-06-12 [alfons]     0.7.6claws42
7331
7332         * src/summaryview.c
7333                 add init of score column lost in 0.7.6claws42
7334
7335 2002-06-12 [paul]       0.7.6claws41
7336
7337         * src/prefs_account.c
7338                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7339                 behavior of the radio buttons, (from 0.7.7cvs2)
7340
7341 2002-06-11 [alfons]     0.7.6claws40
7342
7343         * src/messageview.[ch]
7344         * src/summaryview.[ch]
7345         * src/summary_search.c
7346         * src/mainwindow.c
7347                 perform a sync to bring in Hiro's separate view implementation 
7348
7349                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7350
7351 2002-06-11 [paul]       0.7.6claws39
7352         
7353         * src/prefs_account.c
7354                 correct a typo on the Receive tab
7355
7356 2002-06-10 [match]      0.7.6claws38
7357
7358         * src/addressbook.c
7359                 Included address completion patch from Gustavo Noronha.
7360
7361 2002-06-10 [paul]       0.7.6claws37
7362
7363         * src/inc.[ch]
7364           src/pop.c
7365           src/prefs_account.[ch]
7366           src/selective_download.[ch]
7367                 apply PATCH #561712
7368                  NEW:
7369                 - check if POP Account
7370                 - Receive Button renamed to Preview
7371                 - Preview Button Popup: preview new/all messages
7372                 - Download Button
7373                 - Account Preferences-->Receive tab checkbutton if you
7374                   want to remove Mail after Download
7375                 -: default YES
7376                 - Account Preferences-->Receive tab checkbutton use
7377                   filtering rules on preview
7378                   (think of delete_on_server)
7379                 -: default YES
7380                 - Account selectable from SD dialog
7381                 - checkbutton to show already downloaded messages if
7382                   all messages are previewed
7383                 - new clist column showing Date
7384                 - ESC KEY close
7385                 FIXES:
7386                 - play ball with UIDL
7387                 - fault tolerant (?) 
7388                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7389
7390 2002-06-10 [melvin]     0.7.6claws36
7391
7392         * README.claws
7393                 Added a hint to ac/README in cvs instructions.
7394
7395         * src/prefs_actions.c
7396                 Made it possible to use a more elaborate command line
7397                 for asynchronous actions, too.
7398
7399 2002-06-10 [melvin]     0.7.6claws35
7400         
7401         * src/prefs_actions.c
7402                 Make it possible to use a more elaborate command line
7403                 (e.g. |foo|bar|cat>there;echo Done|)
7404                 Corrected error message when calling %f, %F and %p commands
7405                 from the compose window.
7406
7407 2002-06-09 [colin]      0.7.6claws34
7408
7409         * src/summaryview.c
7410                 Automatically find unread messages in current folder
7411                 before annoying the user.
7412
7413 2002-06-08 [alfons]     0.7.6claws33
7414
7415         * po/it.po
7416                 remove bad formatting string in it.po translation
7417                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
7418
7419 2002-06-08 [paul]       0.7.6claws32
7420
7421         * sync with 0.7.6cvs25
7422                 see ChangeLog 2002-06-07
7423
7424 2002-06-05 [paul]       0.7.6claws31
7425
7426         * src/mainwindow.c
7427                 add 'Sort by locked' and 'Sort by score'
7428
7429 2002-06-05 [paul]       0.7.6claws30
7430
7431         * sync with 0.7.6cvs24
7432                 see ChangeLog 2002-06-04
7433
7434 2002-06-04 [paul]       0.7.6claws29
7435
7436         * po/pt_BR.po
7437                 updated by Fabio Junior Beneditto
7438
7439 2002-06-03 [thorsten]   0.7.6claws28
7440
7441         * src/matcher.c
7442                 fclose() matcherrc after reading
7443
7444 2002-06-03 [paul]       0.7.6claws27
7445
7446         * sync with 0.7.6cvs21
7447                 see ChangeLog 2002-05-31
7448
7449 2002-05-31 [paul]       0.7.6claws26
7450
7451         * sync with 0.7.6cvs20
7452                 see ChangeLog 2002-05-29 and 2002-05-30
7453
7454 2002-05-31 [paul]       0.7.6claws25
7455
7456         * src/imap.c
7457                 hopefully fix last buggy sync
7458
7459         * README.claws
7460                 correct typo in 'Actions' examples
7461
7462 2002-05-29 [paul]       0.7.6claws24
7463
7464         * sync with 0.7.6cvs18
7465                 see ChangeLog 2002-05-28 and 2002-05-29
7466
7467         * src/news.c
7468           src/nntp.[ch]
7469                 sync with above 
7470
7471 2002-05-28 [paul]       0.7.6claws23
7472
7473         * sync with 0.7.6cvs16
7474                 see ChangeLog 2002-05-28
7475
7476 2002-05-27 [thorsten]   0.7.6claws22 
7477
7478         * faq/it/sylpheed-faq-1.html
7479           faq/it/sylpheed-faq-2.html
7480           faq/it/sylpheed-faq-3.html
7481           faq/it/sylpheed-faq.html
7482                 corrected DOS lineendings
7483         * faq/de/sylpheed-faq-1.html
7484           faq/de/sylpheed-faq-2.html
7485           faq/en/sylpheed-faq-1.html
7486           faq/en/sylpheed-faq-2.html
7487           faq/en/sylpheed-faq-3.html
7488           faq/es/sylpheed-faq-1.html
7489           faq/es/sylpheed-faq-2.html
7490           faq/es/sylpheed-faq-3.html
7491           faq/fr/sylpheed-faq-1.html
7492           faq/it/sylpheed-faq-1.html
7493           faq/it/sylpheed-faq-2.html
7494           faq/it/sylpheed-faq-3.html
7495           faq/it/sylpheed-faq.html
7496                 changed ">" to &quot;
7497
7498 2002-05-27 [paul]       0.7.6claws21
7499         
7500         * sync with 0.7.6cvs15
7501                 see ChangeLog 2002-05-27
7502
7503 2002-05-27 [paul]       0.7.6claws20
7504
7505         * src/prefs_account.c
7506                 correct a typo
7507
7508 2002-05-26 [paul]       0.7.6claws19
7509
7510         * tools/README
7511                 correct a typo
7512
7513 2002-05-25 [paul]       0.7.6claws18
7514
7515         * tools/README
7516                 add description of kmail2sylpheed.pl
7517
7518 2002-05-25 [paul]       0.7.6claws17
7519
7520         * tools/kmail2sylpheed.pl       ** NEW FILE **
7521                 perl script that converts an exported Kmail address
7522                 book, converts it to sylpheed addressbook file,
7523                 writes the file to .sylpheed, and updates
7524                 addrbook--index.xml 
7525
7526 2002-05-25 [paul]       0.7.6claws16
7527
7528         * sync with 0.7.6cvs14
7529                 see ChangeLog 2002-05-23
7530
7531 2002-05-24 [paul]       0.7.6claws15
7532
7533         * README.claws
7534                 make a correction and add some more info
7535
7536 2002-05-24 [paul]       0.7.6claws14
7537
7538         * src/compose.c
7539                 fix memory leak in 
7540                 compose_redirect_write_headers_from_headerlist()
7541                 add Subject and Resent-Message-ID to
7542                 compose_redirect_write_headers()
7543                 Received, Subject, and X-UIDL are filtered out in 
7544                 compose_redirect_write_to_file()
7545
7546 2002-05-23 [paul]       0.7.6claws13
7547
7548         * src/compose.[ch]
7549           src/filtering.c
7550           src/mainwindow.c
7551           src/matcher.[ch]
7552           src/matcher_parser_lex.l
7553           src/matcher_parser_parse.y
7554           src/prefs_common.[ch]
7555           src/prefs_filtering.c
7556           src/summaryview.c
7557                 rename 'Bounce' to 'Redirect'
7558
7559 2002-05-23 [paul]       0.7.6claws12
7560
7561         * more sync with 0.7.6cvs13
7562           src/compose.c
7563                 see ChangeLog 2002-05-22
7564
7565 2002-05-22 [paul]       0.7.6claws11
7566
7567         * sync with 0.7.6cvs13
7568           src/codeconv.c
7569                 see ChangeLog 2002-05-20
7570           src/prefs_common.c
7571                 see ChangeLog 2002-05-22
7572
7573 2002-05-21 [melvin]     0.7.6claws10
7574
7575         * src/folderview.c
7576                 Added missing filtering and scoring headers
7577                 Fixed bad function call that showed garbage 
7578                 in Folder->Processing
7579
7580 2002-05-21 [paul]       0.7.6claws9
7581
7582         * tools/Makefile.am
7583                 make all tools executable, (patch by Alfons).
7584
7585 2002-05-20 [alfons]     0.7.6claws8
7586
7587         * src/procheader.c
7588                 don't forget to call mktime() so we have a valid week 
7589                 and year day
7590                 (Bug report by Roger Sondermann <mail@jumaros.de>)
7591
7592 2002-05-20 [paul]       0.7.6claws7
7593
7594         * src/html.c
7595                 fix broken parsing of urls
7596         * src/textview.c
7597                 fix displaying of urls
7598
7599                 both fixes from the patch [547855] by Eugene 
7600                 Brevdo (zonem)
7601
7602 2002-05-19 [alfons]     0.7.6claws6
7603
7604         * configure.in
7605                 make sylpheed configure correctly with the latest
7606                 and greatest of automake / autoconf / gettext
7607
7608 2002-05-19 [alfons]     0.7.6claws5
7609
7610         * src/procheader.c
7611         * src/procheader.h
7612                 add function for returning ime zone offset
7613         * src/quote_fmt.c
7614         * src/quote_fmt_parse.y
7615                 better quotation formatting - does not convert
7616                 to local time, but uses the original date string.
7617                 
7618                 Note: %z inserts the timezone offset (should 
7619                 work also on platforms where strftime does not
7620                 support %z).
7621
7622 2002-05-18 [christoph]  0.7.6claws4
7623
7624         * src/summaryview.c
7625                 fix indentation of some code
7626         * tools/Makefile.am
7627                 fix spaces after \
7628         * src/Makefile.am
7629                 add missing \
7630                 correct path for ignorethread.xpm
7631                 incorrect filename for sylpheed_logo.xpm
7632                 add missing include matcher_parser_parse.h
7633
7634 2002-05-18 [paul]       0.7.6claws3
7635
7636         * sync with 0.7.6cvs8
7637                 see ChangeLog 2002-05-16 and 2002-05-17
7638
7639 2002-05-18 [melvin]     0.7.6claws2
7640
7641         * README.claws
7642                 Corrected an action's definition and fixed some misspellings.
7643
7644 2002-05-18 [paul]       0.7.6claws1
7645
7646         * tools/Makefile.am
7647           tools/gpg-sign        ** new file **
7648           tools/uudec           ** new file **
7649                 add Melvin's Actions scripts
7650
7651         * README.claws
7652                 add Melvin's descriptions for Actions
7653
7654 2002-05-18 [paul]       0.7.6claws
7655
7656         * Version 0.7.6claws released
7657
7658 2002-05-17 [paul]       0.7.5claws32
7659
7660         * po/es.po
7661                 updated by Ricardo Mones Lastra
7662
7663 2002-05-17 [paul]       0.7.5claws31
7664
7665         * src/compose.c
7666                 fix Account prefs default folder for sent/draft/deleted
7667                 messages bug
7668
7669         * po/it.po
7670           po/nl.po
7671                 updated translation by Alessandro Maestri and
7672                 Wilbert Berendsen
7673
7674 2002-05-17 [melvin]     0.7.5claws30
7675
7676         * src/prefs_actions.c
7677                 Fixed bug where using %F not at the end of the command 
7678                 resulted in an additional empty argument being created.
7679                 Thanks to Darko Koruga for reporting the bug.
7680
7681 2002-05-17 [melvin]     0.7.5claws29
7682
7683         * po/fr.po
7684                 Updated French translations.
7685
7686 2002-05-15 [paul]       0.7.5claws28
7687         
7688         * po/es.po
7689                 updated by Ricardo Mones Lastra
7690
7691 2002-05-15 [paul]       0.7.5claws27
7692
7693         * sync with 0.7.6cvs4
7694                 see ChangeLog 2002-05-14 and 2002-05-15
7695
7696 2002-05-14 [paul]       0.7.5claws26
7697
7698         * sync with 0.7.6cvs1
7699                 see ChangeLog 2002-05-13
7700
7701 2002-05-13 [thorsten]   0.7.5claws25
7702
7703         * src/messageview.c
7704                 fix select_all and copy in multipart messages
7705         * src/mainwindow.c
7706                 fix select_all and copy in multipart messages
7707
7708 2002-05-12 [paul]       0.7.5claws24
7709
7710         * src/summaryview.c
7711                 reverse last commit, bug already fixed in 0.7.5claws3
7712
7713 2002-05-12 [netztorte]  0.7.5claws23
7714
7715         * src/summaryview.c
7716                 dont parse empty addressbook (checked in before claws20)
7717
7718 2002-05-12 [melvin]     0.7.5claws22
7719
7720         * src/procmsg.[ch]
7721                 Removed unneeded priority code introduced by the previous 
7722                 commit.
7723
7724 2002-05-12 [melvin]     0.7.5claws21
7725
7726         * src/compose.[ch]
7727                 Added possibility to set message's priority.
7728         * src/procmsg.[ch]
7729                 Added possibility to set message's priority.
7730                 Added missing headers
7731
7732 2002-05-12 [melvin]     0.7.5claws20
7733
7734         * src/prefs_actions.c
7735                 Removed implicitely added quotes around the name
7736                 of the temporary files of mime parts.
7737
7738 2002-05-12 [paul]       0.7.5claws19
7739
7740         * sync with 0.7.5cvs20
7741                 see ChangeLog 2002-05-11
7742
7743 2002-05-12 [alfons]     0.7.5claws18
7744
7745         * src/quote_fmt_lex.l
7746         * src/quote_fmt_parse.y
7747                 allow quote / reply date & time format to be set using
7748                 %D{format}. format is a format string you'd pass to
7749                 strftime() (see man strftime, or the Display tab |
7750                 Date format setting).
7751
7752                 Currently %D converts the date to local time. 
7753
7754 2002-05-11 [paul]       0.7.5claws17
7755
7756         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
7757                 see ChangeLog 2002-05-10 and 2002-05-11
7758
7759 2002-05-10 [paul]       0.7.5claws16
7760
7761         * sync with 0.7.5cvs16
7762                 see ChangeLog entries 2002-05-09 and 
7763                 2002-05-10
7764
7765 2002-05-10 [colin]      0.7.5claws15
7766
7767         * src/textview.c
7768                 Corrected a bug that prevented sylpheed to open
7769                 double-clicked URIs.
7770
7771 2002-05-09 [paul]       0.7.5claws14
7772
7773         * sync with 0.7.5cvs14
7774                 see ChangeLog 2002-05-08 and 2002-05-09
7775
7776 2002-05-08 [paul]       0.7.5claws13
7777
7778         * sync with 0.7.5cvs11
7779                 see ChangeLog entry 2002-05-08
7780
7781 2002-05-08 [paul]       0.7.5claws12
7782
7783         * src/mainwindow.c
7784           src/textview.[ch]
7785                 fix segfault on View->Open in new window
7786                 patch submitted by Thorsten Maerz <torte@netztorte.de>
7787
7788 2002-05-07 [paul]       0.7.5claws11
7789
7790         * sync with 0.7.5cvs9
7791                 see ChangeLog entry 2002-05-07
7792
7793 2002-05-06 [paul]       0.7.5claws10
7794
7795         * src/messageview.c
7796           src/textview.c
7797                 display url in statusbar on single-click
7798                 patch submitted by Thorsten Maerz <torte@netztorte.de>
7799
7800 2002-05-06 [match]      0.7.5claws9
7801
7802         * src/addritem.[ch]
7803                 new functions.
7804         * src/addrcache.c
7805                 tidy up.
7806         * src/xmlprops.[ch]
7807                 XML implementation of properties file.
7808         * src/exporthtml.[ch]
7809         * src/expthtmldlg.[ch]
7810         * src/addressbook.c
7811                 export to HTML.
7812
7813 2002-05-02 [sergey]     0.7.5claws8
7814
7815         * src/mainwindow.c (mainwin_entries),
7816           src/prefs_common.c (prefs_send_create()),
7817           src/codeconv.c (locale_table):
7818                 use charset name "Windows-1251" instead of "CP1251".
7819
7820 2002-05-02 [colin]      0.7.5claws7
7821         
7822         * src/compose.c
7823           src/prefs_common.c
7824           src/prefs_folder_item.c
7825                 Fixed cosmetics bugs due to Outbox renamed to Sent.
7826
7827 2002-05-02 [hiro]       0.7.5claws6
7828
7829         * src/imap.c
7830                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
7831
7832 2002-05-02 [paul]       0.7.5claws5
7833
7834         * src/compose.c
7835                 more sync with 0.7.5cvs7, see ChangeLog entry
7836                 2002-05-02
7837
7838 2002-05-02 [hiro]       0.7.5claws4
7839
7840         * src/compose.c
7841                 compose_queue_sub():
7842                 check if queue folder exists (closes #550397).
7843                 removed directory creation since it should be handled
7844                 transparently.
7845         * src/imap.c
7846                 imap_add_msg(): return UID for appended message
7847                 (closes #548842).
7848
7849 2002-04-30 [paul]       0.7.5claws3
7850
7851         * src/summaryview.c
7852                 fix account_find_from_address() bug
7853
7854 2002-04-28 [colin]      0.7.5claws2
7855
7856         * src/compose.c
7857           src/textview.c
7858           src/prefs_common.[ch]
7859           src/utils.[ch]
7860                 Added user-definable quotation characters recognition.
7861
7862 2002-04-28 [paul]       0.7.5claws1
7863
7864         * sync with 0.7.5cvs4
7865                 see ChangeLog entry  2002-04-25
7866
7867 2002-04-28 [paul]       0.7.5claws
7868
7869         * po/es.po
7870           po/nl.po
7871           po/pt_BR.po
7872                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
7873                 Fabio Junior Beneditto
7874
7875 2002-04-27 [jens]       0.7.4claws103
7876
7877         * po/de.po
7878                 updated German translation.
7879
7880 2002-04-27 [hiro]       0.7.4claws102
7881
7882         * src/summaryview.c
7883                 summary_write_cache(): fixed the mark loss of hidden messages.
7884
7885 2002-04-26 [melvin]     0.7.4claws101
7886
7887         * src/procmsg.c
7888                 fixed a second typo (same one)
7889         * po/fr.po
7890           po/it.po
7891           po/pt_BR.po
7892                 fixed the type again...
7893
7894 2002-04-26 [melvin]     0.7.4claws100
7895
7896         * src/procmsg.c
7897                 fixed a typo in an alert message ("temorary").
7898         * po/it.po
7899         * po/pt_BR.po
7900                 corrected the typo  described above.
7901         * po/fr.po
7902                 updated French translation.
7903
7904 2002-04-26 [darko]      0.7.4claws99
7905
7906         * src/summaryview.c
7907                 fix target folder colorization
7908
7909 2002-04-25 [paul]       0.7.4claws98
7910
7911         * po/it.po
7912                 updated by Alessandro Maestri
7913
7914 2002-04-24 [colin]      0.7.4claws97
7915         
7916         * src/compose.c
7917                 Fixed double "subject is empty" question.
7918
7919 2002-04-23 [colin]      0.7.4claws96
7920         
7921         * src/mimeview.c
7922                 Corrected issue when "automatically display images" was
7923                 not set : first image remained after selecting second.
7924
7925 2002-04-23 [melvin]     0.7.4claws95
7926
7927         * src/prefs_actions.c
7928                 Don't display in/out dialog if there is nothing to show.
7929
7930 2002-04-23 [paul]       0.7.4claws94
7931
7932         * sync with 0.7.5cvs3
7933                 bug fixes: see ChangeLog entry 2002-04-23
7934
7935 2002-04-22 [darko]      0.7.4claws93
7936
7937         * src/compose.c
7938                 fix previous check-in which changed code after
7939                 merge from main
7940
7941 2002-04-22 [paul]       0.7.4claws92
7942
7943         * faq/de/*
7944                 add German FAQ
7945         * faq/en/*
7946           faq/es/*
7947           faq/fr/*
7948                 update English, Spanish and French FAQs
7949         * manual/de/*
7950           manual/es/*
7951                 add German and Spanish manuals
7952         * manual/en/*
7953           manual/fr/*
7954                 update English and French manuals
7955
7956         * src/Makefile.am
7957                 add to and re-arrange the pixmap entries
7958
7959 2002-04-22 [darko]      0.7.4claws91
7960
7961         * src/compose.c
7962                 fix sender initials recognition to only allow
7963                 '>' after the initials
7964
7965 2002-04-21 [paul]       0.7.4claws90
7966
7967         * sync with 0.7.5 release
7968                 see ChangeLog entry 2002-04-21
7969
7970 2002-04-21 [alfons]
7971
7972         * src/Makefile.am
7973                 add colin's new pixmaps to EXTRA_DIST
7974
7975 2002-04-21 [colin]      0.7.4claws89
7976         * src/compose.c
7977         * src/inc.c
7978         * src/mainwindow.[ch]
7979         * src/prefs_common.[ch]
7980         * src/stock_pixmap.[ch]
7981                 Added "Work offline" ability.
7982
7983 2002-04-21 [colin]      0.7.4claws88
7984         
7985         * src/mimeview.c
7986         * src/prefs_common.c
7987         * src/prefs_common.h
7988         * src/textview.c : Added an option to common preferences -> display
7989           to allow user not to automatically display images.
7990
7991 2002-04-21 [paul]       0.7.4claws87
7992
7993         * sync with 0.7.4cvs52
7994                 see ChangeLog entry 2002-04-21 (src/imap.c)
7995
7996 2002-04-21 [paul]       0.7.4claws86
7997
7998         * sync with 0.7.4cvs51
7999                 see ChangeLog entry 2002-04-21
8000
8001 2002-04-21 [paul]       0.7.4claws85
8002
8003         * sync with 0.7.4cvs49
8004                 see ChangeLog entries 2002-04-20 and 2002-04-21
8005
8006         * src/Makefile.am
8007                 clean up: remove old 'stock_' element from xpm 
8008                 filenames.
8009
8010 2002-04-21 [alfons]     0.7.4claws84
8011
8012         apply sync patch from Paul
8013
8014         * src/folderview.c
8015                 use old claws prefs_folder_item_create() for now
8016
8017 2002-04-19 [match]      0.7.4claws83
8018
8019         * src/addressbook.[ch]
8020         * src/addrharvest.[ch]
8021         * src/addrgather.[ch]
8022                 recurse folders.
8023         * src/mainwindow.c
8024         * src/summaryview.[ch]
8025                 change menu option.
8026
8027 2002-04-19 [paul]       0.7.4claws82
8028
8029         * po/pt_BR.po
8030                 updated by Fabio Junior Beneditto
8031
8032 2002-04-14 [alfons]     0.7.4claws81
8033
8034         * src/passphrase.c
8035                 add #include <sys/types.h> for mode_t and off_t 
8036
8037 2002-04-13 [paul]       0.7.4claws80
8038         
8039         * src/main.c
8040           src/passphrase.[ch]
8041           src/pgptext.c
8042           src/prefs_common.[ch]
8043           src/rfc2015.c
8044                 enable storing of GnuPG passphrase for the whole 
8045                 session or a user-defined number of minutes. patch 
8046                 submitted by Ravemax <ravemax@dextrose.com>
8047
8048 2002-04-13 [alfons]     0.7.4claws79
8049
8050         * src/textview.c
8051                 make email parser also stop scanning when encountering separators
8052                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8053
8054 2002-04-13 [paul]       0.7.4claws78
8055
8056         * sync with 0.7.4cvs39
8057                 see ChangeLog entry 2002-04-12
8058
8059 2002-04-11 [paul]       0.7.4claws77
8060
8061         * sync with 0.7.4cvs37
8062                 see ChangeLog entry 2002-04-11
8063
8064 2002-04-11 [paul]       0.7.4claws76
8065
8066         * COPYING 
8067                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8068                 the clause for OpenSSL). sync with sylpheed main
8069
8070 2002-04-09 [melvin]     0.7.4claws75
8071
8072         * src/compose.c
8073                 Made 'Ctrl-Enter' on send ignore some modifiers 
8074                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8075                 to bind other *-Enter (but not Alt-Enter).
8076
8077 2002-04-09 [paul]       0.7.4claws74
8078
8079         * sync with 0.7.4cvs35
8080                 see ChangeLog entries 2002-04-09
8081
8082 2002-04-08 [paul]       0.7.4claws73
8083
8084         * sync with 0.7.4cvs33
8085                 see ChangeLog entry 200-04-08
8086
8087 2002-04-07 [match]      0.7.4claws72
8088
8089         * src/addrharvest.[ch]
8090                 fixed to read all addresses in header, regardless
8091                 of header size. improved name parsing. accommodate
8092                 harvest from folders and selected message.
8093         * src/addritem.[ch]
8094                 included new address parsing function.
8095         * src/addrgather.[ch]
8096         * src/addressbook.[ch]
8097         * src/summaryview.[ch]
8098         * src/mainwindow.c
8099                 allow address harvest of folder as well as selected
8100                 messages.
8101
8102 2002-04-07 [paul]       0.7.4claws71
8103
8104         * src/esmtp.[ch]
8105           src/smtp.c
8106                 don't try to authenticate with CRAM-MD5 in SMTP when 
8107                 SMTP-AUTH enabled if MTA doesn't issue this 
8108                 auth-method in it's ehlo-response. bug item #531364,
8109                 patch item #938910. patch submitted by Colin Leroy 
8110                 <colin@colino.net>
8111
8112 2002-04-07 [paul]       0.7.4claws70
8113
8114         * src/nntp.c
8115                 fix missing MODE_READER bug. patch submitted by
8116                 Colin Leroy <colin@colino.net>
8117
8118 2002-04-07 [alfons]     0.7.4claws69
8119
8120         * src/matcher.[ch]
8121         * src/prefs_filtering.c
8122         * src/summaryview.c
8123                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8124                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8125
8126 2002-04-07 [paul]       0.7.4claws68
8127
8128         * sync with 0.7.4cvs32
8129                 see ChangeLog entry 2002-04-06
8130
8131         * tools/filter_conv.pl
8132                 more bug fixes
8133
8134 2002-04-06 [paul]       0.7.4claws67
8135
8136         * tools/filter_conv.pl
8137                 modify to be able to find the name of the first
8138                 mailbox and use that. main's filter does not
8139                 record the full path to the mailbox and therefore
8140                 can only filter to the first mailbox.
8141
8142 2002-04-05 [paul]       0.7.4claws66
8143
8144         * tools/filter_conv.pl
8145                 attempt to make the script all-encompassing and
8146                 be able to convert any main 'filter' rule thrown
8147                 at it
8148
8149 2002-04-05 [paul]       0.7.4claws65
8150
8151         * tools/filter_conv.pl
8152                 allow for collapsed folder trees
8153
8154 2002-04-05 [paul]       0.7.4claws64
8155
8156         * sync with 0.7.4cvs31
8157                 see ChangeLog entries 2002-04-05
8158
8159 2002-04-03 [paul]       0.7.4claws63
8160
8161         * sync with 0.7.4cvs29
8162                 see ChangeLog entries 2002-04-02 and 2002-04-03
8163
8164 2002-04-02 [paul]       0.7.4claws62
8165
8166         * sync with 0.7.4cvs26
8167                 see ChangeLog entry 2002-04-01
8168
8169 2002-04-02 [match]      0.7.4claws61
8170
8171         * src/pine.[ch]
8172         * src/importpine.[ch]
8173         * src/addressbook.c
8174                 import Pine address book.
8175
8176 2002-04-02 [match]      0.7.4claws60
8177
8178         * src/addrharvest.[ch]
8179                 improve address parsing of funky addresses.
8180
8181 2002-04-02 [darko]      0.7.4claws59
8182
8183         * src/compose.c
8184                 wrap on send improvements, it now recognizes quoted
8185                 initials as part of the quotation string, and it
8186                 does not join lines separated by CR
8187
8188 2002-04-01 [match]      0.7.4claws58
8189
8190         * src/mgutils.[ch]
8191                 added new functions.
8192         * src/mutt.[ch]
8193                 remove excessive duplicate address generation
8194                 on import.
8195
8196 2002-04-01 [alfons]     0.7.4claws57
8197         
8198         * src/summaryview.c
8199                 put back g_free() 
8200
8201 2002-04-01 [paul]       0.7.4claws56
8202
8203         * sync with 0.7.4cvs25
8204                 see ChangeLog entry 2002-04-01
8205
8206 2002-04-01 [alfons]     0.7.4aprilfool55
8207
8208         * src/summaryview.c
8209                 honour feature request item #537427 to allow for
8210                 displaying names from address book for sent mail also
8211
8212 2002-03-29 [paul]       0.7.4claws54
8213
8214         * src/mainwindow.c
8215           src/prefs_filtering.[ch]
8216           src/prefs_matcher.c
8217           src/summaryview.c
8218                 add 'fast filter' for claws' filtering,
8219                 /Tools/Create filter rule/... patch submitted
8220                 by Neill Miller <neillm@thecodefactory.org>
8221
8222 2002-03-29 [paul]       0.7.4claws53
8223
8224         * sync with 0.7.4cvs24
8225                 see ChangeLog entry 2002-03-29
8226
8227 2002-03-28 [paul]       0.7.4claws52
8228
8229         * sync with 0.7.4cvs23
8230                 see ChangeLog entry 2002-03-28
8231
8232 2002-03-27 [melvin]     0.7.4claws51
8233
8234         * src/prefs_actions.c
8235                 Added support to pass only one message part (as a
8236                 file) to the command using '%p'. No quotes are needed
8237                 because doubles quotes are automatically added.
8238                 Fixed bug where Sylpheed could block when waiting for
8239                 a child process to finish.
8240                 Changed the help menu to remove quotes around symbols to 
8241                 avoid misinterpretation (they must not be used).
8242
8243 2002-03-27 [melvin]     0.7.4claws50
8244
8245         * src/inc.c
8246                 Made the new mail notification command always 
8247                 execute asynchronously.
8248
8249 2002-03-27 [paul]       0.7.4claws49
8250
8251         * src/compose.c
8252                 fix bug introduced in last commit
8253
8254 2002-03-27 [paul]       0.7.4claws48
8255
8256         * sync with 0.7.4cvs21
8257                 see ChangeLog 2002-03-26 and 2002-03-27
8258
8259 2002-03-26 [hoa]        0.7.4claws47
8260
8261         * src/prefs_folder_item.c
8262                 really fixed the bug #516442 with folder rescan.
8263
8264 2002-03-26 [paul]       0.7.4claws46
8265
8266         * sync with 0.7.4cvs19
8267                 see ChangeLog entries 2002-03-25 and 2002-03-26
8268
8269 2002-03-25 [hoa]        0.7.4claws45
8270
8271         * src/matcher.c
8272         * src/mh.c
8273                 fix the bug #516442 with folder rescan.
8274
8275         * src/prefs_common.[ch]
8276         * src/compose.c
8277                 added an option to enable two different behaviours
8278                 for bounce.
8279
8280
8281 2002-03-25 [paul]       0.7.4claws44
8282
8283         * src/mainwindow.c
8284           src/selective_download.c
8285                 correct a few menuitem labels
8286
8287 2002-03-25 [christoph]  0.7.4claws43
8288
8289         * src/procmsg.c
8290                 fix non deleted tmp message in
8291                 procmsg_save_to_outbox
8292                 fix problems caused by sync with
8293                 main branch's procmsg_send_queue
8294
8295 2002-03-25 [paul]       0.7.4claws42
8296
8297         * src/quote_fmt.c
8298           src/quote_fmt_lex.l
8299           src/quote_fmt_parse.y
8300                 add Last name (%L) placeholder for quoting. 
8301                 patch submitted by Thorsten Thielen 
8302                 <thth@users.sourceforge.net>
8303
8304 2002-03-25 [paul]       0.7.4claws41
8305
8306         * src/utils.c
8307                 get full hostname. patch submitted by
8308                 Bob Woodside <rwoodside1@comcast.net>
8309
8310 2002-03-25 [paul]       0.7.4claws40
8311
8312         * src/account.c
8313           src/news.c
8314           src/nntp.[ch]
8315           src/prefs_account.[ch]
8316                 enable NNTP over SSL. patch submitted by
8317                 Pascal Jermini <pascal@infinity.hn.org>
8318
8319 2002-03-24 [paul]       0.7.4claws39
8320
8321         * src/prefs_common.c
8322                 make the arrangement of the Compose tab more
8323                 coherent
8324
8325         * src/mainwindow.c
8326                 fix some irregularities of style
8327
8328         * po/de.po
8329                 updated by Kilian Krause
8330
8331 2002-03-23 [paul]       0.7.4claws38
8332
8333         * po/pt_BR.po
8334                 updated by Fabio Junior Beneditto
8335
8336 2002-03-23 [paul]       0.7.4claws37
8337
8338         * src/mainwindow.c
8339                 move 'Gather addresses' to 'Tools' menu
8340                 make 'Selective download' sensitive
8341
8342 2002-03-23 [paul]       0.7.4claws36
8343
8344         * sync with 0.7.4cvs16
8345                 see ChangeLog entries 2002-03-23
8346
8347 2002-03-22 [christoph]  0.7.4claws35
8348
8349         * src/quote_fmt_parse.y
8350                 fix include program output
8351
8352 2002-03-22 [alfons]     0.7.4claws34
8353
8354         * src/pop.c
8355                 initialize GDate stack variable correctly (sorry!)
8356
8357 2002-03-22 [paul]       0.7.4claws33
8358
8359         * src/compose.c
8360           src/mainwindow.c
8361           src/prefs_actions.c
8362           src/prefs_common.c
8363                 rename 'Tool' to 'Tools'
8364
8365         * src/mainwindow.c
8366                 move 'Delete duplicated messages' from
8367                 'Message/' to 'Tools/'
8368                 re-arrange the order of 'Tools/' items
8369
8370 2002-03-22 [paul]       0.7.4claws32
8371
8372         * src/addr_compl.c
8373           src/addressbook.[ch]
8374                 auto-address completion now also matches on
8375                 Nickname. patch submitted by Bob Forsman 
8376                 <hammor@users.sourceforge.net>
8377
8378         * src/editaddress.c
8379                 correct a spelling mistake
8380
8381 2002-03-22 [alfons]     0.7.4claws31
8382
8383         * src/pop.c
8384                 fix getting uidl from incorrect string 
8385                 (spotted by Colin)
8386
8387 2002-03-21 [alfons]     0.7.4claws30
8388
8389         * src/pop.c
8390                 more code refactoring
8391                 plug mem leak introduced by delete on server
8392
8393 2002-03-21 [paul]       0.7.4claws29
8394
8395         * sync with 0.7.4cvs11
8396                 see ChangeLog entries 2002-03-20
8397
8398 2002-03-20 [alfons]     0.7.4claws28
8399
8400         * src/inc.c
8401                 apply Colin's patch and refactor
8402
8403 2002-03-20 [paul]       0.7.4claws27
8404
8405         * sync with sylpheed 0.7.4cvs9
8406                 see ChangeLog entry 2002-03-20
8407
8408 2002-03-19 [christoph]  0.7.4claws26
8409
8410         * src/mh.c
8411         * src/procmsg.[ch]
8412         * src/summaryview.c
8413                 revert changes for flag updates
8414                 (does not work correctly and no time to debug)
8415
8416 2002-03-20 [alfons]     0.7.4claws25
8417
8418         * src/pop.c
8419                 refactor should_delete() a little bit 
8420
8421 2002-03-19 [paul]       0.7.4claws24
8422
8423         * src/inc.[ch]
8424           src/pop.c
8425           src/prefs_account.[ch]
8426                 allow the user to leave downloaded mail on the 
8427                 server for n days. Patch submitted by Colin Leroy 
8428                 <colin@colino.net>
8429
8430 2002-02-19 [paul]       0.7.4claws23
8431
8432         * sync with sylpheed 0.7.4cvs8
8433                 see ChangeLog entries 2002-03-19
8434
8435 2002-03-18 [paul]       0.7.4claws22
8436
8437         * sync with sylpheed 0.7.4cvs6
8438                 see ChangeLog entry 2002-03-18
8439
8440 2002-03-18 [paul]       0.7.4claws21
8441
8442         * po/en_GB.po
8443                 add en_GB message catalogue
8444
8445         * src/mbox_folder.c
8446           src/prefs_account.c
8447           src/prefs_actions.c
8448                 correct a few spelling mistakes
8449
8450 2002-03-17 [alfons]     0.7.4claws20
8451
8452         * src/matcher.c
8453                 more stringent checks for NULL params when writing
8454                 filtering actions to a file
8455                 
8456 2002-03-17 [hoa]        0.7.3claws20
8457
8458         * src/news.c
8459                 fixed the count of new messages
8460
8461         * src/compose.c
8462                 fixed the "attachment properties" window
8463
8464 2002-03-17 [paul]       0.7.4claws19
8465
8466         * src/defs.h
8467           src/folder.h
8468           src/news.c
8469           src/prefs_account.[ch]
8470           src/procmsg.[ch]
8471           src/summaryview.c
8472                 automatically mark cross-posted messages as read 
8473                 and (optionally) give them a colour label
8474                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
8475                 
8476
8477 2002-03-17 [paul]       0.7.4claws18
8478
8479         * sync with sylpheed 0.7.4cvs5
8480                 see ChangeLog entry 2002-03-17
8481
8482 2002-03-17 [melvin]     0.7.4claws17
8483         
8484         * src/textview.c
8485                 Worked around a gtktext 'bug': when searching for 
8486                 a text in a long message it was scrolling slowly
8487                 line by line until it hit the searched text.
8488         * po/fr.po
8489                 Updated French translation
8490
8491 2002-03-17 [melvin]     0.7.4claws16
8492
8493         * src/mainwindow.c
8494         * src/compose.c
8495         * src/prefs_actions.c
8496                 Moved "Edit/Actions" to "Tool/Actions"
8497                 Made mainwindow/compose window sensitive as soon as
8498                 no child process is running anymore even if the io dialog
8499                 is open.
8500                 Fixed a struct being initialized with a non constant char*
8501
8502 2002-03-16 [christoph]  0.7.4claws15
8503
8504         * configure.in
8505                 add --with-compiler-flags option
8506                 (only for developer hacking)
8507         * src/mh.c
8508         * src/procmsg.[ch]
8509         * src/summaryview.c
8510                 try to make folder-stats and flag handling more
8511                 independent from the summaryview. msgcounts
8512                 are only set when the folder is opened and
8513                 procmsg_msginfo_(un)set_flags will handle it
8514                 later and summaryview will get the values
8515                 from the folder.
8516
8517 2002-03-16 [paul]       0.7.4claws14
8518
8519         * src/messageview.c
8520                 fix Return-receipt. Patch submitted by Bob
8521                 Woodside <rwoodside1@comcast.net>
8522
8523 2002-03-16 [paul]       0.7.4claws13
8524
8525         * src/compose.c
8526                 fix 'dynamic' signatures, make it work again
8527                 broken during sync on 2002-03-14 (0.7.4claws2)
8528
8529 2002-03-15 [match]      0.7.4claws12
8530
8531         * src/addrharvest.[ch]
8532         * src/addrgather.[ch]
8533         * src/addressbook.[ch]
8534         * src/mainwindow.c
8535                 included address harvester feature. still some
8536                 issues with address parsing that I will fix.
8537
8538 2002-03-15 [match]      0.7.4claws11
8539
8540         * src/addrbook.[ch]
8541         * src/addrcache.[ch]
8542         * src/addressbook.[ch]
8543         * src/addrindex.c
8544         * src/editbook.c
8545         * src/importldif.c
8546         * src/importmutt.c
8547         * src/jpilot.[ch]
8548         * src/main.c
8549         * src/syldap.[ch]
8550         * src/vcard.[ch]
8551                 tidy up. fix memory leaks. moved attribs and methods
8552                 from individual interfaces to addrcache object. prep
8553                 for new stuff to come in.
8554
8555 2002-03-15 [alfons]     0.7.4claws10
8556
8557         * src/matcher.[ch]
8558         * src/matcher_parser_parse.y
8559         * src/matcher_parser_lex.l
8560         * src/prefs_matcher.c
8561                 add filtering conditions message greater than, smaller 
8562                 than, and exactly matching a size in bytes
8563                 (does not work with delete from POP3 server yet)
8564
8565                 this should also give others an idea what you should
8566                 do to add new criterions to claws filtering system
8567                 
8568
8569 2002-03-15 [paul]       0.7.4claws9
8570
8571         * tools/filter_conv.pl
8572                 exit if there are no filter rules to convert
8573                 rename filterrc to filterrc.old after completion
8574
8575 2002-03-15 [paul]       0.7.4claws8
8576
8577         * sync with sylpheed 0.7.4cvs3
8578                 see ChangeLog entry 2002-03-14
8579
8580 2002-03-14 [paul]       0.7.4claws7
8581
8582         * src/compose.c
8583                 clean up the last commit (ahem)
8584
8585 2002-03-14 [paul]       0.7.4claws6
8586
8587         * src/compose.c
8588                 fix bug #515655. honour account preferences
8589                 regarding gpg default signing/encryption when 
8590                 changing account from the compose window.
8591
8592 2002-03-14 [paul]       0.7.4claws5
8593
8594         * src/folderview.c
8595                 remove unnecessary curly brackets
8596
8597 2002-03-14 [paul]       0.7.4claws4
8598
8599         * src/folderview.c
8600           src/prefs_filtering.[ch]
8601                 add filter rename on folder rename and filter
8602                 delete on folder delete. Patch submitted by
8603                 Neill Miller <neillm@thecodefactory.org> 
8604
8605 2002-03-14 [christoph]  0.7.4claws3
8606
8607         * src/procmsg.c
8608         * src/send.c
8609                 fix local delivery
8610                 (patch submitted by "Simon 'corecode' Schubert")
8611         * src/prefs_common.c
8612         * src/procmsg.c
8613                 fix gcc 3.0 warning
8614
8615 2002-03-14 [paul]       0.7.4claws2
8616
8617         * sync with sylpheed 0.7.4cvs2
8618                 see ChangeLog entry 2002-03-13
8619
8620 2002-03-12 [darko]      0.7.4claws1
8621
8622         * src/mainwindow.c
8623                 fix what seems to be a copy and paste error
8624                 when setting color for important messages
8625                 (reported by wwp)
8626
8627 2002-03-11 [paul]       version 0.7.4claws released
8628
8629 2002-03-11 [paul]       0.7.4claws
8630
8631         * po/es.po
8632           po/it.po
8633           po/nl.po
8634           po/pt_BR.po
8635                 update message catalogs. Submitted by Ricardo Mones 
8636                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
8637                 Fabio Junior Beneditto
8638
8639         * configure.in
8640           faq/Makefile.am
8641           faq/it/Makefile
8642           faq/it/sylpheed-faq*
8643           src/mainwindow.c
8644           src/manual.[ch]
8645                 add FAQ in Italian
8646         
8647
8648 2002-03-11 [jens]       0.7.3claws7
8649
8650         * po/de.po
8651                 updated German translation
8652
8653 2002-03-11 [melvin]     0.7.3claws6
8654
8655         * po/fr.po
8656                 updated and corrected French translation
8657
8658 2002-03-10 [hoa]        0.7.3claws5
8659
8660         * src/account.c
8661         * src/inc.c
8662         * src/prefs_account.c
8663         * src/procmsg.c
8664         * src/send.[ch]
8665                 fixed the local account.
8666                 you have to change the default "/usr/sbin/sendmail"
8667                 to "/usr/sbin/sendmail -t" in the preferences of
8668                 the local account.
8669
8670         * src/procmime.c
8671                 removed some debug display for renderer
8672
8673 2002-03-10 [paul]       0.7.3claws4
8674
8675         * faq/en/sylpheed-faq-1.html
8676           faq/en/sylpheed-faq-2.html
8677                 update
8678
8679 2002-03-09 [paul]       0.7.3claws3
8680
8681         * sync with sylpheed 0.7.4
8682                 see ChangeLog entry 2002-03-09
8683
8684 2002-03-08 [paul]       0.7.3claws2
8685
8686         * faq/en/sylpheed-faq*
8687           faq/es/sylpheed-faq*
8688           faq/fr/sylpheed-faq*
8689                 update the FAQs
8690
8691         * manual/fr/.cvsignore
8692           manual/fr/Makefilea.am
8693           manual/fr/sylpheed*
8694           src/mainwindow.c
8695           src/manual.[ch]
8696                 add the French manual
8697
8698 2002-03-07 [paul]       0.7.3claws1
8699
8700         * sync with sylpheed 0.7.3cvs4
8701                 see ChangeLog entries  2002-03-06 and 2002-03-07
8702         
8703         * po/nl.po
8704                 updated by Wilbert Berendsen
8705
8706 2002-03-07 [melvin]     0.7.2claws34
8707
8708         * src/selective_download.c
8709                 Changed the pixmap of the receive button to MAIL_RECEIVE.
8710
8711 2002-03-06 [paul]       0.7.2claws33
8712
8713         * sync with sylpheed 0.7.3cvs1
8714                 bug fix, see ChangeLog entry 2002-03-05
8715
8716 2002-03-05 [paul]       0.7.2claws32
8717
8718         * src/mimeview.c
8719           src/pgptext.[ch]
8720           src/procmsg.c
8721                 reverse the pgp ascii-armored code implemented in 
8722                 0.7.2claws16. removal of this code until it matures.
8723                 this means that verifying ascii-armored pgp sigs and
8724                 automatic decryption of ascii-armored encrypted
8725                 messages no longer works.
8726
8727 2002-03-05 [paul]       0.7.2claws31
8728
8729         * configure.in
8730           Makefile.am
8731         * faq/Makefile.am
8732         * faq/en/Makefile.am
8733           faq/en/sylpheed-faq.html
8734           faq/en/sylpheed-faq-1.html
8735           faq/en/sylpheed-faq-2.html
8736           faq/en/sylpheed-faq-3.html
8737         * faq/es/Makefile.am
8738           faq/es/sylpheed-faq.html
8739           faq/es/sylpheed-faq-1.html
8740           faq/es/sylpheed-faq-2.html
8741           faq/es/sylpheed-faq-3.html
8742           faq/es/sylpheed-faq-4.html
8743         * faq/fr/Makefile.am
8744           faq/fr/sylpheed-faq.html
8745           faq/fr/sylpheed-faq-1.html
8746           faq/fr/sylpheed-faq-2.html
8747           faq/fr/sylpheed-faq-3.html
8748         * src/Makefile.am
8749           src/defs.h
8750           src/mainwindow.c
8751           src/manual.[ch]
8752                 add FAQs in English, Spanish and French
8753
8754
8755 2002-03-05 [paul]       0.7.2claws30
8756
8757         * manual/en/sylpheed.html
8758           manual/en/sylpheed-XX.html
8759                 updated the English manual
8760
8761 2002-03-05 [hoa]        
8762
8763         * src/summaryview.c
8764                 dialog box pops up if the article can't be deleted.
8765
8766 2002-03-04 [paul]       
8767         
8768         * po/pt_BR.po
8769                 updated by Fabio Junior Benedito
8770
8771 2002-03-04 [hoa]
8772
8773         * removed ac/gpgme.m4
8774                 to avoid autogen common problem
8775                 developers have to install gpgme development package now
8776
8777         * src/compose.c
8778                 encoding to 7bit or 8bit is enabled.
8779
8780 2002-03-03 [alfons]     0.7.2claws29
8781
8782         * src/pop.c
8783                 merge fix by Oliver Haertel for selective
8784                 download buglet
8785
8786 2002-03-03 [paul]       0.7.2claws28
8787         
8788         * sync with sylpheed 0.7.3
8789
8790 2002-03-03 [paul]       0.7.2claws27
8791
8792         * sync with sylpheed 0.7.2cvs24
8793                 see ChangeLog entries 2002-03-02 and 2002-03-03
8794
8795 2002-03-02 [melvin]     0.7.2claws26
8796
8797         * src/inc.[ch]
8798         * src/main.c
8799         * src/mainwindow.c
8800         * src/prefs_common.[ch]
8801                 Added user definable notification on new mail arrival.
8802                 Removed unused variables in spell checker prefs code.
8803
8804 2002-03-02 [melvin]     0.7.2claws25
8805
8806         * src/quote_fmt.c
8807                 Removed unnecessary escape sequences.
8808                 Changed 'Initial...' to 'Initials of Sender'
8809
8810 2002-03-02 [paul]       0.7.2claws24
8811
8812         * sync with sylpheed 0.7.2cvs22
8813                 see ChangeLog entry 2002-03-01
8814
8815 2002-03-01 [hoa]        0.7.2claws23
8816
8817         * src/mainwindow.c
8818                 Set sensitivity of delete actions to active
8819                 even if the folder is a newsgroup.
8820
8821         * src/summaryview.c
8822                 - Set sensitivity of delete actions
8823                 - Added function check_permission() that will check if the
8824                   user is authorized to delete a message. For news, it
8825                   will check if the author is the same.
8826                 - Enabled deletion when there is no trash folder.
8827
8828         * src/news.[ch]
8829                 - Added news_cancel_article() to cancel articles
8830                 - Implemented news_remove_message() (public function)
8831
8832 2002-03-01 [paul]       0.7.2claws22
8833
8834         * src/gtkutils.c
8835           src/textview.c
8836                 recognise urls that that don't include 'http://' and
8837                 simply begin 'www.' 
8838
8839         * AUTHORS
8840                 remove duplicated name
8841
8842 2002-02-28 [paul]       0.7.2claws21
8843
8844         * src/mainwindow.c
8845           src/summaryview.[ch]
8846                 add ability to 'Select thread'
8847                 combines Melvin's "Select thread's head" patch (#510907)
8848                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
8849                 patch (#518514) 
8850
8851 2002-02-28 [paul]       0.7.2claws20
8852
8853         * src/mimeview.c
8854                 hopefully fix segfault on right-clicking a mime part
8855                 that some people have experienced.      
8856                 fix submitted by Fredrik Olofsson <frol@linux.nu>
8857
8858 2002-02-28 [paul]       0.7.2claws19
8859
8860         * sync with sylpheed 0.7.2cvs21
8861                 see ChangeLog entries 2002-02-27 and 2002-02-28
8862
8863 2002-02-27 [paul]       0.7.2claws18
8864
8865         * sync with sylpheed 0.7.2cvs18
8866                 see ChangeLog entries 2002-02-26 and 2002-02-27
8867
8868 2002-02-26 [alfons]     0.7.2claws17
8869
8870         * src/procheader.c
8871                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
8872                 (spotted by Chris Hessman <idatech@gmx.net>)
8873
8874 2002-02-26 [paul]       0.7.2claws16
8875
8876         * src/mimeview.c
8877           src/pgptext.[ch]
8878           src/procmsg.c
8879                 make decryption of ascii-armored pgp encrypted messages
8880                 and verification of ascii-armored signatures work again.
8881                 slightly altered from the patch by Jens Jahnke 
8882                 <jan0sch@gmx.net>
8883
8884                 ##FIX ME##
8885                 * the checking of plaintext signatures always comes up in 
8886                   a popup box
8887                 * it doesn't work for multipart messages 
8888                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
8889                   including the msg headers and these 2 line themselves, are 
8890                   not displayed
8891
8892         * src/mainwindow.c
8893                 "View/Folder Tree" becomes "View/Separate Folder Tree"
8894                 "View/Message View" becomes "View/Separate Message View"
8895                 because its less ambiguous.
8896
8897         * po/es.po
8898                 updated by Ricardo Mones Lastra
8899
8900 2002-02-26 [paul]       0.7.2claws15
8901
8902         * sync with sylpheed 0.7.2cvs17
8903                 see ChangeLog entries 2002-02-25 and 2002-02-26
8904
8905 2002-02-25 [christoph]  0.7.2claws14
8906
8907         * src/filtering.[ch]
8908         * src/inc.c
8909                 do filtering stuff after all messages have been received
8910                   1. drop all messages to .processing
8911                   2. scan processing folder for messages
8912                   3. filter messages or move to inbox
8913                 this will also find old messages left in processing after
8914                 a crash or something like that and we get a real msginfo
8915                 from folder->get_msg_list and do not have to create our
8916                 own in filter_message
8917         * src/matcher_parser_parse.y
8918                 remove MIX/MAX warning (reordered includes)
8919
8920 2002-02-25 [paul]       0.7.2claws13
8921
8922         * sync with sylpheed 0.7.2cvs15
8923                 see ChangeLog entry 2002-02-24
8924
8925 2002-02-24 [alfons]     0.7.2claws12
8926
8927         * src/filtering.c
8928                 clear old color flags first when applying a new color to
8929                 a message info. 
8930                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
8931
8932 2002-02-24 [alfons]     0.7.2.claws11
8933         
8934         * AUTHORS
8935         * src/prefs_common.c
8936                 add presets for Opera and Konqueror, closes patch #517261,
8937                 submitted by Ville Skyttä <scop@users.sourceforge.net>
8938
8939 2002-02-24 [alfons]     0.7.2.claws10
8940
8941         * AUTHORS
8942         * src/summaryview.c
8943                 fix threading for null message ids, closes patch #521601,
8944                 submitted by Bob Forsman <hammor@users.sourceforge.net>
8945
8946 2002-02-24 [alfons]     0.7.2claws9
8947
8948         * src/summaryview.c
8949         * src/filtering.c
8950                 make Tool | Filter Message work with filtering system so
8951                 setting flags also works
8952
8953                 TODO:
8954
8955                 - Processing uses the same function as Tool | Filter
8956                   Message, but doesn't use the same update proc yet
8957
8958 2002-02-23 [paul]       0.7.2claws8
8959
8960         * sync with sylpheed 0.7.2cvs14
8961                 see ChangeLog entries 2002-02-22 and 2002-02-23
8962
8963 2002-02-22 [christoph]  0.7.2claws7
8964
8965         * src/quote_fmt.c
8966                 Add column space to table
8967         * src/quote_fmt_parse.y
8968                 Close files
8969
8970 2002-02-22 [paul]       0.7.2claws6
8971
8972         * src/Makefile.am
8973           src/defs.h
8974           src/filtering.c
8975           src/inc.[ch]
8976           src/mainwindow.c
8977           src/matcher.[ch]
8978           src/matcher_parser_lex.l
8979           src/matcher_parser_parse.y
8980           src/pop.[ch]
8981           src/prefs_account.h
8982           src/prefs_filtering.c
8983           src/selective_download.[ch]   *** NEW FILES ***
8984           src/utils.[ch]
8985           po/POTFILES.in
8986                 Selective Download added to 'Tool' menu. 
8987                 Retrieves email headers of the currently selected pop3 
8988                 account and allows the user to mark emails for deletion 
8989                 right on the pop3 server. Patch submitted by Oliver Haertel 
8990                 <oha@users.sourceforge.net>.
8991         
8992         * po/POTFILES.in
8993                 add 'src/quote_fmt.c'           
8994
8995 2002-02-22 [christoph]  0.7.2claws5
8996
8997         * src/Makefile.am
8998                 added quote_fmt.c
8999         * src/prefs_common.[ch]
9000         * src/prefs_template.c
9001         * src/quote_fmt.c               *** NEW FILE ***
9002         * src/quote_fmt.h
9003                 move quote format symbol description code
9004                 to it's own file because it is used from
9005                 differnent code parts
9006                 Rewrote symbol description GUI
9007                   + use table
9008                   + add separators
9009                   + get data from array (no more long constant strings)
9010         * src/quote_fmt_lex.l
9011         * src/quote_fmt_parse.y
9012                 Symbol for Literal % changed to \% instead of %%
9013                 (More logical as \ is used for quoting for other symbols)
9014                 Add |f and |p to include files and program output
9015                 Examples:
9016                     |f{/home/.../.signature}
9017                     |p{date}
9018         * po/de.po
9019                 Correct wrong spelling for "Referenzen"
9020
9021 2002-02-21 [paul]       0.7.2claws4
9022
9023         * src/procmsg.c
9024                 forgotten during sync
9025
9026 2002-02-21 [paul]       0.7.2claws3
9027
9028         * sync with sylpheed 0.7.2cvs11
9029                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9030                 2002-02-20 and 2002-02-21
9031
9032 2002-02-20 [melvin]     0.7.2claws2
9033
9034         * src/prefs_actions.c
9035                 Added error report when child cannot fork or when execvp 
9036                 returns with an error.
9037
9038 2002-02-19 [christoph]  0.7.2claws1
9039
9040         * src/codeconv.c
9041                 return unconverted text if conde conversion is not possible
9042                 when libjconv is used.
9043                 (patch submitted by "Simon 'corecode' Schubert")
9044
9045 2002-02-19 [paul]       
9046
9047         * version 0.7.2claws release
9048
9049 2002-02-19 [paul]       0.7.2claws
9050
9051         * po/nl.po
9052                 updated by Wilbert Berendsen
9053
9054
9055 2002-02-18 [alfons]     0.7.1claws13
9056
9057         * src/syldap.c
9058         * src/jpilot.c
9059                 remove references to dlfcn and explicitly loading functions
9060                 from dynalink libs, because libs linked anyway, and functions
9061                 are loaded explicitly
9062
9063 2002-02-17 [melvin]     0.7.1claws12
9064
9065         * src/prefs_actions.c
9066                 Replaced children wait loop with double fork technique.
9067                 Now, input/output window updated at each new output.
9068                 free_children(): Fixed a memory leak.
9069                 Made input/output window non closable if running children
9070                 still exist.
9071                 Added missing <unistd.h> include.
9072                 Added some --debug outputs.
9073
9074 2002-02-17 [melvin]     0.7.1claws11
9075
9076         * src/summaryview.c
9077                 Fixed bug where descending sort order did not select top
9078                 message.
9079
9080 2002-02-17 [melvin]     0.7.1claws10
9081
9082         * acconfig.h
9083                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9084         * src/prefs_common.c
9085                 Pspell data package directory no more hard coded but
9086                 set during configuration (PSPELL_PATH). (Thanks to 
9087                                 Gustavo Noronha Silva.)
9088
9089 2002-02-17 [melvin]     0.7.1claws9
9090
9091         * configure.in
9092                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9093         * src/gtkspell.c
9094                 Fixed compile-time warnings.
9095
9096 2002-02-16 [alfons]     0.7.1claws8
9097
9098         * src/filesel.c
9099                 fix inadvertent free of NULL pointer which caused
9100                 sylpheed to crash when closing the save-as dialog
9101                 using the window close button
9102
9103 2002-02-16 [carsten]    0.7.1claws7
9104         * src/mainwindow.[ch]
9105           src/summaryview.c
9106           src/prefs_common.c
9107                 fixes for pixmap theming code:
9108                         - recently changed mail attributes shouldn't get
9109                           lost any longer
9110                         - theme is only reloaded iff another theme was
9111                           selected
9112
9113 2002-02-16 [paul]       0.7.1claws6
9114
9115         * sync with sylpheed 0.7.2 release
9116                 see ChangeLog entry 2002-02-15 and 2002-02-16
9117
9118 2002-02-15 [paul]       0.7.1claws5
9119
9120         * sync with sylpheed 0.7.1cvs9
9121                 see ChangeLog entry 2002-02-15
9122
9123         * po/POTFILES.in
9124                 remove unneeded headerwindow.c entry
9125
9126 2002-02-14 [carsten]    0.7.1claws4
9127         * src/summaryview.c
9128                 fixed a bug for "Go to next unread message": there was
9129                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9130                 in the prefs, because of doing "Search again" instead
9131                 "No"
9132
9133 2002-02-14 [carsten]    0.7.1claws3
9134         * src/stock_pixmap.c
9135                 removed 2 more mem leaks; following memprof,
9136                 this code is "leak free" now :)
9137
9138 2002-02-14 [carsten]    0.7.1claws2
9139         * src/stock_pixmap.c
9140                 used opendir/readdir/closedir instead of scandir
9141                 -> code should work now on Solaris
9142
9143 2002-02-14 [paul]       0.7.1claws1
9144
9145         * sync with sylpheed 0.7.1cvs8
9146                 see ChangeLog entries 2002-02-13 and 2002-02-14
9147
9148         * README.claws
9149                 add some description of Actions and Pixmap Themes
9150
9151 2002-02-13 [paul]       
9152
9153         * version 0.7.1claws release
9154
9155 2002-02-13 [paul]       0.7.1claws
9156
9157         * po/es.po
9158           po/it.po
9159           po/pt_BR.po
9160                 updated translations, submitted by Ricardo Mones Lastra,
9161                 Alessandro Maestri and Fabio Junior Beneditto
9162
9163 2002-02-13 [melvin]     0.7.0claws75
9164
9165         * src/prefs_actions.c
9166                 Added missing "signal.h" include
9167
9168 2002-02-13 [melvin]     0.7.0claws74
9169
9170         * src/prefs_folder_item.c
9171                 Added missing "config.h" include
9172         * po/fr.po
9173                 Updated French translation for folder propriety.
9174
9175 2002-02-13 [jens]       0.7.0claws73
9176
9177         * po/POTFILES.in
9178                 Added missing src/prefs_folder_item.c [log added by melvin]
9179         * po/de.po
9180                 Updated German translation.
9181
9182 2002-02-13 [melvin]     0.7.0claws72
9183
9184         * po/fr.po
9185                 Updated French translation.
9186
9187 2002-02-13 [melvin]     0.7.0claws71
9188
9189         * src/gtkutils.c
9190                 Made gtkut_editable_get_selection return NULL if selection
9191                 is of length zero.
9192                 This fixes a bug where selecting part of message A then
9193                 switching to message B and replying to it will not
9194                 quote the message's body.
9195
9196 2002-02-12 [paul]       0.7.0claws70
9197
9198         * src/mainwindow.c
9199                 cosmetic, relating to pixmap themes: on toolbar make 
9200                 updating of 'Exec' and 'Compose news/Compose email'
9201                 icons faster.
9202
9203 2002-02-12 [carsten]    0.7.0claws69
9204         * src/folderview.c
9205           src/mainwindow.[ch]
9206           src/stock_pixmap.c
9207           src/summaryview.c
9208           src/prefs_common.c
9209                 - refreshing after changing pixmap theme better
9210                   now (thanks Paul)
9211                 - wanted to remove some mem leaks, but alfons was
9212                   faster (and had the better solution ;)
9213
9214 2002-02-12 [alfons]     0.7.0claws68
9215
9216         * src/prefs_common.c
9217         * src/stock_pixmap.[ch]
9218                 plug mem leaks, refactor code a little bit
9219
9220
9221 2002-02-12 [sergey]     0.7.0claws67
9222
9223         * src/imap.c
9224                 Fixed problem with copying messages to IMAP folders when the
9225                 server uses something other than '/' as a namespace separator
9226                 (cyrus-imapd uses '.').
9227
9228 2002-02-12 [jens]       0.7.0claws66
9229
9230         * po/de.po
9231                 Updated German Translation
9232
9233 2002-02-12 [paul]       0.7.0claws65
9234
9235         * sync with sylpheed 0.7.1cvs1
9236                 see ChangeLog entry 2002-02-12
9237
9238 2002-02-12 [melvin]     0.7.0claws64
9239
9240         * src/prefs_actions.c
9241                 Fixed "feature" where children's output was duplicated 
9242                 instead of refreshed while monitoring.
9243                 Removed some debug code.
9244
9245 2002-02-12 [christoph]  0.7.0claws63
9246
9247         * src/compose.c
9248                 always delete message from queue after sending/send error
9249                 (closes bug #509601)
9250
9251 2002-02-12 [melvin]     0.7.0claws62
9252
9253         * src/prefs_actions.c
9254                 Children wait loop is now triggered with a timeout of 1s
9255                 Added %F which is replaced with the list of filenames 
9256                 of all selected messages (as suggested by Ricardo Mones Lestra)
9257                 Pipe syntax changed. Prefix with | to send selection, postfix
9258                 with | to retrieve output. Prefix with > or * to send
9259                 user definable input to the command (*: input is hidden)
9260                 Old pipe action should now be postfixed with |, too.
9261
9262 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9263         * src/stock_pixmap.c
9264                 fixed a bug: if there's no theme directory don't
9265                 throw an error, just do "nothing" (thanks Alfons)
9266
9267 2002-02-12 [carsten]    0.7.0claws60
9268         * src/folderview.c
9269           src/summaryview.c
9270                 had to write the cache twice (nasty!); some marks would 
9271                 get lost if not
9272
9273 2002-02-11 [carsten]    0.7.0claws59
9274         * acconfig.h
9275           configure.in
9276           doc-src/maintainer_guide.txt
9277           src/compose.[ch]
9278           src/defs.h
9279           src/folderview.[ch]
9280           src/gtkutils.[ch]
9281           src/mainwindow.[ch]
9282           src/prefs_common.[ch]
9283           src/stock_pixmap.[ch]
9284           src/summaryview.[ch]
9285                 pixmap theming and related work on pixmap
9286                 handling on some other places
9287                 (e.g. hrm features for all folder)
9288           src/pixmap/stock_*.xpm -> the stock_ was removed
9289         
9290 2002-02-11 [paul]       0.7.0claws58
9291
9292         * sync with sylpheed 0.7.1 release
9293                 see ChangeLog entries 2002-02-11
9294
9295 2002-02-08 [paul]       0.7.0claws57
9296
9297         * sync with sylpheed 0.7.0cvs39
9298                 see ChangeLog entry 2002-02-07 (last entry) 
9299
9300         * src/prefs_actions.c
9301           src/prefs_filtering.c
9302           src/prefs_matcher.c
9303           src/prefs_scoring.c
9304                 sync: made it compile with C compilers other than gcc
9305
9306 2002-02-07 [paul]       0.7.0claws56
9307
9308         * sync with sylpheed 0.7.0cvs38
9309                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9310                 2002-02-07
9311
9312 2002-02-07 [darko]      0.7.0claws55
9313
9314         * src/gtkutils.[ch]
9315         * src/summaryview.c
9316                 Fix const gchar */gchar * issue (thanks Hiro)
9317
9318 2002-02-07 [darko]      0.7.0claws54
9319
9320         * src/compose.[ch]
9321         * src/filtering.c
9322         * src/gtkutils.[ch]
9323         * src/prefs_template.c
9324         * src/quote_fmt.h
9325         * src/quote_fmt_parse.y
9326         * src/summaryview.c
9327         * src/utils.[ch]
9328                 When replying or forwarding an email don't quote the entire
9329                 mail body but use the part of the message text that is selected
9330
9331 2002-02-06 [melvin]     0.7.0claws53
9332
9333         * src/prefs_common.[ch]
9334         * src/gtkspell.[ch]
9335         * src/compose.c
9336                 Made possible to switch quickly to last used dictionary
9337                 which makes checking bilingual documents easier.
9338
9339 2002-02-06 [melvin]     0.7.0claws52
9340         
9341         * po/POTFILES.in
9342                 Added forgotten new file src/prefs_actions.c
9343
9344 2002-02-06 [melvin]     0.7.0claws51
9345
9346         * src/prefs_actions.c   ** NEW FILE **
9347         * src/prefs_actions.h   ** NEW FILE **
9348                 Added actions to execute on message text view, or on the
9349                         message's file.
9350         * src/Makefile.am
9351                 Added src/prefs_actions.[ch]
9352         * src/compose.c
9353                 Added new menu "Edit/Actions"
9354         * src/defs.h
9355                 Added new actionsrc file.
9356         * src/main.c
9357                 Added actionsrc reading.
9358         * src/mainwindow.c
9359                 Added new menus "Edit/Actions" and "Configuration/Actions..."
9360         * src/prefs_common.h
9361                 Added new element actionslst element to prefs_common.
9362
9363 2002-02-06 [paul]       0.7.0claws50
9364
9365         * sync with sylpheed 0.7.0cvs36
9366                 see ChangeLog entry 2002-02-06
9367
9368 2002-02-05 [paul]
9369
9370         * po/es.po
9371                 updated by Ricardo Mones Lastra
9372
9373 2002-02-05 [paul]       0.7.0claws49
9374
9375         * sync with sylpheed 0.7.0cvs33
9376                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
9377
9378 2002-02-05 [paul]       0.7.0claws48
9379
9380         * src/compose.c
9381                 re-add 'Edit/Advanced/Delete entire line', previously named
9382                 'Delete Line+'
9383
9384 2002-02-04 [paul]       0.7.0claws47
9385
9386         * src/compose.c
9387           src/summaryview.c
9388                 fix bug #494993 (Reply All not taking Reply-To into consi)
9389                 eliminate differences in behaviour of right-click 'Reply to all' 
9390                 in summary view and 'Reply to all' on the toolbar. 
9391                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9392                 view and From gets ignored by 'Reply to all' on toolbar.
9393                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
9394                 From when no Reply-To header is present.
9395
9396 2002-02-04 [paul]       0.7.0claws46
9397
9398         * sync with sylpheed 0.7.0cvs30
9399                 see ChangeLog entries 2002-02-03 and 2002-02-04
9400
9401 2002-02-03 [melvin]     0.7.0claws45
9402
9403         * src/gtkspell.[ch]
9404                 Readded function to highlight all misspelled words.
9405                 Fixed bug where user-provided-words did not replace
9406                         correctly the misspelled word when using the mouse.
9407                 Fixed bug where checking a region selected from right to left did
9408                         not check the region at all.
9409                 Fixed bug where 'Check backwards' may not check at all. 
9410                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
9411                 Fixed possible buffer overflow when checking for long strings (>1k).
9412                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
9413                 Accelerators code uses now gtk_widget_add_accel.
9414                 Removed and disabled obsolete and unfinished code.
9415                 Cleaning up.
9416
9417         * src/compose.c
9418                 Added menu item to Highlight all misspelled words.
9419
9420 2002-02-01 [paul]       0.7.0claws44
9421
9422         * src/mainwindow.c
9423                 fix '/View/Hide read messages' sensitivity when all
9424                 messages in a folder are hidden
9425
9426 2002-02-01 [paul]       0.7.0claws43
9427
9428         * src/main.c
9429                 add --send option to command line interface, sends all
9430                 queued mail. Patch submitted by Ricardo Mones Lastra.
9431
9432 2002-01-31 [paul]       0.7.0claws42
9433
9434         * src/mainwindow.c
9435                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
9436
9437 2002-01-31 [paul]       0.7.0claws41
9438
9439         * sync with sylpheed 0.7.0cvs27
9440                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
9441                 and 2002-01-31
9442
9443         * src/textview.c
9444                 comment out elements of textview_show_part() as temporary
9445                 workaround for attachment 'Display as text' bug 
9446
9447         * po/pt_BR.po
9448                 updated by Fabio Junior Beneditto
9449
9450 2002-01-30 [paul]       0.7.0claws40
9451
9452         * sync with sylpheed 0.7.0cvs24
9453                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
9454                 and 2002-01-30
9455
9456         * src/compose.c
9457                 add {N_("/_Spelling"), ... "<Branch>"} to 
9458                 GtkItemFactoryEntry compose_entries[]
9459
9460         * src/prefs_common.c
9461                 add claws menu items to prefs_keybind_apply_clicked()
9462                 and remove non-claws menu items
9463
9464 2002-01-29 [paul]       0.7.0claws39
9465
9466         * sync with sylpheed 0.7.0cvs22
9467                 see ChangeLog entries 2002-01-28 and 2002-01-29
9468
9469 2002-01-28 [melvin]     0.7.0claws38
9470
9471         * src/compose.c
9472                 Added the declartion of compose_send_control_enter.
9473
9474         * src/compose.c
9475         * src/gtkspell.[ch]
9476                 Added in a 'Spelling' menu which includes the configuration menu. 
9477                 Added a real 'Check all' and got rid from the old one which only
9478                 highlited misspelled word.
9479                 Made 'Check while typing' a disableable option.
9480                 Added a dialog when there are no more misspelled word.
9481                 Added a dialog if error occurs when switching to a dictionary.
9482         
9483         * src/prefs_common.[ch]
9484                 Added option for the default 'Check while typing' option.
9485
9486
9487 2002-01-28 [alfons]     0.7.0claws37
9488
9489         * src/compose.c
9490                 fix buglet and make code comply with sylpheed code style
9491
9492 2002-01-28 [paul]       0.7.0claws36
9493
9494         * sync with sylpheed 0.7.0cvs19
9495                 see ChangeLog entries for 2002-01-28
9496
9497 2002-01-28 [hoa]        0.7.0claws35
9498
9499         * src/defs.h
9500                 added rendererrc
9501
9502         * src/main.c
9503                 read the renderer config
9504
9505         * src/procmime.[ch]
9506                 use the renderer config to convert mime attachments
9507
9508         * src/textview.c
9509                 don't use textview_show_html/ertf,
9510                 use get_text_content instead
9511
9512 2002-01-27 [alfons]     0.7.0claws34
9513         
9514         * src/news.c
9515                 make sylpheed believe it can delete a news message...
9516                 (messages are NOT deleted, maybe we should remove
9517                 processing from the folder properties after all.)
9518
9519 2002-01-27 [alfons]     0.7.0claws33
9520
9521         * src/folder.c
9522                 add extra checks
9523         * src/news.c
9524                 implement remove_msg() 
9525
9526 2002-01-27 [alfons]     0.7.0claws32
9527
9528         * src/procmsg.h
9529         * src/procheader.c
9530         * src/messageview.c
9531                 fix return receipt / disposition notification again. this
9532                 stuff seems to break on _every_ major summary UI change, so
9533                 it's now implemented using a flag which is saved in the
9534                 marks cache
9535                 
9536 2002-01-26 [alfons]     0.7.0claws31
9537
9538         * src/import.c
9539                 let import dialog show the destination folder identifier
9540
9541 2002-01-26 [melvin]     0.7.0claws30
9542
9543         * src/folderview.c
9544         * src/summaryview.c
9545                 Readded 'Mark all read' into summary view popup menu
9546                 Added 'Mark all read' in folder view popup menu for IMAP
9547                 and NNTP.
9548                 Made it insensitive if the selected folder is not the shown
9549                 one to avoid 'Mark all read' on the wrong folder.
9550                 
9551 2002-01-26 [paul]       0.7.0claws29
9552
9553         * src/folderview.c
9554           src/summaryview.c
9555                 move 'Mark all read' from summary view to folder view
9556                 menu. (adapted from) patch submitted by Jeremy Andrews,
9557                 <lists@kerneltrap.com>
9558
9559 2002-01-25 [alfons]     0.7.0claws28
9560
9561         * src/gtkstext.c
9562                 put the gtk class name back so GtkSText adapts the 
9563                 settings of GtkText
9564
9565 2002-01-25 [alfons]     0.7.0claws27
9566
9567         * src/folderview.c 
9568                 assimilate Ricardo's patch that shows pixmaps instead of
9569                 plain "new" and "unread" texts in the folder view column
9570                 headers 
9571
9572 2002-01-25 [paul]       0.7.0claws26
9573
9574         * src/Makefile.am
9575                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
9576                 be found in non-standard locations. 
9577                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
9578
9579 2002-01-25 [paul]       0.7.0claws25
9580
9581         * sync with sylpheed 0.7.0cvs16
9582                 see ChangeLog entry 2002-01-25
9583
9584 2002-01-24 [paul]       0.7.0claws24
9585
9586         * more sync with sylpheed 0.7.0cvs15
9587                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
9588
9589 2002-01-23 [sergey]     0.7.0claws23
9590
9591         * src/importldif.c
9592                 Fixed segfault when closing LDIF import wizard with
9593                 the window manager.
9594         * src/imageview.c
9595         * src/imageview.h
9596         * src/messageview.c
9597         * src/mimeview.c
9598                 Fixed wrong scrolling position after switching between
9599                 text and image parts.
9600
9601 2002-01-23 [paul]       0.7.0claws22
9602
9603         * sync with sylpheed 0.7.0cvs15
9604                 see ChangeLog entries 2002-01-22 and 2002-01-23
9605
9606 2002-01-21 [melvin]     0.7.0claws21
9607
9608         * src/prefs_scoring.c
9609         * src/prefs_filtering.c
9610                 Fixed bug where scoring and filtering windows stopped
9611                 autochecking.
9612
9613 2002-01-21 [paul]       0.7.0claws20
9614
9615         * sync with sylpheed 0.7.0cvs12
9616                 see ChangeLog entries 2002-01-20 and 2002-01-21
9617
9618 2002-01-21 [carsten]    0.7.0claws19
9619         * src/mainwindow.c
9620         * src/menu.[ch]
9621         * src/messageview.[ch]
9622         * src/summaryview.[ch]
9623                 changes to shortcuts handling again:
9624                         + "Q" now controled by mainwin
9625                         + v/V are now customizable and have slightly
9626                           different meanings
9627                 the "button" to minimize the messageview (and maximize
9628                 the summary view) is a real button now
9629         * src/compose.c
9630                 "Delete Line+" added to Edit/Advanced (this will also
9631                 delete the '\n')
9632
9633 2002-01-20 [melvin] 0.7.0claws18
9634
9635         * src/addressbook.c
9636                 Made "Bcc" sensitive when addressbook is called from
9637                 compose window (it was a Claws only bug).
9638
9639 2002-01-19 [alfons] 0.7.0claws17
9640
9641         * src/inc.c
9642                 prevent unnecessary updates when currently selected folder has
9643                 no new messages 
9644
9645 2002-01-19 [alfons] 0.7.0claws16
9646         
9647         * src/summaryview.c
9648                 prevent writing the cache based on current message list in summary 
9649                 view when filtering also put messages in currently selected folder
9650
9651 2002-01-19 [paul]
9652
9653         * po/it.po
9654                 Italian translation submitted by Alessandro Maestri
9655                 <a.maestri@cs.tin.it>
9656
9657 2002-01-18 [melvin]     0.7.0claws15
9658
9659         * src/prefs_filters.c
9660                 fixed bug where 'cancel' from 'filters' window stops autochecking
9661                 if the timer timed out  when the window was open.
9662
9663 2002-01-18 [match]      0.7.0claws14
9664
9665         * src/addrclip.[ch]     ** NEW FILE **
9666         * src/addrselect.[ch]   ** NEW FILE **
9667         * src/adbookbase.h      ** NEW FILE **
9668                 addressbook cut, copy and paste
9669         * src/addrbook.[ch]
9670         * src/addrcache.[ch]
9671         * src/addressitem.h
9672         * src/addrindex.[ch]
9673         * src/addritem.[ch]
9674         * src/importldif.c
9675         * src/importmutt.c
9676         * src/jpilot.[ch]
9677         * src/syldap.[ch]
9678         * src/vcard.[ch]
9679         * src/jpilot.[ch]
9680         * src/editbook.c
9681         * src/editjpilot.c
9682         * src/editldap.c
9683         * src/editvcard.c
9684                 support for copy/paste
9685         * src/addressbook.c
9686                 support for copy/paste
9687                 tidy up menu option processing
9688                 correct address list function arguments
9689         * src/editaddress.c
9690                 sort user attributes
9691         * src/ldif.h
9692         * src/mutt.h
9693                 tidy up
9694
9695         * src/addrbook.[ch]
9696         * src/addrbook.[ch]
9697         * src/addrbook.[ch]
9698                 
9699
9700 2002-01-18 [paul]       0.7.0claws13
9701
9702         * sync with sylpheed 0.7.0cvs8
9703                 configure.in: support Mac OS X (Darwin)
9704
9705 2002-01-18 [carsten]    0.7.0claws12
9706         * src/html.c
9707                 small hack to fix a segfault with an empty href
9708                 (reported by Alexandra Walford <deeni@altern.org>)
9709         * src/mainwindow.c
9710         * src/summaryview.c
9711                 the shortcuts for Mark und Mark as unread are hardcoded
9712                 again
9713         * src/compose.c
9714         * src/gtkstext.[ch]
9715                 readded the shortcuts in gtkstext but made them
9716                 customizeable (simply by adding a menu plus a wrapper
9717                 to compose.c)
9718
9719 2002-01-17 [melvin]     0.7.0claws11
9720
9721         * src/gtkspell.c
9722                 fix default dictionary not being saved.
9723
9724 2002-01-16 [darko]      0.7.0claws10
9725
9726         * src/compose.c
9727                 fix wrapping crash with URL longer than wrapping margin
9728
9729 2002-12-08 [hoa]        0.7.0claws10
9730
9731         * src/matcher_parser_parse.y
9732                 fixed some bugs
9733
9734         * src/prefs_filtering.c
9735                 now, we can use bounce action in the dialog box.
9736
9737 2002-01-16 [carsten]    0.7.0claws9
9738         * src/gtkstext.c
9739                 removed the <control> and <alt> shortcuts because they're
9740                 not needed and interefered with the "normal" shortcuts
9741         * src/mainwindow.c
9742         * src/summaryview.c
9743                 removed most of the hardcoded shortcuts and assigned
9744                 them to menu entries making them easy customizable by
9745                 that
9746
9747 2002-01-16 |melvin]     0.7.0claws8
9748
9749         * src/gtkspell.c
9750                 fixed bug where using the mouse and when the compose
9751                 window is not on top may result in a crash.
9752
9753 2002-01-16 [melvin]     0.7.0claws7
9754
9755         * src/compose.c
9756                 fixed a long standingspell checker bug which could 
9757                 cause a crash after sending a message.
9758
9759 2002-01-16 [paul]       0.7.0claws6
9760
9761         * sync with sylpheed 0.7.0cvs7
9762                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
9763                 2002-01-15, and 2002-01-16
9764
9765 2002-01-16 [melvin]     0.7.0claws5
9766
9767         * README.claws
9768         * src/compose.c
9769         * src/gtkspell.[ch]
9770         * src/main.c
9771                 Heavily modified spell checker code to work around
9772                 ispell bug, to add keyboard shortcuts and for future
9773                 enhancements. See README.claws for usage information.
9774
9775 2002-01-15 [alfons]     0.7.0claws4
9776         
9777         * src/summaryview.c
9778                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
9779                 so sorting within threads reflects sort mode
9780
9781 2002-01-15 [christoph]  0.7.0claws3
9782
9783         * src/procmsg.c
9784                 added alertpanel if mail sending failed
9785
9786 2002-01-15 [alfons]     0.7.0claws2
9787         
9788         * src/prefs_filtering.c
9789                 don't stop timer when prefs filtering dialog is opened
9790
9791 2002-01-14 [alfons]     0.7.0claws1
9792
9793         * src/addr_compl.c
9794         * src/prefs.c
9795                 remove debug_print()s for privacy reasons
9796
9797 2002-01-14 [darko]      0.7.0claws
9798
9799         * README.claws
9800                 quotation wrapping is now also in the main branch
9801
9802 2002-01-14 [paul]
9803
9804         * tools/filter_conv.pl
9805                 allow for Boolean Op and case-sensitivity
9806                 this file is included in the release and tagged
9807                 'rel_0_7_0'
9808
9809 2002-01-13 [paul]       0.7.0claws
9810
9811         * release 0.7.0, with cvs tag 'rel_0_7_0'
9812
9813 2002-01-13 [paul]
9814
9815         * tools/filter_conv.pl
9816         * tools/README
9817                 rewritten to output to matcherrc instead of filteringrc
9818
9819         * po/es.po
9820                 updated Spanish translation by Ricardo Mones Lastra
9821
9822 2002-01-13 [alfons]
9823
9824         * po/nl.po
9825                 update dutch translation
9826
9827 2002-01-13 [paul]
9828
9829         * po/pt_BR.po
9830                 Updated by Fabio Junior Beneditto 
9831
9832 2002-01-13 [melvin]     0.6.6claws53
9833
9834         * po/fr.po
9835                 Updated french translation
9836
9837 2002-01-12 [alfons]     0.6.6claws52
9838
9839         * src/filtering.c
9840                 plug mem leak that has been sitting there for ages              
9841
9842 2002-01-12 [alfons]     0.6.6claws51
9843
9844         * src/summaryview.c
9845                 undo melvin's changes from 0.6.6claws48 because summary
9846                 view now refuses to select first unread message when
9847                 selecting a folder 
9848
9849 2002-01-11 [alfons]     0.6.6claws50
9850
9851         * src/import.c
9852                 use claws' semantics for getting folder item when
9853                 importing an mbox file into a folder 
9854                 (submitted by Dale P. Smith)
9855
9856 2002-01-11 [christoph]  0.6.6claws49
9857
9858         * src/prefs.h
9859                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
9860                 toggle widget, because non static prefs can not use
9861                 prefs_set_* functions
9862         * src/prefs_account.c
9863                 toggle smtp auth password field sensitivity if
9864                 user id is empty and add descrition of usage for
9865                 these fields
9866         * src/prefs_folder_item.c
9867                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
9868                 callbacks
9869
9870 2002-01-11 [melvin]     0.6.6claws48
9871
9872         * src/compose.c
9873                 fix the 'Ctrl-Enter' feature for sending and test really
9874                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
9875                 editables which was not documented in Gtk)
9876
9877         * src/summaryview.c
9878                 Made summaryview refresh after sorting and not before.
9879
9880 2002-01-11 [christoph]  0.6.6claws47
9881
9882         * src/compose.c
9883                 select account from account ids if possible and
9884                 correctly set save folder for copy in reedit
9885
9886 2002-01-10 [paul]       0.6.6claws46
9887
9888         * sync with sylpheed 0.7.0 release
9889                 see ChangeLog entries 2002-01-07, 2002-01-08 and
9890                 2002-01-09
9891
9892 2002-01-09 [alfons]
9893
9894         * src/summaryview.c
9895                 remove more dirt traces...
9896
9897 2002-01-09 [alfons]
9898         
9899         * src/summaryview.c
9900                 clean up some traces of my debugging stuff
9901
9902 2002-01-09 [alfons]     0.6.6claws45
9903
9904         * src/filtering.c
9905                 break up filteringprop_apply() in three separate pieces
9906                 so we can drop messages that failed processing in the
9907                 inbox
9908
9909         * src/summaryview.c
9910                 fix bug #469598 "no refresh of inbox after filter" which 
9911                 was introduced by the new summary view locking, and which 
9912                 prevented the summary view to update after a manual filter 
9913                 message. claw's filter message requires a summary_show().
9914                 (aargh, summary_show() again! :-)
9915                 
9916 2002-01-07 [alfons]     0.6.6claws44
9917
9918         * src/headerwindow.c
9919         * src/logwindow.c
9920         * src/messageview.c
9921         * src/sourcewindow.c
9922                 bring in Hiro's last 0.7.0 wm class fixes
9923
9924         * tools/sylprint.pl
9925                 bring in Ricardo's fix for sylprint script
9926
9927         * AUTHORS       
9928         * src/rfc2015.[ch]
9929         * src/prefs_common.[ch]
9930         * src/prefs_account.[ch]
9931         * src/compose.c
9932                 clean up account preference poison in rfc2015,
9933                 and preparation to fix double sign bug 
9934                 (patch submitted by Simon 'corecode' Schubert)
9935
9936 2002-01-07 [christoph]  0.6.6claws43
9937
9938         * src/mh.c
9939                 search for free message number, do not only rely
9940                 on last_num
9941         * src/send.c
9942                 fix smtp auth and use extra account information
9943                 if available, if not use pop3 data instead
9944                 (closes bug #500341)            
9945         * src/ssl.[ch]
9946                 match coding style
9947
9948 2002-01-06 [alfons]     0.6.6claws42
9949
9950         * src/mainwindow.c
9951                 try making the separate windows work again...
9952
9953 2002-01-06 [alfons]     0.6.6claws41
9954
9955         * src/mainwindow.c
9956                 adapt Hiro's separate window menu (to get rid of the funny
9957                 duplicate menu items), and make it work again
9958
9959 2002-01-06 [alfons]     0.6.6claws40
9960
9961         * tools/Makefile.am
9962         * tools/sylprint.rc
9963         * tools/sylprint.pl
9964         * tools/README.sylprint
9965                 add sylprint script for printing mails from Sylpheed
9966                 (contributed by Ricardo Mones Lastra)
9967
9968         * src/acount.c
9969                 clean up
9970
9971 2002-01-06 [melvin]     0.6.6claws39
9972
9973         * src/mainwindow.c
9974         * src/summaryview.c
9975                 Fixed crash introduced in 0.6.6claws38 by the menu
9976                 reorganisation (Hide read messages)
9977         
9978         * ChangeLog.claws 
9979                 Fixed typo (we are now in 2002, alfons ;) )
9980
9981 2002-01-05 [alfons]     0.6.6claws38
9982
9983         * sync with sylpheed 0.6.6cvs10-17
9984                 (last stuff marked as LAST_STABLE)
9985
9986 2002-01-04 [melvin]     0.6.6claws37
9987
9988         * src/account.c
9989                 Made account selection code use strcasestr again instead of
9990                 g_strcasecmp (fixes bug where reediting queued messages
9991                 did not select proper account reported by T. Link).
9992         
9993         * src/folderview.c
9994                 Fix bug where folder icons are not shown when 'hide read messages'
9995                 is on.
9996         
9997         * src/stock_pixmaps.[ch]
9998                 Added folder icons for 'hide read messages'.
9999         
10000         * src/compose.c
10001                 Fixed bug where 'Enter' in a header entry will send the message 
10002                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10003
10004 2002-01-03 [melvin]     0.6.6claws36
10005         
10006         * src/prefs.[ch]
10007                 Added popup menu for common preferences and
10008                 account preferences (right click on tab displays
10009                                 a menu of all tabs.)
10010
10011 2002-01-02 [melvin]     0.6.6claws35
10012
10013         * src/gtkspell.[ch]
10014                 Made spelling code compatible with undo/redo feature.
10015                 Added creation of suggestion mode menu for the general
10016                         preferences.
10017         
10018         * src/prefs_common.[ch]
10019                 Added option menu for the speller's suggestion mode.
10020                 Added missing spaces in "..." buttons and made a "..."
10021                         button non translatable!
10022         
10023         * src/compose.c
10024                 Made speller use the default suggestion mode.
10025                 Hack to make it possible to choose 'CTRL-Enter' as a
10026                         shortcut for sending (and only for sending).
10027
10028         * src/prefs_folder_item.c
10029                 Changing subject simplification does not update cache 
10030                         anymore (because it is unnecessary).
10031                 Fixed bug where changing subject simplification updated the 
10032                         summaryview even when the viewed folder is not the
10033                         folder which properties are being changed. (E.g. 
10034                                         viewing folder A and changing
10035                                         the subject simplification of 
10036                                         folder B -not being viewed- updated the 
10037                                         summaryview of folder A with data of
10038                                         folder B). (Hope this is clear... )
10039
10040 2001-12-31 [alfons]     0.6.6claws34
10041         
10042         * src/ldif.c
10043         * src/mutt.c
10044                 fgetc() returns a signed integer which doesn't
10045                 fit in a char. so c truncates this to a char
10046                 but we may lose significant bits. i.e. we may
10047                 comparing 0xFF which may not be equal to -1
10048                 unless properly casted to signed char which
10049                 we won't do because fgetc() returns a signed
10050                 integer which doesn't fit in a char. so c 
10051                 truncates this to a char but we may lose 
10052                 significat bits. (you got the idea, thanks
10053                 to Gustavo Noronha Silva <kov@debian.org>
10054                 and the Debian folks!)
10055
10056 2001-12-30 [alfons]     0.6.6claws33
10057
10058         * src/prefs_common.c
10059                 add #ifdef USE_PSPELLs that Melvin forgot               
10060
10061 2001-12-30 [melvin]     0.6.6claws32
10062         
10063         * src/prefs_common.[ch]
10064                 Added configurable color for misspelled words.
10065
10066         * src/gtkspell.[ch]
10067                 Fixed bug of foreground text color (reported by David
10068                                 Mehrmann)
10069                 Added configurable color for misspelled words.
10070
10071 2001-12-30 [alfons]     0.6.6claws31
10072
10073         * src/folder.c
10074                 remove unnecessary things someone put there
10075
10076         * src/mh.c
10077         * src/folder.[ch]
10078                 make folder properties (like threading and sorting) persistent
10079                 (closes bug #497424 "rescan folder tree resets proprieties")
10080                 currently this is only for MH folders. 
10081
10082 2001-12-29 [melvin]     0.6.6claws30
10083
10084         * src/string_match.[ch]
10085                 Optimized a bit: regexp pattern buffer compiled only once, and
10086                   one subroutine call removed. Fixed ^ regexp search: Now, 
10087                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10088         
10089         * src/summaryview.c
10090                 Subject filtering changed to filter summary columns and
10091                   not directly the messages subject cache. The loss in 
10092                   performance is balanced by the improvement of string_match.
10093                 Added an alert panel if there is an error in the regexp.
10094
10095         * src/src/prefs_folder_item.h
10096                 Added a regexp pattern buffer.
10097
10098 2001-12-28 [alfons]     0.6.6claws29
10099
10100         * src/string_match.[ch]
10101                 clean up name space
10102                 allow compilation *BSD
10103
10104 2001-12-27 [alfons]     0.6.6claws28
10105
10106         * src/filter.c
10107                 sync the Hiro's bug fix for BSD
10108
10109 2001-12-27 [melvin]     0.6.6claws27
10110         
10111         * src/compose.c
10112                 Simplify focus to subject entry code.
10113
10114 2001-12-27 [darko]      0.6.6claws26
10115
10116         * src/filtering.c
10117         * src/mbox_folder.c
10118         * src/messageview.c
10119         * src/mh.c
10120         * src/procheader.[ch]
10121         * src/procmsg.h
10122         * src/stock_pixmap.[ch]
10123         * src/summaryview.c
10124                 Show key icon for encrypted mails in summary view
10125
10126         * src/pixmaps/clip.xpm
10127         * src/pixmaps/clipkey.xpm
10128         * src/pixmaps/key.xpm
10129                 New/modified icons for the above
10130
10131 2001-12-27 [melvin]     0.6.6claws25
10132
10133         * src/prefs_common.c
10134                 Put spell checker options in a separate tab to decrease
10135                 the Common Preferences window height.
10136
10137         * README.claws  
10138                 Update spell checker usage instruction about its options
10139                 location.
10140
10141 2001-12-27 [melvin]     0.6.6claws24
10142
10143         * src/compose.c
10144                 Changed subject entry widget position. Initial focus is
10145                 on the To header instead of the subject entry.
10146                 Creating a new header scrolls the header list to make the
10147                 created one visible. Nevertheless, when automatically filling
10148                 headers, the first one is shown.
10149                 A Tab key press in the last empty header entry zips the 
10150                 focus to the subject entry.
10151                 (I did not change the combo boxes, yet)
10152
10153 2001-12-26 [alfons]     0.6.6claws23
10154
10155         * src/prefs_account.c
10156         * src/inc.c
10157                 allow default inbox to reside in another mailbox (only
10158                 works for POP3 accounts)
10159
10160 2001-12-26 [alfons]     0.6.6claws22
10161         
10162         * src/textview.c
10163                 make reply-on-click work with the account of the selected folder
10164         * src/compose.c
10165                 put a fixme here to remind me to fix finding correct default
10166                 account for nested folders
10167
10168 2001-12-25 [alfons]     0.6.6claws21
10169
10170         * src/summaryview.c
10171                 make column headers display locked and mark pixmaps (idea by Melvin) 
10172                 fix bug by adding score and locked column type to sort array
10173
10174 2001-12-25 [alfons]     0.6.6claws20
10175         
10176         * src/summaryview.c
10177                 catch a *potentially* inadvertent write back of  
10178                 the message cache(s) introduced by 0.6.5claws37
10179
10180 2001-12-25 [christoph]  0.6.6claws19
10181
10182         * src/stock_pixmap.[ch]
10183         * src/summaryview.c
10184                 add ignore thread pixmap
10185                 (can someone draw a better icon for this?)
10186
10187 2001-12-24 [alfons]     0.6.6claws18
10188
10189         * src/prefs_folder_item.c
10190                 make address completion actually work for the
10191                 Default To address in the Folder Property dialog.
10192
10193 2001-12-24 [alfons]     0.6.6claws17
10194         
10195         * src/summaryview.c
10196                 use new style regexp for subject stripping 
10197                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10198
10199 2001-12-24 [darko]      0.6.6claws16
10200
10201         * src/pgptext.c
10202         * src/rfc2015.c
10203                 move GPG related informational messages to debug mode
10204
10205 2001-12-23 [alfons]     0.6.6claws15
10206
10207         * src/stock_pixmap.[ch]
10208         * src/summaryview.c
10209                 add the forgotten Claws' locked pixmap
10210
10211 2001-12-23 [alfons]     0.6.6claws14
10212
10213         * src/filesel.c
10214                 accept file name typed in entry in multi file
10215                 selector (patch submitted by Gustavo Noronha Silva 
10216                 <kov@debian.org>)
10217
10218 2001-12-23 [alfons]     0.6.6claws13
10219
10220         * src/prefs_filter.c
10221         * src/prefs_filtering.c
10222         * src/matcher.c
10223         * src/importmutt.c
10224                 clean up a little bit
10225         
10226         * src/string_match.c
10227                 validate input strings a little bit more
10228
10229 2001-12-23 [alfons]     0.6.6claws12
10230
10231         * src/Makefile.am
10232         * src/summaryview.c
10233         * src/string_match.[ch]         ** NEW **
10234         * src/folderview.[ch]
10235         * src/headerview.h
10236         * src/folder.[ch]
10237         * src/prefs_folder_item.[ch]
10238                 add subject simplification to strip out strings from
10239                 a subject line (esp. handy for mailing lists). 
10240                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10241                 but slightly changed things for better integration.)
10242
10243 2001-12-23 [alfons]     0.6.6claws11
10244
10245         * src/mainwindow.c
10246                 fix bug introduced by submission included in 0.6.5claws52.
10247                 ideally this submission should clean the trash if any trash
10248                 folder has a message. however, the hasTrash variable was
10249                 set to false whenever a trash folder was empty (discarding
10250                 a previously found *filled* trash folder.)
10251
10252                 also edited the code a little bit and made it more safe.
10253
10254 2001-12-22 [alfons]     0.6.6claws10
10255
10256         * src/imap.c
10257                 quick fix for Martin Pool's omission of an account
10258                 specific SSL setting
10259
10260 2001-12-22 [alfons]     0.6.6claws9
10261
10262         * src/compose.c
10263         * src/messageview.c
10264         * src/mimeview.c
10265         * src/pgptext.c
10266         * src/procmime.[ch]
10267                 better support for multipart/digest (submitted
10268                 by Fredrik <e98fo@efd.lth.se>)
10269
10270 2001-12-22 [alfons]     0.6.6claws8
10271
10272         * src/addressbook.c
10273                 correct function signature
10274         * src/socket.[ch]
10275         * src/imap.[ch]
10276         * src/prefs_account.[ch]
10277                 allow IMAP over SSH tunnel (patch submitted by 
10278                 Martin Pool <mbp@samba.org>)
10279
10280 2001-12-21 [alfons]     0.6.6claws7
10281
10282         * sync with sylpheed 0.6.6cvs4-9
10283                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10284
10285 2001-12-21 [christoph]  0.6.6claws6
10286
10287         * src/compose.c
10288         * src/prefs_folder_item.[ch]
10289                 implement saving of outgoing messages to current folder.
10290                 fix segfault when no default outbox is available
10291                 (closes bug #495683)
10292
10293 2001-12-21 [carsten]    0.6.6claws5
10294         * src/folderview.c
10295         * src/summaryview.c
10296                 pressing CTRL while DND does now the expected thing and
10297                 copies the mail (moving is still the default, as this
10298                 seam more appropriate for handling mails by DND)
10299
10300 2001-12-18 [paul]       0.6.6claws4
10301
10302         * sync with sylpheed 0.6.6cvs3
10303                 see ChangeLog entries 2001-12-18
10304
10305 2001-12-18 [hiro]       0.6.6claws3
10306
10307         * src/undo.c
10308                 fix for multibyte characters (obtain the number of letters
10309                 instead of bytes).
10310
10311 2001-12-17 [paul]       0.6.6claws2
10312
10313         * sync with sylpheed 0.6.6cvs1
10314                 see ChangeLog entry 2001-12-16
10315
10316 2000-12-17 [alfons]     0.6.6claws1
10317
10318         * src/filtering.c
10319                 clean up
10320
10321 2001-12-16 [paul]       0.6.6claws
10322 2001-12-15
10323
10324         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10325
10326         * src/mimeview.c
10327                 last minute sync with main 0.6.6
10328
10329         * po/es.po
10330                 updated by Ricardo Mones Lastra
10331                 update for last minute sync
10332         * po/fr.po
10333         * po/nl.po
10334                 update for last minute sync
10335         * po/de.po
10336                 updated by Jens Oberender
10337         * po/pt_BR.po
10338                 updated by Fabio Junior Beneditto
10339
10340         * src/prefs_common.[ch]
10341         * src/undo.c
10342                 number of undo levels is user configurable
10343                 (squeeze it into the release in the dying
10344                 moments) Submitted by Jens Oberender    
10345
10346 2001-12-15 [melvin]
10347
10348         * po/fr.po
10349                 updated french translation
10350
10351 2001-12-15 [paul]       0.6.5claws92
10352
10353         * sync with sylpheed 0.6.5cvs28
10354                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
10355
10356         * po/nl.po
10357                 update to allow for sync
10358
10359 2001-12-15 [alfons]
10360         
10361         * po/nl.po
10362                 update dutch translation
10363
10364 2001-12-14 [carsten]    0.6.5claws91
10365         * src/summaryview.c
10366                 fixed bug #473785; also after changing the column order
10367                 the same message will be selected and displayed as before
10368                 the reordering
10369
10370 2001-12-14 [carsten]    0.6.5claws90
10371         * src/folderview.c
10372                 probably found the bug reported by wwb opening or closing
10373                 a folder tree just before dnd (found the solution in the
10374                 balsa source -- thanks to them)
10375
10376 2001-12-14 [carsten]    0.6.5claws89
10377         * src/gtkutils.c
10378         * src/account.c
10379                 moved gtk_clist_moveto to the right place, so that
10380                 only the accounts dialog is effected on opening
10381
10382 2001-12-14 [carsten]    0.6.5claws88
10383         * src/gtkutils.c
10384                 gtkut_clist_set_focus_row does a gtk_clist_moveto
10385                 now, so that the focused row will be seen in any case
10386                 (reported by wwp on sf-claws-user)
10387
10388 2001-12-14 [darko]      0.6.5claws87
10389
10390         * src/compose.c
10391                 remove unnecessary line
10392
10393 2001-12-14 [paul]       0.6.5claws86
10394
10395         * sync with sylpheed 0.6.5cvs27
10396                 see ChangeLog entries 2001-12-14
10397
10398 2001-12-14 [carsten]    0.6.5claws85
10399         * src/mainwindow.c
10400                 following a suggestion of Melvin the rcoabm pops up
10401                 right under the button now and the button is reliefed
10402                 while the popup is open
10403
10404 2001-12-14 [darko]      0.6.5claws84
10405
10406         * src/compose.c
10407                 fix crash when wrapping long lines if linewrap quotation
10408                 is disabled and wrapper encounters a word spanning more
10409                 than one line
10410
10411 2001-12-13 [paul]       0.6.5claws83
10412
10413         * src/compose.c
10414                 prefer 'Reply-To' header over mailing list header when
10415                 replying to a message. Finally prevent all those confirmation 
10416                 messages being sent to the list itself.
10417
10418         * src/summaryview.c
10419                 remove unused summary_set_menu_sensitive() entry
10420
10421 2001-12-13 [paul]       0.6.5claws82
10422
10423         * src/folderview.c
10424         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
10425         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
10426         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
10427                 improvements to 'Hide read messages': Inbox, Outbox,
10428                 Trash, Queue, and Draft icons now reveal presence of hidden 
10429                 messages
10430
10431 2001-12-12 [alfons]     0.6.5claws81
10432
10433         0.6.5claws80 was tagged as LAST_STABLE
10434
10435         * src/filtering.[ch]
10436         * src/matcher.[ch]
10437         * src/matcher_parser_lex.c
10438                 fix the filtering; my last attempt to get it right, 
10439                 if it does not work, it's Hoa's turn. ;-)
10440
10441                 for my honourable peers:
10442                 
10443                 the code now makes a clear distinction between
10444                 rules as they are displayed (probably escaped),
10445                 and as they are executed (probably unescaped). the
10446                 parser does *NOT* do any unescaping, this is
10447                 the task of the matcher.c (which breaks up a
10448                 rule into condition) and the filtering.c (which
10449                 breaks up the rule's action). to make this
10450                 run happily we provide an unescaped copy of
10451                 crucial strings to the MatcherProp and 
10452                 FilteringAction structures. note that the only
10453                 exception to this is any REGEXP string. those
10454                 are directly passed to regcomp() and regexp()
10455                 (who have much more powerful unescape functions).
10456                 
10457                 for everyone else:
10458         
10459                 you can escape tab (\t), carriage return (\r),
10460                 linefeed (\n), form feed (\f), quote (\"), 
10461                 single quote (\'), bell (\b) in all the entry
10462                 lines in the scoring & filtering dialogs.
10463                 as an added bonus this should not affect
10464                 existing filtering rules.
10465
10466 2001-12-12 [carsten]    0.6.5claws80
10467
10468         * src/summaryview.c
10469         * po/de.po
10470                 "item(s) selected" is now sensitive to 1 or more
10471                 than one selected (nice for language where simple
10472                 adding of a "s" is not possible as German (Eintrag
10473                 ->Eintr"age)
10474                 
10475                 the "forward as attachment" entry from the right
10476                 click menu removed, "forward" acts following the
10477                 prefs
10478         
10479         * src/textview.c
10480                 reverted my former changes; so compiler warning again
10481                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
10482                 nevertheless
10483
10484         * src/messageview.c
10485                 "search in message" does now *not* only work in MVIEW_TEXT
10486                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
10487                 message
10488
10489         * src/mainwindow.c
10490                 removed "/File/_Close" as it was the same as "/File/E_xit"
10491                 and we don't need it two times
10492
10493                 the separate folder view and message view now get a distinct
10494                 WMCLASS, just in case someone is using sawfish ;-)
10495
10496                 as the menu entries "/View/Message view" and "/View/Folder tree"
10497                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
10498                 make them sensitive accordingly and as these two are "shown"
10499                 after startup anytime check this menuitem at startup
10500
10501 2001-12-12 [paul]       0.6.5claws79
10502
10503         * src/folderview.c
10504                 fix sensitivity of 'Search folder...', broken in
10505                 0.6.5claws75
10506
10507         * src/mainwindow.c
10508                 fix dodgy English
10509
10510 2001-12-11 [carsten]    0.6.5claws78
10511         * src/filtering.c
10512                 fixed two typos returning a wrong FALSE/TRUE
10513         * src/mainwindow.[ch]
10514                 extra menu for email/news button removed
10515
10516 2001-12-11 [alfons]     0.6.5claws77
10517         
10518         * src/matcher.c                 (1.3)
10519         * src/matcher_parser_lex.l      (1.28)
10520                 revert for another attempt
10521                 mark 0.6.5claws77 as LAST_STABLE
10522
10523 2001-12-11 [christoph]  0.6.5claws76
10524
10525         * po/de.po
10526                 fixed wrong translation for prev. unread msg
10527
10528 2001-12-11 [paul]       0.6.5claws75
10529
10530         * src/folder.[ch]
10531         * src/folderview.c
10532         * src/mainwindow.c
10533         * src/summaryview.[ch]
10534         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
10535                 enable ability to hide read messages on per folder basis via 
10536                 '/Summary/Hide read messages'; when selected, a folder will 
10537                 have a red open folder icon, instead of a blue icon, if the 
10538                 folder contains hidden messges
10539                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
10540
10541         * src/mainwindow.c
10542                 remove '/Message/Forward as attachment' from 
10543                 main_window_set_menu_sensitive() to prevent debug warning
10544
10545         * src/folderview.c
10546         * src/mainwindow.c
10547                 Clean up some of the English
10548
10549         * tools/newscache_clean.pl
10550                 allow for new 'hidereadmsgs' entry in folderlist.xml
10551
10552         * po/es.po
10553                 updated translation, submitted by Ricardo Mones Lastra
10554
10555 2001-12-11 [paul]       0.6.5claws74
10556
10557         * sync with sylpheed 0.6.5cvs25
10558                 see ChangeLog entry 2001-12-11
10559
10560 2001-12-10 [alfons]     0.6.5claws73
10561
10562         * src/matcher.c
10563                 add more control characters
10564         * src/matcher_parser_lex.l
10565                 make escaping / unescaping work again
10566
10567 2001-12-10 [alfons]     0.6.5claws72
10568
10569         * src/imap.c
10570                 clean up warnings "returning value for void function" 
10571         * src/prefs_filtering.c
10572                 make info button for execute action sensitive
10573
10574 2001-12-10 [paul]       0.6.5claws71
10575
10576         * src/compose.c
10577         * src/imap.[ch]
10578         * src/summaryview.c
10579                 fix: imap server now gets informed of MARKED, UNMARKED
10580                 and REPLY events. Now people can use different IMAP-Mail
10581                 clients and have the exact same information about MARKED,
10582                 UNMARKED and REPLY status with all of them. Especially
10583                 useful for imap servers with a web-frontend.
10584                 submitted by Tobias Sandhaas <medlor@web.de>
10585
10586 2001-12-09 [melvin]     0.6.5claws70
10587         
10588         * src/textview.[ch]
10589                 fixed bug #490076 (hunted down by Alfons who implemented
10590                 a workaround in 0.6.5claws65)
10591
10592 2001-12-09 [christoph]  0.6.5claws69
10593
10594         * src/summaryview.c
10595                 set pointer to string in LOCKED column to NULL
10596                 (might fix bug #490800)
10597
10598 2001-12-09 [carsten]    0.6.5claws68
10599
10600         * po/de.po
10601                 resolved some cluttered menu shortcuts 
10602                 ('creating new email' and 'creating news message'
10603                 hade the same)
10604         * src/compose.c
10605                 wmclass now distinc from main window
10606         * src/mainwindow.c
10607           src/mainwindow.h
10608                 email/news and forward button functionality similar
10609                 to the reply buttons; removed the ugly dropdown arrows
10610                 and use instead the right mouse button
10611
10612 2001-12-09 [paul]       0.6.5claws67
10613
10614         * src/imap.c
10615         * src/utils.h
10616                 allow spaces in imap folder names
10617                 submitted by Willem van Engen <wvengen@stack.nl>
10618
10619 2001-12-09 [paul]       0.6.5claws66
10620
10621         * sync with sylpheed 0.6.5cvs24
10622                 see ChangeLog entry 2001-12-09
10623
10624 2001-12-08 [alfons]     0.6.5claws65
10625
10626         * src/textview.c
10627                 prevent secondary selection claim after "add to sender" dialog
10628                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
10629                 we trick GTK by simulating a click at (0, 0) in the textview.
10630
10631 2001-12-08 [hoa]        0.6.5claws64
10632
10633         * src/folder.c
10634                 fixed a bug about the .processing folder name while filtering
10635
10636 2001-12-08 [alfons]     0.6.5claws63
10637
10638         * src/folderview.c 
10639                 work around problem of not correctly updating folder stats
10640                 when deleting messages. there's some folder scanning evil
10641                 going so the folderview_update_msg_num() does not work
10642                 correctly. need to investigate this.
10643
10644 2001-12-08 [paul]       0.6.5claws62
10645
10646         * sync with sylpheed 0.6.5cvs23
10647                 see ChangeLog entry 2001-12-08
10648
10649 2001-12-07 [christoph]  0.6.5claws61
10650
10651         * src/compose.c
10652                 fix another header translation problem
10653
10654 2001-12-07 [alfons]     0.6.5claws60
10655
10656         * src/mbox.c
10657                 make filtering also work on local spool mbox
10658
10659 2001-12-07 [carsten]    0.6.5claws59
10660         * src/addressbook.c
10661                 addressbook window gets a wmclass distinct from the main
10662                 sylpheed window
10663         * src/compose.h
10664         * src/mainwindow.[ch]
10665                   forward menu item will use mode selected in prefs, forward 
10666                 as attatchment in menu removed (will be substituted in the
10667                 toolbar similar to reply buttons)
10668                   create news message menu entry and news button is now 
10669                 sensitive to the existance of a news account
10670         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
10671         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
10672         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
10673                 these are removed because the toolbar buttons don't show
10674                 the quoting modus any longer
10675
10676 2001-12-07 [paul]
10677
10678         * tools/newscache_clean.pl      ** NEW FILE **
10679                 perl script to do some tidying up in the newscache directory 
10680                 
10681         * tools/sylpheed-switcher       ** NEW FILE **
10682                 perl script to enable easy switching between main and claws
10683                 
10684         * tools/README
10685                 added descriptions of the two new perl scripts          
10686
10687
10688 2001-12-07 [melvin]     0.6.5claws58
10689
10690         * src/messageview.c
10691                 fixed a warning during compilation introduced in 0.6.5claws56
10692
10693 2001-12-07 [paul]       0.6.5claws57
10694
10695         * src/mainwindow.[ch]
10696         * src/menu.[ch]
10697                 further usability enhancements to replying with or without 
10698                 quoting via the toolbar, use of Ctrl key is replaced by 
10699                 drop down menu 
10700                 Submitted by Carsten Schurig            
10701
10702 2001-12-07 [melvin]     0.6.5claws56
10703
10704         * src/messageview.c
10705                 hack to fix bug that prevented to make/paste selections
10706                 after switching between MVIEW_TEXT and MVIEW_MIME views
10707                 without deselecting the selection first.
10708
10709 2001-12-06 [alfons]     0.6.5claws55
10710
10711         * src/filtering.[ch]
10712         * src/inc.c
10713                 revise filtering a little bit more, and make sure
10714                 messages are delivered to the appropriate inbox
10715                 (perhaps set per account)
10716
10717 2001-12-06 [paul]       0.6.5claws54
10718
10719         * sync with sylpheed 0.6.5cvs22
10720                 see ChangeLog entry 2001-12-06
10721
10722 2001-12-05 [alfons]     0.6.5claws53
10723
10724         * src/inc.c
10725         * src/folder.[ch]
10726         * src/procmsg.c
10727         * src/filtering.c
10728                 more revisions of filtering system
10729                 (last stable version is marked as LAST_STABLE)
10730                 
10731                 | NOTE 1): the filtering system now uses a local folder called
10732                 | .processing. if filtering fails, check this directory
10733                 | for missing messages.
10734                 |
10735                 | NOTE 2): help us find the filtering actions still missing
10736
10737 2001-12-05 [paul]       0.6.5claws52
10738
10739         * src/mainwindow.c
10740                 fix bug where 'Empty Trash?' pop-up window appears even
10741                 when Trash is empty, submitted by Jesse Skinner         
10742
10743 2001-12-05 [melvin]     0.6.5claws51
10744
10745         * src/compose.c
10746                 fixed bug #486106 to select correct account when reediting 
10747                 a queued message
10748         
10749 2001-12-04 [alfons]     0.6.5claws50
10750
10751         * src/mh.c
10752                 declare markfile in appropriate functions when
10753                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
10754                 for spotting this)
10755
10756 2001-12-04 [paul]       0.6.5claws49
10757
10758         * sync with sylpheed 0.6.5cvs21
10759                 see ChangeLog entry 2001-12-04
10760
10761 2001-12-03 [christoph]  0.6.5claws48
10762
10763         * po/de.po
10764                 changed translation of undo
10765         * src/account.c
10766         * src/folder.c
10767                 don't reinvent the wheel to traverse a GNode
10768         * src/compose.[ch]
10769                 seperate code to create the compose gui into functions
10770                 add "Others" page with folder selection for saving copy
10771                 of the message.
10772                 the folder identifier is saved to queue header
10773         * src/procmsg.c
10774                 save message to folder in queue header
10775
10776 2001-12-03 [paul]       0.6.5claws47
10777
10778         * sync with sylpheed 0.6.5cvs20
10779                 see ChangeLog entry 2001-12-03
10780
10781 2001-12-01 [paul]
10782
10783         * more sync with sylpheed 0.6.5cvs19
10784                 see ChangeLog entry 2001-11-29
10785
10786 2001-11-30 [paul]       0.6.5claws46
10787         
10788         * src/compose.c
10789                 remove conflicts introduced by Hoa's last commit
10790          
10791         * src/mainwindow.c
10792                 make 'Message/Bounce' sensitive
10793
10794 2001-11-30 [hoa]        0.6.5claws45
10795
10796         * src/compose.c
10797                 slightly change bounce function to add
10798                 information about the user that bounced the mail
10799                 in the From header line.
10800
10801         * src/folderview.c
10802                 permit the use of processing in outbox folder.
10803
10804 2001-11-29 [paul]       0.6.5claws44
10805
10806         * src/mainwindow.[ch]
10807         * src/prefs_common.c
10808         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
10809         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
10810         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
10811                 usability enhancements to the quoting, implements
10812                 use of Ctrl key to toggle quoting settings
10813                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
10814
10815 2001-11-29 [paul]       0.6.5claws43
10816         
10817         * sync with sylpheed 0.6.5cvs19
10818                 see ChangeLog entry 2001-11-28
10819
10820 2001-11-29 [melvin]     0.6.5claws42
10821         * src/Makefile.am
10822                 added enriched.[ch] to the list of files
10823
10824         * src/textview.c
10825         * src/mimeview.c
10826         * src/procmime.[ch]
10827         * src/enriched.[ch]
10828                 added support to view text/enriched
10829                 added support to show headers in message view for text/enriched and text/html
10830                         in non multipart messages
10831
10832 2001-11-28 [paul]       0.6.5claws41
10833
10834         * more sync with sylpheed 0.6.5cvs18
10835                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
10836
10837 2001-11-27 [paul]       0.6.5claws40
10838         
10839         * po/pt_BR.po
10840                 updated translation, submitted by Fabio Junior Beneditto
10841                 
10842         * sync with sylpheed 0.6.5cvs18
10843                 see ChangeLog entries 2001-11-26 (src/textview.c) and
10844                 2001-11-27
10845
10846
10847 2001-11-26 [paul]
10848
10849         * po/es.po
10850                 updated translation, submitted by Ricardo Mones Lastra
10851
10852 2001-11-26 [alfons]
10853
10854         * src/matcher.c
10855                 add more translatable strings
10856
10857 2001-11-26 [christoph]  0.6.5claws39
10858
10859         * po/de.po      
10860                 fixed one more umlaut
10861         * src/compose.c
10862                 fix translated header when it should not be translated
10863
10864 2001-11-26 [paul]       0.6.5claws38
10865
10866         * src/mainwindow.c
10867                 remove '/Message/Add Sender to address book' from 
10868                 main_window_set_menu_sensitive(), prevent debug warning
10869                 add 'Message/Mark/Mark all read' to mainwin_entries[]
10870
10871 2001-11-26 [paul]       0.6.5claws37
10872
10873         * src/summaryview.c
10874                 fix 'recurring unread state' bug 
10875
10876         * tools/README 
10877         * tools/filter_conv.pl
10878                 read name of top level mailbox from folderlist.xml
10879                 and presume nothing about its name              
10880
10881 2001-11-26 [darko]      0.6.5claws36
10882
10883         * src/gtkstext.[ch]
10884                 removed functions that are now in gtkutils.c
10885                 use gtkut_text_is_uri_string() from gtkutils.c
10886         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
10887
10888 2001-11-26 [paul]       0.6.5claws35
10889
10890         * sync with sylpheed 0.6.5cvs16
10891                 see ChangeLog entries 2001-11-25 and 2001-11-26
10892
10893 2001-11-25 [alfons]     0.6.5claws34
10894
10895         EXPERIMENTAL!!! Please checkout the last stable version using: 
10896           
10897         % cvs update -r LAST_STABLE -dRAP
10898
10899         (Or help us testing this stuff.)
10900
10901         * src/filtering.c               (1.14)
10902         * src/filtering.h               (1.6)
10903         * src/inc.c                     (1.28)
10904         * src/matcher.c                 (1.20)
10905         * src/mbox.c                    (1.9)
10906         * src/procmsg.h                 (1.14)
10907         * src/summaryview.c             (1.59)
10908         * src/summaryview.h             (dunno)
10909                 revert/merge/sync to as it was before commit 
10910                 on Thu, 19 Jul 2001 10:15:51 -0700.
10911
10912 2001-11-25 [hoa]        0.6.5claws33
10913
10914         * src/main.c
10915                 processing mails at startup
10916
10917         * src/folderview.c
10918         * src/summaryview.[ch]
10919                 processing mails when entering folder
10920
10921         * src/prefs_filtering.c
10922                 fixed some UI bugs
10923
10924 2001-11-24 [alfons]     0.6.5claws32
10925
10926         * src/summaryview.[ch]
10927                 make summary sort headers work, and also make
10928                 sure the sort type is stored
10929
10930 2001-11-23 [alfons]     0.6.5claws31
10931
10932         * src/summaryview.[ch]
10933                 make lock work like mark
10934                 disallow deleting messages marked as locked
10935
10936 2001-11-23 [alfons]     0.6.5claws30
10937
10938         * src/gtkstext.c
10939         * src/compose.[ch]
10940         * src/Makefile.am
10941         * src/undo.[ch]
10942                 merge undo patch submitted by Jens
10943
10944 2001-11-23 [christoph]  0.6.5claws29
10945
10946         * src/.cvsignore
10947                 added ylwrap
10948         * src/compose.c
10949                 fixed gpg signing and encoding
10950         * src/folder.[ch]
10951         * src/main.c
10952                 added --status option to get new, unread and total
10953                 message count from a running sylpheed
10954         * src/prefs_common.c
10955                 temporary fix for reply_with_quote problem
10956                 (don't call functions for non existing widget)
10957         * src/procmsg.c
10958                 one more check for ignored threads but still not
10959                 always working correctly. probably a recursive
10960                 check for all parents is needed
10961
10962 2001-11-23 [darko]      0.6.5claws28
10963
10964         * src/compose.c
10965                 wrapping on send improvements
10966         * src/gtkutils.[ch]
10967                 fix for GtkSText after last sync with main branch
10968                 GTK_TEXT -> GTK_STEXT
10969
10970 2001-11-23 [paul]       0.6.5claws27
10971
10972         * sync with sylpheed 0.6.5cvs14
10973                 see ChangeLog entries 2001-11-22 and 2001-11-23
10974                 
10975         * po/de.po
10976                 fixed the scrambled umlauts 
10977                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
10978
10979 2001-11-21 [paul]       0.6.5claws26
10980
10981         * sync with sylpheed 0.6.5cvs12
10982                 see 2nd ChangeLog entry dated 2001-11-20
10983
10984 2001-11-20 [paul]       0.6.5claws25
10985
10986         * sync with sylpheed 0.6.5cvs11
10987                 see ChangeLog entry 2001-11-19 (src/utils.c)
10988
10989 2001-11-20 [hiro]
10990
10991         * src/compose.c
10992                 GTK_TEXT -> GTK_STEXT
10993                 fix for wrong comment
10994
10995 2001-11-20 [hiro]       0.6.5claws24
10996
10997         * src/compose.[ch]
10998                 more merges from main branch
10999                 removed fatal warnings (uninitialized variables etc.)
11000                 some coding style fix
11001         * src/gtkutils.h
11002                 fixed typo.
11003         * src/addressbook.c
11004           src/addrindex.c
11005                 V-Card -> vCard
11006
11007 2001-11-19 [hoa]        0.6.5claws23
11008
11009         * src/filtering.c
11010         * src/prefs_scoring.c
11011         * src/matcher.[ch]
11012         * src/scoring.c
11013                 cleaning code
11014
11015         * src/matcher_parser_parse.y
11016         * src/prefs_filtering.c
11017                 bouncing
11018
11019 2001-11-19 [alfons]     0.6.5claws22
11020
11021         more of my old things into claws
11022
11023         * src/Makefile.am
11024         * src/prefs_common.c
11025         * src/procmsg.h
11026         * src/summaryview.[ch]
11027         * src/prefs_summary_column.c
11028         * src/pixmaps/locked.xpm
11029                 add indicators for locking of message in summary view
11030                 (does not work yet, only visual indicator)
11031
11032 2001-11-19 [paul]       0.6.5claws21
11033
11034         * sync with sylpheed 0.6.5cvs10
11035                 see ChangeLog entry 2001-11-19
11036
11037 2001-11-18 [alfons]     0.6.5claws20
11038         
11039         * src/filtering.c
11040                 remove an inadvertent free I forgot in previous clean up 
11041
11042 2001-11-18 [alfons]     0.6.5claws19
11043
11044         * src/filtering.[ch]
11045                 clean up & plug leaks
11046
11047 2001-11-18 [paul]       0.6.5claws18
11048
11049         * sync with sylpheed 0.6.5cvs9
11050                 see ChangeLog entries 2001-11-17 and 2001-11-18
11051
11052 2001-11-16 [paul]       0.6.5claws17
11053
11054         * sync with sylpheed 0.6.5cvs8
11055                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11056
11057 2001-11-16 [paul]       0.6.5claws16
11058
11059         * sync with sylpheed 0.6.5cvs7
11060                 see ChangeLog entries 2001-11-15 and 2001-11-16
11061
11062 2001-11-15 [hoa]        0.6.5claws15
11063
11064         * src/compose.c
11065                 fix bounce, mails we received couln't be bounced to ourself.
11066
11067         * src/defs.h
11068         * src/filtering.[ch]
11069         * src/matcher.[ch]
11070         * src/matcher_parser.h
11071         * src/matcher_parser_lex.l
11072         * src/matcher_parser_parse.y
11073         * src/inc.c
11074         * src/main.c
11075         * src/mbox.c
11076         * src/prefs_filtering.[ch]
11077         * src/mainwindow.c
11078         * src/prefs_matcher.c
11079         * src/prefs_scoring.c
11080         * src/scoring.[ch]
11081         * src/summaryview.c
11082                 new matcher/filter/score configuration file parser
11083                 one unique configuration file => ~/.sylpheed/matcherrc
11084                 import in currently automatic, then save are made
11085                 in this new file.
11086                 one filter per folder and one global filter
11087                 (filter of a folder will be used as folder processing)
11088
11089         * src/folder.c
11090                 fix a bug in folder_item_get_identifier
11091                 
11092         * src/messageview.c
11093                 receive receipt return are fixed.
11094
11095 2001-11-14 [alfons]     0.6.5claws14
11096
11097         * src/session.h
11098                 add things from main branch to make claws compile
11099
11100 2001-11-14 [paul]       0.6.5claws13
11101
11102         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11103                 see ChangeLog entries 2001-11-08 to 2001-11-14
11104
11105 2001-11-14 [hoa] 0.6.5claws12
11106
11107         * src/compose.[ch]
11108         * src/mainwindow.c
11109         * src/summaryview.c
11110                 add "bounce mail" option
11111
11112 2001-11-13 [christoph]  0.6.5claws11
11113
11114         * src/compose.c
11115                 Cleanup a mess i add before commiting
11116
11117 2001-11-13 [hoa]        0.6.5claws10
11118
11119         * src/compose.c
11120                 some fixes when mail are sent or
11121                 for crossposts
11122
11123 2001-11-13 [christoph]  0.6.5claws9
11124
11125         * po/de.po
11126                 Changed two string with the same translation
11127         * src/compose.c
11128         * src/procmsg.[ch]
11129         * src/send.[ch]
11130                 New mailsending process:
11131                   - Always queue message before sending
11132                     (message will be saved if sylpheed crashed or
11133                      freezes while sending)
11134                   - Allow queuing of newspostings
11135                   - No copy in outbox before sending
11136                     (closes bug #469501)
11137                   - No more redundant code for send and send_later
11138         * src/summaryview.c
11139                 Applied wwp <subscript@free.fr>'s patch that fixes
11140                 marks for multiple forwarded messages (+compose.c)
11141
11142 2001-11-12 [alfons]
11143
11144         * README.claws
11145                 remove things that are now in main branch
11146         
11147         * po/nl.po
11148                 update Dutch translation
11149
11150 2001-11-12 [mhadasht]   0.6.5.claws8
11151
11152         * src/prefs_common.c
11153                 re-enabled account autoselection feature for forward
11154                 and reedit lost during the branch point for SYNC-B4-REL
11155         * src/gtkspell.c
11156                 gtkpspell_get_dict(): more readable code (even if function is
11157                 not used yet)
11158         * ChangeLog.claws
11159                 added version number info to 2001-11-12 [hiro] comment.
11160
11161 2001-11-12 [hiro]       0.6.5.claws7
11162
11163         * src/compose.c
11164                 compose_forward(): fixed a bug that forward quote mark
11165                 wasn't used.
11166                 removed unnecessary code.
11167         * src/template_select.[ch]: removed.
11168
11169 2001-11-11 [alfons]
11170
11171         * src/compose.c
11172                 :%s/GTK_TEXT/GTK_STEXT/g
11173         
11174         * src/compose.[ch]
11175         * src/undo.[ch]
11176         * src/Makefile.am
11177                 revert the undo stuff (this is 0.6.6claws stuff)
11178
11179 2001-11-11 [hoa]        0.6.5.claws6
11180
11181         * src/compose.[ch]
11182                 Insert signature at the end of the text.
11183                 Added undo patch but currently disabled
11184
11185         * src/procmsg.c
11186                 Threading by subject improved.
11187
11188         * added src/undo.[ch]
11189                 Undo module for compose dialog box.
11190
11191 2001-11-11 [alfons]     0.6.5.claws5
11192
11193         * src/procmsg.c
11194                 prevent threading by subject on nodes that have already been
11195                 threaded by in-reply-to (as in "circular references in a tree
11196                 result in a dead branch")
11197
11198 2001-11-09 [hoa]        0.6.5.claws4
11199         
11200         * src/folderview.c
11201                 allows creation of mbox folder item from any files.
11202
11203 2001-11-09 [alfons]     0.6.5.claws3
11204         
11205         * src/utils.c
11206         * src/procmsg.c
11207                 do what I mean and correct threading by subject so it really
11208                 ignores attracting lines without "Re: "
11209
11210 2001-11-07 [alfons]     0.6.5.claws2
11211
11212         * src/procmsg.c
11213         * src/utils.[ch]
11214                 only attract by subject if a subject line starts with a "Re: "
11215         * src/syldap.c
11216                 remove warning
11217
11218 2001-11-07 [paul]       0.6.5claws1
11219
11220         * sync with sylpheed 0.6.5. release
11221                 see ChangeLog entry 2001-11-07
11222
11223 2001-11-07 [paul]       0.6.4claws31
11224
11225         * sync with sylpheed 0.6.4cvs18
11226                 see ChangeLog entries 2001-10-30 to 2001-11-07
11227                 prefs_templates.[ch] renamed prefs_template.[ch]
11228
11229 2001-11-06 [alfons]
11230         
11231         * src/utils.h
11232                 add semicolon Hoa forgot ;-)
11233                 
11234
11235 2001-11-06 [hoa]        0.6.4claws30
11236         
11237         * src/procmsg.c
11238         * src/summaryview.c
11239         * src/utils.c
11240         * src/utils.h
11241                 threading by subject - empty subject are ignored
11242
11243 2001-11-06 [christoph]  0.6.4claws29
11244
11245         * src/socket.c
11246                 use SSL_peek for sock_gets
11247         * src/utils.c
11248                 removed unneeded pointer in extracting quoted
11249                 names implementation
11250
11251 2001-11-06 [melvin]     0.6.4claws28
11252
11253         * src/gtkspell.c
11254                 fixed bug #476792 Selection overtyping with spell checker
11255                 fixed bug which could cause a buffer overflow
11256                 fixed a memory leak
11257
11258 2001-11-06 [hoa]        0.6.4claws27
11259         
11260         * src/procmsg.c
11261         * src/summaryview.c
11262                 threading by subject
11263
11264 2001-11-05 [alfons]     0.6.4claws26
11265         
11266         * README.claws
11267                 Claws -> Sylpheed (vice versa)
11268
11269         * src/compose.c
11270                 :%s/gtk_text/gtk_stext/g
11271                 :%s/GTK_TEXT/GTK_STEXT/g
11272                 (thanks to Jonathan Ware for spotting this)
11273
11274 2001-11-04 [christoph]  0.6.4claws25
11275
11276         * src/summaryview.c
11277                 replace Xalloca + strdup with Xstrdup_a
11278         * src/utils.c
11279                 better implementation of extracting quoted names
11280                 from addresses (remove backlashes and ignore
11281                 quotes after them)
11282
11283 2001-11-04 [alfons]     0.6.4claws24
11284
11285         * src/utils.[ch]
11286                 edit to comply more with coding style
11287
11288         * src/textview.c
11289                 fix bug reported by Kim Schulz. introduced by the patch integrated
11290                 in 0.6.4claws15. the code did not check the return value of
11291                 the html parser.
11292
11293         * AUTHORS
11294                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11295
11296 2001-11-04 [christoph]  0.6.4claws23
11297
11298         * src/main.c
11299         * src/prefs_common.[ch]
11300                 init some pointers that possibly caused a segfault
11301                 reported in the claws-users ML
11302
11303 2001-11-04 [hoa]        0.6.4claws22
11304
11305         * src/grouplistdialog.c
11306                 change the names of the nodes in the tree
11307
11308         * src/compose.c
11309                 enhanced mailto syntax as described in
11310                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11311                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11312
11313         * src/utils.c
11314                 encode and decode URI (useful when opening URL into
11315                 netscape).
11316
11317 2001-11-03 [hoa]        0.6.4claws21
11318
11319         * src/grouplistdialog.c
11320                 a new newsgroups list selection dialog box
11321                 with a CTree instead of a CList
11322
11323 2001-11-03 [hoa]        0.6.4claws20
11324
11325         * src/folderview.c
11326                 enable property and scoring options when right
11327                 click on "inbox"
11328
11329         * src/summaryview.c
11330                 fixed bug when nickname were displayed using
11331                 the address book.
11332
11333 2001-11-02 [darko]      0.6.4claws19
11334
11335         * src/compose.c
11336                 new wrap quotation and URL/long words wrapping implementation
11337         * src/compose.c src/gtkstext.[ch]
11338                 move gtkstext_strncmp() to gtkstext.c
11339
11340 2001-11-01 [christoph]  0.6.4claws18
11341
11342         * src/prefs_account.c
11343                 fixed mess in account settings dialog
11344         * src/prefs_folder_item.c
11345                 added label with folder path to dialog
11346
11347 2001-10-31 [match]      0.6.4claws17
11348
11349         * src/vcard.c
11350                 fix memory leak.
11351         * src/addrbook.c
11352                 fix generation of spurious address book file names.
11353                 remove redundant functions.
11354         * po/POTFILES.in
11355                 added missing file names.
11356
11357 2001-10-30 [paul]       0.6.4claws16
11358
11359         * sync with sylpheed 0.6.4cvs6
11360                 see ChangeLog entries 2001-10-26 to 2001-10-30
11361
11362         * tools/filter_conv.pl
11363                 read folderlist.xml to discover whether the top-level
11364                 folder is called 'Mailbox' or 'Mail' 
11365
11366 2001-10-29 [paul]       0.6.4claws15
11367
11368         * src/html.c, src/textview.c
11369                 activate links in html mail and fix clickable parts
11370                 Submitted by Matthieu Dazy <dazy@t-surf.com>
11371
11372 2001-10-29 [paul]
11373
11374         * po/de.po, po/es.po, po/pt_BR/po
11375                 updated translations, submitted by Jens Oberender,
11376                 Ricardo Mones Lastra, and Fabio Junior Beneditto
11377
11378 2001-10-29 [darko]      0.6.4claws14
11379
11380         * src/compose.c
11381                 fix wrapping for good
11382
11383 2001-10-29 [darko]
11384
11385         * src/compose.c
11386                 undo previous change as it broke the smart wrapping
11387
11388 2001-10-29 [darko]      0.6.4claws13
11389
11390         * src/compose.c
11391                 fix infinite loop when long URL is quoted
11392                 (closes bug #475122.
11393
11394 2001-10-28 [match]
11395
11396         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
11397                 import Mutt address book
11398         * src/ldif.[ch] src/importldif.h
11399                 modified import LDIF handle user attributes
11400
11401 2001-10-28 [christoph]  0.6.4claws12
11402
11403         * src/summaryview.c
11404                 fixed that filtering did not work if there
11405                 were no filter rules
11406                 (closes bug #472003 and better implementation
11407                  of patch #474644)
11408
11409 2001-10-27 [christoph]  0.6.4claws11
11410
11411         * src/compose.c
11412                 make the folder's default account to be used when
11413                 replying. (patch by wwp <subscript@free.fr>)
11414         * src/compose.c
11415                 code cleanup, nearly killed all of wwp's patch
11416                 for folder's default account in compose
11417         * src/folderview.c
11418                 error panel when a folder could not be created
11419                 (closes bug #471080 new folder name & already
11420                  existing file)
11421
11422 2001-10-26 [alfons]
11423
11424         * src/utils.h
11425                 change prototype of strstr2() that Christoph forgot about
11426
11427 2001-10-26 [christoph]  0.6.4claws10
11428
11429         * src/account.c
11430                 made search for accounts by email address not case
11431                 sensitive
11432         * src/folder.c
11433                 fixed memory leak in folder_item_get_identifier
11434         * src/gtkspell.c
11435         * src/utils.c
11436                 fixed wrong strstr2 (should work like strstr)
11437
11438 2001-10-26 [darko]      0.6.4claws9
11439
11440         * src/compose.c src/gtkstext.[ch]
11441         * src/gtkstext.c
11442                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
11443
11444 2001-10-26 [paul]       0.6.4claws8
11445
11446         * src/html.c
11447                 ignore css and javascript tags in html mail
11448                 case-insensitive, with or without double-quoted
11449                 strings
11450
11451 2001-10-26 [paul]       0.6.4claws7
11452
11453         * sync with sylpheed 0.6.4cvs1
11454                 see ChangeLog entry 2001-10-26
11455
11456         * src/prefs_account.c, src/prefs_common.c,
11457           src/prefs_summary_column.c
11458                 minor improvements to the English
11459
11460 2001-10-25 [alfons]     0.6.4claws6
11461
11462         * src/gtkstext.c
11463         
11464                 make GtkSText follow style of GtkText (closes bug 
11465                 #469211 "text selection while writing message")
11466                 
11467                 do sync with GTK 1.2.10
11468
11469 2001-10-25 [paul]       0.6.4claws5
11470
11471         * src/html.c
11472                 ignore css tags in html mail
11473
11474 2001-10-25 [darko]      0.6.4claws4
11475
11476         * src/compose.c
11477                 don't declare is_url_string as static function since
11478                 we need it in gtkstext.c
11479         * src/gtkstext.c
11480                 remove unused variable
11481                 don't wrap long URLs while composing a message
11482
11483 2001-10-24 [christoph]  0.6.4claws3
11484
11485         * src/socket.c
11486                 fix ssl deadlock, when peer closes connection
11487
11488 2001-10-24 [paul]       0.6.4claws2
11489
11490         * src/prefs_common.c
11491                 gettextize the gpg ascii-armored warning message
11492
11493         * src/compose.c
11494                 insert a DOS/MAC file into the composed message
11495                 (improvements)
11496
11497         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
11498
11499 2001-10-22 [paul]       0.6.4claws1
11500
11501         * sync with sylpheed 0.6.4 release
11502                 see ChangeLog entries 2001-10-21
11503
11504         * po/fr.po, po/pt_BR.po
11505                 updated by Melvin Hadasht and Fabio Junior Beneditto
11506
11507 2001-10-21 [paul]       0.6.3claws30
11508
11509         * src/compose.c
11510                 insert a DOS text file from the compose window
11511                 into the composed message text (removes CRs characters)
11512                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
11513
11514         * tools/filter_conv.pl, tools/README
11515                 automatically use ~/.sylpheed as working directory
11516                 print out confirmation message on completion
11517
11518         * correct Hoa's last ChangeLog.claws entry
11519
11520 2001-10-20 [hoa]        0.6.3claws29
11521
11522         * src/grouplistdialog.c
11523                 bugfix (another ?) to give the right
11524                 newsgroups list for each news server.
11525
11526         * src/news.c
11527         * src/news.h
11528                 improve the newsgroups list cache
11529
11530 2001-10-20 [paul]       0.6.3claws28
11531
11532         * sync with sylpheed 0.6.3cvs9
11533                 see ChangeLog entry 2001-10-19
11534
11535         * correct Alfons' last ChangeLog.claws entry
11536
11537 2001-10-19 [alfons]
11538
11539         * src/pgptext.[ch]
11540                 fix compilation problems (part of bug #472895)
11541
11542 2001-10-18 [hoa]        0.6.3claws27
11543
11544         * src/grouplistdialog.c
11545                 bugfix when we refresh was clicked (bug 472701)
11546
11547 2001-10-19 [christoph]  0.6.3claws26
11548
11549         * src/compose.c
11550                 last header entry should default to "To:" or
11551                 "Newsgroups:" and not copy the last entry line
11552                 in a new compose window
11553                 (closes bug #472686, #470792)
11554
11555 2001-10-19 [paul]       0.6.3claws25
11556
11557         * sync with Sylpheed 0.6.3cvs8
11558                 see ChangeLog entries 2001-10-18 and 2001-10-19
11559
11560 2001-10-18 [christoph]  0.6.3claws24
11561
11562         * src/procmsg.c
11563                 reimplement ignore thread
11564         
11565 2001-10-18 [hoa]        0.6.3claws23
11566
11567         * src/folderview.c
11568         * src/grouplistdialog.[ch]
11569                 enhanced news subscription interface (feature 469113)
11570
11571         * src/news.c
11572         * src/news.h
11573                 enchanced newsgroup listing,
11574                 now, we can get groups informations
11575                 (NNTPGroupInfo)
11576
11577 2001-10-18 [paul]       0.6.3claws22
11578
11579         * src/summaryview.c
11580                 remove comment (sync with main branch)
11581         * src/mainwindow.c
11582                 fix 'Re-edit' bug in 'Message' menu
11583
11584 2001-10-17 [christoph]  0.6.3claws21
11585
11586         * src/compose.c
11587                 ignore empty or whitespace only header lines
11588
11589 2001-10-17 [paul]       0.6.3claws20
11590
11591         * sync with sylpheed 0.6.3cvs7
11592                 see ChangeLog entries 2001-10-14, 2001-10-16, and
11593                 2001-10-17
11594
11595 2001-10-17 [darko]
11596
11597         * src/compose.c
11598                 wrap long lines without spaces
11599                 don't wrap URLs
11600
11601 2001-10-16 [paul]
11602
11603         * po/es.po, po/nl.po, po/pt_BR.po
11604                 updated by Ricardo Mones Lastra, Alfons,
11605                 and Fabio Junior Beneditto
11606
11607         * sylpheed-0.6.3claws released
11608
11609 2001-10-15 [melvin] 0.6.3claws18
11610
11611         * README.claws
11612                 added summary and detailed installation instructions
11613                 for spell checker
11614         * po/fr.po
11615                 Updated, corrected and completed french translation
11616
11617 2001-10-15 [hoa] 0.6.3claws17
11618         * src/grouplistdialog.c
11619                 we can choose the newsgroups to display with wildcards
11620
11621 2001-10-15 [christoph]  0.6.3claws16
11622
11623         * src/account.c
11624         * src/compose.c
11625         * src/prefs_folder_item.[ch]
11626                 applied wwp <subscript@free.fr>'s folder
11627                 default account patch
11628         * po/de.po
11629                 Fixed wrong translation
11630
11631 2001-10-13 [alfons, christoph, melvin]  
11632                         0.6.3claws15
11633
11634         solution #2 to solve MT-safety problems defers all GUI related calls
11635         to the main thread using a gtk_idle_add() callback. discussed on
11636         ircnet #sylpheed, with christoph spotting some issues with the
11637         original code, and melvin allowing us to lobotomize his sylpheed.
11638
11639         * src/syldap.[ch], src/main.c
11640                 fix race problem in ldap search thread by deferring GUI 
11641                 stuff to main thread using gtk_idle_add()
11642
11643 2001-10-13 [paul]       0.6.3claws14
11644
11645         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
11646                 add Sergey's smtpcred.patch
11647                 adds separate username/password setting for SMTP Auth
11648                 needed by some servers
11649                 (closes feature request #471659)
11650
11651 2001-10-13 [paul]       0.6.3claws13
11652
11653         * src/pgptext.[ch] **NEW FILES**
11654         * src/Makefile.am, src/messageview.c, src/mimeview.c
11655                 decrypt ascii-armored gpg text embedded in
11656                 the message body.
11657                 Submitted by Jens Jahnke <jan0sch@gmx.net>
11658
11659 2001-10-13 [christoph]  0.6.3claws12
11660
11661         * README.claws
11662                 some more details on default to and
11663                 feature requests
11664         * src/main.c
11665                 init glib threading when ldap is used
11666         * src/syldap.c
11667                 threading fixes
11668         * po/de.po
11669                 fixed a typo
11670
11671 2001-10-12 [paul]       0.6.3claws11
11672
11673         * src/prefs_common.[ch], src/rfc2015.c
11674                 enable ascii-armored gpg text to be embedded in the
11675                 message body, selectable through the 'Privacy'
11676                 preferences. Supports encrypting only.
11677                 Submitted by Ravemax <ravemax@dextrose.com>
11678
11679 2001-10-12 [paul]       0.6.3claws10
11680
11681         * sync with sylpheed 0.6.3cvs6
11682                 see ChangeLog entries 2001-10-11 and 2001-11-12
11683
11684         * src/folderview.c
11685                 incorporated mbox folders, scoring, and folder
11686                 properties into the sync
11687
11688 2001-10-12 [darko]      0.6.3claws9
11689
11690         * README.claws
11691                 describe quotation wrapping
11692         * src/compose.c
11693                 don't treat tab as space to calculate line length properly
11694
11695 2001-10-11 [alfons]
11696
11697         * README.claws
11698                 correct description of how to make new filtering system work,
11699                 add some other things
11700                 
11701         * src/syldap.c
11702                 remove sched_yield() (not necessary / unportable)
11703
11704 2001-10-11 [paul]       0.6.3claws8
11705
11706         * sync with sylpheed 0.6.3cvs3
11707                 see ChangeLog entry 2001-10-10
11708
11709 2001-10-10 [christoph]  0.6.3claws7
11710
11711         * .cvsignore
11712                 ignore 2 files created by newer autotools
11713         * src/prefs_folder_item.c
11714                 using table for widget alignment
11715                 fixed memory leak and broken octal display
11716         * src/filesel.c
11717                 fixed segfault caused by lost filename
11718                 workaround (closes bug #469551)
11719
11720 2001-10-10 [paul]       0.6.3claws6
11721
11722         * sync with sylpheed 0.6.3cvs2
11723                 see ChangeLog entries 2001-10-09 and 2001-10-10
11724
11725 2001-10-10 [darko]      0.6.3.claws5
11726
11727         * src/gtkstext.c
11728                 proper calculation of right margin if smart wrapping is enabled
11729         * src/compose.c
11730                 automatically wrap long lines if wrap quotation is enabled
11731
11732 2001-10-09 [alfons]     0.6.3.claws4
11733
11734         * src/summaryview.c
11735                 select correct row when deleting last row in the summary view (and
11736                 close bug "[ #469104 ] select second last in list when deleting")
11737
11738 2001-10-09 [paul]       0.6.3claws3
11739
11740         * sync with sylpheed 0.6.3cvs1
11741                 updated some autotool scripts
11742
11743 2001-10-09 [darko]      0.6.3claws2
11744
11745         * src/gtkstext.[ch]
11746                 new name and mark with Sylpheed comment
11747         * src/compose.c
11748                 smart quotation wrapping a-la VIM
11749
11750 2001-10-08 [paul]       0.6.3claws1
11751
11752         * sync with sylpheed 0.6.3 release
11753                 see ChangeLog entry 2001-10-08
11754
11755 2001-10-08 [paul]       0.6.2claws24
11756
11757         * src/summaryview.c
11758                 more sync with sylpheed 0.6.2cvs12
11759                 Fixed the bug that didn't select the last row correctly
11760
11761
11762 2001-10-07 [paul]       0.6.2claws23
11763
11764         * sync with sylpheed 0.6.2cvs12
11765                 see ChangeLog entry 2001-10-07
11766
11767 2001-10-06 [match]
11768         * src/jpilot.[ch]
11769                 enable jpilot to read unsynch'ed addresses.
11770
11771         * src/editldap_basedn.c
11772                 fix segfault when opening dialog.
11773
11774 2001-10-06 [alfons]     0.6.2.claws22
11775
11776         * src/summaryview.c
11777                 fix bug with summary view selecting last *inserted*
11778                 node instead of last *visible* node. remember we
11779                 work with a tree
11780
11781 2001-10-06 [paul]       0.6.2claws21
11782
11783         * po/pt_BR.po
11784                 updated translation, contains some fixes and new
11785                 translations, submitted by Gustavo Noronha Silva
11786                 <kov@debian.org>
11787
11788         * src/prefs_common.c
11789                 change 'each' to 'every' - fix dubious English
11790
11791         * sync with sylpheed 0.6.2cvs11
11792
11793 2001-10-05 [alfons]     0.6.2claws20
11794
11795         * src/mainwindow.[ch], src/folderview.c
11796                 make composite tool button switch between "Compose News"
11797                 and "Compose Mail" depending on selected folder
11798                 (nifty idea by Kim Schulz <kim@schulz.dk>)
11799
11800 2001-10-05 [paul]       0.6.2claws19
11801
11802         * src/mainwindow.c, src/summaryview.c
11803                 fix 'Message/Reply to all', broken in last commit
11804
11805         * src/compose.c
11806                 fix X_BEENTHERE seg fault, thanks to Alfons
11807
11808 2001-10-04 [paul]       0.6.2claws18
11809
11810         * src/compose.[ch], src/mainwindow.c
11811                 make "Message/Reply" reply to mailing lists; matches
11812                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
11813                 based on portions of the patch submitted by
11814                 Junichi Uekawa <dancer@netfort.gr.jp>
11815
11816 2001-10-04 [darko]      0.6.2claws17
11817
11818         * src/compose.c
11819                 better smart wrapping
11820         * src/gtkstext.[hc]
11821                 a function to make text buffer contiguous
11822
11823 2001-10-03 [paul]       0.6.2claws16
11824
11825         * sync with sylpheed 0.6.2cvs10
11826
11827 2001-10-02 [alfons]
11828
11829         * configure.in
11830         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
11831                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
11832                 references to chinese translations (hope someone picks up
11833                 this)
11834
11835 2001-10-02 [christoph]  0.6.2claws15
11836
11837         * src/compose.c
11838                 fixed non translated header bug
11839         * ChangeLog.claws
11840                 fixed wrong date in alfons last entry ;)
11841
11842 2001-10-02 [alfons]     0.6.2claws14
11843
11844         * src/compose.c, src/prefs_common.[ch]
11845                 add block cursor option
11846
11847 2001-10-02 [paul]       0.6.2claws13
11848
11849         * sync with sylpheed 0.6.2cvs9
11850
11851 2001-09-30 [paul]       0.6.2claws12
11852
11853         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
11854                 updated translations
11855
11856         * po/POTFILES.in
11857                 add 'src/importldif.c'
11858
11859         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
11860                 added eudora-to-vCard conversion tool
11861                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
11862
11863         * sync with sylpheed 0.6.2cvs8
11864
11865 2001-09-30 [paul]
11866
11867         * sylpheed-0.6.2claws released
11868
11869 2001-09-27 [melvin]     0.6.2claws11
11870
11871         * src/gtkspell.c
11872                 fixed crash when using default path (introduced 
11873                 in 0.6.2claws10)
11874                 fixed tiny bug for initial suggestion mode
11875
11876 2001-09-27 [melvin]     0.6.2claws10
11877         
11878         * src/gtkspell.c
11879                 fixed bug where gtkpspell didn't set the path correctly
11880
11881         * README.claws
11882                 added a paragraph about spell checking
11883                 
11884
11885
11886 2001-09-27 [paul]       0.6.2claws9
11887
11888         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
11889                 replace '// comments' with '/* comments */' to prevent
11890                 some compiler warnings 
11891
11892         * sync with sylpheed 0.6.2cvs6
11893
11894 2001-09-26 [alfons]     0.6.2claws8
11895
11896         * src/messageview.c
11897                 introduce return receipt request notification again,
11898                 which was lost because of other semantics in 
11899                 procheader_parse() (???)
11900
11901 2001-09-26 [christoph]  0.6.2claws7
11902
11903         * src/compose.c
11904                 replace comments for old code with #if 0
11905                 readded auto cc, bcc and reply-to
11906         * src/prefs_matcher.c
11907         * src/prefs_scoring.c
11908                 removed some definition (was moved to
11909                 prefs.h)
11910
11911 2001-09-26 [paul]       0.6.2claws6
11912
11913         * src/mainwindow.c
11914                 make 'Follow-up and reply to' sensitive
11915
11916         * more sync with sylpheed 0.6.2cvs5
11917
11918 2001-09-25 [melvin]
11919
11920         * 0.6.2claws5
11921
11922         * src/gtkspell.c
11923                 fixed bug for "US-ASCII" introduced by the encoding code
11924
11925 2001-09-25 [paul]
11926
11927         * 0.6.2claws4
11928
11929         * src/prefs_common.[ch], src/summaryview.c
11930                 'next unread msg' 'go to next folder?' dialog can be
11931                 given default behaviour, either always show dialog,
11932                 or assume 'yes', or assume 'no'
11933                 Submitted by wwp <subscript@free.fr>
11934
11935 2001-09-25 [melvin]
11936                 
11937         * src/compose.c src/gtkspell.[ch]
11938                 added support for different encodings
11939
11940 2001-09-25 [paul]
11941
11942         * more sync with sylpheed 0.6.2cvs5
11943
11944 2001-09-24 [alfons]
11945         
11946         * src/prefs_folder_item.c
11947                 add check for item->prefs->default_to string is NULL and
11948                 add another check when freeing this string
11949
11950 2001-09-24 [paul]
11951
11952         * configure.in
11953                 change to version 0.6.2claws3
11954
11955         * sync with sylpheed 0.6.2cvs5 
11956
11957 2001-09-24 [match]
11958         * src/ldif.[ch], src/importldif.[ch], addressbook.c
11959                 import LDIF files.
11960         * src/addrcache.[ch], addrindex.[ch]
11961                 small update for future
11962         * src/addrbook.c
11963                 fix test XML file.
11964
11965 2001-09-24 [melvin]
11966         * src/gtkspell.[ch]
11967                 added 'Learn from mistakes' option
11968                 better handling of quotes in checked words
11969                 sorted dict list
11970         * po/fr.po
11971                 small update for spell checking stuff
11972
11973 2001-09-23 [alfons]
11974         
11975         * src/gtkspell.c
11976                 edit a little bit so it complies more with main coding style
11977
11978 2001-09-23 [alfons]
11979
11980         * src/folder.[ch], prefs_folder_item.c, compose.c
11981                 migrate "request return receipt" folder property
11982                 to folderlist.xml
11983
11984 2001-09-22 [alfons]
11985
11986         * README.claws **NEW**
11987                 (add things of interest for users of main branch 
11988                 and claws here)
11989
11990         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
11991                 re-implement threading per folder option, but store 
11992                 the setting in folderlist.xml (where it belongs)
11993
11994 2001-09-21 [melvin]
11995
11996         * src/gtkspell.[ch]
11997                 fixed bug when compose window is under another window
11998         * src/prefs_common.[ch] src/compose.c
11999                 changed 'dictionary_path' to 'dictionary' to be consistent
12000                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12001         * ac/pspell.m4 src/Makefile.am 
12002                 dropped PSPELL_PATH macro
12003         * po/fr.po
12004                 updated translations
12005
12006 2001-09-21 [christoph]
12007
12008         * src/compose.c
12009                 added border around header fields
12010                 keep header type when new field is added
12011
12012 2001-09-20 [christoph]
12013
12014         * src/utils.[ch]
12015                 more portable debug_print with source filename
12016                 and linenumber
12017         * src/procmsg.c
12018                 more newlines after debug messages
12019
12020 2001-09-20 [paul]
12021
12022         * configure.in
12023                 change to version 0.6.2claws2
12024
12025         * sync with sylpheed 0.6.2cvs3
12026
12027 2001-09-19 [melvin]
12028
12029         * src/gtkspell.c
12030                 fixed the post-right-click focus pb
12031                 fixed crash when 'Spell check all' after dict change 
12032                         and when cursor is at the end of the text
12033                 shift-right-click pops up config menu even on misspelled words.
12034         * po/POTFILES.in
12035                 added gtkspell.c
12036
12037 2001-09-19 [melvin]
12038
12039         * src/about.c
12040                 added pspell to compiled-in features list
12041
12042 2001-09-18 [melvin]
12043
12044         * switched to pspell and dropped ispell
12045         * ac/pspell.m4
12046                 new file. autoconf macro for pspell
12047         * ac/Makefile.am 
12048         * configure.in acconfig.h
12049                 added pspell support
12050         * src/Makefile.am
12051         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12052         * src/prefs_common.[ch] 
12053                 added pspell support
12054
12055 2001-09-18 [christoph]
12056
12057         * src/addr_compl.c
12058         * src/template.[ch]
12059                 replace LOG_MESSAGE with debug_print
12060         * src/compose.[ch]
12061                 gui improvements
12062         * src/menu.c
12063                 added newline after debug message
12064         * src/utils.h
12065                 using __VA_ARGS__ for debug_print macro
12066         * tools/.cvsignore
12067                 ignore Makefile and Makefile.in
12068
12069 2001-09-18 [paul]
12070
12071         * configure.in
12072                 change to version 0.6.2claws1
12073         * sync with sylpheed 0.6.2cvs1
12074
12075         * src/matcher.c 
12076         * src/prefs_matcher.c
12077                 add 'score equal to' option, submitted by
12078                 Paul Evans <nerd@freeuk.com>
12079
12080 2001-09-15 [christoph]
12081
12082         * src/mainwindow.c
12083                 comment out menu entry not existing in claws
12084         * src/menu.c
12085                 add debug output for non existing menu entries
12086         * src/summaryview.c
12087                 fix next/prev unread message for ignored threads
12088         * src/utils.[ch]
12089                 add sourcefile and line number to debug output
12090                 otherwise it is sometimes hard to find the
12091                 source code part if debug messages are translated
12092
12093 2001-09-14 [darko]
12094         
12095         * src/folderview.c
12096                 refresh target folder style after colour is changed
12097
12098 2001-09-13 [paul]
12099
12100         * configure.in
12101                 change to version 0.6.1claws3
12102
12103         * sync with sylpheed 0.6.1cvs6
12104
12105 2001-09-13 [darko]
12106         
12107         * src/folderview.c
12108                 fix target folder colourization to use user selected colour
12109
12110 2001-09-12 [darko]
12111         
12112         * src/summaryview.c
12113                 fix crash when message that is marked for copy/move is unmarked
12114
12115 2001-09-09 [paul]
12116
12117         * configure.in
12118                 change to version 0.6.1claws2
12119
12120         * sync with sylpheed 0.6.1cvs3
12121
12122 2001-09-09 [alfons]
12123         
12124         * src/folderview.c
12125                 fix bug with default font used for trash folder text
12126
12127 2001-09-06 [paul]
12128
12129         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12130                 updated translations
12131
12132         * configure.in
12133                 change to version 0.6.1claws1
12134
12135         * sync with sylpheed 0.6.1cvs2
12136
12137 2001-09-03 [paul]
12138
12139         * po/POTFILES.in
12140                 add Match's new addressbook
12141
12142         * po/de.po
12143                 updated translation submitted by Jens Oberender
12144
12145 2001-09-02 [paul]
12146
12147         * configure.in
12148                 change to 0.6.1claws
12149         * sync with sylpheed 0.6.1 release
12150
12151 2001-09-02 [paul]
12152
12153         * configure.in
12154                 change to 0.6.0claws2
12155
12156         * sync with sylpheed 0.6.0cvs4
12157
12158         * po/pt_BR.po
12159                 updated translation submitted by Fabio Junior Beneditto
12160
12161 2001-09-01 [match]
12162         * pixmaps/
12163                 interface.xpm
12164                 book.xpm
12165                 address.xpm
12166         * src/
12167                 Makefile.am
12168                 a ton of new files
12169
12170 2001-08-31 [paul]
12171
12172         * configure.in
12173                 change to version 0.6.0claws1
12174
12175         * sync with sylpheed 0.6.0cvs1
12176
12177         * po/es.po
12178                 updated translation submitted by Ricardo Mones Lastra
12179
12180         * po/POTFILES.in
12181                 add 'src/prefs_templates.c'
12182
12183         * src/compose.c, src/summaryview.c
12184                 fix segfault on 'Re_edit'               
12185
12186 2001-08-30 [alfons]
12187
12188         * configure.in, Makefile.am
12189         * tools/Makefile.am
12190                 add tools directory to source distribution
12191
12192 2001-08-30 [paul]
12193
12194         * configure.in
12195                 change to version 0.6.0claws
12196
12197         * sync with sylpheed 0.6.0 release
12198
12199 2001-08-30 [christoph]
12200
12201         * configure.in
12202                 removed autoconf version check
12203
12204 2001-08-30 [paul]
12205
12206         * src/account.c, src/compose.c, src/prefs_common.[ch]
12207         * src/procheader.[ch] src/utils.[ch]
12208                 Enhanced automatic account selection on replies
12209                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12210
12211         * configure.in
12212                 add LDAP and JPilot to the configuration results output.
12213
12214 2001-08-29 [christoph]
12215
12216         * src/summeryview.c
12217                 no bold font for ignored threads
12218
12219 2001-08-29 [paul]
12220
12221         * configure.in
12222                 change to version 0.5.3claws6
12223
12224         * sync with sylpheed 0.5.3cvs10
12225                 src/stringtable.[ch]: New Files
12226
12227         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12228         * src/pixmaps/sylpheed.xpm
12229                 add mini-icons to windows (by Alfons)
12230
12231 2001-08-27 [paul]
12232
12233         * src/mainwindow.c
12234                 new functions: next_labeled_cb(), prev_labeled_cb()
12235
12236         * src/summaryview.c
12237                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12238                 summary_select_next_labeled(), summary_select_prev_labeled()
12239
12240         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12241                 give claws blue folders and a blue trash can
12242
12243 2001-08-27 [paul]
12244
12245         * configure.in
12246                 change to version 0.5.3claws5
12247
12248         * sync with sylpheed 0.5.3cvs9
12249                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12250
12251 2001-08-24 [christoph]
12252
12253         * src/filesel.c
12254                 keep filename when browsing directories
12255                 (not working for user entered filename, but
12256                  for default name and selected filename from
12257                  file list)
12258         * src/mainwindow.c
12259                 fixed wrong spelling "Folllow-up"
12260         * src/mbox_folder.c
12261         * src/procmsg.c
12262         * src/summaryview.c
12263                 fixed new/unread message count with ignored
12264                 threads (2 commits, first didn't notice no
12265                 longer needed decreasing)
12266         * src/inc.c
12267                 readded scrolling of progress dialog
12268                 (lost in sync)
12269
12270 2001-08-24 [paul]
12271
12272         * configure.in
12273                 change to 0.5.3claws4
12274
12275         * sync with sylpheed 0.5.3cvs7
12276
12277 2001-08-24 [christoph]
12278
12279         * src/compose.c
12280                 set request return receipt when replying
12281                 if it is set is the folder prefs of the
12282                 message
12283         * src/inc.c
12284                 disable final error popup if popups are
12285                 disabled in config (again)
12286
12287 2001-08-23 [paul]
12288
12289         * configure.in
12290                 Change version number to 0.5.3claws3
12291
12292         * sync with sylpheed 0.5.3cvs5
12293
12294         * src/mimeview.c
12295                 double quote '%s' in 'gedit %s' to fix bug when
12296                 opening attachment with spaces in the name
12297
12298 2001-08-22 [alte]
12299         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12300           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12301                 initial message templates support
12302
12303
12304 2001-08-22 [paul]
12305
12306         * configure.in
12307                 change version number to 0.5.3claws2
12308
12309         * sync with sylpheed 0.5.3cvs4
12310
12311         * src/procmsg.h src/summaryview.c
12312                 re-implement (un)ignore thread
12313
12314 2001-08-21 [paul]
12315
12316         * src/summaryview.c
12317                 remove unnecessary code
12318         * src/compose.c
12319                 enable 'dynamic' signatures (submitted by
12320                 Eric Limpens <eric@hscg-internet.nl>)
12321
12322 2001-08-21 [paul]
12323
12324         clean up after sync with sylpheed 0.5.3 release
12325
12326         * src/folderview.c
12327                 fix re-introduced font mess, see Christoph's
12328                 entry 2001-06-24
12329
12330         * src/summaryview.c
12331                 remove prev_msgnum
12332                 use sylpheed's small font instead of
12333                 gtk default font for summary view
12334
12335
12336 2001-08-17 [paul]
12337
12338         * configure.in
12339                 add pl to ALL_LINGUAS - sync with main branch
12340
12341         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12342                 Updated. Translations by Jens Oberender, Ricardo Mones
12343                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12344
12345         * po/pl.po  ** NEW FILE **
12346                 sync with the main branch
12347
12348         * src/folderview.c
12349                 fix target folder colorizing and refresh problem
12350
12351
12352 2001-08-17 [christoph]
12353
12354         * src/mainwindow.c
12355                 claws uses 4 colors for target folder coloring.
12356                 arrays were not long enough and destroyed the
12357                 stack causing a segfault.
12358                 target folder colorizing does not work anymore
12359                 for me
12360
12361 2001-08-16 [paul]
12362
12363         * configure.in
12364                 change to version 0.5.3claws1
12365
12366         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
12367           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
12368           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
12369
12370                 sync with sylpheed 0.5.3 release, but keep claws method of
12371                 configuring/saving fonts
12372
12373         * src/addressbook.[ch]
12374                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
12375                 in line with a similar change in Hiroyuki's branch
12376
12377         * src/mainwindow.[ch]
12378                 disable main_window_set_thread_option()
12379         * src/prefs_folder_item.c
12380                 comment out &tmps_prefs.enable_thread,
12381         * src/mbox_folder.c, src/procmsg.[ch]
12382                 comment out MSG_IS_IGNORE_THREAD
12383         * src/summaryview.c
12384                 comment out summary_ignore_thread() and summary_unignore_thread()
12385                 comment out MSG_IS_IGNORE_THREAD
12386
12387                 use Hiroyuki's threading instead.
12388
12389
12390
12391 2001-08-15 [paul]
12392
12393         * src/account.c
12394                 use Hiroyuki's 0.5.3 column scheme but also
12395                 include the enable/disable button.
12396         * src/pixmaps/mark.xpm
12397                 add Hiroyuki's amended pixmap
12398
12399 2001-08-13 [christoph]
12400
12401         * src/account.c
12402                 receive at get all column showed wrong state for APOP
12403                 button should only work for POP3 and APOP accounts
12404         * src/prefs_account.c
12405                 added missing preprocessor statement for SSL
12406
12407 2001-08-12 [paul]
12408
12409         * src/account.[ch]
12410                 add 'receive at get all' column and enable/disable
12411                 button.
12412
12413 2001-08-06 [christoph]
12414
12415         * src/account.c
12416                 show usage of SSL in protocol column
12417
12418         * src/imap.c
12419         * src/inc.c
12420                 renamed ssl options
12421
12422         * src/prefs_account.[ch]
12423                 moved ssl options to a new page
12424
12425         * src/send.c
12426         * src/smtp.c
12427         * src/ssl.[ch]
12428                 renamed ssl options
12429                 added support for SMTP STARTTLS command
12430
12431 2001-08-05 [christoph]
12432
12433         * configure.in
12434                 debian autoconf needs version check to find
12435                 correct autoconf version. if the file is
12436                 named configure.in 2.13 is used, which does
12437                 not work with this configure.in script.
12438                 other solution would be to rename the script
12439                 to configure.ac as suggested in the autoconf
12440                 manual.
12441
12442         * src/inc.c
12443                 disable final error popup if popups are
12444                 diabled in config
12445
12446         * src/socket.c
12447                 bugfix in ssl_gets
12448                 fixes IMAP over SSL problem
12449
12450 2001-08-03 [paul]
12451
12452         * configure.in
12453                 change to 0.5.2claws1
12454
12455         * sync with sylpheed 0.5.2cvs1
12456
12457 2001-08-02 [alfons]
12458
12459         * configure.in
12460                 quick fix for ispell detection...
12461
12462 2001-08-01 [paul]
12463
12464         * configure.in
12465                 change to 0.5.1claws4
12466
12467         * sync with sylpheed 0.5.1cvs7
12468
12469 2001-07-31 [alfons]
12470
12471         * src/prefs_common.c, src/prefs_common.h, 
12472           src/gtkspell.c, src/gtkspell.h
12473                 add global spelling checker settings (compose tab) +
12474                 selection of dictionary 
12475           
12476         * configure.in  
12477                 guess valid ispell location
12478
12479 2001-07-31 [paul]
12480
12481         * po/POTFILES.in
12482                 removal of 'src/quote_fmt_parse.c'
12483         * po/de.po
12484                 Updated de.po
12485                 (submitted by Jens Oberender <didge@suse.de>)
12486
12487 2001-07-31 [darko]
12488
12489         * src/folder.[ch]
12490         * src/folderview.[ch]
12491         * src/mainwindow.c
12492         * src/mh.c
12493         * src/prefs_common.[ch]
12494         * src/summaryview.c
12495                 target folder colourization
12496
12497 2001-07-30 [paul]
12498
12499         more sync with Sylpheed 0.5.1cvs6 
12500
12501 2001-07-30 [darko]
12502
12503         * src/mh.c
12504         * src/prefs_folder_item.[hc]
12505         * src/summaryview.c
12506                 shared folders support with a GUI
12507
12508 2001-07-29 [paul]
12509
12510         0.5.1claws3
12511
12512         * sync with Sylpheed 0.5.1cvs6
12513
12514 2001-07-29 [paul]
12515
12516         * po/pt_BR.po
12517                 updated
12518                 (submitted by Fabio Junior Beneditto)
12519
12520 2001-07-28 [paul]
12521
12522         * src/procmime.c
12523         * AUTHORS
12524                 patch to correct bad image mime headers
12525                 (submitted by Don Quijote <dq@searchlores.org>)
12526
12527 2001-07-28 [paul]
12528
12529         * tools/gif2xface.pl   **NEW FILE**
12530         * tools/README
12531                 script to convert file.gif to file.xface for
12532                 use in a custom header.
12533                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
12534
12535 2001-07-27 [alfons]
12536         
12537         * configure.in
12538                 change macros for detecting JPilot and LDAP
12539
12540 2001-07-27 [christoph]
12541
12542         * src/filtering.c
12543                 code cleanup (MIN / MAX warning, needed casting)
12544
12545 2001-07-27 [alfons]
12546
12547         * procheader.c
12548                 disallow setting flags when detecting certain headers
12549                 (X-Status, Status, Seen, X-Seen). 
12550         
12551         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
12552
12553 2001-07-27 [christoph]
12554
12555         * src/prefs_filter.c
12556         * src/prefs_filtering.c
12557         * src/prefs_matcher.c
12558         * src/prefs_scoring.c
12559                 scroll list when moving rows up or down
12560
12561         * src/imap.c
12562         * src/imap.h
12563         * src/prefs_account.c
12564         * src/prefs_account.h
12565         * src/send.c
12566                 SMTP over SSL (untested, feedback requested)
12567                 IMAP over SSL
12568
12569         * src/ssl.c
12570                 code cleanup
12571
12572 2001-07-26 [alfons]
12573         
12574         * configure.in, acconfig.h
12575                 define CLAWS (need this for main / claws detection)
12576
12577 2001-07-25 [alfons]
12578
12579         * configure.in
12580                 Sylpheed 0.5.1claws2
12581                 
12582         * sync with Sylpheed 0.5.1cvs4
12583
12584 2001-07-25 [christoph]
12585
12586         * src/scoring.c
12587                 fixed segfault
12588                 item->prefs == NULL (don't know why)
12589
12590 2001-07-25 [alfons]
12591
12592         * configure.in
12593                 Sylpheed 0.5.1claws1
12594
12595         * sync with Sylpheed 0.5.1cvs1-3
12596
12597 2001-07-24 [christoph]
12598
12599         * src/folderview.c
12600         * src/prefs_folder_item.[ch]
12601                 added folderitem preferences dialog with
12602                 default To: and auto request return receipt
12603
12604         * src/compose.[ch]
12605         * src/menu.[ch]
12606                 changes to handle new folderitem preferences
12607
12608         * src/mainwindow.c
12609         * src/summaryview.c
12610                 call compose new mail with current folderitem
12611
12612 2001-07-24 [alfons]
12613
12614         Release Sylpheed 0.5.1claws
12615
12616         * configure.in
12617                 change to release version 0.5.1claws
12618
12619 2001-07-24 [christoph]
12620
12621         * src/summaryview.c
12622                 fixed segfault that happend when the selected
12623                 message was removed while retrieving new messages.
12624
12625         * po/es.po
12626                 updated translation
12627                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
12628
12629 2001-07-22 [alfons]
12630
12631         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
12632         this is a work in progress, for more information: http://nlpagan.net/sylman 
12633         
12634         * configure.in, src/mainwindow.c, manual/Makefile.am
12635                 add support for English manual
12636
12637         * AUTHORS
12638                 add authors of user manuals
12639
12640         * manual/en/sylpheed*.html
12641                 add English documentation
12642
12643 2001-07-22 [christoph]
12644
12645         * po/POTFILES.in
12646                 added src/ssl.c
12647         * src/ssl.c
12648                 changed a wrong debug message
12649
12650 2001-07-22 [alfons]
12651
12652         * po/nl.po
12653                 update Dutch translation
12654
12655         * src/prefs_filtering.c, 
12656           src/prefs_matcher.c
12657                 add more translatable strings           
12658
12659 2001-07-21 [alfons]
12660
12661         0.5.0claws7
12662
12663         * configure.in
12664                 change version
12665
12666         * src/inc.c, src/summaryview.[ch]
12667                 prevent update of mark file when filtering has done, by
12668                 using a variable; this affects two functions:
12669                         inc.c::inc_finished()
12670                         summaryview.c::summary_show()
12671
12672 2001-07-20 [alfons]
12673
12674         * src/filtering.[ch], src/prefs_filtering.c, 
12675           src/matcher.[ch]
12676                 add filtering action for label coloring 
12677
12678         * po/POTFILES.in
12679                 add labelcolors.c
12680
12681         * added src/labelcolors.c
12682         * added src/labelcolors.h
12683         * src/Makefile.am, src/summaryview.c
12684                 rearrange label coloring code
12685
12686         * src/procmsg.h
12687                 add more parentheses so label colouring works correctly
12688
12689         * src/filtering.c
12690                 don't really delete message, but move it to Trash
12691
12692         * src/prefs_matcher.c
12693                 add quote options to info dialog
12694
12695 2001-07-20 [christoph]
12696
12697         * src/Makefile.am
12698         * src/inc.c
12699         * src/main.[ch]
12700         * src/socket.h
12701         * src/ssl.[ch] (new)
12702                 moved ssl stuff to a seperate file
12703
12704 2001-07-20 [darko]
12705
12706         * src/summaryview.c
12707                 fix show sender using address book with no e-mail
12708                 address in From: field
12709
12710 2001-07-19 [alfons]
12711
12712         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
12713                 fix messy handling of escaping... now at least the
12714                 execute command is useful. escape char is '\', we
12715                 accept \n and \r too. 
12716
12717                 Real life example:
12718                 
12719                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
12720                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
12721
12722 2001-07-18 [alfons]
12723
12724         0.5.0claws6
12725
12726         * src/summaryview.c
12727                 clean up
12728
12729         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
12730           src/procmsg.[ch]
12731                 revise filtering; currently move, copy, marking have
12732                 been tested. if you like bleeding edge stuff, you
12733                 should definitely go for this version :)
12734
12735         * mark old working stuff as VERSION_0_5_0_CLAWS5        
12736
12737 2001-07-17 [christoph]
12738
12739         * src/utils.c
12740                 timestamp log
12741
12742 2001-07-17 [alfons]
12743
12744         0.5.0claws5
12745
12746         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
12747           bits in the mark file, without affecting either branch. Lots of
12748           files changed, also in claws branch.
12749
12750           UNTESTED: use of mbox folders
12751
12752         * src/summaryview.c
12753                 added mark all read; however this was a quick hack used for
12754                 cleaning up mess after initial merge with Hiroyuki
12755
12756         * configure.in
12757                 change claws version number back to 0.5.0claws5 to clear up 
12758                 confusion & pretension (recent release was technically 
12759                 0.5.0claws4, so we neatly align with Hiroyuki :-)
12760
12761 2001-07-16 [alfons]
12762
12763         sync with Hiroyuki's 0.5.0cvs4
12764
12765 2001-07-16 [alfons]
12766
12767         0.5.1claws3
12768
12769         * src/filtering.[ch]
12770                 remove invalid updating of mark files for 
12771                 filter actions MATCHING_ACTION_MOVE and 
12772                 MATCHING_ACTION_DELETE; this should fix the
12773                 folder update bug
12774                 
12775         * src/procmsg.c
12776                 revert Christoph's stab at fixing the folder 
12777                 update bug
12778
12779         * po/POTFILES.in
12780                 add missing files with translatable strings
12781
12782         * src/summaryview.c
12783                 remove debug print
12784
12785 2001-07-15 [alfons]
12786
12787         * src/addr_compl.[ch], src/prefs_filtering.c
12788                 make "filtering pref dialog's destination entry" an
12789                 "address completable entry", if filter destination is 
12790                 an email address
12791
12792         0.5.1claws2
12793         
12794         sync with Hiroyuki's 0.5.0cvs2-3
12795
12796 2001-07-15 [christoph]
12797
12798         * src/procmsg.c
12799                 fixed folder stats update after incorporation
12800
12801 2001-07-15 [alfons]
12802
12803         * src/summaryview.c
12804                 * finish label colouring stuff (for now)
12805                 * fix incorrect colour bug (off by one) 
12806
12807 2001-07-14 [alfons]
12808
12809         * src/mainwindow.c
12810                 change text labels for news and mail message so there's
12811                 plenty of toolbar estate left
12812
12813         * configure.in
12814                 0.5.1claws1
12815
12816         * src/folderview.c
12817           src/folder.[ch]
12818                 sync with Hiroyuki's 0.5.0cvs1
12819
12820         * src/summaryview.c
12821                 more rewrite label colouring
12822
12823 2001-07-14 [alfons]
12824
12825         * src/summaryview.[ch]
12826                 * start rewrite label colouring 
12827                 * fix proper location "Add Sender To Addressbook" menu item
12828
12829 2001-07-13
12830
12831         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
12832         (actually this is 0.5.0claws4)
12833
12834 2001-07-13 [alfons]
12835
12836         * po/pt_BR.po
12837                 * fix duplicate message
12838                 * add updated Portugese / Brazilian translation
12839                   submitted by Fabio Junior Beneditto
12840
12841 2001-07-12 [alfons]
12842
12843         * AUTHORS
12844                 add Jens
12845
12846         * po/nl.po
12847                 add updated Dutch translation
12848
12849         * po/de.po
12850                 add updated German translation submitted by Jens
12851
12852 2001-07-11 [alfons]
12853
12854         Prerelease before 0.5.0claws. Please test.
12855         This version is temporarily tagged as VERSION_0_5_0_TEST
12856
12857         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
12858           src/prefs_scoring.c, src/prefs_matcher.c, 
12859           src/prefs_filtering.c, src/mbox.c, 
12860           src/main.c, src/inc.c, src/filtering.[ch]
12861                 revert new Hoa's new matcher (does not work yet)
12862
12863         * src/Makefile.am
12864                 clean up
12865
12866 2001-07-10
12867
12868         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
12869
12870
12871 2001-07-10 [alfons]
12872
12873         * Makefile.am
12874                 add ChangeLog.claws to EXTRA_DIST
12875         * src/Makefile.am
12876                 add matcher_parser_parse.h to EXTRA_DIST
12877
12878 2001-07-10 [christoph]
12879
12880         * src/inc.c
12881                 add destination folder to table of
12882                 folders that need to be updated after
12883                 incorporation
12884
12885 2001-07-10 [alfons]
12886
12887         * folder.[ch]
12888           folderview.c
12889                 make collapse state of folders and folder items persistent, i.e.
12890                 if you collapse a folder tree, the next time sylpheed-claws starts 
12891                 up the folder tree remains collapsed.  
12892                 
12893 2001-07-10 [christoph]
12894
12895         * acconfig.h
12896         * configure.in
12897                 added --enable-ssl
12898         * src/md5.[ch]
12899                 renamed MD5_CTX to MD5_CTX_syl
12900                 conflicts with a struct in openssl
12901         * src/inc.c
12902         * src/main.[ch]
12903         * src/prefs_account.[ch]
12904         * src/socket.[ch]
12905                 SSL support for POP
12906         * src/mainwindow.c
12907                 fixed compose with current account
12908                 broken by new compose button stuff
12909
12910 2001-07-09 [hoa]
12911
12912         * AUTHORS
12913                 changed my email address
12914
12915         * src/matcher_parser_parse.y
12916                 clean the parser to remove conflicts
12917
12918 2001-07-09 [alfons]
12919
12920         * AUTHORS
12921                 add Match Grun
12922
12923         * configure.in
12924                 fix incorrect description of --enable-ldap parameter
12925
12926         * src/prefs_common.[ch]
12927           src/compose.c
12928                 add experimental option "smart wrapping" which makes the
12929                 compose editor auto wrap.
12930                 
12931                 | TODO: the problem with the buggy cursor handling is caused |
12932                 | by the GtkText. when deleting / backspacing text its       |
12933                 | wrapping algorithm does not take in account the previous   |
12934                 | line. should find a way to hack this in.                   |
12935                 | or should perhaps combine this with the word wrapping      |
12936                 | patch i wrote in january.                                  |
12937
12938         * src/about.c
12939                 show build parameters for LDAP and JPilot
12940
12941         * src/summaryview.c
12942                 revert Christoph's bugfix for selecting next unread message, 
12943                 because folder stats aren't updated correctly
12944
12945 2001-07-08 [hoa]
12946
12947         * src/filtering.c
12948         * src/mainwindow.c
12949         * src/matcher.c
12950         * src/matcher_parser_lex.l
12951         * src/matcher_parser_parse.y
12952         * src/prefs_filtering.c
12953         * src/prefs_scoring.c
12954         * src/scoring.c
12955                 bugfix of the config file parser
12956
12957 2001-07-08 [alfons]
12958
12959         * src/Makefile.am
12960                 added generated matcher sources to BUILT_SOURCES
12961
12962 2001-07-08 [hoa]
12963
12964         * src/Makefile.am
12965         * src/.cvsignore
12966                 added new config file parser
12967
12968         * src/scoring.[ch]
12969         * src/filtering.[ch]
12970         * src/matcher.[ch]
12971         * src/prefs_filtering.c
12972         * src/prefs_matcher.c
12973         * src/prefs_scoring.c
12974         * added src/matcher_parser.h
12975         * added src/matcher_parser_lex.h
12976         * added src/matcher_parser_lex.l
12977         * added src/matcher_parser_parse.y
12978                 lex & yacc config file parser
12979
12980         * src/mbox.c
12981         * src/inc.c
12982         * src/main.c
12983                 changes prefs_filtering into global_filtering           
12984
12985         * src/summaryview.c
12986                 build threads with subjects only if "Re: " is at the
12987                 beginning of the subject
12988
12989 2001-07-07 [paul]
12990
12991         0.5.0claws
12992
12993         sync with sylpheed 0.5.0
12994                 change of version number only
12995
12996 2001-07-06 [paul]
12997
12998         0.5.0claws5
12999
13000         sync with sylpheed 0.5.0pre5
13001
13002 2001-07-05 [paul]
13003
13004         sync with sylpheed 0.5.0pre4 release
13005                 /po and /manual/ja not sync'ed
13006
13007 2001-07-04 [paul]
13008
13009         more sync with sylpheed 0.5.0pre4
13010
13011 2001-07-03 [christoph]
13012
13013         * src/addressbook.c
13014                 fixed address book broken by address book
13015                 for VCard, JPilot, LDAP
13016
13017 2001-07-03 [alfons]
13018
13019         * src/matcher.c
13020         * src/textview.c
13021                 stopped memory leaks
13022
13023 2001-07-03 [paul]
13024
13025         more sync with sylpheed 0.5.0pre4
13026
13027 2001-07-02 [match]
13028
13029         * included address book patch for VCard, JPilot, LDAP
13030         * pref_common.c - fixed Font options on Display tab (cosmetic)
13031         * alertpanel.c - fixed truncated message
13032
13033 2001-07-02 [christoph]
13034
13035         * src/mbox_folder.c
13036         * src/procmsg.[ch]
13037         * src/summaryview.c
13038                 mark threads for ignoring
13039
13040 2001-07-02 [paul]
13041
13042         0.5.0claws4
13043
13044         * sync with sylpheed 0.5.0pre4
13045                 updated gettext to 0.10.38.
13046
13047 2001-07-01 [paul]
13048
13049         * src/ mainwindow.c
13050         * src/procmsg.h
13051         * src/summaryview.[ch]
13052                 new right-click option: Label.
13053                 substitute for 'Mark-->Mark/Unmark', colours the line.
13054                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13055
13056 2001-07-01 [christoph]
13057
13058         * src/folderview.c
13059                 fixed font for trash
13060         * src/summaryview.c
13061                 move ctree to unread message
13062
13063 2001-07-01 [paul]
13064
13065         * sync with sylpheed 0.5.0pre3 release
13066
13067 2001-06-30 [alfons]
13068
13069         * src/filesel.[ch]
13070         * src/compose.c
13071                 allow inserting / attaching multiple files in
13072                 the composer window
13073
13074 2001-06-30 [paul]
13075
13076         * src/codeconv.c
13077                 small change to Alfons' previous stuff so that it
13078                 actually makes
13079
13080 2001-06-30 [alfons]
13081
13082         * lots of files changed; first attempt to merge the changes
13083           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13084
13085 2001-06-30 [paul]
13086
13087         * po/pt_BR.po
13088                 updated and completed, translations by Fabio
13089                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13090
13091 2001-06-29 [alfons]
13092
13093         * src/compose.c
13094         * src/mimeproc.[ch]
13095                 allow selecting an attached files' mime type from a 
13096                 list of types.
13097
13098 2001-06-29 [paul]
13099
13100         * more sync with sylpheed 0.5.0pre3
13101
13102 2001-06-29 [paul]
13103
13104         * po/pt_BR.po
13105                 merge with sylpheed.pot and pt_BR.po provided by
13106                 Fabio Junior Beneditto.
13107
13108 2001-06-29 [darko]
13109
13110         * src/procmime.c
13111                 make MIME types case insensitive
13112
13113 2001-06-28 [alfons]
13114
13115         * po/nl.po
13116                 merge with sylpheed.pot and old nl.po; translations added.
13117
13118 2001-06-28 [paul]
13119
13120         * more sync with sylpheed 0.5.0pre3
13121
13122 2001-06-27 [alfons]
13123
13124         * src/summaryview.c
13125                 don't crash when removing parent node of messages
13126                 attracted by subject. this was caused by not deleting
13127                 the parent node from the subject line hash table.
13128
13129 2001-06-27 [alfons]
13130
13131         * src/summaryview.c
13132         * src/compose.[ch]
13133         * src/mainwindow.c
13134                 if there are multiple messages selected, allow forwarding
13135                 them as attachments.
13136
13137 2001-06-27 [paul]
13138
13139         * more sync with sylpheed 0.5.0pre3
13140
13141 2001-06-26 [paul]
13142
13143         0.5.0claws3
13144
13145         * sync with sylpheed 0.5.0pre3
13146
13147 2001-06-25 [paul]
13148
13149         * src/mainwindow.c
13150                 fixed 'compose news article' bug
13151                 from icon-and-text toolbar
13152
13153 2001-06-25 [paul]
13154
13155         * sync with sylpheed 0.5.0pre2 release
13156
13157 2001-06-24 [christoph]
13158
13159         * src/prefs_common.c
13160                 bug fix in font selection
13161         * src/folderview.c
13162                 use sylpheed's normal font instead of
13163                 gtk default font for folders without
13164                 new messages
13165
13166 2001-06-24 [alfons]
13167
13168         * src/mainwindow.[ch]
13169                 added composite compose mail / news button (an idea by Leandro
13170                 Pereira <leandro@linuxmag.com.br>)
13171
13172 2001-06-24 [paul]
13173
13174         Added instructions for ldif-to-xml.py
13175
13176         * tools/README
13177
13178 2001-06-23 [alfons]
13179
13180         Some minor things.
13181
13182         * src/pixmaps/stock_news_compose.xpm
13183                 added pixmap by Leandro
13184         * src/prefs_common.c
13185                 tested built-in spelling checker of GCC 3.0 :)
13186         * po/nl.po
13187                 merged dutch translation of sylpheed-main with
13188                 sylpheed.pot
13189
13190 2001-06-23 [paul]
13191
13192         Added tools directory and files.
13193
13194         * tools/filter_conv.pl
13195                 converts old filter system to new filtering system
13196         * tools/ldif-to-xml.py
13197                 converts netscape addressbook to sylpheed addressbook
13198         * tools/README
13199                 descriptions/instructions for above two files
13200
13201 2001-06-23 [christoph]
13202
13203         * src/inc.c
13204         * src/manage_window.[ch]
13205         * src/prefs_common.[ch]
13206                 mail retrieval dialog can be enabled, disabled
13207                 or hidden if non of sylpheed's windows is active
13208
13209 2001-06-22 [paul]
13210
13211         0.5.0claws2
13212
13213         * sync with sylpheed 0.5.0pre2
13214
13215 2001-06-21 [christoph]
13216
13217         * src/summaryview.c
13218                 show recipient on 'from' for all accounts
13219                 
13220         * src/inc.c
13221         * src/prefs_common.[ch]
13222                 disable error popup on mail receive errors
13223
13224 2001-06-21 [alfons]
13225
13226         * src/compose.c
13227                 made the ruler correctly appear and disappear.
13228
13229         * src/Makefile.am
13230                 removed Hoa's work-in-progress-stuff (interesting!) so 
13231                 claws compiles ok.
13232
13233 2001-06-20 [christoph]
13234
13235         * src/inc.c
13236         * src/progressdialog.c
13237                 added scrolled window for list in progressdialog
13238
13239 2001-06-20 [paul]
13240
13241         sync with sylpheed 0.5.0pre1 release
13242
13243 2001-06-20 [christoph]
13244
13245         * src/summeryview.c
13246                 make building threads by subject work when
13247                 thread view is enabled
13248                 
13249         * src/compose.c
13250         * src/prefs_common.[ch]
13251                 automatically select account for mail replys
13252
13253 2001-06-19 [sergey]
13254
13255         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13256         they are filled in from the account settings.
13257
13258 2001-06-19 [paul]
13259
13260         * more sync with sylpheed 0.5.0pre1
13261
13262 2001-06-18 [alfons]
13263
13264         * src/Makefile.am,
13265           src/procmime.c
13266                 added --sysconfdir to CPPFLAGS for pointing to the correct
13267                 location of mime.types. 
13268
13269                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13270                 or ./configure!
13271
13272 2001-06-18 [hoa]
13273
13274         * src/summaryview.c
13275                 fixed some bug when building threads
13276
13277 2001-06-18 [pau]l
13278
13279         * src/prefs_account.c
13280                 UI stuff: More changes to the English
13281
13282 2001-06-18 [paul]
13283
13284         * src/pixmaps/stock_news_compose.xpm: new file
13285         * src/Makefile.am
13286         * src/mainwindow.c
13287         * src/summaryview.c
13288                 Added new icon for Hoa's 'compose a news
13289                 message', plus minor improvements to the
13290                 English
13291
13292         * po/ja.po
13293         * ChangeLog
13294         * ChangeLog.jp
13295                 more sync with sylpheed 0.5.0pre1
13296
13297 2001-06-18 [hoa]
13298
13299         * src/compose.[ch]
13300         * src/mainwindow.c
13301                 Follow-up and reply to
13302
13303         * src/summaryview.[ch]
13304                 Build threads also with subjects
13305
13306 2001-06-17 [hoa]
13307
13308         * src/compose.c
13309                 forwarding use the current account.
13310
13311         * src/mainwindow.c
13312                 the "compose message" button has been replaced with
13313                 "new mail" and "new news" buttons
13314
13315         * src/prefs_common.[ch]
13316                 added a configuration option to use the forward button
13317                 as "forward as attachment"
13318                 changed reply and forward format description
13319
13320         * src/quote_fmt_lex.l
13321         * src/quote_fmt_parse.y
13322                 added message with no signature in format for reply
13323                 and forward.
13324
13325 2001-06-17 [paul]
13326
13327         Minor UI stuff
13328
13329         * src/mainwindow.c
13330         * src/summaryview.c
13331                 Improvements to the English
13332
13333         * src/prefs_common.c
13334                 Improvements to the English and some
13335                 clarity/continuity improvements in the
13336                 description of Quote symbols.
13337
13338 2001-06-17 [paul]
13339
13340         0.5.0claws1
13341
13342         * sync with sylpheed 0.5.0pre1
13343
13344 2001-06-17 [hoa]
13345
13346         * src/compose.c
13347                 Better interface for compose, displayed fields
13348                 are updated whenever we change account.
13349                 Newsgroups field is automatically filled.
13350
13351         * src/mainwindow.c
13352                 Newsgroups field is automatically filled.
13353
13354         * src/prefs_account.c
13355                 Some interface stuff when fields appear and
13356                 disappear.
13357
13358 2001-06-16 [paul]
13359
13360         0.4.99claws
13361
13362         * sync with sylpheed 0.4.99
13363
13364 2001-06-16 [sergey]
13365
13366         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
13367         base64_decoder_free, base64_decoder_decode): new object and
13368         functions for decoding base64 streams.
13369         * src/procmime.c (procmime_decode_content): modified to use the
13370         new base64 decoder.
13371
13372 2001-06-15 [paul]
13373
13374         0.4.99claws10
13375
13376         * sync with sylpheed 0.4.99cvs11
13377
13378 2001-06-13 [paul]
13379
13380         0.4.99claws9
13381
13382         * sync with sylpheed 0.4.99cvs9
13383
13384 2001-06-13 [hoa]
13385
13386         * src/compose.c
13387         * src/prefs_account.c
13388
13389                 SMTP server can be defined in the news account
13390                 mime type of attachment are kept.
13391
13392         * src/summaryview.c
13393
13394                 now choose the highest important score between default
13395                 and important score of folder.
13396
13397 2001-06-09 [alfons]
13398         
13399         * src/prefs_common.c: 
13400
13401                 (prefs_quote_description_create): corrected description of 
13402                 quote format characters
13403
13404 2001-06-09 [paul]
13405
13406         0.4.99claws8
13407
13408         * sync with sylpheed 0.4.99cvs8
13409
13410 2001-06-08 [sergey]
13411
13412         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
13413         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
13414
13415 2001-06-08 [paul]
13416
13417         0.4.99claws7
13418
13419         * sync with sylpheed 0.4.99cvs7
13420
13421 2001-06-06 [sergey]
13422
13423         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
13424         clashes with autogenerated header).
13425         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
13426         * src/Makefile.am: added quote_fmt.h.
13427         * src/.cvsignore: added lex/yacc autogenerated files
13428         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
13429
13430 2001-06-06 [paul]
13431
13432         0.4.99claws6
13433
13434         * sync with sylpheed 0.4.99cvs6
13435
13436 2001-06-06 [hoa]
13437
13438         * added src/quote_fmt_parse.h
13439         * src/compose.c
13440                 removed warnings
13441
13442         * src/prefs.[ch]
13443                 don't modify readonly configuration files
13444
13445         * src/prefs_account.c
13446         * src/prefs_common.c
13447         * src/prefs_customheader.c
13448         * src/prefs_display_header.c
13449         * src/prefs_filter.c
13450         * src/prefs_filtering.c
13451         * src/prefs_scoring.c
13452                 don't open dialog box when configuration files
13453                 are readonly
13454
13455 2001-06-05 [sergey]
13456
13457         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
13458
13459         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
13460         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
13461         BUILT_SOURCES to make all files rebuild properly.
13462
13463         * src/compose.c: removed #include "quote_fmt.tab.h".
13464
13465         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
13466         CHARACTER value in yylval.
13467
13468         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
13469         receive CHARACTER value by documented means (yylval).
13470
13471         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
13472
13473 2001-06-05 [hoa]
13474
13475         * src/Makefile.am
13476                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
13477
13478         * src/filtering.c
13479         * src/matcher.c
13480         * src/matcher.h
13481         * src/prefs_filtering.c
13482                 now keep the configuration for execute action
13483
13484         * src/mbox_folder.c
13485                 fixed a warning
13486
13487 2001-06-05 [paul]
13488
13489         * sync with sylpheed 0.4.99cvs5
13490
13491 2001-06-05 [hoa]
13492
13493         * src/Makefile.am
13494                 added quote_fmt.[ch]
13495
13496         * added src/quote_fmt.y
13497         * added src/quote_fmt.l
13498         * added src/quote_fmt.tab.h
13499         * added src/quote_fmt.tab.c
13500         * added src/lex.quote_fmt.c
13501                 parsing configuration for replying
13502                 and forwarding
13503
13504         * src/prefs_common.[ch]
13505                 added configuration UI for replying
13506                 and forwarding
13507
13508         * src/compose.c
13509                 using configuration for replying
13510                 and forwarding
13511
13512 2001-06-04 [hoa]
13513
13514         * src/filtering.c
13515         * src/matcher.c
13516         * src/matcher.h
13517         * src/prefs_filtering.c
13518         * src/prefs_matcher.c
13519         * src/prefs_matcher.h
13520                 action "run a command" for filtering
13521                 and matching with a command.
13522                 fixed the "whole message" matching
13523
13524         * src/mbox_folder.c
13525                 changed temporary filename for security
13526
13527         * src/messageview.c
13528                 queue the notification if it fails to send.
13529
13530         * src/prefs_common.c
13531         * src/prefs_folder_item.c
13532                 changed the default important score             
13533
13534         * src/prefs_scoring.c
13535         * src/scoring.c
13536                 hide kill score input when the folder is not
13537                 a newsgroup
13538
13539 2001-06-03 [alfons]
13540
13541         * src/prefs_common.c:
13542
13543                 (prefs_font_select): pass font name in font entry box to font
13544                 selection dialog.
13545
13546 2001-06-03 [sergey]
13547
13548         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
13549
13550 2001-06-03 [paul]
13551
13552         * sync with sylpheed 0.4.99cvs4
13553
13554 2001-06-03 [alfons]
13555
13556         * src/headerwindow.c:
13557
13558                 (headerwindow_show_cb): use the selected summary view item, not
13559                 the displayed item.
13560
13561 2001-06-02 [alfons]
13562
13563         * src/headerwindow.c:
13564
13565                 (headerwindow_show_cb): always try to show msginfo
13566
13567 2001-06-02 [hoa]
13568
13569         * src/compose.c
13570                 keep attached parts when reediting or forwarding.
13571
13572 2001-06-01 [hoa]
13573
13574         * src/folderview.c
13575         * src/prefs_folder_item.[ch]
13576         * src/prefs_scoring.[ch]
13577         * src/scoring.[ch]
13578         * src/summaryview.[ch]
13579         * src/main.c
13580         * src/mainwindow.c
13581         * src/prefs_common.[ch]
13582                 support for folder scoring
13583                 kill score and important score for messages
13584         
13585         * src/prefs_account.c
13586                 some display bug fixed for local account
13587                 preferences
13588
13589 2001-05-31 [alfons]
13590
13591         * src/summaryview.c:
13592
13593                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
13594                 sender to address book menu item is disabled.
13595
13596 2001-05-30 [hoa]
13597
13598         * src/filtering.[ch]
13599         * src/summaryview.c
13600                 handling summary menu / filter messages
13601
13602         * src/folder.[ch]
13603                 add some stuff
13604
13605         * src/foldersel.c
13606                 imap folders now appears in list
13607
13608         * src/mbox_folder.c
13609                 doesn't crash if destination mail is not writeable
13610
13611 2001-05-29 [hoa]
13612
13613         * src/compose.c
13614                 removed some warnings
13615
13616         * src/filtering.c
13617         * src/folder.[ch]
13618         * src/prefs_filtering.c
13619                 global string to identify any folders           
13620                 removed some debug info
13621                 filtering to mbox folders is now possible
13622
13623         * src/mainwindow.c
13624                 removed some warnings
13625
13626         * src/mbox_folder.c
13627                 permission on files are changed to read/write for user only,
13628                 nothing for other.
13629                 creation of subfolder is handled better.
13630
13631 2001-05-28 [alfons]
13632
13633         Verified the sync for src/prefs_common.[ch] and
13634         src/prefs_account.[ch]. I believe there were some
13635         minor indentation differences.
13636
13637 2001-05-28 [paul]
13638
13639         0.4.99claws3
13640
13641         * sync with 0.4.99cvs3
13642
13643 2001-05-28 [hoa]
13644
13645         * src/compose.c
13646                 handling flags for mbox format
13647
13648         * src/filtering.c
13649                 use of mark file only for MH format
13650                 handling flags for mbox format
13651                 filtering cannot yet move or copy mails to mbox folders.
13652
13653         * src/folder.[ch]
13654                 changed move_msg, copy_msg,
13655                 move_msgs_with_dest, copy_msgs_with_dest functions
13656                 uses only folder->copy_msg() function
13657                 uses folder->finished_copy() to handle the destination
13658                 folder at the end of the copy or move operation.
13659
13660         * src/foldersel.c
13661                 included mbox directories.
13662
13663         * src/folderview.[ch]
13664         * src/mainwindow.c
13665                 handle folders operation for mbox format
13666
13667         * src/mbox.c
13668                 disable conversion of "From " header
13669
13670         * src/mbox_folder.[ch]
13671                 completion of mbox format handling
13672
13673         * src/mh.c
13674                 changed mh_copy_msg() function and
13675                 removed mh_move_msg(), mh_move_msgs_with_dest(),
13676                 mh_copy_msgs_with_dest()
13677
13678         * src/prefs_filtering.c
13679                 removed some warnings
13680
13681         * src/prefs_matcher.c
13682                 default boolean operation is AND
13683
13684         * src/procheader.c
13685                 handling flags for mbox format
13686                 handling of "From " header
13687
13688         * src/procmsg.[ch]
13689                 removed data field
13690                 added MSG_REALLY_DELETED flags to handle deletion of
13691                 messages in mbox format.
13692
13693         * src/summaryview.c
13694                 handling flags for mbox format
13695                 disable the MSG_DELETED flags when messages
13696                 are deleted in mbox format
13697
13698         * src/textview.c
13699                 "From " headers display fixed.
13700
13701 2001-05-27 [alfons]
13702
13703         * src/textview.c:
13704                 
13705                 (get_email_part): skip quoted email addresses, like in e.g.
13706                 "'alfons@proteus.demon.nl'".
13707
13708 2001-05-26 [alfons]
13709
13710         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
13711         and fixing the persistence troubles when using separate windows.
13712
13713         * src/mainwindow.c:
13714         
13715             Added #define SEPARATE_ACTION used in the gtk item factory for 
13716             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
13717                 use gtk_item_factory_get_widget_by_action() to get the items.
13718                 
13719             Removed separate_widget_cb from the gtk item factory data   
13720           
13721             (mainwindow_create): connect separate_widget_cb() to check
13722             menu item "toggled" signal. also passing a MainWindow pointer
13723                 as object data for both check menu items.
13724                 
13725             (separate_widget_cb): definition of separate_widget_cb() to match
13726             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
13727                 window using gtk_object_get_data(). The type of window separation 
13728                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
13729         
13730         * src/prefs_filtering.c,
13731           src/prefs_matcher.c: added horizontal scrollbars
13732
13733 2001-05-25 [darko]
13734
13735         * src/headerview.c
13736                 fix segfault with invalid bold font
13737         * src/summaryview.c
13738                 correctly display summary stats after row is marked
13739
13740 2001-05-23 [sergey]
13741
13742         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
13743         encodings with libjconv.
13744
13745 2001-05-23 [hoa]
13746
13747         * src/Makefile.am
13748                 added mbox_folder.[ch]
13749         * src/defs.h
13750                 mbox temporary folder
13751         * src/folder.[ch]
13752         * added src/mbox_folder.[ch]
13753         * src/folderview.c
13754         * src/procheader.[ch]
13755                 added mbox support
13756         * src/mbox.c
13757                 bugfix for file incorporation filtering
13758         * src/imap.c
13759                 enable creation of MBOX
13760         * src/prefs_display_header.c
13761                 enable use of headers like "From "
13762                 something that should be fixed :
13763                         displaying of such headers add an extra space
13764         * src/prefs_folder_item.c
13765                 don't create folders because it is not necessary
13766         * src/procmsg.h
13767                 added data field to MsgInfo for mbox internal use
13768         * src/summaryview.c
13769                 added some support for mbox
13770         * src/utils.[ch]
13771                 added get_mbox_cache_dir() function
13772
13773 2001-05-23 [hiroyuki]
13774
13775         * src/headerwindow.c
13776           src/inc.c
13777           src/main.c
13778           src/mh.c
13779           src/nntp.c
13780           src/procmsg.h
13781           src/session.h
13782           src/socket.[ch]
13783           src/summaryview.c
13784           src/textview.c
13785           src/automaton.c
13786           src/folderview.c: more sync with 0.4.99cvs2.
13787
13788         * src/headerwindow.c: reverted.
13789
13790 2001-05-22 [paul]
13791
13792         0.4.99claws2
13793
13794         * sync with sylpheed 0.4.99cvs2
13795                 * src/news.[ch]
13796                 * src/nntp.[ch]
13797                 * INSTALL
13798                 * INSTALL.jp
13799
13800 2001-05-22 [alfons]
13801
13802         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
13803
13804 2001-05-21 [alfons]
13805
13806         Minor things:
13807
13808         * configure.in: if gnome-config not found, "no" is displayed
13809         
13810         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
13811
13812         * src/textview.c: now also possible to add mail addresses by right
13813           clicking in the text view
13814
13815         * src/codeconv.c: merged patch which fixes endless loop when encountering
13816           invalid wide characters; from Alte <010@imis.ru>  
13817
13818 2001-05-20 [alfons]
13819
13820         Added installation of gnome specific things:
13821
13822         * Makefile.am: gnome conditional
13823
13824         * configure.in: check for installed gnome
13825
13826         * added sylpheed.png, sylpheed.desktop
13827
13828 2001-05-20 [sergey]
13829
13830         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
13831
13832         * src/mainwindow.h (main_window_toolbar_create): created a button
13833         for "Reply to all".
13834         (main_window_set_toolbar_sensitive): enable/disable the new button
13835         appropriately.
13836         (toolbar_reply_to_author_cb): handle the new button.
13837
13838         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
13839         send_progress_dialog_destroy() on failure (fixes hang on SMTP
13840         failure).
13841
13842 2001-05-19 [sergey]
13843
13844         * src/compose.h (ComposeReplyMode): new modes
13845         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
13846         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
13847
13848         * src/compose.c
13849         (compose_send): move some code into a new function:
13850         (compose_current_mail_account): new function.
13851         (compose_reply): new argument to_author, all callers changed; if
13852         to_author==TRUE and account->protocol==A_NNTP, find and use an
13853         appropriate mail account for replying.
13854         (compose_reply_set_entry): new argument to_author; ignore
13855         compose->replyto if to_author==TRUE.
13856
13857         * src/mainwindow.c: new command "Message/Reply to author".
13858         (main_window_set_menu_sensitive): enable/disable it.
13859         (reply_cb): handle it.
13860
13861         * src/summaryview.c: new command "Reply to author".
13862         (summary_set_menu_sensitive): enable/disable it.
13863         (summary_reply_cb): handle it.
13864
13865         * src/account.c (account_find_mail_from_address): new function.
13866
13867 2001-05-18 [paul]
13868
13869         0.4.99claws1
13870
13871         * sync with sylpheed 0.4.99cvs1
13872
13873 2001-05-18 [hoa]
13874
13875         * src/compose.[ch]
13876         * src/filtering.c
13877         * src/summaryview.c
13878                 new filtering action : forward and forward as attachment
13879
13880         * src/main.c
13881                 no need for $DISPLAY when we run sylpheed --help
13882                 call to parse_cmd_opt() is moved
13883
13884         * src/mainwindow.[ch]
13885                 execute button is hidden when immediate execute
13886                 is chosen
13887
13888         * src/mh.c
13889         * src/news.c
13890         * src/prefs_folder_item.c
13891         * src/procmsg.c
13892                 better handling of missing directories
13893
13894         * src/summaryview.c
13895                 reedit is enabled in outbox
13896                 reedit is enabled in queue
13897
13898 2001-05-17 [hoa]
13899
13900         * src/filtering.c
13901         * src/matcher.[ch]
13902         * src/prefs_filtering.c
13903                 changed attachement into attachment
13904
13905 2001-05-17 [alfons]
13906
13907         0.4.67claws4    
13908
13909         * sync with sylpheed 0.4.67cvs9
13910         * sync with sylpheed 0.4.67cvs7-8
13911
13912 2001-05-17 [hoa]
13913
13914         * src/Makefile.am
13915                 added prefs_filtering.c
13916
13917         * src/filtering.[ch]
13918         * src/matcher.[ch]
13919                 removed action : forward_news and forward_news_as_attachement
13920                 (forward and forward_as_attachement can be used instead)
13921
13922         * src/mainwindow.c
13923                 added menu option to access filtering configuration
13924
13925         * src/prefs_account.c
13926                 changed mail_command default to /usr/sbin/sendmail
13927
13928         * added src/prefs_filtering.[ch]
13929                 dialog box for filtering configuration
13930
13931         * src/prefs_matcher.c
13932                 added function prefs_matcher_get_criteria_from_matching()
13933
13934         * src/prefs_scoring.c
13935                 reset the dialog when register or substitute is clicked
13936
13937 2001-05-15 [hoa]
13938
13939         * src/Makefile.am
13940                 added filtering.[ch]
13941         * src/inc.c
13942                 using filering.[ch] instead of filter.[ch]
13943         * src/main.c
13944                 reading new filtering configuration
13945         * src/matcher.[ch]
13946                 added some filtering actions
13947                 and fixed a bug for headers and mail body matching
13948         * src/mbox.c
13949                 using filering.[ch] instead of filter.[ch]
13950         * src/mh.c
13951                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
13952         * src/summaryview.c
13953                 some fixes for filtering
13954
13955 2001-05-14 [hiroyuki]
13956
13957         * src/send.c: fixed some weird indentations.
13958           send_message_with_command(): call pclose() only if p != NULL.
13959         * src/textview.c: get_email_part(): modified the code for readability.
13960
13961 2001-05-14 [hiroyuki]
13962
13963         * src/md5global.h
13964           src/md5ify.c
13965           src/md5ify.h: removed from the cvs.
13966
13967 2001-05-13 [sergey]
13968
13969         * src/main.c: include rfc2015.h to avoid compiler warnings.
13970         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
13971         the panel is already on screen.
13972         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
13973         closing the alert window by ESC as "No".
13974         * src/prefs_common.c (prefs_interface_create): moved return
13975         receipt check button to the correct place.
13976
13977 2001-03-13 [alfons]
13978
13979         * src/prefs_common.c: 
13980                 moved return receipt check button to the Send tab. (prefs_send_create)
13981                 removed the date format ui related globals. (prefs_display_create)
13982
13983         0.4.67claws3
13984         
13985         * sync with sylpheed 0.4.67cvs5-6
13986
13987 2001-05-13 [paul]
13988
13989         * added Alfons' font selection patch
13990
13991         * src/defs.h
13992         * src/headerwindow.c
13993         * src/prefs_common.c
13994         * src/prefs_common.h
13995
13996 2001-05-13 [hoa]
13997         * src/defs.h
13998                 changed version of cache
13999         * src/matcher.[ch]
14000         * src/prefs_matcher.c
14001                 added additionnal matching criteria
14002         * src/procheader.c
14003         * src/procmsg.[ch]
14004         * src/news.c
14005                 added references in MsgInfo
14006
14007 2001-05-12 [hoa]
14008
14009         * src/defs.h
14010                 prepared some things for new filtering
14011         * src/matcher.[ch]
14012                 added some matching properties
14013                 inreplyto need to be enhanced
14014                 prepared some things for new filtering
14015         * src/messageview.c
14016                 added Return-Receipt-To handling
14017         * src/prefs_folder_item.c
14018                 changed default value to TRUE
14019         * src/prefs_matcher.c
14020                 added some matching properties
14021         * src/prefs_scoring.[ch]
14022                 the scoring dialog is finished
14023         * src/procheader.c
14024                 added Return-Receipt-To handling
14025                 Reference need to be added
14026         * src/procmsg.[ch]
14027                 added Return-Receipt-To handling
14028                 added threadscore to get a better score sorting when
14029                 threads are enabled
14030         * src/summaryview.c
14031                 suppressed a bug when we sort the list
14032                 when no folder is opened.
14033                 better score sorting when threads are enabled
14034
14035 2001-05-12 [alfons]
14036
14037         * reverted previous patch because of potential errors 
14038
14039         0.4.67claws2
14040         
14041         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14042                 applied "toggle mail-retrieval dialog window" patch submitted 
14043                 by Eric Limpens <eric@qnt.net>
14044
14045         * sync with sylpheed 0.4.67cvs4
14046
14047 2001-05-12 [sergey]
14048
14049         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14050         some picky compilers.
14051         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14052         * src/grouplist_dialog.c: include alertpanel.h.
14053         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14054         fix compile warning.
14055         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14056         #include "defs.h" before others to prevent the warning of `MIN'
14057         and `MAX' redefinition.
14058
14059 2001-05-11 [hoa]
14060
14061         * src/main.c
14062         * src/messageview.c
14063         * src/prefs_account.c
14064         * src/prefs_display_header.c
14065                 removed warning
14066         * src/Makefile.am
14067                 added prefs_scoring.[ch]
14068         * src/grouplist_dialog.c
14069                 display an error dialog box if the group list
14070                 cannot be fetched.
14071         * src/mainwindow.[ch]
14072                 added main_window_set_thread_option() function
14073                 scoring dialog box enabled
14074         * src/matcher.[ch]
14075                 added flags matching unread /new / marked
14076                 / deleted / replied / forwarded
14077         * src/news.c
14078                 newsgroups are now finally in newscache
14079         * src/prefs_matcher.[ch]
14080                 finished preferences for matching dialog
14081         * added src/prefs_scoring.[ch]
14082                 scoring dialog box completed
14083         * src/scoring.[ch]
14084                 conversion to string : added scoringprop_to_string()
14085                 write config for preferences :
14086                 added prefs_scoring_write_config()
14087         * src/summaryview.c
14088                 threads can be enabled/disabled independently
14089                 for each folder
14090
14091 2001-05-10 [alfons]
14092
14093         0.4.67claws1
14094         
14095         * AUTHORS: 
14096                 thought it would be nice to have a list of all
14097                 contributors (used Changelog as a reference)
14098         
14099         * configure.in: 
14100                 messed up version numbering...
14101
14102         0.4.66claws1
14103
14104         * sync with sylpheed 0.4.67cvs1-3
14105
14106 2001-05-10 [darko]
14107
14108         * src/prefs_common.c:
14109                 better UI for strftime format, double clicking
14110                 on format now inserts the format in text entry
14111                 replaced close button with standard OK/Cancel
14112                 moved date format button to the right of the
14113                 text entry field
14114
14115 2001-05-09 [alfons]
14116
14117         * src/gtkstext.c:
14118                 Ctrl-Home / Ctrl-End have proper cursor navigation
14119
14120 2001-05-09 [hoa]
14121
14122         * src/prefs_matcher.c
14123                 finished UI to define matching properties
14124                 added ok and cancel button
14125         * src/prefs_filter.c
14126                 added ok and cancel button
14127         * src/news.c
14128                 fixed some bug in xhdr parsing
14129
14130 2001-05-08 [alfons]
14131
14132         * src/textview.c: 
14133                 fixed a bug in textview_show_header(), which displayed two colons (':');
14134                 cleaned up some warnings
14135
14136 2001-05-08 [hoa]
14137
14138         * src/Makefile.am
14139                 added prefs_matcher.[ch]
14140                 compilation with -W -Wall
14141         * src/alertpanel.c
14142                 ungrab the mouse events if grabbed - does it
14143                 fix the bug for disposition notification ?
14144         * src/mainwindow.c
14145                 added a menu option to open the matching dialog.
14146         * src/matcher.[ch]
14147                 added matcherprop_to_string() and matcherlist_to_string()
14148                 fixed some bugs, changed the name of some options
14149                 age_sup and age_inf becomes age_greater and age_lower,
14150                 body and messageheaders becomes body_part and headers_part,
14151                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14152         * src/prefs_display_header.c
14153         * src/prefs_headers.c
14154                 fixed a bug that accidentally destroyed dialogs
14155                 when closed them with delete_event
14156                 Added *_deleted() which handle delete_event signal correctly.
14157         * src/prefs_folder_item.[ch]
14158                 added "enable_thread" field for future customization
14159         * added src/prefs_matcher.[ch]
14160                 sample of the UI to define matching properties
14161         * src/procheader.c
14162                 using procheader_headername_equal instead of str*cmp functions
14163                 using procheader_parse_header() function
14164         * src/scoring.c
14165                 using MATCHING_XXX instead of SCORING_XXX
14166         * src/summaryview.c
14167                 display the sender of the news even if this is ourself
14168                 when this is a news message.
14169         * src/textview.c
14170                 using headername_equal() instead of str*cmp functions
14171
14172 2001-05-08 [alfons]
14173
14174         0.4.66claws
14175
14176         * sync with sylpheed 0.4.66
14177         * src/gtkstext.c: trace logs added 
14178
14179 2001-05-08 [sergey]
14180
14181         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14182         signature check popup.
14183         * src/rfc2015.c (check_signature): show signature check popup only
14184         if it is enabled in preferences.
14185
14186 2001-05-07 [alfons]
14187
14188         0.4.66claws4
14189         
14190         * sync with sylpheed 0.4.66cvs6
14191
14192 2001-05-07 [darko]
14193
14194         * src/prefs_common.[ch]: added option to enable/disable
14195           looking up sender name in address book for summary pane
14196         * src/summaryview.c: look up sender in the address book
14197           by using Alfons' address completion code
14198
14199 2001-05-07 [hiroyuki]
14200
14201         * src/inc.h
14202           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14203           member of Pop3State.
14204         * src/news.c: brought #include "defs.h" before #include <glib.h>
14205           to prevent the warning of `MIN' and `MAX' redefinition.
14206
14207 2001-05-06 [hoa]
14208
14209         * removed src/headers_display.[ch]
14210         * removed src/prefs_display_headers.[ch]
14211         * src/inc.c
14212                 use a temporary file in the user directory for mbox import
14213         * src/news.c
14214                 added XHDR support to get "To" and "Cc" headers
14215                 (in order to match news with to or cc field for
14216                 scoring)
14217                 added function news_parse_xhdr() to get XHDR response
14218         * src/nntp.[ch]
14219                 added function nntp_xhdr()
14220         * src/matcher.c
14221                 fetch the message if necessary
14222
14223 2001-05-06 [alfons]
14224
14225         0.4.66claws3
14226
14227         * sync with sylpheed 0.4.66cvs3-5
14228
14229 2001-05-06 [hoa]
14230
14231         * src/utils.[ch]
14232                 added function itos_buf() to enable use of several buffers
14233         * src/summaryview.c
14234                 use of itos_buf() instead of itos() in summary list
14235                 to fix the broken display of message number.
14236
14237 2001-05-06 [alfons]
14238
14239         * src/gtkstext.c: bug in cursor up navigation fixed,
14240                 fixed another unsigned / signed comparison (we're getting there :-)
14241
14242 2001-05-06 [hoa]
14243
14244         * src/Makefile.am
14245                 added scoring.c scoring.h
14246                 prefs_folder_item.c prefs_folder_item.h
14247                 matcher.c matcher.h
14248         * src/defs.h
14249                 added FOLDERITEM_RC SCORING_RC
14250         * src/folder.[ch]
14251                 added prefs field in FolderItem :
14252                 properties for each folder (PrefsFolderItem),
14253                 sorting type and mode were added as the first properties.
14254         * src/main.c
14255                 read config for scoring
14256         * added src/matcher.[ch]
14257                 gives functions to parse configuration file to do
14258                 matching on mails with a list of conditions.
14259         * src/mainwindow.c
14260                 add option to sort by score
14261         * src/prefs_common.[ch]
14262                 added preference option to show score and for
14263                 the score column size
14264         * added src/prefs_folder_item.[ch]
14265                 properties for each folder (PrefsFolderItem),
14266                 sorting type and mode were added as the first properties.
14267         * src/procheader.[ch]
14268                 added procheader_parse_header()
14269                 added procheader_header_free()
14270                 added procheader_headername_equal()
14271                 and made modification to use them.
14272         * src/procmsg.[ch]
14273                 added score field to MsgInfo structure
14274         * added src/scoring.[ch]
14275                 gives functions to parse configuration file to do
14276                 scoring on mails with a list of conditions.
14277         * src/summaryview.[ch]
14278                 save the sorting type and mode for the folder
14279                 added column to display the score of the mail
14280                 added function summary_score_clicked()
14281                 sorting type and mode are restored to the folder
14282                 when it is reopen
14283         * src/textview.c
14284                 use procheader_parse_header(), procheader_headername_equal()
14285                 removed memory leak in text_scan_header when freeing headers
14286         * src/filter.c
14287                 changed the function to match names of headers
14288                 using procheader_headername_equal()
14289
14290         Scoring functions are implemented, an interface is needed
14291         to configure that.
14292
14293 2001-05-04 [alfons]
14294
14295         * src/gtkstext.c: 
14296                 hopefully fixed the row up navigation bug,
14297                 removed adding back / forward lines to cache
14298
14299 2001-05-04 [sergey]
14300
14301         * src/prefs_display_headers.c: user interface changes:
14302         (prefs_display_headers_create): remove unused "Show" check button;
14303         allow reordering of headers by dragging.
14304         (prefs_display_headers_write_config): remove unused variables.
14305         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14306         of lists (not needed with the new UI).
14307         (prefs_display_headers_set_list): scan lists starting from row 0,
14308         not 1 (do not skip "(New)").
14309         (prefs_display_headers_find_header): new function.
14310         (prefs_display_headers_clist_set_row): do not allow duplicates.
14311         (prefs_display_headers_delete_cb): do not skip row 0; treat
14312         closing the alert window by ESC as "No".
14313         (prefs_display_headers_up): do not protect row 0.
14314         (prefs_display_headers_down): do not protect row 0.
14315
14316 2001-05-04 [sergey]
14317
14318         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14319         functions.
14320
14321         * src/summaryview.c
14322         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14323         summary_select_next_marked, summary_select_prev_marked): new
14324         functions.
14325
14326 2001-05-03 [sergey]
14327
14328         * src/news.c: fixed a bug when no article can be fetched after
14329         server timeout if the connection was restored by news_post():
14330         (news_select_group): new function.
14331         (news_fetch_msg): call news_select_group() before fetching
14332         article.
14333         (news_get_uncached_articles): set session->group after successful
14334         GROUP command.
14335
14336 2001-05-03 [hoa]
14337
14338         * src/defs.h
14339         * src/procmsg.[ch]
14340         * src/procheader.c
14341                  changed version of cache, added cc field
14342
14343         * src/prefs_display_headers.c
14344                 the interface was changed
14345
14346         * src/prefs_headers.c
14347                 added cancel button
14348
14349 2001-05-03 [alfons]
14350
14351         * completed sync of sylpheed cvs2
14352         * src/gtkstext.c: updated row up / down cursor navigation
14353         * src/textview.c: re-edited, prepared for fixing the email address
14354                 scanner.
14355
14356 2001-05-03 [darko]
14357
14358         * src/prefs_common.c: use alfons' strftime ui code
14359         entry_datefmt and datefmt_sample widgets have to be
14360         global in this module because of this change
14361
14362 2001-05-03 [hoa]
14363
14364         * src/messageview.c
14365         * src/prefs_common.[ch] added option to activate the return receipt
14366                 feature.
14367
14368 2001-05-02 [alfons]
14369
14370         * src/gtkstext.c: fix for row up/down cursor navigation. 
14371
14372         0.4.66claws2
14373         
14374         * sync with 0.4.66cvs2
14375
14376 2001-05-02 [paul]
14377
14378         added add-sender-to-addressbook patch
14379
14380         * src/addressbook.c
14381         * src/addressbook.h
14382         * src/summaryview.c
14383
14384 2001-05-02 [sergey]
14385
14386         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
14387         G_ALERTDISABLE.
14388
14389         * src/alertpanel.c (alertpanel_create): new argument can_disable,
14390         all existing callers changed to pass FALSE; create a check button
14391         to disable the message.
14392         (alertpanel_message_with_disable): new function.
14393         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
14394         (alertpanel_button_toggled): new function.
14395         (alertpanel_button_clicked, alertpanel_close): set value using
14396         G_ALERT_VALUE_MASK.
14397
14398         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
14399
14400         * src/prefs_common.c (prefs_privacy_create): new check button
14401         checkbtn_gpgme_warning.
14402
14403         * src/main.c (main): moved preferences reading before gpgme
14404         initialization; check prefs_common.gpgme_warning before giving the
14405         GnuPG warning and set it to FALSE if the user wants to disable the
14406         warning.
14407
14408 2001-05-02 [hiroyuki]
14409
14410         * src/prefs_display_headers.c: modified the layout and some labels.
14411
14412 2001-05-02 [sergey]
14413
14414         * src/prefs_account.c (prefs_account_fix_size): new function.
14415         (prefs_account_create): call prefs_account_fix_size(); use
14416         gtk_widget_show instead of gtk_widget_show_all (fixes too large
14417         size when the window is shown for the first time).
14418         (prefs_account_basic_create): changed layout of serv_table; moved
14419         localmbox_entry above smtpserv_entry (logically it replaces
14420         POP3/IMAP server).
14421         (prefs_account_protocol_activated): set sensitivity of
14422         nntpauth_chkbtn according to the protocol (in addition to
14423         hide/show); commented out gtk_table_set_row_spacing() calls.
14424         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
14425         not sensitive (fixes a bug with disabled username/password boxes
14426         when editing POP3 account after NNTP with authentication).
14427
14428 2001-05-02 [hoa]
14429
14430         * src/account.c
14431         * src/inc.c
14432         * src/prefs_account.[ch]
14433         * src/send.c
14434                 removed local account without SMTP server
14435                 added option to use mail command instead of a connexion
14436                 to SMTP server when a local account is used
14437         * src/prefs_headers.c
14438                 fixed a bug
14439         * src/news.c
14440                 fixed a bug when connexion immediately closed
14441
14442 2001-05-01 [alfons]
14443
14444         0.4.66claws1
14445         
14446         * sync with 0.4.65
14447
14448 2001-05-01 [sergey]
14449
14450         * src/prefs_account.c (Basic, prefs_account_basic_create): new
14451         widget nntpauth_chkbtn.
14452         (prefs_account_protocol_activated): handle nntpauth_chkbtn
14453         visibility.
14454         (prefs_account_nntpauth_toggled): new function.
14455
14456         * src/news.c (news_session_new_for_folder): use NNTP
14457         authentication only if ac->use_nntp_auth is set.
14458
14459 2001-05-01 [hoa]
14460
14461         * src/Makefile.am changed headers.[ch] in customheader.[ch]
14462         * src/prefs_display_headers.c changed the UI
14463         * src/prefs_headers.c changed account_name to account_id
14464         * src/compose.c using customheader.h
14465
14466 2001-05-01 [hiroyuki]
14467
14468         * src/esmtp.c
14469           src/news.c
14470           src/nntp.c: changed sock_read() to sock_gets(), they've been left
14471           unsynched.
14472
14473 2001-05-01 [hoa]
14474
14475         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
14476         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
14477                 for displaying of headers
14478         * src/grouplist_dialog.[ch] minor changes to remove warnings
14479         * src/prefs_display_headers.[ch] dialog to choose the
14480         headers to display in the mail viewer.
14481         * src/headers.h correction of #define
14482         * src/headers_display.[ch] configuration for displaying of headers.
14483         * src/main.c read config of displaying of headers
14484         * src/prefs_common.c add a button to access the config dialog
14485                 for displaying of headers
14486         * src/prefs_display_headers.[ch] dialog for configuration for
14487                 displaying of the headers.
14488         * src/prefs_headers.c cleaning of code
14489         * src/procheader.c comments added to code
14490         * src/textview.c changes to reorder the headers depending
14491                 on the config for displaying of headers
14492
14493 2001-04-30 [alfons]
14494
14495         0.4.65claws7
14496
14497         * sync with 0.4.65cvs12
14498
14499         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
14500
14501 2001-04-30 [sergey]
14502
14503         * src/nntp.h (NNTPSockInfo): new field auth_failed.
14504
14505         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
14506         is set to force reconnection after authentication failure.
14507         (nntp_gen_command): set sock->auth_failed on authentication
14508         failure, or if sock->userid and sock->passwd are not set.
14509
14510         * src/news.c (news_session_new_for_folder): set userid=NULL if
14511         password dialog is cancelled.
14512
14513 2001-04-30 [sergey]
14514
14515         * src/nntp.h (NNTPSockInfo): new type.
14516
14517         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
14518         SockInfo.
14519         (nntp_open_auth, nntp_close): new functions.
14520         (nntp_gen_command): new function to handle authentication; all
14521         NNTP command functions updated to use it.
14522         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
14523         (nntp_list): removed old useless code.
14524
14525         * src/news.h (NNTPSession): new field nntp_sock.
14526
14527         * src/news.c: all functions updated to use NNTPSockInfo instead of
14528         SockInfo.
14529         (news_session_new): new arguments (userid, passwd); made static;
14530         use nntp_open_auth() if needed.
14531         (news_session_destroy): use nntp_close() instead of sock_close().
14532         (news_query_password): changed arguments.
14533         (news_session_new_for_folder): new function.
14534         (news_session_get): use news_session_new_for_folder().
14535         (news_authenticate): deleted.
14536         (news_get_uncached_articles): removed old authentication code.
14537
14538 2001-04-30 [sergey]
14539
14540         * src/news.c: reverted my previous changes (need to do NNTP
14541         authentication in a cleaner way).
14542         
14543 2001-04-29 [sergey]
14544
14545         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
14546         news_nntp_post, news_nntp_mode): new functions (wrappers with
14547         authentication support).
14548         (news_get_article_cmd, news_get_article, news_get_header): new
14549         argument "folder"; all callers changed.
14550         (news_get_article_cmd): added authentication support.
14551         (news_session_get): use news_nntp_mode() instead of nntp_mode().
14552         (news_post): use news_nntp_post() instead of nntp_post().
14553         (news_get_uncached_articles): use news_nntp_group() instead of
14554         nntp_group() and news_nntp_xover() instead of nntp_xover();
14555         removed old authentication code.
14556         (news_get_group_list): use news_nntp_list() instead of nntp_list().
14557
14558         * src/nntp.c (nntp_list): return real error code instead of
14559         hardcoded NN_ERROR.
14560
14561 2001-04-29 [sergey]
14562
14563         * configure.in: fixed wint_t typedef detection again
14564
14565 2001-04-28 [hoa]
14566
14567         * src/prefs_account.[ch], added A_LOCAL_CMD
14568                 (send mail with mail command)
14569         * src/send.c added function send_message_with_command()
14570         * src/inc.c made a more secure get_spool() function with
14571                 mktemp() but maybe mkstemp() or something more
14572                 secure can be used.
14573
14574 2001-04-28 [alfons]
14575
14576         * src/textview.c, colorization of email addresses in headers
14577
14578         0.4.65claws6
14579
14580         * bug sync with sylpheed
14581         * prefs_common.c: created date format ui for darko
14582         * sync with 0.4.65cvs11
14583         * configure.in: corrected to have the new gpg checks
14584
14585 2001-04-27 [alfons]
14586
14587         * completed sync with 0.4.65cvs10
14588         * minor debug things added to gtkstext.c
14589
14590 2001-04-27 [darko]
14591
14592         * configure.in: remove check for availability of
14593           strftime() as advised by Hiroyuki
14594         * src/prefs_common.[ch], src/procheader.c:
14595           synch strftime() code with Hiroyki's main branch
14596
14597 2001-04-26 [sergey]
14598
14599         * src/news.c: news_query_password(), news_authenticate(): new
14600           functions.
14601           news_get_uncached_articles(): added NNTP authentication
14602           handling.
14603         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
14604           new functions.
14605         * src/prefs_account.c: prefs_account_protocol_activated():
14606           enable userid and password fields for NNTP.
14607
14608 2001-04-26
14609
14610         * configure.in: check for availability of strftime()
14611           [darko]
14612         * src/prefs_common.[ch], src/procheader.c: use
14613           strftime() for displaying date in summary pane if it
14614           is available
14615
14616 2001-04-25
14617
14618         * more .cvsignore cleanups [alfons]
14619
14620 2001-04-25
14621
14622         * ac/sv-check-type.m4: new autoconf macro.
14623         * configure.in: fixed wint_t typedef detection (did not work
14624           with gcc-2.96).
14625
14626 2001-04-25
14627
14628         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
14629           [hiroyuki]
14630
14631 2001-04-24
14632         * modified gtkstext.c : buggy cursor navigation fixed, 
14633           and font descent also taken in account when drawing
14634           cursor. [alfons]
14635
14636 2001-04-24 [hoa]
14637         * added comments in src/news.c src/nntp.c
14638         * added src/prefs_headers.[ch]
14639         * added src/headers.[ch]
14640         * modified compose.c to activate custom headers
14641                 added function is_in_custom_headers
14642         * modified prefs_account.[ch]
14643                 added function prefs_account_customhdr_edit
14644         * modified src/defs.h :
14645                 added HEADERS_RC : name of the config file
14646                 for the custom headers
14647
14648 2001-04-24
14649
14650     0.4.65claws5
14651
14652         * configure.in
14653           src/gtkstext.[ch]
14654           src/compose.c
14655           src/Makefile.am
14656           
14657           added gtkstext with configure.in patch by Hiroyuki which
14658           should fix the XIM detection [alfons]
14659
14660         * more clean up of cvs [alfons]
14661
14662                  * removed all Makefile.in files to attic.
14663
14664                  * updated all .cvsignores to really ignore things that could
14665                    be unintentionally committed by a recursive commit.
14666
14667 2001-04-23 [hoa]
14668         * added src/grouplist_dialog.[ch]
14669         * changed src/folderview.c to call grouplist_dialog instead
14670                 of inputdialog
14671         * src/news.c :
14672                 added functions news_reset_group_list
14673                 and news_get_group_list
14674         * src/nntp.c :
14675                 added function nntp_list
14676         * src/defs.h :
14677                 added GROUPLIST_FILE : name of the newsgroup list cache file
14678
14679 2001-04-21
14680
14681         * added option to warn about queued messages on exit [sergey]:
14682
14683           * src/compose.c: compose_queue(): call folder_item_scan()
14684             and folderview_update_item() after queueing.
14685           * src/folderview.c: folderview_update_node(): draw the queue
14686             folder in bold font if there are queued messages.
14687           * src/mainwindow.c: queued_messages(): new function.
14688             app_exit_cb(): display warning if there are queued messages
14689             if warn_queued_on_exit is set.
14690           * prefs_common.[ch]: add warn_queued_on_exit option.
14691
14692         * enhanced GnuPG key selection support [sergey]:
14693
14694           * src/select-keys.c: updated to newer version from Win32
14695             branch with support for selecting arbitrary keys.
14696           * src/prefs_account.c: added the Privacy tab to the account
14697             options window.
14698             prefs_account_privacy_create(),
14699             prefs_account_sign_key_set_data_from_radiobtn(),
14700             prefs_account_sign_key_set_radiobtn(): new functions.
14701           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
14702           * src/rfc2015.c: set_signers(): new function.
14703             pgp_sign(): add the account parameter, call set_signers().
14704             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
14705           * src/rfc2015.h: rfc2015_sign(): updated prototype.
14706           * src/compose.c: pass the current account to rfc2015_sign().
14707
14708         * tag name claws added to prevent confusion with main branch [alfons]
14709
14710         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
14711
14712         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
14713
14714         * sync with recent sylpheed cvs. Untested though. [alfons]
14715