Typo.
[claws.git] / ChangeLog
1 2006-07-16 [wwp]        2.3.1cvs83
2
3         * sylpheed-claws.ico
4                 Added .ico file (windows multi-size icon file, generated).
5
6 2006-07-12 [wwp]        2.3.1cvs82
7
8         * src/messageview.c
9                 remove Message/Re-edit menu entry from messageview window,
10                 as sent/draft/queued messages are opened in compose window when
11                 re-edited and it's not possible to re-edit other msgs.
12
13 2006-07-12 [paul]       2.3.1cvs81
14
15         * AUTHORS
16         * src/mainwindow.c
17         * src/gtk/authors.h
18                 check online state before resetting
19                 mailcheck timer. Useful if some program
20                 verifies connection state and updates
21                 Claws.
22                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
23
24 2006-07-12 [paul]       2.3.1cvs80
25
26         * sylpheed-claws-128x128.png
27         * sylpheed-claws-64x64.png
28         * sylpheed-claws.png
29         * src/Makefile.am
30         * src/main.c
31         * src/prefs_toolbar.c
32         * src/stock_pixmap.c
33         * src/stock_pixmap.h
34         * src/wizard.c
35         * src/gtk/about.c
36         * src/gtk/gtkutils.c
37         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
38         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
39         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
40         * src/pixmaps/sylpheed.xpm              ** REMOVED **
41         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
42         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
43                 updated and renamed logo/icon files and related
44                 logo by Jesper Schultz
45
46 2006-07-11 [paul]       2.3.1cvs79
47
48         * src/main.c
49                 fix the labels a smidgin
50
51 2006-07-09 [colin]      2.3.1cvs78
52
53         * src/textview.c
54                 Show errors in textviewer's command
55                 Patch by H. Merijn Brand
56
57 2006-07-09 [colin]      2.3.1cvs77
58
59         * src/compose.c
60                 Save FMID in drafts too
61
62 2006-07-08 [colin]      2.3.1cvs76
63
64         * src/compose.c
65                 Svae RMID in drafted mails too
66                 Save quote_fmt vars for whole mails,
67                 don't reset at each quote_fmt_init:
68                 allows to use the same |i{var} in
69                 various template fields
70         * src/prefs_template.c
71         * src/quote_fmt.h
72         * src/quote_fmt_parse.y
73                 Same
74
75 2006-07-08 [colin]      2.3.1cvs75
76
77         * src/textview.c
78                 Fix highlighting of attached parts URIs
79
80 2006-07-08 [colin]      2.3.1cvs74
81
82         * src/main.c
83                 Prevent bug #981 (sc 2.3.1 segfaults with 
84                 gtk+ 2.10) from being reported again:
85                 if Sylpheed-Claws has been compiled against
86                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
87                 of if Sylpheed-Claws has been compiled against
88                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
89                 error out.
90
91 2006-07-07 [colin]      2.3.1cvs73
92
93         * src/prefs_actions.c
94                 Fix label
95
96 2006-07-07 [colin]      2.3.1cvs72
97
98         * src/prefs_actions.c
99                 Fix compile on gtk < 2.8. argh :)
100
101 2006-07-07 [paul]       2.3.1cvs71
102
103         * src/common/defs.h
104                 update DONATE_URI
105
106 2006-07-07 [colin]      2.3.1cvs70
107
108         * po/POTFILES.in
109         * src/quote_fmt.c
110         * src/quote_fmt_lex.l
111         * src/quote_fmt_parse.y
112                 Add |i{var}, a way to insert user-entered
113                 text in a template
114
115 2006-07-07 [colin]
116
117         * 2.4.0-rc3 released
118
119 2006-07-07 [colin]      2.3.1cvs69
120
121         * src/folder.c
122                 Don't consider inboxes of UNKNOWN folder 
123                 classes to be useable as default inboxes
124
125 2006-07-07 [paul]       2.3.1cvs68
126
127         * src/textview.c
128                 add missing #include <errno.h>
129                 Thanks to René J. Blokland
130
131 2006-07-07 [paul]       2.3.1cvs67
132
133         * src/action.c
134                 Return now Closes dialog
135         * src/mimeview.c
136         * src/mimeview.h
137         * src/textview.c
138                 add contextual menu to mime parts listed
139                 in the textview
140                 Thanks to Colin
141         * src/common/utils.c
142                 reversal: ' is a valid character in URLs
143
144 2006-07-06 [colin]      2.3.1cvs66
145
146         * src/remotefolder.h
147                 Forgotten in previous commit
148
149 2006-07-06 [colin]      2.3.1cvs65
150
151         * src/folder.c
152                 Set summary update flag whenever
153                 totals changed
154         * src/imap.c
155         * src/prefs_account.c
156         * src/common/utils.h
157         * src/etpan/imap-thread.c
158                 Fix warnings, thanks to Fabien and
159                 Ricardo
160
161 2006-07-06 [wwp]        2.3.1cvs64
162
163         * src/gtk/gtkutils.c
164                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
165
166 2006-07-06 [wwp]        2.3.1cvs63
167
168         * src/account.c
169         * src/addressbook.c
170         * src/addressitem.h
171         * src/folderview.c
172         * src/mainwindow.c
173         * src/manual.c
174         * src/manual.h
175         * src/message_search.c
176         * src/prefs_actions.c
177         * src/prefs_filtering.c
178         * src/prefs_filtering.h
179         * src/prefs_template.c
180         * src/summary_search.c
181         * src/summaryview.c
182         * src/gtk/gtkutils.c
183         * src/gtk/gtkutils.h
184         * src/gtk/pluginwindow.c
185                 add help buttons to some dialogs. Clicking such buttons opens a
186                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
187
188 2006-07-06 [paul]       2.3.1cvs62
189
190         * src/textview.c
191                 fix attachments contextual menu
192                 Thanks to Colin
193
194 2006-07-05 [colin]      2.3.1cvs61
195
196         * src/textview.c
197         * src/compose.c
198                 Handle sftp:// links
199
200 2006-07-05 [paul]       2.3.1cvs60
201
202         * src/gtk/filesel.c
203                 grab save button by default
204                 Thanks to Colin
205
206 2006-07-05 [wwp]        2.3.1cvs59
207
208         * manual/xml2pdf
209                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
210
211 2006-07-04 [colin]      2.3.1cvs58
212
213         * src/mimeview.c
214         * src/textview.c
215                 Use left click to select, middle click to open
216                 on mimeparts links
217         * src/common/utils.c
218                 Fix segfault
219
220 2006-07-04 [colin]      2.3.1cvs57
221
222         * src/mainwindow.c
223         * src/news.c
224                 Warning fixes, thanks to Fabien
225
226 2006-07-04 [colin]      2.3.1cvs56
227
228         * src/mimeview.c
229         * src/mimeview.h
230         * src/textview.c
231                 Allow parts to be selected via their text label
232                 in textview
233
234 2006-07-04 [colin]      2.3.1cvs55
235
236         * src/folderview.c
237                 Feedback when closing (for big folders)
238         * src/prefs_actions.c
239         * src/prefs_filtering.c
240         * src/prefs_matcher.c
241         * src/prefs_template.c
242                 Fix default button when closing without
243                 having saved
244
245 2006-07-04 [colin]      2.3.1cvs54
246
247         * src/news.c
248                 Delete local file on deletion
249
250 2006-07-03 [colin]      2.3.1cvs53
251
252         * src/folderview.c
253         * src/main.c
254                 Don't freeze when rescanning after crash
255
256 2006-07-03 [wwp]        2.3.1cvs52
257
258         * src/compose.c
259         * src/privacy.c
260         * src/privacy.h
261         * src/plugins/pgpinline/pgpinline.c
262         * src/plugins/pgpmime/pgpmime.c
263                 don't report an error when the user cancels the passphrase dialog.
264
265 2006-07-02 [colin]      2.3.1cvs51
266
267         * src/folderview.c
268                 Open message when crossing folders with Space,
269                 goto next unread and friends
270
271 2006-07-01 [colin]      2.3.1cvs50
272
273         * src/prefs_account.c
274                 Typographic rules varying from language
275                 to language (in french "Protocole :"),
276                 we have to do that :)
277
278 2006-07-01 [ticho]      2.3.1cvs49
279
280         * src/prefs_account.c
281                 Only use one temporary gchar* variable in
282                 prefs_account_protocol_set_optmenu().
283
284 2006-07-01 [ticho]      2.3.1cvs48
285
286         * src/prefs_account.c
287         * src/prefs_account.h
288                 Use GtkLabel for existing account protocol name.
289                 Created an array for protocol names and populate the
290                 combobox from it in a for() cycle.
291
292 2006-06-30 [colin]      2.3.1cvs47
293
294         * src/compose.c
295                 Block undo when changing signature (by changing
296                 account)
297
298 2006-06-30 [paul]       2.3.1cvs46
299
300         * src/send_message.c
301                 when editing From in the Compose window, use that address
302                 in the Return-Path: header
303                 Thanks to Colin
304
305 2006-06-30 [colin]      2.3.1cvs45
306
307         * src/compose.c
308                 Fix signature replacement:
309                 - when no newline before separator
310                 - when reediting
311
312 2006-06-29 [colin]      2.3.1cvs44
313
314         * src/folderview.c
315         * src/folderview.h
316         * src/mainwindow.c
317         * src/summaryview.c
318                 Let 'View/Go to/Next marked' work like
319                 Next new & Next unread: across folders
320                 Change the select_on_entry pref to do
321                 what we want when changing folder
322         * src/common/utils.c
323                 Fix single-quoted links 
324
325 2006-06-29 [colin]      2.3.1cvs43
326
327         * src/gtk/gtkaspell.c
328                 "Sylpheed" and "Sylpheed-Claws" do exist !
329
330 2006-06-29 [colin]      2.3.1cvs42
331
332         * src/imap.c
333                 Forgot to remove debug
334
335 2006-06-29 [colin]      2.3.1cvs41
336
337         * src/imap.c
338         * src/imap.h
339         * src/mainwindow.c
340                 Disconnect from IMAP servers when going
341                 offline. Fixes bug #978 (going to offline-mode 
342                 won't close connections)
343
344 2006-06-29 [colin]      2.3.1cvs40
345
346         * src/main.c
347                 Fix transient setting on failing plugins
348                 Patch by Fabien
349         * src/plugins/pgpcore/sgpgme.c
350                 Only warn for OpenPGP. Most people don't
351                 have CMS available.
352
353 2006-06-29 [colin]      2.3.1cvs39
354
355         * src/compose.c
356                 Fix Spelling menu (discrepancy between context menu
357                 and top menu when folder's dictionary isn't the 
358                 default one)
359         * src/plugins/pgpcore/sgpgme.c
360                 More error reporting about why gpgme can fail
361
362 2006-06-29 [wwp]        2.3.1cvs38
363
364         * src/mainwindow.c
365                 honor the display-header-pane setting even when the message view
366                 is a separate window.
367
368 2006-06-29 [wwp]        2.3.1cvs37
369
370         * src/prefs_actions.c
371                 forgot to commit that one (use of GTK_STOCK_INFO).
372
373 2006-06-29 [colin]      2.3.1cvs36
374
375         * src/imap.c
376                 Better handling of login errors (ask the password
377                 again once), alert in case of error. Fix three
378                 signedness warnings.
379
380 2006-06-28 [wwp]        2.3.1cvs35
381
382         * src/prefs_template.c
383         * src/prefs_matcher.c
384         * src/prefs_filtering_action.c
385         * src/prefs_quote.c
386                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
387                 patch by Fabien Vantard, slightly modified.
388
389 2006-06-28 [paul]
390
391         2.4.0-rc2 released
392
393 2006-06-28 [colin]      2.3.1cvs34
394
395         * src/prefs_account.c
396                 Fix bug #977 (Can't add or edit imap accounts)
397
398 2006-06-28 [colin]      2.3.1cvs33
399
400         * src/mimeview.c
401                 Fix previous
402
403 2006-06-28 [colin]      2.3.1cvs32
404
405         * src/mimeview.c
406                 Save named inlined attachments with "Save all"
407         * src/main.c
408         * src/mbox.c
409         * src/common/plugin.c
410         * src/common/plugin.h
411         * src/common/sylpheed.c
412         * src/common/utils.c
413         * src/plugins/pgpcore/sylpheed.def
414         * src/plugins/pgpinline/sylpheed.def
415         * src/plugins/pgpmime/sylpheed.def
416                 Win32 compatibility patch, by
417                 Werner Koch
418
419 2006-06-28 [wwp]        2.3.1cvs31
420
421         * src/imap.c
422         * src/prefs_folder_item.c
423                 less compilation warnings (thanks to Fabien Vantard), less typos.
424
425 2006-06-28 [paul]       2.3.1cvs30
426
427         * src/gtk/gtkutils.c
428                 gtk_combo_box_set_focus_on_click() is only
429                 available since gtk 2.6.0
430
431 2006-06-28 [paul]       2.3.1cvs29
432
433         * src/prefs_ext_prog.c
434                 fix engrish and add a tooltip for the
435                 'command for 'Display as text' option
436
437 2006-06-28 [paul]
438
439         2.4.0-rc1 released
440
441 2006-06-28 [paul]       2.3.1cvs28
442
443         * ChangeLog
444         * tools/Makefile.am
445                 include textviewer.pl in releases
446
447 2006-06-28 [paul]       2.3.1cvs27
448
449         * src/prefs_ext_prog.c
450                 hide Print command option if libgnomeprint
451                 support is present
452
453 2006-06-27 [colin]      2.3.1cvs26
454
455         * src/compose.c
456                 Fix Esc handling in insert/attach dialog
457                 Don't show this dialog if dragging something
458                 else than text/uri-list
459                 Thanks to Fabien Vantard
460         * tools/textviewer.pl
461                 Filter script to display stuff as text
462                 by H. Merijn Brand
463
464 2006-06-27 [wwp]        2.3.1cvs25
465
466         * src/messageview.c
467                 use the exact product name (message view title), patch
468                 by Fabien Vantard.
469
470 2006-06-27 [ticho]      2.3.1cvs24
471
472         * src/prefs_account.c
473         * src/prefs_common.c
474         * src/prefs_common.h
475         * src/prefs_ext_prog.c
476         * src/textview.c
477                 Add a preference (Preferences/External programs)
478                 to allow "Display as text" to be done via a script
479                 (patch by H.Merijn Brand).
480                 Use GtkComboBox for protocol selection in account
481                 preferences.
482                 Only include current choice for existing accounts, and
483                 insensitivize the combobox.
484
485 2006-06-27 [paul]       2.3.1cvs23
486
487         * src/mbox.c
488                 fix crasher introduced in cvs21.
489                 Thanks to Colin
490
491 2006-06-26 [colin]      2.3.1cvs22
492
493         * src/mbox.c
494                 Fix double-frees when leaving folders
495                 after exporting to mbox
496
497 2006-06-26 [colin]      2.3.1cvs21
498
499         * src/mbox.c
500                 More feedback (and optimisation)
501                 on import/export
502         * src/common/utils.c
503                 Fix case when looking for mail addresses
504         * src/gtk/gtkutils.c
505                 Extra check for (X-)Face
506
507 2006-06-25 [ticho]      2.3.1cvs20
508
509         * src/compose.c
510         * src/exphtmldlg.c
511         * src/gtk/gtkutils.c
512         * src/gtk/gtkutils.h
513                 Added second argument to gtkut_sc_combobox_create() to
514                 control focus-on-click for the widget.
515                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
516
517 2006-06-25 [ticho]      2.3.1cvs19
518
519         * src/compose.c
520         * src/gtk/Makefile.am
521         * src/gtk/combobox.c
522         * src/gtk/combobox.h
523         * src/gtk/gtkutils.c
524         * src/gtk/gtkutils.h
525                 Use GtkComboBox instead of deprecated GtkOptionMenu
526                 for account selector in compose window and for encoding
527                 selector in attachment properties.
528                 Also factorise working with the new GtkComboBox somewhat.
529
530 2006-06-24 [paul]       2.3.1cvs18
531
532         * src/prefs_common.c
533                 use the correct default value
534
535 2006-06-24 [paul]       2.3.1cvs17
536
537         * src/compose.c
538         * src/prefs_common.c
539         * src/prefs_common.h
540         * src/prefs_compose_writing.c
541                 enable setting of default action when
542                 dnd'ing files in the compose window.
543                 (Collaborative effort with wwp)
544
545 2006-06-23 [wwp]        2.3.1cvs16
546
547         * src/compose.c
548                 i18n fix (thanks to Fabien Vantard)
549
550 2006-06-22 [colin]      2.3.1cvs15
551
552         * src/prefs_customheader.c
553                 Don't use filters in custom headers' file 
554                 selector. Remember, extensions mean nothing :)
555
556 2006-06-22 [paul]       2.3.1cvs14
557
558         * configure.ac
559                 allow setting of man directory location
560
561 2006-06-22 [colin]      2.3.1cvs13
562
563         * src/mainwindow.c
564                 Add 'View/Go to/Next unread folder'.
565                 I missed that :)
566
567 2006-06-22 [colin]      2.3.1cvs12
568
569         * src/common/utils.c
570                 Add some subject prefixes
571                 Patch by Bjorn T Johansen <btj@havleik.no>
572
573 2006-06-22 [colin]      2.3.1cvs11
574
575         * manual/advanced.xml
576                 Forgotten hidden pref
577
578 2006-06-21 [paul]       2.3.1cvs10
579
580         * src/prefs_account.c
581                 complete the removal of 'Add date header' option
582
583 2006-06-21 [paul]       2.3.1cvs9
584
585         * src/account.c
586         * src/compose.c
587         * src/prefs_account.c
588         * src/prefs_account.h
589                 remove option to add date header - always
590                 add date header
591         * src/etpan/imap-thread.c
592                 fix warnings (Thanks to Colin)
593
594 2006-06-21 [wwp]        2.3.1cvs8
595
596         * src/folder.c
597                 set the attachment flag when inline text part are (file)named. This is more convenient
598                 when receiving (for instance) inline source files or patches sent using thunderbird.
599
600 2006-06-21 [paul]       2.3.1cvs7
601
602         * src/inc.c
603                 fix off-by-one count of current msg in
604                 statusbar filtering progressbar
605
606 2006-06-21 [paul]       2.3.1cvs6
607
608         * src/folder.c
609                 Show attachment icon even if the part is 'inline'
610                 if the following conditions are met:
611                 - content-type != 'text/plain'
612                 - content-type != '*/pgp-signature'
613                 - either 'name' or 'filename' parameter is not NULL
614                 
615                 Thanks to Colin
616
617 2006-06-21 [paul]       2.3.1cvs5
618
619         * src/messageview.c
620         * src/prefs_common.c
621         * src/prefs_common.h
622         * src/prefs_other.c
623                 add an option to 'Never send Return
624                 Receipts'
625                 Thanks to Colin
626
627 2006-06-20 [mones]      2.3.1cvs4
628
629         * po/es.po
630                 updated
631         * src/compose.c
632                 typo fixed (space after comma)
633         * tools/make.themes.project
634                 remove exec mode from tarball files
635
636 2006-06-20 [colin]      2.3.1cvs3
637
638         * src/news.c
639         * src/procheader.c
640         * src/unmime.c
641                 Better fix for \n's in headers (don't 
642                 break Received: and others)
643
644 2006-06-20 [paul]       2.3.1cvs2
645
646         * src/alertpanel.c
647         * src/textview.c
648                 improve legibility of phishing attempt
649                 dialog
650
651 2006-06-20 [paul]       2.3.1cvs1
652
653         * NEWS
654         * README
655         * configure.ac
656                 Update version number following
657                 stable release
658
659 2006-06-20 [colin]      2.3.0cvs26
660
661         * src/compose.c
662                 When dragging a file to the text of the compose
663                 window, ask whether we want to insert or attach
664                 (I know lots of people who do that to attach)
665
666 2006-06-20 [colin]      2.3.0cvs25
667
668         * src/etpan/imap-thread.c
669                 Fix threshold (the append command is often > 32 bytes)
670
671 2006-06-19 [colin]      2.3.0cvs24
672
673         * src/imap.c
674         * src/etpan/imap-thread.c
675                 Workaround Rockliffe IMAP server bug: replace
676                 "x UID SEARCH (ANSWERED UID 1:*)" with
677                 "x UID SEARCH ANSWERED"
678                 (Rockliffe doesn't handle the parenthesis)
679
680 2006-06-19 [colin]      2.3.0cvs23
681
682         * src/compose.c
683         * src/imap.c
684         * src/etpan/imap-thread.c
685                 Probably fix bug #972 (Freezes when adding 
686                 an attachment to the message)
687         * src/common/defs.h
688                 Modernize Firefox cmd
689
690
691 2006-06-18 [colin]      2.3.0cvs22
692
693         * src/prefs_customheader.c
694                 Only allow correct filenames for various
695                 custom headers
696
697 2006-06-18 [colin]      2.3.0cvs21
698
699         * src/prefs_customheader.c
700                 Add a 'From File...' button in custom headers prefs, which
701                 try to do the right thing: 
702                 for normal headers, use file as plaintext,
703                 for X-Face, calls compface,
704                 for Face, encode to b64.
705
706 2006-06-17 [colin]      2.3.0cvs20
707
708         * src/mh.c
709                 Warning fix
710
711 2006-06-16 [colin]      2.3.0cvs19
712
713         * src/summaryview.c
714                 Recursive quicksearch: show message list
715                 in current folder, *then* search children
716                 in the background.
717
718 2006-06-16 [colin]      2.3.0cvs18
719
720         * src/main.c
721                 Instead of ignoring SIGPIPE, save caches
722                 when getting one. Will fix the fact that
723                 hot caches are out-of-date when logging 
724                 out of Xorg.
725         * src/compose.c
726         * src/prefs_compose_writing.c
727                 Only save text (not attachments) when 
728                 auto-saving to drafts
729         * src/unmime.c
730                 Always replace \n, \r and \t with spaces
731                 in headers
732         * manual/dist/html/Makefile.am
733         * manual/dist/pdf/Makefile.am
734         * manual/dist/ps/Makefile.am
735         * manual/dist/txt/Makefile.am
736         * manual/fr/dist/html/Makefile.am
737         * manual/fr/dist/pdf/Makefile.am
738         * manual/fr/dist/ps/Makefile.am
739         * manual/fr/dist/txt/Makefile.am
740         * manual/pl/dist/html/Makefile.am
741         * manual/pl/dist/pdf/Makefile.am
742         * manual/pl/dist/ps/Makefile.am
743         * manual/pl/dist/txt/Makefile.am
744                 Fix make clean removing pregenerated manuals
745
746
747 2006-06-16 [colin]      2.3.0cvs17
748
749         * src/plugins/pgpcore/sgpgme.c
750         * src/plugins/pgpmime/pgpmime.c
751         * src/plugins/pgpinline/pgpinline.c
752                 Better error reporting in setup_signers.
753                 Don't fallback to default key if specified
754                 key isn't found.
755                 Don't allow signing if more than one secret
756                 key matches the one specified in prefs.
757
758 2006-06-15 [colin]      2.3.0cvs16
759
760         * src/folderview.c
761                 Add "Send queue" in the folder's contextual
762                 menu
763         * src/compose.c
764         * src/messageview.c
765         * src/privacy.c
766         * src/privacy.h
767         * src/procmime.c
768         * src/procmsg.c
769         * src/plugins/pgpcore/passphrase.c
770         * src/plugins/pgpcore/sgpgme.c
771         * src/plugins/pgpinline/pgpinline.c
772         * src/plugins/pgpmime/pgpmime.c
773                 Better error reporting
774         * src/mbox.c
775                 Probably fix bug #971 (2.2.3 cannot read mail 
776                 from local mbox)
777
778
779 2006-06-15 [mones]      2.3.0cvs15
780
781         * tools/make.themes.project
782                 creates the themes project from the web page
783
784 2006-06-15 [colin]      2.3.0cvs14
785
786         * src/folder.c
787                 Better fix (avoid losing the folder if scan_tree 
788                 fails)
789
790 2006-06-15 [cleroy]     2.3.0cvs13
791
792         * src/folder.c
793                 Probably fix Bug #969 (crash on rebuilding 
794                 imap folder)
795
796 2006-06-14 [colin]      2.3.0cvs12
797
798         * manual/dtd/manual.xsl
799         * manual/sylpheed-claws-manual.xml
800         * manual/fr/sylpheed-claws-manual.xml
801         * manual/pl/sylpheed-claws-manual.xml
802                 Insert pagebreaks between sections
803
804 2006-06-14 [paul]       2.3.0cvs11
805
806         * configure.ac
807                 better fix than 2.3.0cvs10
808
809 2006-06-14 [paul]       2.3.0cvs10
810
811         * configure.ac
812                 fix setting of PACKAGE_DATA_DIR with newer autoconf
813                 (backwards compatible)
814
815 2006-06-13 [colin]      2.3.0cvs9
816
817         * src/messageview.c
818                 Fix sending of return receipt with the new queue folders
819
820 2006-06-13 [wwp]        2.3.0cvs8
821
822         * src/quote_fmt_lex.l
823                 fix wrong tokens returned in quote_fmt lexer, query not().
824
825 2006-06-13 [wwp]        2.3.0cvs7
826
827         * src/folder.c
828         * src/prefs_folder_item.c
829                 allow changing folder type even when folder is not a top-level one,
830                 thanks to Colin.
831
832 2006-06-12 [colin]      2.3.0cvs6
833
834         * src/folderview.c
835                 Fix double-ask of "Do you want to mark all
836                 as read"
837
838 2006-06-12 [colin]      2.3.0cvs5
839
840         * src/compose.c
841         * src/compose.h
842         * src/folder.c
843         * src/folder.h
844         * src/imap.c
845         * src/inc.c
846         * src/main.c
847         * src/messageview.c
848         * src/mh.c
849         * src/prefs_folder_item.c
850         * src/procheader.c
851         * src/procmime.c
852         * src/procmsg.c
853         * src/procmsg.h
854         * src/send_message.c
855         * src/summaryview.c
856         * src/toolbar.c
857                 Apply bug #964's patch (Queue and drafts aren't normal)
858                 The Drafts and Queue folder now contain RFC-822 files,
859                 allowing to move and copy mails from and to these 
860                 folders. Moving from Drafts to Queue will prepare the
861                 mail for sending (PGP signature, encryption, etc).
862                 This patch also rework sending errors handling to try
863                 to be more helpful.
864                 Also, allow redefining folder types via the GUI 
865                 (Folder type in its Properties)
866
867 2006-06-12 [colin]      2.3.0cvs4
868
869         * src/summaryview.c
870         * src/prefs_common.c
871         * src/prefs_common.h
872         * src/gedit-print.c
873                 Allow to define a specific print font - patch
874                 by Bernhard Walle <bernhard.walle@gmx.de>
875         * src/prefs_fonts.c
876         * manual/advanced.xml
877         * manual/fr/advanced.xml
878                 Add a hidden pref to allow deletion without
879                 confirmation
880
881 2006-06-12 [wwp]        2.3.0cvs3
882
883         * .cvsignore
884                 more files to ignore.
885
886 2006-06-12 [wwp]        2.3.0cvs2
887
888         * src/quote_fmt.c
889         * src/quote_fmt_lex.l
890         * src/quote_fmt_parse.y
891                 extend the quote_fmt parser (templates and quotes):
892                 - allow limited sub-expressions in |p{} and |f{} expressions,
893                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
894                 - implemented/fixed missing implementation of query_references and show_references,
895                 - completed, fixed contents and format of the symbols help dialog,
896                 - fix some compilation warnings.
897
898 2006-06-12 [wwp]        2.3.0cvs1
899
900         * manual/advanced.xml
901         * manual/fr/advanced.xml
902                 updates in the "templates" section of the manual (eng/fr):
903                  - be more precise (both versions)
904                  - completed to match the english reference (fr version)
905                  - touchups (both versions)
906
907 2006-06-12 [paul]       2.3.0
908
909         2.3.0 released
910
911 2006-06-12 [paul]       2.2.3cvs14
912
913         * po/ca.po
914         * po/cs.po
915         * po/de.po
916         * po/el.po
917         * po/fr.po
918         * po/it.po
919         * po/pt_BR.po
920         * po/sr.po
921         * po/zh_CN.po
922                 updated by Miquel Oliete, Tim, Stephan Sachse,
923                 Stavros Giannouris, Fabien Vantard, Andrea
924                 Spadaccini, Frederico Goncalves Guimaraes,
925                 Aleksandar Urosevic, and Ralgh Young
926
927 2006-06-12 [colin]      2.2.3cvs13
928
929         * src/mbox.c
930                 Add missing header
931
932 2006-06-11 [colin]      2.2.3cvs12
933
934         * src/msgcache.c
935                 Verify that g_malloc() succeeded
936
937 2006-06-11 [colin]      2.2.3cvs11
938
939         * src/wizard.c
940                 Add Face header to welcome mail
941
942 2006-06-10 [colin]      2.2.3cvs10
943
944         * src/textview.c
945                 Revert previous (Forgot it changes the
946                 margin on the whole mail)
947
948 2006-06-10 [colin]      2.2.3cvs9
949
950         * src/textview.c
951                 Don't overlap long headers under (X-)Face
952
953 2006-06-10 [mones]      2.2.3cvs8
954
955         * manual/xml2pdf
956                 allow generation of manual on systems lacking saxon binary
957                 but with java and the saxon library installed
958
959         * po/es.po
960                 updated for release
961
962 2006-06-09 [colin]      2.2.3cvs7
963
964         * src/summaryview.c
965                 Fix leak when using Display Sender using Addressbook
966
967 2006-06-09 [colin]      2.2.3cvs6
968
969         * src/compose.c
970         * src/folder.c
971         * src/folderview.c
972         * src/mimeview.c
973         * src/summaryview.c
974                 More leaks fixes
975
976 2006-06-09 [paul]       2.2.3cvs5
977
978         * AUTHORS
979         * src/gtk/authors.h
980         * tools/claws.i18n.status.pl
981                 updated with new info
982
983 2006-06-09 [paul]       2.2.3cvs4
984
985         * README
986                 updated
987         * manual/ack.xml
988                 add wwp to authors list
989         * src/gtk/authors.h
990                 update mine and Colin's addresses
991
992 2006-06-08 [colin]      2.2.3cvs3
993
994         * src/etpan/imap-thread.c
995                 Fix leak on SSL cert check
996
997 2006-06-08 [colin]      2.2.3cvs2
998
999         * src/common/utils.c
1000                 Fix leak
1001
1002 2006-06-08 [paul]       2.2.3cvs1
1003
1004         * configure.ac
1005                 Update version number following
1006                 stable release
1007
1008 2006-06-07 [colin]      2.2.2cvs3
1009
1010         * src/msgcache.c
1011                 Fix catching cache read errors (guint instead of gint)
1012                 Prevent malloc'ing more than 8MB (means cache corruption)
1013
1014 2006-06-07 [paul]       2.2.2cvs2
1015
1016         * src/exporthtml.c
1017         * src/exportldif.c
1018         * src/mh.c
1019         * src/mutt.c
1020         * src/pine.c
1021         * src/common/utils.c
1022                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1023                 obey $HOME'
1024                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1025                 Thanks to Colin
1026
1027 2006-06-06 [paul]       2.2.2cvs1
1028
1029         * configure.ac
1030                 Update version number following
1031                 stable release
1032
1033 2006-06-06 [paul]       2.2.1cvs6
1034
1035         * src/matcher.c
1036                 fix  implicit declaration of
1037                 sylpheed_do_idle()
1038                 Patch by Fabien Vantard
1039
1040 2006-06-06 [paul]       2.2.1cvs5
1041
1042         * src/matcher.c
1043                 fix age_greater and age_lower so that they
1044                 mean what say and not '...or equal to'
1045                 Thanks to Colin
1046
1047 2006-06-06 [paul]       2.2.1cvs4
1048
1049         * src/textview.c
1050         * src/common/utils.c
1051                 fix URI check
1052                 Thanks to Colin
1053
1054 2006-06-05 [wwp]        2.2.1cvs3
1055
1056         * manual/fr/account.xml
1057                 minor language fixes (thanks to Fabien Vantard).
1058
1059 2006-06-05 [colin]      2.2.1cvs2
1060
1061         * src/prefs_folder_item.c
1062         * src/folderview.c
1063                 Allow recursive setting of properties 
1064                 for whole mailboxes
1065         * src/matcher.c
1066                 Don't freeze on 'test' filtering rule
1067
1068 2006-06-05 [colin]      2.2.1cvs1
1069
1070         * configure.ac
1071                 Update version number following
1072                 stable release
1073
1074 2006-06-04 [wwp]        2.2.0cvs82
1075
1076         * manual/glossary.xml
1077         * manual/account.xml
1078         * manual/fr/glossary.xml
1079         * manual/fr/account.xml
1080                 added glossary section and references/links related to the Face custom header.
1081
1082 2006-06-04 [colin]      2.2.0cvs81
1083
1084         * src/summaryview.c
1085                 Skip to next message on move with no
1086                 immediate execution
1087
1088 2006-06-04 [wwp]        2.2.0cvs80
1089
1090         * manual/xml2pdf
1091                 added sanity checks, exit when needed.
1092
1093 2006-06-03 [paul]       2.2.0cvs79
1094
1095         * src/prefs_receive.c
1096                 page name is now 'Receiving'
1097         * src/prefs_send.c
1098                 page name is now 'Sending'
1099
1100 2006-06-03 [colin]      2.2.0cvs78
1101
1102         * src/plugins/spamassassin/spamassassin_gtk.c
1103                 Autoswitch to Localhost if transport was previously
1104                 disabled. Else people had to check [] Enable, then
1105                 *reselect* transport.
1106
1107 2006-06-03 [colin]      2.2.0cvs77
1108
1109         * src/plugins/pgpinline/pgpinline.c
1110         * src/plugins/pgpmime/pgpmime.c
1111                 Check that gpg_data_release_and_get_mem 
1112                 didn't fail (now, why this happens...)
1113
1114 2006-06-03 [colin]      2.2.0cvs76
1115
1116         * src/mbox.c
1117                 Fix bug #962 (Manual and/or UI should 
1118                 warn about incompatible locking 
1119                 causing dataloss)
1120
1121 2006-06-02 [cleroy]     2.2.0cvs75
1122
1123         * src/filtering.c
1124         * src/folder.c
1125         * src/procmsg.c
1126         * src/summaryview.c
1127                 Fix a few leaks
1128
1129 2006-06-02 [colin]      2.2.0cvs74
1130
1131         * src/main.c
1132                 On exit, free caches after writing them
1133                 Shuts up some valgrind false positives
1134         * src/procmsg.c
1135         * src/send_message.c
1136                 Fix races when reusing existing SMTP connections
1137                 Fix inexistant session timeout
1138         * src/toolbar.c
1139                 Display alertpanel after all queues have
1140                 been processed, not after each
1141
1142 2006-06-02 [wwp]        2.2.0cvs73
1143
1144         * manual/fr/glossary.xml
1145         * manual/fr/ack.xml
1146         * manual/ack.xml
1147                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1148
1149 2006-06-02 [wwp]        2.2.0cvs72
1150
1151         * manual/xml2pdf
1152         * manual/dist/pdf/Makefile.am
1153         * manual/dtd/manual.xsl
1154         * manual/fr/dist/pdf/Makefile.am
1155         * manual/pl/dist/pdf/Makefile.am
1156                 we changed the procedure to generate the .pdf version of the manual.
1157                 The procedure is more modern and the .pdf we get now has a valid index.
1158                 Here are the new pre-requisites:
1159
1160                 - JRE 1.x (1.4 here): there must be one from your distro
1161                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1162                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1163                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1164
1165                 See my posts for further info about the installation of this toolchain:
1166
1167                 Date: Fri, 19 May 2006 19:40:06 +0200
1168                 From: wwp <subscript@free.fr>
1169                 To: sylpheed-claws-devel@lists.sourceforge.net
1170                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1171
1172                 and
1173
1174                 Date: Wed, 24 May 2006 12:58:49 +0200
1175                 From: wwp <subscript@free.fr>
1176                 To: sylpheed-claws-devel@lists.sourceforge.net
1177                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1178
1179 2006-06-01 [colin]      2.2.0cvs71
1180
1181         * src/compose.c
1182                 Better guards against IMAP races
1183         * src/main.c
1184         * src/prefs_common.c
1185         * src/prefs_common.h
1186         * src/common/ssl_certificate.c
1187         * src/etpan/imap-thread.c
1188         * src/etpan/imap-thread.h
1189         * src/gtk/sslcertwindow.c
1190                 New hidden option ssl_skip_cert_check to 
1191                 avoid dups of bug #959 (libetpan linked
1192                 against gnutls and gnutls buggy on 64bit)
1193                 Present expired warning only once per
1194                 session/server.
1195         * manual/advanced.xml
1196         * manual/fr/advanced.xml
1197                 Document new option
1198
1199 2006-06-01 [wwp]        2.2.0cvs70
1200
1201         * src/messageview.c
1202                 fix for bug #961 (return receipt dialog 
1203                 complains incorrectly about return-path 
1204                 email adress being different), thanks 
1205                 to Colin.
1206
1207 2006-05-31 [cleroy]     2.2.0cvs69
1208
1209         * src/common/ssl.c
1210                 Guard against NULLs, although this
1211                 should never be an issue
1212
1213 2006-05-31 [colin]      2.2.0cvs68
1214
1215         * src/filtering.c
1216                 Use g_slist_prepend
1217         * src/imap.c
1218                 Don't remove caches when destroying folder, it
1219                 could (should) be done at exit
1220         * src/inc.c
1221                 free processing cache after incorporation
1222         * src/etpan/imap-thread.c
1223                 Maybe fix bug #959 (Crash on moving to emails 
1224                 to a imap account per ssl with a expired 
1225                 certificate.)
1226
1227 2006-05-30 [colin]      2.2.0cvs67
1228
1229         * src/summaryview.c
1230                 Put back event flush when displaying message
1231                 It avoids reading a bunch of messages just
1232                 by hitting shift-n for too long ;)
1233
1234 2006-05-29 [colin]      2.2.0cvs66
1235
1236         * src/summaryview.c
1237                 Remove useless g_warnings
1238
1239 2006-05-29 [colin]      2.2.0cvs65
1240
1241         * src/imap.c
1242                 Fix g_slist_append()s for performance
1243
1244 2006-05-29 [colin]      2.2.0cvs64
1245
1246         * src/compose.c
1247         * src/common/utils.c
1248                 Fix extraneous tab at start of addresses
1249         * src/mainwindow.c
1250                 Fix warnings (thanks to Fabien)
1251                 Fix crash at exit when composing messages 
1252                 exist
1253         * src/pop.c
1254                 Fix progress bar when deleting expired mails
1255                 Thanks to Hiro
1256         * src/summaryview.c
1257         * src/gtk/gtksctree.c
1258                 Fix re-sorting slowness
1259
1260 2006-05-29 [paul]       2.2.0cvs63
1261
1262         * src/mh.c
1263                 fetch full message when moving mails
1264                 from another mailbox, (fixed data loss
1265                 when filtering from IMAP to MH, introduced
1266                 in 2.2.0cvs57).
1267                 Thanks to Colin
1268
1269 2006-05-29 [mones]      2.2.0cvs62
1270
1271         * src/gtk/gtksctree.c
1272                 Unselect faster (patch by Colin)        
1273
1274 2006-05-26 [colin]      2.2.0cvs61
1275
1276         * src/summaryview.c
1277                 Unplug MSGINFO_UPDATE callback on delete too.
1278
1279 2006-05-26 [colin]      2.2.0cvs60
1280
1281         * src/foldersel.c
1282                 Fix bold in folder selection window with glib2.10
1283                 thanks Hiro
1284
1285 2006-05-26 [colin]      2.2.0cvs59
1286
1287         * src/procheader.c
1288                 Convert date only if necessary (and don't
1289                 try to convert from utf8 to utf8, too)
1290         * src/summaryview.c
1291                 Only set column's text if the column's 
1292                 displayed
1293
1294 2006-05-26 [colin]      2.2.0cvs58
1295
1296         * src/summaryview.c
1297         * src/gtk/gtkutils.c
1298                 Fix useless warning
1299
1300 2006-05-26 [colin]      2.2.0cvs57
1301
1302         * src/mainwindow.c
1303                 Make summaryview selectable as long as 
1304                 no message has focus
1305         * src/mh.c
1306                 Faster deletion (by implementing mh_remove_msgs)
1307                 Faster copy (avoid using mh_fetch_msg just to get
1308                 the filename)
1309                 Faster move (using move_file instead of copy_file
1310                 if MSG_IS_MOVE)
1311                 No progressbar if total number of mails to cp/mv 
1312                 is less than 100
1313         * src/summaryview.c
1314                 Fix removal from subject_table when mail gets moved
1315                 Faster deletion (g_slist_prepend instead of append)
1316         * src/gtk/gtksctree.c
1317                 Remove useless code
1318
1319 2006-05-25 [colin]      2.2.0cvs56
1320
1321         * src/common/ssl_certificate.c
1322                 Fix leak in expired cert check
1323
1324 2006-05-25 [colin]      2.2.0cvs55
1325
1326         * src/mh.c
1327                 Disable flags syncing on .mh_sequences - it
1328                 is buggy and marks mails read under unknown
1329                 conditions.
1330
1331 2006-05-25 [paul]
1332
1333         * 2.3.0-rc4 released
1334
1335 2006-05-24 [colin]      2.2.0cvs54
1336
1337         attention cvs users: if you manage to crash
1338         Sylpheed-Claws while moving, copying or deleting
1339         mails, we *are* interested in stack traces and
1340         valgrind logs. It looks stable, but one never
1341         knows...
1342
1343         * src/folder.c
1344                 Add progressbar for cache updates
1345         * src/folderutils.c
1346                 Optimize Mark all read in the current
1347                 folder
1348         * src/mh.c
1349                 Add progressbar for copy/move
1350         * src/procmsg.c
1351                 Optimize O(n^2) in copy/move
1352         * src/summaryview.c
1353         * src/gtk/gtksctree.c
1354                 Optimize O(n^2) algos
1355         * src/common/timing.h
1356                 Display ms instead of us
1357
1358 2006-05-24 [wwp]        2.2.0cvs53
1359
1360         * manual/fr/advanced.xml
1361                 updates to the French manual.
1362
1363 2006-05-24 [wwp]        2.2.0cvs52
1364
1365         * src/common/utils.c
1366                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1367
1368 2006-05-24 [wwp]        2.2.0cvs51
1369
1370         * src/folderutils.c
1371                 fixed "mark all read" in MH folders (thanks to Colin).
1372
1373 2006-05-24 [paul]       2.2.0cvs50
1374
1375         * doc/man/sylpheed-claws.1
1376                 updated the man page
1377
1378 2006-05-23 [colin]      2.2.0cvs49
1379
1380         * src/folderview.c
1381         * src/imap.c
1382         * src/inc.c
1383         * src/mbox.c
1384         * src/messageview.c
1385         * src/news.c
1386         * src/send_message.c
1387         * src/summaryview.c
1388         * src/gtk/sslcertwindow.c
1389                 alertpanel fixes, by Fabien
1390
1391 2006-05-23 [colin]      2.2.0cvs48
1392
1393         * src/folder.c
1394         * src/folderview.c
1395         * src/msgcache.c
1396         * src/summaryview.c
1397         * src/gtk/gtksctree.c
1398         * src/gtk/gtksctree.h
1399                 More timings
1400                 Fix slow loading problem, which was caused by the
1401                 use of some gtk_ctree funcs and their use of
1402                 g_list_position while gtk_ctree_(un)link'ing.
1403                 Reap more functions from gtkctree.c to be sure we
1404                 use our (fast) version instead of theirs.
1405         * src/mh.c
1406                 Fix copy of unread mails
1407
1408
1409 2006-05-22 [wwp]        2.2.0cvs47
1410
1411         * manual/fr/advanced.xml
1412                 updated.
1413
1414 2006-05-22 [colin]      2.2.0cvs46
1415
1416         * src/filtering.c
1417                 Fix possible infinite loop. 'copy' is not a 
1418                 final action, so when encountering a 'copy',
1419                 we have to check if a previous one was set
1420                 and do it. In the same way, if we encounter
1421                 a 'move' we have to perform a possibly 
1422                 pending 'copy'. This will slow down filtering
1423                 on IMAP if move+copy or multiple copy actions
1424                 are to be done, but handling it via the batch
1425                 would be really too convoluted.
1426
1427 2006-05-22 [wwp]        2.2.0cvs45
1428
1429         * manual/fr/advanced.xml
1430         * manual/fr/faq.xml
1431         * manual/fr/glossary.xml
1432         * manual/fr/handling.xml
1433         * manual/fr/intro.xml
1434         * manual/fr/plugins.xml
1435         * manual/fr/sylpheed-claws-manual.xml
1436                 sync w/ the english manual: updates URIs, documented mailing-list
1437                 support, better explanation about the enabled/disabled feature
1438                 in filtering/processing rules by Paul.
1439
1440 2006-05-21 [colin]      2.2.0cvs44
1441
1442         * src/summaryview.c
1443                 Don't expand after building threads, but during
1444
1445 2006-05-21 [colin]      2.2.0cvs43
1446
1447         * src/procmsg.c
1448         * src/summaryview.c
1449                 More timing possibilities... For next time I have 
1450                 to find out how the hell some 3GHz computer takes
1451                 one minute to open a 30k folder...
1452
1453 2006-05-21 [colin]      2.2.0cvs42
1454
1455         * manual/pl/advanced.xml
1456         * manual/pl/faq.xml
1457         * manual/pl/glossary.xml
1458         * manual/pl/handling.xml
1459         * manual/pl/intro.xml
1460         * manual/pl/plugins.xml
1461         * manual/pl/sylpheed-claws-manual.xml
1462                 Polish manual updated by Pawel
1463
1464 2006-05-20 [colin]
1465
1466         * 2.3.0-rc3 released
1467
1468 2006-05-20 [colin]      2.2.0cvs41
1469
1470         * src/imap.c
1471                 Fix -rc2 problems:
1472                 - remove cache of moved messages from original folder
1473                 - apply new flags to messages even if they aren't appliable
1474                   via IMAP.
1475
1476 2006-05-20 [colin]
1477
1478         * 2.3.0-rc2 released
1479
1480 2006-05-19 [colin]      2.2.0cvs40
1481
1482         * src/imap.c
1483                 Don't issue SELECT in imap_change_flags
1484                 before having checked that we indeed have
1485                 some flags to change. MSG_POSTFILTERED for
1486                 example can't be used on IMAP.
1487                 Fixes bug #955 (copying messages between 
1488                 imap folders is extremely slow), which was
1489                 a regression.
1490
1491 2006-05-19 [colin]      2.2.0cvs39
1492
1493         * src/folder.c
1494         * src/folder.h
1495         * src/folderview.c
1496                 Try to fix bug #830 (Some unread messages 
1497                 get marked read in IMAP inbox):
1498                 - Prevent scanning a folder if it's being 
1499                   opened via the GUI
1500                 - Postpone opening via the GUI of a folder
1501                   currently scanned.
1502
1503
1504 2006-05-19 [wwp]        2.2.0cvs38
1505
1506         * manual/advanced.xml
1507                 fix English+typo (thanks to Paul).
1508
1509 2006-05-19 [wwp]        2.2.0cvs37
1510
1511         * manual/advanced.xml
1512         * manual/fr/advanced.xml
1513         * src/gtk/logwindow.c
1514         * src/prefs_common.c
1515         * src/prefs_common.h
1516                 added hidden prefs to allow customization of colors used in
1517                 protocol log window (useful for dark gtk+ themes).
1518
1519 2006-05-19 [wwp]        2.2.0cvs36
1520
1521         * ChangeLog
1522                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1523
1524 2006-05-19 [paul]       2.2.0cvs35
1525
1526         * src/textview.c
1527                 make Reply-To fully clickable
1528         * src/gtk/logwindow.c
1529                 more colouring (SMTP ESMTP)
1530         Both patches by Pawel Pekala
1531
1532 2006-05-19 [cleroy]     2.2.0cvs34
1533
1534         * src/mh.c
1535                 Don't update flags from current folder
1536                 Probably fixes bug #935 (Read Messages 
1537                 Revert to Being Marked as Unread)
1538
1539 2006-05-18 [colin]      2.2.0cvs33
1540
1541         * src/imap.c
1542                 Warning fix
1543         * src/compose.c
1544         * src/mainwindow.c
1545         * src/summaryview.c
1546         * src/toolbar.c
1547                 Allow replying to multiple emails
1548                 in multiple windows
1549         * src/mimeview.c
1550         * src/etpan/imap-thread.c
1551                 Leak fixes
1552
1553 2006-05-18 [paul]       2.2.0cvs32
1554
1555         * src/summaryview.c
1556                 keep Mailing-List menu refreshed
1557                 Thanks to Colin
1558
1559 2006-05-18 [paul]       2.2.0cvs31
1560
1561         * manual/advanced.xml
1562         * manual/faq.xml
1563         * manual/glossary.xml
1564         * manual/handling.xml
1565         * manual/intro.xml
1566         * manual/plugins.xml
1567         * manual/sylpheed-claws-manual.xml
1568                 update URLs
1569                 add info about mailing-list support
1570                 edit filtering info
1571         * src/wizard.c
1572         * src/common/defs.h
1573         * src/gtk/about.c
1574         * src/plugins/dillo_viewer/README
1575                 update URLs
1576
1577 2006-05-17 [wwp]        2.2.0cvs30
1578
1579         * manual/handling.xml
1580         * manual/fr/handling.xml
1581                 documented the ability to enabled/disable filtering/processing rules.
1582
1583 2006-05-17 [colin]      2.2.0cvs29
1584
1585         * src/main.c
1586                 Don't initialize g_thread subsystem if it's 
1587                 already done (thanks to Hiro)
1588         * src/mimeview.c
1589                 Fix saving of parts when there name can't be
1590                 converted from UTF-8.
1591
1592 2006-05-17 [paul]       2.2.0cvs28
1593
1594         * po/Makefile.in.in
1595                 fix config.status warning with autoconf 2.60
1596
1597 2006-05-17 [paul]       2.2.0cvs27
1598
1599         * po/POTFILES.in
1600                 add src/mbox.c
1601
1602 2006-05-17 [wwp]        2.2.0cvs26
1603
1604         * src/mainwindow.c
1605                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1606
1607 2006-05-17 [wwp]        2.2.0cvs25
1608
1609         * src/plugins/demo/demo.c
1610                 updated product name in plugin demo (many plugins need to be
1611                 sync'ed w/ that change).
1612
1613 2006-05-17 [colin]      2.2.0cvs24
1614
1615         * src/mh.c
1616                 Fix leak
1617
1618 2006-05-16 [colin]      2.2.0cvs23
1619
1620         * src/mainwindow.c
1621                 Stupid me hit again. Fix cvs22.
1622
1623 2006-05-16 [colin]      2.2.0cvs22
1624
1625         * src/mainwindow.c
1626                 Fix bug #922 (sylpheed-claws crashed after 
1627                 pushing on Inbox folder)
1628
1629 2006-05-16 [colin]      2.2.0cvs21
1630
1631         * src/compose.c
1632                 Make From header be copy/paste/select-able
1633
1634 2006-05-16 [wwp]        2.2.0cvs20
1635
1636         * src/export.c
1637         * src/matcher.c
1638         * src/summaryview.c
1639         * src/etpan/imap-thread.c
1640                 fix some compiler warnings (thanks to Colin).
1641
1642 2006-05-16 [wwp]        2.2.0cvs19
1643
1644         * src/action.c
1645         * src/gedit-print.c
1646         * src/inc.c
1647         * src/mainwindow.c
1648         * src/mh.c
1649         * src/statusbar.c
1650         * src/send_message.c
1651         * src/summaryview.c
1652                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1653
1654 2006-05-15 [colin]      2.2.0cvs18
1655
1656         * src/procmsg.c
1657                 Fix automatic rule creation with List-Post
1658
1659 2006-05-15 [paul]       2.2.0cvs17
1660
1661         * tools/filter_conv_new.pl
1662                 updated for rule enabling/disabling
1663                 claws version >= 2.3.x required
1664
1665 2006-05-15 [cleroy]     2.2.0cvs16
1666
1667         * src/main.c
1668                 Revert test
1669
1670 2006-05-15 [cleroy]     2.2.0cvs15
1671
1672         * src/main.c
1673                 test
1674
1675 2006-05-15 [wwp]        2.2.0cvs14
1676
1677         * manual/pl/.cvsignore
1678                 ignore generated files.
1679
1680 2006-05-14 [wwp]        2.3.0-rc1
1681
1682         * 2.3.0-rc1 released
1683
1684 2006-05-13 [wwp]        2.2.0cvs13
1685
1686         * src/filtering.c
1687         * src/filtering.h
1688         * src/matcher.c
1689         * src/matcher_parser_lex.l
1690         * src/matcher_parser_parse.y
1691         * src/prefs_filtering.c
1692                 new feature: provide the ability to disable filtering and processing
1693                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1694                 adaptations.
1695
1696 2006-05-13 [colin]      2.2.0cvs12
1697
1698         * src/compose.c
1699                 Remove useless if (a) b; else b;
1700                 Thanks to wwp
1701
1702 2006-05-13 [wwp]        2.2.0cvs11
1703
1704         * src/export.c
1705         * src/import.c
1706         * src/mainwindow.c
1707         * src/mbox.c
1708         * src/summaryview.c
1709         * src/summaryview.h
1710                 no more silent failures (or at least less ones) when importing
1711                 or exporting from/to mbox. Also start importing/exporting if
1712                 the necessary info is set.
1713
1714 2006-05-13 [wwp]        2.2.0cvs10
1715
1716         * RELEASE_NOTES
1717                 restored up-to-date release notes.
1718
1719 2006-05-13 [paul]       2.2.0cvs9
1720
1721         * po/nl.po
1722         * po/ru.po
1723                 updated by Tim Dijkstra and Pavlo Bohmat
1724
1725 2006-05-12 [colin]      2.2.0cvs8
1726
1727         * src/gtk/quicksearch.c
1728                 Add "k" as shortcut for "colorlabel". Patch
1729                 by ath42@users.sf.net.
1730
1731 2006-05-12 [paul]       2.2.0cvs7
1732
1733         * src/prefs_common.h
1734         * src/prefs_summaries.c
1735         * src/summaryview.c
1736                 when entering a folder also allow
1737                 going directly to first Marked message
1738
1739 2006-05-12 [paul]       2.2.0cvs6
1740
1741         * src/summaryview.c
1742                 always obey 'confirm before marking all
1743                 mails read' option
1744
1745 2006-05-12 [paul]       2.2.0cvs5
1746
1747         * src/textview.c
1748                 make Sender fully clickable
1749
1750 2006-05-12 [colin]      2.2.0cvs4
1751
1752         * src/compose.c
1753         * src/compose.h
1754                 Let From be editable
1755         * src/main.c
1756         * src/mh.c
1757                 Full support of .mh_sequences' Unseen seq
1758
1759 2006-05-12 [colin]      2.2.0cvs3
1760
1761         * src/folder.c
1762         * src/mainwindow.c
1763         * src/mainwindow.h
1764         * src/messageview.c
1765         * src/prefs_spelling.c
1766         * src/procheader.c
1767         * src/procmsg.c
1768         * src/procmsg.h
1769         * src/summaryview.c
1770         * src/toolbar.c
1771         * src/toolbar.h
1772                 Add contextual menu on Compose toolbar
1773                 button. Fixes bug #944 (Automatic
1774                 addresses not applied when changing account
1775                 from compose window)
1776                 add Mailing List support
1777                 based on the old 0.6.5claws25 patch by
1778                 Melvin Hadasht, with finishing touches
1779                 by Colin
1780                 Fix "ignore thread" when mails are threaded by
1781                 subject (and weren't ignored although appearing
1782                 in the thread).
1783                 GUI rework.
1784                 Both patches by Pawel.
1785
1786 2006-05-08 [paul]       2.2.0cvs2
1787
1788         * src/mainwindow.c
1789         * src/mainwindow.h
1790         * src/messageview.c
1791         * src/procheader.c
1792         * src/procmsg.c
1793         * src/procmsg.h
1794         * src/summaryview.c
1795                 add Mailing List support
1796                 based on the old 0.6.5claws25 patch by 
1797                 Melvin Hadasht, with finishing touches
1798                 by Colin
1799
1800 2006-05-08 [colin]      2.2.0cvs1
1801
1802         * src/mainwindow.c
1803         * src/toolbar.c
1804         * src/toolbar.h
1805                 Add contextual menu on Compose toolbar 
1806                 button. Fixes bug #944 (Automatic 
1807                 addresses not applied when changing account 
1808                 from compose window)
1809
1810 2006-05-08 [paul]       2.2.0
1811
1812         2.2.0 released
1813
1814 2006-05-08 [paul]       2.1.1cvs51
1815
1816         * po/cs.po
1817         * po/de.po
1818         * po/en_GB.po
1819         * po/fi.po
1820         * po/fr.po
1821         * po/pt_BR.po
1822         * po/sr.po
1823         * po/zh_CN.po
1824                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1825                 Fabien Vantard, Frederico Goncalves Guimaraes,
1826                 Aleksandar Urosevic, and Ralgh Young
1827
1828 2006-05-12 [colin]      2.1.1cvs50
1829
1830         * po/cs.po
1831         * po/de.po
1832         * po/en_GB.po
1833         * po/es.po
1834         * po/fi.po
1835         * po/fr.po
1836         * po/pt_BR.po
1837         * po/sr.po
1838         * po/zh_CN.po
1839                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1840                 Fabien Vantard, Frederico Goncalves Guimaraes,
1841                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1842
1843 2006-05-05 [colin]      2.1.1cvs49
1844
1845         * manual/Makefile.am
1846         * manual/pl/Makefile.am
1847         * manual/pl/account.xml
1848         * manual/pl/ack.xml
1849         * manual/pl/addrbook.xml
1850         * manual/pl/advanced.xml
1851         * manual/pl/faq.xml
1852         * manual/pl/glossary.xml
1853         * manual/pl/gpl.xml
1854         * manual/pl/handling.xml
1855         * manual/pl/intro.xml
1856         * manual/pl/keyboard.xml
1857         * manual/pl/plugins.xml
1858         * manual/pl/starting.xml
1859         * manual/pl/sylpheed-claws-manual.xml
1860         * manual/pl/dist/.cvsignore
1861         * manual/pl/dist/Makefile.am
1862         * manual/pl/dist/html/.cvsignore
1863         * manual/pl/dist/html/Makefile.am
1864         * manual/pl/dist/pdf/.cvsignore
1865         * manual/pl/dist/pdf/Makefile.am
1866         * manual/pl/dist/ps/.cvsignore
1867         * manual/pl/dist/ps/Makefile.am
1868         * manual/pl/dist/txt/.cvsignore
1869         * manual/pl/dist/txt/Makefile.am
1870                 Add the polish translation of the manual,
1871                 Authored by Pawel Pekala.
1872
1873 2006-05-05 [cleroy]     2.1.1cvs48
1874
1875         * src/main.c
1876                 Re-read matcherrc after loading plugins 
1877                 if some of them add folders.
1878
1879 2006-05-03 [colin]      2.1.1cvs47
1880
1881         * src/imap.c
1882                 I'm idiot
1883
1884 2006-05-03 [colin]      2.1.1cvs46
1885
1886         * src/imap.c
1887                 Be sure to have a session when
1888                 getting separator
1889
1890 2006-05-03 [colin]      2.1.1cvs45
1891
1892         * src/imap.c
1893         * src/imap.h
1894         * src/imap_gtk.c
1895                 Fix preventing renaming with namespace 
1896                 separator.
1897
1898 2006-05-01 [colin]      2.1.1cvs44
1899
1900         * src/action.c
1901                 Don't reload messageview when result of
1902                 action is piped.
1903
1904 2006-04-29 [colin]      2.1.1cvs43
1905
1906         * src/prefs_receive.c
1907         * src/plugins/spamassassin/spamassassin_gtk.c
1908         * src/plugins/clamav/clamav_plugin_gtk.c
1909                 GUI fixes by Pawel
1910
1911 2006-04-29 [colin]      2.1.1cvs42
1912
1913         * src/prefs_compose_writing.c
1914         * src/prefs_quote.c
1915                 Cleanups. Patch by Pawel
1916
1917 2006-04-28 [paul]       2.1.1cvs41
1918
1919         * src/matcher.c
1920                 fix returned quick search results when search
1921                 term contains an underscore.
1922                 Thanks to Colin
1923
1924 2006-04-28 [paul]       2.1.1cvs40
1925
1926         * src/prefs_message.c
1927         * src/prefs_receive.c
1928                 GUI cleanups
1929                 Patches by Pawel Pekala
1930
1931 2006-04-27 [colin]      2.1.1cvs39
1932
1933         * src/wizard.c
1934                 Differentiate subject Welcome from
1935                 window's title Welcome
1936
1937 2006-04-27 [paul]
1938
1939         2.2.0-rc1 released
1940
1941 2006-04-27 [paul]       2.1.1cvs38
1942
1943         * manual/advanced.xml
1944         * manual/fr/advanced.xml
1945                 add info about compose_no_markup hidden pref
1946
1947 2006-04-27 [paul]       2.1.1cvs37
1948
1949         * src/prefs_account.c
1950                 improve privacy labels
1951         * src/prefs_msg_colors.c
1952                 change some strings for translators' convenience
1953         * src/gtk/gtkutils.c
1954                 don't underline the link button text
1955
1956 2006-04-25 [colin]      2.1.1cvs36
1957
1958         * src/folder.c
1959                 Complete 2.1.1cvs33 (once more ;)
1960
1961 2006-04-25 [colin]      2.1.1cvs35
1962
1963         * src/editldap.c
1964                 Fix tooltip
1965
1966 2006-04-25 [cleroy]     2.1.1cvs34
1967
1968         * src/compose.c
1969         * src/gtk/gtkaspell.c
1970                 Fix crash on redirect (related to the return 
1971                 of the aspell menu in compose's toolbar)
1972         * src/prefs_msg_colors.c
1973                 Fix sensitivity widgets
1974         * src/image_viewer.c
1975         * src/gtk/pluginwindow.c
1976         * src/gtk/prefswindow.c
1977                 Change released signals to clicked (Fabien)
1978         * po/POTFILES.in
1979         * src/common/socket.c
1980         * src/plugins/spamassassin/spamassassin.c
1981                 Translate strings (Fabien)
1982
1983 2006-04-25 [paul]       2.1.1cvs33
1984
1985         * src/folder.c
1986         * src/folder.h
1987         * src/folderview.c
1988                 complete the fix of bug #912
1989                 Thanks to Colin
1990
1991 2006-04-25 [colin]      2.1.1cvs32
1992
1993         * src/news.c
1994                 Better progress bar
1995         * src/mimeview.c
1996         * src/summaryview.c
1997         * src/summaryview.h
1998                 Fix focus chain
1999                 Patches by Pawel Pekala
2000
2001 2006-04-24 [colin]      2.1.1cvs31
2002
2003         * src/compose.c
2004                 Fix compilation warnings (Fabien)
2005
2006 2006-04-24 [colin]      2.1.1cvs30
2007
2008         * src/addrindex.c
2009         * src/editldap.c
2010         * src/editldap_basedn.c
2011         * src/editldap_basedn.h
2012         * src/ldapctrl.c
2013         * src/ldapctrl.h
2014         * src/ldapquery.c
2015         * src/ldaputil.c
2016         * src/ldaputil.h
2017                 Fix bug #901 (LDAPS support)
2018
2019 2006-04-24 [colin]      2.1.1cvs29
2020
2021         * src/compose.c
2022                 Fix logic on error with send dialog on
2023         * src/imap.c
2024                 Fix compilation without libetpan, thanks
2025                 to Fabien
2026         * src/summaryview.c
2027                 Fix 'context-menu' key
2028
2029 2006-04-23 [colin]      2.1.1cvs28
2030
2031         * src/folder.c
2032                 Never free current's cache to free up 
2033                 memory. Fixes bug #912 (new count 
2034                 randomly set to message count)
2035
2036 2006-04-23 [colin]      2.1.1cvs27
2037
2038         * src/gtk/quicksearch.c
2039                 And remove printf...
2040
2041 2006-04-23 [colin]      2.1.1cvs26
2042
2043         * src/gtk/quicksearch.c
2044                 Fix replacing in quicksearch, and fix inserting
2045                 in the middle of the string. (introduced at 2.1.0cvs22)
2046
2047 2006-04-23 [colin]      2.1.1cvs25
2048
2049         * src/imap.c
2050                 Make sure uidnext is initialized in get_num_list
2051                 (not for stable, related to 2.1.1cvs8 and friends)
2052
2053 2006-04-23 [colin]      2.1.1cvs24
2054
2055         * src/imap.c
2056                 Output something when login is successful
2057                 too
2058
2059 2006-04-23 [colin]      2.1.1cvs23
2060
2061         * src/etpan/imap-thread.c
2062                 Better logging (line-per-line, hide data in fetch)
2063                 Fix a const warning
2064         * src/gtk/logwindow.c
2065         * src/gtk/logwindow.h
2066                 Better logging (color for input/output)
2067
2068 2006-04-21 [colin]      2.1.1cvs22
2069
2070         * src/gtk/quicksearch.c
2071                 On gtk+-2.8, use stock buttons in quicksearch
2072                 Based on a patch by Fabien and a design by Paul
2073
2074 2006-04-21 [colin]      2.1.1cvs21
2075
2076         * src/folderview.c
2077         * src/mainwindow.c
2078                 Fix occasional flicker in folderview
2079         * src/common/utils.c
2080                 Fix bug #943 (Incorrectly parsed email address 
2081                 list in short headers on message view and in 
2082                 printouts)
2083
2084 2006-04-20 [colin]      2.1.1cvs20
2085
2086         * src/imap.c
2087         * src/imap.h
2088         * src/prefs_account.c
2089                 Add ANONYMOUS auth for IMAP
2090
2091 2006-04-20 [paul]       2.1.1cvs19
2092
2093         * src/main.c
2094                 proper fix for 2.1.1cvs18
2095                 Thanks to Colin
2096
2097 2006-04-20 [paul]       2.1.1cvs18
2098
2099         * src/main.c
2100                 fix build warnings
2101
2102 2006-04-20 [paul]       2.1.1cvs17
2103
2104         * src/gtk/quicksearch.c
2105                 fix standard, non-extended Quick search,
2106                 was broken in 2.1.1cvs15.
2107                 Thanks to Colin.
2108
2109 2006-04-20 [colin]      2.1.1cvs16
2110
2111         * src/prefs_matcher.c
2112                 Fix values when reselecting a ~test
2113                 rule
2114
2115 2006-04-19 [colin]      2.1.1cvs15
2116
2117         * src/compose.c
2118         * src/compose.h
2119         * src/gtk/gtkaspell.c
2120         * src/gtk/gtkaspell.h
2121                 Put back Options menu in Spelling/
2122         * src/gtk/quicksearch.c
2123                 Don't search, and show error, if the
2124                 advanced search has a syntax error
2125
2126 2006-04-18 [colin]      2.1.1cvs14
2127
2128         * src/textview.c
2129                 Fix gdk warnings on set_cursor when textview
2130                 isn't visible
2131
2132 2006-04-18 [colin]      2.1.1cvs13
2133
2134         * src/gtk/gtksctree.c
2135                 Remove seemingly useless refresh that causes
2136                 flicker - watch this commit in case of 
2137                 problems before planned backport to stable
2138
2139 2006-04-18 [colin]      2.1.1cvs12
2140
2141         * src/imap.c
2142                 Factorize get/set_xml code
2143         * src/compose.c
2144         * src/prefs_account.c
2145         * src/prefs_account.h
2146         * src/procmsg.c
2147                 Add Encrypt to self option
2148
2149 2006-04-17 [colin]      2.1.1cvs11
2150
2151         * configure.ac
2152                 Fix search on encrpyt function on dragonfly
2153                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2154
2155 2006-04-17 [colin]      2.1.1cvs10
2156
2157         * src/prefs_account.c
2158                 Be safe by default: remove mails from POP3
2159                 after 7 days, not immediately
2160
2161 2006-04-17 [colin]      2.1.1cvs9
2162
2163         * src/etpan/imap-thread.c
2164                 Fix build on DragonFly - patch by 
2165                 Jonathan Buschmann <jonthn@agmact.com>
2166
2167 2006-04-17 [colin]      2.1.1cvs8
2168
2169         * src/imap.c
2170                 Save uidnext between sessions
2171
2172 2006-04-17 [colin]      2.1.1cvs7
2173
2174         * src/imap.c
2175                 scan is required when uid validity changes
2176
2177 2006-04-17 [colin]      2.1.1cvs6
2178
2179         * src/folderview.c
2180                 Don't scan if not necessary, apart in current
2181                 folder and INBOX to fetch flags.
2182         * src/imap.c
2183                 Scan is necessary if unread count changes
2184
2185 2006-04-17 [colin]      2.1.1cvs5
2186
2187         * src/imap.c
2188                 ...But always fetch ANSWERED and DELETED flags for
2189                 INBOX, as filtering can happen on these flags.
2190
2191 2006-04-17 [colin]      2.1.1cvs4
2192
2193         * src/imap.c
2194                 Don't fetch REPLIED and DELETED flags when synchronising
2195                 flags with a closed folder. We only need UNSEEN and FLAGGED
2196                 to update the folderview.
2197
2198 2006-04-17 [colin]      2.1.1cvs3
2199
2200         * src/imap.c
2201                 Faster flag search when there are new mails 
2202                 in a folder. We can do a full search if the 
2203                 folder contains less messages than the new
2204                 list.
2205
2206 2006-04-17 [colin]      2.1.1cvs2
2207
2208         * po/cs.po
2209         * po/de.po
2210         * po/fr.po
2211         * po/nl.po
2212         * po/pt_BR.po
2213                 Update translations from stable branch
2214
2215 2006-04-17 [colin]      2.1.1cvs1
2216
2217         * configure.ac
2218                 Bump version to follow stable release
2219
2220 2006-04-16 [mones]      2.1.0cvs50
2221
2222         * po/es.po
2223                 Updated for release
2224
2225 2006-04-16 [colin]      2.1.0cvs49
2226
2227         * src/textview.c
2228                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2229                 with gtk < 2.8. Thanks to Fabien Vantard.
2230
2231 2006-04-15 [colin]      2.1.0cvs48
2232
2233         * src/etpan/imap-thread.c
2234                 Fix bug #919 (libetpan: SEGV when connecting 
2235                 using command)
2236
2237 2006-04-14 [colin]      2.1.0cvs47
2238
2239         * src/main.c
2240                 Fix race on --select (should be done better)
2241
2242 2006-04-14 [wwp]        2.1.0cvs46
2243
2244         * src/send_message.c
2245                 enforce a check for domain in account prefs (a sending
2246                 error could be faced if domain was checked but no value set),
2247                 thanks to Colin.
2248
2249 2006-04-14 [colin]      2.1.0cvs45
2250
2251         * src/codeconv.c
2252                 when converting from unknown to unknown, if the
2253                 string is UTF8, don't convert it to the locale
2254                 (which breaks it)
2255
2256 2006-04-14 [colin]      2.1.0cvs44
2257
2258         * src/compose.c
2259                 Don't try to use ASCII for converting headers
2260                 (as done in body)
2261
2262 2006-04-14 [paul]       2.1.0cvs43
2263
2264         * src/crash.c
2265                 add locale/charset info to crash report
2266         * src/gtk/about.c
2267                 add wwp to doc team
2268                 replace 'e-mail' with preferred 'email'
2269         * src/gtk/authors.h
2270                 ensure contributors list is in alphabetical
2271                 order
2272
2273 2006-04-13 [colin]      2.1.0cvs42
2274
2275         * src/textview.c
2276                 Prevent gdk warnings
2277
2278 2006-04-13 [colin]      2.1.0cvs41
2279
2280         * src/common/ssl_certificate.c
2281         * src/common/ssl_certificate.h
2282         * src/gtk/sslcertwindow.c
2283                 Warn on expired certs, and display the expiration date
2284
2285 2006-04-13 [colin]      2.1.0cvs40
2286
2287         * src/plugins/spamassassin/spamassassin_gtk.c
2288                 Fix missing set_text on unix socket
2289
2290 2006-04-13 [wwp]        2.1.0cvs39
2291
2292         * manual/fr/advanced.xml
2293         * manual/fr/glossary.xml
2294                 applied new spam/ham/email lexicon (pourriel, courriel)
2295
2296 2006-04-13 [paul]       2.1.0cvs38
2297
2298         * src/plugins/pgpmime/plugin.c
2299                 remove the mention of S/MIME from the
2300                 description. This is now handled by the
2301                 S/MIME plugin.
2302
2303 2006-04-13 [paul]       2.1.0cvs37
2304
2305         * src/prefs_msg_colors.c
2306                 rework dialog
2307         * src/prefs_folder_item.c
2308         * src/prefs_spelling.c
2309                 add a tooltip to the colour selector buttons
2310
2311 2006-04-13 [wwp]        2.1.0cvs36
2312
2313         * manual/advanced.xml
2314         * manual/glossary.xml
2315         * manual/handling.xml
2316         * manual/keyboard.xml
2317         * manual/plugins.xml
2318         * manual/starting.xml
2319         * manual/fr/account.xml
2320         * manual/fr/ack.xml
2321         * manual/fr/addrbook.xml
2322         * manual/fr/advanced.xml
2323         * manual/fr/faq.xml
2324         * manual/fr/glossary.xml
2325         * manual/fr/gpl.xml
2326         * manual/fr/handling.xml
2327         * manual/fr/intro.xml
2328         * manual/fr/keyboard.xml
2329         * manual/fr/plugins.xml
2330         * manual/fr/starting.xml
2331         * manual/fr/sylpheed-claws-manual.xml
2332                 fixes to the manuals:
2333                  - summaryview -> Message List (same in French)
2334                  - translate key names
2335                  - fix French punctuation, use non-breakable spaces when
2336                    necessary, don't use &thinsp; which is not portable
2337                  - tell what maildir and mbox formats we support
2338
2339 2006-04-12 [wwp]        2.1.0cvs35
2340
2341         * src/prefs_toolbar.c
2342                 unified a replace button more,
2343                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2344
2345 2006-04-12 [wwp]        2.1.0cvs34
2346
2347         * src/prefs_common.c
2348         * src/prefs_msg_colors.c
2349                 make default color labels translatable,
2350                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2351                 thanks to Tim <timbrain@post.cz> for reporting.
2352
2353 2006-04-12 [wwp]        2.1.0cvs33
2354
2355         * manual/glossary.xml
2356         * manual/intro.xml
2357         * manual/plugins.xml
2358         * manual/starting.xml
2359         * manual/sylpheed-claws-manual.xml
2360         * manual/fr/.cvsignore
2361         * manual/fr/account.xml
2362         * manual/fr/ack.xml
2363         * manual/fr/addrbook.xml
2364         * manual/fr/advanced.xml
2365         * manual/fr/faq.xml
2366         * manual/fr/glossary.xml
2367         * manual/fr/handling.xml
2368         * manual/fr/intro.xml
2369         * manual/fr/keyboard.xml
2370         * manual/fr/plugins.xml
2371         * manual/fr/starting.xml
2372         * manual/fr/sylpheed-claws-manual.xml
2373                 various fixes: typos, missing .fr translations, punctuation,
2374                 capitalization, links, accents and some bad French more.
2375
2376 2006-04-12 [wwp]        2.1.0cvs32
2377
2378         * src/prefs_gtk.c
2379                 fix for bug #935: always store prefs files in UTF-8 (thanks
2380                 to Colin).
2381
2382 2006-04-11 [colin]      2.1.0cvs31
2383
2384         * src/compose.c
2385                 Fix inserting files not in utf8 when locale is utf8
2386
2387 2006-04-11 [colin]      2.1.0cvs30
2388
2389         * src/inc.c
2390                 Don't show error dialog when cancelling connection
2391                 Patch by Pawel
2392
2393 2006-04-11 [cleroy]     2.1.0cvs29
2394
2395         * src/compose.c
2396                 Implement multiple quote levels
2397         * src/prefs_common.c
2398                 Change a little bit the quote bgcolor for 2nd level
2399
2400 2006-04-11 [colin]      2.1.0cvs28
2401
2402         * src/gtk/about.c
2403                 Add locale and charset in the label
2404
2405 2006-04-10 [colin]      2.1.0cvs27
2406
2407         * src/compose.c
2408         * src/prefs_common.c
2409         * src/prefs_common.h
2410         * src/prefs_msg_colors.c
2411         * src/textview.c
2412                 Allow optional background color in quotes
2413                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2414                 GTK+-2.8.x feature
2415
2416 2006-04-10 [colin]      2.1.0cvs26
2417
2418         * src/main.c
2419         * src/mainwindow.c
2420         * src/mainwindow.h
2421                 Implement --select
2422
2423 2006-04-10 [colin]      2.1.0cvs25
2424
2425         * manual/plugins.xml
2426         * manual/fr/plugins.xml
2427                 Document libcurl's proxy variables
2428
2429 2006-04-09 [colin]      2.1.0cvs24
2430
2431         * src/prefs_common.c
2432                 gettext() returns statically allocated stuff. We have
2433                 to strdup it in order to be able to free it.
2434
2435 2006-04-09 [colin]      2.1.0cvs23
2436
2437         * AUTHORS
2438         * src/gtk/authors.h
2439                 Add Alexei
2440
2441 2006-04-09 [colin]      2.1.0cvs22
2442
2443         * src/mainwindow.c
2444         * src/gtk/quicksearch.c
2445                 Fix bug #859 (problems with cyrilic input in 
2446                 search panel) - Patch by Alexey Illarionov 
2447                 <littlesavage@rambler.ru>
2448
2449 2006-04-09 [colin]      2.1.0cvs21
2450
2451         * src/prefs_customheader.c
2452                 I prefer removing then freeing rather than the contrary
2453                 (even if it doesn't change anything ;-)
2454         * src/prefs_account.c
2455                 Fix bug #933 (Crash re-entering the custom headers list 
2456                 dialog in accounts prefs)
2457                 The problem happened when cancelling the Account 
2458                 Preferences' dialogs - in which case we didn't do 
2459                 anything to the PrefsAccount * struct. In case of applying,
2460                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2461                 working with in this dialog. The problem is that 
2462                 prefs_customheader.c, working on this tmp_ac_prefs, always
2463                 changes the ->customhdr_list pointer, even when cancelled. 
2464                 So in case of cancelling the prefs_account dialog, we still
2465                 have to update ->customhdr_list in the real account.
2466
2467 2006-04-08 [colin]      2.1.0cvs20
2468
2469         * manual/fr/glossary.xml
2470         * manual/fr/keyboard.xml
2471                 Forgot some headers :)
2472
2473 2006-04-08 [colin]      2.1.0cvs19
2474
2475         * manual/Makefile.am
2476         * manual/fr/Makefile.am
2477         * manual/fr/account.xml
2478         * manual/fr/ack.xml
2479         * manual/fr/addrbook.xml
2480         * manual/fr/advanced.xml
2481         * manual/fr/faq.xml
2482         * manual/fr/glossary.xml
2483         * manual/fr/gpl.xml
2484         * manual/fr/handling.xml
2485         * manual/fr/intro.xml
2486         * manual/fr/keyboard.xml
2487         * manual/fr/plugins.xml
2488         * manual/fr/starting.xml
2489         * manual/fr/sylpheed-claws-manual.xml
2490         * manual/fr/dist/.cvsignore
2491         * manual/fr/dist/Makefile.am
2492         * manual/fr/dist/html/.cvsignore
2493         * manual/fr/dist/html/Makefile.am
2494         * manual/fr/dist/pdf/.cvsignore
2495         * manual/fr/dist/pdf/Makefile.am
2496         * manual/fr/dist/ps/.cvsignore
2497         * manual/fr/dist/ps/Makefile.am
2498         * manual/fr/dist/txt/.cvsignore
2499         * manual/fr/dist/txt/Makefile.am
2500                 Add the french translation of the manual. Thanks to
2501                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2502                 account.xml, ack.xml, addrbook.xml and advanced.xml
2503
2504 2006-04-08 [colin]      2.1.0cvs18
2505
2506         * manual/plugins.xml
2507         * manual/starting.xml
2508                 More fixes
2509
2510 2006-04-07 [colin]      2.1.0cvs17
2511
2512         * manual/faq.xml
2513         * manual/intro.xml
2514         * manual/keyboard.xml
2515                 Little fixes
2516
2517 2006-04-07 [colin]      2.1.0cvs16
2518
2519         * README
2520         * src/compose.c
2521         * src/prefs_common.c
2522         * src/prefs_common.h
2523                 Add hidden compose_no_markup pref
2524
2525 2006-04-07 [wwp]        2.1.0cvs15
2526
2527         * src/summary_search.c
2528         * .cvsignore
2529                 Bugfix: stop button was sticky when searching in an empty folder.
2530                 Applied curly brackets code style to the whole file (summary_search.c).
2531                 More files to ignore.
2532
2533 2006-04-07 [wwp]        2.1.0cvs14
2534
2535         * src/message_search.c
2536         * src/summary_search.c
2537                 changed default button when search bumps at file/folder
2538                 beginning or end, for convenience (thanks to Colin).
2539
2540 2006-04-07 [paul]       2.1.0cvs13
2541
2542         * src/plugins/dillo_viewer/dillo_prefs.c
2543                 avoid future potential for namespace collision
2544                 Patch by Colin
2545
2546 2006-04-06 [wwp]        2.1.0cvs12
2547
2548         * src/summary_search.c
2549                 Unify extended/advanced searches names (and thus factorize labels),
2550                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2551
2552 2006-04-06 [wwp]        2.1.0cvs11
2553
2554         * src/folderview.c
2555         * src/prefs_themes.c
2556         * src/summaryview.c
2557                 Fixed some compilation warnings.
2558
2559 2006-04-06 [colin]      2.1.0cvs10
2560
2561         * manual/advanced.xml
2562                 Document the wizard template and how to deploy
2563                 Sylpheed-Claws effectively
2564
2565 2006-04-06 [colin]      2.1.0cvs9
2566
2567         * src/folderview.c
2568                 gettext patch to tell translators about _("#"),
2569                 by Maxim Britov
2570
2571 2006-04-06 [colin]      2.1.0cvs8
2572
2573         * src/textview.c
2574                 Fix invalid GtkTextBIter after clicking "Display as text"
2575
2576 2006-04-06 [mones]      2.1.0cvs7
2577
2578         * src/addr_compl.c
2579         * src/addrindex.c
2580         * src/addritem.c
2581         * src/codeconv.c
2582         * src/compose.c
2583         * src/filtering.c
2584         * src/folder.c
2585         * src/folder_item_prefs.c
2586         * src/folderview.c
2587         * src/localfolder.c
2588         * src/matcher.c
2589         * src/mimeview.c
2590         * src/prefs_msg_colors.c
2591         * src/prefs_spelling.c
2592         * src/prefs_themes.c
2593         * src/procmime.c
2594         * src/procmsg.c
2595         * src/stock_pixmap.c
2596         * src/summaryview.c
2597         * src/textview.c
2598         * src/toolbar.c
2599         * src/common/mgutils.c
2600         * src/common/prefs.c
2601         * src/common/ssl_certificate.c
2602         * src/gtk/colorlabel.c
2603         * src/gtk/quicksearch.c
2604         * src/plugins/pgpmime/pgpmime.c
2605         * src/plugins/spamassassin/spamassassin.c
2606                 Removed redundant NULL checks for g_free() calls.
2607                 Patch by Pawel Pekala.
2608
2609 2006-04-06 [mones]      2.1.0cvs6
2610
2611         * src/prefs_actions.c
2612         * src/prefs_filtering.c
2613         * src/prefs_filtering_action.c
2614         * src/prefs_matcher.c
2615         * src/prefs_template.c
2616         * src/gtk/gtkutils.c
2617         * src/gtk/gtkutils.h
2618                 Have a nice replace button. Patch by Pawel Pekala
2619
2620 2006-04-06 [colin]      2.1.0cvs5
2621
2622         * src/addressbook.c
2623                 Fix crash with empty columns
2624
2625 2006-04-05 [colin]      2.1.0cvs4
2626
2627         * src/wizard.c
2628         * src/prefs_gtk.c
2629                 Allow wizard customization with pre-filled values
2630
2631 2006-04-05 [colin]      2.1.0cvs3
2632
2633         * src/textview.c
2634         * src/mimeview.c
2635         * src/mimeview.h
2636                 Nicer messages in mimeview
2637
2638 2006-04-05 [colin]      2.1.0cvs2
2639
2640         * src/addressbook.c
2641         * src/prefs_summaries.c
2642                 i18n fix
2643
2644 2006-04-05 [colin]      2.1.0cvs1
2645
2646         * src/plugins/pgpcore/plugin.c
2647         * src/plugins/pgpcore/select-keys.c
2648         * src/plugins/pgpcore/select-keys.h
2649         * src/plugins/pgpcore/sgpgme.c
2650         * src/plugins/pgpcore/sgpgme.h
2651         * src/plugins/pgpinline/pgpinline.c
2652         * src/plugins/pgpinline/plugin.c
2653         * src/plugins/pgpmime/pgpmime.c
2654         * src/plugins/pgpmime/plugin.c
2655                 Factorize and generalize a bit 
2656                 Drop S/MIME signature verification from PGP/MIME
2657                 (adding it as another, more complete plugin)
2658
2659 2006-04-05 [paul]       2.1.0
2660
2661         2.1.0 released
2662
2663 2006-04-05 [paul]       2.0.0cvs186
2664
2665         * manual/advanced.xml
2666                 add info on colour labels
2667
2668 2006-04-05 [paul]       2.0.0cvs185
2669
2670         * po/bg.po
2671         * po/cs.po
2672         * po/de.po
2673         * po/el.po
2674         * po/en_GB.po
2675         * po/fi.po
2676         * po/fr.po
2677         * po/it.po
2678         * po/nl.po
2679         * po/pl.po
2680         * po/pt_BR.po
2681         * po/sr.po
2682         * po/zh_CN.po
2683                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2684                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2685                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2686                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2687         * src/gtk/authors.h
2688         * tools/claws.i18n.status.pl
2689                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2690                 and new Czech translator, Tim <timbrain@post.cz>
2691
2692 2006-04-05 [mones]      2.0.0cvs184
2693
2694         * po/es.po
2695                 Updated translation
2696
2697 2006-04-05 [colin]      2.0.0cvs183
2698
2699         * src/gtk/quicksearch.c
2700                 Fix bug #929 (unnecessary reload in quick search bar)
2701
2702 2006-04-05 [colin]      2.0.0cvs182
2703
2704         * src/compose.c
2705                 Fix crash on Reply with no From:
2706                 Show signature and conversion error on queuing 
2707                 (but not sending)
2708         * src/mainwindow.c
2709         * src/summaryview.c
2710         * src/summaryview.h
2711                 Factorize threading code and make sure msginfo 
2712                 is not null when it comes from a GtkCTreeRow's 
2713                 data
2714         * src/gtk/gtkaspell.c
2715                 Check for necessary things
2716         * src/gtk/gtksctree.c
2717         * src/gtk/gtksctree.h
2718                 Reset anchor if necessary when removing node
2719
2720 2006-03-29 [colin]      2.0.0cvs181
2721
2722         * src/folderview.c
2723                 Warn for disabled IMAP accounts (due to lack of
2724                 libetpan). Breaks string-freeze - sorry - but it
2725                 is kind of important ;)
2726
2727 2006-03-28 [colin]      2.0.0cvs180
2728
2729         * src/gtk/gtkutils.c
2730         * src/gtk/gtkutils.h
2731                 Add a gtkut_get_link_btn() function that
2732                 creates a button which acts like an URI
2733         * src/prefs_themes.c
2734         * src/gtk/about.c
2735                 Use this function (factorizes codes)
2736         * src/common/defs.h
2737         * src/gtk/pluginwindow.c
2738                 Add a "Get more..." in the plugins window
2739
2740 2006-03-28 [colin]      2.0.0cvs179
2741
2742         * src/common/smtp.c
2743         * src/common/passcrypt.c
2744         * src/undo.c
2745                 Warning fixes. Patch by Pawel Pekala
2746
2747 2006-03-27 [colin]      2.0.0cvs178
2748
2749         * src/undo.c
2750                 Fix undoing by blocks with spaces
2751
2752 2006-03-27 [colin]      2.0.0cvs177
2753
2754         * src/textview.c
2755                 Set margin to 3px for headers
2756
2757 2006-03-27 [paul]
2758
2759         2.1.0-rc2 released
2760
2761 2006-03-27 [wwp]        2.0.0cvs176
2762
2763         * src/summaryview.c
2764                 don't reset quicksearch when updating the message list.
2765                 Thanks to Colin.
2766
2767 2006-03-26 [wwp]        2.0.0cvs175
2768
2769         * src/compose.c
2770                 use a unified border width ('other' tab in the compose window,
2771                 patch by Pawel Pekala).
2772
2773
2774 2006-03-26 [wwp]        2.0.0cvs174
2775
2776         * src/common/quoted-printable.c
2777         * src/addressbook.c
2778                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2779
2780 2006-03-26 [colin]      2.0.0cvs173
2781
2782         * src/quote_fmt_parse.y
2783                 Fix non-UTF8 date formats messing up the whole quote a 
2784                 little bit
2785
2786 2006-03-26 [colin]      2.0.0cvs172
2787
2788         * src/procheader.c
2789                 Make sure the date is UTF8 valid, or try to make it
2790                 so. IncrediMail is really IncrediStupid.
2791         * src/compose.c
2792                 Fix possible conversions. 
2793                 
2794
2795 2006-03-26 [colin]      2.0.0cvs171
2796
2797         * src/matcher.c
2798                 Fix corner cases in body search. This is still a
2799                 hack... It seems impossible to make it good and 
2800                 reasonably fast at the same time.
2801
2802 2006-03-26 [colin]      2.0.0cvs170
2803
2804         * src/summaryview.c
2805                 I think I killed the twilight zone bug!
2806                 summary_select_node() flushes GTK events in order
2807                 to be able to center the view. But this also 
2808                 flushes keypresses like Ctrl-Alt-U, so this can
2809                 call summary_show from summary_select_node (itself
2810                 called from summary_show, etc.). And the summaryview
2811                 has to be unlocked in this function. So just locking
2812                 while processing GTK events, and bailing if locked, 
2813                 should fix it.
2814                 Fixes bug #927 (SIGSEGV during Update Summary)
2815
2816 2006-03-25 [colin]      2.0.0cvs169
2817
2818         * src/matcher.c
2819                 Fix search in QP-encoded bodies
2820                 Fix utf-8 searches in bodies encoded in the
2821                 locale's encoding
2822         * src/common/quoted-printable.c
2823         * src/common/quoted-printable.h
2824                 Add a decode function that doesn't overwrite
2825                 the original pointer
2826                 
2827
2828 2006-03-24 [colin]      2.0.0cvs168
2829
2830         * src/action.c
2831         * src/summaryview.c
2832         * src/summaryview.h
2833                 Update message cache after action
2834                 Patch by H. Merijn Brand
2835         * src/prefs_msg_colors.c
2836                 Factorize label 
2837                 Patch by Fabien Vantard
2838         * src/plugins/spamassassin/spamassassin_gtk.c
2839                 Remove useless translation
2840                 Patch by Fabien Vantard
2841
2842 2006-03-23 [colin]      2.0.0cvs167
2843
2844         * src/common/ssl.c
2845                 Let 30 seconds to SSL_connect
2846
2847 2006-03-23 [wwp]        2.0.0cvs166
2848
2849         * src/summaryview.c
2850         * src/gtk/description_window.c
2851                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2852                 and headers are translated; adjust description windows' width to fit their
2853                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2854
2855 2006-03-23 [paul]       2.0.0cvs165
2856
2857         * src/common/utils.c
2858                 fix highlighting of URIs containing "()"
2859                 (2.0.0cvs164's reversal fixed)
2860                 Thanks to Colin.
2861
2862 2006-03-23 [paul]       2.0.0cvs164
2863
2864         * src/common/utils.c
2865                 revert patch, (postponing a fix), at 2.0.0cvs120
2866                 as it breaks more URIs than it fixes.
2867                 Allow '-' to be a terminating character in a URI
2868
2869 2006-03-22 [colin]      2.0.0cvs163
2870
2871         * configure.ac
2872                 Require libetpan 0.45
2873                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2874
2875 2006-03-22 [paul]       2.0.0cvs162
2876
2877         * src/editgroup.c
2878                 replace '<-' and '->' buttons with GTK_STOCK graphical
2879                 buttons
2880         * src/summary_search.c
2881                 don't offer '...' for translation
2882                 add a tooltip to advanced search '...' button
2883         * src/gtk/quicksearch.c
2884                 don't offer '...' for translation
2885
2886 2006-03-21 [colin]      2.0.0cvs161
2887
2888         * src/compose.c
2889                 Fix middle-click pasting (insert at click
2890                 position instead of cursor position, don't
2891                 remove existing selection and allow pasting
2892                 our own selection)
2893         * src/addressbook.c
2894                 "LDAP Server" -> "LDAP servers"
2895
2896 2006-03-21 [wwp]        2.0.0cvs160
2897
2898         * src/etpan/imap-thread.c
2899                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2900
2901 2006-03-20 [colin]      2.0.0cvs159
2902
2903         * src/summaryview.c
2904                 Don't reload summaryview after an execute with no
2905                 move action
2906
2907 2006-03-19 [colin]      2.0.0cvs158
2908
2909         * src/addressbook.c
2910                 and put groups at the top, always
2911
2912 2006-03-19 [colin]      2.0.0cvs157
2913
2914         * src/addressbook.c
2915                 Order groups before names, as previously
2916
2917 2006-03-19 [colin]      2.0.0cvs156
2918
2919         * src/addressbook.c
2920                 - Sort case-unsensitive
2921                 - Put the sort arrow at opening too
2922
2923 2006-03-19 [wwp]        2.0.0cvs155
2924
2925         * src/addressbook.c
2926                 allow sorting by name/email/remarks, ensure that right-pane's contents
2927                 matches the left-pane selection (cleared when appropriate).
2928                 Patch by Pawel Pekala <c0rn@o2.pl>.
2929
2930 2006-03-18 [colin]      2.0.0cvs154
2931
2932         * src/textview.c
2933                 Fix text cursor ;)
2934
2935 2006-03-18 [colin]      2.0.0cvs153
2936
2937         * src/gtk/filesel.c
2938                 Make sure we hide the preview if we didn't get
2939                 a filename
2940
2941 2006-03-18 [colin]      2.0.0cvs152
2942
2943         * src/summaryview.c
2944                 Set cursor to watch for execution (fixes lack
2945                 of watch-cursor when dnd'ing hundreds of mails)
2946         * src/gtk/filesel.c
2947                 Check that mime type is 'image/*' before updating
2948                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2949
2950 2006-03-18 [colin]      2.0.0cvs151
2951
2952         * src/mainwindow.c
2953         * src/textview.c
2954         * src/textview.h
2955                 Put a watch cursor in textview too when the mainwindow's
2956                 cursor in a watch
2957
2958 2006-03-18 [colin]      2.0.0cvs150
2959
2960         * src/folder.c
2961                 Change wrong asserts to simple tests
2962
2963 2006-03-17 [colin]      2.0.0cvs149
2964
2965         * src/mainwindow.c
2966         * src/mainwindow.h
2967         * src/prefs_msg_colors.c
2968         * src/summaryview.c
2969         * src/summaryview.h
2970         * src/gtk/colorlabel.c
2971         * src/gtk/colorlabel.h
2972                 Add a color label menu in the main menubar
2973                 Add (fixed) accels Ctrl-{0-7} to change the color
2974                 They have to be fixed because the menu's dynamic,
2975                 the items are complex widgets, hence we can't use
2976                 a GtkItemFactory.
2977
2978
2979 2006-03-17 [wwp]        2.0.0cvs148
2980
2981         * src/compose.c
2982                 rollback few lines from my previous commit (those lines come from
2983                 a pending patch, accidentally commited, even if neutral as they are
2984                 commented out).
2985
2986 2006-03-17 [wwp]        2.0.0cvs147
2987
2988         * src/compose.c
2989                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2990                 applied code style/indentation to the modified function.
2991
2992 2006-03-17 [wwp]        2.0.0cvs146
2993
2994         * src/procmsg.c
2995         * src/compose.c
2996                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2997
2998 2006-03-17 [paul]
2999
3000         2.1.0-rc1 released
3001
3002 2006-03-17 [paul]       2.0.0cvs145
3003
3004         * src/main.c
3005                 addressbook_read_file() was called twice
3006         * src/textview.c
3007                 X-Mailer highlighting
3008
3009 2006-03-16 [colin]      2.0.0cvs144
3010
3011         * src/sourcewindow.c
3012         * src/sourcewindow.h
3013                 And the last one, in source window.
3014
3015 2006-03-16 [colin]      2.0.0cvs143
3016
3017         * src/compose.c
3018         * src/compose.h
3019                 Fix the same stuff in compose
3020
3021 2006-03-16 [colin]      2.0.0cvs142
3022
3023         * src/messageview.c
3024                 Complete the previous messageview crash fix
3025
3026 2006-03-16 [colin]      2.0.0cvs141
3027
3028         * src/procmsg.h
3029         * src/procmsg.c
3030         * src/folder.c
3031                 Fix POSTPROCESSING hook
3032                 Patch by H. Merijn Brand
3033
3034         * src/procmime.c
3035         * src/procmime.h
3036                 Parse Content-Location
3037
3038         * src/toolbar.c
3039         * src/messageview.c
3040         * src/messageview.h
3041                 Don't crash when a top-level MessageView has
3042                 been closed on us. Same problematic than
3043                 yesterday's quicksearch issue.
3044
3045 2006-03-15 [colin]      2.0.0cvs140
3046
3047         * src/gtk/quicksearch.c
3048                 Fix a bitchy race we didn't think about when we
3049                 added quicksearch cancellation:
3050                 If the search is not on cached fields, for example
3051                 body_part matchcase "stuff"
3052                 the matcher code has to get the whole message. If
3053                 we're on IMAP, that can be slow, and in order to
3054                 be non-blocking, the IMAP code idle loop processes
3055                 gtk events too. So it is possible to cancel a
3056                 quicksearch while the matcher is getting the mail's
3057                 body. After matcher got its body, it will start to
3058                 iterate over the matcher list that the Quicksearch's
3059                 clear_search_cb() just freed via prepare_matcher().
3060                 SIGSEGV ensues.
3061                 The fix consists of guarding the matcherlist_match()
3062                 call with a boolean 'matching'. If we reset the
3063                 quicksearch while matching is TRUE, we don't free
3064                 the matcherlist anymore like we did, but we set
3065                 another new flag, deferred_free, to TRUE. Then,
3066                 in quicksearch_match(), just after returning from
3067                 matcherlist_match() and unsetting the matching flag,
3068                 we check the deferred_free flag and do the
3069                 prepare_matcher() (which does the matcherlist_free)
3070                 for real, so we free the matcherlist once it's not
3071                 used anymore.
3072                 As all of this runs via the glib main loop, we
3073                 luckily don't need a mutex.
3074         * src/summaryview.c
3075                 Also, show progress while searching.
3076
3077
3078 2006-03-14 [colin]      2.0.0cvs139
3079
3080         * src/alertpanel.c
3081                 Make alertpanel_is_open non-static
3082
3083 2006-03-14 [colin]      2.0.0cvs138
3084
3085         * src/prefs_spelling.c
3086                 Cleanups - Fabien Vantard
3087
3088 2006-03-14 [wwp]        2.0.0cvs137
3089
3090         * src/main.c
3091                 code style normalization (curly braces, indentation).
3092
3093 2006-03-14 [wwp]        2.0.0cvs137
3094
3095         * src/main.c
3096                 code style (braces, indentation)
3097
3098 2006-03-12 [paul]       2.0.0cvs136
3099
3100         * src/prefs_common.c
3101                 trans_hdr defaults to FALSE to be RFC-savvy
3102         * src/prefs_summaries.c
3103                 add a tooltip to the trans_hdr option
3104                 
3105
3106 2006-03-12 [paul]       2.0.0cvs135
3107
3108         * src/prefs_matcher.c
3109                 give a little more width to the combos
3110         * src/prefs_display_header.c
3111         * src/textview.c
3112                 translate headers if prefs_common.trans_hdr
3113                 is TRUE
3114
3115         Patches by Pawel Pekala
3116
3117 2006-03-12 [paul]       2.0.0cvs134
3118
3119         * src/plugins/clamav/clamav_plugin.c
3120         * src/plugins/dillo_viewer/dillo_viewer.c
3121         * src/plugins/pgpcore/plugin.c
3122         * src/plugins/pgpinline/plugin.c
3123         * src/plugins/pgpmime/plugin.c
3124         * src/plugins/spamassassin/spamassassin.c
3125                 update/add to descriptions
3126         * src/plugins/spamassassin/spamassassin_gtk.c
3127                 fixes to the english, remove superfluous
3128                 tooltips, clean up a little
3129
3130 2006-03-12 [paul]       2.0.0cvs133
3131
3132         * src/compose.c
3133                 fix Bug 924, 'Account combo box shows up wrong 
3134                 if & is in account name'
3135
3136 2006-03-11 [colin]      2.0.0cvs132
3137
3138         * src/summaryview.c
3139                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3140                 messed up shift-selection because is slows down
3141                 moving around summaryview. thanks -users
3142
3143 2006-03-10 [colin]      2.0.0cvs131
3144
3145         * src/plugins/spamassassin/spamassassin_gtk.c
3146                 Put back Paul's engrish fixes
3147
3148 2006-03-10 [colin]      2.0.0cvs130
3149
3150         * src/plugins/spamassassin/spamassassin.c
3151         * src/plugins/spamassassin/spamassassin.h
3152         * src/plugins/spamassassin/spamassassin_gtk.c
3153                 Cleanup SA prefs page (more)
3154                 Patch by Fabien Vantard
3155
3156 2006-03-10 [paul]       2.0.0cvs129
3157
3158         * src/prefs_msg_colors.c
3159         * src/prefs_spelling.c
3160                 widget sensitivity
3161
3162 2006-03-09 [mones]      2.0.0cvs128
3163
3164         * po/es.po
3165                 Update for next RC
3166
3167 2006-03-09 [wwp]        2.0.0cvs127
3168
3169         * configure.ac
3170                 revert accidental commit (requirement for libetpan 0.43), this time
3171                 not in HEAD.
3172
3173 2006-03-09 [wwp]        2.0.0cvs125
3174
3175         * configure.ac
3176                 revert accidental commit (requirement for libetpan 0.43)
3177
3178 2006-03-09 [paul]       2.0.0cvs126
3179
3180         * src/prefs_receive.c
3181                 remove useless frame
3182                 replace 'incorporation' with 'receiving'
3183         * src/plugins/clamav/clamav_plugin_gtk.c
3184         * src/plugins/spamassassin/spamassassin_gtk.c
3185                 improve widget sensitivity
3186                 fix a bit his engrish
3187
3188 2006-03-09 [wwp]        2.0.0cvs125
3189
3190         * src/addressadd.c
3191         * src/foldersel.c
3192         * src/prefs_common.c
3193         * src/prefs_common.h
3194                 remember some more windows' sizes (add to addressbook and
3195                 select folder).
3196
3197 2006-03-09 [paul]       2.0.0cvs124
3198
3199         * src/plugins/pgpcore/prefs_gpg.c
3200                 normalise construction of dialogue
3201
3202 2006-03-09 [paul]       2.0.0cvs123
3203
3204         * src/plugins/trayicon/Makefile.am
3205                 add missing slash
3206
3207 2006-03-08 [colin]      2.0.0cvs122
3208
3209         * src/plugins/trayicon/Makefile.am
3210                 Fix build in separate dir 
3211                 Patch by Bamanzi <bamanzi@gmail.com>
3212
3213 2006-03-08 [colin]      2.0.0cvs121
3214
3215         * src/procmsg.c
3216                 Batch move and copies from summaryview with delayed execution
3217                 too
3218
3219 2006-03-07 [paul]       2.0.0cvs120
3220
3221         * src/common/utils.c
3222                 fix highlighting of URIs containing "()"
3223                 Patch by Pawel Pekala
3224
3225 2006-03-07 [paul]       2.0.0cvs119
3226
3227         * src/folder.c
3228         * src/folder.h
3229         * src/folderview.c
3230                 immediately do alphabetical resort when
3231                 changing a folder's name
3232                 Patch by Pawel Pekala
3233
3234 2006-03-07 [paul]       2.0.0cvs118
3235
3236         * src/news.c
3237         * src/news_gtk.c
3238                 when unsubscribing a newsgroup, remove the
3239                 folder and msgs in .sylpheed-claws/newscache
3240                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3241
3242 2006-03-07 [paul]       2.0.0cvs117
3243
3244         * src/textview.c
3245                 fix wrong Fake URL Warning
3246                 Thanks to Hiro
3247
3248 2006-03-07 [colin]      2.0.0cvs116
3249
3250         * src/imap.c
3251                 Return immediately when password dialog was
3252                 cancelled
3253         * src/gtk/inputdialog.c
3254                 Allow empty strings for passwords
3255
3256
3257 2006-03-06 [colin]      2.0.0cvs115
3258
3259         * src/imap.c
3260                 Prevent double-timeouts when connection fails
3261
3262 2006-03-06 [colin]
3263
3264         2.0.1-rc1 released
3265
3266 2006-03-06 [colin]      2.0.0cvs114
3267
3268         * src/imap.c
3269                 Refresh session during potentially long
3270                 operations
3271
3272 2006-03-06 [wwp]        2.0.0cvs113
3273
3274         * src/prefs_msg_colors.h
3275                 forgot that one (custom color labels).
3276
3277 2006-03-06 [wwp]        2.0.0cvs112
3278
3279         * src/prefs_common.c
3280         * src/prefs_common.h
3281         * src/prefs_msg_colors.c
3282         * src/summaryview.c
3283         * src/summaryview.h
3284         * src/gtk/colorlabel.c
3285         * src/gtk/colorlabel.h
3286                 colors in messages list are now customizable. Color values and names can
3287                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3288                 Thanks to Paul and Colin for their help with this longstanding patch!
3289
3290 2006-03-06 [wwp]        2.0.0cvs111
3291
3292         * src/textview.c
3293                 don't crash if (x)face is bad.
3294
3295 2006-03-05 [paul]       2.0.0cvs110
3296
3297         * AUTHORS
3298         * configure.ac
3299         * src/Makefile.am
3300         * src/common/Makefile.am
3301         * src/common/utils.h
3302         * src/etpan/imap-thread.c
3303         * src/gtk/authors.h
3304         * src/plugins/clamav/Makefile.am
3305         * src/plugins/demo/Makefile.am
3306         * src/plugins/dillo_viewer/Makefile.am
3307         * src/plugins/pgpcore/Makefile.am
3308         * src/plugins/pgpcore/passphrase.c
3309         * src/plugins/pgpinline/Makefile.am
3310         * src/plugins/pgpmime/Makefile.am
3311         * src/plugins/spamassassin/Makefile.am
3312         * src/plugins/trayicon/Makefile.am
3313                 fix builiding on cygwin
3314                 Patch by Ralgh Young <bamanzi@gmail.com>
3315
3316 2006-03-04 [wwp]        2.0.0cvs109
3317
3318         * manual/keyboard.xml
3319                 fix mixed up/down keys.
3320
3321 2006-03-04 [wwp]        2.0.0cvs108
3322
3323         * README
3324         * INSTALL
3325                 updated links to SpamAssassin.
3326
3327 2006-03-04 [wwp]        2.0.0cvs107
3328
3329         * manual/plugins.xml
3330         * src/plugins/spamassassin/README
3331                 updated SpamAssassin plugin docs to reflect new functional additions
3332                 (also fix/update/documents few technical stuff more, see the README).
3333
3334 2006-03-04 [wwp]        2.0.0cvs106
3335
3336         * src/prefs_message.c
3337                 normalized capitalization of message-prefs paths.
3338
3339 2006-03-04 [wwp]        2.0.0cvs105
3340
3341         * manual/advanced.xml
3342                 typo.
3343
3344 2006-03-03 [colin]      2.0.0cvs104
3345
3346         * src/plugins/clamav/clamav_plugin_gtk.c
3347                 Rework prefs page, patch by Fabien 
3348
3349 2006-03-03 [colin]      2.0.0cvs103
3350
3351         * src/plugins/clamav/clamav_plugin.c
3352                 Set error on all errors
3353
3354 2006-03-03 [colin]      2.0.0cvs102
3355
3356         * src/common/plugin.c
3357                 Initialize error to avoid crashing when a plugin fails
3358                 without setting error
3359
3360 2006-03-02 [wwp]        2.0.0cvs101
3361
3362         * configure.ac
3363                 fixed linker flags for libetpan support on Cygwin
3364                 (thanks to H.Merijn Brand).
3365
3366 2006-03-02 [wwp]        2.0.0cvs100
3367
3368         * src/addressbook.c
3369                 fix some AB error messages: one for punctuation and
3370                 one wrongly duplicate (thanks, maxbritov).
3371
3372 2006-03-02 [wwp]        2.0.0cvs99
3373
3374         * src/plugins/spamassassin/spamassassin.c
3375                 make sync calls to sa-learn/spamc to prevent
3376                 system (whatever local or client/server) overload.
3377
3378 2006-03-02 [colin]      2.0.0cvs98
3379
3380         * src/summaryview.c
3381                 Put the spam icon in the status column instead of the
3382                 mark one
3383
3384 2006-03-01 [colin]      2.0.0cvs97
3385
3386         * src/plugins/spamassassin/spamassassin.c
3387                 Fix segfault (g_file_set_contents fails for some 
3388                 reason and err==0x2f. Can't find out why with
3389                 valgrind, using working function :-)
3390
3391 2006-03-01 [colin]      2.0.0cvs96
3392
3393         * src/inc.c
3394                 Offline overriding: let 'No' be cached only 3 seconds
3395
3396 2006-03-01 [colin]      2.0.0cvs95
3397
3398         * src/addr_compl.c
3399         * src/addrbook.c
3400         * src/addressbook.c
3401         * src/addrindex.c
3402         * src/folder_item_prefs.c
3403         * src/headerview.c
3404         * src/imap.c
3405         * src/inc.c
3406         * src/ldif.c
3407         * src/mainwindow.c
3408         * src/mh.c
3409         * src/msgcache.c
3410         * src/prefs_common.h
3411         * src/prefs_msg_colors.c
3412         * src/procheader.c
3413         * src/procheader.h
3414         * src/procmime.c
3415         * src/procmsg.c
3416         * src/procmsg.h
3417         * src/send_message.h
3418         * src/simple-gettext.c
3419         * src/summaryview.c
3420         * src/summaryview.h
3421         * src/syldap.c
3422         * src/textview.c
3423         * src/undo.c
3424         * src/common/ssl_certificate.c
3425         * src/common/utils.c
3426         * src/gtk/colorsel.c
3427         * src/gtk/gtksctree.c
3428         * src/gtk/gtkshruler.c
3429         * src/plugins/trayicon/trayicon.c
3430                 #if 0 goes to /dev/null
3431
3432 2006-03-01 [colin]      2.0.0cvs94
3433
3434         * src/compose.c
3435         * src/imap.c
3436         * src/inc.c
3437         * src/inc.h
3438         * src/messageview.c
3439         * src/news.c
3440         * src/plugins/spamassassin/spamassassin.c
3441                 Allow to add information in the "working offline"
3442                 window
3443
3444 2006-03-01 [wwp]        2.0.0cvs93
3445
3446         * src/plugins/spamassassin/spamassassin.c
3447                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3448                 'cause it seems that calling `spamc ... < inputfile` with
3449                 g_spawn_(a)sync simply.. erm doesn't work :-).
3450
3451 2006-03-01 [wwp]        2.0.0cvs92
3452
3453         * src/toolbar.c
3454         * src/toolbar.h
3455                 simplify the adding of spam/ham button to the messageview toolbar
3456                 (it gets more clear now that the same button will be "Mark as spam"
3457                 or "Mark as ham" according to the current message status,
3458                 thanks to Colin).
3459
3460 2006-03-01 [wwp]        2.0.0cvs91
3461
3462         * src/messageview.c
3463         * src/procmsg.c
3464         * src/procmsg.h
3465         * src/summaryview.c
3466         * src/plugins/spamassassin/spamassassin.c
3467         * src/plugins/spamassassin/spamassassin.h
3468                 make learner callbacks return a status (0 for ok),
3469                 handle it in main code to avoid setting flags when learning failed,
3470                 don't learn on TCP if offline in spamassassin,
3471                 thanks to Colin.
3472
3473                 
3474
3475 2006-03-01 [wwp]        2.0.0cvs90
3476
3477         * src/compose.c
3478                 some work around the compose window's account menu,
3479                 patch by Fabien Vantard.
3480
3481 2006-03-01 [wwp]        2.0.0cvs89
3482
3483         * src/plugins/spamassassin/spamassassin.c
3484                 fixed bad logics, was using spamc in local mode and sa-learn
3485                 in remote mode (thanks, Colin).
3486
3487 2006-03-01 [wwp]        2.0.0cvs88
3488
3489         * src/plugins/spamassassin/spamassassin.c
3490         * src/plugins/spamassassin/spamassassin.h
3491         * src/plugins/spamassassin/spamassassin_gtk.c
3492                 made processing of emails w/ sa-plugin an option (default is TRUE),
3493                 fixed Engrish some tooltips, capitalization of some debug messages
3494                 and warnings. The spamassassin plugin now provides two separate
3495                 services: process emails upon incorporation and spamd training.
3496                 Both services (un)register independently but use some common
3497                 plugin settings (transport settings, spam storage location).
3498
3499 2006-02-28 [wwp]        2.0.0cvs87
3500
3501         * src/plugins/spamassassin/spamassassin.c
3502                 fix async flag to spamc cmdline execution (batch exec should
3503                 be asynchronous).
3504
3505 2006-02-27 [wwp]        2.0.0cvs86
3506
3507         * src/plugins/spamassassin/spamassassin.c
3508         * src/plugins/spamassassin/spamassassin.h
3509         * src/plugins/spamassassin/spamassassin_gtk.c
3510                 - added the ability to learn a remote spamassassin server (spamd),
3511                 using spamc.
3512                 - added the spamassassin option 'username', that applies to all
3513                 spamassassin operations (filtering, learning, local or remote).
3514                 The default username is the current unix user (if left blank
3515                 from gtk prefs or config file).
3516                 - commented out some unused code (notebook widget), removed unused
3517                 layout (hbox1).
3518                 - make more widgets sensitive to the transport type.
3519
3520 2006-02-27 [colin]      2.0.0cvs85
3521
3522         * src/plugins/spamassassin/spamassassin.c
3523                 Fix sa-learn call when offline
3524
3525 2006-02-27 [colin]      2.0.0cvs84
3526
3527         * configure.ac
3528         * src/Makefile.am
3529         * src/mainwindow.c
3530         * src/mainwindow.h
3531         * src/messageview.c
3532         * src/messageview.h
3533         * src/prefs_toolbar.c
3534         * src/procmsg.c
3535         * src/stock_pixmap.c
3536         * src/stock_pixmap.h
3537         * src/summaryview.c
3538         * src/toolbar.c
3539         * src/toolbar.h
3540         * src/pixmaps/ham_btn.xpm
3541         * src/pixmaps/spam.xpm
3542         * src/pixmaps/spam_btn.xpm
3543         * src/plugins/spamassassin/spamassassin.c
3544                 Add button in toolbar for spam learning
3545                 Fix a few bugs from the last related commit
3546                 Revert 1.9.6cvs23 which messed up shift-selection
3547
3548 2006-02-24 [colin]      2.0.0cvs83
3549
3550         * src/procmsg.c
3551         * src/summaryview.c
3552         * src/summaryview.h
3553         * src/plugins/spamassassin/spamassassin.c
3554         * src/plugins/spamassassin/spamassassin.h
3555         * src/plugins/spamassassin/spamassassin_gtk.c
3556                 Unregister learner when spamassassin is either
3557                 disabled or over tcp
3558
3559 2006-02-24 [colin]      2.0.0cvs82
3560
3561         * src/Makefile.am
3562         * src/mainwindow.c
3563         * src/mainwindow.h
3564         * src/procmsg.c
3565         * src/procmsg.h
3566         * src/stock_pixmap.c
3567         * src/stock_pixmap.h
3568         * src/summaryview.c
3569         * src/summaryview.h
3570         * src/gtk/icon_legend.c
3571         * src/pixmaps/spam.xpm  ** NEW FILE **
3572         * src/plugins/spamassassin/spamassassin.c
3573         * src/plugins/spamassassin/spamassassin_gtk.c
3574                 Add spam learning interface (Mark/Mark as 
3575                 (spam|ham) menus)
3576
3577 2006-02-24 [wwp]        2.0.0cvs81
3578
3579         * src/compose.c
3580         * src/compose.h
3581         * src/filtering.c
3582                 hide compose window when sending message in batch mode
3583                 (filtering: forward and redirect). Also fixed a wrong
3584                 value returned when sending failed, neutral anyway.
3585                 (Colin, me) 
3586
3587 2006-02-24 [wwp]        2.0.0cvs80
3588
3589         * src/mainwindow.c
3590                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3591
3592 2006-02-24 [paul]       2.0.0cvs79
3593
3594         * src/news.c
3595         * src/news.h
3596         * src/news_gtk.c
3597                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3598                 Thanks to Colin
3599
3600 2006-02-23 [colin]      2.0.0cvs78
3601
3602         * src/alertpanel.c
3603                 Change OK to Close in alertpanel with View log
3604                 button; add accel to View log. Patch by Fabien
3605                 Vantard
3606
3607 2006-02-23 [wwp]        2.0.0cvs77
3608
3609         * src/compose.c
3610                 silly me, there were much more tests to perform, since toolbars can
3611                 really have down to 1 element only.
3612
3613 2006-02-23 [wwp]        2.0.0cvs76
3614
3615         * commitHelper
3616                 fixed indentation from my previous commit. Fallback to VISUAL if
3617                 EDITOR is not set (and to vi, at last resort).
3618
3619 2006-02-23 [wwp]        2.0.0cvs75
3620
3621         * commitHelper
3622                 improved error detection (Colin, me).
3623
3624 2006-02-23 [wwp]        2.0.0cvs74
3625
3626         * src/prefs_toolbar.c
3627                 simplify and fix prefs/toolbars layouting. Combos' contents can
3628                 now be really displayed.
3629
3630 2006-02-23 [wwp]        2.0.0cvs73
3631         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3632         be really displayed.
3633
3634 2006-02-22 [wwp]        2.0.0cvs72
3635
3636         * src/compose.c
3637                 fix a typo in my previous commit (sorry!).
3638
3639 2006-02-22 [wwp]        2.0.0cvs71
3640
3641         * src/prefs_toolbar.c
3642                 fix a crash when adding separators to toolbars,
3643                 also fix some separator item information.
3644
3645 2006-02-22 [wwp]        2.0.0cvs70
3646
3647         * src/compose.c
3648                 fix a crash when redirecting (for instance) when compose window's
3649                 toolbar contents has been customized (when some buttons have been
3650                 removed in fact).
3651
3652 2006-02-21 [wwp]        2.0.0cvs69
3653
3654         * src/summaryview.c
3655         * src/gtk/pluginwindow.c
3656         * src/plugins/pgpcore/prefs_gpg.c
3657                 fix some compilation warnings (feat. remains of removed code).
3658
3659 2006-02-21 [wwp]        2.0.0cvs68
3660
3661         * src/gtk/gtkutils.c
3662                 fix two compilation issues, thanks to Stephan Sachse.
3663
3664 2006-02-20 [colin]      2.0.0cvs67
3665
3666         * src/mainwindow.c
3667                 Don't reselect displayed mail on refocus
3668                 This fixes actions misbehaving 
3669
3670 2006-02-20 [wwp]        2.0.0cvs66
3671
3672         * src/summaryview.c
3673         * src/gtk/gtksctree.c
3674         * src/gtk/gtkshruler.c
3675                 changed more runtime typecast checks.
3676
3677 2006-02-20 [wwp]        2.0.0cvs65
3678
3679         * src/summary_search.c
3680                 find all - summaryview refresh issue fixed, thanks to Colin.
3681
3682 2006-02-20 [wwp]        2.0.0cvs64
3683
3684         * src/gtk/gtkutils.c
3685                 better runtime typecast checks.
3686
3687 2006-02-20 [wwp]        2.0.0cvs63
3688
3689         * src/summary_search.c
3690                 enhancements to the summary search:
3691                         - add the ability to stop the running search
3692                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3693                         - don't search if no criteria (From/To/Subject/Body) is set
3694                         - ensure that a busy mouse pointer is always shown when searching,
3695                           show it even a bit earlier
3696
3697 2006-02-19 [colin]      2.0.0cvs62
3698
3699         * src/compose.c
3700         * src/imap.c
3701         * src/etpan/imap-thread.c
3702         * src/etpan/imap-thread.h
3703                 (Future) IMAP speed improvement on sending
3704                 Will require a libetpan update
3705         * src/summaryview.c
3706         * src/gtk/quicksearch.c
3707                 Make quicksearch clearable while running.
3708
3709 2006-02-17 [colin]      2.0.0cvs61
3710
3711         * src/imap.c
3712         * src/etpan/imap-thread.c
3713         * src/etpan/imap-thread.h
3714                 Check for IMAP certificates
3715                 ** Requires libetpan-0.42-cvs4 
3716                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3717
3718 2006-02-17 [colin]      2.0.0cvs60
3719
3720         * src/messageview.c
3721         * src/prefs_common.c
3722         * src/prefs_common.h
3723         * src/prefs_message.c
3724                 Add pref to display HTML-only mails with plugin, 
3725                 if possible (defaulting to FALSE of course).
3726
3727 2006-02-16 [colin]      2.0.0cvs59
3728
3729         * src/main.c
3730         * src/common/plugin.c
3731         * src/common/plugin.h
3732         * src/gtk/pluginwindow.c
3733                 Keep track of requested (but unloaded) plugins
3734                 in some error cases.
3735
3736 2006-02-16 [wwp]        2.0.0cvs58
3737
3738         * src/gtk/gtkaspell.c
3739         * src/gtk/gtkaspell.h
3740         * src/prefs_spelling.c
3741         * src/compose.c
3742         * src/prefs_common.c
3743         * src/prefs_common.h
3744                 implemented new optional spellchecker behaviour: re-check message when
3745                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3746
3747 2006-02-16 [wwp]        2.0.0cvs57
3748
3749         * src/quote_fmt_parse.y
3750                 pclose popen'ed pipe.
3751
3752 2006-02-15 [colin]      2.0.0cvs56
3753
3754         * src/mimeview.c
3755         * src/mimeview.h
3756                 Let MimeViewers know which MimeView they
3757                 depend of.
3758         * src/summaryview.c
3759                 Swap From/To columns in Sent/Queue/Drafts
3760                 folders
3761         * src/etpan/imap-thread.c
3762                 Use mailstream_low_tls_open() for STARTTLS
3763                 instead of mailstream_low_ssl_open()
3764                 ** REQUIRES libetpan 0.42cvs3 **
3765
3766 2006-02-15 [wwp]        2.0.0cvs55
3767
3768         * src/compose.c
3769         * src/compose.h
3770         * src/message_search.c
3771         * src/message_search.h
3772         * src/textview.c
3773         * src/gtk/gtkutils.c
3774         * src/gtk/gtkutils.h
3775                 added the ability to Find text in the compose window (and a bit
3776                 of code factorization).
3777
3778 2006-02-15 [wwp]        2.0.0cvs54
3779
3780         * src/prefs_gtk.c
3781                 yet another one file was missing (fix for some widgets' sensitivity).
3782                 Thanks Colin!
3783
3784 2006-02-15 [wwp]        2.0.0cvs53
3785
3786         * src/prefs_gtk.h
3787                 oops forgot that file (fix for some widgets' sensitivity).
3788
3789 2006-02-15 [wwp]        2.0.0cvs52
3790
3791         * src/summary_search.c
3792                 implemented advanced summary search options (added the ability
3793                 to use matcher conditions in an advanced search mode).
3794
3795 2006-02-15 [wwp]        2.0.0cvs51
3796
3797         * src/plugins/pgpcore/prefs_gpg.c
3798         * src/prefs_account.c
3799                 fix some widget sensitivity, mostly around some labels in
3800                 account prefs.
3801
3802 2006-02-15 [paul]       2.0.0cvs50
3803
3804         * manual/advanced.xml
3805                 improve Templates info
3806                 written by wwp
3807
3808 2006-02-14 [colin]      2.0.0cvs49
3809
3810         * src/pixmaps/address_book.xpm
3811         * src/pixmaps/preferences.xpm
3812         * src/pixmaps/properties.xpm
3813                 Fix pixmap size - patch by Fabien Vantard
3814
3815 2006-02-13 [colin]      2.0.0cvs48
3816
3817         * src/procmime.c
3818                 Add missing fclose()s on error
3819         * src/textview.c
3820                 Remove unused code
3821         * src/common/utils.c
3822                 Fix temp files not being deleted on windows
3823         Patches by Thomas Gilgin
3824
3825 2006-02-13 [colin]      2.0.0cvs47
3826
3827         * src/mainwindow.c
3828                 Fix exit crash
3829
3830 2006-02-13 [wwp]        2.0.0cvs46
3831
3832         * src/plugins/pgpcore/prefs_gpg.c
3833                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3834
3835 2006-02-12 [colin]      2.0.0cvs45
3836
3837         * src/folderview.c
3838         * src/main.c
3839         * src/mainwindow.c
3840                 Fix "stuff" when quitting
3841
3842 2006-02-12 [wwp]        2.0.0cvs44
3843
3844         * src/prefs_themes.c
3845                 fix typos in debug messages.
3846
3847 2006-02-11 [colin]      2.0.0cvs43
3848
3849         * src/summaryview.c
3850                 don't allow drag/drop from ourself
3851
3852 2006-02-10 [wwp]        2.0.0cvs42
3853
3854         * src/exporthtml.c
3855         * src/html.c
3856         * src/html.h
3857         * src/procmime.c
3858         * src/textview.c
3859                 renamed html_ prefixed functions and data structures to avoid
3860                 namespace clashes w/ other software (gtkhtml2 for instance).
3861                 Closes bug #907.
3862
3863
3864 2006-02-09 [colin]      2.0.0cvs41
3865
3866         * src/summaryview.c
3867                 Fix shitty logic messed up. Thanks Ticho for the hint!
3868
3869 2006-02-09 [wwp]        2.0.0cvs40
3870
3871         * src/gtk/about.c
3872         * src/compose.c
3873         * src/prefs_account.c
3874         * src/prefs_gtk.h
3875         * src/editaddress.c
3876                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3877                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3878                 Browse buttons in accounts prefs.
3879
3880 2006-02-09 [colin]      2.0.0cvs39
3881
3882         * src/matcher.c
3883                 Check for pointer before using its members
3884         * src/gtk/gtksourceprintjob.c
3885                 Fix a wrong warning
3886
3887 2006-02-09 [wwp]        2.0.0cvs38
3888
3889         * src/gtk/filesel.c
3890                 fix few compiler warnings (type mismatch).
3891
3892 2006-02-09 [paul]       2.0.0cvs37
3893
3894         * po/fr.po
3895                 updated by Fabien Vantard
3896
3897 2006-02-08 [colin]      2.0.0cvs36
3898
3899         * src/prefs_common.c
3900         * src/common/defs.h
3901         * src/common/plugin.c
3902                 allow windows and linux configurations to coexist
3903                 patch by Thomas Gilgin
3904
3905 2006-02-08 [colin]      2.0.0cvs35
3906
3907         * src/filtering.c
3908         * src/matcher.c
3909         * src/matcher.h
3910         * src/matcher_parser_parse.y
3911         * src/prefs_filtering_action.c
3912         * src/prefs_matcher.c
3913                 Add the "Ignore thread" filtering
3914                 action
3915
3916 2006-02-08 [colin]      2.0.0cvs34
3917
3918         * src/compose.c
3919         * src/procmime.c
3920         * src/procmime.h
3921                 Fix bug #905 (damaged attachment)
3922                 text files with raw \0's aren't really text files
3923         FOR_STABLE
3924
3925 2006-02-08 [colin]      2.0.0cvs33
3926
3927         * src/summaryview.c
3928                 Fix crasher introduced yesterday
3929
3930 2006-02-08 [wwp]        2.0.0cvs32
3931
3932         * src/compose.c
3933         * src/compose.h
3934                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3935
3936 2006-02-08 [wwp]        2.0.0cvs31
3937
3938         * src/prefs_template.c
3939                 templates enhancement: allow address completion for Cc and Bcc fields
3940                 (it was currently possible for the To field only)
3941
3942 2006-02-08 [colin]      2.0.0cvs30
3943
3944         * src/compose.c
3945                 Don't unblock if not blocked
3946         FOR_STABLE
3947
3948 2006-02-07 [colin]      2.0.0cvs29
3949
3950         * src/action.c
3951                 Forgot to refresh summaryview
3952
3953 2006-02-07 [colin]      2.0.0cvs28
3954
3955         * src/action.c
3956                 Freeze/thaw message list and folder list while
3957                 processing %as{} actions 
3958         * src/compose.c
3959                 Fix auto-wrap disabling after a middle-click
3960                 paste - FOR_STABLE
3961
3962 2006-02-07 [paul]       2.0.0cvs27
3963
3964         * src/folder.c
3965                 fix freeing of uninitialised pointers
3966                 Thanks to Colin
3967
3968 2006-02-06 [colin]      2.0.0cvs26
3969
3970         * src/folder.c
3971                 Use g_slist_prepend in potentially big list
3972
3973 2006-02-06 [colin]      2.0.0cvs25
3974
3975         * src/folder.c
3976                 Completely skip processing if it doesn't 
3977                 exist (faster!)
3978
3979 2006-02-06 [colin]      2.0.0cvs24
3980
3981         * src/folder.c
3982         * src/summaryview.c
3983                 Batch filtering in summaryview (from Tools menu)
3984                 and pre/post//-processing too
3985
3986 2006-02-06 [colin]      2.0.0cvs23
3987
3988         * src/procmsg.h
3989         * src/filtering.c
3990                 Use a special field for batch filtering instead
3991                 of stepping on deferred execution's toes
3992
3993 2006-02-06 [colin]      2.0.0cvs22
3994
3995         * src/action.c
3996         * src/filtering.c
3997         * src/filtering.h
3998         * src/folder.c
3999         * src/summaryview.c
4000                 Fix filtering via menus and actions
4001
4002 2006-02-06 [colin]      2.0.0cvs21
4003
4004         * src/imap.c
4005                 Put the added file directly to cache if possible (will work
4006                 with next libetpan)
4007         * src/filtering.c
4008         * src/filtering.h
4009         * src/inc.c
4010         * src/folder.c
4011         * src/mbox.c
4012         * src/procmsg.h
4013                 Move and copy filtered messages by batches instead of one
4014                 by one - faster on IMAP
4015         * src/procmsg.c
4016                 Add a function that'll possibly be useful later
4017
4018 2006-02-06 [colin]      2.0.0cvs20
4019
4020         * src/addressbook.c
4021                 Use internal mime-type instead of text/plain for d'n'd
4022         * src/compose.c
4023                 Allow attaching files from mimeview's icon list via d'n'd
4024         * src/folderview.c
4025         * src/folderview.h
4026                 Use internal mime-type instead of text/plain for d'n'd
4027                 Don't try to selected opened folder if none is
4028                 Factorize d'n'd from other apps code
4029         * src/headerview.c
4030         * src/textview.c
4031         * src/gtk/gtkutils.c
4032         * src/gtk/gtkutils.h
4033                 Factorize Face/X-Face stuff
4034         * src/mimeview.c
4035                 Fix d'n'd to other apps
4036         * src/prefs_message.c
4037                 Let the XFace pref be usable without libcompface as it also
4038                 applies to Face
4039         * src/summaryview.c
4040                 Fix d'n'd to other apps
4041                 Factorize d'n'd from other apps code
4042
4043 2006-02-06 [wwp]        2.0.0cvs19
4044
4045         * po/it.po
4046                 Italian translation fixes by Andrea Spadaccini (no more confusion
4047                 between filtering and processing, and few changes in the About
4048                 dialog).
4049
4050
4051 2006-02-06 [mones]      2.0.0cvs18
4052
4053         * src/gtk/icon_legend.c
4054                 Improved descriptions allowing better translations
4055
4056 2006-02-05 [colin]      2.0.0cvs17
4057
4058         * src/imap.c
4059                 Add the f*cking missing expunge that caused imap_fetch_env
4060                 to fail after an add_msgs ! :-///
4061         * src/etpan/imap-thread.c
4062                 Add a bit of debug
4063         FOR_STABLE
4064
4065 2006-02-05 [colin]      2.0.0cvs16
4066
4067         * src/common/utils.c
4068                 Don't check for return-path (or we can't put
4069                 back non-sent mails)
4070
4071 2006-02-05 [colin]      2.0.0cvs15
4072
4073         * src/textview.c
4074                 Don't try to display Face header in textview
4075                 when teh headerview's active
4076
4077 2006-02-05 [colin]      2.0.0cvs14
4078
4079         * tools/tbird2syl.py
4080         * tools/Makefile.am
4081                 Add script to import Thunderbird mails
4082
4083 2006-02-05 [colin]      2.0.0cvs13
4084
4085         * src/headerview.c
4086         * src/procheader.c
4087         * src/procmsg.c
4088         * src/procmsg.h
4089         * src/textview.c
4090                 Show Face headers - patch partially by Klaus Flittner
4091
4092 2006-02-05 [colin]      2.0.0cvs12
4093
4094         * src/folderview.c
4095         * src/summaryview.c
4096         * src/common/utils.c
4097         * src/common/utils.h
4098                 Let dnd work from mime icons to summaryview
4099                 and to folderview too
4100                 Add a crude test to avoid trying to add files
4101                 drag'n'dropped when they're not mails
4102
4103 2006-02-04 [colin]      2.0.0cvs11
4104
4105         * src/summaryview.c
4106         * src/mimeview.c
4107                 Fix utf8 conversion
4108
4109 2006-02-04 [colin]      2.0.0cvs10
4110
4111         * src/compose.c
4112         * src/folderview.c
4113         * src/mimeview.c
4114         * src/summaryview.c
4115         * src/summaryview.h
4116                 Added various drag and drop capas:
4117                 From                    To
4118                 summaryview             other apps
4119                 mimeview icons          other apps
4120                 other apps              summaryview
4121                 other apps              folderview
4122
4123                 This shouldn't have broken the existing:
4124                 From                    To
4125                 summaryview             folderview
4126                 folderview              folderview
4127                 summaryview             compose's attachments
4128
4129         Tests welcomed.
4130
4131 2006-02-02 [paul]       2.0.0cvs9
4132
4133         * src/mainwindow.c
4134                 move global option 'Set displayed columns...' out
4135                 of folder option grouping.
4136                 fix sensitivity of 'harvest addresses'
4137         FOR_STABLE
4138
4139 2006-02-01 [colin]      2.0.0cvs8
4140
4141         * src/mimeview.c
4142                 Revert the alertpanel patch, it sucks (intrusive
4143                 and gets in the way of "open")
4144
4145 2006-02-01 [colin]      2.0.0cvs7
4146
4147         * src/compose.c
4148         * src/prefs_account.c
4149         * src/prefs_common.c
4150         * src/common/defs.h
4151         * src/common/utils.c
4152         * src/common/utils.h
4153                 Add ability to edit the signature file
4154                 from the account preferences, and use
4155                 a default for the text editor.
4156                 Patch by Fabien Vantard
4157
4158 2006-02-01 [colin]      2.0.0cvs6
4159
4160         * src/mimeview.c
4161                 Try to get mime type by extension if it is
4162                 application/octet-stream
4163                 Display a window with possible choices when
4164                 encountering unknown mime types
4165         * src/gtk/filesel.c
4166         * src/gtk/filesel.h
4167                 Add preview
4168                 Allow multiple selection in filtered filesel
4169                 (patch by Fabien Vantard)
4170         * src/gtk/pluginwindow.c
4171                 Use it (patch by Fabien Vantard)
4172
4173 2006-02-01 [paul]       2.0.0cvs5
4174
4175         * src/jpilot.c
4176                 fix crash on creating jpilot address book
4177                 Thanks to Colin - FOR_STABLE
4178         * src/prefs_summaries.c
4179         * src/prefs_wrapping.c
4180         * src/gtk/icon_legend.c
4181         * src/gtk/quicksearch.c
4182                 string fixes and additions
4183
4184 2006-02-01 [paul]       2.0.0cvs4
4185
4186         * src/compose.c
4187         * src/mainwindow.c
4188         * src/messageview.c
4189         * src/prefs_send.c
4190                 add Arabic encoding option
4191                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4192
4193 2006-01-31 [colin]      2.0.0cvs3
4194
4195         * src/plugins/pgpcore/passphrase.c
4196                 Convert passphrase to locale encoding
4197         * src/compose.c
4198                 Fix drafting on IMAP. Crappy bug sneaked in
4199                 the release :-/
4200         FOR_STABLE
4201
4202 2006-01-30 [paul]       2.0.0cvs2
4203
4204         * src/gtk/icon_legend.c
4205                 show the new entries
4206
4207 2006-01-30 [colin]      2.0.0cvs1
4208
4209         * src/manual.c
4210                 Check for the file to be present before 
4211                 enabling the menu - FOR_STABLE
4212         * src/gtk/icon_legend.c
4213                 Add folders icons (not all of them, there
4214                 are too much, but the most intriguing ones)
4215
4216 2006-01-30 [paul]       2.0.0
4217
4218         version 2.0.0 released
4219
4220 2006-01-30 [paul]       1.9.100cvs200
4221
4222         * manual/faq.xml
4223         * manual/gpl.xml
4224         * manual/intro.xml
4225         * manual/starting.xml
4226         * manual/sylpheed-claws-manual.xml
4227                 fixes, additions
4228
4229 2006-01-29 [mones]      1.9.100cvs199
4230
4231         * manual/account.xml
4232         * manual/advanced.xml
4233         * manual/glossary.xml
4234                 Some typos fixed, added LDIF term to glossary
4235         * po/es.po
4236                 Fixed leading plus symbol
4237
4238 2006-01-29 [paul]       1.9.100cvs198
4239
4240         * po/fi.po
4241         * po/sk.po
4242                 updated by Tommi Pirinen and Andrej Kacian
4243
4244 2006-01-29 [paul]       1.9.100cvs197
4245
4246         * src/gtk/authors.h
4247                 remove duplicates
4248
4249 2006-01-29 [paul]       1.9.100cvs196
4250
4251         * AUTHORS
4252         * po/nl.po
4253         * src/gtk/authors.h
4254         * tools/claws.i18n.status.pl
4255                 nl translation updated by Tim Dijkstra
4256
4257 2006-01-29 [paul]       1.9.100cvs195
4258
4259         * po/sr.po
4260         * po/sv.po
4261                 updated by Aleksandar Urosevic and Anders Troback
4262
4263 2006-01-28 [colin]      1.9.100cvs194
4264
4265         * src/gtk/gtksourceprintjob.c
4266                 Don't fiddle with PangoLayout when we
4267                 have an image
4268
4269 2006-01-28 [paul]       1.9.100cvs193
4270
4271         * AUTHORS
4272         * po/el.po
4273         * po/zh_CN.po
4274         * src/gtk/authors.h
4275         * tools/claws.i18n.status.pl
4276                 updated translations submitted by Stavros Giannouris
4277                 and Ralgh Young
4278
4279 2006-01-27 [colin]      1.9.100cvs192
4280
4281         * src/summaryview.c
4282         * src/gtk/gtksourceprintjob.c
4283                 Add image printing 
4284                 (libgnomeprint only, of course)
4285
4286 2006-01-27 [paul]       1.9.100cvs191
4287
4288         * po/fr.po
4289         * po/it.po
4290                 updated by Fabien Vantard and Andrea Spadaccini
4291
4292 2006-01-26 [colin]      1.9.100cvs190
4293
4294         * manual/Makefile.am
4295         * configure.ac
4296                 Make building the manual optional 
4297                 (--disable-manual)
4298
4299 2006-01-26 [paul]       1.9.100cvs189
4300
4301         * manual/glossary.xml
4302         * manual/plugins.xml
4303                 edited
4304         * po/en_GB.po
4305                 updated
4306
4307 2006-01-26 [paul]       1.9.100cvs188
4308
4309         * src/prefs_display_header.c
4310         * src/prefs_folder_column.c
4311         * src/prefs_msg_colors.c
4312         * src/prefs_summaries.c
4313         * src/prefs_summary_column.c
4314                 HIGify
4315
4316 2006-01-25 [colin]      1.9.100cvs187
4317
4318         * src/imap.c
4319                 Don't allow moving/copying mails between
4320                 queue/drafts and non-queue/drafts folders
4321                 Fixes bug #897 (message header is resetted 
4322                 if one is copied to Drafts)
4323
4324 2006-01-25 [colin]      1.9.100cvs186
4325
4326         * src/folder.c
4327         * src/mainwindow.c
4328                 Fix subscribed folders not found
4329         * src/compose.c
4330                 Don't try to encode as original mail's charset
4331                 if it's ascii 
4332
4333 2006-01-25 [paul]       1.9.100cvs185
4334
4335         * AUTHORS
4336         * po/Makevars
4337                 updated
4338         * po/de.po
4339         * po/pl.po
4340         * po/pt_BR.po
4341         * po/sr.po
4342                 updates submitted by Stephan Sachse, Emilian Nowak
4343                 and Quar, Frederico Goncalves Guimaraes, and
4344                 Aleksandar Urosevic
4345                 Fix Bug 896, 'PT_BR locale broken'.
4346         * src/gtk/authors.h
4347                 updated
4348
4349 2006-01-24 [mones]      1.9.100cvs184
4350
4351         * manual/glossary.xml
4352                 All current terms finished. Reviewers welcome ;-)
4353         * manual/keyboard.xml
4354                 Fixed column width for pdf output.
4355         * po/es.po
4356                 Updated
4357
4358 2006-01-24 [paul]       1.9.100cvs183
4359
4360         * manual/glossary.xml
4361                 fix id name
4362         * manual/dist/html/Makefile.am
4363         * manual/dist/pdf/Makefile.am
4364         * manual/dist/ps/Makefile.am
4365         * manual/dist/txt/Makefile.am
4366                 fix make deps
4367                 Thanks to Colin
4368
4369 2006-01-24 [mones]      1.9.100cvs182
4370
4371         * manual/glossary.xml
4372                 Nearly finished, some terms missing.
4373
4374 2006-01-23 [paul]       1.9.100cvs181
4375
4376         * manual/dist/html/Makefile.am
4377         * manual/dist/pdf/Makefile.am
4378         * manual/dist/ps/Makefile.am
4379         * manual/dist/txt/Makefile.am
4380         * src/mainwindow.c
4381                 re-enable manual
4382                 Thanks to Colin
4383
4384 2006-01-22 [colin]      1.9.100cvs180
4385
4386         * src/compose.c
4387         * src/gtk/gtkaspell.c
4388                 Don't deselect stuff before right-clicking, with aspell.
4389                 (This prevented right-click Copy, for example).
4390                 Thanks to Clo!
4391
4392 2006-01-22 [paul]       1.9.100cvs179
4393
4394         * src/summary_search.c
4395                 don't fix the widget size as it causes problems
4396                 under localisation.
4397                 Thanks to Emilian Nowak
4398
4399 2006-01-21 [paul]       1.9.100cvs178
4400
4401         * src/prefs_themes.c
4402                 fix broken underlining of label text
4403                 with some translations
4404
4405 2006-01-21 [colin]      1.9.100cvs177
4406
4407         * po/fr.po
4408                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4409
4410 2006-01-20 [colin]      1.9.100cvs176
4411
4412         * configure.ac
4413         * Makefile.am
4414         * manual/Makefile
4415         * manual/dist/html/.cvsignore
4416         * manual/dist/html/Makefile.am
4417         * manual/dist/pdf/.cvsignore
4418         * manual/dist/pdf/Makefile.am
4419         * manual/dist/ps/.cvsignore
4420         * manual/dist/ps/Makefile.am
4421         * manual/dist/txt/.cvsignore
4422         * manual/dist/txt/Makefile.am
4423                 Autotool-ize manual
4424
4425 2006-01-20 [paul]       1.9.100cvs175
4426
4427         * manual/handling.xml
4428                 make Filtering and Searching entries easier to find
4429         * manual/keyboard.xml
4430                 add the remaining default keybinds
4431         * src/prefs_summaries.c
4432                 update the default keybinds
4433
4434 2006-01-20 [paul]       1.9.100cvs174
4435
4436         * src/addressbook.c
4437         * src/addrgather.c
4438         * src/addrharvest.c
4439         * src/editaddress.c
4440         * src/editgroup.c
4441         * src/exphtmldlg.c
4442         * src/expldifdlg.c
4443         * src/exporthtml.c
4444         * src/exportldif.c
4445         * src/ldif.c
4446                 replace 'e-mail' with 'email'
4447         * src/summary_search.c
4448                 add mnemonic to "Find all" button
4449
4450 2006-01-20 [wwp]        1.9.100cvs173
4451
4452         * src/export.c
4453         * src/import.c
4454                 touched mbox import/export buttons for HIG-compliance
4455
4456 2006-01-19 [paul]       1.9.100cvs172
4457
4458         * manual/account.xml
4459         * manual/addrbook.xml
4460         * manual/advanced.xml
4461         * manual/faq.xml
4462         * manual/handling.xml
4463         * manual/intro.xml
4464         * manual/plugins.xml
4465         * manual/starting.xml
4466                 more editing
4467
4468 2006-01-19 [paul]       1.9.100cvs171
4469
4470         * src/toolbar.c
4471                 allow use of trash button while receiving
4472                 Thanks to Colin
4473
4474 2006-01-19 [wwp]        1.9.100cvs170
4475
4476         * src/gtk/quicksearch.c
4477         * src/compose.c
4478                 force text color to black when yellow background is set
4479
4480 2006-01-19 [colin]      1.9.100cvs169
4481
4482         * src/plugins/trayicon/trayicon.c
4483                 Gray out Get Mail when already getting mail
4484
4485 2006-01-18 [paul]       1.9.100cvs168
4486
4487         * src/compose.c
4488                 give widget yellow background was To is
4489                 set via folder prefs
4490         * src/gtk/quicksearch.c
4491                 give widget yellow background when quick
4492                 search is active.
4493                 Thanks to Colin
4494
4495 2006-01-18 [paul]       1.9.100cvs167
4496
4497         * doc/man/sylpheed-claws.1
4498                 add --subscribe option
4499
4500 2006-01-18 [paul]       1.9.100cvs166
4501
4502         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4503         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4504                 use %U instead of %F (%F is broken for user installed
4505                 files in kde 3.5)
4506
4507 2006-01-18 [colin]      1.9.100cvs165
4508
4509         * src/summaryview.c
4510                 Default to Yes in "No more * messages" dialogs
4511
4512 2006-01-17 [colin]      1.9.100cvs164
4513
4514         * src/compose.c
4515                 Possibly fix an invalid iterator causing
4516                 crash
4517
4518 2006-01-17 [colin]      1.9.100cvs163
4519
4520         * src/mimeview.c
4521                 Fix crash when the image disappears under the
4522                 image viewer
4523
4524 2006-01-16 [colin]      1.9.100cvs162
4525
4526         * src/compose.c
4527                 Fix reenabling autowrap
4528
4529 2006-01-16 [colin]      1.9.100cvs161
4530
4531         * src/compose.c
4532                 reset quote_len before getting quote_str
4533
4534 2006-01-16 [colin]      1.9.100cvs160
4535
4536         * src/account.c
4537         * src/account.h
4538         * src/folder.c
4539         * src/imap_gtk.c
4540         * src/mh_gtk.c
4541                 Fix bug #883 (default inbox does not track folder move)
4542
4543 2006-01-16 [colin]      1.9.100cvs159
4544
4545         * src/compose.c
4546         * src/plugins/pgpcore/passphrase.c
4547                 More buttons fixes
4548
4549 2006-01-16 [paul]       1.9.100cvs158
4550
4551         * src/prefs_actions.c
4552         * src/prefs_filtering_action.c
4553         * src/prefs_matcher.c
4554         * src/quote_fmt.c
4555         * src/gtk/description_window.c
4556         * src/gtk/description_window.h
4557         * src/gtk/quicksearch.c
4558                 description window cleanups
4559
4560 2006-01-15 [colin]      1.9.100cvs157
4561
4562         * src/addressbook.c
4563         * src/prefs_filtering.c
4564                 Same here
4565
4566 2006-01-15 [colin]      1.9.100cvs156
4567
4568         * src/folderview.c
4569         * src/mainwindow.c
4570                 Same for "Empty trash"
4571
4572 2006-01-15 [colin]      1.9.100cvs155
4573
4574         * src/inc.c
4575                 Override offline dialog had Yes by default
4576
4577 2006-01-15 [colin]      1.9.100cvs154
4578
4579         * src/summaryview.c
4580                 Delete selected messages? previously had Yes the default
4581
4582 2006-01-15 [colin]      1.9.100cvs153
4583
4584         * src/folder.c
4585         * src/folder.h
4586         * src/main.c
4587                 Check if a mailbox is loaded after all
4588                 plugins are loaded.
4589
4590 2006-01-15 [colin]      1.9.100cvs152
4591
4592         * src/folder.c
4593                 Don't start wizard when there are unloaded folders (will help
4594                 people with only mbox or maildir mailboxes)
4595
4596 2006-01-14 [colin]      1.9.100cvs151
4597
4598         * src/addressbook.c
4599         * src/expldifdlg.c
4600         * src/importldif.c
4601         * src/importmutt.c
4602         * src/importpine.c
4603         * src/mh_gtk.c
4604                 More HIG compliance and fixes
4605
4606 2006-01-14 [colin]      1.9.100cvs150
4607
4608         * src/prefs_filtering_action.c
4609         * src/foldersel.c
4610                 Two forgotten button order changes
4611
4612 2006-01-14 [colin]      1.9.100cvs149
4613
4614         * src/account.c
4615         * src/addressbook.c
4616         * src/compose.c
4617         * src/folderview.c
4618         * src/imap_gtk.c
4619         * src/mainwindow.c
4620         * src/mh_gtk.c
4621         * src/news_gtk.c
4622         * src/prefs_actions.c
4623         * src/prefs_customheader.c
4624         * src/prefs_filtering.c
4625         * src/prefs_matcher.c
4626         * src/prefs_template.c
4627         * src/ssl_manager.c
4628         * src/summaryview.c
4629         * src/textview.c
4630         * src/toolbar.c
4631                 All deletion confirmations are now "Cancel, Delete" 
4632                 instead of "No, Yes"
4633                 Clarified most of the other "No, Yes" to 
4634                 "Cancel, Descriptive_action"
4635                 Rechanged the "Entry not saved" alerts to have 
4636                 "Close, Continue editing"
4637
4638
4639 2006-01-14 [paul]
4640
4641         * 2.0.0-rc4 released
4642
4643 2006-01-14 [paul]       1.9.100cvs148
4644
4645         * src/account.c
4646         * src/addressadd.c
4647         * src/addressbook.c
4648         * src/compose.c
4649         * src/editaddress.c
4650         * src/editbook.c
4651         * src/editgroup.c
4652         * src/editjpilot.c
4653         * src/editldap.c
4654         * src/editvcard.c
4655         * src/exphtmldlg.c
4656         * src/expldifdlg.c
4657         * src/folderview.c
4658         * src/grouplistdialog.c
4659         * src/imap_gtk.c
4660         * src/importmutt.c
4661         * src/importpine.c
4662         * src/inc.c
4663         * src/main.c
4664         * src/mainwindow.c
4665         * src/message_search.c
4666         * src/messageview.c
4667         * src/mh_gtk.c
4668         * src/mimeview.c
4669         * src/news_gtk.c
4670         * src/prefs_actions.c
4671         * src/prefs_customheader.c
4672         * src/prefs_filtering.c
4673         * src/prefs_matcher.c
4674         * src/prefs_template.c
4675         * src/prefs_themes.c
4676         * src/ssl_manager.c
4677         * src/summary_search.c
4678         * src/summaryview.c
4679         * src/textview.c
4680         * src/toolbar.c
4681         * src/gtk/foldersort.c
4682         * src/gtk/gtkaspell.c
4683         * src/gtk/inputdialog.c
4684         * src/gtk/prefswindow.c
4685         * src/plugins/pgpcore/select-keys.c
4686         * src/plugins/trayicon/trayicon.c
4687                 HIG compliant button order
4688
4689 2006-01-14 [mones]      1.9.100cvs147
4690
4691         * po/es.po
4692                 Updated translation
4693
4694 2006-01-13 [paul]       1.9.100cvs146
4695
4696         * AUTHORS
4697         * ChangeLog
4698         * src/gtk/authors.h
4699                 add Joshua M. Kwan to contributors list
4700
4701 2006-01-13 [colin]      1.9.100cvs145
4702
4703         * src/gtk/quicksearch.c
4704                 Don't refocus quick search after executing (Esc or Enter)
4705                 Allows to '/'search something then move up/down in 
4706                 summaryview, and to Esc a search and be back in the 
4707                 summaryview
4708
4709 2006-01-13 [paul]       1.9.100cvs144
4710
4711         * src/plugins/pgpinline/pgpinline.c
4712                 support Content-Type 'application/pgp'
4713                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4714
4715 2006-01-13 [paul]       1.9.100cvs143
4716
4717         * manual/account.xml
4718                 make mention of partial retrieval
4719                 thanks to Colin
4720
4721 2006-01-13 [paul]       1.9.100cvs142
4722
4723         * src/account.c
4724         * src/account.h
4725         * src/action.c
4726         * src/action.h
4727         * src/adbookbase.h
4728         * src/addr_compl.c
4729         * src/addr_compl.h
4730         * src/addrbook.c
4731         * src/addrcache.c
4732         * src/addrcache.h
4733         * src/addrcindex.c
4734         * src/addrcindex.h
4735         * src/addrclip.c
4736         * src/addrclip.h
4737         * src/addrdefs.h
4738         * src/addressadd.c
4739         * src/addressadd.h
4740         * src/addressbook.c
4741         * src/addressbook.h
4742         * src/addrgather.c
4743         * src/addrgather.h
4744         * src/addrharvest.c
4745         * src/addrharvest.h
4746         * src/addrindex.c
4747         * src/addrindex.h
4748         * src/addritem.c
4749         * src/addritem.h
4750         * src/addrquery.c
4751         * src/addrquery.h
4752         * src/addrselect.c
4753         * src/addrselect.h
4754         * src/alertpanel.c
4755         * src/alertpanel.h
4756         * src/browseldap.c
4757         * src/browseldap.h
4758         * src/codeconv.c
4759         * src/codeconv.h
4760         * src/compose.c
4761         * src/compose.h
4762         * src/customheader.c
4763         * src/customheader.h
4764         * src/displayheader.c
4765         * src/displayheader.h
4766         * src/editaddress.c
4767         * src/editaddress.h
4768         * src/editbook.c
4769         * src/editbook.h
4770         * src/editgroup.c
4771         * src/editgroup.h
4772         * src/editjpilot.c
4773         * src/editjpilot.h
4774         * src/editldap.c
4775         * src/editldap.h
4776         * src/editldap_basedn.c
4777         * src/editldap_basedn.h
4778         * src/editvcard.c
4779         * src/editvcard.h
4780         * src/exphtmldlg.c
4781         * src/exphtmldlg.h
4782         * src/expldifdlg.c
4783         * src/expldifdlg.h
4784         * src/export.h
4785         * src/exporthtml.c
4786         * src/exporthtml.h
4787         * src/exportldif.c
4788         * src/exportldif.h
4789         * src/filtering.c
4790         * src/filtering.h
4791         * src/folder.c
4792         * src/folder.h
4793         * src/folder_item_prefs.c
4794         * src/folder_item_prefs.h
4795         * src/foldersel.c
4796         * src/foldersel.h
4797         * src/folderutils.c
4798         * src/folderutils.h
4799         * src/folderview.c
4800         * src/folderview.h
4801         * src/grouplistdialog.c
4802         * src/grouplistdialog.h
4803         * src/headerview.c
4804         * src/html.c
4805         * src/html.h
4806         * src/image_viewer.c
4807         * src/image_viewer.h
4808         * src/imap.c
4809         * src/imap.h
4810         * src/imap_gtk.c
4811         * src/imap_gtk.h
4812         * src/import.h
4813         * src/importldif.c
4814         * src/importldif.h
4815         * src/importmutt.c
4816         * src/importmutt.h
4817         * src/importpine.c
4818         * src/importpine.h
4819         * src/inc.c
4820         * src/inc.h
4821         * src/jpilot.c
4822         * src/jpilot.h
4823         * src/ldapctrl.c
4824         * src/ldapctrl.h
4825         * src/ldaplocate.c
4826         * src/ldaplocate.h
4827         * src/ldapquery.c
4828         * src/ldapquery.h
4829         * src/ldapserver.c
4830         * src/ldapserver.h
4831         * src/ldaputil.c
4832         * src/ldaputil.h
4833         * src/ldif.c
4834         * src/ldif.h
4835         * src/main.c
4836         * src/main.h
4837         * src/mainwindow.c
4838         * src/mainwindow.h
4839         * src/manual.c
4840         * src/manual.h
4841         * src/mbox.c
4842         * src/mbox.h
4843         * src/message_search.c
4844         * src/message_search.h
4845         * src/messageview.c
4846         * src/messageview.h
4847         * src/mh.c
4848         * src/mh.h
4849         * src/mh_gtk.c
4850         * src/mh_gtk.h
4851         * src/mimeview.c
4852         * src/mimeview.h
4853         * src/msgcache.c
4854         * src/msgcache.h
4855         * src/mutt.c
4856         * src/mutt.h
4857         * src/news.c
4858         * src/news.h
4859         * src/news_gtk.c
4860         * src/news_gtk.h
4861         * src/partial_download.c
4862         * src/partial_download.h
4863         * src/pine.c
4864         * src/pine.h
4865         * src/pop.c
4866         * src/pop.h
4867         * src/prefs_account.c
4868         * src/prefs_account.h
4869         * src/prefs_actions.c
4870         * src/prefs_actions.h
4871         * src/prefs_common.c
4872         * src/prefs_common.h
4873         * src/prefs_compose_writing.c
4874         * src/prefs_compose_writing.h
4875         * src/prefs_customheader.c
4876         * src/prefs_customheader.h
4877         * src/prefs_display_header.c
4878         * src/prefs_display_header.h
4879         * src/prefs_filtering.c
4880         * src/prefs_filtering.h
4881         * src/prefs_filtering_action.c
4882         * src/prefs_filtering_action.h
4883         * src/prefs_folder_column.c
4884         * src/prefs_folder_column.h
4885         * src/prefs_folder_item.c
4886         * src/prefs_folder_item.h
4887         * src/prefs_fonts.c
4888         * src/prefs_fonts.h
4889         * src/prefs_gtk.c
4890         * src/prefs_gtk.h
4891         * src/prefs_image_viewer.c
4892         * src/prefs_image_viewer.h
4893         * src/prefs_matcher.c
4894         * src/prefs_matcher.h
4895         * src/prefs_message.c
4896         * src/prefs_msg_colors.c
4897         * src/prefs_msg_colors.h
4898         * src/prefs_other.c
4899         * src/prefs_quote.c
4900         * src/prefs_receive.c
4901         * src/prefs_send.c
4902         * src/prefs_spelling.c
4903         * src/prefs_spelling.h
4904         * src/prefs_summaries.c
4905         * src/prefs_summaries.h
4906         * src/prefs_summary_column.c
4907         * src/prefs_summary_column.h
4908         * src/prefs_template.c
4909         * src/prefs_template.h
4910         * src/prefs_themes.c
4911         * src/prefs_themes.h
4912         * src/prefs_toolbar.c
4913         * src/prefs_toolbar.h
4914         * src/prefs_wrapping.c
4915         * src/prefs_wrapping.h
4916         * src/privacy.c
4917         * src/privacy.h
4918         * src/procheader.c
4919         * src/procheader.h
4920         * src/procmime.c
4921         * src/procmime.h
4922         * src/procmsg.c
4923         * src/procmsg.h
4924         * src/quote_fmt.c
4925         * src/quote_fmt_parse.y
4926         * src/recv.c
4927         * src/recv.h
4928         * src/remotefolder.c
4929         * src/remotefolder.h
4930         * src/send_message.c
4931         * src/send_message.h
4932         * src/setup.c
4933         * src/setup.h
4934         * src/sourcewindow.c
4935         * src/sourcewindow.h
4936         * src/ssl_manager.c
4937         * src/ssl_manager.h
4938         * src/statusbar.c
4939         * src/statusbar.h
4940         * src/stock_pixmap.c
4941         * src/stock_pixmap.h
4942         * src/summary_search.c
4943         * src/summary_search.h
4944         * src/summaryview.c
4945         * src/summaryview.h
4946         * src/syldap.c
4947         * src/syldap.h
4948         * src/textview.c
4949         * src/textview.h
4950         * src/toolbar.c
4951         * src/toolbar.h
4952         * src/undo.c
4953         * src/undo.h
4954         * src/unmime.c
4955         * src/unmime.h
4956         * src/vcard.c
4957         * src/vcard.h
4958         * src/wizard.c
4959         * src/wizard.h
4960         * src/common/base64.c
4961         * src/common/base64.h
4962         * src/common/defs.h
4963         * src/common/hooks.c
4964         * src/common/hooks.h
4965         * src/common/log.c
4966         * src/common/log.h
4967         * src/common/mgutils.c
4968         * src/common/mgutils.h
4969         * src/common/nntp.c
4970         * src/common/nntp.h
4971         * src/common/passcrypt.c
4972         * src/common/passcrypt.h.in
4973         * src/common/plugin.c
4974         * src/common/plugin.h
4975         * src/common/prefs.c
4976         * src/common/prefs.h
4977         * src/common/progressindicator.c
4978         * src/common/progressindicator.h
4979         * src/common/quoted-printable.c
4980         * src/common/quoted-printable.h
4981         * src/common/session.c
4982         * src/common/session.h
4983         * src/common/smtp.c
4984         * src/common/smtp.h
4985         * src/common/socket.c
4986         * src/common/socket.h
4987         * src/common/ssl.c
4988         * src/common/ssl.h
4989         * src/common/ssl_certificate.c
4990         * src/common/ssl_certificate.h
4991         * src/common/stringtable.c
4992         * src/common/stringtable.h
4993         * src/common/sylpheed.c
4994         * src/common/sylpheed.h
4995         * src/common/template.c
4996         * src/common/template.h
4997         * src/common/timing.h
4998         * src/common/utils.c
4999         * src/common/utils.h
5000         * src/common/version.h.in
5001         * src/common/xml.c
5002         * src/common/xml.h
5003         * src/common/xmlprops.c
5004         * src/common/xmlprops.h
5005         * src/gtk/colorlabel.c
5006         * src/gtk/colorsel.c
5007         * src/gtk/colorsel.h
5008         * src/gtk/description_window.c
5009         * src/gtk/description_window.h
5010         * src/gtk/filesel.c
5011         * src/gtk/filesel.h
5012         * src/gtk/foldersort.c
5013         * src/gtk/foldersort.h
5014         * src/gtk/gtkutils.c
5015         * src/gtk/gtkutils.h
5016         * src/gtk/inputdialog.c
5017         * src/gtk/inputdialog.h
5018         * src/gtk/logwindow.c
5019         * src/gtk/logwindow.h
5020         * src/gtk/manage_window.c
5021         * src/gtk/manage_window.h
5022         * src/gtk/menu.c
5023         * src/gtk/menu.h
5024         * src/gtk/pluginwindow.c
5025         * src/gtk/pluginwindow.h
5026         * src/gtk/prefswindow.c
5027         * src/gtk/prefswindow.h
5028         * src/gtk/progressdialog.c
5029         * src/gtk/progressdialog.h
5030         * src/gtk/sslcertwindow.c
5031         * src/gtk/sslcertwindow.h
5032         * src/plugins/clamav/clamav_plugin.c
5033         * src/plugins/clamav/clamav_plugin.h
5034         * src/plugins/clamav/clamav_plugin_gtk.c
5035         * src/plugins/demo/demo.c
5036         * src/plugins/dillo_viewer/dillo_prefs.c
5037         * src/plugins/dillo_viewer/dillo_prefs.h
5038         * src/plugins/dillo_viewer/dillo_viewer.c
5039         * src/plugins/pgpcore/passphrase.c
5040         * src/plugins/pgpcore/passphrase.h
5041         * src/plugins/pgpcore/plugin.c
5042         * src/plugins/pgpcore/select-keys.c
5043         * src/plugins/pgpcore/select-keys.h
5044         * src/plugins/pgpcore/sgpgme.c
5045         * src/plugins/pgpcore/sgpgme.h
5046         * src/plugins/pgpinline/pgpinline.c
5047         * src/plugins/pgpinline/pgpinline.h
5048         * src/plugins/pgpinline/plugin.c
5049         * src/plugins/pgpmime/pgpmime.c
5050         * src/plugins/pgpmime/pgpmime.h
5051         * src/plugins/pgpmime/plugin.c
5052         * src/plugins/spamassassin/spamassassin.c
5053         * src/plugins/spamassassin/spamassassin.h
5054         * src/plugins/spamassassin/spamassassin_gtk.c
5055         * src/plugins/trayicon/trayicon.c
5056                 update copyright header
5057
5058 2006-01-13 [paul]       1.9.100cvs141
5059
5060         * src/account.c
5061         * src/export.c
5062         * src/import.c
5063         * src/mainwindow.c
5064         * src/prefs_account.c
5065         * src/prefs_display_header.c
5066         * src/prefs_receive.c
5067         * src/prefs_send.c
5068         * src/prefs_summaries.c
5069         * src/prefs_themes.c
5070         * src/prefs_toolbar.c
5071         * src/gtk/about.c
5072                 various cleanups
5073
5074 2006-01-12 [colin]      1.9.100cvs140
5075
5076         * src/folder.c
5077         * src/folder.h
5078         * src/main.c
5079                 Add --subscribe option
5080                 Let sylpheed-claws email@domain.com equivalent to --compose
5081                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5082
5083 2006-01-12 [paul]       1.9.100cvs139
5084
5085         * src/mainwindow.c
5086                 append 'Change folder order' label with '...'
5087         * src/prefs_actions.c
5088                 allow reordering of actions list by dnd
5089         * src/gtk/foldersort.c
5090                 make the dialog nicer
5091
5092 2006-01-11 [colin]      1.9.100cvs138
5093
5094         * src/compose.c
5095                 Allow templates without text
5096
5097 2006-01-11 [paul]       1.9.100cvs137
5098
5099         * tools/README
5100         * tools/filter_conv_new.pl
5101                 add info to README
5102                 also check .sylpheed for filter.xml
5103                 be a bit informative to the user
5104
5105 2006-01-11 [colin]      1.9.100cvs136
5106
5107         * src/textview.c
5108                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5109
5110 2006-01-10 [paul]       1.9.100cvs135
5111
5112         * tools/Makefile.am
5113         * tools/filter_conv_new.pl
5114                 add script to convert new style Sylpheed
5115                 filter rules (Sylpheed >= 0.9.99) to
5116                 Claws filtering rules
5117
5118 2006-01-10 [colin]      1.9.100cvs134
5119
5120         * src/compose.c
5121                 Fix broken line joins in certain conditions
5122                 (between two quoted lines: <enter><enter><up>
5123                  <type a wrapped sentence><go in the first line>
5124                  <insert more text><watch as line joining failed>)
5125
5126 2006-01-10 [paul]       1.9.100cvs133
5127
5128         * src/compose.c
5129                 don't report success in error dialog
5130                 thanks to Colin
5131         * src/common/utils.c
5132                 include some trailing punctuations as URI
5133                 thanks to Hiro
5134
5135 2006-01-10 [paul]       1.9.100cvs132
5136
5137         * src/mimeview.c
5138                 fix incompatible pointer type
5139                 warning
5140
5141 2006-01-10 [paul]       1.9.100cvs131
5142
5143         * src/compose.c
5144                 change Subject in window title
5145                 instantaneously
5146
5147 2006-01-09 [colin]      1.9.100cvs130
5148
5149         * src/addressbook.c
5150         * src/headerview.c
5151         * src/mainwindow.c
5152         * src/messageview.c
5153         * src/mimeview.c
5154         * src/noticeview.c
5155         * src/summaryview.c
5156                 Fix possible crashes on exit and in addressbook
5157
5158 2006-01-09 [paul]       1.9.100cvs129
5159
5160         * src/prefs_msg_colors.c
5161                 some cleanups that I forgot last time
5162
5163 2006-01-09 [paul]       1.9.100cvs128
5164
5165         * README
5166         * src/folderview.c
5167         * src/prefs_msg_colors.c
5168                 add previously hidden option, color_new, to
5169                 the gui
5170                 move the page to Display/
5171                 rework the gui
5172
5173 2006-01-09 [wwp]        1.9.100cvs127
5174
5175         * src/prefs_themes.c
5176                 made the prefs/display/themes layouts spacing less condensed
5177                 (and so they match other prefs/pages' look).
5178
5179 2006-01-09 [paul]       1.9.100cvs126
5180
5181         * src/compose.c
5182         * src/prefs_common.c
5183         * src/prefs_common.h
5184         * src/prefs_wrapping.c
5185                 remove 'wrap at send' option
5186
5187 2006-01-06 [colin]      1.9.100cvs125
5188
5189         * src/compose.c
5190                 Just make completely sure we don't insert "manual line breaks" 
5191                 when wrapping... 
5192
5193 2006-01-04 [paul]
5194
5195         * 2.0.0-rc3 released
5196
5197 2006-01-04 [paul]       1.9.100cvs124
5198
5199         * src/folderview.c
5200                 fix bug 882, 'quick scroll in folder list
5201                 displays wrong folder contents'
5202
5203 2006-01-04 [paul]       1.9.100cvs123
5204
5205         * src/plugins/pgpmime/pgpmime.c
5206                 better debug information when signing
5207                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5208
5209 2006-01-03 [colin]      1.9.100cvs122
5210
5211         * configure.ac
5212                 We need to recheck for gpgme 1.0.0 after checking
5213                 for 1.1.1, because if 1.1.1 isn't available, 
5214                 GPGME_LIBS and friends are blanked out by the 
5215                 second check.
5216
5217 2006-01-03 [colin]      1.9.100cvs121
5218
5219         * src/common/prefs.c
5220                 Windows unlink-before rename fix
5221         * src/plugins/pgpcore/sgpgme.c
5222                 Add support for PKA info if available
5223                 Both patches by Werner Koch
5224
5225 2006-01-03 [paul]       1.9.100cvs120
5226
5227         * src/messageview.c
5228                 fix bug 884, 'Send receipt' button visible in queue
5229                 Thanks to Colin
5230
5231 2006-01-02 [colin]      1.9.100cvs119
5232
5233         * src/compose.c
5234         * src/imap.c
5235                 Fix autosave on IMAP and more generally try to
5236                 return the correct ID on a newly added IMAP message
5237
5238 2006-01-02 [paul]       1.9.100cvs118
5239
5240         * manual/keyboard.xml
5241                 edited
5242
5243 2006-01-01 [paul]       1.9.100cvs117
5244
5245         * src/gtk/authors.h
5246                 alphabetical order
5247
5248 2005-12-30 [colin]      1.9.100cvs116
5249
5250         * manual/advanced.xml
5251                 Explain Pre/Post-processing differences.
5252
5253 2005-12-30 [colin]      1.9.100cvs115
5254
5255         * src/mh.c
5256                 Implement copy_msgs for a little optimization
5257         * src/imap.c
5258                 Finish yesterday's fix
5259
5260 2005-12-29 [colin]      1.9.100cvs114
5261
5262         * src/imap.c
5263                 Fix occasional failure in fetching a mail over
5264                 IMAP
5265
5266 2005-12-29 [colin]      1.9.100cvs113
5267
5268         * src/compose.c
5269                 Don't remove a draft when sending it, if it is 
5270                 locked.
5271
5272 2005-12-28 [colin]      1.9.100cvs112
5273
5274         * src/summaryview.c
5275                 Fix leak for real
5276
5277 2005-12-28 [wwp]        1.9.100cvs111
5278
5279         * doc/faq/.cvsignore
5280         * doc/faq/de/.cvsignore
5281         * doc/faq/en/.cvsignore
5282         * doc/faq/es/.cvsignore
5283         * doc/faq/fr/.cvsignore
5284         * doc/faq/it/.cvsignore
5285         * doc/manual/.cvsignore
5286         * doc/manual/de/.cvsignore
5287         * doc/manual/en/.cvsignore
5288         * doc/manual/es/.cvsignore
5289         * doc/manual/fr/.cvsignore
5290         * doc/manual/ja/.cvsignore
5291         * src/plugins/mathml_viewer/.cvsignore
5292                 rollback revival of those files (my bad, sorry for the noise).
5293
5294 2005-12-28 [wwp]        1.9.100cvs110
5295
5296         * src/compose.c
5297                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5298
5299 2005-12-28 [wwp]        1.9.100cvs109
5300
5301         * doc/faq/.cvsignore
5302         * doc/faq/de/.cvsignore
5303         * doc/faq/en/.cvsignore
5304         * doc/faq/es/.cvsignore
5305         * doc/faq/fr/.cvsignore
5306         * doc/faq/it/.cvsignore
5307         * doc/manual/.cvsignore
5308         * doc/manual/de/.cvsignore
5309         * doc/manual/en/.cvsignore
5310         * doc/manual/es/.cvsignore
5311         * doc/manual/fr/.cvsignore
5312         * doc/manual/ja/.cvsignore
5313         * src/plugins/mathml_viewer/.cvsignore
5314         * po/.cvsignore
5315                 more files to ignore.
5316
5317 2005-12-24 [colin]      1.9.100cvs108
5318
5319         * AUTHORS
5320         * src/gtk/authors.h
5321                 Update for Werner
5322
5323 2005-12-24 [colin]      1.9.100cvs107
5324
5325         * src/procmsg.c
5326                 Allow NULL src_msginfo in 
5327                 procmsg_msginfo_new_from_mimeinfo
5328
5329 2005-12-23 [paul]       1.9.100cvs106
5330
5331         * src/plugins/pgpinline/mypgpcore.def
5332                 add this forgotten file
5333
5334 2005-12-23 [colin]      1.9.100cvs105
5335
5336         * src/mainwindow.c
5337                 Fix missing break
5338
5339 2005-12-23 [colin]      1.9.100cvs104
5340
5341         * autogen.sh
5342         * src/folder.c
5343         * src/mh.c
5344         * src/common/plugin.c
5345         * src/common/socket.c
5346         * src/common/socket.h
5347         * src/common/utils.c
5348         * src/common/utils.h
5349         * src/gtk/pluginwindow.c
5350         * src/plugins/pgpcore/plugin.def
5351         * src/plugins/pgpcore/sylpheed.def
5352         * src/plugins/pgpinline/Makefile.am
5353         * src/plugins/pgpinline/plugin.def
5354         * src/plugins/pgpinline/sylpheed.def
5355         * src/plugins/pgpmime/plugin.def
5356         * src/plugins/pgpmime/sylpheed.def
5357                 Various w32 fixes by Werner Koch
5358
5359 2005-12-22 [paul]       1.9.100cvs103
5360
5361         * src/wizard.c
5362                 don't offer IMAP as 'server type' if
5363                 libetpan isn't built in
5364
5365 2005-12-22 [paul]       1.9.100cvs102
5366
5367         * AUTHORS
5368         * src/mainwindow.c
5369         * src/mainwindow.h
5370         * src/toolbar.c
5371         * src/gtk/authors.h
5372                 support GTK_TOOLBAR_BOTH_HORIZ (text
5373                 next to icon) Patch by Marien Zwart
5374                 marienz@users.sf.net
5375                 Also reword the text
5376
5377 2005-12-21 [colin]      1.9.100cvs101
5378
5379         * configure.ac
5380                 Fix DATADIRNAME
5381         * COPYING
5382                 Fix missing section and explicit the exception better
5383         * src/compose.c
5384                 Prevent mail from being lost without notice when an
5385                 SMTP error happens on trying to send an unmodified
5386                 drafted mail.
5387         * src/send_message.c
5388         * src/common/smtp.c
5389                 Fix password remembering when wrong, and add return
5390                 value checks where they should have been
5391         * src/plugins/pgpcore/sylpheed.def
5392         * src/plugins/pgpinline/sylpheed.def
5393         * src/plugins/pgpmime/sylpheed.def
5394                 Add a few symbols needed
5395
5396 2005-12-21 [paul]       1.9.100cvs100
5397
5398         * m4/codeset.m4
5399         * m4/glibc21.m4
5400         * m4/intdiv0.m4
5401         * m4/inttypes-pri.m4
5402         * m4/inttypes.m4
5403         * m4/inttypes_h.m4
5404         * m4/isc-posix.m4
5405         * m4/lcmessage.m4
5406         * m4/stdint_h.m4
5407         * m4/uintmax_t.m4
5408                 gettextization
5409                 thanks to Colin
5410
5411 2005-12-21 [paul]       1.9.100cvs99
5412
5413         * po/sv.po
5414                 fixed by Colin
5415
5416 2005-12-20 [paul]       1.9.100cvs98
5417
5418         * po/sv.po
5419                 updated by Anders Trobäck
5420
5421 2005-12-20 [colin]      1.9.100cvs97
5422
5423         * ABOUT-NLS
5424         * Makefile.am
5425         * autogen.sh
5426         * configure.ac
5427         * config/config.rpath
5428         * config/mkinstalldirs
5429         * m4/Makefile.am
5430         * m4/glibc2.m4
5431         * m4/gnupg.m4
5432         * m4/gpgme.m4
5433         * m4/intmax.m4
5434         * m4/longdouble.m4
5435         * m4/longlong.m4
5436         * m4/printf-posix.m4
5437         * m4/signed.m4
5438         * m4/size_max.m4
5439         * m4/ulonglong.m4
5440         * m4/wchar_t.m4
5441         * m4/wint_t.m4
5442         * m4/xsize.m4
5443         * po/Makefile.in.in
5444         * po/Makevars
5445         * po/bg.po
5446         * po/ca.po
5447         * po/cs.po
5448         * po/de.po
5449         * po/el.po
5450         * po/en_GB.po
5451         * po/es.po
5452         * po/fi.po
5453         * po/fr.po
5454         * po/hr.po
5455         * po/hu.po
5456         * po/it.po
5457         * po/ja.po
5458         * po/ko.po
5459         * po/nb.po
5460         * po/nl.po
5461         * po/pl.po
5462         * po/pt_BR.po
5463         * po/ru.po
5464         * po/sk.po
5465         * po/sr.po
5466         * po/stamp-po
5467         * po/sv.po
5468         * po/zh_CN.po
5469         * po/zh_TW.po
5470         * src/Makefile.am
5471         * src/codeconv.c
5472         * src/compose.c
5473         * src/exporthtml.c
5474         * src/exportldif.c
5475         * src/folder.c
5476         * src/main.c
5477         * src/manual.c
5478         * src/mh.c
5479         * src/mimeview.c
5480         * src/send_message.c
5481         * src/common/Makefile.am
5482         * src/common/fnmatch.c
5483         * src/common/fnmatch.h
5484         * src/common/fnmatch_loop.c
5485         * src/common/nntp.c
5486         * src/common/plugin.c
5487         * src/common/smtp.c
5488         * src/common/socket.c
5489         * src/common/string_match.c
5490         * src/common/sylpheed.c
5491         * src/common/utils.c
5492         * src/common/utils.h
5493         * src/common/w32_dirent.c
5494         * src/common/w32_reg.c
5495         * src/common/w32_signal.c
5496         * src/common/w32_stat.c
5497         * src/common/w32_stdio.c
5498         * src/common/w32_stdlib.c
5499         * src/common/w32_string.c
5500         * src/common/w32_time.c
5501         * src/common/w32_unistd.c
5502         * src/common/w32_wait.c
5503         * src/common/w32lib.h
5504         * src/etpan/Makefile.am
5505         * src/gtk/Makefile.am
5506         * src/plugins/clamav/Makefile.am
5507         * src/plugins/demo/Makefile.am
5508         * src/plugins/dillo_viewer/Makefile.am
5509         * src/plugins/pgpcore/Makefile.am
5510         * src/plugins/pgpcore/passphrase.c
5511         * src/plugins/pgpcore/plugin.def
5512         * src/plugins/pgpcore/sgpgme.c
5513         * src/plugins/pgpcore/sylpheed.def
5514         * src/plugins/pgpcore/version.rc
5515         * src/plugins/pgpinline/Makefile.am
5516         * src/plugins/pgpinline/plugin.def
5517         * src/plugins/pgpinline/sylpheed.def
5518         * src/plugins/pgpinline/version.rc
5519         * src/plugins/pgpmime/Makefile.am
5520         * src/plugins/pgpmime/mypgpcore.def
5521         * src/plugins/pgpmime/plugin.def
5522         * src/plugins/pgpmime/sylpheed.def
5523         * src/plugins/pgpmime/version.rc
5524         * src/plugins/spamassassin/Makefile.am
5525                 Very little ;-) patch from Werner Koch, providing
5526                 infrastructure for cross-compiling to Win32
5527
5528 2005-12-20 [paul]       1.9.100cvs96
5529
5530         * src/account.c
5531         * src/account.h
5532         * src/mainwindow.c
5533         * src/mainwindow.h
5534         * src/toolbar.c
5535         * src/toolbar.h
5536                 add a combo to the Get All button, allowing
5537                 quick retrieval from any account
5538                 Patch by Fabien Vantard, slightly modified
5539                 by Colin
5540         * src/gtk/about.c
5541                 i18n fix. Patch by Fabien Vantard
5542
5543 2005-12-19 [colin]      1.9.100cvs95
5544
5545         * src/compose.c
5546         * src/compose.h
5547                 Don't automatically join lines when they've 
5548                 been separated by the user and not automatically
5549
5550 2005-12-19 [paul]       1.9.100cvs94
5551
5552         * src/gtk/pluginwindow.c
5553                 i18n fix.
5554                 Patch by Fabien Vantard
5555
5556 2005-12-15 [paul]       1.9.100cvs93
5557
5558         * src/common/plugin.c
5559         * src/common/plugin.h
5560         * src/gtk/pluginwindow.c
5561         * src/plugins/clamav/clamav_plugin.c
5562         * src/plugins/demo/demo.c
5563         * src/plugins/dillo_viewer/dillo_viewer.c
5564         * src/plugins/pgpcore/plugin.c
5565         * src/plugins/pgpinline/plugin.c
5566         * src/plugins/pgpmime/plugin.c
5567         * src/plugins/spamassassin/spamassassin.c
5568         * src/plugins/trayicon/trayicon.c
5569                 add plugin_version()
5570
5571 2005-12-15 [colin]      1.9.100cvs92
5572
5573         * src/compose.c
5574                 Further fix bug #875
5575
5576 2005-12-15 [paul]       1.9.100cvs91
5577
5578         * src/gtk/filesel.c
5579                 fix attach_load_dir getting set to
5580                 PLUGINDIR on plugin load
5581
5582 2005-12-14 [mones]      1.9.100cvs90
5583
5584         * manual/ack.xml
5585         * manual/keyboard.xml
5586                 Initial draft and some shortcuts added
5587                 
5588         * po/es.po
5589                 Updated translation
5590
5591 2005-12-14 [colin]      1.9.100cvs89
5592
5593         * src/compose.c
5594         * src/imap.c
5595         * src/summaryview.c
5596         * src/gtk/gtkaspell.c
5597                 More leaks fixed
5598         * src/prefs_folder_item.c
5599                 Fix recursive prefs apply
5600
5601
5602 2005-12-14 [colin]      1.9.100cvs88
5603
5604         * src/compose.c
5605                 Fix bug #875 (Freeze On Inline Forward of 
5606                 Large Message)
5607
5608 2005-12-13 [colin]      1.9.100cvs87
5609
5610         * src/compose.c
5611                 Uniq-ify and sort the mimetypes list
5612                 Patch by Fabien Vantard
5613
5614 2005-12-13 [colin]      1.9.100cvs86
5615
5616         * src/imap.c
5617         * src/etpan/imap-thread.c
5618                 Fix leaks (patch by Hoa)
5619         * src/news.c
5620         * src/common/plugin.c
5621                 Fix leaks
5622
5623 2005-12-12 [colin]
5624
5625         * 2.0.0-rc2 released
5626
5627 2005-12-12 [colin]      1.9.100cvs85
5628
5629         * src/matcher.c
5630                 Fix a leak
5631
5632 2005-12-12 [wwp]        1.9.100cvs84
5633
5634         * src/gtk/icon_legend.c
5635                 fix misbehaviour and crash when closing the legend window
5636         using the Esc key (patch by Fabien Vantard).
5637
5638 2005-12-12 [paul]       1.9.100cvs83
5639
5640         * src/browseldap.c
5641         * src/foldersel.c
5642         * src/prefs_actions.c
5643         * src/prefs_filtering.c
5644         * src/prefs_matcher.c
5645         * src/prefs_spelling.glade      ** REMOVED **
5646         * src/prefs_template.c
5647         * src/gtk/foldersort.glade      ** REMOVED **
5648         * src/gtk/pluginwindow.c
5649         * src/gtk/pluginwindow.glade    ** REMOVED **
5650         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5651                 cleanups
5652
5653 2005-12-11 [paul]       1.9.100cvs82
5654
5655         * src/gtk/filesel.c
5656                 fix attach_load_dir crasher (double free)
5657
5658 2005-12-09 [paul]       1.9.100cvs81
5659
5660         * po/POTFILES.in
5661         * src/mainwindow.c
5662         * src/gtk/Makefile.am
5663         * src/gtk/icon_legend.c
5664         * src/gtk/icon_legend.h
5665                 add icon legend
5666         * src/manual.c
5667                 cleanup
5668
5669 2005-12-09 [paul]       1.9.100cvs80
5670
5671         * src/plugins/pgpcore/passphrase.c
5672                 wrap the label in the dialog
5673
5674 2005-12-09 [colin]      1.9.100cvs79
5675
5676         * src/plugins/pgpcore/sgpgme.c
5677                 Display (untrusted) on not trusted signatures
5678                 Patch by Michal Èihaø <michal@cihar.com>
5679                 Closes bug #867 (Report also key trust)
5680
5681 2005-12-09 [colin]      1.9.100cvs78
5682
5683         * src/common/plugin.c
5684                 Update licence check, following Eben Moglen's advice
5685
5686 2005-12-08 [colin]      1.9.100cvs77
5687
5688         * src/folder.c
5689                 Fix the occasionnal item->cache != NULL 
5690                 assertion failure. 
5691
5692 2005-12-08 [colin]      1.9.100cvs76
5693
5694         * src/mimeview.c
5695         * src/plugins/pgpcore/sgpgme.c
5696                 Print key id when unable to check it
5697                 Closes bug #866 (Show key id when missing)
5698
5699 2005-12-08 [paul]       1.9.100cvs75
5700
5701         * src/prefs_common.c
5702         * src/prefs_common.h
5703         * src/gtk/filesel.c
5704                 remember load attachment dir
5705
5706 2005-12-07 [colin]      1.9.100cvs74
5707
5708         * src/prefs_toolbar.c
5709                 Gtk fixes, patch by Fabien Vantard
5710
5711 2005-12-07 [colin]      1.9.100cvs73
5712
5713         * src/action.c
5714         * src/compose.c
5715         * src/compose.h
5716                 Fix bug #839 (Quoted text isn't colored after 
5717                 executing an action)
5718         * src/common/plugin.c
5719                 Require plugins to declare their licence in plugin_licence()
5720                 Refuse to load non-GPL plugins as they'd be illegal (as 
5721                 derived works of Sylpheed-Claws, they must be GPL).
5722         * src/plugins/clamav/clamav_plugin.c
5723         * src/plugins/demo/demo.c
5724         * src/plugins/dillo_viewer/dillo_viewer.c
5725         * src/plugins/pgpcore/plugin.c
5726         * src/plugins/pgpinline/plugin.c
5727         * src/plugins/pgpmime/plugin.c
5728         * src/plugins/spamassassin/spamassassin.c
5729         * src/plugins/trayicon/trayicon.c
5730                 Add plugin_licence()
5731
5732 2005-12-07 [paul]       1.9.100cvs72
5733
5734         * configure.ac
5735         * src/mainwindow.c
5736         * src/manual.c
5737         * src/manual.h
5738         * src/common/defs.h
5739                 clean up after local FAQ removal and
5740                 temporary manual removal
5741
5742 2005-12-06 [colin]      1.9.100cvs71
5743
5744         * configure.ac
5745         * doc/Makefile.am
5746         * doc/faq/.cvsignore
5747         * doc/faq/Makefile.am
5748         * doc/faq/de/.cvsignore
5749         * doc/faq/de/Makefile.am
5750         * doc/faq/de/sylpheed-faq-1.html
5751         * doc/faq/de/sylpheed-faq-2.html
5752         * doc/faq/de/sylpheed-faq-3.html
5753         * doc/faq/de/sylpheed-faq.html
5754         * doc/faq/en/.cvsignore
5755         * doc/faq/en/Makefile.am
5756         * doc/faq/en/sylpheed-faq-1.html
5757         * doc/faq/en/sylpheed-faq-2.html
5758         * doc/faq/en/sylpheed-faq-3.html
5759         * doc/faq/en/sylpheed-faq-4.html
5760         * doc/faq/en/sylpheed-faq.html
5761         * doc/faq/es/.cvsignore
5762         * doc/faq/es/Makefile.am
5763         * doc/faq/es/sylpheed-faq-1.html
5764         * doc/faq/es/sylpheed-faq-2.html
5765         * doc/faq/es/sylpheed-faq-3.html
5766         * doc/faq/es/sylpheed-faq-4.html
5767         * doc/faq/es/sylpheed-faq.html
5768         * doc/faq/fr/.cvsignore
5769         * doc/faq/fr/Makefile.am
5770         * doc/faq/fr/sylpheed-faq-1.html
5771         * doc/faq/fr/sylpheed-faq-2.html
5772         * doc/faq/fr/sylpheed-faq-3.html
5773         * doc/faq/fr/sylpheed-faq.html
5774         * doc/faq/it/.cvsignore
5775         * doc/faq/it/Makefile.am
5776         * doc/faq/it/sylpheed-faq-1.html
5777         * doc/faq/it/sylpheed-faq-2.html
5778         * doc/faq/it/sylpheed-faq-3.html
5779         * doc/faq/it/sylpheed-faq.html
5780         * doc/manual/.cvsignore
5781         * doc/manual/Makefile.am
5782         * doc/manual/de/.cvsignore
5783         * doc/manual/de/Makefile.am
5784         * doc/manual/de/sylpheed-1.html
5785         * doc/manual/de/sylpheed-10.html
5786         * doc/manual/de/sylpheed-11.html
5787         * doc/manual/de/sylpheed-12.html
5788         * doc/manual/de/sylpheed-13.html
5789         * doc/manual/de/sylpheed-14.html
5790         * doc/manual/de/sylpheed-15.html
5791         * doc/manual/de/sylpheed-16.html
5792         * doc/manual/de/sylpheed-17.html
5793         * doc/manual/de/sylpheed-18.html
5794         * doc/manual/de/sylpheed-19.html
5795         * doc/manual/de/sylpheed-2.html
5796         * doc/manual/de/sylpheed-20.html
5797         * doc/manual/de/sylpheed-3.html
5798         * doc/manual/de/sylpheed-4.html
5799         * doc/manual/de/sylpheed-5.html
5800         * doc/manual/de/sylpheed-6.html
5801         * doc/manual/de/sylpheed-7.html
5802         * doc/manual/de/sylpheed-8.html
5803         * doc/manual/de/sylpheed-9.html
5804         * doc/manual/de/sylpheed.html
5805         * doc/manual/en/.cvsignore
5806         * doc/manual/en/Makefile.am
5807         * doc/manual/en/sylpheed-1.html
5808         * doc/manual/en/sylpheed-10.html
5809         * doc/manual/en/sylpheed-11.html
5810         * doc/manual/en/sylpheed-12.html
5811         * doc/manual/en/sylpheed-13.html
5812         * doc/manual/en/sylpheed-14.html
5813         * doc/manual/en/sylpheed-15.html
5814         * doc/manual/en/sylpheed-16.html
5815         * doc/manual/en/sylpheed-17.html
5816         * doc/manual/en/sylpheed-18.html
5817         * doc/manual/en/sylpheed-19.html
5818         * doc/manual/en/sylpheed-2.html
5819         * doc/manual/en/sylpheed-20.html
5820         * doc/manual/en/sylpheed-21.html
5821         * doc/manual/en/sylpheed-22.html
5822         * doc/manual/en/sylpheed-3.html
5823         * doc/manual/en/sylpheed-4.html
5824         * doc/manual/en/sylpheed-5.html
5825         * doc/manual/en/sylpheed-6.html
5826         * doc/manual/en/sylpheed-7.html
5827         * doc/manual/en/sylpheed-8.html
5828         * doc/manual/en/sylpheed-9.html
5829         * doc/manual/en/sylpheed.html
5830         * doc/manual/es/.cvsignore
5831         * doc/manual/es/Makefile.am
5832         * doc/manual/es/sylpheed-1.html
5833         * doc/manual/es/sylpheed-10.html
5834         * doc/manual/es/sylpheed-11.html
5835         * doc/manual/es/sylpheed-12.html
5836         * doc/manual/es/sylpheed-13.html
5837         * doc/manual/es/sylpheed-14.html
5838         * doc/manual/es/sylpheed-15.html
5839         * doc/manual/es/sylpheed-16.html
5840         * doc/manual/es/sylpheed-17.html
5841         * doc/manual/es/sylpheed-18.html
5842         * doc/manual/es/sylpheed-19.html
5843         * doc/manual/es/sylpheed-2.html
5844         * doc/manual/es/sylpheed-20.html
5845         * doc/manual/es/sylpheed-3.html
5846         * doc/manual/es/sylpheed-4.html
5847         * doc/manual/es/sylpheed-5.html
5848         * doc/manual/es/sylpheed-6.html
5849         * doc/manual/es/sylpheed-7.html
5850         * doc/manual/es/sylpheed-8.html
5851         * doc/manual/es/sylpheed-9.html
5852         * doc/manual/es/sylpheed.html
5853         * doc/manual/fr/.cvsignore
5854         * doc/manual/fr/Makefile.am
5855         * doc/manual/fr/sylpheed-1.html
5856         * doc/manual/fr/sylpheed-10.html
5857         * doc/manual/fr/sylpheed-11.html
5858         * doc/manual/fr/sylpheed-12.html
5859         * doc/manual/fr/sylpheed-13.html
5860         * doc/manual/fr/sylpheed-14.html
5861         * doc/manual/fr/sylpheed-15.html
5862         * doc/manual/fr/sylpheed-16.html
5863         * doc/manual/fr/sylpheed-17.html
5864         * doc/manual/fr/sylpheed-18.html
5865         * doc/manual/fr/sylpheed-19.html
5866         * doc/manual/fr/sylpheed-2.html
5867         * doc/manual/fr/sylpheed-20.html
5868         * doc/manual/fr/sylpheed-3.html
5869         * doc/manual/fr/sylpheed-4.html
5870         * doc/manual/fr/sylpheed-5.html
5871         * doc/manual/fr/sylpheed-6.html
5872         * doc/manual/fr/sylpheed-7.html
5873         * doc/manual/fr/sylpheed-8.html
5874         * doc/manual/fr/sylpheed-9.html
5875         * doc/manual/fr/sylpheed.html
5876         * doc/manual/ja/.cvsignore
5877         * doc/manual/ja/Makefile.am
5878         * doc/manual/ja/sylpheed-1.html
5879         * doc/manual/ja/sylpheed-10.html
5880         * doc/manual/ja/sylpheed-11.html
5881         * doc/manual/ja/sylpheed-12.html
5882         * doc/manual/ja/sylpheed-13.html
5883         * doc/manual/ja/sylpheed-14.html
5884         * doc/manual/ja/sylpheed-15.html
5885         * doc/manual/ja/sylpheed-16.html
5886         * doc/manual/ja/sylpheed-17.html
5887         * doc/manual/ja/sylpheed-18.html
5888         * doc/manual/ja/sylpheed-19.html
5889         * doc/manual/ja/sylpheed-2.html
5890         * doc/manual/ja/sylpheed-20.html
5891         * doc/manual/ja/sylpheed-3.html
5892         * doc/manual/ja/sylpheed-4.html
5893         * doc/manual/ja/sylpheed-5.html
5894         * doc/manual/ja/sylpheed-6.html
5895         * doc/manual/ja/sylpheed-7.html
5896         * doc/manual/ja/sylpheed-8.html
5897         * doc/manual/ja/sylpheed-9.html
5898         * doc/manual/ja/sylpheed.html
5899         * doc/manual/ja/sylpheed.sgml
5900         * src/mainwindow.c
5901                 Remove outdated manual and faq. Noisy, eh?
5902
5903 2005-12-06 [colin]      1.9.100cvs70
5904
5905         * src/compose.c
5906         * src/quote_fmt_parse.y
5907         * src/undo.c
5908         * src/undo.h
5909                 Allow %X to position cursor at 0 
5910                 (no %X = before signature)
5911                 Fix paste as quotation putting the cursor at 0
5912                 Fix undo offsets when pasting
5913                 Insert the quote_fmt at once instead of line 
5914                 by line
5915                 Fix [Edited] when starting to reply/forward
5916
5917 2005-12-06 [paul]       1.9.100cvs69
5918
5919         * src/plugins/clamav/clamav_plugin_gtk.c
5920                 add another tooltip
5921         * src/plugins/spamassassin/spamassassin_gtk.c
5922                 rework spamassassin_create_widget_func()
5923
5924 2005-12-05 [colin]      1.9.100cvs68
5925
5926         * po/POTFILES.in
5927                 Fix make release ;-)
5928
5929 2005-12-05 [colin]      1.9.100cvs67
5930
5931         * src/compose.c
5932         * src/compose.h
5933                 Fix cursor positioning (not obeying %X)
5934
5935 2005-12-05 [paul]       1.9.100cvs66
5936
5937         * src/plugins/dillo_viewer/dillo_prefs.c
5938                 fix compilation warning
5939
5940 2005-12-05 [paul]       1.9.100cvs65
5941
5942         * src/prefs_spelling.c
5943         * src/plugins/trayicon/trayicon.c
5944                 cleanups - remove unused stuff
5945
5946 2005-12-05 [paul]       1.9.100cvs64
5947
5948         * README
5949         * manual/plugins.xml
5950                 remove info about removed mathml_viewer plugin
5951
5952 2005-12-05 [paul]       1.9.100cvs63
5953
5954         * configure.ac
5955         * src/plugins/Makefile.am
5956         * src/plugins/mathml_viewer/.cvsignore
5957         * src/plugins/mathml_viewer/Makefile.am
5958         * src/plugins/mathml_viewer/mathml_viewer.c
5959                 remove unmaintained mathml_viewer plugin
5960
5961 2005-12-05 [paul]       1.9.100cvs62
5962
5963         * src/summaryview.c
5964                 obey prefs_common.always_show_msg when
5965                 moving a msg
5966                 Thanks to Colin
5967
5968 2005-12-05 [paul]       1.9.100cvs61
5969
5970         * src/compose.c
5971         * src/prefs_account.c
5972         * src/prefs_filtering.c
5973         * src/prefs_quote.c
5974         * src/prefs_spelling.c
5975         * src/prefs_toolbar.c
5976         * src/summaryview.c
5977         * src/gtk/gtkutils.c
5978         * src/gtk/quicksearch.c
5979         * src/plugins/dillo_viewer/dillo_prefs.c
5980                 dialog cleanups
5981
5982 2005-12-04 [paul]       1.9.100cvs60
5983
5984         * src/inc.c
5985         * src/prefs_account.c
5986         * src/prefs_account.h
5987                 allow a Local account to specify a
5988                 default inbox
5989                 (closes bug 843 'Inbox cannot be changed for local
5990                  mailboxes')
5991
5992 2005-12-04 [colin]      1.9.100cvs59
5993
5994         * src/plugins/trayicon/trayicon.c
5995                 Remove Get, rename Get All to Get Mail in order to
5996                 be consistent with the default main toolbar
5997
5998 2005-12-03 [colin]      1.9.100cvs58
5999
6000         * manual/gpl.xml
6001         * manual/sylpheed-claws-manual.xml
6002                 Add GPL appendix
6003
6004 2005-12-03 [paul]       1.9.100cvs57
6005
6006         * AUTHORS
6007         * po/sv.po
6008         * src/gtk/authors.h
6009                 new (partially complete) Swedish translation
6010                 by Anders Troback <sylpheed@troback.com>
6011
6012 2005-12-02 [paul]       1.9.100cvs56
6013
6014         * configure.ac
6015                 libetpan 0.41 required
6016
6017 2005-12-02 [paul]       1.9.100cvs55
6018
6019         * src/plugins/clamav/clamav_plugin.c
6020         * src/plugins/clamav/clamav_plugin.h
6021         * src/plugins/clamav/clamav_plugin_gtk.c
6022         * src/plugins/spamassassin/spamassassin.c
6023         * src/plugins/spamassassin/spamassassin.h
6024         * src/plugins/spamassassin/spamassassin_gtk.c
6025                 unregister prefs pages on unloading, thus
6026                 preventing a crash
6027                 (thanks to Colin for the hint)
6028
6029 2005-12-02 [wwp]        1.9.100cvs54
6030
6031         * src/quote_fmt.h
6032         * src/quote_fmt_parse.y
6033                 fix misuse of gboolean*, use gboolean instead
6034                 (thanks to Paul, Colin, for pointing out that scaring one)
6035
6036 2005-12-02 [paul]       1.9.100cvs53
6037
6038         * src/plugins/clamav/clamav_plugin.c
6039                 int no --> unsigned int no
6040         * src/plugins/clamav/clamav_plugin_gtk.c
6041                 rework config page
6042
6043 2005-12-02 [wwp]        1.9.100cvs52
6044
6045         * src/compose.c
6046         * src/prefs_template.c
6047         * src/quote_fmt.h
6048         * src/quote_fmt_parse.y
6049                 prevent from executing |f and |p templates commands when
6050                 adding or replacing templates in prefs (avoids annoying and
6051                 potentially dangerous behaviours)
6052
6053 2005-12-02 [paul]       1.9.100cvs51
6054
6055         * src/prefs_common.c
6056                 allow translation of some default values
6057                 Patch by Fabien Vantard
6058
6059 2005-12-02 [paul]       1.9.100cvs50
6060
6061         * src/codeconv.c
6062         * src/codeconv.h
6063         * src/prefs_common.c
6064         * src/prefs_common.h
6065         * src/prefs_message.c
6066         * src/textview.c
6067                 remove obsolete 'convert_mb_alnum' option
6068                 and related stuff
6069         * src/gtk/about.c
6070                 remove unused 'about_textview_visibility_notify'
6071
6072 2005-12-02 [paul]       1.9.100cvs49
6073
6074         * src/prefs_account.c
6075         * src/prefs_compose_writing.c
6076         * src/prefs_fonts.c
6077         * src/prefs_gtk.h
6078         * src/prefs_image_viewer.c
6079         * src/prefs_message.c
6080         * src/prefs_other.c
6081         * src/prefs_receive.c
6082         * src/prefs_send.c
6083         * src/prefs_spelling.c
6084         * src/prefs_summaries.c
6085         * src/prefs_wrapping.c
6086         * src/plugins/dillo_viewer/dillo_prefs.c
6087         * src/plugins/pgpcore/prefs_gpg.c
6088                 several cleanups to the prefs dialogs
6089                 (slightly modified) patch by Fabien Vantard
6090
6091 2005-12-02 [paul]       1.9.100cvs48
6092
6093         * src/main.c
6094                 --exit means exit
6095         * src/send_message.c
6096                 fix crash on send when connection fails
6097
6098         Thanks to Colin
6099
6100 2005-12-01 [colin]      1.9.100cvs47
6101
6102         * src/html.c
6103                 Translate &hellip; to "..."
6104
6105 2005-11-30 [colin]      1.9.100cvs46
6106
6107         * src/matcher.c
6108         * src/matcher.h
6109                 Optimize back yesterday's fix.
6110
6111 2005-11-30 [paul]       1.9.100cvs45
6112
6113         * manual/faq.xml
6114                 standardised
6115         * manual/intro.xml
6116                 written by Colin, edited by me
6117
6118 2005-11-29 [colin]      1.9.100cvs44
6119
6120         * src/matcher.c
6121                 Skip headers unconditionnaly in match_body if the
6122                 rule is not message or ~message
6123
6124 2005-11-29 [colin]      1.9.100cvs43
6125
6126         * src/matcher.c
6127                 Fix body_part and such, not skipping headers 
6128                 if the matchcriteria wasn't the first in the rule
6129
6130 2005-11-29 [colin]      1.9.100cvs42
6131
6132         * src/compose.c
6133                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6134                 option missing from message view window)
6135                 Fix double text D'n'D with gtk-2.8
6136         * src/matcher.c
6137                 Fix ~message, ~headers_part, ~body_part rules
6138         * src/messageview.c
6139                 Add Windows-1252 (Closes bug #863)
6140                 Fix accels
6141         * src/gtk/gtkaspell.c
6142                 Properly destroy accels in all menus
6143
6144 2005-11-29 [mones]      1.9.100cvs41
6145
6146         * po/es.po
6147                 Updated.
6148
6149 2005-11-27 [colin]      1.9.100cvs40
6150
6151         * src/mh_gtk.c
6152                 "/Remove mailbox" -> "/Remove mailbox..."
6153
6154 2005-11-27 [paul]       1.9.100cvs39
6155
6156         * AUTHORS
6157         * po/de.po
6158         * src/gtk/authors.h
6159                 updated by new maintainer, Stephan Sachse
6160
6161 2005-11-27 [paul]       1.9.100cvs38
6162
6163         * manual/faq.xml
6164                 written by Colin, edited by me
6165
6166 2005-11-27 [paul]       1.9.100cvs37
6167
6168         * src/prefs_common.c
6169         * src/prefs_common.h
6170         * src/prefs_receive.c
6171         * src/prefs_summaries.c
6172                 move 'go to inbox after receiving new mail'
6173                 option from display/sumamaries to mail
6174                 handling/receive, and rework prefs_summaries
6175                 dialog a little
6176
6177 2005-11-25 [martin]     1.9.100cvs36
6178
6179         * po/de.po
6180             fixed windows-1252 translation;
6181             translated some new and fuzzy strings
6182
6183 2005-11-25 [paul]       1.9.100cvs35
6184
6185         * src/plugins/clamav/clamav_plugin.c
6186                 complete the update done in cvs34
6187
6188 2005-11-25 [paul]       1.9.100cvs34
6189
6190         * src/plugins/clamav/clamav_plugin.c
6191                 reflect upstream changes
6192
6193 2005-11-25 [paul]       1.9.100cvs33
6194
6195         * manual/ack.xml
6196         * manual/plugins.xml
6197         * manual/sylpheed-claws-manual.xml
6198                 written/updated by Colin, edited by me
6199         * tools/acroread2sylpheed.pl
6200                 update binary name
6201
6202 2005-11-24 [colin]      1.9.100cvs32
6203
6204         * src/compose.c
6205                 Fix bug #856 (reediting messages forgets Request
6206                 Return Receipt)
6207
6208 2005-11-24 [paul]       1.9.100cvs31
6209
6210         * manual/addrbook.xml
6211         * manual/starting.xml
6212                 written by Colin, proofread, edited, adapted by me
6213         * manual/advanced.xml
6214                 add some Actions examples
6215         * src/importldif.c
6216                 use a Save button instead of a Close button
6217         * src/wizard.c
6218                 indicate mandatory fields
6219                 fix page display
6220                 Thanks to Colin
6221
6222 2005-11-23 [colin]      1.9.100cvs30
6223
6224         * src/addressbook.c
6225                 Rename menu item, fix possible crash after
6226                 deletion of books
6227         * src/addrindex.c
6228                 Allow searching for '*' in ldap
6229         * src/browseldap.c
6230                 Fix "Browse Entry" (did anyone use it?)
6231         * src/wizard.c
6232                 Add guards for mandatory information
6233
6234 2005-11-23 [paul]       1.9.100cvs29
6235
6236         * manual/advanced.xml
6237                 corrections to the English
6238
6239 2005-11-23 [colin]      1.9.100cvs28
6240
6241         * src/mimeview.c
6242                 Fix possible crash at exit. After the call to
6243                 gtk_container_remove(), the Viewer's widget has no
6244                 more parent so gtk+ automatically frees it and its
6245                 sons. If destroy_viewer() then try to access it,
6246                 problems ensue.
6247
6248 2005-11-22 [colin]      1.9.100cvs27
6249
6250         * src/compose.c
6251         * src/gtk/gtkaspell.c
6252                 Fix right-clicking on a misspelled word
6253                 Fix More... in suggestions menu
6254
6255 2005-11-22 [wwp]        1.9.100cvs26
6256
6257         * src/prefs_template.c
6258                 templates works: re-sort templates list when adding or replacing,
6259                 prevent from adding or replacing when the template name is empty
6260
6261 2005-11-21 [colin]      1.9.100cvs25
6262
6263         * src/addressbook.c
6264                 Fix some addressbook suckage (dnd, select all)
6265         * src/compose.c
6266         * src/gtk/gtkaspell.c
6267         * src/gtk/gtkaspell.h
6268                 Make the spellchecker menu work with the 
6269                 GtkTextView one instead of overriding it
6270
6271 2005-11-20 [paul]       1.9.100cvs24
6272
6273         * manual/handling.xml
6274                 proofread and corrected
6275
6276 2005-11-20 [paul]       1.9.100cvs23
6277
6278         * manual/Makefile
6279                 generate html as one file
6280         * manual/advanced.xml
6281                 fix output generation
6282                 reformat hidden options list
6283         * manual/manual.xml     ** REMOVED **
6284         * manual/sylpheed-claws-manual.xml      ** ADDED **
6285                 renamed
6286
6287 2005-11-18 [colin]      1.9.100cvs22
6288
6289         * src/prefs_account.c
6290                 Fix layout in news and mbox accounts
6291         * manual/account.xml
6292         * manual/advanced.xml
6293                 New contents for Paul to check :)
6294
6295 2005-11-18 [wwp]        1.9.100cvs21
6296
6297         * src/gtk/quicksearch.c
6298                 don't update extended quicksearch buttons twice
6299
6300 2005-11-18 [paul]       1.9.100cvs20
6301
6302         * src/textview.c
6303                 complete 1.9.100cvs19
6304
6305 2005-11-18 [paul]       1.9.100cvs19
6306
6307         * src/compose.c
6308                 cosmetic improvements
6309         * src/textview.c
6310                 also list text/* attachments
6311
6312 2005-11-18 [colin]      1.9.100cvs18
6313
6314         * src/summaryview.c
6315                 Use column 0 instead of -1 in 
6316                 gtk_ctree_node_moveto, in a naive
6317                 hope it'll fix the gtk-related crashes
6318
6319 2005-11-18 [colin]      1.9.100cvs17
6320
6321         * src/gtk/inputdialog.c
6322                 Fix icon staying the first one
6323
6324 2005-11-17 [wwp]        1.9.100cvs16
6325                 fix possible problem showing some quicksearch buttons, and a bad
6326                 call to g_return_if_fail in a function that returns a value (both
6327                 fixes by Fabien Vantard)
6328
6329 2005-11-15 [wwp]        1.9.100cvs15
6330
6331         * src/gtk/quicksearch.c
6332                 added a tooltip to that obscure ... quicksearch button
6333
6334 2005-11-15 [wwp]        1.9.100cvs14
6335
6336         * src/gtk/quicksearch.c
6337                 add a quicksearch helper to filtering expression users: the ... button
6338                 raises the condition expr window. condition expressions set up w/ this
6339                 window are used by the quicksearch if the user closes it pressing OK.
6340
6341 2005-11-14 [paul]       1.9.100cvs13
6342
6343         * src/plugins/clamav/clamav_plugin.c
6344         * src/plugins/spamassassin/spamassassin.c
6345                 change plugin type following recent merging
6346
6347 2005-11-14 [wwp]        1.9.100cvs12
6348
6349         * src/folder.c
6350                 prevent from crashing when copying/moving message(s) from and
6351                 to the same folder
6352
6353 2005-11-14 [paul]       1.9.100cvs11
6354
6355         * src/plugins/clamav/Makefile.am
6356         * src/plugins/clamav/clamav_plugin.c
6357         * src/plugins/clamav/clamav_plugin.h
6358         * src/plugins/clamav/clamav_plugin_gtk.c
6359                 also merge clamav and clamav_gtk plugins
6360
6361 2005-11-13 [colin]      1.9.100cvs10
6362
6363         * configure.ac
6364         * src/plugins/spamassassin/Makefile.am
6365         * src/plugins/spamassassin/spamassassin.c
6366         * src/plugins/spamassassin/spamassassin.h
6367         * src/plugins/spamassassin/spamassassin_gtk.c
6368                 Merge spamassassin and spamassassin_gtk plugins,
6369                 and build it by default.
6370
6371 2005-11-12 [colin]      1.9.100cvs9
6372
6373         * src/etpan/imap-thread.c
6374                 Fix gcc warning
6375
6376 2005-11-12 [colin]      1.9.100cvs8
6377
6378         * src/procmime.c
6379                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6380
6381 2005-11-10 [colin]      1.9.100cvs7
6382
6383         * src/main.c
6384                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6385                 minimised state)
6386
6387 2005-11-10 [wwp]        1.9.100cvs6
6388
6389         * src/gtk/description_window.c
6390                 fix a crash when closing description windows using the WM's [X] button
6391
6392 2005-11-09 [colin]      1.9.100cvs5
6393
6394         * src/common/ssl.c
6395                 Update libetpan call to follow upstream
6396                 (yes, this requires libetpan-0.40cvs3)
6397
6398 2005-11-08 [colin]      1.9.100cvs4
6399
6400         * src/compose.c
6401         * src/textview.c
6402         * src/common/utils.c
6403         * src/common/utils.h
6404                 Enhance the email parser
6405
6406 2005-11-08 [colin]      1.9.100cvs3
6407
6408         * src/procmime.c
6409                 Fix what looks like an off-by-one (fixes 
6410                 attachments from the Bat)
6411
6412 2005-11-08 [wwp]        1.9.100cvs2
6413
6414         * src/main.c
6415                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6416
6417 2005-11-08 [wwp]        1.9.100cvs1
6418
6419         * src/main.c
6420                 allow exiting Sylpheed-Claws from command-line
6421
6422 2005-11-08 [paul]       1.9.100
6423
6424         1.9.100 released
6425
6426 2005-11-07 [colin]      1.9.99cvs17
6427
6428         * src/addritem.c
6429         * src/ldif.c
6430                 Fix import of base-64 encoded items
6431
6432 2005-11-07 [colin]      1.9.99cvs16
6433
6434         * src/send_message.c
6435                 Fix bug #314 (Queue does not empty under certain 
6436                 circumstances)
6437
6438 2005-11-07 [paul]       1.9.99cvs15
6439
6440         * src/mutt.c
6441         * src/pine.c
6442                 fix buffer overflows
6443                 Thanks to Colin
6444
6445 2005-11-07 [paul]       1.9.99cvs14
6446
6447         * doc/man/Makefile.am
6448         * doc/man/sylpheed-claws.1      ** ADDED **
6449         * doc/man/sylpheed.1            ** DELETED **
6450                 rename and update the man file
6451
6452 2005-11-06 [colin]      1.9.99cvs13
6453
6454         * src/ldif.c
6455                 Fix ldif_get_line() that returned empty strings
6456                 (Didn't understand why). Also fix a possible
6457                 buffer overflow.
6458
6459 2005-11-06 [wwp]        1.9.99cvs12
6460
6461         * src/textview.c
6462         * src/gtk/about.c
6463         * src/gtk/gtkutils.c
6464         * src/gtk/gtkutils.h
6465                 fix a compilation warning,
6466                 make links sensitive in the about dialog
6467
6468 2005-11-04 [wwp]        1.9.99cvs11
6469
6470         * src/gtk/about.c
6471                 don't wrap or translate URIs, and a bit text format cleanup
6472
6473 2005-11-04 [wwp]        1.9.99cvs10
6474
6475         * src/gtk/about.c
6476                 better textview tagging implementation (no more use of marks for
6477                 postponed tagging)
6478
6479 2005-11-02 [colin]      1.9.99cvs9
6480
6481         * src/common/ssl.c
6482                 Forgot an ifdef
6483
6484 2005-11-02 [colin]      1.9.99cvs8
6485
6486         * configure.ac
6487                 Require libetpan-0.40 due to upstream fix
6488         * src/common/ssl.c
6489                 Tell libetpan not to call SSL_Library_Init,
6490                 as we do it ourselves.
6491
6492 2005-11-02 [colin]      1.9.99cvs7
6493
6494         * po/POTFILES.in
6495                 Add missing files (thanks to Fabien Vantard)
6496
6497 2005-11-02 [colin]      1.9.99cvs6
6498
6499         * src/summaryview.c
6500                 Fix totals when read messages are hidden or quicksearch
6501                 is on
6502         * src/ssl_manager.c
6503         * src/ssl_manager.h
6504         * src/common/ssl_certificate.c
6505         * src/common/ssl_certificate.h
6506         * src/gtk/sslcertwindow.c
6507         * src/gtk/sslcertwindow.h
6508                 Fix copyright on my stuff
6509
6510 2005-11-02 [wwp]        1.9.99cvs5
6511
6512         * src/prefs_themes.c
6513                 fix directory name checking (theme installation/removal),
6514                 made related error a bit more verbose
6515
6516 2005-11-02 [colin]      1.9.99cvs4
6517
6518         * src/summaryview.c
6519                 Fix typo (probably fixes bug #841 (Sort by the From 
6520                 field doesn't work)
6521
6522 2005-11-02 [paul]       1.9.99cvs3
6523
6524         * po/ko.po
6525         * po/nb.po
6526                 updated by SungHyun Nam, Geir Helland
6527         * src/wizard.c
6528                 fix typo in welcome message. spotted by
6529                 Andrea Spadaccini
6530
6531 2005-11-01 [colin]      1.9.99cvs2
6532
6533         * src/compose.c
6534                 Fix replying to ml wen confirming subscription
6535         * src/messageview.c
6536         * src/mimeview.c
6537         * src/mimeview.h
6538         * src/privacy.h
6539         * src/summaryview.c
6540                 Make key check non blocking
6541
6542 2005-10-31 [paul]       1.9.99cvs1
6543
6544         * tools/claws.i18n.status.pl
6545                 updated for ChangeLog
6546
6547 2005-10-31 [paul]       1.9.99
6548
6549         1.9.99 released
6550
6551 2005-10-31 [paul]       1.9.15cvs131
6552
6553         * .cvsignore
6554         * ChangeLog
6555         * ChangeLog.claws       ** REMOVED **
6556         * ChangeLog-gtk2.claws  ** REMOVED **
6557         * ChangeLog.gtk1        ** ADDED **
6558         * INSTALL
6559         * Makefile.am
6560         * NEWS
6561         * README
6562         * README.claws          ** REMOVED **
6563         * README.jp             ** REMOVED **
6564         * RELEASE_NOTES         ** ADDED **
6565         * RELEASE_NOTES.claws   ** REMOVED **
6566         * commitHelper
6567         * configure.ac
6568         * sylpheed.spec.in      ** REMOVED **
6569                 tidy up and update the default docs:
6570                 ChangeLog.claws is renamed ChangeLog.gtk1
6571                 ChangeLog-gtk2.claws is renamed ChangeLog
6572                 README.claws is renamed README
6573                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6574
6575 2005-10-31 [paul]       1.9.15cvs130
6576
6577         * po/it.po
6578                 fix errors
6579
6580 2005-10-31 [paul]       1.9.15cvs129
6581
6582         * po/ca.po
6583         * po/de.po
6584         * po/en_GB.po
6585         * po/fr.po
6586         * po/it.po
6587         * po/pt_BR.po
6588         * po/sk.po
6589         * po/sr.po
6590         * po/zh_CN.po
6591                 updated by Miquel Oliete, Stephan Sachse and
6592                 Thomas Gilgin, me, Fabien Vantard, Andrea
6593                 Spadaccini, Frederico Goncalves Guimaraes,
6594                 Andrej Kacian, Aleksandar Urosevic, and
6595                 Ralgh Young.
6596
6597 2005-10-31 [mones]      1.9.15cvs128
6598
6599         * manual/faq.xml
6600                 More questions.
6601         
6602         * po/es.po
6603                 Updated for release.
6604
6605 2005-10-30 [colin]      1.9.15cvs127
6606
6607         * src/compose.c
6608                 Place cursor before rewrapping (fixes cursor
6609                 pos if quotation gets rewrapped)
6610
6611 2005-10-29 [paul]       1.9.15cvs126
6612
6613         * src/crash.c
6614         * src/foldersel.c
6615         * src/main.c
6616         * src/messageview.c
6617         * src/toolbar.c
6618         * src/gtk/authors.h
6619                 corrections to text items
6620
6621 2005-10-28 [colin]      1.9.15cvs125
6622
6623         * src/messageview.c
6624                 Make "hit 'C' to check sig" work from extern 
6625                 messageviews
6626
6627 2005-10-27 [colin]      1.9.15cvs124
6628
6629         * src/summaryview.c
6630                 Add a hack to avoid segfaulting when hammering 
6631                 on gtk's events
6632
6633 2005-10-27 [wwp]        1.9.15cvs123
6634
6635         * src/prefs_themes.c
6636                 sort list of themes names in themes prefs
6637
6638 2005-10-27 [paul]       1.9.15cvs122
6639
6640         * src/folder.c
6641         * src/prefs_account.c
6642                 fix building on Solaris
6643                 Patch by Alex Moore
6644
6645 2005-10-27 [wwp]        1.9.15cvs121
6646
6647         * src/summaryview.c
6648         * src/gtk/gtksctree.c
6649                 speed up unselecting messages in summary view (thanks to Colin)
6650
6651 2005-10-27 [paul]       1.9.15cvs120
6652
6653         * src/mainwindow.c
6654                 fix a compilation warning
6655         * src/summaryview.c
6656                 fix updating of 'n items selected' count
6657                 when deselecting
6658
6659 2005-10-27 [martin]     1.9.15cvs119
6660
6661         * src/action.c
6662                 ignore actions with a leading '/' in the action menu name
6663                 fixes a crash on menu creation
6664         * src/prefs_actions.c
6665                 do not allow a leading '/' in the action menu name
6666
6667 2005-10-27 [paul]       1.9.15cvs118
6668
6669         * src/main.c
6670                 fix compilation warning
6671
6672 2005-10-27 [paul]       1.9.15cvs117
6673
6674         * src/procmime.c
6675                 add #if HAVE_LOCALE_H
6676
6677 2005-10-27 [paul]       1.9.15cvs116
6678
6679         * src/plugins/clamav/clamav_plugin.c
6680         * src/plugins/dillo_viewer/dillo_viewer.c
6681         * src/plugins/mathml_viewer/mathml_viewer.c
6682         * src/plugins/pgpcore/plugin.c
6683         * src/plugins/pgpinline/plugin.c
6684         * src/plugins/pgpmime/plugin.c
6685         * src/plugins/spamassassin/spamassassin.c
6686         * src/plugins/trayicon/trayicon.c
6687                 plugin_init() : make error messages more
6688                 informative
6689
6690 2005-10-26 [wwp]        1.9.15cvs115
6691
6692         * src/prefs_matcher.c
6693                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6694
6695 2005-10-26 [wwp]        1.9.15cvs114
6696
6697         * src/procmime.c
6698         * src/gtk/gtksctree.c
6699         * src/plugins/spamassassin/libspamc.c
6700         * src/plugins/spamassassin/spamassassin.c
6701                 fix some compilation warnings more
6702
6703 2005-10-26 [mones]      1.9.15cvs113
6704
6705         * po/es.po
6706                 Updated translation
6707
6708 2005-10-26 [paul]       1.9.15cvs112
6709
6710         * src/prefs_message.c
6711                 give all display_xface stuff the
6712                 #if HAVE_LIBCOMPFACE treatment, thus
6713                 preventing a crash
6714                 (Thanks to Wolfgang Enderlein)
6715
6716 2005-10-26 [colin]      1.9.15cvs111
6717
6718         * src/gedit-print.c
6719                 Fix date format
6720         * src/imap_gtk.c
6721         * src/news_gtk.c
6722                 Remove context menu items that should not be there
6723         * src/jpilot.c
6724                 Fix encoding
6725         * src/main.c
6726         * src/mainwindow.c
6727                 Don't show the mainwindow too soon
6728
6729 2005-10-26 [wwp]        1.9.15cvs110
6730
6731         * src/folder.c
6732         * src/manual.c
6733         * src/summaryview.c
6734                 fix uninitialized pointers in the folder updating hook
6735                 (thanks to Colin)
6736
6737 2005-10-25 [mones]      1.9.15cvs109
6738
6739         * manual/faq.xml
6740                 General information subsection completed. 
6741                 Removed archaic references.
6742                 
6743         * manual/Makefile
6744         * manual/dtd/manual.dsl
6745                 Added customization stylesheet for getting paragraphs
6746                 fully justified in PDF output (as suggested by Colin).
6747
6748 2005-10-25 [colin]      1.9.15cvs108
6749
6750         * src/compose.c
6751                 Fix a second leak
6752
6753 2005-10-25 [colin]      1.9.15cvs107
6754
6755         * src/addrbook.c
6756         * src/addrindex.c
6757                 Fix leak (xml_get_element() allocates memory)
6758         * src/compose.c
6759                 Fix leak + dead code (shame!)
6760         * src/procmime.c
6761                 Fix leak
6762
6763 2005-10-25 [colin]      1.9.15cvs106
6764
6765         * src/mimeview.c
6766                 Fix encoding issue in Save all and in 
6767                 overwrite-confirmation alertpanel
6768
6769 2005-10-25 [colin]      1.9.15cvs105
6770
6771         * src/common/socket.c
6772                 Fix a leak - Thanks to Christopher Aillon
6773                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6774
6775 2005-10-25 [paul]       1.9.15cvs104
6776
6777         * src/wizard.c
6778                 Always guess servers from the right-hand
6779                 email part and guess username from the
6780                 left-hand part. (Thanks to Colin)
6781                 add an X-Face to the welcome message
6782
6783 2005-10-25 [paul]       1.9.15cvs103
6784
6785         * manual/handling.xml
6786                 written by Colin, edited by me
6787
6788 2005-10-25 [wwp]        1.9.15cvs102
6789
6790         * src/folderview.c
6791         * src/grouplistdialog.c
6792         * src/imap.c
6793         * src/noticeview.c
6794                 fix some compilation warnings
6795
6796 2005-10-24 [paul]
6797
6798         1.9.99-rc3 released
6799
6800 2005-10-24 [paul]       1.9.15cvs101
6801
6802         * src/gtk/about.c
6803                 fix window sizing
6804
6805 2005-10-24 [paul]       1.9.15cvs100
6806
6807         * src/pixmaps/offline.xpm
6808         * src/pixmaps/online.xpm
6809                 replace with last default versions
6810
6811 2005-10-24 [colin]      1.9.15cvs99
6812
6813         * src/imap.c
6814                 Fix bug when moving a folder
6815         * src/imap_gtk.c
6816         * src/mh_gtk.c
6817                 "Delete folder" pops up a window, so it 
6818                 should be suffixed with "..."
6819         * src/plugins/pgpcore/sgpgme.c
6820                 Include locale.h
6821
6822 2005-10-24 [mones]      1.9.15cvs98
6823
6824         * manual/Makefile
6825         * manual/account.xml
6826         * manual/ack.xml
6827         * manual/addrbook.xml
6828         * manual/advanced.xml
6829         * manual/faq.xml
6830         * manual/glossary.xml
6831         * manual/gpl.xml
6832         * manual/handling.xml
6833         * manual/intro.xml
6834         * manual/keyboard.xml
6835         * manual/manual.xml
6836         * manual/plugins.xml
6837         * manual/starting.xml
6838         * manual/dtd/sdocbook.dtd
6839                 Initial manual structure and some content.
6840
6841 2005-10-23 [wwp]        1.9.15cvs97
6842
6843         * src/gtk/about.c
6844                 fix a typo
6845
6846 2005-10-23 [wwp]        1.9.15cvs96
6847
6848         * src/gtk/about.c
6849         * src/gtk/authors.h
6850                 rework of the about window (main work by Paul), also featuring a few
6851                 fixes for typos and duplicate names
6852
6853 2005-10-23 [wwp]        1.9.15cvs95
6854
6855         * src/.cvsignore
6856                 Ignore the right binary name (sylpheed-claws now)
6857
6858 2005-10-23 [paul]       1.9.15cvs94
6859
6860         * src/compose.c
6861                 when using Folder Pref 'Default To for
6862                 replies' make the entry in the Compose
6863                 window bold
6864                 Patch by Fabien Vantard
6865
6866 2005-10-22 [colin]      1.9.15cvs93
6867
6868         * src/codeconv.c
6869                 Fix leak
6870
6871 2005-10-22 [colin]      1.9.15cvs92
6872
6873         * src/codeconv.c
6874                 try to convert using locale (apart utf8) if necessary
6875
6876 2005-10-22 [colin]      1.9.15cvs91
6877
6878         * src/pixmaps/new.xpm
6879         * src/pixmaps/unread.xpm
6880                 Make the unread envelope blue again and
6881                 saturate the new one a bit more.
6882
6883 2005-10-22 [colin]      1.9.15cvs90
6884
6885         * src/compose.c
6886                 When replying to a mail sent by one of our accounts,
6887                 use the original list of recipients. Let 'Reply All'
6888                 and 'Reply to sender' work like previously.
6889
6890 2005-10-21 [colin]      1.9.15cvs89
6891
6892         * src/prefs_filtering.c
6893                 Clear fields after add and replace
6894         * src/textview.c
6895                 Display xface differently (better)
6896         * src/plugins/pgpinline/pgpinline.c
6897                 Fix crappy encodings/recodings
6898
6899 2005-10-21 [paul]       1.9.15cvs88
6900
6901         * src/compose.c
6902         * src/prefs_folder_item.c
6903         * src/toolbar.c
6904                 fix news folder Folder Properties
6905                 (thanks to Colin)
6906         * src/folderview.c
6907                 update folderview after Themes change
6908                 keep selected folder selected
6909                 (thanks to Colin)
6910
6911 2005-10-21 [paul]       1.9.15cvs87
6912
6913         * tools/Makefile.am
6914         * tools/OOo2sylpheed.pl
6915         * tools/README
6916         * tools/README.sylprint
6917         * tools/asus_mailled.sh         ** REMOVED **
6918         * tools/filter_conv.pl
6919         * tools/freshmeat_search.pl
6920         * tools/google_search.pl
6921         * tools/gpg-sign-syl            ** REMOVED **
6922         * tools/kmail2sylpheed.pl
6923         * tools/kmail2sylpheed_v2.pl
6924         * tools/multiwebsearch.pl
6925         * tools/nautilus2sylpheed.sh
6926         * tools/newscache_clean.pl
6927         * tools/outlook2sylpheed.pl
6928         * tools/sylpheed-switcher       ** REMOVED **
6929         * tools/sylprint.pl
6930         * tools/sylprint.rc
6931         * tools/tb2sylpheed
6932         * tools/vcard2xml.py
6933         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6934                 update default config dir
6935                 update binary name (thanks to Fabien Vantard)
6936                 remove obsolete scripts
6937
6938 2005-10-21 [colin]      1.9.15cvs86
6939
6940         * src/inc.c
6941                 Fix possible leak and units. Based on a patch by
6942                 Fabien Vantard.
6943
6944 2005-10-20 [colin]      1.9.15cvs85
6945
6946         * src/textview.c
6947                 Clear xface when clearing textview
6948
6949 2005-10-20 [colin]      1.9.15cvs84
6950
6951         * configure.ac
6952         * src/folderview.c
6953         * src/headerview.c
6954         * src/main.c
6955         * src/prefs_common.c
6956         * src/prefs_common.h
6957         * src/prefs_message.c
6958         * src/textview.c
6959         * src/textview.h
6960         * src/common/defs.h
6961         * src/common/utils.c
6962         * src/common/utils.h
6963         * src/gtk/gtkutils.c
6964         * src/gtk/gtkutils.h
6965                 Migrate config to .sylpheed-claws (Automatically)
6966                 Add a way to get the Xface in the TextView
6967
6968 2005-10-20 [colin]      1.9.15cvs83
6969
6970         * src/gtk/Makefile.am
6971         * src/gtk/about.c
6972         * src/gtk/authors.h
6973                 Make the about dialog *grooovy*
6974
6975 2005-10-20 [colin]      1.9.15cvs82
6976
6977         * src/mimeview.c
6978                 Use "Open with" on double click if no command
6979                 was found
6980
6981 2005-10-20 [colin]      1.9.15cvs81
6982
6983         * src/imap.c
6984         * src/etpan/imap-thread.c
6985                 Fix possible crash.
6986
6987 2005-10-20 [paul]       1.9.15cvs80
6988
6989         * src/folder.c
6990                 don't show clipkey icon if the only
6991                 attachment is the signature
6992                 Patch by Colin
6993
6994 2005-10-20 [paul]       1.9.15cvs79
6995
6996         * AUTHORS
6997         * src/plugins/pgpmime/pgpmime.c
6998                 name the PGP/MIME signature 'signature.asc'
6999                 Patch by Andrew Nelson <freeandy@gmail.com>
7000
7001 2005-10-19 [colin]      1.9.15cvs78
7002
7003         * src/plugins/pgpmime/pgpmime.c
7004                 Oops, no need to double-check though
7005
7006 2005-10-19 [colin]      1.9.15cvs77
7007
7008         * src/plugins/pgpinline/pgpinline.c
7009         * src/plugins/pgpmime/pgpmime.c
7010                 Check that my_tmpfile() doesn't 
7011                 return NULL
7012
7013 2005-10-19 [colin]      1.9.15cvs76
7014
7015         * src/common/utils.c
7016                 Use shorter mime boundaries to avoid having
7017                 MTAs rewrapping our headers, breaking the
7018                 PGP signature in the process 
7019         * src/compose.c
7020         * src/plugins/pgpmime/pgpmime.c
7021                 Check for boundary uniqueness to be sure
7022                 it won't happen, instead of hoping for the
7023                 best
7024
7025 2005-10-19 [colin]      1.9.15cvs75
7026
7027         * sylpheed-claws.desktop
7028         * src/Makefile.am
7029         * src/main.c
7030                 Ship a sylpheed-claws binary instead
7031                 of a sylpheed one. Change the socket
7032                 name, too
7033         * src/folderview.c
7034                 Update folder only if it changed
7035         * src/wizard.c
7036                 Fix i18n in welcome mail, patch by
7037                 Fabien Vantard
7038
7039 2005-10-19 [paul]
7040
7041         1.9.99-rc2 released
7042
7043 2005-10-19 [paul]       1.9.15cvs74
7044
7045         * src/folder.c
7046         * src/folderview.c
7047                 fix summaryview update
7048                 Patch by Colin
7049
7050 2005-10-18 [colin]      1.9.15cvs73
7051
7052         * src/plugins/pgpcore/passphrase.c
7053                 Don't XGrabServer, and try a bit more to 
7054                 sync everything before grabbing mouse/keyboard
7055
7056 2005-10-18 [colin]      1.9.15cvs72
7057
7058         * src/Makefile.am
7059         * src/addressadd.c
7060         * src/addressbook.c
7061         * src/folderview.c
7062         * src/grouplistdialog.c
7063         * src/mimeview.c
7064         * src/stock_pixmap.c
7065         * src/stock_pixmap.h
7066         * src/summaryview.c
7067         * src/gtk/gtksctree.c
7068         * src/gtk/gtksctree.h
7069         * src/pixmaps/empty.xpm
7070                 Implement a wrapper call for gtk_ctree_set_node_info
7071                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7072                 pixmap instead of a NULL one. This works around some
7073                 memory problems deep inside gtk, revealed by valgrind,
7074                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7075                 as locked crashes sylpheed.), as well as, probably, 
7076                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7077
7078 2005-10-17 [colin]      1.9.15cvs71
7079
7080         * src/mimeview.c
7081                 Provide visual feedback when checking
7082                 signature
7083
7084 2005-10-17 [colin]      1.9.15cvs70
7085
7086         * src/main.c
7087                 Keep the folder list frozen while checking caches...
7088
7089 2005-10-17 [colin]      1.9.15cvs69
7090
7091         * src/addr_compl.c
7092                 Fi bug #833 (Autocompleting from addressbook 
7093                 fails with extended chars)
7094         * src/imap.c
7095                 Fix 'adding messages' staying in statusbar
7096                 after an error
7097
7098 2005-10-17 [wwp]        1.9.15cvs68
7099
7100         * src/ssl_manager.c
7101                 Fix buttons' layout resizing when window size changes
7102
7103 2005-10-17 [wwp]        1.9.15cvs67
7104
7105         * src/account.c
7106         * src/prefs_account.c
7107         * src/prefs_common.c
7108         * src/prefs_common.h
7109         * src/prefs_folder_item.c
7110         * src/prefs_gtk.c
7111         * src/gtk/logwindow.c
7112         * src/gtk/pluginwindow.c
7113         * src/gtk/prefswindow.c
7114         * src/gtk/prefswindow.h
7115                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7116
7117 2005-10-17 [paul]       1.9.15cvs66
7118
7119         * configure.ac
7120                 fix missing libetpan message
7121         * po/en_GB.po
7122                 updated
7123         * src/crash.c
7124         * src/manual.c
7125         * src/prefs_themes.c
7126         * src/common/defs.h
7127                 add some new URI defines, change some
7128                 others
7129         * src/wizard.c
7130                 make welcome message translatable
7131                 small improvements to english
7132                 other tweaks
7133         * src/gtk/menu.c
7134                 fix warnings
7135
7136 2005-10-17 [paul]       1.9.15cvs65
7137
7138         * src/summaryview.c
7139                 fix column titles
7140
7141 2005-10-16 [mones]      1.9.15cvs64
7142
7143         * po/es.po
7144                 Updated translation
7145
7146 2005-10-16 [colin]
7147
7148         1.9.99-rc1 released
7149
7150 2005-10-16 [colin]      1.9.15cvs63
7151
7152         * src/wizard.c
7153                 Fix whitespace
7154
7155 2005-10-16 [colin]      1.9.15cvs62
7156
7157         * src/toolbar.c
7158                 s/Get All/Get Mail/
7159         * src/wizard.c
7160                 Real welcome mail text, thanks Paul
7161
7162 2005-10-16 [colin]      1.9.15cvs61
7163
7164         * src/editldap.c
7165         * src/exporthtml.c
7166         * src/main.c
7167         * src/mainwindow.c
7168         * src/prefs_themes.c
7169         * src/prefs_toolbar.c
7170         * src/plugins/demo/demo.c
7171         * src/plugins/trayicon/trayicon.c
7172                 s/Sylpheed/Sylpheed-Claws/
7173
7174 2005-10-16 [colin]      1.9.15cvs60
7175
7176         * src/wizard.c
7177                 Add a welcome email in the first empty mailbox
7178         * src/prefs_common.c
7179                 Change one more default
7180
7181 2005-10-16 [colin]      1.9.15cvs59
7182
7183         * src/wizard.c
7184                 Remove printf
7185
7186 2005-10-16 [colin]      1.9.15cvs58
7187
7188         * src/toolbar.c
7189         * src/prefs_common.c
7190                 Change some defaults
7191
7192 2005-10-16 [colin]      1.9.15cvs57
7193
7194         * src/toolbar.c
7195         * src/prefs_common.c
7196                 Change some defaults
7197
7198 2005-10-16 [colin]      1.9.15cvs56
7199
7200         * src/wizard.c
7201                 By default, initialize fonts to have
7202                 the same size as normal GtkWidgets
7203
7204 2005-10-16 [colin]      1.9.15cvs55
7205
7206         * src/mimeview.c
7207                 Fix message a bit more
7208
7209 2005-10-16 [colin]      1.9.15cvs54
7210
7211         * src/addressbook.c
7212                 Second attempt at flicker fixing
7213
7214 2005-10-16 [colin]      1.9.15cvs53
7215
7216         * src/addressbook.c
7217                 Fix flicker
7218
7219 2005-10-16 [wwp]        1.9.15cvs52
7220
7221         * src/addressbook.c
7222         * src/editaddress.c
7223         * src/prefs_common.c
7224         * src/prefs_common.h
7225                 Remember window sizes (address book)
7226
7227 2005-10-16 [wwp]        1.9.15cvs51
7228
7229         * src/plugins/clamav/clamav_plugin_gtk.c
7230         * src/plugins/spamassassin/spamassassin_gtk.c
7231                 Fix compilation warnings (missing #include).
7232
7233 2005-10-16 [colin]      1.9.15cvs50
7234
7235         * src/mimeview.c
7236         * src/summaryview.c
7237         * src/textview.c
7238                 Make 'c' check signature, and forward
7239                 c, l, y, t from summaryview to mimeview
7240
7241 2005-10-16 [colin]      1.9.15cvs49
7242
7243         * src/addressbook.c
7244                 Put border around buttons
7245         * src/mainwindow.c
7246         * src/summaryview.c
7247                 Rework menus (Patch based on a patch
7248                 by Paul)
7249
7250 2005-10-15 [wwp]        1.9.15cvs48
7251
7252         * src/editjpilot.c
7253         * src/editldap.c
7254         * src/editvcard.c
7255         * src/exphtmldlg.c
7256         * src/expldifdlg.c
7257         * src/export.c
7258         * src/import.c
7259         * src/importldif.c
7260         * src/importmutt.c
7261         * src/importpine.c
7262         * src/prefs_account.c
7263         * src/prefs_spelling.c
7264         * src/gtk/gtkutils.c
7265         * src/gtk/gtkutils.h
7266         * src/plugins/clamav/clamav_plugin_gtk.c
7267         * src/plugins/spamassassin/spamassassin_gtk.c
7268                 use nicer browse-for-file/dir buttons than the "..." ones,
7269                 code factorizing more.
7270
7271 2005-10-14 [colin]      1.9.15cvs47
7272
7273         * src/mainwindow.c
7274                 set relief on the account switcher so that people see it
7275                 grey out Create processing rules when no message is selected
7276         * src/prefs_filtering.c
7277                 ask before closing if the rule has not been modified, even if
7278                 it's not valid
7279         * src/prefs_matcher.c
7280                 fix sensitivity when entering the dialog
7281         * src/gtk/inputdialog.c
7282                 display a better icon on password ask
7283         * src/plugins/pgpcore/passphrase.c
7284                 make the dialog look better
7285
7286 2005-10-14 [paul]       1.9.15cvs46
7287
7288         * src/folderview.c
7289                 indicate presense of marked msgs in
7290                 unexpanded subfolders
7291
7292 2005-10-14 [paul]       1.9.15cvs45
7293
7294         * src/prefs_actions.c
7295         * src/prefs_common.c
7296         * src/prefs_common.h
7297         * src/prefs_filtering_action.c
7298         * src/prefs_matcher.c
7299         * src/prefs_template.c
7300                 remember window sizes
7301                 fix Info button size
7302
7303         Patches by wwp
7304
7305 2005-10-13 [colin]      1.9.15cvs44
7306
7307         * src/mimeview.c
7308         * src/noticeview.c
7309         * src/noticeview.h
7310                 Add a tooltip on the icon (optional) 
7311                 Get rid of the signature buttons and only
7312                 use the icon+tooltip
7313
7314 2005-10-13 [colin]      1.9.15cvs43
7315
7316         * src/noticeview.c
7317         * src/noticeview.h
7318                 Add hand cursor for hovering over icon
7319
7320 2005-10-13 [colin]      1.9.15cvs42
7321
7322         * src/summaryview.c
7323                 Fix crash when quicksearch's hidden 
7324                 at startup
7325
7326 2005-10-13 [colin]      1.9.15cvs41
7327
7328         * src/compose.c
7329                 Set subject when forwarding multiple mails
7330                 Check that other recipient than the default Cc or Bcc
7331                 have been set before sending.
7332
7333 2005-10-13 [colin]      1.9.15cvs40
7334
7335         * src/imap.c
7336                 Batch per-folder
7337                 Introduce locking, but don't use it yet
7338
7339 2005-10-13 [colin]      1.9.15cvs39
7340
7341         * src/gtk/quicksearch.c
7342                 Reset quicksearch when hiding it
7343                 Make sticky a real pref
7344
7345 2005-10-13 [colin]      1.9.15cvs38
7346
7347         * src/summaryview.c
7348                 Faster prefs apply
7349
7350 2005-10-13 [colin]      1.9.15cvs37
7351
7352         * src/mimeview.c
7353         * src/noticeview.c
7354         * src/noticeview.h
7355         * src/plugins/pgpcore/sgpgme.c
7356                 Make privacy icon clickable
7357                 Move Trust field in Full info
7358                 When trust is less than full, don't display
7359                 a warning icon
7360
7361 2005-10-13 [colin]      1.9.15cvs36
7362
7363         * src/folder.c
7364                 Batch on flags sync
7365         * src/folderview.c
7366                 Revert speed hack which is dangerous in fact
7367                 Apply prefs faster
7368
7369 2005-10-13 [colin]      1.9.15cvs35
7370
7371         * src/folder_item_prefs.c
7372                 Fix pref corruption on folder move. Patch
7373                 by wwp
7374
7375 2005-10-13 [paul]       1.9.15cvs34
7376
7377         * src/export.c
7378         * src/import.c
7379                 fix typos in g_warnings
7380         * src/prefs_account.c
7381                 add a file selector for Signature file
7382
7383         Patches by wwp
7384
7385 2005-10-12 [colin]      1.9.15cvs33
7386
7387         * src/mimeview.c
7388                 Provide a quick way to go back from a
7389                 signature's full info to the email part
7390
7391 2005-10-12 [colin]      1.9.15cvs32
7392
7393         * src/compose.c
7394                 Remove old hack of encoding signed mails with base64.
7395                 QP works equally well.
7396
7397 2005-10-12 [colin]      1.9.15cvs31
7398
7399         * src/crash.c
7400                 Replace deprecated GtkText with GtkTextView
7401         * src/imap.c
7402                 Fix a logic bug about counts in imap_select
7403                 (previously un-triggered)
7404         * src/mainwindow.c
7405         * src/summaryview.c
7406         * src/news.c
7407                 Allow local deletion of news posts
7408         * src/mimeview.c
7409                 Show GPG noticeview on the message/rfc822 part
7410                 in addition to the text/plain one
7411         * src/prefs_image_viewer.c
7412           src/plugins/pgpcore/prefs_gpg.c
7413                 Polish (set the label as part of the checkbox)
7414         * src/wizard.c
7415                 Don't sit there doing nothing after destroying
7416                 the window - return err
7417
7418 2005-10-11 [colin]      1.9.15cvs30
7419
7420         * src/folderview.c
7421                 Apply processing rules before showing folders.
7422                 Early folder show (before flags sync) will only
7423                 be done when there are no processing rules (nor
7424                 pre- or post- ones)
7425         * src/imap.c
7426                 Fix stuff related to mail subdir, creation and 
7427                 deletion of folders 
7428         * src/imap_gtk.c
7429                 Don't allow creation of folders in NoInferior
7430                 folders, as it won't work
7431
7432 2005-10-10 [colin]      1.9.15cvs29
7433
7434         * src/compose.c
7435                 Reselect "None" Privacy system when selecting an
7436                 account with no privacy system defined
7437
7438 2005-10-10 [colin]      1.9.15cvs28
7439
7440         * src/mainwindow.c
7441                 Add Windows-1252 encoding
7442         * src/prefs_common.c
7443                 Rework some defaults:
7444                 - autosave to draft by default
7445                 - don't show header pane (it's already in the textview)
7446                 - Select first new or unread mail on entry
7447                 - Assume 'Yes' to change folder when there's no more
7448                   unread message
7449         * src/prefs_matcher.c
7450                 Fix a gtk assertion failure
7451         * src/gtk/colorlabel.c
7452                 Workaround bad repainting on selection
7453         * src/main.c
7454                 Freeze/thaw (a bit faster on ssh -X)
7455         * src/msgcache.c
7456                 Get rid of StrdupConverter that just adds an
7457                 extra strdup/free 
7458         * src/etpan/imap_thread.c
7459                 memset buf to 0
7460
7461 2005-10-10 [colin]      1.9.15cvs27
7462
7463         * src/export.c
7464         * src/import.c
7465                 Fix compile on gtk 2.4. Patch by wwp
7466
7467 2005-10-09 [colin]      1.9.15cvs26
7468
7469         * src/mainwindow.c
7470         * src/messageview.c
7471         * src/summaryview.c
7472                 Clarify forward menus. Patch by wwp
7473
7474 2005-10-09 [colin]      1.9.15cvs25
7475
7476         * src/compose.c
7477         * src/compose.h
7478                 Fix bug #829 (Non-working "Encrypt message by 
7479                 default when replying to an encrypted message")
7480
7481 2005-10-08 [colin]      1.9.15cvs24
7482
7483         * src/wizard.c
7484                 Fix bug #827 ("Welcome" setup wizard after a 
7485                 permission error gives up & forgets itself.)
7486
7487 2005-10-08 [colin]      1.9.15cvs23
7488
7489         * src/procmime.c
7490                 Fix bug #828 (Ignoring headers with spaces around = sign)
7491
7492 2005-10-08 [colin]      1.9.15cvs22
7493
7494         * src/export.c
7495                 Warning fix by wwp
7496
7497 2005-10-08 [colin]      1.9.15cvs21
7498
7499         * src/folder.c
7500         * src/folder.h
7501                 Add a processing_pending indicator, set on 
7502                 folder_item_open and cleared after 
7503                 folder_item_process_open
7504         * src/folderview.c
7505         * src/summaryview.c
7506                 wrap procmsg_msginfo_*_flags, and in the
7507                 wrapper check that there's no folder processing 
7508                 pending. If there is, defer the flags change until 
7509                 processing is done to avoid stepping over each
7510                 other's toes.
7511                 Freeze during processing, but not during scanning.
7512
7513 2005-10-07 [colin]      1.9.15cvs20
7514
7515         * src/plugins/pgpcore/passphrase.c
7516                 Fix bug #826 (X-Server hangs when 
7517                 right-clicking a PGP encrypted message)
7518
7519 2005-10-07 [paul]       1.9.15cvs19
7520
7521         * src/compose.c
7522                 fix compose_entries[]
7523                 patch by Fabien Vantard
7524
7525 2005-10-06 [colin]      1.9.15cvs18
7526
7527         * src/pixmaps/address.xpm
7528         * src/pixmaps/address_book.xpm
7529         * src/pixmaps/book.xpm
7530         * src/pixmaps/check_spelling.xpm
7531         * src/pixmaps/checkbox_off.xpm
7532         * src/pixmaps/checkbox_on.xpm
7533         * src/pixmaps/close.xpm
7534         * src/pixmaps/complete.xpm
7535         * src/pixmaps/continue.xpm
7536         * src/pixmaps/deleted.xpm
7537         * src/pixmaps/down_arrow.xpm
7538         * src/pixmaps/exec.xpm
7539         * src/pixmaps/forwarded.xpm
7540         * src/pixmaps/group.xpm
7541         * src/pixmaps/ignorethread.xpm
7542         * src/pixmaps/interface.xpm
7543         * src/pixmaps/jpilot.xpm
7544         * src/pixmaps/ldap.xpm
7545         * src/pixmaps/linewrap.xpm
7546         * src/pixmaps/linewrapcurrent.xpm
7547         * src/pixmaps/mail.xpm
7548         * src/pixmaps/mail_attach.xpm
7549         * src/pixmaps/mail_compose.xpm
7550         * src/pixmaps/mail_forward.xpm
7551         * src/pixmaps/mail_receive.xpm
7552         * src/pixmaps/mail_receive_all.xpm
7553         * src/pixmaps/mail_reply.xpm
7554         * src/pixmaps/mail_reply_to_all.xpm
7555         * src/pixmaps/mail_reply_to_author.xpm
7556         * src/pixmaps/mail_send.xpm
7557         * src/pixmaps/mail_send_queue.xpm
7558         * src/pixmaps/mime_application.xpm
7559         * src/pixmaps/mime_audio.xpm
7560         * src/pixmaps/mime_image.xpm
7561         * src/pixmaps/mime_message.xpm
7562         * src/pixmaps/mime_text_enriched.xpm
7563         * src/pixmaps/mime_text_html.xpm
7564         * src/pixmaps/mime_text_plain.xpm
7565         * src/pixmaps/mime_unknown.xpm
7566         * src/pixmaps/new.xpm
7567         * src/pixmaps/news_compose.xpm
7568         * src/pixmaps/offline.xpm
7569         * src/pixmaps/online.xpm
7570         * src/pixmaps/paste.xpm
7571         * src/pixmaps/preferences.xpm
7572         * src/pixmaps/privacy_emblem_encrypted.xpm
7573         * src/pixmaps/privacy_expired.xpm
7574         * src/pixmaps/privacy_failed.xpm
7575         * src/pixmaps/privacy_passed.xpm
7576         * src/pixmaps/privacy_signed.xpm
7577         * src/pixmaps/privacy_unknown.xpm
7578         * src/pixmaps/privacy_warn.xpm
7579         * src/pixmaps/properties.xpm
7580         * src/pixmaps/replied.xpm
7581         * src/pixmaps/search.xpm
7582         * src/pixmaps/unread.xpm
7583         * src/pixmaps/up_arrow.xpm
7584         * src/pixmaps/vcard.xpm
7585                 Modernize internal theme, with icons from the 
7586                 Gnomaws theme. Keep some of the old ones where
7587                 they were better.
7588
7589 2005-10-06 [colin]      1.9.15cvs17
7590
7591         * src/summaryview.c
7592                 Little optimisations + bugfix
7593         * src/toolbar.c
7594                 Remove default useless items - useless being defined
7595                 by the default relevant prefs
7596         * src/wizard.c
7597                 include config.h to make gettext work
7598         * src/prefs_themes.c
7599                 Fix selection of current theme in prefs
7600
7601 2005-10-06 [colin]      1.9.15cvs16
7602
7603         * src/prefs_common.c
7604         * src/prefs_common.h
7605         * src/prefs_summaries.c
7606         * src/folderview.c
7607                 Add a warning dialog on Mark all read 
7608                 (with pref to get rid of it)
7609
7610 2005-10-06 [paul]       1.9.15cvs15
7611
7612         * po/nb.po
7613         * po/pt_BR.po
7614                 updated by Geir Helland and Frederico
7615                 Goncalves Guimaraes
7616
7617 2005-10-05 [colin]      1.9.15cvs14
7618
7619         * src/folder.c
7620         * src/folder.h
7621         * src/folderview.c
7622         * src/folderview.h
7623         * src/imap_gtk.c
7624         * src/mh_gtk.c
7625         * src/mainwindow.c
7626         * src/setup.c
7627                 add a way to rescan without rebuilding
7628                 make moving a bit faster (less folders changes)
7629                 don't lock the tree on Get 
7630         * src/imap.c
7631                 Don't re-delete deleted messages before expunging
7632         * src/summaryview.c
7633                 Set batch mode when deleting mails
7634
7635 2005-10-05 [paul]       1.9.15cvs13
7636
7637         * src/mainwindow.c
7638         * src/mainwindow.h
7639                 fix disabled Execute menu item
7640         * src/toolbar.c
7641                 match the change in 1.9.15cvs10: use Compose
7642                 instead of News by default
7643
7644 2005-10-04 [colin]      1.9.15cvs12
7645
7646         * src/compose.c
7647                 When replying to an ML post with Reply-To set
7648                 to the poster's email, honor it (as before),
7649                 but also honor our user's request to reply to
7650                 the mailing list: set the ML address in the To
7651                 field and the Reply-To address in the Cc: 
7652                 field.
7653
7654 2005-10-04 [colin]      1.9.15cvs11
7655
7656         * src/plugins/trayicon/trayicon.c
7657                 Finish cosmetic change - thanks to wwp
7658
7659 2005-10-04 [colin]      1.9.15cvs10
7660
7661         * src/toolbar.c
7662                 Use Compose instead of Email by default.
7663                 Spotted by wwp.
7664
7665 2005-10-04 [colin]      1.9.15cvs9
7666
7667         * src/folder.c
7668         * src/folder.h
7669         * src/folderview.c
7670         * src/imap.c
7671         * src/etpan/imap-thread.c
7672         * src/etpan/imap-thread.h
7673                 Try to make IMAP faster, by simplifying SEARCH
7674                 commands, avoiding sending two STATUS in a row,
7675                 and deferring flags sync and processing just
7676                 after displaying the folder. 
7677                 This will update the SummaryView in certain
7678                 cases (new mails not already fetched, flags
7679                 changed from another client) but in a non-
7680                 blocking manner.
7681
7682 2005-10-04 [colin]      1.9.15cvs8
7683
7684         * src/plugins/trayicon/trayicon.c
7685                 Relabel "Offline" to "Work offline"
7686
7687 2005-10-04 [colin]      1.9.15cvs7
7688
7689         * src/export.c
7690         * src/import.c
7691         * src/mbox.c
7692                 Fix mbox import/export buglets
7693                 Patch by wwp
7694         * src/plugins/trayicon/trayicon.c
7695                 Add offline swithc
7696                 Patch by wwp
7697
7698 2005-10-04 [colin]      1.9.15cvs6
7699
7700         * src/folder.c
7701         * src/folderview.c
7702         * src/summaryview.c
7703                 Better fix (don't break mark all read) for cvs2
7704
7705 2005-10-03 [colin]      1.9.15cvs5
7706
7707         * src/folder.c
7708                 Use a sane sort by default
7709
7710 2005-10-03 [colin]      1.9.15cvs4
7711
7712         * src/inc.c
7713                 Add a 'Only once' button for overriding offline mode
7714         * src/prefs_account.c
7715         * src/wizard.c
7716                 Add Local mbox to the wizard
7717                 Add IMAP subdir to the wizard (or the wizard is useless
7718                 for such accounts, or even worse than useless)
7719                 Move IMAP subdir from Advanced to Receive tab, as it's
7720                 not that uncommon
7721
7722 2005-10-03 [colin]      1.9.15cvs3
7723
7724         * src/send_message.c
7725                 Forgot this one in cvs1
7726
7727 2005-10-03 [colin]      1.9.15cvs2
7728
7729         * src/folder.c
7730                 Faster close when leaving a folder with lots
7731                 of new mails. Idea by David Relson.
7732
7733 2005-10-03 [colin]      1.9.15cvs1
7734
7735         * src/compose.c
7736         * src/imap.c
7737         * src/inc.c
7738         * src/main.c
7739         * src/messageview.c
7740         * src/news.c
7741         * src/summaryview.c
7742         * src/gtk/sslcertwindow.c
7743         * src/plugins/trayicon/trayicon.c
7744                 Add accels to every AlertPanel. Patch by Fabien 
7745                 Vantard
7746
7747 2005-10-03 [paul]       1.9.15
7748
7749         1.9.15 released
7750
7751 2005-10-03 [paul]       1.9.14cvs68
7752
7753         * po/ca.po
7754         * po/de.po
7755         * po/es.po
7756         * po/fi.po
7757         * po/fr.po
7758         * po/sk.po
7759         * po/sr.po
7760         * po/zh_CN.po
7761                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7762                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7763                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7764
7765 2005-10-03 [paul]       1.9.14cvs67
7766
7767         * src/send_message.c
7768                 prevent hang on Cancel
7769                 patch by Colin
7770
7771 2005-10-03 [paul]       1.9.14cvs66
7772
7773         * src/main.c
7774                 fix crash in IMAP caused by discrepancy
7775                 between check_at_startup and offline mode
7776                 Patch by Colin
7777
7778 2005-10-01 [paul]       1.9.14cvs65
7779
7780         * src/inc.c
7781                 fix engrish
7782
7783 2005-10-01 [paul]       1.9.14cvs64
7784         * src/export.c
7785         * src/import.c
7786                 synchronise import_mbox() and export_mbox()
7787         * src/mbox.c
7788                 proc_mbox(): add alert if file cannot be opened
7789                 export_list_to_mbox(): test if dest file exists,
7790                 prompt user to overwrite if it does. add alert
7791                 if file cannot be created
7792                                                                 
7793         Patch by wwp
7794                                                                                                                 
7795
7796 2005-09-30 [paul]       1.9.14cvs63
7797
7798         * src/addressbook.c
7799                 Fix sensitivity of a menu
7800         * src/codeconv.c
7801                 Respect hidden pref for mails with no encoding
7802         * src/common/xml.c
7803                 Fix memory corruption
7804         * src/plugins/pgpcore/sgpgme.c
7805                 Fix segfault on incomplete sigs, and display
7806                 of S/Mime UIDs
7807
7808         Patches by Colin
7809
7810 2005-09-30 [colin]      1.9.14cvs62
7811
7812         * src/partial_download.c
7813                 Little logic fix in almost-dead code
7814         * src/pop.c
7815                 Fix partial download when there's no new mail
7816
7817 2005-09-29 [paul]       1.9.14cvs61
7818
7819         * src/plugins/pgpinline/pgpinline.c
7820                 fix bug 819, 'crash accessing sign message'
7821                 Patch by Colin
7822
7823 2005-09-28 [martin]     1.9.14cvs60
7824
7825         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7826                 fix bug #790 (Crash when restarting window manager (fluxbox))
7827
7828 2005-09-28 [paul]       1.9.14cvs59
7829
7830         * src/gtk/gtkaspell.c
7831                 fix off-by-one typo
7832
7833 2005-09-27 [colin]      1.9.14cvs58
7834
7835         * src/plugins/pgpcore/sgpgme.c
7836                 Report error when there's one, instead of
7837                 "Signature unchecked" 
7838
7839 2005-09-27 [colin]      1.9.14cvs57
7840
7841         * src/prefs_quote.c
7842                 Fix bug #816 (Weird quotation with spaces)
7843
7844 2005-09-27 [colin]      1.9.14cvs56
7845
7846         * src/codeconv.c
7847         * src/compose.c
7848         * src/compose.h
7849                 Put subject in compose's title
7850                 Fix Automatic encoding so that it's really automatic:
7851                 first try default locale's charset, then charset of the replied mail, 
7852                 then utf-8
7853                 Fix encoding of headers (must be in strict mode too)
7854
7855 2005-09-26 [colin]      1.9.14cvs55
7856
7857         * src/gtk/gtkaspell.c
7858                 Fix previous patch - don't color the space,
7859                 just uncolor it :)
7860
7861 2005-09-26 [colin]      1.9.14cvs54
7862
7863         * src/gtk/gtkaspell.c
7864                 Unmark space if possible
7865
7866 2005-09-26 [colin]      1.9.14cvs53
7867
7868         * src/imap.c
7869                 log_error instead of alertpanel according to the pref
7870         * src/etpan/imap-thread.c
7871                 Print connect status, copy only necessary size to 
7872                 logger
7873         * src/plugins/pgpmime/pgpmime.c
7874                 Handle S/Mime signatures (verification only). Patch based
7875                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7876
7877 2005-09-26 [paul]       1.9.14cvs52
7878
7879         * src/common/passcrypt.c
7880                 this 'workaround' not necessary on NetBSD.
7881                 Thanks to Daniel Gustafson
7882
7883 2005-09-26 [paul]
7884
7885         1.9.15-rc4 released
7886
7887 2005-09-26 [paul]       1.9.14cvs51
7888
7889         * src/summaryview.c
7890                 Skip currently selected message when
7891                 looking for next new or unread message
7892                 in current folder. Patch by Colin
7893         * src/common/passcrypt.c
7894                 eliminate warnings on *BSD. Patch by
7895                 Daniel Gustafson
7896
7897 2005-09-26 [colin]      1.9.14cvs50
7898
7899         * src/procmsg.c
7900                 Call postfiltering hook anyway
7901
7902 2005-09-22 [colin]      1.9.14cvs49
7903
7904         * src/codeconv.c
7905         * src/codeconv.h
7906                 Add a strict mode that doesn't replace with _
7907         * src/compose.c
7908         * src/compose.h
7909                 Use strict conversion while sending
7910                 Fix race when drafting while sending (happens
7911                 on IMAP)
7912                 Fix d'n'd of messages from summaryview
7913         * src/prefs_common.c
7914         * src/prefs_common.h
7915                 add hidden utf8_instead_of_locale_for_broken_mail 
7916                 pref for people that preferred the default charset 
7917                 to be utf8 for broken mails
7918         * src/quote_fmt_parse.y
7919                 fix bug #815 (No quote insert if "From:" fied 
7920                 contained Russian letters)
7921         * src/summaryview.c
7922                 Fix d'n'd of messages to compose
7923
7924 2005-09-22 [paul]       1.9.14cvs48
7925
7926         * src/compose.c
7927                 fix bug where attachments Name entry
7928                 would display Path instead
7929
7930 2005-09-21 [paul]       1.9.14cvs47
7931
7932         * README
7933         * README.jp
7934         * configure.ac
7935         * config/config.rpath
7936         * doc/manual/en/sylpheed-20.html
7937         * doc/manual/es/sylpheed-20.html
7938         * po/bg.po
7939         * po/ca.po
7940         * po/de.po
7941         * po/es.po
7942         * po/fr.po
7943         * po/it.po
7944         * po/pt_BR.po
7945         * po/sk.po
7946         * po/zh_TW.po
7947         * src/account.c
7948         * src/account.h
7949         * src/action.c
7950         * src/action.h
7951         * src/adbookbase.h
7952         * src/addr_compl.c
7953         * src/addr_compl.h
7954         * src/addrbook.c
7955         * src/addrbook.h
7956         * src/addrcache.c
7957         * src/addrcache.h
7958         * src/addrcindex.c
7959         * src/addrcindex.h
7960         * src/addrclip.c
7961         * src/addrclip.h
7962         * src/addrdefs.h
7963         * src/addressadd.c
7964         * src/addressadd.h
7965         * src/addressbook.c
7966         * src/addressbook.h
7967         * src/addressitem.h
7968         * src/addrgather.c
7969         * src/addrgather.h
7970         * src/addrharvest.c
7971         * src/addrharvest.h
7972         * src/addrindex.c
7973         * src/addrindex.h
7974         * src/addritem.c
7975         * src/addritem.h
7976         * src/addrquery.c
7977         * src/addrquery.h
7978         * src/addrselect.c
7979         * src/addrselect.h
7980         * src/alertpanel.c
7981         * src/alertpanel.h
7982         * src/browseldap.c
7983         * src/browseldap.h
7984         * src/codeconv.c
7985         * src/codeconv.h
7986         * src/compose.c
7987         * src/compose.h
7988         * src/crash.c
7989         * src/crash.h
7990         * src/customheader.c
7991         * src/customheader.h
7992         * src/displayheader.c
7993         * src/displayheader.h
7994         * src/editaddress.c
7995         * src/editaddress.h
7996         * src/editbook.c
7997         * src/editbook.h
7998         * src/editgroup.c
7999         * src/editgroup.h
8000         * src/editjpilot.c
8001         * src/editjpilot.h
8002         * src/editldap.c
8003         * src/editldap.h
8004         * src/editldap_basedn.c
8005         * src/editldap_basedn.h
8006         * src/editvcard.c
8007         * src/editvcard.h
8008         * src/enriched.c
8009         * src/enriched.h
8010         * src/exphtmldlg.c
8011         * src/exphtmldlg.h
8012         * src/expldifdlg.c
8013         * src/expldifdlg.h
8014         * src/export.c
8015         * src/export.h
8016         * src/exporthtml.c
8017         * src/exporthtml.h
8018         * src/exportldif.c
8019         * src/exportldif.h
8020         * src/filtering.c
8021         * src/filtering.h
8022         * src/folder.c
8023         * src/folder.h
8024         * src/folder_item_prefs.c
8025         * src/folder_item_prefs.h
8026         * src/foldersel.c
8027         * src/foldersel.h
8028         * src/folderutils.c
8029         * src/folderutils.h
8030         * src/folderview.c
8031         * src/folderview.h
8032         * src/grouplistdialog.c
8033         * src/grouplistdialog.h
8034         * src/headerview.c
8035         * src/headerview.h
8036         * src/html.c
8037         * src/html.h
8038         * src/image_viewer.c
8039         * src/image_viewer.h
8040         * src/imap.c
8041         * src/imap.h
8042         * src/imap_gtk.c
8043         * src/imap_gtk.h
8044         * src/import.c
8045         * src/import.h
8046         * src/importldif.c
8047         * src/importldif.h
8048         * src/importmutt.c
8049         * src/importmutt.h
8050         * src/importpine.c
8051         * src/importpine.h
8052         * src/inc.c
8053         * src/inc.h
8054         * src/jpilot.c
8055         * src/jpilot.h
8056         * src/ldapctrl.c
8057         * src/ldapctrl.h
8058         * src/ldaplocate.c
8059         * src/ldaplocate.h
8060         * src/ldapquery.c
8061         * src/ldapquery.h
8062         * src/ldapserver.c
8063         * src/ldapserver.h
8064         * src/ldaputil.c
8065         * src/ldaputil.h
8066         * src/ldif.c
8067         * src/ldif.h
8068         * src/localfolder.c
8069         * src/localfolder.h
8070         * src/main.c
8071         * src/main.h
8072         * src/mainwindow.c
8073         * src/mainwindow.h
8074         * src/manual.c
8075         * src/manual.h
8076         * src/matcher.c
8077         * src/matcher.h
8078         * src/matcher_parser.h
8079         * src/matcher_parser_lex.l
8080         * src/matcher_parser_parse.y
8081         * src/mbox.c
8082         * src/mbox.h
8083         * src/message_search.c
8084         * src/message_search.h
8085         * src/messageview.c
8086         * src/messageview.h
8087         * src/mh.c
8088         * src/mh.h
8089         * src/mh_gtk.c
8090         * src/mh_gtk.h
8091         * src/mimeview.c
8092         * src/mimeview.h
8093         * src/msgcache.c
8094         * src/msgcache.h
8095         * src/mutt.c
8096         * src/mutt.h
8097         * src/news.c
8098         * src/news.h
8099         * src/news_gtk.c
8100         * src/news_gtk.h
8101         * src/noticeview.c
8102         * src/noticeview.h
8103         * src/partial_download.c
8104         * src/partial_download.h
8105         * src/pine.c
8106         * src/pine.h
8107         * src/pop.c
8108         * src/pop.h
8109         * src/prefs_account.c
8110         * src/prefs_account.h
8111         * src/prefs_actions.c
8112         * src/prefs_actions.h
8113         * src/prefs_common.c
8114         * src/prefs_common.h
8115         * src/prefs_compose_writing.c
8116         * src/prefs_compose_writing.h
8117         * src/prefs_customheader.c
8118         * src/prefs_customheader.h
8119         * src/prefs_display_header.c
8120         * src/prefs_display_header.h
8121         * src/prefs_ext_prog.c
8122         * src/prefs_ext_prog.h
8123         * src/prefs_filtering.c
8124         * src/prefs_filtering.h
8125         * src/prefs_filtering_action.c
8126         * src/prefs_filtering_action.h
8127         * src/prefs_folder_column.c
8128         * src/prefs_folder_column.h
8129         * src/prefs_folder_item.c
8130         * src/prefs_folder_item.h
8131         * src/prefs_fonts.c
8132         * src/prefs_fonts.h
8133         * src/prefs_gtk.c
8134         * src/prefs_gtk.h
8135         * src/prefs_image_viewer.c
8136         * src/prefs_image_viewer.h
8137         * src/prefs_matcher.c
8138         * src/prefs_matcher.h
8139         * src/prefs_message.c
8140         * src/prefs_message.h
8141         * src/prefs_msg_colors.c
8142         * src/prefs_msg_colors.h
8143         * src/prefs_other.c
8144         * src/prefs_other.h
8145         * src/prefs_quote.c
8146         * src/prefs_quote.h
8147         * src/prefs_receive.c
8148         * src/prefs_receive.h
8149         * src/prefs_send.c
8150         * src/prefs_send.h
8151         * src/prefs_spelling.c
8152         * src/prefs_spelling.h
8153         * src/prefs_summaries.c
8154         * src/prefs_summaries.h
8155         * src/prefs_summary_column.c
8156         * src/prefs_summary_column.h
8157         * src/prefs_template.c
8158         * src/prefs_template.h
8159         * src/prefs_themes.c
8160         * src/prefs_themes.h
8161         * src/prefs_toolbar.c
8162         * src/prefs_toolbar.h
8163         * src/prefs_wrapping.c
8164         * src/prefs_wrapping.h
8165         * src/privacy.c
8166         * src/privacy.h
8167         * src/procheader.c
8168         * src/procheader.h
8169         * src/procmime.c
8170         * src/procmime.h
8171         * src/procmsg.c
8172         * src/procmsg.h
8173         * src/quote_fmt.c
8174         * src/quote_fmt_parse.y
8175         * src/recv.c
8176         * src/recv.h
8177         * src/remotefolder.c
8178         * src/remotefolder.h
8179         * src/send_message.c
8180         * src/send_message.h
8181         * src/setup.c
8182         * src/setup.h
8183         * src/simple-gettext.c
8184         * src/sourcewindow.c
8185         * src/sourcewindow.h
8186         * src/ssl_manager.c
8187         * src/ssl_manager.h
8188         * src/statusbar.c
8189         * src/statusbar.h
8190         * src/stock_pixmap.c
8191         * src/stock_pixmap.h
8192         * src/summary_search.c
8193         * src/summary_search.h
8194         * src/summaryview.c
8195         * src/summaryview.h
8196         * src/syldap.c
8197         * src/syldap.h
8198         * src/textview.c
8199         * src/textview.h
8200         * src/toolbar.c
8201         * src/toolbar.h
8202         * src/undo.c
8203         * src/undo.h
8204         * src/unmime.c
8205         * src/unmime.h
8206         * src/vcard.c
8207         * src/vcard.h
8208         * src/wizard.c
8209         * src/wizard.h
8210         * src/common/base64.c
8211         * src/common/base64.h
8212         * src/common/defs.h
8213         * src/common/hooks.c
8214         * src/common/hooks.h
8215         * src/common/log.c
8216         * src/common/log.h
8217         * src/common/md5.c
8218         * src/common/md5.h
8219         * src/common/mgutils.c
8220         * src/common/mgutils.h
8221         * src/common/nntp.c
8222         * src/common/nntp.h
8223         * src/common/passcrypt.c
8224         * src/common/passcrypt.h.in
8225         * src/common/plugin.c
8226         * src/common/plugin.h
8227         * src/common/prefs.c
8228         * src/common/prefs.h
8229         * src/common/progressindicator.c
8230         * src/common/progressindicator.h
8231         * src/common/quoted-printable.c
8232         * src/common/quoted-printable.h
8233         * src/common/session.c
8234         * src/common/session.h
8235         * src/common/smtp.c
8236         * src/common/smtp.h
8237         * src/common/socket.c
8238         * src/common/socket.h
8239         * src/common/ssl.c
8240         * src/common/ssl.h
8241         * src/common/ssl_certificate.c
8242         * src/common/ssl_certificate.h
8243         * src/common/string_match.c
8244         * src/common/string_match.h
8245         * src/common/stringtable.c
8246         * src/common/sylpheed.c
8247         * src/common/sylpheed.h
8248         * src/common/template.c
8249         * src/common/template.h
8250         * src/common/timing.h
8251         * src/common/utils.c
8252         * src/common/utils.h
8253         * src/common/uuencode.c
8254         * src/common/uuencode.h
8255         * src/common/version.h.in
8256         * src/common/xml.c
8257         * src/common/xml.h
8258         * src/common/xmlprops.c
8259         * src/common/xmlprops.h
8260         * src/gtk/about.c
8261         * src/gtk/about.h
8262         * src/gtk/colorlabel.c
8263         * src/gtk/colorlabel.h
8264         * src/gtk/colorsel.c
8265         * src/gtk/colorsel.h
8266         * src/gtk/description_window.c
8267         * src/gtk/description_window.h
8268         * src/gtk/filesel.c
8269         * src/gtk/filesel.h
8270         * src/gtk/foldersort.c
8271         * src/gtk/foldersort.h
8272         * src/gtk/gtkutils.c
8273         * src/gtk/gtkutils.h
8274         * src/gtk/inputdialog.c
8275         * src/gtk/inputdialog.h
8276         * src/gtk/logwindow.c
8277         * src/gtk/logwindow.h
8278         * src/gtk/manage_window.c
8279         * src/gtk/manage_window.h
8280         * src/gtk/menu.c
8281         * src/gtk/menu.h
8282         * src/gtk/pluginwindow.c
8283         * src/gtk/pluginwindow.h
8284         * src/gtk/prefswindow.c
8285         * src/gtk/prefswindow.h
8286         * src/gtk/progressdialog.c
8287         * src/gtk/progressdialog.h
8288         * src/gtk/quicksearch.c
8289         * src/gtk/quicksearch.h
8290         * src/gtk/sslcertwindow.c
8291         * src/gtk/sslcertwindow.h
8292         * src/plugins/clamav/clamav_plugin.c
8293         * src/plugins/clamav/clamav_plugin.h
8294         * src/plugins/clamav/clamav_plugin_gtk.c
8295         * src/plugins/demo/demo.c
8296         * src/plugins/dillo_viewer/dillo_prefs.c
8297         * src/plugins/dillo_viewer/dillo_prefs.h
8298         * src/plugins/dillo_viewer/dillo_viewer.c
8299         * src/plugins/mathml_viewer/mathml_viewer.c
8300         * src/plugins/pgpcore/passphrase.c
8301         * src/plugins/pgpcore/passphrase.h
8302         * src/plugins/pgpcore/plugin.c
8303         * src/plugins/pgpcore/prefs_gpg.c
8304         * src/plugins/pgpcore/prefs_gpg.h
8305         * src/plugins/pgpcore/select-keys.c
8306         * src/plugins/pgpcore/select-keys.h
8307         * src/plugins/pgpcore/sgpgme.c
8308         * src/plugins/pgpcore/sgpgme.h
8309         * src/plugins/pgpinline/pgpinline.c
8310         * src/plugins/pgpinline/pgpinline.h
8311         * src/plugins/pgpinline/plugin.c
8312         * src/plugins/pgpmime/pgpmime.c
8313         * src/plugins/pgpmime/pgpmime.h
8314         * src/plugins/pgpmime/plugin.c
8315         * src/plugins/spamassassin/spamassassin.c
8316         * src/plugins/spamassassin/spamassassin.h
8317         * src/plugins/spamassassin/spamassassin_gtk.c
8318         * src/plugins/trayicon/trayicon.c
8319         * tools/OOo2sylpheed.pl
8320         * tools/acroread2sylpheed.pl
8321         * tools/asus_mailled.sh
8322         * tools/filter_conv.pl
8323         * tools/freshmeat_search.pl
8324         * tools/google_search.pl
8325         * tools/kmail2sylpheed.pl
8326         * tools/kmail2sylpheed_v2.pl
8327         * tools/maildir2sylpheed.pl
8328         * tools/multiwebsearch.pl
8329         * tools/newscache_clean.pl
8330         * tools/outlook2sylpheed.pl
8331         * tools/sylpheed-switcher
8332         * tools/update-po
8333         * tools/vcard2xml.py
8334         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8335                 update FSF address
8336
8337 2005-09-21 [colin]      1.9.14cvs46
8338
8339         * src/gedit-print.c
8340         * src/procmsg.c
8341         * src/procmsg.h
8342         * src/textview.c
8343         * src/summaryview.c
8344                 Remove some printing hacks (deselection/reselection),
8345                 which by the way fix printing the currently 
8346                 displayed mime part (still only text)
8347                 Plus a little optimisation of summary_show
8348
8349
8350 2005-09-20 [colin]      1.9.14cvs45
8351
8352         * src/mainwindow.c
8353         * src/messageview.c
8354                 GUI fixups: add accels, set message
8355                 view title to displayed mail's subject
8356         * src/prefs_spelling.c
8357         * src/gtk/gtkaspell.c
8358                 GUI fixups: allow underlining misspelled
8359                 words instead of coloring them (a11y!)
8360
8361 2005-09-19 [colin]
8362
8363         1.9.15rc3 released
8364
8365 2005-09-19 [colin]      1.9.14cvs44
8366
8367         * src/compose.c
8368                 Fix draft message
8369         * src/gtk/gtkaspell.c
8370                 Fix wrong test ;-)
8371
8372 2005-09-19 [colin]      1.9.14cvs43
8373
8374         * src/addressbook.c
8375                 Fix sensitivity of Delete button
8376         * src/compose.c
8377                 Warn if the requested Privacy system
8378                 is not available
8379         * src/exphtmldlg.c
8380         * src/expldifdlg.c
8381         * src/importldif.c
8382         * src/importmutt.c
8383         * src/importpine.c
8384                 Fix crappy UI
8385         * src/
8386         * src/ssl.h
8387         * src/prefs_account.h
8388         * src/prefs_account.c
8389                 Save SSL prefs even in builds that have
8390                 SSL support disable
8391         * src/imap.c
8392         * src/inc.c
8393         * src/news.c
8394         * src/send_message.c
8395                 Warn if connection should be secure, but
8396                 SSL support isn't compiled in
8397         * src/gtkaspell.c
8398                 Fix word separation on UTF-8 systems
8399                 Fixes bug #812 (Strange inline spellchecking)
8400         * src/compose.c
8401                 Warn if the requested Privacy system
8402                 is not available
8403                 Factorize offline warning
8404         * src/imap.c
8405         * src/imap_gtk.c
8406         * src/imap_gtk.h
8407         * src/inc.h
8408         * src/news_gtk.c
8409         * src/news_gtk.h
8410         * src/messageview.c
8411                 Factorize offline warning
8412
8413 2005-09-19 [paul]
8414
8415         1.9.15-rc2 released
8416
8417 2005-09-18 [colin]      1.9.14cvs42
8418
8419         * src/codeconv.c
8420         * src/codeconv.h
8421         * src/procmime.c
8422                 Add a way to get locale's charset ignoring utf-8,
8423                 and use that as default encoding for broken mails
8424
8425 2005-09-18 [colin]      1.9.14cvs41
8426
8427         * src/gtk/logwindow.c
8428                 Translate string. Patch by Fabien Vantard
8429
8430 2005-09-18 [colin]      1.9.14cvs40
8431
8432         * configure.ac
8433                 Fix bug #803 (IMAP/SSL support breaks with 
8434                 GnuTLS libetpan 0.38)
8435
8436 2005-09-18 [colin]      1.9.14cvs39
8437
8438         * src/codeconv.c
8439         * src/compose.c
8440         * src/procmime.c
8441                 More charsets fixes. Fixes bug #806 (non
8442                 ascii characters in subject line)
8443
8444 2005-09-17 [paul]       1.9.14cvs38
8445
8446         * src/folderview.c
8447         * src/mainwindow.c
8448                 fix gcc-2.95 issues
8449                 Patch by Pawel Pekala
8450
8451 2005-09-17 [colin]      1.9.14cvs37
8452
8453         * src/addrindex.c
8454                 bugfix for NO-USE LDAP compilation, patch 
8455                 by Fabien Vantard
8456
8457 2005-09-17 [colin]      1.9.14cvs36
8458
8459         * src/prefs_actions.c
8460         * src/prefs_customheader.c
8461         * src/prefs_display_header.c
8462         * src/prefs_filtering_action.c
8463         * src/prefs_matcher.c
8464         * src/prefs_toolbar.c
8465                 Fix strange casts (less elegant but
8466                 works better)
8467
8468 2005-09-16 [colin]      1.9.14cvs35
8469
8470         * src/jpilot.c
8471                 Missed that one
8472
8473 2005-09-16 [colin]      1.9.14cvs34
8474
8475         * configure.ac
8476         * src/Makefile.am
8477         * src/addr_compl.c
8478         * src/addrindex.c
8479         * src/browseldap.c
8480         * src/editldap.c
8481         * src/ldaplocate.c
8482         * src/ldapquery.c
8483         * src/ldapquery.h
8484         * src/ldapserver.c
8485         * src/ldapserver.h
8486         * src/main.c
8487         * src/matcher_parser_parse.y
8488         * src/prefs_themes.c
8489         * src/etpan/Makefile.am
8490         * src/gtk/description_window.c
8491         * src/plugins/clamav/Makefile.am
8492         * src/plugins/clamav/clamav_plugin.c
8493         * src/plugins/dillo_viewer/Makefile.am
8494         * src/plugins/pgpcore/Makefile.am
8495         * src/plugins/pgpinline/Makefile.am
8496         * src/plugins/pgpmime/Makefile.am
8497         * src/plugins/trayicon/Makefile.am
8498                 Fix 100% cpu usage in address completion list
8499                 Fix little bugs (return with no values etc)
8500                 Fix all warnings (with common CFLAGS)
8501
8502 2005-09-15 [colin]      1.9.14cvs33
8503
8504         * src/addressbook.c
8505                 Fix bug where sometimes a group's email list is empty,
8506                 force its refresh (probably fixes "Re: how to create a 
8507                 distribution list")
8508         * src/ldapquery.c
8509                 Don't return to the callback in the main thread from the
8510                 fetch thread (or face segs!)
8511
8512 2005-09-15 [paul]       1.9.14cvs32
8513
8514         * src/prefs_matcher.c
8515                 forgotten in last commit
8516
8517 2005-09-15 [paul]       1.9.14cvs31
8518
8519         * src/prefs_actions.c
8520         * src/prefs_filtering_action.c
8521         * src/prefs_quote.c
8522         * src/quote_fmt.c
8523         * src/summaryview.c
8524         * src/gtk/description_window.c
8525         * src/gtk/description_window.h
8526         * src/gtk/quicksearch.c
8527                 allow interaction with the called
8528                 description window
8529                 Patch by Anders Hammar
8530
8531 2005-09-14 [paul]       1.9.14cvs30
8532
8533         * src/compose.c
8534                 fix a little annoyance when pasting with 3rd button 
8535                 with wrap_pastes=0 and wrap_input=1
8536                 Patch by Colin
8537
8538 2005-09-14 [paul]       1.9.14cvs29
8539
8540         * src/prefs_account.c
8541                 disable 'Filter messages on receiving' for
8542                 SMTP-only accounts
8543                 Patch  by Anders Hammar
8544
8545 2005-09-14 [paul]       1.9.14cvs28
8546
8547         * po/sk.po
8548                 fix crash
8549                 updated by Andrej Kacian
8550
8551 2005-09-14 [paul]
8552
8553         1.9.15-rc1 released
8554
8555 2005-09-14 [paul]       1.9.14cvs27
8556
8557         * po/es.po
8558                 updated by Ricardo Mones Lastra
8559         * src/compose.c
8560         * src/compose.h
8561                 associate no_wrap_tags to Compose windows
8562                 instead of using a static one
8563                 Patch by Colin
8564         * src/mbox.c
8565                 fix proc_mbox()
8566                 Patch by wwp
8567         * src/textview.c
8568                 remove unneeded printf()
8569
8570 2005-09-14 [paul]       1.9.14cvs26
8571
8572         * src/addrcache.c
8573         * src/codeconv.h
8574         * src/folder.h
8575         * src/mainwindow.h
8576         * src/mh.c
8577         * src/mimeview.h
8578         * src/partial_download.c
8579         * src/pop.c
8580         * src/prefs_account.c
8581         * src/prefs_account.h
8582         * src/prefs_actions.c
8583         * src/prefs_customheader.c
8584         * src/prefs_display_header.c
8585         * src/prefs_filtering_action.c
8586         * src/prefs_matcher.c
8587         * src/prefs_toolbar.c
8588         * src/privacy.h
8589         * src/procmime.c
8590         * src/procmime.h
8591         * src/procmsg.h
8592         * src/textview.c
8593         * src/undo.h
8594         * src/common/plugin.c
8595         * src/common/session.h
8596         * src/common/socket.c
8597         * src/common/socket.h
8598         * src/common/template.c
8599         * src/gtk/gtkaspell.c
8600         * src/gtk/quicksearch.h
8601         * src/plugins/pgpcore/passphrase.c
8602         * src/plugins/pgpcore/prefs_gpg.h
8603         * src/plugins/pgpcore/select-keys.c
8604         * src/plugins/pgpcore/select-keys.h
8605         * src/plugins/pgpcore/sgpgme.c
8606         * src/plugins/pgpinline/pgpinline.c
8607         * src/plugins/pgpmime/pgpmime.c
8608         * src/plugins/trayicon/trayicon.c
8609                 fix compilation warnings
8610                 Patch by Daniel Gustafson
8611
8612 2005-09-14 [paul]       1.9.14cvs25
8613
8614         * src/addressbook.c
8615                 add missing column header, and other small
8616                 bug fixes
8617                 Patch by Anders Hammar
8618
8619 2005-09-13 [colin]      1.9.14cvs24
8620
8621         * src/gtk/gtkaspell.c
8622                 Fix non-utf8 in menu
8623                 Fix little leaks
8624                 Nullify struct members after free()s
8625
8626 2005-09-13 [colin]      1.9.14cvs23
8627
8628         * src/compose.c
8629                 Test utf8 compliance before inserting to 
8630                 buffer, and try to convert if necessary
8631         * src/procmime.c
8632                 If no charset is present, use the locale 
8633                 one instead of us-ascii
8634         * src/procmsg.c
8635                 Add Sender, List-Post and To in the checked 
8636                 headers for automatic rules creation 
8637                 (thanks to wwp)
8638         * src/prefs_themes.c
8639         * src/gtk/gtkaspell.c
8640                 Remove deprecated functions. 
8641                 patch by Daniel Gustafson
8642
8643 2005-09-12 [colin]      1.9.14cvs22
8644
8645         * src/compose.c
8646                 Fix bug #448 (Scrolling/Redraw issue with 
8647                 address-fields in Header)
8648         * src/mainwindow.c
8649         * src/summaryview.c
8650         * src/summaryview.h
8651                 Fix loss of MSG_MARKED on move/copy
8652                 Fix bug #804 (Quicksearch togglebutton doesn't 
8653                 get depressed after '/' key is pressed)
8654
8655 2005-09-12 [paul]       1.9.14cvs21
8656
8657         * AUTHORS
8658         * src/gtk/logwindow.c
8659                 add 'Clear Log' to popup menu
8660                 Patch by Anders Hammar <anders.hammar@telia.com>
8661
8662 2005-09-12 [paul]       1.9.14cvs20
8663
8664         * src/compose.c
8665                 set correct sensitivity on attachments
8666                 popup menu
8667         * src/folder.c
8668                 fix typo
8669         * src/prefs_spelling.c
8670                 fix crash when no LANG env is set
8671         * src/common/xml.c
8672                 fix crash in wizard
8673                 don't use memeory after free
8674
8675         All patches by Daniel Gustafson
8676
8677 2005-09-12 [paul]       1.9.14cvs19
8678
8679         * src/prefs_themes.c
8680                 make theme info selectable
8681         * src/gtk/description_window.c
8682                 make window non-modal
8683         * tools/README
8684                 add details of asus_mailed.sh
8685         * tools/claws.i18n.status.pl
8686                 update for new zh_TW translator
8687                 widen the output
8688                 create alternate coloured lines
8689                 improve readability
8690
8691 2005-09-10 [colin]      1.9.14cvs18
8692
8693         * src/plugins/pgpcore/select-keys.c
8694                 Better order for the buttons
8695
8696 2005-09-10 [colin]      1.9.14cvs17
8697
8698         * src/compose.c
8699         * src/plugins/pgpcore/select-keys.c
8700         * src/plugins/pgpcore/select-keys.h
8701         * src/plugins/pgpcore/sgpgme.c
8702                 Add a "Don't encrypt" button to the key
8703                 selection dialog. Fixes bug #177 (There should be a 
8704                 'Don't encrypt button in the Select Keys dialog)
8705
8706 2005-09-10 [colin]      1.9.14cvs16
8707
8708         * src/compose.c
8709                 Fix bug #572 (%X option does not work with templates)
8710
8711 2005-09-10 [colin]      1.9.14cvs15
8712
8713         * src/toolbar.c 
8714                 Remove g_print
8715
8716 2005-09-10 [colin]      1.9.14cvs14
8717
8718         * src/imap.c
8719                 Fix a possible crash
8720
8721 2005-09-09 [colin]      1.9.14cvs13
8722
8723         * src/imap.c
8724         * src/etpan/imap-thread.c
8725         * src/etpan/imap-thread.h
8726                 Fix moving from queue or drafts to normal folders
8727                 Fix bug #794 (No way to delete without expunging)
8728                 Take flags unset by other mailers into account
8729                 Take deleted flag set by other mailers into account
8730                 Fix unsetting REPLIED flag
8731                 Fix crash when capabilities can't be retrieved
8732         * src/mainwindow.c
8733         * src/mainwindow.h
8734                 Add M_DELAYED_FLAGS condition, and let the user use
8735                 Execute in order to be able to expunge deleted mails,
8736                 even if he's not in delayed execute mode
8737         * src/prefs_spelling.c
8738                 Use 'en' dictionary by default if LANG is POSIX or C
8739         * src/gtk/prefswindow.c
8740                 Fix bug #767 (Preferences windows expanding) by making
8741                 the window a bit larger when the resolution is greater
8742                 than 640x480, and by putting the prefs in a
8743                 GtkScrolledWindow.
8744
8745 2005-09-09 [paul]       1.9.14cvs12
8746
8747         * AUTHORS
8748         * configure.ac
8749         * po/zh_TW.Big5.po      ** REMOVED **
8750         * po/zh_TW.po           ** ADDED **
8751                 updated by Wei-Lun Chao
8752
8753 2005-09-09 [paul]       1.9.14cvs11
8754
8755         * src/mainwindow.c
8756                 fix asserts
8757         * src/common/xml.c
8758                 delay memory allocation until file is
8759                 opened successfully
8760                 Patch by Daniel Gustafson
8761
8762 2005-09-09 [colin]      1.9.14cvs10
8763
8764         * src/imap.c
8765                 Add guards
8766
8767 2005-09-08 [colin]      1.9.14cvs9
8768
8769         * src/compose.c
8770                 Alert when we can't save draft
8771                 Fix various wrap/color issues
8772                 Add mid-click pasting respecting wrap_paste option
8773         * src/folder.c
8774         * src/folder.h
8775         * src/folder_item_prefs.c
8776         * src/folder_item_prefs.h
8777         * src/imap.c
8778         * src/imap_gtk.c
8779         * src/imap_gtk.h
8780         * src/main.c
8781         * src/mainwindow.c
8782         * src/mainwindow.h
8783         * src/news.c
8784         * src/news_gtk.c
8785         * src/news_gtk.h
8786         * src/prefs_folder_item.c
8787                 Fix the impossibility to synchronise folders for
8788                 offline use (IMAP and NNTP are concerned)
8789
8790 2005-09-08 [colin]      1.9.14cvs8
8791
8792         * configure.ac
8793                 Build LDAP and JPilot by default if available
8794         * src/textview.c
8795                 Fix use after free
8796
8797 2005-09-08 [paul]       1.9.14cvs7
8798
8799         * doc/manual/en/sylpheed-1.html
8800         * doc/manual/en/sylpheed-18.html
8801         * doc/manual/en/sylpheed-19.html
8802         * doc/manual/en/sylpheed-4.html
8803         * doc/manual/en/sylpheed-6.html
8804         * doc/manual/en/sylpheed.html
8805                 a few minor updates, plus include some
8806                 details about plugins and their requirements
8807         * src/mainwindow.c
8808                 minor changes to English in /View/Sort
8809
8810 2005-09-07 [colin]      1.9.14cvs6
8811
8812         * doc/manual/en/sylpheed-1.html
8813         * doc/manual/en/sylpheed-10.html
8814         * doc/manual/en/sylpheed-11.html
8815         * doc/manual/en/sylpheed-12.html
8816         * doc/manual/en/sylpheed-13.html
8817         * doc/manual/en/sylpheed-14.html
8818         * doc/manual/en/sylpheed-15.html
8819         * doc/manual/en/sylpheed-16.html
8820         * doc/manual/en/sylpheed-17.html
8821         * doc/manual/en/sylpheed-18.html
8822         * doc/manual/en/sylpheed-19.html
8823         * doc/manual/en/sylpheed-2.html
8824         * doc/manual/en/sylpheed-20.html
8825         * doc/manual/en/sylpheed-21.html
8826         * doc/manual/en/sylpheed-22.html
8827         * doc/manual/en/sylpheed-3.html
8828         * doc/manual/en/sylpheed-4.html
8829         * doc/manual/en/sylpheed-5.html
8830         * doc/manual/en/sylpheed-6.html
8831         * doc/manual/en/sylpheed-7.html
8832         * doc/manual/en/sylpheed-8.html
8833         * doc/manual/en/sylpheed-9.html
8834         * doc/manual/en/sylpheed.html
8835                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8836
8837 2005-09-07 [colin]      1.9.14cvs5
8838
8839         * src/mainwindow.c
8840                 Make labels more to-the-point
8841
8842 2005-09-07 [colin]      1.9.14cvs4
8843
8844         * doc/manual/en/sylpheed-1.html
8845         * doc/manual/en/sylpheed-12.html
8846         * doc/manual/en/sylpheed-13.html
8847         * doc/manual/en/sylpheed-14.html
8848         * doc/manual/en/sylpheed-15.html
8849         * doc/manual/en/sylpheed-16.html
8850         * doc/manual/en/sylpheed-17.html
8851         * doc/manual/en/sylpheed-18.html
8852         * doc/manual/en/sylpheed-19.html
8853         * doc/manual/en/sylpheed-2.html
8854         * doc/manual/en/sylpheed-20.html
8855         * doc/manual/en/sylpheed-21.html
8856         * doc/manual/en/sylpheed-22.html
8857         * doc/manual/en/sylpheed-4.html
8858         * doc/manual/en/sylpheed-5.html
8859         * doc/manual/en/sylpheed-6.html
8860         * doc/manual/en/sylpheed-7.html
8861         * doc/manual/en/sylpheed-8.html
8862         * doc/manual/en/sylpheed-9.html
8863         * doc/manual/en/sylpheed.html
8864                 Update manual
8865
8866 2005-09-07 [colin]      1.9.14cvs3
8867
8868         * doc/faq/en/sylpheed-faq-1.html
8869         * doc/faq/en/sylpheed-faq-2.html
8870         * doc/faq/en/sylpheed-faq-3.html
8871         * doc/faq/en/sylpheed-faq.html
8872                 Update FAQ
8873
8874 2005-09-07 [colin]      1.9.14cvs2
8875
8876         * src/folderview.c
8877         * src/procmsg.c
8878         * src/summaryview.c
8879         * src/toolbar.c
8880                 Fix special subfolders:
8881                 - Inherit parent's icon
8882                 - sent contents of queues subfolders
8883                 - empty subfolders of trashes
8884         * src/mainwindow.c
8885                 Remove outdated manual and faq entries
8886         * src/common/utils.c
8887                 Add quotes around %s coming from mailcap
8888
8889 2005-09-07 [colin]      1.9.14cvs1
8890
8891         * src/compose.c
8892                 After saving draft, set modified to FALSE
8893         * src/mimeview.c
8894         * src/common/utils.c
8895         * src/common/utils.h
8896                 Try to open mime parts using what is 
8897                 indicated in ~/.mailcap or /etc/mailcap,
8898                 if possible.
8899
8900 2005-09-05 [paul]       1.9.14
8901
8902         1.9.14 released
8903
8904         * po/sk.po
8905                 updated by Andrej Kacian
8906
8907 2005-09-05 [paul]       1.9.13cvs83
8908
8909         * po/de.po
8910         * po/es.po
8911         * po/fi.po
8912         * po/fr.po
8913         * po/nb.po
8914         * po/pt_BR.po
8915         * po/sr.po
8916                 updated translations by Thomas Gilgin, Ricardo Mones
8917                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8918                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8919
8920 2005-09-04 [paul]       1.9.13cvs82
8921
8922         * src/compose.c
8923                 only warn about exceeded line length limit
8924                 on send
8925
8926 2005-09-04 [paul]       1.9.13cvs81
8927
8928         * src/compose.c
8929                 fix crash in 'line length exceeded' dialogue
8930
8931 2005-09-02 [paul]       1.9.13cvs80
8932
8933         * src/imap.c
8934                 fix bug 795, 'Connection lost IMAP'
8935                 and add statusbar prints
8936                 Patch by Colin
8937
8938 2005-09-02 [paul]       1.9.13cvs79
8939
8940         * src/compose.c
8941                 compose_wrap_paragraph() becomes
8942                 compose_beautify_paragraph()
8943                 Patch by Colin
8944
8945 2005-09-02 [colin]      1.9.13cvs78
8946
8947         * src/folderview.c
8948                 Micro-fix
8949
8950 2005-09-01 [colin]      1.9.13cvs77
8951
8952         * src/imap.c
8953                 Maybe fix bug #795 (Connection lost IMAP)
8954                 Don't try to send logout when we're disconnected.
8955         * src/summaryview.c
8956                 Include locked and marked emails in HRM
8957                 view. Fixes bug #800 (Locked messages no longer 
8958                 show up when hide read messages is used)
8959
8960 2005-09-01 [paul]       1.9.13cvs76
8961
8962         * src/prefs_common.c
8963                 fix bad cutting
8964
8965 2005-08-31 [colin]      1.9.13cvs75
8966
8967         * src/folderview.c
8968         * src/folderview.h
8969         * src/prefs_summaries.c
8970         * src/summaryview.c
8971                 Fix "go to next new", fix preference
8972                 (Open unread/next swapped)
8973
8974 2005-08-31 [paul]       1.9.13cvs74
8975
8976         * src/compose.c
8977         * src/folderview.c
8978         * src/headerview.c
8979         * src/headerview.h
8980         * src/mainwindow.c
8981         * src/prefs_common.c
8982         * src/prefs_common.h
8983         * src/prefs_fonts.c
8984         * src/summaryview.c
8985         * src/textview.c
8986         * src/common/defs.h
8987                 remove obsolete BOLD_FONT setting
8988                 fix font update in headerview and textview
8989                 headers after prefs change
8990                 Patch By Colin
8991
8992 2005-08-31 [paul]
8993
8994         1.9.14-rc4 released
8995
8996 2005-08-30 [colin]      1.9.13cvs73
8997
8998         * src/summaryview.c
8999                 When Hide read messages is selected and we
9000                 refresh the summaryview, don't remove the 
9001                 currently displayed message. Fixes bug #797
9002                 (Summary view reloads when new mail is 
9003                 downloaded in 1.9.14 rc)
9004
9005 2005-08-30 [colin]      1.9.13cvs72
9006
9007         * src/folderview.c
9008                 Fix flickering
9009         * src/mainwindow.c
9010                 Remove useless callback
9011         * src/mimeview.c
9012         * src/gtk/filesel.c
9013         * src/gtk/filesel.h
9014                 Add a filesel_select_file_save_folder() - used by Save All
9015
9016 2005-08-29 [paul]       1.9.13cvs71
9017
9018         * AUTHORS
9019         * src/matcher_parser_parse.y
9020         * src/etpan/imap-thread.c
9021                 fix building on FreeBSD
9022                 Patch by Daniel Gustafson <daniel@hobbit.se>
9023
9024 2005-08-29 [paul]       1.9.13cvs70
9025
9026         * src/plugins/pgpinline/pgpinline.c
9027                 only initialise sig result if it's been handled
9028                 Patch by Colin
9029
9030 2005-08-29 [paul]       1.9.13cvs69
9031         
9032         Patches by Colin:
9033
9034         * src/imap.c
9035         * src/common.utils.c
9036         * src/common/utils.h
9037                 optimisation
9038         * src/stock_pixmap.h
9039                 fix wrong icon reference
9040         * src/pixmaps/trash_btn.xpm
9041                 replace with nicer image
9042
9043 2005-08-28 [colin]      1.9.13cvs68
9044
9045         * src/Makefile.am
9046         * src/stock_pixmap.c
9047         * src/stock_pixmap.h
9048         * src/toolbar.c
9049         * src/pixmaps/trash_btn.xpm
9050                 Add a specific trash xpm for the button
9051
9052 2005-08-28 [colin]      1.9.13cvs67
9053
9054         * src/imap.c
9055                 Fix leak
9056
9057 2005-08-27 [colin]      1.9.13cvs66
9058
9059         * src/imap.c
9060         * src/procmime.c
9061                 Correctly fix "Problem with replies", fixes
9062                 pgpmime encryption too. 
9063
9064 2005-08-27 [colin]      1.9.13cvs65
9065
9066         * src/folder.c
9067         * src/procmsg.c
9068         * src/procmsg.h
9069         * src/summaryview.c
9070                 Fix bug #517 (messages removed from summaryview 
9071                 when moving fails)
9072
9073 2005-08-27 [colin]      1.9.13cvs64
9074
9075         * tools/Makefile.am
9076         * tools/asus_mailled.sh
9077                 Add a script to blink ASUS laptops' mail LED where there
9078                 is unread mail.
9079
9080 2005-08-27 [colin]      1.9.13cvs63
9081
9082         * src/imap.c
9083         * src/etpan/imap-thread.c
9084         * src/etpan/imap-thread.h
9085                 Implement automatic choosing of login method
9086                 Fixes bug #791
9087         * src/gtk/.cvsignore
9088                 Add sylpheed-marshal.[ch]
9089
9090 2005-08-27 [colin]      1.9.13cvs62
9091
9092         * src/common/utils.c
9093                 Fix confusing perror
9094
9095 2005-08-27 [colin]      1.9.13cvs61
9096
9097         * src/toolbar.c
9098         * src/toolbar.h
9099                 Remove A_DELETE, replace it with 
9100                 A_TRASH and A_DELETE_REAL. Automatically
9101                 rewrite config files to replace A_DELETE
9102                 with A_TRASH (no functionality change).
9103                 Fixes half of #794
9104
9105 2005-08-26 [colin]      1.9.13cvs60
9106
9107         * src/procmime.c
9108                 Previous "Problem with replies" fix brought other
9109                 problems, fixing them
9110
9111 2005-08-26 [colin]      1.9.13cvs59
9112
9113         * src/procmime.c
9114                 Fix "Problem with replies". This happened only
9115                 on IMAP...
9116         * src/procmsg.c
9117                 Factorize code a bit
9118         * src/compose.c
9119                 Speed improvement on very long messages (wrapping)
9120                 Fix signature color on Reedit and Redirect
9121                 On Reedit, don't attach pgp-signatures parts, but
9122                 set signing to On.
9123
9124 2005-08-24 [paul]       1.9.13cvs58
9125
9126         * src/compose.c
9127                 don't claim success when clicking
9128                 Cancel on the passphrase box.
9129                 Patch by Colin
9130
9131 2005-08-24 [paul]       1.9.13cvs57
9132
9133         * src/main.c
9134                 fix misplaced sylpheed.log
9135         * src/common/defs.h
9136                 define UIDL_DIR
9137
9138 2005-08-24 [paul]       1.9.13cvs56
9139
9140         * src/imap.c
9141         * src/etpan/imap-thread.c
9142         * src/etpan/imap-thread.h
9143                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9144                 Patch by Colin
9145         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9146         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9147                 remove autogenerated files
9148         * tools/kdeservicemenu/README
9149         * tools/kdeservicemenu/install.sh
9150         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9151         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9152                 use Claws icon, use 'Sylpheed-Claws' in menu,
9153                 use kdialog, and other cleanups
9154
9155 2005-08-23 [paul]       1.9.13cvs55
9156
9157         * src/compose.c
9158                 fix paste/wrap crash
9159                 Patch by Colin
9160
9161 2005-08-23 [paul]       1.9.13cvs54
9162
9163         * src/main.c
9164                 fix crash recovery
9165                 Patch by Colin
9166
9167 2005-08-23 [paul]       1.9.13cvs53
9168
9169         * src/addressbook.c
9170         * src/editaddress.c
9171                 view all data of LDAP contacts
9172                 Patch by Colin
9173
9174 2005-08-23 [paul]       1.9.13cvs52
9175
9176         * src/addressbook.c
9177                 fix issues with the Search field
9178                 Patch by Colin
9179
9180 2005-08-22 [paul]       1.9.13cvs51
9181
9182         * src/folderview.c
9183                 put name of folder in processing dialog
9184                 title
9185         * src/prefs_folder_item.c
9186                 improve english usage
9187
9188 2005-08-22 [paul]       1.9.13cvs50
9189
9190         * src/filtering.c
9191         * src/filtering.h
9192         * src/matcher.c
9193         * src/matcher_parser_lex.l
9194         * src/matcher_parser_parse.y
9195         * src/prefs_filtering.c
9196                 add Filtering/Processing rule names feature.
9197                 (the incompatible old matcherrc is saved as
9198                 matcherrc.pre_names).
9199                 Patch by Colin
9200
9201 2005-08-22 [paul]       1.9.13cvs49
9202
9203         * src/procmsg.c
9204                 fix colour labelling
9205                 Patch by Colin
9206
9207 2005-08-22 [paul]       1.9.13cvs48
9208
9209         * src/textview.c
9210                 fix open_image_cb()
9211
9212 2005-08-22 [paul]       1.9.13cvs47
9213
9214         * src/imap.c
9215                 fix bug 789, 'SC crashes with imap (CVS ver)'
9216                 Patch by Colin
9217
9218 2005-08-22 [paul]       1.9.13cvs46
9219
9220         * src/mimeview.c
9221         * src/prefs_common.c
9222         * src/common/defs.h
9223                 define reused defaults in defs.h
9224         * src/textview.c
9225                 add 'Open image' to image popup menu
9226
9227 2005-08-21 [colin]      1.9.13cvs45
9228
9229         * src/summaryview.c
9230                 Fix bug #788 (Bogus "From" address displayed)
9231
9232 2005-08-20 [colin]      1.9.13cvs44
9233
9234         * src/folder.c
9235                 Fix buf #787 (multilevel delete causes SIGSEGV)
9236
9237 2005-08-19 [colin]      1.9.13cvs43
9238
9239         * src/inc.c
9240         * src/prefs_common.c
9241         * src/prefs_common.h
9242                 Add an hidden pref to allow modifying the
9243                 update stepping in incorporation.
9244                 Patch by wwp.
9245
9246 2005-08-19 [colin]      1.9.13cvs42
9247
9248         * src/compose.c
9249         * src/procmime.c
9250                 Workaround for broken MUAs: encode 
9251                 Content-type: name: as ASCII and 
9252                 Content-Disposition: filename: as
9253                 per rfc2231
9254         * src/prefs_account.c
9255                 Fix invisible-ness of SMTP SSL prefs
9256                 in NNTP accounts
9257
9258 2005-08-19 [paul]       1.9.13cvs41
9259
9260         * src/compose.c
9261         * src/prefs_common.c
9262         * src/prefs_common.h
9263         * src/prefs_wrapping.c
9264                 paste with or without wrapping.
9265                 patch by Colin
9266
9267 2005-08-19 [paul]       1.9.13cvs40
9268
9269         * src/prefs_common.c
9270         * src/prefs_common.h
9271         * src/summaryview.c
9272                 reintroduce enable_swap_from as a
9273                 hidden pref. patch by Colin
9274         * src/quote_fmt_parse.y
9275         * src/plugins/clamav/clamav_plugin.c
9276         * src/plugins/dillo_viewer/dillo_viewer.c
9277         * src/plugins/mathml_viewer/mathml_viewer.c
9278         * src/plugins/pgpcore/sgpgme.c
9279         * src/plugins/pgpinline/pgpinline.c
9280         * src/plugins/pgpmime/pgpmime.c
9281                 tidy up. patch by Colin
9282
9283 2005-08-19 [paul]       1.9.13cvs39
9284
9285         * configure.ac
9286                 complete cvs38's sync
9287         * src/editaddress.c
9288         * src/gedit-print.c
9289         * src/mutt.c
9290         * src/etpan/etpan-log.c
9291         * src/etpan/imap-thread.c
9292         * src/gtk/gtksourceprintjob.c
9293                 fix compilation warnings
9294                 (patch by Colin)
9295
9296 2005-08-19 [paul]       1.9.13cvs38
9297
9298         sync with main:
9299
9300         * src/account.c
9301         * src/action.c
9302         * src/addrbook.c
9303         * src/addrcache.c
9304         * src/addrharvest.c
9305         * src/addrindex.c
9306         * src/codeconv.c
9307         * src/compose.c
9308         * src/crash.c
9309         * src/exporthtml.c
9310         * src/exportldif.c
9311         * src/folder.c
9312         * src/image_viewer.c
9313         * src/inc.c
9314         * src/inc.h
9315         * src/jpilot.c
9316         * src/ldif.c
9317         * src/main.c
9318         * src/matcher.c
9319         * src/mbox.c
9320         * src/messageview.c
9321         * src/mh.c
9322         * src/mimeview.c
9323         * src/msgcache.c
9324         * src/mutt.c
9325         * src/news.c
9326         * src/partial_download.c
9327         * src/pine.c
9328         * src/pop.c
9329         * src/prefs_actions.c
9330         * src/prefs_common.c
9331         * src/prefs_customheader.c
9332         * src/prefs_display_header.c
9333         * src/prefs_gtk.c
9334         * src/prefs_themes.c
9335         * src/procheader.c
9336         * src/procmime.c
9337         * src/procmsg.c
9338         * src/recv.c
9339         * src/send_message.c
9340         * src/simple-gettext.c
9341         * src/sourcewindow.c
9342         * src/textview.c
9343         * src/vcard.c
9344         * src/common/defs.h
9345         * src/common/log.c
9346         * src/common/plugin.c
9347         * src/common/prefs.c
9348         * src/common/session.c
9349         * src/common/session.h
9350         * src/common/socket.c
9351         * src/common/socket.h
9352         * src/common/ssl_certificate.c
9353         * src/common/template.c
9354         * src/common/utils.c
9355         * src/common/utils.h
9356         * src/common/xml.c
9357         * src/gtk/about.c
9358         added wrappers for C library function that
9359                 take pathname arguments.
9360                 enabled compilation with MinGW.
9361                 use GDir instead of directly using opendir().
9362                 added rename_force().
9363
9364 2005-08-19 [paul]       1.9.13cvs37
9365         
9366         patches by Colin:
9367         * src/compose.c
9368                 fix privacy settings on re-editing
9369                 a sent message
9370         * src/jpilot.c
9371                 fix encoding bug
9372         * src/folder.c
9373         * src/procmsg.c
9374         * src/procmsg.h
9375         * src/summaryview.c
9376                 flag changing optimisation
9377
9378 2005-08-18 [martin]     1.9.13cvs36
9379
9380         * commitHelper
9381             added my login
9382         * src/addrcache.c
9383         * src/addrharvest.c
9384         * src/addrindex.c
9385         * src/compose.c
9386         * src/grouplistdialog.c
9387         * src/main.c
9388         * src/mainwindow.c
9389         * src/msgcache.c
9390         * src/mutt.c
9391         * src/pine.c
9392         * src/prefs_account.c
9393         * src/prefs_themes.c
9394         * src/stock_pixmap.c
9395         * src/summaryview.c
9396         * src/gtk/about.c
9397         * src/gtk/logwindow.c
9398             removed deprecated glib and gdk stuff
9399         * src/plugins/pgpcore/select-keys.c
9400             convert attributes from locale to utf8
9401
9402 2005-08-17 [paul]       1.9.13cvs35
9403
9404         * src/account.c
9405         * src/addressbook.c
9406                 use new GTK_STOCK_ icons if available
9407         * src/summaryview.c
9408         * src/gtk/gtksctree.c
9409         * src/gtk/gtksctree.h
9410                 faster range select. patch by Colin
9411
9412 2005-08-17 [paul]       1.9.13cvs34
9413
9414         patches by colin:
9415         * src/addressbook.c
9416         * src/addressitem.h
9417                 Add an edit button for contacts, fix selections
9418                 of gtksctree items
9419         * src/editaddress.c
9420                 Change labels, let Save be always possible in the
9421                 email and user atributes tabs
9422         * src/folderview.c
9423                 fix sort issues
9424         * src/summaryview.c
9425                 select next item instead of the displayed one
9426                 after deletion
9427
9428         * src/gtk/progressdialog.c
9429                 use prefs_common.enable_rules_hint
9430
9431 2005-08-13 [hoa]        1.9.13cvs33
9432
9433         * src/etpan/imap-thread.c
9434                 fixed build on Solaris.
9435
9436 2005-08-10 [colin]      1.9.13cvs32
9437
9438         * src/procmsg.c
9439                 Fix cvs31 (missing fclose before reading
9440                 the file)
9441
9442 2005-08-10 [colin]      1.9.13cvs31
9443
9444         * src/procmsg.c
9445                 Fix procmsg_msginfo_new_from_mimeinfo() when
9446                 the MimeInfo isn't stored in memory. This fixes
9447                 replying to an attached message.
9448
9449 2005-08-10 [colin]      1.9.13cvs30
9450
9451         * src/mainwindow.c
9452                 Fix slowness in account changing
9453
9454 2005-08-10 [colin]      1.9.13cvs29
9455
9456         * src/folder.c
9457         * src/folderutils.c
9458         * src/folderview.c
9459         * src/imap_gtk.c
9460         * src/mainwindow.c
9461         * src/mh_gtk.c
9462         * src/procmsg.c
9463         * src/summaryview.c
9464                 Optimize folder_has_parent_of_type
9465                 Prevent moving special sub-folders from contextual menus
9466                 Rework message a bit ("Empty all messages" -> "Delete all
9467                 messages")
9468                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9469                 and "Deleted Items" folders)
9470
9471 2005-08-08 [colin]      1.9.13cvs28
9472
9473         * src/summaryview.c
9474         * src/prefs_summaries.c
9475                 Make "Select first unread|new" more flexible
9476                 (just prioritize new or unread)
9477
9478 2005-08-08 [colin]      1.9.13cvs27
9479
9480         * src/summaryview.c
9481                 If "select first new" is selected and there only
9482                 are unread messages, fallback to "select first
9483                 unread".
9484
9485 2005-08-08 [colin]      1.9.13cvs26
9486
9487         * src/folder.c
9488                 Fix shameful bugs (and bug #779)
9489
9490 2005-08-08 [colin]      1.9.13cvs25
9491
9492         * src/folder.c
9493         * src/folder.h
9494                 Cache parents' type to make folder_has_parent_of_type
9495                 faster
9496         * src/folderview.c
9497                 Forbid DnD of special sub-folders
9498         * src/procmsg.c
9499         * src/procmsg.h
9500                 Add MAIL_POSTFILTERING_HOOK
9501         * src/summaryview.c
9502                 Revert over-zealous deletion of the use_addr_book 
9503                 code
9504
9505 2005-08-07 [colin]      1.9.13cvs24
9506
9507         * src/folder.c
9508                 Fix big mistake (passing MsgInfo instead 
9509                 of FolderItem)
9510
9511 2005-08-07 [colin]      1.9.13cvs23
9512
9513         * src/compose.c
9514         * src/folder.c
9515         * src/folder.h
9516         * src/foldersel.c
9517         * src/folderutils.c
9518         * src/folderview.c
9519         * src/imap.c
9520         * src/mainwindow.c
9521         * src/messageview.c
9522         * src/mh.c
9523         * src/msgcache.c
9524         * src/procmime.c
9525         * src/summaryview.c
9526                 Make subfolders of Drafts, Queue, Outbox, Trash
9527                 work like their parents. 
9528                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9529
9530 2005-08-07 [colin]      1.9.13cvs22
9531
9532         * src/addressbook.c
9533                 Fix bug #771 (Dragged contacts not saved)
9534
9535 2005-08-07 [paul]       1.9.13cvs21
9536
9537         * src/summaryview.c
9538                 fix bug 32 'Search Doesn't display results
9539                 if "Hide Read Messages" is chosen'
9540                 be more literal in interpreting 'Hide read
9541                 messages'
9542
9543 2005-08-07 [colin]      1.9.13cvs20
9544
9545         * src/folderview.c
9546                 Add debug
9547         * src/summaryview.c
9548                 Faster 'unthread_for_execution'
9549
9550 2005-08-06 [paul]       1.9.13cvs19
9551
9552         * src/mainwindow.c
9553                 add mnemonics to Set displayed columns
9554                 fix bug where msgview_visible option was
9555                 overwritten as TRUE on startup
9556
9557 2005-08-06 [paul]       1.9.13cvs18
9558
9559         * src/mainwindow.c
9560                 refer to 'displayed columns in folder/message
9561                 list' not 'displayed items in summary/message view'
9562         * src/prefs_display_header.c
9563                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9564                 be consistent with similar dialogues
9565         * src/prefs_folder_column.c
9566         * src/prefs_summary_column.c
9567                 'columns' not 'items', and folder and message lists,
9568                 instead of folder and summary views;
9569                 Use 'Hidden columns' as list heading not 'Available
9570                 items';
9571                 move the 'Remove' button to the right hand side;
9572                 top-align the buttons;
9573                 remove unneeded vbox
9574         * src/prefs_summaries.c
9575                 put the 2 column prefs buttons in a frame to reduce
9576                 overall width; refer to columns not items &c.
9577
9578 2005-08-05 [colin]      1.9.13cvs17
9579
9580         * src/prefs_common.c
9581         * src/prefs_common.h
9582         * src/mainwindow.c
9583         * src/compose.c
9584         * src/messageview.c
9585                 Add an hidden toolbar_detachable pref, so
9586                 that I can get rid of these painful handles
9587                 in the toolbars. Defaults to TRUE to avoid
9588                 changing the GUI on unsuspecting people...
9589
9590 2005-08-05 [colin]      1.9.13cvs16
9591
9592         * src/Makefile.am
9593         * src/prefs_folder_column.c
9594         * src/prefs_folder_column.h
9595                 Add prefs for folder columns
9596         * src/folderview.c
9597         * src/folderview.h
9598         * src/mainwindow.c
9599         * src/mainwindow.h
9600         * src/prefs_common.c
9601         * src/prefs_common.h
9602         * src/prefs_summaries.c
9603                 Use them
9604         * src/prefs_summary_column.c
9605         * src/summaryview.c
9606         * src/summaryview.h
9607                 Add a To column
9608         * src/textview.c
9609         * src/common/utils.c
9610         * src/common/utils.h
9611                 Move uri colourisation functions
9612                 to utils
9613         * src/compose.c
9614                 Colourise URIs
9615         * src/imap.c
9616                 Fix bug with LIST where we'd try
9617                 to get Folder//////[...]/// 
9618
9619 2005-08-05 [paul]       1.9.13cvs15
9620
9621         * src/prefs_summaries.c
9622                 improve the English usage
9623         * src/summaryview.c
9624                 set font on column change
9625                 thanks to Colin
9626
9627 2005-08-05 [paul]       1.9.13cvs14
9628
9629         * src/prefs_common.c
9630         * src/prefs_common.h
9631         * src/prefs_summaries.c
9632         * src/summaryview.c
9633                 replace 'open_unread_on_enter' option with
9634                 'select_on_entry' option. opening/not opening
9635                 is now exclusively controlled by 'always_show_msg'
9636
9637 2005-08-04 [colin]      1.9.13cvs13
9638
9639         * src/compose.c
9640                 Remove dead code
9641                 Add colourisation of quotes and signatures
9642         * src/folderview.c
9643                 Fix possible crashes
9644         * src/messageview.c
9645                 Change an assert that is no problem
9646         * src/news.c
9647         * src/news_gtk.c
9648         * src/news_gtk.h
9649                 Fix offline mode
9650         * src/gtk/quicksearch.c
9651                 Fix a possible crash
9652
9653 2005-08-03 [colin]      1.9.13cvs12
9654
9655         * src/prefs_account.c
9656                 Fix bug #777 (Sylpheed crash in account configuration)
9657
9658 2005-08-03 [colin]      1.9.13cvs11
9659
9660         * src/addressbook.c
9661         * src/editaddress.c
9662         * src/editgroup.c
9663                 Fixing addressbook, round 2
9664         * src/textview.c
9665                 Fix emphasis color on rechecking 'Colorize messages'
9666
9667 2005-08-03 [paul]       1.9.13cvs10
9668
9669         sync with main
9670
9671         * src/addr_compl.c
9672         * src/compose.c
9673         * src/main.c
9674         * src/pop.c
9675         * src/prefs_account.c
9676         * src/procmime.c
9677         * src/procmsg.c
9678         * src/quote_fmt_parse.y
9679         * src/textview.c
9680         * src/common/quoted-printable.c
9681         * src/common/utils.c
9682         * src/common/utils.h
9683         * src/common/xml.c
9684                 replaced incorrect locale-independent
9685                 ctype functions with GLib's. Corrected
9686                 signedness mismatch.
9687         * src/headerview.c
9688                 headerview_create(): added spacing for vbox.
9689         * src/gtk/about.c
9690                 set focus to the OK button.
9691
9692 2005-08-03 [colin]      1.9.13cvs9
9693
9694         * src/folderview.c
9695                 Fix possible crash
9696
9697 2005-08-02 [colin]      1.9.13cvs8
9698
9699         * src/mainwindow.c
9700                 Fix cast
9701         * src/addressbook.c
9702         * src/addressitem.h
9703                 Fix a cast and more generally, try to make the
9704                 GUI more intuitive and consistent (round 1)
9705
9706 2005-08-02 [paul]       1.9.13cvs7
9707
9708         * src/folder.h
9709                 missing in 1.9.13cvs6
9710
9711 2005-08-02 [colin]      1.9.13cvs6
9712
9713         * src/folder.c
9714                 Fix one more leak
9715
9716 2005-08-02 [colin]      1.9.13cvs5
9717
9718         * src/folder.c
9719         * src/folderview.c
9720         * src/imap.c
9721         * src/main.c
9722         * src/mbox.c
9723         * src/procmsg.c
9724         * src/summaryview.c
9725                 Fix a number of folder_item_get_msg_list()-related
9726                 leaks (missing procmsg_msginfo_free()s)
9727
9728 2005-08-01 [colin]      1.9.13cvs4
9729
9730         * src/folderview.c
9731         * src/folderview.h
9732         * src/mainwindow.c
9733         * src/prefs_fonts.c
9734         * src/prefs_summaries.c
9735         * src/prefs_themes.c
9736         * src/summaryview.c
9737         * src/summaryview.h
9738         * src/textview.c
9739         * src/textview.h
9740                 Fix instant-apply of summary and folderview-related prefs
9741                 Fix erroneous g_free and alertpanels in prefs_theme
9742                 Add instant-apply for fonts
9743                 Defer applying of prefs a little bit so it's done only
9744                 once even if requested by multiples prefs pages
9745
9746 2005-08-01 [paul]       1.9.13cvs3
9747
9748         * src/main.c
9749                 fix bug 776 'S.C. crashes on close'
9750                 thanks to Colin
9751         * src/etpan/etpan-thread-manager-types.h
9752                 add missing include
9753                 thanks to Hoa
9754
9755 2005-07-25 [paul]       1.9.13cvs2
9756
9757         * src/summaryview.c
9758                 fix typos. spotted by Fabien Vantard
9759
9760 2005-07-24 [paul]       1.9.13cvs1
9761
9762         * doc/man/sylpheed.1
9763                 update man page, incorporating fix of
9764                 bug 769 'Typo in manpage'
9765         * src/etpan/imap-thread.c
9766                 fix NetBSD openssl dependencies. patch by
9767                 George Michaelson <ggm@apnic.net>
9768         * po/pt_BR.po
9769                 updated by Frederico Goncalves Guimaraes
9770
9771 2005-07-22 [paul]       1.9.13
9772
9773         1.9.13 release
9774
9775 2005-07-22 [paul]       1.9.12cvs91
9776
9777         * AUTHORS
9778         * INSTALL
9779         * README.claws
9780         * RELEASE_NOTES.claws
9781                 updated for release
9782         * configure.ac
9783         * po/nb.po
9784         * tools/claws.i18n.status.pl
9785                 add Norwegian translation. submiited by
9786                 Geir Helland <pjallabais@users.sourceforge.net>
9787         * po/ca.po
9788         * po/de.po
9789         * po/es.po
9790         * po/fi.po
9791         * po/fr.po
9792         * po/it.po
9793         * po/sk.po
9794         * po/sr.po
9795         * po/zh_CN.po
9796                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9797                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9798                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9799                 Yang Guilong
9800         * src/plugins/clamav/clamav_plugin_gtk.c
9801         * src/plugins/spamassassin/spamassassin_gtk.c
9802                 replace outdated description strings
9803
9804 2005-07-21 [colin]      1.9.12cvs90
9805
9806         * src/folder.c
9807                 Set folder to batch mode when scanning it. Makes deletion
9808                 of unread mails on IMAP much faster (due to the UNREAD 
9809                 flag unsetting)
9810
9811 2005-07-21 [darko]      1.9.12cvs89
9812
9813         * configure.ac
9814                 link against libresolv if necessary (patch by Paul)
9815         * src/msgcache.c
9816                 use glib's portable macros to determine endianness
9817
9818 2005-07-21 [paul]       1.9.12cvs88
9819
9820         * src/crash.c
9821         * src/gtk/about.c
9822                 update compiled-in features list
9823
9824 2005-07-20 [colin]      1.9.12cvs87
9825
9826         * src/folder.c
9827         * src/textview.c
9828                 Gcc 2.9x compilation fixes, thanks to Darko
9829         * src/plugins/clamav/clamav_plugin.c
9830                 Little optimisation: load virus database only once
9831         * src/plugins/spamassassin/spamassassin.c
9832                 Big optimisation: filtering one mail took at least 1 second,
9833                 now it takes at least 50ms. Doesn't speed up spamassassin 
9834                 itself, but should already be much more tolerable.
9835
9836 2005-07-20 [colin]      1.9.12cvs86
9837
9838         * src/summaryview.c
9839                 Fix performance issue
9840
9841 2005-07-19 [colin]      1.9.12cvs85
9842
9843         * src/plugins/pgpinline/plugin.c
9844                 Fix warning
9845
9846 2005-07-19 [colin]      1.9.12cvs84
9847
9848         * configure.ac
9849         * src/plugins/Makefile.am
9850         * src/plugins/pgpinline/.cvsignore
9851         * src/plugins/pgpinline/Makefile.am
9852         * src/plugins/pgpinline/pgpinline.c
9853         * src/plugins/pgpinline/pgpinline.deps
9854         * src/plugins/pgpinline/pgpinline.h
9855         * src/plugins/pgpinline/plugin.c
9856                 Put pgpinline in the main tree
9857
9858 2005-07-19 [paul]       1.9.12cvs83
9859
9860         * src/prefs_actions.c
9861                 prevent '//' in menu names, which cause a crash
9862                 thanks to Colin
9863
9864 2005-07-19 [paul]       1.9.12cvs82
9865
9866         * configure.ac
9867                 be generally more informative in configure output.
9868                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9869                 '[ --disable-openssl ...', as --enable-openssl is default
9870                 PGP/MIME: don't check for GPGME again, check for
9871                 pgpcore instead. Therefore prevent the possibility of
9872                 attempting to build pgpmime if pgpcore dependencies are
9873                 not met
9874                 ClamAV: use pkgconfig to check for lib
9875                 libgnomeprint: revert logic on inner test to match
9876                 everything else
9877         * src/plugins/pgpcore/sgpgme.c
9878                 add missing include
9879
9880 2005-07-19 [colin]      1.9.12cvs81
9881
9882         * src/summaryview.c
9883                 Fix slow thread rebuilding in particular
9884                 cases
9885
9886 2005-07-19 [paul]       1.9.12cvs80
9887
9888         * sylpheed-claws.desktop
9889                 fix typo, spotted by Stephan Sachse
9890         * src/account.c
9891                 replace GTK_STOCK_ADD with
9892                 GTK_STOCK_NEW button
9893
9894 2005-07-18 [colin]      1.9.12cvs79
9895
9896         * src/etpan/imap-thread.c
9897                 Fix return value (Thanks Hoa)
9898
9899 2005-07-18 [colin]      1.9.12cvs78
9900
9901         * src/imap.c
9902                 Allow empty passwords
9903                 Create drafts/queue/outbox if necessary
9904         * src/summaryview.c
9905                 Remove old code
9906         * src/etpan/imap-thread.c
9907                 Fix STARTTLS (Thanks to Hoa)
9908
9909 2005-07-18 [paul]       1.9.12cvs77
9910
9911         * ChangeLog-gtk2.jp
9912         * ChangeLog.jp
9913                 removed
9914         * Makefile.am
9915                 updated to reflect additions and removals
9916         * TODO
9917                 updated to be claws-specific
9918         * TODO-gtk2
9919         * TODO-gtk2.jp
9920         * TODO.jp
9921         * sylpheed-128x128.png
9922         * sylpheed-64x64.png
9923                 removed
9924         * sylpheed-claws-128x128.png
9925         * sylpheed-claws-64x64.png
9926         * sylpheed-claws.desktop
9927         * sylpheed-claws.png
9928                 added
9929         * sylpheed.desktop
9930         * sylpheed.png
9931                 removed
9932
9933 2005-07-17 [paul]       1.9.12cvs76
9934
9935         * src/account.c
9936         * src/addressbook.c
9937         * src/alertpanel.c
9938         * src/alertpanel.h
9939         * src/compose.c
9940         * src/exphtmldlg.c
9941         * src/expldifdlg.c
9942         * src/folderview.c
9943         * src/imap_gtk.c
9944         * src/inc.c
9945         * src/message_search.c
9946         * src/messageview.c
9947         * src/mh_gtk.c
9948         * src/news_gtk.c
9949         * src/prefs_actions.c
9950         * src/prefs_filtering.c
9951         * src/prefs_matcher.c
9952         * src/prefs_template.c
9953         * src/prefs_themes.c
9954         * src/ssl_manager.c
9955         * src/summary_search.c
9956         * src/textview.c
9957         * src/toolbar.c
9958         * src/gtk/sslcertwindow.c
9959         * src/plugins/pgpcore/sgpgme.c
9960                 rework alertpanels
9961
9962 2005-07-17 [colin]      1.9.12cvs75
9963
9964         * src/privacy.c
9965                 add a PrivacySystem accessor that checks that
9966                 the system cached in a MimeInfo's privacydata
9967                 is still registered. Use this accessor instead
9968                 of directly using data->system. Fixes crashes
9969                 after unloading pgp plugins.
9970
9971 2005-07-17 [colin]      1.9.12cvs74
9972
9973         * src/alertpanel.c
9974                 Change geometry hints to a simple default size.
9975                 Fixes the certs dialogs.
9976
9977 2005-07-17 [colin]      1.9.12cvs73
9978
9979         * src/gtk/sslcertwindow.c
9980                 Use a gtkExpander
9981
9982 2005-07-17 [colin]      1.9.12cvs72
9983
9984         * src/plugins/pgpcore/Makefile.am
9985         * src/plugins/pgpmime/Makefile.am
9986                 Add gpgme libs
9987
9988 2005-07-17 [paul]       1.9.12cvs71
9989
9990         * configure.ac
9991                 add --disable-gnomeprint option
9992                 modified version of patch by Marius Mauch
9993
9994 2005-07-17 [paul]       1.9.12cvs70
9995
9996         * src/common/defs.h
9997                 update urls
9998         * src/account.c
9999         * src/action.c
10000         * src/addressbook.c
10001         * src/compose.c
10002         * src/foldersel.c
10003         * src/folderview.c
10004         * src/html.c
10005         * src/imap_gtk.c
10006         * src/main.c
10007         * src/mainwindow.c
10008         * src/messageview.c
10009         * src/mh_gtk.c
10010         * src/mimeview.c
10011         * src/news_gtk.c
10012         * src/prefs_account.c
10013         * src/prefs_send.c
10014         * src/prefs_summaries.c
10015         * src/procmsg.c
10016         * src/summaryview.c
10017         * src/common/utils.c
10018         * src/common/xml.c
10019         * src/plugins/pgpcore/passphrase.c
10020         * src/plugins/pgpcore/select-keys.c
10021                 replace inappropriately used backticks
10022                 with single quotes
10023
10024 2005-07-16 [colin]      1.9.12cvs69
10025
10026         * src/image_viewer.c
10027                 Add extra paranoid checks
10028
10029 2005-07-16 [colin]      1.9.12cvs68
10030
10031         * src/plugins/pgpcore/prefs_gpg.c
10032                 Don't auto-check sigs by default, as it
10033                 can be really slow.
10034
10035 2005-07-16 [colin]      1.9.12cvs67
10036
10037         * src/plugins/pgpcore/sgpgme.c
10038                 Make messages a bit better.
10039
10040 2005-07-16 [colin]      1.9.12cvs66
10041
10042         * src/imap.c
10043                 Remove pseudo-log
10044         * src/etpan/imap-thread.c
10045                 Add real log
10046
10047 2005-07-16 [colin]      1.9.12cvs65
10048
10049         * src/main.c
10050         * src/prefs_other.c
10051                 And now, fix build with libetpan :-/
10052
10053 2005-07-15 [colin]      1.9.12cvs64
10054
10055         * src/prefs_other.c
10056                 Continue fixing build without libetpan.
10057
10058 2005-07-15 [colin]      1.9.12cvs63
10059
10060         * src/main.c
10061                 Fix build with --disable-libetpan
10062
10063 2005-07-15 [colin]      1.9.12cvs62
10064
10065         * configure.ac
10066                 Bump libetpan's version
10067
10068 2005-07-15 [colin]      1.9.12cvs61
10069
10070         * src/etpan/imap-thread.c
10071                 Actually stop logging :)
10072
10073 2005-07-15 [colin]      1.9.12cvs60
10074
10075         * src/addressbook.c
10076                 Fix dnd of multiple addresses.
10077
10078 2005-07-15 [hoa]        1.9.12cvs59
10079
10080         * src/etpan/imap-thread.c
10081             disable login of IMAP password in libetpan log file.
10082
10083 2005-07-15 [paul]       1.9.12cvs58
10084
10085         * src/account.c
10086                 don't automatically sort
10087                 do allow drag n drop
10088
10089 2005-07-15 [paul]       1.9.12cvs57
10090
10091         * src/account.c
10092         * src/ssl_manager.c
10093                 alphabetical listing
10094
10095 2005-07-15 [paul]       1.9.12cvs56
10096
10097         * src/gtk/pluginwindow.c
10098                 sort plugin list alphabetically
10099
10100 2005-07-15 [paul]       1.9.12cvs55
10101
10102         * src/prefs_spelling.c
10103         * src/prefs_wrapping.c
10104                 unify English usage
10105
10106 2005-07-15 [colin]      1.9.12cvs54
10107
10108         * src/wizard.c
10109                 Typo fix
10110
10111 2005-07-15 [paul]       1.9.12cvs53
10112
10113         * src/prefs_message.c
10114                 make 'show cursor' a hidden option
10115
10116 2005-07-14 [colin]      1.9.12cvs52
10117
10118         * src/plugins/spamassassin/Makefile.am
10119         * src/plugins/clamav/Makefile.am
10120                 Fix double EXTRA_DISTs
10121
10122 2005-07-14 [colin]      1.9.12cvs51
10123
10124         * src/plugins/clamav/Makefile.am
10125         * src/plugins/clamav/clamav_plugin_gtk.deps
10126         * src/plugins/spamassassin/Makefile.am
10127         * src/plugins/spamassassin/spamassassin_gtk.deps
10128                 Make $plugin_gtk depend on $plugin
10129
10130 2005-07-14 [hoa]        1.9.12cvs50
10131
10132         * src/etpan/imap-thread.c
10133                 enable debug log of libetpan when running with --debug
10134
10135 2005-07-14 [colin]      1.9.12cvs49
10136
10137         * configure.ac
10138         * src/common/Makefile.am
10139         * src/common/plugin.c
10140         * src/common/plugin.h
10141                 Add a little plugin dependancy system.
10142                 Plugins can ship a $plugin_name.deps file
10143                 (near them in PLUGINDIR) so that their
10144                 dependancies are loaded if possible.
10145         * src/plugins/Makefile.am
10146         * src/plugins/pgpcore/Makefile.am
10147         * src/plugins/pgpcore/passphrase.c
10148         * src/plugins/pgpcore/passphrase.h
10149         * src/plugins/pgpcore/plugin.c
10150         * src/plugins/pgpcore/prefs_gpg.c
10151         * src/plugins/pgpcore/prefs_gpg.h
10152         * src/plugins/pgpcore/select-keys.c
10153         * src/plugins/pgpcore/select-keys.h
10154         * src/plugins/pgpcore/sgpgme.c
10155         * src/plugins/pgpcore/sgpgme.h
10156                 Introduce pgpcore, used by pgpmime and
10157                 pgpinline
10158         * src/plugins/pgpmime/Makefile.am
10159         * src/plugins/pgpmime/passphrase.c
10160         * src/plugins/pgpmime/passphrase.h
10161         * src/plugins/pgpmime/pgpmime.c
10162         * src/plugins/pgpmime/pgpmime.deps
10163         * src/plugins/pgpmime/plugin.c
10164         * src/plugins/pgpmime/prefs_gpg.c
10165         * src/plugins/pgpmime/prefs_gpg.h
10166         * src/plugins/pgpmime/select-keys.c
10167         * src/plugins/pgpmime/select-keys.h
10168         * src/plugins/pgpmime/sgpgme.c
10169         * src/plugins/pgpmime/sgpgme.h
10170                 Remove the core from pgpmime and add the
10171                 dependancy to pgpcore.
10172
10173 2005-07-14 [paul]       1.9.12cvs48
10174
10175         * src/stock_pixmap.c
10176                 forgot this in last commit
10177
10178 2005-07-14 [paul]       1.9.12cvs47
10179
10180         * src/account.c
10181         * src/addressbook.c
10182                 add accelerators for the buttons (sync with main)
10183         * src/compose.c
10184         * src/compose.h
10185                 add accelerators for the buttons.
10186                 fix editing with external editor.
10187                 replace gdk_input_*() with GIOChannel;
10188                 (sync with main)
10189         * src/foldersel.c
10190                 display folder names with new/unread
10191                 representation (sync with main)
10192         * src/main.c
10193                 specify default window icon (sync with main)
10194         * src/prefs_common.c
10195                 use_addr_book default to FALSE
10196         * src/summaryview.c
10197         * src/textview.c
10198                 add accelerators for the buttons (sync with main)
10199         * src/gtk/menu.c
10200                 fix typos
10201         * src/pixmaps/sylpheed_icon.xpm
10202                 updated
10203
10204 2005-07-13 [paul]       1.9.12cvs46
10205
10206         * src/plugins/pgpmime/pgpmime.c
10207         * src/plugins/pgpmime/sgpgme.c
10208                 (temporarily) use deprecated gpgme_data_rewind()
10209                 while largefile support is not present
10210                 (as suggested by Colin)
10211
10212 2005-07-13 [paul]       1.9.12cvs45
10213
10214         * configure.ac
10215                 remove large file support (for now):
10216                 it breaks too many things
10217
10218 2005-07-13 [paul]       1.9.12cvs44
10219
10220         * configure.ac
10221                 add large file support
10222         * src/html.c
10223                 fix bug #763 where href attribute was not
10224                 the very first attribute of a link
10225                 patch by Thomas Gilgin
10226
10227 2005-07-13 [colin]      1.9.12cvs43
10228
10229         * src/gtk/pluginwindow.c
10230                 Little portability fix
10231
10232 2005-07-13 [colin]      1.9.12cvs42
10233
10234         * src/plugins/pgpmime/sgpgme.c
10235                 Fix crasher.
10236
10237 2005-07-13 [colin]      1.9.12cvs41
10238
10239         * src/plugins/pgpmime/pgpmime.c
10240         * src/plugins/pgpmime/sgpgme.c
10241                 Use gpgme_data_release_and_get_mem instead
10242                 of gpgme_data_read.
10243
10244 2005-07-13 [colin]      1.9.12cvs40
10245
10246         * configure.ac
10247         * src/plugins/pgpmime/passphrase.c
10248         * src/plugins/pgpmime/passphrase.h
10249         * src/plugins/pgpmime/pgpmime.c
10250         * src/plugins/pgpmime/plugin.c
10251         * src/plugins/pgpmime/select-keys.c
10252         * src/plugins/pgpmime/select-keys.h
10253         * src/plugins/pgpmime/sgpgme.c
10254         * src/plugins/pgpmime/sgpgme.h
10255                 Port pgpmime to gpgme-1.0.
10256
10257 2005-07-12 [paul]       1.9.12cvs39
10258
10259         * AUTHORS
10260         * src/toolbar.c
10261         * src/toolbar.h
10262                 add a 'Go to Prev' button to the toolbar.
10263                 correct tooltip text of go to buttons.
10264                 based on patch by Yang Guilong <bamanzi@gmail.com>
10265
10266 2005-07-12 [colin]      1.9.12cvs38
10267
10268         * src/statusbar.c
10269                 Fix progress bar showing stuff at startup.
10270
10271 2005-07-12 [paul]       1.9.12cvs37
10272
10273         * src/editjpilot.c
10274                 fix building with jpilot support
10275
10276 2005-07-11 [colin]      1.9.12cvs36
10277
10278         * src/inc.c
10279                 Add visual indication that filtering is running
10280         * src/textview.c
10281                 Make {}[] uri delimiters
10282         * src/summaryview.c
10283                 Remove useless (and slow) calls
10284
10285 2005-07-11 [paul]       1.9.12cvs35
10286
10287         * src/plugins/clamav/clamav_plugin_gtk.c
10288         * src/plugins/dillo_viewer/dillo_prefs.c
10289         * src/plugins/pgpmime/prefs_gpg.c
10290         * src/plugins/spamassassin/spamassassin_gtk.c
10291                 gather plugins prefs together under their
10292                 own 'Plugins' heading
10293
10294 2005-07-11 [paul]       1.9.12cvs34
10295
10296         sync with main
10297
10298         * src/account.c
10299                 account_delete(): modified alert dialog
10300         * src/editjpilot.c
10301         * src/editvcard.c
10302                 fixed a crash when cancelling file selection
10303                 dialog by Escape key. Made non-ascii filename
10304                 selectable.
10305         * src/prefs_template.c
10306                 prefs_template_window_create(): make scrolled
10307                 window policy AUTOMATIC
10308
10309 2005-07-10 [hoa]        1.9.12cvs33
10310
10311         * src/etpan/imap-thread.c
10312                 workaround for old Courier IMAP servers.
10313
10314 2005-07-10 [colin]      1.9.12cvs32
10315
10316         * src/folder.c
10317         * src/statusbar.c
10318         * src/statusbar.h
10319                 Add visual progress indicator on filtering/processing
10320                 Factorize the progress bar code
10321         * src/imap.c
10322         * src/imap.h
10323         * src/etpan/imap-thread.c
10324                 Add a reference counter to avoid destroying the Folder
10325                 while it's in use by another callback.
10326
10327 2005-07-09 [hoa]        1.9.12cvs31
10328
10329         * src/imap.c
10330         * src/etpan/imap-thread.c
10331                 fixed deadlock when removing IMAP account.
10332
10333 2005-07-08 [colin]      1.9.12cvs30
10334
10335         * src/textview.c
10336         * src/unmime.c
10337                 Fix again problems decoding broken headers
10338         * src/gtk/inputdialog.c
10339                 Fix local variable shadowing a global one
10340
10341 2005-07-08 [colin]      1.9.12cvs29
10342
10343         * src/msgcache.c
10344                 Make the cache/mark files platform-agnostic by writing
10345                 them in little-endian format. Reading them is also done
10346                 in little-endian format, of course; however, in order
10347                 to avoid trashing mark data on big-endian machines, the
10348                 files are, at first, read from the native format if the
10349                 little-endian one doesn't exist. This is easy to deter-
10350                 mine by trying to open a file with a swapped data_ver
10351                 and seeing if it's the wanted version.
10352                 Little-endian using users should see absolutely no
10353                 difference, Big-endian users may get a very little
10354                 performance drop due to byte-swapping.
10355                 Tested on i386 and ppc32. 
10356                 Fixes bug #159 (The index file, in the mailboxes, is 
10357                 hardware depending).
10358
10359                 To have the cache/mark files updated to the new little-
10360                 endian format, "Check for new messages" or even
10361                 "Rebuild folder tree" aren't enough. Files will be
10362                 updated as soon as a folder has been opened/closed.
10363                 To update everything, just select all folders by
10364                 selecting them one by one.
10365
10366 2005-07-07 [colin]      1.9.12cvs28
10367
10368         * src/imap.c
10369                 Remember the folder separator per IMAPFolder
10370                 instead of globally.
10371                 Revive the Session on noop; fixes bug #761
10372                 (mark a bunch of unread messages as read takes 
10373                 forever)
10374
10375 2005-07-07 [darko]      1.9.12cvs27
10376
10377         * src/common/template.c
10378                 Sort templates alphabetically
10379
10380 2005-07-06 [colin]      1.9.12cvs26
10381
10382         * src/imap.c
10383                 Try to use the correct separator in
10384                 most cases. Possibly fixes bug #759
10385                 (only creates the INBOX folder when 
10386                 setting up new IMAP account) and 
10387                 bug #760 (Can't retrieve messages)
10388
10389 2005-07-06 [colin]      1.9.12cvs25
10390
10391         * src/imap.c
10392                 Use real_path in status command. This will
10393                 help later, when namespaces will be used.
10394
10395 2005-07-06 [colin]      1.9.12cvs24
10396
10397         * configure.ac
10398         * src/account.c
10399         * src/folder.c
10400         * src/imap.c
10401         * src/etpan/etpan-log.c
10402         * src/etpan/etpan-thread-manager.c
10403         * src/etpan/imap-thread.c
10404                 Add a --disable-libetpan parameter. With this,
10405                 users that don't want IMAP4 support can avoid
10406                 the new dependancy (and have no IMAP support).
10407                 Users that have IMAP4 accounts and use this
10408                 parameter won't lose their configuration, their
10409                 IMAP accounts will just be invisible and not
10410                 used.
10411         * src/textview.c
10412                 Make the "Copy ..." contextual menu items 
10413                 copy to both the X clipboard and the gtk 
10414                 clipboard - as most other apps do.
10415         * src/gtk/about.c
10416                 Add a notice about OpenSSL usage, in order to
10417                 comply with OpenSSL's license (point 6):
10418                 http://www.openssl.org/source/license.html
10419
10420 2005-07-06 [colin]      1.9.12cvs23
10421
10422         * src/alertpanel.c
10423                 Fix a minimum size for alertpanels
10424         * src/compose.c
10425                 Show 'No space left on device' type errors
10426                 when queuing/sending
10427         * src/imap_gtk.c
10428         * src/mh_gtk.c
10429                 Rework folder's deletion message (remove 
10430                 extra \n)
10431
10432 2005-07-05 [colin]      1.9.12cvs22
10433
10434         * src/imap.c
10435                 Add an alertpanel on auth error
10436                 Add pseudo-log
10437                 Remove pthread-related stuff
10438
10439 2005-07-05 [colin]      1.9.12cvs21
10440
10441         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10442                 Fix crash on plugin reloading (with a hack)
10443
10444 2005-07-05 [colin]      1.9.12cvs20
10445
10446         * src/prefs_account.c
10447         * src/prefs_account.h
10448                 Fix typo
10449         * src/gtk/filesel.c
10450         * src/gtk/filesel.h
10451                 Add a way to filter the view
10452         * src/gtk/pluginwindow.c
10453                 Filter loadable stuff
10454         * src/plugins/pgpmime/prefs_gpg.c
10455                 Fix missing unregistration
10456         * .cvsignore
10457         * src/etpan/.cvsignore
10458         * src/plugins/spamassassin/.cvsignore
10459                 Add more stuff to cvs ignored files
10460
10461 2005-07-04 [colin]      1.9.12cvs19
10462
10463         * src/imap.c
10464                 Fix scan_required returning FALSE when it
10465                 shouldn't. Maybe fix #760 (Can't retrieve
10466                 messages)
10467
10468 2005-07-04 [colin]      1.9.12cvs18
10469
10470         * src/summaryview.c
10471                 Fix always_show_msg pref
10472
10473 2005-07-04 [paul]       1.9.12cvs17
10474
10475         sync with main (forgotten in last commit)
10476         
10477         * src/common/utils.c
10478         * src/common/utils.h
10479                 check_line_length(): new.
10480                 is_dir_exist()
10481                 is_file_entry_exist()
10482                 dirent_is_regular_file()
10483                 dirent_is_directory(): use g_file_test() instead of stat().
10484
10485 2005-07-04 [paul]       1.9.12cvs16
10486
10487         sync with main:
10488
10489         * src/compose.c
10490                 compose_write_to_file(): check for line
10491                 length limit and display warning if exceeds
10492         * src/jpilot.c
10493                 use get_home_dir() instead of g_get_home_dir()
10494         * src/procheader.c
10495                 removed warning about invalid date
10496         * src/vcard.c
10497                 use get_home_dir() instead of g_get_home_dir()
10498
10499 2005-07-04 [paul]       1.9.12cvs15
10500
10501         * src/stock_pixmap.c
10502                 fix new pixmap naming errors
10503                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10504
10505 2005-07-04 [colin]      1.9.12cvs14
10506
10507         * src/imap.c
10508                 Fix debugging string with a warning
10509
10510 2005-07-04 [colin]      1.9.12cvs13
10511
10512         * configure.ac
10513                 Add a check for libetpan's version (>= 0.37)
10514
10515 2005-07-04 [hoa]        1.9.12cvs12
10516
10517         * commitHelper
10518         * src/imap.c
10519         * src/etpan/imap-thread.c
10520         * src/etpan/imap-thread.h
10521                 fixed IMAP implementation of check of mails.
10522
10523 2005-07-03 [hoa]        1.9.12cvs11
10524
10525         * src/etpan/Makefile.am
10526         * src/etpan/etpan-errors.h
10527         * src/etpan/etpan-log.[ch]
10528         * src/etpan/etpan-thread-manager-types.h
10529         * src/etpan/etpan-thread-manager.[ch]
10530         * src/etpan/imap-thread.[ch]
10531         * src/Makefile.am
10532         * src/imap.c
10533         * src/main.c
10534         * src/prefs_other.c
10535         * configure.ac
10536             merged imap branch.
10537             dependency on libetpan 0.37 is now added.
10538
10539 2005-07-01 [colin]      1.9.12cvs10
10540
10541         * src/Makefile.am
10542         * src/folder.c
10543         * src/folder.h
10544         * src/folderview.c
10545         * src/stock_pixmap.c
10546         * src/stock_pixmap.h
10547         * src/plugins/trayicon/trayicon.c
10548                 Add marked symbol on folders containing
10549                 marked messages
10550         * src/procmsg.c
10551         * src/procmsg.h
10552         * src/toolbar.c
10553         * src/prefs_common.c
10554         * src/prefs_common.h
10555         * src/prefs_send.c
10556                 Add an optional confirmation dialog on queue
10557                 sending. Patch by wwp.
10558         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10559         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10560         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10561         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10562         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10563         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10564         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10565         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10566         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10567         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10568         * src/pixmaps/trash_mark.xpm            ** ADDED **
10569                 New pixmaps
10570
10571 2005-07-01 [colin]      1.9.12cvs9
10572
10573         * src/summaryview.c
10574                 Fix a little threading bug
10575         * src/addrgather.c
10576         * src/mainwindow.c
10577                 A little bit of HIG normality never hurts
10578
10579 2005-07-01 [colin]      1.9.12cvs8
10580
10581         * src/compose.c
10582         * src/msgcache.c
10583         * src/pop.c
10584         * src/procmime.c
10585         * src/recv.c
10586         * src/common/log.c
10587         * src/common/template.c
10588         * src/common/utils.c
10589         * src/common/utils.h
10590                 Reverted the fwrite_atomic stuff. In fact
10591                 it is already atomic.
10592
10593 2005-06-30 [colin]      1.9.12cvs7
10594
10595         * src/common/utils.c
10596         * src/common/utils.h
10597                 Add an fwrite_atomic() function to make
10598                 sure we write everything: fwrite can make
10599                 short writes.
10600         * src/compose.c
10601         * src/msgcache.c
10602         * src/pop.c
10603         * src/procmime.c
10604         * src/recv.c
10605         * src/common/log.c
10606         * src/common/template.c
10607                 Use that (and fix swapping of size and nmemb).
10608                 Thanks to Rich Coe for the heads up.
10609
10610 2005-06-30 [colin]      1.9.12cvs6
10611
10612         * src/addressbook.c
10613                 Optimize addressbook opening 
10614
10615 2005-06-30 [colin]      1.9.12cvs5
10616
10617         * src/summaryview.c
10618                 Remove calls to summary_step after move/copy
10619
10620 2005-06-28 [paul]       1.9.12cvs4
10621
10622         * src/alertpanel.c
10623                 wrap and make the error msg selectable
10624
10625 2005-06-28 [paul]       1.9.12cvs3
10626
10627         * src/ssl_manager.c
10628                 replace the OK button with a Close button
10629         * src/gtk/foldersort.c
10630                 use GTK_STOCK_ icons/buttons
10631
10632 2005-06-28 [colin]      1.9.12cvs2
10633
10634         * src/gedit-print.c             ** ADDED **
10635         * src/gedit-print.h             ** ADDED **
10636         * src/gtk/gtksourceprintjob.c   ** ADDED **
10637         * src/gtk/gtksourceprintjob.h   ** ADDED **
10638                 I can't believe no one had enough time to tell
10639                 me I forgot the `cvs add`
10640
10641 2005-06-27 [colin]      1.9.12cvs1
10642
10643         * src/Makefile.am
10644         * src/gtk/Makefile.am
10645         * src/messageview.c
10646         * src/procmsg.c
10647         * src/summaryview.c
10648         * configure.ac
10649                 Add optional libgnomeprint-based printing
10650         * src/mainwindow.c
10651         * src/gtk/quicksearch.c
10652                 Add an Edit/Quick search menu item to show
10653                 and focus the quicksearch
10654
10655 2005-06-27 [paul]       1.9.12
10656
10657         1.9.12 release
10658
10659         * po/ca.po
10660         * po/de.po
10661         * po/es.po
10662         * po/fr.po
10663         * po/it.po
10664         * po/ko.po
10665         * po/pt_BR.po
10666         * po/sk.po
10667         * po/zh_CN.po
10668                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10669                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10670                 SungHyun Nam, Frederico Goncalves Guimaraes,
10671                 Andrej Kacian, and Yang Guilong
10672 2005-06-26 [colin]      1.9.11cvs106
10673
10674         * src/imap_gtk.c
10675                 Forgot one file for previous fix
10676
10677 2005-06-26 [colin]      1.9.11cvs105
10678
10679         * src/folder.c
10680         * src/imap.c
10681                 Fix problems with folder operations in no_select
10682                 imap folders. it applies only to mails, and 
10683                 creation/deletion/move/renaming of folders 
10684                 should be possible
10685
10686 2005-06-26 [paul]       1.9.11cvs104
10687
10688         * src/prefs_filtering.c
10689                 replace one more GTK_STOCK_REMOVE
10690                 with GTK_STOCK_DELETE
10691
10692 2005-06-25 [colin]      1.9.11cvs103
10693
10694         * src/imap.c
10695                 Optimize get_seq_set_from_seq_list
10696                 (Patch by Ricardo) 
10697
10698 2005-06-25 [colin]      1.9.11cvs102
10699
10700         * src/mh.c
10701                 If the directory exists, but not in the
10702                 correct encoding, rename it. This should
10703                 handle old-versions-induced bugs.
10704
10705 2005-06-25 [colin]      1.9.11cvs101
10706
10707         * src/mh.c
10708                 Fix path access with extended dir names
10709                 Fixes bug #589 (SC segfaults with wrong locale
10710                 settings)
10711
10712 2005-06-25 [colin]      1.9.11cvs100
10713
10714         * src/prefs_account.c
10715         * src/prefs_account.h
10716         * src/compose.c
10717                 Add an option to encrypt replies to
10718                 encrypted messages
10719
10720 2005-06-25 [colin]      1.9.11cvs99
10721
10722         * src/compose.c
10723         * src/quote_fmt_parse.y
10724                 ... And make it work with pgpinline.
10725
10726 2005-06-25 [colin]      1.9.11cvs98
10727
10728         * src/compose.c
10729         * src/procmime.c
10730         * src/procmime.h
10731         * src/quote_fmt_parse.y
10732                 o Make reedition of encrypted messages possible
10733                   (as long as it is encrypted to self too, no
10734                    magic there)
10735                 o Make replying with quote (and without selecting
10736                   text) possible for encrypted messages.
10737                 Closes bug #550 (Not possible to "reply with quote"
10738                 to gnupg encrypted messages)
10739
10740 2005-06-24 [paul]       1.9.11cvs97
10741
10742         * src/imap.c
10743                 add missing include
10744
10745 2005-06-24 [paul]       1.9.11cvs96
10746
10747         * src/editldap.c
10748                 made bind password entry invisible
10749                 (sync with main)
10750         * src/send_message.c
10751                 send_message_local(): check exit status
10752                 to detect errors (sync with main)
10753         * src/textview.c
10754                 use main's less ambiguous popup menu
10755                 wording
10756
10757 2005-06-24 [paul]       1.9.11cvs95
10758
10759         * src/prefs_actions.c
10760         * src/prefs_customheader.c
10761         * src/prefs_display_header.c
10762         * src/prefs_filtering_action.c
10763         * src/prefs_matcher.c
10764         * src/prefs_template.c
10765         * src/prefs_toolbar.c
10766                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10767         * src/gtk/description_window.c
10768                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10769
10770 2005-06-23 [colin]      1.9.11cvs94
10771
10772         * src/summaryview.c
10773                 Fix rough edges (be sure to call status_show whenever
10774                 necessary).
10775
10776 2005-06-23 [colin]      1.9.11cvs93
10777
10778         * src/summaryview.c
10779                 Optimize Select All
10780                 Before, in a 5K mails folder: 11s
10781                 After, in the same folder: 58000µs
10782                 The joys of locking... gtk_clist_select_all() fires a 
10783                 tree-select-row event for each selected row, which in 
10784                 summaryview, callbacks summary_selected which in turn,
10785                 calls summary_status_show, which walks the selected
10786                 rows. Hence, calling gtk_clist_select_all was 
10787                 exponential. Locking the summaryview makes 
10788                 summary_selected return early.
10789
10790 2005-06-23 [colin]      1.9.11cvs92
10791
10792         * src/imap.c
10793                 Move mutex at the important place to avoid
10794                 deadlocks
10795         * src/summaryview.c
10796                 Fix Del key deleting directly instead of
10797                 moving to trash
10798
10799 2005-06-22 [colin]      1.9.11cvs91
10800
10801         * src/plugins/spamassassin/libspamc.c
10802                 As we do spagetti code with assignations in multiple
10803                 places (see _message_read_raw where out = msg = raw),
10804                 let's be sure we don't free the same pointer twice.
10805                 Should fix bug #683 (Crash in libpam at 
10806                 message_cleanup).
10807
10808 2005-06-22 [colin]      1.9.11cvs90
10809
10810         * src/compose.c
10811         * src/messageview.c
10812         * src/toolbar.c
10813                 Make toolbar's delete use the move to trash stuff;
10814                 Add gtk_widget_realize to be sure pixmaps can get
10815                 created (that may fix an old worksforme bug which
10816                 I can't find back...)
10817
10818 2005-06-22 [colin]      1.9.11cvs89
10819
10820         * src/summaryview.c
10821         * src/summaryview.h
10822         * src/mainwindow.c
10823                 Rename "Message/Delete" to "Message/Move to trash"
10824                 Add "Message/Delete..." that directly destroys the
10825                 selected messages after asking for a confirmation.
10826
10827 2005-06-22 [colin]      1.9.11cvs88
10828
10829         * src/imap.c
10830                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10831                 o Fix a deadlock (thanks Darko)
10832
10833 2005-06-22 [colin]      1.9.11cvs87
10834
10835         * src/gtk/foldersort.c
10836                 Add missing include for the i18n;
10837                 patch by Fabien Vantard
10838
10839 2005-06-21 [colin]      1.9.11cvs86
10840
10841         * src/folder.c
10842         * src/folderview.c
10843                 Respect the no_select flag
10844         * src/imap.c
10845                 Fix recursive deletion
10846         * src/imap_gtk.c
10847         * src/mh_gtk.c
10848                 Make the folder deletion's warning
10849                 more explicit
10850
10851 2005-06-21 [colin]      1.9.11cvs85
10852
10853         * src/textview.c
10854                 Prevent email addresses from spanning accross
10855                 lines - fixes bug # 646 (newline-chars in 
10856                 email addresses)
10857
10858 2005-06-20 [colin]      1.9.11cvs84
10859
10860         * src/folder.c
10861                 Be sure not to remove source if copy failed
10862
10863 2005-06-20 [colin]      1.9.11cvs83
10864
10865         * src/folderview.c
10866         * src/imap_gtk.c
10867                 remove summaryview's lock
10868         * src/imap.c
10869                 introduce threads to avoid problems when foreground tasks
10870                 interfere with background tasks
10871         * src/mh.c
10872                 prevent moving to drafts/queue
10873         * src/mimeview.c
10874                 fix leak
10875
10876 2005-06-19 [colin]      1.9.11cvs82
10877
10878         * src/imap_gtk.c
10879                 Remember that the user doesn't want to override
10880                 offline mode, for 3 seconds. It avoid presenting
10881                 him with N popups in a really short time.
10882
10883 2005-06-17 [colin]      1.9.11cvs81
10884
10885         * src/imap.c
10886                 Fix IMAP breaking on folders containing '('
10887                 (Probably won't be enough)
10888
10889 2005-06-17 [colin]      1.9.11cvs80
10890
10891         Forgotten files on 1.9.11cvs79
10892         * src/summaryview.c
10893                 Fix stepping when not immediately executing
10894         * src/imap.c
10895                 Really prevent UID FETCH 0
10896         * src/codeconv.c
10897                 Fix outgoing charset never set to utf-8
10898         * src/mh.c
10899                 Fix leak
10900
10901 2005-06-16 [colin]      1.9.11cvs79
10902
10903         * src/compose.c
10904                 Fix bug #707 (Dash splits rows)
10905                 Only wrap if we're on a line break position and
10906                 the previous one was a "white" (space) char.
10907                 Pango stuff is weird.
10908
10909 2005-06-16 [colin]      1.9.11cvs78
10910
10911         * src/imap_gtk.c
10912                 Lock summaryview while downloading messages
10913                 on user demand
10914         * src/procheader.c
10915         * src/unmime.c
10916         * src/common/utils.c
10917         * src/common/utils.h
10918                 Replace \r and \n with spaces in From and
10919                 Subject headers
10920
10921 2005-06-16 [paul]       1.9.11cvs77
10922
10923         * src/procmime.c
10924                 liberalise the mime parser
10925         * src/gtk/about.c
10926                 add text wrapping
10927
10928 2005-06-16 [paul]       1.9.11cvs76
10929
10930         * src/gtk/about.c
10931                 reworked
10932
10933 2005-06-15 [colin]      1.9.11cvs75
10934
10935         * src/compose.c
10936                 Finish header encoding fix
10937         * src/summaryview.c
10938                 Fix segfault
10939         * src/headerview.c
10940                 Fix compilation (Thanks Stephan
10941                 Sachse)
10942
10943 2005-06-15 [colin]      1.9.11cvs74
10944
10945         * Makefile.am
10946                 Install gnome2 stuff rather than gnome1, 
10947                 if both are present
10948         * src/codeconv.c
10949         * src/codeconv.h
10950         * src/compose.c
10951                 Fix headers encoding
10952         * src/folder.c
10953                 Visual progress when fetching all messages
10954         * src/folderview.c
10955         * src/summaryview.c
10956         * src/summaryview.h
10957                 Prevent changing current message while
10958                 incorporating
10959
10960 2005-06-15 [paul]       1.9.11cvs73
10961
10962         * src/gtk/gtkaspell.c
10963         * src/gtk/gtkaspell.h
10964                 fix build warnings
10965
10966 2005-06-15 [paul]       1.9.11cvs72
10967
10968         * src/prefs_filtering.c
10969                 allow reordering of filter rules by
10970                 drag n drop
10971
10972 2005-06-15 [paul]       1.9.11cvs71
10973
10974         * COPYING
10975                 updated
10976         * src/codeconv.c
10977                 replace deprecated function
10978         * src/inc.c
10979         * src/send_message.c
10980         * src/gtk/progressdialog.c
10981         * src/gtk/progressdialog.h
10982                 salvage and reuse parts of reverted sync
10983
10984 2005-06-15 [paul]       1.9.11cvs70
10985
10986         * src/inc.c
10987         * src/send_message.c
10988         * src/gtk/progressdialog.c
10989         * src/gtk/progressdialog.h
10990                 revert yesterday's sync with main
10991                 it contains deprecated functions
10992
10993 2005-06-15 [colin]      1.9.11cvs69
10994
10995         * src/headerview.c
10996                 Fix bug #670 (multi user to: will corrupt message 
10997                 headers display)
10998
10999 2005-06-15 [colin]      1.9.11cvs68
11000
11001         * src/compose.c
11002                 Fix bug #421 (Fix undo on wrapping)
11003
11004 2005-06-15 [colin]      1.9.11cvs67
11005
11006         * src/folder.c
11007                 Provide visual feedback while processing
11008                 folder's rules.
11009         * src/imap.c
11010                 Provide visual feedback while getting
11011                 short headers (for uncached messages)
11012
11013
11014 2005-06-14 [paul]       1.9.11cvs66
11015
11016         * src/account.c
11017                 change a couple stock icons
11018         * src/inc.c
11019         * src/send_message.c
11020         * src/gtk/progressdialog.c
11021         * src/gtk/progressdialog.h
11022                 sync main's GtkTreeView implementation
11023
11024 2005-06-14 [colin]      1.9.11cvs65
11025
11026         * src/imap.c
11027                 Various little fixes, mainly on error paths
11028
11029 2005-06-13 [colin]      1.9.11cvs64
11030
11031         * matcher.c
11032         * procmsg.c
11033         * procmsg.h
11034                 Add a way to fetch only headers. This speeds
11035                 up filtering on headers for IMAP. Fixes:
11036                 bug #481 extraneous imap commands slow down 
11037                         imap filtering
11038                 bug #522 Sylpheed downloads all messages 
11039                         when opening mailbox (IMAP)
11040                 bug #677 IMAP fetch is soooooooooooooo slow
11041         * src/folder.c
11042         * src/folder.h
11043                 Add a folder set_batch method so that
11044                 implementations can speed up flags changes
11045         * src/folderutils.c
11046         * src/summaryview.c
11047                 Use that in mark as (un)read and mark all read
11048                 Refix bug #679
11049         * src/imap.c
11050                 Implement set_batch - brings back deferred
11051                 flags in a less buggy manner. Fixes:
11052                 bug #729 IMAP immediate expunge of deleted messages
11053                 bug #191 remove list of messages with one command
11054                 Fix login with strange chars
11055                 Implement fetch_msg_full
11056                 Fix copy (wrong counts)
11057
11058 2005-06-12 [colin]      1.9.11cvs63
11059
11060         * src/folder.c
11061                 lock incorporation during long operations.
11062                 Avoids fucking up the IMAP socket.
11063
11064 2005-06-12 [colin]      1.9.11cvs62
11065
11066         * src/imap.c
11067                 Fix harmful typo
11068                 Factorize remove_all_msg
11069                 Thread-ize expunge
11070         * src/summaryview.c
11071                 Don't update partial-download status if unnecessary
11072         * src/folder.c
11073                 Use remove_msgs everywhere possible
11074
11075 2005-06-12 [colin]      1.9.11cvs61
11076
11077         * src/folder.c
11078         * src/folder.h
11079                 Add a remove_msgs function to remove a 
11080                 list of messages
11081         * src/imap.c
11082                 Implement that.
11083
11084 2005-06-12 [colin]      1.9.11cvs60
11085
11086         * src/imap.c
11087                 Remove flags-processing deferring... Too hard
11088                 to get it to work in all cases.
11089
11090 2005-06-11 [colin]      1.9.11cvs59
11091
11092         * src/imap.c
11093                 printf -> debug_print
11094
11095 2005-06-11 [colin]      1.9.11cvs58
11096
11097         * src/imap.c
11098                 o Fix build without USE_PTHREAD
11099                 o Factorize imap_open
11100                 o Alertpanel in case of impossible connection
11101                 o Alertpanel in case of impossible login
11102                 o Fix deferred flags processing to force a 
11103                   flush before adding some more flags to process,
11104                   but in another folder.
11105
11106 2005-06-10 [colin]      1.9.11cvs57
11107
11108         * src/imap.c
11109                 o Fix a format string error
11110                 o init ssl socket outside of the thread 
11111                   (it possibly invokes gtk calls)
11112         * src/procmime.c
11113                 o Put back the buffer to its necessary size
11114                 o Fix changing a file pointer without keeping
11115                   track of it (thanks Valgrind)
11116         * src/common/smtp.c
11117                 o Fix automatic STARTTLS if login should be done
11118                   and the server only allows it after starting TLS
11119         * src/gtk/gtkinputdialog.c
11120                 o Eat GDK_Return so that the combo popup doesn't 
11121                   appear when we press Enter to validate the combo
11122                   input dialog (as seen in the Open with... dialog)
11123
11124 2005-06-10 [colin]      1.9.11cvs56
11125
11126         * src/imap.c
11127                 o A bit less debug
11128                 o Fix a crash on deletion
11129                 o Threadize imap_select (it's called outside of 
11130                   threads)
11131                 o Defer treatment of DELETED flags
11132
11133
11134 2005-06-09 [colin]      1.9.11cvs55
11135
11136         * src/imap.c
11137                 Make sure we check imap_gtk_should_override(), which
11138                 potentially calls gtk stuff, before creating thread.
11139                 That way it should't be called via imap_get_session()
11140                 inside a thread.
11141
11142 2005-06-09 [colin]      1.9.11cvs54
11143
11144         * src/imap.c
11145                 o add a bit of status output
11146                 o remove some dead code
11147                 o threadize get_list_of_uids
11148                 o threadize imap_get_flags
11149                 o defer flag changing by 500ms so that they
11150                   can be batched
11151
11152
11153 2005-06-08 [colin]      1.9.11cvs53
11154
11155         * src/imap.c
11156                 Thread-ize imap_cmd_fetch
11157
11158 2005-06-08 [colin]      1.9.11cvs52
11159
11160         * src/main.c
11161                 Mmh, that broke POP3...
11162
11163 2005-06-08 [colin]      1.9.11cvs51
11164
11165         * src/main.c
11166                 Stabilize IMAP patch (thanks to Hoa)
11167
11168 2005-06-08 [colin]      1.9.11cvs50
11169
11170         * src/imap.c
11171                 Test patch to speed up imap. 
11172
11173 2005-06-08 [colin]      1.9.11cvs49
11174
11175         * src/imap_gtk.c
11176                 Warning fix
11177         * src/procmime.c
11178                 Apply patch from gentoo to use /usr/share/mime/globs if 
11179                 available, after un-breaking it
11180         * src/common/log.c
11181         * src/common/log.h
11182                 Use g_timeout for invoking hooks that possibly use gtk
11183                 calls. This should leave gtk calls in the main thread.
11184
11185 2005-06-08 [paul]       1.9.11cvs48
11186
11187         * src/codeconv.c
11188                 conv_get_outgoing_charset_str(): don't
11189                 use prefs_common setting
11190         * src/compose.c
11191         * src/compose.h
11192                 add /Options/Character encoding/... to
11193                 temporarily change the outgoing encoding
11194
11195         (belated sync with main)
11196
11197 2005-06-08 [paul]       1.9.11cvs47
11198
11199         * src/compose.c
11200                 correction to/completion of last
11201                 sync with main
11202
11203 2005-06-08 [paul]       1.9.11cvs46
11204
11205         sync with main:
11206         
11207         * src/codeconv.c
11208         * src/codeconv.h
11209                 always enabled Japanese auto-detection
11210                 if the first letters of locale string
11211                 is "ja"
11212         * src/compose.c
11213                 don't use "destroy" signal to destroy
11214                 Compose object (fix rare crashes on discard?)
11215         * src/mainwindow.c
11216         * src/messageview.c
11217         * src/prefs_send.c
11218                 added Hebrew encodings
11219         * src/sourcewindow.c
11220                 don't use "destroy" signal to destroy
11221                 objects
11222
11223 2005-06-07 [colin]      1.9.11cvs45
11224
11225         * src/summaryview.c
11226                 Add missing unlocks/locks
11227
11228 2005-06-07 [paul]       1.9.11cvs44
11229
11230         * src/summaryview.c
11231                 restore bug #749 fix
11232
11233 2005-06-06 [colin]      1.9.11cvs43
11234
11235         * src/summaryview.c
11236                 Fix selection bug when prefs_common.open_unread 
11237                 is FALSE
11238
11239 2005-06-06 [colin]      1.9.11cvs42
11240
11241         * src/common/md5.c
11242                 Fix a warning
11243         * src/summaryview.c
11244         * src/folderview.c
11245                 Factorize long operations beginning and end
11246                 (locking, freezing/thawing, cursor, ...)
11247                 Check selection->data member in selection-
11248                 related loops; this avoids dying an awful
11249                 death if the selection changes on us while
11250                 we're marking a whole IMAP folder unread, 
11251                 for example.
11252
11253 2005-06-06 [paul]       1.9.11cvs41
11254
11255         * src/textview.c
11256                 don't g_free() a static gchar buffer
11257
11258 2005-06-05 [colin]      1.9.11cvs40
11259
11260         * src/mainwindow.c
11261         * src/messageview.c
11262         * src/summaryview.c
11263                 Fix bug #749 (Show all headers should be
11264                 sticky as the GUI suggests)
11265
11266 2005-06-03 [paul]       1.9.11cvs39
11267
11268         * src/compose.c
11269                 don't allow editing of mail while sending.
11270                 patch by Colin
11271
11272 2005-06-03 [paul]       1.9.11cvs38
11273
11274         * src/folderview.c
11275                 add a freeze/thaw to speed up 'mark all read'
11276
11277 2005-06-03 [paul]       1.9.11cvs37
11278
11279         * src/prefs_message.c
11280                 reflect changes immediately
11281
11282 2005-06-02 [colin]      1.9.11cvs36
11283
11284         * po/POTFILES.in
11285                 Patch by Fabien Vantard.
11286
11287 2005-06-02 [colin]      1.9.11cvs35
11288
11289         * src/imap.c
11290                 Use a non-blocking imap_getline() if possible.
11291                 This should completely prevent the interface
11292                 from freezin on imap operations, although it
11293                 may do strange stuff in case of folder switching
11294                 while a big imap operation is taking place...
11295
11296                 In addition, fix a leak in the case thread
11297                 creation fails on connection.
11298
11299 2005-06-02 [colin]      1.9.11cvs34
11300
11301         * src/crash.c
11302         * src/prefs_common.h
11303                 Fix build (prefs_common_init() doesn't exist
11304                 anymore)
11305
11306 2005-06-02 [colin]      1.9.11cvs33
11307
11308         * src/prefs_account.c
11309                 Fix bug #245 (filtering rules broken when
11310                 renaming a remote account (imap4 or nntp)
11311
11312 2005-06-02 [colin]      1.9.11cvs32
11313
11314         * src/imap.c
11315                 Try to fix IMAP shortcomings: 
11316                 o Multithread imap_open()
11317                 o allow offline-mode overriding instead of
11318                   just returning NULL
11319         * src/imap_gtk.c
11320         * src/imap_gtk.h
11321                 Add a function to ask whether we want to
11322                 override offline-mode for 10 minutes (one-shot
11323                 asking was painful)
11324         * src/procheader.c
11325                 Fix segfault when imap parser isn't happy about
11326                 a missing {
11327
11328 2005-06-01 [colin]      1.9.11cvs31
11329
11330         * src/addrharvest.c
11331         * src/compose.c
11332         * src/mbox.c
11333         * src/mbox.h
11334         * src/mh.c
11335         * src/msgcache.c
11336         * src/send_message.c
11337         * src/setup.c
11338         * src/undo.c
11339         * src/common/hooks.c
11340         * src/common/prefs.c
11341         * src/common/template.c
11342         * src/common/utils.c
11343         * src/gtk/gtkutils.c
11344         * src/gtk/inputdialog.c
11345         * src/gtk/menu.c
11346         * src/gtk/pluginwindow.c
11347         * src/gtk/prefswindow.c
11348         * src/plugins/pgpmime/passphrase.c
11349         * src/plugins/pgpmime/prefs_gpg.c
11350                 More -Wall fixes
11351
11352         * src/common/Makefile.am
11353         * src/common/timing.h
11354                 Add basic timing code
11355
11356         * src/summaryview.c
11357                 Fix a bug with unread messages when 
11358                 re-sorting folders, and by the way
11359                 fix a big performance hit when 
11360                 re-sorting (10k mails: before 5s,
11361                 after .5s)
11362
11363         * src/prefs_compose_writing.c
11364         * src/prefs_compose_writing.h
11365         * src/prefs_message.c
11366         * src/prefs_message.h
11367         * src/prefs_other.c
11368         * src/prefs_other.h
11369         * src/prefs_quote.c
11370         * src/prefs_quote.h
11371         * src/prefs_receive.c
11372         * src/prefs_receive.h
11373         * src/prefs_send.c
11374         * src/prefs_send.h
11375         * src/prefs_summaries.c
11376         * src/prefs_summaries.h
11377                 Fix copyright banner
11378
11379 2005-06-01 [paul]       1.9.11cvs30
11380
11381         * po/fi.po
11382                 updated by Flammie Pirinen
11383         * src/procmime.c
11384                 fix 'Bad BASE64 content' output
11385
11386 2005-05-31 [colin]      1.9.11cvs29
11387
11388         * src/procmime.c
11389                 Oops, where did my hunk go.
11390
11391 2005-05-31 [colin]      1.9.11cvs28
11392
11393         * src/Makefile.am
11394         * src/account.c
11395         * src/action.c
11396         * src/addr_compl.c
11397         * src/addressbook.c
11398         * src/codeconv.c
11399         * src/compose.c
11400         * src/export.c
11401         * src/folder.c
11402         * src/folderview.c
11403         * src/image_viewer.c
11404         * src/main.c
11405         * src/mainwindow.c
11406         * src/messageview.c
11407         * src/mimeview.c
11408         * src/msgcache.c
11409         * src/prefs_account.c
11410         * src/prefs_actions.c
11411         * src/prefs_common.c
11412         * src/prefs_compose_writing.c
11413         * src/prefs_customheader.c
11414         * src/prefs_ext_prog.c
11415         * src/prefs_filtering.c
11416         * src/prefs_filtering_action.c
11417         * src/prefs_fonts.c
11418         * src/prefs_image_viewer.c
11419         * src/prefs_message.c
11420         * src/prefs_message.h
11421         * src/prefs_msg_colors.c
11422         * src/prefs_other.c
11423         * src/prefs_other.h
11424         * src/prefs_quote.c
11425         * src/prefs_receive.c
11426         * src/prefs_receive.h
11427         * src/prefs_send.c
11428         * src/prefs_send.h
11429         * src/prefs_spelling.c
11430         * src/prefs_summaries.c
11431         * src/prefs_summary_column.c
11432         * src/prefs_template.c
11433         * src/prefs_themes.c
11434         * src/prefs_toolbar.c
11435         * src/prefs_wrapping.c
11436         * src/procmime.c
11437         * src/procmsg.c
11438         * src/send_message.h
11439         * src/ssl_manager.c
11440         * src/summary_search.c
11441         * src/summaryview.c
11442         * src/textview.c
11443         * src/wizard.c
11444         * src/common/smtp.c
11445         * src/common/smtp.h
11446         * src/gtk/gtkutils.h
11447                 o Move the rest of Common prefs to new style
11448                 o Lots of -Wall warning fixes
11449                 o fix FIXME in cache memusage calculation
11450                 o Let return receipts be sent from any account
11451                 o Little cache optimisation (read)
11452                 o Fix bug #746 (don't treat commas as separators
11453                   when inside a quoted string)
11454
11455 2005-05-31 [paul]       1.9.11cvs27
11456
11457         * src/prefs_common.c
11458                 fix 'off-by-one' typo
11459
11460 2005-05-31 [paul]       1.9.11cvs26
11461
11462         * src/account.c
11463         * src/addr_compl.c
11464         * src/compose.c
11465         * src/foldersel.c
11466         * src/prefs_actions.c
11467         * src/prefs_common.c
11468         * src/prefs_common.h
11469         * src/prefs_customheader.c
11470         * src/prefs_display_header.c
11471         * src/prefs_filtering.c
11472         * src/prefs_filtering_action.c
11473         * src/prefs_matcher.c
11474         * src/prefs_summaries.c
11475         * src/prefs_summary_column.c
11476         * src/prefs_template.c
11477         * src/prefs_toolbar.c
11478         * src/ssl_manager.c
11479         * src/gtk/pluginwindow.c
11480         * src/gtk/prefswindow.c
11481         * src/gtk/progressdialog.c
11482                 add hidden prefs 'enable_rules_hint'
11483                 for gtk_tree_view_set_rules_hint()
11484                 (sync with main)
11485                 
11486
11487 2005-05-31 [colin]      1.9.11cvs25
11488
11489         * src/Makefile.am
11490         * src/main.c
11491         * src/prefs_common.c
11492         * src/prefs_summaries.c ** ADDED **
11493         * src/prefs_summaries.h ** ADDED **
11494                 Common/Display -> Display/Summaries
11495
11496 2005-05-31 [colin]      1.9.11cvs24
11497
11498         * src/Makefile.am
11499         * src/main.c
11500         * src/prefs_quote.c ** ADDED **
11501         * src/prefs_quote.h ** ADDED **
11502                 Move Common/Quote to Compose/Quoting
11503         * src/prefs_common.c
11504         * src/prefs_common.h
11505                 Remove old quote stuff, add
11506                 convenience functions for GtkTextView prefs
11507         * src/gtk/prefswindow.c
11508                 Set default height higher
11509
11510 2005-05-30 [colin]      1.9.11cvs23
11511
11512         * src/Makefile.am
11513         * src/main.c
11514         * src/prefs_common.c
11515         * src/prefs_compose_writing.c ** ADDED **
11516         * src/prefs_compose_writing.h ** ADDED **
11517                 Move Common/Compose prefs to Compose/Writing
11518
11519 2005-05-30 [colin]      1.9.11cvs22
11520
11521         * src/common/utils.c
11522                 Fix bug #651 (Confused Attract by Subject)
11523                 Patch by M. Benkmann <haferfrost@web.de>
11524         * AUTHORS
11525
11526 2005-05-30 [colin]      1.9.11cvs21
11527
11528         * src/compose.c
11529                 Fix concatenation of different headers of
11530                 the same type (bug #645)
11531         * src/prefs_folder_item.c
11532                 Fix bug #699 (setting color to black doesn't
11533                 work immediately)
11534         * src/procmime.c
11535                 Print out decoding error only once per
11536                 block
11537
11538 2005-05-30 [paul]       1.9.11cvs20
11539
11540         * src/common/template.c
11541                 fix Bcc
11542
11543 2005-05-30 [paul]       1.9.11cvs19
11544
11545         * doc/src/rfc2368.txt   **NEW FILE**
11546         * src/compose.c
11547                 compose_entries_set(): don't interpret Bcc
11548                 header field (conform to RFC 2368)
11549                 (sync with main)
11550
11551 2005-05-29 [colin]      1.9.11cvs18
11552
11553         * src/prefs_common.c
11554                 Let the default reply format respect
11555                 netiquette by cutting the signature.
11556
11557 2005-05-29 [colin]      1.9.11cvs17
11558
11559         * src/summaryview.c
11560                 Don't let always_show_msg override
11561                 open_unread_on_enter when opening a new
11562                 directory.
11563
11564 2005-05-27 [paul]       1.9.11cvs16
11565
11566         sync with main:
11567
11568         * src/main.c
11569                 app_will_exit(): cleanup tmp directory when exit
11570         * src/message_search.c
11571                 improved the interface and made code cleanup.
11572                 removed Clear button
11573         * src/send_message.c
11574                 send_message_local(): use GSpawn, and detect errors
11575         * src/summary_search.c
11576                 improved the interface and made code cleanup
11577         * src/textview.c
11578                 textview_write_link(): also skip non-ascii space
11579                  at the head of link strings (phishing check
11580                  didn't work at the case)
11581         * src/common/utils.c
11582                 get_command_output(): use g_spawn_command_line_sync()
11583                 instead of popen()
11584
11585 2005-05-26 [colin]      1.9.11cvs15
11586
11587         * src/folder.c
11588                 remove printf
11589
11590 2005-05-26 [colin]      1.9.11cvs14
11591
11592         * src/common/nntp.c
11593                 Fix nntp mode reader (bug #611)
11594                 Patch by Florian Mickler <florian@mickler.org>
11595
11596 2005-05-26 [colin]      1.9.11cvs13
11597
11598         * src/plugins/pgpmime/passphrase.c
11599                 Fix mouse grabbing (bug #557)
11600
11601 2005-05-26 [colin]      1.9.11cvs12
11602
11603         * src/prefs_themes.c
11604                 Fix g_warning (bug #541)
11605
11606 2005-05-26 [colin]      1.9.11cvs11
11607
11608         * src/prefs_actions.c
11609         * src/prefs_template.c
11610                 Fix bug #506 (no warning if action/template
11611                 is not saved)
11612         * src/common/template.c
11613                 Fix a possible crash
11614
11615 2005-05-26 [colin]      1.9.11cvs10
11616
11617         * src/folder.c
11618         * src/folderview.c
11619         * src/procmsg.c
11620         * src/summaryview.c
11621                 Forbid locked messages to be moved or
11622                 deleted. Locked messages in trashes 
11623                 still get deleted, for performance
11624                 reason (mh.c::mh_remove_all_msgs)
11625
11626 2005-05-25 [colin]      1.9.11cvs9
11627
11628         * src/procmime.c
11629                 Use correct encoding when sending mails
11630                 with attachments that have accentued 
11631                 chars in their name
11632
11633 2005-05-24 [colin]      1.9.11cvs8
11634
11635         * src/summaryview.c
11636                 Fix bug #688 f) read/unread marker not
11637                 changed on first click
11638                 Also, optimize summary_status_show()
11639                 calls
11640         * src/folder.c
11641         * src/inc.c
11642         * src/procmime.c
11643                 Fix bug #688 b) and c) wrt message
11644                 attachments and signature
11645         * src/stock_pixmap.c
11646         * src/stock_pixmap.h
11647         * src/stock_pixmap.c
11648         * src/stock_pixmap.h
11649         * src/Makefile.am
11650         * src/pixmaps/clip_gpg_signed.xpm
11651                 Add clip/signed icon
11652
11653 2005-05-24 [colin]      1.9.11cvs7
11654
11655         * src/folder_item_prefs.c
11656                 whitespace fix
11657
11658 2005-05-24 [colin]      1.9.11cvs6
11659
11660         * src/folderview.c
11661         * src/prefs_common.c
11662         * src/prefs_common.h
11663                 Add a confirmation to folder drag and drop
11664                 fixes bug #156
11665         * src/alertpanel.c
11666         * src/alertpanel.h
11667                 fix _with_disable parameters so that
11668                 the buttons labels are specifiable too
11669         * src/plugins/pgpmime/sgpgme.c
11670                 reflect said change
11671                 
11672
11673 2005-05-24 [colin]      1.9.11cvs5
11674
11675         * src/folderview.c
11676                 Uncollapse/collapse folders on double-click
11677                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11678                 closes bug #108
11679
11680 2005-05-23 [colin]      1.9.11cvs4
11681
11682         * src/common/socket.c
11683                 Check another special SSL_peek() error.
11684                 Should help wrt bug #728
11685
11686 2005-05-23 [colin]      1.9.11cvs3
11687
11688         * src/plugins/pgpmime/pgpmime.c
11689                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11690                 breaking menu accelerators and stuff. Users will have to
11691                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11692                 account's privacy preferences if needed.
11693
11694 2005-05-22 [paul]
11695
11696         * tools/kdeservicemenu/install.sh
11697                 use kdesu to prompt for root password if doing
11698                 global install/uninstall
11699
11700 2005-05-20 [colin]      1.9.11cvs2
11701
11702         * src/procmsg.c
11703                 Fix another compilation error with gcc-2.9x
11704                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11705         * src/send_message.c
11706                 Don't send QUIT if we aren't connected
11707
11708 2005-05-19 [colin]      1.9.11cvs1
11709
11710         * src/procmsg.c
11711                 Fix compilation with gcc 2.9x
11712
11713 2005-05-19 [paul]       1.9.11
11714
11715         1.9.11 released
11716
11717 2005-05-19 [paul]       1.9.9cvs14
11718
11719         * src/gtk/inputdialog.c
11720                 prevent gettext warning
11721
11722 2005-05-19 [paul]       1.9.9cvs13
11723
11724         * src/mainwindow.c
11725         * src/prefs_common.c
11726         * src/prefs_common.h
11727         * src/textview.c
11728         * src/textview.h
11729                 add an option to toggle cursor in message
11730                 view (sync with main)
11731
11732 2005-05-18 [colin]      1.9.9cvs12
11733
11734         * src/compose.c
11735                 Dereference freed pointer
11736         * src/gtk/gtkaspell.c
11737                 Fix duplication of dictionaries (is it an aspell issue?)
11738
11739 2005-05-18 [colin]      1.9.9cvs11
11740
11741         * src/gtk/inputdialog.c
11742         * src/gtk/gtkaspell.c
11743                 HIGuify dialogs
11744         * src/alertpanel.c
11745                 Remove a double call
11746
11747 2005-05-17 [colin]      1.9.9cvs10
11748
11749         * src/gtk/gtkaspell.c
11750                 Fix dialogs, Ctrl-Enter accel
11751
11752 2005-05-17 [colin]      1.9.9cvs9
11753
11754         * src/gtk/gtkaspell.c
11755                 Fix some accelerators, escape in replace-window
11756
11757 2005-05-16 [colin]      1.9.9cvs8
11758
11759         * src/gtk/gtkaspell.c
11760                 Revert last commit, it was a mistake.
11761
11762 2005-05-16 [colin]      1.9.9cvs7
11763
11764         * src/gtk/gtkaspell.c
11765                 Remove buggy code while we're at it. It's a 
11766                 dead code path anyway.
11767
11768 2005-05-16 [colin]      1.9.9cvs6
11769
11770         * src/gtk/gtkaspell.c
11771                 Missed some gtk_menu_popup where deactivate
11772                 signal should be handled. Should fix bug
11773                 #629 a bit more.
11774
11775 2005-05-16 [colin]      1.9.9cvs5
11776
11777         * src/gtk/gtkaspell.c
11778                 Remove debug printf()s
11779
11780 2005-05-16 [colin]      1.9.9cvs4
11781
11782         * src/gtk/gtkaspell.c
11783                 Fix a bit aspell problems
11784                 (see bug #629)
11785
11786 2005-05-13 [colin]      1.9.9cvs3
11787
11788         * src/folderview.c
11789                 Fix the + appearing even when no subfolders
11790                 have unread messages. Thanks to wwp for the
11791                 bug report.
11792
11793 2005-05-11 [paul]       1.9.9cvs2
11794
11795         * src/folderview.c
11796                 correction to 1.9.9cvs1, only colour folders that
11797                 have new msgs (not unread msgs)
11798
11799 2005-05-10 [colin]      1.9.9cvs1
11800
11801         * src/folderview.c
11802         * src/summaryview.c
11803                 Try to fix bolding bugs again.
11804
11805 2005-05-09 [paul]
11806
11807         * tools/claws.i18n.status.pl
11808                 add Ricardo Mones Lastra's script that has been providing
11809                 the i18n status page for many months
11810
11811 2005-05-09 [paul]       1.9.9
11812
11813         1.9.9 release
11814
11815 2005-05-09 [paul]       1.9.6cvs58
11816
11817         * AUTHORS
11818         * INSTALL
11819         * README.claws
11820                 updated
11821         * Makefile.am 
11822         * RELEASE_NOTES.claws
11823                 add release notes to cvs to simplify release
11824                 procedure
11825         * configure.ac
11826                 add ca and fi to ALL_LINGUAS
11827         * po/Makefile.in.in
11828                 workaround for missing Makevars
11829         * po/ca.po
11830         * po/fi.po
11831                 add new Catalan and Finnish translations
11832                 submitted by Miquel Oliete and Flammie Pirinen
11833         * po/de.po
11834         * po/es.po
11835         * po/fr.po
11836         * po/it.po
11837         * po/pl.po
11838         * po/ru.po
11839         * po/sk.po
11840         * po/sr.po
11841         * po/zh_CN.po
11842                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11843                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11844                 Urke MMI, and Hansom Young
11845         * src/main.c
11846                 Fix drafting when quitting. compose_draft() closes the
11847                 compose windows, which modifies the compose_list GSList.
11848                 We have to refresh this list after echo drafting to avoid a
11849                 segfault
11850         * src/partial_download.c
11851                 fix segfault on exit
11852
11853 2005-05-06 [paul]       1.9.6cvs57
11854
11855         * src/grouplistdialog.c
11856                 quick fix/workaround for unresizeable newsgroup
11857                 name column 
11858
11859 2005-05-06 [paul]       1.9.6cvs56
11860
11861         * src/inc.c
11862         * src/mainwindow.c
11863                 use gettext plural forms
11864         * src/imap_gtk.c
11865         * src/mh_gtk.c
11866         * src/toolbar.c
11867                 small improvement to english usage
11868
11869 2005-05-05 [thorsten]   1.9.6cvs55
11870
11871         * src/folder.c
11872                 fix possible crash
11873
11874 2005-05-05 [paul]       1.9.6cvs54
11875         
11876         sync with HEAD
11877
11878         * AUTHORS
11879         * src/compose.c
11880                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11881                 patch by Tim Mann
11882
11883 2005-05-05 [paul]       1.9.6cvs53
11884
11885         * src/mainwindow.c
11886                 fix resizing of separate message and
11887                 folder views
11888
11889 2005-05-05 [paul]       1.9.6cvs52
11890
11891         * src/account.c
11892         * src/addrgather.c
11893         * src/browseldap.c
11894         * src/exphtmldlg.c
11895         * src/expldifdlg.c
11896         * src/importmutt.c
11897         * src/importpine.c
11898         * src/main.c
11899         * src/mainwindow.c
11900         * src/noticeview.c
11901         * src/prefs_filtering.c
11902         * src/prefs_filtering_action.c
11903         * src/prefs_matcher.c
11904         * src/prefs_spelling.c
11905         * src/prefs_toolbar.c
11906         * src/toolbar.c
11907         * src/wizard.c
11908         * src/gtk/description_window.c
11909         * src/gtk/gtkvscrollbutton.c
11910         * src/gtk/progressdialog.c
11911         * src/gtk/quicksearch.c
11912         * src/plugins/pgpmime/prefs_gpg.c
11913         * src/plugins/spamassassin/spamassassin_gtk.c
11914                 replace deprecated gtk_widget_set_usize
11915
11916 2005-05-04 [colin]      1.9.6cvs51
11917
11918         * src/common/utils.c
11919                 Fix crash when subst_for_filename is called
11920                 with a NULL parameter
11921
11922 2005-05-04 [colin]      1.9.6cvs50
11923
11924         * src/partial_download.c
11925         * src/pop.c
11926                 Escape login when writing uidl file
11927                 fixes bug #736
11928
11929 2005-05-03 [colin]      1.9.6cvs49
11930
11931         * src/procmime.c
11932                 Fix possible DOS in mime parser
11933                 (see bug #634)
11934
11935 2005-05-02 [colin]      1.9.6cvs48
11936
11937         * src/compose.c
11938                 Try to fix the copy/paste mess once again.
11939
11940
11941 2005-04-30 [colin]      1.9.6cvs47
11942
11943         * src/prefs_account.h
11944         * src/procmsg.c
11945         * src/send_message.c
11946         * src/common/smtp.c
11947         * src/common/smtp.h
11948                 Try to batch sending mails (per account) instead of
11949                 reconnecting to server every time.
11950
11951 2005-04-29 [colin]      1.9.6cvs46
11952
11953         * src/messageview.c
11954                 Fix window resizing that refused to size down
11955         * src/prefs_common.c
11956         * src/prefs_common.h
11957         * src/prefs_filtering.c
11958                 Save Filtering's window size
11959
11960 2005-04-21 [paul]       1.9.6cvs45
11961
11962         * ChangeLog-gtk2.claws
11963         * src/setup.c
11964                 correction to sync
11965
11966 2005-04-21 [paul]       1.9.6cvs44
11967
11968         sync with main:
11969
11970         * src/setup.c
11971         * src/statusbar.c
11972         * src/statusbar.h
11973                 use gtkut_widget_draw_now(). Improved performance
11974                 of the update of statusbar
11975         * src/textview.c
11976                 textview_smooth_scroll_do(): redraw it after scroll
11977                 is done (fixed incorrect display when a part of the
11978                 view is hidden).
11979         * src/gtk/gtkutils.c
11980         * src/gtk/gtkutils.h
11981                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11982                 to force update of widgets.
11983                 Removed gtkut_widget_wait_for_draw() which had a big
11984                 overhead  because of waiting for all events processed 
11985
11986 2005-04-20 [paul]       1.9.6cvs43
11987
11988         * src/codeconv.c
11989                 complete 1.9.6cvs42's sync:
11990                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11991
11992 2005-04-19 [paul]       1.9.6cvs42
11993
11994         sync with main:
11995
11996         * src/action.c
11997                 catch_output(): correctly select the insert text
11998                 (fix invalid iterator warnings).
11999         * src/codeconv.c
12000         * src/codeconv.h
12001         * src/mainwindow.c
12002         * src/messageview.c
12003         * src/prefs_common.c
12004                 support GBK encoding.
12005         * src/common/session.c
12006         * src/common/session.h
12007                 use separate buffer for large data to be sent,
12008                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12009
12010 2005-04-18 [paul]       1.9.6cvs41
12011
12012         * src/jpilot.c
12013                 convert unsigned long into guint32
12014                 patch by Paul LeoNerd Evans 
12015
12016 2005-04-17 [colin]      1.9.6cvs40
12017
12018         * src/compose.c
12019                 Fix 'Request return receipt' from folder
12020                 properties (bug #708)
12021
12022 2005-04-17 [colin]      1.9.6cvs39
12023
12024         * src/mainwindow.c
12025                 Fix duplicate hotkeys in Mainwindow's menu
12026
12027 2005-04-17 [colin]      1.9.6cvs38
12028
12029         * src/folderview.c
12030                 Fix duplicate hotkeys in Folderview's contextual
12031                 menu
12032
12033 2005-04-15 [colin]      1.9.6cvs37
12034
12035         * src/summaryview.c
12036                 Fix 'Save as...' with non-ascii filenames
12037
12038 2005-04-15 [colin]      1.9.6cvs36
12039
12040         * src/plugins/pgpmime/pgpmime.c
12041                 Fix bus error on 64bit. Spotted by 
12042                 macallan1888@gmail.com
12043
12044 2005-04-15 [colin]      1.9.6cvs35
12045
12046         * src/prefs_account.c
12047                 Fix cvs34.
12048
12049 2005-04-12 [colin]      1.9.6cvs34
12050
12051         * src/prefs_account.c
12052                 Fix smtp auth type off-by-one. We forgot to
12053                 add PLAIN in the prefs-to-gui setter func and
12054                 as a result, the selected auth when opening
12055                 account prefs was not the correct one.
12056
12057 2005-04-12 [paul]       1.9.6cvs33
12058
12059         * src/inc.c
12060                 if the recv dialog is visible, Cancel only
12061                 cancels the current account
12062
12063
12064 2005-04-10 [colin]      1.9.6cvs32
12065
12066         * src/filtering.c
12067                 Copy score when copying FilteringActions
12068                 Fix bug #674
12069
12070 2005-04-10 [colin]      1.9.6cvs31
12071
12072         * src/inc.c
12073                 Make Message -> Receive -> Cancel cancel 
12074                 incorporation on all accounts. Fixes
12075                 bug #693
12076
12077 2005-04-10 [colin]      1.9.6cvs30
12078
12079         * src/prefs_account.c
12080                 Update Privacy checkbuttons status based
12081                 on the selected privacy system
12082         * src/compose.c
12083                 Always connect the "None" privacy system; the
12084                 static boolean was probably there to avoid
12085                 reconnecting twice in the same compose window,
12086                 but as the parent function is only called once
12087                 per compose, it's only a bug - as a static is
12088                 initialized once per application instance.
12089                 Also, don't uncheck Sign and Encrypt when
12090                 selecting None as privacy system; just ignore
12091                 them when sending/queuing.
12092                 Should fix bug #695
12093
12094 2005-04-08 [colin]      1.9.6cvs29
12095
12096         * src/account.c
12097         * src/prefs_account.c
12098         * src/prefs_account.h
12099                 Add account preference to queue message in a certain
12100                 folder.
12101
12102 2005-04-06 [colin]      1.9.6cvs28
12103
12104         * src/prefs_account.c
12105                 Update old inbox path syntax
12106
12107 2005-04-06 [paul]       1.9.6cvs27
12108
12109         sync with main:
12110
12111         * configure.ac
12112                 changed -traditional-cpp to -no-cpp-precomp for newer
12113                 Mac OS X support
12114         * src/foldersel.c
12115                 made column resize automatically
12116         * src/send_message.c
12117                 send_message_smtp(): consider EOF right after QUIT
12118                 successful (workaround for Gmail SMTP server)
12119         * src/common/socket.c
12120                 ssl_read(), ssl_peek(): check EOF which violates the
12121                 SSL protocol
12122         * src/gtk/colorlabel.c
12123                 removed warnings when displaying colorlabel menu
12124                 (don't use GtkAlignment)
12125
12126 2005-04-05 [paul]       1.9.6cvs26
12127
12128         * src/plugins/trayicon/trayicon.c
12129                 fix clipping of icon under KDE3 
12130
12131 2005-04-05 [paul]       1.9.6cvs25
12132
12133         * src/summaryview.c
12134                 hide display of threading
12135                 patch by Alfons
12136
12137 2005-04-04 [thorsten]   1.9.6cvs24
12138
12139         * src/mh.c
12140                 marks lost on filesystems with different stat() results on
12141                 summer-/wintertime
12142
12143 2005-04-03 [colin]      1.9.6cvs23
12144
12145         * src/summaryview.c
12146                 Don't handle up/down. Patch by Alfons
12147
12148 2005-04-02 [colin]      1.9.6cvs22
12149
12150         * src/summaryview.c
12151                 Make scrolling faster. Patch by Alfons.
12152
12153 2005-04-01 [colin]      1.9.6cvs21
12154
12155         * src/Makefile.am
12156         * src/stock_pixmap.c
12157         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12158         * src/pixmaps/dir_noselect.xpm ** ADDED **
12159                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12160
12161 2005-04-01 [colin]      1.9.6cvs20
12162
12163         * src/image_viewer.c
12164         * src/image_viewer.h
12165         * src/procmime.c
12166         * src/procmime.h
12167         * src/textview.c
12168         * src/textview.h
12169                 Implement inline image resizing and right-clicking
12170
12171 2005-04-01 [paul]       1.9.6cvs19
12172
12173         * AUTHORS
12174         * Makefile.am
12175         * configure.ac
12176                 check for gnome2
12177                 patch by Luca Cavalli <loopback<AT>slackit.org>
12178         * po/ru.po
12179                 updated by Pavlo Bohmat
12180
12181 2005-03-31 [colin]      1.9.6cvs18
12182
12183         * src/news.c
12184                 Fix parsing references
12185         * src/msgcache.c
12186                 don't put nulls in the references list
12187         * src/procheader.c
12188                 commit that forgotten file in 1.9.6cvs14
12189
12190 2005-03-31 [colin]      1.9.6cvs17
12191
12192         * src/compose.c
12193                 Fix joining of signature separator again. 
12194                 Maybe Hiro could put it in main too...
12195
12196 2005-03-31 [colin]      1.9.6cvs16
12197
12198         * src/Makefile.am
12199         * src/foldersel.c
12200         * src/stock_pixmap.c
12201         * src/stock_pixmap.h
12202         * src/pixmaps/dir-noselect.xpm
12203                 Update foldersel.c (sync from main, patch by Alfons)
12204
12205 2005-03-30 [colin]      1.9.6cvs15
12206
12207         * src/imap.c
12208                 Fix handling of imap folders containing [] in 
12209                 their name. Thanks to Nahuel Angelinetti for
12210                 the detailed bugreport.
12211
12212 2005-03-30 [colin]      1.9.6cvs14
12213
12214         * src/common/utils.h
12215         * src/common/utils.c
12216         * src/common/defs.h
12217         * src/matcher.c
12218         * src/msgcache.c
12219         * src/news.c
12220         * src/procmsg.c
12221         * src/procmsg.h
12222         * src/quote_fmt_parse.y
12223         * src/summaryview.c
12224                 Update references system. Patch by Alfons
12225
12226 2005-03-30 [colin]      1.9.6cvs13
12227
12228         * src/common/socket.c
12229                 Force the glibc to read resolv.conf again when 
12230                 it has changed. Should fix issues when changing
12231                 networks on a laptop and not restarting sylpheed. 
12232
12233 2005-03-30 [paul]       1.9.6cvs12
12234
12235         partial sync with main:
12236
12237         * src/action.c
12238                 create_io_dialog(): use user-defined text font
12239                 (thanks to Alfons), and modified its appearance.
12240         * src/addrgather.c
12241         * src/addrharvest.c
12242         * src/browseldap.c
12243                 replace old code
12244         * src/compose.c
12245                 don't join (presumably) itemized lines on line-wrapping
12246                 fixed wrapping of quote when auto-wrapping is enabled
12247                 compose_destroy(): destroy paned only if it's not
12248                 attached to window. Fixed memory leak of popup menu.
12249         * src/exphtmldlg.c
12250         * src/expldifdlg.c
12251                 replace old code
12252         * src/html.c
12253         * src/html.h
12254         * src/importmutt.c
12255         * src/importpine.c
12256                 replace old code
12257         * src/main.c
12258                 removed redundant code
12259         * src/mainwindow.c
12260                 changed 'Code set' (which is rather incorrect)
12261                 in the menu to 'Character encoding'
12262                 main_window_set_widgets(): request size first
12263                 to prevent window size becoming wrong
12264                 fixed remembering of the state of the visibility
12265                 of MessageView
12266         * src/messageview.c
12267                 changed 'Code set' (which is rather incorrect)
12268                 in the menu to 'Character encoding'
12269         * src/prefs_common.c
12270         * src/prefs_common.h
12271                 added an option whether to render HTML as text or not
12272                 added separators to outgoing encoding menu
12273         * src/procheader.c
12274                 procheader_scan_date_string(): support header
12275                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12276         * src/summaryview.c
12277         * src/summaryview.h
12278                 minor code cleanup
12279         * src/textview.c
12280                 textview_show_html(): force output of newline
12281                 added an option whether to render HTML as text or not
12282         * src/common/utils.c
12283                 strncpy2(): optimized based on Alfons' code
12284         * src/gtk/gtkutils.c
12285         * src/gtk/gtkutils.h
12286                 removed non-used code
12287         * src/plugins/pgpmime/passphrase.c
12288                 partially fixed grab input of passphrase dialog
12289                 Confine pointer to window
12290
12291 2005-03-30 [colin]      1.9.6cvs11
12292
12293         * src/msgcache.c
12294         * src/msgcache.h
12295                 Read/write 32bit ints from cache & marks
12296                 From main.
12297
12298 2005-03-29 [paul]       1.9.6cvs10
12299
12300         * AUTHORS
12301         * ChangeLog.claws
12302         * src/compose.c
12303         * src/gtk/gtkaspell.c
12304                 sync with HEAD (don't pass NULL pointers) 
12305
12306 2005-03-24 [paul]
12307
12308         * tools/Makefile.am
12309         * tools/README
12310         * tools/acroread2sylpheed.pl
12311                 sync with HEAD (add script to send pdfs as
12312                 attachments from Adobe Reader 7)
12313
12314 2005-03-21 [paul]       1.9.6cvs9
12315
12316         * configure.ac
12317         * po/POTFILES.in
12318         * src/Makefile.am
12319         * src/crash.c
12320         * src/image_viewer.c ** ADDED **
12321         * src/image_viewer.h ** ADDED **
12322         * src/main.c
12323         * src/prefs_common.c
12324         * src/prefs_common.h
12325         * src/prefs_image_viewer.c ** ADDED **
12326         * src/prefs_image_viewer.h ** ADDED **
12327         * src/textview.c
12328         * src/gtk/about.c
12329         * src/pixmaps/sylpheed_logo.xpm
12330         * src/plugins/Makefile.am
12331         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12332         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12333         * src/plugins/image_viewer/plugin.c ** REMOVED **
12334         * src/plugins/image_viewer/viewer.c ** REMOVED **
12335         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12336         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12337         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12338         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12339         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12340                 as gdk-pixbuf is now built-in
12341                 remove image_viewer plugin and put code back into
12342                 main codebase
12343                 implement inline image display (sync with main)
12344
12345                 replace logo with newer, nicer, larger version  
12346
12347 2005-03-21 [paul]       1.9.6cvs8
12348
12349         * src/gtk/about.c
12350                 cosmetic improvement
12351
12352 2005-03-21 [holger]     1.9.6cvs7
12353
12354         * src/plugins/spamassassin/spamassassin.c
12355                 Sync with HEAD
12356                 (unregister hook on failed plugin init)
12357
12358 2005-03-20 [colin]      1.9.6cvs6
12359
12360         * src/common/plugin.c
12361                 Check that plugin isn't already loaded
12362                 Patch by Alfons
12363
12364 2005-03-20 [thorsten]   1.9.6cvs5
12365
12366         * src/compose.c
12367                 use a more compatible syntax
12368
12369 2005-03-20 [thorsten]   1.9.6cvs4
12370
12371         * src/prefs_toolbar.c
12372                 fix crash when selecting toolbar item (uninitialized pointer)
12373
12374 2005-03-20 [thorsten]   1.9.6cvs3
12375
12376         * src/procmime.c
12377                 fix mimetype detection (referenced free()d string)
12378
12379 2005-03-20 [paul]       1.9.6cvs2
12380
12381         * src/compose.c
12382                 sync with HEAD (1.0.3cvs5)
12383                 neglect Reply-To header if empty
12384                 Patch by Alfons 
12385
12386 2005-03-19 [holger]     1.9.6cvs1
12387
12388         * src/summaryview.c
12389         * src/summaryview.h
12390                 Sync with HEAD
12391
12392 2005-03-18 [paul]       1.9.6
12393
12394         initial GTK2 release
12395
12396 2005-03-18 [paul]       1.0.3cvs3.1
12397
12398         * AUTHORS
12399         * ChangeLog.claws
12400         * configure.ac
12401         * src/gtk/about.c
12402         * src/pixmaps/sylpheed_logo.xpm
12403                 sync with HEAD
12404
12405 2005-03-18 [colin]      1.0.3cvs2.6
12406
12407         * src/summaryview.c
12408                 Remove call to summary_step in summary_copy_selected_to
12409                 Can't see its purpose, and this causes bug when copying
12410                 a message if the next one is unread: it reads it.
12411
12412 2005-03-18 [paul]       1.0.3cvs2.5
12413
12414         * src/foldersel.c
12415                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12416
12417 2005-03-18 [paul]       1.0.3cvs2.4
12418
12419         * src/addrharvest.c
12420         * src/codeconv.c
12421         * src/codeconv.h
12422         * src/compose.c
12423         * src/news.c
12424         * src/procheader.c
12425         * src/procmime.c
12426         * src/unmime.c
12427         * src/unmime.h
12428                 fix buffer overflow, CAN-2005-0667, see
12429                 http://secunia.com/advisories/14491/
12430                 Patch by Alfons
12431
12432 2005-03-17 [colin]      1.0.3cvs2.3
12433
12434         * src/prefs_fonts.c
12435         * src/summaryview.c
12436                 Fix font bugs (both lists now officialy share 
12437                 the same font)
12438                 
12439
12440 2005-03-17 [paul]       1.0.3cvs2.2
12441
12442         * src/gtk/pluginwindow.c
12443                 make plugin descriptions uneditable
12444
12445 2005-03-11 [paul]       1.0.3cvs2.1
12446
12447         * ChangeLog.claws
12448         * configure.ac
12449         * po/POTFILES.in
12450         * src/plugins/trayicon/trayicon.c
12451                 sync with HEAD
12452                 add src/wizard.c to POTFILES.in
12453
12454 2005-03-11 [paul]       1.0.3cvs1.1
12455
12456         * ChangeLog
12457         * ChangeLog.claws
12458         * configure.ac
12459         * po/de.po
12460         * po/es.po
12461         * po/fr.po
12462         * po/it.po
12463         * po/pt_BR.po
12464         * po/ru.po
12465         * po/sk.po
12466         * po/sr.po
12467         * po/zh_CN.po
12468                 sync with HEAD
12469
12470 2005-03-04 [colin]      1.0.1cvs22.2
12471
12472         * src/compose.c
12473                 Fix signatures with accentued chars in it
12474
12475 2005-03-04 [colin]      1.0.1cvs22.1
12476
12477         * src/common/smtp.c
12478         * src/common/smtp.h
12479                 Don't use SIZE param in MAIL FROM: if server 
12480                 doesn't support it. Patch by Eugen Freiter
12481                 <eugen_f@users.sf.net>
12482
12483 2005-02-27 [paul]       1.0.1cvs20.1
12484
12485         * ChangeLog.claws
12486         * configure.ac
12487         * src/messageview.c
12488                 sync with HEAD
12489
12490 2005-02-27 [colin]      1.0.1cvs19.4
12491
12492         * src/procheader.c
12493         * src/procheader.h
12494                 Fix prototypes. Patch by Alfons
12495
12496 2005-02-27 [colin]      1.0.1cvs19.3
12497
12498         * src/compose.c
12499                 Don't auto-join the signature separator.
12500
12501 2005-02-26 [colin]      1.0.1cvs19.2
12502
12503         * src/summaryview.c
12504                 Fix 'mark all read' with collapsed threads.
12505                 Patch by Alfons.
12506
12507 2005-02-25 [paul]       1.0.1cvs19.1
12508
12509         * ChangeLog.claws
12510         * configure.ac
12511         * src/prefs_account.c
12512         * src/prefs_folder_item.c
12513         * src/gtk/prefswindow.c
12514         * src/gtk/prefswindow.h
12515                 sync with HEAD
12516
12517 2005-02-25 [paul]       1.0.1cvs15.12
12518
12519         * src/alertpanel.c
12520         * src/codeconv.c
12521         * src/compose.c
12522         * src/textview.c
12523         * src/gtk/gtkutils.c
12524         * src/gtk/gtkutils.h
12525         * src/gtk/logwindow.c
12526         * src/gtk/progressdialog.c
12527                 sync with main (revision 127)
12528                 and fix logwindow clipping
12529
12530 2005-02-24 [colin]      1.0.1cvs15.11
12531
12532         * src/plugins/pgpmime/passphrase.c
12533                 Disable input grabbing; it doesn't work yet.
12534
12535 2005-02-24 [colin]      1.0.1cvs15.10
12536
12537         * src/messageview.c
12538                 Don't send out receipts if offline. Ask.
12539
12540 2005-02-23 [colin]      1.0.1cvs15.9
12541
12542         * src/summaryview.c     
12543                 Fix expanding
12544
12545 2005-02-23 [colin]      1.0.1cvs15.8
12546
12547         * src/summaryview.c
12548                 Really fix Bug 568 by removing useless
12549                 calls. summary_thread_init() now called
12550                 in summary_sort(). This should please
12551                 Alfons as it should be faster than 
12552                 previously.
12553
12554 2005-02-23 [colin]      1.0.1cvs15.7
12555
12556         * src/compose.c
12557                 Encode parts as QP or B64 if signing
12558
12559 2005-02-23 [colin]      1.0.1cvs15.6
12560
12561         * src/compose.c
12562                 Fix Mimeinfo leakage (including tmp files)
12563         * src/procmsg.c
12564                 Fix tmp file leakage (spotted by Ivan Rayner)
12565
12566 2005-02-22 [colin]      1.0.1cvs15.5
12567
12568         * src/expldifdlg.c
12569                 Fix keyboard input. Patch by Alfons.
12570
12571 2005-02-21 [colin]      1.0.1cvs15.4
12572
12573         * src/compose.c
12574                 Fix Sign/Encrypt when unselecting privacy
12575                 system
12576         * src/prefs_common.c
12577                 Change default message font to Monospace
12578         * src/summaryview.c
12579                 More freezing during potentially large operations
12580
12581 2005-02-21 [paul]       1.0.1cvs15.3
12582
12583         * src/main.c
12584                 fix --help output
12585
12586 2005-02-21 [paul]       1.0.1cvs15.2
12587
12588         * po/Makefile.in.in
12589         * src/compose.c
12590         * src/summaryview.c
12591         * src/textview.c
12592         * src/common/utils.c
12593         * src/common/utils.h
12594                 sync with main (revision 117)
12595
12596 2005-02-20 [colin]      1.0.1cvs15.1
12597
12598         * src/common/defs.h
12599                 Change cache file to .sylpheed_claws_cache, as
12600                 suggested by Alfons. Allows people to switch
12601                 between Sylpheed and Sylpheed-Claws. it is
12602                 a good idea to "Check for new messages" at next
12603                 startup.
12604
12605
12606 2005-02-18 [colin]      1.0.1cvs14.1
12607
12608         * src/quote_fmt_lex.l
12609         * src/quote_fmt_parse.y
12610                 Fix parser initialisation. Patch by Ivan.
12611
12612 2005-02-18 [colin]      1.0.1cvs11.6
12613
12614         * src/folderview.c
12615                 Fix scrolldown (bug 662)
12616
12617 2005-02-17 [colin]      1.0.1cvs11.5
12618
12619         * src/codeconv.c
12620                 conv_filename_to_utf8: return clean 7bit instead
12621                 of broken utf8 if needed
12622         * src/mimeview.c
12623                 Fix display of parts with unclean 8bit names
12624
12625 2005-02-17 [paul]       1.0.1cvs11.4
12626
12627         * src/compose.c
12628         * src/exportldif.c
12629         * src/matcher_parser_parse.y
12630         * src/procmime.c
12631         * src/sourcewindow.c
12632         * src/common/Makefile.am
12633         * src/common/intl.h             ** REMOVED **
12634         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12635                 sync with main (revision 109)
12636                 and clean up
12637
12638 2005-02-16 [colin]      1.0.1cvs11.3
12639
12640         * src/summaryview.c
12641                 Fix collapsed thread not highlighting when new
12642                 messages in it (Bug 568) Patch by Stephan Sachse.
12643                 Fix messed up selection when reaching bounds (Bug 632)
12644         * src/prefs_themes.c
12645                 Fix theme installing (Bug 684)
12646
12647 2005-02-16 [colin]      1.0.1cvs11.2
12648
12649         * src/messageview.c
12650                 Fix messageview_select_all
12651
12652 2005-02-16 [colin]      1.0.1cvs11.1
12653
12654         * src/mh.c
12655                 Sync with HEAD (MH scan required function)
12656
12657 2005-02-15 [colin]      1.0.1cvs8.1
12658
12659         * src/mimeview.c
12660         * src/common/utils.c
12661                 Sync with HEAD (filename chars substitution)
12662
12663 2005-02-15 [colin]      1.0.1cvs7.3
12664
12665         * src/gtk/pluginwindow.c
12666                 Fix button spacing
12667
12668 2005-02-15 [colin]      1.0.1cvs7.2
12669
12670         * src/mimeview.c
12671                 Fix mime icons not reset across message when
12672                 scrolled down
12673
12674 2005-02-15 [colin]      1.0.1cvs7.1
12675
12676         * src/compose.c
12677         * src/procmime.c
12678                 Sync with HEAD (optimisation of cvs6)
12679
12680 2005-02-14 [colin]      1.0.1cvs6.1
12681
12682         * src/compose.c
12683         * src/procmime.c
12684                 Sync with HEAD (encode "From " at line beginning)
12685
12686 2005-02-14 [colin]      1.0.1cvs5.3
12687
12688         * src/compose.c
12689                 Fix wrapping with accentued chars.
12690
12691 2005-02-13 [colin]      1.0.1cvs5.2
12692
12693         * src/textview.c
12694                 Fix email informative part parsing with
12695                 accentued chars in it. ispunct() returns
12696                 true for them in utf8...
12697
12698 2005-02-12 [colin]      1.0.1cvs5.1
12699
12700         * src/filtering.c
12701                 Sync with HEAD (remove wrong use of compose after send)
12702
12703 2005-02-12 [paul]       1.0.1cvs4.5
12704
12705         * src/textview.c
12706                 remove unnecessary code (thanks to Alfons)
12707
12708 2005-02-12 [paul]       1.0.1cvs4.4
12709
12710         * src/textview.c
12711                 add 'Copy' to contextual menu on emails
12712
12713 2005-02-11 [colin]      1.0.1cvs4.3
12714
12715         * src/compose.c
12716                 revert 1.0.0cvs28.2, it doesn't work that well.
12717
12718 2005-02-11 [paul]       1.0.1cvs4.2
12719
12720         * po/Makefile.in.in
12721                 fix 'make release'
12722
12723 2005-02-10 [paul]       1.0.1cvs4.1
12724
12725         * ChangeLog
12726         * ChangeLog.claws
12727         * ChangeLog.jp
12728         * configure.ac
12729         * src/compose.c
12730                 sync with HEAD (sync with main)
12731
12732 2005-02-10 [paul]       1.0.1cvs3.2
12733
12734         * AUTHORS
12735         * Makefile.am
12736         * autogen.sh
12737         * configure.ac
12738         * config/mkinstalldirs
12739         * intl/.cvsignore
12740         * intl/ChangeLog
12741         * intl/VERSION
12742         * intl/bindtextdom.c
12743         * intl/config.charset
12744         * intl/dcgettext.c
12745         * intl/dcigettext.c
12746         * intl/dcngettext.c
12747         * intl/dgettext.c
12748         * intl/dngettext.c
12749         * intl/eval-plural.h
12750         * intl/explodename.c
12751         * intl/finddomain.c
12752         * intl/gettext.c
12753         * intl/gettextP.h
12754         * intl/gmo.h
12755         * intl/hash-string.h
12756         * intl/intl-compat.c
12757         * intl/l10nflist.c
12758         * intl/libgnuintl.h.in
12759         * intl/loadinfo.h
12760         * intl/loadmsgcat.c
12761         * intl/localcharset.c
12762         * intl/localcharset.h
12763         * intl/locale.alias
12764         * intl/localealias.c
12765         * intl/localename.c
12766         * intl/log.c
12767         * intl/ngettext.c
12768         * intl/os2compat.c
12769         * intl/os2compat.h
12770         * intl/osdep.c
12771         * intl/plural-exp.c
12772         * intl/plural-exp.h
12773         * intl/plural.c
12774         * intl/plural.y
12775         * intl/ref-add.sin
12776         * intl/ref-del.sin
12777         * intl/relocatable.c
12778         * intl/relocatable.h
12779         * intl/textdomain.c
12780         * m4/Makefile.am
12781         * po/Makefile.in.in
12782         * src/Makefile.am
12783         * src/account.c
12784         * src/action.c
12785         * src/addr_compl.c
12786         * src/addressadd.c
12787         * src/addressbook.c
12788         * src/addrgather.c
12789         * src/addrindex.c
12790         * src/alertpanel.c
12791         * src/browseldap.c
12792         * src/codeconv.c
12793         * src/codeconv.h
12794         * src/compose.c
12795         * src/compose.h
12796         * src/crash.c
12797         * src/editaddress.c
12798         * src/editbook.c
12799         * src/editgroup.c
12800         * src/editjpilot.c
12801         * src/editldap.c
12802         * src/editldap_basedn.c
12803         * src/editvcard.c
12804         * src/exphtmldlg.c
12805         * src/expldifdlg.c
12806         * src/export.c
12807         * src/exporthtml.c
12808         * src/filtering.c
12809         * src/folder.c
12810         * src/folder_item_prefs.c
12811         * src/foldersel.c
12812         * src/folderview.c
12813         * src/grouplistdialog.c
12814         * src/headerview.c
12815         * src/imap.c
12816         * src/imap_gtk.c
12817         * src/import.c
12818         * src/importldif.c
12819         * src/importmutt.c
12820         * src/importpine.c
12821         * src/inc.c
12822         * src/ldif.c
12823         * src/main.c
12824         * src/mainwindow.c
12825         * src/matcher.c
12826         * src/mbox.c
12827         * src/message_search.c
12828         * src/messageview.c
12829         * src/mh.c
12830         * src/mh_gtk.c
12831         * src/mimeview.c
12832         * src/msgcache.c
12833         * src/news.c
12834         * src/news_gtk.c
12835         * src/noticeview.c
12836         * src/partial_download.c
12837         * src/pop.c
12838         * src/prefs_account.c
12839         * src/prefs_actions.c
12840         * src/prefs_common.c
12841         * src/prefs_customheader.c
12842         * src/prefs_display_header.c
12843         * src/prefs_ext_prog.c
12844         * src/prefs_filtering.c
12845         * src/prefs_filtering_action.c
12846         * src/prefs_folder_item.c
12847         * src/prefs_fonts.c
12848         * src/prefs_gtk.c
12849         * src/prefs_matcher.c
12850         * src/prefs_msg_colors.c
12851         * src/prefs_spelling.c
12852         * src/prefs_summary_column.c
12853         * src/prefs_template.c
12854         * src/prefs_themes.c
12855         * src/prefs_toolbar.c
12856         * src/prefs_wrapping.c
12857         * src/privacy.c
12858         * src/procheader.c
12859         * src/procmime.c
12860         * src/procmsg.c
12861         * src/quote_fmt.c
12862         * src/recv.c
12863         * src/send_message.c
12864         * src/setup.c
12865         * src/sourcewindow.c
12866         * src/ssl_manager.c
12867         * src/statusbar.c
12868         * src/summary_search.c
12869         * src/summaryview.c
12870         * src/textview.c
12871         * src/toolbar.c
12872         * src/wizard.c
12873         * src/common/nntp.c
12874         * src/common/plugin.c
12875         * src/common/smtp.c
12876         * src/common/ssl.c
12877         * src/common/ssl_certificate.c
12878         * src/common/string_match.c
12879         * src/common/sylpheed.c
12880         * src/common/template.c
12881         * src/common/utils.c
12882         * src/gtk/about.c
12883         * src/gtk/colorlabel.c
12884         * src/gtk/description_window.c
12885         * src/gtk/filesel.c
12886         * src/gtk/foldersort.c
12887         * src/gtk/gtkaspell.c
12888         * src/gtk/gtkutils.c
12889         * src/gtk/inputdialog.c
12890         * src/gtk/logwindow.c
12891         * src/gtk/menu.c
12892         * src/gtk/pluginwindow.c
12893         * src/gtk/prefswindow.c
12894         * src/gtk/progressdialog.c
12895         * src/gtk/quicksearch.c
12896         * src/gtk/sslcertwindow.c
12897         * src/plugins/clamav/clamav_plugin.c
12898         * src/plugins/clamav/clamav_plugin_gtk.c
12899         * src/plugins/demo/demo.c
12900         * src/plugins/dillo_viewer/dillo_prefs.c
12901         * src/plugins/dillo_viewer/dillo_viewer.c
12902         * src/plugins/image_viewer/plugin.c
12903         * src/plugins/image_viewer/viewer.c
12904         * src/plugins/image_viewer/viewerprefs.c
12905         * src/plugins/mathml_viewer/mathml_viewer.c
12906         * src/plugins/pgpmime/passphrase.c
12907         * src/plugins/pgpmime/plugin.c
12908         * src/plugins/pgpmime/prefs_gpg.c
12909         * src/plugins/pgpmime/select-keys.c
12910         * src/plugins/pgpmime/sgpgme.c
12911         * src/plugins/spamassassin/spamassassin.c
12912         * src/plugins/spamassassin/spamassassin_gtk.c
12913         * src/plugins/trayicon/trayicon.c
12914                 sync with main (revision 104)
12915
12916 2005-02-10 [colin]      1.0.1cvs3.1
12917
12918         * src/mainwindow.c
12919                 Sync with HEAD (fix occasional crasher)
12920
12921 2005-02-10 [colin]      1.0.1cvs2.1
12922
12923         * src/messageview.c
12924                 Synw with HEAD (don't automatically display html)
12925
12926 2005-02-09 [colin]      1.0.1cvs1.3
12927
12928         * src/textview.c
12929         * src/textview.h
12930                 Add contextual menu on emails
12931
12932 2005-02-09 [colin]      1.0.1cvs1.2
12933
12934         * src/codeconv.c
12935                 Fix converting from broken headers and 
12936                 put back the _ in missing places
12937                 (feature broke with cvs24.2 sync, main 
12938                  possibly affected?)
12939
12940 2005-02-09 [colin]      1.0.1cvs1.1
12941
12942         * src/messageview.c
12943         * src/mimeview.c
12944         * src/mimeview.h
12945                 Sync with HEAD (display non text/plain mails with plugin)
12946
12947 2005-02-08 [colin]      1.0.1.1
12948
12949         * ChangeLog.claws
12950         * po/pt_BR.po
12951                 Sync with HEAD
12952         * configure.ac
12953                 Make default configuration directory 
12954                 be .sylpheed-gtk2
12955
12956 2005-02-08 [colin]      1.0.0cvs29.1
12957
12958         * po/de.po
12959         * po/es.po
12960         * po/fr.po
12961         * po/it.po
12962         * po/sk.po
12963         * po/sr.po
12964                 Sync translations with HEAD
12965
12966 2005-02-06 [colin]      1.0.0cvs28.3
12967
12968         * src/compose.c
12969                 Make compose a bit faster - patch by Alfons.
12970
12971 2005-02-06 [colin]      1.0.0cvs28.2
12972
12973         * src/compose.c
12974                 Make pasting via middle-click more reliable
12975
12976 2005-02-05 [paul]       1.0.0cvs28.1
12977
12978         * ChangeLog
12979         * ChangeLog.claws
12980         * ChangeLog.jp
12981         * configure.ac
12982         * src/compose.c
12983                 sync with HEAD
12984                 (fix bug 682 'redirect is broken'
12985
12986 2005-02-05 [torte]      1.0.0cvs27.1
12987
12988         * ChangeLog.claws
12989         * configure.ac
12990         * src/partial_download.c
12991                 Sync with HEAD (fix buf overflow)
12992
12993 2005-02-03 [colin]      1.0.0cvs26.1
12994
12995         * src/common/plugin.c
12996                 Sync with HEAD (avoid plugin mismatches)
12997
12998 2005-02-03 [paul]       1.0.0cvs25.3
12999
13000         * src/folderview.c
13001         * src/headerview.c
13002         * src/summaryview.c
13003         * src/textview.c
13004         * src/gtk/colorlabel.c
13005                 third and final part of initial sync with main-gtk2
13006
13007 2005-02-03 [paul]       1.0.0cvs25.2
13008
13009         * src/jpilot.c
13010                 fix building with jpilot support
13011
13012 2005-02-02 [colin]      1.0.0cvs25.1
13013
13014         * src/messageview.c
13015                 Sync with HEAD (fix dangerous typo)
13016
13017 2005-02-01 [colin]      1.0.0cvs24.3
13018
13019         * src/common/xml.c
13020                 Write file as advertised (UTF-8)
13021
13022 2005-02-01 [paul]       1.0.0cvs24.2
13023
13024         * src/addrbook.c
13025         * src/addrindex.c
13026         * src/alertpanel.h
13027         * src/codeconv.c
13028         * src/codeconv.h
13029         * src/compose.c
13030         * src/export.c
13031         * src/folder_item_prefs.c
13032         * src/html.c
13033         * src/imap.c
13034         * src/import.c
13035         * src/jpilot.c
13036         * src/mainwindow.c
13037         * src/matcher_parser_lex.l
13038         * src/messageview.c
13039         * src/mh.c
13040         * src/prefs_account.c
13041         * src/prefs_actions.c
13042         * src/prefs_common.c
13043         * src/prefs_gtk.c
13044         * src/prefs_gtk.h
13045         * src/prefs_themes.c
13046         * src/procheader.c
13047         * src/procmime.c
13048         * src/sourcewindow.c
13049         * src/statusbar.c
13050         * src/summaryview.c
13051         * src/textview.c
13052         * src/toolbar.c
13053         * src/unmime.c
13054         * src/common/template.c
13055         * src/common/utils.c
13056         * src/common/xml.c
13057         * src/common/xml.h
13058         * src/gtk/gtkaspell.c
13059         * src/plugins/clamav/clamav_plugin.c
13060         * src/plugins/dillo_viewer/dillo_prefs.c
13061         * src/plugins/image_viewer/viewerprefs.c
13062         * src/plugins/pgpmime/passphrase.c
13063         * src/plugins/pgpmime/prefs_gpg.c
13064         * src/plugins/pgpmime/select-keys.c
13065         * src/plugins/spamassassin/spamassassin.c
13066                 second part of initial sync with main-gtk2
13067                 (more to follow)
13068
13069 2005-01-31 [colin]      1.0.0cvs24.1
13070
13071         * src/compose.c
13072                 Sync with HEAD
13073
13074 2005-01-29 [paul]       1.0.0cvs23.2
13075
13076         * src/account.c
13077         * src/action.c
13078         * src/addressadd.c
13079         * src/addressbook.c
13080         * src/alertpanel.c
13081         * src/compose.c
13082         * src/editaddress.c
13083         * src/editbook.c
13084         * src/editgroup.c
13085         * src/editjpilot.c
13086         * src/editldap.c
13087         * src/editldap_basedn.c
13088         * src/editvcard.c
13089         * src/export.c
13090         * src/foldersel.c
13091         * src/grouplistdialog.c
13092         * src/import.c
13093         * src/importldif.c
13094         * src/inc.c
13095         * src/main.c
13096         * src/mainwindow.c
13097         * src/message_search.c
13098         * src/messageview.c
13099         * src/mimeview.c
13100         * src/prefs_actions.c
13101         * src/prefs_common.c
13102         * src/prefs_common.h
13103         * src/prefs_customheader.c
13104         * src/prefs_display_header.c
13105         * src/prefs_filtering.c
13106         * src/prefs_filtering_action.c
13107         * src/prefs_gtk.c
13108         * src/prefs_matcher.c
13109         * src/prefs_summary_column.c
13110         * src/prefs_template.c
13111         * src/sourcewindow.c
13112         * src/summary_search.c
13113         * src/summaryview.c
13114         * src/textview.c
13115         * src/gtk/about.c
13116         * src/gtk/description_window.c
13117         * src/gtk/gtkshruler.c
13118         * src/gtk/gtkutils.c
13119         * src/gtk/gtkutils.h
13120         * src/gtk/inputdialog.c
13121         * src/gtk/logwindow.c
13122         * src/gtk/prefswindow.c
13123         * src/gtk/progressdialog.c
13124         * src/gtk/progressdialog.h
13125                 first part of initial sync with main-gtk2
13126                 (more to follow)
13127
13128 2005-01-28 [colin]      1.0.0cvs23.1
13129
13130         * src/folderview.c
13131                 Sync with HEAD
13132
13133 2005-01-27 [colin]      1.0.0cvs21.1
13134
13135         * src/folder.c
13136         * src/folderview.c
13137                 Sync with HEAD
13138
13139 2005-01-27 [colin]      1.0.0cvs19.1
13140
13141         * src/procmime.c
13142                 Sync with HEAD
13143
13144 2005-01-27 [colin]      1.0.0cvs18.1
13145
13146         * src/messageview.c
13147         * src/summaryview.c
13148         * src/mainwindow.c
13149         * src/compose.c
13150         * src/compose.h
13151         * src/procmsg.c
13152         * src/procmsg.h
13153         * src/toolbar.c
13154                 Sync with HEAD
13155
13156 2005-01-26 [paul]       1.0.0cvs15.2
13157
13158         * src/compose.c
13159                 compose_entries_set(): convert subject and body to
13160                 utf8 if necessary. patch by Felix Eckhofer
13161
13162 2005-01-26 [paul]       1.0.0cvs15.1
13163
13164         * configure.ac
13165         * src/common/template.c
13166                 sync with HEAD (fix memory leak)
13167
13168 2005-01-25 [paul]       1.0.0cvs14.1
13169
13170         * configure.ac
13171         * src/compose.c
13172                 sync with HEAD
13173
13174 2005-01-24 [colin]      1.0.0cvs13.1
13175
13176         * src/summaryview.c
13177                 Sync with HEAD
13178
13179 2005-01-24 [paul]       1.0.0cvs12.1
13180
13181         * configure.ac
13182         * src/messageview.c
13183         * src/mh.c
13184         * src/common/utils.c
13185                 sync with HEAD
13186
13187 2005-01-24 [colin]      1.0.0cvs11.1
13188
13189         * src/procheader.c
13190                 Sync with HEAD
13191
13192 2005-01-24 [colin]      1.0.0cvs10.1
13193
13194         * src/folderview.c
13195                 Sync with HEAD
13196
13197 2005-01-23 [colin]      1.0.0cvs9.1
13198
13199         * src/crash.c
13200                 Sync with HEAD
13201
13202 2005-01-22 [colin]      1.0.0cvs8.1
13203
13204         * src/summaryview.c
13205         * src/gtk/quicksearch.c
13206                 Sync with HEAD
13207
13208 2005-01-21 [colin]      1.0.0cvs7.1
13209
13210         * src/summaryview.c
13211                 Sync with HEAD
13212
13213 2005-01-21 [colin]      1.0.0cvs6.1
13214
13215         * src/summaryview.c
13216                 Sync with HEAD
13217
13218 2005-01-21 [colin]      1.0.0cvs5.1
13219
13220         * src/gtk/quicksearch.c
13221         * src/prefs_common.c
13222         * src/prefs_common.h
13223                 Sync with HEAD (recurse option)
13224
13225 2005-01-21 [colin]      1.0.0cvs4.1
13226
13227         * src/folder.h
13228         * src/folderview.c
13229         * src/folderview.h
13230         * src/summaryview.c
13231         * src/gtk/quicksearch.c
13232         * src/gtk/quicksearch.h
13233                 Sync with HEAD (recursive quicksearch)
13234
13235 2005-01-20 [colin]      1.0.0cvs3.4
13236
13237         * src/ssl_manager.c
13238                 Remove useless code
13239
13240 2005-01-20 [colin]      1.0.0cvs3.3
13241
13242         * src/ssl_manager.c
13243                 Fix leak, thanks to Alfons.
13244
13245 2005-01-20 [colin]      1.0.0cvs3.2
13246
13247         * src/ssl_manager.c
13248                 Port SSL certificate window to GTK2.
13249
13250 2005-01-20 [paul]       1.0.0cvs3.1
13251
13252         * ChangeLog.claws
13253         * configure.ac
13254         * src/addrindex.c
13255         * src/addrindex.h
13256                 sync with HEAD
13257
13258 2005-01-19 [colin]      1.0.0cvs2.2
13259
13260         * src/plugins/trayicon/trayicon.c
13261                 Fix freeze with gtk-2.6, the easy way
13262                 (signal blocking helpless there...)
13263                 Closes bug #668.
13264
13265 2005-01-19 [colin]      1.0.0cvs2.1
13266
13267         * src/mbox.c
13268         * src/mbox.h
13269         * src/mainwindow.c
13270         * src/summaryview.c
13271         * src/summaryview.h
13272                 Sync with HEAD
13273
13274 2005-01-19 [paul]       1.0.0cvs1.1
13275
13276         * configure.ac
13277         * po/de.po
13278         * po/es.po
13279         * po/fr.po
13280         * po/hr.po
13281         * po/it.po
13282         * po/ja.po
13283         * po/ko.po
13284         * po/pt_BR.po
13285         * po/ru.po
13286         * po/sk.po
13287         * po/sr.po
13288                 sync with HEAD (update translations)
13289
13290 2005-01-18 [colin]      1.0.0cvs0.1
13291
13292         * src/foldersel.c
13293                 Specify search column - patch by Alfons
13294
13295 2005-01-18 [colin]      0.9.13cvs36.3
13296
13297         * src/prefs_toolbar.c
13298                 Change Delete to Remove
13299         * src/prefs_fonts.c
13300                 GTK2 version and leak fixes
13301         * src/prefs_actions.c
13302                 Add stock buttons.
13303                 All patches by Alfons
13304
13305 2005-01-17 [colin]      0.9.13cvs36.2
13306
13307         * src/compose.c
13308                 Fix DnD inserting twice. While at it,
13309                 add DnD support for text/plain in the
13310                 body, and add support in the headers.
13311
13312 2005-01-16 [colin]      0.9.13cvs36.1
13313
13314         * ChangeLog
13315         * ChangeLog.jp
13316         * ChangeLog.claws
13317                 Sync with HEAD (nothing applicable)
13318
13319 2005-01-16 [colin]      0.9.13cvs33.2
13320
13321         * src/prefs_toolbar.c
13322                 GTK2ize prefs_toolbar, by Alfons.
13323
13324 2005-01-14 [colin]      0.9.13cvs33.1
13325
13326         * src/html.c
13327         * src/msgcache.c
13328                 Sync with HEAD
13329
13330 2005-01-14 [colin]      0.9.13cvs32.1
13331
13332         * src/html.c
13333         * src/html.h
13334         * src/msgcache.c
13335         * AUTHORS
13336         * tools/calypso_convert.pl
13337                 Sync with HEAD
13338
13339 2005-01-08 [colin]      0.9.13cvs29.2
13340
13341         * src/prefs_filtering_action.c
13342         * src/prefs_filtering.c
13343                 2 more gtk2 patches by Alfons
13344
13345 2005-01-07 [paul]       0.9.13cvs29.1
13346
13347         * ChangeLog
13348         * ChangeLog.claws
13349         * ChangeLog.jp
13350         * configure.ac
13351         * src/pop.c
13352         * src/pop.h
13353                 sync with HEAD
13354
13355 2005-01-07 [colin]      0.9.13cvs28.3
13356
13357         * src/gtk/progressdialog.c
13358         * src/gtk/progressdialog.h
13359         * src/inc.c
13360         * src/send_message.c
13361                 GTK2 for the incorporation dialog. The CList isn't dead
13362                 yet, for a more smooth migration. Patch by Alfons.
13363
13364 2005-01-06 [colin]      0.9.13cvs28.2
13365
13366         * src/prefs_display_header.c
13367                 GTK2 conversion by Alfons
13368         * src/prefs_actions.c
13369         * src/prefs_matcher.c
13370                 Fix 2 leaks - patch by Alfons
13371
13372 2005-01-06 [colin]      0.9.13cvs28.1
13373
13374         * src/prefs_matcher.c
13375                 Sync with HEAD
13376
13377 2005-01-06 [colin]      0.9.13cvs27.4
13378
13379         * src/prefs_matcher.c
13380                 Fix double-free. Patch by Alfons
13381
13382 2005-01-06 [colin]      0.9.13cvs27.3
13383
13384         * src/prefs_matcher.c
13385                 GTK2 widgets + memleak
13386                 Patch by Alfons
13387
13388 2005-01-05 [colin]      0.9.13cvs27.2
13389
13390         * src/account.c
13391         * src/addr_compl.c
13392         * src/foldersel.c
13393         * src/stock_pixmap.c
13394         * src/stock_pixmap.h
13395                 3 more GTK2 patches by Alfons.
13396
13397 2005-01-04 [colin]      0.9.13cvs27.1
13398
13399         * src/folderview.c
13400         * src/imap_gtk.c
13401         * src/news_gtk.c
13402                 Sync with HEAD
13403
13404 2005-01-04 [colin]      0.9.13cvs25.9
13405
13406         * src/compose.c
13407                 Fix Show Ruler menuitem
13408         * src/prefs_template.c
13409                 Convert to GTK2
13410         * src/common/utils.c
13411                 Make auto pointer stuff handles NULLs
13412                 Patches by Alfons.
13413
13414 2005-01-04 [colin]      0.9.13cvs25.8
13415
13416         * src/compose.c
13417                 Move the attachment list to gtk2
13418                 Patch by Alfons.
13419
13420 2005-01-04 [colin]      0.9.13cvs25.7
13421
13422         * src/textview.c
13423                 Make some keys work again
13424                 Patch by SungHyun Nam <namsh@kldp.org>
13425
13426 2005-01-04 [colin]      0.9.13cvs25.6
13427
13428         * src/gtk/gtkshruler.c
13429                 Move the ruler to GTK2
13430                 Patch by Alfons
13431
13432 2005-01-03 [colin]      0.9.13cvs25.5
13433
13434         * src/compose.c
13435                 Fix my broken patch apply 
13436
13437 2005-01-03 [colin]      0.9.13cvs25.4
13438
13439         * src/common/utils.c
13440         * src/common/utils.h
13441         * src/gtk/prefswindow.c
13442                 Move auto pointer stuff to utils.c
13443                 Patch by Alfons again :)
13444
13445 2005-01-03 [colin]      0.9.13cvs25.3
13446
13447         * src/compose.c
13448         * src/prefs_gtk.c
13449         * src/prefs_template.c
13450         * src/textview.c
13451                 Empty text widgets with empty strings, not NULL char
13452                 Patch by SungHyun Nam <namsh@kldp_org>
13453
13454 2005-01-03 [colin]      0.9.13cvs25.2
13455
13456         * src/main.c
13457         * AUTHORS
13458                 Sync with HEAD
13459
13460 2005-01-03 [colin]      0.9.13cvs25.1
13461
13462         * src/pop.c
13463         * src/pop.h
13464                 Sync with HEAD
13465
13466 2005-01-03 [colin]      0.9.13cvs24.3
13467
13468         * src/account.c
13469                 Two patches from Alfons and Alex S Moore:
13470                 fix images, fix return value.
13471
13472 2005-01-01 [colin]      0.9.13cvs24.2
13473
13474         * src/prefs_actions.c
13475                 Fix over-zealous assertion. Patch by Alfons
13476
13477 2005-01-01 [colin]      0.9.13cvs24.1
13478
13479         * src/procmime.c
13480                 Sync with HEAD (leak fix)
13481
13482 2004-12-31 [colin]      0.9.13cvs23.2
13483
13484         * src/prefs_common.c
13485                 GTK2 widgets + stock buttons - patch by Alfons
13486
13487 2004-12-31 [paul]       0.9.13cvs23.1
13488
13489         * configure.ac
13490                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13491         * src/gtk/pluginwindow.c
13492                 use GTK2 widgets and plug memory leaks,
13493                 patches by Alfons
13494
13495 2004-12-30 [colin]      0.9.13cvs22.4
13496
13497         * src/account.c
13498         * src/action.c
13499         * src/export.c
13500         * src/foldersel.c
13501         * src/import.c
13502         * src/message_search.c
13503         * src/prefs_actions.c
13504         * src/prefs_common.c
13505         * src/prefs_customheader.c
13506         * src/prefs_filtering.c
13507         * src/prefs_summary_column.c
13508         * src/summary_search.c
13509         * src/gtk/about.c
13510         * src/gtk/description_window.c
13511         * src/gtk/gtkutils.c
13512         * src/gtk/gtkutils.h
13513         * src/gtk/inputdialog.c
13514         * src/gtk/prefswindow.c
13515                 Use GTK2 stock buttons. Patches by Alfons.
13516
13517 2004-12-30 [colin]      0.9.13cvs22.3
13518
13519         * src/account.c
13520                 Sync with HEAD
13521         * src/prefs_actions.c
13522         * src/prefs_customheader.c
13523         * src/prefs_filtering.c
13524         * src/prefs_msg_colors.c
13525         * src/prefs_summary_column.c
13526         * src/gtk/prefswindow.c
13527                 Use GtkTreeView instead of deprecated 
13528                 widgets. Patches by Alfons.
13529
13530 2004-12-30 [paul]       0.9.13cvs22.2
13531
13532         * src/foldersel.c
13533                 use GTK 2 Tree View
13534                 patch by Alfons, with root folder sorting fix
13535                 by Stephan Sachse
13536
13537 2004-12-30 [paul]       0.9.13cvs22.1
13538
13539         * ChangeLog
13540         * ChangeLog.claws
13541         * ChangeLog.jp
13542         * NEWS
13543         * configure.ac
13544         * src/account.c
13545                 sync with HEAD
13546
13547 2004-12-22 [martin]     0.9.13cvs21.2
13548
13549         * src/action.c
13550                 free the command line after its use
13551
13552 2004-12-18 [paul]       0.9.13cvs21.1
13553
13554         * AUTHORS
13555         * ChangeLog
13556         * ChangeLog.claws
13557         * ChangeLog.jp
13558         * NEWS
13559         * configure.ac
13560         * src/action.c
13561         * src/compose.c
13562         * src/syldap.c
13563                 sync with HEAD
13564
13565 2004-12-17 [martin]     0.9.13cvs17.2
13566
13567         * src/action.c
13568                 convert actions input to locale
13569         * src/inc.c
13570                 convert notification command to locale
13571         * src/plugins/pgpmime/select-keys.c
13572                 convert attributes to utf8
13573
13574 2004-12-14 [colin]      0.9.13cvs17.1
13575
13576         * ChangeLog
13577         * ChangeLog.jp
13578         * ChangeLog.claws
13579         * src/action.c
13580         * src/common/utils.c
13581         * src/gtk/prefswindow.c
13582         * src/gtk/gtkutils.c
13583         * src/gtk/gtkutils.h
13584         * src/plugins/spamassassin/libspamc.c
13585                 Sync with HEAD
13586
13587 2004-12-13 [colin]      0.9.13cvs14.1
13588
13589         * src/quote_fmt_parse.y
13590                 Sync with HEAD
13591
13592 2004-12-10 [colin]      0.9.13cvs12.1
13593
13594         * src/prefs_themes.c
13595         * src/mainwindow.c
13596         * src/messageview.c
13597                 Sync with HEAD
13598
13599 2004-12-09 [colin]      0.9.13cvs10.1
13600
13601         * src/procmime.c
13602                 Sync with HEAD (fix B64 encoding from memory)
13603
13604 2004-12-08 [colin]      0.9.13cvs9.1
13605
13606         * src/gtk/colorlabel.c
13607                 Sync with HEAD
13608
13609 2004-12-08 [paul]       0.9.13cvs8.2
13610
13611         * src/gtk/pluginwindow.c
13612                 fix window resizing oddities
13613
13614 2004-12-08 [colin]      0.9.13cvs8.1
13615
13616         * src/quote_fmt_parse.y
13617                 Sync with HEAD
13618
13619 2004-12-08 [colin]      0.9.13cvs7.1
13620
13621         * src/matcher_parser_parse.y
13622         * src/msgcache.c
13623         * src/prefs_matcher.c
13624         * src/procheader.c
13625         * src/matcher.c
13626         * src/common/defs.h
13627         * po/sr.po
13628                 Sync with HEAD
13629
13630 2004-12-08 [colin]      0.9.13cvs6.1
13631
13632         * src/quote_fmt_parse.y
13633         * src/textview.c
13634                 Sync with HEAD
13635         * src/gtk/prefswindow.c
13636         * src/gtk/pluginwindow.c
13637                 Fix G_CALLBACKS protos (thanks to Alfons)
13638
13639 2004-12-07 [torte]      0.9.13cvs2.2
13640
13641         * src/procmime.c
13642                 [Bug 650] reply button causes crash
13643                 Thanks to David Relson and Christoph
13644
13645 2004-12-07 [colin]      0.9.13cvs2.1
13646
13647         * ChangeLog.claws
13648         * AUTHORS
13649         * po/sk.po
13650         * src/procmime.c
13651         * src/prefs_account.c
13652         * src/common/smtp.c
13653         * src/common/smtp.h
13654                 Sync with HEAD
13655
13656 2004-12-06 [colin]      0.9.12cvs187.1
13657
13658         * ChangeLog.claws
13659         * INSTALL
13660         * Makefile.am
13661         * README.claws
13662         * TODO.claws
13663         * configure.ac
13664         * po/bg.po
13665         * po/cs.po
13666         * po/el.po
13667         * po/en_GB.po
13668         * po/es.po
13669         * po/fr.po
13670         * po/hr.po
13671         * po/hu.po
13672         * po/it.po
13673         * po/ja.po
13674         * po/ko.po
13675         * po/nl.po
13676         * po/pl.po
13677         * po/pt_BR.po
13678         * po/ru.po
13679         * po/sk.po
13680         * po/sr.po
13681         * po/sv.po
13682         * po/zh_CN.po
13683         * po/zh_TW.Big5.po
13684         * src/compose.c
13685         * tools/Makefile.am
13686         * tools/README
13687         * tools/filter_conv.pl
13688         * tools/kdeservicemenu/README
13689         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13690         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13691                 Sync with HEAD
13692
13693 2004-12-04 [colin]      0.9.12cvs183.1
13694
13695         * src/compose.c
13696                 Sync with HEAD (compose window position saving)
13697
13698 2004-12-04 [paul]       0.9.12cvs182.3
13699
13700         * src/messageview.c
13701         * src/mimeview.c
13702         * src/prefs_customheader.c
13703         * src/gtk/quicksearch.c
13704                 replace some forgotten GTK_SIGNAL_FUNCs
13705
13706 2004-12-04 [paul]       0.9.12cvs182.2
13707
13708         * src/Makefile.am
13709                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13710                 committed in error      
13711
13712 2004-12-04 [paul]       0.9.12cvs182.1
13713
13714         * ChangeLog
13715         * ChangeLog.claws
13716         * ChangeLog.jp
13717         * INSTALL
13718         * NEWS
13719         * README
13720         * README.jp
13721         * configure.ac
13722         * doc/manual/ja/Makefile.am
13723         * doc/manual/ja/sylpheed-1.html
13724         * doc/manual/ja/sylpheed-10.html
13725         * doc/manual/ja/sylpheed-11.html
13726         * doc/manual/ja/sylpheed-12.html
13727         * doc/manual/ja/sylpheed-13.html
13728         * doc/manual/ja/sylpheed-14.html
13729         * doc/manual/ja/sylpheed-15.html
13730         * doc/manual/ja/sylpheed-16.html
13731         * doc/manual/ja/sylpheed-17.html
13732         * doc/manual/ja/sylpheed-18.html
13733         * doc/manual/ja/sylpheed-19.html
13734         * doc/manual/ja/sylpheed-2.html
13735         * doc/manual/ja/sylpheed-20.html
13736         * doc/manual/ja/sylpheed-3.html
13737         * doc/manual/ja/sylpheed-4.html
13738         * doc/manual/ja/sylpheed-5.html
13739         * doc/manual/ja/sylpheed-6.html
13740         * doc/manual/ja/sylpheed-7.html
13741         * doc/manual/ja/sylpheed-8.html
13742         * doc/manual/ja/sylpheed-9.html
13743         * doc/manual/ja/sylpheed.html
13744         * doc/manual/ja/sylpheed.sgml
13745         * po/de.po
13746         * src/Makefile.am
13747         * src/compose.c
13748         * src/procmime.c
13749         * src/pixmaps/regular.xpm **REMOVED**
13750         * src/plugins/pgpmime/pgpmime.c
13751         * src/plugins/pgpmime/plugin.c
13752         * src/plugins/pgpmime/prefs_gpg.c
13753                 sync with HEAD
13754
13755 2004-12-03 [paul]       0.9.12cvs180.1
13756
13757         * ChangeLog
13758         * ChangeLog.claws
13759         * ChangeLog.jp
13760         * configure.ac
13761         * src/Makefile.am
13762         * src/pop.c
13763         * src/common/utils.c
13764         * src/common/utils.h
13765         * src/pixmaps/continue.xpm
13766         * src/pixmaps/dir_close.xpm
13767         * src/pixmaps/dir_open.xpm
13768         * src/pixmaps/drafts_close.xpm
13769         * src/pixmaps/drafts_open.xpm
13770         * src/pixmaps/folder.xpm **REMOVED**
13771         * src/pixmaps/group.xpm
13772         * src/pixmaps/unread.xpm
13773                 sync with HEAD
13774
13775 2004-12-02 [colin]      0.9.12cvs179.1
13776
13777         * src/compose.c
13778                 Sync with HEAD (non-duplicated reedition)
13779
13780 2004-12-02 [colin]      0.9.12cvs178.1
13781
13782         * src/compose.c
13783                 Sync with HEAD (linewrap_quote fix)
13784
13785 2004-12-01 [colin]      0.9.12cvs177.3
13786
13787         * src/addrharvest.c
13788                 Replace sizeof with strlen
13789
13790 2004-12-01 [paul]       0.9.12cvs177.2
13791
13792         * src/addrharvest.c
13793                 fix 'harvest addresses'
13794
13795 2004-11-30 [colin]      0.9.12cvs177.1
13796
13797         * src/gtk/prefswindow.c
13798         * src/gtk/pluginwindow.c
13799                 Sync with HEAD
13800
13801 2004-11-29 [colin]      0.9.12cvs176.1
13802
13803         * src/folderview.c
13804                 sync with HEAD (Fix disappearing separators in folderview's popup)
13805
13806 2004-11-29 [colin]      0.9.12cvs175.1
13807
13808         * src/procmime.c
13809                 Sync with head (another format fix)
13810
13811 2004-11-29 [colin]      0.9.12cvs174.1
13812
13813         * src/pop.c
13814                 Sync with HEAD (format string fix)
13815
13816 2004-11-26 [colin]      0.9.12cvs173.1
13817
13818         * src/common/smtp.c
13819         * src/common/smtp.h
13820                 Sync with HEAD
13821
13822 2004-11-24 [colin]      0.9.12cvs172.1
13823
13824         * src/plugins/pgpmime/pgpmime.c
13825                 Sync with HEAD
13826
13827 2004-11-24 [colin]      0.9.12cvs171.1
13828
13829         * src/plugins/pgpmime/pgpmime.c
13830                 Sync with head (gpgmectx leaks)
13831
13832 2004-11-24 [colin]      0.9.12cvs169.1
13833
13834         * src/plugins/pgpmime/plugin.c
13835         * src/plugins/trayicon/Makefile.am
13836         * src/plugins/trayicon/newmarkedmail.xpm
13837         * src/plugins/trayicon/trayicon.c
13838         * src/plugins/trayicon/unreadmarkedmail.xpm
13839                 Sync with HEAD
13840
13841 2004-11-23 [colin]      0.9.12cvs168.1
13842
13843         * src/partial_download.c
13844         * src/partial_download.h
13845         * src/plugins/pgpmime/plugin.c
13846                 Sync with HEAD
13847
13848 2004-11-23 [colin]      0.9.12cvs166.1
13849
13850         * src/Makefile.am
13851         * src/codeconv.c
13852         * src/compose.c
13853         * src/folderview.c
13854         * src/main.c
13855         * src/partial_download.c
13856         * src/partial_download.h
13857         * src/prefs_account.c
13858         * src/prefs_account.h
13859         * src/privacy.c
13860         * src/privacy.h
13861         * src/procmime.c
13862         * src/common/Makefile.am
13863         * src/common/base64.h
13864         * src/common/partial_download.c
13865         * src/common/partial_download.h
13866         * src/gtk/prefswindow.c
13867         * src/gtk/prefswindow.h
13868         * src/plugins/pgpmime/pgpmime.c
13869         * src/plugins/pgpmime/prefs_gpg.c
13870         * src/plugins/pgpmime/prefs_gpg.h
13871         * src/plugins/pgpmime/sgpgme.c
13872         * src/plugins/pgpmime/sgpgme.h
13873                 Sync with HEAD
13874
13875 2004-11-23 [colin]      0.9.12cvs163.1
13876
13877         * src/main.c
13878                 Sync with HEAD (cursor optimization)
13879
13880 2004-11-23 [colin]      0.9.12cvs162.1
13881
13882         * src/prefs_common.c
13883         * src/prefs_themes.c
13884         * src/procmsg.c
13885                 Sync with HEAD
13886
13887 2004-11-23 [colin]      0.9.12cvs158.9
13888
13889         * src/compose.c
13890                 Fix double-free when forwarding
13891         * src/msgcache.c
13892                 Fix leak on error path
13893                 
13894
13895 2004-11-23 [colin]      0.9.12cvs158.8
13896
13897         * src/compose.c
13898                 Fix possible double-free
13899                 Spotted by Alfons
13900
13901 2004-11-23 [colin]      0.9.12cvs158.7
13902
13903         * src/compose.c
13904                 Fix some signal handlers' prototypes
13905                 Spotted by Alfons
13906
13907 2004-11-22 [colin]      0.9.12cvs158.6
13908
13909         * src/compose.c
13910                 Remove unneeded code and duplicated
13911                 wrapping - patch by Alfons
13912
13913 2004-11-22 [colin]      0.9.12cvs158.5
13914
13915         * src/prefs_themes.c
13916                 Fix oversized selector
13917
13918 2004-11-22 [colin]      0.9.12cvs158.4
13919
13920         * src/compose.c
13921                 fix dump_text()
13922                 patch by Alfons
13923
13924 2004-11-19 [colin]      0.9.12cvs158.3
13925
13926         * src/textview.c
13927                 Add a context menu on links (open, copy)
13928
13929 2004-11-18 [paul]       0.9.12cvs158.2
13930
13931         * src/addrgather.c
13932         * src/exphtmldlg.c
13933         * src/expldifdlg.c
13934         * src/mimeview.c
13935         * src/prefs_common.c
13936         * src/plugins/image_viewer/viewer.c
13937         * src/plugins/spamassassin/spamassassin_gtk.c
13938                 replace deprecated gtk_notebook_set_page
13939                 and gtk_notebook_current_page
13940
13941 2004-11-18 [paul]       0.9.12cvs158.1
13942
13943         * configure.ac
13944         * src/compose.c
13945         * src/mainwindow.c
13946         * src/messageview.c
13947         * src/prefs_common.c
13948         * src/common/utils.c
13949         * src/common/utils.h
13950                 sync with HEAD
13951
13952 2004-11-17 [colin]      0.9.12cvs156.1
13953
13954         * src/prefs_account.c
13955         * src/prefs_account.h
13956         * src/procmsg.c
13957                 Sync with HEAD (add pref to store encrypted mails encrypted)
13958
13959 2004-11-17 [paul]       0.9.12cvs155.1
13960
13961         * ChangeLog
13962         * ChangeLog.claws
13963         * ChangeLog.jp
13964         * NEWS
13965         * configure.ac
13966         * src/compose.c
13967         * src/jpilot.c
13968         * src/privacy.c
13969         * src/procmime.c
13970         * src/procmime.h
13971         * src/procmsg.c
13972         * src/toolbar.c
13973         * src/pixmaps/error.xpm
13974                 sync with HEAD
13975
13976 2004-11-17 [colin]      0.9.12cvs151.1
13977
13978         * src/plugins/pgpmime/pgpmime.c
13979                 Sync with HEAD (remove debug printf)
13980
13981 2004-11-17 [colin]      0.9.12cvs150.1
13982
13983         * src/plugins/pgpmime/pgpmime.c
13984                 Sync with HEAD (off-by-one fix)
13985
13986 2004-11-17 [colin]      0.9.12cvs149.1
13987
13988         * src/procmsg.c
13989                 Sync with HEAD (coding style fixes)
13990
13991 2004-11-16 [colin]      0.9.12cvs148.1
13992
13993         * src/procmsg.c
13994                 Sync with head (Fix the fix)
13995
13996 2004-11-16 [colin]      0.9.12cvs147.1
13997
13998         * src/procmsg.c
13999                 Sync with Main (leak fix)
14000
14001 2004-11-16 [colin]      0.9.12cvs146.14
14002
14003         * src/compose.c
14004                 Remove useless chunk of code
14005                 Patch by Alfons
14006
14007 2004-11-15 [colin]      0.9.12cvs146.13
14008
14009         * src/compose.c
14010                 Fix drafting after insertion
14011                 Patch by Alfons
14012
14013 2004-11-15 [colin]      0.9.12cvs146.12
14014
14015         * src/compose.c
14016         * src/prefs_filtering.c
14017         * src/prefs_filtering_action.c
14018         * src/prefs_toolbar.c
14019                 Fix some const-correctness
14020
14021 2004-11-15 [colin]      0.9.12cvs146.11
14022
14023         * src/summaryview.c
14024         * src/prefs_themes.c
14025         * src/messageview.c
14026                 Fix some leaks
14027
14028 2004-11-15 [colin]      0.9.12cvs146.10
14029
14030         * src/codeconv.c
14031                 More unreadable locale fixes
14032
14033 2004-11-14 [colin]      0.9.12cvs146.9
14034
14035         * src/textview.c
14036                 Fix uri_security_check
14037                 Patch by Alfons
14038
14039 2004-11-13 [paul]       0.9.12cvs146.8
14040
14041         * src/folder.c
14042         * src/procmime.c
14043                 fix 2 bugs introduced in last commit
14044
14045 2004-11-13 [paul]       0.9.12cvs146.7
14046
14047         * src/compose.c
14048         * src/exporthtml.c
14049         * src/exportldif.c
14050         * src/folder.c
14051         * src/imap.c
14052         * src/imap_gtk.c
14053         * src/main.c
14054         * src/mainwindow.c
14055         * src/messageview.c
14056         * src/mh_gtk.c
14057         * src/prefs_themes.c
14058         * src/procmime.c
14059         * src/setup.c
14060         * src/summaryview.c
14061                 replace deprecated g_basename
14062
14063 2004-11-13 [paul]       0.9.12cvs146.6
14064
14065         * src/compose.c
14066         * src/imap.c
14067         * src/matcher_parser.h
14068         * src/matcher_parser_parse.y
14069         * src/prefs_filtering.c
14070         * src/prefs_filtering_action.c
14071         * src/prefs_themes.c
14072         * src/prefs_toolbar.c
14073         * src/common/utils.c
14074                 various small fixes/cleanups
14075
14076 2004-11-12 [colin]      0.9.12cvs146.5
14077
14078         * src/textview.c
14079                 Validate event's origin on visibility notify
14080                 Patch by Alfons.
14081
14082 2004-11-12 [paul]       0.9.12cvs146.4
14083
14084         * src/exporthtml.c
14085         * src/exportldif.c
14086         * src/imap.c
14087         * src/mh.c
14088         * src/mimeview.c
14089         * src/prefs_spelling.c
14090         * src/prefs_themes.c
14091                 replace deprecated g_dirname    
14092
14093 2004-11-12 [colin]      0.9.12cvs146.3
14094
14095         * src/textview.c
14096                 Some coding style fixes
14097
14098 2004-11-12 [colin]      0.9.12cvs146.2
14099
14100         * src/codeconv.c
14101                 We want to replace _all_ extended chars in
14102                 conv_unreadable_*, because any string containing
14103                 extended chars not parsing as UTF8 is 
14104                 undisplayed on gtk2.
14105
14106 2004-11-12 [paul]       0.9.12cvs146.1
14107
14108         * ChangeLog
14109         * ChangeLog.claws
14110         * ChangeLog.jp
14111         * NEWS
14112         * configure.ac
14113         * src/account.c
14114         * src/folderview.c
14115         * src/folderview.h
14116         * src/imap.c
14117         * src/imap_gtk.c
14118         * src/inc.c
14119         * src/mainwindow.c
14120         * src/mh_gtk.c
14121         * src/news_gtk.c
14122         * src/pop.c
14123         * src/prefs_account.c
14124         * src/prefs_account.h
14125         * src/prefs_ext_prog.c
14126         * src/procmime.c
14127         * src/procmime.h
14128         * src/procmsg.c
14129         * src/procmsg.h
14130         * src/summary_search.c
14131         * src/summaryview.c
14132         * src/textview.c
14133         * src/common/defs.h
14134         * src/common/utils.c
14135         * src/common/utils.h
14136         * src/gtk/menu.c
14137         * src/gtk/menu.h
14138                 sync with HEAD
14139
14140 2004-11-11 [colin]      0.9.12cvs144.2
14141
14142         * src/textview.c
14143                 Fix URI range selection (patch by Alfons)
14144
14145 2004-11-09 [colin]      0.9.12cvs144.1
14146
14147         * ChangeLog.claws
14148         * src/compose.c
14149         * src/folder.c
14150         * src/folder_item_prefs.c
14151         * src/prefs_account.c
14152         * src/prefs_account.h
14153         * src/plugins/pgpmime/pgpmime.c
14154                 Sync with HEAD
14155
14156 2004-11-08 [colin]      0.9.12cvs143.1
14157
14158         * src/summaryview.c
14159                 Sync with HEAD (optimize quicksearch)
14160
14161 2004-11-08 [colin]      0.9.12cvs142.2
14162
14163         * src/compose.c
14164                 Don't wrap when Edit/Auto wrapping is disabled
14165
14166 2004-11-08 [colin]      0.9.12cvs142.1
14167
14168         * src/textview.c
14169                 Sync with HEAD
14170
14171 2004-11-08 [colin]      0.9.12cvs141.1
14172
14173         * src/textview.c
14174                 Sync with HEAD (fix some mail URIs)
14175
14176 2004-11-08 [colin]      0.9.12cvs140.3
14177
14178         * src/textview.c
14179                 o Use text cursor instead of arrow when
14180                   not on a link
14181                 o Fix handling of contiguous links (as in
14182                   "colin@colino.net" <colin@colino.net>)
14183                   This one unveils a bug in get_email_part()
14184
14185 2004-11-07 [colin]      0.9.12cvs140.2
14186
14187         * src/textview.c
14188                 Fix memleak. Patch by Alfons.
14189
14190 2004-11-06 [colin]      0.9.12cvs140.1
14191
14192         * src/compose.c
14193                 Sync with HEAD (don't ask passphrase
14194                 when drafting)
14195
14196 2004-11-06 [paul]       0.9.12cvs139.2
14197
14198         * AUTHORS
14199         * src/textview.c
14200         * src/textview.h
14201                 textview URI handling. hovering over a 
14202                 link displays it in the status bar,
14203                 and changes the mouse pointer to a hand 
14204                 cursor. a link is activated with a single 
14205                 click. (Modified from the) patch by Jean-Yves 
14206                 Lefort <jylefort@users.sourceforge.net>
14207                 
14208
14209 2004-11-05 [colin]      0.9.12cvs139.1
14210
14211         * src/compose.c
14212         * src/procmime.c
14213                 Sync with HEAD again ^^
14214
14215 2004-11-05 [colin]      0.9.12cvs139.1
14216
14217         * src/compose.c
14218         * src/procmime.c
14219                 Sync with HEAD
14220
14221 2004-11-03 [paul]       0.9.12cvs138.1
14222
14223         * ChangeLog.claws
14224         * configure.ac
14225         * po/POTFILES.in
14226         * src/prefs_ext_prog.c
14227         * src/procmime.c
14228         * tools/kdeservicemenu/README
14229         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14230         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14231                 sync with HEAD
14232
14233 2004-11-01 [christoph]  0.9.12cvs136.2
14234
14235         * src/procmime.c
14236                 convert MIME parameters to UTF-8
14237
14238 2004-10-29 [colin]      0.9.12cvs136.1
14239
14240         * src/common/utils.c
14241                 Sync with HEAD (don't use '=' in mime boundary)
14242
14243 2004-10-29 [paul]       0.9.12cvs135.1
14244
14245         * configure.ac
14246         * doc/src/rfc2231.txt
14247         * src/procmime.c
14248         * src/common/quoted-printable.c
14249         * src/common/utils.c
14250         * src/common/utils.h
14251                 sync with HEAD
14252
14253 2004-10-27 [paul]       0.9.12cvs134.1
14254
14255         * configure.ac
14256         * src/main.c
14257         * src/procmime.c
14258         * src/plugins/pgpmime/pgpmime.c
14259                 sync with HEAD
14260
14261 2004-10-26 [paul]       0.9.12cvs132.3
14262
14263         * src/account.c
14264         * src/addressbook.c
14265         * src/addrgather.c
14266         * src/addrharvest.c
14267         * src/codeconv.c
14268         * src/compose.c
14269         * src/customheader.c
14270         * src/editaddress.c
14271         * src/editgroup.c
14272         * src/enriched.c
14273         * src/expldifdlg.c
14274         * src/exporthtml.c
14275         * src/exportldif.c
14276         * src/folder.c
14277         * src/foldersel.c
14278         * src/folderview.c
14279         * src/grouplistdialog.c
14280         * src/html.c
14281         * src/imap.c
14282         * src/jpilot.c
14283         * src/ldapserver.c
14284         * src/ldif.c
14285         * src/mimeview.c
14286         * src/news.c
14287         * src/news_gtk.c
14288         * src/pop.c
14289         * src/prefs_display_header.c
14290         * src/prefs_gtk.c
14291         * src/prefs_msg_colors.c
14292         * src/prefs_toolbar.c
14293         * src/procheader.c
14294         * src/procmime.c
14295         * src/summaryview.c
14296         * src/textview.c
14297         * src/toolbar.c
14298         * src/vcard.c
14299         * src/common/mgutils.c
14300         * src/common/nntp.c
14301         * src/common/smtp.c
14302         * src/common/template.c
14303         * src/common/utils.c
14304         * src/common/xmlprops.c
14305         * src/plugins/pgpmime/pgpmime.c
14306         * src/plugins/pgpmime/select-keys.c
14307         * src/plugins/pgpmime/sgpgme.c
14308                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14309                 g_string_sprintfa(), gtk_notebook_current_page()
14310
14311 2004-10-26 [colin]      0.9.12cvs132.2
14312
14313         * src/prefs_folder_item.c
14314                 Fix default-account selection
14315
14316 2004-10-21 [colin]      0.9.12cvs133
14317
14318         * src/compose.c
14319                 Sync with HEAD (Remove extra separator in compose's Options)
14320         * src/textview.c
14321                 Set wrapping to char
14322
14323 2004-10-21 [paul]       0.9.12cvs131.2
14324
14325         * src/compose.c
14326         * src/sourcewindow.c
14327                 fix wrapping
14328                 fix window shrinking 
14329
14330 2004-10-21 [colin]      0.9.12cvs131.1
14331
14332         * ChangeLog.claws
14333         * src/compose.c
14334                 Sync with HEAD
14335
14336 2004-10-21 [paul]       0.9.12cvs130.2
14337
14338         * src/prefs_folder_item.c
14339                 sync with HEAD (Apply to subfolders)
14340
14341 2004-10-19 [colin]      0.9.12cvs130.1
14342
14343         * ChangeLog.claws
14344         * src/compose.c
14345         * src/common/utils.c
14346         * src/gtk/menu.c
14347                 Sync with HEAD
14348
14349 2004-10-19 [colin]      0.9.12cvs128.1
14350
14351         * src/addrbook.c
14352         * src/addrcache.c
14353         * src/addressbook.c
14354         * src/codeconv.c
14355         * src/compose.c
14356         * src/customheader.c
14357         * src/editaddress.c
14358         * src/editgroup.c
14359         * src/exporthtml.c
14360         * src/folder.c
14361         * src/folderview.c
14362         * src/imap.c
14363         * src/jpilot.c
14364         * src/main.c
14365         * src/matcher_parser_parse.y
14366         * src/mbox.c
14367         * src/pop.c
14368         * src/prefs_account.c
14369         * src/prefs_gtk.c
14370         * src/prefs_msg_colors.c
14371         * src/procheader.c
14372         * src/procmime.c
14373         * src/procmime.h
14374         * src/procmsg.c
14375         * src/summaryview.c
14376         * src/textview.c
14377         * src/common/base64.c
14378         * src/common/partial_download.c
14379         * src/common/socket.c
14380         * src/common/sylpheed.c
14381         * src/common/utils.c
14382         * src/common/utils.h
14383         * src/gtk/pluginwindow.c
14384         * src/gtk/quicksearch.c
14385         * src/plugins/clamav/clamav_plugin.c
14386         * src/plugins/clamav/clamav_plugin.h
14387         * src/plugins/clamav/clamav_plugin_gtk.c
14388         * src/plugins/pgpmime/passphrase.c
14389         * src/plugins/pgpmime/pgpmime.c
14390         * src/plugins/pgpmime/plugin.c
14391         * src/plugins/pgpmime/prefs_gpg.c
14392         * src/plugins/pgpmime/prefs_gpg.h
14393         * src/plugins/pgpmime/select-keys.c
14394         * src/plugins/pgpmime/sgpgme.c
14395         * src/plugins/spamassassin/libspamc.c
14396         * src/plugins/spamassassin/spamassassin.c
14397         * src/plugins/spamassassin/spamassassin.h
14398         * src/plugins/spamassassin/spamassassin_gtk.c
14399         * src/plugins/trayicon/trayicon.c
14400         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14401                 Sync with HEAD
14402
14403 2004-10-14 [colin]      0.9.12cvs126.2
14404
14405         * src/codeconv.c
14406         * src/textview.c
14407                 Fix conv_unreadable_locale
14408
14409 2004-10-13 [colin]      0.9.12cvs126.1
14410
14411         * src/compose.c
14412                 Sync with HEAD (don't convert charset for 
14413                 drafted messages, minor cleanup)
14414
14415 2004-10-13 [colin]      0.9.12cvs125.1
14416
14417         * po/POTFILES.in
14418                 Sync with HEAD (POTFILES fix)
14419
14420 2004-10-12 [colin]      0.9.12cvs124.3
14421
14422         * src/compose.c
14423                 Fix encoding bug from latest sync
14424
14425 2004-10-12 [paul]       0.9.12cvs124.2
14426
14427         * src/plugins/pgpmime/prefs_gpg.c
14428         * src/plugins/pgpmime/prefs_gpg.h
14429                 forgotten in last commit        
14430
14431 2004-10-12 [paul]       0.9.12cvs124.1
14432
14433         * ChangeLog.claws
14434         * configure.ac
14435         * m4/spamassassin.m4
14436         * src/Makefile.am
14437         * src/account.c
14438         * src/compose.c
14439         * src/compose.h
14440         * src/crash.c
14441         * src/main.c
14442         * src/mimeview.c
14443         * src/passphrase.c
14444         * src/passphrase.h
14445         * src/prefs_account.c
14446         * src/prefs_account.h
14447         * src/prefs_common.c
14448         * src/privacy.c
14449         * src/privacy.h
14450         * src/procmime.c
14451         * src/procmime.h
14452         * src/procmsg.c
14453         * src/rfc2015.c
14454         * src/rfc2015.h
14455         * src/select-keys.c
14456         * src/select-keys.h
14457         * src/textview.c
14458         * src/common/utils.c
14459         * src/common/utils.h
14460         * src/gtk/about.c
14461         * src/plugins/pgpmime/Makefile.am
14462         * src/plugins/pgpmime/passphrase.c
14463         * src/plugins/pgpmime/passphrase.h
14464         * src/plugins/pgpmime/pgpmime.c
14465         * src/plugins/pgpmime/plugin.c
14466         * src/plugins/pgpmime/select-keys.c
14467         * src/plugins/pgpmime/select-keys.h
14468         * src/plugins/pgpmime/sgpgme.c
14469         * src/plugins/pgpmime/sgpgme.h
14470                 sync with HEAD
14471
14472 2004-10-04 [colin]      0.9.12cvs122.1
14473
14474         * src/mainwindow.c
14475         * src/messageview.c
14476         * src/messageview.h
14477         * src/textview.c
14478                 Sync with HEAD
14479
14480 2004-10-04 [colin]      0.9.12cvs121.1
14481
14482         * src/summaryview.c
14483                 Sync with HEAD
14484
14485 2004-10-04 [paul]       0.9.12cvs120.1
14486
14487         * configure.ac
14488                 sync with HEAD [don't try to build 
14489                 pgpmime plugin when gpgme is disabled]
14490
14491 2004-10-03 [colin]      0.9.12cvs119.3
14492
14493         * src/gtk/gtksctree.c
14494                 Lots of side effects. Put back as before 117.2.
14495         * src/summaryview.c
14496                 Fix bug #602
14497
14498 2004-10-03 [colin]      0.9.12cvs119.2
14499
14500         * src/gtk/gtksctree.c
14501                 Revert 608 fix that doesn't work that good
14502
14503 2004-10-02 [colin]      0.9.12cvs119.1
14504
14505         * src/mainwindow.c
14506         * src/messageview.c
14507         * src/prefs_common.h
14508         * src/procmime.c
14509         * src/procmime.h
14510         * src/textview.c
14511                 Sync with HEAD
14512         * src/gtk/gtksctree.c
14513                 Close bug #608
14514
14515 2004-10-01 [colin]      0.9.12cvs118.1
14516
14517         * src/mimeview.c
14518                 Sync with HEAD (better Save All fix)
14519
14520 2004-10-01 [colin]      0.9.12cvs117.2
14521
14522         * src/gtk/gtksctree.c
14523                 Faster on selection
14524
14525 2004-10-01 [colin]      0.9.12cvs117.1
14526
14527         * src/mimeview.c
14528                 Sync with HEAD (Save All: only attachments)
14529
14530 2004-10-01 [paul]       0.9.12cvs116.1
14531
14532         * ChangeLog.claws
14533         * configure.ac
14534         * src/account.c
14535         * src/prefs_common.c
14536         * src/gtk/colorlabel.c
14537                 sync with HEAD
14538
14539 2004-09-30 [colin]      0.9.12cvs115.1
14540
14541         * src/stock_pixmap.c
14542         * src/stock_pixmap.h
14543         * src/folderview.c
14544         * src/Makefile.am
14545         * src/pixmaps/read.xpm
14546                 Sync with HEAD (new pixmap)
14547
14548 2004-09-29 [colin]      0.9.12cvs114.1
14549
14550         * src/compose.c
14551                 Sync with HEAD
14552                 Fix focus handling in headers
14553
14554 2004-09-29 [paul]       0.9.12cvs113.1
14555
14556         * src/quote_fmt_parse.y
14557                 sync with HEAD
14558  
14559
14560 2004-09-28 [colin]      0.9.12cvs112.1
14561
14562         * src/folderview.c
14563         * src/mainwindow.c
14564                 Sync with HEAD
14565
14566 2004-09-28 [colin]      0.9.12cvs110.1
14567
14568         * src/folderview.c
14569                 Sync with HEAD (Contextual Empty trash menu)
14570
14571 2004-09-28 [colin]      0.9.12cvs108.1
14572
14573         * src/addressbook.c
14574                 Sync with HEAD (addressbook edit on double-click)
14575
14576 2004-09-28 [colin]      0.9.12cvs106.1
14577
14578         * src/inc.c
14579                 Sync with HEAD (folder_item freeze on inc)
14580
14581 2004-09-27 [colin]      0.9.12cvs105.1
14582
14583         * src/folderview.c
14584                 Sync with HEAD (right-align new and unread column)
14585
14586 2004-09-27 [colin]      0.9.12cvs104.1
14587
14588         * src/main.c
14589                 Sync with HEAD (revert 0.9.12cvs101)
14590
14591 2004-09-24 [colin]      0.9.12cvs103.2
14592
14593         * src/wizard.c
14594                 Fix gtk warnings and use domain part of the email address 
14595                 when domain detection fails (no dot in domain name)
14596
14597 2004-09-23 [colin]      0.9.12cvs103.1
14598
14599         * src/plugins/spamassassin/libspamc.c
14600         * src/plugins/spamassassin/libspamc.h
14601         * src/plugins/spamassassin/utils.c
14602         * src/plugins/spamassassin/utils.h
14603                 Sync with HEAD (Update spamassassin to 3.0)
14604
14605 2004-09-21 [colin]      0.9.12cvs102.3
14606
14607         * src/action.c
14608                 Add horizontal scrollbar in action io dialog as needed
14609                 Patch by Alfons.
14610
14611 2004-09-20 [colin]      0.9.12cvs102.2
14612
14613         * src/plugins/image_viewer/viewer.c
14614                 Remove imlib stuff
14615                 use gtk_pixmap_set when clearing
14616                 (would be better to use gtkImages, but causes size-allocate 
14617                 signals storm)
14618
14619 2004-09-17 [paul]       0.9.12cvs102.1
14620
14621         * ChangeLog
14622         * ChangeLog.claws
14623         * ChangeLog.jp
14624         * configure.ac
14625         * src/inc.c
14626                 sync with HEAD
14627
14628
14629 2004-09-17 [colin]      0.9.12cvs101.1
14630
14631         * ChangeLog.claws
14632         * src/main.c
14633                 Sync with HEAD (fix segs at exit)
14634
14635 2004-09-14 [colin]      0.9.12cvs99.5
14636
14637         * src/common/socket.c
14638         * AUTHORS
14639                 Fix send error on 64bit platforms
14640                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14641
14642 2004-09-14 [colin]      0.9.12cvs99.4
14643
14644         * src/action.c
14645                 Fix action output with utf8 
14646                 Patch by Alfons.
14647
14648 2004-09-14 [colin]      0.9.12cvs99.3
14649
14650         * ChangeLog.claws
14651         * src/folder.c
14652                 Sync with HEAD
14653
14654 2004-09-09 [colin]      0.9.12cvs99.2
14655
14656         * src/action.c
14657                 Fix progress bar (displaying "Completed %v/%u")
14658                 Patch by Alfons.
14659
14660 2004-09-08 [colin]      0.9.12cvs99.1
14661
14662         * src/account.c
14663         * src/folder.c
14664         * src/procmsg.c
14665         * src/procmsg.h
14666         * src/plugins/pgpmime/pgpmime.c
14667                 Sync with HEAD
14668
14669 2004-09-08 [colin]      0.9.12cvs97.2
14670
14671         * src/summaryview.c
14672                 Don't select mails in collapsed threads 
14673                 when navigating with up/down
14674
14675 2004-09-07 [colin]      0.9.12cvs97.1
14676
14677         * src/inc.c
14678                 Sync with HEAD (meaningful error messages)
14679
14680 2004-09-06 [colin]      0.9.12cvs96.1
14681
14682         * src/toolbar.c
14683                 Sync with HEAD (fix Redirect graying out)
14684
14685 2004-09-06 [colin]      0.9.12cvs95.1
14686
14687         * src/summaryview.c
14688         * src/mimeview.c
14689                 Sync with HEAD (fix dropped URIs)
14690
14691 2004-09-06 [colin]      0.9.12cvs94.1
14692
14693         * src/addressbook.c
14694         * src/addressitem.h
14695         * src/addritem.c
14696         * src/addritem.h
14697                 Sync with HEAD (addressbook DnD)
14698
14699 2004-09-03 [colin]      0.9.12cvs93.1
14700
14701         * src/summaryview.c
14702                 Sync with HEAD (next/prev unread)
14703
14704 2004-09-03 [colin]      0.9.12cvs92.1
14705
14706         * src/prefs_common.c
14707         * src/prefs_common.h
14708         * src/summaryview.c
14709                 Sync with HEAD ('mark_as_read_delay' pref)
14710
14711 2004-09-02 [colin]      0.9.12cvs91.2
14712
14713         * src/common/xml.c
14714                 Fix leak
14715
14716 2004-09-02 [colin]      0.9.12cvs91.1
14717
14718         * src/gtk/menu.c
14719                 Sync with HEAD (menu accel don't work, but whatever)
14720
14721 2004-09-02 [colin]      0.9.12cvs90.1
14722
14723         * src/account.c
14724                 Sync with HEAD (fix bug 582)
14725
14726 2004-09-02 [colin]      0.9.12cvs89.1
14727
14728         * src/addrindex.c
14729                 Sync with HEAD (free deleted queries)
14730
14731 2004-09-02 [colin]      0.9.12cvs88.1
14732
14733         * src/ldapquery.c
14734                 Sync with HEAD (fix LDAP freezes)
14735
14736 2004-09-02 [colin]      0.9.12cvs87.1
14737
14738         * src/prefs_spelling.c
14739                 Sync with HEAD (add default dictionary)
14740
14741 2004-09-01 [colin]      0.9.12cvs86.1
14742
14743         * src/filtering.c
14744         * src/folderview.c
14745         * src/imap.c
14746         * src/prefs_matcher.c
14747         * src/stock_pixmap.c
14748         * src/summary_search.c
14749         * src/summaryview.c
14750         * src/wizard.c
14751         * src/wizard.h
14752                 Sync with HEAD (uninitialized vars fixes)
14753                 + gtk2 specific warning fixes
14754
14755 2004-08-31 [colin]      0.9.12cvs85.1
14756
14757         * src/folder.c
14758                 Sync with HEAD (Fix memory corruption due to 
14759                 uninitialized var)
14760
14761 2004-08-31 [colin]      0.9.12cvs84.4
14762
14763         * src/summary_search.c
14764                 Fix segfaults when searching in folders with broken headers
14765
14766 2004-08-31 [colin]      0.9.12cvs84.3
14767
14768         * src/compose.c
14769         * src/textview.c
14770                 Fix some more encoding/decoding issues
14771
14772 2004-08-30 [colin]      0.9.12cvs84.2
14773
14774         * src/mimeview.c
14775         * src/prefs_themes.c
14776         * src/gtk/filesel.c
14777         * src/gtk/filesel.h
14778                 Add a folder-mode selection (fixes mimeview's "Save all")
14779
14780 2004-08-29 [colin]      0.9.12cvs84.1
14781
14782         * src/mimeview.c
14783                 Sync with HEAD (don't escape saved filenames)
14784
14785 2004-08-27 [colin]      0.9.12cvs83.1
14786
14787         * ChangeLog
14788         * ChangeLog.claws
14789         * ChangeLog.jp
14790         * src/mh.c
14791         * src/procheader.c
14792         * src/procmsg.c
14793         * src/procmsg.h
14794         * src/common/utils.c
14795         * src/gtk/menu.h
14796         * po/
14797                 Sync with HEAD 0.9.12cvs83 (sync with main)
14798
14799 2004-08-26 [colin]      0.9.12cvs82.4
14800
14801         * src/codeconv.c
14802                 Fix strange stack corruption
14803                 Convert to utf8 after unmime, not before
14804
14805 2004-08-26 [colin]      0.9.12cvs82.3
14806
14807         * src/main.c
14808         * src/wizard.c
14809                 Fix account folders duplication
14810
14811 2004-08-25 [colin]      0.9.12cvs82.2
14812
14813         * src/wizard.c
14814                 Remove ports
14815                 Add SSL selection
14816                 Use login@server as account name
14817
14818 2004-08-25 [colin]      0.9.12cvs82.1
14819
14820         * src/plugins/pgpmime/pgpmime.c
14821                 Sync with HEAD (leak fix).
14822
14823 2004-08-25 [colin]      0.9.12cvs81.1
14824
14825         * src/plugins/pgpmime/pgpmime.c
14826         * src/plugins/pgpmime/sgpgme.c
14827         * src/plugins/pgpmime/sgpgme.h
14828                 Sync with HEAD (Handle combined messages).
14829
14830 2004-08-24 [colin]      0.9.12cvs80.3
14831
14832         * src/wizard.c
14833                 Fix full name, ports, and imap
14834
14835 2004-08-24 [colin]      0.9.12cvs80.2
14836
14837         * src/Makefile.am
14838         * src/main.c
14839         * src/setup.c
14840         * src/setup.h
14841         * src/stock_pixmap.c
14842         * src/stock_pixmap.h
14843         * src/wizard.c ** ADDED **
14844         * src/wizard.h ** ADDED ** 
14845         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14846                 Add a setup wizard 
14847
14848 2004-08-24 [colin]      0.9.12cvs80.1
14849
14850         * src/folder.c
14851                 Sync with HEAD (set mimeflags on all messages)
14852
14853 2004-08-24 [colin]      0.9.12cvs79.3
14854
14855         * src/matcher_parser_lex.l
14856                 Fix 8bits strings not in utf8
14857
14858 2004-08-24 [colin]      0.9.12cvs79.2
14859
14860         * src/compose.c
14861                 Check conversion result before replacing buffer
14862
14863 2004-08-23 [colin]      0.9.12cvs79.1
14864
14865         * src/compose.c
14866                 Sync with HEAD (create message header in memory)
14867
14868 2004-08-23 [colin]      0.9.12cvs78.1
14869
14870         * src/rfc2015.c
14871         * src/rfc2015.h
14872                 Sync with HEAD (fix bug 197 again)
14873
14874 2004-08-23 [colin]      0.9.12cvs77.3
14875
14876         * src/compose.c
14877                 Fix again inline gpg signing (which outputs utf8
14878                 in gtk2). Not syncing this fix to HEAD as this 
14879                 code is meant to die.
14880
14881 2004-08-23 [colin]      0.9.12cvs77.2
14882
14883         * src/prefs_account.h
14884                 Remove useless include
14885
14886 2004-08-23 [colin]      0.9.12cvs77.1
14887
14888         * src/imap.c
14889         * po/es.po
14890         * po/fr.po
14891         * po/it.po
14892         * po/pl.po
14893         * po/pt_BR.po
14894         * po/sk.po
14895         * po/sr.po
14896                 Sync with HEAD (fix bug 577)
14897
14898 2004-08-22 [colin]      0.9.12cvs76.1
14899
14900         * src/plugins/trayicon/trayicon.c
14901                 Sync with HEAD (fix formatting bug)
14902
14903 2004-08-21 [colin]      0.9.12cvs74.2
14904
14905         * src/gtk/colorsel.c
14906                 Fix bug 564 (Folder color selection window exits on any
14907                 keypress)
14908
14909 2004-08-21 [colin]      0.9.12cvs74.1
14910
14911         * ChangeLog.claws
14912         * src/compose.c
14913         * src/summaryview.c
14914         * src/toolbar.c
14915                 Sync with HEAD (fix bug 576)
14916
14917 2004-08-21 [colin]      0.9.12cvs70.1
14918
14919         * src/compose.c
14920         * src/mainwindow.c
14921                 Sync with HEAD
14922                 
14923
14924 2004-08-21 [paul]       0.9.12cvs66.4
14925
14926         * src/mainwindow.c
14927         * src/messageview.c
14928         * src/gtk/menu.c
14929         * src/plugins/spamassassin/spamassassin_gtk.c
14930                 remove some deprecated gtk1 functions
14931
14932
14933 2004-08-21 [colin]      0.9.12cvs66.3
14934
14935         * src/compose.c
14936         * src/codeconv.c
14937                 Fix warnings
14938                 Remove encoding hacks
14939                 Fix bug 575 (Strange character messes up message)
14940                 Don't display conversion error when drafting
14941
14942 2004-08-21 [paul]       0.9.12cvs66.2
14943
14944         * src/prefs_account.c
14945                 fix GnuPG mode bugs
14946
14947
14948 2004-08-20 [colin]      0.9.12cvs66.1
14949
14950         * src/codeconv.c
14951                 Sync with HEAD 0.9.12cvs66
14952
14953 2004-08-20 [paul]
14954
14955         * src/plugins/pgpmime/plugin.c
14956                 modify PGP/MIME plugin's description
14957
14958 2004-08-17 [colin]      0.9.12cvs65.1
14959
14960         * src/common/ssl.c
14961         * src/plugins/pgpmime/plugin.c
14962                 Sync with HEAD
14963
14964 2004-08-14 [colin]      0.9.12cvs60.3
14965
14966         * src/plugins/trayicon/trayicon.c
14967                 Put back resize callback, on size-request signal
14968                 rather than size-allocate to avoid infinite 
14969                 callback loop
14970
14971 2004-08-13 [colin]      0.9.12cvs60.2
14972
14973         * src/common/defs.h
14974                 Cache versions have been fixed
14975
14976 2004-08-13 [colin]      0.9.12cvs60.1
14977
14978         * src/folderutils.c
14979                 Sync with HEAD
14980
14981 2004-08-12 [colin]      0.9.12cvs59.1
14982
14983         * src/plugins/trayicon/trayicon.c
14984                 Sync with HEAD
14985
14986 2004-08-12 [colin]      0.9.12cvs57.5
14987
14988         * sylpheed.desktop
14989         * configure.ac
14990         * src/Makefile.am
14991         * src/main.c
14992                 Add support for Freedesktop.org's startup notification
14993
14994 2004-08-11 [colin]      0.9.12cvs57.4
14995
14996         * src/textview.c
14997                 Fix off-by-one
14998
14999 2004-08-11 [colin]      0.9.12cvs57.3
15000
15001         * src/message_search.c
15002         * src/summary_search.c
15003                 Make searches case insensitive by default
15004         * src/textview.c
15005                 Fix case-insensitive search in message
15006
15007 2004-08-11 [colin]      0.9.12cvs57.2
15008
15009         * src/summary_search.c
15010                 Let case-sensitive be specified
15011
15012 2004-08-10 [colin]      0.9.12cvs55.4
15013
15014         * src/common/socket.c
15015                 Fix the possible race condition
15016
15017 2004-08-09 [paul]       0.9.12cvs55.3
15018
15019         * configure.ac
15020         * src/Makefile.am
15021         * src/common/Makefile.am
15022                 sync with HEAD
15023
15024
15025 2004-08-09 [paul]       0.9.12cvs55.2
15026
15027         * autogen.sh
15028         * po/poconv.sh
15029                 remove unneeded script
15030
15031         * configure.ac
15032                 add forgotten USE_LDAP_TLS (sync with HEAD)
15033
15034
15035 2004-08-09 [colin]      0.9.12cvs55.1
15036
15037         * src/main.c
15038         * src/common/ssl.c
15039         * src/common/sylpheed.c
15040         * src/common/sylpheed.h
15041                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15042
15043 2004-08-09 [paul]       0.9.12cvs54.1
15044
15045         * ChangeLog
15046         * ChangeLog.claws
15047         * ChangeLog.jp
15048         * configure.ac
15049         * po/POTFILES.in
15050         * src/Makefile.am
15051         * src/folderutils.c
15052         * src/main.c
15053         * src/pgpmime.c
15054         * src/pgpmime.h
15055         * src/sgpgme.c
15056         * src/sgpgme.h
15057         * src/plugins/Makefile.am
15058         * src/plugins/pgpmime/.cvsignore
15059         * src/plugins/pgpmime/Makefile.am
15060         * src/plugins/pgpmime/pgpmime.c
15061         * src/plugins/pgpmime/pgpmime.h
15062         * src/plugins/pgpmime/plugin.c
15063         * src/plugins/pgpmime/sgpgme.c
15064         * src/plugins/pgpmime/sgpgme.h
15065                 sync with HEAD
15066
15067 2004-08-08 [paul]       0.9.12cvs51.1
15068
15069         * configure.ac
15070         * src/folder.c
15071                 sync with HEAD
15072
15073 2004-08-07 [colin]      0.9.12cvs50.1
15074
15075         * src/pop.c
15076         * src/common/partial_download.c
15077                 fix warnings (sync from HEAD)
15078
15079 2004-08-07 [colin]      0.9.12cvs48.1
15080
15081         * src/prefs_folder_item.c
15082                 sync with HEAD 0.9.12cvs48
15083
15084 2004-08-06 [colin]      0.9.12cvs47.1
15085
15086         * src/compose.c
15087                 Sync with HEAD
15088
15089 2004-08-06 [christoph]  0.9.12cvs46.2
15090
15091         * src/main.c
15092         * src/plugins/clamav/clamav_plugin_gtk.c
15093         * src/plugins/dillo_viewer/dillo_viewer.c
15094         * src/plugins/image_viewer/plugin.c
15095         * src/plugins/mathml_viewer/mathml_viewer.c
15096         * src/plugins/spamassassin/spamassassin_gtk.c
15097         * src/plugins/trayicon/trayicon.c
15098                 don't mix GTK1.2 plugin with GTK2 plugins
15099
15100 2004-08-06 [colin]      0.9.12cvs46.1
15101
15102         * ChangeLog
15103         * ChangeLog.claws
15104         * ChangeLog.jp
15105         * configure.ac
15106         * sylpheed-claws.pc.in
15107         * src/folder.c
15108         * src/imap.c
15109         * src/localfolder.c
15110         * src/messageview.c
15111         * src/mimeview.c
15112         * src/mimeview.h
15113         * src/msgcache.c
15114         * src/news.c
15115         * src/prefs_ext_prog.c
15116         * src/prefs_folder_item.c
15117         * src/prefs_fonts.c
15118         * src/prefs_msg_colors.c
15119         * src/prefs_spelling.c
15120         * src/prefs_themes.c
15121         * src/prefs_toolbar.c
15122         * src/prefs_wrapping.c
15123         * src/procmime.h
15124         * src/common/defs.h
15125         * src/common/nntp.c
15126         * src/common/session.c
15127         * src/common/session.h
15128         * src/common/socket.c
15129         * src/common/utils.h
15130         * src/common/xml.c
15131         * src/common/xml.h
15132         * src/gtk/prefswindow.c
15133         * src/gtk/prefswindow.h
15134         * src/plugins/clamav/clamav_plugin_gtk.c
15135         * src/plugins/dillo_viewer/dillo_prefs.c
15136         * src/plugins/image_viewer/viewerprefs.c
15137         * src/plugins/spamassassin/spamassassin_gtk.c
15138         * m4/openssl.m4 *** REMOVED ***
15139                 Sync with HEAD 0.9.12cvs46
15140
15141 2004-08-03 [paul]       0.9.12cvs40.2
15142
15143         * src/action.c
15144         * src/addressadd.c
15145         * src/addressbook.c
15146         * src/addrgather.c
15147         * src/browseldap.c
15148         * src/compose.c
15149         * src/crash.c
15150         * src/editaddress.c
15151         * src/editgroup.c
15152         * src/editldap_basedn.c
15153         * src/foldersel.c
15154         * src/importldif.c
15155         * src/mimeview.c
15156         * src/prefs_common.c
15157         * src/prefs_template.c
15158         * src/sourcewindow.c
15159         * src/summaryview.c
15160         * src/gtk/about.c
15161         * src/gtk/foldersort.c
15162         * src/gtk/logwindow.c
15163         * src/gtk/pluginwindow.c
15164         * src/gtk/prefswindow.c
15165                 change all gtk_scrolled_window_set_policy from 
15166                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15167
15168 2004-08-02 [paul]       0.9.12cvs40.1
15169
15170         * AUTHORS
15171                 update translation team section
15172         * po/pt_BR.po
15173                 updated by Frederico Goncalves Guimaraes
15174                 <fggdebian@yahoo.com.br>
15175
15176 2004-07-31 [colin]      0.9.12cvs39.9
15177
15178         * src/exphtmldlg.c
15179                 Fix compilation
15180
15181 2004-07-31 [colin]      0.9.12cvs39.8
15182
15183         * src/exphtmldlg.c
15184                 Fix an alertpanel type
15185
15186 2004-07-30 [colin]      0.9.12cvs39.7
15187
15188         * src/alertpanel.c
15189                 Fix alertpanel_error_log's icon
15190
15191 2004-07-30 [colin]      0.9.12cvs39.6
15192
15193         * src/pop.c
15194                 Two of them should still be warnings
15195
15196 2004-07-30 [colin]      0.9.12cvs39.5
15197
15198         * src/pop.c
15199                 More warning -> error
15200 2004-07-29 [colin]      0.9.12cvs39.4
15201
15202         * src/pop.c
15203                 Warning -> error
15204
15205 2004-07-29 [colin]      0.9.12cvs39.3
15206
15207         * src/prefs_matcher.c
15208                 Fix segfault
15209
15210 2004-07-29 [colin]      0.9.12cvs39.2
15211
15212         * src/alertpanel.c
15213                 More nice-looking alertpanels
15214
15215 2004-07-29 [colin]      0.9.12cvs39.1
15216
15217         * src/messageview.c
15218                 sync with head
15219                 (inform user when partial mail is deleted on server)
15220
15221 2004-07-29 [colin]      0.9.12cvs38.1
15222
15223         * src/messageview.c
15224                 sync with head
15225
15226 2004-07-28 [paul]       0.9.12cvs37.7
15227
15228         * src/mainwindow.c
15229                 complete the replacement of deprecated gtk_progress_*
15230
15231 2004-07-28 [paul]       0.9.12cvs37.6
15232
15233         * src/action.c
15234         * src/inc.c
15235         * src/mainwindow.c
15236         * src/send_message.c
15237         * src/gtk/progressdialog.c
15238         * src/gtk/progressdialog.h
15239                 replace deprecated gtk_progress_*
15240
15241 2004-07-28 [paul]       0.9.12cvs37.5
15242
15243         * src/gtk/filesel.c
15244                 remove gtk_window_set_wmclass()
15245 2004-07-28 [paul]       0.9.12cvs37.4
15246
15247         * src/addressbook.c
15248         * src/compose.c
15249         * src/foldersel.c
15250         * src/mainwindow.c
15251         * src/messageview.c
15252         * src/sourcewindow.c
15253         * src/gtk/logwindow.c
15254                 remove gtk_window_set_wmclass()
15255                 
15256         * src/prefs_filtering.c
15257         * src/prefs_filtering_action.c
15258         * src/prefs_fonts.c
15259         * src/prefs_gtk.c
15260         * src/prefs_matcher.c
15261         * src/ssl_manager.c
15262         * src/gtk/prefswindow.c
15263                 replace gtk_window_position()
15264
15265 2004-07-28 [colin]      0.9.12cvs37.3
15266
15267         * src/alertpanel.c
15268         * src/alertpanel.h
15269                 Add a way to specify panel type for specific
15270                 panels (alertpanel())
15271         * src/account.c
15272         * src/addressbook.c
15273         * src/compose.c
15274         * src/expldifdlg.c
15275         * src/main.c
15276         * src/messageview.c
15277         * src/summaryview.c
15278         * src/textview.c
15279         * src/gtk/sslcertwindow.c
15280                 Fix alertpanel()s so that their icon match
15281                 their real type
15282
15283 2004-07-28 [paul]       0.9.12cvs37.2
15284
15285         * src/addr_compl.c
15286         * src/addressbook.c
15287         * src/alertpanel.c
15288         * src/compose.c
15289         * src/export.c
15290         * src/foldersel.c
15291         * src/folderview.c
15292         * src/grouplistdialog.c
15293         * src/import.c
15294         * src/mainwindow.c
15295         * src/message_search.c
15296         * src/messageview.c
15297         * src/passphrase.c
15298         * src/prefs_actions.c
15299         * src/prefs_common.c
15300         * src/prefs_customheader.c
15301         * src/prefs_display_header.c
15302         * src/prefs_filtering.c
15303         * src/prefs_filtering_action.c
15304         * src/prefs_gtk.c
15305         * src/prefs_matcher.c
15306         * src/prefs_msg_colors.c
15307         * src/prefs_summary_column.c
15308         * src/prefs_template.c
15309         * src/sourcewindow.c
15310         * src/ssl_manager.c
15311         * src/summary_search.c
15312         * src/gtk/colorsel.c
15313         * src/gtk/description_window.c
15314         * src/gtk/gtkaspell.c
15315         * src/gtk/inputdialog.c
15316         * src/gtk/logwindow.c
15317         * src/gtk/prefswindow.c
15318         * src/gtk/progressdialog.c
15319                 replace deprecated gtk_window_set_policy
15320
15321 2004-07-27 [colin]      0.9.12cvs37.1
15322
15323         * src/msgcache.c
15324                 More fixes (synced for head again)
15325
15326 2004-07-27 [colin]      0.9.12cvs35.3
15327
15328         * src/msgcache.c
15329                 Fix wrong test
15330
15331 2004-07-27 [colin]      0.9.12cvs35.2
15332
15333         * src/mimeview.c
15334                 Fix width a bit (by Paul)
15335         * src/alertpanel.c
15336         * src/alertpanel.h
15337                 Specialize icons, make alertpanel_message()
15338                 private
15339         * src/message_search.c
15340         * src/sgpgme.c
15341         * src/summary_search.c
15342                 Suit alertpanel changes
15343
15344 2004-07-27 [colin]      0.9.12cvs35.1
15345
15346         * src/alertpanel.c
15347                 Add an icon
15348         * src/passphrase.c
15349                 Add debug output - maybe someone will
15350                 want to look at the problem with Grab
15351                 Input :)
15352         Bump version as we're synced with HEAD
15353
15354 2004-07-26 [colin]      0.9.12cvs33.26
15355
15356         * src/pop.c
15357                 Fix uidl-file parsing when not in new
15358                 format
15359
15360 2004-07-26 [colin]      0.9.12cvs33.25
15361
15362         * src/gtk/menu.c
15363                 Move popup menu up if necessary (fixes 
15364                 account selector)
15365         * src/mainwindow.c
15366                 Set account selector's button height to
15367                 minimum
15368
15369 2004-07-26 [colin]      0.9.12cvs33.24
15370
15371         * src/alertpanel.c
15372                 Maybe fix 551 (Truncated font in alert window)
15373
15374 2004-07-26 [colin]      0.9.12cvs33.23
15375
15376         * po/de.po
15377         * po/es.po
15378         * po/fr.po
15379         * po/it.po
15380         * po/ja.po
15381         * po/pl.po
15382         * po/ru.po
15383         * po/sk.po
15384         * po/sr.po
15385         * po/zh_CN.po
15386                 Sync po files with HEAD
15387
15388 2004-07-26 [paul]       0.9.12cvs33.22
15389
15390         * src/compose.c
15391                 fix Bug 556 'Organisation-header is sent even if empty'
15392
15393 2004-07-24 [colin]      0.9.12cvs33.21
15394
15395         * src/compose.c
15396         * src/gtk/gtkaspell.c
15397         * src/gtk/gtkaspell.h
15398                 Fix speller accelerators (require hack)
15399
15400 2004-07-24 [colin]      0.9.12cvs33.20
15401
15402         * src/gtk/gtkaspell.c
15403                 Fix over-eager code deletion breaking
15404                 Check while typing
15405
15406 2004-07-24 [colin]      0.9.12cvs33.19
15407
15408         * src/browseldap.c
15409         * src/ldapctrl.c
15410         * src/ldapctrl.h
15411         * src/ldapserver.h
15412                 Sync ldap with HEAD
15413         (Fixes 546 LDAP completely broken)
15414
15415 2004-07-24 [colin]      0.9.12cvs33.18
15416
15417         * src/prefs_msg_colors.c
15418                 Fix prototype mismatch
15419         (Fixes 547 void function cannot return value)
15420
15421 2004-07-24 [colin]      0.9.12cvs33.17
15422
15423         * src/mainwindow.c
15424                 Fix sort going back to previous sort key
15425                 when changing sort direction
15426
15427 2004-07-24 [colin]      0.9.12cvs33.16
15428
15429         * src/compose.c
15430                 Fix space insertion when re-wrapping at 
15431                 cursor point
15432
15433 2004-07-24 [colin]      0.9.12cvs33.15
15434
15435         * src/gtk/gtkaspell.c
15436                 Don't change cursor position in insert-text
15437                 callback
15438         (Fixes 539 Word wrapping on input transposes letters)
15439
15440 2004-07-24 [colin]      0.9.12cvs33.14
15441
15442         * src/gtk/gtkaspell.c
15443                 Reencode non-ascii chars to dictionary's
15444                 encoding
15445         (Fixes 544 Spell check broken non english locale)
15446
15447 2004-07-24 [colin]      0.9.12cvs33.13
15448
15449         * src/summaryview.c
15450                 Fix Shift+Down, add Home/End/PgUp/PgDown
15451
15452 2004-07-21 [colin]      0.9.12cvs33.12
15453
15454         * src/prefs_common.c
15455                 Fix a gtk warning (Patch by Andrej Kacian)
15456
15457 2004-07-21 [colin]      0.9.12cvs33.11
15458
15459         * src/gtk/filesel.c
15460                 More check
15461
15462 2004-07-21 [colin]      0.9.12cvs33.10
15463
15464         * src/compose.c
15465         * src/crash.c
15466         * src/export.c
15467         * src/import.c
15468         * src/messageview.c
15469         * src/mimeview.c
15470         * src/prefs_spelling.c
15471         * src/prefs_themes.c
15472         * src/summaryview.c
15473         * src/gtk/filesel.c
15474         * src/gtk/filesel.h
15475         * src/gtk/pluginwindow.c
15476                 Untwist open/save mode guessing logic, make
15477                 it explicit
15478
15479 2004-07-20 [colin]      0.9.12cvs33.9
15480
15481         * src/codeconv.c
15482                 conv_encode_header: src_charset is UTF-8 on
15483                 gtk2
15484         * src/compose.c
15485                 Remove double encoding of the headers
15486
15487 2004-07-20 [colin]      0.9.12cvs33.8
15488
15489         * src/codeconv.c
15490                 Fix typo
15491
15492 2004-07-20 [colin]      0.9.12cvs33.7
15493
15494         * src/mainwindow.c
15495                 Set the separated messageview to the saved
15496                 size of Claws' messageview (Patch by Alfons)
15497                 Fix a callback prototype (me)
15498
15499 2004-07-20 [colin]      0.9.12cvs33.6
15500
15501         * src/codeconv.h
15502                 Forgot one hunk in 0.9.12cvs33.4
15503
15504 2004-07-19 [colin]      0.9.12cvs33.5
15505
15506         * src/action.c
15507                 Action output fix
15508                 Patch by Alfons
15509
15510 2004-07-19 [colin]      0.9.12cvs33.4
15511
15512         * src/compose.c
15513                 Fix outgoing charset bug in headers
15514         * src/codeconv.c
15515                 Clean for glib2 - Patch by Alfons
15516
15517 2004-07-19 [colin]      0.9.12cvs33.3
15518
15519         * src/statusbar.c
15520                 Remove grip from the statusbar
15521                 Patch by Alfons
15522
15523 2004-07-19 [colin]      0.9.12cvs33.2
15524
15525         * src/messageview.c
15526         * src/textview.c
15527                 Fix messageview remembering the previous
15528                 scroll position when loading a new message
15529                 Patch by Alfons
15530
15531 2004-07-19 [colin]      0.9.12cvs33.1
15532
15533         * src/folder.h
15534         * src/folderview.c
15535         * src/summaryview.c
15536                 Sync with HEAD
15537
15538 2004-07-18 [colin]      0.9.12cvs32.7
15539
15540         * configure.ac
15541                 Remove useless check for XIM - noticed
15542                 by Alfons
15543
15544 2004-07-18 [colin]      0.9.12cvs32.6
15545
15546         * src/summaryview.c
15547                 Remove non-modified and shift-modified
15548                 accelerators in summaryview's popup
15549                 menu, as that doesn't get catched by
15550                 the accel-activate signal catcher...
15551
15552 2004-07-18 [colin]      0.9.12cvs32.5
15553
15554         * src/prefs_common.c
15555                 Define sensible default prefs for 
15556                 wrapping
15557
15558 2004-07-18 [colin]      0.9.12cvs32.4
15559
15560         * src/compose.c
15561         * src/prefs_common.c
15562         * src/prefs_common.h
15563         * src/prefs_wrapping.c
15564                 Remove Smart Wrapping pref, which does
15565                 nothing on gtk2 branch
15566
15567 2004-07-18 [colin]      0.9.12cvs32.3
15568
15569         * src/sourcewindow.c
15570                 Proper utf8
15571
15572 2004-07-18 [colin]      0.9.12cvs32.2
15573
15574         * src/compose.c
15575                 Save attachment status when drafting
15576
15577 2004-07-18 [colin]      0.9.12cvs32.1
15578
15579         * src/gtk/filesel.c
15580                 Fix erratic folder selection in open mode
15581
15582 2004-07-18 [colin]      0.9.12cvs31.11
15583
15584         * src/pop.c
15585                 Don't let partial messages get deleted
15586                 even with "dowload all"
15587                 (0.9.12cvs31.8 fix extension)
15588 2004-07-18 [colin]      0.9.12cvs31.10
15589
15590         * src/gtk/logwindow.c
15591                 Fix log scrolling
15592
15593 2004-07-18 [colin]      0.9.12cvs31.9
15594
15595         * src/common/utils.c
15596                 Fix non-utf8 strings coming from commands
15597                 and files
15598
15599 2004-07-18 [colin]      0.9.12cvs31.8
15600
15601         * src/pop.c
15602                 Fix partial download bug with Download all
15603                 messages option
15604
15605 2004-07-18 [colin]      0.9.12cvs31.7
15606
15607         * src/textview.c
15608                 Fix bug introduced in 0.9.12cvs31.2
15609                 (blocked in select mode after double click)
15610
15611 2004-07-18 [colin]      0.9.12cvs31.6
15612
15613         * src/compose.c
15614         * src/gtk/menu.c
15615                 More glib-warning fixes
15616
15617 2004-07-18 [colin]      0.9.12cvs31.5
15618
15619         * src/compose.c
15620                 Fix trashing the primary clipboard when moving 
15621                 around with tab
15622         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15623
15624 2004-07-18 [colin]      0.9.12cvs31.4
15625
15626         * src/codeconv.c
15627                 convert unencoded iso headers to utf8
15628         (Fix Bug 538 Unencoded local characters in subject make it 
15629          disappear)
15630
15631 2004-07-18 [colin]      0.9.12cvs31.3
15632
15633         * src/compose.c
15634                 Fix tab char handling in wrapping
15635         (Fix Bug 537 Line wrap problem - TAB character treated as 
15636          one character instead of 8)
15637
15638 2004-07-18 [colin]      0.9.12cvs31.2
15639
15640         * src/textview.c
15641                 return FALSE on GDK_MOTION_NOTIFY
15642         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15643          (unable to highlight))
15644
15645 2004-07-18 [colin]      0.9.12cvs31.1
15646
15647         * src/folderview.c
15648                 Sync with 0.9.12cvs31
15649
15650 2004-07-18 [colin]      0.9.12cvs30.4
15651
15652         * src/compose.c
15653                 Also block text_inserted when inserting a file
15654
15655 2004-07-18 [colin]      0.9.12cvs30.3
15656
15657         * src/compose.c
15658                 Fix smart wrapping (block text_inserted handler
15659                 while putting quotation to avoid wrap on input,
15660                 don't join lines if next is sig separator)
15661
15662 2004-07-17 [colin]      0.9.12cvs30.2
15663
15664         * src/folderview.c
15665         * src/mainwindow.c
15666         * src/mimeview.c
15667         * src/summaryview.c
15668         * src/gtk/quicksearch.c
15669         * src/gtk/quicksearch.h
15670                 Block key events handlers *and* accels while
15671                 quicksearch is focused
15672         (Fixes Bug 534 quick-search bar not accepting certain letters)
15673
15674 2004-07-17 [colin]      0.9.12cvs30.1
15675
15676         * src/folder.h
15677         * src/folderview.c
15678         * src/summaryview.c
15679                 Sync with 0.9.12cvs30
15680
15681 2004-07-17 [colin]      0.9.12cvs28.2
15682
15683         * src/mimeview.c
15684         * src/procmime.c
15685         * src/summaryview.c
15686         * src/gtk/menu.c
15687                 Squash some compile and glib warnings
15688
15689 2004-07-17 [paul]       0.9.12cvs28.1
15690
15691         * src/mimeview.c
15692                 sync with 0.9.12cvs28 HEAD
15693
15694 2004-07-16 [paul]       0.9.12cvs26.1
15695         
15696         * src/gtk/quicksearch.c
15697         * src/account.c
15698         * src/account.h
15699         * src/compose.c
15700         * src/customheader.c
15701         * src/folder_item_prefs.c
15702         * src/main.c
15703         * src/mainwindow.c
15704         * src/messageview.c
15705         * src/mimeview.c
15706         * src/news.c
15707         * src/pgpmime.c
15708         * src/pop.c
15709         * src/pop.h
15710         * src/prefs_account.c
15711         * src/prefs_account.h
15712         * src/prefs_common.c
15713         * src/prefs_common.h
15714         * src/prefs_display_header.c
15715         * src/prefs_gtk.c
15716         * src/prefs_gtk.h
15717         * src/procheader.c
15718         * src/procmime.c
15719                 sync with 0.9.12cvs26 HEAD      
15720
15721 2004-07-15 [colin]      0.9.12cvs18.14
15722
15723         * src/folder.c
15724                 Disable GPG signature check during
15725                 folder move and scan
15726         (Closes Bug 521 Signature checking slows down Folder-Move)
15727
15728 2004-07-14 [colin]      0.9.12cvs18.13
15729
15730         * src/common/partial_download.c
15731                 update includes
15732
15733 2004-07-14 [colin]      0.9.12cvs18.12
15734
15735         * src/common/partial_download.c
15736         * src/common/partial_download.h
15737                 Move doc at top, add correct copyright
15738
15739 2004-07-14 [colin]      0.9.12cvs18.11
15740
15741         * src/folder.c
15742         * src/messageview.c
15743         * src/pop.c
15744         * src/pop.h
15745         * src/procmsg.c
15746         * src/summaryview.c
15747         * src/common/Makefile.am
15748         * src/common/partial_download.c ** NEW FILES **
15749         * src/common/partial_download.h ** NEW FILES **
15750                 Move partial-download related stuff to its
15751                 own file
15752
15753 2004-07-14 [colin]      0.9.12cvs18.10
15754
15755         * src/send_message.c
15756                 Fix smtp auth when user is null or empty
15757
15758 2004-07-13 [colin]      0.9.12cvs18.9
15759
15760         * src/gtk/quicksearch.c
15761                 Use alphabetic order
15762
15763 2004-07-13 [colin]      0.9.12cvs18.8
15764
15765         * src/pop.c
15766                 Be paranoid on the checks
15767
15768 2004-07-13 [colin]      0.9.12cvs18.7
15769
15770         * src/gtk/quicksearch.c
15771                 Fix Engrish once again
15772
15773 2004-07-13 [colin]      0.9.12cvs18.6
15774
15775         * src/procmsg.c
15776         * src/summaryview.c
15777                 Mark messages for deletion when they are about to
15778                 be removed from trash
15779
15780 2004-07-13 [colin]      0.9.12cvs18.5
15781
15782         * src/matcher.c
15783         * src/matcher.h
15784         * src/matcher_parser_parse.y
15785         * src/prefs_matcher.c
15786         * src/gtk/quicksearch.c
15787                 Add 'partial' ('p') match string to find partially
15788                 downloaded messages
15789
15790 2004-07-13 [colin]      0.9.12cvs18.4
15791
15792         * src/pop.c
15793                 Fix misplaced block
15794
15795 2004-07-13 [colin]      0.9.12cvs18.3
15796
15797         * src/pop.c
15798         * src/pop.h
15799         * src/messageview.c
15800                 Refactor API (to avoid passing 5+ params and code
15801                 duplication)
15802         * src/folder.c
15803         * src/msgcache.c
15804         * src/procheader.c
15805         * src/common/defs.h
15806                 Add planned_download to cache
15807                 Don't mess uidl file when moving partially downloaded
15808                 mails (they change folder, we should change it in the
15809                 uidl list too or we'll remove an incorrect message)
15810                 (this also helps removing hacks when changing 
15811                 planned_download in messageview.c)
15812
15813 2004-07-12 [colin]      0.9.12cvs18.2
15814
15815         * src/gtk/quicksearch.c
15816                 Fix missing status update in quicksearch
15817
15818 2004-07-12 [paul]       0.9.12cvs18.1
15819
15820         * po/POTFILES.in
15821         * src/Makefile.am
15822         * src/account.c
15823         * src/codeconv.c
15824         * src/compose.c
15825         * src/inc.c
15826         * src/main.c
15827         * src/prefs_common.c
15828         * src/procmsg.h
15829         * src/toolbar.c
15830         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15831         * src/prefs_wrapping.[ch]       ** NEW FILES **
15832         * src/common/intl.h
15833         * src/common/utils.[ch]
15834         * src/gtk/quicksearch.[ch]
15835                 sync with 0.9.12cvs18 HEAD
15836
15837 2004-07-12 [colin]      0.9.11cvs17.25
15838
15839         * src/folder.c
15840         * src/folder.h
15841                 Remove unused function added by me in 0.9.11cvs17.10
15842
15843 2004-07-11 [colin]      0.9.11cvs17.24
15844
15845         * src/inc.c
15846         * src/messageview.c
15847         * src/pop.c
15848         * src/pop.h
15849                 Use folderitem and msgnum instead of filename to
15850                 know which mail to delete
15851                 Move old partial mail deletion to pop.c
15852
15853 2004-07-10 [colin]      0.9.11cvs17.23
15854
15855         * src/inc.c
15856                 Add debug
15857         * src/pop.c
15858         * src/pop.h
15859                 Don't re-use same enums for unrelated stuff: it's 
15860                 completely misleading !
15861                 Document a bit
15862
15863 2004-07-09 [colin]      0.9.11cvs17.22
15864
15865         * src/inc.c
15866                 Remove folder-type check and do
15867                 more tests to be sure everything's
15868                 ok
15869         * src/messageview.c
15870                 Punctuation update, remove useless
15871                 code, fix two warnings
15872         * src/noticeview.c
15873                 Layout cleaning, reset 2nd button
15874                 when specifying one
15875
15876 2004-07-09 [colin]      0.9.11cvs17.21
15877
15878         * src/messageview.c
15879         * src/pop.c
15880         * src/pop.h
15881                 Allow user to change his mind
15882                 and postpone decision (by
15883                 unmarking the mail)
15884
15885 2004-07-09 [colin]      0.9.11cvs17.20
15886
15887         * src/messageview.c
15888                 Fix bug with delete state
15889         * src/pop.c
15890         * src/pop.h
15891                 Fix buffer leak (fread doesn't 
15892                 terminate buffers with \0)
15893                 Refactoring (remove magic 
15894                 numbers)
15895
15896 2004-07-09 [colin]      0.9.11cvs17.19
15897
15898         * src/pop.c
15899                 Don't log "Skipping message" if 
15900                 we're going to TOP it two lines
15901                 later
15902
15903 2004-07-09 [colin]      0.9.11cvs17.18
15904
15905         * src/messageview.c
15906                 Fix Engrish
15907
15908 2004-07-09 [colin]      0.9.11cvs17.17
15909
15910         * src/pop.c
15911                 strlen checking...
15912         * src/messageview.c
15913                 refactoring a bit
15914
15915 2004-07-08 [colin]      0.9.11cvs17.16
15916
15917         * src/noticeview.c
15918         * src/noticeview.h
15919                 Add an optional second button
15920         * src/messageview.c
15921         * src/pop.c
15922         * src/pop.h
15923                 Don't delete partially received mails after a certain
15924                 time; rather, let the user decide.
15925
15926 2004-07-08 [colin]      0.9.11cvs17.15
15927
15928         * src/common/smtp.h
15929                 Sync with HEAD
15930
15931 2004-07-08 [colin]      0.9.11cvs17.14
15932
15933         * src/messageview.c
15934         * src/common/smtp.c
15935                 Use to_human_readable() for sizes
15936
15937 2004-07-08 [colin]      0.9.11cvs17.13
15938
15939         * src/inc.c
15940         * src/messageview.c
15941         * src/pop.c
15942         * src/pop.h
15943         * src/procmsg.c
15944                 Fix partial-downloading issues:
15945                         catch unsupported TOP
15946                         don't delete partially downloaded mails before 5 days
15947                         don't update existing with non-MH folders; that'll
15948                         make dups, but it's better than trashing the folder
15949                         free new msginfo parts
15950                 Fix indentation ;-)
15951
15952 2004-07-08 [colin]      0.9.11cvs17.12
15953
15954         * src/common/smtp.c
15955         * src/common/smtp.h
15956                 Sync smtp size verification with HEAD
15957
15958 2004-07-08 [colin]      0.9.11cvs17.11
15959
15960         * src/summaryview.c
15961         * src/prefs_common.c
15962         * src/prefs_common.h
15963         * src/gtk/quicksearch.c
15964         * src/gtk/quicksearch.h
15965                 Sync sticky pref with HEAD
15966
15967 2004-07-08 [colin]      0.9.11cvs17.10
15968
15969         * src/folder.c [1.213.2.6]
15970         * src/folder.h [1.87.2.6]
15971         * src/inc.c [1.149.2.7]
15972         * src/messageview.c [1.94.2.8]
15973         * src/procheader.c [1.47.2.6]
15974         * src/procmsg.c [1.150.2.4]
15975         * src/procmsg.h [1.60.2.5]
15976         * src/pop.c [1.56.2.4]
15977         * src/pop.h [1.17.2.3]
15978                 Let too big messages get downloaded, but truncated
15979                 Add a button to download them completely
15980                 
15981 2004-07-06 [colin]      0.9.11cvs17.9
15982
15983         * src/gtk/quicksearch.c [1.1.2.3]
15984                 Add a Clear button
15985         * commitHelper
15986         * PATCHSETS
15987                 Add a script to help with cvs
15988
15989 2004-07-03 [colin]      0.9.11cvs17.8
15990
15991         * src/plugins/imageviewer/viewer.c
15992                 fix imageviewer (which was staying on the first
15993                 displayed image)
15994
15995 2004-07-03 [colin]      0.9.11cvs17.7
15996
15997         Removed FIXME_GTK2 warnings
15998         * src/gtk/gtkutils.c
15999                 useless #warnings
16000         * src/gtk/menu.c
16001                 useless #warnings (no need to mess with menu rc)
16002         * src/gtk/menu.h
16003                 unused functions
16004         
16005
16006 2004-07-03 [colin]      0.9.11cvs17.6
16007
16008         Removed FIXME_GTK2 warnings
16009         * src/codeconv.c
16010                 useless #warnings (rewrite needed)
16011         * src/compose.c
16012                 useless #warnings (rewrite needed)
16013                 useless #warnings (gtk2 is like that)
16014                 useless #warnings (previously fixed)
16015         * src/main.c
16016                 useless #warnings (previously fixed)
16017         * src/message_search.c
16018                 useless #warnings (gtk2 is like that)
16019                 Made apparent that search is case-sensitive
16020         * src/mimeview.c
16021                 useless #warnings (rewrite needed)
16022                 useless #warnings (gtk2 is like that)
16023                 reimplemented real warnings
16024         * src/prefs_common.c
16025                 Removed block cursor option (not it gtk2)
16026         * src/prefs_gtk.c
16027                 useless #warnings (rewrite needed)
16028         * src/procheader.c
16029                 useless #warnings (rewrite needed)
16030         * src/sourcewindow.c
16031                 useless #warnings (incorrect placing)
16032         * src/summary_search.c
16033                 useless #warnings (gtk2 is like that)
16034                 Made apparent that search is case-sensitive
16035         * src/action.c
16036                 useless #warnings (gtk2 is like that)
16037         * src/textview.c
16038                 useless #warnings (rewrite needed)
16039         * src/toolbar.c
16040                 useless #warnings (rewrite needed)
16041
16042 2004-07-03 [colin]      0.9.11cvs17.5
16043
16044         * src/textview.c
16045                 Fix mismerge which broke URI opening
16046                 
16047 2004-07-01 [colin]      0.9.11cvs17.4
16048
16049         * src/gtk/filesel.c
16050                 Fill filename when saving
16051                 
16052 2004-06-27 [colin]      0.9.11cvs17.3
16053
16054         * src/gtk/filesel.[ch]
16055                 Use the new GTK file selector
16056                 Update prototype to match the reality: multiple file
16057                 selection is open-only          
16058         * src/compose.c
16059                 Match the new prototypes        
16060         * configure.ac
16061                 Match the new requirements (gtk 2.4.0)
16062                         
16063 2004-06-26 [colin]      0.9.11cvs17.2
16064
16065         * src/plugins/trayicon/trayicon.c
16066                 Remove useless signal handler on resize, which causes
16067                 an infinite "loop"
16068         
16069 2004-06-26 [colin]      0.9.11cvs17.1
16070         
16071         * tools/Makefile.am
16072                 remove launch_firebird and add nautilus2sylpheed.sh
16073         * src/quicksearch.c
16074           src/summaryview.c
16075                 Fix show/hide "Extended symbols" button problem
16076                 Fix apparition at startup
16077                 Fix const warnings
16078         * src/plugins/image_viewer/Makefile.am
16079                 Fix configure 
16080         * common/ssl.c
16081                 Re-enable certificate check, as it doesn't seem to
16082                 cause Xlib errors anymore
16083
16084 2004-06-25 [paul]       0.9.11cvs17
16085
16086         * sync with 0.9.11cvs17 HEAD
16087         
16088         NOTE: QuickSearch is broken
16089
16090 2004-06-07 [colin]      0.9.10claws67.10
16091         * src/plugins/trayicon/trayicon.c
16092           src/plugins/trayicon/libeggtrayicon/Makefile.am
16093           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16094                 Fix gettextization in trayicon plugin
16095
16096 2004-06-07 [colin]      0.9.10claws67.9
16097         
16098         * src/summaryview.c
16099           src/gtk/gtksctree.[ch]
16100                 Let Shift+{Up,Down} work in summaryview
16101                 (well, Down "works" and Up works)
16102                 Let the list scroll when using these keys
16103
16104 2004-06-06 [colin]      0.9.10claws67.8
16105
16106         * src/plugins/trayicon/trayicon.c
16107                 Fix pixmap update
16108
16109 2004-06-06 [colin]      0.9.10claws67.7
16110
16111         * src/addressbook.c
16112                 Fix signal handling causing system-wide focus grab
16113
16114 2004-05-25 [paul]       0.9.10claws67.6
16115
16116         * Makefile.am
16117           src/Makefile.am
16118                 clean up
16119
16120 2004-05-25 [paul]       0.9.10claws67.5
16121
16122         * replace deprecated gtk_signal... functions
16123
16124 2004-05-23 [colin]      0.9.10claws67.4
16125
16126         * src/compose.c
16127                 Fix wrapping
16128
16129 2004-05-22 [colin]      0.9.10claws67.3
16130
16131         * src/compose.c
16132                 Re-fix [Edited] in compose.c::compose_reedit()
16133
16134 2004-05-22 [colin]      0.9.10claws67.2
16135
16136         * src/procmime.c
16137                 Fix parsing of multiparts mails
16138
16139 2004-05-22 [colin]      0.9.10claws67.1
16140
16141         * src/summaryview.c
16142                 Fix quicksearch
16143
16144 2004-05-22 [paul]       0.9.10claws67
16145
16146         * sync with 0.9.10claws67 HEAD
16147
16148 2004-05-14 [alfons]
16149
16150         * src/procmime.h
16151                 add forgotton prototype
16152
16153 2004-05-10 [paul]       0.9.10claws57
16154
16155         * sync with 0.9.10claws57 HEAD
16156
16157 2004-05-05 [paul]       0.9.9.claws1
16158
16159         * ChangeLog-gtk2        ** REMOVED **
16160           ChangeLog-gtk2.claws  ** ADDED **
16161                 rename and adopt the normal claws format
16162                 
16163         * configure.ac
16164                 require gtkmathview >= 0.5
16165
16166         * ac/*                          ** REMOVED **
16167           ac/                           ** REMOVED **
16168           intl/Makefile.in              ** REMOVED **
16169           m4/                           ** ADDED **
16170           m4/missing                    ** ADDED **
16171           m4/missing/gdk-pixbuf.m4      ** ADDED **
16172           m4/missing/gettext.m4         ** ADDED **
16173           m4/missing/gpgme.m4           ** ADDED **
16174           m4/missing/imlib.m4           ** ADDED **
16175           m4/.cvsignore                 ** ADDED **
16176           m4/Makefile.am                ** ADDED **
16177           m4/README                     ** ADDED **
16178           m4/aclocal-include.m4         ** ADDED **
16179           m4/aspell.m4                  ** ADDED **
16180           m4/check-type.m4              ** ADDED **
16181           m4/gnupg-check-typedef.m4     ** ADDED **
16182           m4/openssl.m4                 ** ADDED **
16183           m4/spamassassin.m4            ** ADDED **
16184           po/ChangeLog                  ** REMOVED **
16185           po/Makefile.in.in             ** REMOVED **
16186           po/Rules-quot                 ** REMOVED **
16187           po/boldquot.sed               ** REMOVED **
16188           po/en@boldquot.header         ** REMOVED **
16189           po/en@quot.header             ** REMOVED **
16190           po/insert-header.sin          ** REMOVED **
16191           po/quot.sed                   ** REMOVED **
16192           po/remove-potcdate.sed        ** REMOVED **
16193           po/remove-potcdate.sin        ** REMOVED **
16194           po/stamp-po                   ** REMOVED **
16195           Makefile.am
16196           autogen.sh
16197           configure.ac
16198                 enable building with automake 1.8.x
16199                 add 'autopoint --force' to autogen.sh and remove all
16200                 auto-generated files, remove ac/ directory and use
16201                 m4/ directory instead
16202                 
16203         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16204                 fix gettextization
16205
16206 2004-02-28 Colin Leroy <colin@colino.net>
16207         * src/prefs_matcher.c
16208           src/prefs_filtering.c
16209           src/prefs_filtering_action.c
16210                 Fix non-editable GtkEntries
16211
16212 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16213         * src/prefs_themes.c
16214                 utf8 conversion for theme info
16215
16216 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16217         * sync 0.9.9claws
16218
16219 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16220         * src/grouplistdialog.c
16221                 allow multiple selections without ctrl key
16222
16223 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16224         * src/main.c
16225                 enable customizable accelerators
16226
16227 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16228         * src/prefs_common.c
16229                 re-enable different font settings for gtk1/2
16230         * src/prefs_folder_item.c
16231                 fix folder prefs displayed wrong
16232         * src/textview.c
16233                 set 'sunken' shadow type
16234
16235 2004-02-07 Colin Leroy <colin@colino.net>
16236         * src/compose.c
16237                 Fix message being always [Edited]
16238                 Encode headers correctly (utf8 buf)
16239
16240 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16241         * src/socket.c
16242                 remove double g_source_attach()
16243                 (Thanks to Colin Leroy)
16244
16245 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16246         * src/gtk/gtksctree.c
16247                 Fix SSL certificate list not shown
16248         * src/mimeview.c
16249                 Fix clicks in mime tree
16250
16251 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16252         * src/common/socket.c
16253                 Fix SSL receive
16254         * src/compose.c
16255                 Fix clipboard menu hotkeys
16256
16257 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16258         * src/gtk/gtkaspell.[ch]
16259           src/compose.c
16260                 reimplement spellchecker
16261
16262 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16263         * src/gtk/filesel.c
16264                 crash when inserting file in compose window
16265                 (TODO: keep old selection on clicks)
16266         * src/main.c
16267                 use gtkrc-2.0 instead of gtkrc
16268
16269 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16270         * src/messageview.c
16271                 remove orphaned mimeview unref()
16272
16273 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16274         * src/grouplistdialog.c
16275                 expand nodes containing subscribed groups
16276
16277 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16278         * src/textview.c
16279                 textview: hide cursor, restore old click behaviour
16280
16281 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16282         * src/textview.c
16283                 variable names messed up
16284
16285 2004-01-17 Colin Leroy <colin@colino.net>
16286         * src/addr_compl.c
16287                 Fix completion address too thin
16288         * src/compose.c
16289                 Fix tab-to-subject behaviour
16290         * src/summaryview.c
16291                 Implement key up & down in summaryview
16292
16293 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16294
16295         * sync 098claws
16296
16297 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16298         * configure.ac
16299           Makefile.am
16300           doc/.cvsignore
16301           doc/Makefile.am
16302                 faq, man, manual moved to doc/
16303         * ac/aspell.m4
16304           ac/check-type.m4
16305           ac/gnupg-check-typedef.m4
16306           ac/openssl.m4
16307           ac/spamassassin.m4
16308           ac/missing/gdk-pixbuf.m4
16309           ac/missing/gpgme.m4
16310           ac/missing/imlib.m4
16311                 fix automake warnings
16312
16313 2003-12-06 Colin Leroy <colin@colino.net>
16314         * src/summaryview.c
16315                 Fix quicksearch
16316
16317 2003-12-05 Colin Leroy <colin@colino.net>
16318         * src/summaryview.c
16319                 Fix going to next unread folder
16320
16321 2003-12-05 Colin Leroy <colin@colino.net>
16322         * src/crash.c
16323                 Fix gtk2 compilation
16324         * src/session.c
16325                 Remove iotag source handler at disconnection
16326         * src/socket.[ch] 
16327                 Remove source handler when closing socket 
16328                 (fixes another seg)
16329
16330 2003-12-04 Colin Leroy <colin@colino.net>
16331         * src/compose.c
16332           src/prefs_account.c
16333           src/prefs_common.c
16334                 Fix some dropdown menus
16335
16336 2003-12-04 Colin Leroy <colin@colino.net>
16337         * src/compose.c
16338                 Fix event handlers on header fields
16339         * src/common/socket.c
16340           src/common/session.c
16341                 Fix segfault with callback (SSL)
16342                 Fix end of session 
16343
16344 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16345
16346         * Fix compile bug in src/compose.c
16347         * removed src/gtk/gtkstext.[ch]
16348
16349 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16350
16351         * Convert character set and escape "text" attributes in toolbar setting
16352         files.
16353         * Fixed bug in button-press-event handling.
16354
16355 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16356
16357         * Fixed bug in key-press-event handling.
16358
16359 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16360
16361         * Enabled to compile tray-icon plugin (Ad-hoc).
16362         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16363
16364 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16365
16366         * Enabled to compile on sylpheed-claws.
16367         (tray-icon plugin still cannot compile yet.)
16368
16369 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16370
16371         * Updated to 0.9.5.
16372
16373 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16374
16375         * Updated to 0.9.4.
16376         * Ported monitoring SSL mechanism to GSource of GLib2
16377         (I don't confirm it)
16378         * Added _gtk2 suffix to key name of font preference to avoid
16379         ovverwriting preference of Gtk+-1.2 version.
16380
16381 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16382
16383         * Updated to 0.9.2.
16384
16385 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16386
16387         * Updated to 0.9.1.
16388         * Translate po files into UTF-8 when execute autogen.sh.
16389
16390 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16391
16392         * Updated to 0.9.0.
16393
16394 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16395
16396         * Plugged GError related memory leaks.
16397
16398 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16399
16400         * Changed default size of fonts.
16401         * Enabled to set titile font size of warning dialog.
16402
16403 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16404
16405         * Embed a sylpheed icon into executable binary on Windows.
16406
16407 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16408
16409         * I forgot to traslate character set of element string in src/xml.c.
16410
16411 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16412
16413         * Fixed detecting bind_textdomain_codeset in configure.in.
16414         * The bug in which "Example" of "Date fromat" preference isn't displayed
16415         correctly has been fixed.
16416
16417 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16418
16419         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16420           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16421           glib-gettextize
16422           Removed intl directory.
16423           Translated po files into UTF-8.
16424           (Thanks! Ryuji Abe)
16425
16426 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16427
16428         * The bug which doesn't unscape string in xml.c has been fixed.
16429
16430 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16431
16432         * The bug which is failed to translate encoding of file name thorough
16433         file dialog has been fixed.
16434
16435 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16436
16437         * Modified to translate file names which is used in inporting/expoting
16438         mbox feature and "Save as" feature into locale encoding.
16439         * Translate file names into locale encoding when "Attache file" and
16440         "Insert file".
16441         * Force set G_BROKEN_FILENAMES environment variable.
16442         * Other minor fixes.
16443
16444 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16445
16446         * Modified to treat MH folder's name as locale encoding.
16447
16448 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16449
16450         * The bug which clash on switching candidates of auto completion of
16451         addresses, cannot use auto completion in Japanesse is fixed
16452         (Thanks! Tokunaga-san)¡¥
16453
16454 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16455
16456         * The bug which cannot switch key accelerator preference has been fixed
16457         (Thanks! smbd-san)¡¥
16458
16459 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16460
16461         * version 0.8.11-gtk2-20030314
16462
16463 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16464
16465         * The bug in which character set conversion of filtering messages has
16466         been fixed.(Thanks! COCOA-san).
16467
16468 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16469
16470         * Revived "Leave space on head" preference in "Message" category.
16471         * A bug which clash when put the cursor to end of buffer and execute
16472         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16473
16474 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16475
16476         * version 0.8.11-gtk2-20030312
16477
16478 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16479
16480         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16481         * Modified to use Pango's API directly for font preference.
16482         * Integrated GtkTextView of textview to one widget.
16483         * Set fonts of header title in textview by "header_title" tag.
16484         * Removed some deprecated codes.
16485
16486 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16487
16488         * Updated to 0.8.11.
16489         * Merged cygwin patch(Thanks! Sakai-san).
16490
16491 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16492
16493         * version 0.8.10-gtk2-20030309