2006-07-25 [colin] 2.3.1cvs85
[claws.git] / ChangeLog
1 2006-07-25 [colin]      2.3.1cvs85
2
3         * src/mainwindow.c
4         * src/common/socket.h
5         * src/etpan/imap-thread.c
6                 Refresh resolvers before connecting
7                 to IMAP servers, and after switching
8                 to online. Thanks to Paul.
9
10 2006-07-18 [colin]
11
12         * 2.4.0-rc4 released
13
14 2006-07-17 [colin]      2.3.1cvs84
15
16         * src/inc.c
17                 Show connection attempt in statusbar before
18                 connecting (previously first message was
19                 "Retrieving messages from ..." after the
20                 connection succeeded.
21
22 2006-07-16 [wwp]        2.3.1cvs83
23
24         * sylpheed-claws.ico
25                 Added .ico file (windows multi-size icon file, generated).
26
27 2006-07-12 [wwp]        2.3.1cvs82
28
29         * src/messageview.c
30                 remove Message/Re-edit menu entry from messageview window,
31                 as sent/draft/queued messages are opened in compose window when
32                 re-edited and it's not possible to re-edit other msgs.
33
34 2006-07-12 [paul]       2.3.1cvs81
35
36         * AUTHORS
37         * src/mainwindow.c
38         * src/gtk/authors.h
39                 check online state before resetting
40                 mailcheck timer. Useful if some program
41                 verifies connection state and updates
42                 Claws.
43                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
44
45 2006-07-12 [paul]       2.3.1cvs80
46
47         * sylpheed-claws-128x128.png
48         * sylpheed-claws-64x64.png
49         * sylpheed-claws.png
50         * src/Makefile.am
51         * src/main.c
52         * src/prefs_toolbar.c
53         * src/stock_pixmap.c
54         * src/stock_pixmap.h
55         * src/wizard.c
56         * src/gtk/about.c
57         * src/gtk/gtkutils.c
58         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
59         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
60         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
61         * src/pixmaps/sylpheed.xpm              ** REMOVED **
62         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
63         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
64                 updated and renamed logo/icon files and related
65                 logo by Jesper Schultz
66
67 2006-07-11 [paul]       2.3.1cvs79
68
69         * src/main.c
70                 fix the labels a smidgin
71
72 2006-07-09 [colin]      2.3.1cvs78
73
74         * src/textview.c
75                 Show errors in textviewer's command
76                 Patch by H. Merijn Brand
77
78 2006-07-09 [colin]      2.3.1cvs77
79
80         * src/compose.c
81                 Save FMID in drafts too
82
83 2006-07-08 [colin]      2.3.1cvs76
84
85         * src/compose.c
86                 Svae RMID in drafted mails too
87                 Save quote_fmt vars for whole mails,
88                 don't reset at each quote_fmt_init:
89                 allows to use the same |i{var} in
90                 various template fields
91         * src/prefs_template.c
92         * src/quote_fmt.h
93         * src/quote_fmt_parse.y
94                 Same
95
96 2006-07-08 [colin]      2.3.1cvs75
97
98         * src/textview.c
99                 Fix highlighting of attached parts URIs
100
101 2006-07-08 [colin]      2.3.1cvs74
102
103         * src/main.c
104                 Prevent bug #981 (sc 2.3.1 segfaults with 
105                 gtk+ 2.10) from being reported again:
106                 if Sylpheed-Claws has been compiled against
107                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
108                 of if Sylpheed-Claws has been compiled against
109                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
110                 error out.
111
112 2006-07-07 [colin]      2.3.1cvs73
113
114         * src/prefs_actions.c
115                 Fix label
116
117 2006-07-07 [colin]      2.3.1cvs72
118
119         * src/prefs_actions.c
120                 Fix compile on gtk < 2.8. argh :)
121
122 2006-07-07 [paul]       2.3.1cvs71
123
124         * src/common/defs.h
125                 update DONATE_URI
126
127 2006-07-07 [colin]      2.3.1cvs70
128
129         * po/POTFILES.in
130         * src/quote_fmt.c
131         * src/quote_fmt_lex.l
132         * src/quote_fmt_parse.y
133                 Add |i{var}, a way to insert user-entered
134                 text in a template
135
136 2006-07-07 [colin]
137
138         * 2.4.0-rc3 released
139
140 2006-07-07 [colin]      2.3.1cvs69
141
142         * src/folder.c
143                 Don't consider inboxes of UNKNOWN folder 
144                 classes to be useable as default inboxes
145
146 2006-07-07 [paul]       2.3.1cvs68
147
148         * src/textview.c
149                 add missing #include <errno.h>
150                 Thanks to René J. Blokland
151
152 2006-07-07 [paul]       2.3.1cvs67
153
154         * src/action.c
155                 Return now Closes dialog
156         * src/mimeview.c
157         * src/mimeview.h
158         * src/textview.c
159                 add contextual menu to mime parts listed
160                 in the textview
161                 Thanks to Colin
162         * src/common/utils.c
163                 reversal: ' is a valid character in URLs
164
165 2006-07-06 [colin]      2.3.1cvs66
166
167         * src/remotefolder.h
168                 Forgotten in previous commit
169
170 2006-07-06 [colin]      2.3.1cvs65
171
172         * src/folder.c
173                 Set summary update flag whenever
174                 totals changed
175         * src/imap.c
176         * src/prefs_account.c
177         * src/common/utils.h
178         * src/etpan/imap-thread.c
179                 Fix warnings, thanks to Fabien and
180                 Ricardo
181
182 2006-07-06 [wwp]        2.3.1cvs64
183
184         * src/gtk/gtkutils.c
185                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
186
187 2006-07-06 [wwp]        2.3.1cvs63
188
189         * src/account.c
190         * src/addressbook.c
191         * src/addressitem.h
192         * src/folderview.c
193         * src/mainwindow.c
194         * src/manual.c
195         * src/manual.h
196         * src/message_search.c
197         * src/prefs_actions.c
198         * src/prefs_filtering.c
199         * src/prefs_filtering.h
200         * src/prefs_template.c
201         * src/summary_search.c
202         * src/summaryview.c
203         * src/gtk/gtkutils.c
204         * src/gtk/gtkutils.h
205         * src/gtk/pluginwindow.c
206                 add help buttons to some dialogs. Clicking such buttons opens a
207                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
208
209 2006-07-06 [paul]       2.3.1cvs62
210
211         * src/textview.c
212                 fix attachments contextual menu
213                 Thanks to Colin
214
215 2006-07-05 [colin]      2.3.1cvs61
216
217         * src/textview.c
218         * src/compose.c
219                 Handle sftp:// links
220
221 2006-07-05 [paul]       2.3.1cvs60
222
223         * src/gtk/filesel.c
224                 grab save button by default
225                 Thanks to Colin
226
227 2006-07-05 [wwp]        2.3.1cvs59
228
229         * manual/xml2pdf
230                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
231
232 2006-07-04 [colin]      2.3.1cvs58
233
234         * src/mimeview.c
235         * src/textview.c
236                 Use left click to select, middle click to open
237                 on mimeparts links
238         * src/common/utils.c
239                 Fix segfault
240
241 2006-07-04 [colin]      2.3.1cvs57
242
243         * src/mainwindow.c
244         * src/news.c
245                 Warning fixes, thanks to Fabien
246
247 2006-07-04 [colin]      2.3.1cvs56
248
249         * src/mimeview.c
250         * src/mimeview.h
251         * src/textview.c
252                 Allow parts to be selected via their text label
253                 in textview
254
255 2006-07-04 [colin]      2.3.1cvs55
256
257         * src/folderview.c
258                 Feedback when closing (for big folders)
259         * src/prefs_actions.c
260         * src/prefs_filtering.c
261         * src/prefs_matcher.c
262         * src/prefs_template.c
263                 Fix default button when closing without
264                 having saved
265
266 2006-07-04 [colin]      2.3.1cvs54
267
268         * src/news.c
269                 Delete local file on deletion
270
271 2006-07-03 [colin]      2.3.1cvs53
272
273         * src/folderview.c
274         * src/main.c
275                 Don't freeze when rescanning after crash
276
277 2006-07-03 [wwp]        2.3.1cvs52
278
279         * src/compose.c
280         * src/privacy.c
281         * src/privacy.h
282         * src/plugins/pgpinline/pgpinline.c
283         * src/plugins/pgpmime/pgpmime.c
284                 don't report an error when the user cancels the passphrase dialog.
285
286 2006-07-02 [colin]      2.3.1cvs51
287
288         * src/folderview.c
289                 Open message when crossing folders with Space,
290                 goto next unread and friends
291
292 2006-07-01 [colin]      2.3.1cvs50
293
294         * src/prefs_account.c
295                 Typographic rules varying from language
296                 to language (in french "Protocole :"),
297                 we have to do that :)
298
299 2006-07-01 [ticho]      2.3.1cvs49
300
301         * src/prefs_account.c
302                 Only use one temporary gchar* variable in
303                 prefs_account_protocol_set_optmenu().
304
305 2006-07-01 [ticho]      2.3.1cvs48
306
307         * src/prefs_account.c
308         * src/prefs_account.h
309                 Use GtkLabel for existing account protocol name.
310                 Created an array for protocol names and populate the
311                 combobox from it in a for() cycle.
312
313 2006-06-30 [colin]      2.3.1cvs47
314
315         * src/compose.c
316                 Block undo when changing signature (by changing
317                 account)
318
319 2006-06-30 [paul]       2.3.1cvs46
320
321         * src/send_message.c
322                 when editing From in the Compose window, use that address
323                 in the Return-Path: header
324                 Thanks to Colin
325
326 2006-06-30 [colin]      2.3.1cvs45
327
328         * src/compose.c
329                 Fix signature replacement:
330                 - when no newline before separator
331                 - when reediting
332
333 2006-06-29 [colin]      2.3.1cvs44
334
335         * src/folderview.c
336         * src/folderview.h
337         * src/mainwindow.c
338         * src/summaryview.c
339                 Let 'View/Go to/Next marked' work like
340                 Next new & Next unread: across folders
341                 Change the select_on_entry pref to do
342                 what we want when changing folder
343         * src/common/utils.c
344                 Fix single-quoted links 
345
346 2006-06-29 [colin]      2.3.1cvs43
347
348         * src/gtk/gtkaspell.c
349                 "Sylpheed" and "Sylpheed-Claws" do exist !
350
351 2006-06-29 [colin]      2.3.1cvs42
352
353         * src/imap.c
354                 Forgot to remove debug
355
356 2006-06-29 [colin]      2.3.1cvs41
357
358         * src/imap.c
359         * src/imap.h
360         * src/mainwindow.c
361                 Disconnect from IMAP servers when going
362                 offline. Fixes bug #978 (going to offline-mode 
363                 won't close connections)
364
365 2006-06-29 [colin]      2.3.1cvs40
366
367         * src/main.c
368                 Fix transient setting on failing plugins
369                 Patch by Fabien
370         * src/plugins/pgpcore/sgpgme.c
371                 Only warn for OpenPGP. Most people don't
372                 have CMS available.
373
374 2006-06-29 [colin]      2.3.1cvs39
375
376         * src/compose.c
377                 Fix Spelling menu (discrepancy between context menu
378                 and top menu when folder's dictionary isn't the 
379                 default one)
380         * src/plugins/pgpcore/sgpgme.c
381                 More error reporting about why gpgme can fail
382
383 2006-06-29 [wwp]        2.3.1cvs38
384
385         * src/mainwindow.c
386                 honor the display-header-pane setting even when the message view
387                 is a separate window.
388
389 2006-06-29 [wwp]        2.3.1cvs37
390
391         * src/prefs_actions.c
392                 forgot to commit that one (use of GTK_STOCK_INFO).
393
394 2006-06-29 [colin]      2.3.1cvs36
395
396         * src/imap.c
397                 Better handling of login errors (ask the password
398                 again once), alert in case of error. Fix three
399                 signedness warnings.
400
401 2006-06-28 [wwp]        2.3.1cvs35
402
403         * src/prefs_template.c
404         * src/prefs_matcher.c
405         * src/prefs_filtering_action.c
406         * src/prefs_quote.c
407                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
408                 patch by Fabien Vantard, slightly modified.
409
410 2006-06-28 [paul]
411
412         2.4.0-rc2 released
413
414 2006-06-28 [colin]      2.3.1cvs34
415
416         * src/prefs_account.c
417                 Fix bug #977 (Can't add or edit imap accounts)
418
419 2006-06-28 [colin]      2.3.1cvs33
420
421         * src/mimeview.c
422                 Fix previous
423
424 2006-06-28 [colin]      2.3.1cvs32
425
426         * src/mimeview.c
427                 Save named inlined attachments with "Save all"
428         * src/main.c
429         * src/mbox.c
430         * src/common/plugin.c
431         * src/common/plugin.h
432         * src/common/sylpheed.c
433         * src/common/utils.c
434         * src/plugins/pgpcore/sylpheed.def
435         * src/plugins/pgpinline/sylpheed.def
436         * src/plugins/pgpmime/sylpheed.def
437                 Win32 compatibility patch, by
438                 Werner Koch
439
440 2006-06-28 [wwp]        2.3.1cvs31
441
442         * src/imap.c
443         * src/prefs_folder_item.c
444                 less compilation warnings (thanks to Fabien Vantard), less typos.
445
446 2006-06-28 [paul]       2.3.1cvs30
447
448         * src/gtk/gtkutils.c
449                 gtk_combo_box_set_focus_on_click() is only
450                 available since gtk 2.6.0
451
452 2006-06-28 [paul]       2.3.1cvs29
453
454         * src/prefs_ext_prog.c
455                 fix engrish and add a tooltip for the
456                 'command for 'Display as text' option
457
458 2006-06-28 [paul]
459
460         2.4.0-rc1 released
461
462 2006-06-28 [paul]       2.3.1cvs28
463
464         * ChangeLog
465         * tools/Makefile.am
466                 include textviewer.pl in releases
467
468 2006-06-28 [paul]       2.3.1cvs27
469
470         * src/prefs_ext_prog.c
471                 hide Print command option if libgnomeprint
472                 support is present
473
474 2006-06-27 [colin]      2.3.1cvs26
475
476         * src/compose.c
477                 Fix Esc handling in insert/attach dialog
478                 Don't show this dialog if dragging something
479                 else than text/uri-list
480                 Thanks to Fabien Vantard
481         * tools/textviewer.pl
482                 Filter script to display stuff as text
483                 by H. Merijn Brand
484
485 2006-06-27 [wwp]        2.3.1cvs25
486
487         * src/messageview.c
488                 use the exact product name (message view title), patch
489                 by Fabien Vantard.
490
491 2006-06-27 [ticho]      2.3.1cvs24
492
493         * src/prefs_account.c
494         * src/prefs_common.c
495         * src/prefs_common.h
496         * src/prefs_ext_prog.c
497         * src/textview.c
498                 Add a preference (Preferences/External programs)
499                 to allow "Display as text" to be done via a script
500                 (patch by H.Merijn Brand).
501                 Use GtkComboBox for protocol selection in account
502                 preferences.
503                 Only include current choice for existing accounts, and
504                 insensitivize the combobox.
505
506 2006-06-27 [paul]       2.3.1cvs23
507
508         * src/mbox.c
509                 fix crasher introduced in cvs21.
510                 Thanks to Colin
511
512 2006-06-26 [colin]      2.3.1cvs22
513
514         * src/mbox.c
515                 Fix double-frees when leaving folders
516                 after exporting to mbox
517
518 2006-06-26 [colin]      2.3.1cvs21
519
520         * src/mbox.c
521                 More feedback (and optimisation)
522                 on import/export
523         * src/common/utils.c
524                 Fix case when looking for mail addresses
525         * src/gtk/gtkutils.c
526                 Extra check for (X-)Face
527
528 2006-06-25 [ticho]      2.3.1cvs20
529
530         * src/compose.c
531         * src/exphtmldlg.c
532         * src/gtk/gtkutils.c
533         * src/gtk/gtkutils.h
534                 Added second argument to gtkut_sc_combobox_create() to
535                 control focus-on-click for the widget.
536                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
537
538 2006-06-25 [ticho]      2.3.1cvs19
539
540         * src/compose.c
541         * src/gtk/Makefile.am
542         * src/gtk/combobox.c
543         * src/gtk/combobox.h
544         * src/gtk/gtkutils.c
545         * src/gtk/gtkutils.h
546                 Use GtkComboBox instead of deprecated GtkOptionMenu
547                 for account selector in compose window and for encoding
548                 selector in attachment properties.
549                 Also factorise working with the new GtkComboBox somewhat.
550
551 2006-06-24 [paul]       2.3.1cvs18
552
553         * src/prefs_common.c
554                 use the correct default value
555
556 2006-06-24 [paul]       2.3.1cvs17
557
558         * src/compose.c
559         * src/prefs_common.c
560         * src/prefs_common.h
561         * src/prefs_compose_writing.c
562                 enable setting of default action when
563                 dnd'ing files in the compose window.
564                 (Collaborative effort with wwp)
565
566 2006-06-23 [wwp]        2.3.1cvs16
567
568         * src/compose.c
569                 i18n fix (thanks to Fabien Vantard)
570
571 2006-06-22 [colin]      2.3.1cvs15
572
573         * src/prefs_customheader.c
574                 Don't use filters in custom headers' file 
575                 selector. Remember, extensions mean nothing :)
576
577 2006-06-22 [paul]       2.3.1cvs14
578
579         * configure.ac
580                 allow setting of man directory location
581
582 2006-06-22 [colin]      2.3.1cvs13
583
584         * src/mainwindow.c
585                 Add 'View/Go to/Next unread folder'.
586                 I missed that :)
587
588 2006-06-22 [colin]      2.3.1cvs12
589
590         * src/common/utils.c
591                 Add some subject prefixes
592                 Patch by Bjorn T Johansen <btj@havleik.no>
593
594 2006-06-22 [colin]      2.3.1cvs11
595
596         * manual/advanced.xml
597                 Forgotten hidden pref
598
599 2006-06-21 [paul]       2.3.1cvs10
600
601         * src/prefs_account.c
602                 complete the removal of 'Add date header' option
603
604 2006-06-21 [paul]       2.3.1cvs9
605
606         * src/account.c
607         * src/compose.c
608         * src/prefs_account.c
609         * src/prefs_account.h
610                 remove option to add date header - always
611                 add date header
612         * src/etpan/imap-thread.c
613                 fix warnings (Thanks to Colin)
614
615 2006-06-21 [wwp]        2.3.1cvs8
616
617         * src/folder.c
618                 set the attachment flag when inline text part are (file)named. This is more convenient
619                 when receiving (for instance) inline source files or patches sent using thunderbird.
620
621 2006-06-21 [paul]       2.3.1cvs7
622
623         * src/inc.c
624                 fix off-by-one count of current msg in
625                 statusbar filtering progressbar
626
627 2006-06-21 [paul]       2.3.1cvs6
628
629         * src/folder.c
630                 Show attachment icon even if the part is 'inline'
631                 if the following conditions are met:
632                 - content-type != 'text/plain'
633                 - content-type != '*/pgp-signature'
634                 - either 'name' or 'filename' parameter is not NULL
635                 
636                 Thanks to Colin
637
638 2006-06-21 [paul]       2.3.1cvs5
639
640         * src/messageview.c
641         * src/prefs_common.c
642         * src/prefs_common.h
643         * src/prefs_other.c
644                 add an option to 'Never send Return
645                 Receipts'
646                 Thanks to Colin
647
648 2006-06-20 [mones]      2.3.1cvs4
649
650         * po/es.po
651                 updated
652         * src/compose.c
653                 typo fixed (space after comma)
654         * tools/make.themes.project
655                 remove exec mode from tarball files
656
657 2006-06-20 [colin]      2.3.1cvs3
658
659         * src/news.c
660         * src/procheader.c
661         * src/unmime.c
662                 Better fix for \n's in headers (don't 
663                 break Received: and others)
664
665 2006-06-20 [paul]       2.3.1cvs2
666
667         * src/alertpanel.c
668         * src/textview.c
669                 improve legibility of phishing attempt
670                 dialog
671
672 2006-06-20 [paul]       2.3.1cvs1
673
674         * NEWS
675         * README
676         * configure.ac
677                 Update version number following
678                 stable release
679
680 2006-06-20 [colin]      2.3.0cvs26
681
682         * src/compose.c
683                 When dragging a file to the text of the compose
684                 window, ask whether we want to insert or attach
685                 (I know lots of people who do that to attach)
686
687 2006-06-20 [colin]      2.3.0cvs25
688
689         * src/etpan/imap-thread.c
690                 Fix threshold (the append command is often > 32 bytes)
691
692 2006-06-19 [colin]      2.3.0cvs24
693
694         * src/imap.c
695         * src/etpan/imap-thread.c
696                 Workaround Rockliffe IMAP server bug: replace
697                 "x UID SEARCH (ANSWERED UID 1:*)" with
698                 "x UID SEARCH ANSWERED"
699                 (Rockliffe doesn't handle the parenthesis)
700
701 2006-06-19 [colin]      2.3.0cvs23
702
703         * src/compose.c
704         * src/imap.c
705         * src/etpan/imap-thread.c
706                 Probably fix bug #972 (Freezes when adding 
707                 an attachment to the message)
708         * src/common/defs.h
709                 Modernize Firefox cmd
710
711
712 2006-06-18 [colin]      2.3.0cvs22
713
714         * src/prefs_customheader.c
715                 Only allow correct filenames for various
716                 custom headers
717
718 2006-06-18 [colin]      2.3.0cvs21
719
720         * src/prefs_customheader.c
721                 Add a 'From File...' button in custom headers prefs, which
722                 try to do the right thing: 
723                 for normal headers, use file as plaintext,
724                 for X-Face, calls compface,
725                 for Face, encode to b64.
726
727 2006-06-17 [colin]      2.3.0cvs20
728
729         * src/mh.c
730                 Warning fix
731
732 2006-06-16 [colin]      2.3.0cvs19
733
734         * src/summaryview.c
735                 Recursive quicksearch: show message list
736                 in current folder, *then* search children
737                 in the background.
738
739 2006-06-16 [colin]      2.3.0cvs18
740
741         * src/main.c
742                 Instead of ignoring SIGPIPE, save caches
743                 when getting one. Will fix the fact that
744                 hot caches are out-of-date when logging 
745                 out of Xorg.
746         * src/compose.c
747         * src/prefs_compose_writing.c
748                 Only save text (not attachments) when 
749                 auto-saving to drafts
750         * src/unmime.c
751                 Always replace \n, \r and \t with spaces
752                 in headers
753         * manual/dist/html/Makefile.am
754         * manual/dist/pdf/Makefile.am
755         * manual/dist/ps/Makefile.am
756         * manual/dist/txt/Makefile.am
757         * manual/fr/dist/html/Makefile.am
758         * manual/fr/dist/pdf/Makefile.am
759         * manual/fr/dist/ps/Makefile.am
760         * manual/fr/dist/txt/Makefile.am
761         * manual/pl/dist/html/Makefile.am
762         * manual/pl/dist/pdf/Makefile.am
763         * manual/pl/dist/ps/Makefile.am
764         * manual/pl/dist/txt/Makefile.am
765                 Fix make clean removing pregenerated manuals
766
767
768 2006-06-16 [colin]      2.3.0cvs17
769
770         * src/plugins/pgpcore/sgpgme.c
771         * src/plugins/pgpmime/pgpmime.c
772         * src/plugins/pgpinline/pgpinline.c
773                 Better error reporting in setup_signers.
774                 Don't fallback to default key if specified
775                 key isn't found.
776                 Don't allow signing if more than one secret
777                 key matches the one specified in prefs.
778
779 2006-06-15 [colin]      2.3.0cvs16
780
781         * src/folderview.c
782                 Add "Send queue" in the folder's contextual
783                 menu
784         * src/compose.c
785         * src/messageview.c
786         * src/privacy.c
787         * src/privacy.h
788         * src/procmime.c
789         * src/procmsg.c
790         * src/plugins/pgpcore/passphrase.c
791         * src/plugins/pgpcore/sgpgme.c
792         * src/plugins/pgpinline/pgpinline.c
793         * src/plugins/pgpmime/pgpmime.c
794                 Better error reporting
795         * src/mbox.c
796                 Probably fix bug #971 (2.2.3 cannot read mail 
797                 from local mbox)
798
799
800 2006-06-15 [mones]      2.3.0cvs15
801
802         * tools/make.themes.project
803                 creates the themes project from the web page
804
805 2006-06-15 [colin]      2.3.0cvs14
806
807         * src/folder.c
808                 Better fix (avoid losing the folder if scan_tree 
809                 fails)
810
811 2006-06-15 [cleroy]     2.3.0cvs13
812
813         * src/folder.c
814                 Probably fix Bug #969 (crash on rebuilding 
815                 imap folder)
816
817 2006-06-14 [colin]      2.3.0cvs12
818
819         * manual/dtd/manual.xsl
820         * manual/sylpheed-claws-manual.xml
821         * manual/fr/sylpheed-claws-manual.xml
822         * manual/pl/sylpheed-claws-manual.xml
823                 Insert pagebreaks between sections
824
825 2006-06-14 [paul]       2.3.0cvs11
826
827         * configure.ac
828                 better fix than 2.3.0cvs10
829
830 2006-06-14 [paul]       2.3.0cvs10
831
832         * configure.ac
833                 fix setting of PACKAGE_DATA_DIR with newer autoconf
834                 (backwards compatible)
835
836 2006-06-13 [colin]      2.3.0cvs9
837
838         * src/messageview.c
839                 Fix sending of return receipt with the new queue folders
840
841 2006-06-13 [wwp]        2.3.0cvs8
842
843         * src/quote_fmt_lex.l
844                 fix wrong tokens returned in quote_fmt lexer, query not().
845
846 2006-06-13 [wwp]        2.3.0cvs7
847
848         * src/folder.c
849         * src/prefs_folder_item.c
850                 allow changing folder type even when folder is not a top-level one,
851                 thanks to Colin.
852
853 2006-06-12 [colin]      2.3.0cvs6
854
855         * src/folderview.c
856                 Fix double-ask of "Do you want to mark all
857                 as read"
858
859 2006-06-12 [colin]      2.3.0cvs5
860
861         * src/compose.c
862         * src/compose.h
863         * src/folder.c
864         * src/folder.h
865         * src/imap.c
866         * src/inc.c
867         * src/main.c
868         * src/messageview.c
869         * src/mh.c
870         * src/prefs_folder_item.c
871         * src/procheader.c
872         * src/procmime.c
873         * src/procmsg.c
874         * src/procmsg.h
875         * src/send_message.c
876         * src/summaryview.c
877         * src/toolbar.c
878                 Apply bug #964's patch (Queue and drafts aren't normal)
879                 The Drafts and Queue folder now contain RFC-822 files,
880                 allowing to move and copy mails from and to these 
881                 folders. Moving from Drafts to Queue will prepare the
882                 mail for sending (PGP signature, encryption, etc).
883                 This patch also rework sending errors handling to try
884                 to be more helpful.
885                 Also, allow redefining folder types via the GUI 
886                 (Folder type in its Properties)
887
888 2006-06-12 [colin]      2.3.0cvs4
889
890         * src/summaryview.c
891         * src/prefs_common.c
892         * src/prefs_common.h
893         * src/gedit-print.c
894                 Allow to define a specific print font - patch
895                 by Bernhard Walle <bernhard.walle@gmx.de>
896         * src/prefs_fonts.c
897         * manual/advanced.xml
898         * manual/fr/advanced.xml
899                 Add a hidden pref to allow deletion without
900                 confirmation
901
902 2006-06-12 [wwp]        2.3.0cvs3
903
904         * .cvsignore
905                 more files to ignore.
906
907 2006-06-12 [wwp]        2.3.0cvs2
908
909         * src/quote_fmt.c
910         * src/quote_fmt_lex.l
911         * src/quote_fmt_parse.y
912                 extend the quote_fmt parser (templates and quotes):
913                 - allow limited sub-expressions in |p{} and |f{} expressions,
914                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
915                 - implemented/fixed missing implementation of query_references and show_references,
916                 - completed, fixed contents and format of the symbols help dialog,
917                 - fix some compilation warnings.
918
919 2006-06-12 [wwp]        2.3.0cvs1
920
921         * manual/advanced.xml
922         * manual/fr/advanced.xml
923                 updates in the "templates" section of the manual (eng/fr):
924                  - be more precise (both versions)
925                  - completed to match the english reference (fr version)
926                  - touchups (both versions)
927
928 2006-06-12 [paul]       2.3.0
929
930         2.3.0 released
931
932 2006-06-12 [paul]       2.2.3cvs14
933
934         * po/ca.po
935         * po/cs.po
936         * po/de.po
937         * po/el.po
938         * po/fr.po
939         * po/it.po
940         * po/pt_BR.po
941         * po/sr.po
942         * po/zh_CN.po
943                 updated by Miquel Oliete, Tim, Stephan Sachse,
944                 Stavros Giannouris, Fabien Vantard, Andrea
945                 Spadaccini, Frederico Goncalves Guimaraes,
946                 Aleksandar Urosevic, and Ralgh Young
947
948 2006-06-12 [colin]      2.2.3cvs13
949
950         * src/mbox.c
951                 Add missing header
952
953 2006-06-11 [colin]      2.2.3cvs12
954
955         * src/msgcache.c
956                 Verify that g_malloc() succeeded
957
958 2006-06-11 [colin]      2.2.3cvs11
959
960         * src/wizard.c
961                 Add Face header to welcome mail
962
963 2006-06-10 [colin]      2.2.3cvs10
964
965         * src/textview.c
966                 Revert previous (Forgot it changes the
967                 margin on the whole mail)
968
969 2006-06-10 [colin]      2.2.3cvs9
970
971         * src/textview.c
972                 Don't overlap long headers under (X-)Face
973
974 2006-06-10 [mones]      2.2.3cvs8
975
976         * manual/xml2pdf
977                 allow generation of manual on systems lacking saxon binary
978                 but with java and the saxon library installed
979
980         * po/es.po
981                 updated for release
982
983 2006-06-09 [colin]      2.2.3cvs7
984
985         * src/summaryview.c
986                 Fix leak when using Display Sender using Addressbook
987
988 2006-06-09 [colin]      2.2.3cvs6
989
990         * src/compose.c
991         * src/folder.c
992         * src/folderview.c
993         * src/mimeview.c
994         * src/summaryview.c
995                 More leaks fixes
996
997 2006-06-09 [paul]       2.2.3cvs5
998
999         * AUTHORS
1000         * src/gtk/authors.h
1001         * tools/claws.i18n.status.pl
1002                 updated with new info
1003
1004 2006-06-09 [paul]       2.2.3cvs4
1005
1006         * README
1007                 updated
1008         * manual/ack.xml
1009                 add wwp to authors list
1010         * src/gtk/authors.h
1011                 update mine and Colin's addresses
1012
1013 2006-06-08 [colin]      2.2.3cvs3
1014
1015         * src/etpan/imap-thread.c
1016                 Fix leak on SSL cert check
1017
1018 2006-06-08 [colin]      2.2.3cvs2
1019
1020         * src/common/utils.c
1021                 Fix leak
1022
1023 2006-06-08 [paul]       2.2.3cvs1
1024
1025         * configure.ac
1026                 Update version number following
1027                 stable release
1028
1029 2006-06-07 [colin]      2.2.2cvs3
1030
1031         * src/msgcache.c
1032                 Fix catching cache read errors (guint instead of gint)
1033                 Prevent malloc'ing more than 8MB (means cache corruption)
1034
1035 2006-06-07 [paul]       2.2.2cvs2
1036
1037         * src/exporthtml.c
1038         * src/exportldif.c
1039         * src/mh.c
1040         * src/mutt.c
1041         * src/pine.c
1042         * src/common/utils.c
1043                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1044                 obey $HOME'
1045                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1046                 Thanks to Colin
1047
1048 2006-06-06 [paul]       2.2.2cvs1
1049
1050         * configure.ac
1051                 Update version number following
1052                 stable release
1053
1054 2006-06-06 [paul]       2.2.1cvs6
1055
1056         * src/matcher.c
1057                 fix  implicit declaration of
1058                 sylpheed_do_idle()
1059                 Patch by Fabien Vantard
1060
1061 2006-06-06 [paul]       2.2.1cvs5
1062
1063         * src/matcher.c
1064                 fix age_greater and age_lower so that they
1065                 mean what say and not '...or equal to'
1066                 Thanks to Colin
1067
1068 2006-06-06 [paul]       2.2.1cvs4
1069
1070         * src/textview.c
1071         * src/common/utils.c
1072                 fix URI check
1073                 Thanks to Colin
1074
1075 2006-06-05 [wwp]        2.2.1cvs3
1076
1077         * manual/fr/account.xml
1078                 minor language fixes (thanks to Fabien Vantard).
1079
1080 2006-06-05 [colin]      2.2.1cvs2
1081
1082         * src/prefs_folder_item.c
1083         * src/folderview.c
1084                 Allow recursive setting of properties 
1085                 for whole mailboxes
1086         * src/matcher.c
1087                 Don't freeze on 'test' filtering rule
1088
1089 2006-06-05 [colin]      2.2.1cvs1
1090
1091         * configure.ac
1092                 Update version number following
1093                 stable release
1094
1095 2006-06-04 [wwp]        2.2.0cvs82
1096
1097         * manual/glossary.xml
1098         * manual/account.xml
1099         * manual/fr/glossary.xml
1100         * manual/fr/account.xml
1101                 added glossary section and references/links related to the Face custom header.
1102
1103 2006-06-04 [colin]      2.2.0cvs81
1104
1105         * src/summaryview.c
1106                 Skip to next message on move with no
1107                 immediate execution
1108
1109 2006-06-04 [wwp]        2.2.0cvs80
1110
1111         * manual/xml2pdf
1112                 added sanity checks, exit when needed.
1113
1114 2006-06-03 [paul]       2.2.0cvs79
1115
1116         * src/prefs_receive.c
1117                 page name is now 'Receiving'
1118         * src/prefs_send.c
1119                 page name is now 'Sending'
1120
1121 2006-06-03 [colin]      2.2.0cvs78
1122
1123         * src/plugins/spamassassin/spamassassin_gtk.c
1124                 Autoswitch to Localhost if transport was previously
1125                 disabled. Else people had to check [] Enable, then
1126                 *reselect* transport.
1127
1128 2006-06-03 [colin]      2.2.0cvs77
1129
1130         * src/plugins/pgpinline/pgpinline.c
1131         * src/plugins/pgpmime/pgpmime.c
1132                 Check that gpg_data_release_and_get_mem 
1133                 didn't fail (now, why this happens...)
1134
1135 2006-06-03 [colin]      2.2.0cvs76
1136
1137         * src/mbox.c
1138                 Fix bug #962 (Manual and/or UI should 
1139                 warn about incompatible locking 
1140                 causing dataloss)
1141
1142 2006-06-02 [cleroy]     2.2.0cvs75
1143
1144         * src/filtering.c
1145         * src/folder.c
1146         * src/procmsg.c
1147         * src/summaryview.c
1148                 Fix a few leaks
1149
1150 2006-06-02 [colin]      2.2.0cvs74
1151
1152         * src/main.c
1153                 On exit, free caches after writing them
1154                 Shuts up some valgrind false positives
1155         * src/procmsg.c
1156         * src/send_message.c
1157                 Fix races when reusing existing SMTP connections
1158                 Fix inexistant session timeout
1159         * src/toolbar.c
1160                 Display alertpanel after all queues have
1161                 been processed, not after each
1162
1163 2006-06-02 [wwp]        2.2.0cvs73
1164
1165         * manual/fr/glossary.xml
1166         * manual/fr/ack.xml
1167         * manual/ack.xml
1168                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1169
1170 2006-06-02 [wwp]        2.2.0cvs72
1171
1172         * manual/xml2pdf
1173         * manual/dist/pdf/Makefile.am
1174         * manual/dtd/manual.xsl
1175         * manual/fr/dist/pdf/Makefile.am
1176         * manual/pl/dist/pdf/Makefile.am
1177                 we changed the procedure to generate the .pdf version of the manual.
1178                 The procedure is more modern and the .pdf we get now has a valid index.
1179                 Here are the new pre-requisites:
1180
1181                 - JRE 1.x (1.4 here): there must be one from your distro
1182                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1183                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1184                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1185
1186                 See my posts for further info about the installation of this toolchain:
1187
1188                 Date: Fri, 19 May 2006 19:40:06 +0200
1189                 From: wwp <subscript@free.fr>
1190                 To: sylpheed-claws-devel@lists.sourceforge.net
1191                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1192
1193                 and
1194
1195                 Date: Wed, 24 May 2006 12:58:49 +0200
1196                 From: wwp <subscript@free.fr>
1197                 To: sylpheed-claws-devel@lists.sourceforge.net
1198                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1199
1200 2006-06-01 [colin]      2.2.0cvs71
1201
1202         * src/compose.c
1203                 Better guards against IMAP races
1204         * src/main.c
1205         * src/prefs_common.c
1206         * src/prefs_common.h
1207         * src/common/ssl_certificate.c
1208         * src/etpan/imap-thread.c
1209         * src/etpan/imap-thread.h
1210         * src/gtk/sslcertwindow.c
1211                 New hidden option ssl_skip_cert_check to 
1212                 avoid dups of bug #959 (libetpan linked
1213                 against gnutls and gnutls buggy on 64bit)
1214                 Present expired warning only once per
1215                 session/server.
1216         * manual/advanced.xml
1217         * manual/fr/advanced.xml
1218                 Document new option
1219
1220 2006-06-01 [wwp]        2.2.0cvs70
1221
1222         * src/messageview.c
1223                 fix for bug #961 (return receipt dialog 
1224                 complains incorrectly about return-path 
1225                 email adress being different), thanks 
1226                 to Colin.
1227
1228 2006-05-31 [cleroy]     2.2.0cvs69
1229
1230         * src/common/ssl.c
1231                 Guard against NULLs, although this
1232                 should never be an issue
1233
1234 2006-05-31 [colin]      2.2.0cvs68
1235
1236         * src/filtering.c
1237                 Use g_slist_prepend
1238         * src/imap.c
1239                 Don't remove caches when destroying folder, it
1240                 could (should) be done at exit
1241         * src/inc.c
1242                 free processing cache after incorporation
1243         * src/etpan/imap-thread.c
1244                 Maybe fix bug #959 (Crash on moving to emails 
1245                 to a imap account per ssl with a expired 
1246                 certificate.)
1247
1248 2006-05-30 [colin]      2.2.0cvs67
1249
1250         * src/summaryview.c
1251                 Put back event flush when displaying message
1252                 It avoids reading a bunch of messages just
1253                 by hitting shift-n for too long ;)
1254
1255 2006-05-29 [colin]      2.2.0cvs66
1256
1257         * src/summaryview.c
1258                 Remove useless g_warnings
1259
1260 2006-05-29 [colin]      2.2.0cvs65
1261
1262         * src/imap.c
1263                 Fix g_slist_append()s for performance
1264
1265 2006-05-29 [colin]      2.2.0cvs64
1266
1267         * src/compose.c
1268         * src/common/utils.c
1269                 Fix extraneous tab at start of addresses
1270         * src/mainwindow.c
1271                 Fix warnings (thanks to Fabien)
1272                 Fix crash at exit when composing messages 
1273                 exist
1274         * src/pop.c
1275                 Fix progress bar when deleting expired mails
1276                 Thanks to Hiro
1277         * src/summaryview.c
1278         * src/gtk/gtksctree.c
1279                 Fix re-sorting slowness
1280
1281 2006-05-29 [paul]       2.2.0cvs63
1282
1283         * src/mh.c
1284                 fetch full message when moving mails
1285                 from another mailbox, (fixed data loss
1286                 when filtering from IMAP to MH, introduced
1287                 in 2.2.0cvs57).
1288                 Thanks to Colin
1289
1290 2006-05-29 [mones]      2.2.0cvs62
1291
1292         * src/gtk/gtksctree.c
1293                 Unselect faster (patch by Colin)        
1294
1295 2006-05-26 [colin]      2.2.0cvs61
1296
1297         * src/summaryview.c
1298                 Unplug MSGINFO_UPDATE callback on delete too.
1299
1300 2006-05-26 [colin]      2.2.0cvs60
1301
1302         * src/foldersel.c
1303                 Fix bold in folder selection window with glib2.10
1304                 thanks Hiro
1305
1306 2006-05-26 [colin]      2.2.0cvs59
1307
1308         * src/procheader.c
1309                 Convert date only if necessary (and don't
1310                 try to convert from utf8 to utf8, too)
1311         * src/summaryview.c
1312                 Only set column's text if the column's 
1313                 displayed
1314
1315 2006-05-26 [colin]      2.2.0cvs58
1316
1317         * src/summaryview.c
1318         * src/gtk/gtkutils.c
1319                 Fix useless warning
1320
1321 2006-05-26 [colin]      2.2.0cvs57
1322
1323         * src/mainwindow.c
1324                 Make summaryview selectable as long as 
1325                 no message has focus
1326         * src/mh.c
1327                 Faster deletion (by implementing mh_remove_msgs)
1328                 Faster copy (avoid using mh_fetch_msg just to get
1329                 the filename)
1330                 Faster move (using move_file instead of copy_file
1331                 if MSG_IS_MOVE)
1332                 No progressbar if total number of mails to cp/mv 
1333                 is less than 100
1334         * src/summaryview.c
1335                 Fix removal from subject_table when mail gets moved
1336                 Faster deletion (g_slist_prepend instead of append)
1337         * src/gtk/gtksctree.c
1338                 Remove useless code
1339
1340 2006-05-25 [colin]      2.2.0cvs56
1341
1342         * src/common/ssl_certificate.c
1343                 Fix leak in expired cert check
1344
1345 2006-05-25 [colin]      2.2.0cvs55
1346
1347         * src/mh.c
1348                 Disable flags syncing on .mh_sequences - it
1349                 is buggy and marks mails read under unknown
1350                 conditions.
1351
1352 2006-05-25 [paul]
1353
1354         * 2.3.0-rc4 released
1355
1356 2006-05-24 [colin]      2.2.0cvs54
1357
1358         attention cvs users: if you manage to crash
1359         Sylpheed-Claws while moving, copying or deleting
1360         mails, we *are* interested in stack traces and
1361         valgrind logs. It looks stable, but one never
1362         knows...
1363
1364         * src/folder.c
1365                 Add progressbar for cache updates
1366         * src/folderutils.c
1367                 Optimize Mark all read in the current
1368                 folder
1369         * src/mh.c
1370                 Add progressbar for copy/move
1371         * src/procmsg.c
1372                 Optimize O(n^2) in copy/move
1373         * src/summaryview.c
1374         * src/gtk/gtksctree.c
1375                 Optimize O(n^2) algos
1376         * src/common/timing.h
1377                 Display ms instead of us
1378
1379 2006-05-24 [wwp]        2.2.0cvs53
1380
1381         * manual/fr/advanced.xml
1382                 updates to the French manual.
1383
1384 2006-05-24 [wwp]        2.2.0cvs52
1385
1386         * src/common/utils.c
1387                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1388
1389 2006-05-24 [wwp]        2.2.0cvs51
1390
1391         * src/folderutils.c
1392                 fixed "mark all read" in MH folders (thanks to Colin).
1393
1394 2006-05-24 [paul]       2.2.0cvs50
1395
1396         * doc/man/sylpheed-claws.1
1397                 updated the man page
1398
1399 2006-05-23 [colin]      2.2.0cvs49
1400
1401         * src/folderview.c
1402         * src/imap.c
1403         * src/inc.c
1404         * src/mbox.c
1405         * src/messageview.c
1406         * src/news.c
1407         * src/send_message.c
1408         * src/summaryview.c
1409         * src/gtk/sslcertwindow.c
1410                 alertpanel fixes, by Fabien
1411
1412 2006-05-23 [colin]      2.2.0cvs48
1413
1414         * src/folder.c
1415         * src/folderview.c
1416         * src/msgcache.c
1417         * src/summaryview.c
1418         * src/gtk/gtksctree.c
1419         * src/gtk/gtksctree.h
1420                 More timings
1421                 Fix slow loading problem, which was caused by the
1422                 use of some gtk_ctree funcs and their use of
1423                 g_list_position while gtk_ctree_(un)link'ing.
1424                 Reap more functions from gtkctree.c to be sure we
1425                 use our (fast) version instead of theirs.
1426         * src/mh.c
1427                 Fix copy of unread mails
1428
1429
1430 2006-05-22 [wwp]        2.2.0cvs47
1431
1432         * manual/fr/advanced.xml
1433                 updated.
1434
1435 2006-05-22 [colin]      2.2.0cvs46
1436
1437         * src/filtering.c
1438                 Fix possible infinite loop. 'copy' is not a 
1439                 final action, so when encountering a 'copy',
1440                 we have to check if a previous one was set
1441                 and do it. In the same way, if we encounter
1442                 a 'move' we have to perform a possibly 
1443                 pending 'copy'. This will slow down filtering
1444                 on IMAP if move+copy or multiple copy actions
1445                 are to be done, but handling it via the batch
1446                 would be really too convoluted.
1447
1448 2006-05-22 [wwp]        2.2.0cvs45
1449
1450         * manual/fr/advanced.xml
1451         * manual/fr/faq.xml
1452         * manual/fr/glossary.xml
1453         * manual/fr/handling.xml
1454         * manual/fr/intro.xml
1455         * manual/fr/plugins.xml
1456         * manual/fr/sylpheed-claws-manual.xml
1457                 sync w/ the english manual: updates URIs, documented mailing-list
1458                 support, better explanation about the enabled/disabled feature
1459                 in filtering/processing rules by Paul.
1460
1461 2006-05-21 [colin]      2.2.0cvs44
1462
1463         * src/summaryview.c
1464                 Don't expand after building threads, but during
1465
1466 2006-05-21 [colin]      2.2.0cvs43
1467
1468         * src/procmsg.c
1469         * src/summaryview.c
1470                 More timing possibilities... For next time I have 
1471                 to find out how the hell some 3GHz computer takes
1472                 one minute to open a 30k folder...
1473
1474 2006-05-21 [colin]      2.2.0cvs42
1475
1476         * manual/pl/advanced.xml
1477         * manual/pl/faq.xml
1478         * manual/pl/glossary.xml
1479         * manual/pl/handling.xml
1480         * manual/pl/intro.xml
1481         * manual/pl/plugins.xml
1482         * manual/pl/sylpheed-claws-manual.xml
1483                 Polish manual updated by Pawel
1484
1485 2006-05-20 [colin]
1486
1487         * 2.3.0-rc3 released
1488
1489 2006-05-20 [colin]      2.2.0cvs41
1490
1491         * src/imap.c
1492                 Fix -rc2 problems:
1493                 - remove cache of moved messages from original folder
1494                 - apply new flags to messages even if they aren't appliable
1495                   via IMAP.
1496
1497 2006-05-20 [colin]
1498
1499         * 2.3.0-rc2 released
1500
1501 2006-05-19 [colin]      2.2.0cvs40
1502
1503         * src/imap.c
1504                 Don't issue SELECT in imap_change_flags
1505                 before having checked that we indeed have
1506                 some flags to change. MSG_POSTFILTERED for
1507                 example can't be used on IMAP.
1508                 Fixes bug #955 (copying messages between 
1509                 imap folders is extremely slow), which was
1510                 a regression.
1511
1512 2006-05-19 [colin]      2.2.0cvs39
1513
1514         * src/folder.c
1515         * src/folder.h
1516         * src/folderview.c
1517                 Try to fix bug #830 (Some unread messages 
1518                 get marked read in IMAP inbox):
1519                 - Prevent scanning a folder if it's being 
1520                   opened via the GUI
1521                 - Postpone opening via the GUI of a folder
1522                   currently scanned.
1523
1524
1525 2006-05-19 [wwp]        2.2.0cvs38
1526
1527         * manual/advanced.xml
1528                 fix English+typo (thanks to Paul).
1529
1530 2006-05-19 [wwp]        2.2.0cvs37
1531
1532         * manual/advanced.xml
1533         * manual/fr/advanced.xml
1534         * src/gtk/logwindow.c
1535         * src/prefs_common.c
1536         * src/prefs_common.h
1537                 added hidden prefs to allow customization of colors used in
1538                 protocol log window (useful for dark gtk+ themes).
1539
1540 2006-05-19 [wwp]        2.2.0cvs36
1541
1542         * ChangeLog
1543                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1544
1545 2006-05-19 [paul]       2.2.0cvs35
1546
1547         * src/textview.c
1548                 make Reply-To fully clickable
1549         * src/gtk/logwindow.c
1550                 more colouring (SMTP ESMTP)
1551         Both patches by Pawel Pekala
1552
1553 2006-05-19 [cleroy]     2.2.0cvs34
1554
1555         * src/mh.c
1556                 Don't update flags from current folder
1557                 Probably fixes bug #935 (Read Messages 
1558                 Revert to Being Marked as Unread)
1559
1560 2006-05-18 [colin]      2.2.0cvs33
1561
1562         * src/imap.c
1563                 Warning fix
1564         * src/compose.c
1565         * src/mainwindow.c
1566         * src/summaryview.c
1567         * src/toolbar.c
1568                 Allow replying to multiple emails
1569                 in multiple windows
1570         * src/mimeview.c
1571         * src/etpan/imap-thread.c
1572                 Leak fixes
1573
1574 2006-05-18 [paul]       2.2.0cvs32
1575
1576         * src/summaryview.c
1577                 keep Mailing-List menu refreshed
1578                 Thanks to Colin
1579
1580 2006-05-18 [paul]       2.2.0cvs31
1581
1582         * manual/advanced.xml
1583         * manual/faq.xml
1584         * manual/glossary.xml
1585         * manual/handling.xml
1586         * manual/intro.xml
1587         * manual/plugins.xml
1588         * manual/sylpheed-claws-manual.xml
1589                 update URLs
1590                 add info about mailing-list support
1591                 edit filtering info
1592         * src/wizard.c
1593         * src/common/defs.h
1594         * src/gtk/about.c
1595         * src/plugins/dillo_viewer/README
1596                 update URLs
1597
1598 2006-05-17 [wwp]        2.2.0cvs30
1599
1600         * manual/handling.xml
1601         * manual/fr/handling.xml
1602                 documented the ability to enabled/disable filtering/processing rules.
1603
1604 2006-05-17 [colin]      2.2.0cvs29
1605
1606         * src/main.c
1607                 Don't initialize g_thread subsystem if it's 
1608                 already done (thanks to Hiro)
1609         * src/mimeview.c
1610                 Fix saving of parts when there name can't be
1611                 converted from UTF-8.
1612
1613 2006-05-17 [paul]       2.2.0cvs28
1614
1615         * po/Makefile.in.in
1616                 fix config.status warning with autoconf 2.60
1617
1618 2006-05-17 [paul]       2.2.0cvs27
1619
1620         * po/POTFILES.in
1621                 add src/mbox.c
1622
1623 2006-05-17 [wwp]        2.2.0cvs26
1624
1625         * src/mainwindow.c
1626                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1627
1628 2006-05-17 [wwp]        2.2.0cvs25
1629
1630         * src/plugins/demo/demo.c
1631                 updated product name in plugin demo (many plugins need to be
1632                 sync'ed w/ that change).
1633
1634 2006-05-17 [colin]      2.2.0cvs24
1635
1636         * src/mh.c
1637                 Fix leak
1638
1639 2006-05-16 [colin]      2.2.0cvs23
1640
1641         * src/mainwindow.c
1642                 Stupid me hit again. Fix cvs22.
1643
1644 2006-05-16 [colin]      2.2.0cvs22
1645
1646         * src/mainwindow.c
1647                 Fix bug #922 (sylpheed-claws crashed after 
1648                 pushing on Inbox folder)
1649
1650 2006-05-16 [colin]      2.2.0cvs21
1651
1652         * src/compose.c
1653                 Make From header be copy/paste/select-able
1654
1655 2006-05-16 [wwp]        2.2.0cvs20
1656
1657         * src/export.c
1658         * src/matcher.c
1659         * src/summaryview.c
1660         * src/etpan/imap-thread.c
1661                 fix some compiler warnings (thanks to Colin).
1662
1663 2006-05-16 [wwp]        2.2.0cvs19
1664
1665         * src/action.c
1666         * src/gedit-print.c
1667         * src/inc.c
1668         * src/mainwindow.c
1669         * src/mh.c
1670         * src/statusbar.c
1671         * src/send_message.c
1672         * src/summaryview.c
1673                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1674
1675 2006-05-15 [colin]      2.2.0cvs18
1676
1677         * src/procmsg.c
1678                 Fix automatic rule creation with List-Post
1679
1680 2006-05-15 [paul]       2.2.0cvs17
1681
1682         * tools/filter_conv_new.pl
1683                 updated for rule enabling/disabling
1684                 claws version >= 2.3.x required
1685
1686 2006-05-15 [cleroy]     2.2.0cvs16
1687
1688         * src/main.c
1689                 Revert test
1690
1691 2006-05-15 [cleroy]     2.2.0cvs15
1692
1693         * src/main.c
1694                 test
1695
1696 2006-05-15 [wwp]        2.2.0cvs14
1697
1698         * manual/pl/.cvsignore
1699                 ignore generated files.
1700
1701 2006-05-14 [wwp]        2.3.0-rc1
1702
1703         * 2.3.0-rc1 released
1704
1705 2006-05-13 [wwp]        2.2.0cvs13
1706
1707         * src/filtering.c
1708         * src/filtering.h
1709         * src/matcher.c
1710         * src/matcher_parser_lex.l
1711         * src/matcher_parser_parse.y
1712         * src/prefs_filtering.c
1713                 new feature: provide the ability to disable filtering and processing
1714                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1715                 adaptations.
1716
1717 2006-05-13 [colin]      2.2.0cvs12
1718
1719         * src/compose.c
1720                 Remove useless if (a) b; else b;
1721                 Thanks to wwp
1722
1723 2006-05-13 [wwp]        2.2.0cvs11
1724
1725         * src/export.c
1726         * src/import.c
1727         * src/mainwindow.c
1728         * src/mbox.c
1729         * src/summaryview.c
1730         * src/summaryview.h
1731                 no more silent failures (or at least less ones) when importing
1732                 or exporting from/to mbox. Also start importing/exporting if
1733                 the necessary info is set.
1734
1735 2006-05-13 [wwp]        2.2.0cvs10
1736
1737         * RELEASE_NOTES
1738                 restored up-to-date release notes.
1739
1740 2006-05-13 [paul]       2.2.0cvs9
1741
1742         * po/nl.po
1743         * po/ru.po
1744                 updated by Tim Dijkstra and Pavlo Bohmat
1745
1746 2006-05-12 [colin]      2.2.0cvs8
1747
1748         * src/gtk/quicksearch.c
1749                 Add "k" as shortcut for "colorlabel". Patch
1750                 by ath42@users.sf.net.
1751
1752 2006-05-12 [paul]       2.2.0cvs7
1753
1754         * src/prefs_common.h
1755         * src/prefs_summaries.c
1756         * src/summaryview.c
1757                 when entering a folder also allow
1758                 going directly to first Marked message
1759
1760 2006-05-12 [paul]       2.2.0cvs6
1761
1762         * src/summaryview.c
1763                 always obey 'confirm before marking all
1764                 mails read' option
1765
1766 2006-05-12 [paul]       2.2.0cvs5
1767
1768         * src/textview.c
1769                 make Sender fully clickable
1770
1771 2006-05-12 [colin]      2.2.0cvs4
1772
1773         * src/compose.c
1774         * src/compose.h
1775                 Let From be editable
1776         * src/main.c
1777         * src/mh.c
1778                 Full support of .mh_sequences' Unseen seq
1779
1780 2006-05-12 [colin]      2.2.0cvs3
1781
1782         * src/folder.c
1783         * src/mainwindow.c
1784         * src/mainwindow.h
1785         * src/messageview.c
1786         * src/prefs_spelling.c
1787         * src/procheader.c
1788         * src/procmsg.c
1789         * src/procmsg.h
1790         * src/summaryview.c
1791         * src/toolbar.c
1792         * src/toolbar.h
1793                 Add contextual menu on Compose toolbar
1794                 button. Fixes bug #944 (Automatic
1795                 addresses not applied when changing account
1796                 from compose window)
1797                 add Mailing List support
1798                 based on the old 0.6.5claws25 patch by
1799                 Melvin Hadasht, with finishing touches
1800                 by Colin
1801                 Fix "ignore thread" when mails are threaded by
1802                 subject (and weren't ignored although appearing
1803                 in the thread).
1804                 GUI rework.
1805                 Both patches by Pawel.
1806
1807 2006-05-08 [paul]       2.2.0cvs2
1808
1809         * src/mainwindow.c
1810         * src/mainwindow.h
1811         * src/messageview.c
1812         * src/procheader.c
1813         * src/procmsg.c
1814         * src/procmsg.h
1815         * src/summaryview.c
1816                 add Mailing List support
1817                 based on the old 0.6.5claws25 patch by 
1818                 Melvin Hadasht, with finishing touches
1819                 by Colin
1820
1821 2006-05-08 [colin]      2.2.0cvs1
1822
1823         * src/mainwindow.c
1824         * src/toolbar.c
1825         * src/toolbar.h
1826                 Add contextual menu on Compose toolbar 
1827                 button. Fixes bug #944 (Automatic 
1828                 addresses not applied when changing account 
1829                 from compose window)
1830
1831 2006-05-08 [paul]       2.2.0
1832
1833         2.2.0 released
1834
1835 2006-05-08 [paul]       2.1.1cvs51
1836
1837         * po/cs.po
1838         * po/de.po
1839         * po/en_GB.po
1840         * po/fi.po
1841         * po/fr.po
1842         * po/pt_BR.po
1843         * po/sr.po
1844         * po/zh_CN.po
1845                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1846                 Fabien Vantard, Frederico Goncalves Guimaraes,
1847                 Aleksandar Urosevic, and Ralgh Young
1848
1849 2006-05-12 [colin]      2.1.1cvs50
1850
1851         * po/cs.po
1852         * po/de.po
1853         * po/en_GB.po
1854         * po/es.po
1855         * po/fi.po
1856         * po/fr.po
1857         * po/pt_BR.po
1858         * po/sr.po
1859         * po/zh_CN.po
1860                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1861                 Fabien Vantard, Frederico Goncalves Guimaraes,
1862                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1863
1864 2006-05-05 [colin]      2.1.1cvs49
1865
1866         * manual/Makefile.am
1867         * manual/pl/Makefile.am
1868         * manual/pl/account.xml
1869         * manual/pl/ack.xml
1870         * manual/pl/addrbook.xml
1871         * manual/pl/advanced.xml
1872         * manual/pl/faq.xml
1873         * manual/pl/glossary.xml
1874         * manual/pl/gpl.xml
1875         * manual/pl/handling.xml
1876         * manual/pl/intro.xml
1877         * manual/pl/keyboard.xml
1878         * manual/pl/plugins.xml
1879         * manual/pl/starting.xml
1880         * manual/pl/sylpheed-claws-manual.xml
1881         * manual/pl/dist/.cvsignore
1882         * manual/pl/dist/Makefile.am
1883         * manual/pl/dist/html/.cvsignore
1884         * manual/pl/dist/html/Makefile.am
1885         * manual/pl/dist/pdf/.cvsignore
1886         * manual/pl/dist/pdf/Makefile.am
1887         * manual/pl/dist/ps/.cvsignore
1888         * manual/pl/dist/ps/Makefile.am
1889         * manual/pl/dist/txt/.cvsignore
1890         * manual/pl/dist/txt/Makefile.am
1891                 Add the polish translation of the manual,
1892                 Authored by Pawel Pekala.
1893
1894 2006-05-05 [cleroy]     2.1.1cvs48
1895
1896         * src/main.c
1897                 Re-read matcherrc after loading plugins 
1898                 if some of them add folders.
1899
1900 2006-05-03 [colin]      2.1.1cvs47
1901
1902         * src/imap.c
1903                 I'm idiot
1904
1905 2006-05-03 [colin]      2.1.1cvs46
1906
1907         * src/imap.c
1908                 Be sure to have a session when
1909                 getting separator
1910
1911 2006-05-03 [colin]      2.1.1cvs45
1912
1913         * src/imap.c
1914         * src/imap.h
1915         * src/imap_gtk.c
1916                 Fix preventing renaming with namespace 
1917                 separator.
1918
1919 2006-05-01 [colin]      2.1.1cvs44
1920
1921         * src/action.c
1922                 Don't reload messageview when result of
1923                 action is piped.
1924
1925 2006-04-29 [colin]      2.1.1cvs43
1926
1927         * src/prefs_receive.c
1928         * src/plugins/spamassassin/spamassassin_gtk.c
1929         * src/plugins/clamav/clamav_plugin_gtk.c
1930                 GUI fixes by Pawel
1931
1932 2006-04-29 [colin]      2.1.1cvs42
1933
1934         * src/prefs_compose_writing.c
1935         * src/prefs_quote.c
1936                 Cleanups. Patch by Pawel
1937
1938 2006-04-28 [paul]       2.1.1cvs41
1939
1940         * src/matcher.c
1941                 fix returned quick search results when search
1942                 term contains an underscore.
1943                 Thanks to Colin
1944
1945 2006-04-28 [paul]       2.1.1cvs40
1946
1947         * src/prefs_message.c
1948         * src/prefs_receive.c
1949                 GUI cleanups
1950                 Patches by Pawel Pekala
1951
1952 2006-04-27 [colin]      2.1.1cvs39
1953
1954         * src/wizard.c
1955                 Differentiate subject Welcome from
1956                 window's title Welcome
1957
1958 2006-04-27 [paul]
1959
1960         2.2.0-rc1 released
1961
1962 2006-04-27 [paul]       2.1.1cvs38
1963
1964         * manual/advanced.xml
1965         * manual/fr/advanced.xml
1966                 add info about compose_no_markup hidden pref
1967
1968 2006-04-27 [paul]       2.1.1cvs37
1969
1970         * src/prefs_account.c
1971                 improve privacy labels
1972         * src/prefs_msg_colors.c
1973                 change some strings for translators' convenience
1974         * src/gtk/gtkutils.c
1975                 don't underline the link button text
1976
1977 2006-04-25 [colin]      2.1.1cvs36
1978
1979         * src/folder.c
1980                 Complete 2.1.1cvs33 (once more ;)
1981
1982 2006-04-25 [colin]      2.1.1cvs35
1983
1984         * src/editldap.c
1985                 Fix tooltip
1986
1987 2006-04-25 [cleroy]     2.1.1cvs34
1988
1989         * src/compose.c
1990         * src/gtk/gtkaspell.c
1991                 Fix crash on redirect (related to the return 
1992                 of the aspell menu in compose's toolbar)
1993         * src/prefs_msg_colors.c
1994                 Fix sensitivity widgets
1995         * src/image_viewer.c
1996         * src/gtk/pluginwindow.c
1997         * src/gtk/prefswindow.c
1998                 Change released signals to clicked (Fabien)
1999         * po/POTFILES.in
2000         * src/common/socket.c
2001         * src/plugins/spamassassin/spamassassin.c
2002                 Translate strings (Fabien)
2003
2004 2006-04-25 [paul]       2.1.1cvs33
2005
2006         * src/folder.c
2007         * src/folder.h
2008         * src/folderview.c
2009                 complete the fix of bug #912
2010                 Thanks to Colin
2011
2012 2006-04-25 [colin]      2.1.1cvs32
2013
2014         * src/news.c
2015                 Better progress bar
2016         * src/mimeview.c
2017         * src/summaryview.c
2018         * src/summaryview.h
2019                 Fix focus chain
2020                 Patches by Pawel Pekala
2021
2022 2006-04-24 [colin]      2.1.1cvs31
2023
2024         * src/compose.c
2025                 Fix compilation warnings (Fabien)
2026
2027 2006-04-24 [colin]      2.1.1cvs30
2028
2029         * src/addrindex.c
2030         * src/editldap.c
2031         * src/editldap_basedn.c
2032         * src/editldap_basedn.h
2033         * src/ldapctrl.c
2034         * src/ldapctrl.h
2035         * src/ldapquery.c
2036         * src/ldaputil.c
2037         * src/ldaputil.h
2038                 Fix bug #901 (LDAPS support)
2039
2040 2006-04-24 [colin]      2.1.1cvs29
2041
2042         * src/compose.c
2043                 Fix logic on error with send dialog on
2044         * src/imap.c
2045                 Fix compilation without libetpan, thanks
2046                 to Fabien
2047         * src/summaryview.c
2048                 Fix 'context-menu' key
2049
2050 2006-04-23 [colin]      2.1.1cvs28
2051
2052         * src/folder.c
2053                 Never free current's cache to free up 
2054                 memory. Fixes bug #912 (new count 
2055                 randomly set to message count)
2056
2057 2006-04-23 [colin]      2.1.1cvs27
2058
2059         * src/gtk/quicksearch.c
2060                 And remove printf...
2061
2062 2006-04-23 [colin]      2.1.1cvs26
2063
2064         * src/gtk/quicksearch.c
2065                 Fix replacing in quicksearch, and fix inserting
2066                 in the middle of the string. (introduced at 2.1.0cvs22)
2067
2068 2006-04-23 [colin]      2.1.1cvs25
2069
2070         * src/imap.c
2071                 Make sure uidnext is initialized in get_num_list
2072                 (not for stable, related to 2.1.1cvs8 and friends)
2073
2074 2006-04-23 [colin]      2.1.1cvs24
2075
2076         * src/imap.c
2077                 Output something when login is successful
2078                 too
2079
2080 2006-04-23 [colin]      2.1.1cvs23
2081
2082         * src/etpan/imap-thread.c
2083                 Better logging (line-per-line, hide data in fetch)
2084                 Fix a const warning
2085         * src/gtk/logwindow.c
2086         * src/gtk/logwindow.h
2087                 Better logging (color for input/output)
2088
2089 2006-04-21 [colin]      2.1.1cvs22
2090
2091         * src/gtk/quicksearch.c
2092                 On gtk+-2.8, use stock buttons in quicksearch
2093                 Based on a patch by Fabien and a design by Paul
2094
2095 2006-04-21 [colin]      2.1.1cvs21
2096
2097         * src/folderview.c
2098         * src/mainwindow.c
2099                 Fix occasional flicker in folderview
2100         * src/common/utils.c
2101                 Fix bug #943 (Incorrectly parsed email address 
2102                 list in short headers on message view and in 
2103                 printouts)
2104
2105 2006-04-20 [colin]      2.1.1cvs20
2106
2107         * src/imap.c
2108         * src/imap.h
2109         * src/prefs_account.c
2110                 Add ANONYMOUS auth for IMAP
2111
2112 2006-04-20 [paul]       2.1.1cvs19
2113
2114         * src/main.c
2115                 proper fix for 2.1.1cvs18
2116                 Thanks to Colin
2117
2118 2006-04-20 [paul]       2.1.1cvs18
2119
2120         * src/main.c
2121                 fix build warnings
2122
2123 2006-04-20 [paul]       2.1.1cvs17
2124
2125         * src/gtk/quicksearch.c
2126                 fix standard, non-extended Quick search,
2127                 was broken in 2.1.1cvs15.
2128                 Thanks to Colin.
2129
2130 2006-04-20 [colin]      2.1.1cvs16
2131
2132         * src/prefs_matcher.c
2133                 Fix values when reselecting a ~test
2134                 rule
2135
2136 2006-04-19 [colin]      2.1.1cvs15
2137
2138         * src/compose.c
2139         * src/compose.h
2140         * src/gtk/gtkaspell.c
2141         * src/gtk/gtkaspell.h
2142                 Put back Options menu in Spelling/
2143         * src/gtk/quicksearch.c
2144                 Don't search, and show error, if the
2145                 advanced search has a syntax error
2146
2147 2006-04-18 [colin]      2.1.1cvs14
2148
2149         * src/textview.c
2150                 Fix gdk warnings on set_cursor when textview
2151                 isn't visible
2152
2153 2006-04-18 [colin]      2.1.1cvs13
2154
2155         * src/gtk/gtksctree.c
2156                 Remove seemingly useless refresh that causes
2157                 flicker - watch this commit in case of 
2158                 problems before planned backport to stable
2159
2160 2006-04-18 [colin]      2.1.1cvs12
2161
2162         * src/imap.c
2163                 Factorize get/set_xml code
2164         * src/compose.c
2165         * src/prefs_account.c
2166         * src/prefs_account.h
2167         * src/procmsg.c
2168                 Add Encrypt to self option
2169
2170 2006-04-17 [colin]      2.1.1cvs11
2171
2172         * configure.ac
2173                 Fix search on encrpyt function on dragonfly
2174                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2175
2176 2006-04-17 [colin]      2.1.1cvs10
2177
2178         * src/prefs_account.c
2179                 Be safe by default: remove mails from POP3
2180                 after 7 days, not immediately
2181
2182 2006-04-17 [colin]      2.1.1cvs9
2183
2184         * src/etpan/imap-thread.c
2185                 Fix build on DragonFly - patch by 
2186                 Jonathan Buschmann <jonthn@agmact.com>
2187
2188 2006-04-17 [colin]      2.1.1cvs8
2189
2190         * src/imap.c
2191                 Save uidnext between sessions
2192
2193 2006-04-17 [colin]      2.1.1cvs7
2194
2195         * src/imap.c
2196                 scan is required when uid validity changes
2197
2198 2006-04-17 [colin]      2.1.1cvs6
2199
2200         * src/folderview.c
2201                 Don't scan if not necessary, apart in current
2202                 folder and INBOX to fetch flags.
2203         * src/imap.c
2204                 Scan is necessary if unread count changes
2205
2206 2006-04-17 [colin]      2.1.1cvs5
2207
2208         * src/imap.c
2209                 ...But always fetch ANSWERED and DELETED flags for
2210                 INBOX, as filtering can happen on these flags.
2211
2212 2006-04-17 [colin]      2.1.1cvs4
2213
2214         * src/imap.c
2215                 Don't fetch REPLIED and DELETED flags when synchronising
2216                 flags with a closed folder. We only need UNSEEN and FLAGGED
2217                 to update the folderview.
2218
2219 2006-04-17 [colin]      2.1.1cvs3
2220
2221         * src/imap.c
2222                 Faster flag search when there are new mails 
2223                 in a folder. We can do a full search if the 
2224                 folder contains less messages than the new
2225                 list.
2226
2227 2006-04-17 [colin]      2.1.1cvs2
2228
2229         * po/cs.po
2230         * po/de.po
2231         * po/fr.po
2232         * po/nl.po
2233         * po/pt_BR.po
2234                 Update translations from stable branch
2235
2236 2006-04-17 [colin]      2.1.1cvs1
2237
2238         * configure.ac
2239                 Bump version to follow stable release
2240
2241 2006-04-16 [mones]      2.1.0cvs50
2242
2243         * po/es.po
2244                 Updated for release
2245
2246 2006-04-16 [colin]      2.1.0cvs49
2247
2248         * src/textview.c
2249                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2250                 with gtk < 2.8. Thanks to Fabien Vantard.
2251
2252 2006-04-15 [colin]      2.1.0cvs48
2253
2254         * src/etpan/imap-thread.c
2255                 Fix bug #919 (libetpan: SEGV when connecting 
2256                 using command)
2257
2258 2006-04-14 [colin]      2.1.0cvs47
2259
2260         * src/main.c
2261                 Fix race on --select (should be done better)
2262
2263 2006-04-14 [wwp]        2.1.0cvs46
2264
2265         * src/send_message.c
2266                 enforce a check for domain in account prefs (a sending
2267                 error could be faced if domain was checked but no value set),
2268                 thanks to Colin.
2269
2270 2006-04-14 [colin]      2.1.0cvs45
2271
2272         * src/codeconv.c
2273                 when converting from unknown to unknown, if the
2274                 string is UTF8, don't convert it to the locale
2275                 (which breaks it)
2276
2277 2006-04-14 [colin]      2.1.0cvs44
2278
2279         * src/compose.c
2280                 Don't try to use ASCII for converting headers
2281                 (as done in body)
2282
2283 2006-04-14 [paul]       2.1.0cvs43
2284
2285         * src/crash.c
2286                 add locale/charset info to crash report
2287         * src/gtk/about.c
2288                 add wwp to doc team
2289                 replace 'e-mail' with preferred 'email'
2290         * src/gtk/authors.h
2291                 ensure contributors list is in alphabetical
2292                 order
2293
2294 2006-04-13 [colin]      2.1.0cvs42
2295
2296         * src/textview.c
2297                 Prevent gdk warnings
2298
2299 2006-04-13 [colin]      2.1.0cvs41
2300
2301         * src/common/ssl_certificate.c
2302         * src/common/ssl_certificate.h
2303         * src/gtk/sslcertwindow.c
2304                 Warn on expired certs, and display the expiration date
2305
2306 2006-04-13 [colin]      2.1.0cvs40
2307
2308         * src/plugins/spamassassin/spamassassin_gtk.c
2309                 Fix missing set_text on unix socket
2310
2311 2006-04-13 [wwp]        2.1.0cvs39
2312
2313         * manual/fr/advanced.xml
2314         * manual/fr/glossary.xml
2315                 applied new spam/ham/email lexicon (pourriel, courriel)
2316
2317 2006-04-13 [paul]       2.1.0cvs38
2318
2319         * src/plugins/pgpmime/plugin.c
2320                 remove the mention of S/MIME from the
2321                 description. This is now handled by the
2322                 S/MIME plugin.
2323
2324 2006-04-13 [paul]       2.1.0cvs37
2325
2326         * src/prefs_msg_colors.c
2327                 rework dialog
2328         * src/prefs_folder_item.c
2329         * src/prefs_spelling.c
2330                 add a tooltip to the colour selector buttons
2331
2332 2006-04-13 [wwp]        2.1.0cvs36
2333
2334         * manual/advanced.xml
2335         * manual/glossary.xml
2336         * manual/handling.xml
2337         * manual/keyboard.xml
2338         * manual/plugins.xml
2339         * manual/starting.xml
2340         * manual/fr/account.xml
2341         * manual/fr/ack.xml
2342         * manual/fr/addrbook.xml
2343         * manual/fr/advanced.xml
2344         * manual/fr/faq.xml
2345         * manual/fr/glossary.xml
2346         * manual/fr/gpl.xml
2347         * manual/fr/handling.xml
2348         * manual/fr/intro.xml
2349         * manual/fr/keyboard.xml
2350         * manual/fr/plugins.xml
2351         * manual/fr/starting.xml
2352         * manual/fr/sylpheed-claws-manual.xml
2353                 fixes to the manuals:
2354                  - summaryview -> Message List (same in French)
2355                  - translate key names
2356                  - fix French punctuation, use non-breakable spaces when
2357                    necessary, don't use &thinsp; which is not portable
2358                  - tell what maildir and mbox formats we support
2359
2360 2006-04-12 [wwp]        2.1.0cvs35
2361
2362         * src/prefs_toolbar.c
2363                 unified a replace button more,
2364                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2365
2366 2006-04-12 [wwp]        2.1.0cvs34
2367
2368         * src/prefs_common.c
2369         * src/prefs_msg_colors.c
2370                 make default color labels translatable,
2371                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2372                 thanks to Tim <timbrain@post.cz> for reporting.
2373
2374 2006-04-12 [wwp]        2.1.0cvs33
2375
2376         * manual/glossary.xml
2377         * manual/intro.xml
2378         * manual/plugins.xml
2379         * manual/starting.xml
2380         * manual/sylpheed-claws-manual.xml
2381         * manual/fr/.cvsignore
2382         * manual/fr/account.xml
2383         * manual/fr/ack.xml
2384         * manual/fr/addrbook.xml
2385         * manual/fr/advanced.xml
2386         * manual/fr/faq.xml
2387         * manual/fr/glossary.xml
2388         * manual/fr/handling.xml
2389         * manual/fr/intro.xml
2390         * manual/fr/keyboard.xml
2391         * manual/fr/plugins.xml
2392         * manual/fr/starting.xml
2393         * manual/fr/sylpheed-claws-manual.xml
2394                 various fixes: typos, missing .fr translations, punctuation,
2395                 capitalization, links, accents and some bad French more.
2396
2397 2006-04-12 [wwp]        2.1.0cvs32
2398
2399         * src/prefs_gtk.c
2400                 fix for bug #935: always store prefs files in UTF-8 (thanks
2401                 to Colin).
2402
2403 2006-04-11 [colin]      2.1.0cvs31
2404
2405         * src/compose.c
2406                 Fix inserting files not in utf8 when locale is utf8
2407
2408 2006-04-11 [colin]      2.1.0cvs30
2409
2410         * src/inc.c
2411                 Don't show error dialog when cancelling connection
2412                 Patch by Pawel
2413
2414 2006-04-11 [cleroy]     2.1.0cvs29
2415
2416         * src/compose.c
2417                 Implement multiple quote levels
2418         * src/prefs_common.c
2419                 Change a little bit the quote bgcolor for 2nd level
2420
2421 2006-04-11 [colin]      2.1.0cvs28
2422
2423         * src/gtk/about.c
2424                 Add locale and charset in the label
2425
2426 2006-04-10 [colin]      2.1.0cvs27
2427
2428         * src/compose.c
2429         * src/prefs_common.c
2430         * src/prefs_common.h
2431         * src/prefs_msg_colors.c
2432         * src/textview.c
2433                 Allow optional background color in quotes
2434                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2435                 GTK+-2.8.x feature
2436
2437 2006-04-10 [colin]      2.1.0cvs26
2438
2439         * src/main.c
2440         * src/mainwindow.c
2441         * src/mainwindow.h
2442                 Implement --select
2443
2444 2006-04-10 [colin]      2.1.0cvs25
2445
2446         * manual/plugins.xml
2447         * manual/fr/plugins.xml
2448                 Document libcurl's proxy variables
2449
2450 2006-04-09 [colin]      2.1.0cvs24
2451
2452         * src/prefs_common.c
2453                 gettext() returns statically allocated stuff. We have
2454                 to strdup it in order to be able to free it.
2455
2456 2006-04-09 [colin]      2.1.0cvs23
2457
2458         * AUTHORS
2459         * src/gtk/authors.h
2460                 Add Alexei
2461
2462 2006-04-09 [colin]      2.1.0cvs22
2463
2464         * src/mainwindow.c
2465         * src/gtk/quicksearch.c
2466                 Fix bug #859 (problems with cyrilic input in 
2467                 search panel) - Patch by Alexey Illarionov 
2468                 <littlesavage@rambler.ru>
2469
2470 2006-04-09 [colin]      2.1.0cvs21
2471
2472         * src/prefs_customheader.c
2473                 I prefer removing then freeing rather than the contrary
2474                 (even if it doesn't change anything ;-)
2475         * src/prefs_account.c
2476                 Fix bug #933 (Crash re-entering the custom headers list 
2477                 dialog in accounts prefs)
2478                 The problem happened when cancelling the Account 
2479                 Preferences' dialogs - in which case we didn't do 
2480                 anything to the PrefsAccount * struct. In case of applying,
2481                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2482                 working with in this dialog. The problem is that 
2483                 prefs_customheader.c, working on this tmp_ac_prefs, always
2484                 changes the ->customhdr_list pointer, even when cancelled. 
2485                 So in case of cancelling the prefs_account dialog, we still
2486                 have to update ->customhdr_list in the real account.
2487
2488 2006-04-08 [colin]      2.1.0cvs20
2489
2490         * manual/fr/glossary.xml
2491         * manual/fr/keyboard.xml
2492                 Forgot some headers :)
2493
2494 2006-04-08 [colin]      2.1.0cvs19
2495
2496         * manual/Makefile.am
2497         * manual/fr/Makefile.am
2498         * manual/fr/account.xml
2499         * manual/fr/ack.xml
2500         * manual/fr/addrbook.xml
2501         * manual/fr/advanced.xml
2502         * manual/fr/faq.xml
2503         * manual/fr/glossary.xml
2504         * manual/fr/gpl.xml
2505         * manual/fr/handling.xml
2506         * manual/fr/intro.xml
2507         * manual/fr/keyboard.xml
2508         * manual/fr/plugins.xml
2509         * manual/fr/starting.xml
2510         * manual/fr/sylpheed-claws-manual.xml
2511         * manual/fr/dist/.cvsignore
2512         * manual/fr/dist/Makefile.am
2513         * manual/fr/dist/html/.cvsignore
2514         * manual/fr/dist/html/Makefile.am
2515         * manual/fr/dist/pdf/.cvsignore
2516         * manual/fr/dist/pdf/Makefile.am
2517         * manual/fr/dist/ps/.cvsignore
2518         * manual/fr/dist/ps/Makefile.am
2519         * manual/fr/dist/txt/.cvsignore
2520         * manual/fr/dist/txt/Makefile.am
2521                 Add the french translation of the manual. Thanks to
2522                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2523                 account.xml, ack.xml, addrbook.xml and advanced.xml
2524
2525 2006-04-08 [colin]      2.1.0cvs18
2526
2527         * manual/plugins.xml
2528         * manual/starting.xml
2529                 More fixes
2530
2531 2006-04-07 [colin]      2.1.0cvs17
2532
2533         * manual/faq.xml
2534         * manual/intro.xml
2535         * manual/keyboard.xml
2536                 Little fixes
2537
2538 2006-04-07 [colin]      2.1.0cvs16
2539
2540         * README
2541         * src/compose.c
2542         * src/prefs_common.c
2543         * src/prefs_common.h
2544                 Add hidden compose_no_markup pref
2545
2546 2006-04-07 [wwp]        2.1.0cvs15
2547
2548         * src/summary_search.c
2549         * .cvsignore
2550                 Bugfix: stop button was sticky when searching in an empty folder.
2551                 Applied curly brackets code style to the whole file (summary_search.c).
2552                 More files to ignore.
2553
2554 2006-04-07 [wwp]        2.1.0cvs14
2555
2556         * src/message_search.c
2557         * src/summary_search.c
2558                 changed default button when search bumps at file/folder
2559                 beginning or end, for convenience (thanks to Colin).
2560
2561 2006-04-07 [paul]       2.1.0cvs13
2562
2563         * src/plugins/dillo_viewer/dillo_prefs.c
2564                 avoid future potential for namespace collision
2565                 Patch by Colin
2566
2567 2006-04-06 [wwp]        2.1.0cvs12
2568
2569         * src/summary_search.c
2570                 Unify extended/advanced searches names (and thus factorize labels),
2571                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2572
2573 2006-04-06 [wwp]        2.1.0cvs11
2574
2575         * src/folderview.c
2576         * src/prefs_themes.c
2577         * src/summaryview.c
2578                 Fixed some compilation warnings.
2579
2580 2006-04-06 [colin]      2.1.0cvs10
2581
2582         * manual/advanced.xml
2583                 Document the wizard template and how to deploy
2584                 Sylpheed-Claws effectively
2585
2586 2006-04-06 [colin]      2.1.0cvs9
2587
2588         * src/folderview.c
2589                 gettext patch to tell translators about _("#"),
2590                 by Maxim Britov
2591
2592 2006-04-06 [colin]      2.1.0cvs8
2593
2594         * src/textview.c
2595                 Fix invalid GtkTextBIter after clicking "Display as text"
2596
2597 2006-04-06 [mones]      2.1.0cvs7
2598
2599         * src/addr_compl.c
2600         * src/addrindex.c
2601         * src/addritem.c
2602         * src/codeconv.c
2603         * src/compose.c
2604         * src/filtering.c
2605         * src/folder.c
2606         * src/folder_item_prefs.c
2607         * src/folderview.c
2608         * src/localfolder.c
2609         * src/matcher.c
2610         * src/mimeview.c
2611         * src/prefs_msg_colors.c
2612         * src/prefs_spelling.c
2613         * src/prefs_themes.c
2614         * src/procmime.c
2615         * src/procmsg.c
2616         * src/stock_pixmap.c
2617         * src/summaryview.c
2618         * src/textview.c
2619         * src/toolbar.c
2620         * src/common/mgutils.c
2621         * src/common/prefs.c
2622         * src/common/ssl_certificate.c
2623         * src/gtk/colorlabel.c
2624         * src/gtk/quicksearch.c
2625         * src/plugins/pgpmime/pgpmime.c
2626         * src/plugins/spamassassin/spamassassin.c
2627                 Removed redundant NULL checks for g_free() calls.
2628                 Patch by Pawel Pekala.
2629
2630 2006-04-06 [mones]      2.1.0cvs6
2631
2632         * src/prefs_actions.c
2633         * src/prefs_filtering.c
2634         * src/prefs_filtering_action.c
2635         * src/prefs_matcher.c
2636         * src/prefs_template.c
2637         * src/gtk/gtkutils.c
2638         * src/gtk/gtkutils.h
2639                 Have a nice replace button. Patch by Pawel Pekala
2640
2641 2006-04-06 [colin]      2.1.0cvs5
2642
2643         * src/addressbook.c
2644                 Fix crash with empty columns
2645
2646 2006-04-05 [colin]      2.1.0cvs4
2647
2648         * src/wizard.c
2649         * src/prefs_gtk.c
2650                 Allow wizard customization with pre-filled values
2651
2652 2006-04-05 [colin]      2.1.0cvs3
2653
2654         * src/textview.c
2655         * src/mimeview.c
2656         * src/mimeview.h
2657                 Nicer messages in mimeview
2658
2659 2006-04-05 [colin]      2.1.0cvs2
2660
2661         * src/addressbook.c
2662         * src/prefs_summaries.c
2663                 i18n fix
2664
2665 2006-04-05 [colin]      2.1.0cvs1
2666
2667         * src/plugins/pgpcore/plugin.c
2668         * src/plugins/pgpcore/select-keys.c
2669         * src/plugins/pgpcore/select-keys.h
2670         * src/plugins/pgpcore/sgpgme.c
2671         * src/plugins/pgpcore/sgpgme.h
2672         * src/plugins/pgpinline/pgpinline.c
2673         * src/plugins/pgpinline/plugin.c
2674         * src/plugins/pgpmime/pgpmime.c
2675         * src/plugins/pgpmime/plugin.c
2676                 Factorize and generalize a bit 
2677                 Drop S/MIME signature verification from PGP/MIME
2678                 (adding it as another, more complete plugin)
2679
2680 2006-04-05 [paul]       2.1.0
2681
2682         2.1.0 released
2683
2684 2006-04-05 [paul]       2.0.0cvs186
2685
2686         * manual/advanced.xml
2687                 add info on colour labels
2688
2689 2006-04-05 [paul]       2.0.0cvs185
2690
2691         * po/bg.po
2692         * po/cs.po
2693         * po/de.po
2694         * po/el.po
2695         * po/en_GB.po
2696         * po/fi.po
2697         * po/fr.po
2698         * po/it.po
2699         * po/nl.po
2700         * po/pl.po
2701         * po/pt_BR.po
2702         * po/sr.po
2703         * po/zh_CN.po
2704                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2705                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2706                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2707                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2708         * src/gtk/authors.h
2709         * tools/claws.i18n.status.pl
2710                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2711                 and new Czech translator, Tim <timbrain@post.cz>
2712
2713 2006-04-05 [mones]      2.0.0cvs184
2714
2715         * po/es.po
2716                 Updated translation
2717
2718 2006-04-05 [colin]      2.0.0cvs183
2719
2720         * src/gtk/quicksearch.c
2721                 Fix bug #929 (unnecessary reload in quick search bar)
2722
2723 2006-04-05 [colin]      2.0.0cvs182
2724
2725         * src/compose.c
2726                 Fix crash on Reply with no From:
2727                 Show signature and conversion error on queuing 
2728                 (but not sending)
2729         * src/mainwindow.c
2730         * src/summaryview.c
2731         * src/summaryview.h
2732                 Factorize threading code and make sure msginfo 
2733                 is not null when it comes from a GtkCTreeRow's 
2734                 data
2735         * src/gtk/gtkaspell.c
2736                 Check for necessary things
2737         * src/gtk/gtksctree.c
2738         * src/gtk/gtksctree.h
2739                 Reset anchor if necessary when removing node
2740
2741 2006-03-29 [colin]      2.0.0cvs181
2742
2743         * src/folderview.c
2744                 Warn for disabled IMAP accounts (due to lack of
2745                 libetpan). Breaks string-freeze - sorry - but it
2746                 is kind of important ;)
2747
2748 2006-03-28 [colin]      2.0.0cvs180
2749
2750         * src/gtk/gtkutils.c
2751         * src/gtk/gtkutils.h
2752                 Add a gtkut_get_link_btn() function that
2753                 creates a button which acts like an URI
2754         * src/prefs_themes.c
2755         * src/gtk/about.c
2756                 Use this function (factorizes codes)
2757         * src/common/defs.h
2758         * src/gtk/pluginwindow.c
2759                 Add a "Get more..." in the plugins window
2760
2761 2006-03-28 [colin]      2.0.0cvs179
2762
2763         * src/common/smtp.c
2764         * src/common/passcrypt.c
2765         * src/undo.c
2766                 Warning fixes. Patch by Pawel Pekala
2767
2768 2006-03-27 [colin]      2.0.0cvs178
2769
2770         * src/undo.c
2771                 Fix undoing by blocks with spaces
2772
2773 2006-03-27 [colin]      2.0.0cvs177
2774
2775         * src/textview.c
2776                 Set margin to 3px for headers
2777
2778 2006-03-27 [paul]
2779
2780         2.1.0-rc2 released
2781
2782 2006-03-27 [wwp]        2.0.0cvs176
2783
2784         * src/summaryview.c
2785                 don't reset quicksearch when updating the message list.
2786                 Thanks to Colin.
2787
2788 2006-03-26 [wwp]        2.0.0cvs175
2789
2790         * src/compose.c
2791                 use a unified border width ('other' tab in the compose window,
2792                 patch by Pawel Pekala).
2793
2794
2795 2006-03-26 [wwp]        2.0.0cvs174
2796
2797         * src/common/quoted-printable.c
2798         * src/addressbook.c
2799                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2800
2801 2006-03-26 [colin]      2.0.0cvs173
2802
2803         * src/quote_fmt_parse.y
2804                 Fix non-UTF8 date formats messing up the whole quote a 
2805                 little bit
2806
2807 2006-03-26 [colin]      2.0.0cvs172
2808
2809         * src/procheader.c
2810                 Make sure the date is UTF8 valid, or try to make it
2811                 so. IncrediMail is really IncrediStupid.
2812         * src/compose.c
2813                 Fix possible conversions. 
2814                 
2815
2816 2006-03-26 [colin]      2.0.0cvs171
2817
2818         * src/matcher.c
2819                 Fix corner cases in body search. This is still a
2820                 hack... It seems impossible to make it good and 
2821                 reasonably fast at the same time.
2822
2823 2006-03-26 [colin]      2.0.0cvs170
2824
2825         * src/summaryview.c
2826                 I think I killed the twilight zone bug!
2827                 summary_select_node() flushes GTK events in order
2828                 to be able to center the view. But this also 
2829                 flushes keypresses like Ctrl-Alt-U, so this can
2830                 call summary_show from summary_select_node (itself
2831                 called from summary_show, etc.). And the summaryview
2832                 has to be unlocked in this function. So just locking
2833                 while processing GTK events, and bailing if locked, 
2834                 should fix it.
2835                 Fixes bug #927 (SIGSEGV during Update Summary)
2836
2837 2006-03-25 [colin]      2.0.0cvs169
2838
2839         * src/matcher.c
2840                 Fix search in QP-encoded bodies
2841                 Fix utf-8 searches in bodies encoded in the
2842                 locale's encoding
2843         * src/common/quoted-printable.c
2844         * src/common/quoted-printable.h
2845                 Add a decode function that doesn't overwrite
2846                 the original pointer
2847                 
2848
2849 2006-03-24 [colin]      2.0.0cvs168
2850
2851         * src/action.c
2852         * src/summaryview.c
2853         * src/summaryview.h
2854                 Update message cache after action
2855                 Patch by H. Merijn Brand
2856         * src/prefs_msg_colors.c
2857                 Factorize label 
2858                 Patch by Fabien Vantard
2859         * src/plugins/spamassassin/spamassassin_gtk.c
2860                 Remove useless translation
2861                 Patch by Fabien Vantard
2862
2863 2006-03-23 [colin]      2.0.0cvs167
2864
2865         * src/common/ssl.c
2866                 Let 30 seconds to SSL_connect
2867
2868 2006-03-23 [wwp]        2.0.0cvs166
2869
2870         * src/summaryview.c
2871         * src/gtk/description_window.c
2872                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2873                 and headers are translated; adjust description windows' width to fit their
2874                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2875
2876 2006-03-23 [paul]       2.0.0cvs165
2877
2878         * src/common/utils.c
2879                 fix highlighting of URIs containing "()"
2880                 (2.0.0cvs164's reversal fixed)
2881                 Thanks to Colin.
2882
2883 2006-03-23 [paul]       2.0.0cvs164
2884
2885         * src/common/utils.c
2886                 revert patch, (postponing a fix), at 2.0.0cvs120
2887                 as it breaks more URIs than it fixes.
2888                 Allow '-' to be a terminating character in a URI
2889
2890 2006-03-22 [colin]      2.0.0cvs163
2891
2892         * configure.ac
2893                 Require libetpan 0.45
2894                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2895
2896 2006-03-22 [paul]       2.0.0cvs162
2897
2898         * src/editgroup.c
2899                 replace '<-' and '->' buttons with GTK_STOCK graphical
2900                 buttons
2901         * src/summary_search.c
2902                 don't offer '...' for translation
2903                 add a tooltip to advanced search '...' button
2904         * src/gtk/quicksearch.c
2905                 don't offer '...' for translation
2906
2907 2006-03-21 [colin]      2.0.0cvs161
2908
2909         * src/compose.c
2910                 Fix middle-click pasting (insert at click
2911                 position instead of cursor position, don't
2912                 remove existing selection and allow pasting
2913                 our own selection)
2914         * src/addressbook.c
2915                 "LDAP Server" -> "LDAP servers"
2916
2917 2006-03-21 [wwp]        2.0.0cvs160
2918
2919         * src/etpan/imap-thread.c
2920                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2921
2922 2006-03-20 [colin]      2.0.0cvs159
2923
2924         * src/summaryview.c
2925                 Don't reload summaryview after an execute with no
2926                 move action
2927
2928 2006-03-19 [colin]      2.0.0cvs158
2929
2930         * src/addressbook.c
2931                 and put groups at the top, always
2932
2933 2006-03-19 [colin]      2.0.0cvs157
2934
2935         * src/addressbook.c
2936                 Order groups before names, as previously
2937
2938 2006-03-19 [colin]      2.0.0cvs156
2939
2940         * src/addressbook.c
2941                 - Sort case-unsensitive
2942                 - Put the sort arrow at opening too
2943
2944 2006-03-19 [wwp]        2.0.0cvs155
2945
2946         * src/addressbook.c
2947                 allow sorting by name/email/remarks, ensure that right-pane's contents
2948                 matches the left-pane selection (cleared when appropriate).
2949                 Patch by Pawel Pekala <c0rn@o2.pl>.
2950
2951 2006-03-18 [colin]      2.0.0cvs154
2952
2953         * src/textview.c
2954                 Fix text cursor ;)
2955
2956 2006-03-18 [colin]      2.0.0cvs153
2957
2958         * src/gtk/filesel.c
2959                 Make sure we hide the preview if we didn't get
2960                 a filename
2961
2962 2006-03-18 [colin]      2.0.0cvs152
2963
2964         * src/summaryview.c
2965                 Set cursor to watch for execution (fixes lack
2966                 of watch-cursor when dnd'ing hundreds of mails)
2967         * src/gtk/filesel.c
2968                 Check that mime type is 'image/*' before updating
2969                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2970
2971 2006-03-18 [colin]      2.0.0cvs151
2972
2973         * src/mainwindow.c
2974         * src/textview.c
2975         * src/textview.h
2976                 Put a watch cursor in textview too when the mainwindow's
2977                 cursor in a watch
2978
2979 2006-03-18 [colin]      2.0.0cvs150
2980
2981         * src/folder.c
2982                 Change wrong asserts to simple tests
2983
2984 2006-03-17 [colin]      2.0.0cvs149
2985
2986         * src/mainwindow.c
2987         * src/mainwindow.h
2988         * src/prefs_msg_colors.c
2989         * src/summaryview.c
2990         * src/summaryview.h
2991         * src/gtk/colorlabel.c
2992         * src/gtk/colorlabel.h
2993                 Add a color label menu in the main menubar
2994                 Add (fixed) accels Ctrl-{0-7} to change the color
2995                 They have to be fixed because the menu's dynamic,
2996                 the items are complex widgets, hence we can't use
2997                 a GtkItemFactory.
2998
2999
3000 2006-03-17 [wwp]        2.0.0cvs148
3001
3002         * src/compose.c
3003                 rollback few lines from my previous commit (those lines come from
3004                 a pending patch, accidentally commited, even if neutral as they are
3005                 commented out).
3006
3007 2006-03-17 [wwp]        2.0.0cvs147
3008
3009         * src/compose.c
3010                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3011                 applied code style/indentation to the modified function.
3012
3013 2006-03-17 [wwp]        2.0.0cvs146
3014
3015         * src/procmsg.c
3016         * src/compose.c
3017                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3018
3019 2006-03-17 [paul]
3020
3021         2.1.0-rc1 released
3022
3023 2006-03-17 [paul]       2.0.0cvs145
3024
3025         * src/main.c
3026                 addressbook_read_file() was called twice
3027         * src/textview.c
3028                 X-Mailer highlighting
3029
3030 2006-03-16 [colin]      2.0.0cvs144
3031
3032         * src/sourcewindow.c
3033         * src/sourcewindow.h
3034                 And the last one, in source window.
3035
3036 2006-03-16 [colin]      2.0.0cvs143
3037
3038         * src/compose.c
3039         * src/compose.h
3040                 Fix the same stuff in compose
3041
3042 2006-03-16 [colin]      2.0.0cvs142
3043
3044         * src/messageview.c
3045                 Complete the previous messageview crash fix
3046
3047 2006-03-16 [colin]      2.0.0cvs141
3048
3049         * src/procmsg.h
3050         * src/procmsg.c
3051         * src/folder.c
3052                 Fix POSTPROCESSING hook
3053                 Patch by H. Merijn Brand
3054
3055         * src/procmime.c
3056         * src/procmime.h
3057                 Parse Content-Location
3058
3059         * src/toolbar.c
3060         * src/messageview.c
3061         * src/messageview.h
3062                 Don't crash when a top-level MessageView has
3063                 been closed on us. Same problematic than
3064                 yesterday's quicksearch issue.
3065
3066 2006-03-15 [colin]      2.0.0cvs140
3067
3068         * src/gtk/quicksearch.c
3069                 Fix a bitchy race we didn't think about when we
3070                 added quicksearch cancellation:
3071                 If the search is not on cached fields, for example
3072                 body_part matchcase "stuff"
3073                 the matcher code has to get the whole message. If
3074                 we're on IMAP, that can be slow, and in order to
3075                 be non-blocking, the IMAP code idle loop processes
3076                 gtk events too. So it is possible to cancel a
3077                 quicksearch while the matcher is getting the mail's
3078                 body. After matcher got its body, it will start to
3079                 iterate over the matcher list that the Quicksearch's
3080                 clear_search_cb() just freed via prepare_matcher().
3081                 SIGSEGV ensues.
3082                 The fix consists of guarding the matcherlist_match()
3083                 call with a boolean 'matching'. If we reset the
3084                 quicksearch while matching is TRUE, we don't free
3085                 the matcherlist anymore like we did, but we set
3086                 another new flag, deferred_free, to TRUE. Then,
3087                 in quicksearch_match(), just after returning from
3088                 matcherlist_match() and unsetting the matching flag,
3089                 we check the deferred_free flag and do the
3090                 prepare_matcher() (which does the matcherlist_free)
3091                 for real, so we free the matcherlist once it's not
3092                 used anymore.
3093                 As all of this runs via the glib main loop, we
3094                 luckily don't need a mutex.
3095         * src/summaryview.c
3096                 Also, show progress while searching.
3097
3098
3099 2006-03-14 [colin]      2.0.0cvs139
3100
3101         * src/alertpanel.c
3102                 Make alertpanel_is_open non-static
3103
3104 2006-03-14 [colin]      2.0.0cvs138
3105
3106         * src/prefs_spelling.c
3107                 Cleanups - Fabien Vantard
3108
3109 2006-03-14 [wwp]        2.0.0cvs137
3110
3111         * src/main.c
3112                 code style normalization (curly braces, indentation).
3113
3114 2006-03-14 [wwp]        2.0.0cvs137
3115
3116         * src/main.c
3117                 code style (braces, indentation)
3118
3119 2006-03-12 [paul]       2.0.0cvs136
3120
3121         * src/prefs_common.c
3122                 trans_hdr defaults to FALSE to be RFC-savvy
3123         * src/prefs_summaries.c
3124                 add a tooltip to the trans_hdr option
3125                 
3126
3127 2006-03-12 [paul]       2.0.0cvs135
3128
3129         * src/prefs_matcher.c
3130                 give a little more width to the combos
3131         * src/prefs_display_header.c
3132         * src/textview.c
3133                 translate headers if prefs_common.trans_hdr
3134                 is TRUE
3135
3136         Patches by Pawel Pekala
3137
3138 2006-03-12 [paul]       2.0.0cvs134
3139
3140         * src/plugins/clamav/clamav_plugin.c
3141         * src/plugins/dillo_viewer/dillo_viewer.c
3142         * src/plugins/pgpcore/plugin.c
3143         * src/plugins/pgpinline/plugin.c
3144         * src/plugins/pgpmime/plugin.c
3145         * src/plugins/spamassassin/spamassassin.c
3146                 update/add to descriptions
3147         * src/plugins/spamassassin/spamassassin_gtk.c
3148                 fixes to the english, remove superfluous
3149                 tooltips, clean up a little
3150
3151 2006-03-12 [paul]       2.0.0cvs133
3152
3153         * src/compose.c
3154                 fix Bug 924, 'Account combo box shows up wrong 
3155                 if & is in account name'
3156
3157 2006-03-11 [colin]      2.0.0cvs132
3158
3159         * src/summaryview.c
3160                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3161                 messed up shift-selection because is slows down
3162                 moving around summaryview. thanks -users
3163
3164 2006-03-10 [colin]      2.0.0cvs131
3165
3166         * src/plugins/spamassassin/spamassassin_gtk.c
3167                 Put back Paul's engrish fixes
3168
3169 2006-03-10 [colin]      2.0.0cvs130
3170
3171         * src/plugins/spamassassin/spamassassin.c
3172         * src/plugins/spamassassin/spamassassin.h
3173         * src/plugins/spamassassin/spamassassin_gtk.c
3174                 Cleanup SA prefs page (more)
3175                 Patch by Fabien Vantard
3176
3177 2006-03-10 [paul]       2.0.0cvs129
3178
3179         * src/prefs_msg_colors.c
3180         * src/prefs_spelling.c
3181                 widget sensitivity
3182
3183 2006-03-09 [mones]      2.0.0cvs128
3184
3185         * po/es.po
3186                 Update for next RC
3187
3188 2006-03-09 [wwp]        2.0.0cvs127
3189
3190         * configure.ac
3191                 revert accidental commit (requirement for libetpan 0.43), this time
3192                 not in HEAD.
3193
3194 2006-03-09 [wwp]        2.0.0cvs125
3195
3196         * configure.ac
3197                 revert accidental commit (requirement for libetpan 0.43)
3198
3199 2006-03-09 [paul]       2.0.0cvs126
3200
3201         * src/prefs_receive.c
3202                 remove useless frame
3203                 replace 'incorporation' with 'receiving'
3204         * src/plugins/clamav/clamav_plugin_gtk.c
3205         * src/plugins/spamassassin/spamassassin_gtk.c
3206                 improve widget sensitivity
3207                 fix a bit his engrish
3208
3209 2006-03-09 [wwp]        2.0.0cvs125
3210
3211         * src/addressadd.c
3212         * src/foldersel.c
3213         * src/prefs_common.c
3214         * src/prefs_common.h
3215                 remember some more windows' sizes (add to addressbook and
3216                 select folder).
3217
3218 2006-03-09 [paul]       2.0.0cvs124
3219
3220         * src/plugins/pgpcore/prefs_gpg.c
3221                 normalise construction of dialogue
3222
3223 2006-03-09 [paul]       2.0.0cvs123
3224
3225         * src/plugins/trayicon/Makefile.am
3226                 add missing slash
3227
3228 2006-03-08 [colin]      2.0.0cvs122
3229
3230         * src/plugins/trayicon/Makefile.am
3231                 Fix build in separate dir 
3232                 Patch by Bamanzi <bamanzi@gmail.com>
3233
3234 2006-03-08 [colin]      2.0.0cvs121
3235
3236         * src/procmsg.c
3237                 Batch move and copies from summaryview with delayed execution
3238                 too
3239
3240 2006-03-07 [paul]       2.0.0cvs120
3241
3242         * src/common/utils.c
3243                 fix highlighting of URIs containing "()"
3244                 Patch by Pawel Pekala
3245
3246 2006-03-07 [paul]       2.0.0cvs119
3247
3248         * src/folder.c
3249         * src/folder.h
3250         * src/folderview.c
3251                 immediately do alphabetical resort when
3252                 changing a folder's name
3253                 Patch by Pawel Pekala
3254
3255 2006-03-07 [paul]       2.0.0cvs118
3256
3257         * src/news.c
3258         * src/news_gtk.c
3259                 when unsubscribing a newsgroup, remove the
3260                 folder and msgs in .sylpheed-claws/newscache
3261                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3262
3263 2006-03-07 [paul]       2.0.0cvs117
3264
3265         * src/textview.c
3266                 fix wrong Fake URL Warning
3267                 Thanks to Hiro
3268
3269 2006-03-07 [colin]      2.0.0cvs116
3270
3271         * src/imap.c
3272                 Return immediately when password dialog was
3273                 cancelled
3274         * src/gtk/inputdialog.c
3275                 Allow empty strings for passwords
3276
3277
3278 2006-03-06 [colin]      2.0.0cvs115
3279
3280         * src/imap.c
3281                 Prevent double-timeouts when connection fails
3282
3283 2006-03-06 [colin]
3284
3285         2.0.1-rc1 released
3286
3287 2006-03-06 [colin]      2.0.0cvs114
3288
3289         * src/imap.c
3290                 Refresh session during potentially long
3291                 operations
3292
3293 2006-03-06 [wwp]        2.0.0cvs113
3294
3295         * src/prefs_msg_colors.h
3296                 forgot that one (custom color labels).
3297
3298 2006-03-06 [wwp]        2.0.0cvs112
3299
3300         * src/prefs_common.c
3301         * src/prefs_common.h
3302         * src/prefs_msg_colors.c
3303         * src/summaryview.c
3304         * src/summaryview.h
3305         * src/gtk/colorlabel.c
3306         * src/gtk/colorlabel.h
3307                 colors in messages list are now customizable. Color values and names can
3308                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3309                 Thanks to Paul and Colin for their help with this longstanding patch!
3310
3311 2006-03-06 [wwp]        2.0.0cvs111
3312
3313         * src/textview.c
3314                 don't crash if (x)face is bad.
3315
3316 2006-03-05 [paul]       2.0.0cvs110
3317
3318         * AUTHORS
3319         * configure.ac
3320         * src/Makefile.am
3321         * src/common/Makefile.am
3322         * src/common/utils.h
3323         * src/etpan/imap-thread.c
3324         * src/gtk/authors.h
3325         * src/plugins/clamav/Makefile.am
3326         * src/plugins/demo/Makefile.am
3327         * src/plugins/dillo_viewer/Makefile.am
3328         * src/plugins/pgpcore/Makefile.am
3329         * src/plugins/pgpcore/passphrase.c
3330         * src/plugins/pgpinline/Makefile.am
3331         * src/plugins/pgpmime/Makefile.am
3332         * src/plugins/spamassassin/Makefile.am
3333         * src/plugins/trayicon/Makefile.am
3334                 fix builiding on cygwin
3335                 Patch by Ralgh Young <bamanzi@gmail.com>
3336
3337 2006-03-04 [wwp]        2.0.0cvs109
3338
3339         * manual/keyboard.xml
3340                 fix mixed up/down keys.
3341
3342 2006-03-04 [wwp]        2.0.0cvs108
3343
3344         * README
3345         * INSTALL
3346                 updated links to SpamAssassin.
3347
3348 2006-03-04 [wwp]        2.0.0cvs107
3349
3350         * manual/plugins.xml
3351         * src/plugins/spamassassin/README
3352                 updated SpamAssassin plugin docs to reflect new functional additions
3353                 (also fix/update/documents few technical stuff more, see the README).
3354
3355 2006-03-04 [wwp]        2.0.0cvs106
3356
3357         * src/prefs_message.c
3358                 normalized capitalization of message-prefs paths.
3359
3360 2006-03-04 [wwp]        2.0.0cvs105
3361
3362         * manual/advanced.xml
3363                 typo.
3364
3365 2006-03-03 [colin]      2.0.0cvs104
3366
3367         * src/plugins/clamav/clamav_plugin_gtk.c
3368                 Rework prefs page, patch by Fabien 
3369
3370 2006-03-03 [colin]      2.0.0cvs103
3371
3372         * src/plugins/clamav/clamav_plugin.c
3373                 Set error on all errors
3374
3375 2006-03-03 [colin]      2.0.0cvs102
3376
3377         * src/common/plugin.c
3378                 Initialize error to avoid crashing when a plugin fails
3379                 without setting error
3380
3381 2006-03-02 [wwp]        2.0.0cvs101
3382
3383         * configure.ac
3384                 fixed linker flags for libetpan support on Cygwin
3385                 (thanks to H.Merijn Brand).
3386
3387 2006-03-02 [wwp]        2.0.0cvs100
3388
3389         * src/addressbook.c
3390                 fix some AB error messages: one for punctuation and
3391                 one wrongly duplicate (thanks, maxbritov).
3392
3393 2006-03-02 [wwp]        2.0.0cvs99
3394
3395         * src/plugins/spamassassin/spamassassin.c
3396                 make sync calls to sa-learn/spamc to prevent
3397                 system (whatever local or client/server) overload.
3398
3399 2006-03-02 [colin]      2.0.0cvs98
3400
3401         * src/summaryview.c
3402                 Put the spam icon in the status column instead of the
3403                 mark one
3404
3405 2006-03-01 [colin]      2.0.0cvs97
3406
3407         * src/plugins/spamassassin/spamassassin.c
3408                 Fix segfault (g_file_set_contents fails for some 
3409                 reason and err==0x2f. Can't find out why with
3410                 valgrind, using working function :-)
3411
3412 2006-03-01 [colin]      2.0.0cvs96
3413
3414         * src/inc.c
3415                 Offline overriding: let 'No' be cached only 3 seconds
3416
3417 2006-03-01 [colin]      2.0.0cvs95
3418
3419         * src/addr_compl.c
3420         * src/addrbook.c
3421         * src/addressbook.c
3422         * src/addrindex.c
3423         * src/folder_item_prefs.c
3424         * src/headerview.c
3425         * src/imap.c
3426         * src/inc.c
3427         * src/ldif.c
3428         * src/mainwindow.c
3429         * src/mh.c
3430         * src/msgcache.c
3431         * src/prefs_common.h
3432         * src/prefs_msg_colors.c
3433         * src/procheader.c
3434         * src/procheader.h
3435         * src/procmime.c
3436         * src/procmsg.c
3437         * src/procmsg.h
3438         * src/send_message.h
3439         * src/simple-gettext.c
3440         * src/summaryview.c
3441         * src/summaryview.h
3442         * src/syldap.c
3443         * src/textview.c
3444         * src/undo.c
3445         * src/common/ssl_certificate.c
3446         * src/common/utils.c
3447         * src/gtk/colorsel.c
3448         * src/gtk/gtksctree.c
3449         * src/gtk/gtkshruler.c
3450         * src/plugins/trayicon/trayicon.c
3451                 #if 0 goes to /dev/null
3452
3453 2006-03-01 [colin]      2.0.0cvs94
3454
3455         * src/compose.c
3456         * src/imap.c
3457         * src/inc.c
3458         * src/inc.h
3459         * src/messageview.c
3460         * src/news.c
3461         * src/plugins/spamassassin/spamassassin.c
3462                 Allow to add information in the "working offline"
3463                 window
3464
3465 2006-03-01 [wwp]        2.0.0cvs93
3466
3467         * src/plugins/spamassassin/spamassassin.c
3468                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3469                 'cause it seems that calling `spamc ... < inputfile` with
3470                 g_spawn_(a)sync simply.. erm doesn't work :-).
3471
3472 2006-03-01 [wwp]        2.0.0cvs92
3473
3474         * src/toolbar.c
3475         * src/toolbar.h
3476                 simplify the adding of spam/ham button to the messageview toolbar
3477                 (it gets more clear now that the same button will be "Mark as spam"
3478                 or "Mark as ham" according to the current message status,
3479                 thanks to Colin).
3480
3481 2006-03-01 [wwp]        2.0.0cvs91
3482
3483         * src/messageview.c
3484         * src/procmsg.c
3485         * src/procmsg.h
3486         * src/summaryview.c
3487         * src/plugins/spamassassin/spamassassin.c
3488         * src/plugins/spamassassin/spamassassin.h
3489                 make learner callbacks return a status (0 for ok),
3490                 handle it in main code to avoid setting flags when learning failed,
3491                 don't learn on TCP if offline in spamassassin,
3492                 thanks to Colin.
3493
3494                 
3495
3496 2006-03-01 [wwp]        2.0.0cvs90
3497
3498         * src/compose.c
3499                 some work around the compose window's account menu,
3500                 patch by Fabien Vantard.
3501
3502 2006-03-01 [wwp]        2.0.0cvs89
3503
3504         * src/plugins/spamassassin/spamassassin.c
3505                 fixed bad logics, was using spamc in local mode and sa-learn
3506                 in remote mode (thanks, Colin).
3507
3508 2006-03-01 [wwp]        2.0.0cvs88
3509
3510         * src/plugins/spamassassin/spamassassin.c
3511         * src/plugins/spamassassin/spamassassin.h
3512         * src/plugins/spamassassin/spamassassin_gtk.c
3513                 made processing of emails w/ sa-plugin an option (default is TRUE),
3514                 fixed Engrish some tooltips, capitalization of some debug messages
3515                 and warnings. The spamassassin plugin now provides two separate
3516                 services: process emails upon incorporation and spamd training.
3517                 Both services (un)register independently but use some common
3518                 plugin settings (transport settings, spam storage location).
3519
3520 2006-02-28 [wwp]        2.0.0cvs87
3521
3522         * src/plugins/spamassassin/spamassassin.c
3523                 fix async flag to spamc cmdline execution (batch exec should
3524                 be asynchronous).
3525
3526 2006-02-27 [wwp]        2.0.0cvs86
3527
3528         * src/plugins/spamassassin/spamassassin.c
3529         * src/plugins/spamassassin/spamassassin.h
3530         * src/plugins/spamassassin/spamassassin_gtk.c
3531                 - added the ability to learn a remote spamassassin server (spamd),
3532                 using spamc.
3533                 - added the spamassassin option 'username', that applies to all
3534                 spamassassin operations (filtering, learning, local or remote).
3535                 The default username is the current unix user (if left blank
3536                 from gtk prefs or config file).
3537                 - commented out some unused code (notebook widget), removed unused
3538                 layout (hbox1).
3539                 - make more widgets sensitive to the transport type.
3540
3541 2006-02-27 [colin]      2.0.0cvs85
3542
3543         * src/plugins/spamassassin/spamassassin.c
3544                 Fix sa-learn call when offline
3545
3546 2006-02-27 [colin]      2.0.0cvs84
3547
3548         * configure.ac
3549         * src/Makefile.am
3550         * src/mainwindow.c
3551         * src/mainwindow.h
3552         * src/messageview.c
3553         * src/messageview.h
3554         * src/prefs_toolbar.c
3555         * src/procmsg.c
3556         * src/stock_pixmap.c
3557         * src/stock_pixmap.h
3558         * src/summaryview.c
3559         * src/toolbar.c
3560         * src/toolbar.h
3561         * src/pixmaps/ham_btn.xpm
3562         * src/pixmaps/spam.xpm
3563         * src/pixmaps/spam_btn.xpm
3564         * src/plugins/spamassassin/spamassassin.c
3565                 Add button in toolbar for spam learning
3566                 Fix a few bugs from the last related commit
3567                 Revert 1.9.6cvs23 which messed up shift-selection
3568
3569 2006-02-24 [colin]      2.0.0cvs83
3570
3571         * src/procmsg.c
3572         * src/summaryview.c
3573         * src/summaryview.h
3574         * src/plugins/spamassassin/spamassassin.c
3575         * src/plugins/spamassassin/spamassassin.h
3576         * src/plugins/spamassassin/spamassassin_gtk.c
3577                 Unregister learner when spamassassin is either
3578                 disabled or over tcp
3579
3580 2006-02-24 [colin]      2.0.0cvs82
3581
3582         * src/Makefile.am
3583         * src/mainwindow.c
3584         * src/mainwindow.h
3585         * src/procmsg.c
3586         * src/procmsg.h
3587         * src/stock_pixmap.c
3588         * src/stock_pixmap.h
3589         * src/summaryview.c
3590         * src/summaryview.h
3591         * src/gtk/icon_legend.c
3592         * src/pixmaps/spam.xpm  ** NEW FILE **
3593         * src/plugins/spamassassin/spamassassin.c
3594         * src/plugins/spamassassin/spamassassin_gtk.c
3595                 Add spam learning interface (Mark/Mark as 
3596                 (spam|ham) menus)
3597
3598 2006-02-24 [wwp]        2.0.0cvs81
3599
3600         * src/compose.c
3601         * src/compose.h
3602         * src/filtering.c
3603                 hide compose window when sending message in batch mode
3604                 (filtering: forward and redirect). Also fixed a wrong
3605                 value returned when sending failed, neutral anyway.
3606                 (Colin, me) 
3607
3608 2006-02-24 [wwp]        2.0.0cvs80
3609
3610         * src/mainwindow.c
3611                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3612
3613 2006-02-24 [paul]       2.0.0cvs79
3614
3615         * src/news.c
3616         * src/news.h
3617         * src/news_gtk.c
3618                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3619                 Thanks to Colin
3620
3621 2006-02-23 [colin]      2.0.0cvs78
3622
3623         * src/alertpanel.c
3624                 Change OK to Close in alertpanel with View log
3625                 button; add accel to View log. Patch by Fabien
3626                 Vantard
3627
3628 2006-02-23 [wwp]        2.0.0cvs77
3629
3630         * src/compose.c
3631                 silly me, there were much more tests to perform, since toolbars can
3632                 really have down to 1 element only.
3633
3634 2006-02-23 [wwp]        2.0.0cvs76
3635
3636         * commitHelper
3637                 fixed indentation from my previous commit. Fallback to VISUAL if
3638                 EDITOR is not set (and to vi, at last resort).
3639
3640 2006-02-23 [wwp]        2.0.0cvs75
3641
3642         * commitHelper
3643                 improved error detection (Colin, me).
3644
3645 2006-02-23 [wwp]        2.0.0cvs74
3646
3647         * src/prefs_toolbar.c
3648                 simplify and fix prefs/toolbars layouting. Combos' contents can
3649                 now be really displayed.
3650
3651 2006-02-23 [wwp]        2.0.0cvs73
3652         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3653         be really displayed.
3654
3655 2006-02-22 [wwp]        2.0.0cvs72
3656
3657         * src/compose.c
3658                 fix a typo in my previous commit (sorry!).
3659
3660 2006-02-22 [wwp]        2.0.0cvs71
3661
3662         * src/prefs_toolbar.c
3663                 fix a crash when adding separators to toolbars,
3664                 also fix some separator item information.
3665
3666 2006-02-22 [wwp]        2.0.0cvs70
3667
3668         * src/compose.c
3669                 fix a crash when redirecting (for instance) when compose window's
3670                 toolbar contents has been customized (when some buttons have been
3671                 removed in fact).
3672
3673 2006-02-21 [wwp]        2.0.0cvs69
3674
3675         * src/summaryview.c
3676         * src/gtk/pluginwindow.c
3677         * src/plugins/pgpcore/prefs_gpg.c
3678                 fix some compilation warnings (feat. remains of removed code).
3679
3680 2006-02-21 [wwp]        2.0.0cvs68
3681
3682         * src/gtk/gtkutils.c
3683                 fix two compilation issues, thanks to Stephan Sachse.
3684
3685 2006-02-20 [colin]      2.0.0cvs67
3686
3687         * src/mainwindow.c
3688                 Don't reselect displayed mail on refocus
3689                 This fixes actions misbehaving 
3690
3691 2006-02-20 [wwp]        2.0.0cvs66
3692
3693         * src/summaryview.c
3694         * src/gtk/gtksctree.c
3695         * src/gtk/gtkshruler.c
3696                 changed more runtime typecast checks.
3697
3698 2006-02-20 [wwp]        2.0.0cvs65
3699
3700         * src/summary_search.c
3701                 find all - summaryview refresh issue fixed, thanks to Colin.
3702
3703 2006-02-20 [wwp]        2.0.0cvs64
3704
3705         * src/gtk/gtkutils.c
3706                 better runtime typecast checks.
3707
3708 2006-02-20 [wwp]        2.0.0cvs63
3709
3710         * src/summary_search.c
3711                 enhancements to the summary search:
3712                         - add the ability to stop the running search
3713                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3714                         - don't search if no criteria (From/To/Subject/Body) is set
3715                         - ensure that a busy mouse pointer is always shown when searching,
3716                           show it even a bit earlier
3717
3718 2006-02-19 [colin]      2.0.0cvs62
3719
3720         * src/compose.c
3721         * src/imap.c
3722         * src/etpan/imap-thread.c
3723         * src/etpan/imap-thread.h
3724                 (Future) IMAP speed improvement on sending
3725                 Will require a libetpan update
3726         * src/summaryview.c
3727         * src/gtk/quicksearch.c
3728                 Make quicksearch clearable while running.
3729
3730 2006-02-17 [colin]      2.0.0cvs61
3731
3732         * src/imap.c
3733         * src/etpan/imap-thread.c
3734         * src/etpan/imap-thread.h
3735                 Check for IMAP certificates
3736                 ** Requires libetpan-0.42-cvs4 
3737                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3738
3739 2006-02-17 [colin]      2.0.0cvs60
3740
3741         * src/messageview.c
3742         * src/prefs_common.c
3743         * src/prefs_common.h
3744         * src/prefs_message.c
3745                 Add pref to display HTML-only mails with plugin, 
3746                 if possible (defaulting to FALSE of course).
3747
3748 2006-02-16 [colin]      2.0.0cvs59
3749
3750         * src/main.c
3751         * src/common/plugin.c
3752         * src/common/plugin.h
3753         * src/gtk/pluginwindow.c
3754                 Keep track of requested (but unloaded) plugins
3755                 in some error cases.
3756
3757 2006-02-16 [wwp]        2.0.0cvs58
3758
3759         * src/gtk/gtkaspell.c
3760         * src/gtk/gtkaspell.h
3761         * src/prefs_spelling.c
3762         * src/compose.c
3763         * src/prefs_common.c
3764         * src/prefs_common.h
3765                 implemented new optional spellchecker behaviour: re-check message when
3766                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3767
3768 2006-02-16 [wwp]        2.0.0cvs57
3769
3770         * src/quote_fmt_parse.y
3771                 pclose popen'ed pipe.
3772
3773 2006-02-15 [colin]      2.0.0cvs56
3774
3775         * src/mimeview.c
3776         * src/mimeview.h
3777                 Let MimeViewers know which MimeView they
3778                 depend of.
3779         * src/summaryview.c
3780                 Swap From/To columns in Sent/Queue/Drafts
3781                 folders
3782         * src/etpan/imap-thread.c
3783                 Use mailstream_low_tls_open() for STARTTLS
3784                 instead of mailstream_low_ssl_open()
3785                 ** REQUIRES libetpan 0.42cvs3 **
3786
3787 2006-02-15 [wwp]        2.0.0cvs55
3788
3789         * src/compose.c
3790         * src/compose.h
3791         * src/message_search.c
3792         * src/message_search.h
3793         * src/textview.c
3794         * src/gtk/gtkutils.c
3795         * src/gtk/gtkutils.h
3796                 added the ability to Find text in the compose window (and a bit
3797                 of code factorization).
3798
3799 2006-02-15 [wwp]        2.0.0cvs54
3800
3801         * src/prefs_gtk.c
3802                 yet another one file was missing (fix for some widgets' sensitivity).
3803                 Thanks Colin!
3804
3805 2006-02-15 [wwp]        2.0.0cvs53
3806
3807         * src/prefs_gtk.h
3808                 oops forgot that file (fix for some widgets' sensitivity).
3809
3810 2006-02-15 [wwp]        2.0.0cvs52
3811
3812         * src/summary_search.c
3813                 implemented advanced summary search options (added the ability
3814                 to use matcher conditions in an advanced search mode).
3815
3816 2006-02-15 [wwp]        2.0.0cvs51
3817
3818         * src/plugins/pgpcore/prefs_gpg.c
3819         * src/prefs_account.c
3820                 fix some widget sensitivity, mostly around some labels in
3821                 account prefs.
3822
3823 2006-02-15 [paul]       2.0.0cvs50
3824
3825         * manual/advanced.xml
3826                 improve Templates info
3827                 written by wwp
3828
3829 2006-02-14 [colin]      2.0.0cvs49
3830
3831         * src/pixmaps/address_book.xpm
3832         * src/pixmaps/preferences.xpm
3833         * src/pixmaps/properties.xpm
3834                 Fix pixmap size - patch by Fabien Vantard
3835
3836 2006-02-13 [colin]      2.0.0cvs48
3837
3838         * src/procmime.c
3839                 Add missing fclose()s on error
3840         * src/textview.c
3841                 Remove unused code
3842         * src/common/utils.c
3843                 Fix temp files not being deleted on windows
3844         Patches by Thomas Gilgin
3845
3846 2006-02-13 [colin]      2.0.0cvs47
3847
3848         * src/mainwindow.c
3849                 Fix exit crash
3850
3851 2006-02-13 [wwp]        2.0.0cvs46
3852
3853         * src/plugins/pgpcore/prefs_gpg.c
3854                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3855
3856 2006-02-12 [colin]      2.0.0cvs45
3857
3858         * src/folderview.c
3859         * src/main.c
3860         * src/mainwindow.c
3861                 Fix "stuff" when quitting
3862
3863 2006-02-12 [wwp]        2.0.0cvs44
3864
3865         * src/prefs_themes.c
3866                 fix typos in debug messages.
3867
3868 2006-02-11 [colin]      2.0.0cvs43
3869
3870         * src/summaryview.c
3871                 don't allow drag/drop from ourself
3872
3873 2006-02-10 [wwp]        2.0.0cvs42
3874
3875         * src/exporthtml.c
3876         * src/html.c
3877         * src/html.h
3878         * src/procmime.c
3879         * src/textview.c
3880                 renamed html_ prefixed functions and data structures to avoid
3881                 namespace clashes w/ other software (gtkhtml2 for instance).
3882                 Closes bug #907.
3883
3884
3885 2006-02-09 [colin]      2.0.0cvs41
3886
3887         * src/summaryview.c
3888                 Fix shitty logic messed up. Thanks Ticho for the hint!
3889
3890 2006-02-09 [wwp]        2.0.0cvs40
3891
3892         * src/gtk/about.c
3893         * src/compose.c
3894         * src/prefs_account.c
3895         * src/prefs_gtk.h
3896         * src/editaddress.c
3897                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3898                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3899                 Browse buttons in accounts prefs.
3900
3901 2006-02-09 [colin]      2.0.0cvs39
3902
3903         * src/matcher.c
3904                 Check for pointer before using its members
3905         * src/gtk/gtksourceprintjob.c
3906                 Fix a wrong warning
3907
3908 2006-02-09 [wwp]        2.0.0cvs38
3909
3910         * src/gtk/filesel.c
3911                 fix few compiler warnings (type mismatch).
3912
3913 2006-02-09 [paul]       2.0.0cvs37
3914
3915         * po/fr.po
3916                 updated by Fabien Vantard
3917
3918 2006-02-08 [colin]      2.0.0cvs36
3919
3920         * src/prefs_common.c
3921         * src/common/defs.h
3922         * src/common/plugin.c
3923                 allow windows and linux configurations to coexist
3924                 patch by Thomas Gilgin
3925
3926 2006-02-08 [colin]      2.0.0cvs35
3927
3928         * src/filtering.c
3929         * src/matcher.c
3930         * src/matcher.h
3931         * src/matcher_parser_parse.y
3932         * src/prefs_filtering_action.c
3933         * src/prefs_matcher.c
3934                 Add the "Ignore thread" filtering
3935                 action
3936
3937 2006-02-08 [colin]      2.0.0cvs34
3938
3939         * src/compose.c
3940         * src/procmime.c
3941         * src/procmime.h
3942                 Fix bug #905 (damaged attachment)
3943                 text files with raw \0's aren't really text files
3944         FOR_STABLE
3945
3946 2006-02-08 [colin]      2.0.0cvs33
3947
3948         * src/summaryview.c
3949                 Fix crasher introduced yesterday
3950
3951 2006-02-08 [wwp]        2.0.0cvs32
3952
3953         * src/compose.c
3954         * src/compose.h
3955                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3956
3957 2006-02-08 [wwp]        2.0.0cvs31
3958
3959         * src/prefs_template.c
3960                 templates enhancement: allow address completion for Cc and Bcc fields
3961                 (it was currently possible for the To field only)
3962
3963 2006-02-08 [colin]      2.0.0cvs30
3964
3965         * src/compose.c
3966                 Don't unblock if not blocked
3967         FOR_STABLE
3968
3969 2006-02-07 [colin]      2.0.0cvs29
3970
3971         * src/action.c
3972                 Forgot to refresh summaryview
3973
3974 2006-02-07 [colin]      2.0.0cvs28
3975
3976         * src/action.c
3977                 Freeze/thaw message list and folder list while
3978                 processing %as{} actions 
3979         * src/compose.c
3980                 Fix auto-wrap disabling after a middle-click
3981                 paste - FOR_STABLE
3982
3983 2006-02-07 [paul]       2.0.0cvs27
3984
3985         * src/folder.c
3986                 fix freeing of uninitialised pointers
3987                 Thanks to Colin
3988
3989 2006-02-06 [colin]      2.0.0cvs26
3990
3991         * src/folder.c
3992                 Use g_slist_prepend in potentially big list
3993
3994 2006-02-06 [colin]      2.0.0cvs25
3995
3996         * src/folder.c
3997                 Completely skip processing if it doesn't 
3998                 exist (faster!)
3999
4000 2006-02-06 [colin]      2.0.0cvs24
4001
4002         * src/folder.c
4003         * src/summaryview.c
4004                 Batch filtering in summaryview (from Tools menu)
4005                 and pre/post//-processing too
4006
4007 2006-02-06 [colin]      2.0.0cvs23
4008
4009         * src/procmsg.h
4010         * src/filtering.c
4011                 Use a special field for batch filtering instead
4012                 of stepping on deferred execution's toes
4013
4014 2006-02-06 [colin]      2.0.0cvs22
4015
4016         * src/action.c
4017         * src/filtering.c
4018         * src/filtering.h
4019         * src/folder.c
4020         * src/summaryview.c
4021                 Fix filtering via menus and actions
4022
4023 2006-02-06 [colin]      2.0.0cvs21
4024
4025         * src/imap.c
4026                 Put the added file directly to cache if possible (will work
4027                 with next libetpan)
4028         * src/filtering.c
4029         * src/filtering.h
4030         * src/inc.c
4031         * src/folder.c
4032         * src/mbox.c
4033         * src/procmsg.h
4034                 Move and copy filtered messages by batches instead of one
4035                 by one - faster on IMAP
4036         * src/procmsg.c
4037                 Add a function that'll possibly be useful later
4038
4039 2006-02-06 [colin]      2.0.0cvs20
4040
4041         * src/addressbook.c
4042                 Use internal mime-type instead of text/plain for d'n'd
4043         * src/compose.c
4044                 Allow attaching files from mimeview's icon list via d'n'd
4045         * src/folderview.c
4046         * src/folderview.h
4047                 Use internal mime-type instead of text/plain for d'n'd
4048                 Don't try to selected opened folder if none is
4049                 Factorize d'n'd from other apps code
4050         * src/headerview.c
4051         * src/textview.c
4052         * src/gtk/gtkutils.c
4053         * src/gtk/gtkutils.h
4054                 Factorize Face/X-Face stuff
4055         * src/mimeview.c
4056                 Fix d'n'd to other apps
4057         * src/prefs_message.c
4058                 Let the XFace pref be usable without libcompface as it also
4059                 applies to Face
4060         * src/summaryview.c
4061                 Fix d'n'd to other apps
4062                 Factorize d'n'd from other apps code
4063
4064 2006-02-06 [wwp]        2.0.0cvs19
4065
4066         * po/it.po
4067                 Italian translation fixes by Andrea Spadaccini (no more confusion
4068                 between filtering and processing, and few changes in the About
4069                 dialog).
4070
4071
4072 2006-02-06 [mones]      2.0.0cvs18
4073
4074         * src/gtk/icon_legend.c
4075                 Improved descriptions allowing better translations
4076
4077 2006-02-05 [colin]      2.0.0cvs17
4078
4079         * src/imap.c
4080                 Add the f*cking missing expunge that caused imap_fetch_env
4081                 to fail after an add_msgs ! :-///
4082         * src/etpan/imap-thread.c
4083                 Add a bit of debug
4084         FOR_STABLE
4085
4086 2006-02-05 [colin]      2.0.0cvs16
4087
4088         * src/common/utils.c
4089                 Don't check for return-path (or we can't put
4090                 back non-sent mails)
4091
4092 2006-02-05 [colin]      2.0.0cvs15
4093
4094         * src/textview.c
4095                 Don't try to display Face header in textview
4096                 when teh headerview's active
4097
4098 2006-02-05 [colin]      2.0.0cvs14
4099
4100         * tools/tbird2syl.py
4101         * tools/Makefile.am
4102                 Add script to import Thunderbird mails
4103
4104 2006-02-05 [colin]      2.0.0cvs13
4105
4106         * src/headerview.c
4107         * src/procheader.c
4108         * src/procmsg.c
4109         * src/procmsg.h
4110         * src/textview.c
4111                 Show Face headers - patch partially by Klaus Flittner
4112
4113 2006-02-05 [colin]      2.0.0cvs12
4114
4115         * src/folderview.c
4116         * src/summaryview.c
4117         * src/common/utils.c
4118         * src/common/utils.h
4119                 Let dnd work from mime icons to summaryview
4120                 and to folderview too
4121                 Add a crude test to avoid trying to add files
4122                 drag'n'dropped when they're not mails
4123
4124 2006-02-04 [colin]      2.0.0cvs11
4125
4126         * src/summaryview.c
4127         * src/mimeview.c
4128                 Fix utf8 conversion
4129
4130 2006-02-04 [colin]      2.0.0cvs10
4131
4132         * src/compose.c
4133         * src/folderview.c
4134         * src/mimeview.c
4135         * src/summaryview.c
4136         * src/summaryview.h
4137                 Added various drag and drop capas:
4138                 From                    To
4139                 summaryview             other apps
4140                 mimeview icons          other apps
4141                 other apps              summaryview
4142                 other apps              folderview
4143
4144                 This shouldn't have broken the existing:
4145                 From                    To
4146                 summaryview             folderview
4147                 folderview              folderview
4148                 summaryview             compose's attachments
4149
4150         Tests welcomed.
4151
4152 2006-02-02 [paul]       2.0.0cvs9
4153
4154         * src/mainwindow.c
4155                 move global option 'Set displayed columns...' out
4156                 of folder option grouping.
4157                 fix sensitivity of 'harvest addresses'
4158         FOR_STABLE
4159
4160 2006-02-01 [colin]      2.0.0cvs8
4161
4162         * src/mimeview.c
4163                 Revert the alertpanel patch, it sucks (intrusive
4164                 and gets in the way of "open")
4165
4166 2006-02-01 [colin]      2.0.0cvs7
4167
4168         * src/compose.c
4169         * src/prefs_account.c
4170         * src/prefs_common.c
4171         * src/common/defs.h
4172         * src/common/utils.c
4173         * src/common/utils.h
4174                 Add ability to edit the signature file
4175                 from the account preferences, and use
4176                 a default for the text editor.
4177                 Patch by Fabien Vantard
4178
4179 2006-02-01 [colin]      2.0.0cvs6
4180
4181         * src/mimeview.c
4182                 Try to get mime type by extension if it is
4183                 application/octet-stream
4184                 Display a window with possible choices when
4185                 encountering unknown mime types
4186         * src/gtk/filesel.c
4187         * src/gtk/filesel.h
4188                 Add preview
4189                 Allow multiple selection in filtered filesel
4190                 (patch by Fabien Vantard)
4191         * src/gtk/pluginwindow.c
4192                 Use it (patch by Fabien Vantard)
4193
4194 2006-02-01 [paul]       2.0.0cvs5
4195
4196         * src/jpilot.c
4197                 fix crash on creating jpilot address book
4198                 Thanks to Colin - FOR_STABLE
4199         * src/prefs_summaries.c
4200         * src/prefs_wrapping.c
4201         * src/gtk/icon_legend.c
4202         * src/gtk/quicksearch.c
4203                 string fixes and additions
4204
4205 2006-02-01 [paul]       2.0.0cvs4
4206
4207         * src/compose.c
4208         * src/mainwindow.c
4209         * src/messageview.c
4210         * src/prefs_send.c
4211                 add Arabic encoding option
4212                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4213
4214 2006-01-31 [colin]      2.0.0cvs3
4215
4216         * src/plugins/pgpcore/passphrase.c
4217                 Convert passphrase to locale encoding
4218         * src/compose.c
4219                 Fix drafting on IMAP. Crappy bug sneaked in
4220                 the release :-/
4221         FOR_STABLE
4222
4223 2006-01-30 [paul]       2.0.0cvs2
4224
4225         * src/gtk/icon_legend.c
4226                 show the new entries
4227
4228 2006-01-30 [colin]      2.0.0cvs1
4229
4230         * src/manual.c
4231                 Check for the file to be present before 
4232                 enabling the menu - FOR_STABLE
4233         * src/gtk/icon_legend.c
4234                 Add folders icons (not all of them, there
4235                 are too much, but the most intriguing ones)
4236
4237 2006-01-30 [paul]       2.0.0
4238
4239         version 2.0.0 released
4240
4241 2006-01-30 [paul]       1.9.100cvs200
4242
4243         * manual/faq.xml
4244         * manual/gpl.xml
4245         * manual/intro.xml
4246         * manual/starting.xml
4247         * manual/sylpheed-claws-manual.xml
4248                 fixes, additions
4249
4250 2006-01-29 [mones]      1.9.100cvs199
4251
4252         * manual/account.xml
4253         * manual/advanced.xml
4254         * manual/glossary.xml
4255                 Some typos fixed, added LDIF term to glossary
4256         * po/es.po
4257                 Fixed leading plus symbol
4258
4259 2006-01-29 [paul]       1.9.100cvs198
4260
4261         * po/fi.po
4262         * po/sk.po
4263                 updated by Tommi Pirinen and Andrej Kacian
4264
4265 2006-01-29 [paul]       1.9.100cvs197
4266
4267         * src/gtk/authors.h
4268                 remove duplicates
4269
4270 2006-01-29 [paul]       1.9.100cvs196
4271
4272         * AUTHORS
4273         * po/nl.po
4274         * src/gtk/authors.h
4275         * tools/claws.i18n.status.pl
4276                 nl translation updated by Tim Dijkstra
4277
4278 2006-01-29 [paul]       1.9.100cvs195
4279
4280         * po/sr.po
4281         * po/sv.po
4282                 updated by Aleksandar Urosevic and Anders Troback
4283
4284 2006-01-28 [colin]      1.9.100cvs194
4285
4286         * src/gtk/gtksourceprintjob.c
4287                 Don't fiddle with PangoLayout when we
4288                 have an image
4289
4290 2006-01-28 [paul]       1.9.100cvs193
4291
4292         * AUTHORS
4293         * po/el.po
4294         * po/zh_CN.po
4295         * src/gtk/authors.h
4296         * tools/claws.i18n.status.pl
4297                 updated translations submitted by Stavros Giannouris
4298                 and Ralgh Young
4299
4300 2006-01-27 [colin]      1.9.100cvs192
4301
4302         * src/summaryview.c
4303         * src/gtk/gtksourceprintjob.c
4304                 Add image printing 
4305                 (libgnomeprint only, of course)
4306
4307 2006-01-27 [paul]       1.9.100cvs191
4308
4309         * po/fr.po
4310         * po/it.po
4311                 updated by Fabien Vantard and Andrea Spadaccini
4312
4313 2006-01-26 [colin]      1.9.100cvs190
4314
4315         * manual/Makefile.am
4316         * configure.ac
4317                 Make building the manual optional 
4318                 (--disable-manual)
4319
4320 2006-01-26 [paul]       1.9.100cvs189
4321
4322         * manual/glossary.xml
4323         * manual/plugins.xml
4324                 edited
4325         * po/en_GB.po
4326                 updated
4327
4328 2006-01-26 [paul]       1.9.100cvs188
4329
4330         * src/prefs_display_header.c
4331         * src/prefs_folder_column.c
4332         * src/prefs_msg_colors.c
4333         * src/prefs_summaries.c
4334         * src/prefs_summary_column.c
4335                 HIGify
4336
4337 2006-01-25 [colin]      1.9.100cvs187
4338
4339         * src/imap.c
4340                 Don't allow moving/copying mails between
4341                 queue/drafts and non-queue/drafts folders
4342                 Fixes bug #897 (message header is resetted 
4343                 if one is copied to Drafts)
4344
4345 2006-01-25 [colin]      1.9.100cvs186
4346
4347         * src/folder.c
4348         * src/mainwindow.c
4349                 Fix subscribed folders not found
4350         * src/compose.c
4351                 Don't try to encode as original mail's charset
4352                 if it's ascii 
4353
4354 2006-01-25 [paul]       1.9.100cvs185
4355
4356         * AUTHORS
4357         * po/Makevars
4358                 updated
4359         * po/de.po
4360         * po/pl.po
4361         * po/pt_BR.po
4362         * po/sr.po
4363                 updates submitted by Stephan Sachse, Emilian Nowak
4364                 and Quar, Frederico Goncalves Guimaraes, and
4365                 Aleksandar Urosevic
4366                 Fix Bug 896, 'PT_BR locale broken'.
4367         * src/gtk/authors.h
4368                 updated
4369
4370 2006-01-24 [mones]      1.9.100cvs184
4371
4372         * manual/glossary.xml
4373                 All current terms finished. Reviewers welcome ;-)
4374         * manual/keyboard.xml
4375                 Fixed column width for pdf output.
4376         * po/es.po
4377                 Updated
4378
4379 2006-01-24 [paul]       1.9.100cvs183
4380
4381         * manual/glossary.xml
4382                 fix id name
4383         * manual/dist/html/Makefile.am
4384         * manual/dist/pdf/Makefile.am
4385         * manual/dist/ps/Makefile.am
4386         * manual/dist/txt/Makefile.am
4387                 fix make deps
4388                 Thanks to Colin
4389
4390 2006-01-24 [mones]      1.9.100cvs182
4391
4392         * manual/glossary.xml
4393                 Nearly finished, some terms missing.
4394
4395 2006-01-23 [paul]       1.9.100cvs181
4396
4397         * manual/dist/html/Makefile.am
4398         * manual/dist/pdf/Makefile.am
4399         * manual/dist/ps/Makefile.am
4400         * manual/dist/txt/Makefile.am
4401         * src/mainwindow.c
4402                 re-enable manual
4403                 Thanks to Colin
4404
4405 2006-01-22 [colin]      1.9.100cvs180
4406
4407         * src/compose.c
4408         * src/gtk/gtkaspell.c
4409                 Don't deselect stuff before right-clicking, with aspell.
4410                 (This prevented right-click Copy, for example).
4411                 Thanks to Clo!
4412
4413 2006-01-22 [paul]       1.9.100cvs179
4414
4415         * src/summary_search.c
4416                 don't fix the widget size as it causes problems
4417                 under localisation.
4418                 Thanks to Emilian Nowak
4419
4420 2006-01-21 [paul]       1.9.100cvs178
4421
4422         * src/prefs_themes.c
4423                 fix broken underlining of label text
4424                 with some translations
4425
4426 2006-01-21 [colin]      1.9.100cvs177
4427
4428         * po/fr.po
4429                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4430
4431 2006-01-20 [colin]      1.9.100cvs176
4432
4433         * configure.ac
4434         * Makefile.am
4435         * manual/Makefile
4436         * manual/dist/html/.cvsignore
4437         * manual/dist/html/Makefile.am
4438         * manual/dist/pdf/.cvsignore
4439         * manual/dist/pdf/Makefile.am
4440         * manual/dist/ps/.cvsignore
4441         * manual/dist/ps/Makefile.am
4442         * manual/dist/txt/.cvsignore
4443         * manual/dist/txt/Makefile.am
4444                 Autotool-ize manual
4445
4446 2006-01-20 [paul]       1.9.100cvs175
4447
4448         * manual/handling.xml
4449                 make Filtering and Searching entries easier to find
4450         * manual/keyboard.xml
4451                 add the remaining default keybinds
4452         * src/prefs_summaries.c
4453                 update the default keybinds
4454
4455 2006-01-20 [paul]       1.9.100cvs174
4456
4457         * src/addressbook.c
4458         * src/addrgather.c
4459         * src/addrharvest.c
4460         * src/editaddress.c
4461         * src/editgroup.c
4462         * src/exphtmldlg.c
4463         * src/expldifdlg.c
4464         * src/exporthtml.c
4465         * src/exportldif.c
4466         * src/ldif.c
4467                 replace 'e-mail' with 'email'
4468         * src/summary_search.c
4469                 add mnemonic to "Find all" button
4470
4471 2006-01-20 [wwp]        1.9.100cvs173
4472
4473         * src/export.c
4474         * src/import.c
4475                 touched mbox import/export buttons for HIG-compliance
4476
4477 2006-01-19 [paul]       1.9.100cvs172
4478
4479         * manual/account.xml
4480         * manual/addrbook.xml
4481         * manual/advanced.xml
4482         * manual/faq.xml
4483         * manual/handling.xml
4484         * manual/intro.xml
4485         * manual/plugins.xml
4486         * manual/starting.xml
4487                 more editing
4488
4489 2006-01-19 [paul]       1.9.100cvs171
4490
4491         * src/toolbar.c
4492                 allow use of trash button while receiving
4493                 Thanks to Colin
4494
4495 2006-01-19 [wwp]        1.9.100cvs170
4496
4497         * src/gtk/quicksearch.c
4498         * src/compose.c
4499                 force text color to black when yellow background is set
4500
4501 2006-01-19 [colin]      1.9.100cvs169
4502
4503         * src/plugins/trayicon/trayicon.c
4504                 Gray out Get Mail when already getting mail
4505
4506 2006-01-18 [paul]       1.9.100cvs168
4507
4508         * src/compose.c
4509                 give widget yellow background was To is
4510                 set via folder prefs
4511         * src/gtk/quicksearch.c
4512                 give widget yellow background when quick
4513                 search is active.
4514                 Thanks to Colin
4515
4516 2006-01-18 [paul]       1.9.100cvs167
4517
4518         * doc/man/sylpheed-claws.1
4519                 add --subscribe option
4520
4521 2006-01-18 [paul]       1.9.100cvs166
4522
4523         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4524         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4525                 use %U instead of %F (%F is broken for user installed
4526                 files in kde 3.5)
4527
4528 2006-01-18 [colin]      1.9.100cvs165
4529
4530         * src/summaryview.c
4531                 Default to Yes in "No more * messages" dialogs
4532
4533 2006-01-17 [colin]      1.9.100cvs164
4534
4535         * src/compose.c
4536                 Possibly fix an invalid iterator causing
4537                 crash
4538
4539 2006-01-17 [colin]      1.9.100cvs163
4540
4541         * src/mimeview.c
4542                 Fix crash when the image disappears under the
4543                 image viewer
4544
4545 2006-01-16 [colin]      1.9.100cvs162
4546
4547         * src/compose.c
4548                 Fix reenabling autowrap
4549
4550 2006-01-16 [colin]      1.9.100cvs161
4551
4552         * src/compose.c
4553                 reset quote_len before getting quote_str
4554
4555 2006-01-16 [colin]      1.9.100cvs160
4556
4557         * src/account.c
4558         * src/account.h
4559         * src/folder.c
4560         * src/imap_gtk.c
4561         * src/mh_gtk.c
4562                 Fix bug #883 (default inbox does not track folder move)
4563
4564 2006-01-16 [colin]      1.9.100cvs159
4565
4566         * src/compose.c
4567         * src/plugins/pgpcore/passphrase.c
4568                 More buttons fixes
4569
4570 2006-01-16 [paul]       1.9.100cvs158
4571
4572         * src/prefs_actions.c
4573         * src/prefs_filtering_action.c
4574         * src/prefs_matcher.c
4575         * src/quote_fmt.c
4576         * src/gtk/description_window.c
4577         * src/gtk/description_window.h
4578         * src/gtk/quicksearch.c
4579                 description window cleanups
4580
4581 2006-01-15 [colin]      1.9.100cvs157
4582
4583         * src/addressbook.c
4584         * src/prefs_filtering.c
4585                 Same here
4586
4587 2006-01-15 [colin]      1.9.100cvs156
4588
4589         * src/folderview.c
4590         * src/mainwindow.c
4591                 Same for "Empty trash"
4592
4593 2006-01-15 [colin]      1.9.100cvs155
4594
4595         * src/inc.c
4596                 Override offline dialog had Yes by default
4597
4598 2006-01-15 [colin]      1.9.100cvs154
4599
4600         * src/summaryview.c
4601                 Delete selected messages? previously had Yes the default
4602
4603 2006-01-15 [colin]      1.9.100cvs153
4604
4605         * src/folder.c
4606         * src/folder.h
4607         * src/main.c
4608                 Check if a mailbox is loaded after all
4609                 plugins are loaded.
4610
4611 2006-01-15 [colin]      1.9.100cvs152
4612
4613         * src/folder.c
4614                 Don't start wizard when there are unloaded folders (will help
4615                 people with only mbox or maildir mailboxes)
4616
4617 2006-01-14 [colin]      1.9.100cvs151
4618
4619         * src/addressbook.c
4620         * src/expldifdlg.c
4621         * src/importldif.c
4622         * src/importmutt.c
4623         * src/importpine.c
4624         * src/mh_gtk.c
4625                 More HIG compliance and fixes
4626
4627 2006-01-14 [colin]      1.9.100cvs150
4628
4629         * src/prefs_filtering_action.c
4630         * src/foldersel.c
4631                 Two forgotten button order changes
4632
4633 2006-01-14 [colin]      1.9.100cvs149
4634
4635         * src/account.c
4636         * src/addressbook.c
4637         * src/compose.c
4638         * src/folderview.c
4639         * src/imap_gtk.c
4640         * src/mainwindow.c
4641         * src/mh_gtk.c
4642         * src/news_gtk.c
4643         * src/prefs_actions.c
4644         * src/prefs_customheader.c
4645         * src/prefs_filtering.c
4646         * src/prefs_matcher.c
4647         * src/prefs_template.c
4648         * src/ssl_manager.c
4649         * src/summaryview.c
4650         * src/textview.c
4651         * src/toolbar.c
4652                 All deletion confirmations are now "Cancel, Delete" 
4653                 instead of "No, Yes"
4654                 Clarified most of the other "No, Yes" to 
4655                 "Cancel, Descriptive_action"
4656                 Rechanged the "Entry not saved" alerts to have 
4657                 "Close, Continue editing"
4658
4659
4660 2006-01-14 [paul]
4661
4662         * 2.0.0-rc4 released
4663
4664 2006-01-14 [paul]       1.9.100cvs148
4665
4666         * src/account.c
4667         * src/addressadd.c
4668         * src/addressbook.c
4669         * src/compose.c
4670         * src/editaddress.c
4671         * src/editbook.c
4672         * src/editgroup.c
4673         * src/editjpilot.c
4674         * src/editldap.c
4675         * src/editvcard.c
4676         * src/exphtmldlg.c
4677         * src/expldifdlg.c
4678         * src/folderview.c
4679         * src/grouplistdialog.c
4680         * src/imap_gtk.c
4681         * src/importmutt.c
4682         * src/importpine.c
4683         * src/inc.c
4684         * src/main.c
4685         * src/mainwindow.c
4686         * src/message_search.c
4687         * src/messageview.c
4688         * src/mh_gtk.c
4689         * src/mimeview.c
4690         * src/news_gtk.c
4691         * src/prefs_actions.c
4692         * src/prefs_customheader.c
4693         * src/prefs_filtering.c
4694         * src/prefs_matcher.c
4695         * src/prefs_template.c
4696         * src/prefs_themes.c
4697         * src/ssl_manager.c
4698         * src/summary_search.c
4699         * src/summaryview.c
4700         * src/textview.c
4701         * src/toolbar.c
4702         * src/gtk/foldersort.c
4703         * src/gtk/gtkaspell.c
4704         * src/gtk/inputdialog.c
4705         * src/gtk/prefswindow.c
4706         * src/plugins/pgpcore/select-keys.c
4707         * src/plugins/trayicon/trayicon.c
4708                 HIG compliant button order
4709
4710 2006-01-14 [mones]      1.9.100cvs147
4711
4712         * po/es.po
4713                 Updated translation
4714
4715 2006-01-13 [paul]       1.9.100cvs146
4716
4717         * AUTHORS
4718         * ChangeLog
4719         * src/gtk/authors.h
4720                 add Joshua M. Kwan to contributors list
4721
4722 2006-01-13 [colin]      1.9.100cvs145
4723
4724         * src/gtk/quicksearch.c
4725                 Don't refocus quick search after executing (Esc or Enter)
4726                 Allows to '/'search something then move up/down in 
4727                 summaryview, and to Esc a search and be back in the 
4728                 summaryview
4729
4730 2006-01-13 [paul]       1.9.100cvs144
4731
4732         * src/plugins/pgpinline/pgpinline.c
4733                 support Content-Type 'application/pgp'
4734                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4735
4736 2006-01-13 [paul]       1.9.100cvs143
4737
4738         * manual/account.xml
4739                 make mention of partial retrieval
4740                 thanks to Colin
4741
4742 2006-01-13 [paul]       1.9.100cvs142
4743
4744         * src/account.c
4745         * src/account.h
4746         * src/action.c
4747         * src/action.h
4748         * src/adbookbase.h
4749         * src/addr_compl.c
4750         * src/addr_compl.h
4751         * src/addrbook.c
4752         * src/addrcache.c
4753         * src/addrcache.h
4754         * src/addrcindex.c
4755         * src/addrcindex.h
4756         * src/addrclip.c
4757         * src/addrclip.h
4758         * src/addrdefs.h
4759         * src/addressadd.c
4760         * src/addressadd.h
4761         * src/addressbook.c
4762         * src/addressbook.h
4763         * src/addrgather.c
4764         * src/addrgather.h
4765         * src/addrharvest.c
4766         * src/addrharvest.h
4767         * src/addrindex.c
4768         * src/addrindex.h
4769         * src/addritem.c
4770         * src/addritem.h
4771         * src/addrquery.c
4772         * src/addrquery.h
4773         * src/addrselect.c
4774         * src/addrselect.h
4775         * src/alertpanel.c
4776         * src/alertpanel.h
4777         * src/browseldap.c
4778         * src/browseldap.h
4779         * src/codeconv.c
4780         * src/codeconv.h
4781         * src/compose.c
4782         * src/compose.h
4783         * src/customheader.c
4784         * src/customheader.h
4785         * src/displayheader.c
4786         * src/displayheader.h
4787         * src/editaddress.c
4788         * src/editaddress.h
4789         * src/editbook.c
4790         * src/editbook.h
4791         * src/editgroup.c
4792         * src/editgroup.h
4793         * src/editjpilot.c
4794         * src/editjpilot.h
4795         * src/editldap.c
4796         * src/editldap.h
4797         * src/editldap_basedn.c
4798         * src/editldap_basedn.h
4799         * src/editvcard.c
4800         * src/editvcard.h
4801         * src/exphtmldlg.c
4802         * src/exphtmldlg.h
4803         * src/expldifdlg.c
4804         * src/expldifdlg.h
4805         * src/export.h
4806         * src/exporthtml.c
4807         * src/exporthtml.h
4808         * src/exportldif.c
4809         * src/exportldif.h
4810         * src/filtering.c
4811         * src/filtering.h
4812         * src/folder.c
4813         * src/folder.h
4814         * src/folder_item_prefs.c
4815         * src/folder_item_prefs.h
4816         * src/foldersel.c
4817         * src/foldersel.h
4818         * src/folderutils.c
4819         * src/folderutils.h
4820         * src/folderview.c
4821         * src/folderview.h
4822         * src/grouplistdialog.c
4823         * src/grouplistdialog.h
4824         * src/headerview.c
4825         * src/html.c
4826         * src/html.h
4827         * src/image_viewer.c
4828         * src/image_viewer.h
4829         * src/imap.c
4830         * src/imap.h
4831         * src/imap_gtk.c
4832         * src/imap_gtk.h
4833         * src/import.h
4834         * src/importldif.c
4835         * src/importldif.h
4836         * src/importmutt.c
4837         * src/importmutt.h
4838         * src/importpine.c
4839         * src/importpine.h
4840         * src/inc.c
4841         * src/inc.h
4842         * src/jpilot.c
4843         * src/jpilot.h
4844         * src/ldapctrl.c
4845         * src/ldapctrl.h
4846         * src/ldaplocate.c
4847         * src/ldaplocate.h
4848         * src/ldapquery.c
4849         * src/ldapquery.h
4850         * src/ldapserver.c
4851         * src/ldapserver.h
4852         * src/ldaputil.c
4853         * src/ldaputil.h
4854         * src/ldif.c
4855         * src/ldif.h
4856         * src/main.c
4857         * src/main.h
4858         * src/mainwindow.c
4859         * src/mainwindow.h
4860         * src/manual.c
4861         * src/manual.h
4862         * src/mbox.c
4863         * src/mbox.h
4864         * src/message_search.c
4865         * src/message_search.h
4866         * src/messageview.c
4867         * src/messageview.h
4868         * src/mh.c
4869         * src/mh.h
4870         * src/mh_gtk.c
4871         * src/mh_gtk.h
4872         * src/mimeview.c
4873         * src/mimeview.h
4874         * src/msgcache.c
4875         * src/msgcache.h
4876         * src/mutt.c
4877         * src/mutt.h
4878         * src/news.c
4879         * src/news.h
4880         * src/news_gtk.c
4881         * src/news_gtk.h
4882         * src/partial_download.c
4883         * src/partial_download.h
4884         * src/pine.c
4885         * src/pine.h
4886         * src/pop.c
4887         * src/pop.h
4888         * src/prefs_account.c
4889         * src/prefs_account.h
4890         * src/prefs_actions.c
4891         * src/prefs_actions.h
4892         * src/prefs_common.c
4893         * src/prefs_common.h
4894         * src/prefs_compose_writing.c
4895         * src/prefs_compose_writing.h
4896         * src/prefs_customheader.c
4897         * src/prefs_customheader.h
4898         * src/prefs_display_header.c
4899         * src/prefs_display_header.h
4900         * src/prefs_filtering.c
4901         * src/prefs_filtering.h
4902         * src/prefs_filtering_action.c
4903         * src/prefs_filtering_action.h
4904         * src/prefs_folder_column.c
4905         * src/prefs_folder_column.h
4906         * src/prefs_folder_item.c
4907         * src/prefs_folder_item.h
4908         * src/prefs_fonts.c
4909         * src/prefs_fonts.h
4910         * src/prefs_gtk.c
4911         * src/prefs_gtk.h
4912         * src/prefs_image_viewer.c
4913         * src/prefs_image_viewer.h
4914         * src/prefs_matcher.c
4915         * src/prefs_matcher.h
4916         * src/prefs_message.c
4917         * src/prefs_msg_colors.c
4918         * src/prefs_msg_colors.h
4919         * src/prefs_other.c
4920         * src/prefs_quote.c
4921         * src/prefs_receive.c
4922         * src/prefs_send.c
4923         * src/prefs_spelling.c
4924         * src/prefs_spelling.h
4925         * src/prefs_summaries.c
4926         * src/prefs_summaries.h
4927         * src/prefs_summary_column.c
4928         * src/prefs_summary_column.h
4929         * src/prefs_template.c
4930         * src/prefs_template.h
4931         * src/prefs_themes.c
4932         * src/prefs_themes.h
4933         * src/prefs_toolbar.c
4934         * src/prefs_toolbar.h
4935         * src/prefs_wrapping.c
4936         * src/prefs_wrapping.h
4937         * src/privacy.c
4938         * src/privacy.h
4939         * src/procheader.c
4940         * src/procheader.h
4941         * src/procmime.c
4942         * src/procmime.h
4943         * src/procmsg.c
4944         * src/procmsg.h
4945         * src/quote_fmt.c
4946         * src/quote_fmt_parse.y
4947         * src/recv.c
4948         * src/recv.h
4949         * src/remotefolder.c
4950         * src/remotefolder.h
4951         * src/send_message.c
4952         * src/send_message.h
4953         * src/setup.c
4954         * src/setup.h
4955         * src/sourcewindow.c
4956         * src/sourcewindow.h
4957         * src/ssl_manager.c
4958         * src/ssl_manager.h
4959         * src/statusbar.c
4960         * src/statusbar.h
4961         * src/stock_pixmap.c
4962         * src/stock_pixmap.h
4963         * src/summary_search.c
4964         * src/summary_search.h
4965         * src/summaryview.c
4966         * src/summaryview.h
4967         * src/syldap.c
4968         * src/syldap.h
4969         * src/textview.c
4970         * src/textview.h
4971         * src/toolbar.c
4972         * src/toolbar.h
4973         * src/undo.c
4974         * src/undo.h
4975         * src/unmime.c
4976         * src/unmime.h
4977         * src/vcard.c
4978         * src/vcard.h
4979         * src/wizard.c
4980         * src/wizard.h
4981         * src/common/base64.c
4982         * src/common/base64.h
4983         * src/common/defs.h
4984         * src/common/hooks.c
4985         * src/common/hooks.h
4986         * src/common/log.c
4987         * src/common/log.h
4988         * src/common/mgutils.c
4989         * src/common/mgutils.h
4990         * src/common/nntp.c
4991         * src/common/nntp.h
4992         * src/common/passcrypt.c
4993         * src/common/passcrypt.h.in
4994         * src/common/plugin.c
4995         * src/common/plugin.h
4996         * src/common/prefs.c
4997         * src/common/prefs.h
4998         * src/common/progressindicator.c
4999         * src/common/progressindicator.h
5000         * src/common/quoted-printable.c
5001         * src/common/quoted-printable.h
5002         * src/common/session.c
5003         * src/common/session.h
5004         * src/common/smtp.c
5005         * src/common/smtp.h
5006         * src/common/socket.c
5007         * src/common/socket.h
5008         * src/common/ssl.c
5009         * src/common/ssl.h
5010         * src/common/ssl_certificate.c
5011         * src/common/ssl_certificate.h
5012         * src/common/stringtable.c
5013         * src/common/stringtable.h
5014         * src/common/sylpheed.c
5015         * src/common/sylpheed.h
5016         * src/common/template.c
5017         * src/common/template.h
5018         * src/common/timing.h
5019         * src/common/utils.c
5020         * src/common/utils.h
5021         * src/common/version.h.in
5022         * src/common/xml.c
5023         * src/common/xml.h
5024         * src/common/xmlprops.c
5025         * src/common/xmlprops.h
5026         * src/gtk/colorlabel.c
5027         * src/gtk/colorsel.c
5028         * src/gtk/colorsel.h
5029         * src/gtk/description_window.c
5030         * src/gtk/description_window.h
5031         * src/gtk/filesel.c
5032         * src/gtk/filesel.h
5033         * src/gtk/foldersort.c
5034         * src/gtk/foldersort.h
5035         * src/gtk/gtkutils.c
5036         * src/gtk/gtkutils.h
5037         * src/gtk/inputdialog.c
5038         * src/gtk/inputdialog.h
5039         * src/gtk/logwindow.c
5040         * src/gtk/logwindow.h
5041         * src/gtk/manage_window.c
5042         * src/gtk/manage_window.h
5043         * src/gtk/menu.c
5044         * src/gtk/menu.h
5045         * src/gtk/pluginwindow.c
5046         * src/gtk/pluginwindow.h
5047         * src/gtk/prefswindow.c
5048         * src/gtk/prefswindow.h
5049         * src/gtk/progressdialog.c
5050         * src/gtk/progressdialog.h
5051         * src/gtk/sslcertwindow.c
5052         * src/gtk/sslcertwindow.h
5053         * src/plugins/clamav/clamav_plugin.c
5054         * src/plugins/clamav/clamav_plugin.h
5055         * src/plugins/clamav/clamav_plugin_gtk.c
5056         * src/plugins/demo/demo.c
5057         * src/plugins/dillo_viewer/dillo_prefs.c
5058         * src/plugins/dillo_viewer/dillo_prefs.h
5059         * src/plugins/dillo_viewer/dillo_viewer.c
5060         * src/plugins/pgpcore/passphrase.c
5061         * src/plugins/pgpcore/passphrase.h
5062         * src/plugins/pgpcore/plugin.c
5063         * src/plugins/pgpcore/select-keys.c
5064         * src/plugins/pgpcore/select-keys.h
5065         * src/plugins/pgpcore/sgpgme.c
5066         * src/plugins/pgpcore/sgpgme.h
5067         * src/plugins/pgpinline/pgpinline.c
5068         * src/plugins/pgpinline/pgpinline.h
5069         * src/plugins/pgpinline/plugin.c
5070         * src/plugins/pgpmime/pgpmime.c
5071         * src/plugins/pgpmime/pgpmime.h
5072         * src/plugins/pgpmime/plugin.c
5073         * src/plugins/spamassassin/spamassassin.c
5074         * src/plugins/spamassassin/spamassassin.h
5075         * src/plugins/spamassassin/spamassassin_gtk.c
5076         * src/plugins/trayicon/trayicon.c
5077                 update copyright header
5078
5079 2006-01-13 [paul]       1.9.100cvs141
5080
5081         * src/account.c
5082         * src/export.c
5083         * src/import.c
5084         * src/mainwindow.c
5085         * src/prefs_account.c
5086         * src/prefs_display_header.c
5087         * src/prefs_receive.c
5088         * src/prefs_send.c
5089         * src/prefs_summaries.c
5090         * src/prefs_themes.c
5091         * src/prefs_toolbar.c
5092         * src/gtk/about.c
5093                 various cleanups
5094
5095 2006-01-12 [colin]      1.9.100cvs140
5096
5097         * src/folder.c
5098         * src/folder.h
5099         * src/main.c
5100                 Add --subscribe option
5101                 Let sylpheed-claws email@domain.com equivalent to --compose
5102                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5103
5104 2006-01-12 [paul]       1.9.100cvs139
5105
5106         * src/mainwindow.c
5107                 append 'Change folder order' label with '...'
5108         * src/prefs_actions.c
5109                 allow reordering of actions list by dnd
5110         * src/gtk/foldersort.c
5111                 make the dialog nicer
5112
5113 2006-01-11 [colin]      1.9.100cvs138
5114
5115         * src/compose.c
5116                 Allow templates without text
5117
5118 2006-01-11 [paul]       1.9.100cvs137
5119
5120         * tools/README
5121         * tools/filter_conv_new.pl
5122                 add info to README
5123                 also check .sylpheed for filter.xml
5124                 be a bit informative to the user
5125
5126 2006-01-11 [colin]      1.9.100cvs136
5127
5128         * src/textview.c
5129                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5130
5131 2006-01-10 [paul]       1.9.100cvs135
5132
5133         * tools/Makefile.am
5134         * tools/filter_conv_new.pl
5135                 add script to convert new style Sylpheed
5136                 filter rules (Sylpheed >= 0.9.99) to
5137                 Claws filtering rules
5138
5139 2006-01-10 [colin]      1.9.100cvs134
5140
5141         * src/compose.c
5142                 Fix broken line joins in certain conditions
5143                 (between two quoted lines: <enter><enter><up>
5144                  <type a wrapped sentence><go in the first line>
5145                  <insert more text><watch as line joining failed>)
5146
5147 2006-01-10 [paul]       1.9.100cvs133
5148
5149         * src/compose.c
5150                 don't report success in error dialog
5151                 thanks to Colin
5152         * src/common/utils.c
5153                 include some trailing punctuations as URI
5154                 thanks to Hiro
5155
5156 2006-01-10 [paul]       1.9.100cvs132
5157
5158         * src/mimeview.c
5159                 fix incompatible pointer type
5160                 warning
5161
5162 2006-01-10 [paul]       1.9.100cvs131
5163
5164         * src/compose.c
5165                 change Subject in window title
5166                 instantaneously
5167
5168 2006-01-09 [colin]      1.9.100cvs130
5169
5170         * src/addressbook.c
5171         * src/headerview.c
5172         * src/mainwindow.c
5173         * src/messageview.c
5174         * src/mimeview.c
5175         * src/noticeview.c
5176         * src/summaryview.c
5177                 Fix possible crashes on exit and in addressbook
5178
5179 2006-01-09 [paul]       1.9.100cvs129
5180
5181         * src/prefs_msg_colors.c
5182                 some cleanups that I forgot last time
5183
5184 2006-01-09 [paul]       1.9.100cvs128
5185
5186         * README
5187         * src/folderview.c
5188         * src/prefs_msg_colors.c
5189                 add previously hidden option, color_new, to
5190                 the gui
5191                 move the page to Display/
5192                 rework the gui
5193
5194 2006-01-09 [wwp]        1.9.100cvs127
5195
5196         * src/prefs_themes.c
5197                 made the prefs/display/themes layouts spacing less condensed
5198                 (and so they match other prefs/pages' look).
5199
5200 2006-01-09 [paul]       1.9.100cvs126
5201
5202         * src/compose.c
5203         * src/prefs_common.c
5204         * src/prefs_common.h
5205         * src/prefs_wrapping.c
5206                 remove 'wrap at send' option
5207
5208 2006-01-06 [colin]      1.9.100cvs125
5209
5210         * src/compose.c
5211                 Just make completely sure we don't insert "manual line breaks" 
5212                 when wrapping... 
5213
5214 2006-01-04 [paul]
5215
5216         * 2.0.0-rc3 released
5217
5218 2006-01-04 [paul]       1.9.100cvs124
5219
5220         * src/folderview.c
5221                 fix bug 882, 'quick scroll in folder list
5222                 displays wrong folder contents'
5223
5224 2006-01-04 [paul]       1.9.100cvs123
5225
5226         * src/plugins/pgpmime/pgpmime.c
5227                 better debug information when signing
5228                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5229
5230 2006-01-03 [colin]      1.9.100cvs122
5231
5232         * configure.ac
5233                 We need to recheck for gpgme 1.0.0 after checking
5234                 for 1.1.1, because if 1.1.1 isn't available, 
5235                 GPGME_LIBS and friends are blanked out by the 
5236                 second check.
5237
5238 2006-01-03 [colin]      1.9.100cvs121
5239
5240         * src/common/prefs.c
5241                 Windows unlink-before rename fix
5242         * src/plugins/pgpcore/sgpgme.c
5243                 Add support for PKA info if available
5244                 Both patches by Werner Koch
5245
5246 2006-01-03 [paul]       1.9.100cvs120
5247
5248         * src/messageview.c
5249                 fix bug 884, 'Send receipt' button visible in queue
5250                 Thanks to Colin
5251
5252 2006-01-02 [colin]      1.9.100cvs119
5253
5254         * src/compose.c
5255         * src/imap.c
5256                 Fix autosave on IMAP and more generally try to
5257                 return the correct ID on a newly added IMAP message
5258
5259 2006-01-02 [paul]       1.9.100cvs118
5260
5261         * manual/keyboard.xml
5262                 edited
5263
5264 2006-01-01 [paul]       1.9.100cvs117
5265
5266         * src/gtk/authors.h
5267                 alphabetical order
5268
5269 2005-12-30 [colin]      1.9.100cvs116
5270
5271         * manual/advanced.xml
5272                 Explain Pre/Post-processing differences.
5273
5274 2005-12-30 [colin]      1.9.100cvs115
5275
5276         * src/mh.c
5277                 Implement copy_msgs for a little optimization
5278         * src/imap.c
5279                 Finish yesterday's fix
5280
5281 2005-12-29 [colin]      1.9.100cvs114
5282
5283         * src/imap.c
5284                 Fix occasional failure in fetching a mail over
5285                 IMAP
5286
5287 2005-12-29 [colin]      1.9.100cvs113
5288
5289         * src/compose.c
5290                 Don't remove a draft when sending it, if it is 
5291                 locked.
5292
5293 2005-12-28 [colin]      1.9.100cvs112
5294
5295         * src/summaryview.c
5296                 Fix leak for real
5297
5298 2005-12-28 [wwp]        1.9.100cvs111
5299
5300         * doc/faq/.cvsignore
5301         * doc/faq/de/.cvsignore
5302         * doc/faq/en/.cvsignore
5303         * doc/faq/es/.cvsignore
5304         * doc/faq/fr/.cvsignore
5305         * doc/faq/it/.cvsignore
5306         * doc/manual/.cvsignore
5307         * doc/manual/de/.cvsignore
5308         * doc/manual/en/.cvsignore
5309         * doc/manual/es/.cvsignore
5310         * doc/manual/fr/.cvsignore
5311         * doc/manual/ja/.cvsignore
5312         * src/plugins/mathml_viewer/.cvsignore
5313                 rollback revival of those files (my bad, sorry for the noise).
5314
5315 2005-12-28 [wwp]        1.9.100cvs110
5316
5317         * src/compose.c
5318                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5319
5320 2005-12-28 [wwp]        1.9.100cvs109
5321
5322         * doc/faq/.cvsignore
5323         * doc/faq/de/.cvsignore
5324         * doc/faq/en/.cvsignore
5325         * doc/faq/es/.cvsignore
5326         * doc/faq/fr/.cvsignore
5327         * doc/faq/it/.cvsignore
5328         * doc/manual/.cvsignore
5329         * doc/manual/de/.cvsignore
5330         * doc/manual/en/.cvsignore
5331         * doc/manual/es/.cvsignore
5332         * doc/manual/fr/.cvsignore
5333         * doc/manual/ja/.cvsignore
5334         * src/plugins/mathml_viewer/.cvsignore
5335         * po/.cvsignore
5336                 more files to ignore.
5337
5338 2005-12-24 [colin]      1.9.100cvs108
5339
5340         * AUTHORS
5341         * src/gtk/authors.h
5342                 Update for Werner
5343
5344 2005-12-24 [colin]      1.9.100cvs107
5345
5346         * src/procmsg.c
5347                 Allow NULL src_msginfo in 
5348                 procmsg_msginfo_new_from_mimeinfo
5349
5350 2005-12-23 [paul]       1.9.100cvs106
5351
5352         * src/plugins/pgpinline/mypgpcore.def
5353                 add this forgotten file
5354
5355 2005-12-23 [colin]      1.9.100cvs105
5356
5357         * src/mainwindow.c
5358                 Fix missing break
5359
5360 2005-12-23 [colin]      1.9.100cvs104
5361
5362         * autogen.sh
5363         * src/folder.c
5364         * src/mh.c
5365         * src/common/plugin.c
5366         * src/common/socket.c
5367         * src/common/socket.h
5368         * src/common/utils.c
5369         * src/common/utils.h
5370         * src/gtk/pluginwindow.c
5371         * src/plugins/pgpcore/plugin.def
5372         * src/plugins/pgpcore/sylpheed.def
5373         * src/plugins/pgpinline/Makefile.am
5374         * src/plugins/pgpinline/plugin.def
5375         * src/plugins/pgpinline/sylpheed.def
5376         * src/plugins/pgpmime/plugin.def
5377         * src/plugins/pgpmime/sylpheed.def
5378                 Various w32 fixes by Werner Koch
5379
5380 2005-12-22 [paul]       1.9.100cvs103
5381
5382         * src/wizard.c
5383                 don't offer IMAP as 'server type' if
5384                 libetpan isn't built in
5385
5386 2005-12-22 [paul]       1.9.100cvs102
5387
5388         * AUTHORS
5389         * src/mainwindow.c
5390         * src/mainwindow.h
5391         * src/toolbar.c
5392         * src/gtk/authors.h
5393                 support GTK_TOOLBAR_BOTH_HORIZ (text
5394                 next to icon) Patch by Marien Zwart
5395                 marienz@users.sf.net
5396                 Also reword the text
5397
5398 2005-12-21 [colin]      1.9.100cvs101
5399
5400         * configure.ac
5401                 Fix DATADIRNAME
5402         * COPYING
5403                 Fix missing section and explicit the exception better
5404         * src/compose.c
5405                 Prevent mail from being lost without notice when an
5406                 SMTP error happens on trying to send an unmodified
5407                 drafted mail.
5408         * src/send_message.c
5409         * src/common/smtp.c
5410                 Fix password remembering when wrong, and add return
5411                 value checks where they should have been
5412         * src/plugins/pgpcore/sylpheed.def
5413         * src/plugins/pgpinline/sylpheed.def
5414         * src/plugins/pgpmime/sylpheed.def
5415                 Add a few symbols needed
5416
5417 2005-12-21 [paul]       1.9.100cvs100
5418
5419         * m4/codeset.m4
5420         * m4/glibc21.m4
5421         * m4/intdiv0.m4
5422         * m4/inttypes-pri.m4
5423         * m4/inttypes.m4
5424         * m4/inttypes_h.m4
5425         * m4/isc-posix.m4
5426         * m4/lcmessage.m4
5427         * m4/stdint_h.m4
5428         * m4/uintmax_t.m4
5429                 gettextization
5430                 thanks to Colin
5431
5432 2005-12-21 [paul]       1.9.100cvs99
5433
5434         * po/sv.po
5435                 fixed by Colin
5436
5437 2005-12-20 [paul]       1.9.100cvs98
5438
5439         * po/sv.po
5440                 updated by Anders Trobäck
5441
5442 2005-12-20 [colin]      1.9.100cvs97
5443
5444         * ABOUT-NLS
5445         * Makefile.am
5446         * autogen.sh
5447         * configure.ac
5448         * config/config.rpath
5449         * config/mkinstalldirs
5450         * m4/Makefile.am
5451         * m4/glibc2.m4
5452         * m4/gnupg.m4
5453         * m4/gpgme.m4
5454         * m4/intmax.m4
5455         * m4/longdouble.m4
5456         * m4/longlong.m4
5457         * m4/printf-posix.m4
5458         * m4/signed.m4
5459         * m4/size_max.m4
5460         * m4/ulonglong.m4
5461         * m4/wchar_t.m4
5462         * m4/wint_t.m4
5463         * m4/xsize.m4
5464         * po/Makefile.in.in
5465         * po/Makevars
5466         * po/bg.po
5467         * po/ca.po
5468         * po/cs.po
5469         * po/de.po
5470         * po/el.po
5471         * po/en_GB.po
5472         * po/es.po
5473         * po/fi.po
5474         * po/fr.po
5475         * po/hr.po
5476         * po/hu.po
5477         * po/it.po
5478         * po/ja.po
5479         * po/ko.po
5480         * po/nb.po
5481         * po/nl.po
5482         * po/pl.po
5483         * po/pt_BR.po
5484         * po/ru.po
5485         * po/sk.po
5486         * po/sr.po
5487         * po/stamp-po
5488         * po/sv.po
5489         * po/zh_CN.po
5490         * po/zh_TW.po
5491         * src/Makefile.am
5492         * src/codeconv.c
5493         * src/compose.c
5494         * src/exporthtml.c
5495         * src/exportldif.c
5496         * src/folder.c
5497         * src/main.c
5498         * src/manual.c
5499         * src/mh.c
5500         * src/mimeview.c
5501         * src/send_message.c
5502         * src/common/Makefile.am
5503         * src/common/fnmatch.c
5504         * src/common/fnmatch.h
5505         * src/common/fnmatch_loop.c
5506         * src/common/nntp.c
5507         * src/common/plugin.c
5508         * src/common/smtp.c
5509         * src/common/socket.c
5510         * src/common/string_match.c
5511         * src/common/sylpheed.c
5512         * src/common/utils.c
5513         * src/common/utils.h
5514         * src/common/w32_dirent.c
5515         * src/common/w32_reg.c
5516         * src/common/w32_signal.c
5517         * src/common/w32_stat.c
5518         * src/common/w32_stdio.c
5519         * src/common/w32_stdlib.c
5520         * src/common/w32_string.c
5521         * src/common/w32_time.c
5522         * src/common/w32_unistd.c
5523         * src/common/w32_wait.c
5524         * src/common/w32lib.h
5525         * src/etpan/Makefile.am
5526         * src/gtk/Makefile.am
5527         * src/plugins/clamav/Makefile.am
5528         * src/plugins/demo/Makefile.am
5529         * src/plugins/dillo_viewer/Makefile.am
5530         * src/plugins/pgpcore/Makefile.am
5531         * src/plugins/pgpcore/passphrase.c
5532         * src/plugins/pgpcore/plugin.def
5533         * src/plugins/pgpcore/sgpgme.c
5534         * src/plugins/pgpcore/sylpheed.def
5535         * src/plugins/pgpcore/version.rc
5536         * src/plugins/pgpinline/Makefile.am
5537         * src/plugins/pgpinline/plugin.def
5538         * src/plugins/pgpinline/sylpheed.def
5539         * src/plugins/pgpinline/version.rc
5540         * src/plugins/pgpmime/Makefile.am
5541         * src/plugins/pgpmime/mypgpcore.def
5542         * src/plugins/pgpmime/plugin.def
5543         * src/plugins/pgpmime/sylpheed.def
5544         * src/plugins/pgpmime/version.rc
5545         * src/plugins/spamassassin/Makefile.am
5546                 Very little ;-) patch from Werner Koch, providing
5547                 infrastructure for cross-compiling to Win32
5548
5549 2005-12-20 [paul]       1.9.100cvs96
5550
5551         * src/account.c
5552         * src/account.h
5553         * src/mainwindow.c
5554         * src/mainwindow.h
5555         * src/toolbar.c
5556         * src/toolbar.h
5557                 add a combo to the Get All button, allowing
5558                 quick retrieval from any account
5559                 Patch by Fabien Vantard, slightly modified
5560                 by Colin
5561         * src/gtk/about.c
5562                 i18n fix. Patch by Fabien Vantard
5563
5564 2005-12-19 [colin]      1.9.100cvs95
5565
5566         * src/compose.c
5567         * src/compose.h
5568                 Don't automatically join lines when they've 
5569                 been separated by the user and not automatically
5570
5571 2005-12-19 [paul]       1.9.100cvs94
5572
5573         * src/gtk/pluginwindow.c
5574                 i18n fix.
5575                 Patch by Fabien Vantard
5576
5577 2005-12-15 [paul]       1.9.100cvs93
5578
5579         * src/common/plugin.c
5580         * src/common/plugin.h
5581         * src/gtk/pluginwindow.c
5582         * src/plugins/clamav/clamav_plugin.c
5583         * src/plugins/demo/demo.c
5584         * src/plugins/dillo_viewer/dillo_viewer.c
5585         * src/plugins/pgpcore/plugin.c
5586         * src/plugins/pgpinline/plugin.c
5587         * src/plugins/pgpmime/plugin.c
5588         * src/plugins/spamassassin/spamassassin.c
5589         * src/plugins/trayicon/trayicon.c
5590                 add plugin_version()
5591
5592 2005-12-15 [colin]      1.9.100cvs92
5593
5594         * src/compose.c
5595                 Further fix bug #875
5596
5597 2005-12-15 [paul]       1.9.100cvs91
5598
5599         * src/gtk/filesel.c
5600                 fix attach_load_dir getting set to
5601                 PLUGINDIR on plugin load
5602
5603 2005-12-14 [mones]      1.9.100cvs90
5604
5605         * manual/ack.xml
5606         * manual/keyboard.xml
5607                 Initial draft and some shortcuts added
5608                 
5609         * po/es.po
5610                 Updated translation
5611
5612 2005-12-14 [colin]      1.9.100cvs89
5613
5614         * src/compose.c
5615         * src/imap.c
5616         * src/summaryview.c
5617         * src/gtk/gtkaspell.c
5618                 More leaks fixed
5619         * src/prefs_folder_item.c
5620                 Fix recursive prefs apply
5621
5622
5623 2005-12-14 [colin]      1.9.100cvs88
5624
5625         * src/compose.c
5626                 Fix bug #875 (Freeze On Inline Forward of 
5627                 Large Message)
5628
5629 2005-12-13 [colin]      1.9.100cvs87
5630
5631         * src/compose.c
5632                 Uniq-ify and sort the mimetypes list
5633                 Patch by Fabien Vantard
5634
5635 2005-12-13 [colin]      1.9.100cvs86
5636
5637         * src/imap.c
5638         * src/etpan/imap-thread.c
5639                 Fix leaks (patch by Hoa)
5640         * src/news.c
5641         * src/common/plugin.c
5642                 Fix leaks
5643
5644 2005-12-12 [colin]
5645
5646         * 2.0.0-rc2 released
5647
5648 2005-12-12 [colin]      1.9.100cvs85
5649
5650         * src/matcher.c
5651                 Fix a leak
5652
5653 2005-12-12 [wwp]        1.9.100cvs84
5654
5655         * src/gtk/icon_legend.c
5656                 fix misbehaviour and crash when closing the legend window
5657         using the Esc key (patch by Fabien Vantard).
5658
5659 2005-12-12 [paul]       1.9.100cvs83
5660
5661         * src/browseldap.c
5662         * src/foldersel.c
5663         * src/prefs_actions.c
5664         * src/prefs_filtering.c
5665         * src/prefs_matcher.c
5666         * src/prefs_spelling.glade      ** REMOVED **
5667         * src/prefs_template.c
5668         * src/gtk/foldersort.glade      ** REMOVED **
5669         * src/gtk/pluginwindow.c
5670         * src/gtk/pluginwindow.glade    ** REMOVED **
5671         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5672                 cleanups
5673
5674 2005-12-11 [paul]       1.9.100cvs82
5675
5676         * src/gtk/filesel.c
5677                 fix attach_load_dir crasher (double free)
5678
5679 2005-12-09 [paul]       1.9.100cvs81
5680
5681         * po/POTFILES.in
5682         * src/mainwindow.c
5683         * src/gtk/Makefile.am
5684         * src/gtk/icon_legend.c
5685         * src/gtk/icon_legend.h
5686                 add icon legend
5687         * src/manual.c
5688                 cleanup
5689
5690 2005-12-09 [paul]       1.9.100cvs80
5691
5692         * src/plugins/pgpcore/passphrase.c
5693                 wrap the label in the dialog
5694
5695 2005-12-09 [colin]      1.9.100cvs79
5696
5697         * src/plugins/pgpcore/sgpgme.c
5698                 Display (untrusted) on not trusted signatures
5699                 Patch by Michal Èihaø <michal@cihar.com>
5700                 Closes bug #867 (Report also key trust)
5701
5702 2005-12-09 [colin]      1.9.100cvs78
5703
5704         * src/common/plugin.c
5705                 Update licence check, following Eben Moglen's advice
5706
5707 2005-12-08 [colin]      1.9.100cvs77
5708
5709         * src/folder.c
5710                 Fix the occasionnal item->cache != NULL 
5711                 assertion failure. 
5712
5713 2005-12-08 [colin]      1.9.100cvs76
5714
5715         * src/mimeview.c
5716         * src/plugins/pgpcore/sgpgme.c
5717                 Print key id when unable to check it
5718                 Closes bug #866 (Show key id when missing)
5719
5720 2005-12-08 [paul]       1.9.100cvs75
5721
5722         * src/prefs_common.c
5723         * src/prefs_common.h
5724         * src/gtk/filesel.c
5725                 remember load attachment dir
5726
5727 2005-12-07 [colin]      1.9.100cvs74
5728
5729         * src/prefs_toolbar.c
5730                 Gtk fixes, patch by Fabien Vantard
5731
5732 2005-12-07 [colin]      1.9.100cvs73
5733
5734         * src/action.c
5735         * src/compose.c
5736         * src/compose.h
5737                 Fix bug #839 (Quoted text isn't colored after 
5738                 executing an action)
5739         * src/common/plugin.c
5740                 Require plugins to declare their licence in plugin_licence()
5741                 Refuse to load non-GPL plugins as they'd be illegal (as 
5742                 derived works of Sylpheed-Claws, they must be GPL).
5743         * src/plugins/clamav/clamav_plugin.c
5744         * src/plugins/demo/demo.c
5745         * src/plugins/dillo_viewer/dillo_viewer.c
5746         * src/plugins/pgpcore/plugin.c
5747         * src/plugins/pgpinline/plugin.c
5748         * src/plugins/pgpmime/plugin.c
5749         * src/plugins/spamassassin/spamassassin.c
5750         * src/plugins/trayicon/trayicon.c
5751                 Add plugin_licence()
5752
5753 2005-12-07 [paul]       1.9.100cvs72
5754
5755         * configure.ac
5756         * src/mainwindow.c
5757         * src/manual.c
5758         * src/manual.h
5759         * src/common/defs.h
5760                 clean up after local FAQ removal and
5761                 temporary manual removal
5762
5763 2005-12-06 [colin]      1.9.100cvs71
5764
5765         * configure.ac
5766         * doc/Makefile.am
5767         * doc/faq/.cvsignore
5768         * doc/faq/Makefile.am
5769         * doc/faq/de/.cvsignore
5770         * doc/faq/de/Makefile.am
5771         * doc/faq/de/sylpheed-faq-1.html
5772         * doc/faq/de/sylpheed-faq-2.html
5773         * doc/faq/de/sylpheed-faq-3.html
5774         * doc/faq/de/sylpheed-faq.html
5775         * doc/faq/en/.cvsignore
5776         * doc/faq/en/Makefile.am
5777         * doc/faq/en/sylpheed-faq-1.html
5778         * doc/faq/en/sylpheed-faq-2.html
5779         * doc/faq/en/sylpheed-faq-3.html
5780         * doc/faq/en/sylpheed-faq-4.html
5781         * doc/faq/en/sylpheed-faq.html
5782         * doc/faq/es/.cvsignore
5783         * doc/faq/es/Makefile.am
5784         * doc/faq/es/sylpheed-faq-1.html
5785         * doc/faq/es/sylpheed-faq-2.html
5786         * doc/faq/es/sylpheed-faq-3.html
5787         * doc/faq/es/sylpheed-faq-4.html
5788         * doc/faq/es/sylpheed-faq.html
5789         * doc/faq/fr/.cvsignore
5790         * doc/faq/fr/Makefile.am
5791         * doc/faq/fr/sylpheed-faq-1.html
5792         * doc/faq/fr/sylpheed-faq-2.html
5793         * doc/faq/fr/sylpheed-faq-3.html
5794         * doc/faq/fr/sylpheed-faq.html
5795         * doc/faq/it/.cvsignore
5796         * doc/faq/it/Makefile.am
5797         * doc/faq/it/sylpheed-faq-1.html
5798         * doc/faq/it/sylpheed-faq-2.html
5799         * doc/faq/it/sylpheed-faq-3.html
5800         * doc/faq/it/sylpheed-faq.html
5801         * doc/manual/.cvsignore
5802         * doc/manual/Makefile.am
5803         * doc/manual/de/.cvsignore
5804         * doc/manual/de/Makefile.am
5805         * doc/manual/de/sylpheed-1.html
5806         * doc/manual/de/sylpheed-10.html
5807         * doc/manual/de/sylpheed-11.html
5808         * doc/manual/de/sylpheed-12.html
5809         * doc/manual/de/sylpheed-13.html
5810         * doc/manual/de/sylpheed-14.html
5811         * doc/manual/de/sylpheed-15.html
5812         * doc/manual/de/sylpheed-16.html
5813         * doc/manual/de/sylpheed-17.html
5814         * doc/manual/de/sylpheed-18.html
5815         * doc/manual/de/sylpheed-19.html
5816         * doc/manual/de/sylpheed-2.html
5817         * doc/manual/de/sylpheed-20.html
5818         * doc/manual/de/sylpheed-3.html
5819         * doc/manual/de/sylpheed-4.html
5820         * doc/manual/de/sylpheed-5.html
5821         * doc/manual/de/sylpheed-6.html
5822         * doc/manual/de/sylpheed-7.html
5823         * doc/manual/de/sylpheed-8.html
5824         * doc/manual/de/sylpheed-9.html
5825         * doc/manual/de/sylpheed.html
5826         * doc/manual/en/.cvsignore
5827         * doc/manual/en/Makefile.am
5828         * doc/manual/en/sylpheed-1.html
5829         * doc/manual/en/sylpheed-10.html
5830         * doc/manual/en/sylpheed-11.html
5831         * doc/manual/en/sylpheed-12.html
5832         * doc/manual/en/sylpheed-13.html
5833         * doc/manual/en/sylpheed-14.html
5834         * doc/manual/en/sylpheed-15.html
5835         * doc/manual/en/sylpheed-16.html
5836         * doc/manual/en/sylpheed-17.html
5837         * doc/manual/en/sylpheed-18.html
5838         * doc/manual/en/sylpheed-19.html
5839         * doc/manual/en/sylpheed-2.html
5840         * doc/manual/en/sylpheed-20.html
5841         * doc/manual/en/sylpheed-21.html
5842         * doc/manual/en/sylpheed-22.html
5843         * doc/manual/en/sylpheed-3.html
5844         * doc/manual/en/sylpheed-4.html
5845         * doc/manual/en/sylpheed-5.html
5846         * doc/manual/en/sylpheed-6.html
5847         * doc/manual/en/sylpheed-7.html
5848         * doc/manual/en/sylpheed-8.html
5849         * doc/manual/en/sylpheed-9.html
5850         * doc/manual/en/sylpheed.html
5851         * doc/manual/es/.cvsignore
5852         * doc/manual/es/Makefile.am
5853         * doc/manual/es/sylpheed-1.html
5854         * doc/manual/es/sylpheed-10.html
5855         * doc/manual/es/sylpheed-11.html
5856         * doc/manual/es/sylpheed-12.html
5857         * doc/manual/es/sylpheed-13.html
5858         * doc/manual/es/sylpheed-14.html
5859         * doc/manual/es/sylpheed-15.html
5860         * doc/manual/es/sylpheed-16.html
5861         * doc/manual/es/sylpheed-17.html
5862         * doc/manual/es/sylpheed-18.html
5863         * doc/manual/es/sylpheed-19.html
5864         * doc/manual/es/sylpheed-2.html
5865         * doc/manual/es/sylpheed-20.html
5866         * doc/manual/es/sylpheed-3.html
5867         * doc/manual/es/sylpheed-4.html
5868         * doc/manual/es/sylpheed-5.html
5869         * doc/manual/es/sylpheed-6.html
5870         * doc/manual/es/sylpheed-7.html
5871         * doc/manual/es/sylpheed-8.html
5872         * doc/manual/es/sylpheed-9.html
5873         * doc/manual/es/sylpheed.html
5874         * doc/manual/fr/.cvsignore
5875         * doc/manual/fr/Makefile.am
5876         * doc/manual/fr/sylpheed-1.html
5877         * doc/manual/fr/sylpheed-10.html
5878         * doc/manual/fr/sylpheed-11.html
5879         * doc/manual/fr/sylpheed-12.html
5880         * doc/manual/fr/sylpheed-13.html
5881         * doc/manual/fr/sylpheed-14.html
5882         * doc/manual/fr/sylpheed-15.html
5883         * doc/manual/fr/sylpheed-16.html
5884         * doc/manual/fr/sylpheed-17.html
5885         * doc/manual/fr/sylpheed-18.html
5886         * doc/manual/fr/sylpheed-19.html
5887         * doc/manual/fr/sylpheed-2.html
5888         * doc/manual/fr/sylpheed-20.html
5889         * doc/manual/fr/sylpheed-3.html
5890         * doc/manual/fr/sylpheed-4.html
5891         * doc/manual/fr/sylpheed-5.html
5892         * doc/manual/fr/sylpheed-6.html
5893         * doc/manual/fr/sylpheed-7.html
5894         * doc/manual/fr/sylpheed-8.html
5895         * doc/manual/fr/sylpheed-9.html
5896         * doc/manual/fr/sylpheed.html
5897         * doc/manual/ja/.cvsignore
5898         * doc/manual/ja/Makefile.am
5899         * doc/manual/ja/sylpheed-1.html
5900         * doc/manual/ja/sylpheed-10.html
5901         * doc/manual/ja/sylpheed-11.html
5902         * doc/manual/ja/sylpheed-12.html
5903         * doc/manual/ja/sylpheed-13.html
5904         * doc/manual/ja/sylpheed-14.html
5905         * doc/manual/ja/sylpheed-15.html
5906         * doc/manual/ja/sylpheed-16.html
5907         * doc/manual/ja/sylpheed-17.html
5908         * doc/manual/ja/sylpheed-18.html
5909         * doc/manual/ja/sylpheed-19.html
5910         * doc/manual/ja/sylpheed-2.html
5911         * doc/manual/ja/sylpheed-20.html
5912         * doc/manual/ja/sylpheed-3.html
5913         * doc/manual/ja/sylpheed-4.html
5914         * doc/manual/ja/sylpheed-5.html
5915         * doc/manual/ja/sylpheed-6.html
5916         * doc/manual/ja/sylpheed-7.html
5917         * doc/manual/ja/sylpheed-8.html
5918         * doc/manual/ja/sylpheed-9.html
5919         * doc/manual/ja/sylpheed.html
5920         * doc/manual/ja/sylpheed.sgml
5921         * src/mainwindow.c
5922                 Remove outdated manual and faq. Noisy, eh?
5923
5924 2005-12-06 [colin]      1.9.100cvs70
5925
5926         * src/compose.c
5927         * src/quote_fmt_parse.y
5928         * src/undo.c
5929         * src/undo.h
5930                 Allow %X to position cursor at 0 
5931                 (no %X = before signature)
5932                 Fix paste as quotation putting the cursor at 0
5933                 Fix undo offsets when pasting
5934                 Insert the quote_fmt at once instead of line 
5935                 by line
5936                 Fix [Edited] when starting to reply/forward
5937
5938 2005-12-06 [paul]       1.9.100cvs69
5939
5940         * src/plugins/clamav/clamav_plugin_gtk.c
5941                 add another tooltip
5942         * src/plugins/spamassassin/spamassassin_gtk.c
5943                 rework spamassassin_create_widget_func()
5944
5945 2005-12-05 [colin]      1.9.100cvs68
5946
5947         * po/POTFILES.in
5948                 Fix make release ;-)
5949
5950 2005-12-05 [colin]      1.9.100cvs67
5951
5952         * src/compose.c
5953         * src/compose.h
5954                 Fix cursor positioning (not obeying %X)
5955
5956 2005-12-05 [paul]       1.9.100cvs66
5957
5958         * src/plugins/dillo_viewer/dillo_prefs.c
5959                 fix compilation warning
5960
5961 2005-12-05 [paul]       1.9.100cvs65
5962
5963         * src/prefs_spelling.c
5964         * src/plugins/trayicon/trayicon.c
5965                 cleanups - remove unused stuff
5966
5967 2005-12-05 [paul]       1.9.100cvs64
5968
5969         * README
5970         * manual/plugins.xml
5971                 remove info about removed mathml_viewer plugin
5972
5973 2005-12-05 [paul]       1.9.100cvs63
5974
5975         * configure.ac
5976         * src/plugins/Makefile.am
5977         * src/plugins/mathml_viewer/.cvsignore
5978         * src/plugins/mathml_viewer/Makefile.am
5979         * src/plugins/mathml_viewer/mathml_viewer.c
5980                 remove unmaintained mathml_viewer plugin
5981
5982 2005-12-05 [paul]       1.9.100cvs62
5983
5984         * src/summaryview.c
5985                 obey prefs_common.always_show_msg when
5986                 moving a msg
5987                 Thanks to Colin
5988
5989 2005-12-05 [paul]       1.9.100cvs61
5990
5991         * src/compose.c
5992         * src/prefs_account.c
5993         * src/prefs_filtering.c
5994         * src/prefs_quote.c
5995         * src/prefs_spelling.c
5996         * src/prefs_toolbar.c
5997         * src/summaryview.c
5998         * src/gtk/gtkutils.c
5999         * src/gtk/quicksearch.c
6000         * src/plugins/dillo_viewer/dillo_prefs.c
6001                 dialog cleanups
6002
6003 2005-12-04 [paul]       1.9.100cvs60
6004
6005         * src/inc.c
6006         * src/prefs_account.c
6007         * src/prefs_account.h
6008                 allow a Local account to specify a
6009                 default inbox
6010                 (closes bug 843 'Inbox cannot be changed for local
6011                  mailboxes')
6012
6013 2005-12-04 [colin]      1.9.100cvs59
6014
6015         * src/plugins/trayicon/trayicon.c
6016                 Remove Get, rename Get All to Get Mail in order to
6017                 be consistent with the default main toolbar
6018
6019 2005-12-03 [colin]      1.9.100cvs58
6020
6021         * manual/gpl.xml
6022         * manual/sylpheed-claws-manual.xml
6023                 Add GPL appendix
6024
6025 2005-12-03 [paul]       1.9.100cvs57
6026
6027         * AUTHORS
6028         * po/sv.po
6029         * src/gtk/authors.h
6030                 new (partially complete) Swedish translation
6031                 by Anders Troback <sylpheed@troback.com>
6032
6033 2005-12-02 [paul]       1.9.100cvs56
6034
6035         * configure.ac
6036                 libetpan 0.41 required
6037
6038 2005-12-02 [paul]       1.9.100cvs55
6039
6040         * src/plugins/clamav/clamav_plugin.c
6041         * src/plugins/clamav/clamav_plugin.h
6042         * src/plugins/clamav/clamav_plugin_gtk.c
6043         * src/plugins/spamassassin/spamassassin.c
6044         * src/plugins/spamassassin/spamassassin.h
6045         * src/plugins/spamassassin/spamassassin_gtk.c
6046                 unregister prefs pages on unloading, thus
6047                 preventing a crash
6048                 (thanks to Colin for the hint)
6049
6050 2005-12-02 [wwp]        1.9.100cvs54
6051
6052         * src/quote_fmt.h
6053         * src/quote_fmt_parse.y
6054                 fix misuse of gboolean*, use gboolean instead
6055                 (thanks to Paul, Colin, for pointing out that scaring one)
6056
6057 2005-12-02 [paul]       1.9.100cvs53
6058
6059         * src/plugins/clamav/clamav_plugin.c
6060                 int no --> unsigned int no
6061         * src/plugins/clamav/clamav_plugin_gtk.c
6062                 rework config page
6063
6064 2005-12-02 [wwp]        1.9.100cvs52
6065
6066         * src/compose.c
6067         * src/prefs_template.c
6068         * src/quote_fmt.h
6069         * src/quote_fmt_parse.y
6070                 prevent from executing |f and |p templates commands when
6071                 adding or replacing templates in prefs (avoids annoying and
6072                 potentially dangerous behaviours)
6073
6074 2005-12-02 [paul]       1.9.100cvs51
6075
6076         * src/prefs_common.c
6077                 allow translation of some default values
6078                 Patch by Fabien Vantard
6079
6080 2005-12-02 [paul]       1.9.100cvs50
6081
6082         * src/codeconv.c
6083         * src/codeconv.h
6084         * src/prefs_common.c
6085         * src/prefs_common.h
6086         * src/prefs_message.c
6087         * src/textview.c
6088                 remove obsolete 'convert_mb_alnum' option
6089                 and related stuff
6090         * src/gtk/about.c
6091                 remove unused 'about_textview_visibility_notify'
6092
6093 2005-12-02 [paul]       1.9.100cvs49
6094
6095         * src/prefs_account.c
6096         * src/prefs_compose_writing.c
6097         * src/prefs_fonts.c
6098         * src/prefs_gtk.h
6099         * src/prefs_image_viewer.c
6100         * src/prefs_message.c
6101         * src/prefs_other.c
6102         * src/prefs_receive.c
6103         * src/prefs_send.c
6104         * src/prefs_spelling.c
6105         * src/prefs_summaries.c
6106         * src/prefs_wrapping.c
6107         * src/plugins/dillo_viewer/dillo_prefs.c
6108         * src/plugins/pgpcore/prefs_gpg.c
6109                 several cleanups to the prefs dialogs
6110                 (slightly modified) patch by Fabien Vantard
6111
6112 2005-12-02 [paul]       1.9.100cvs48
6113
6114         * src/main.c
6115                 --exit means exit
6116         * src/send_message.c
6117                 fix crash on send when connection fails
6118
6119         Thanks to Colin
6120
6121 2005-12-01 [colin]      1.9.100cvs47
6122
6123         * src/html.c
6124                 Translate &hellip; to "..."
6125
6126 2005-11-30 [colin]      1.9.100cvs46
6127
6128         * src/matcher.c
6129         * src/matcher.h
6130                 Optimize back yesterday's fix.
6131
6132 2005-11-30 [paul]       1.9.100cvs45
6133
6134         * manual/faq.xml
6135                 standardised
6136         * manual/intro.xml
6137                 written by Colin, edited by me
6138
6139 2005-11-29 [colin]      1.9.100cvs44
6140
6141         * src/matcher.c
6142                 Skip headers unconditionnaly in match_body if the
6143                 rule is not message or ~message
6144
6145 2005-11-29 [colin]      1.9.100cvs43
6146
6147         * src/matcher.c
6148                 Fix body_part and such, not skipping headers 
6149                 if the matchcriteria wasn't the first in the rule
6150
6151 2005-11-29 [colin]      1.9.100cvs42
6152
6153         * src/compose.c
6154                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6155                 option missing from message view window)
6156                 Fix double text D'n'D with gtk-2.8
6157         * src/matcher.c
6158                 Fix ~message, ~headers_part, ~body_part rules
6159         * src/messageview.c
6160                 Add Windows-1252 (Closes bug #863)
6161                 Fix accels
6162         * src/gtk/gtkaspell.c
6163                 Properly destroy accels in all menus
6164
6165 2005-11-29 [mones]      1.9.100cvs41
6166
6167         * po/es.po
6168                 Updated.
6169
6170 2005-11-27 [colin]      1.9.100cvs40
6171
6172         * src/mh_gtk.c
6173                 "/Remove mailbox" -> "/Remove mailbox..."
6174
6175 2005-11-27 [paul]       1.9.100cvs39
6176
6177         * AUTHORS
6178         * po/de.po
6179         * src/gtk/authors.h
6180                 updated by new maintainer, Stephan Sachse
6181
6182 2005-11-27 [paul]       1.9.100cvs38
6183
6184         * manual/faq.xml
6185                 written by Colin, edited by me
6186
6187 2005-11-27 [paul]       1.9.100cvs37
6188
6189         * src/prefs_common.c
6190         * src/prefs_common.h
6191         * src/prefs_receive.c
6192         * src/prefs_summaries.c
6193                 move 'go to inbox after receiving new mail'
6194                 option from display/sumamaries to mail
6195                 handling/receive, and rework prefs_summaries
6196                 dialog a little
6197
6198 2005-11-25 [martin]     1.9.100cvs36
6199
6200         * po/de.po
6201             fixed windows-1252 translation;
6202             translated some new and fuzzy strings
6203
6204 2005-11-25 [paul]       1.9.100cvs35
6205
6206         * src/plugins/clamav/clamav_plugin.c
6207                 complete the update done in cvs34
6208
6209 2005-11-25 [paul]       1.9.100cvs34
6210
6211         * src/plugins/clamav/clamav_plugin.c
6212                 reflect upstream changes
6213
6214 2005-11-25 [paul]       1.9.100cvs33
6215
6216         * manual/ack.xml
6217         * manual/plugins.xml
6218         * manual/sylpheed-claws-manual.xml
6219                 written/updated by Colin, edited by me
6220         * tools/acroread2sylpheed.pl
6221                 update binary name
6222
6223 2005-11-24 [colin]      1.9.100cvs32
6224
6225         * src/compose.c
6226                 Fix bug #856 (reediting messages forgets Request
6227                 Return Receipt)
6228
6229 2005-11-24 [paul]       1.9.100cvs31
6230
6231         * manual/addrbook.xml
6232         * manual/starting.xml
6233                 written by Colin, proofread, edited, adapted by me
6234         * manual/advanced.xml
6235                 add some Actions examples
6236         * src/importldif.c
6237                 use a Save button instead of a Close button
6238         * src/wizard.c
6239                 indicate mandatory fields
6240                 fix page display
6241                 Thanks to Colin
6242
6243 2005-11-23 [colin]      1.9.100cvs30
6244
6245         * src/addressbook.c
6246                 Rename menu item, fix possible crash after
6247                 deletion of books
6248         * src/addrindex.c
6249                 Allow searching for '*' in ldap
6250         * src/browseldap.c
6251                 Fix "Browse Entry" (did anyone use it?)
6252         * src/wizard.c
6253                 Add guards for mandatory information
6254
6255 2005-11-23 [paul]       1.9.100cvs29
6256
6257         * manual/advanced.xml
6258                 corrections to the English
6259
6260 2005-11-23 [colin]      1.9.100cvs28
6261
6262         * src/mimeview.c
6263                 Fix possible crash at exit. After the call to
6264                 gtk_container_remove(), the Viewer's widget has no
6265                 more parent so gtk+ automatically frees it and its
6266                 sons. If destroy_viewer() then try to access it,
6267                 problems ensue.
6268
6269 2005-11-22 [colin]      1.9.100cvs27
6270
6271         * src/compose.c
6272         * src/gtk/gtkaspell.c
6273                 Fix right-clicking on a misspelled word
6274                 Fix More... in suggestions menu
6275
6276 2005-11-22 [wwp]        1.9.100cvs26
6277
6278         * src/prefs_template.c
6279                 templates works: re-sort templates list when adding or replacing,
6280                 prevent from adding or replacing when the template name is empty
6281
6282 2005-11-21 [colin]      1.9.100cvs25
6283
6284         * src/addressbook.c
6285                 Fix some addressbook suckage (dnd, select all)
6286         * src/compose.c
6287         * src/gtk/gtkaspell.c
6288         * src/gtk/gtkaspell.h
6289                 Make the spellchecker menu work with the 
6290                 GtkTextView one instead of overriding it
6291
6292 2005-11-20 [paul]       1.9.100cvs24
6293
6294         * manual/handling.xml
6295                 proofread and corrected
6296
6297 2005-11-20 [paul]       1.9.100cvs23
6298
6299         * manual/Makefile
6300                 generate html as one file
6301         * manual/advanced.xml
6302                 fix output generation
6303                 reformat hidden options list
6304         * manual/manual.xml     ** REMOVED **
6305         * manual/sylpheed-claws-manual.xml      ** ADDED **
6306                 renamed
6307
6308 2005-11-18 [colin]      1.9.100cvs22
6309
6310         * src/prefs_account.c
6311                 Fix layout in news and mbox accounts
6312         * manual/account.xml
6313         * manual/advanced.xml
6314                 New contents for Paul to check :)
6315
6316 2005-11-18 [wwp]        1.9.100cvs21
6317
6318         * src/gtk/quicksearch.c
6319                 don't update extended quicksearch buttons twice
6320
6321 2005-11-18 [paul]       1.9.100cvs20
6322
6323         * src/textview.c
6324                 complete 1.9.100cvs19
6325
6326 2005-11-18 [paul]       1.9.100cvs19
6327
6328         * src/compose.c
6329                 cosmetic improvements
6330         * src/textview.c
6331                 also list text/* attachments
6332
6333 2005-11-18 [colin]      1.9.100cvs18
6334
6335         * src/summaryview.c
6336                 Use column 0 instead of -1 in 
6337                 gtk_ctree_node_moveto, in a naive
6338                 hope it'll fix the gtk-related crashes
6339
6340 2005-11-18 [colin]      1.9.100cvs17
6341
6342         * src/gtk/inputdialog.c
6343                 Fix icon staying the first one
6344
6345 2005-11-17 [wwp]        1.9.100cvs16
6346                 fix possible problem showing some quicksearch buttons, and a bad
6347                 call to g_return_if_fail in a function that returns a value (both
6348                 fixes by Fabien Vantard)
6349
6350 2005-11-15 [wwp]        1.9.100cvs15
6351
6352         * src/gtk/quicksearch.c
6353                 added a tooltip to that obscure ... quicksearch button
6354
6355 2005-11-15 [wwp]        1.9.100cvs14
6356
6357         * src/gtk/quicksearch.c
6358                 add a quicksearch helper to filtering expression users: the ... button
6359                 raises the condition expr window. condition expressions set up w/ this
6360                 window are used by the quicksearch if the user closes it pressing OK.
6361
6362 2005-11-14 [paul]       1.9.100cvs13
6363
6364         * src/plugins/clamav/clamav_plugin.c
6365         * src/plugins/spamassassin/spamassassin.c
6366                 change plugin type following recent merging
6367
6368 2005-11-14 [wwp]        1.9.100cvs12
6369
6370         * src/folder.c
6371                 prevent from crashing when copying/moving message(s) from and
6372                 to the same folder
6373
6374 2005-11-14 [paul]       1.9.100cvs11
6375
6376         * src/plugins/clamav/Makefile.am
6377         * src/plugins/clamav/clamav_plugin.c
6378         * src/plugins/clamav/clamav_plugin.h
6379         * src/plugins/clamav/clamav_plugin_gtk.c
6380                 also merge clamav and clamav_gtk plugins
6381
6382 2005-11-13 [colin]      1.9.100cvs10
6383
6384         * configure.ac
6385         * src/plugins/spamassassin/Makefile.am
6386         * src/plugins/spamassassin/spamassassin.c
6387         * src/plugins/spamassassin/spamassassin.h
6388         * src/plugins/spamassassin/spamassassin_gtk.c
6389                 Merge spamassassin and spamassassin_gtk plugins,
6390                 and build it by default.
6391
6392 2005-11-12 [colin]      1.9.100cvs9
6393
6394         * src/etpan/imap-thread.c
6395                 Fix gcc warning
6396
6397 2005-11-12 [colin]      1.9.100cvs8
6398
6399         * src/procmime.c
6400                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6401
6402 2005-11-10 [colin]      1.9.100cvs7
6403
6404         * src/main.c
6405                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6406                 minimised state)
6407
6408 2005-11-10 [wwp]        1.9.100cvs6
6409
6410         * src/gtk/description_window.c
6411                 fix a crash when closing description windows using the WM's [X] button
6412
6413 2005-11-09 [colin]      1.9.100cvs5
6414
6415         * src/common/ssl.c
6416                 Update libetpan call to follow upstream
6417                 (yes, this requires libetpan-0.40cvs3)
6418
6419 2005-11-08 [colin]      1.9.100cvs4
6420
6421         * src/compose.c
6422         * src/textview.c
6423         * src/common/utils.c
6424         * src/common/utils.h
6425                 Enhance the email parser
6426
6427 2005-11-08 [colin]      1.9.100cvs3
6428
6429         * src/procmime.c
6430                 Fix what looks like an off-by-one (fixes 
6431                 attachments from the Bat)
6432
6433 2005-11-08 [wwp]        1.9.100cvs2
6434
6435         * src/main.c
6436                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6437
6438 2005-11-08 [wwp]        1.9.100cvs1
6439
6440         * src/main.c
6441                 allow exiting Sylpheed-Claws from command-line
6442
6443 2005-11-08 [paul]       1.9.100
6444
6445         1.9.100 released
6446
6447 2005-11-07 [colin]      1.9.99cvs17
6448
6449         * src/addritem.c
6450         * src/ldif.c
6451                 Fix import of base-64 encoded items
6452
6453 2005-11-07 [colin]      1.9.99cvs16
6454
6455         * src/send_message.c
6456                 Fix bug #314 (Queue does not empty under certain 
6457                 circumstances)
6458
6459 2005-11-07 [paul]       1.9.99cvs15
6460
6461         * src/mutt.c
6462         * src/pine.c
6463                 fix buffer overflows
6464                 Thanks to Colin
6465
6466 2005-11-07 [paul]       1.9.99cvs14
6467
6468         * doc/man/Makefile.am
6469         * doc/man/sylpheed-claws.1      ** ADDED **
6470         * doc/man/sylpheed.1            ** DELETED **
6471                 rename and update the man file
6472
6473 2005-11-06 [colin]      1.9.99cvs13
6474
6475         * src/ldif.c
6476                 Fix ldif_get_line() that returned empty strings
6477                 (Didn't understand why). Also fix a possible
6478                 buffer overflow.
6479
6480 2005-11-06 [wwp]        1.9.99cvs12
6481
6482         * src/textview.c
6483         * src/gtk/about.c
6484         * src/gtk/gtkutils.c
6485         * src/gtk/gtkutils.h
6486                 fix a compilation warning,
6487                 make links sensitive in the about dialog
6488
6489 2005-11-04 [wwp]        1.9.99cvs11
6490
6491         * src/gtk/about.c
6492                 don't wrap or translate URIs, and a bit text format cleanup
6493
6494 2005-11-04 [wwp]        1.9.99cvs10
6495
6496         * src/gtk/about.c
6497                 better textview tagging implementation (no more use of marks for
6498                 postponed tagging)
6499
6500 2005-11-02 [colin]      1.9.99cvs9
6501
6502         * src/common/ssl.c
6503                 Forgot an ifdef
6504
6505 2005-11-02 [colin]      1.9.99cvs8
6506
6507         * configure.ac
6508                 Require libetpan-0.40 due to upstream fix
6509         * src/common/ssl.c
6510                 Tell libetpan not to call SSL_Library_Init,
6511                 as we do it ourselves.
6512
6513 2005-11-02 [colin]      1.9.99cvs7
6514
6515         * po/POTFILES.in
6516                 Add missing files (thanks to Fabien Vantard)
6517
6518 2005-11-02 [colin]      1.9.99cvs6
6519
6520         * src/summaryview.c
6521                 Fix totals when read messages are hidden or quicksearch
6522                 is on
6523         * src/ssl_manager.c
6524         * src/ssl_manager.h
6525         * src/common/ssl_certificate.c
6526         * src/common/ssl_certificate.h
6527         * src/gtk/sslcertwindow.c
6528         * src/gtk/sslcertwindow.h
6529                 Fix copyright on my stuff
6530
6531 2005-11-02 [wwp]        1.9.99cvs5
6532
6533         * src/prefs_themes.c
6534                 fix directory name checking (theme installation/removal),
6535                 made related error a bit more verbose
6536
6537 2005-11-02 [colin]      1.9.99cvs4
6538
6539         * src/summaryview.c
6540                 Fix typo (probably fixes bug #841 (Sort by the From 
6541                 field doesn't work)
6542
6543 2005-11-02 [paul]       1.9.99cvs3
6544
6545         * po/ko.po
6546         * po/nb.po
6547                 updated by SungHyun Nam, Geir Helland
6548         * src/wizard.c
6549                 fix typo in welcome message. spotted by
6550                 Andrea Spadaccini
6551
6552 2005-11-01 [colin]      1.9.99cvs2
6553
6554         * src/compose.c
6555                 Fix replying to ml wen confirming subscription
6556         * src/messageview.c
6557         * src/mimeview.c
6558         * src/mimeview.h
6559         * src/privacy.h
6560         * src/summaryview.c
6561                 Make key check non blocking
6562
6563 2005-10-31 [paul]       1.9.99cvs1
6564
6565         * tools/claws.i18n.status.pl
6566                 updated for ChangeLog
6567
6568 2005-10-31 [paul]       1.9.99
6569
6570         1.9.99 released
6571
6572 2005-10-31 [paul]       1.9.15cvs131
6573
6574         * .cvsignore
6575         * ChangeLog
6576         * ChangeLog.claws       ** REMOVED **
6577         * ChangeLog-gtk2.claws  ** REMOVED **
6578         * ChangeLog.gtk1        ** ADDED **
6579         * INSTALL
6580         * Makefile.am
6581         * NEWS
6582         * README
6583         * README.claws          ** REMOVED **
6584         * README.jp             ** REMOVED **
6585         * RELEASE_NOTES         ** ADDED **
6586         * RELEASE_NOTES.claws   ** REMOVED **
6587         * commitHelper
6588         * configure.ac
6589         * sylpheed.spec.in      ** REMOVED **
6590                 tidy up and update the default docs:
6591                 ChangeLog.claws is renamed ChangeLog.gtk1
6592                 ChangeLog-gtk2.claws is renamed ChangeLog
6593                 README.claws is renamed README
6594                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6595
6596 2005-10-31 [paul]       1.9.15cvs130
6597
6598         * po/it.po
6599                 fix errors
6600
6601 2005-10-31 [paul]       1.9.15cvs129
6602
6603         * po/ca.po
6604         * po/de.po
6605         * po/en_GB.po
6606         * po/fr.po
6607         * po/it.po
6608         * po/pt_BR.po
6609         * po/sk.po
6610         * po/sr.po
6611         * po/zh_CN.po
6612                 updated by Miquel Oliete, Stephan Sachse and
6613                 Thomas Gilgin, me, Fabien Vantard, Andrea
6614                 Spadaccini, Frederico Goncalves Guimaraes,
6615                 Andrej Kacian, Aleksandar Urosevic, and
6616                 Ralgh Young.
6617
6618 2005-10-31 [mones]      1.9.15cvs128
6619
6620         * manual/faq.xml
6621                 More questions.
6622         
6623         * po/es.po
6624                 Updated for release.
6625
6626 2005-10-30 [colin]      1.9.15cvs127
6627
6628         * src/compose.c
6629                 Place cursor before rewrapping (fixes cursor
6630                 pos if quotation gets rewrapped)
6631
6632 2005-10-29 [paul]       1.9.15cvs126
6633
6634         * src/crash.c
6635         * src/foldersel.c
6636         * src/main.c
6637         * src/messageview.c
6638         * src/toolbar.c
6639         * src/gtk/authors.h
6640                 corrections to text items
6641
6642 2005-10-28 [colin]      1.9.15cvs125
6643
6644         * src/messageview.c
6645                 Make "hit 'C' to check sig" work from extern 
6646                 messageviews
6647
6648 2005-10-27 [colin]      1.9.15cvs124
6649
6650         * src/summaryview.c
6651                 Add a hack to avoid segfaulting when hammering 
6652                 on gtk's events
6653
6654 2005-10-27 [wwp]        1.9.15cvs123
6655
6656         * src/prefs_themes.c
6657                 sort list of themes names in themes prefs
6658
6659 2005-10-27 [paul]       1.9.15cvs122
6660
6661         * src/folder.c
6662         * src/prefs_account.c
6663                 fix building on Solaris
6664                 Patch by Alex Moore
6665
6666 2005-10-27 [wwp]        1.9.15cvs121
6667
6668         * src/summaryview.c
6669         * src/gtk/gtksctree.c
6670                 speed up unselecting messages in summary view (thanks to Colin)
6671
6672 2005-10-27 [paul]       1.9.15cvs120
6673
6674         * src/mainwindow.c
6675                 fix a compilation warning
6676         * src/summaryview.c
6677                 fix updating of 'n items selected' count
6678                 when deselecting
6679
6680 2005-10-27 [martin]     1.9.15cvs119
6681
6682         * src/action.c
6683                 ignore actions with a leading '/' in the action menu name
6684                 fixes a crash on menu creation
6685         * src/prefs_actions.c
6686                 do not allow a leading '/' in the action menu name
6687
6688 2005-10-27 [paul]       1.9.15cvs118
6689
6690         * src/main.c
6691                 fix compilation warning
6692
6693 2005-10-27 [paul]       1.9.15cvs117
6694
6695         * src/procmime.c
6696                 add #if HAVE_LOCALE_H
6697
6698 2005-10-27 [paul]       1.9.15cvs116
6699
6700         * src/plugins/clamav/clamav_plugin.c
6701         * src/plugins/dillo_viewer/dillo_viewer.c
6702         * src/plugins/mathml_viewer/mathml_viewer.c
6703         * src/plugins/pgpcore/plugin.c
6704         * src/plugins/pgpinline/plugin.c
6705         * src/plugins/pgpmime/plugin.c
6706         * src/plugins/spamassassin/spamassassin.c
6707         * src/plugins/trayicon/trayicon.c
6708                 plugin_init() : make error messages more
6709                 informative
6710
6711 2005-10-26 [wwp]        1.9.15cvs115
6712
6713         * src/prefs_matcher.c
6714                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6715
6716 2005-10-26 [wwp]        1.9.15cvs114
6717
6718         * src/procmime.c
6719         * src/gtk/gtksctree.c
6720         * src/plugins/spamassassin/libspamc.c
6721         * src/plugins/spamassassin/spamassassin.c
6722                 fix some compilation warnings more
6723
6724 2005-10-26 [mones]      1.9.15cvs113
6725
6726         * po/es.po
6727                 Updated translation
6728
6729 2005-10-26 [paul]       1.9.15cvs112
6730
6731         * src/prefs_message.c
6732                 give all display_xface stuff the
6733                 #if HAVE_LIBCOMPFACE treatment, thus
6734                 preventing a crash
6735                 (Thanks to Wolfgang Enderlein)
6736
6737 2005-10-26 [colin]      1.9.15cvs111
6738
6739         * src/gedit-print.c
6740                 Fix date format
6741         * src/imap_gtk.c
6742         * src/news_gtk.c
6743                 Remove context menu items that should not be there
6744         * src/jpilot.c
6745                 Fix encoding
6746         * src/main.c
6747         * src/mainwindow.c
6748                 Don't show the mainwindow too soon
6749
6750 2005-10-26 [wwp]        1.9.15cvs110
6751
6752         * src/folder.c
6753         * src/manual.c
6754         * src/summaryview.c
6755                 fix uninitialized pointers in the folder updating hook
6756                 (thanks to Colin)
6757
6758 2005-10-25 [mones]      1.9.15cvs109
6759
6760         * manual/faq.xml
6761                 General information subsection completed. 
6762                 Removed archaic references.
6763                 
6764         * manual/Makefile
6765         * manual/dtd/manual.dsl
6766                 Added customization stylesheet for getting paragraphs
6767                 fully justified in PDF output (as suggested by Colin).
6768
6769 2005-10-25 [colin]      1.9.15cvs108
6770
6771         * src/compose.c
6772                 Fix a second leak
6773
6774 2005-10-25 [colin]      1.9.15cvs107
6775
6776         * src/addrbook.c
6777         * src/addrindex.c
6778                 Fix leak (xml_get_element() allocates memory)
6779         * src/compose.c
6780                 Fix leak + dead code (shame!)
6781         * src/procmime.c
6782                 Fix leak
6783
6784 2005-10-25 [colin]      1.9.15cvs106
6785
6786         * src/mimeview.c
6787                 Fix encoding issue in Save all and in 
6788                 overwrite-confirmation alertpanel
6789
6790 2005-10-25 [colin]      1.9.15cvs105
6791
6792         * src/common/socket.c
6793                 Fix a leak - Thanks to Christopher Aillon
6794                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6795
6796 2005-10-25 [paul]       1.9.15cvs104
6797
6798         * src/wizard.c
6799                 Always guess servers from the right-hand
6800                 email part and guess username from the
6801                 left-hand part. (Thanks to Colin)
6802                 add an X-Face to the welcome message
6803
6804 2005-10-25 [paul]       1.9.15cvs103
6805
6806         * manual/handling.xml
6807                 written by Colin, edited by me
6808
6809 2005-10-25 [wwp]        1.9.15cvs102
6810
6811         * src/folderview.c
6812         * src/grouplistdialog.c
6813         * src/imap.c
6814         * src/noticeview.c
6815                 fix some compilation warnings
6816
6817 2005-10-24 [paul]
6818
6819         1.9.99-rc3 released
6820
6821 2005-10-24 [paul]       1.9.15cvs101
6822
6823         * src/gtk/about.c
6824                 fix window sizing
6825
6826 2005-10-24 [paul]       1.9.15cvs100
6827
6828         * src/pixmaps/offline.xpm
6829         * src/pixmaps/online.xpm
6830                 replace with last default versions
6831
6832 2005-10-24 [colin]      1.9.15cvs99
6833
6834         * src/imap.c
6835                 Fix bug when moving a folder
6836         * src/imap_gtk.c
6837         * src/mh_gtk.c
6838                 "Delete folder" pops up a window, so it 
6839                 should be suffixed with "..."
6840         * src/plugins/pgpcore/sgpgme.c
6841                 Include locale.h
6842
6843 2005-10-24 [mones]      1.9.15cvs98
6844
6845         * manual/Makefile
6846         * manual/account.xml
6847         * manual/ack.xml
6848         * manual/addrbook.xml
6849         * manual/advanced.xml
6850         * manual/faq.xml
6851         * manual/glossary.xml
6852         * manual/gpl.xml
6853         * manual/handling.xml
6854         * manual/intro.xml
6855         * manual/keyboard.xml
6856         * manual/manual.xml
6857         * manual/plugins.xml
6858         * manual/starting.xml
6859         * manual/dtd/sdocbook.dtd
6860                 Initial manual structure and some content.
6861
6862 2005-10-23 [wwp]        1.9.15cvs97
6863
6864         * src/gtk/about.c
6865                 fix a typo
6866
6867 2005-10-23 [wwp]        1.9.15cvs96
6868
6869         * src/gtk/about.c
6870         * src/gtk/authors.h
6871                 rework of the about window (main work by Paul), also featuring a few
6872                 fixes for typos and duplicate names
6873
6874 2005-10-23 [wwp]        1.9.15cvs95
6875
6876         * src/.cvsignore
6877                 Ignore the right binary name (sylpheed-claws now)
6878
6879 2005-10-23 [paul]       1.9.15cvs94
6880
6881         * src/compose.c
6882                 when using Folder Pref 'Default To for
6883                 replies' make the entry in the Compose
6884                 window bold
6885                 Patch by Fabien Vantard
6886
6887 2005-10-22 [colin]      1.9.15cvs93
6888
6889         * src/codeconv.c
6890                 Fix leak
6891
6892 2005-10-22 [colin]      1.9.15cvs92
6893
6894         * src/codeconv.c
6895                 try to convert using locale (apart utf8) if necessary
6896
6897 2005-10-22 [colin]      1.9.15cvs91
6898
6899         * src/pixmaps/new.xpm
6900         * src/pixmaps/unread.xpm
6901                 Make the unread envelope blue again and
6902                 saturate the new one a bit more.
6903
6904 2005-10-22 [colin]      1.9.15cvs90
6905
6906         * src/compose.c
6907                 When replying to a mail sent by one of our accounts,
6908                 use the original list of recipients. Let 'Reply All'
6909                 and 'Reply to sender' work like previously.
6910
6911 2005-10-21 [colin]      1.9.15cvs89
6912
6913         * src/prefs_filtering.c
6914                 Clear fields after add and replace
6915         * src/textview.c
6916                 Display xface differently (better)
6917         * src/plugins/pgpinline/pgpinline.c
6918                 Fix crappy encodings/recodings
6919
6920 2005-10-21 [paul]       1.9.15cvs88
6921
6922         * src/compose.c
6923         * src/prefs_folder_item.c
6924         * src/toolbar.c
6925                 fix news folder Folder Properties
6926                 (thanks to Colin)
6927         * src/folderview.c
6928                 update folderview after Themes change
6929                 keep selected folder selected
6930                 (thanks to Colin)
6931
6932 2005-10-21 [paul]       1.9.15cvs87
6933
6934         * tools/Makefile.am
6935         * tools/OOo2sylpheed.pl
6936         * tools/README
6937         * tools/README.sylprint
6938         * tools/asus_mailled.sh         ** REMOVED **
6939         * tools/filter_conv.pl
6940         * tools/freshmeat_search.pl
6941         * tools/google_search.pl
6942         * tools/gpg-sign-syl            ** REMOVED **
6943         * tools/kmail2sylpheed.pl
6944         * tools/kmail2sylpheed_v2.pl
6945         * tools/multiwebsearch.pl
6946         * tools/nautilus2sylpheed.sh
6947         * tools/newscache_clean.pl
6948         * tools/outlook2sylpheed.pl
6949         * tools/sylpheed-switcher       ** REMOVED **
6950         * tools/sylprint.pl
6951         * tools/sylprint.rc
6952         * tools/tb2sylpheed
6953         * tools/vcard2xml.py
6954         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6955                 update default config dir
6956                 update binary name (thanks to Fabien Vantard)
6957                 remove obsolete scripts
6958
6959 2005-10-21 [colin]      1.9.15cvs86
6960
6961         * src/inc.c
6962                 Fix possible leak and units. Based on a patch by
6963                 Fabien Vantard.
6964
6965 2005-10-20 [colin]      1.9.15cvs85
6966
6967         * src/textview.c
6968                 Clear xface when clearing textview
6969
6970 2005-10-20 [colin]      1.9.15cvs84
6971
6972         * configure.ac
6973         * src/folderview.c
6974         * src/headerview.c
6975         * src/main.c
6976         * src/prefs_common.c
6977         * src/prefs_common.h
6978         * src/prefs_message.c
6979         * src/textview.c
6980         * src/textview.h
6981         * src/common/defs.h
6982         * src/common/utils.c
6983         * src/common/utils.h
6984         * src/gtk/gtkutils.c
6985         * src/gtk/gtkutils.h
6986                 Migrate config to .sylpheed-claws (Automatically)
6987                 Add a way to get the Xface in the TextView
6988
6989 2005-10-20 [colin]      1.9.15cvs83
6990
6991         * src/gtk/Makefile.am
6992         * src/gtk/about.c
6993         * src/gtk/authors.h
6994                 Make the about dialog *grooovy*
6995
6996 2005-10-20 [colin]      1.9.15cvs82
6997
6998         * src/mimeview.c
6999                 Use "Open with" on double click if no command
7000                 was found
7001
7002 2005-10-20 [colin]      1.9.15cvs81
7003
7004         * src/imap.c
7005         * src/etpan/imap-thread.c
7006                 Fix possible crash.
7007
7008 2005-10-20 [paul]       1.9.15cvs80
7009
7010         * src/folder.c
7011                 don't show clipkey icon if the only
7012                 attachment is the signature
7013                 Patch by Colin
7014
7015 2005-10-20 [paul]       1.9.15cvs79
7016
7017         * AUTHORS
7018         * src/plugins/pgpmime/pgpmime.c
7019                 name the PGP/MIME signature 'signature.asc'
7020                 Patch by Andrew Nelson <freeandy@gmail.com>
7021
7022 2005-10-19 [colin]      1.9.15cvs78
7023
7024         * src/plugins/pgpmime/pgpmime.c
7025                 Oops, no need to double-check though
7026
7027 2005-10-19 [colin]      1.9.15cvs77
7028
7029         * src/plugins/pgpinline/pgpinline.c
7030         * src/plugins/pgpmime/pgpmime.c
7031                 Check that my_tmpfile() doesn't 
7032                 return NULL
7033
7034 2005-10-19 [colin]      1.9.15cvs76
7035
7036         * src/common/utils.c
7037                 Use shorter mime boundaries to avoid having
7038                 MTAs rewrapping our headers, breaking the
7039                 PGP signature in the process 
7040         * src/compose.c
7041         * src/plugins/pgpmime/pgpmime.c
7042                 Check for boundary uniqueness to be sure
7043                 it won't happen, instead of hoping for the
7044                 best
7045
7046 2005-10-19 [colin]      1.9.15cvs75
7047
7048         * sylpheed-claws.desktop
7049         * src/Makefile.am
7050         * src/main.c
7051                 Ship a sylpheed-claws binary instead
7052                 of a sylpheed one. Change the socket
7053                 name, too
7054         * src/folderview.c
7055                 Update folder only if it changed
7056         * src/wizard.c
7057                 Fix i18n in welcome mail, patch by
7058                 Fabien Vantard
7059
7060 2005-10-19 [paul]
7061
7062         1.9.99-rc2 released
7063
7064 2005-10-19 [paul]       1.9.15cvs74
7065
7066         * src/folder.c
7067         * src/folderview.c
7068                 fix summaryview update
7069                 Patch by Colin
7070
7071 2005-10-18 [colin]      1.9.15cvs73
7072
7073         * src/plugins/pgpcore/passphrase.c
7074                 Don't XGrabServer, and try a bit more to 
7075                 sync everything before grabbing mouse/keyboard
7076
7077 2005-10-18 [colin]      1.9.15cvs72
7078
7079         * src/Makefile.am
7080         * src/addressadd.c
7081         * src/addressbook.c
7082         * src/folderview.c
7083         * src/grouplistdialog.c
7084         * src/mimeview.c
7085         * src/stock_pixmap.c
7086         * src/stock_pixmap.h
7087         * src/summaryview.c
7088         * src/gtk/gtksctree.c
7089         * src/gtk/gtksctree.h
7090         * src/pixmaps/empty.xpm
7091                 Implement a wrapper call for gtk_ctree_set_node_info
7092                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7093                 pixmap instead of a NULL one. This works around some
7094                 memory problems deep inside gtk, revealed by valgrind,
7095                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7096                 as locked crashes sylpheed.), as well as, probably, 
7097                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7098
7099 2005-10-17 [colin]      1.9.15cvs71
7100
7101         * src/mimeview.c
7102                 Provide visual feedback when checking
7103                 signature
7104
7105 2005-10-17 [colin]      1.9.15cvs70
7106
7107         * src/main.c
7108                 Keep the folder list frozen while checking caches...
7109
7110 2005-10-17 [colin]      1.9.15cvs69
7111
7112         * src/addr_compl.c
7113                 Fi bug #833 (Autocompleting from addressbook 
7114                 fails with extended chars)
7115         * src/imap.c
7116                 Fix 'adding messages' staying in statusbar
7117                 after an error
7118
7119 2005-10-17 [wwp]        1.9.15cvs68
7120
7121         * src/ssl_manager.c
7122                 Fix buttons' layout resizing when window size changes
7123
7124 2005-10-17 [wwp]        1.9.15cvs67
7125
7126         * src/account.c
7127         * src/prefs_account.c
7128         * src/prefs_common.c
7129         * src/prefs_common.h
7130         * src/prefs_folder_item.c
7131         * src/prefs_gtk.c
7132         * src/gtk/logwindow.c
7133         * src/gtk/pluginwindow.c
7134         * src/gtk/prefswindow.c
7135         * src/gtk/prefswindow.h
7136                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7137
7138 2005-10-17 [paul]       1.9.15cvs66
7139
7140         * configure.ac
7141                 fix missing libetpan message
7142         * po/en_GB.po
7143                 updated
7144         * src/crash.c
7145         * src/manual.c
7146         * src/prefs_themes.c
7147         * src/common/defs.h
7148                 add some new URI defines, change some
7149                 others
7150         * src/wizard.c
7151                 make welcome message translatable
7152                 small improvements to english
7153                 other tweaks
7154         * src/gtk/menu.c
7155                 fix warnings
7156
7157 2005-10-17 [paul]       1.9.15cvs65
7158
7159         * src/summaryview.c
7160                 fix column titles
7161
7162 2005-10-16 [mones]      1.9.15cvs64
7163
7164         * po/es.po
7165                 Updated translation
7166
7167 2005-10-16 [colin]
7168
7169         1.9.99-rc1 released
7170
7171 2005-10-16 [colin]      1.9.15cvs63
7172
7173         * src/wizard.c
7174                 Fix whitespace
7175
7176 2005-10-16 [colin]      1.9.15cvs62
7177
7178         * src/toolbar.c
7179                 s/Get All/Get Mail/
7180         * src/wizard.c
7181                 Real welcome mail text, thanks Paul
7182
7183 2005-10-16 [colin]      1.9.15cvs61
7184
7185         * src/editldap.c
7186         * src/exporthtml.c
7187         * src/main.c
7188         * src/mainwindow.c
7189         * src/prefs_themes.c
7190         * src/prefs_toolbar.c
7191         * src/plugins/demo/demo.c
7192         * src/plugins/trayicon/trayicon.c
7193                 s/Sylpheed/Sylpheed-Claws/
7194
7195 2005-10-16 [colin]      1.9.15cvs60
7196
7197         * src/wizard.c
7198                 Add a welcome email in the first empty mailbox
7199         * src/prefs_common.c
7200                 Change one more default
7201
7202 2005-10-16 [colin]      1.9.15cvs59
7203
7204         * src/wizard.c
7205                 Remove printf
7206
7207 2005-10-16 [colin]      1.9.15cvs58
7208
7209         * src/toolbar.c
7210         * src/prefs_common.c
7211                 Change some defaults
7212
7213 2005-10-16 [colin]      1.9.15cvs57
7214
7215         * src/toolbar.c
7216         * src/prefs_common.c
7217                 Change some defaults
7218
7219 2005-10-16 [colin]      1.9.15cvs56
7220
7221         * src/wizard.c
7222                 By default, initialize fonts to have
7223                 the same size as normal GtkWidgets
7224
7225 2005-10-16 [colin]      1.9.15cvs55
7226
7227         * src/mimeview.c
7228                 Fix message a bit more
7229
7230 2005-10-16 [colin]      1.9.15cvs54
7231
7232         * src/addressbook.c
7233                 Second attempt at flicker fixing
7234
7235 2005-10-16 [colin]      1.9.15cvs53
7236
7237         * src/addressbook.c
7238                 Fix flicker
7239
7240 2005-10-16 [wwp]        1.9.15cvs52
7241
7242         * src/addressbook.c
7243         * src/editaddress.c
7244         * src/prefs_common.c
7245         * src/prefs_common.h
7246                 Remember window sizes (address book)
7247
7248 2005-10-16 [wwp]        1.9.15cvs51
7249
7250         * src/plugins/clamav/clamav_plugin_gtk.c
7251         * src/plugins/spamassassin/spamassassin_gtk.c
7252                 Fix compilation warnings (missing #include).
7253
7254 2005-10-16 [colin]      1.9.15cvs50
7255
7256         * src/mimeview.c
7257         * src/summaryview.c
7258         * src/textview.c
7259                 Make 'c' check signature, and forward
7260                 c, l, y, t from summaryview to mimeview
7261
7262 2005-10-16 [colin]      1.9.15cvs49
7263
7264         * src/addressbook.c
7265                 Put border around buttons
7266         * src/mainwindow.c
7267         * src/summaryview.c
7268                 Rework menus (Patch based on a patch
7269                 by Paul)
7270
7271 2005-10-15 [wwp]        1.9.15cvs48
7272
7273         * src/editjpilot.c
7274         * src/editldap.c
7275         * src/editvcard.c
7276         * src/exphtmldlg.c
7277         * src/expldifdlg.c
7278         * src/export.c
7279         * src/import.c
7280         * src/importldif.c
7281         * src/importmutt.c
7282         * src/importpine.c
7283         * src/prefs_account.c
7284         * src/prefs_spelling.c
7285         * src/gtk/gtkutils.c
7286         * src/gtk/gtkutils.h
7287         * src/plugins/clamav/clamav_plugin_gtk.c
7288         * src/plugins/spamassassin/spamassassin_gtk.c
7289                 use nicer browse-for-file/dir buttons than the "..." ones,
7290                 code factorizing more.
7291
7292 2005-10-14 [colin]      1.9.15cvs47
7293
7294         * src/mainwindow.c
7295                 set relief on the account switcher so that people see it
7296                 grey out Create processing rules when no message is selected
7297         * src/prefs_filtering.c
7298                 ask before closing if the rule has not been modified, even if
7299                 it's not valid
7300         * src/prefs_matcher.c
7301                 fix sensitivity when entering the dialog
7302         * src/gtk/inputdialog.c
7303                 display a better icon on password ask
7304         * src/plugins/pgpcore/passphrase.c
7305                 make the dialog look better
7306
7307 2005-10-14 [paul]       1.9.15cvs46
7308
7309         * src/folderview.c
7310                 indicate presense of marked msgs in
7311                 unexpanded subfolders
7312
7313 2005-10-14 [paul]       1.9.15cvs45
7314
7315         * src/prefs_actions.c
7316         * src/prefs_common.c
7317         * src/prefs_common.h
7318         * src/prefs_filtering_action.c
7319         * src/prefs_matcher.c
7320         * src/prefs_template.c
7321                 remember window sizes
7322                 fix Info button size
7323
7324         Patches by wwp
7325
7326 2005-10-13 [colin]      1.9.15cvs44
7327
7328         * src/mimeview.c
7329         * src/noticeview.c
7330         * src/noticeview.h
7331                 Add a tooltip on the icon (optional) 
7332                 Get rid of the signature buttons and only
7333                 use the icon+tooltip
7334
7335 2005-10-13 [colin]      1.9.15cvs43
7336
7337         * src/noticeview.c
7338         * src/noticeview.h
7339                 Add hand cursor for hovering over icon
7340
7341 2005-10-13 [colin]      1.9.15cvs42
7342
7343         * src/summaryview.c
7344                 Fix crash when quicksearch's hidden 
7345                 at startup
7346
7347 2005-10-13 [colin]      1.9.15cvs41
7348
7349         * src/compose.c
7350                 Set subject when forwarding multiple mails
7351                 Check that other recipient than the default Cc or Bcc
7352                 have been set before sending.
7353
7354 2005-10-13 [colin]      1.9.15cvs40
7355
7356         * src/imap.c
7357                 Batch per-folder
7358                 Introduce locking, but don't use it yet
7359
7360 2005-10-13 [colin]      1.9.15cvs39
7361
7362         * src/gtk/quicksearch.c
7363                 Reset quicksearch when hiding it
7364                 Make sticky a real pref
7365
7366 2005-10-13 [colin]      1.9.15cvs38
7367
7368         * src/summaryview.c
7369                 Faster prefs apply
7370
7371 2005-10-13 [colin]      1.9.15cvs37
7372
7373         * src/mimeview.c
7374         * src/noticeview.c
7375         * src/noticeview.h
7376         * src/plugins/pgpcore/sgpgme.c
7377                 Make privacy icon clickable
7378                 Move Trust field in Full info
7379                 When trust is less than full, don't display
7380                 a warning icon
7381
7382 2005-10-13 [colin]      1.9.15cvs36
7383
7384         * src/folder.c
7385                 Batch on flags sync
7386         * src/folderview.c
7387                 Revert speed hack which is dangerous in fact
7388                 Apply prefs faster
7389
7390 2005-10-13 [colin]      1.9.15cvs35
7391
7392         * src/folder_item_prefs.c
7393                 Fix pref corruption on folder move. Patch
7394                 by wwp
7395
7396 2005-10-13 [paul]       1.9.15cvs34
7397
7398         * src/export.c
7399         * src/import.c
7400                 fix typos in g_warnings
7401         * src/prefs_account.c
7402                 add a file selector for Signature file
7403
7404         Patches by wwp
7405
7406 2005-10-12 [colin]      1.9.15cvs33
7407
7408         * src/mimeview.c
7409                 Provide a quick way to go back from a
7410                 signature's full info to the email part
7411
7412 2005-10-12 [colin]      1.9.15cvs32
7413
7414         * src/compose.c
7415                 Remove old hack of encoding signed mails with base64.
7416                 QP works equally well.
7417
7418 2005-10-12 [colin]      1.9.15cvs31
7419
7420         * src/crash.c
7421                 Replace deprecated GtkText with GtkTextView
7422         * src/imap.c
7423                 Fix a logic bug about counts in imap_select
7424                 (previously un-triggered)
7425         * src/mainwindow.c
7426         * src/summaryview.c
7427         * src/news.c
7428                 Allow local deletion of news posts
7429         * src/mimeview.c
7430                 Show GPG noticeview on the message/rfc822 part
7431                 in addition to the text/plain one
7432         * src/prefs_image_viewer.c
7433           src/plugins/pgpcore/prefs_gpg.c
7434                 Polish (set the label as part of the checkbox)
7435         * src/wizard.c
7436                 Don't sit there doing nothing after destroying
7437                 the window - return err
7438
7439 2005-10-11 [colin]      1.9.15cvs30
7440
7441         * src/folderview.c
7442                 Apply processing rules before showing folders.
7443                 Early folder show (before flags sync) will only
7444                 be done when there are no processing rules (nor
7445                 pre- or post- ones)
7446         * src/imap.c
7447                 Fix stuff related to mail subdir, creation and 
7448                 deletion of folders 
7449         * src/imap_gtk.c
7450                 Don't allow creation of folders in NoInferior
7451                 folders, as it won't work
7452
7453 2005-10-10 [colin]      1.9.15cvs29
7454
7455         * src/compose.c
7456                 Reselect "None" Privacy system when selecting an
7457                 account with no privacy system defined
7458
7459 2005-10-10 [colin]      1.9.15cvs28
7460
7461         * src/mainwindow.c
7462                 Add Windows-1252 encoding
7463         * src/prefs_common.c
7464                 Rework some defaults:
7465                 - autosave to draft by default
7466                 - don't show header pane (it's already in the textview)
7467                 - Select first new or unread mail on entry
7468                 - Assume 'Yes' to change folder when there's no more
7469                   unread message
7470         * src/prefs_matcher.c
7471                 Fix a gtk assertion failure
7472         * src/gtk/colorlabel.c
7473                 Workaround bad repainting on selection
7474         * src/main.c
7475                 Freeze/thaw (a bit faster on ssh -X)
7476         * src/msgcache.c
7477                 Get rid of StrdupConverter that just adds an
7478                 extra strdup/free 
7479         * src/etpan/imap_thread.c
7480                 memset buf to 0
7481
7482 2005-10-10 [colin]      1.9.15cvs27
7483
7484         * src/export.c
7485         * src/import.c
7486                 Fix compile on gtk 2.4. Patch by wwp
7487
7488 2005-10-09 [colin]      1.9.15cvs26
7489
7490         * src/mainwindow.c
7491         * src/messageview.c
7492         * src/summaryview.c
7493                 Clarify forward menus. Patch by wwp
7494
7495 2005-10-09 [colin]      1.9.15cvs25
7496
7497         * src/compose.c
7498         * src/compose.h
7499                 Fix bug #829 (Non-working "Encrypt message by 
7500                 default when replying to an encrypted message")
7501
7502 2005-10-08 [colin]      1.9.15cvs24
7503
7504         * src/wizard.c
7505                 Fix bug #827 ("Welcome" setup wizard after a 
7506                 permission error gives up & forgets itself.)
7507
7508 2005-10-08 [colin]      1.9.15cvs23
7509
7510         * src/procmime.c
7511                 Fix bug #828 (Ignoring headers with spaces around = sign)
7512
7513 2005-10-08 [colin]      1.9.15cvs22
7514
7515         * src/export.c
7516                 Warning fix by wwp
7517
7518 2005-10-08 [colin]      1.9.15cvs21
7519
7520         * src/folder.c
7521         * src/folder.h
7522                 Add a processing_pending indicator, set on 
7523                 folder_item_open and cleared after 
7524                 folder_item_process_open
7525         * src/folderview.c
7526         * src/summaryview.c
7527                 wrap procmsg_msginfo_*_flags, and in the
7528                 wrapper check that there's no folder processing 
7529                 pending. If there is, defer the flags change until 
7530                 processing is done to avoid stepping over each
7531                 other's toes.
7532                 Freeze during processing, but not during scanning.
7533
7534 2005-10-07 [colin]      1.9.15cvs20
7535
7536         * src/plugins/pgpcore/passphrase.c
7537                 Fix bug #826 (X-Server hangs when 
7538                 right-clicking a PGP encrypted message)
7539
7540 2005-10-07 [paul]       1.9.15cvs19
7541
7542         * src/compose.c
7543                 fix compose_entries[]
7544                 patch by Fabien Vantard
7545
7546 2005-10-06 [colin]      1.9.15cvs18
7547
7548         * src/pixmaps/address.xpm
7549         * src/pixmaps/address_book.xpm
7550         * src/pixmaps/book.xpm
7551         * src/pixmaps/check_spelling.xpm
7552         * src/pixmaps/checkbox_off.xpm
7553         * src/pixmaps/checkbox_on.xpm
7554         * src/pixmaps/close.xpm
7555         * src/pixmaps/complete.xpm
7556         * src/pixmaps/continue.xpm
7557         * src/pixmaps/deleted.xpm
7558         * src/pixmaps/down_arrow.xpm
7559         * src/pixmaps/exec.xpm
7560         * src/pixmaps/forwarded.xpm
7561         * src/pixmaps/group.xpm
7562         * src/pixmaps/ignorethread.xpm
7563         * src/pixmaps/interface.xpm
7564         * src/pixmaps/jpilot.xpm
7565         * src/pixmaps/ldap.xpm
7566         * src/pixmaps/linewrap.xpm
7567         * src/pixmaps/linewrapcurrent.xpm
7568         * src/pixmaps/mail.xpm
7569         * src/pixmaps/mail_attach.xpm
7570         * src/pixmaps/mail_compose.xpm
7571         * src/pixmaps/mail_forward.xpm
7572         * src/pixmaps/mail_receive.xpm
7573         * src/pixmaps/mail_receive_all.xpm
7574         * src/pixmaps/mail_reply.xpm
7575         * src/pixmaps/mail_reply_to_all.xpm
7576         * src/pixmaps/mail_reply_to_author.xpm
7577         * src/pixmaps/mail_send.xpm
7578         * src/pixmaps/mail_send_queue.xpm
7579         * src/pixmaps/mime_application.xpm
7580         * src/pixmaps/mime_audio.xpm
7581         * src/pixmaps/mime_image.xpm
7582         * src/pixmaps/mime_message.xpm
7583         * src/pixmaps/mime_text_enriched.xpm
7584         * src/pixmaps/mime_text_html.xpm
7585         * src/pixmaps/mime_text_plain.xpm
7586         * src/pixmaps/mime_unknown.xpm
7587         * src/pixmaps/new.xpm
7588         * src/pixmaps/news_compose.xpm
7589         * src/pixmaps/offline.xpm
7590         * src/pixmaps/online.xpm
7591         * src/pixmaps/paste.xpm
7592         * src/pixmaps/preferences.xpm
7593         * src/pixmaps/privacy_emblem_encrypted.xpm
7594         * src/pixmaps/privacy_expired.xpm
7595         * src/pixmaps/privacy_failed.xpm
7596         * src/pixmaps/privacy_passed.xpm
7597         * src/pixmaps/privacy_signed.xpm
7598         * src/pixmaps/privacy_unknown.xpm
7599         * src/pixmaps/privacy_warn.xpm
7600         * src/pixmaps/properties.xpm
7601         * src/pixmaps/replied.xpm
7602         * src/pixmaps/search.xpm
7603         * src/pixmaps/unread.xpm
7604         * src/pixmaps/up_arrow.xpm
7605         * src/pixmaps/vcard.xpm
7606                 Modernize internal theme, with icons from the 
7607                 Gnomaws theme. Keep some of the old ones where
7608                 they were better.
7609
7610 2005-10-06 [colin]      1.9.15cvs17
7611
7612         * src/summaryview.c
7613                 Little optimisations + bugfix
7614         * src/toolbar.c
7615                 Remove default useless items - useless being defined
7616                 by the default relevant prefs
7617         * src/wizard.c
7618                 include config.h to make gettext work
7619         * src/prefs_themes.c
7620                 Fix selection of current theme in prefs
7621
7622 2005-10-06 [colin]      1.9.15cvs16
7623
7624         * src/prefs_common.c
7625         * src/prefs_common.h
7626         * src/prefs_summaries.c
7627         * src/folderview.c
7628                 Add a warning dialog on Mark all read 
7629                 (with pref to get rid of it)
7630
7631 2005-10-06 [paul]       1.9.15cvs15
7632
7633         * po/nb.po
7634         * po/pt_BR.po
7635                 updated by Geir Helland and Frederico
7636                 Goncalves Guimaraes
7637
7638 2005-10-05 [colin]      1.9.15cvs14
7639
7640         * src/folder.c
7641         * src/folder.h
7642         * src/folderview.c
7643         * src/folderview.h
7644         * src/imap_gtk.c
7645         * src/mh_gtk.c
7646         * src/mainwindow.c
7647         * src/setup.c
7648                 add a way to rescan without rebuilding
7649                 make moving a bit faster (less folders changes)
7650                 don't lock the tree on Get 
7651         * src/imap.c
7652                 Don't re-delete deleted messages before expunging
7653         * src/summaryview.c
7654                 Set batch mode when deleting mails
7655
7656 2005-10-05 [paul]       1.9.15cvs13
7657
7658         * src/mainwindow.c
7659         * src/mainwindow.h
7660                 fix disabled Execute menu item
7661         * src/toolbar.c
7662                 match the change in 1.9.15cvs10: use Compose
7663                 instead of News by default
7664
7665 2005-10-04 [colin]      1.9.15cvs12
7666
7667         * src/compose.c
7668                 When replying to an ML post with Reply-To set
7669                 to the poster's email, honor it (as before),
7670                 but also honor our user's request to reply to
7671                 the mailing list: set the ML address in the To
7672                 field and the Reply-To address in the Cc: 
7673                 field.
7674
7675 2005-10-04 [colin]      1.9.15cvs11
7676
7677         * src/plugins/trayicon/trayicon.c
7678                 Finish cosmetic change - thanks to wwp
7679
7680 2005-10-04 [colin]      1.9.15cvs10
7681
7682         * src/toolbar.c
7683                 Use Compose instead of Email by default.
7684                 Spotted by wwp.
7685
7686 2005-10-04 [colin]      1.9.15cvs9
7687
7688         * src/folder.c
7689         * src/folder.h
7690         * src/folderview.c
7691         * src/imap.c
7692         * src/etpan/imap-thread.c
7693         * src/etpan/imap-thread.h
7694                 Try to make IMAP faster, by simplifying SEARCH
7695                 commands, avoiding sending two STATUS in a row,
7696                 and deferring flags sync and processing just
7697                 after displaying the folder. 
7698                 This will update the SummaryView in certain
7699                 cases (new mails not already fetched, flags
7700                 changed from another client) but in a non-
7701                 blocking manner.
7702
7703 2005-10-04 [colin]      1.9.15cvs8
7704
7705         * src/plugins/trayicon/trayicon.c
7706                 Relabel "Offline" to "Work offline"
7707
7708 2005-10-04 [colin]      1.9.15cvs7
7709
7710         * src/export.c
7711         * src/import.c
7712         * src/mbox.c
7713                 Fix mbox import/export buglets
7714                 Patch by wwp
7715         * src/plugins/trayicon/trayicon.c
7716                 Add offline swithc
7717                 Patch by wwp
7718
7719 2005-10-04 [colin]      1.9.15cvs6
7720
7721         * src/folder.c
7722         * src/folderview.c
7723         * src/summaryview.c
7724                 Better fix (don't break mark all read) for cvs2
7725
7726 2005-10-03 [colin]      1.9.15cvs5
7727
7728         * src/folder.c
7729                 Use a sane sort by default
7730
7731 2005-10-03 [colin]      1.9.15cvs4
7732
7733         * src/inc.c
7734                 Add a 'Only once' button for overriding offline mode
7735         * src/prefs_account.c
7736         * src/wizard.c
7737                 Add Local mbox to the wizard
7738                 Add IMAP subdir to the wizard (or the wizard is useless
7739                 for such accounts, or even worse than useless)
7740                 Move IMAP subdir from Advanced to Receive tab, as it's
7741                 not that uncommon
7742
7743 2005-10-03 [colin]      1.9.15cvs3
7744
7745         * src/send_message.c
7746                 Forgot this one in cvs1
7747
7748 2005-10-03 [colin]      1.9.15cvs2
7749
7750         * src/folder.c
7751                 Faster close when leaving a folder with lots
7752                 of new mails. Idea by David Relson.
7753
7754 2005-10-03 [colin]      1.9.15cvs1
7755
7756         * src/compose.c
7757         * src/imap.c
7758         * src/inc.c
7759         * src/main.c
7760         * src/messageview.c
7761         * src/news.c
7762         * src/summaryview.c
7763         * src/gtk/sslcertwindow.c
7764         * src/plugins/trayicon/trayicon.c
7765                 Add accels to every AlertPanel. Patch by Fabien 
7766                 Vantard
7767
7768 2005-10-03 [paul]       1.9.15
7769
7770         1.9.15 released
7771
7772 2005-10-03 [paul]       1.9.14cvs68
7773
7774         * po/ca.po
7775         * po/de.po
7776         * po/es.po
7777         * po/fi.po
7778         * po/fr.po
7779         * po/sk.po
7780         * po/sr.po
7781         * po/zh_CN.po
7782                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7783                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7784                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7785
7786 2005-10-03 [paul]       1.9.14cvs67
7787
7788         * src/send_message.c
7789                 prevent hang on Cancel
7790                 patch by Colin
7791
7792 2005-10-03 [paul]       1.9.14cvs66
7793
7794         * src/main.c
7795                 fix crash in IMAP caused by discrepancy
7796                 between check_at_startup and offline mode
7797                 Patch by Colin
7798
7799 2005-10-01 [paul]       1.9.14cvs65
7800
7801         * src/inc.c
7802                 fix engrish
7803
7804 2005-10-01 [paul]       1.9.14cvs64
7805         * src/export.c
7806         * src/import.c
7807                 synchronise import_mbox() and export_mbox()
7808         * src/mbox.c
7809                 proc_mbox(): add alert if file cannot be opened
7810                 export_list_to_mbox(): test if dest file exists,
7811                 prompt user to overwrite if it does. add alert
7812                 if file cannot be created
7813                                                                 
7814         Patch by wwp
7815                                                                                                                 
7816
7817 2005-09-30 [paul]       1.9.14cvs63
7818
7819         * src/addressbook.c
7820                 Fix sensitivity of a menu
7821         * src/codeconv.c
7822                 Respect hidden pref for mails with no encoding
7823         * src/common/xml.c
7824                 Fix memory corruption
7825         * src/plugins/pgpcore/sgpgme.c
7826                 Fix segfault on incomplete sigs, and display
7827                 of S/Mime UIDs
7828
7829         Patches by Colin
7830
7831 2005-09-30 [colin]      1.9.14cvs62
7832
7833         * src/partial_download.c
7834                 Little logic fix in almost-dead code
7835         * src/pop.c
7836                 Fix partial download when there's no new mail
7837
7838 2005-09-29 [paul]       1.9.14cvs61
7839
7840         * src/plugins/pgpinline/pgpinline.c
7841                 fix bug 819, 'crash accessing sign message'
7842                 Patch by Colin
7843
7844 2005-09-28 [martin]     1.9.14cvs60
7845
7846         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7847                 fix bug #790 (Crash when restarting window manager (fluxbox))
7848
7849 2005-09-28 [paul]       1.9.14cvs59
7850
7851         * src/gtk/gtkaspell.c
7852                 fix off-by-one typo
7853
7854 2005-09-27 [colin]      1.9.14cvs58
7855
7856         * src/plugins/pgpcore/sgpgme.c
7857                 Report error when there's one, instead of
7858                 "Signature unchecked" 
7859
7860 2005-09-27 [colin]      1.9.14cvs57
7861
7862         * src/prefs_quote.c
7863                 Fix bug #816 (Weird quotation with spaces)
7864
7865 2005-09-27 [colin]      1.9.14cvs56
7866
7867         * src/codeconv.c
7868         * src/compose.c
7869         * src/compose.h
7870                 Put subject in compose's title
7871                 Fix Automatic encoding so that it's really automatic:
7872                 first try default locale's charset, then charset of the replied mail, 
7873                 then utf-8
7874                 Fix encoding of headers (must be in strict mode too)
7875
7876 2005-09-26 [colin]      1.9.14cvs55
7877
7878         * src/gtk/gtkaspell.c
7879                 Fix previous patch - don't color the space,
7880                 just uncolor it :)
7881
7882 2005-09-26 [colin]      1.9.14cvs54
7883
7884         * src/gtk/gtkaspell.c
7885                 Unmark space if possible
7886
7887 2005-09-26 [colin]      1.9.14cvs53
7888
7889         * src/imap.c
7890                 log_error instead of alertpanel according to the pref
7891         * src/etpan/imap-thread.c
7892                 Print connect status, copy only necessary size to 
7893                 logger
7894         * src/plugins/pgpmime/pgpmime.c
7895                 Handle S/Mime signatures (verification only). Patch based
7896                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7897
7898 2005-09-26 [paul]       1.9.14cvs52
7899
7900         * src/common/passcrypt.c
7901                 this 'workaround' not necessary on NetBSD.
7902                 Thanks to Daniel Gustafson
7903
7904 2005-09-26 [paul]
7905
7906         1.9.15-rc4 released
7907
7908 2005-09-26 [paul]       1.9.14cvs51
7909
7910         * src/summaryview.c
7911                 Skip currently selected message when
7912                 looking for next new or unread message
7913                 in current folder. Patch by Colin
7914         * src/common/passcrypt.c
7915                 eliminate warnings on *BSD. Patch by
7916                 Daniel Gustafson
7917
7918 2005-09-26 [colin]      1.9.14cvs50
7919
7920         * src/procmsg.c
7921                 Call postfiltering hook anyway
7922
7923 2005-09-22 [colin]      1.9.14cvs49
7924
7925         * src/codeconv.c
7926         * src/codeconv.h
7927                 Add a strict mode that doesn't replace with _
7928         * src/compose.c
7929         * src/compose.h
7930                 Use strict conversion while sending
7931                 Fix race when drafting while sending (happens
7932                 on IMAP)
7933                 Fix d'n'd of messages from summaryview
7934         * src/prefs_common.c
7935         * src/prefs_common.h
7936                 add hidden utf8_instead_of_locale_for_broken_mail 
7937                 pref for people that preferred the default charset 
7938                 to be utf8 for broken mails
7939         * src/quote_fmt_parse.y
7940                 fix bug #815 (No quote insert if "From:" fied 
7941                 contained Russian letters)
7942         * src/summaryview.c
7943                 Fix d'n'd of messages to compose
7944
7945 2005-09-22 [paul]       1.9.14cvs48
7946
7947         * src/compose.c
7948                 fix bug where attachments Name entry
7949                 would display Path instead
7950
7951 2005-09-21 [paul]       1.9.14cvs47
7952
7953         * README
7954         * README.jp
7955         * configure.ac
7956         * config/config.rpath
7957         * doc/manual/en/sylpheed-20.html
7958         * doc/manual/es/sylpheed-20.html
7959         * po/bg.po
7960         * po/ca.po
7961         * po/de.po
7962         * po/es.po
7963         * po/fr.po
7964         * po/it.po
7965         * po/pt_BR.po
7966         * po/sk.po
7967         * po/zh_TW.po
7968         * src/account.c
7969         * src/account.h
7970         * src/action.c
7971         * src/action.h
7972         * src/adbookbase.h
7973         * src/addr_compl.c
7974         * src/addr_compl.h
7975         * src/addrbook.c
7976         * src/addrbook.h
7977         * src/addrcache.c
7978         * src/addrcache.h
7979         * src/addrcindex.c
7980         * src/addrcindex.h
7981         * src/addrclip.c
7982         * src/addrclip.h
7983         * src/addrdefs.h
7984         * src/addressadd.c
7985         * src/addressadd.h
7986         * src/addressbook.c
7987         * src/addressbook.h
7988         * src/addressitem.h
7989         * src/addrgather.c
7990         * src/addrgather.h
7991         * src/addrharvest.c
7992         * src/addrharvest.h
7993         * src/addrindex.c
7994         * src/addrindex.h
7995         * src/addritem.c
7996         * src/addritem.h
7997         * src/addrquery.c
7998         * src/addrquery.h
7999         * src/addrselect.c
8000         * src/addrselect.h
8001         * src/alertpanel.c
8002         * src/alertpanel.h
8003         * src/browseldap.c
8004         * src/browseldap.h
8005         * src/codeconv.c
8006         * src/codeconv.h
8007         * src/compose.c
8008         * src/compose.h
8009         * src/crash.c
8010         * src/crash.h
8011         * src/customheader.c
8012         * src/customheader.h
8013         * src/displayheader.c
8014         * src/displayheader.h
8015         * src/editaddress.c
8016         * src/editaddress.h
8017         * src/editbook.c
8018         * src/editbook.h
8019         * src/editgroup.c
8020         * src/editgroup.h
8021         * src/editjpilot.c
8022         * src/editjpilot.h
8023         * src/editldap.c
8024         * src/editldap.h
8025         * src/editldap_basedn.c
8026         * src/editldap_basedn.h
8027         * src/editvcard.c
8028         * src/editvcard.h
8029         * src/enriched.c
8030         * src/enriched.h
8031         * src/exphtmldlg.c
8032         * src/exphtmldlg.h
8033         * src/expldifdlg.c
8034         * src/expldifdlg.h
8035         * src/export.c
8036         * src/export.h
8037         * src/exporthtml.c
8038         * src/exporthtml.h
8039         * src/exportldif.c
8040         * src/exportldif.h
8041         * src/filtering.c
8042         * src/filtering.h
8043         * src/folder.c
8044         * src/folder.h
8045         * src/folder_item_prefs.c
8046         * src/folder_item_prefs.h
8047         * src/foldersel.c
8048         * src/foldersel.h
8049         * src/folderutils.c
8050         * src/folderutils.h
8051         * src/folderview.c
8052         * src/folderview.h
8053         * src/grouplistdialog.c
8054         * src/grouplistdialog.h
8055         * src/headerview.c
8056         * src/headerview.h
8057         * src/html.c
8058         * src/html.h
8059         * src/image_viewer.c
8060         * src/image_viewer.h
8061         * src/imap.c
8062         * src/imap.h
8063         * src/imap_gtk.c
8064         * src/imap_gtk.h
8065         * src/import.c
8066         * src/import.h
8067         * src/importldif.c
8068         * src/importldif.h
8069         * src/importmutt.c
8070         * src/importmutt.h
8071         * src/importpine.c
8072         * src/importpine.h
8073         * src/inc.c
8074         * src/inc.h
8075         * src/jpilot.c
8076         * src/jpilot.h
8077         * src/ldapctrl.c
8078         * src/ldapctrl.h
8079         * src/ldaplocate.c
8080         * src/ldaplocate.h
8081         * src/ldapquery.c
8082         * src/ldapquery.h
8083         * src/ldapserver.c
8084         * src/ldapserver.h
8085         * src/ldaputil.c
8086         * src/ldaputil.h
8087         * src/ldif.c
8088         * src/ldif.h
8089         * src/localfolder.c
8090         * src/localfolder.h
8091         * src/main.c
8092         * src/main.h
8093         * src/mainwindow.c
8094         * src/mainwindow.h
8095         * src/manual.c
8096         * src/manual.h
8097         * src/matcher.c
8098         * src/matcher.h
8099         * src/matcher_parser.h
8100         * src/matcher_parser_lex.l
8101         * src/matcher_parser_parse.y
8102         * src/mbox.c
8103         * src/mbox.h
8104         * src/message_search.c
8105         * src/message_search.h
8106         * src/messageview.c
8107         * src/messageview.h
8108         * src/mh.c
8109         * src/mh.h
8110         * src/mh_gtk.c
8111         * src/mh_gtk.h
8112         * src/mimeview.c
8113         * src/mimeview.h
8114         * src/msgcache.c
8115         * src/msgcache.h
8116         * src/mutt.c
8117         * src/mutt.h
8118         * src/news.c
8119         * src/news.h
8120         * src/news_gtk.c
8121         * src/news_gtk.h
8122         * src/noticeview.c
8123         * src/noticeview.h
8124         * src/partial_download.c
8125         * src/partial_download.h
8126         * src/pine.c
8127         * src/pine.h
8128         * src/pop.c
8129         * src/pop.h
8130         * src/prefs_account.c
8131         * src/prefs_account.h
8132         * src/prefs_actions.c
8133         * src/prefs_actions.h
8134         * src/prefs_common.c
8135         * src/prefs_common.h
8136         * src/prefs_compose_writing.c
8137         * src/prefs_compose_writing.h
8138         * src/prefs_customheader.c
8139         * src/prefs_customheader.h
8140         * src/prefs_display_header.c
8141         * src/prefs_display_header.h
8142         * src/prefs_ext_prog.c
8143         * src/prefs_ext_prog.h
8144         * src/prefs_filtering.c
8145         * src/prefs_filtering.h
8146         * src/prefs_filtering_action.c
8147         * src/prefs_filtering_action.h
8148         * src/prefs_folder_column.c
8149         * src/prefs_folder_column.h
8150         * src/prefs_folder_item.c
8151         * src/prefs_folder_item.h
8152         * src/prefs_fonts.c
8153         * src/prefs_fonts.h
8154         * src/prefs_gtk.c
8155         * src/prefs_gtk.h
8156         * src/prefs_image_viewer.c
8157         * src/prefs_image_viewer.h
8158         * src/prefs_matcher.c
8159         * src/prefs_matcher.h
8160         * src/prefs_message.c
8161         * src/prefs_message.h
8162         * src/prefs_msg_colors.c
8163         * src/prefs_msg_colors.h
8164         * src/prefs_other.c
8165         * src/prefs_other.h
8166         * src/prefs_quote.c
8167         * src/prefs_quote.h
8168         * src/prefs_receive.c
8169         * src/prefs_receive.h
8170         * src/prefs_send.c
8171         * src/prefs_send.h
8172         * src/prefs_spelling.c
8173         * src/prefs_spelling.h
8174         * src/prefs_summaries.c
8175         * src/prefs_summaries.h
8176         * src/prefs_summary_column.c
8177         * src/prefs_summary_column.h
8178         * src/prefs_template.c
8179         * src/prefs_template.h
8180         * src/prefs_themes.c
8181         * src/prefs_themes.h
8182         * src/prefs_toolbar.c
8183         * src/prefs_toolbar.h
8184         * src/prefs_wrapping.c
8185         * src/prefs_wrapping.h
8186         * src/privacy.c
8187         * src/privacy.h
8188         * src/procheader.c
8189         * src/procheader.h
8190         * src/procmime.c
8191         * src/procmime.h
8192         * src/procmsg.c
8193         * src/procmsg.h
8194         * src/quote_fmt.c
8195         * src/quote_fmt_parse.y
8196         * src/recv.c
8197         * src/recv.h
8198         * src/remotefolder.c
8199         * src/remotefolder.h
8200         * src/send_message.c
8201         * src/send_message.h
8202         * src/setup.c
8203         * src/setup.h
8204         * src/simple-gettext.c
8205         * src/sourcewindow.c
8206         * src/sourcewindow.h
8207         * src/ssl_manager.c
8208         * src/ssl_manager.h
8209         * src/statusbar.c
8210         * src/statusbar.h
8211         * src/stock_pixmap.c
8212         * src/stock_pixmap.h
8213         * src/summary_search.c
8214         * src/summary_search.h
8215         * src/summaryview.c
8216         * src/summaryview.h
8217         * src/syldap.c
8218         * src/syldap.h
8219         * src/textview.c
8220         * src/textview.h
8221         * src/toolbar.c
8222         * src/toolbar.h
8223         * src/undo.c
8224         * src/undo.h
8225         * src/unmime.c
8226         * src/unmime.h
8227         * src/vcard.c
8228         * src/vcard.h
8229         * src/wizard.c
8230         * src/wizard.h
8231         * src/common/base64.c
8232         * src/common/base64.h
8233         * src/common/defs.h
8234         * src/common/hooks.c
8235         * src/common/hooks.h
8236         * src/common/log.c
8237         * src/common/log.h
8238         * src/common/md5.c
8239         * src/common/md5.h
8240         * src/common/mgutils.c
8241         * src/common/mgutils.h
8242         * src/common/nntp.c
8243         * src/common/nntp.h
8244         * src/common/passcrypt.c
8245         * src/common/passcrypt.h.in
8246         * src/common/plugin.c
8247         * src/common/plugin.h
8248         * src/common/prefs.c
8249         * src/common/prefs.h
8250         * src/common/progressindicator.c
8251         * src/common/progressindicator.h
8252         * src/common/quoted-printable.c
8253         * src/common/quoted-printable.h
8254         * src/common/session.c
8255         * src/common/session.h
8256         * src/common/smtp.c
8257         * src/common/smtp.h
8258         * src/common/socket.c
8259         * src/common/socket.h
8260         * src/common/ssl.c
8261         * src/common/ssl.h
8262         * src/common/ssl_certificate.c
8263         * src/common/ssl_certificate.h
8264         * src/common/string_match.c
8265         * src/common/string_match.h
8266         * src/common/stringtable.c
8267         * src/common/sylpheed.c
8268         * src/common/sylpheed.h
8269         * src/common/template.c
8270         * src/common/template.h
8271         * src/common/timing.h
8272         * src/common/utils.c
8273         * src/common/utils.h
8274         * src/common/uuencode.c
8275         * src/common/uuencode.h
8276         * src/common/version.h.in
8277         * src/common/xml.c
8278         * src/common/xml.h
8279         * src/common/xmlprops.c
8280         * src/common/xmlprops.h
8281         * src/gtk/about.c
8282         * src/gtk/about.h
8283         * src/gtk/colorlabel.c
8284         * src/gtk/colorlabel.h
8285         * src/gtk/colorsel.c
8286         * src/gtk/colorsel.h
8287         * src/gtk/description_window.c
8288         * src/gtk/description_window.h
8289         * src/gtk/filesel.c
8290         * src/gtk/filesel.h
8291         * src/gtk/foldersort.c
8292         * src/gtk/foldersort.h
8293         * src/gtk/gtkutils.c
8294         * src/gtk/gtkutils.h
8295         * src/gtk/inputdialog.c
8296         * src/gtk/inputdialog.h
8297         * src/gtk/logwindow.c
8298         * src/gtk/logwindow.h
8299         * src/gtk/manage_window.c
8300         * src/gtk/manage_window.h
8301         * src/gtk/menu.c
8302         * src/gtk/menu.h
8303         * src/gtk/pluginwindow.c
8304         * src/gtk/pluginwindow.h
8305         * src/gtk/prefswindow.c
8306         * src/gtk/prefswindow.h
8307         * src/gtk/progressdialog.c
8308         * src/gtk/progressdialog.h
8309         * src/gtk/quicksearch.c
8310         * src/gtk/quicksearch.h
8311         * src/gtk/sslcertwindow.c
8312         * src/gtk/sslcertwindow.h
8313         * src/plugins/clamav/clamav_plugin.c
8314         * src/plugins/clamav/clamav_plugin.h
8315         * src/plugins/clamav/clamav_plugin_gtk.c
8316         * src/plugins/demo/demo.c
8317         * src/plugins/dillo_viewer/dillo_prefs.c
8318         * src/plugins/dillo_viewer/dillo_prefs.h
8319         * src/plugins/dillo_viewer/dillo_viewer.c
8320         * src/plugins/mathml_viewer/mathml_viewer.c
8321         * src/plugins/pgpcore/passphrase.c
8322         * src/plugins/pgpcore/passphrase.h
8323         * src/plugins/pgpcore/plugin.c
8324         * src/plugins/pgpcore/prefs_gpg.c
8325         * src/plugins/pgpcore/prefs_gpg.h
8326         * src/plugins/pgpcore/select-keys.c
8327         * src/plugins/pgpcore/select-keys.h
8328         * src/plugins/pgpcore/sgpgme.c
8329         * src/plugins/pgpcore/sgpgme.h
8330         * src/plugins/pgpinline/pgpinline.c
8331         * src/plugins/pgpinline/pgpinline.h
8332         * src/plugins/pgpinline/plugin.c
8333         * src/plugins/pgpmime/pgpmime.c
8334         * src/plugins/pgpmime/pgpmime.h
8335         * src/plugins/pgpmime/plugin.c
8336         * src/plugins/spamassassin/spamassassin.c
8337         * src/plugins/spamassassin/spamassassin.h
8338         * src/plugins/spamassassin/spamassassin_gtk.c
8339         * src/plugins/trayicon/trayicon.c
8340         * tools/OOo2sylpheed.pl
8341         * tools/acroread2sylpheed.pl
8342         * tools/asus_mailled.sh
8343         * tools/filter_conv.pl
8344         * tools/freshmeat_search.pl
8345         * tools/google_search.pl
8346         * tools/kmail2sylpheed.pl
8347         * tools/kmail2sylpheed_v2.pl
8348         * tools/maildir2sylpheed.pl
8349         * tools/multiwebsearch.pl
8350         * tools/newscache_clean.pl
8351         * tools/outlook2sylpheed.pl
8352         * tools/sylpheed-switcher
8353         * tools/update-po
8354         * tools/vcard2xml.py
8355         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8356                 update FSF address
8357
8358 2005-09-21 [colin]      1.9.14cvs46
8359
8360         * src/gedit-print.c
8361         * src/procmsg.c
8362         * src/procmsg.h
8363         * src/textview.c
8364         * src/summaryview.c
8365                 Remove some printing hacks (deselection/reselection),
8366                 which by the way fix printing the currently 
8367                 displayed mime part (still only text)
8368                 Plus a little optimisation of summary_show
8369
8370
8371 2005-09-20 [colin]      1.9.14cvs45
8372
8373         * src/mainwindow.c
8374         * src/messageview.c
8375                 GUI fixups: add accels, set message
8376                 view title to displayed mail's subject
8377         * src/prefs_spelling.c
8378         * src/gtk/gtkaspell.c
8379                 GUI fixups: allow underlining misspelled
8380                 words instead of coloring them (a11y!)
8381
8382 2005-09-19 [colin]
8383
8384         1.9.15rc3 released
8385
8386 2005-09-19 [colin]      1.9.14cvs44
8387
8388         * src/compose.c
8389                 Fix draft message
8390         * src/gtk/gtkaspell.c
8391                 Fix wrong test ;-)
8392
8393 2005-09-19 [colin]      1.9.14cvs43
8394
8395         * src/addressbook.c
8396                 Fix sensitivity of Delete button
8397         * src/compose.c
8398                 Warn if the requested Privacy system
8399                 is not available
8400         * src/exphtmldlg.c
8401         * src/expldifdlg.c
8402         * src/importldif.c
8403         * src/importmutt.c
8404         * src/importpine.c
8405                 Fix crappy UI
8406         * src/
8407         * src/ssl.h
8408         * src/prefs_account.h
8409         * src/prefs_account.c
8410                 Save SSL prefs even in builds that have
8411                 SSL support disable
8412         * src/imap.c
8413         * src/inc.c
8414         * src/news.c
8415         * src/send_message.c
8416                 Warn if connection should be secure, but
8417                 SSL support isn't compiled in
8418         * src/gtkaspell.c
8419                 Fix word separation on UTF-8 systems
8420                 Fixes bug #812 (Strange inline spellchecking)
8421         * src/compose.c
8422                 Warn if the requested Privacy system
8423                 is not available
8424                 Factorize offline warning
8425         * src/imap.c
8426         * src/imap_gtk.c
8427         * src/imap_gtk.h
8428         * src/inc.h
8429         * src/news_gtk.c
8430         * src/news_gtk.h
8431         * src/messageview.c
8432                 Factorize offline warning
8433
8434 2005-09-19 [paul]
8435
8436         1.9.15-rc2 released
8437
8438 2005-09-18 [colin]      1.9.14cvs42
8439
8440         * src/codeconv.c
8441         * src/codeconv.h
8442         * src/procmime.c
8443                 Add a way to get locale's charset ignoring utf-8,
8444                 and use that as default encoding for broken mails
8445
8446 2005-09-18 [colin]      1.9.14cvs41
8447
8448         * src/gtk/logwindow.c
8449                 Translate string. Patch by Fabien Vantard
8450
8451 2005-09-18 [colin]      1.9.14cvs40
8452
8453         * configure.ac
8454                 Fix bug #803 (IMAP/SSL support breaks with 
8455                 GnuTLS libetpan 0.38)
8456
8457 2005-09-18 [colin]      1.9.14cvs39
8458
8459         * src/codeconv.c
8460         * src/compose.c
8461         * src/procmime.c
8462                 More charsets fixes. Fixes bug #806 (non
8463                 ascii characters in subject line)
8464
8465 2005-09-17 [paul]       1.9.14cvs38
8466
8467         * src/folderview.c
8468         * src/mainwindow.c
8469                 fix gcc-2.95 issues
8470                 Patch by Pawel Pekala
8471
8472 2005-09-17 [colin]      1.9.14cvs37
8473
8474         * src/addrindex.c
8475                 bugfix for NO-USE LDAP compilation, patch 
8476                 by Fabien Vantard
8477
8478 2005-09-17 [colin]      1.9.14cvs36
8479
8480         * src/prefs_actions.c
8481         * src/prefs_customheader.c
8482         * src/prefs_display_header.c
8483         * src/prefs_filtering_action.c
8484         * src/prefs_matcher.c
8485         * src/prefs_toolbar.c
8486                 Fix strange casts (less elegant but
8487                 works better)
8488
8489 2005-09-16 [colin]      1.9.14cvs35
8490
8491         * src/jpilot.c
8492                 Missed that one
8493
8494 2005-09-16 [colin]      1.9.14cvs34
8495
8496         * configure.ac
8497         * src/Makefile.am
8498         * src/addr_compl.c
8499         * src/addrindex.c
8500         * src/browseldap.c
8501         * src/editldap.c
8502         * src/ldaplocate.c
8503         * src/ldapquery.c
8504         * src/ldapquery.h
8505         * src/ldapserver.c
8506         * src/ldapserver.h
8507         * src/main.c
8508         * src/matcher_parser_parse.y
8509         * src/prefs_themes.c
8510         * src/etpan/Makefile.am
8511         * src/gtk/description_window.c
8512         * src/plugins/clamav/Makefile.am
8513         * src/plugins/clamav/clamav_plugin.c
8514         * src/plugins/dillo_viewer/Makefile.am
8515         * src/plugins/pgpcore/Makefile.am
8516         * src/plugins/pgpinline/Makefile.am
8517         * src/plugins/pgpmime/Makefile.am
8518         * src/plugins/trayicon/Makefile.am
8519                 Fix 100% cpu usage in address completion list
8520                 Fix little bugs (return with no values etc)
8521                 Fix all warnings (with common CFLAGS)
8522
8523 2005-09-15 [colin]      1.9.14cvs33
8524
8525         * src/addressbook.c
8526                 Fix bug where sometimes a group's email list is empty,
8527                 force its refresh (probably fixes "Re: how to create a 
8528                 distribution list")
8529         * src/ldapquery.c
8530                 Don't return to the callback in the main thread from the
8531                 fetch thread (or face segs!)
8532
8533 2005-09-15 [paul]       1.9.14cvs32
8534
8535         * src/prefs_matcher.c
8536                 forgotten in last commit
8537
8538 2005-09-15 [paul]       1.9.14cvs31
8539
8540         * src/prefs_actions.c
8541         * src/prefs_filtering_action.c
8542         * src/prefs_quote.c
8543         * src/quote_fmt.c
8544         * src/summaryview.c
8545         * src/gtk/description_window.c
8546         * src/gtk/description_window.h
8547         * src/gtk/quicksearch.c
8548                 allow interaction with the called
8549                 description window
8550                 Patch by Anders Hammar
8551
8552 2005-09-14 [paul]       1.9.14cvs30
8553
8554         * src/compose.c
8555                 fix a little annoyance when pasting with 3rd button 
8556                 with wrap_pastes=0 and wrap_input=1
8557                 Patch by Colin
8558
8559 2005-09-14 [paul]       1.9.14cvs29
8560
8561         * src/prefs_account.c
8562                 disable 'Filter messages on receiving' for
8563                 SMTP-only accounts
8564                 Patch  by Anders Hammar
8565
8566 2005-09-14 [paul]       1.9.14cvs28
8567
8568         * po/sk.po
8569                 fix crash
8570                 updated by Andrej Kacian
8571
8572 2005-09-14 [paul]
8573
8574         1.9.15-rc1 released
8575
8576 2005-09-14 [paul]       1.9.14cvs27
8577
8578         * po/es.po
8579                 updated by Ricardo Mones Lastra
8580         * src/compose.c
8581         * src/compose.h
8582                 associate no_wrap_tags to Compose windows
8583                 instead of using a static one
8584                 Patch by Colin
8585         * src/mbox.c
8586                 fix proc_mbox()
8587                 Patch by wwp
8588         * src/textview.c
8589                 remove unneeded printf()
8590
8591 2005-09-14 [paul]       1.9.14cvs26
8592
8593         * src/addrcache.c
8594         * src/codeconv.h
8595         * src/folder.h
8596         * src/mainwindow.h
8597         * src/mh.c
8598         * src/mimeview.h
8599         * src/partial_download.c
8600         * src/pop.c
8601         * src/prefs_account.c
8602         * src/prefs_account.h
8603         * src/prefs_actions.c
8604         * src/prefs_customheader.c
8605         * src/prefs_display_header.c
8606         * src/prefs_filtering_action.c
8607         * src/prefs_matcher.c
8608         * src/prefs_toolbar.c
8609         * src/privacy.h
8610         * src/procmime.c
8611         * src/procmime.h
8612         * src/procmsg.h
8613         * src/textview.c
8614         * src/undo.h
8615         * src/common/plugin.c
8616         * src/common/session.h
8617         * src/common/socket.c
8618         * src/common/socket.h
8619         * src/common/template.c
8620         * src/gtk/gtkaspell.c
8621         * src/gtk/quicksearch.h
8622         * src/plugins/pgpcore/passphrase.c
8623         * src/plugins/pgpcore/prefs_gpg.h
8624         * src/plugins/pgpcore/select-keys.c
8625         * src/plugins/pgpcore/select-keys.h
8626         * src/plugins/pgpcore/sgpgme.c
8627         * src/plugins/pgpinline/pgpinline.c
8628         * src/plugins/pgpmime/pgpmime.c
8629         * src/plugins/trayicon/trayicon.c
8630                 fix compilation warnings
8631                 Patch by Daniel Gustafson
8632
8633 2005-09-14 [paul]       1.9.14cvs25
8634
8635         * src/addressbook.c
8636                 add missing column header, and other small
8637                 bug fixes
8638                 Patch by Anders Hammar
8639
8640 2005-09-13 [colin]      1.9.14cvs24
8641
8642         * src/gtk/gtkaspell.c
8643                 Fix non-utf8 in menu
8644                 Fix little leaks
8645                 Nullify struct members after free()s
8646
8647 2005-09-13 [colin]      1.9.14cvs23
8648
8649         * src/compose.c
8650                 Test utf8 compliance before inserting to 
8651                 buffer, and try to convert if necessary
8652         * src/procmime.c
8653                 If no charset is present, use the locale 
8654                 one instead of us-ascii
8655         * src/procmsg.c
8656                 Add Sender, List-Post and To in the checked 
8657                 headers for automatic rules creation 
8658                 (thanks to wwp)
8659         * src/prefs_themes.c
8660         * src/gtk/gtkaspell.c
8661                 Remove deprecated functions. 
8662                 patch by Daniel Gustafson
8663
8664 2005-09-12 [colin]      1.9.14cvs22
8665
8666         * src/compose.c
8667                 Fix bug #448 (Scrolling/Redraw issue with 
8668                 address-fields in Header)
8669         * src/mainwindow.c
8670         * src/summaryview.c
8671         * src/summaryview.h
8672                 Fix loss of MSG_MARKED on move/copy
8673                 Fix bug #804 (Quicksearch togglebutton doesn't 
8674                 get depressed after '/' key is pressed)
8675
8676 2005-09-12 [paul]       1.9.14cvs21
8677
8678         * AUTHORS
8679         * src/gtk/logwindow.c
8680                 add 'Clear Log' to popup menu
8681                 Patch by Anders Hammar <anders.hammar@telia.com>
8682
8683 2005-09-12 [paul]       1.9.14cvs20
8684
8685         * src/compose.c
8686                 set correct sensitivity on attachments
8687                 popup menu
8688         * src/folder.c
8689                 fix typo
8690         * src/prefs_spelling.c
8691                 fix crash when no LANG env is set
8692         * src/common/xml.c
8693                 fix crash in wizard
8694                 don't use memeory after free
8695
8696         All patches by Daniel Gustafson
8697
8698 2005-09-12 [paul]       1.9.14cvs19
8699
8700         * src/prefs_themes.c
8701                 make theme info selectable
8702         * src/gtk/description_window.c
8703                 make window non-modal
8704         * tools/README
8705                 add details of asus_mailed.sh
8706         * tools/claws.i18n.status.pl
8707                 update for new zh_TW translator
8708                 widen the output
8709                 create alternate coloured lines
8710                 improve readability
8711
8712 2005-09-10 [colin]      1.9.14cvs18
8713
8714         * src/plugins/pgpcore/select-keys.c
8715                 Better order for the buttons
8716
8717 2005-09-10 [colin]      1.9.14cvs17
8718
8719         * src/compose.c
8720         * src/plugins/pgpcore/select-keys.c
8721         * src/plugins/pgpcore/select-keys.h
8722         * src/plugins/pgpcore/sgpgme.c
8723                 Add a "Don't encrypt" button to the key
8724                 selection dialog. Fixes bug #177 (There should be a 
8725                 'Don't encrypt button in the Select Keys dialog)
8726
8727 2005-09-10 [colin]      1.9.14cvs16
8728
8729         * src/compose.c
8730                 Fix bug #572 (%X option does not work with templates)
8731
8732 2005-09-10 [colin]      1.9.14cvs15
8733
8734         * src/toolbar.c 
8735                 Remove g_print
8736
8737 2005-09-10 [colin]      1.9.14cvs14
8738
8739         * src/imap.c
8740                 Fix a possible crash
8741
8742 2005-09-09 [colin]      1.9.14cvs13
8743
8744         * src/imap.c
8745         * src/etpan/imap-thread.c
8746         * src/etpan/imap-thread.h
8747                 Fix moving from queue or drafts to normal folders
8748                 Fix bug #794 (No way to delete without expunging)
8749                 Take flags unset by other mailers into account
8750                 Take deleted flag set by other mailers into account
8751                 Fix unsetting REPLIED flag
8752                 Fix crash when capabilities can't be retrieved
8753         * src/mainwindow.c
8754         * src/mainwindow.h
8755                 Add M_DELAYED_FLAGS condition, and let the user use
8756                 Execute in order to be able to expunge deleted mails,
8757                 even if he's not in delayed execute mode
8758         * src/prefs_spelling.c
8759                 Use 'en' dictionary by default if LANG is POSIX or C
8760         * src/gtk/prefswindow.c
8761                 Fix bug #767 (Preferences windows expanding) by making
8762                 the window a bit larger when the resolution is greater
8763                 than 640x480, and by putting the prefs in a
8764                 GtkScrolledWindow.
8765
8766 2005-09-09 [paul]       1.9.14cvs12
8767
8768         * AUTHORS
8769         * configure.ac
8770         * po/zh_TW.Big5.po      ** REMOVED **
8771         * po/zh_TW.po           ** ADDED **
8772                 updated by Wei-Lun Chao
8773
8774 2005-09-09 [paul]       1.9.14cvs11
8775
8776         * src/mainwindow.c
8777                 fix asserts
8778         * src/common/xml.c
8779                 delay memory allocation until file is
8780                 opened successfully
8781                 Patch by Daniel Gustafson
8782
8783 2005-09-09 [colin]      1.9.14cvs10
8784
8785         * src/imap.c
8786                 Add guards
8787
8788 2005-09-08 [colin]      1.9.14cvs9
8789
8790         * src/compose.c
8791                 Alert when we can't save draft
8792                 Fix various wrap/color issues
8793                 Add mid-click pasting respecting wrap_paste option
8794         * src/folder.c
8795         * src/folder.h
8796         * src/folder_item_prefs.c
8797         * src/folder_item_prefs.h
8798         * src/imap.c
8799         * src/imap_gtk.c
8800         * src/imap_gtk.h
8801         * src/main.c
8802         * src/mainwindow.c
8803         * src/mainwindow.h
8804         * src/news.c
8805         * src/news_gtk.c
8806         * src/news_gtk.h
8807         * src/prefs_folder_item.c
8808                 Fix the impossibility to synchronise folders for
8809                 offline use (IMAP and NNTP are concerned)
8810
8811 2005-09-08 [colin]      1.9.14cvs8
8812
8813         * configure.ac
8814                 Build LDAP and JPilot by default if available
8815         * src/textview.c
8816                 Fix use after free
8817
8818 2005-09-08 [paul]       1.9.14cvs7
8819
8820         * doc/manual/en/sylpheed-1.html
8821         * doc/manual/en/sylpheed-18.html
8822         * doc/manual/en/sylpheed-19.html
8823         * doc/manual/en/sylpheed-4.html
8824         * doc/manual/en/sylpheed-6.html
8825         * doc/manual/en/sylpheed.html
8826                 a few minor updates, plus include some
8827                 details about plugins and their requirements
8828         * src/mainwindow.c
8829                 minor changes to English in /View/Sort
8830
8831 2005-09-07 [colin]      1.9.14cvs6
8832
8833         * doc/manual/en/sylpheed-1.html
8834         * doc/manual/en/sylpheed-10.html
8835         * doc/manual/en/sylpheed-11.html
8836         * doc/manual/en/sylpheed-12.html
8837         * doc/manual/en/sylpheed-13.html
8838         * doc/manual/en/sylpheed-14.html
8839         * doc/manual/en/sylpheed-15.html
8840         * doc/manual/en/sylpheed-16.html
8841         * doc/manual/en/sylpheed-17.html
8842         * doc/manual/en/sylpheed-18.html
8843         * doc/manual/en/sylpheed-19.html
8844         * doc/manual/en/sylpheed-2.html
8845         * doc/manual/en/sylpheed-20.html
8846         * doc/manual/en/sylpheed-21.html
8847         * doc/manual/en/sylpheed-22.html
8848         * doc/manual/en/sylpheed-3.html
8849         * doc/manual/en/sylpheed-4.html
8850         * doc/manual/en/sylpheed-5.html
8851         * doc/manual/en/sylpheed-6.html
8852         * doc/manual/en/sylpheed-7.html
8853         * doc/manual/en/sylpheed-8.html
8854         * doc/manual/en/sylpheed-9.html
8855         * doc/manual/en/sylpheed.html
8856                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8857
8858 2005-09-07 [colin]      1.9.14cvs5
8859
8860         * src/mainwindow.c
8861                 Make labels more to-the-point
8862
8863 2005-09-07 [colin]      1.9.14cvs4
8864
8865         * doc/manual/en/sylpheed-1.html
8866         * doc/manual/en/sylpheed-12.html
8867         * doc/manual/en/sylpheed-13.html
8868         * doc/manual/en/sylpheed-14.html
8869         * doc/manual/en/sylpheed-15.html
8870         * doc/manual/en/sylpheed-16.html
8871         * doc/manual/en/sylpheed-17.html
8872         * doc/manual/en/sylpheed-18.html
8873         * doc/manual/en/sylpheed-19.html
8874         * doc/manual/en/sylpheed-2.html
8875         * doc/manual/en/sylpheed-20.html
8876         * doc/manual/en/sylpheed-21.html
8877         * doc/manual/en/sylpheed-22.html
8878         * doc/manual/en/sylpheed-4.html
8879         * doc/manual/en/sylpheed-5.html
8880         * doc/manual/en/sylpheed-6.html
8881         * doc/manual/en/sylpheed-7.html
8882         * doc/manual/en/sylpheed-8.html
8883         * doc/manual/en/sylpheed-9.html
8884         * doc/manual/en/sylpheed.html
8885                 Update manual
8886
8887 2005-09-07 [colin]      1.9.14cvs3
8888
8889         * doc/faq/en/sylpheed-faq-1.html
8890         * doc/faq/en/sylpheed-faq-2.html
8891         * doc/faq/en/sylpheed-faq-3.html
8892         * doc/faq/en/sylpheed-faq.html
8893                 Update FAQ
8894
8895 2005-09-07 [colin]      1.9.14cvs2
8896
8897         * src/folderview.c
8898         * src/procmsg.c
8899         * src/summaryview.c
8900         * src/toolbar.c
8901                 Fix special subfolders:
8902                 - Inherit parent's icon
8903                 - sent contents of queues subfolders
8904                 - empty subfolders of trashes
8905         * src/mainwindow.c
8906                 Remove outdated manual and faq entries
8907         * src/common/utils.c
8908                 Add quotes around %s coming from mailcap
8909
8910 2005-09-07 [colin]      1.9.14cvs1
8911
8912         * src/compose.c
8913                 After saving draft, set modified to FALSE
8914         * src/mimeview.c
8915         * src/common/utils.c
8916         * src/common/utils.h
8917                 Try to open mime parts using what is 
8918                 indicated in ~/.mailcap or /etc/mailcap,
8919                 if possible.
8920
8921 2005-09-05 [paul]       1.9.14
8922
8923         1.9.14 released
8924
8925         * po/sk.po
8926                 updated by Andrej Kacian
8927
8928 2005-09-05 [paul]       1.9.13cvs83
8929
8930         * po/de.po
8931         * po/es.po
8932         * po/fi.po
8933         * po/fr.po
8934         * po/nb.po
8935         * po/pt_BR.po
8936         * po/sr.po
8937                 updated translations by Thomas Gilgin, Ricardo Mones
8938                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8939                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8940
8941 2005-09-04 [paul]       1.9.13cvs82
8942
8943         * src/compose.c
8944                 only warn about exceeded line length limit
8945                 on send
8946
8947 2005-09-04 [paul]       1.9.13cvs81
8948
8949         * src/compose.c
8950                 fix crash in 'line length exceeded' dialogue
8951
8952 2005-09-02 [paul]       1.9.13cvs80
8953
8954         * src/imap.c
8955                 fix bug 795, 'Connection lost IMAP'
8956                 and add statusbar prints
8957                 Patch by Colin
8958
8959 2005-09-02 [paul]       1.9.13cvs79
8960
8961         * src/compose.c
8962                 compose_wrap_paragraph() becomes
8963                 compose_beautify_paragraph()
8964                 Patch by Colin
8965
8966 2005-09-02 [colin]      1.9.13cvs78
8967
8968         * src/folderview.c
8969                 Micro-fix
8970
8971 2005-09-01 [colin]      1.9.13cvs77
8972
8973         * src/imap.c
8974                 Maybe fix bug #795 (Connection lost IMAP)
8975                 Don't try to send logout when we're disconnected.
8976         * src/summaryview.c
8977                 Include locked and marked emails in HRM
8978                 view. Fixes bug #800 (Locked messages no longer 
8979                 show up when hide read messages is used)
8980
8981 2005-09-01 [paul]       1.9.13cvs76
8982
8983         * src/prefs_common.c
8984                 fix bad cutting
8985
8986 2005-08-31 [colin]      1.9.13cvs75
8987
8988         * src/folderview.c
8989         * src/folderview.h
8990         * src/prefs_summaries.c
8991         * src/summaryview.c
8992                 Fix "go to next new", fix preference
8993                 (Open unread/next swapped)
8994
8995 2005-08-31 [paul]       1.9.13cvs74
8996
8997         * src/compose.c
8998         * src/folderview.c
8999         * src/headerview.c
9000         * src/headerview.h
9001         * src/mainwindow.c
9002         * src/prefs_common.c
9003         * src/prefs_common.h
9004         * src/prefs_fonts.c
9005         * src/summaryview.c
9006         * src/textview.c
9007         * src/common/defs.h
9008                 remove obsolete BOLD_FONT setting
9009                 fix font update in headerview and textview
9010                 headers after prefs change
9011                 Patch By Colin
9012
9013 2005-08-31 [paul]
9014
9015         1.9.14-rc4 released
9016
9017 2005-08-30 [colin]      1.9.13cvs73
9018
9019         * src/summaryview.c
9020                 When Hide read messages is selected and we
9021                 refresh the summaryview, don't remove the 
9022                 currently displayed message. Fixes bug #797
9023                 (Summary view reloads when new mail is 
9024                 downloaded in 1.9.14 rc)
9025
9026 2005-08-30 [colin]      1.9.13cvs72
9027
9028         * src/folderview.c
9029                 Fix flickering
9030         * src/mainwindow.c
9031                 Remove useless callback
9032         * src/mimeview.c
9033         * src/gtk/filesel.c
9034         * src/gtk/filesel.h
9035                 Add a filesel_select_file_save_folder() - used by Save All
9036
9037 2005-08-29 [paul]       1.9.13cvs71
9038
9039         * AUTHORS
9040         * src/matcher_parser_parse.y
9041         * src/etpan/imap-thread.c
9042                 fix building on FreeBSD
9043                 Patch by Daniel Gustafson <daniel@hobbit.se>
9044
9045 2005-08-29 [paul]       1.9.13cvs70
9046
9047         * src/plugins/pgpinline/pgpinline.c
9048                 only initialise sig result if it's been handled
9049                 Patch by Colin
9050
9051 2005-08-29 [paul]       1.9.13cvs69
9052         
9053         Patches by Colin:
9054
9055         * src/imap.c
9056         * src/common.utils.c
9057         * src/common/utils.h
9058                 optimisation
9059         * src/stock_pixmap.h
9060                 fix wrong icon reference
9061         * src/pixmaps/trash_btn.xpm
9062                 replace with nicer image
9063
9064 2005-08-28 [colin]      1.9.13cvs68
9065
9066         * src/Makefile.am
9067         * src/stock_pixmap.c
9068         * src/stock_pixmap.h
9069         * src/toolbar.c
9070         * src/pixmaps/trash_btn.xpm
9071                 Add a specific trash xpm for the button
9072
9073 2005-08-28 [colin]      1.9.13cvs67
9074
9075         * src/imap.c
9076                 Fix leak
9077
9078 2005-08-27 [colin]      1.9.13cvs66
9079
9080         * src/imap.c
9081         * src/procmime.c
9082                 Correctly fix "Problem with replies", fixes
9083                 pgpmime encryption too. 
9084
9085 2005-08-27 [colin]      1.9.13cvs65
9086
9087         * src/folder.c
9088         * src/procmsg.c
9089         * src/procmsg.h
9090         * src/summaryview.c
9091                 Fix bug #517 (messages removed from summaryview 
9092                 when moving fails)
9093
9094 2005-08-27 [colin]      1.9.13cvs64
9095
9096         * tools/Makefile.am
9097         * tools/asus_mailled.sh
9098                 Add a script to blink ASUS laptops' mail LED where there
9099                 is unread mail.
9100
9101 2005-08-27 [colin]      1.9.13cvs63
9102
9103         * src/imap.c
9104         * src/etpan/imap-thread.c
9105         * src/etpan/imap-thread.h
9106                 Implement automatic choosing of login method
9107                 Fixes bug #791
9108         * src/gtk/.cvsignore
9109                 Add sylpheed-marshal.[ch]
9110
9111 2005-08-27 [colin]      1.9.13cvs62
9112
9113         * src/common/utils.c
9114                 Fix confusing perror
9115
9116 2005-08-27 [colin]      1.9.13cvs61
9117
9118         * src/toolbar.c
9119         * src/toolbar.h
9120                 Remove A_DELETE, replace it with 
9121                 A_TRASH and A_DELETE_REAL. Automatically
9122                 rewrite config files to replace A_DELETE
9123                 with A_TRASH (no functionality change).
9124                 Fixes half of #794
9125
9126 2005-08-26 [colin]      1.9.13cvs60
9127
9128         * src/procmime.c
9129                 Previous "Problem with replies" fix brought other
9130                 problems, fixing them
9131
9132 2005-08-26 [colin]      1.9.13cvs59
9133
9134         * src/procmime.c
9135                 Fix "Problem with replies". This happened only
9136                 on IMAP...
9137         * src/procmsg.c
9138                 Factorize code a bit
9139         * src/compose.c
9140                 Speed improvement on very long messages (wrapping)
9141                 Fix signature color on Reedit and Redirect
9142                 On Reedit, don't attach pgp-signatures parts, but
9143                 set signing to On.
9144
9145 2005-08-24 [paul]       1.9.13cvs58
9146
9147         * src/compose.c
9148                 don't claim success when clicking
9149                 Cancel on the passphrase box.
9150                 Patch by Colin
9151
9152 2005-08-24 [paul]       1.9.13cvs57
9153
9154         * src/main.c
9155                 fix misplaced sylpheed.log
9156         * src/common/defs.h
9157                 define UIDL_DIR
9158
9159 2005-08-24 [paul]       1.9.13cvs56
9160
9161         * src/imap.c
9162         * src/etpan/imap-thread.c
9163         * src/etpan/imap-thread.h
9164                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9165                 Patch by Colin
9166         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9167         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9168                 remove autogenerated files
9169         * tools/kdeservicemenu/README
9170         * tools/kdeservicemenu/install.sh
9171         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9172         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9173                 use Claws icon, use 'Sylpheed-Claws' in menu,
9174                 use kdialog, and other cleanups
9175
9176 2005-08-23 [paul]       1.9.13cvs55
9177
9178         * src/compose.c
9179                 fix paste/wrap crash
9180                 Patch by Colin
9181
9182 2005-08-23 [paul]       1.9.13cvs54
9183
9184         * src/main.c
9185                 fix crash recovery
9186                 Patch by Colin
9187
9188 2005-08-23 [paul]       1.9.13cvs53
9189
9190         * src/addressbook.c
9191         * src/editaddress.c
9192                 view all data of LDAP contacts
9193                 Patch by Colin
9194
9195 2005-08-23 [paul]       1.9.13cvs52
9196
9197         * src/addressbook.c
9198                 fix issues with the Search field
9199                 Patch by Colin
9200
9201 2005-08-22 [paul]       1.9.13cvs51
9202
9203         * src/folderview.c
9204                 put name of folder in processing dialog
9205                 title
9206         * src/prefs_folder_item.c
9207                 improve english usage
9208
9209 2005-08-22 [paul]       1.9.13cvs50
9210
9211         * src/filtering.c
9212         * src/filtering.h
9213         * src/matcher.c
9214         * src/matcher_parser_lex.l
9215         * src/matcher_parser_parse.y
9216         * src/prefs_filtering.c
9217                 add Filtering/Processing rule names feature.
9218                 (the incompatible old matcherrc is saved as
9219                 matcherrc.pre_names).
9220                 Patch by Colin
9221
9222 2005-08-22 [paul]       1.9.13cvs49
9223
9224         * src/procmsg.c
9225                 fix colour labelling
9226                 Patch by Colin
9227
9228 2005-08-22 [paul]       1.9.13cvs48
9229
9230         * src/textview.c
9231                 fix open_image_cb()
9232
9233 2005-08-22 [paul]       1.9.13cvs47
9234
9235         * src/imap.c
9236                 fix bug 789, 'SC crashes with imap (CVS ver)'
9237                 Patch by Colin
9238
9239 2005-08-22 [paul]       1.9.13cvs46
9240
9241         * src/mimeview.c
9242         * src/prefs_common.c
9243         * src/common/defs.h
9244                 define reused defaults in defs.h
9245         * src/textview.c
9246                 add 'Open image' to image popup menu
9247
9248 2005-08-21 [colin]      1.9.13cvs45
9249
9250         * src/summaryview.c
9251                 Fix bug #788 (Bogus "From" address displayed)
9252
9253 2005-08-20 [colin]      1.9.13cvs44
9254
9255         * src/folder.c
9256                 Fix buf #787 (multilevel delete causes SIGSEGV)
9257
9258 2005-08-19 [colin]      1.9.13cvs43
9259
9260         * src/inc.c
9261         * src/prefs_common.c
9262         * src/prefs_common.h
9263                 Add an hidden pref to allow modifying the
9264                 update stepping in incorporation.
9265                 Patch by wwp.
9266
9267 2005-08-19 [colin]      1.9.13cvs42
9268
9269         * src/compose.c
9270         * src/procmime.c
9271                 Workaround for broken MUAs: encode 
9272                 Content-type: name: as ASCII and 
9273                 Content-Disposition: filename: as
9274                 per rfc2231
9275         * src/prefs_account.c
9276                 Fix invisible-ness of SMTP SSL prefs
9277                 in NNTP accounts
9278
9279 2005-08-19 [paul]       1.9.13cvs41
9280
9281         * src/compose.c
9282         * src/prefs_common.c
9283         * src/prefs_common.h
9284         * src/prefs_wrapping.c
9285                 paste with or without wrapping.
9286                 patch by Colin
9287
9288 2005-08-19 [paul]       1.9.13cvs40
9289
9290         * src/prefs_common.c
9291         * src/prefs_common.h
9292         * src/summaryview.c
9293                 reintroduce enable_swap_from as a
9294                 hidden pref. patch by Colin
9295         * src/quote_fmt_parse.y
9296         * src/plugins/clamav/clamav_plugin.c
9297         * src/plugins/dillo_viewer/dillo_viewer.c
9298         * src/plugins/mathml_viewer/mathml_viewer.c
9299         * src/plugins/pgpcore/sgpgme.c
9300         * src/plugins/pgpinline/pgpinline.c
9301         * src/plugins/pgpmime/pgpmime.c
9302                 tidy up. patch by Colin
9303
9304 2005-08-19 [paul]       1.9.13cvs39
9305
9306         * configure.ac
9307                 complete cvs38's sync
9308         * src/editaddress.c
9309         * src/gedit-print.c
9310         * src/mutt.c
9311         * src/etpan/etpan-log.c
9312         * src/etpan/imap-thread.c
9313         * src/gtk/gtksourceprintjob.c
9314                 fix compilation warnings
9315                 (patch by Colin)
9316
9317 2005-08-19 [paul]       1.9.13cvs38
9318
9319         sync with main:
9320
9321         * src/account.c
9322         * src/action.c
9323         * src/addrbook.c
9324         * src/addrcache.c
9325         * src/addrharvest.c
9326         * src/addrindex.c
9327         * src/codeconv.c
9328         * src/compose.c
9329         * src/crash.c
9330         * src/exporthtml.c
9331         * src/exportldif.c
9332         * src/folder.c
9333         * src/image_viewer.c
9334         * src/inc.c
9335         * src/inc.h
9336         * src/jpilot.c
9337         * src/ldif.c
9338         * src/main.c
9339         * src/matcher.c
9340         * src/mbox.c
9341         * src/messageview.c
9342         * src/mh.c
9343         * src/mimeview.c
9344         * src/msgcache.c
9345         * src/mutt.c
9346         * src/news.c
9347         * src/partial_download.c
9348         * src/pine.c
9349         * src/pop.c
9350         * src/prefs_actions.c
9351         * src/prefs_common.c
9352         * src/prefs_customheader.c
9353         * src/prefs_display_header.c
9354         * src/prefs_gtk.c
9355         * src/prefs_themes.c
9356         * src/procheader.c
9357         * src/procmime.c
9358         * src/procmsg.c
9359         * src/recv.c
9360         * src/send_message.c
9361         * src/simple-gettext.c
9362         * src/sourcewindow.c
9363         * src/textview.c
9364         * src/vcard.c
9365         * src/common/defs.h
9366         * src/common/log.c
9367         * src/common/plugin.c
9368         * src/common/prefs.c
9369         * src/common/session.c
9370         * src/common/session.h
9371         * src/common/socket.c
9372         * src/common/socket.h
9373         * src/common/ssl_certificate.c
9374         * src/common/template.c
9375         * src/common/utils.c
9376         * src/common/utils.h
9377         * src/common/xml.c
9378         * src/gtk/about.c
9379         added wrappers for C library function that
9380                 take pathname arguments.
9381                 enabled compilation with MinGW.
9382                 use GDir instead of directly using opendir().
9383                 added rename_force().
9384
9385 2005-08-19 [paul]       1.9.13cvs37
9386         
9387         patches by Colin:
9388         * src/compose.c
9389                 fix privacy settings on re-editing
9390                 a sent message
9391         * src/jpilot.c
9392                 fix encoding bug
9393         * src/folder.c
9394         * src/procmsg.c
9395         * src/procmsg.h
9396         * src/summaryview.c
9397                 flag changing optimisation
9398
9399 2005-08-18 [martin]     1.9.13cvs36
9400
9401         * commitHelper
9402             added my login
9403         * src/addrcache.c
9404         * src/addrharvest.c
9405         * src/addrindex.c
9406         * src/compose.c
9407         * src/grouplistdialog.c
9408         * src/main.c
9409         * src/mainwindow.c
9410         * src/msgcache.c
9411         * src/mutt.c
9412         * src/pine.c
9413         * src/prefs_account.c
9414         * src/prefs_themes.c
9415         * src/stock_pixmap.c
9416         * src/summaryview.c
9417         * src/gtk/about.c
9418         * src/gtk/logwindow.c
9419             removed deprecated glib and gdk stuff
9420         * src/plugins/pgpcore/select-keys.c
9421             convert attributes from locale to utf8
9422
9423 2005-08-17 [paul]       1.9.13cvs35
9424
9425         * src/account.c
9426         * src/addressbook.c
9427                 use new GTK_STOCK_ icons if available
9428         * src/summaryview.c
9429         * src/gtk/gtksctree.c
9430         * src/gtk/gtksctree.h
9431                 faster range select. patch by Colin
9432
9433 2005-08-17 [paul]       1.9.13cvs34
9434
9435         patches by colin:
9436         * src/addressbook.c
9437         * src/addressitem.h
9438                 Add an edit button for contacts, fix selections
9439                 of gtksctree items
9440         * src/editaddress.c
9441                 Change labels, let Save be always possible in the
9442                 email and user atributes tabs
9443         * src/folderview.c
9444                 fix sort issues
9445         * src/summaryview.c
9446                 select next item instead of the displayed one
9447                 after deletion
9448
9449         * src/gtk/progressdialog.c
9450                 use prefs_common.enable_rules_hint
9451
9452 2005-08-13 [hoa]        1.9.13cvs33
9453
9454         * src/etpan/imap-thread.c
9455                 fixed build on Solaris.
9456
9457 2005-08-10 [colin]      1.9.13cvs32
9458
9459         * src/procmsg.c
9460                 Fix cvs31 (missing fclose before reading
9461                 the file)
9462
9463 2005-08-10 [colin]      1.9.13cvs31
9464
9465         * src/procmsg.c
9466                 Fix procmsg_msginfo_new_from_mimeinfo() when
9467                 the MimeInfo isn't stored in memory. This fixes
9468                 replying to an attached message.
9469
9470 2005-08-10 [colin]      1.9.13cvs30
9471
9472         * src/mainwindow.c
9473                 Fix slowness in account changing
9474
9475 2005-08-10 [colin]      1.9.13cvs29
9476
9477         * src/folder.c
9478         * src/folderutils.c
9479         * src/folderview.c
9480         * src/imap_gtk.c
9481         * src/mainwindow.c
9482         * src/mh_gtk.c
9483         * src/procmsg.c
9484         * src/summaryview.c
9485                 Optimize folder_has_parent_of_type
9486                 Prevent moving special sub-folders from contextual menus
9487                 Rework message a bit ("Empty all messages" -> "Delete all
9488                 messages")
9489                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9490                 and "Deleted Items" folders)
9491
9492 2005-08-08 [colin]      1.9.13cvs28
9493
9494         * src/summaryview.c
9495         * src/prefs_summaries.c
9496                 Make "Select first unread|new" more flexible
9497                 (just prioritize new or unread)
9498
9499 2005-08-08 [colin]      1.9.13cvs27
9500
9501         * src/summaryview.c
9502                 If "select first new" is selected and there only
9503                 are unread messages, fallback to "select first
9504                 unread".
9505
9506 2005-08-08 [colin]      1.9.13cvs26
9507
9508         * src/folder.c
9509                 Fix shameful bugs (and bug #779)
9510
9511 2005-08-08 [colin]      1.9.13cvs25
9512
9513         * src/folder.c
9514         * src/folder.h
9515                 Cache parents' type to make folder_has_parent_of_type
9516                 faster
9517         * src/folderview.c
9518                 Forbid DnD of special sub-folders
9519         * src/procmsg.c
9520         * src/procmsg.h
9521                 Add MAIL_POSTFILTERING_HOOK
9522         * src/summaryview.c
9523                 Revert over-zealous deletion of the use_addr_book 
9524                 code
9525
9526 2005-08-07 [colin]      1.9.13cvs24
9527
9528         * src/folder.c
9529                 Fix big mistake (passing MsgInfo instead 
9530                 of FolderItem)
9531
9532 2005-08-07 [colin]      1.9.13cvs23
9533
9534         * src/compose.c
9535         * src/folder.c
9536         * src/folder.h
9537         * src/foldersel.c
9538         * src/folderutils.c
9539         * src/folderview.c
9540         * src/imap.c
9541         * src/mainwindow.c
9542         * src/messageview.c
9543         * src/mh.c
9544         * src/msgcache.c
9545         * src/procmime.c
9546         * src/summaryview.c
9547                 Make subfolders of Drafts, Queue, Outbox, Trash
9548                 work like their parents. 
9549                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9550
9551 2005-08-07 [colin]      1.9.13cvs22
9552
9553         * src/addressbook.c
9554                 Fix bug #771 (Dragged contacts not saved)
9555
9556 2005-08-07 [paul]       1.9.13cvs21
9557
9558         * src/summaryview.c
9559                 fix bug 32 'Search Doesn't display results
9560                 if "Hide Read Messages" is chosen'
9561                 be more literal in interpreting 'Hide read
9562                 messages'
9563
9564 2005-08-07 [colin]      1.9.13cvs20
9565
9566         * src/folderview.c
9567                 Add debug
9568         * src/summaryview.c
9569                 Faster 'unthread_for_execution'
9570
9571 2005-08-06 [paul]       1.9.13cvs19
9572
9573         * src/mainwindow.c
9574                 add mnemonics to Set displayed columns
9575                 fix bug where msgview_visible option was
9576                 overwritten as TRUE on startup
9577
9578 2005-08-06 [paul]       1.9.13cvs18
9579
9580         * src/mainwindow.c
9581                 refer to 'displayed columns in folder/message
9582                 list' not 'displayed items in summary/message view'
9583         * src/prefs_display_header.c
9584                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9585                 be consistent with similar dialogues
9586         * src/prefs_folder_column.c
9587         * src/prefs_summary_column.c
9588                 'columns' not 'items', and folder and message lists,
9589                 instead of folder and summary views;
9590                 Use 'Hidden columns' as list heading not 'Available
9591                 items';
9592                 move the 'Remove' button to the right hand side;
9593                 top-align the buttons;
9594                 remove unneeded vbox
9595         * src/prefs_summaries.c
9596                 put the 2 column prefs buttons in a frame to reduce
9597                 overall width; refer to columns not items &c.
9598
9599 2005-08-05 [colin]      1.9.13cvs17
9600
9601         * src/prefs_common.c
9602         * src/prefs_common.h
9603         * src/mainwindow.c
9604         * src/compose.c
9605         * src/messageview.c
9606                 Add an hidden toolbar_detachable pref, so
9607                 that I can get rid of these painful handles
9608                 in the toolbars. Defaults to TRUE to avoid
9609                 changing the GUI on unsuspecting people...
9610
9611 2005-08-05 [colin]      1.9.13cvs16
9612
9613         * src/Makefile.am
9614         * src/prefs_folder_column.c
9615         * src/prefs_folder_column.h
9616                 Add prefs for folder columns
9617         * src/folderview.c
9618         * src/folderview.h
9619         * src/mainwindow.c
9620         * src/mainwindow.h
9621         * src/prefs_common.c
9622         * src/prefs_common.h
9623         * src/prefs_summaries.c
9624                 Use them
9625         * src/prefs_summary_column.c
9626         * src/summaryview.c
9627         * src/summaryview.h
9628                 Add a To column
9629         * src/textview.c
9630         * src/common/utils.c
9631         * src/common/utils.h
9632                 Move uri colourisation functions
9633                 to utils
9634         * src/compose.c
9635                 Colourise URIs
9636         * src/imap.c
9637                 Fix bug with LIST where we'd try
9638                 to get Folder//////[...]/// 
9639
9640 2005-08-05 [paul]       1.9.13cvs15
9641
9642         * src/prefs_summaries.c
9643                 improve the English usage
9644         * src/summaryview.c
9645                 set font on column change
9646                 thanks to Colin
9647
9648 2005-08-05 [paul]       1.9.13cvs14
9649
9650         * src/prefs_common.c
9651         * src/prefs_common.h
9652         * src/prefs_summaries.c
9653         * src/summaryview.c
9654                 replace 'open_unread_on_enter' option with
9655                 'select_on_entry' option. opening/not opening
9656                 is now exclusively controlled by 'always_show_msg'
9657
9658 2005-08-04 [colin]      1.9.13cvs13
9659
9660         * src/compose.c
9661                 Remove dead code
9662                 Add colourisation of quotes and signatures
9663         * src/folderview.c
9664                 Fix possible crashes
9665         * src/messageview.c
9666                 Change an assert that is no problem
9667         * src/news.c
9668         * src/news_gtk.c
9669         * src/news_gtk.h
9670                 Fix offline mode
9671         * src/gtk/quicksearch.c
9672                 Fix a possible crash
9673
9674 2005-08-03 [colin]      1.9.13cvs12
9675
9676         * src/prefs_account.c
9677                 Fix bug #777 (Sylpheed crash in account configuration)
9678
9679 2005-08-03 [colin]      1.9.13cvs11
9680
9681         * src/addressbook.c
9682         * src/editaddress.c
9683         * src/editgroup.c
9684                 Fixing addressbook, round 2
9685         * src/textview.c
9686                 Fix emphasis color on rechecking 'Colorize messages'
9687
9688 2005-08-03 [paul]       1.9.13cvs10
9689
9690         sync with main
9691
9692         * src/addr_compl.c
9693         * src/compose.c
9694         * src/main.c
9695         * src/pop.c
9696         * src/prefs_account.c
9697         * src/procmime.c
9698         * src/procmsg.c
9699         * src/quote_fmt_parse.y
9700         * src/textview.c
9701         * src/common/quoted-printable.c
9702         * src/common/utils.c
9703         * src/common/utils.h
9704         * src/common/xml.c
9705                 replaced incorrect locale-independent
9706                 ctype functions with GLib's. Corrected
9707                 signedness mismatch.
9708         * src/headerview.c
9709                 headerview_create(): added spacing for vbox.
9710         * src/gtk/about.c
9711                 set focus to the OK button.
9712
9713 2005-08-03 [colin]      1.9.13cvs9
9714
9715         * src/folderview.c
9716                 Fix possible crash
9717
9718 2005-08-02 [colin]      1.9.13cvs8
9719
9720         * src/mainwindow.c
9721                 Fix cast
9722         * src/addressbook.c
9723         * src/addressitem.h
9724                 Fix a cast and more generally, try to make the
9725                 GUI more intuitive and consistent (round 1)
9726
9727 2005-08-02 [paul]       1.9.13cvs7
9728
9729         * src/folder.h
9730                 missing in 1.9.13cvs6
9731
9732 2005-08-02 [colin]      1.9.13cvs6
9733
9734         * src/folder.c
9735                 Fix one more leak
9736
9737 2005-08-02 [colin]      1.9.13cvs5
9738
9739         * src/folder.c
9740         * src/folderview.c
9741         * src/imap.c
9742         * src/main.c
9743         * src/mbox.c
9744         * src/procmsg.c
9745         * src/summaryview.c
9746                 Fix a number of folder_item_get_msg_list()-related
9747                 leaks (missing procmsg_msginfo_free()s)
9748
9749 2005-08-01 [colin]      1.9.13cvs4
9750
9751         * src/folderview.c
9752         * src/folderview.h
9753         * src/mainwindow.c
9754         * src/prefs_fonts.c
9755         * src/prefs_summaries.c
9756         * src/prefs_themes.c
9757         * src/summaryview.c
9758         * src/summaryview.h
9759         * src/textview.c
9760         * src/textview.h
9761                 Fix instant-apply of summary and folderview-related prefs
9762                 Fix erroneous g_free and alertpanels in prefs_theme
9763                 Add instant-apply for fonts
9764                 Defer applying of prefs a little bit so it's done only
9765                 once even if requested by multiples prefs pages
9766
9767 2005-08-01 [paul]       1.9.13cvs3
9768
9769         * src/main.c
9770                 fix bug 776 'S.C. crashes on close'
9771                 thanks to Colin
9772         * src/etpan/etpan-thread-manager-types.h
9773                 add missing include
9774                 thanks to Hoa
9775
9776 2005-07-25 [paul]       1.9.13cvs2
9777
9778         * src/summaryview.c
9779                 fix typos. spotted by Fabien Vantard
9780
9781 2005-07-24 [paul]       1.9.13cvs1
9782
9783         * doc/man/sylpheed.1
9784                 update man page, incorporating fix of
9785                 bug 769 'Typo in manpage'
9786         * src/etpan/imap-thread.c
9787                 fix NetBSD openssl dependencies. patch by
9788                 George Michaelson <ggm@apnic.net>
9789         * po/pt_BR.po
9790                 updated by Frederico Goncalves Guimaraes
9791
9792 2005-07-22 [paul]       1.9.13
9793
9794         1.9.13 release
9795
9796 2005-07-22 [paul]       1.9.12cvs91
9797
9798         * AUTHORS
9799         * INSTALL
9800         * README.claws
9801         * RELEASE_NOTES.claws
9802                 updated for release
9803         * configure.ac
9804         * po/nb.po
9805         * tools/claws.i18n.status.pl
9806                 add Norwegian translation. submiited by
9807                 Geir Helland <pjallabais@users.sourceforge.net>
9808         * po/ca.po
9809         * po/de.po
9810         * po/es.po
9811         * po/fi.po
9812         * po/fr.po
9813         * po/it.po
9814         * po/sk.po
9815         * po/sr.po
9816         * po/zh_CN.po
9817                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9818                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9819                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9820                 Yang Guilong
9821         * src/plugins/clamav/clamav_plugin_gtk.c
9822         * src/plugins/spamassassin/spamassassin_gtk.c
9823                 replace outdated description strings
9824
9825 2005-07-21 [colin]      1.9.12cvs90
9826
9827         * src/folder.c
9828                 Set folder to batch mode when scanning it. Makes deletion
9829                 of unread mails on IMAP much faster (due to the UNREAD 
9830                 flag unsetting)
9831
9832 2005-07-21 [darko]      1.9.12cvs89
9833
9834         * configure.ac
9835                 link against libresolv if necessary (patch by Paul)
9836         * src/msgcache.c
9837                 use glib's portable macros to determine endianness
9838
9839 2005-07-21 [paul]       1.9.12cvs88
9840
9841         * src/crash.c
9842         * src/gtk/about.c
9843                 update compiled-in features list
9844
9845 2005-07-20 [colin]      1.9.12cvs87
9846
9847         * src/folder.c
9848         * src/textview.c
9849                 Gcc 2.9x compilation fixes, thanks to Darko
9850         * src/plugins/clamav/clamav_plugin.c
9851                 Little optimisation: load virus database only once
9852         * src/plugins/spamassassin/spamassassin.c
9853                 Big optimisation: filtering one mail took at least 1 second,
9854                 now it takes at least 50ms. Doesn't speed up spamassassin 
9855                 itself, but should already be much more tolerable.
9856
9857 2005-07-20 [colin]      1.9.12cvs86
9858
9859         * src/summaryview.c
9860                 Fix performance issue
9861
9862 2005-07-19 [colin]      1.9.12cvs85
9863
9864         * src/plugins/pgpinline/plugin.c
9865                 Fix warning
9866
9867 2005-07-19 [colin]      1.9.12cvs84
9868
9869         * configure.ac
9870         * src/plugins/Makefile.am
9871         * src/plugins/pgpinline/.cvsignore
9872         * src/plugins/pgpinline/Makefile.am
9873         * src/plugins/pgpinline/pgpinline.c
9874         * src/plugins/pgpinline/pgpinline.deps
9875         * src/plugins/pgpinline/pgpinline.h
9876         * src/plugins/pgpinline/plugin.c
9877                 Put pgpinline in the main tree
9878
9879 2005-07-19 [paul]       1.9.12cvs83
9880
9881         * src/prefs_actions.c
9882                 prevent '//' in menu names, which cause a crash
9883                 thanks to Colin
9884
9885 2005-07-19 [paul]       1.9.12cvs82
9886
9887         * configure.ac
9888                 be generally more informative in configure output.
9889                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9890                 '[ --disable-openssl ...', as --enable-openssl is default
9891                 PGP/MIME: don't check for GPGME again, check for
9892                 pgpcore instead. Therefore prevent the possibility of
9893                 attempting to build pgpmime if pgpcore dependencies are
9894                 not met
9895                 ClamAV: use pkgconfig to check for lib
9896                 libgnomeprint: revert logic on inner test to match
9897                 everything else
9898         * src/plugins/pgpcore/sgpgme.c
9899                 add missing include
9900
9901 2005-07-19 [colin]      1.9.12cvs81
9902
9903         * src/summaryview.c
9904                 Fix slow thread rebuilding in particular
9905                 cases
9906
9907 2005-07-19 [paul]       1.9.12cvs80
9908
9909         * sylpheed-claws.desktop
9910                 fix typo, spotted by Stephan Sachse
9911         * src/account.c
9912                 replace GTK_STOCK_ADD with
9913                 GTK_STOCK_NEW button
9914
9915 2005-07-18 [colin]      1.9.12cvs79
9916
9917         * src/etpan/imap-thread.c
9918                 Fix return value (Thanks Hoa)
9919
9920 2005-07-18 [colin]      1.9.12cvs78
9921
9922         * src/imap.c
9923                 Allow empty passwords
9924                 Create drafts/queue/outbox if necessary
9925         * src/summaryview.c
9926                 Remove old code
9927         * src/etpan/imap-thread.c
9928                 Fix STARTTLS (Thanks to Hoa)
9929
9930 2005-07-18 [paul]       1.9.12cvs77
9931
9932         * ChangeLog-gtk2.jp
9933         * ChangeLog.jp
9934                 removed
9935         * Makefile.am
9936                 updated to reflect additions and removals
9937         * TODO
9938                 updated to be claws-specific
9939         * TODO-gtk2
9940         * TODO-gtk2.jp
9941         * TODO.jp
9942         * sylpheed-128x128.png
9943         * sylpheed-64x64.png
9944                 removed
9945         * sylpheed-claws-128x128.png
9946         * sylpheed-claws-64x64.png
9947         * sylpheed-claws.desktop
9948         * sylpheed-claws.png
9949                 added
9950         * sylpheed.desktop
9951         * sylpheed.png
9952                 removed
9953
9954 2005-07-17 [paul]       1.9.12cvs76
9955
9956         * src/account.c
9957         * src/addressbook.c
9958         * src/alertpanel.c
9959         * src/alertpanel.h
9960         * src/compose.c
9961         * src/exphtmldlg.c
9962         * src/expldifdlg.c
9963         * src/folderview.c
9964         * src/imap_gtk.c
9965         * src/inc.c
9966         * src/message_search.c
9967         * src/messageview.c
9968         * src/mh_gtk.c
9969         * src/news_gtk.c
9970         * src/prefs_actions.c
9971         * src/prefs_filtering.c
9972         * src/prefs_matcher.c
9973         * src/prefs_template.c
9974         * src/prefs_themes.c
9975         * src/ssl_manager.c
9976         * src/summary_search.c
9977         * src/textview.c
9978         * src/toolbar.c
9979         * src/gtk/sslcertwindow.c
9980         * src/plugins/pgpcore/sgpgme.c
9981                 rework alertpanels
9982
9983 2005-07-17 [colin]      1.9.12cvs75
9984
9985         * src/privacy.c
9986                 add a PrivacySystem accessor that checks that
9987                 the system cached in a MimeInfo's privacydata
9988                 is still registered. Use this accessor instead
9989                 of directly using data->system. Fixes crashes
9990                 after unloading pgp plugins.
9991
9992 2005-07-17 [colin]      1.9.12cvs74
9993
9994         * src/alertpanel.c
9995                 Change geometry hints to a simple default size.
9996                 Fixes the certs dialogs.
9997
9998 2005-07-17 [colin]      1.9.12cvs73
9999
10000         * src/gtk/sslcertwindow.c
10001                 Use a gtkExpander
10002
10003 2005-07-17 [colin]      1.9.12cvs72
10004
10005         * src/plugins/pgpcore/Makefile.am
10006         * src/plugins/pgpmime/Makefile.am
10007                 Add gpgme libs
10008
10009 2005-07-17 [paul]       1.9.12cvs71
10010
10011         * configure.ac
10012                 add --disable-gnomeprint option
10013                 modified version of patch by Marius Mauch
10014
10015 2005-07-17 [paul]       1.9.12cvs70
10016
10017         * src/common/defs.h
10018                 update urls
10019         * src/account.c
10020         * src/action.c
10021         * src/addressbook.c
10022         * src/compose.c
10023         * src/foldersel.c
10024         * src/folderview.c
10025         * src/html.c
10026         * src/imap_gtk.c
10027         * src/main.c
10028         * src/mainwindow.c
10029         * src/messageview.c
10030         * src/mh_gtk.c
10031         * src/mimeview.c
10032         * src/news_gtk.c
10033         * src/prefs_account.c
10034         * src/prefs_send.c
10035         * src/prefs_summaries.c
10036         * src/procmsg.c
10037         * src/summaryview.c
10038         * src/common/utils.c
10039         * src/common/xml.c
10040         * src/plugins/pgpcore/passphrase.c
10041         * src/plugins/pgpcore/select-keys.c
10042                 replace inappropriately used backticks
10043                 with single quotes
10044
10045 2005-07-16 [colin]      1.9.12cvs69
10046
10047         * src/image_viewer.c
10048                 Add extra paranoid checks
10049
10050 2005-07-16 [colin]      1.9.12cvs68
10051
10052         * src/plugins/pgpcore/prefs_gpg.c
10053                 Don't auto-check sigs by default, as it
10054                 can be really slow.
10055
10056 2005-07-16 [colin]      1.9.12cvs67
10057
10058         * src/plugins/pgpcore/sgpgme.c
10059                 Make messages a bit better.
10060
10061 2005-07-16 [colin]      1.9.12cvs66
10062
10063         * src/imap.c
10064                 Remove pseudo-log
10065         * src/etpan/imap-thread.c
10066                 Add real log
10067
10068 2005-07-16 [colin]      1.9.12cvs65
10069
10070         * src/main.c
10071         * src/prefs_other.c
10072                 And now, fix build with libetpan :-/
10073
10074 2005-07-15 [colin]      1.9.12cvs64
10075
10076         * src/prefs_other.c
10077                 Continue fixing build without libetpan.
10078
10079 2005-07-15 [colin]      1.9.12cvs63
10080
10081         * src/main.c
10082                 Fix build with --disable-libetpan
10083
10084 2005-07-15 [colin]      1.9.12cvs62
10085
10086         * configure.ac
10087                 Bump libetpan's version
10088
10089 2005-07-15 [colin]      1.9.12cvs61
10090
10091         * src/etpan/imap-thread.c
10092                 Actually stop logging :)
10093
10094 2005-07-15 [colin]      1.9.12cvs60
10095
10096         * src/addressbook.c
10097                 Fix dnd of multiple addresses.
10098
10099 2005-07-15 [hoa]        1.9.12cvs59
10100
10101         * src/etpan/imap-thread.c
10102             disable login of IMAP password in libetpan log file.
10103
10104 2005-07-15 [paul]       1.9.12cvs58
10105
10106         * src/account.c
10107                 don't automatically sort
10108                 do allow drag n drop
10109
10110 2005-07-15 [paul]       1.9.12cvs57
10111
10112         * src/account.c
10113         * src/ssl_manager.c
10114                 alphabetical listing
10115
10116 2005-07-15 [paul]       1.9.12cvs56
10117
10118         * src/gtk/pluginwindow.c
10119                 sort plugin list alphabetically
10120
10121 2005-07-15 [paul]       1.9.12cvs55
10122
10123         * src/prefs_spelling.c
10124         * src/prefs_wrapping.c
10125                 unify English usage
10126
10127 2005-07-15 [colin]      1.9.12cvs54
10128
10129         * src/wizard.c
10130                 Typo fix
10131
10132 2005-07-15 [paul]       1.9.12cvs53
10133
10134         * src/prefs_message.c
10135                 make 'show cursor' a hidden option
10136
10137 2005-07-14 [colin]      1.9.12cvs52
10138
10139         * src/plugins/spamassassin/Makefile.am
10140         * src/plugins/clamav/Makefile.am
10141                 Fix double EXTRA_DISTs
10142
10143 2005-07-14 [colin]      1.9.12cvs51
10144
10145         * src/plugins/clamav/Makefile.am
10146         * src/plugins/clamav/clamav_plugin_gtk.deps
10147         * src/plugins/spamassassin/Makefile.am
10148         * src/plugins/spamassassin/spamassassin_gtk.deps
10149                 Make $plugin_gtk depend on $plugin
10150
10151 2005-07-14 [hoa]        1.9.12cvs50
10152
10153         * src/etpan/imap-thread.c
10154                 enable debug log of libetpan when running with --debug
10155
10156 2005-07-14 [colin]      1.9.12cvs49
10157
10158         * configure.ac
10159         * src/common/Makefile.am
10160         * src/common/plugin.c
10161         * src/common/plugin.h
10162                 Add a little plugin dependancy system.
10163                 Plugins can ship a $plugin_name.deps file
10164                 (near them in PLUGINDIR) so that their
10165                 dependancies are loaded if possible.
10166         * src/plugins/Makefile.am
10167         * src/plugins/pgpcore/Makefile.am
10168         * src/plugins/pgpcore/passphrase.c
10169         * src/plugins/pgpcore/passphrase.h
10170         * src/plugins/pgpcore/plugin.c
10171         * src/plugins/pgpcore/prefs_gpg.c
10172         * src/plugins/pgpcore/prefs_gpg.h
10173         * src/plugins/pgpcore/select-keys.c
10174         * src/plugins/pgpcore/select-keys.h
10175         * src/plugins/pgpcore/sgpgme.c
10176         * src/plugins/pgpcore/sgpgme.h
10177                 Introduce pgpcore, used by pgpmime and
10178                 pgpinline
10179         * src/plugins/pgpmime/Makefile.am
10180         * src/plugins/pgpmime/passphrase.c
10181         * src/plugins/pgpmime/passphrase.h
10182         * src/plugins/pgpmime/pgpmime.c
10183         * src/plugins/pgpmime/pgpmime.deps
10184         * src/plugins/pgpmime/plugin.c
10185         * src/plugins/pgpmime/prefs_gpg.c
10186         * src/plugins/pgpmime/prefs_gpg.h
10187         * src/plugins/pgpmime/select-keys.c
10188         * src/plugins/pgpmime/select-keys.h
10189         * src/plugins/pgpmime/sgpgme.c
10190         * src/plugins/pgpmime/sgpgme.h
10191                 Remove the core from pgpmime and add the
10192                 dependancy to pgpcore.
10193
10194 2005-07-14 [paul]       1.9.12cvs48
10195
10196         * src/stock_pixmap.c
10197                 forgot this in last commit
10198
10199 2005-07-14 [paul]       1.9.12cvs47
10200
10201         * src/account.c
10202         * src/addressbook.c
10203                 add accelerators for the buttons (sync with main)
10204         * src/compose.c
10205         * src/compose.h
10206                 add accelerators for the buttons.
10207                 fix editing with external editor.
10208                 replace gdk_input_*() with GIOChannel;
10209                 (sync with main)
10210         * src/foldersel.c
10211                 display folder names with new/unread
10212                 representation (sync with main)
10213         * src/main.c
10214                 specify default window icon (sync with main)
10215         * src/prefs_common.c
10216                 use_addr_book default to FALSE
10217         * src/summaryview.c
10218         * src/textview.c
10219                 add accelerators for the buttons (sync with main)
10220         * src/gtk/menu.c
10221                 fix typos
10222         * src/pixmaps/sylpheed_icon.xpm
10223                 updated
10224
10225 2005-07-13 [paul]       1.9.12cvs46
10226
10227         * src/plugins/pgpmime/pgpmime.c
10228         * src/plugins/pgpmime/sgpgme.c
10229                 (temporarily) use deprecated gpgme_data_rewind()
10230                 while largefile support is not present
10231                 (as suggested by Colin)
10232
10233 2005-07-13 [paul]       1.9.12cvs45
10234
10235         * configure.ac
10236                 remove large file support (for now):
10237                 it breaks too many things
10238
10239 2005-07-13 [paul]       1.9.12cvs44
10240
10241         * configure.ac
10242                 add large file support
10243         * src/html.c
10244                 fix bug #763 where href attribute was not
10245                 the very first attribute of a link
10246                 patch by Thomas Gilgin
10247
10248 2005-07-13 [colin]      1.9.12cvs43
10249
10250         * src/gtk/pluginwindow.c
10251                 Little portability fix
10252
10253 2005-07-13 [colin]      1.9.12cvs42
10254
10255         * src/plugins/pgpmime/sgpgme.c
10256                 Fix crasher.
10257
10258 2005-07-13 [colin]      1.9.12cvs41
10259
10260         * src/plugins/pgpmime/pgpmime.c
10261         * src/plugins/pgpmime/sgpgme.c
10262                 Use gpgme_data_release_and_get_mem instead
10263                 of gpgme_data_read.
10264
10265 2005-07-13 [colin]      1.9.12cvs40
10266
10267         * configure.ac
10268         * src/plugins/pgpmime/passphrase.c
10269         * src/plugins/pgpmime/passphrase.h
10270         * src/plugins/pgpmime/pgpmime.c
10271         * src/plugins/pgpmime/plugin.c
10272         * src/plugins/pgpmime/select-keys.c
10273         * src/plugins/pgpmime/select-keys.h
10274         * src/plugins/pgpmime/sgpgme.c
10275         * src/plugins/pgpmime/sgpgme.h
10276                 Port pgpmime to gpgme-1.0.
10277
10278 2005-07-12 [paul]       1.9.12cvs39
10279
10280         * AUTHORS
10281         * src/toolbar.c
10282         * src/toolbar.h
10283                 add a 'Go to Prev' button to the toolbar.
10284                 correct tooltip text of go to buttons.
10285                 based on patch by Yang Guilong <bamanzi@gmail.com>
10286
10287 2005-07-12 [colin]      1.9.12cvs38
10288
10289         * src/statusbar.c
10290                 Fix progress bar showing stuff at startup.
10291
10292 2005-07-12 [paul]       1.9.12cvs37
10293
10294         * src/editjpilot.c
10295                 fix building with jpilot support
10296
10297 2005-07-11 [colin]      1.9.12cvs36
10298
10299         * src/inc.c
10300                 Add visual indication that filtering is running
10301         * src/textview.c
10302                 Make {}[] uri delimiters
10303         * src/summaryview.c
10304                 Remove useless (and slow) calls
10305
10306 2005-07-11 [paul]       1.9.12cvs35
10307
10308         * src/plugins/clamav/clamav_plugin_gtk.c
10309         * src/plugins/dillo_viewer/dillo_prefs.c
10310         * src/plugins/pgpmime/prefs_gpg.c
10311         * src/plugins/spamassassin/spamassassin_gtk.c
10312                 gather plugins prefs together under their
10313                 own 'Plugins' heading
10314
10315 2005-07-11 [paul]       1.9.12cvs34
10316
10317         sync with main
10318
10319         * src/account.c
10320                 account_delete(): modified alert dialog
10321         * src/editjpilot.c
10322         * src/editvcard.c
10323                 fixed a crash when cancelling file selection
10324                 dialog by Escape key. Made non-ascii filename
10325                 selectable.
10326         * src/prefs_template.c
10327                 prefs_template_window_create(): make scrolled
10328                 window policy AUTOMATIC
10329
10330 2005-07-10 [hoa]        1.9.12cvs33
10331
10332         * src/etpan/imap-thread.c
10333                 workaround for old Courier IMAP servers.
10334
10335 2005-07-10 [colin]      1.9.12cvs32
10336
10337         * src/folder.c
10338         * src/statusbar.c
10339         * src/statusbar.h
10340                 Add visual progress indicator on filtering/processing
10341                 Factorize the progress bar code
10342         * src/imap.c
10343         * src/imap.h
10344         * src/etpan/imap-thread.c
10345                 Add a reference counter to avoid destroying the Folder
10346                 while it's in use by another callback.
10347
10348 2005-07-09 [hoa]        1.9.12cvs31
10349
10350         * src/imap.c
10351         * src/etpan/imap-thread.c
10352                 fixed deadlock when removing IMAP account.
10353
10354 2005-07-08 [colin]      1.9.12cvs30
10355
10356         * src/textview.c
10357         * src/unmime.c
10358                 Fix again problems decoding broken headers
10359         * src/gtk/inputdialog.c
10360                 Fix local variable shadowing a global one
10361
10362 2005-07-08 [colin]      1.9.12cvs29
10363
10364         * src/msgcache.c
10365                 Make the cache/mark files platform-agnostic by writing
10366                 them in little-endian format. Reading them is also done
10367                 in little-endian format, of course; however, in order
10368                 to avoid trashing mark data on big-endian machines, the
10369                 files are, at first, read from the native format if the
10370                 little-endian one doesn't exist. This is easy to deter-
10371                 mine by trying to open a file with a swapped data_ver
10372                 and seeing if it's the wanted version.
10373                 Little-endian using users should see absolutely no
10374                 difference, Big-endian users may get a very little
10375                 performance drop due to byte-swapping.
10376                 Tested on i386 and ppc32. 
10377                 Fixes bug #159 (The index file, in the mailboxes, is 
10378                 hardware depending).
10379
10380                 To have the cache/mark files updated to the new little-
10381                 endian format, "Check for new messages" or even
10382                 "Rebuild folder tree" aren't enough. Files will be
10383                 updated as soon as a folder has been opened/closed.
10384                 To update everything, just select all folders by
10385                 selecting them one by one.
10386
10387 2005-07-07 [colin]      1.9.12cvs28
10388
10389         * src/imap.c
10390                 Remember the folder separator per IMAPFolder
10391                 instead of globally.
10392                 Revive the Session on noop; fixes bug #761
10393                 (mark a bunch of unread messages as read takes 
10394                 forever)
10395
10396 2005-07-07 [darko]      1.9.12cvs27
10397
10398         * src/common/template.c
10399                 Sort templates alphabetically
10400
10401 2005-07-06 [colin]      1.9.12cvs26
10402
10403         * src/imap.c
10404                 Try to use the correct separator in
10405                 most cases. Possibly fixes bug #759
10406                 (only creates the INBOX folder when 
10407                 setting up new IMAP account) and 
10408                 bug #760 (Can't retrieve messages)
10409
10410 2005-07-06 [colin]      1.9.12cvs25
10411
10412         * src/imap.c
10413                 Use real_path in status command. This will
10414                 help later, when namespaces will be used.
10415
10416 2005-07-06 [colin]      1.9.12cvs24
10417
10418         * configure.ac
10419         * src/account.c
10420         * src/folder.c
10421         * src/imap.c
10422         * src/etpan/etpan-log.c
10423         * src/etpan/etpan-thread-manager.c
10424         * src/etpan/imap-thread.c
10425                 Add a --disable-libetpan parameter. With this,
10426                 users that don't want IMAP4 support can avoid
10427                 the new dependancy (and have no IMAP support).
10428                 Users that have IMAP4 accounts and use this
10429                 parameter won't lose their configuration, their
10430                 IMAP accounts will just be invisible and not
10431                 used.
10432         * src/textview.c
10433                 Make the "Copy ..." contextual menu items 
10434                 copy to both the X clipboard and the gtk 
10435                 clipboard - as most other apps do.
10436         * src/gtk/about.c
10437                 Add a notice about OpenSSL usage, in order to
10438                 comply with OpenSSL's license (point 6):
10439                 http://www.openssl.org/source/license.html
10440
10441 2005-07-06 [colin]      1.9.12cvs23
10442
10443         * src/alertpanel.c
10444                 Fix a minimum size for alertpanels
10445         * src/compose.c
10446                 Show 'No space left on device' type errors
10447                 when queuing/sending
10448         * src/imap_gtk.c
10449         * src/mh_gtk.c
10450                 Rework folder's deletion message (remove 
10451                 extra \n)
10452
10453 2005-07-05 [colin]      1.9.12cvs22
10454
10455         * src/imap.c
10456                 Add an alertpanel on auth error
10457                 Add pseudo-log
10458                 Remove pthread-related stuff
10459
10460 2005-07-05 [colin]      1.9.12cvs21
10461
10462         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10463                 Fix crash on plugin reloading (with a hack)
10464
10465 2005-07-05 [colin]      1.9.12cvs20
10466
10467         * src/prefs_account.c
10468         * src/prefs_account.h
10469                 Fix typo
10470         * src/gtk/filesel.c
10471         * src/gtk/filesel.h
10472                 Add a way to filter the view
10473         * src/gtk/pluginwindow.c
10474                 Filter loadable stuff
10475         * src/plugins/pgpmime/prefs_gpg.c
10476                 Fix missing unregistration
10477         * .cvsignore
10478         * src/etpan/.cvsignore
10479         * src/plugins/spamassassin/.cvsignore
10480                 Add more stuff to cvs ignored files
10481
10482 2005-07-04 [colin]      1.9.12cvs19
10483
10484         * src/imap.c
10485                 Fix scan_required returning FALSE when it
10486                 shouldn't. Maybe fix #760 (Can't retrieve
10487                 messages)
10488
10489 2005-07-04 [colin]      1.9.12cvs18
10490
10491         * src/summaryview.c
10492                 Fix always_show_msg pref
10493
10494 2005-07-04 [paul]       1.9.12cvs17
10495
10496         sync with main (forgotten in last commit)
10497         
10498         * src/common/utils.c
10499         * src/common/utils.h
10500                 check_line_length(): new.
10501                 is_dir_exist()
10502                 is_file_entry_exist()
10503                 dirent_is_regular_file()
10504                 dirent_is_directory(): use g_file_test() instead of stat().
10505
10506 2005-07-04 [paul]       1.9.12cvs16
10507
10508         sync with main:
10509
10510         * src/compose.c
10511                 compose_write_to_file(): check for line
10512                 length limit and display warning if exceeds
10513         * src/jpilot.c
10514                 use get_home_dir() instead of g_get_home_dir()
10515         * src/procheader.c
10516                 removed warning about invalid date
10517         * src/vcard.c
10518                 use get_home_dir() instead of g_get_home_dir()
10519
10520 2005-07-04 [paul]       1.9.12cvs15
10521
10522         * src/stock_pixmap.c
10523                 fix new pixmap naming errors
10524                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10525
10526 2005-07-04 [colin]      1.9.12cvs14
10527
10528         * src/imap.c
10529                 Fix debugging string with a warning
10530
10531 2005-07-04 [colin]      1.9.12cvs13
10532
10533         * configure.ac
10534                 Add a check for libetpan's version (>= 0.37)
10535
10536 2005-07-04 [hoa]        1.9.12cvs12
10537
10538         * commitHelper
10539         * src/imap.c
10540         * src/etpan/imap-thread.c
10541         * src/etpan/imap-thread.h
10542                 fixed IMAP implementation of check of mails.
10543
10544 2005-07-03 [hoa]        1.9.12cvs11
10545
10546         * src/etpan/Makefile.am
10547         * src/etpan/etpan-errors.h
10548         * src/etpan/etpan-log.[ch]
10549         * src/etpan/etpan-thread-manager-types.h
10550         * src/etpan/etpan-thread-manager.[ch]
10551         * src/etpan/imap-thread.[ch]
10552         * src/Makefile.am
10553         * src/imap.c
10554         * src/main.c
10555         * src/prefs_other.c
10556         * configure.ac
10557             merged imap branch.
10558             dependency on libetpan 0.37 is now added.
10559
10560 2005-07-01 [colin]      1.9.12cvs10
10561
10562         * src/Makefile.am
10563         * src/folder.c
10564         * src/folder.h
10565         * src/folderview.c
10566         * src/stock_pixmap.c
10567         * src/stock_pixmap.h
10568         * src/plugins/trayicon/trayicon.c
10569                 Add marked symbol on folders containing
10570                 marked messages
10571         * src/procmsg.c
10572         * src/procmsg.h
10573         * src/toolbar.c
10574         * src/prefs_common.c
10575         * src/prefs_common.h
10576         * src/prefs_send.c
10577                 Add an optional confirmation dialog on queue
10578                 sending. Patch by wwp.
10579         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10580         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10581         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10582         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10583         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10584         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10585         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10586         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10587         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10588         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10589         * src/pixmaps/trash_mark.xpm            ** ADDED **
10590                 New pixmaps
10591
10592 2005-07-01 [colin]      1.9.12cvs9
10593
10594         * src/summaryview.c
10595                 Fix a little threading bug
10596         * src/addrgather.c
10597         * src/mainwindow.c
10598                 A little bit of HIG normality never hurts
10599
10600 2005-07-01 [colin]      1.9.12cvs8
10601
10602         * src/compose.c
10603         * src/msgcache.c
10604         * src/pop.c
10605         * src/procmime.c
10606         * src/recv.c
10607         * src/common/log.c
10608         * src/common/template.c
10609         * src/common/utils.c
10610         * src/common/utils.h
10611                 Reverted the fwrite_atomic stuff. In fact
10612                 it is already atomic.
10613
10614 2005-06-30 [colin]      1.9.12cvs7
10615
10616         * src/common/utils.c
10617         * src/common/utils.h
10618                 Add an fwrite_atomic() function to make
10619                 sure we write everything: fwrite can make
10620                 short writes.
10621         * src/compose.c
10622         * src/msgcache.c
10623         * src/pop.c
10624         * src/procmime.c
10625         * src/recv.c
10626         * src/common/log.c
10627         * src/common/template.c
10628                 Use that (and fix swapping of size and nmemb).
10629                 Thanks to Rich Coe for the heads up.
10630
10631 2005-06-30 [colin]      1.9.12cvs6
10632
10633         * src/addressbook.c
10634                 Optimize addressbook opening 
10635
10636 2005-06-30 [colin]      1.9.12cvs5
10637
10638         * src/summaryview.c
10639                 Remove calls to summary_step after move/copy
10640
10641 2005-06-28 [paul]       1.9.12cvs4
10642
10643         * src/alertpanel.c
10644                 wrap and make the error msg selectable
10645
10646 2005-06-28 [paul]       1.9.12cvs3
10647
10648         * src/ssl_manager.c
10649                 replace the OK button with a Close button
10650         * src/gtk/foldersort.c
10651                 use GTK_STOCK_ icons/buttons
10652
10653 2005-06-28 [colin]      1.9.12cvs2
10654
10655         * src/gedit-print.c             ** ADDED **
10656         * src/gedit-print.h             ** ADDED **
10657         * src/gtk/gtksourceprintjob.c   ** ADDED **
10658         * src/gtk/gtksourceprintjob.h   ** ADDED **
10659                 I can't believe no one had enough time to tell
10660                 me I forgot the `cvs add`
10661
10662 2005-06-27 [colin]      1.9.12cvs1
10663
10664         * src/Makefile.am
10665         * src/gtk/Makefile.am
10666         * src/messageview.c
10667         * src/procmsg.c
10668         * src/summaryview.c
10669         * configure.ac
10670                 Add optional libgnomeprint-based printing
10671         * src/mainwindow.c
10672         * src/gtk/quicksearch.c
10673                 Add an Edit/Quick search menu item to show
10674                 and focus the quicksearch
10675
10676 2005-06-27 [paul]       1.9.12
10677
10678         1.9.12 release
10679
10680         * po/ca.po
10681         * po/de.po
10682         * po/es.po
10683         * po/fr.po
10684         * po/it.po
10685         * po/ko.po
10686         * po/pt_BR.po
10687         * po/sk.po
10688         * po/zh_CN.po
10689                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10690                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10691                 SungHyun Nam, Frederico Goncalves Guimaraes,
10692                 Andrej Kacian, and Yang Guilong
10693 2005-06-26 [colin]      1.9.11cvs106
10694
10695         * src/imap_gtk.c
10696                 Forgot one file for previous fix
10697
10698 2005-06-26 [colin]      1.9.11cvs105
10699
10700         * src/folder.c
10701         * src/imap.c
10702                 Fix problems with folder operations in no_select
10703                 imap folders. it applies only to mails, and 
10704                 creation/deletion/move/renaming of folders 
10705                 should be possible
10706
10707 2005-06-26 [paul]       1.9.11cvs104
10708
10709         * src/prefs_filtering.c
10710                 replace one more GTK_STOCK_REMOVE
10711                 with GTK_STOCK_DELETE
10712
10713 2005-06-25 [colin]      1.9.11cvs103
10714
10715         * src/imap.c
10716                 Optimize get_seq_set_from_seq_list
10717                 (Patch by Ricardo) 
10718
10719 2005-06-25 [colin]      1.9.11cvs102
10720
10721         * src/mh.c
10722                 If the directory exists, but not in the
10723                 correct encoding, rename it. This should
10724                 handle old-versions-induced bugs.
10725
10726 2005-06-25 [colin]      1.9.11cvs101
10727
10728         * src/mh.c
10729                 Fix path access with extended dir names
10730                 Fixes bug #589 (SC segfaults with wrong locale
10731                 settings)
10732
10733 2005-06-25 [colin]      1.9.11cvs100
10734
10735         * src/prefs_account.c
10736         * src/prefs_account.h
10737         * src/compose.c
10738                 Add an option to encrypt replies to
10739                 encrypted messages
10740
10741 2005-06-25 [colin]      1.9.11cvs99
10742
10743         * src/compose.c
10744         * src/quote_fmt_parse.y
10745                 ... And make it work with pgpinline.
10746
10747 2005-06-25 [colin]      1.9.11cvs98
10748
10749         * src/compose.c
10750         * src/procmime.c
10751         * src/procmime.h
10752         * src/quote_fmt_parse.y
10753                 o Make reedition of encrypted messages possible
10754                   (as long as it is encrypted to self too, no
10755                    magic there)
10756                 o Make replying with quote (and without selecting
10757                   text) possible for encrypted messages.
10758                 Closes bug #550 (Not possible to "reply with quote"
10759                 to gnupg encrypted messages)
10760
10761 2005-06-24 [paul]       1.9.11cvs97
10762
10763         * src/imap.c
10764                 add missing include
10765
10766 2005-06-24 [paul]       1.9.11cvs96
10767
10768         * src/editldap.c
10769                 made bind password entry invisible
10770                 (sync with main)
10771         * src/send_message.c
10772                 send_message_local(): check exit status
10773                 to detect errors (sync with main)
10774         * src/textview.c
10775                 use main's less ambiguous popup menu
10776                 wording
10777
10778 2005-06-24 [paul]       1.9.11cvs95
10779
10780         * src/prefs_actions.c
10781         * src/prefs_customheader.c
10782         * src/prefs_display_header.c
10783         * src/prefs_filtering_action.c
10784         * src/prefs_matcher.c
10785         * src/prefs_template.c
10786         * src/prefs_toolbar.c
10787                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10788         * src/gtk/description_window.c
10789                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10790
10791 2005-06-23 [colin]      1.9.11cvs94
10792
10793         * src/summaryview.c
10794                 Fix rough edges (be sure to call status_show whenever
10795                 necessary).
10796
10797 2005-06-23 [colin]      1.9.11cvs93
10798
10799         * src/summaryview.c
10800                 Optimize Select All
10801                 Before, in a 5K mails folder: 11s
10802                 After, in the same folder: 58000µs
10803                 The joys of locking... gtk_clist_select_all() fires a 
10804                 tree-select-row event for each selected row, which in 
10805                 summaryview, callbacks summary_selected which in turn,
10806                 calls summary_status_show, which walks the selected
10807                 rows. Hence, calling gtk_clist_select_all was 
10808                 exponential. Locking the summaryview makes 
10809                 summary_selected return early.
10810
10811 2005-06-23 [colin]      1.9.11cvs92
10812
10813         * src/imap.c
10814                 Move mutex at the important place to avoid
10815                 deadlocks
10816         * src/summaryview.c
10817                 Fix Del key deleting directly instead of
10818                 moving to trash
10819
10820 2005-06-22 [colin]      1.9.11cvs91
10821
10822         * src/plugins/spamassassin/libspamc.c
10823                 As we do spagetti code with assignations in multiple
10824                 places (see _message_read_raw where out = msg = raw),
10825                 let's be sure we don't free the same pointer twice.
10826                 Should fix bug #683 (Crash in libpam at 
10827                 message_cleanup).
10828
10829 2005-06-22 [colin]      1.9.11cvs90
10830
10831         * src/compose.c
10832         * src/messageview.c
10833         * src/toolbar.c
10834                 Make toolbar's delete use the move to trash stuff;
10835                 Add gtk_widget_realize to be sure pixmaps can get
10836                 created (that may fix an old worksforme bug which
10837                 I can't find back...)
10838
10839 2005-06-22 [colin]      1.9.11cvs89
10840
10841         * src/summaryview.c
10842         * src/summaryview.h
10843         * src/mainwindow.c
10844                 Rename "Message/Delete" to "Message/Move to trash"
10845                 Add "Message/Delete..." that directly destroys the
10846                 selected messages after asking for a confirmation.
10847
10848 2005-06-22 [colin]      1.9.11cvs88
10849
10850         * src/imap.c
10851                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10852                 o Fix a deadlock (thanks Darko)
10853
10854 2005-06-22 [colin]      1.9.11cvs87
10855
10856         * src/gtk/foldersort.c
10857                 Add missing include for the i18n;
10858                 patch by Fabien Vantard
10859
10860 2005-06-21 [colin]      1.9.11cvs86
10861
10862         * src/folder.c
10863         * src/folderview.c
10864                 Respect the no_select flag
10865         * src/imap.c
10866                 Fix recursive deletion
10867         * src/imap_gtk.c
10868         * src/mh_gtk.c
10869                 Make the folder deletion's warning
10870                 more explicit
10871
10872 2005-06-21 [colin]      1.9.11cvs85
10873
10874         * src/textview.c
10875                 Prevent email addresses from spanning accross
10876                 lines - fixes bug # 646 (newline-chars in 
10877                 email addresses)
10878
10879 2005-06-20 [colin]      1.9.11cvs84
10880
10881         * src/folder.c
10882                 Be sure not to remove source if copy failed
10883
10884 2005-06-20 [colin]      1.9.11cvs83
10885
10886         * src/folderview.c
10887         * src/imap_gtk.c
10888                 remove summaryview's lock
10889         * src/imap.c
10890                 introduce threads to avoid problems when foreground tasks
10891                 interfere with background tasks
10892         * src/mh.c
10893                 prevent moving to drafts/queue
10894         * src/mimeview.c
10895                 fix leak
10896
10897 2005-06-19 [colin]      1.9.11cvs82
10898
10899         * src/imap_gtk.c
10900                 Remember that the user doesn't want to override
10901                 offline mode, for 3 seconds. It avoid presenting
10902                 him with N popups in a really short time.
10903
10904 2005-06-17 [colin]      1.9.11cvs81
10905
10906         * src/imap.c
10907                 Fix IMAP breaking on folders containing '('
10908                 (Probably won't be enough)
10909
10910 2005-06-17 [colin]      1.9.11cvs80
10911
10912         Forgotten files on 1.9.11cvs79
10913         * src/summaryview.c
10914                 Fix stepping when not immediately executing
10915         * src/imap.c
10916                 Really prevent UID FETCH 0
10917         * src/codeconv.c
10918                 Fix outgoing charset never set to utf-8
10919         * src/mh.c
10920                 Fix leak
10921
10922 2005-06-16 [colin]      1.9.11cvs79
10923
10924         * src/compose.c
10925                 Fix bug #707 (Dash splits rows)
10926                 Only wrap if we're on a line break position and
10927                 the previous one was a "white" (space) char.
10928                 Pango stuff is weird.
10929
10930 2005-06-16 [colin]      1.9.11cvs78
10931
10932         * src/imap_gtk.c
10933                 Lock summaryview while downloading messages
10934                 on user demand
10935         * src/procheader.c
10936         * src/unmime.c
10937         * src/common/utils.c
10938         * src/common/utils.h
10939                 Replace \r and \n with spaces in From and
10940                 Subject headers
10941
10942 2005-06-16 [paul]       1.9.11cvs77
10943
10944         * src/procmime.c
10945                 liberalise the mime parser
10946         * src/gtk/about.c
10947                 add text wrapping
10948
10949 2005-06-16 [paul]       1.9.11cvs76
10950
10951         * src/gtk/about.c
10952                 reworked
10953
10954 2005-06-15 [colin]      1.9.11cvs75
10955
10956         * src/compose.c
10957                 Finish header encoding fix
10958         * src/summaryview.c
10959                 Fix segfault
10960         * src/headerview.c
10961                 Fix compilation (Thanks Stephan
10962                 Sachse)
10963
10964 2005-06-15 [colin]      1.9.11cvs74
10965
10966         * Makefile.am
10967                 Install gnome2 stuff rather than gnome1, 
10968                 if both are present
10969         * src/codeconv.c
10970         * src/codeconv.h
10971         * src/compose.c
10972                 Fix headers encoding
10973         * src/folder.c
10974                 Visual progress when fetching all messages
10975         * src/folderview.c
10976         * src/summaryview.c
10977         * src/summaryview.h
10978                 Prevent changing current message while
10979                 incorporating
10980
10981 2005-06-15 [paul]       1.9.11cvs73
10982
10983         * src/gtk/gtkaspell.c
10984         * src/gtk/gtkaspell.h
10985                 fix build warnings
10986
10987 2005-06-15 [paul]       1.9.11cvs72
10988
10989         * src/prefs_filtering.c
10990                 allow reordering of filter rules by
10991                 drag n drop
10992
10993 2005-06-15 [paul]       1.9.11cvs71
10994
10995         * COPYING
10996                 updated
10997         * src/codeconv.c
10998                 replace deprecated function
10999         * src/inc.c
11000         * src/send_message.c
11001         * src/gtk/progressdialog.c
11002         * src/gtk/progressdialog.h
11003                 salvage and reuse parts of reverted sync
11004
11005 2005-06-15 [paul]       1.9.11cvs70
11006
11007         * src/inc.c
11008         * src/send_message.c
11009         * src/gtk/progressdialog.c
11010         * src/gtk/progressdialog.h
11011                 revert yesterday's sync with main
11012                 it contains deprecated functions
11013
11014 2005-06-15 [colin]      1.9.11cvs69
11015
11016         * src/headerview.c
11017                 Fix bug #670 (multi user to: will corrupt message 
11018                 headers display)
11019
11020 2005-06-15 [colin]      1.9.11cvs68
11021
11022         * src/compose.c
11023                 Fix bug #421 (Fix undo on wrapping)
11024
11025 2005-06-15 [colin]      1.9.11cvs67
11026
11027         * src/folder.c
11028                 Provide visual feedback while processing
11029                 folder's rules.
11030         * src/imap.c
11031                 Provide visual feedback while getting
11032                 short headers (for uncached messages)
11033
11034
11035 2005-06-14 [paul]       1.9.11cvs66
11036
11037         * src/account.c
11038                 change a couple stock icons
11039         * src/inc.c
11040         * src/send_message.c
11041         * src/gtk/progressdialog.c
11042         * src/gtk/progressdialog.h
11043                 sync main's GtkTreeView implementation
11044
11045 2005-06-14 [colin]      1.9.11cvs65
11046
11047         * src/imap.c
11048                 Various little fixes, mainly on error paths
11049
11050 2005-06-13 [colin]      1.9.11cvs64
11051
11052         * matcher.c
11053         * procmsg.c
11054         * procmsg.h
11055                 Add a way to fetch only headers. This speeds
11056                 up filtering on headers for IMAP. Fixes:
11057                 bug #481 extraneous imap commands slow down 
11058                         imap filtering
11059                 bug #522 Sylpheed downloads all messages 
11060                         when opening mailbox (IMAP)
11061                 bug #677 IMAP fetch is soooooooooooooo slow
11062         * src/folder.c
11063         * src/folder.h
11064                 Add a folder set_batch method so that
11065                 implementations can speed up flags changes
11066         * src/folderutils.c
11067         * src/summaryview.c
11068                 Use that in mark as (un)read and mark all read
11069                 Refix bug #679
11070         * src/imap.c
11071                 Implement set_batch - brings back deferred
11072                 flags in a less buggy manner. Fixes:
11073                 bug #729 IMAP immediate expunge of deleted messages
11074                 bug #191 remove list of messages with one command
11075                 Fix login with strange chars
11076                 Implement fetch_msg_full
11077                 Fix copy (wrong counts)
11078
11079 2005-06-12 [colin]      1.9.11cvs63
11080
11081         * src/folder.c
11082                 lock incorporation during long operations.
11083                 Avoids fucking up the IMAP socket.
11084
11085 2005-06-12 [colin]      1.9.11cvs62
11086
11087         * src/imap.c
11088                 Fix harmful typo
11089                 Factorize remove_all_msg
11090                 Thread-ize expunge
11091         * src/summaryview.c
11092                 Don't update partial-download status if unnecessary
11093         * src/folder.c
11094                 Use remove_msgs everywhere possible
11095
11096 2005-06-12 [colin]      1.9.11cvs61
11097
11098         * src/folder.c
11099         * src/folder.h
11100                 Add a remove_msgs function to remove a 
11101                 list of messages
11102         * src/imap.c
11103                 Implement that.
11104
11105 2005-06-12 [colin]      1.9.11cvs60
11106
11107         * src/imap.c
11108                 Remove flags-processing deferring... Too hard
11109                 to get it to work in all cases.
11110
11111 2005-06-11 [colin]      1.9.11cvs59
11112
11113         * src/imap.c
11114                 printf -> debug_print
11115
11116 2005-06-11 [colin]      1.9.11cvs58
11117
11118         * src/imap.c
11119                 o Fix build without USE_PTHREAD
11120                 o Factorize imap_open
11121                 o Alertpanel in case of impossible connection
11122                 o Alertpanel in case of impossible login
11123                 o Fix deferred flags processing to force a 
11124                   flush before adding some more flags to process,
11125                   but in another folder.
11126
11127 2005-06-10 [colin]      1.9.11cvs57
11128
11129         * src/imap.c
11130                 o Fix a format string error
11131                 o init ssl socket outside of the thread 
11132                   (it possibly invokes gtk calls)
11133         * src/procmime.c
11134                 o Put back the buffer to its necessary size
11135                 o Fix changing a file pointer without keeping
11136                   track of it (thanks Valgrind)
11137         * src/common/smtp.c
11138                 o Fix automatic STARTTLS if login should be done
11139                   and the server only allows it after starting TLS
11140         * src/gtk/gtkinputdialog.c
11141                 o Eat GDK_Return so that the combo popup doesn't 
11142                   appear when we press Enter to validate the combo
11143                   input dialog (as seen in the Open with... dialog)
11144
11145 2005-06-10 [colin]      1.9.11cvs56
11146
11147         * src/imap.c
11148                 o A bit less debug
11149                 o Fix a crash on deletion
11150                 o Threadize imap_select (it's called outside of 
11151                   threads)
11152                 o Defer treatment of DELETED flags
11153
11154
11155 2005-06-09 [colin]      1.9.11cvs55
11156
11157         * src/imap.c
11158                 Make sure we check imap_gtk_should_override(), which
11159                 potentially calls gtk stuff, before creating thread.
11160                 That way it should't be called via imap_get_session()
11161                 inside a thread.
11162
11163 2005-06-09 [colin]      1.9.11cvs54
11164
11165         * src/imap.c
11166                 o add a bit of status output
11167                 o remove some dead code
11168                 o threadize get_list_of_uids
11169                 o threadize imap_get_flags
11170                 o defer flag changing by 500ms so that they
11171                   can be batched
11172
11173
11174 2005-06-08 [colin]      1.9.11cvs53
11175
11176         * src/imap.c
11177                 Thread-ize imap_cmd_fetch
11178
11179 2005-06-08 [colin]      1.9.11cvs52
11180
11181         * src/main.c
11182                 Mmh, that broke POP3...
11183
11184 2005-06-08 [colin]      1.9.11cvs51
11185
11186         * src/main.c
11187                 Stabilize IMAP patch (thanks to Hoa)
11188
11189 2005-06-08 [colin]      1.9.11cvs50
11190
11191         * src/imap.c
11192                 Test patch to speed up imap. 
11193
11194 2005-06-08 [colin]      1.9.11cvs49
11195
11196         * src/imap_gtk.c
11197                 Warning fix
11198         * src/procmime.c
11199                 Apply patch from gentoo to use /usr/share/mime/globs if 
11200                 available, after un-breaking it
11201         * src/common/log.c
11202         * src/common/log.h
11203                 Use g_timeout for invoking hooks that possibly use gtk
11204                 calls. This should leave gtk calls in the main thread.
11205
11206 2005-06-08 [paul]       1.9.11cvs48
11207
11208         * src/codeconv.c
11209                 conv_get_outgoing_charset_str(): don't
11210                 use prefs_common setting
11211         * src/compose.c
11212         * src/compose.h
11213                 add /Options/Character encoding/... to
11214                 temporarily change the outgoing encoding
11215
11216         (belated sync with main)
11217
11218 2005-06-08 [paul]       1.9.11cvs47
11219
11220         * src/compose.c
11221                 correction to/completion of last
11222                 sync with main
11223
11224 2005-06-08 [paul]       1.9.11cvs46
11225
11226         sync with main:
11227         
11228         * src/codeconv.c
11229         * src/codeconv.h
11230                 always enabled Japanese auto-detection
11231                 if the first letters of locale string
11232                 is "ja"
11233         * src/compose.c
11234                 don't use "destroy" signal to destroy
11235                 Compose object (fix rare crashes on discard?)
11236         * src/mainwindow.c
11237         * src/messageview.c
11238         * src/prefs_send.c
11239                 added Hebrew encodings
11240         * src/sourcewindow.c
11241                 don't use "destroy" signal to destroy
11242                 objects
11243
11244 2005-06-07 [colin]      1.9.11cvs45
11245
11246         * src/summaryview.c
11247                 Add missing unlocks/locks
11248
11249 2005-06-07 [paul]       1.9.11cvs44
11250
11251         * src/summaryview.c
11252                 restore bug #749 fix
11253
11254 2005-06-06 [colin]      1.9.11cvs43
11255
11256         * src/summaryview.c
11257                 Fix selection bug when prefs_common.open_unread 
11258                 is FALSE
11259
11260 2005-06-06 [colin]      1.9.11cvs42
11261
11262         * src/common/md5.c
11263                 Fix a warning
11264         * src/summaryview.c
11265         * src/folderview.c
11266                 Factorize long operations beginning and end
11267                 (locking, freezing/thawing, cursor, ...)
11268                 Check selection->data member in selection-
11269                 related loops; this avoids dying an awful
11270                 death if the selection changes on us while
11271                 we're marking a whole IMAP folder unread, 
11272                 for example.
11273
11274 2005-06-06 [paul]       1.9.11cvs41
11275
11276         * src/textview.c
11277                 don't g_free() a static gchar buffer
11278
11279 2005-06-05 [colin]      1.9.11cvs40
11280
11281         * src/mainwindow.c
11282         * src/messageview.c
11283         * src/summaryview.c
11284                 Fix bug #749 (Show all headers should be
11285                 sticky as the GUI suggests)
11286
11287 2005-06-03 [paul]       1.9.11cvs39
11288
11289         * src/compose.c
11290                 don't allow editing of mail while sending.
11291                 patch by Colin
11292
11293 2005-06-03 [paul]       1.9.11cvs38
11294
11295         * src/folderview.c
11296                 add a freeze/thaw to speed up 'mark all read'
11297
11298 2005-06-03 [paul]       1.9.11cvs37
11299
11300         * src/prefs_message.c
11301                 reflect changes immediately
11302
11303 2005-06-02 [colin]      1.9.11cvs36
11304
11305         * po/POTFILES.in
11306                 Patch by Fabien Vantard.
11307
11308 2005-06-02 [colin]      1.9.11cvs35
11309
11310         * src/imap.c
11311                 Use a non-blocking imap_getline() if possible.
11312                 This should completely prevent the interface
11313                 from freezin on imap operations, although it
11314                 may do strange stuff in case of folder switching
11315                 while a big imap operation is taking place...
11316
11317                 In addition, fix a leak in the case thread
11318                 creation fails on connection.
11319
11320 2005-06-02 [colin]      1.9.11cvs34
11321
11322         * src/crash.c
11323         * src/prefs_common.h
11324                 Fix build (prefs_common_init() doesn't exist
11325                 anymore)
11326
11327 2005-06-02 [colin]      1.9.11cvs33
11328
11329         * src/prefs_account.c
11330                 Fix bug #245 (filtering rules broken when
11331                 renaming a remote account (imap4 or nntp)
11332
11333 2005-06-02 [colin]      1.9.11cvs32
11334
11335         * src/imap.c
11336                 Try to fix IMAP shortcomings: 
11337                 o Multithread imap_open()
11338                 o allow offline-mode overriding instead of
11339                   just returning NULL
11340         * src/imap_gtk.c
11341         * src/imap_gtk.h
11342                 Add a function to ask whether we want to
11343                 override offline-mode for 10 minutes (one-shot
11344                 asking was painful)
11345         * src/procheader.c
11346                 Fix segfault when imap parser isn't happy about
11347                 a missing {
11348
11349 2005-06-01 [colin]      1.9.11cvs31
11350
11351         * src/addrharvest.c
11352         * src/compose.c
11353         * src/mbox.c
11354         * src/mbox.h
11355         * src/mh.c
11356         * src/msgcache.c
11357         * src/send_message.c
11358         * src/setup.c
11359         * src/undo.c
11360         * src/common/hooks.c
11361         * src/common/prefs.c
11362         * src/common/template.c
11363         * src/common/utils.c
11364         * src/gtk/gtkutils.c
11365         * src/gtk/inputdialog.c
11366         * src/gtk/menu.c
11367         * src/gtk/pluginwindow.c
11368         * src/gtk/prefswindow.c
11369         * src/plugins/pgpmime/passphrase.c
11370         * src/plugins/pgpmime/prefs_gpg.c
11371                 More -Wall fixes
11372
11373         * src/common/Makefile.am
11374         * src/common/timing.h
11375                 Add basic timing code
11376
11377         * src/summaryview.c
11378                 Fix a bug with unread messages when 
11379                 re-sorting folders, and by the way
11380                 fix a big performance hit when 
11381                 re-sorting (10k mails: before 5s,
11382                 after .5s)
11383
11384         * src/prefs_compose_writing.c
11385         * src/prefs_compose_writing.h
11386         * src/prefs_message.c
11387         * src/prefs_message.h
11388         * src/prefs_other.c
11389         * src/prefs_other.h
11390         * src/prefs_quote.c
11391         * src/prefs_quote.h
11392         * src/prefs_receive.c
11393         * src/prefs_receive.h
11394         * src/prefs_send.c
11395         * src/prefs_send.h
11396         * src/prefs_summaries.c
11397         * src/prefs_summaries.h
11398                 Fix copyright banner
11399
11400 2005-06-01 [paul]       1.9.11cvs30
11401
11402         * po/fi.po
11403                 updated by Flammie Pirinen
11404         * src/procmime.c
11405                 fix 'Bad BASE64 content' output
11406
11407 2005-05-31 [colin]      1.9.11cvs29
11408
11409         * src/procmime.c
11410                 Oops, where did my hunk go.
11411
11412 2005-05-31 [colin]      1.9.11cvs28
11413
11414         * src/Makefile.am
11415         * src/account.c
11416         * src/action.c
11417         * src/addr_compl.c
11418         * src/addressbook.c
11419         * src/codeconv.c
11420         * src/compose.c
11421         * src/export.c
11422         * src/folder.c
11423         * src/folderview.c
11424         * src/image_viewer.c
11425         * src/main.c
11426         * src/mainwindow.c
11427         * src/messageview.c
11428         * src/mimeview.c
11429         * src/msgcache.c
11430         * src/prefs_account.c
11431         * src/prefs_actions.c
11432         * src/prefs_common.c
11433         * src/prefs_compose_writing.c
11434         * src/prefs_customheader.c
11435         * src/prefs_ext_prog.c
11436         * src/prefs_filtering.c
11437         * src/prefs_filtering_action.c
11438         * src/prefs_fonts.c
11439         * src/prefs_image_viewer.c
11440         * src/prefs_message.c
11441         * src/prefs_message.h
11442         * src/prefs_msg_colors.c
11443         * src/prefs_other.c
11444         * src/prefs_other.h
11445         * src/prefs_quote.c
11446         * src/prefs_receive.c
11447         * src/prefs_receive.h
11448         * src/prefs_send.c
11449         * src/prefs_send.h
11450         * src/prefs_spelling.c
11451         * src/prefs_summaries.c
11452         * src/prefs_summary_column.c
11453         * src/prefs_template.c
11454         * src/prefs_themes.c
11455         * src/prefs_toolbar.c
11456         * src/prefs_wrapping.c
11457         * src/procmime.c
11458         * src/procmsg.c
11459         * src/send_message.h
11460         * src/ssl_manager.c
11461         * src/summary_search.c
11462         * src/summaryview.c
11463         * src/textview.c
11464         * src/wizard.c
11465         * src/common/smtp.c
11466         * src/common/smtp.h
11467         * src/gtk/gtkutils.h
11468                 o Move the rest of Common prefs to new style
11469                 o Lots of -Wall warning fixes
11470                 o fix FIXME in cache memusage calculation
11471                 o Let return receipts be sent from any account
11472                 o Little cache optimisation (read)
11473                 o Fix bug #746 (don't treat commas as separators
11474                   when inside a quoted string)
11475
11476 2005-05-31 [paul]       1.9.11cvs27
11477
11478         * src/prefs_common.c
11479                 fix 'off-by-one' typo
11480
11481 2005-05-31 [paul]       1.9.11cvs26
11482
11483         * src/account.c
11484         * src/addr_compl.c
11485         * src/compose.c
11486         * src/foldersel.c
11487         * src/prefs_actions.c
11488         * src/prefs_common.c
11489         * src/prefs_common.h
11490         * src/prefs_customheader.c
11491         * src/prefs_display_header.c
11492         * src/prefs_filtering.c
11493         * src/prefs_filtering_action.c
11494         * src/prefs_matcher.c
11495         * src/prefs_summaries.c
11496         * src/prefs_summary_column.c
11497         * src/prefs_template.c
11498         * src/prefs_toolbar.c
11499         * src/ssl_manager.c
11500         * src/gtk/pluginwindow.c
11501         * src/gtk/prefswindow.c
11502         * src/gtk/progressdialog.c
11503                 add hidden prefs 'enable_rules_hint'
11504                 for gtk_tree_view_set_rules_hint()
11505                 (sync with main)
11506                 
11507
11508 2005-05-31 [colin]      1.9.11cvs25
11509
11510         * src/Makefile.am
11511         * src/main.c
11512         * src/prefs_common.c
11513         * src/prefs_summaries.c ** ADDED **
11514         * src/prefs_summaries.h ** ADDED **
11515                 Common/Display -> Display/Summaries
11516
11517 2005-05-31 [colin]      1.9.11cvs24
11518
11519         * src/Makefile.am
11520         * src/main.c
11521         * src/prefs_quote.c ** ADDED **
11522         * src/prefs_quote.h ** ADDED **
11523                 Move Common/Quote to Compose/Quoting
11524         * src/prefs_common.c
11525         * src/prefs_common.h
11526                 Remove old quote stuff, add
11527                 convenience functions for GtkTextView prefs
11528         * src/gtk/prefswindow.c
11529                 Set default height higher
11530
11531 2005-05-30 [colin]      1.9.11cvs23
11532
11533         * src/Makefile.am
11534         * src/main.c
11535         * src/prefs_common.c
11536         * src/prefs_compose_writing.c ** ADDED **
11537         * src/prefs_compose_writing.h ** ADDED **
11538                 Move Common/Compose prefs to Compose/Writing
11539
11540 2005-05-30 [colin]      1.9.11cvs22
11541
11542         * src/common/utils.c
11543                 Fix bug #651 (Confused Attract by Subject)
11544                 Patch by M. Benkmann <haferfrost@web.de>
11545         * AUTHORS
11546
11547 2005-05-30 [colin]      1.9.11cvs21
11548
11549         * src/compose.c
11550                 Fix concatenation of different headers of
11551                 the same type (bug #645)
11552         * src/prefs_folder_item.c
11553                 Fix bug #699 (setting color to black doesn't
11554                 work immediately)
11555         * src/procmime.c
11556                 Print out decoding error only once per
11557                 block
11558
11559 2005-05-30 [paul]       1.9.11cvs20
11560
11561         * src/common/template.c
11562                 fix Bcc
11563
11564 2005-05-30 [paul]       1.9.11cvs19
11565
11566         * doc/src/rfc2368.txt   **NEW FILE**
11567         * src/compose.c
11568                 compose_entries_set(): don't interpret Bcc
11569                 header field (conform to RFC 2368)
11570                 (sync with main)
11571
11572 2005-05-29 [colin]      1.9.11cvs18
11573
11574         * src/prefs_common.c
11575                 Let the default reply format respect
11576                 netiquette by cutting the signature.
11577
11578 2005-05-29 [colin]      1.9.11cvs17
11579
11580         * src/summaryview.c
11581                 Don't let always_show_msg override
11582                 open_unread_on_enter when opening a new
11583                 directory.
11584
11585 2005-05-27 [paul]       1.9.11cvs16
11586
11587         sync with main:
11588
11589         * src/main.c
11590                 app_will_exit(): cleanup tmp directory when exit
11591         * src/message_search.c
11592                 improved the interface and made code cleanup.
11593                 removed Clear button
11594         * src/send_message.c
11595                 send_message_local(): use GSpawn, and detect errors
11596         * src/summary_search.c
11597                 improved the interface and made code cleanup
11598         * src/textview.c
11599                 textview_write_link(): also skip non-ascii space
11600                  at the head of link strings (phishing check
11601                  didn't work at the case)
11602         * src/common/utils.c
11603                 get_command_output(): use g_spawn_command_line_sync()
11604                 instead of popen()
11605
11606 2005-05-26 [colin]      1.9.11cvs15
11607
11608         * src/folder.c
11609                 remove printf
11610
11611 2005-05-26 [colin]      1.9.11cvs14
11612
11613         * src/common/nntp.c
11614                 Fix nntp mode reader (bug #611)
11615                 Patch by Florian Mickler <florian@mickler.org>
11616
11617 2005-05-26 [colin]      1.9.11cvs13
11618
11619         * src/plugins/pgpmime/passphrase.c
11620                 Fix mouse grabbing (bug #557)
11621
11622 2005-05-26 [colin]      1.9.11cvs12
11623
11624         * src/prefs_themes.c
11625                 Fix g_warning (bug #541)
11626
11627 2005-05-26 [colin]      1.9.11cvs11
11628
11629         * src/prefs_actions.c
11630         * src/prefs_template.c
11631                 Fix bug #506 (no warning if action/template
11632                 is not saved)
11633         * src/common/template.c
11634                 Fix a possible crash
11635
11636 2005-05-26 [colin]      1.9.11cvs10
11637
11638         * src/folder.c
11639         * src/folderview.c
11640         * src/procmsg.c
11641         * src/summaryview.c
11642                 Forbid locked messages to be moved or
11643                 deleted. Locked messages in trashes 
11644                 still get deleted, for performance
11645                 reason (mh.c::mh_remove_all_msgs)
11646
11647 2005-05-25 [colin]      1.9.11cvs9
11648
11649         * src/procmime.c
11650                 Use correct encoding when sending mails
11651                 with attachments that have accentued 
11652                 chars in their name
11653
11654 2005-05-24 [colin]      1.9.11cvs8
11655
11656         * src/summaryview.c
11657                 Fix bug #688 f) read/unread marker not
11658                 changed on first click
11659                 Also, optimize summary_status_show()
11660                 calls
11661         * src/folder.c
11662         * src/inc.c
11663         * src/procmime.c
11664                 Fix bug #688 b) and c) wrt message
11665                 attachments and signature
11666         * src/stock_pixmap.c
11667         * src/stock_pixmap.h
11668         * src/stock_pixmap.c
11669         * src/stock_pixmap.h
11670         * src/Makefile.am
11671         * src/pixmaps/clip_gpg_signed.xpm
11672                 Add clip/signed icon
11673
11674 2005-05-24 [colin]      1.9.11cvs7
11675
11676         * src/folder_item_prefs.c
11677                 whitespace fix
11678
11679 2005-05-24 [colin]      1.9.11cvs6
11680
11681         * src/folderview.c
11682         * src/prefs_common.c
11683         * src/prefs_common.h
11684                 Add a confirmation to folder drag and drop
11685                 fixes bug #156
11686         * src/alertpanel.c
11687         * src/alertpanel.h
11688                 fix _with_disable parameters so that
11689                 the buttons labels are specifiable too
11690         * src/plugins/pgpmime/sgpgme.c
11691                 reflect said change
11692                 
11693
11694 2005-05-24 [colin]      1.9.11cvs5
11695
11696         * src/folderview.c
11697                 Uncollapse/collapse folders on double-click
11698                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11699                 closes bug #108
11700
11701 2005-05-23 [colin]      1.9.11cvs4
11702
11703         * src/common/socket.c
11704                 Check another special SSL_peek() error.
11705                 Should help wrt bug #728
11706
11707 2005-05-23 [colin]      1.9.11cvs3
11708
11709         * src/plugins/pgpmime/pgpmime.c
11710                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11711                 breaking menu accelerators and stuff. Users will have to
11712                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11713                 account's privacy preferences if needed.
11714
11715 2005-05-22 [paul]
11716
11717         * tools/kdeservicemenu/install.sh
11718                 use kdesu to prompt for root password if doing
11719                 global install/uninstall
11720
11721 2005-05-20 [colin]      1.9.11cvs2
11722
11723         * src/procmsg.c
11724                 Fix another compilation error with gcc-2.9x
11725                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11726         * src/send_message.c
11727                 Don't send QUIT if we aren't connected
11728
11729 2005-05-19 [colin]      1.9.11cvs1
11730
11731         * src/procmsg.c
11732                 Fix compilation with gcc 2.9x
11733
11734 2005-05-19 [paul]       1.9.11
11735
11736         1.9.11 released
11737
11738 2005-05-19 [paul]       1.9.9cvs14
11739
11740         * src/gtk/inputdialog.c
11741                 prevent gettext warning
11742
11743 2005-05-19 [paul]       1.9.9cvs13
11744
11745         * src/mainwindow.c
11746         * src/prefs_common.c
11747         * src/prefs_common.h
11748         * src/textview.c
11749         * src/textview.h
11750                 add an option to toggle cursor in message
11751                 view (sync with main)
11752
11753 2005-05-18 [colin]      1.9.9cvs12
11754
11755         * src/compose.c
11756                 Dereference freed pointer
11757         * src/gtk/gtkaspell.c
11758                 Fix duplication of dictionaries (is it an aspell issue?)
11759
11760 2005-05-18 [colin]      1.9.9cvs11
11761
11762         * src/gtk/inputdialog.c
11763         * src/gtk/gtkaspell.c
11764                 HIGuify dialogs
11765         * src/alertpanel.c
11766                 Remove a double call
11767
11768 2005-05-17 [colin]      1.9.9cvs10
11769
11770         * src/gtk/gtkaspell.c
11771                 Fix dialogs, Ctrl-Enter accel
11772
11773 2005-05-17 [colin]      1.9.9cvs9
11774
11775         * src/gtk/gtkaspell.c
11776                 Fix some accelerators, escape in replace-window
11777
11778 2005-05-16 [colin]      1.9.9cvs8
11779
11780         * src/gtk/gtkaspell.c
11781                 Revert last commit, it was a mistake.
11782
11783 2005-05-16 [colin]      1.9.9cvs7
11784
11785         * src/gtk/gtkaspell.c
11786                 Remove buggy code while we're at it. It's a 
11787                 dead code path anyway.
11788
11789 2005-05-16 [colin]      1.9.9cvs6
11790
11791         * src/gtk/gtkaspell.c
11792                 Missed some gtk_menu_popup where deactivate
11793                 signal should be handled. Should fix bug
11794                 #629 a bit more.
11795
11796 2005-05-16 [colin]      1.9.9cvs5
11797
11798         * src/gtk/gtkaspell.c
11799                 Remove debug printf()s
11800
11801 2005-05-16 [colin]      1.9.9cvs4
11802
11803         * src/gtk/gtkaspell.c
11804                 Fix a bit aspell problems
11805                 (see bug #629)
11806
11807 2005-05-13 [colin]      1.9.9cvs3
11808
11809         * src/folderview.c
11810                 Fix the + appearing even when no subfolders
11811                 have unread messages. Thanks to wwp for the
11812                 bug report.
11813
11814 2005-05-11 [paul]       1.9.9cvs2
11815
11816         * src/folderview.c
11817                 correction to 1.9.9cvs1, only colour folders that
11818                 have new msgs (not unread msgs)
11819
11820 2005-05-10 [colin]      1.9.9cvs1
11821
11822         * src/folderview.c
11823         * src/summaryview.c
11824                 Try to fix bolding bugs again.
11825
11826 2005-05-09 [paul]
11827
11828         * tools/claws.i18n.status.pl
11829                 add Ricardo Mones Lastra's script that has been providing
11830                 the i18n status page for many months
11831
11832 2005-05-09 [paul]       1.9.9
11833
11834         1.9.9 release
11835
11836 2005-05-09 [paul]       1.9.6cvs58
11837
11838         * AUTHORS
11839         * INSTALL
11840         * README.claws
11841                 updated
11842         * Makefile.am 
11843         * RELEASE_NOTES.claws
11844                 add release notes to cvs to simplify release
11845                 procedure
11846         * configure.ac
11847                 add ca and fi to ALL_LINGUAS
11848         * po/Makefile.in.in
11849                 workaround for missing Makevars
11850         * po/ca.po
11851         * po/fi.po
11852                 add new Catalan and Finnish translations
11853                 submitted by Miquel Oliete and Flammie Pirinen
11854         * po/de.po
11855         * po/es.po
11856         * po/fr.po
11857         * po/it.po
11858         * po/pl.po
11859         * po/ru.po
11860         * po/sk.po
11861         * po/sr.po
11862         * po/zh_CN.po
11863                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11864                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11865                 Urke MMI, and Hansom Young
11866         * src/main.c
11867                 Fix drafting when quitting. compose_draft() closes the
11868                 compose windows, which modifies the compose_list GSList.
11869                 We have to refresh this list after echo drafting to avoid a
11870                 segfault
11871         * src/partial_download.c
11872                 fix segfault on exit
11873
11874 2005-05-06 [paul]       1.9.6cvs57
11875
11876         * src/grouplistdialog.c
11877                 quick fix/workaround for unresizeable newsgroup
11878                 name column 
11879
11880 2005-05-06 [paul]       1.9.6cvs56
11881
11882         * src/inc.c
11883         * src/mainwindow.c
11884                 use gettext plural forms
11885         * src/imap_gtk.c
11886         * src/mh_gtk.c
11887         * src/toolbar.c
11888                 small improvement to english usage
11889
11890 2005-05-05 [thorsten]   1.9.6cvs55
11891
11892         * src/folder.c
11893                 fix possible crash
11894
11895 2005-05-05 [paul]       1.9.6cvs54
11896         
11897         sync with HEAD
11898
11899         * AUTHORS
11900         * src/compose.c
11901                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11902                 patch by Tim Mann
11903
11904 2005-05-05 [paul]       1.9.6cvs53
11905
11906         * src/mainwindow.c
11907                 fix resizing of separate message and
11908                 folder views
11909
11910 2005-05-05 [paul]       1.9.6cvs52
11911
11912         * src/account.c
11913         * src/addrgather.c
11914         * src/browseldap.c
11915         * src/exphtmldlg.c
11916         * src/expldifdlg.c
11917         * src/importmutt.c
11918         * src/importpine.c
11919         * src/main.c
11920         * src/mainwindow.c
11921         * src/noticeview.c
11922         * src/prefs_filtering.c
11923         * src/prefs_filtering_action.c
11924         * src/prefs_matcher.c
11925         * src/prefs_spelling.c
11926         * src/prefs_toolbar.c
11927         * src/toolbar.c
11928         * src/wizard.c
11929         * src/gtk/description_window.c
11930         * src/gtk/gtkvscrollbutton.c
11931         * src/gtk/progressdialog.c
11932         * src/gtk/quicksearch.c
11933         * src/plugins/pgpmime/prefs_gpg.c
11934         * src/plugins/spamassassin/spamassassin_gtk.c
11935                 replace deprecated gtk_widget_set_usize
11936
11937 2005-05-04 [colin]      1.9.6cvs51
11938
11939         * src/common/utils.c
11940                 Fix crash when subst_for_filename is called
11941                 with a NULL parameter
11942
11943 2005-05-04 [colin]      1.9.6cvs50
11944
11945         * src/partial_download.c
11946         * src/pop.c
11947                 Escape login when writing uidl file
11948                 fixes bug #736
11949
11950 2005-05-03 [colin]      1.9.6cvs49
11951
11952         * src/procmime.c
11953                 Fix possible DOS in mime parser
11954                 (see bug #634)
11955
11956 2005-05-02 [colin]      1.9.6cvs48
11957
11958         * src/compose.c
11959                 Try to fix the copy/paste mess once again.
11960
11961
11962 2005-04-30 [colin]      1.9.6cvs47
11963
11964         * src/prefs_account.h
11965         * src/procmsg.c
11966         * src/send_message.c
11967         * src/common/smtp.c
11968         * src/common/smtp.h
11969                 Try to batch sending mails (per account) instead of
11970                 reconnecting to server every time.
11971
11972 2005-04-29 [colin]      1.9.6cvs46
11973
11974         * src/messageview.c
11975                 Fix window resizing that refused to size down
11976         * src/prefs_common.c
11977         * src/prefs_common.h
11978         * src/prefs_filtering.c
11979                 Save Filtering's window size
11980
11981 2005-04-21 [paul]       1.9.6cvs45
11982
11983         * ChangeLog-gtk2.claws
11984         * src/setup.c
11985                 correction to sync
11986
11987 2005-04-21 [paul]       1.9.6cvs44
11988
11989         sync with main:
11990
11991         * src/setup.c
11992         * src/statusbar.c
11993         * src/statusbar.h
11994                 use gtkut_widget_draw_now(). Improved performance
11995                 of the update of statusbar
11996         * src/textview.c
11997                 textview_smooth_scroll_do(): redraw it after scroll
11998                 is done (fixed incorrect display when a part of the
11999                 view is hidden).
12000         * src/gtk/gtkutils.c
12001         * src/gtk/gtkutils.h
12002                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12003                 to force update of widgets.
12004                 Removed gtkut_widget_wait_for_draw() which had a big
12005                 overhead  because of waiting for all events processed 
12006
12007 2005-04-20 [paul]       1.9.6cvs43
12008
12009         * src/codeconv.c
12010                 complete 1.9.6cvs42's sync:
12011                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12012
12013 2005-04-19 [paul]       1.9.6cvs42
12014
12015         sync with main:
12016
12017         * src/action.c
12018                 catch_output(): correctly select the insert text
12019                 (fix invalid iterator warnings).
12020         * src/codeconv.c
12021         * src/codeconv.h
12022         * src/mainwindow.c
12023         * src/messageview.c
12024         * src/prefs_common.c
12025                 support GBK encoding.
12026         * src/common/session.c
12027         * src/common/session.h
12028                 use separate buffer for large data to be sent,
12029                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12030
12031 2005-04-18 [paul]       1.9.6cvs41
12032
12033         * src/jpilot.c
12034                 convert unsigned long into guint32
12035                 patch by Paul LeoNerd Evans 
12036
12037 2005-04-17 [colin]      1.9.6cvs40
12038
12039         * src/compose.c
12040                 Fix 'Request return receipt' from folder
12041                 properties (bug #708)
12042
12043 2005-04-17 [colin]      1.9.6cvs39
12044
12045         * src/mainwindow.c
12046                 Fix duplicate hotkeys in Mainwindow's menu
12047
12048 2005-04-17 [colin]      1.9.6cvs38
12049
12050         * src/folderview.c
12051                 Fix duplicate hotkeys in Folderview's contextual
12052                 menu
12053
12054 2005-04-15 [colin]      1.9.6cvs37
12055
12056         * src/summaryview.c
12057                 Fix 'Save as...' with non-ascii filenames
12058
12059 2005-04-15 [colin]      1.9.6cvs36
12060
12061         * src/plugins/pgpmime/pgpmime.c
12062                 Fix bus error on 64bit. Spotted by 
12063                 macallan1888@gmail.com
12064
12065 2005-04-15 [colin]      1.9.6cvs35
12066
12067         * src/prefs_account.c
12068                 Fix cvs34.
12069
12070 2005-04-12 [colin]      1.9.6cvs34
12071
12072         * src/prefs_account.c
12073                 Fix smtp auth type off-by-one. We forgot to
12074                 add PLAIN in the prefs-to-gui setter func and
12075                 as a result, the selected auth when opening
12076                 account prefs was not the correct one.
12077
12078 2005-04-12 [paul]       1.9.6cvs33
12079
12080         * src/inc.c
12081                 if the recv dialog is visible, Cancel only
12082                 cancels the current account
12083
12084
12085 2005-04-10 [colin]      1.9.6cvs32
12086
12087         * src/filtering.c
12088                 Copy score when copying FilteringActions
12089                 Fix bug #674
12090
12091 2005-04-10 [colin]      1.9.6cvs31
12092
12093         * src/inc.c
12094                 Make Message -> Receive -> Cancel cancel 
12095                 incorporation on all accounts. Fixes
12096                 bug #693
12097
12098 2005-04-10 [colin]      1.9.6cvs30
12099
12100         * src/prefs_account.c
12101                 Update Privacy checkbuttons status based
12102                 on the selected privacy system
12103         * src/compose.c
12104                 Always connect the "None" privacy system; the
12105                 static boolean was probably there to avoid
12106                 reconnecting twice in the same compose window,
12107                 but as the parent function is only called once
12108                 per compose, it's only a bug - as a static is
12109                 initialized once per application instance.
12110                 Also, don't uncheck Sign and Encrypt when
12111                 selecting None as privacy system; just ignore
12112                 them when sending/queuing.
12113                 Should fix bug #695
12114
12115 2005-04-08 [colin]      1.9.6cvs29
12116
12117         * src/account.c
12118         * src/prefs_account.c
12119         * src/prefs_account.h
12120                 Add account preference to queue message in a certain
12121                 folder.
12122
12123 2005-04-06 [colin]      1.9.6cvs28
12124
12125         * src/prefs_account.c
12126                 Update old inbox path syntax
12127
12128 2005-04-06 [paul]       1.9.6cvs27
12129
12130         sync with main:
12131
12132         * configure.ac
12133                 changed -traditional-cpp to -no-cpp-precomp for newer
12134                 Mac OS X support
12135         * src/foldersel.c
12136                 made column resize automatically
12137         * src/send_message.c
12138                 send_message_smtp(): consider EOF right after QUIT
12139                 successful (workaround for Gmail SMTP server)
12140         * src/common/socket.c
12141                 ssl_read(), ssl_peek(): check EOF which violates the
12142                 SSL protocol
12143         * src/gtk/colorlabel.c
12144                 removed warnings when displaying colorlabel menu
12145                 (don't use GtkAlignment)
12146
12147 2005-04-05 [paul]       1.9.6cvs26
12148
12149         * src/plugins/trayicon/trayicon.c
12150                 fix clipping of icon under KDE3 
12151
12152 2005-04-05 [paul]       1.9.6cvs25
12153
12154         * src/summaryview.c
12155                 hide display of threading
12156                 patch by Alfons
12157
12158 2005-04-04 [thorsten]   1.9.6cvs24
12159
12160         * src/mh.c
12161                 marks lost on filesystems with different stat() results on
12162                 summer-/wintertime
12163
12164 2005-04-03 [colin]      1.9.6cvs23
12165
12166         * src/summaryview.c
12167                 Don't handle up/down. Patch by Alfons
12168
12169 2005-04-02 [colin]      1.9.6cvs22
12170
12171         * src/summaryview.c
12172                 Make scrolling faster. Patch by Alfons.
12173
12174 2005-04-01 [colin]      1.9.6cvs21
12175
12176         * src/Makefile.am
12177         * src/stock_pixmap.c
12178         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12179         * src/pixmaps/dir_noselect.xpm ** ADDED **
12180                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12181
12182 2005-04-01 [colin]      1.9.6cvs20
12183
12184         * src/image_viewer.c
12185         * src/image_viewer.h
12186         * src/procmime.c
12187         * src/procmime.h
12188         * src/textview.c
12189         * src/textview.h
12190                 Implement inline image resizing and right-clicking
12191
12192 2005-04-01 [paul]       1.9.6cvs19
12193
12194         * AUTHORS
12195         * Makefile.am
12196         * configure.ac
12197                 check for gnome2
12198                 patch by Luca Cavalli <loopback<AT>slackit.org>
12199         * po/ru.po
12200                 updated by Pavlo Bohmat
12201
12202 2005-03-31 [colin]      1.9.6cvs18
12203
12204         * src/news.c
12205                 Fix parsing references
12206         * src/msgcache.c
12207                 don't put nulls in the references list
12208         * src/procheader.c
12209                 commit that forgotten file in 1.9.6cvs14
12210
12211 2005-03-31 [colin]      1.9.6cvs17
12212
12213         * src/compose.c
12214                 Fix joining of signature separator again. 
12215                 Maybe Hiro could put it in main too...
12216
12217 2005-03-31 [colin]      1.9.6cvs16
12218
12219         * src/Makefile.am
12220         * src/foldersel.c
12221         * src/stock_pixmap.c
12222         * src/stock_pixmap.h
12223         * src/pixmaps/dir-noselect.xpm
12224                 Update foldersel.c (sync from main, patch by Alfons)
12225
12226 2005-03-30 [colin]      1.9.6cvs15
12227
12228         * src/imap.c
12229                 Fix handling of imap folders containing [] in 
12230                 their name. Thanks to Nahuel Angelinetti for
12231                 the detailed bugreport.
12232
12233 2005-03-30 [colin]      1.9.6cvs14
12234
12235         * src/common/utils.h
12236         * src/common/utils.c
12237         * src/common/defs.h
12238         * src/matcher.c
12239         * src/msgcache.c
12240         * src/news.c
12241         * src/procmsg.c
12242         * src/procmsg.h
12243         * src/quote_fmt_parse.y
12244         * src/summaryview.c
12245                 Update references system. Patch by Alfons
12246
12247 2005-03-30 [colin]      1.9.6cvs13
12248
12249         * src/common/socket.c
12250                 Force the glibc to read resolv.conf again when 
12251                 it has changed. Should fix issues when changing
12252                 networks on a laptop and not restarting sylpheed. 
12253
12254 2005-03-30 [paul]       1.9.6cvs12
12255
12256         partial sync with main:
12257
12258         * src/action.c
12259                 create_io_dialog(): use user-defined text font
12260                 (thanks to Alfons), and modified its appearance.
12261         * src/addrgather.c
12262         * src/addrharvest.c
12263         * src/browseldap.c
12264                 replace old code
12265         * src/compose.c
12266                 don't join (presumably) itemized lines on line-wrapping
12267                 fixed wrapping of quote when auto-wrapping is enabled
12268                 compose_destroy(): destroy paned only if it's not
12269                 attached to window. Fixed memory leak of popup menu.
12270         * src/exphtmldlg.c
12271         * src/expldifdlg.c
12272                 replace old code
12273         * src/html.c
12274         * src/html.h
12275         * src/importmutt.c
12276         * src/importpine.c
12277                 replace old code
12278         * src/main.c
12279                 removed redundant code
12280         * src/mainwindow.c
12281                 changed 'Code set' (which is rather incorrect)
12282                 in the menu to 'Character encoding'
12283                 main_window_set_widgets(): request size first
12284                 to prevent window size becoming wrong
12285                 fixed remembering of the state of the visibility
12286                 of MessageView
12287         * src/messageview.c
12288                 changed 'Code set' (which is rather incorrect)
12289                 in the menu to 'Character encoding'
12290         * src/prefs_common.c
12291         * src/prefs_common.h
12292                 added an option whether to render HTML as text or not
12293                 added separators to outgoing encoding menu
12294         * src/procheader.c
12295                 procheader_scan_date_string(): support header
12296                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12297         * src/summaryview.c
12298         * src/summaryview.h
12299                 minor code cleanup
12300         * src/textview.c
12301                 textview_show_html(): force output of newline
12302                 added an option whether to render HTML as text or not
12303         * src/common/utils.c
12304                 strncpy2(): optimized based on Alfons' code
12305         * src/gtk/gtkutils.c
12306         * src/gtk/gtkutils.h
12307                 removed non-used code
12308         * src/plugins/pgpmime/passphrase.c
12309                 partially fixed grab input of passphrase dialog
12310                 Confine pointer to window
12311
12312 2005-03-30 [colin]      1.9.6cvs11
12313
12314         * src/msgcache.c
12315         * src/msgcache.h
12316                 Read/write 32bit ints from cache & marks
12317                 From main.
12318
12319 2005-03-29 [paul]       1.9.6cvs10
12320
12321         * AUTHORS
12322         * ChangeLog.claws
12323         * src/compose.c
12324         * src/gtk/gtkaspell.c
12325                 sync with HEAD (don't pass NULL pointers) 
12326
12327 2005-03-24 [paul]
12328
12329         * tools/Makefile.am
12330         * tools/README
12331         * tools/acroread2sylpheed.pl
12332                 sync with HEAD (add script to send pdfs as
12333                 attachments from Adobe Reader 7)
12334
12335 2005-03-21 [paul]       1.9.6cvs9
12336
12337         * configure.ac
12338         * po/POTFILES.in
12339         * src/Makefile.am
12340         * src/crash.c
12341         * src/image_viewer.c ** ADDED **
12342         * src/image_viewer.h ** ADDED **
12343         * src/main.c
12344         * src/prefs_common.c
12345         * src/prefs_common.h
12346         * src/prefs_image_viewer.c ** ADDED **
12347         * src/prefs_image_viewer.h ** ADDED **
12348         * src/textview.c
12349         * src/gtk/about.c
12350         * src/pixmaps/sylpheed_logo.xpm
12351         * src/plugins/Makefile.am
12352         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12353         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12354         * src/plugins/image_viewer/plugin.c ** REMOVED **
12355         * src/plugins/image_viewer/viewer.c ** REMOVED **
12356         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12357         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12358         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12359         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12360         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12361                 as gdk-pixbuf is now built-in
12362                 remove image_viewer plugin and put code back into
12363                 main codebase
12364                 implement inline image display (sync with main)
12365
12366                 replace logo with newer, nicer, larger version  
12367
12368 2005-03-21 [paul]       1.9.6cvs8
12369
12370         * src/gtk/about.c
12371                 cosmetic improvement
12372
12373 2005-03-21 [holger]     1.9.6cvs7
12374
12375         * src/plugins/spamassassin/spamassassin.c
12376                 Sync with HEAD
12377                 (unregister hook on failed plugin init)
12378
12379 2005-03-20 [colin]      1.9.6cvs6
12380
12381         * src/common/plugin.c
12382                 Check that plugin isn't already loaded
12383                 Patch by Alfons
12384
12385 2005-03-20 [thorsten]   1.9.6cvs5
12386
12387         * src/compose.c
12388                 use a more compatible syntax
12389
12390 2005-03-20 [thorsten]   1.9.6cvs4
12391
12392         * src/prefs_toolbar.c
12393                 fix crash when selecting toolbar item (uninitialized pointer)
12394
12395 2005-03-20 [thorsten]   1.9.6cvs3
12396
12397         * src/procmime.c
12398                 fix mimetype detection (referenced free()d string)
12399
12400 2005-03-20 [paul]       1.9.6cvs2
12401
12402         * src/compose.c
12403                 sync with HEAD (1.0.3cvs5)
12404                 neglect Reply-To header if empty
12405                 Patch by Alfons 
12406
12407 2005-03-19 [holger]     1.9.6cvs1
12408
12409         * src/summaryview.c
12410         * src/summaryview.h
12411                 Sync with HEAD
12412
12413 2005-03-18 [paul]       1.9.6
12414
12415         initial GTK2 release
12416
12417 2005-03-18 [paul]       1.0.3cvs3.1
12418
12419         * AUTHORS
12420         * ChangeLog.claws
12421         * configure.ac
12422         * src/gtk/about.c
12423         * src/pixmaps/sylpheed_logo.xpm
12424                 sync with HEAD
12425
12426 2005-03-18 [colin]      1.0.3cvs2.6
12427
12428         * src/summaryview.c
12429                 Remove call to summary_step in summary_copy_selected_to
12430                 Can't see its purpose, and this causes bug when copying
12431                 a message if the next one is unread: it reads it.
12432
12433 2005-03-18 [paul]       1.0.3cvs2.5
12434
12435         * src/foldersel.c
12436                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12437
12438 2005-03-18 [paul]       1.0.3cvs2.4
12439
12440         * src/addrharvest.c
12441         * src/codeconv.c
12442         * src/codeconv.h
12443         * src/compose.c
12444         * src/news.c
12445         * src/procheader.c
12446         * src/procmime.c
12447         * src/unmime.c
12448         * src/unmime.h
12449                 fix buffer overflow, CAN-2005-0667, see
12450                 http://secunia.com/advisories/14491/
12451                 Patch by Alfons
12452
12453 2005-03-17 [colin]      1.0.3cvs2.3
12454
12455         * src/prefs_fonts.c
12456         * src/summaryview.c
12457                 Fix font bugs (both lists now officialy share 
12458                 the same font)
12459                 
12460
12461 2005-03-17 [paul]       1.0.3cvs2.2
12462
12463         * src/gtk/pluginwindow.c
12464                 make plugin descriptions uneditable
12465
12466 2005-03-11 [paul]       1.0.3cvs2.1
12467
12468         * ChangeLog.claws
12469         * configure.ac
12470         * po/POTFILES.in
12471         * src/plugins/trayicon/trayicon.c
12472                 sync with HEAD
12473                 add src/wizard.c to POTFILES.in
12474
12475 2005-03-11 [paul]       1.0.3cvs1.1
12476
12477         * ChangeLog
12478         * ChangeLog.claws
12479         * configure.ac
12480         * po/de.po
12481         * po/es.po
12482         * po/fr.po
12483         * po/it.po
12484         * po/pt_BR.po
12485         * po/ru.po
12486         * po/sk.po
12487         * po/sr.po
12488         * po/zh_CN.po
12489                 sync with HEAD
12490
12491 2005-03-04 [colin]      1.0.1cvs22.2
12492
12493         * src/compose.c
12494                 Fix signatures with accentued chars in it
12495
12496 2005-03-04 [colin]      1.0.1cvs22.1
12497
12498         * src/common/smtp.c
12499         * src/common/smtp.h
12500                 Don't use SIZE param in MAIL FROM: if server 
12501                 doesn't support it. Patch by Eugen Freiter
12502                 <eugen_f@users.sf.net>
12503
12504 2005-02-27 [paul]       1.0.1cvs20.1
12505
12506         * ChangeLog.claws
12507         * configure.ac
12508         * src/messageview.c
12509                 sync with HEAD
12510
12511 2005-02-27 [colin]      1.0.1cvs19.4
12512
12513         * src/procheader.c
12514         * src/procheader.h
12515                 Fix prototypes. Patch by Alfons
12516
12517 2005-02-27 [colin]      1.0.1cvs19.3
12518
12519         * src/compose.c
12520                 Don't auto-join the signature separator.
12521
12522 2005-02-26 [colin]      1.0.1cvs19.2
12523
12524         * src/summaryview.c
12525                 Fix 'mark all read' with collapsed threads.
12526                 Patch by Alfons.
12527
12528 2005-02-25 [paul]       1.0.1cvs19.1
12529
12530         * ChangeLog.claws
12531         * configure.ac
12532         * src/prefs_account.c
12533         * src/prefs_folder_item.c
12534         * src/gtk/prefswindow.c
12535         * src/gtk/prefswindow.h
12536                 sync with HEAD
12537
12538 2005-02-25 [paul]       1.0.1cvs15.12
12539
12540         * src/alertpanel.c
12541         * src/codeconv.c
12542         * src/compose.c
12543         * src/textview.c
12544         * src/gtk/gtkutils.c
12545         * src/gtk/gtkutils.h
12546         * src/gtk/logwindow.c
12547         * src/gtk/progressdialog.c
12548                 sync with main (revision 127)
12549                 and fix logwindow clipping
12550
12551 2005-02-24 [colin]      1.0.1cvs15.11
12552
12553         * src/plugins/pgpmime/passphrase.c
12554                 Disable input grabbing; it doesn't work yet.
12555
12556 2005-02-24 [colin]      1.0.1cvs15.10
12557
12558         * src/messageview.c
12559                 Don't send out receipts if offline. Ask.
12560
12561 2005-02-23 [colin]      1.0.1cvs15.9
12562
12563         * src/summaryview.c     
12564                 Fix expanding
12565
12566 2005-02-23 [colin]      1.0.1cvs15.8
12567
12568         * src/summaryview.c
12569                 Really fix Bug 568 by removing useless
12570                 calls. summary_thread_init() now called
12571                 in summary_sort(). This should please
12572                 Alfons as it should be faster than 
12573                 previously.
12574
12575 2005-02-23 [colin]      1.0.1cvs15.7
12576
12577         * src/compose.c
12578                 Encode parts as QP or B64 if signing
12579
12580 2005-02-23 [colin]      1.0.1cvs15.6
12581
12582         * src/compose.c
12583                 Fix Mimeinfo leakage (including tmp files)
12584         * src/procmsg.c
12585                 Fix tmp file leakage (spotted by Ivan Rayner)
12586
12587 2005-02-22 [colin]      1.0.1cvs15.5
12588
12589         * src/expldifdlg.c
12590                 Fix keyboard input. Patch by Alfons.
12591
12592 2005-02-21 [colin]      1.0.1cvs15.4
12593
12594         * src/compose.c
12595                 Fix Sign/Encrypt when unselecting privacy
12596                 system
12597         * src/prefs_common.c
12598                 Change default message font to Monospace
12599         * src/summaryview.c
12600                 More freezing during potentially large operations
12601
12602 2005-02-21 [paul]       1.0.1cvs15.3
12603
12604         * src/main.c
12605                 fix --help output
12606
12607 2005-02-21 [paul]       1.0.1cvs15.2
12608
12609         * po/Makefile.in.in
12610         * src/compose.c
12611         * src/summaryview.c
12612         * src/textview.c
12613         * src/common/utils.c
12614         * src/common/utils.h
12615                 sync with main (revision 117)
12616
12617 2005-02-20 [colin]      1.0.1cvs15.1
12618
12619         * src/common/defs.h
12620                 Change cache file to .sylpheed_claws_cache, as
12621                 suggested by Alfons. Allows people to switch
12622                 between Sylpheed and Sylpheed-Claws. it is
12623                 a good idea to "Check for new messages" at next
12624                 startup.
12625
12626
12627 2005-02-18 [colin]      1.0.1cvs14.1
12628
12629         * src/quote_fmt_lex.l
12630         * src/quote_fmt_parse.y
12631                 Fix parser initialisation. Patch by Ivan.
12632
12633 2005-02-18 [colin]      1.0.1cvs11.6
12634
12635         * src/folderview.c
12636                 Fix scrolldown (bug 662)
12637
12638 2005-02-17 [colin]      1.0.1cvs11.5
12639
12640         * src/codeconv.c
12641                 conv_filename_to_utf8: return clean 7bit instead
12642                 of broken utf8 if needed
12643         * src/mimeview.c
12644                 Fix display of parts with unclean 8bit names
12645
12646 2005-02-17 [paul]       1.0.1cvs11.4
12647
12648         * src/compose.c
12649         * src/exportldif.c
12650         * src/matcher_parser_parse.y
12651         * src/procmime.c
12652         * src/sourcewindow.c
12653         * src/common/Makefile.am
12654         * src/common/intl.h             ** REMOVED **
12655         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12656                 sync with main (revision 109)
12657                 and clean up
12658
12659 2005-02-16 [colin]      1.0.1cvs11.3
12660
12661         * src/summaryview.c
12662                 Fix collapsed thread not highlighting when new
12663                 messages in it (Bug 568) Patch by Stephan Sachse.
12664                 Fix messed up selection when reaching bounds (Bug 632)
12665         * src/prefs_themes.c
12666                 Fix theme installing (Bug 684)
12667
12668 2005-02-16 [colin]      1.0.1cvs11.2
12669
12670         * src/messageview.c
12671                 Fix messageview_select_all
12672
12673 2005-02-16 [colin]      1.0.1cvs11.1
12674
12675         * src/mh.c
12676                 Sync with HEAD (MH scan required function)
12677
12678 2005-02-15 [colin]      1.0.1cvs8.1
12679
12680         * src/mimeview.c
12681         * src/common/utils.c
12682                 Sync with HEAD (filename chars substitution)
12683
12684 2005-02-15 [colin]      1.0.1cvs7.3
12685
12686         * src/gtk/pluginwindow.c
12687                 Fix button spacing
12688
12689 2005-02-15 [colin]      1.0.1cvs7.2
12690
12691         * src/mimeview.c
12692                 Fix mime icons not reset across message when
12693                 scrolled down
12694
12695 2005-02-15 [colin]      1.0.1cvs7.1
12696
12697         * src/compose.c
12698         * src/procmime.c
12699                 Sync with HEAD (optimisation of cvs6)
12700
12701 2005-02-14 [colin]      1.0.1cvs6.1
12702
12703         * src/compose.c
12704         * src/procmime.c
12705                 Sync with HEAD (encode "From " at line beginning)
12706
12707 2005-02-14 [colin]      1.0.1cvs5.3
12708
12709         * src/compose.c
12710                 Fix wrapping with accentued chars.
12711
12712 2005-02-13 [colin]      1.0.1cvs5.2
12713
12714         * src/textview.c
12715                 Fix email informative part parsing with
12716                 accentued chars in it. ispunct() returns
12717                 true for them in utf8...
12718
12719 2005-02-12 [colin]      1.0.1cvs5.1
12720
12721         * src/filtering.c
12722                 Sync with HEAD (remove wrong use of compose after send)
12723
12724 2005-02-12 [paul]       1.0.1cvs4.5
12725
12726         * src/textview.c
12727                 remove unnecessary code (thanks to Alfons)
12728
12729 2005-02-12 [paul]       1.0.1cvs4.4
12730
12731         * src/textview.c
12732                 add 'Copy' to contextual menu on emails
12733
12734 2005-02-11 [colin]      1.0.1cvs4.3
12735
12736         * src/compose.c
12737                 revert 1.0.0cvs28.2, it doesn't work that well.
12738
12739 2005-02-11 [paul]       1.0.1cvs4.2
12740
12741         * po/Makefile.in.in
12742                 fix 'make release'
12743
12744 2005-02-10 [paul]       1.0.1cvs4.1
12745
12746         * ChangeLog
12747         * ChangeLog.claws
12748         * ChangeLog.jp
12749         * configure.ac
12750         * src/compose.c
12751                 sync with HEAD (sync with main)
12752
12753 2005-02-10 [paul]       1.0.1cvs3.2
12754
12755         * AUTHORS
12756         * Makefile.am
12757         * autogen.sh
12758         * configure.ac
12759         * config/mkinstalldirs
12760         * intl/.cvsignore
12761         * intl/ChangeLog
12762         * intl/VERSION
12763         * intl/bindtextdom.c
12764         * intl/config.charset
12765         * intl/dcgettext.c
12766         * intl/dcigettext.c
12767         * intl/dcngettext.c
12768         * intl/dgettext.c
12769         * intl/dngettext.c
12770         * intl/eval-plural.h
12771         * intl/explodename.c
12772         * intl/finddomain.c
12773         * intl/gettext.c
12774         * intl/gettextP.h
12775         * intl/gmo.h
12776         * intl/hash-string.h
12777         * intl/intl-compat.c
12778         * intl/l10nflist.c
12779         * intl/libgnuintl.h.in
12780         * intl/loadinfo.h
12781         * intl/loadmsgcat.c
12782         * intl/localcharset.c
12783         * intl/localcharset.h
12784         * intl/locale.alias
12785         * intl/localealias.c
12786         * intl/localename.c
12787         * intl/log.c
12788         * intl/ngettext.c
12789         * intl/os2compat.c
12790         * intl/os2compat.h
12791         * intl/osdep.c
12792         * intl/plural-exp.c
12793         * intl/plural-exp.h
12794         * intl/plural.c
12795         * intl/plural.y
12796         * intl/ref-add.sin
12797         * intl/ref-del.sin
12798         * intl/relocatable.c
12799         * intl/relocatable.h
12800         * intl/textdomain.c
12801         * m4/Makefile.am
12802         * po/Makefile.in.in
12803         * src/Makefile.am
12804         * src/account.c
12805         * src/action.c
12806         * src/addr_compl.c
12807         * src/addressadd.c
12808         * src/addressbook.c
12809         * src/addrgather.c
12810         * src/addrindex.c
12811         * src/alertpanel.c
12812         * src/browseldap.c
12813         * src/codeconv.c
12814         * src/codeconv.h
12815         * src/compose.c
12816         * src/compose.h
12817         * src/crash.c
12818         * src/editaddress.c
12819         * src/editbook.c
12820         * src/editgroup.c
12821         * src/editjpilot.c
12822         * src/editldap.c
12823         * src/editldap_basedn.c
12824         * src/editvcard.c
12825         * src/exphtmldlg.c
12826         * src/expldifdlg.c
12827         * src/export.c
12828         * src/exporthtml.c
12829         * src/filtering.c
12830         * src/folder.c
12831         * src/folder_item_prefs.c
12832         * src/foldersel.c
12833         * src/folderview.c
12834         * src/grouplistdialog.c
12835         * src/headerview.c
12836         * src/imap.c
12837         * src/imap_gtk.c
12838         * src/import.c
12839         * src/importldif.c
12840         * src/importmutt.c
12841         * src/importpine.c
12842         * src/inc.c
12843         * src/ldif.c
12844         * src/main.c
12845         * src/mainwindow.c
12846         * src/matcher.c
12847         * src/mbox.c
12848         * src/message_search.c
12849         * src/messageview.c
12850         * src/mh.c
12851         * src/mh_gtk.c
12852         * src/mimeview.c
12853         * src/msgcache.c
12854         * src/news.c
12855         * src/news_gtk.c
12856         * src/noticeview.c
12857         * src/partial_download.c
12858         * src/pop.c
12859         * src/prefs_account.c
12860         * src/prefs_actions.c
12861         * src/prefs_common.c
12862         * src/prefs_customheader.c
12863         * src/prefs_display_header.c
12864         * src/prefs_ext_prog.c
12865         * src/prefs_filtering.c
12866         * src/prefs_filtering_action.c
12867         * src/prefs_folder_item.c
12868         * src/prefs_fonts.c
12869         * src/prefs_gtk.c
12870         * src/prefs_matcher.c
12871         * src/prefs_msg_colors.c
12872         * src/prefs_spelling.c
12873         * src/prefs_summary_column.c
12874         * src/prefs_template.c
12875         * src/prefs_themes.c
12876         * src/prefs_toolbar.c
12877         * src/prefs_wrapping.c
12878         * src/privacy.c
12879         * src/procheader.c
12880         * src/procmime.c
12881         * src/procmsg.c
12882         * src/quote_fmt.c
12883         * src/recv.c
12884         * src/send_message.c
12885         * src/setup.c
12886         * src/sourcewindow.c
12887         * src/ssl_manager.c
12888         * src/statusbar.c
12889         * src/summary_search.c
12890         * src/summaryview.c
12891         * src/textview.c
12892         * src/toolbar.c
12893         * src/wizard.c
12894         * src/common/nntp.c
12895         * src/common/plugin.c
12896         * src/common/smtp.c
12897         * src/common/ssl.c
12898         * src/common/ssl_certificate.c
12899         * src/common/string_match.c
12900         * src/common/sylpheed.c
12901         * src/common/template.c
12902         * src/common/utils.c
12903         * src/gtk/about.c
12904         * src/gtk/colorlabel.c
12905         * src/gtk/description_window.c
12906         * src/gtk/filesel.c
12907         * src/gtk/foldersort.c
12908         * src/gtk/gtkaspell.c
12909         * src/gtk/gtkutils.c
12910         * src/gtk/inputdialog.c
12911         * src/gtk/logwindow.c
12912         * src/gtk/menu.c
12913         * src/gtk/pluginwindow.c
12914         * src/gtk/prefswindow.c
12915         * src/gtk/progressdialog.c
12916         * src/gtk/quicksearch.c
12917         * src/gtk/sslcertwindow.c
12918         * src/plugins/clamav/clamav_plugin.c
12919         * src/plugins/clamav/clamav_plugin_gtk.c
12920         * src/plugins/demo/demo.c
12921         * src/plugins/dillo_viewer/dillo_prefs.c
12922         * src/plugins/dillo_viewer/dillo_viewer.c
12923         * src/plugins/image_viewer/plugin.c
12924         * src/plugins/image_viewer/viewer.c
12925         * src/plugins/image_viewer/viewerprefs.c
12926         * src/plugins/mathml_viewer/mathml_viewer.c
12927         * src/plugins/pgpmime/passphrase.c
12928         * src/plugins/pgpmime/plugin.c
12929         * src/plugins/pgpmime/prefs_gpg.c
12930         * src/plugins/pgpmime/select-keys.c
12931         * src/plugins/pgpmime/sgpgme.c
12932         * src/plugins/spamassassin/spamassassin.c
12933         * src/plugins/spamassassin/spamassassin_gtk.c
12934         * src/plugins/trayicon/trayicon.c
12935                 sync with main (revision 104)
12936
12937 2005-02-10 [colin]      1.0.1cvs3.1
12938
12939         * src/mainwindow.c
12940                 Sync with HEAD (fix occasional crasher)
12941
12942 2005-02-10 [colin]      1.0.1cvs2.1
12943
12944         * src/messageview.c
12945                 Synw with HEAD (don't automatically display html)
12946
12947 2005-02-09 [colin]      1.0.1cvs1.3
12948
12949         * src/textview.c
12950         * src/textview.h
12951                 Add contextual menu on emails
12952
12953 2005-02-09 [colin]      1.0.1cvs1.2
12954
12955         * src/codeconv.c
12956                 Fix converting from broken headers and 
12957                 put back the _ in missing places
12958                 (feature broke with cvs24.2 sync, main 
12959                  possibly affected?)
12960
12961 2005-02-09 [colin]      1.0.1cvs1.1
12962
12963         * src/messageview.c
12964         * src/mimeview.c
12965         * src/mimeview.h
12966                 Sync with HEAD (display non text/plain mails with plugin)
12967
12968 2005-02-08 [colin]      1.0.1.1
12969
12970         * ChangeLog.claws
12971         * po/pt_BR.po
12972                 Sync with HEAD
12973         * configure.ac
12974                 Make default configuration directory 
12975                 be .sylpheed-gtk2
12976
12977 2005-02-08 [colin]      1.0.0cvs29.1
12978
12979         * po/de.po
12980         * po/es.po
12981         * po/fr.po
12982         * po/it.po
12983         * po/sk.po
12984         * po/sr.po
12985                 Sync translations with HEAD
12986
12987 2005-02-06 [colin]      1.0.0cvs28.3
12988
12989         * src/compose.c
12990                 Make compose a bit faster - patch by Alfons.
12991
12992 2005-02-06 [colin]      1.0.0cvs28.2
12993
12994         * src/compose.c
12995                 Make pasting via middle-click more reliable
12996
12997 2005-02-05 [paul]       1.0.0cvs28.1
12998
12999         * ChangeLog
13000         * ChangeLog.claws
13001         * ChangeLog.jp
13002         * configure.ac
13003         * src/compose.c
13004                 sync with HEAD
13005                 (fix bug 682 'redirect is broken'
13006
13007 2005-02-05 [torte]      1.0.0cvs27.1
13008
13009         * ChangeLog.claws
13010         * configure.ac
13011         * src/partial_download.c
13012                 Sync with HEAD (fix buf overflow)
13013
13014 2005-02-03 [colin]      1.0.0cvs26.1
13015
13016         * src/common/plugin.c
13017                 Sync with HEAD (avoid plugin mismatches)
13018
13019 2005-02-03 [paul]       1.0.0cvs25.3
13020
13021         * src/folderview.c
13022         * src/headerview.c
13023         * src/summaryview.c
13024         * src/textview.c
13025         * src/gtk/colorlabel.c
13026                 third and final part of initial sync with main-gtk2
13027
13028 2005-02-03 [paul]       1.0.0cvs25.2
13029
13030         * src/jpilot.c
13031                 fix building with jpilot support
13032
13033 2005-02-02 [colin]      1.0.0cvs25.1
13034
13035         * src/messageview.c
13036                 Sync with HEAD (fix dangerous typo)
13037
13038 2005-02-01 [colin]      1.0.0cvs24.3
13039
13040         * src/common/xml.c
13041                 Write file as advertised (UTF-8)
13042
13043 2005-02-01 [paul]       1.0.0cvs24.2
13044
13045         * src/addrbook.c
13046         * src/addrindex.c
13047         * src/alertpanel.h
13048         * src/codeconv.c
13049         * src/codeconv.h
13050         * src/compose.c
13051         * src/export.c
13052         * src/folder_item_prefs.c
13053         * src/html.c
13054         * src/imap.c
13055         * src/import.c
13056         * src/jpilot.c
13057         * src/mainwindow.c
13058         * src/matcher_parser_lex.l
13059         * src/messageview.c
13060         * src/mh.c
13061         * src/prefs_account.c
13062         * src/prefs_actions.c
13063         * src/prefs_common.c
13064         * src/prefs_gtk.c
13065         * src/prefs_gtk.h
13066         * src/prefs_themes.c
13067         * src/procheader.c
13068         * src/procmime.c
13069         * src/sourcewindow.c
13070         * src/statusbar.c
13071         * src/summaryview.c
13072         * src/textview.c
13073         * src/toolbar.c
13074         * src/unmime.c
13075         * src/common/template.c
13076         * src/common/utils.c
13077         * src/common/xml.c
13078         * src/common/xml.h
13079         * src/gtk/gtkaspell.c
13080         * src/plugins/clamav/clamav_plugin.c
13081         * src/plugins/dillo_viewer/dillo_prefs.c
13082         * src/plugins/image_viewer/viewerprefs.c
13083         * src/plugins/pgpmime/passphrase.c
13084         * src/plugins/pgpmime/prefs_gpg.c
13085         * src/plugins/pgpmime/select-keys.c
13086         * src/plugins/spamassassin/spamassassin.c
13087                 second part of initial sync with main-gtk2
13088                 (more to follow)
13089
13090 2005-01-31 [colin]      1.0.0cvs24.1
13091
13092         * src/compose.c
13093                 Sync with HEAD
13094
13095 2005-01-29 [paul]       1.0.0cvs23.2
13096
13097         * src/account.c
13098         * src/action.c
13099         * src/addressadd.c
13100         * src/addressbook.c
13101         * src/alertpanel.c
13102         * src/compose.c
13103         * src/editaddress.c
13104         * src/editbook.c
13105         * src/editgroup.c
13106         * src/editjpilot.c
13107         * src/editldap.c
13108         * src/editldap_basedn.c
13109         * src/editvcard.c
13110         * src/export.c
13111         * src/foldersel.c
13112         * src/grouplistdialog.c
13113         * src/import.c
13114         * src/importldif.c
13115         * src/inc.c
13116         * src/main.c
13117         * src/mainwindow.c
13118         * src/message_search.c
13119         * src/messageview.c
13120         * src/mimeview.c
13121         * src/prefs_actions.c
13122         * src/prefs_common.c
13123         * src/prefs_common.h
13124         * src/prefs_customheader.c
13125         * src/prefs_display_header.c
13126         * src/prefs_filtering.c
13127         * src/prefs_filtering_action.c
13128         * src/prefs_gtk.c
13129         * src/prefs_matcher.c
13130         * src/prefs_summary_column.c
13131         * src/prefs_template.c
13132         * src/sourcewindow.c
13133         * src/summary_search.c
13134         * src/summaryview.c
13135         * src/textview.c
13136         * src/gtk/about.c
13137         * src/gtk/description_window.c
13138         * src/gtk/gtkshruler.c
13139         * src/gtk/gtkutils.c
13140         * src/gtk/gtkutils.h
13141         * src/gtk/inputdialog.c
13142         * src/gtk/logwindow.c
13143         * src/gtk/prefswindow.c
13144         * src/gtk/progressdialog.c
13145         * src/gtk/progressdialog.h
13146                 first part of initial sync with main-gtk2
13147                 (more to follow)
13148
13149 2005-01-28 [colin]      1.0.0cvs23.1
13150
13151         * src/folderview.c
13152                 Sync with HEAD
13153
13154 2005-01-27 [colin]      1.0.0cvs21.1
13155
13156         * src/folder.c
13157         * src/folderview.c
13158                 Sync with HEAD
13159
13160 2005-01-27 [colin]      1.0.0cvs19.1
13161
13162         * src/procmime.c
13163                 Sync with HEAD
13164
13165 2005-01-27 [colin]      1.0.0cvs18.1
13166
13167         * src/messageview.c
13168         * src/summaryview.c
13169         * src/mainwindow.c
13170         * src/compose.c
13171         * src/compose.h
13172         * src/procmsg.c
13173         * src/procmsg.h
13174         * src/toolbar.c
13175                 Sync with HEAD
13176
13177 2005-01-26 [paul]       1.0.0cvs15.2
13178
13179         * src/compose.c
13180                 compose_entries_set(): convert subject and body to
13181                 utf8 if necessary. patch by Felix Eckhofer
13182
13183 2005-01-26 [paul]       1.0.0cvs15.1
13184
13185         * configure.ac
13186         * src/common/template.c
13187                 sync with HEAD (fix memory leak)
13188
13189 2005-01-25 [paul]       1.0.0cvs14.1
13190
13191         * configure.ac
13192         * src/compose.c
13193                 sync with HEAD
13194
13195 2005-01-24 [colin]      1.0.0cvs13.1
13196
13197         * src/summaryview.c
13198                 Sync with HEAD
13199
13200 2005-01-24 [paul]       1.0.0cvs12.1
13201
13202         * configure.ac
13203         * src/messageview.c
13204         * src/mh.c
13205         * src/common/utils.c
13206                 sync with HEAD
13207
13208 2005-01-24 [colin]      1.0.0cvs11.1
13209
13210         * src/procheader.c
13211                 Sync with HEAD
13212
13213 2005-01-24 [colin]      1.0.0cvs10.1
13214
13215         * src/folderview.c
13216                 Sync with HEAD
13217
13218 2005-01-23 [colin]      1.0.0cvs9.1
13219
13220         * src/crash.c
13221                 Sync with HEAD
13222
13223 2005-01-22 [colin]      1.0.0cvs8.1
13224
13225         * src/summaryview.c
13226         * src/gtk/quicksearch.c
13227                 Sync with HEAD
13228
13229 2005-01-21 [colin]      1.0.0cvs7.1
13230
13231         * src/summaryview.c
13232                 Sync with HEAD
13233
13234 2005-01-21 [colin]      1.0.0cvs6.1
13235
13236         * src/summaryview.c
13237                 Sync with HEAD
13238
13239 2005-01-21 [colin]      1.0.0cvs5.1
13240
13241         * src/gtk/quicksearch.c
13242         * src/prefs_common.c
13243         * src/prefs_common.h
13244                 Sync with HEAD (recurse option)
13245
13246 2005-01-21 [colin]      1.0.0cvs4.1
13247
13248         * src/folder.h
13249         * src/folderview.c
13250         * src/folderview.h
13251         * src/summaryview.c
13252         * src/gtk/quicksearch.c
13253         * src/gtk/quicksearch.h
13254                 Sync with HEAD (recursive quicksearch)
13255
13256 2005-01-20 [colin]      1.0.0cvs3.4
13257
13258         * src/ssl_manager.c
13259                 Remove useless code
13260
13261 2005-01-20 [colin]      1.0.0cvs3.3
13262
13263         * src/ssl_manager.c
13264                 Fix leak, thanks to Alfons.
13265
13266 2005-01-20 [colin]      1.0.0cvs3.2
13267
13268         * src/ssl_manager.c
13269                 Port SSL certificate window to GTK2.
13270
13271 2005-01-20 [paul]       1.0.0cvs3.1
13272
13273         * ChangeLog.claws
13274         * configure.ac
13275         * src/addrindex.c
13276         * src/addrindex.h
13277                 sync with HEAD
13278
13279 2005-01-19 [colin]      1.0.0cvs2.2
13280
13281         * src/plugins/trayicon/trayicon.c
13282                 Fix freeze with gtk-2.6, the easy way
13283                 (signal blocking helpless there...)
13284                 Closes bug #668.
13285
13286 2005-01-19 [colin]      1.0.0cvs2.1
13287
13288         * src/mbox.c
13289         * src/mbox.h
13290         * src/mainwindow.c
13291         * src/summaryview.c
13292         * src/summaryview.h
13293                 Sync with HEAD
13294
13295 2005-01-19 [paul]       1.0.0cvs1.1
13296
13297         * configure.ac
13298         * po/de.po
13299         * po/es.po
13300         * po/fr.po
13301         * po/hr.po
13302         * po/it.po
13303         * po/ja.po
13304         * po/ko.po
13305         * po/pt_BR.po
13306         * po/ru.po
13307         * po/sk.po
13308         * po/sr.po
13309                 sync with HEAD (update translations)
13310
13311 2005-01-18 [colin]      1.0.0cvs0.1
13312
13313         * src/foldersel.c
13314                 Specify search column - patch by Alfons
13315
13316 2005-01-18 [colin]      0.9.13cvs36.3
13317
13318         * src/prefs_toolbar.c
13319                 Change Delete to Remove
13320         * src/prefs_fonts.c
13321                 GTK2 version and leak fixes
13322         * src/prefs_actions.c
13323                 Add stock buttons.
13324                 All patches by Alfons
13325
13326 2005-01-17 [colin]      0.9.13cvs36.2
13327
13328         * src/compose.c
13329                 Fix DnD inserting twice. While at it,
13330                 add DnD support for text/plain in the
13331                 body, and add support in the headers.
13332
13333 2005-01-16 [colin]      0.9.13cvs36.1
13334
13335         * ChangeLog
13336         * ChangeLog.jp
13337         * ChangeLog.claws
13338                 Sync with HEAD (nothing applicable)
13339
13340 2005-01-16 [colin]      0.9.13cvs33.2
13341
13342         * src/prefs_toolbar.c
13343                 GTK2ize prefs_toolbar, by Alfons.
13344
13345 2005-01-14 [colin]      0.9.13cvs33.1
13346
13347         * src/html.c
13348         * src/msgcache.c
13349                 Sync with HEAD
13350
13351 2005-01-14 [colin]      0.9.13cvs32.1
13352
13353         * src/html.c
13354         * src/html.h
13355         * src/msgcache.c
13356         * AUTHORS
13357         * tools/calypso_convert.pl
13358                 Sync with HEAD
13359
13360 2005-01-08 [colin]      0.9.13cvs29.2
13361
13362         * src/prefs_filtering_action.c
13363         * src/prefs_filtering.c
13364                 2 more gtk2 patches by Alfons
13365
13366 2005-01-07 [paul]       0.9.13cvs29.1
13367
13368         * ChangeLog
13369         * ChangeLog.claws
13370         * ChangeLog.jp
13371         * configure.ac
13372         * src/pop.c
13373         * src/pop.h
13374                 sync with HEAD
13375
13376 2005-01-07 [colin]      0.9.13cvs28.3
13377
13378         * src/gtk/progressdialog.c
13379         * src/gtk/progressdialog.h
13380         * src/inc.c
13381         * src/send_message.c
13382                 GTK2 for the incorporation dialog. The CList isn't dead
13383                 yet, for a more smooth migration. Patch by Alfons.
13384
13385 2005-01-06 [colin]      0.9.13cvs28.2
13386
13387         * src/prefs_display_header.c
13388                 GTK2 conversion by Alfons
13389         * src/prefs_actions.c
13390         * src/prefs_matcher.c
13391                 Fix 2 leaks - patch by Alfons
13392
13393 2005-01-06 [colin]      0.9.13cvs28.1
13394
13395         * src/prefs_matcher.c
13396                 Sync with HEAD
13397
13398 2005-01-06 [colin]      0.9.13cvs27.4
13399
13400         * src/prefs_matcher.c
13401                 Fix double-free. Patch by Alfons
13402
13403 2005-01-06 [colin]      0.9.13cvs27.3
13404
13405         * src/prefs_matcher.c
13406                 GTK2 widgets + memleak
13407                 Patch by Alfons
13408
13409 2005-01-05 [colin]      0.9.13cvs27.2
13410
13411         * src/account.c
13412         * src/addr_compl.c
13413         * src/foldersel.c
13414         * src/stock_pixmap.c
13415         * src/stock_pixmap.h
13416                 3 more GTK2 patches by Alfons.
13417
13418 2005-01-04 [colin]      0.9.13cvs27.1
13419
13420         * src/folderview.c
13421         * src/imap_gtk.c
13422         * src/news_gtk.c
13423                 Sync with HEAD
13424
13425 2005-01-04 [colin]      0.9.13cvs25.9
13426
13427         * src/compose.c
13428                 Fix Show Ruler menuitem
13429         * src/prefs_template.c
13430                 Convert to GTK2
13431         * src/common/utils.c
13432                 Make auto pointer stuff handles NULLs
13433                 Patches by Alfons.
13434
13435 2005-01-04 [colin]      0.9.13cvs25.8
13436
13437         * src/compose.c
13438                 Move the attachment list to gtk2
13439                 Patch by Alfons.
13440
13441 2005-01-04 [colin]      0.9.13cvs25.7
13442
13443         * src/textview.c
13444                 Make some keys work again
13445                 Patch by SungHyun Nam <namsh@kldp.org>
13446
13447 2005-01-04 [colin]      0.9.13cvs25.6
13448
13449         * src/gtk/gtkshruler.c
13450                 Move the ruler to GTK2
13451                 Patch by Alfons
13452
13453 2005-01-03 [colin]      0.9.13cvs25.5
13454
13455         * src/compose.c
13456                 Fix my broken patch apply 
13457
13458 2005-01-03 [colin]      0.9.13cvs25.4
13459
13460         * src/common/utils.c
13461         * src/common/utils.h
13462         * src/gtk/prefswindow.c
13463                 Move auto pointer stuff to utils.c
13464                 Patch by Alfons again :)
13465
13466 2005-01-03 [colin]      0.9.13cvs25.3
13467
13468         * src/compose.c
13469         * src/prefs_gtk.c
13470         * src/prefs_template.c
13471         * src/textview.c
13472                 Empty text widgets with empty strings, not NULL char
13473                 Patch by SungHyun Nam <namsh@kldp_org>
13474
13475 2005-01-03 [colin]      0.9.13cvs25.2
13476
13477         * src/main.c
13478         * AUTHORS
13479                 Sync with HEAD
13480
13481 2005-01-03 [colin]      0.9.13cvs25.1
13482
13483         * src/pop.c
13484         * src/pop.h
13485                 Sync with HEAD
13486
13487 2005-01-03 [colin]      0.9.13cvs24.3
13488
13489         * src/account.c
13490                 Two patches from Alfons and Alex S Moore:
13491                 fix images, fix return value.
13492
13493 2005-01-01 [colin]      0.9.13cvs24.2
13494
13495         * src/prefs_actions.c
13496                 Fix over-zealous assertion. Patch by Alfons
13497
13498 2005-01-01 [colin]      0.9.13cvs24.1
13499
13500         * src/procmime.c
13501                 Sync with HEAD (leak fix)
13502
13503 2004-12-31 [colin]      0.9.13cvs23.2
13504
13505         * src/prefs_common.c
13506                 GTK2 widgets + stock buttons - patch by Alfons
13507
13508 2004-12-31 [paul]       0.9.13cvs23.1
13509
13510         * configure.ac
13511                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13512         * src/gtk/pluginwindow.c
13513                 use GTK2 widgets and plug memory leaks,
13514                 patches by Alfons
13515
13516 2004-12-30 [colin]      0.9.13cvs22.4
13517
13518         * src/account.c
13519         * src/action.c
13520         * src/export.c
13521         * src/foldersel.c
13522         * src/import.c
13523         * src/message_search.c
13524         * src/prefs_actions.c
13525         * src/prefs_common.c
13526         * src/prefs_customheader.c
13527         * src/prefs_filtering.c
13528         * src/prefs_summary_column.c
13529         * src/summary_search.c
13530         * src/gtk/about.c
13531         * src/gtk/description_window.c
13532         * src/gtk/gtkutils.c
13533         * src/gtk/gtkutils.h
13534         * src/gtk/inputdialog.c
13535         * src/gtk/prefswindow.c
13536                 Use GTK2 stock buttons. Patches by Alfons.
13537
13538 2004-12-30 [colin]      0.9.13cvs22.3
13539
13540         * src/account.c
13541                 Sync with HEAD
13542         * src/prefs_actions.c
13543         * src/prefs_customheader.c
13544         * src/prefs_filtering.c
13545         * src/prefs_msg_colors.c
13546         * src/prefs_summary_column.c
13547         * src/gtk/prefswindow.c
13548                 Use GtkTreeView instead of deprecated 
13549                 widgets. Patches by Alfons.
13550
13551 2004-12-30 [paul]       0.9.13cvs22.2
13552
13553         * src/foldersel.c
13554                 use GTK 2 Tree View
13555                 patch by Alfons, with root folder sorting fix
13556                 by Stephan Sachse
13557
13558 2004-12-30 [paul]       0.9.13cvs22.1
13559
13560         * ChangeLog
13561         * ChangeLog.claws
13562         * ChangeLog.jp
13563         * NEWS
13564         * configure.ac
13565         * src/account.c
13566                 sync with HEAD
13567
13568 2004-12-22 [martin]     0.9.13cvs21.2
13569
13570         * src/action.c
13571                 free the command line after its use
13572
13573 2004-12-18 [paul]       0.9.13cvs21.1
13574
13575         * AUTHORS
13576         * ChangeLog
13577         * ChangeLog.claws
13578         * ChangeLog.jp
13579         * NEWS
13580         * configure.ac
13581         * src/action.c
13582         * src/compose.c
13583         * src/syldap.c
13584                 sync with HEAD
13585
13586 2004-12-17 [martin]     0.9.13cvs17.2
13587
13588         * src/action.c
13589                 convert actions input to locale
13590         * src/inc.c
13591                 convert notification command to locale
13592         * src/plugins/pgpmime/select-keys.c
13593                 convert attributes to utf8
13594
13595 2004-12-14 [colin]      0.9.13cvs17.1
13596
13597         * ChangeLog
13598         * ChangeLog.jp
13599         * ChangeLog.claws
13600         * src/action.c
13601         * src/common/utils.c
13602         * src/gtk/prefswindow.c
13603         * src/gtk/gtkutils.c
13604         * src/gtk/gtkutils.h
13605         * src/plugins/spamassassin/libspamc.c
13606                 Sync with HEAD
13607
13608 2004-12-13 [colin]      0.9.13cvs14.1
13609
13610         * src/quote_fmt_parse.y
13611                 Sync with HEAD
13612
13613 2004-12-10 [colin]      0.9.13cvs12.1
13614
13615         * src/prefs_themes.c
13616         * src/mainwindow.c
13617         * src/messageview.c
13618                 Sync with HEAD
13619
13620 2004-12-09 [colin]      0.9.13cvs10.1
13621
13622         * src/procmime.c
13623                 Sync with HEAD (fix B64 encoding from memory)
13624
13625 2004-12-08 [colin]      0.9.13cvs9.1
13626
13627         * src/gtk/colorlabel.c
13628                 Sync with HEAD
13629
13630 2004-12-08 [paul]       0.9.13cvs8.2
13631
13632         * src/gtk/pluginwindow.c
13633                 fix window resizing oddities
13634
13635 2004-12-08 [colin]      0.9.13cvs8.1
13636
13637         * src/quote_fmt_parse.y
13638                 Sync with HEAD
13639
13640 2004-12-08 [colin]      0.9.13cvs7.1
13641
13642         * src/matcher_parser_parse.y
13643         * src/msgcache.c
13644         * src/prefs_matcher.c
13645         * src/procheader.c
13646         * src/matcher.c
13647         * src/common/defs.h
13648         * po/sr.po
13649                 Sync with HEAD
13650
13651 2004-12-08 [colin]      0.9.13cvs6.1
13652
13653         * src/quote_fmt_parse.y
13654         * src/textview.c
13655                 Sync with HEAD
13656         * src/gtk/prefswindow.c
13657         * src/gtk/pluginwindow.c
13658                 Fix G_CALLBACKS protos (thanks to Alfons)
13659
13660 2004-12-07 [torte]      0.9.13cvs2.2
13661
13662         * src/procmime.c
13663                 [Bug 650] reply button causes crash
13664                 Thanks to David Relson and Christoph
13665
13666 2004-12-07 [colin]      0.9.13cvs2.1
13667
13668         * ChangeLog.claws
13669         * AUTHORS
13670         * po/sk.po
13671         * src/procmime.c
13672         * src/prefs_account.c
13673         * src/common/smtp.c
13674         * src/common/smtp.h
13675                 Sync with HEAD
13676
13677 2004-12-06 [colin]      0.9.12cvs187.1
13678
13679         * ChangeLog.claws
13680         * INSTALL
13681         * Makefile.am
13682         * README.claws
13683         * TODO.claws
13684         * configure.ac
13685         * po/bg.po
13686         * po/cs.po
13687         * po/el.po
13688         * po/en_GB.po
13689         * po/es.po
13690         * po/fr.po
13691         * po/hr.po
13692         * po/hu.po
13693         * po/it.po
13694         * po/ja.po
13695         * po/ko.po
13696         * po/nl.po
13697         * po/pl.po
13698         * po/pt_BR.po
13699         * po/ru.po
13700         * po/sk.po
13701         * po/sr.po
13702         * po/sv.po
13703         * po/zh_CN.po
13704         * po/zh_TW.Big5.po
13705         * src/compose.c
13706         * tools/Makefile.am
13707         * tools/README
13708         * tools/filter_conv.pl
13709         * tools/kdeservicemenu/README
13710         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13711         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13712                 Sync with HEAD
13713
13714 2004-12-04 [colin]      0.9.12cvs183.1
13715
13716         * src/compose.c
13717                 Sync with HEAD (compose window position saving)
13718
13719 2004-12-04 [paul]       0.9.12cvs182.3
13720
13721         * src/messageview.c
13722         * src/mimeview.c
13723         * src/prefs_customheader.c
13724         * src/gtk/quicksearch.c
13725                 replace some forgotten GTK_SIGNAL_FUNCs
13726
13727 2004-12-04 [paul]       0.9.12cvs182.2
13728
13729         * src/Makefile.am
13730                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13731                 committed in error      
13732
13733 2004-12-04 [paul]       0.9.12cvs182.1
13734
13735         * ChangeLog
13736         * ChangeLog.claws
13737         * ChangeLog.jp
13738         * INSTALL
13739         * NEWS
13740         * README
13741         * README.jp
13742         * configure.ac
13743         * doc/manual/ja/Makefile.am
13744         * doc/manual/ja/sylpheed-1.html
13745         * doc/manual/ja/sylpheed-10.html
13746         * doc/manual/ja/sylpheed-11.html
13747         * doc/manual/ja/sylpheed-12.html
13748         * doc/manual/ja/sylpheed-13.html
13749         * doc/manual/ja/sylpheed-14.html
13750         * doc/manual/ja/sylpheed-15.html
13751         * doc/manual/ja/sylpheed-16.html
13752         * doc/manual/ja/sylpheed-17.html
13753         * doc/manual/ja/sylpheed-18.html
13754         * doc/manual/ja/sylpheed-19.html
13755         * doc/manual/ja/sylpheed-2.html
13756         * doc/manual/ja/sylpheed-20.html
13757         * doc/manual/ja/sylpheed-3.html
13758         * doc/manual/ja/sylpheed-4.html
13759         * doc/manual/ja/sylpheed-5.html
13760         * doc/manual/ja/sylpheed-6.html
13761         * doc/manual/ja/sylpheed-7.html
13762         * doc/manual/ja/sylpheed-8.html
13763         * doc/manual/ja/sylpheed-9.html
13764         * doc/manual/ja/sylpheed.html
13765         * doc/manual/ja/sylpheed.sgml
13766         * po/de.po
13767         * src/Makefile.am
13768         * src/compose.c
13769         * src/procmime.c
13770         * src/pixmaps/regular.xpm **REMOVED**
13771         * src/plugins/pgpmime/pgpmime.c
13772         * src/plugins/pgpmime/plugin.c
13773         * src/plugins/pgpmime/prefs_gpg.c
13774                 sync with HEAD
13775
13776 2004-12-03 [paul]       0.9.12cvs180.1
13777
13778         * ChangeLog
13779         * ChangeLog.claws
13780         * ChangeLog.jp
13781         * configure.ac
13782         * src/Makefile.am
13783         * src/pop.c
13784         * src/common/utils.c
13785         * src/common/utils.h
13786         * src/pixmaps/continue.xpm
13787         * src/pixmaps/dir_close.xpm
13788         * src/pixmaps/dir_open.xpm
13789         * src/pixmaps/drafts_close.xpm
13790         * src/pixmaps/drafts_open.xpm
13791         * src/pixmaps/folder.xpm **REMOVED**
13792         * src/pixmaps/group.xpm
13793         * src/pixmaps/unread.xpm
13794                 sync with HEAD
13795
13796 2004-12-02 [colin]      0.9.12cvs179.1
13797
13798         * src/compose.c
13799                 Sync with HEAD (non-duplicated reedition)
13800
13801 2004-12-02 [colin]      0.9.12cvs178.1
13802
13803         * src/compose.c
13804                 Sync with HEAD (linewrap_quote fix)
13805
13806 2004-12-01 [colin]      0.9.12cvs177.3
13807
13808         * src/addrharvest.c
13809                 Replace sizeof with strlen
13810
13811 2004-12-01 [paul]       0.9.12cvs177.2
13812
13813         * src/addrharvest.c
13814                 fix 'harvest addresses'
13815
13816 2004-11-30 [colin]      0.9.12cvs177.1
13817
13818         * src/gtk/prefswindow.c
13819         * src/gtk/pluginwindow.c
13820                 Sync with HEAD
13821
13822 2004-11-29 [colin]      0.9.12cvs176.1
13823
13824         * src/folderview.c
13825                 sync with HEAD (Fix disappearing separators in folderview's popup)
13826
13827 2004-11-29 [colin]      0.9.12cvs175.1
13828
13829         * src/procmime.c
13830                 Sync with head (another format fix)
13831
13832 2004-11-29 [colin]      0.9.12cvs174.1
13833
13834         * src/pop.c
13835                 Sync with HEAD (format string fix)
13836
13837 2004-11-26 [colin]      0.9.12cvs173.1
13838
13839         * src/common/smtp.c
13840         * src/common/smtp.h
13841                 Sync with HEAD
13842
13843 2004-11-24 [colin]      0.9.12cvs172.1
13844
13845         * src/plugins/pgpmime/pgpmime.c
13846                 Sync with HEAD
13847
13848 2004-11-24 [colin]      0.9.12cvs171.1
13849
13850         * src/plugins/pgpmime/pgpmime.c
13851                 Sync with head (gpgmectx leaks)
13852
13853 2004-11-24 [colin]      0.9.12cvs169.1
13854
13855         * src/plugins/pgpmime/plugin.c
13856         * src/plugins/trayicon/Makefile.am
13857         * src/plugins/trayicon/newmarkedmail.xpm
13858         * src/plugins/trayicon/trayicon.c
13859         * src/plugins/trayicon/unreadmarkedmail.xpm
13860                 Sync with HEAD
13861
13862 2004-11-23 [colin]      0.9.12cvs168.1
13863
13864         * src/partial_download.c
13865         * src/partial_download.h
13866         * src/plugins/pgpmime/plugin.c
13867                 Sync with HEAD
13868
13869 2004-11-23 [colin]      0.9.12cvs166.1
13870
13871         * src/Makefile.am
13872         * src/codeconv.c
13873         * src/compose.c
13874         * src/folderview.c
13875         * src/main.c
13876         * src/partial_download.c
13877         * src/partial_download.h
13878         * src/prefs_account.c
13879         * src/prefs_account.h
13880         * src/privacy.c
13881         * src/privacy.h
13882         * src/procmime.c
13883         * src/common/Makefile.am
13884         * src/common/base64.h
13885         * src/common/partial_download.c
13886         * src/common/partial_download.h
13887         * src/gtk/prefswindow.c
13888         * src/gtk/prefswindow.h
13889         * src/plugins/pgpmime/pgpmime.c
13890         * src/plugins/pgpmime/prefs_gpg.c
13891         * src/plugins/pgpmime/prefs_gpg.h
13892         * src/plugins/pgpmime/sgpgme.c
13893         * src/plugins/pgpmime/sgpgme.h
13894                 Sync with HEAD
13895
13896 2004-11-23 [colin]      0.9.12cvs163.1
13897
13898         * src/main.c
13899                 Sync with HEAD (cursor optimization)
13900
13901 2004-11-23 [colin]      0.9.12cvs162.1
13902
13903         * src/prefs_common.c
13904         * src/prefs_themes.c
13905         * src/procmsg.c
13906                 Sync with HEAD
13907
13908 2004-11-23 [colin]      0.9.12cvs158.9
13909
13910         * src/compose.c
13911                 Fix double-free when forwarding
13912         * src/msgcache.c
13913                 Fix leak on error path
13914                 
13915
13916 2004-11-23 [colin]      0.9.12cvs158.8
13917
13918         * src/compose.c
13919                 Fix possible double-free
13920                 Spotted by Alfons
13921
13922 2004-11-23 [colin]      0.9.12cvs158.7
13923
13924         * src/compose.c
13925                 Fix some signal handlers' prototypes
13926                 Spotted by Alfons
13927
13928 2004-11-22 [colin]      0.9.12cvs158.6
13929
13930         * src/compose.c
13931                 Remove unneeded code and duplicated
13932                 wrapping - patch by Alfons
13933
13934 2004-11-22 [colin]      0.9.12cvs158.5
13935
13936         * src/prefs_themes.c
13937                 Fix oversized selector
13938
13939 2004-11-22 [colin]      0.9.12cvs158.4
13940
13941         * src/compose.c
13942                 fix dump_text()
13943                 patch by Alfons
13944
13945 2004-11-19 [colin]      0.9.12cvs158.3
13946
13947         * src/textview.c
13948                 Add a context menu on links (open, copy)
13949
13950 2004-11-18 [paul]       0.9.12cvs158.2
13951
13952         * src/addrgather.c
13953         * src/exphtmldlg.c
13954         * src/expldifdlg.c
13955         * src/mimeview.c
13956         * src/prefs_common.c
13957         * src/plugins/image_viewer/viewer.c
13958         * src/plugins/spamassassin/spamassassin_gtk.c
13959                 replace deprecated gtk_notebook_set_page
13960                 and gtk_notebook_current_page
13961
13962 2004-11-18 [paul]       0.9.12cvs158.1
13963
13964         * configure.ac
13965         * src/compose.c
13966         * src/mainwindow.c
13967         * src/messageview.c
13968         * src/prefs_common.c
13969         * src/common/utils.c
13970         * src/common/utils.h
13971                 sync with HEAD
13972
13973 2004-11-17 [colin]      0.9.12cvs156.1
13974
13975         * src/prefs_account.c
13976         * src/prefs_account.h
13977         * src/procmsg.c
13978                 Sync with HEAD (add pref to store encrypted mails encrypted)
13979
13980 2004-11-17 [paul]       0.9.12cvs155.1
13981
13982         * ChangeLog
13983         * ChangeLog.claws
13984         * ChangeLog.jp
13985         * NEWS
13986         * configure.ac
13987         * src/compose.c
13988         * src/jpilot.c
13989         * src/privacy.c
13990         * src/procmime.c
13991         * src/procmime.h
13992         * src/procmsg.c
13993         * src/toolbar.c
13994         * src/pixmaps/error.xpm
13995                 sync with HEAD
13996
13997 2004-11-17 [colin]      0.9.12cvs151.1
13998
13999         * src/plugins/pgpmime/pgpmime.c
14000                 Sync with HEAD (remove debug printf)
14001
14002 2004-11-17 [colin]      0.9.12cvs150.1
14003
14004         * src/plugins/pgpmime/pgpmime.c
14005                 Sync with HEAD (off-by-one fix)
14006
14007 2004-11-17 [colin]      0.9.12cvs149.1
14008
14009         * src/procmsg.c
14010                 Sync with HEAD (coding style fixes)
14011
14012 2004-11-16 [colin]      0.9.12cvs148.1
14013
14014         * src/procmsg.c
14015                 Sync with head (Fix the fix)
14016
14017 2004-11-16 [colin]      0.9.12cvs147.1
14018
14019         * src/procmsg.c
14020                 Sync with Main (leak fix)
14021
14022 2004-11-16 [colin]      0.9.12cvs146.14
14023
14024         * src/compose.c
14025                 Remove useless chunk of code
14026                 Patch by Alfons
14027
14028 2004-11-15 [colin]      0.9.12cvs146.13
14029
14030         * src/compose.c
14031                 Fix drafting after insertion
14032                 Patch by Alfons
14033
14034 2004-11-15 [colin]      0.9.12cvs146.12
14035
14036         * src/compose.c
14037         * src/prefs_filtering.c
14038         * src/prefs_filtering_action.c
14039         * src/prefs_toolbar.c
14040                 Fix some const-correctness
14041
14042 2004-11-15 [colin]      0.9.12cvs146.11
14043
14044         * src/summaryview.c
14045         * src/prefs_themes.c
14046         * src/messageview.c
14047                 Fix some leaks
14048
14049 2004-11-15 [colin]      0.9.12cvs146.10
14050
14051         * src/codeconv.c
14052                 More unreadable locale fixes
14053
14054 2004-11-14 [colin]      0.9.12cvs146.9
14055
14056         * src/textview.c
14057                 Fix uri_security_check
14058                 Patch by Alfons
14059
14060 2004-11-13 [paul]       0.9.12cvs146.8
14061
14062         * src/folder.c
14063         * src/procmime.c
14064                 fix 2 bugs introduced in last commit
14065
14066 2004-11-13 [paul]       0.9.12cvs146.7
14067
14068         * src/compose.c
14069         * src/exporthtml.c
14070         * src/exportldif.c
14071         * src/folder.c
14072         * src/imap.c
14073         * src/imap_gtk.c
14074         * src/main.c
14075         * src/mainwindow.c
14076         * src/messageview.c
14077         * src/mh_gtk.c
14078         * src/prefs_themes.c
14079         * src/procmime.c
14080         * src/setup.c
14081         * src/summaryview.c
14082                 replace deprecated g_basename
14083
14084 2004-11-13 [paul]       0.9.12cvs146.6
14085
14086         * src/compose.c
14087         * src/imap.c
14088         * src/matcher_parser.h
14089         * src/matcher_parser_parse.y
14090         * src/prefs_filtering.c
14091         * src/prefs_filtering_action.c
14092         * src/prefs_themes.c
14093         * src/prefs_toolbar.c
14094         * src/common/utils.c
14095                 various small fixes/cleanups
14096
14097 2004-11-12 [colin]      0.9.12cvs146.5
14098
14099         * src/textview.c
14100                 Validate event's origin on visibility notify
14101                 Patch by Alfons.
14102
14103 2004-11-12 [paul]       0.9.12cvs146.4
14104
14105         * src/exporthtml.c
14106         * src/exportldif.c
14107         * src/imap.c
14108         * src/mh.c
14109         * src/mimeview.c
14110         * src/prefs_spelling.c
14111         * src/prefs_themes.c
14112                 replace deprecated g_dirname    
14113
14114 2004-11-12 [colin]      0.9.12cvs146.3
14115
14116         * src/textview.c
14117                 Some coding style fixes
14118
14119 2004-11-12 [colin]      0.9.12cvs146.2
14120
14121         * src/codeconv.c
14122                 We want to replace _all_ extended chars in
14123                 conv_unreadable_*, because any string containing
14124                 extended chars not parsing as UTF8 is 
14125                 undisplayed on gtk2.
14126
14127 2004-11-12 [paul]       0.9.12cvs146.1
14128
14129         * ChangeLog
14130         * ChangeLog.claws
14131         * ChangeLog.jp
14132         * NEWS
14133         * configure.ac
14134         * src/account.c
14135         * src/folderview.c
14136         * src/folderview.h
14137         * src/imap.c
14138         * src/imap_gtk.c
14139         * src/inc.c
14140         * src/mainwindow.c
14141         * src/mh_gtk.c
14142         * src/news_gtk.c
14143         * src/pop.c
14144         * src/prefs_account.c
14145         * src/prefs_account.h
14146         * src/prefs_ext_prog.c
14147         * src/procmime.c
14148         * src/procmime.h
14149         * src/procmsg.c
14150         * src/procmsg.h
14151         * src/summary_search.c
14152         * src/summaryview.c
14153         * src/textview.c
14154         * src/common/defs.h
14155         * src/common/utils.c
14156         * src/common/utils.h
14157         * src/gtk/menu.c
14158         * src/gtk/menu.h
14159                 sync with HEAD
14160
14161 2004-11-11 [colin]      0.9.12cvs144.2
14162
14163         * src/textview.c
14164                 Fix URI range selection (patch by Alfons)
14165
14166 2004-11-09 [colin]      0.9.12cvs144.1
14167
14168         * ChangeLog.claws
14169         * src/compose.c
14170         * src/folder.c
14171         * src/folder_item_prefs.c
14172         * src/prefs_account.c
14173         * src/prefs_account.h
14174         * src/plugins/pgpmime/pgpmime.c
14175                 Sync with HEAD
14176
14177 2004-11-08 [colin]      0.9.12cvs143.1
14178
14179         * src/summaryview.c
14180                 Sync with HEAD (optimize quicksearch)
14181
14182 2004-11-08 [colin]      0.9.12cvs142.2
14183
14184         * src/compose.c
14185                 Don't wrap when Edit/Auto wrapping is disabled
14186
14187 2004-11-08 [colin]      0.9.12cvs142.1
14188
14189         * src/textview.c
14190                 Sync with HEAD
14191
14192 2004-11-08 [colin]      0.9.12cvs141.1
14193
14194         * src/textview.c
14195                 Sync with HEAD (fix some mail URIs)
14196
14197 2004-11-08 [colin]      0.9.12cvs140.3
14198
14199         * src/textview.c
14200                 o Use text cursor instead of arrow when
14201                   not on a link
14202                 o Fix handling of contiguous links (as in
14203                   "colin@colino.net" <colin@colino.net>)
14204                   This one unveils a bug in get_email_part()
14205
14206 2004-11-07 [colin]      0.9.12cvs140.2
14207
14208         * src/textview.c
14209                 Fix memleak. Patch by Alfons.
14210
14211 2004-11-06 [colin]      0.9.12cvs140.1
14212
14213         * src/compose.c
14214                 Sync with HEAD (don't ask passphrase
14215                 when drafting)
14216
14217 2004-11-06 [paul]       0.9.12cvs139.2
14218
14219         * AUTHORS
14220         * src/textview.c
14221         * src/textview.h
14222                 textview URI handling. hovering over a 
14223                 link displays it in the status bar,
14224                 and changes the mouse pointer to a hand 
14225                 cursor. a link is activated with a single 
14226                 click. (Modified from the) patch by Jean-Yves 
14227                 Lefort <jylefort@users.sourceforge.net>
14228                 
14229
14230 2004-11-05 [colin]      0.9.12cvs139.1
14231
14232         * src/compose.c
14233         * src/procmime.c
14234                 Sync with HEAD again ^^
14235
14236 2004-11-05 [colin]      0.9.12cvs139.1
14237
14238         * src/compose.c
14239         * src/procmime.c
14240                 Sync with HEAD
14241
14242 2004-11-03 [paul]       0.9.12cvs138.1
14243
14244         * ChangeLog.claws
14245         * configure.ac
14246         * po/POTFILES.in
14247         * src/prefs_ext_prog.c
14248         * src/procmime.c
14249         * tools/kdeservicemenu/README
14250         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14251         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14252                 sync with HEAD
14253
14254 2004-11-01 [christoph]  0.9.12cvs136.2
14255
14256         * src/procmime.c
14257                 convert MIME parameters to UTF-8
14258
14259 2004-10-29 [colin]      0.9.12cvs136.1
14260
14261         * src/common/utils.c
14262                 Sync with HEAD (don't use '=' in mime boundary)
14263
14264 2004-10-29 [paul]       0.9.12cvs135.1
14265
14266         * configure.ac
14267         * doc/src/rfc2231.txt
14268         * src/procmime.c
14269         * src/common/quoted-printable.c
14270         * src/common/utils.c
14271         * src/common/utils.h
14272                 sync with HEAD
14273
14274 2004-10-27 [paul]       0.9.12cvs134.1
14275
14276         * configure.ac
14277         * src/main.c
14278         * src/procmime.c
14279         * src/plugins/pgpmime/pgpmime.c
14280                 sync with HEAD
14281
14282 2004-10-26 [paul]       0.9.12cvs132.3
14283
14284         * src/account.c
14285         * src/addressbook.c
14286         * src/addrgather.c
14287         * src/addrharvest.c
14288         * src/codeconv.c
14289         * src/compose.c
14290         * src/customheader.c
14291         * src/editaddress.c
14292         * src/editgroup.c
14293         * src/enriched.c
14294         * src/expldifdlg.c
14295         * src/exporthtml.c
14296         * src/exportldif.c
14297         * src/folder.c
14298         * src/foldersel.c
14299         * src/folderview.c
14300         * src/grouplistdialog.c
14301         * src/html.c
14302         * src/imap.c
14303         * src/jpilot.c
14304         * src/ldapserver.c
14305         * src/ldif.c
14306         * src/mimeview.c
14307         * src/news.c
14308         * src/news_gtk.c
14309         * src/pop.c
14310         * src/prefs_display_header.c
14311         * src/prefs_gtk.c
14312         * src/prefs_msg_colors.c
14313         * src/prefs_toolbar.c
14314         * src/procheader.c
14315         * src/procmime.c
14316         * src/summaryview.c
14317         * src/textview.c
14318         * src/toolbar.c
14319         * src/vcard.c
14320         * src/common/mgutils.c
14321         * src/common/nntp.c
14322         * src/common/smtp.c
14323         * src/common/template.c
14324         * src/common/utils.c
14325         * src/common/xmlprops.c
14326         * src/plugins/pgpmime/pgpmime.c
14327         * src/plugins/pgpmime/select-keys.c
14328         * src/plugins/pgpmime/sgpgme.c
14329                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14330                 g_string_sprintfa(), gtk_notebook_current_page()
14331
14332 2004-10-26 [colin]      0.9.12cvs132.2
14333
14334         * src/prefs_folder_item.c
14335                 Fix default-account selection
14336
14337 2004-10-21 [colin]      0.9.12cvs133
14338
14339         * src/compose.c
14340                 Sync with HEAD (Remove extra separator in compose's Options)
14341         * src/textview.c
14342                 Set wrapping to char
14343
14344 2004-10-21 [paul]       0.9.12cvs131.2
14345
14346         * src/compose.c
14347         * src/sourcewindow.c
14348                 fix wrapping
14349                 fix window shrinking 
14350
14351 2004-10-21 [colin]      0.9.12cvs131.1
14352
14353         * ChangeLog.claws
14354         * src/compose.c
14355                 Sync with HEAD
14356
14357 2004-10-21 [paul]       0.9.12cvs130.2
14358
14359         * src/prefs_folder_item.c
14360                 sync with HEAD (Apply to subfolders)
14361
14362 2004-10-19 [colin]      0.9.12cvs130.1
14363
14364         * ChangeLog.claws
14365         * src/compose.c
14366         * src/common/utils.c
14367         * src/gtk/menu.c
14368                 Sync with HEAD
14369
14370 2004-10-19 [colin]      0.9.12cvs128.1
14371
14372         * src/addrbook.c
14373         * src/addrcache.c
14374         * src/addressbook.c
14375         * src/codeconv.c
14376         * src/compose.c
14377         * src/customheader.c
14378         * src/editaddress.c
14379         * src/editgroup.c
14380         * src/exporthtml.c
14381         * src/folder.c
14382         * src/folderview.c
14383         * src/imap.c
14384         * src/jpilot.c
14385         * src/main.c
14386         * src/matcher_parser_parse.y
14387         * src/mbox.c
14388         * src/pop.c
14389         * src/prefs_account.c
14390         * src/prefs_gtk.c
14391         * src/prefs_msg_colors.c
14392         * src/procheader.c
14393         * src/procmime.c
14394         * src/procmime.h
14395         * src/procmsg.c
14396         * src/summaryview.c
14397         * src/textview.c
14398         * src/common/base64.c
14399         * src/common/partial_download.c
14400         * src/common/socket.c
14401         * src/common/sylpheed.c
14402         * src/common/utils.c
14403         * src/common/utils.h
14404         * src/gtk/pluginwindow.c
14405         * src/gtk/quicksearch.c
14406         * src/plugins/clamav/clamav_plugin.c
14407         * src/plugins/clamav/clamav_plugin.h
14408         * src/plugins/clamav/clamav_plugin_gtk.c
14409         * src/plugins/pgpmime/passphrase.c
14410         * src/plugins/pgpmime/pgpmime.c
14411         * src/plugins/pgpmime/plugin.c
14412         * src/plugins/pgpmime/prefs_gpg.c
14413         * src/plugins/pgpmime/prefs_gpg.h
14414         * src/plugins/pgpmime/select-keys.c
14415         * src/plugins/pgpmime/sgpgme.c
14416         * src/plugins/spamassassin/libspamc.c
14417         * src/plugins/spamassassin/spamassassin.c
14418         * src/plugins/spamassassin/spamassassin.h
14419         * src/plugins/spamassassin/spamassassin_gtk.c
14420         * src/plugins/trayicon/trayicon.c
14421         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14422                 Sync with HEAD
14423
14424 2004-10-14 [colin]      0.9.12cvs126.2
14425
14426         * src/codeconv.c
14427         * src/textview.c
14428                 Fix conv_unreadable_locale
14429
14430 2004-10-13 [colin]      0.9.12cvs126.1
14431
14432         * src/compose.c
14433                 Sync with HEAD (don't convert charset for 
14434                 drafted messages, minor cleanup)
14435
14436 2004-10-13 [colin]      0.9.12cvs125.1
14437
14438         * po/POTFILES.in
14439                 Sync with HEAD (POTFILES fix)
14440
14441 2004-10-12 [colin]      0.9.12cvs124.3
14442
14443         * src/compose.c
14444                 Fix encoding bug from latest sync
14445
14446 2004-10-12 [paul]       0.9.12cvs124.2
14447
14448         * src/plugins/pgpmime/prefs_gpg.c
14449         * src/plugins/pgpmime/prefs_gpg.h
14450                 forgotten in last commit        
14451
14452 2004-10-12 [paul]       0.9.12cvs124.1
14453
14454         * ChangeLog.claws
14455         * configure.ac
14456         * m4/spamassassin.m4
14457         * src/Makefile.am
14458         * src/account.c
14459         * src/compose.c
14460         * src/compose.h
14461         * src/crash.c
14462         * src/main.c
14463         * src/mimeview.c
14464         * src/passphrase.c
14465         * src/passphrase.h
14466         * src/prefs_account.c
14467         * src/prefs_account.h
14468         * src/prefs_common.c
14469         * src/privacy.c
14470         * src/privacy.h
14471         * src/procmime.c
14472         * src/procmime.h
14473         * src/procmsg.c
14474         * src/rfc2015.c
14475         * src/rfc2015.h
14476         * src/select-keys.c
14477         * src/select-keys.h
14478         * src/textview.c
14479         * src/common/utils.c
14480         * src/common/utils.h
14481         * src/gtk/about.c
14482         * src/plugins/pgpmime/Makefile.am
14483         * src/plugins/pgpmime/passphrase.c
14484         * src/plugins/pgpmime/passphrase.h
14485         * src/plugins/pgpmime/pgpmime.c
14486         * src/plugins/pgpmime/plugin.c
14487         * src/plugins/pgpmime/select-keys.c
14488         * src/plugins/pgpmime/select-keys.h
14489         * src/plugins/pgpmime/sgpgme.c
14490         * src/plugins/pgpmime/sgpgme.h
14491                 sync with HEAD
14492
14493 2004-10-04 [colin]      0.9.12cvs122.1
14494
14495         * src/mainwindow.c
14496         * src/messageview.c
14497         * src/messageview.h
14498         * src/textview.c
14499                 Sync with HEAD
14500
14501 2004-10-04 [colin]      0.9.12cvs121.1
14502
14503         * src/summaryview.c
14504                 Sync with HEAD
14505
14506 2004-10-04 [paul]       0.9.12cvs120.1
14507
14508         * configure.ac
14509                 sync with HEAD [don't try to build 
14510                 pgpmime plugin when gpgme is disabled]
14511
14512 2004-10-03 [colin]      0.9.12cvs119.3
14513
14514         * src/gtk/gtksctree.c
14515                 Lots of side effects. Put back as before 117.2.
14516         * src/summaryview.c
14517                 Fix bug #602
14518
14519 2004-10-03 [colin]      0.9.12cvs119.2
14520
14521         * src/gtk/gtksctree.c
14522                 Revert 608 fix that doesn't work that good
14523
14524 2004-10-02 [colin]      0.9.12cvs119.1
14525
14526         * src/mainwindow.c
14527         * src/messageview.c
14528         * src/prefs_common.h
14529         * src/procmime.c
14530         * src/procmime.h
14531         * src/textview.c
14532                 Sync with HEAD
14533         * src/gtk/gtksctree.c
14534                 Close bug #608
14535
14536 2004-10-01 [colin]      0.9.12cvs118.1
14537
14538         * src/mimeview.c
14539                 Sync with HEAD (better Save All fix)
14540
14541 2004-10-01 [colin]      0.9.12cvs117.2
14542
14543         * src/gtk/gtksctree.c
14544                 Faster on selection
14545
14546 2004-10-01 [colin]      0.9.12cvs117.1
14547
14548         * src/mimeview.c
14549                 Sync with HEAD (Save All: only attachments)
14550
14551 2004-10-01 [paul]       0.9.12cvs116.1
14552
14553         * ChangeLog.claws
14554         * configure.ac
14555         * src/account.c
14556         * src/prefs_common.c
14557         * src/gtk/colorlabel.c
14558                 sync with HEAD
14559
14560 2004-09-30 [colin]      0.9.12cvs115.1
14561
14562         * src/stock_pixmap.c
14563         * src/stock_pixmap.h
14564         * src/folderview.c
14565         * src/Makefile.am
14566         * src/pixmaps/read.xpm
14567                 Sync with HEAD (new pixmap)
14568
14569 2004-09-29 [colin]      0.9.12cvs114.1
14570
14571         * src/compose.c
14572                 Sync with HEAD
14573                 Fix focus handling in headers
14574
14575 2004-09-29 [paul]       0.9.12cvs113.1
14576
14577         * src/quote_fmt_parse.y
14578                 sync with HEAD
14579  
14580
14581 2004-09-28 [colin]      0.9.12cvs112.1
14582
14583         * src/folderview.c
14584         * src/mainwindow.c
14585                 Sync with HEAD
14586
14587 2004-09-28 [colin]      0.9.12cvs110.1
14588
14589         * src/folderview.c
14590                 Sync with HEAD (Contextual Empty trash menu)
14591
14592 2004-09-28 [colin]      0.9.12cvs108.1
14593
14594         * src/addressbook.c
14595                 Sync with HEAD (addressbook edit on double-click)
14596
14597 2004-09-28 [colin]      0.9.12cvs106.1
14598
14599         * src/inc.c
14600                 Sync with HEAD (folder_item freeze on inc)
14601
14602 2004-09-27 [colin]      0.9.12cvs105.1
14603
14604         * src/folderview.c
14605                 Sync with HEAD (right-align new and unread column)
14606
14607 2004-09-27 [colin]      0.9.12cvs104.1
14608
14609         * src/main.c
14610                 Sync with HEAD (revert 0.9.12cvs101)
14611
14612 2004-09-24 [colin]      0.9.12cvs103.2
14613
14614         * src/wizard.c
14615                 Fix gtk warnings and use domain part of the email address 
14616                 when domain detection fails (no dot in domain name)
14617
14618 2004-09-23 [colin]      0.9.12cvs103.1
14619
14620         * src/plugins/spamassassin/libspamc.c
14621         * src/plugins/spamassassin/libspamc.h
14622         * src/plugins/spamassassin/utils.c
14623         * src/plugins/spamassassin/utils.h
14624                 Sync with HEAD (Update spamassassin to 3.0)
14625
14626 2004-09-21 [colin]      0.9.12cvs102.3
14627
14628         * src/action.c
14629                 Add horizontal scrollbar in action io dialog as needed
14630                 Patch by Alfons.
14631
14632 2004-09-20 [colin]      0.9.12cvs102.2
14633
14634         * src/plugins/image_viewer/viewer.c
14635                 Remove imlib stuff
14636                 use gtk_pixmap_set when clearing
14637                 (would be better to use gtkImages, but causes size-allocate 
14638                 signals storm)
14639
14640 2004-09-17 [paul]       0.9.12cvs102.1
14641
14642         * ChangeLog
14643         * ChangeLog.claws
14644         * ChangeLog.jp
14645         * configure.ac
14646         * src/inc.c
14647                 sync with HEAD
14648
14649
14650 2004-09-17 [colin]      0.9.12cvs101.1
14651
14652         * ChangeLog.claws
14653         * src/main.c
14654                 Sync with HEAD (fix segs at exit)
14655
14656 2004-09-14 [colin]      0.9.12cvs99.5
14657
14658         * src/common/socket.c
14659         * AUTHORS
14660                 Fix send error on 64bit platforms
14661                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14662
14663 2004-09-14 [colin]      0.9.12cvs99.4
14664
14665         * src/action.c
14666                 Fix action output with utf8 
14667                 Patch by Alfons.
14668
14669 2004-09-14 [colin]      0.9.12cvs99.3
14670
14671         * ChangeLog.claws
14672         * src/folder.c
14673                 Sync with HEAD
14674
14675 2004-09-09 [colin]      0.9.12cvs99.2
14676
14677         * src/action.c
14678                 Fix progress bar (displaying "Completed %v/%u")
14679                 Patch by Alfons.
14680
14681 2004-09-08 [colin]      0.9.12cvs99.1
14682
14683         * src/account.c
14684         * src/folder.c
14685         * src/procmsg.c
14686         * src/procmsg.h
14687         * src/plugins/pgpmime/pgpmime.c
14688                 Sync with HEAD
14689
14690 2004-09-08 [colin]      0.9.12cvs97.2
14691
14692         * src/summaryview.c
14693                 Don't select mails in collapsed threads 
14694                 when navigating with up/down
14695
14696 2004-09-07 [colin]      0.9.12cvs97.1
14697
14698         * src/inc.c
14699                 Sync with HEAD (meaningful error messages)
14700
14701 2004-09-06 [colin]      0.9.12cvs96.1
14702
14703         * src/toolbar.c
14704                 Sync with HEAD (fix Redirect graying out)
14705
14706 2004-09-06 [colin]      0.9.12cvs95.1
14707
14708         * src/summaryview.c
14709         * src/mimeview.c
14710                 Sync with HEAD (fix dropped URIs)
14711
14712 2004-09-06 [colin]      0.9.12cvs94.1
14713
14714         * src/addressbook.c
14715         * src/addressitem.h
14716         * src/addritem.c
14717         * src/addritem.h
14718                 Sync with HEAD (addressbook DnD)
14719
14720 2004-09-03 [colin]      0.9.12cvs93.1
14721
14722         * src/summaryview.c
14723                 Sync with HEAD (next/prev unread)
14724
14725 2004-09-03 [colin]      0.9.12cvs92.1
14726
14727         * src/prefs_common.c
14728         * src/prefs_common.h
14729         * src/summaryview.c
14730                 Sync with HEAD ('mark_as_read_delay' pref)
14731
14732 2004-09-02 [colin]      0.9.12cvs91.2
14733
14734         * src/common/xml.c
14735                 Fix leak
14736
14737 2004-09-02 [colin]      0.9.12cvs91.1
14738
14739         * src/gtk/menu.c
14740                 Sync with HEAD (menu accel don't work, but whatever)
14741
14742 2004-09-02 [colin]      0.9.12cvs90.1
14743
14744         * src/account.c
14745                 Sync with HEAD (fix bug 582)
14746
14747 2004-09-02 [colin]      0.9.12cvs89.1
14748
14749         * src/addrindex.c
14750                 Sync with HEAD (free deleted queries)
14751
14752 2004-09-02 [colin]      0.9.12cvs88.1
14753
14754         * src/ldapquery.c
14755                 Sync with HEAD (fix LDAP freezes)
14756
14757 2004-09-02 [colin]      0.9.12cvs87.1
14758
14759         * src/prefs_spelling.c
14760                 Sync with HEAD (add default dictionary)
14761
14762 2004-09-01 [colin]      0.9.12cvs86.1
14763
14764         * src/filtering.c
14765         * src/folderview.c
14766         * src/imap.c
14767         * src/prefs_matcher.c
14768         * src/stock_pixmap.c
14769         * src/summary_search.c
14770         * src/summaryview.c
14771         * src/wizard.c
14772         * src/wizard.h
14773                 Sync with HEAD (uninitialized vars fixes)
14774                 + gtk2 specific warning fixes
14775
14776 2004-08-31 [colin]      0.9.12cvs85.1
14777
14778         * src/folder.c
14779                 Sync with HEAD (Fix memory corruption due to 
14780                 uninitialized var)
14781
14782 2004-08-31 [colin]      0.9.12cvs84.4
14783
14784         * src/summary_search.c
14785                 Fix segfaults when searching in folders with broken headers
14786
14787 2004-08-31 [colin]      0.9.12cvs84.3
14788
14789         * src/compose.c
14790         * src/textview.c
14791                 Fix some more encoding/decoding issues
14792
14793 2004-08-30 [colin]      0.9.12cvs84.2
14794
14795         * src/mimeview.c
14796         * src/prefs_themes.c
14797         * src/gtk/filesel.c
14798         * src/gtk/filesel.h
14799                 Add a folder-mode selection (fixes mimeview's "Save all")
14800
14801 2004-08-29 [colin]      0.9.12cvs84.1
14802
14803         * src/mimeview.c
14804                 Sync with HEAD (don't escape saved filenames)
14805
14806 2004-08-27 [colin]      0.9.12cvs83.1
14807
14808         * ChangeLog
14809         * ChangeLog.claws
14810         * ChangeLog.jp
14811         * src/mh.c
14812         * src/procheader.c
14813         * src/procmsg.c
14814         * src/procmsg.h
14815         * src/common/utils.c
14816         * src/gtk/menu.h
14817         * po/
14818                 Sync with HEAD 0.9.12cvs83 (sync with main)
14819
14820 2004-08-26 [colin]      0.9.12cvs82.4
14821
14822         * src/codeconv.c
14823                 Fix strange stack corruption
14824                 Convert to utf8 after unmime, not before
14825
14826 2004-08-26 [colin]      0.9.12cvs82.3
14827
14828         * src/main.c
14829         * src/wizard.c
14830                 Fix account folders duplication
14831
14832 2004-08-25 [colin]      0.9.12cvs82.2
14833
14834         * src/wizard.c
14835                 Remove ports
14836                 Add SSL selection
14837                 Use login@server as account name
14838
14839 2004-08-25 [colin]      0.9.12cvs82.1
14840
14841         * src/plugins/pgpmime/pgpmime.c
14842                 Sync with HEAD (leak fix).
14843
14844 2004-08-25 [colin]      0.9.12cvs81.1
14845
14846         * src/plugins/pgpmime/pgpmime.c
14847         * src/plugins/pgpmime/sgpgme.c
14848         * src/plugins/pgpmime/sgpgme.h
14849                 Sync with HEAD (Handle combined messages).
14850
14851 2004-08-24 [colin]      0.9.12cvs80.3
14852
14853         * src/wizard.c
14854                 Fix full name, ports, and imap
14855
14856 2004-08-24 [colin]      0.9.12cvs80.2
14857
14858         * src/Makefile.am
14859         * src/main.c
14860         * src/setup.c
14861         * src/setup.h
14862         * src/stock_pixmap.c
14863         * src/stock_pixmap.h
14864         * src/wizard.c ** ADDED **
14865         * src/wizard.h ** ADDED ** 
14866         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14867                 Add a setup wizard 
14868
14869 2004-08-24 [colin]      0.9.12cvs80.1
14870
14871         * src/folder.c
14872                 Sync with HEAD (set mimeflags on all messages)
14873
14874 2004-08-24 [colin]      0.9.12cvs79.3
14875
14876         * src/matcher_parser_lex.l
14877                 Fix 8bits strings not in utf8
14878
14879 2004-08-24 [colin]      0.9.12cvs79.2
14880
14881         * src/compose.c
14882                 Check conversion result before replacing buffer
14883
14884 2004-08-23 [colin]      0.9.12cvs79.1
14885
14886         * src/compose.c
14887                 Sync with HEAD (create message header in memory)
14888
14889 2004-08-23 [colin]      0.9.12cvs78.1
14890
14891         * src/rfc2015.c
14892         * src/rfc2015.h
14893                 Sync with HEAD (fix bug 197 again)
14894
14895 2004-08-23 [colin]      0.9.12cvs77.3
14896
14897         * src/compose.c
14898                 Fix again inline gpg signing (which outputs utf8
14899                 in gtk2). Not syncing this fix to HEAD as this 
14900                 code is meant to die.
14901
14902 2004-08-23 [colin]      0.9.12cvs77.2
14903
14904         * src/prefs_account.h
14905                 Remove useless include
14906
14907 2004-08-23 [colin]      0.9.12cvs77.1
14908
14909         * src/imap.c
14910         * po/es.po
14911         * po/fr.po
14912         * po/it.po
14913         * po/pl.po
14914         * po/pt_BR.po
14915         * po/sk.po
14916         * po/sr.po
14917                 Sync with HEAD (fix bug 577)
14918
14919 2004-08-22 [colin]      0.9.12cvs76.1
14920
14921         * src/plugins/trayicon/trayicon.c
14922                 Sync with HEAD (fix formatting bug)
14923
14924 2004-08-21 [colin]      0.9.12cvs74.2
14925
14926         * src/gtk/colorsel.c
14927                 Fix bug 564 (Folder color selection window exits on any
14928                 keypress)
14929
14930 2004-08-21 [colin]      0.9.12cvs74.1
14931
14932         * ChangeLog.claws
14933         * src/compose.c
14934         * src/summaryview.c
14935         * src/toolbar.c
14936                 Sync with HEAD (fix bug 576)
14937
14938 2004-08-21 [colin]      0.9.12cvs70.1
14939
14940         * src/compose.c
14941         * src/mainwindow.c
14942                 Sync with HEAD
14943                 
14944
14945 2004-08-21 [paul]       0.9.12cvs66.4
14946
14947         * src/mainwindow.c
14948         * src/messageview.c
14949         * src/gtk/menu.c
14950         * src/plugins/spamassassin/spamassassin_gtk.c
14951                 remove some deprecated gtk1 functions
14952
14953
14954 2004-08-21 [colin]      0.9.12cvs66.3
14955
14956         * src/compose.c
14957         * src/codeconv.c
14958                 Fix warnings
14959                 Remove encoding hacks
14960                 Fix bug 575 (Strange character messes up message)
14961                 Don't display conversion error when drafting
14962
14963 2004-08-21 [paul]       0.9.12cvs66.2
14964
14965         * src/prefs_account.c
14966                 fix GnuPG mode bugs
14967
14968
14969 2004-08-20 [colin]      0.9.12cvs66.1
14970
14971         * src/codeconv.c
14972                 Sync with HEAD 0.9.12cvs66
14973
14974 2004-08-20 [paul]
14975
14976         * src/plugins/pgpmime/plugin.c
14977                 modify PGP/MIME plugin's description
14978
14979 2004-08-17 [colin]      0.9.12cvs65.1
14980
14981         * src/common/ssl.c
14982         * src/plugins/pgpmime/plugin.c
14983                 Sync with HEAD
14984
14985 2004-08-14 [colin]      0.9.12cvs60.3
14986
14987         * src/plugins/trayicon/trayicon.c
14988                 Put back resize callback, on size-request signal
14989                 rather than size-allocate to avoid infinite 
14990                 callback loop
14991
14992 2004-08-13 [colin]      0.9.12cvs60.2
14993
14994         * src/common/defs.h
14995                 Cache versions have been fixed
14996
14997 2004-08-13 [colin]      0.9.12cvs60.1
14998
14999         * src/folderutils.c
15000                 Sync with HEAD
15001
15002 2004-08-12 [colin]      0.9.12cvs59.1
15003
15004         * src/plugins/trayicon/trayicon.c
15005                 Sync with HEAD
15006
15007 2004-08-12 [colin]      0.9.12cvs57.5
15008
15009         * sylpheed.desktop
15010         * configure.ac
15011         * src/Makefile.am
15012         * src/main.c
15013                 Add support for Freedesktop.org's startup notification
15014
15015 2004-08-11 [colin]      0.9.12cvs57.4
15016
15017         * src/textview.c
15018                 Fix off-by-one
15019
15020 2004-08-11 [colin]      0.9.12cvs57.3
15021
15022         * src/message_search.c
15023         * src/summary_search.c
15024                 Make searches case insensitive by default
15025         * src/textview.c
15026                 Fix case-insensitive search in message
15027
15028 2004-08-11 [colin]      0.9.12cvs57.2
15029
15030         * src/summary_search.c
15031                 Let case-sensitive be specified
15032
15033 2004-08-10 [colin]      0.9.12cvs55.4
15034
15035         * src/common/socket.c
15036                 Fix the possible race condition
15037
15038 2004-08-09 [paul]       0.9.12cvs55.3
15039
15040         * configure.ac
15041         * src/Makefile.am
15042         * src/common/Makefile.am
15043                 sync with HEAD
15044
15045
15046 2004-08-09 [paul]       0.9.12cvs55.2
15047
15048         * autogen.sh
15049         * po/poconv.sh
15050                 remove unneeded script
15051
15052         * configure.ac
15053                 add forgotten USE_LDAP_TLS (sync with HEAD)
15054
15055
15056 2004-08-09 [colin]      0.9.12cvs55.1
15057
15058         * src/main.c
15059         * src/common/ssl.c
15060         * src/common/sylpheed.c
15061         * src/common/sylpheed.h
15062                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15063
15064 2004-08-09 [paul]       0.9.12cvs54.1
15065
15066         * ChangeLog
15067         * ChangeLog.claws
15068         * ChangeLog.jp
15069         * configure.ac
15070         * po/POTFILES.in
15071         * src/Makefile.am
15072         * src/folderutils.c
15073         * src/main.c
15074         * src/pgpmime.c
15075         * src/pgpmime.h
15076         * src/sgpgme.c
15077         * src/sgpgme.h
15078         * src/plugins/Makefile.am
15079         * src/plugins/pgpmime/.cvsignore
15080         * src/plugins/pgpmime/Makefile.am
15081         * src/plugins/pgpmime/pgpmime.c
15082         * src/plugins/pgpmime/pgpmime.h
15083         * src/plugins/pgpmime/plugin.c
15084         * src/plugins/pgpmime/sgpgme.c
15085         * src/plugins/pgpmime/sgpgme.h
15086                 sync with HEAD
15087
15088 2004-08-08 [paul]       0.9.12cvs51.1
15089
15090         * configure.ac
15091         * src/folder.c
15092                 sync with HEAD
15093
15094 2004-08-07 [colin]      0.9.12cvs50.1
15095
15096         * src/pop.c
15097         * src/common/partial_download.c
15098                 fix warnings (sync from HEAD)
15099
15100 2004-08-07 [colin]      0.9.12cvs48.1
15101
15102         * src/prefs_folder_item.c
15103                 sync with HEAD 0.9.12cvs48
15104
15105 2004-08-06 [colin]      0.9.12cvs47.1
15106
15107         * src/compose.c
15108                 Sync with HEAD
15109
15110 2004-08-06 [christoph]  0.9.12cvs46.2
15111
15112         * src/main.c
15113         * src/plugins/clamav/clamav_plugin_gtk.c
15114         * src/plugins/dillo_viewer/dillo_viewer.c
15115         * src/plugins/image_viewer/plugin.c
15116         * src/plugins/mathml_viewer/mathml_viewer.c
15117         * src/plugins/spamassassin/spamassassin_gtk.c
15118         * src/plugins/trayicon/trayicon.c
15119                 don't mix GTK1.2 plugin with GTK2 plugins
15120
15121 2004-08-06 [colin]      0.9.12cvs46.1
15122
15123         * ChangeLog
15124         * ChangeLog.claws
15125         * ChangeLog.jp
15126         * configure.ac
15127         * sylpheed-claws.pc.in
15128         * src/folder.c
15129         * src/imap.c
15130         * src/localfolder.c
15131         * src/messageview.c
15132         * src/mimeview.c
15133         * src/mimeview.h
15134         * src/msgcache.c
15135         * src/news.c
15136         * src/prefs_ext_prog.c
15137         * src/prefs_folder_item.c
15138         * src/prefs_fonts.c
15139         * src/prefs_msg_colors.c
15140         * src/prefs_spelling.c
15141         * src/prefs_themes.c
15142         * src/prefs_toolbar.c
15143         * src/prefs_wrapping.c
15144         * src/procmime.h
15145         * src/common/defs.h
15146         * src/common/nntp.c
15147         * src/common/session.c
15148         * src/common/session.h
15149         * src/common/socket.c
15150         * src/common/utils.h
15151         * src/common/xml.c
15152         * src/common/xml.h
15153         * src/gtk/prefswindow.c
15154         * src/gtk/prefswindow.h
15155         * src/plugins/clamav/clamav_plugin_gtk.c
15156         * src/plugins/dillo_viewer/dillo_prefs.c
15157         * src/plugins/image_viewer/viewerprefs.c
15158         * src/plugins/spamassassin/spamassassin_gtk.c
15159         * m4/openssl.m4 *** REMOVED ***
15160                 Sync with HEAD 0.9.12cvs46
15161
15162 2004-08-03 [paul]       0.9.12cvs40.2
15163
15164         * src/action.c
15165         * src/addressadd.c
15166         * src/addressbook.c
15167         * src/addrgather.c
15168         * src/browseldap.c
15169         * src/compose.c
15170         * src/crash.c
15171         * src/editaddress.c
15172         * src/editgroup.c
15173         * src/editldap_basedn.c
15174         * src/foldersel.c
15175         * src/importldif.c
15176         * src/mimeview.c
15177         * src/prefs_common.c
15178         * src/prefs_template.c
15179         * src/sourcewindow.c
15180         * src/summaryview.c
15181         * src/gtk/about.c
15182         * src/gtk/foldersort.c
15183         * src/gtk/logwindow.c
15184         * src/gtk/pluginwindow.c
15185         * src/gtk/prefswindow.c
15186                 change all gtk_scrolled_window_set_policy from 
15187                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15188
15189 2004-08-02 [paul]       0.9.12cvs40.1
15190
15191         * AUTHORS
15192                 update translation team section
15193         * po/pt_BR.po
15194                 updated by Frederico Goncalves Guimaraes
15195                 <fggdebian@yahoo.com.br>
15196
15197 2004-07-31 [colin]      0.9.12cvs39.9
15198
15199         * src/exphtmldlg.c
15200                 Fix compilation
15201
15202 2004-07-31 [colin]      0.9.12cvs39.8
15203
15204         * src/exphtmldlg.c
15205                 Fix an alertpanel type
15206
15207 2004-07-30 [colin]      0.9.12cvs39.7
15208
15209         * src/alertpanel.c
15210                 Fix alertpanel_error_log's icon
15211
15212 2004-07-30 [colin]      0.9.12cvs39.6
15213
15214         * src/pop.c
15215                 Two of them should still be warnings
15216
15217 2004-07-30 [colin]      0.9.12cvs39.5
15218
15219         * src/pop.c
15220                 More warning -> error
15221 2004-07-29 [colin]      0.9.12cvs39.4
15222
15223         * src/pop.c
15224                 Warning -> error
15225
15226 2004-07-29 [colin]      0.9.12cvs39.3
15227
15228         * src/prefs_matcher.c
15229                 Fix segfault
15230
15231 2004-07-29 [colin]      0.9.12cvs39.2
15232
15233         * src/alertpanel.c
15234                 More nice-looking alertpanels
15235
15236 2004-07-29 [colin]      0.9.12cvs39.1
15237
15238         * src/messageview.c
15239                 sync with head
15240                 (inform user when partial mail is deleted on server)
15241
15242 2004-07-29 [colin]      0.9.12cvs38.1
15243
15244         * src/messageview.c
15245                 sync with head
15246
15247 2004-07-28 [paul]       0.9.12cvs37.7
15248
15249         * src/mainwindow.c
15250                 complete the replacement of deprecated gtk_progress_*
15251
15252 2004-07-28 [paul]       0.9.12cvs37.6
15253
15254         * src/action.c
15255         * src/inc.c
15256         * src/mainwindow.c
15257         * src/send_message.c
15258         * src/gtk/progressdialog.c
15259         * src/gtk/progressdialog.h
15260                 replace deprecated gtk_progress_*
15261
15262 2004-07-28 [paul]       0.9.12cvs37.5
15263
15264         * src/gtk/filesel.c
15265                 remove gtk_window_set_wmclass()
15266 2004-07-28 [paul]       0.9.12cvs37.4
15267
15268         * src/addressbook.c
15269         * src/compose.c
15270         * src/foldersel.c
15271         * src/mainwindow.c
15272         * src/messageview.c
15273         * src/sourcewindow.c
15274         * src/gtk/logwindow.c
15275                 remove gtk_window_set_wmclass()
15276                 
15277         * src/prefs_filtering.c
15278         * src/prefs_filtering_action.c
15279         * src/prefs_fonts.c
15280         * src/prefs_gtk.c
15281         * src/prefs_matcher.c
15282         * src/ssl_manager.c
15283         * src/gtk/prefswindow.c
15284                 replace gtk_window_position()
15285
15286 2004-07-28 [colin]      0.9.12cvs37.3
15287
15288         * src/alertpanel.c
15289         * src/alertpanel.h
15290                 Add a way to specify panel type for specific
15291                 panels (alertpanel())
15292         * src/account.c
15293         * src/addressbook.c
15294         * src/compose.c
15295         * src/expldifdlg.c
15296         * src/main.c
15297         * src/messageview.c
15298         * src/summaryview.c
15299         * src/textview.c
15300         * src/gtk/sslcertwindow.c
15301                 Fix alertpanel()s so that their icon match
15302                 their real type
15303
15304 2004-07-28 [paul]       0.9.12cvs37.2
15305
15306         * src/addr_compl.c
15307         * src/addressbook.c
15308         * src/alertpanel.c
15309         * src/compose.c
15310         * src/export.c
15311         * src/foldersel.c
15312         * src/folderview.c
15313         * src/grouplistdialog.c
15314         * src/import.c
15315         * src/mainwindow.c
15316         * src/message_search.c
15317         * src/messageview.c
15318         * src/passphrase.c
15319         * src/prefs_actions.c
15320         * src/prefs_common.c
15321         * src/prefs_customheader.c
15322         * src/prefs_display_header.c
15323         * src/prefs_filtering.c
15324         * src/prefs_filtering_action.c
15325         * src/prefs_gtk.c
15326         * src/prefs_matcher.c
15327         * src/prefs_msg_colors.c
15328         * src/prefs_summary_column.c
15329         * src/prefs_template.c
15330         * src/sourcewindow.c
15331         * src/ssl_manager.c
15332         * src/summary_search.c
15333         * src/gtk/colorsel.c
15334         * src/gtk/description_window.c
15335         * src/gtk/gtkaspell.c
15336         * src/gtk/inputdialog.c
15337         * src/gtk/logwindow.c
15338         * src/gtk/prefswindow.c
15339         * src/gtk/progressdialog.c
15340                 replace deprecated gtk_window_set_policy
15341
15342 2004-07-27 [colin]      0.9.12cvs37.1
15343
15344         * src/msgcache.c
15345                 More fixes (synced for head again)
15346
15347 2004-07-27 [colin]      0.9.12cvs35.3
15348
15349         * src/msgcache.c
15350                 Fix wrong test
15351
15352 2004-07-27 [colin]      0.9.12cvs35.2
15353
15354         * src/mimeview.c
15355                 Fix width a bit (by Paul)
15356         * src/alertpanel.c
15357         * src/alertpanel.h
15358                 Specialize icons, make alertpanel_message()
15359                 private
15360         * src/message_search.c
15361         * src/sgpgme.c
15362         * src/summary_search.c
15363                 Suit alertpanel changes
15364
15365 2004-07-27 [colin]      0.9.12cvs35.1
15366
15367         * src/alertpanel.c
15368                 Add an icon
15369         * src/passphrase.c
15370                 Add debug output - maybe someone will
15371                 want to look at the problem with Grab
15372                 Input :)
15373         Bump version as we're synced with HEAD
15374
15375 2004-07-26 [colin]      0.9.12cvs33.26
15376
15377         * src/pop.c
15378                 Fix uidl-file parsing when not in new
15379                 format
15380
15381 2004-07-26 [colin]      0.9.12cvs33.25
15382
15383         * src/gtk/menu.c
15384                 Move popup menu up if necessary (fixes 
15385                 account selector)
15386         * src/mainwindow.c
15387                 Set account selector's button height to
15388                 minimum
15389
15390 2004-07-26 [colin]      0.9.12cvs33.24
15391
15392         * src/alertpanel.c
15393                 Maybe fix 551 (Truncated font in alert window)
15394
15395 2004-07-26 [colin]      0.9.12cvs33.23
15396
15397         * po/de.po
15398         * po/es.po
15399         * po/fr.po
15400         * po/it.po
15401         * po/ja.po
15402         * po/pl.po
15403         * po/ru.po
15404         * po/sk.po
15405         * po/sr.po
15406         * po/zh_CN.po
15407                 Sync po files with HEAD
15408
15409 2004-07-26 [paul]       0.9.12cvs33.22
15410
15411         * src/compose.c
15412                 fix Bug 556 'Organisation-header is sent even if empty'
15413
15414 2004-07-24 [colin]      0.9.12cvs33.21
15415
15416         * src/compose.c
15417         * src/gtk/gtkaspell.c
15418         * src/gtk/gtkaspell.h
15419                 Fix speller accelerators (require hack)
15420
15421 2004-07-24 [colin]      0.9.12cvs33.20
15422
15423         * src/gtk/gtkaspell.c
15424                 Fix over-eager code deletion breaking
15425                 Check while typing
15426
15427 2004-07-24 [colin]      0.9.12cvs33.19
15428
15429         * src/browseldap.c
15430         * src/ldapctrl.c
15431         * src/ldapctrl.h
15432         * src/ldapserver.h
15433                 Sync ldap with HEAD
15434         (Fixes 546 LDAP completely broken)
15435
15436 2004-07-24 [colin]      0.9.12cvs33.18
15437
15438         * src/prefs_msg_colors.c
15439                 Fix prototype mismatch
15440         (Fixes 547 void function cannot return value)
15441
15442 2004-07-24 [colin]      0.9.12cvs33.17
15443
15444         * src/mainwindow.c
15445                 Fix sort going back to previous sort key
15446                 when changing sort direction
15447
15448 2004-07-24 [colin]      0.9.12cvs33.16
15449
15450         * src/compose.c
15451                 Fix space insertion when re-wrapping at 
15452                 cursor point
15453
15454 2004-07-24 [colin]      0.9.12cvs33.15
15455
15456         * src/gtk/gtkaspell.c
15457                 Don't change cursor position in insert-text
15458                 callback
15459         (Fixes 539 Word wrapping on input transposes letters)
15460
15461 2004-07-24 [colin]      0.9.12cvs33.14
15462
15463         * src/gtk/gtkaspell.c
15464                 Reencode non-ascii chars to dictionary's
15465                 encoding
15466         (Fixes 544 Spell check broken non english locale)
15467
15468 2004-07-24 [colin]      0.9.12cvs33.13
15469
15470         * src/summaryview.c
15471                 Fix Shift+Down, add Home/End/PgUp/PgDown
15472
15473 2004-07-21 [colin]      0.9.12cvs33.12
15474
15475         * src/prefs_common.c
15476                 Fix a gtk warning (Patch by Andrej Kacian)
15477
15478 2004-07-21 [colin]      0.9.12cvs33.11
15479
15480         * src/gtk/filesel.c
15481                 More check
15482
15483 2004-07-21 [colin]      0.9.12cvs33.10
15484
15485         * src/compose.c
15486         * src/crash.c
15487         * src/export.c
15488         * src/import.c
15489         * src/messageview.c
15490         * src/mimeview.c
15491         * src/prefs_spelling.c
15492         * src/prefs_themes.c
15493         * src/summaryview.c
15494         * src/gtk/filesel.c
15495         * src/gtk/filesel.h
15496         * src/gtk/pluginwindow.c
15497                 Untwist open/save mode guessing logic, make
15498                 it explicit
15499
15500 2004-07-20 [colin]      0.9.12cvs33.9
15501
15502         * src/codeconv.c
15503                 conv_encode_header: src_charset is UTF-8 on
15504                 gtk2
15505         * src/compose.c
15506                 Remove double encoding of the headers
15507
15508 2004-07-20 [colin]      0.9.12cvs33.8
15509
15510         * src/codeconv.c
15511                 Fix typo
15512
15513 2004-07-20 [colin]      0.9.12cvs33.7
15514
15515         * src/mainwindow.c
15516                 Set the separated messageview to the saved
15517                 size of Claws' messageview (Patch by Alfons)
15518                 Fix a callback prototype (me)
15519
15520 2004-07-20 [colin]      0.9.12cvs33.6
15521
15522         * src/codeconv.h
15523                 Forgot one hunk in 0.9.12cvs33.4
15524
15525 2004-07-19 [colin]      0.9.12cvs33.5
15526
15527         * src/action.c
15528                 Action output fix
15529                 Patch by Alfons
15530
15531 2004-07-19 [colin]      0.9.12cvs33.4
15532
15533         * src/compose.c
15534                 Fix outgoing charset bug in headers
15535         * src/codeconv.c
15536                 Clean for glib2 - Patch by Alfons
15537
15538 2004-07-19 [colin]      0.9.12cvs33.3
15539
15540         * src/statusbar.c
15541                 Remove grip from the statusbar
15542                 Patch by Alfons
15543
15544 2004-07-19 [colin]      0.9.12cvs33.2
15545
15546         * src/messageview.c
15547         * src/textview.c
15548                 Fix messageview remembering the previous
15549                 scroll position when loading a new message
15550                 Patch by Alfons
15551
15552 2004-07-19 [colin]      0.9.12cvs33.1
15553
15554         * src/folder.h
15555         * src/folderview.c
15556         * src/summaryview.c
15557                 Sync with HEAD
15558
15559 2004-07-18 [colin]      0.9.12cvs32.7
15560
15561         * configure.ac
15562                 Remove useless check for XIM - noticed
15563                 by Alfons
15564
15565 2004-07-18 [colin]      0.9.12cvs32.6
15566
15567         * src/summaryview.c
15568                 Remove non-modified and shift-modified
15569                 accelerators in summaryview's popup
15570                 menu, as that doesn't get catched by
15571                 the accel-activate signal catcher...
15572
15573 2004-07-18 [colin]      0.9.12cvs32.5
15574
15575         * src/prefs_common.c
15576                 Define sensible default prefs for 
15577                 wrapping
15578
15579 2004-07-18 [colin]      0.9.12cvs32.4
15580
15581         * src/compose.c
15582         * src/prefs_common.c
15583         * src/prefs_common.h
15584         * src/prefs_wrapping.c
15585                 Remove Smart Wrapping pref, which does
15586                 nothing on gtk2 branch
15587
15588 2004-07-18 [colin]      0.9.12cvs32.3
15589
15590         * src/sourcewindow.c
15591                 Proper utf8
15592
15593 2004-07-18 [colin]      0.9.12cvs32.2
15594
15595         * src/compose.c
15596                 Save attachment status when drafting
15597
15598 2004-07-18 [colin]      0.9.12cvs32.1
15599
15600         * src/gtk/filesel.c
15601                 Fix erratic folder selection in open mode
15602
15603 2004-07-18 [colin]      0.9.12cvs31.11
15604
15605         * src/pop.c
15606                 Don't let partial messages get deleted
15607                 even with "dowload all"
15608                 (0.9.12cvs31.8 fix extension)
15609 2004-07-18 [colin]      0.9.12cvs31.10
15610
15611         * src/gtk/logwindow.c
15612                 Fix log scrolling
15613
15614 2004-07-18 [colin]      0.9.12cvs31.9
15615
15616         * src/common/utils.c
15617                 Fix non-utf8 strings coming from commands
15618                 and files
15619
15620 2004-07-18 [colin]      0.9.12cvs31.8
15621
15622         * src/pop.c
15623                 Fix partial download bug with Download all
15624                 messages option
15625
15626 2004-07-18 [colin]      0.9.12cvs31.7
15627
15628         * src/textview.c
15629                 Fix bug introduced in 0.9.12cvs31.2
15630                 (blocked in select mode after double click)
15631
15632 2004-07-18 [colin]      0.9.12cvs31.6
15633
15634         * src/compose.c
15635         * src/gtk/menu.c
15636                 More glib-warning fixes
15637
15638 2004-07-18 [colin]      0.9.12cvs31.5
15639
15640         * src/compose.c
15641                 Fix trashing the primary clipboard when moving 
15642                 around with tab
15643         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15644
15645 2004-07-18 [colin]      0.9.12cvs31.4
15646
15647         * src/codeconv.c
15648                 convert unencoded iso headers to utf8
15649         (Fix Bug 538 Unencoded local characters in subject make it 
15650          disappear)
15651
15652 2004-07-18 [colin]      0.9.12cvs31.3
15653
15654         * src/compose.c
15655                 Fix tab char handling in wrapping
15656         (Fix Bug 537 Line wrap problem - TAB character treated as 
15657          one character instead of 8)
15658
15659 2004-07-18 [colin]      0.9.12cvs31.2
15660
15661         * src/textview.c
15662                 return FALSE on GDK_MOTION_NOTIFY
15663         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15664          (unable to highlight))
15665
15666 2004-07-18 [colin]      0.9.12cvs31.1
15667
15668         * src/folderview.c
15669                 Sync with 0.9.12cvs31
15670
15671 2004-07-18 [colin]      0.9.12cvs30.4
15672
15673         * src/compose.c
15674                 Also block text_inserted when inserting a file
15675
15676 2004-07-18 [colin]      0.9.12cvs30.3
15677
15678         * src/compose.c
15679                 Fix smart wrapping (block text_inserted handler
15680                 while putting quotation to avoid wrap on input,
15681                 don't join lines if next is sig separator)
15682
15683 2004-07-17 [colin]      0.9.12cvs30.2
15684
15685         * src/folderview.c
15686         * src/mainwindow.c
15687         * src/mimeview.c
15688         * src/summaryview.c
15689         * src/gtk/quicksearch.c
15690         * src/gtk/quicksearch.h
15691                 Block key events handlers *and* accels while
15692                 quicksearch is focused
15693         (Fixes Bug 534 quick-search bar not accepting certain letters)
15694
15695 2004-07-17 [colin]      0.9.12cvs30.1
15696
15697         * src/folder.h
15698         * src/folderview.c
15699         * src/summaryview.c
15700                 Sync with 0.9.12cvs30
15701
15702 2004-07-17 [colin]      0.9.12cvs28.2
15703
15704         * src/mimeview.c
15705         * src/procmime.c
15706         * src/summaryview.c
15707         * src/gtk/menu.c
15708                 Squash some compile and glib warnings
15709
15710 2004-07-17 [paul]       0.9.12cvs28.1
15711
15712         * src/mimeview.c
15713                 sync with 0.9.12cvs28 HEAD
15714
15715 2004-07-16 [paul]       0.9.12cvs26.1
15716         
15717         * src/gtk/quicksearch.c
15718         * src/account.c
15719         * src/account.h
15720         * src/compose.c
15721         * src/customheader.c
15722         * src/folder_item_prefs.c
15723         * src/main.c
15724         * src/mainwindow.c
15725         * src/messageview.c
15726         * src/mimeview.c
15727         * src/news.c
15728         * src/pgpmime.c
15729         * src/pop.c
15730         * src/pop.h
15731         * src/prefs_account.c
15732         * src/prefs_account.h
15733         * src/prefs_common.c
15734         * src/prefs_common.h
15735         * src/prefs_display_header.c
15736         * src/prefs_gtk.c
15737         * src/prefs_gtk.h
15738         * src/procheader.c
15739         * src/procmime.c
15740                 sync with 0.9.12cvs26 HEAD      
15741
15742 2004-07-15 [colin]      0.9.12cvs18.14
15743
15744         * src/folder.c
15745                 Disable GPG signature check during
15746                 folder move and scan
15747         (Closes Bug 521 Signature checking slows down Folder-Move)
15748
15749 2004-07-14 [colin]      0.9.12cvs18.13
15750
15751         * src/common/partial_download.c
15752                 update includes
15753
15754 2004-07-14 [colin]      0.9.12cvs18.12
15755
15756         * src/common/partial_download.c
15757         * src/common/partial_download.h
15758                 Move doc at top, add correct copyright
15759
15760 2004-07-14 [colin]      0.9.12cvs18.11
15761
15762         * src/folder.c
15763         * src/messageview.c
15764         * src/pop.c
15765         * src/pop.h
15766         * src/procmsg.c
15767         * src/summaryview.c
15768         * src/common/Makefile.am
15769         * src/common/partial_download.c ** NEW FILES **
15770         * src/common/partial_download.h ** NEW FILES **
15771                 Move partial-download related stuff to its
15772                 own file
15773
15774 2004-07-14 [colin]      0.9.12cvs18.10
15775
15776         * src/send_message.c
15777                 Fix smtp auth when user is null or empty
15778
15779 2004-07-13 [colin]      0.9.12cvs18.9
15780
15781         * src/gtk/quicksearch.c
15782                 Use alphabetic order
15783
15784 2004-07-13 [colin]      0.9.12cvs18.8
15785
15786         * src/pop.c
15787                 Be paranoid on the checks
15788
15789 2004-07-13 [colin]      0.9.12cvs18.7
15790
15791         * src/gtk/quicksearch.c
15792                 Fix Engrish once again
15793
15794 2004-07-13 [colin]      0.9.12cvs18.6
15795
15796         * src/procmsg.c
15797         * src/summaryview.c
15798                 Mark messages for deletion when they are about to
15799                 be removed from trash
15800
15801 2004-07-13 [colin]      0.9.12cvs18.5
15802
15803         * src/matcher.c
15804         * src/matcher.h
15805         * src/matcher_parser_parse.y
15806         * src/prefs_matcher.c
15807         * src/gtk/quicksearch.c
15808                 Add 'partial' ('p') match string to find partially
15809                 downloaded messages
15810
15811 2004-07-13 [colin]      0.9.12cvs18.4
15812
15813         * src/pop.c
15814                 Fix misplaced block
15815
15816 2004-07-13 [colin]      0.9.12cvs18.3
15817
15818         * src/pop.c
15819         * src/pop.h
15820         * src/messageview.c
15821                 Refactor API (to avoid passing 5+ params and code
15822                 duplication)
15823         * src/folder.c
15824         * src/msgcache.c
15825         * src/procheader.c
15826         * src/common/defs.h
15827                 Add planned_download to cache
15828                 Don't mess uidl file when moving partially downloaded
15829                 mails (they change folder, we should change it in the
15830                 uidl list too or we'll remove an incorrect message)
15831                 (this also helps removing hacks when changing 
15832                 planned_download in messageview.c)
15833
15834 2004-07-12 [colin]      0.9.12cvs18.2
15835
15836         * src/gtk/quicksearch.c
15837                 Fix missing status update in quicksearch
15838
15839 2004-07-12 [paul]       0.9.12cvs18.1
15840
15841         * po/POTFILES.in
15842         * src/Makefile.am
15843         * src/account.c
15844         * src/codeconv.c
15845         * src/compose.c
15846         * src/inc.c
15847         * src/main.c
15848         * src/prefs_common.c
15849         * src/procmsg.h
15850         * src/toolbar.c
15851         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15852         * src/prefs_wrapping.[ch]       ** NEW FILES **
15853         * src/common/intl.h
15854         * src/common/utils.[ch]
15855         * src/gtk/quicksearch.[ch]
15856                 sync with 0.9.12cvs18 HEAD
15857
15858 2004-07-12 [colin]      0.9.11cvs17.25
15859
15860         * src/folder.c
15861         * src/folder.h
15862                 Remove unused function added by me in 0.9.11cvs17.10
15863
15864 2004-07-11 [colin]      0.9.11cvs17.24
15865
15866         * src/inc.c
15867         * src/messageview.c
15868         * src/pop.c
15869         * src/pop.h
15870                 Use folderitem and msgnum instead of filename to
15871                 know which mail to delete
15872                 Move old partial mail deletion to pop.c
15873
15874 2004-07-10 [colin]      0.9.11cvs17.23
15875
15876         * src/inc.c
15877                 Add debug
15878         * src/pop.c
15879         * src/pop.h
15880                 Don't re-use same enums for unrelated stuff: it's 
15881                 completely misleading !
15882                 Document a bit
15883
15884 2004-07-09 [colin]      0.9.11cvs17.22
15885
15886         * src/inc.c
15887                 Remove folder-type check and do
15888                 more tests to be sure everything's
15889                 ok
15890         * src/messageview.c
15891                 Punctuation update, remove useless
15892                 code, fix two warnings
15893         * src/noticeview.c
15894                 Layout cleaning, reset 2nd button
15895                 when specifying one
15896
15897 2004-07-09 [colin]      0.9.11cvs17.21
15898
15899         * src/messageview.c
15900         * src/pop.c
15901         * src/pop.h
15902                 Allow user to change his mind
15903                 and postpone decision (by
15904                 unmarking the mail)
15905
15906 2004-07-09 [colin]      0.9.11cvs17.20
15907
15908         * src/messageview.c
15909                 Fix bug with delete state
15910         * src/pop.c
15911         * src/pop.h
15912                 Fix buffer leak (fread doesn't 
15913                 terminate buffers with \0)
15914                 Refactoring (remove magic 
15915                 numbers)
15916
15917 2004-07-09 [colin]      0.9.11cvs17.19
15918
15919         * src/pop.c
15920                 Don't log "Skipping message" if 
15921                 we're going to TOP it two lines
15922                 later
15923
15924 2004-07-09 [colin]      0.9.11cvs17.18
15925
15926         * src/messageview.c
15927                 Fix Engrish
15928
15929 2004-07-09 [colin]      0.9.11cvs17.17
15930
15931         * src/pop.c
15932                 strlen checking...
15933         * src/messageview.c
15934                 refactoring a bit
15935
15936 2004-07-08 [colin]      0.9.11cvs17.16
15937
15938         * src/noticeview.c
15939         * src/noticeview.h
15940                 Add an optional second button
15941         * src/messageview.c
15942         * src/pop.c
15943         * src/pop.h
15944                 Don't delete partially received mails after a certain
15945                 time; rather, let the user decide.
15946
15947 2004-07-08 [colin]      0.9.11cvs17.15
15948
15949         * src/common/smtp.h
15950                 Sync with HEAD
15951
15952 2004-07-08 [colin]      0.9.11cvs17.14
15953
15954         * src/messageview.c
15955         * src/common/smtp.c
15956                 Use to_human_readable() for sizes
15957
15958 2004-07-08 [colin]      0.9.11cvs17.13
15959
15960         * src/inc.c
15961         * src/messageview.c
15962         * src/pop.c
15963         * src/pop.h
15964         * src/procmsg.c
15965                 Fix partial-downloading issues:
15966                         catch unsupported TOP
15967                         don't delete partially downloaded mails before 5 days
15968                         don't update existing with non-MH folders; that'll
15969                         make dups, but it's better than trashing the folder
15970                         free new msginfo parts
15971                 Fix indentation ;-)
15972
15973 2004-07-08 [colin]      0.9.11cvs17.12
15974
15975         * src/common/smtp.c
15976         * src/common/smtp.h
15977                 Sync smtp size verification with HEAD
15978
15979 2004-07-08 [colin]      0.9.11cvs17.11
15980
15981         * src/summaryview.c
15982         * src/prefs_common.c
15983         * src/prefs_common.h
15984         * src/gtk/quicksearch.c
15985         * src/gtk/quicksearch.h
15986                 Sync sticky pref with HEAD
15987
15988 2004-07-08 [colin]      0.9.11cvs17.10
15989
15990         * src/folder.c [1.213.2.6]
15991         * src/folder.h [1.87.2.6]
15992         * src/inc.c [1.149.2.7]
15993         * src/messageview.c [1.94.2.8]
15994         * src/procheader.c [1.47.2.6]
15995         * src/procmsg.c [1.150.2.4]
15996         * src/procmsg.h [1.60.2.5]
15997         * src/pop.c [1.56.2.4]
15998         * src/pop.h [1.17.2.3]
15999                 Let too big messages get downloaded, but truncated
16000                 Add a button to download them completely
16001                 
16002 2004-07-06 [colin]      0.9.11cvs17.9
16003
16004         * src/gtk/quicksearch.c [1.1.2.3]
16005                 Add a Clear button
16006         * commitHelper
16007         * PATCHSETS
16008                 Add a script to help with cvs
16009
16010 2004-07-03 [colin]      0.9.11cvs17.8
16011
16012         * src/plugins/imageviewer/viewer.c
16013                 fix imageviewer (which was staying on the first
16014                 displayed image)
16015
16016 2004-07-03 [colin]      0.9.11cvs17.7
16017
16018         Removed FIXME_GTK2 warnings
16019         * src/gtk/gtkutils.c
16020                 useless #warnings
16021         * src/gtk/menu.c
16022                 useless #warnings (no need to mess with menu rc)
16023         * src/gtk/menu.h
16024                 unused functions
16025         
16026
16027 2004-07-03 [colin]      0.9.11cvs17.6
16028
16029         Removed FIXME_GTK2 warnings
16030         * src/codeconv.c
16031                 useless #warnings (rewrite needed)
16032         * src/compose.c
16033                 useless #warnings (rewrite needed)
16034                 useless #warnings (gtk2 is like that)
16035                 useless #warnings (previously fixed)
16036         * src/main.c
16037                 useless #warnings (previously fixed)
16038         * src/message_search.c
16039                 useless #warnings (gtk2 is like that)
16040                 Made apparent that search is case-sensitive
16041         * src/mimeview.c
16042                 useless #warnings (rewrite needed)
16043                 useless #warnings (gtk2 is like that)
16044                 reimplemented real warnings
16045         * src/prefs_common.c
16046                 Removed block cursor option (not it gtk2)
16047         * src/prefs_gtk.c
16048                 useless #warnings (rewrite needed)
16049         * src/procheader.c
16050                 useless #warnings (rewrite needed)
16051         * src/sourcewindow.c
16052                 useless #warnings (incorrect placing)
16053         * src/summary_search.c
16054                 useless #warnings (gtk2 is like that)
16055                 Made apparent that search is case-sensitive
16056         * src/action.c
16057                 useless #warnings (gtk2 is like that)
16058         * src/textview.c
16059                 useless #warnings (rewrite needed)
16060         * src/toolbar.c
16061                 useless #warnings (rewrite needed)
16062
16063 2004-07-03 [colin]      0.9.11cvs17.5
16064
16065         * src/textview.c
16066                 Fix mismerge which broke URI opening
16067                 
16068 2004-07-01 [colin]      0.9.11cvs17.4
16069
16070         * src/gtk/filesel.c
16071                 Fill filename when saving
16072                 
16073 2004-06-27 [colin]      0.9.11cvs17.3
16074
16075         * src/gtk/filesel.[ch]
16076                 Use the new GTK file selector
16077                 Update prototype to match the reality: multiple file
16078                 selection is open-only          
16079         * src/compose.c
16080                 Match the new prototypes        
16081         * configure.ac
16082                 Match the new requirements (gtk 2.4.0)
16083                         
16084 2004-06-26 [colin]      0.9.11cvs17.2
16085
16086         * src/plugins/trayicon/trayicon.c
16087                 Remove useless signal handler on resize, which causes
16088                 an infinite "loop"
16089         
16090 2004-06-26 [colin]      0.9.11cvs17.1
16091         
16092         * tools/Makefile.am
16093                 remove launch_firebird and add nautilus2sylpheed.sh
16094         * src/quicksearch.c
16095           src/summaryview.c
16096                 Fix show/hide "Extended symbols" button problem
16097                 Fix apparition at startup
16098                 Fix const warnings
16099         * src/plugins/image_viewer/Makefile.am
16100                 Fix configure 
16101         * common/ssl.c
16102                 Re-enable certificate check, as it doesn't seem to
16103                 cause Xlib errors anymore
16104
16105 2004-06-25 [paul]       0.9.11cvs17
16106
16107         * sync with 0.9.11cvs17 HEAD
16108         
16109         NOTE: QuickSearch is broken
16110
16111 2004-06-07 [colin]      0.9.10claws67.10
16112         * src/plugins/trayicon/trayicon.c
16113           src/plugins/trayicon/libeggtrayicon/Makefile.am
16114           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16115                 Fix gettextization in trayicon plugin
16116
16117 2004-06-07 [colin]      0.9.10claws67.9
16118         
16119         * src/summaryview.c
16120           src/gtk/gtksctree.[ch]
16121                 Let Shift+{Up,Down} work in summaryview
16122                 (well, Down "works" and Up works)
16123                 Let the list scroll when using these keys
16124
16125 2004-06-06 [colin]      0.9.10claws67.8
16126
16127         * src/plugins/trayicon/trayicon.c
16128                 Fix pixmap update
16129
16130 2004-06-06 [colin]      0.9.10claws67.7
16131
16132         * src/addressbook.c
16133                 Fix signal handling causing system-wide focus grab
16134
16135 2004-05-25 [paul]       0.9.10claws67.6
16136
16137         * Makefile.am
16138           src/Makefile.am
16139                 clean up
16140
16141 2004-05-25 [paul]       0.9.10claws67.5
16142
16143         * replace deprecated gtk_signal... functions
16144
16145 2004-05-23 [colin]      0.9.10claws67.4
16146
16147         * src/compose.c
16148                 Fix wrapping
16149
16150 2004-05-22 [colin]      0.9.10claws67.3
16151
16152         * src/compose.c
16153                 Re-fix [Edited] in compose.c::compose_reedit()
16154
16155 2004-05-22 [colin]      0.9.10claws67.2
16156
16157         * src/procmime.c
16158                 Fix parsing of multiparts mails
16159
16160 2004-05-22 [colin]      0.9.10claws67.1
16161
16162         * src/summaryview.c
16163                 Fix quicksearch
16164
16165 2004-05-22 [paul]       0.9.10claws67
16166
16167         * sync with 0.9.10claws67 HEAD
16168
16169 2004-05-14 [alfons]
16170
16171         * src/procmime.h
16172                 add forgotton prototype
16173
16174 2004-05-10 [paul]       0.9.10claws57
16175
16176         * sync with 0.9.10claws57 HEAD
16177
16178 2004-05-05 [paul]       0.9.9.claws1
16179
16180         * ChangeLog-gtk2        ** REMOVED **
16181           ChangeLog-gtk2.claws  ** ADDED **
16182                 rename and adopt the normal claws format
16183                 
16184         * configure.ac
16185                 require gtkmathview >= 0.5
16186
16187         * ac/*                          ** REMOVED **
16188           ac/                           ** REMOVED **
16189           intl/Makefile.in              ** REMOVED **
16190           m4/                           ** ADDED **
16191           m4/missing                    ** ADDED **
16192           m4/missing/gdk-pixbuf.m4      ** ADDED **
16193           m4/missing/gettext.m4         ** ADDED **
16194           m4/missing/gpgme.m4           ** ADDED **
16195           m4/missing/imlib.m4           ** ADDED **
16196           m4/.cvsignore                 ** ADDED **
16197           m4/Makefile.am                ** ADDED **
16198           m4/README                     ** ADDED **
16199           m4/aclocal-include.m4         ** ADDED **
16200           m4/aspell.m4                  ** ADDED **
16201           m4/check-type.m4              ** ADDED **
16202           m4/gnupg-check-typedef.m4     ** ADDED **
16203           m4/openssl.m4                 ** ADDED **
16204           m4/spamassassin.m4            ** ADDED **
16205           po/ChangeLog                  ** REMOVED **
16206           po/Makefile.in.in             ** REMOVED **
16207           po/Rules-quot                 ** REMOVED **
16208           po/boldquot.sed               ** REMOVED **
16209           po/en@boldquot.header         ** REMOVED **
16210           po/en@quot.header             ** REMOVED **
16211           po/insert-header.sin          ** REMOVED **
16212           po/quot.sed                   ** REMOVED **
16213           po/remove-potcdate.sed        ** REMOVED **
16214           po/remove-potcdate.sin        ** REMOVED **
16215           po/stamp-po                   ** REMOVED **
16216           Makefile.am
16217           autogen.sh
16218           configure.ac
16219                 enable building with automake 1.8.x
16220                 add 'autopoint --force' to autogen.sh and remove all
16221                 auto-generated files, remove ac/ directory and use
16222                 m4/ directory instead
16223                 
16224         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16225                 fix gettextization
16226
16227 2004-02-28 Colin Leroy <colin@colino.net>
16228         * src/prefs_matcher.c
16229           src/prefs_filtering.c
16230           src/prefs_filtering_action.c
16231                 Fix non-editable GtkEntries
16232
16233 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16234         * src/prefs_themes.c
16235                 utf8 conversion for theme info
16236
16237 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16238         * sync 0.9.9claws
16239
16240 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16241         * src/grouplistdialog.c
16242                 allow multiple selections without ctrl key
16243
16244 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16245         * src/main.c
16246                 enable customizable accelerators
16247
16248 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16249         * src/prefs_common.c
16250                 re-enable different font settings for gtk1/2
16251         * src/prefs_folder_item.c
16252                 fix folder prefs displayed wrong
16253         * src/textview.c
16254                 set 'sunken' shadow type
16255
16256 2004-02-07 Colin Leroy <colin@colino.net>
16257         * src/compose.c
16258                 Fix message being always [Edited]
16259                 Encode headers correctly (utf8 buf)
16260
16261 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16262         * src/socket.c
16263                 remove double g_source_attach()
16264                 (Thanks to Colin Leroy)
16265
16266 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16267         * src/gtk/gtksctree.c
16268                 Fix SSL certificate list not shown
16269         * src/mimeview.c
16270                 Fix clicks in mime tree
16271
16272 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16273         * src/common/socket.c
16274                 Fix SSL receive
16275         * src/compose.c
16276                 Fix clipboard menu hotkeys
16277
16278 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16279         * src/gtk/gtkaspell.[ch]
16280           src/compose.c
16281                 reimplement spellchecker
16282
16283 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16284         * src/gtk/filesel.c
16285                 crash when inserting file in compose window
16286                 (TODO: keep old selection on clicks)
16287         * src/main.c
16288                 use gtkrc-2.0 instead of gtkrc
16289
16290 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16291         * src/messageview.c
16292                 remove orphaned mimeview unref()
16293
16294 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16295         * src/grouplistdialog.c
16296                 expand nodes containing subscribed groups
16297
16298 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16299         * src/textview.c
16300                 textview: hide cursor, restore old click behaviour
16301
16302 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16303         * src/textview.c
16304                 variable names messed up
16305
16306 2004-01-17 Colin Leroy <colin@colino.net>
16307         * src/addr_compl.c
16308                 Fix completion address too thin
16309         * src/compose.c
16310                 Fix tab-to-subject behaviour
16311         * src/summaryview.c
16312                 Implement key up & down in summaryview
16313
16314 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16315
16316         * sync 098claws
16317
16318 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16319         * configure.ac
16320           Makefile.am
16321           doc/.cvsignore
16322           doc/Makefile.am
16323                 faq, man, manual moved to doc/
16324         * ac/aspell.m4
16325           ac/check-type.m4
16326           ac/gnupg-check-typedef.m4
16327           ac/openssl.m4
16328           ac/spamassassin.m4
16329           ac/missing/gdk-pixbuf.m4
16330           ac/missing/gpgme.m4
16331           ac/missing/imlib.m4
16332                 fix automake warnings
16333
16334 2003-12-06 Colin Leroy <colin@colino.net>
16335         * src/summaryview.c
16336                 Fix quicksearch
16337
16338 2003-12-05 Colin Leroy <colin@colino.net>
16339         * src/summaryview.c
16340                 Fix going to next unread folder
16341
16342 2003-12-05 Colin Leroy <colin@colino.net>
16343         * src/crash.c
16344                 Fix gtk2 compilation
16345         * src/session.c
16346                 Remove iotag source handler at disconnection
16347         * src/socket.[ch] 
16348                 Remove source handler when closing socket 
16349                 (fixes another seg)
16350
16351 2003-12-04 Colin Leroy <colin@colino.net>
16352         * src/compose.c
16353           src/prefs_account.c
16354           src/prefs_common.c
16355                 Fix some dropdown menus
16356
16357 2003-12-04 Colin Leroy <colin@colino.net>
16358         * src/compose.c
16359                 Fix event handlers on header fields
16360         * src/common/socket.c
16361           src/common/session.c
16362                 Fix segfault with callback (SSL)
16363                 Fix end of session 
16364
16365 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16366
16367         * Fix compile bug in src/compose.c
16368         * removed src/gtk/gtkstext.[ch]
16369
16370 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16371
16372         * Convert character set and escape "text" attributes in toolbar setting
16373         files.
16374         * Fixed bug in button-press-event handling.
16375
16376 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16377
16378         * Fixed bug in key-press-event handling.
16379
16380 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16381
16382         * Enabled to compile tray-icon plugin (Ad-hoc).
16383         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16384
16385 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16386
16387         * Enabled to compile on sylpheed-claws.
16388         (tray-icon plugin still cannot compile yet.)
16389
16390 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16391
16392         * Updated to 0.9.5.
16393
16394 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16395
16396         * Updated to 0.9.4.
16397         * Ported monitoring SSL mechanism to GSource of GLib2
16398         (I don't confirm it)
16399         * Added _gtk2 suffix to key name of font preference to avoid
16400         ovverwriting preference of Gtk+-1.2 version.
16401
16402 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16403
16404         * Updated to 0.9.2.
16405
16406 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16407
16408         * Updated to 0.9.1.
16409         * Translate po files into UTF-8 when execute autogen.sh.
16410
16411 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16412
16413         * Updated to 0.9.0.
16414
16415 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16416
16417         * Plugged GError related memory leaks.
16418
16419 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16420
16421         * Changed default size of fonts.
16422         * Enabled to set titile font size of warning dialog.
16423
16424 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16425
16426         * Embed a sylpheed icon into executable binary on Windows.
16427
16428 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16429
16430         * I forgot to traslate character set of element string in src/xml.c.
16431
16432 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16433
16434         * Fixed detecting bind_textdomain_codeset in configure.in.
16435         * The bug in which "Example" of "Date fromat" preference isn't displayed
16436         correctly has been fixed.
16437
16438 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16439
16440         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16441           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16442           glib-gettextize
16443           Removed intl directory.
16444           Translated po files into UTF-8.
16445           (Thanks! Ryuji Abe)
16446
16447 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16448
16449         * The bug which doesn't unscape string in xml.c has been fixed.
16450
16451 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16452
16453         * The bug which is failed to translate encoding of file name thorough
16454         file dialog has been fixed.
16455
16456 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16457
16458         * Modified to translate file names which is used in inporting/expoting
16459         mbox feature and "Save as" feature into locale encoding.
16460         * Translate file names into locale encoding when "Attache file" and
16461         "Insert file".
16462         * Force set G_BROKEN_FILENAMES environment variable.
16463         * Other minor fixes.
16464
16465 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16466
16467         * Modified to treat MH folder's name as locale encoding.
16468
16469 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16470
16471         * The bug which clash on switching candidates of auto completion of
16472         addresses, cannot use auto completion in Japanesse is fixed
16473         (Thanks! Tokunaga-san)¡¥
16474
16475 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16476
16477         * The bug which cannot switch key accelerator preference has been fixed
16478         (Thanks! smbd-san)¡¥
16479
16480 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16481
16482         * version 0.8.11-gtk2-20030314
16483
16484 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16485
16486         * The bug in which character set conversion of filtering messages has
16487         been fixed.(Thanks! COCOA-san).
16488
16489 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16490
16491         * Revived "Leave space on head" preference in "Message" category.
16492         * A bug which clash when put the cursor to end of buffer and execute
16493         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16494
16495 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16496
16497         * version 0.8.11-gtk2-20030312
16498
16499 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16500
16501         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16502         * Modified to use Pango's API directly for font preference.
16503         * Integrated GtkTextView of textview to one widget.
16504         * Set fonts of header title in textview by "header_title" tag.
16505         * Removed some deprecated codes.
16506
16507 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16508
16509         * Updated to 0.8.11.
16510         * Merged cygwin patch(Thanks! Sakai-san).
16511
16512 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16513
16514         * version 0.8.10-gtk2-20030309