2005-07-19 [colin] 1.9.12cvs85
[claws.git] / ChangeLog-gtk2.claws
1 2005-07-19 [colin]      1.9.12cvs85
2
3         * src/plugins/pgpinline/plugin.c
4                 Fix warning
5
6 2005-07-19 [colin]      1.9.12cvs84
7
8         * configure.ac
9         * src/plugins/Makefile.am
10         * src/plugins/pgpinline/.cvsignore
11         * src/plugins/pgpinline/Makefile.am
12         * src/plugins/pgpinline/pgpinline.c
13         * src/plugins/pgpinline/pgpinline.deps
14         * src/plugins/pgpinline/pgpinline.h
15         * src/plugins/pgpinline/plugin.c
16                 Put pgpinline in the main tree
17
18 2005-07-19 [paul]       1.9.12cvs83
19
20         * src/prefs_actions.c
21                 prevent '//' in menu names, which cause a crash
22                 thanks to Colin
23
24 2005-07-19 [paul]       1.9.12cvs82
25
26         * configure.ac
27                 be generally more informative in configure output.
28                 OpenSSL: correction: '[ --enable-openssl ...' -> 
29                 '[ --disable-openssl ...', as --enable-openssl is default
30                 PGP/MIME: don't check for GPGME again, check for
31                 pgpcore instead. Therefore prevent the possibility of
32                 attempting to build pgpmime if pgpcore dependencies are
33                 not met
34                 ClamAV: use pkgconfig to check for lib
35                 libgnomeprint: revert logic on inner test to match
36                 everything else
37         * src/plugins/pgpcore/sgpgme.c
38                 add missing include
39
40 2005-07-19 [colin]      1.9.12cvs81
41
42         * src/summaryview.c
43                 Fix slow thread rebuilding in particular
44                 cases
45
46 2005-07-19 [paul]       1.9.12cvs80
47
48         * sylpheed-claws.desktop
49                 fix typo, spotted by Stephan Sachse
50         * src/account.c
51                 replace GTK_STOCK_ADD with
52                 GTK_STOCK_NEW button
53
54 2005-07-18 [colin]      1.9.12cvs79
55
56         * src/etpan/imap-thread.c
57                 Fix return value (Thanks Hoa)
58
59 2005-07-18 [colin]      1.9.12cvs78
60
61         * src/imap.c
62                 Allow empty passwords
63                 Create drafts/queue/outbox if necessary
64         * src/summaryview.c
65                 Remove old code
66         * src/etpan/imap-thread.c
67                 Fix STARTTLS (Thanks to Hoa)
68
69 2005-07-18 [paul]       1.9.12cvs77
70
71         * ChangeLog-gtk2.jp
72         * ChangeLog.jp
73                 removed
74         * Makefile.am
75                 updated to reflect additions and removals
76         * TODO
77                 updated to be claws-specific
78         * TODO-gtk2
79         * TODO-gtk2.jp
80         * TODO.jp
81         * sylpheed-128x128.png
82         * sylpheed-64x64.png
83                 removed
84         * sylpheed-claws-128x128.png
85         * sylpheed-claws-64x64.png
86         * sylpheed-claws.desktop
87         * sylpheed-claws.png
88                 added
89         * sylpheed.desktop
90         * sylpheed.png
91                 removed
92
93 2005-07-17 [paul]       1.9.12cvs76
94
95         * src/account.c
96         * src/addressbook.c
97         * src/alertpanel.c
98         * src/alertpanel.h
99         * src/compose.c
100         * src/exphtmldlg.c
101         * src/expldifdlg.c
102         * src/folderview.c
103         * src/imap_gtk.c
104         * src/inc.c
105         * src/message_search.c
106         * src/messageview.c
107         * src/mh_gtk.c
108         * src/news_gtk.c
109         * src/prefs_actions.c
110         * src/prefs_filtering.c
111         * src/prefs_matcher.c
112         * src/prefs_template.c
113         * src/prefs_themes.c
114         * src/ssl_manager.c
115         * src/summary_search.c
116         * src/textview.c
117         * src/toolbar.c
118         * src/gtk/sslcertwindow.c
119         * src/plugins/pgpcore/sgpgme.c
120                 rework alertpanels
121
122 2005-07-17 [colin]      1.9.12cvs75
123
124         * src/privacy.c
125                 add a PrivacySystem accessor that checks that
126                 the system cached in a MimeInfo's privacydata
127                 is still registered. Use this accessor instead
128                 of directly using data->system. Fixes crashes
129                 after unloading pgp plugins.
130
131 2005-07-17 [colin]      1.9.12cvs74
132
133         * src/alertpanel.c
134                 Change geometry hints to a simple default size.
135                 Fixes the certs dialogs.
136
137 2005-07-17 [colin]      1.9.12cvs73
138
139         * src/gtk/sslcertwindow.c
140                 Use a gtkExpander
141
142 2005-07-17 [colin]      1.9.12cvs72
143
144         * src/plugins/pgpcore/Makefile.am
145         * src/plugins/pgpmime/Makefile.am
146                 Add gpgme libs
147
148 2005-07-17 [paul]       1.9.12cvs71
149
150         * configure.ac
151                 add --disable-gnomeprint option
152                 modified version of patch by Marius Mauch
153
154 2005-07-17 [paul]       1.9.12cvs70
155
156         * src/common/defs.h
157                 update urls
158         * src/account.c
159         * src/action.c
160         * src/addressbook.c
161         * src/compose.c
162         * src/foldersel.c
163         * src/folderview.c
164         * src/html.c
165         * src/imap_gtk.c
166         * src/main.c
167         * src/mainwindow.c
168         * src/messageview.c
169         * src/mh_gtk.c
170         * src/mimeview.c
171         * src/news_gtk.c
172         * src/prefs_account.c
173         * src/prefs_send.c
174         * src/prefs_summaries.c
175         * src/procmsg.c
176         * src/summaryview.c
177         * src/common/utils.c
178         * src/common/xml.c
179         * src/plugins/pgpcore/passphrase.c
180         * src/plugins/pgpcore/select-keys.c
181                 replace inappropriately used backticks
182                 with single quotes
183
184 2005-07-16 [colin]      1.9.12cvs69
185
186         * src/image_viewer.c
187                 Add extra paranoid checks
188
189 2005-07-16 [colin]      1.9.12cvs68
190
191         * src/plugins/pgpcore/prefs_gpg.c
192                 Don't auto-check sigs by default, as it
193                 can be really slow.
194
195 2005-07-16 [colin]      1.9.12cvs67
196
197         * src/plugins/pgpcore/sgpgme.c
198                 Make messages a bit better.
199
200 2005-07-16 [colin]      1.9.12cvs66
201
202         * src/imap.c
203                 Remove pseudo-log
204         * src/etpan/imap-thread.c
205                 Add real log
206
207 2005-07-16 [colin]      1.9.12cvs65
208
209         * src/main.c
210         * src/prefs_other.c
211                 And now, fix build with libetpan :-/
212
213 2005-07-15 [colin]      1.9.12cvs64
214
215         * src/prefs_other.c
216                 Continue fixing build without libetpan.
217
218 2005-07-15 [colin]      1.9.12cvs63
219
220         * src/main.c
221                 Fix build with --disable-libetpan
222
223 2005-07-15 [colin]      1.9.12cvs62
224
225         * configure.ac
226                 Bump libetpan's version
227
228 2005-07-15 [colin]      1.9.12cvs61
229
230         * src/etpan/imap-thread.c
231                 Actually stop logging :)
232
233 2005-07-15 [colin]      1.9.12cvs60
234
235         * src/addressbook.c
236                 Fix dnd of multiple addresses.
237
238 2005-07-15 [hoa]        1.9.12cvs59
239
240         * src/etpan/imap-thread.c
241             disable login of IMAP password in libetpan log file.
242
243 2005-07-15 [paul]       1.9.12cvs58
244
245         * src/account.c
246                 don't automatically sort
247                 do allow drag n drop
248
249 2005-07-15 [paul]       1.9.12cvs57
250
251         * src/account.c
252         * src/ssl_manager.c
253                 alphabetical listing
254
255 2005-07-15 [paul]       1.9.12cvs56
256
257         * src/gtk/pluginwindow.c
258                 sort plugin list alphabetically
259
260 2005-07-15 [paul]       1.9.12cvs55
261
262         * src/prefs_spelling.c
263         * src/prefs_wrapping.c
264                 unify English usage
265
266 2005-07-15 [colin]      1.9.12cvs54
267
268         * src/wizard.c
269                 Typo fix
270
271 2005-07-15 [paul]       1.9.12cvs53
272
273         * src/prefs_message.c
274                 make 'show cursor' a hidden option
275
276 2005-07-14 [colin]      1.9.12cvs52
277
278         * src/plugins/spamassassin/Makefile.am
279         * src/plugins/clamav/Makefile.am
280                 Fix double EXTRA_DISTs
281
282 2005-07-14 [colin]      1.9.12cvs51
283
284         * src/plugins/clamav/Makefile.am
285         * src/plugins/clamav/clamav_plugin_gtk.deps
286         * src/plugins/spamassassin/Makefile.am
287         * src/plugins/spamassassin/spamassassin_gtk.deps
288                 Make $plugin_gtk depend on $plugin
289
290 2005-07-14 [hoa]        1.9.12cvs50
291
292         * src/etpan/imap-thread.c
293                 enable debug log of libetpan when running with --debug
294
295 2005-07-14 [colin]      1.9.12cvs49
296
297         * configure.ac
298         * src/common/Makefile.am
299         * src/common/plugin.c
300         * src/common/plugin.h
301                 Add a little plugin dependancy system.
302                 Plugins can ship a $plugin_name.deps file
303                 (near them in PLUGINDIR) so that their
304                 dependancies are loaded if possible.
305         * src/plugins/Makefile.am
306         * src/plugins/pgpcore/Makefile.am
307         * src/plugins/pgpcore/passphrase.c
308         * src/plugins/pgpcore/passphrase.h
309         * src/plugins/pgpcore/plugin.c
310         * src/plugins/pgpcore/prefs_gpg.c
311         * src/plugins/pgpcore/prefs_gpg.h
312         * src/plugins/pgpcore/select-keys.c
313         * src/plugins/pgpcore/select-keys.h
314         * src/plugins/pgpcore/sgpgme.c
315         * src/plugins/pgpcore/sgpgme.h
316                 Introduce pgpcore, used by pgpmime and
317                 pgpinline
318         * src/plugins/pgpmime/Makefile.am
319         * src/plugins/pgpmime/passphrase.c
320         * src/plugins/pgpmime/passphrase.h
321         * src/plugins/pgpmime/pgpmime.c
322         * src/plugins/pgpmime/pgpmime.deps
323         * src/plugins/pgpmime/plugin.c
324         * src/plugins/pgpmime/prefs_gpg.c
325         * src/plugins/pgpmime/prefs_gpg.h
326         * src/plugins/pgpmime/select-keys.c
327         * src/plugins/pgpmime/select-keys.h
328         * src/plugins/pgpmime/sgpgme.c
329         * src/plugins/pgpmime/sgpgme.h
330                 Remove the core from pgpmime and add the
331                 dependancy to pgpcore.
332
333 2005-07-14 [paul]       1.9.12cvs48
334
335         * src/stock_pixmap.c
336                 forgot this in last commit
337
338 2005-07-14 [paul]       1.9.12cvs47
339
340         * src/account.c
341         * src/addressbook.c
342                 add accelerators for the buttons (sync with main)
343         * src/compose.c
344         * src/compose.h
345                 add accelerators for the buttons.
346                 fix editing with external editor.
347                 replace gdk_input_*() with GIOChannel;
348                 (sync with main)
349         * src/foldersel.c
350                 display folder names with new/unread
351                 representation (sync with main)
352         * src/main.c
353                 specify default window icon (sync with main)
354         * src/prefs_common.c
355                 use_addr_book default to FALSE
356         * src/summaryview.c
357         * src/textview.c
358                 add accelerators for the buttons (sync with main)
359         * src/gtk/menu.c
360                 fix typos
361         * src/pixmaps/sylpheed_icon.xpm
362                 updated
363
364 2005-07-13 [paul]       1.9.12cvs46
365
366         * src/plugins/pgpmime/pgpmime.c
367         * src/plugins/pgpmime/sgpgme.c
368                 (temporarily) use deprecated gpgme_data_rewind()
369                 while largefile support is not present
370                 (as suggested by Colin)
371
372 2005-07-13 [paul]       1.9.12cvs45
373
374         * configure.ac
375                 remove large file support (for now):
376                 it breaks too many things
377
378 2005-07-13 [paul]       1.9.12cvs44
379
380         * configure.ac
381                 add large file support
382         * src/html.c
383                 fix bug #763 where href attribute was not
384                 the very first attribute of a link
385                 patch by Thomas Gilgin
386
387 2005-07-13 [colin]      1.9.12cvs43
388
389         * src/gtk/pluginwindow.c
390                 Little portability fix
391
392 2005-07-13 [colin]      1.9.12cvs42
393
394         * src/plugins/pgpmime/sgpgme.c
395                 Fix crasher.
396
397 2005-07-13 [colin]      1.9.12cvs41
398
399         * src/plugins/pgpmime/pgpmime.c
400         * src/plugins/pgpmime/sgpgme.c
401                 Use gpgme_data_release_and_get_mem instead
402                 of gpgme_data_read.
403
404 2005-07-13 [colin]      1.9.12cvs40
405
406         * configure.ac
407         * src/plugins/pgpmime/passphrase.c
408         * src/plugins/pgpmime/passphrase.h
409         * src/plugins/pgpmime/pgpmime.c
410         * src/plugins/pgpmime/plugin.c
411         * src/plugins/pgpmime/select-keys.c
412         * src/plugins/pgpmime/select-keys.h
413         * src/plugins/pgpmime/sgpgme.c
414         * src/plugins/pgpmime/sgpgme.h
415                 Port pgpmime to gpgme-1.0.
416
417 2005-07-12 [paul]       1.9.12cvs39
418
419         * AUTHORS
420         * src/toolbar.c
421         * src/toolbar.h
422                 add a 'Go to Prev' button to the toolbar.
423                 correct tooltip text of go to buttons.
424                 based on patch by Yang Guilong <bamanzi@gmail.com>
425
426 2005-07-12 [colin]      1.9.12cvs38
427
428         * src/statusbar.c
429                 Fix progress bar showing stuff at startup.
430
431 2005-07-12 [paul]       1.9.12cvs37
432
433         * src/editjpilot.c
434                 fix building with jpilot support
435
436 2005-07-11 [colin]      1.9.12cvs36
437
438         * src/inc.c
439                 Add visual indication that filtering is running
440         * src/textview.c
441                 Make {}[] uri delimiters
442         * src/summaryview.c
443                 Remove useless (and slow) calls
444
445 2005-07-11 [paul]       1.9.12cvs35
446
447         * src/plugins/clamav/clamav_plugin_gtk.c
448         * src/plugins/dillo_viewer/dillo_prefs.c
449         * src/plugins/pgpmime/prefs_gpg.c
450         * src/plugins/spamassassin/spamassassin_gtk.c
451                 gather plugins prefs together under their
452                 own 'Plugins' heading
453
454 2005-07-11 [paul]       1.9.12cvs34
455
456         sync with main
457
458         * src/account.c
459                 account_delete(): modified alert dialog
460         * src/editjpilot.c
461         * src/editvcard.c
462                 fixed a crash when cancelling file selection
463                 dialog by Escape key. Made non-ascii filename
464                 selectable.
465         * src/prefs_template.c
466                 prefs_template_window_create(): make scrolled
467                 window policy AUTOMATIC
468
469 2005-07-10 [hoa]        1.9.12cvs33
470
471         * src/etpan/imap-thread.c
472                 workaround for old Courier IMAP servers.
473
474 2005-07-10 [colin]      1.9.12cvs32
475
476         * src/folder.c
477         * src/statusbar.c
478         * src/statusbar.h
479                 Add visual progress indicator on filtering/processing
480                 Factorize the progress bar code
481         * src/imap.c
482         * src/imap.h
483         * src/etpan/imap-thread.c
484                 Add a reference counter to avoid destroying the Folder
485                 while it's in use by another callback.
486
487 2005-07-09 [hoa]        1.9.12cvs31
488
489         * src/imap.c
490         * src/etpan/imap-thread.c
491                 fixed deadlock when removing IMAP account.
492
493 2005-07-08 [colin]      1.9.12cvs30
494
495         * src/textview.c
496         * src/unmime.c
497                 Fix again problems decoding broken headers
498         * src/gtk/inputdialog.c
499                 Fix local variable shadowing a global one
500
501 2005-07-08 [colin]      1.9.12cvs29
502
503         * src/msgcache.c
504                 Make the cache/mark files platform-agnostic by writing
505                 them in little-endian format. Reading them is also done
506                 in little-endian format, of course; however, in order
507                 to avoid trashing mark data on big-endian machines, the
508                 files are, at first, read from the native format if the
509                 little-endian one doesn't exist. This is easy to deter-
510                 mine by trying to open a file with a swapped data_ver
511                 and seeing if it's the wanted version.
512                 Little-endian using users should see absolutely no
513                 difference, Big-endian users may get a very little
514                 performance drop due to byte-swapping.
515                 Tested on i386 and ppc32. 
516                 Fixes bug #159 (The index file, in the mailboxes, is 
517                 hardware depending).
518
519                 To have the cache/mark files updated to the new little-
520                 endian format, "Check for new messages" or even
521                 "Rebuild folder tree" aren't enough. Files will be
522                 updated as soon as a folder has been opened/closed.
523                 To update everything, just select all folders by
524                 selecting them one by one.
525
526 2005-07-07 [colin]      1.9.12cvs28
527
528         * src/imap.c
529                 Remember the folder separator per IMAPFolder
530                 instead of globally.
531                 Revive the Session on noop; fixes bug #761
532                 (mark a bunch of unread messages as read takes 
533                 forever)
534
535 2005-07-07 [darko]      1.9.12cvs27
536
537         * src/common/template.c
538                 Sort templates alphabetically
539
540 2005-07-06 [colin]      1.9.12cvs26
541
542         * src/imap.c
543                 Try to use the correct separator in
544                 most cases. Possibly fixes bug #759
545                 (only creates the INBOX folder when 
546                 setting up new IMAP account) and 
547                 bug #760 (Can't retrieve messages)
548
549 2005-07-06 [colin]      1.9.12cvs25
550
551         * src/imap.c
552                 Use real_path in status command. This will
553                 help later, when namespaces will be used.
554
555 2005-07-06 [colin]      1.9.12cvs24
556
557         * configure.ac
558         * src/account.c
559         * src/folder.c
560         * src/imap.c
561         * src/etpan/etpan-log.c
562         * src/etpan/etpan-thread-manager.c
563         * src/etpan/imap-thread.c
564                 Add a --disable-libetpan parameter. With this,
565                 users that don't want IMAP4 support can avoid
566                 the new dependancy (and have no IMAP support).
567                 Users that have IMAP4 accounts and use this
568                 parameter won't lose their configuration, their
569                 IMAP accounts will just be invisible and not
570                 used.
571         * src/textview.c
572                 Make the "Copy ..." contextual menu items 
573                 copy to both the X clipboard and the gtk 
574                 clipboard - as most other apps do.
575         * src/gtk/about.c
576                 Add a notice about OpenSSL usage, in order to
577                 comply with OpenSSL's license (point 6):
578                 http://www.openssl.org/source/license.html
579
580 2005-07-06 [colin]      1.9.12cvs23
581
582         * src/alertpanel.c
583                 Fix a minimum size for alertpanels
584         * src/compose.c
585                 Show 'No space left on device' type errors
586                 when queuing/sending
587         * src/imap_gtk.c
588         * src/mh_gtk.c
589                 Rework folder's deletion message (remove 
590                 extra \n)
591
592 2005-07-05 [colin]      1.9.12cvs22
593
594         * src/imap.c
595                 Add an alertpanel on auth error
596                 Add pseudo-log
597                 Remove pthread-related stuff
598
599 2005-07-05 [colin]      1.9.12cvs21
600
601         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
602                 Fix crash on plugin reloading (with a hack)
603
604 2005-07-05 [colin]      1.9.12cvs20
605
606         * src/prefs_account.c
607         * src/prefs_account.h
608                 Fix typo
609         * src/gtk/filesel.c
610         * src/gtk/filesel.h
611                 Add a way to filter the view
612         * src/gtk/pluginwindow.c
613                 Filter loadable stuff
614         * src/plugins/pgpmime/prefs_gpg.c
615                 Fix missing unregistration
616         * .cvsignore
617         * src/etpan/.cvsignore
618         * src/plugins/spamassassin/.cvsignore
619                 Add more stuff to cvs ignored files
620
621 2005-07-04 [colin]      1.9.12cvs19
622
623         * src/imap.c
624                 Fix scan_required returning FALSE when it
625                 shouldn't. Maybe fix #760 (Can't retrieve
626                 messages)
627
628 2005-07-04 [colin]      1.9.12cvs18
629
630         * src/summaryview.c
631                 Fix always_show_msg pref
632
633 2005-07-04 [paul]       1.9.12cvs17
634
635         sync with main (forgotten in last commit)
636         
637         * src/common/utils.c
638         * src/common/utils.h
639                 check_line_length(): new.
640                 is_dir_exist()
641                 is_file_entry_exist()
642                 dirent_is_regular_file()
643                 dirent_is_directory(): use g_file_test() instead of stat().
644
645 2005-07-04 [paul]       1.9.12cvs16
646
647         sync with main:
648
649         * src/compose.c
650                 compose_write_to_file(): check for line
651                 length limit and display warning if exceeds
652         * src/jpilot.c
653                 use get_home_dir() instead of g_get_home_dir()
654         * src/procheader.c
655                 removed warning about invalid date
656         * src/vcard.c
657                 use get_home_dir() instead of g_get_home_dir()
658
659 2005-07-04 [paul]       1.9.12cvs15
660
661         * src/stock_pixmap.c
662                 fix new pixmap naming errors
663                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
664
665 2005-07-04 [colin]      1.9.12cvs14
666
667         * src/imap.c
668                 Fix debugging string with a warning
669
670 2005-07-04 [colin]      1.9.12cvs13
671
672         * configure.ac
673                 Add a check for libetpan's version (>= 0.37)
674
675 2005-07-04 [hoa]        1.9.12cvs12
676
677         * commitHelper
678         * src/imap.c
679         * src/etpan/imap-thread.c
680         * src/etpan/imap-thread.h
681                 fixed IMAP implementation of check of mails.
682
683 2005-07-03 [hoa]        1.9.12cvs11
684
685         * src/etpan/Makefile.am
686         * src/etpan/etpan-errors.h
687         * src/etpan/etpan-log.[ch]
688         * src/etpan/etpan-thread-manager-types.h
689         * src/etpan/etpan-thread-manager.[ch]
690         * src/etpan/imap-thread.[ch]
691         * src/Makefile.am
692         * src/imap.c
693         * src/main.c
694         * src/prefs_other.c
695         * configure.ac
696             merged imap branch.
697             dependency on libetpan 0.37 is now added.
698
699 2005-07-01 [colin]      1.9.12cvs10
700
701         * src/Makefile.am
702         * src/folder.c
703         * src/folder.h
704         * src/folderview.c
705         * src/stock_pixmap.c
706         * src/stock_pixmap.h
707         * src/plugins/trayicon/trayicon.c
708                 Add marked symbol on folders containing
709                 marked messages
710         * src/procmsg.c
711         * src/procmsg.h
712         * src/toolbar.c
713         * src/prefs_common.c
714         * src/prefs_common.h
715         * src/prefs_send.c
716                 Add an optional confirmation dialog on queue
717                 sending. Patch by wwp.
718         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
719         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
720         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
721         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
722         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
723         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
724         * src/pixmaps/inbox_mark.xpm            ** ADDED **
725         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
726         * src/pixmaps/outbox_mark.xpm           ** ADDED **
727         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
728         * src/pixmaps/trash_mark.xpm            ** ADDED **
729                 New pixmaps
730
731 2005-07-01 [colin]      1.9.12cvs9
732
733         * src/summaryview.c
734                 Fix a little threading bug
735         * src/addrgather.c
736         * src/mainwindow.c
737                 A little bit of HIG normality never hurts
738
739 2005-07-01 [colin]      1.9.12cvs8
740
741         * src/compose.c
742         * src/msgcache.c
743         * src/pop.c
744         * src/procmime.c
745         * src/recv.c
746         * src/common/log.c
747         * src/common/template.c
748         * src/common/utils.c
749         * src/common/utils.h
750                 Reverted the fwrite_atomic stuff. In fact
751                 it is already atomic.
752
753 2005-06-30 [colin]      1.9.12cvs7
754
755         * src/common/utils.c
756         * src/common/utils.h
757                 Add an fwrite_atomic() function to make
758                 sure we write everything: fwrite can make
759                 short writes.
760         * src/compose.c
761         * src/msgcache.c
762         * src/pop.c
763         * src/procmime.c
764         * src/recv.c
765         * src/common/log.c
766         * src/common/template.c
767                 Use that (and fix swapping of size and nmemb).
768                 Thanks to Rich Coe for the heads up.
769
770 2005-06-30 [colin]      1.9.12cvs6
771
772         * src/addressbook.c
773                 Optimize addressbook opening 
774
775 2005-06-30 [colin]      1.9.12cvs5
776
777         * src/summaryview.c
778                 Remove calls to summary_step after move/copy
779
780 2005-06-28 [paul]       1.9.12cvs4
781
782         * src/alertpanel.c
783                 wrap and make the error msg selectable
784
785 2005-06-28 [paul]       1.9.12cvs3
786
787         * src/ssl_manager.c
788                 replace the OK button with a Close button
789         * src/gtk/foldersort.c
790                 use GTK_STOCK_ icons/buttons
791
792 2005-06-28 [colin]      1.9.12cvs2
793
794         * src/gedit-print.c             ** ADDED **
795         * src/gedit-print.h             ** ADDED **
796         * src/gtk/gtksourceprintjob.c   ** ADDED **
797         * src/gtk/gtksourceprintjob.h   ** ADDED **
798                 I can't believe no one had enough time to tell
799                 me I forgot the `cvs add`
800
801 2005-06-27 [colin]      1.9.12cvs1
802
803         * src/Makefile.am
804         * src/gtk/Makefile.am
805         * src/messageview.c
806         * src/procmsg.c
807         * src/summaryview.c
808         * configure.ac
809                 Add optional libgnomeprint-based printing
810         * src/mainwindow.c
811         * src/gtk/quicksearch.c
812                 Add an Edit/Quick search menu item to show
813                 and focus the quicksearch
814
815 2005-06-27 [paul]       1.9.12
816
817         1.9.12 release
818
819         * po/ca.po
820         * po/de.po
821         * po/es.po
822         * po/fr.po
823         * po/it.po
824         * po/ko.po
825         * po/pt_BR.po
826         * po/sk.po
827         * po/zh_CN.po
828                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
829                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
830                 SungHyun Nam, Frederico Goncalves Guimaraes,
831                 Andrej Kacian, and Yang Guilong
832 2005-06-26 [colin]      1.9.11cvs106
833
834         * src/imap_gtk.c
835                 Forgot one file for previous fix
836
837 2005-06-26 [colin]      1.9.11cvs105
838
839         * src/folder.c
840         * src/imap.c
841                 Fix problems with folder operations in no_select
842                 imap folders. it applies only to mails, and 
843                 creation/deletion/move/renaming of folders 
844                 should be possible
845
846 2005-06-26 [paul]       1.9.11cvs104
847
848         * src/prefs_filtering.c
849                 replace one more GTK_STOCK_REMOVE
850                 with GTK_STOCK_DELETE
851
852 2005-06-25 [colin]      1.9.11cvs103
853
854         * src/imap.c
855                 Optimize get_seq_set_from_seq_list
856                 (Patch by Ricardo) 
857
858 2005-06-25 [colin]      1.9.11cvs102
859
860         * src/mh.c
861                 If the directory exists, but not in the
862                 correct encoding, rename it. This should
863                 handle old-versions-induced bugs.
864
865 2005-06-25 [colin]      1.9.11cvs101
866
867         * src/mh.c
868                 Fix path access with extended dir names
869                 Fixes bug #589 (SC segfaults with wrong locale
870                 settings)
871
872 2005-06-25 [colin]      1.9.11cvs100
873
874         * src/prefs_account.c
875         * src/prefs_account.h
876         * src/compose.c
877                 Add an option to encrypt replies to
878                 encrypted messages
879
880 2005-06-25 [colin]      1.9.11cvs99
881
882         * src/compose.c
883         * src/quote_fmt_parse.y
884                 ... And make it work with pgpinline.
885
886 2005-06-25 [colin]      1.9.11cvs98
887
888         * src/compose.c
889         * src/procmime.c
890         * src/procmime.h
891         * src/quote_fmt_parse.y
892                 o Make reedition of encrypted messages possible
893                   (as long as it is encrypted to self too, no
894                    magic there)
895                 o Make replying with quote (and without selecting
896                   text) possible for encrypted messages.
897                 Closes bug #550 (Not possible to "reply with quote"
898                 to gnupg encrypted messages)
899
900 2005-06-24 [paul]       1.9.11cvs97
901
902         * src/imap.c
903                 add missing include
904
905 2005-06-24 [paul]       1.9.11cvs96
906
907         * src/editldap.c
908                 made bind password entry invisible
909                 (sync with main)
910         * src/send_message.c
911                 send_message_local(): check exit status
912                 to detect errors (sync with main)
913         * src/textview.c
914                 use main's less ambiguous popup menu
915                 wording
916
917 2005-06-24 [paul]       1.9.11cvs95
918
919         * src/prefs_actions.c
920         * src/prefs_customheader.c
921         * src/prefs_display_header.c
922         * src/prefs_filtering_action.c
923         * src/prefs_matcher.c
924         * src/prefs_template.c
925         * src/prefs_toolbar.c
926                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
927         * src/gtk/description_window.c
928                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
929
930 2005-06-23 [colin]      1.9.11cvs94
931
932         * src/summaryview.c
933                 Fix rough edges (be sure to call status_show whenever
934                 necessary).
935
936 2005-06-23 [colin]      1.9.11cvs93
937
938         * src/summaryview.c
939                 Optimize Select All
940                 Before, in a 5K mails folder: 11s
941                 After, in the same folder: 58000µs
942                 The joys of locking... gtk_clist_select_all() fires a 
943                 tree-select-row event for each selected row, which in 
944                 summaryview, callbacks summary_selected which in turn,
945                 calls summary_status_show, which walks the selected
946                 rows. Hence, calling gtk_clist_select_all was 
947                 exponential. Locking the summaryview makes 
948                 summary_selected return early.
949
950 2005-06-23 [colin]      1.9.11cvs92
951
952         * src/imap.c
953                 Move mutex at the important place to avoid
954                 deadlocks
955         * src/summaryview.c
956                 Fix Del key deleting directly instead of
957                 moving to trash
958
959 2005-06-22 [colin]      1.9.11cvs91
960
961         * src/plugins/spamassassin/libspamc.c
962                 As we do spagetti code with assignations in multiple
963                 places (see _message_read_raw where out = msg = raw),
964                 let's be sure we don't free the same pointer twice.
965                 Should fix bug #683 (Crash in libpam at 
966                 message_cleanup).
967
968 2005-06-22 [colin]      1.9.11cvs90
969
970         * src/compose.c
971         * src/messageview.c
972         * src/toolbar.c
973                 Make toolbar's delete use the move to trash stuff;
974                 Add gtk_widget_realize to be sure pixmaps can get
975                 created (that may fix an old worksforme bug which
976                 I can't find back...)
977
978 2005-06-22 [colin]      1.9.11cvs89
979
980         * src/summaryview.c
981         * src/summaryview.h
982         * src/mainwindow.c
983                 Rename "Message/Delete" to "Message/Move to trash"
984                 Add "Message/Delete..." that directly destroys the
985                 selected messages after asking for a confirmation.
986
987 2005-06-22 [colin]      1.9.11cvs88
988
989         * src/imap.c
990                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
991                 o Fix a deadlock (thanks Darko)
992
993 2005-06-22 [colin]      1.9.11cvs87
994
995         * src/gtk/foldersort.c
996                 Add missing include for the i18n;
997                 patch by Fabien Vantard
998
999 2005-06-21 [colin]      1.9.11cvs86
1000
1001         * src/folder.c
1002         * src/folderview.c
1003                 Respect the no_select flag
1004         * src/imap.c
1005                 Fix recursive deletion
1006         * src/imap_gtk.c
1007         * src/mh_gtk.c
1008                 Make the folder deletion's warning
1009                 more explicit
1010
1011 2005-06-21 [colin]      1.9.11cvs85
1012
1013         * src/textview.c
1014                 Prevent email addresses from spanning accross
1015                 lines - fixes bug # 646 (newline-chars in 
1016                 email addresses)
1017
1018 2005-06-20 [colin]      1.9.11cvs84
1019
1020         * src/folder.c
1021                 Be sure not to remove source if copy failed
1022
1023 2005-06-20 [colin]      1.9.11cvs83
1024
1025         * src/folderview.c
1026         * src/imap_gtk.c
1027                 remove summaryview's lock
1028         * src/imap.c
1029                 introduce threads to avoid problems when foreground tasks
1030                 interfere with background tasks
1031         * src/mh.c
1032                 prevent moving to drafts/queue
1033         * src/mimeview.c
1034                 fix leak
1035
1036 2005-06-19 [colin]      1.9.11cvs82
1037
1038         * src/imap_gtk.c
1039                 Remember that the user doesn't want to override
1040                 offline mode, for 3 seconds. It avoid presenting
1041                 him with N popups in a really short time.
1042
1043 2005-06-17 [colin]      1.9.11cvs81
1044
1045         * src/imap.c
1046                 Fix IMAP breaking on folders containing '('
1047                 (Probably won't be enough)
1048
1049 2005-06-17 [colin]      1.9.11cvs80
1050
1051         Forgotten files on 1.9.11cvs79
1052         * src/summaryview.c
1053                 Fix stepping when not immediately executing
1054         * src/imap.c
1055                 Really prevent UID FETCH 0
1056         * src/codeconv.c
1057                 Fix outgoing charset never set to utf-8
1058         * src/mh.c
1059                 Fix leak
1060
1061 2005-06-16 [colin]      1.9.11cvs79
1062
1063         * src/compose.c
1064                 Fix bug #707 (Dash splits rows)
1065                 Only wrap if we're on a line break position and
1066                 the previous one was a "white" (space) char.
1067                 Pango stuff is weird.
1068
1069 2005-06-16 [colin]      1.9.11cvs78
1070
1071         * src/imap_gtk.c
1072                 Lock summaryview while downloading messages
1073                 on user demand
1074         * src/procheader.c
1075         * src/unmime.c
1076         * src/common/utils.c
1077         * src/common/utils.h
1078                 Replace \r and \n with spaces in From and
1079                 Subject headers
1080
1081 2005-06-16 [paul]       1.9.11cvs77
1082
1083         * src/procmime.c
1084                 liberalise the mime parser
1085         * src/gtk/about.c
1086                 add text wrapping
1087
1088 2005-06-16 [paul]       1.9.11cvs76
1089
1090         * src/gtk/about.c
1091                 reworked
1092
1093 2005-06-15 [colin]      1.9.11cvs75
1094
1095         * src/compose.c
1096                 Finish header encoding fix
1097         * src/summaryview.c
1098                 Fix segfault
1099         * src/headerview.c
1100                 Fix compilation (Thanks Stephan
1101                 Sachse)
1102
1103 2005-06-15 [colin]      1.9.11cvs74
1104
1105         * Makefile.am
1106                 Install gnome2 stuff rather than gnome1, 
1107                 if both are present
1108         * src/codeconv.c
1109         * src/codeconv.h
1110         * src/compose.c
1111                 Fix headers encoding
1112         * src/folder.c
1113                 Visual progress when fetching all messages
1114         * src/folderview.c
1115         * src/summaryview.c
1116         * src/summaryview.h
1117                 Prevent changing current message while
1118                 incorporating
1119
1120 2005-06-15 [paul]       1.9.11cvs73
1121
1122         * src/gtk/gtkaspell.c
1123         * src/gtk/gtkaspell.h
1124                 fix build warnings
1125
1126 2005-06-15 [paul]       1.9.11cvs72
1127
1128         * src/prefs_filtering.c
1129                 allow reordering of filter rules by
1130                 drag n drop
1131
1132 2005-06-15 [paul]       1.9.11cvs71
1133
1134         * COPYING
1135                 updated
1136         * src/codeconv.c
1137                 replace deprecated function
1138         * src/inc.c
1139         * src/send_message.c
1140         * src/gtk/progressdialog.c
1141         * src/gtk/progressdialog.h
1142                 salvage and reuse parts of reverted sync
1143
1144 2005-06-15 [paul]       1.9.11cvs70
1145
1146         * src/inc.c
1147         * src/send_message.c
1148         * src/gtk/progressdialog.c
1149         * src/gtk/progressdialog.h
1150                 revert yesterday's sync with main
1151                 it contains deprecated functions
1152
1153 2005-06-15 [colin]      1.9.11cvs69
1154
1155         * src/headerview.c
1156                 Fix bug #670 (multi user to: will corrupt message 
1157                 headers display)
1158
1159 2005-06-15 [colin]      1.9.11cvs68
1160
1161         * src/compose.c
1162                 Fix bug #421 (Fix undo on wrapping)
1163
1164 2005-06-15 [colin]      1.9.11cvs67
1165
1166         * src/folder.c
1167                 Provide visual feedback while processing
1168                 folder's rules.
1169         * src/imap.c
1170                 Provide visual feedback while getting
1171                 short headers (for uncached messages)
1172
1173
1174 2005-06-14 [paul]       1.9.11cvs66
1175
1176         * src/account.c
1177                 change a couple stock icons
1178         * src/inc.c
1179         * src/send_message.c
1180         * src/gtk/progressdialog.c
1181         * src/gtk/progressdialog.h
1182                 sync main's GtkTreeView implementation
1183
1184 2005-06-14 [colin]      1.9.11cvs65
1185
1186         * src/imap.c
1187                 Various little fixes, mainly on error paths
1188
1189 2005-06-13 [colin]      1.9.11cvs64
1190
1191         * matcher.c
1192         * procmsg.c
1193         * procmsg.h
1194                 Add a way to fetch only headers. This speeds
1195                 up filtering on headers for IMAP. Fixes:
1196                 bug #481 extraneous imap commands slow down 
1197                         imap filtering
1198                 bug #522 Sylpheed downloads all messages 
1199                         when opening mailbox (IMAP)
1200                 bug #677 IMAP fetch is soooooooooooooo slow
1201         * src/folder.c
1202         * src/folder.h
1203                 Add a folder set_batch method so that
1204                 implementations can speed up flags changes
1205         * src/folderutils.c
1206         * src/summaryview.c
1207                 Use that in mark as (un)read and mark all read
1208                 Refix bug #679
1209         * src/imap.c
1210                 Implement set_batch - brings back deferred
1211                 flags in a less buggy manner. Fixes:
1212                 bug #729 IMAP immediate expunge of deleted messages
1213                 bug #191 remove list of messages with one command
1214                 Fix login with strange chars
1215                 Implement fetch_msg_full
1216                 Fix copy (wrong counts)
1217
1218 2005-06-12 [colin]      1.9.11cvs63
1219
1220         * src/folder.c
1221                 lock incorporation during long operations.
1222                 Avoids fucking up the IMAP socket.
1223
1224 2005-06-12 [colin]      1.9.11cvs62
1225
1226         * src/imap.c
1227                 Fix harmful typo
1228                 Factorize remove_all_msg
1229                 Thread-ize expunge
1230         * src/summaryview.c
1231                 Don't update partial-download status if unnecessary
1232         * src/folder.c
1233                 Use remove_msgs everywhere possible
1234
1235 2005-06-12 [colin]      1.9.11cvs61
1236
1237         * src/folder.c
1238         * src/folder.h
1239                 Add a remove_msgs function to remove a 
1240                 list of messages
1241         * src/imap.c
1242                 Implement that.
1243
1244 2005-06-12 [colin]      1.9.11cvs60
1245
1246         * src/imap.c
1247                 Remove flags-processing deferring... Too hard
1248                 to get it to work in all cases.
1249
1250 2005-06-11 [colin]      1.9.11cvs59
1251
1252         * src/imap.c
1253                 printf -> debug_print
1254
1255 2005-06-11 [colin]      1.9.11cvs58
1256
1257         * src/imap.c
1258                 o Fix build without USE_PTHREAD
1259                 o Factorize imap_open
1260                 o Alertpanel in case of impossible connection
1261                 o Alertpanel in case of impossible login
1262                 o Fix deferred flags processing to force a 
1263                   flush before adding some more flags to process,
1264                   but in another folder.
1265
1266 2005-06-10 [colin]      1.9.11cvs57
1267
1268         * src/imap.c
1269                 o Fix a format string error
1270                 o init ssl socket outside of the thread 
1271                   (it possibly invokes gtk calls)
1272         * src/procmime.c
1273                 o Put back the buffer to its necessary size
1274                 o Fix changing a file pointer without keeping
1275                   track of it (thanks Valgrind)
1276         * src/common/smtp.c
1277                 o Fix automatic STARTTLS if login should be done
1278                   and the server only allows it after starting TLS
1279         * src/gtk/gtkinputdialog.c
1280                 o Eat GDK_Return so that the combo popup doesn't 
1281                   appear when we press Enter to validate the combo
1282                   input dialog (as seen in the Open with... dialog)
1283
1284 2005-06-10 [colin]      1.9.11cvs56
1285
1286         * src/imap.c
1287                 o A bit less debug
1288                 o Fix a crash on deletion
1289                 o Threadize imap_select (it's called outside of 
1290                   threads)
1291                 o Defer treatment of DELETED flags
1292
1293
1294 2005-06-09 [colin]      1.9.11cvs55
1295
1296         * src/imap.c
1297                 Make sure we check imap_gtk_should_override(), which
1298                 potentially calls gtk stuff, before creating thread.
1299                 That way it should't be called via imap_get_session()
1300                 inside a thread.
1301
1302 2005-06-09 [colin]      1.9.11cvs54
1303
1304         * src/imap.c
1305                 o add a bit of status output
1306                 o remove some dead code
1307                 o threadize get_list_of_uids
1308                 o threadize imap_get_flags
1309                 o defer flag changing by 500ms so that they
1310                   can be batched
1311
1312
1313 2005-06-08 [colin]      1.9.11cvs53
1314
1315         * src/imap.c
1316                 Thread-ize imap_cmd_fetch
1317
1318 2005-06-08 [colin]      1.9.11cvs52
1319
1320         * src/main.c
1321                 Mmh, that broke POP3...
1322
1323 2005-06-08 [colin]      1.9.11cvs51
1324
1325         * src/main.c
1326                 Stabilize IMAP patch (thanks to Hoa)
1327
1328 2005-06-08 [colin]      1.9.11cvs50
1329
1330         * src/imap.c
1331                 Test patch to speed up imap. 
1332
1333 2005-06-08 [colin]      1.9.11cvs49
1334
1335         * src/imap_gtk.c
1336                 Warning fix
1337         * src/procmime.c
1338                 Apply patch from gentoo to use /usr/share/mime/globs if 
1339                 available, after un-breaking it
1340         * src/common/log.c
1341         * src/common/log.h
1342                 Use g_timeout for invoking hooks that possibly use gtk
1343                 calls. This should leave gtk calls in the main thread.
1344
1345 2005-06-08 [paul]       1.9.11cvs48
1346
1347         * src/codeconv.c
1348                 conv_get_outgoing_charset_str(): don't
1349                 use prefs_common setting
1350         * src/compose.c
1351         * src/compose.h
1352                 add /Options/Character encoding/... to
1353                 temporarily change the outgoing encoding
1354
1355         (belated sync with main)
1356
1357 2005-06-08 [paul]       1.9.11cvs47
1358
1359         * src/compose.c
1360                 correction to/completion of last
1361                 sync with main
1362
1363 2005-06-08 [paul]       1.9.11cvs46
1364
1365         sync with main:
1366         
1367         * src/codeconv.c
1368         * src/codeconv.h
1369                 always enabled Japanese auto-detection
1370                 if the first letters of locale string
1371                 is "ja"
1372         * src/compose.c
1373                 don't use "destroy" signal to destroy
1374                 Compose object (fix rare crashes on discard?)
1375         * src/mainwindow.c
1376         * src/messageview.c
1377         * src/prefs_send.c
1378                 added Hebrew encodings
1379         * src/sourcewindow.c
1380                 don't use "destroy" signal to destroy
1381                 objects
1382
1383 2005-06-07 [colin]      1.9.11cvs45
1384
1385         * src/summaryview.c
1386                 Add missing unlocks/locks
1387
1388 2005-06-07 [paul]       1.9.11cvs44
1389
1390         * src/summaryview.c
1391                 restore bug #749 fix
1392
1393 2005-06-06 [colin]      1.9.11cvs43
1394
1395         * src/summaryview.c
1396                 Fix selection bug when prefs_common.open_unread 
1397                 is FALSE
1398
1399 2005-06-06 [colin]      1.9.11cvs42
1400
1401         * src/common/md5.c
1402                 Fix a warning
1403         * src/summaryview.c
1404         * src/folderview.c
1405                 Factorize long operations beginning and end
1406                 (locking, freezing/thawing, cursor, ...)
1407                 Check selection->data member in selection-
1408                 related loops; this avoids dying an awful
1409                 death if the selection changes on us while
1410                 we're marking a whole IMAP folder unread, 
1411                 for example.
1412
1413 2005-06-06 [paul]       1.9.11cvs41
1414
1415         * src/textview.c
1416                 don't g_free() a static gchar buffer
1417
1418 2005-06-05 [colin]      1.9.11cvs40
1419
1420         * src/mainwindow.c
1421         * src/messageview.c
1422         * src/summaryview.c
1423                 Fix bug #749 (Show all headers should be
1424                 sticky as the GUI suggests)
1425
1426 2005-06-03 [paul]       1.9.11cvs39
1427
1428         * src/compose.c
1429                 don't allow editing of mail while sending.
1430                 patch by Colin
1431
1432 2005-06-03 [paul]       1.9.11cvs38
1433
1434         * src/folderview.c
1435                 add a freeze/thaw to speed up 'mark all read'
1436
1437 2005-06-03 [paul]       1.9.11cvs37
1438
1439         * src/prefs_message.c
1440                 reflect changes immediately
1441
1442 2005-06-02 [colin]      1.9.11cvs36
1443
1444         * po/POTFILES.in
1445                 Patch by Fabien Vantard.
1446
1447 2005-06-02 [colin]      1.9.11cvs35
1448
1449         * src/imap.c
1450                 Use a non-blocking imap_getline() if possible.
1451                 This should completely prevent the interface
1452                 from freezin on imap operations, although it
1453                 may do strange stuff in case of folder switching
1454                 while a big imap operation is taking place...
1455
1456                 In addition, fix a leak in the case thread
1457                 creation fails on connection.
1458
1459 2005-06-02 [colin]      1.9.11cvs34
1460
1461         * src/crash.c
1462         * src/prefs_common.h
1463                 Fix build (prefs_common_init() doesn't exist
1464                 anymore)
1465
1466 2005-06-02 [colin]      1.9.11cvs33
1467
1468         * src/prefs_account.c
1469                 Fix bug #245 (filtering rules broken when
1470                 renaming a remote account (imap4 or nntp)
1471
1472 2005-06-02 [colin]      1.9.11cvs32
1473
1474         * src/imap.c
1475                 Try to fix IMAP shortcomings: 
1476                 o Multithread imap_open()
1477                 o allow offline-mode overriding instead of
1478                   just returning NULL
1479         * src/imap_gtk.c
1480         * src/imap_gtk.h
1481                 Add a function to ask whether we want to
1482                 override offline-mode for 10 minutes (one-shot
1483                 asking was painful)
1484         * src/procheader.c
1485                 Fix segfault when imap parser isn't happy about
1486                 a missing {
1487
1488 2005-06-01 [colin]      1.9.11cvs31
1489
1490         * src/addrharvest.c
1491         * src/compose.c
1492         * src/mbox.c
1493         * src/mbox.h
1494         * src/mh.c
1495         * src/msgcache.c
1496         * src/send_message.c
1497         * src/setup.c
1498         * src/undo.c
1499         * src/common/hooks.c
1500         * src/common/prefs.c
1501         * src/common/template.c
1502         * src/common/utils.c
1503         * src/gtk/gtkutils.c
1504         * src/gtk/inputdialog.c
1505         * src/gtk/menu.c
1506         * src/gtk/pluginwindow.c
1507         * src/gtk/prefswindow.c
1508         * src/plugins/pgpmime/passphrase.c
1509         * src/plugins/pgpmime/prefs_gpg.c
1510                 More -Wall fixes
1511
1512         * src/common/Makefile.am
1513         * src/common/timing.h
1514                 Add basic timing code
1515
1516         * src/summaryview.c
1517                 Fix a bug with unread messages when 
1518                 re-sorting folders, and by the way
1519                 fix a big performance hit when 
1520                 re-sorting (10k mails: before 5s,
1521                 after .5s)
1522
1523         * src/prefs_compose_writing.c
1524         * src/prefs_compose_writing.h
1525         * src/prefs_message.c
1526         * src/prefs_message.h
1527         * src/prefs_other.c
1528         * src/prefs_other.h
1529         * src/prefs_quote.c
1530         * src/prefs_quote.h
1531         * src/prefs_receive.c
1532         * src/prefs_receive.h
1533         * src/prefs_send.c
1534         * src/prefs_send.h
1535         * src/prefs_summaries.c
1536         * src/prefs_summaries.h
1537                 Fix copyright banner
1538
1539 2005-06-01 [paul]       1.9.11cvs30
1540
1541         * po/fi.po
1542                 updated by Flammie Pirinen
1543         * src/procmime.c
1544                 fix 'Bad BASE64 content' output
1545
1546 2005-05-31 [colin]      1.9.11cvs29
1547
1548         * src/procmime.c
1549                 Oops, where did my hunk go.
1550
1551 2005-05-31 [colin]      1.9.11cvs28
1552
1553         * src/Makefile.am
1554         * src/account.c
1555         * src/action.c
1556         * src/addr_compl.c
1557         * src/addressbook.c
1558         * src/codeconv.c
1559         * src/compose.c
1560         * src/export.c
1561         * src/folder.c
1562         * src/folderview.c
1563         * src/image_viewer.c
1564         * src/main.c
1565         * src/mainwindow.c
1566         * src/messageview.c
1567         * src/mimeview.c
1568         * src/msgcache.c
1569         * src/prefs_account.c
1570         * src/prefs_actions.c
1571         * src/prefs_common.c
1572         * src/prefs_compose_writing.c
1573         * src/prefs_customheader.c
1574         * src/prefs_ext_prog.c
1575         * src/prefs_filtering.c
1576         * src/prefs_filtering_action.c
1577         * src/prefs_fonts.c
1578         * src/prefs_image_viewer.c
1579         * src/prefs_message.c
1580         * src/prefs_message.h
1581         * src/prefs_msg_colors.c
1582         * src/prefs_other.c
1583         * src/prefs_other.h
1584         * src/prefs_quote.c
1585         * src/prefs_receive.c
1586         * src/prefs_receive.h
1587         * src/prefs_send.c
1588         * src/prefs_send.h
1589         * src/prefs_spelling.c
1590         * src/prefs_summaries.c
1591         * src/prefs_summary_column.c
1592         * src/prefs_template.c
1593         * src/prefs_themes.c
1594         * src/prefs_toolbar.c
1595         * src/prefs_wrapping.c
1596         * src/procmime.c
1597         * src/procmsg.c
1598         * src/send_message.h
1599         * src/ssl_manager.c
1600         * src/summary_search.c
1601         * src/summaryview.c
1602         * src/textview.c
1603         * src/wizard.c
1604         * src/common/smtp.c
1605         * src/common/smtp.h
1606         * src/gtk/gtkutils.h
1607                 o Move the rest of Common prefs to new style
1608                 o Lots of -Wall warning fixes
1609                 o fix FIXME in cache memusage calculation
1610                 o Let return receipts be sent from any account
1611                 o Little cache optimisation (read)
1612                 o Fix bug #746 (don't treat commas as separators
1613                   when inside a quoted string)
1614
1615 2005-05-31 [paul]       1.9.11cvs27
1616
1617         * src/prefs_common.c
1618                 fix 'off-by-one' typo
1619
1620 2005-05-31 [paul]       1.9.11cvs26
1621
1622         * src/account.c
1623         * src/addr_compl.c
1624         * src/compose.c
1625         * src/foldersel.c
1626         * src/prefs_actions.c
1627         * src/prefs_common.c
1628         * src/prefs_common.h
1629         * src/prefs_customheader.c
1630         * src/prefs_display_header.c
1631         * src/prefs_filtering.c
1632         * src/prefs_filtering_action.c
1633         * src/prefs_matcher.c
1634         * src/prefs_summaries.c
1635         * src/prefs_summary_column.c
1636         * src/prefs_template.c
1637         * src/prefs_toolbar.c
1638         * src/ssl_manager.c
1639         * src/gtk/pluginwindow.c
1640         * src/gtk/prefswindow.c
1641         * src/gtk/progressdialog.c
1642                 add hidden prefs 'enable_rules_hint'
1643                 for gtk_tree_view_set_rules_hint()
1644                 (sync with main)
1645                 
1646
1647 2005-05-31 [colin]      1.9.11cvs25
1648
1649         * src/Makefile.am
1650         * src/main.c
1651         * src/prefs_common.c
1652         * src/prefs_summaries.c ** ADDED **
1653         * src/prefs_summaries.h ** ADDED **
1654                 Common/Display -> Display/Summaries
1655
1656 2005-05-31 [colin]      1.9.11cvs24
1657
1658         * src/Makefile.am
1659         * src/main.c
1660         * src/prefs_quote.c ** ADDED **
1661         * src/prefs_quote.h ** ADDED **
1662                 Move Common/Quote to Compose/Quoting
1663         * src/prefs_common.c
1664         * src/prefs_common.h
1665                 Remove old quote stuff, add
1666                 convenience functions for GtkTextView prefs
1667         * src/gtk/prefswindow.c
1668                 Set default height higher
1669
1670 2005-05-30 [colin]      1.9.11cvs23
1671
1672         * src/Makefile.am
1673         * src/main.c
1674         * src/prefs_common.c
1675         * src/prefs_compose_writing.c ** ADDED **
1676         * src/prefs_compose_writing.h ** ADDED **
1677                 Move Common/Compose prefs to Compose/Writing
1678
1679 2005-05-30 [colin]      1.9.11cvs22
1680
1681         * src/common/utils.c
1682                 Fix bug #651 (Confused Attract by Subject)
1683                 Patch by M. Benkmann <haferfrost@web.de>
1684         * AUTHORS
1685
1686 2005-05-30 [colin]      1.9.11cvs21
1687
1688         * src/compose.c
1689                 Fix concatenation of different headers of
1690                 the same type (bug #645)
1691         * src/prefs_folder_item.c
1692                 Fix bug #699 (setting color to black doesn't
1693                 work immediately)
1694         * src/procmime.c
1695                 Print out decoding error only once per
1696                 block
1697
1698 2005-05-30 [paul]       1.9.11cvs20
1699
1700         * src/common/template.c
1701                 fix Bcc
1702
1703 2005-05-30 [paul]       1.9.11cvs19
1704
1705         * doc/src/rfc2368.txt   **NEW FILE**
1706         * src/compose.c
1707                 compose_entries_set(): don't interpret Bcc
1708                 header field (conform to RFC 2368)
1709                 (sync with main)
1710
1711 2005-05-29 [colin]      1.9.11cvs18
1712
1713         * src/prefs_common.c
1714                 Let the default reply format respect
1715                 netiquette by cutting the signature.
1716
1717 2005-05-29 [colin]      1.9.11cvs17
1718
1719         * src/summaryview.c
1720                 Don't let always_show_msg override
1721                 open_unread_on_enter when opening a new
1722                 directory.
1723
1724 2005-05-27 [paul]       1.9.11cvs16
1725
1726         sync with main:
1727
1728         * src/main.c
1729                 app_will_exit(): cleanup tmp directory when exit
1730         * src/message_search.c
1731                 improved the interface and made code cleanup.
1732                 removed Clear button
1733         * src/send_message.c
1734                 send_message_local(): use GSpawn, and detect errors
1735         * src/summary_search.c
1736                 improved the interface and made code cleanup
1737         * src/textview.c
1738                 textview_write_link(): also skip non-ascii space
1739                  at the head of link strings (phishing check
1740                  didn't work at the case)
1741         * src/common/utils.c
1742                 get_command_output(): use g_spawn_command_line_sync()
1743                 instead of popen()
1744
1745 2005-05-26 [colin]      1.9.11cvs15
1746
1747         * src/folder.c
1748                 remove printf
1749
1750 2005-05-26 [colin]      1.9.11cvs14
1751
1752         * src/common/nntp.c
1753                 Fix nntp mode reader (bug #611)
1754                 Patch by Florian Mickler <florian@mickler.org>
1755
1756 2005-05-26 [colin]      1.9.11cvs13
1757
1758         * src/plugins/pgpmime/passphrase.c
1759                 Fix mouse grabbing (bug #557)
1760
1761 2005-05-26 [colin]      1.9.11cvs12
1762
1763         * src/prefs_themes.c
1764                 Fix g_warning (bug #541)
1765
1766 2005-05-26 [colin]      1.9.11cvs11
1767
1768         * src/prefs_actions.c
1769         * src/prefs_template.c
1770                 Fix bug #506 (no warning if action/template
1771                 is not saved)
1772         * src/common/template.c
1773                 Fix a possible crash
1774
1775 2005-05-26 [colin]      1.9.11cvs10
1776
1777         * src/folder.c
1778         * src/folderview.c
1779         * src/procmsg.c
1780         * src/summaryview.c
1781                 Forbid locked messages to be moved or
1782                 deleted. Locked messages in trashes 
1783                 still get deleted, for performance
1784                 reason (mh.c::mh_remove_all_msgs)
1785
1786 2005-05-25 [colin]      1.9.11cvs9
1787
1788         * src/procmime.c
1789                 Use correct encoding when sending mails
1790                 with attachments that have accentued 
1791                 chars in their name
1792
1793 2005-05-24 [colin]      1.9.11cvs8
1794
1795         * src/summaryview.c
1796                 Fix bug #688 f) read/unread marker not
1797                 changed on first click
1798                 Also, optimize summary_status_show()
1799                 calls
1800         * src/folder.c
1801         * src/inc.c
1802         * src/procmime.c
1803                 Fix bug #688 b) and c) wrt message
1804                 attachments and signature
1805         * src/stock_pixmap.c
1806         * src/stock_pixmap.h
1807         * src/stock_pixmap.c
1808         * src/stock_pixmap.h
1809         * src/Makefile.am
1810         * src/pixmaps/clip_gpg_signed.xpm
1811                 Add clip/signed icon
1812
1813 2005-05-24 [colin]      1.9.11cvs7
1814
1815         * src/folder_item_prefs.c
1816                 whitespace fix
1817
1818 2005-05-24 [colin]      1.9.11cvs6
1819
1820         * src/folderview.c
1821         * src/prefs_common.c
1822         * src/prefs_common.h
1823                 Add a confirmation to folder drag and drop
1824                 fixes bug #156
1825         * src/alertpanel.c
1826         * src/alertpanel.h
1827                 fix _with_disable parameters so that
1828                 the buttons labels are specifiable too
1829         * src/plugins/pgpmime/sgpgme.c
1830                 reflect said change
1831                 
1832
1833 2005-05-24 [colin]      1.9.11cvs5
1834
1835         * src/folderview.c
1836                 Uncollapse/collapse folders on double-click
1837                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1838                 closes bug #108
1839
1840 2005-05-23 [colin]      1.9.11cvs4
1841
1842         * src/common/socket.c
1843                 Check another special SSL_peek() error.
1844                 Should help wrt bug #728
1845
1846 2005-05-23 [colin]      1.9.11cvs3
1847
1848         * src/plugins/pgpmime/pgpmime.c
1849                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1850                 breaking menu accelerators and stuff. Users will have to
1851                 reselect "PGP MIME" instead of "PGP/MIME" in their 
1852                 account's privacy preferences if needed.
1853
1854 2005-05-22 [paul]
1855
1856         * tools/kdeservicemenu/install.sh
1857                 use kdesu to prompt for root password if doing
1858                 global install/uninstall
1859
1860 2005-05-20 [colin]      1.9.11cvs2
1861
1862         * src/procmsg.c
1863                 Fix another compilation error with gcc-2.9x
1864                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1865         * src/send_message.c
1866                 Don't send QUIT if we aren't connected
1867
1868 2005-05-19 [colin]      1.9.11cvs1
1869
1870         * src/procmsg.c
1871                 Fix compilation with gcc 2.9x
1872
1873 2005-05-19 [paul]       1.9.11
1874
1875         1.9.11 released
1876
1877 2005-05-19 [paul]       1.9.9cvs14
1878
1879         * src/gtk/inputdialog.c
1880                 prevent gettext warning
1881
1882 2005-05-19 [paul]       1.9.9cvs13
1883
1884         * src/mainwindow.c
1885         * src/prefs_common.c
1886         * src/prefs_common.h
1887         * src/textview.c
1888         * src/textview.h
1889                 add an option to toggle cursor in message
1890                 view (sync with main)
1891
1892 2005-05-18 [colin]      1.9.9cvs12
1893
1894         * src/compose.c
1895                 Dereference freed pointer
1896         * src/gtk/gtkaspell.c
1897                 Fix duplication of dictionaries (is it an aspell issue?)
1898
1899 2005-05-18 [colin]      1.9.9cvs11
1900
1901         * src/gtk/inputdialog.c
1902         * src/gtk/gtkaspell.c
1903                 HIGuify dialogs
1904         * src/alertpanel.c
1905                 Remove a double call
1906
1907 2005-05-17 [colin]      1.9.9cvs10
1908
1909         * src/gtk/gtkaspell.c
1910                 Fix dialogs, Ctrl-Enter accel
1911
1912 2005-05-17 [colin]      1.9.9cvs9
1913
1914         * src/gtk/gtkaspell.c
1915                 Fix some accelerators, escape in replace-window
1916
1917 2005-05-16 [colin]      1.9.9cvs8
1918
1919         * src/gtk/gtkaspell.c
1920                 Revert last commit, it was a mistake.
1921
1922 2005-05-16 [colin]      1.9.9cvs7
1923
1924         * src/gtk/gtkaspell.c
1925                 Remove buggy code while we're at it. It's a 
1926                 dead code path anyway.
1927
1928 2005-05-16 [colin]      1.9.9cvs6
1929
1930         * src/gtk/gtkaspell.c
1931                 Missed some gtk_menu_popup where deactivate
1932                 signal should be handled. Should fix bug
1933                 #629 a bit more.
1934
1935 2005-05-16 [colin]      1.9.9cvs5
1936
1937         * src/gtk/gtkaspell.c
1938                 Remove debug printf()s
1939
1940 2005-05-16 [colin]      1.9.9cvs4
1941
1942         * src/gtk/gtkaspell.c
1943                 Fix a bit aspell problems
1944                 (see bug #629)
1945
1946 2005-05-13 [colin]      1.9.9cvs3
1947
1948         * src/folderview.c
1949                 Fix the + appearing even when no subfolders
1950                 have unread messages. Thanks to wwp for the
1951                 bug report.
1952
1953 2005-05-11 [paul]       1.9.9cvs2
1954
1955         * src/folderview.c
1956                 correction to 1.9.9cvs1, only colour folders that
1957                 have new msgs (not unread msgs)
1958
1959 2005-05-10 [colin]      1.9.9cvs1
1960
1961         * src/folderview.c
1962         * src/summaryview.c
1963                 Try to fix bolding bugs again.
1964
1965 2005-05-09 [paul]
1966
1967         * tools/claws.i18n.status.pl
1968                 add Ricardo Mones Lastra's script that has been providing
1969                 the i18n status page for many months
1970
1971 2005-05-09 [paul]       1.9.9
1972
1973         1.9.9 release
1974
1975 2005-05-09 [paul]       1.9.6cvs58
1976
1977         * AUTHORS
1978         * INSTALL
1979         * README.claws
1980                 updated
1981         * Makefile.am 
1982         * RELEASE_NOTES.claws
1983                 add release notes to cvs to simplify release
1984                 procedure
1985         * configure.ac
1986                 add ca and fi to ALL_LINGUAS
1987         * po/Makefile.in.in
1988                 workaround for missing Makevars
1989         * po/ca.po
1990         * po/fi.po
1991                 add new Catalan and Finnish translations
1992                 submitted by Miquel Oliete and Flammie Pirinen
1993         * po/de.po
1994         * po/es.po
1995         * po/fr.po
1996         * po/it.po
1997         * po/pl.po
1998         * po/ru.po
1999         * po/sk.po
2000         * po/sr.po
2001         * po/zh_CN.po
2002                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
2003                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
2004                 Urke MMI, and Hansom Young
2005         * src/main.c
2006                 Fix drafting when quitting. compose_draft() closes the
2007                 compose windows, which modifies the compose_list GSList.
2008                 We have to refresh this list after echo drafting to avoid a
2009                 segfault
2010         * src/partial_download.c
2011                 fix segfault on exit
2012
2013 2005-05-06 [paul]       1.9.6cvs57
2014
2015         * src/grouplistdialog.c
2016                 quick fix/workaround for unresizeable newsgroup
2017                 name column 
2018
2019 2005-05-06 [paul]       1.9.6cvs56
2020
2021         * src/inc.c
2022         * src/mainwindow.c
2023                 use gettext plural forms
2024         * src/imap_gtk.c
2025         * src/mh_gtk.c
2026         * src/toolbar.c
2027                 small improvement to english usage
2028
2029 2005-05-05 [thorsten]   1.9.6cvs55
2030
2031         * src/folder.c
2032                 fix possible crash
2033
2034 2005-05-05 [paul]       1.9.6cvs54
2035         
2036         sync with HEAD
2037
2038         * AUTHORS
2039         * src/compose.c
2040                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
2041                 patch by Tim Mann
2042
2043 2005-05-05 [paul]       1.9.6cvs53
2044
2045         * src/mainwindow.c
2046                 fix resizing of separate message and
2047                 folder views
2048
2049 2005-05-05 [paul]       1.9.6cvs52
2050
2051         * src/account.c
2052         * src/addrgather.c
2053         * src/browseldap.c
2054         * src/exphtmldlg.c
2055         * src/expldifdlg.c
2056         * src/importmutt.c
2057         * src/importpine.c
2058         * src/main.c
2059         * src/mainwindow.c
2060         * src/noticeview.c
2061         * src/prefs_filtering.c
2062         * src/prefs_filtering_action.c
2063         * src/prefs_matcher.c
2064         * src/prefs_spelling.c
2065         * src/prefs_toolbar.c
2066         * src/toolbar.c
2067         * src/wizard.c
2068         * src/gtk/description_window.c
2069         * src/gtk/gtkvscrollbutton.c
2070         * src/gtk/progressdialog.c
2071         * src/gtk/quicksearch.c
2072         * src/plugins/pgpmime/prefs_gpg.c
2073         * src/plugins/spamassassin/spamassassin_gtk.c
2074                 replace deprecated gtk_widget_set_usize
2075
2076 2005-05-04 [colin]      1.9.6cvs51
2077
2078         * src/common/utils.c
2079                 Fix crash when subst_for_filename is called
2080                 with a NULL parameter
2081
2082 2005-05-04 [colin]      1.9.6cvs50
2083
2084         * src/partial_download.c
2085         * src/pop.c
2086                 Escape login when writing uidl file
2087                 fixes bug #736
2088
2089 2005-05-03 [colin]      1.9.6cvs49
2090
2091         * src/procmime.c
2092                 Fix possible DOS in mime parser
2093                 (see bug #634)
2094
2095 2005-05-02 [colin]      1.9.6cvs48
2096
2097         * src/compose.c
2098                 Try to fix the copy/paste mess once again.
2099
2100
2101 2005-04-30 [colin]      1.9.6cvs47
2102
2103         * src/prefs_account.h
2104         * src/procmsg.c
2105         * src/send_message.c
2106         * src/common/smtp.c
2107         * src/common/smtp.h
2108                 Try to batch sending mails (per account) instead of
2109                 reconnecting to server every time.
2110
2111 2005-04-29 [colin]      1.9.6cvs46
2112
2113         * src/messageview.c
2114                 Fix window resizing that refused to size down
2115         * src/prefs_common.c
2116         * src/prefs_common.h
2117         * src/prefs_filtering.c
2118                 Save Filtering's window size
2119
2120 2005-04-21 [paul]       1.9.6cvs45
2121
2122         * ChangeLog-gtk2.claws
2123         * src/setup.c
2124                 correction to sync
2125
2126 2005-04-21 [paul]       1.9.6cvs44
2127
2128         sync with main:
2129
2130         * src/setup.c
2131         * src/statusbar.c
2132         * src/statusbar.h
2133                 use gtkut_widget_draw_now(). Improved performance
2134                 of the update of statusbar
2135         * src/textview.c
2136                 textview_smooth_scroll_do(): redraw it after scroll
2137                 is done (fixed incorrect display when a part of the
2138                 view is hidden).
2139         * src/gtk/gtkutils.c
2140         * src/gtk/gtkutils.h
2141                 gtkut_widget_draw_now(): use gdk_window_process_updates()
2142                 to force update of widgets.
2143                 Removed gtkut_widget_wait_for_draw() which had a big
2144                 overhead  because of waiting for all events processed 
2145
2146 2005-04-20 [paul]       1.9.6cvs43
2147
2148         * src/codeconv.c
2149                 complete 1.9.6cvs42's sync:
2150                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
2151
2152 2005-04-19 [paul]       1.9.6cvs42
2153
2154         sync with main:
2155
2156         * src/action.c
2157                 catch_output(): correctly select the insert text
2158                 (fix invalid iterator warnings).
2159         * src/codeconv.c
2160         * src/codeconv.h
2161         * src/mainwindow.c
2162         * src/messageview.c
2163         * src/prefs_common.c
2164                 support GBK encoding.
2165         * src/common/session.c
2166         * src/common/session.h
2167                 use separate buffer for large data to be sent,
2168                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
2169
2170 2005-04-18 [paul]       1.9.6cvs41
2171
2172         * src/jpilot.c
2173                 convert unsigned long into guint32
2174                 patch by Paul LeoNerd Evans 
2175
2176 2005-04-17 [colin]      1.9.6cvs40
2177
2178         * src/compose.c
2179                 Fix 'Request return receipt' from folder
2180                 properties (bug #708)
2181
2182 2005-04-17 [colin]      1.9.6cvs39
2183
2184         * src/mainwindow.c
2185                 Fix duplicate hotkeys in Mainwindow's menu
2186
2187 2005-04-17 [colin]      1.9.6cvs38
2188
2189         * src/folderview.c
2190                 Fix duplicate hotkeys in Folderview's contextual
2191                 menu
2192
2193 2005-04-15 [colin]      1.9.6cvs37
2194
2195         * src/summaryview.c
2196                 Fix 'Save as...' with non-ascii filenames
2197
2198 2005-04-15 [colin]      1.9.6cvs36
2199
2200         * src/plugins/pgpmime/pgpmime.c
2201                 Fix bus error on 64bit. Spotted by 
2202                 macallan1888@gmail.com
2203
2204 2005-04-15 [colin]      1.9.6cvs35
2205
2206         * src/prefs_account.c
2207                 Fix cvs34.
2208
2209 2005-04-12 [colin]      1.9.6cvs34
2210
2211         * src/prefs_account.c
2212                 Fix smtp auth type off-by-one. We forgot to
2213                 add PLAIN in the prefs-to-gui setter func and
2214                 as a result, the selected auth when opening
2215                 account prefs was not the correct one.
2216
2217 2005-04-12 [paul]       1.9.6cvs33
2218
2219         * src/inc.c
2220                 if the recv dialog is visible, Cancel only
2221                 cancels the current account
2222
2223
2224 2005-04-10 [colin]      1.9.6cvs32
2225
2226         * src/filtering.c
2227                 Copy score when copying FilteringActions
2228                 Fix bug #674
2229
2230 2005-04-10 [colin]      1.9.6cvs31
2231
2232         * src/inc.c
2233                 Make Message -> Receive -> Cancel cancel 
2234                 incorporation on all accounts. Fixes
2235                 bug #693
2236
2237 2005-04-10 [colin]      1.9.6cvs30
2238
2239         * src/prefs_account.c
2240                 Update Privacy checkbuttons status based
2241                 on the selected privacy system
2242         * src/compose.c
2243                 Always connect the "None" privacy system; the
2244                 static boolean was probably there to avoid
2245                 reconnecting twice in the same compose window,
2246                 but as the parent function is only called once
2247                 per compose, it's only a bug - as a static is
2248                 initialized once per application instance.
2249                 Also, don't uncheck Sign and Encrypt when
2250                 selecting None as privacy system; just ignore
2251                 them when sending/queuing.
2252                 Should fix bug #695
2253
2254 2005-04-08 [colin]      1.9.6cvs29
2255
2256         * src/account.c
2257         * src/prefs_account.c
2258         * src/prefs_account.h
2259                 Add account preference to queue message in a certain
2260                 folder.
2261
2262 2005-04-06 [colin]      1.9.6cvs28
2263
2264         * src/prefs_account.c
2265                 Update old inbox path syntax
2266
2267 2005-04-06 [paul]       1.9.6cvs27
2268
2269         sync with main:
2270
2271         * configure.ac
2272                 changed -traditional-cpp to -no-cpp-precomp for newer
2273                 Mac OS X support
2274         * src/foldersel.c
2275                 made column resize automatically
2276         * src/send_message.c
2277                 send_message_smtp(): consider EOF right after QUIT
2278                 successful (workaround for Gmail SMTP server)
2279         * src/common/socket.c
2280                 ssl_read(), ssl_peek(): check EOF which violates the
2281                 SSL protocol
2282         * src/gtk/colorlabel.c
2283                 removed warnings when displaying colorlabel menu
2284                 (don't use GtkAlignment)
2285
2286 2005-04-05 [paul]       1.9.6cvs26
2287
2288         * src/plugins/trayicon/trayicon.c
2289                 fix clipping of icon under KDE3 
2290
2291 2005-04-05 [paul]       1.9.6cvs25
2292
2293         * src/summaryview.c
2294                 hide display of threading
2295                 patch by Alfons
2296
2297 2005-04-04 [thorsten]   1.9.6cvs24
2298
2299         * src/mh.c
2300                 marks lost on filesystems with different stat() results on
2301                 summer-/wintertime
2302
2303 2005-04-03 [colin]      1.9.6cvs23
2304
2305         * src/summaryview.c
2306                 Don't handle up/down. Patch by Alfons
2307
2308 2005-04-02 [colin]      1.9.6cvs22
2309
2310         * src/summaryview.c
2311                 Make scrolling faster. Patch by Alfons.
2312
2313 2005-04-01 [colin]      1.9.6cvs21
2314
2315         * src/Makefile.am
2316         * src/stock_pixmap.c
2317         * src/pixmaps/dir-noselect.xpm ** REMOVED **
2318         * src/pixmaps/dir_noselect.xpm ** ADDED **
2319                 Fix pixmap name mismatch (Thanks Stephan Sachse)
2320
2321 2005-04-01 [colin]      1.9.6cvs20
2322
2323         * src/image_viewer.c
2324         * src/image_viewer.h
2325         * src/procmime.c
2326         * src/procmime.h
2327         * src/textview.c
2328         * src/textview.h
2329                 Implement inline image resizing and right-clicking
2330
2331 2005-04-01 [paul]       1.9.6cvs19
2332
2333         * AUTHORS
2334         * Makefile.am
2335         * configure.ac
2336                 check for gnome2
2337                 patch by Luca Cavalli <loopback<AT>slackit.org>
2338         * po/ru.po
2339                 updated by Pavlo Bohmat
2340
2341 2005-03-31 [colin]      1.9.6cvs18
2342
2343         * src/news.c
2344                 Fix parsing references
2345         * src/msgcache.c
2346                 don't put nulls in the references list
2347         * src/procheader.c
2348                 commit that forgotten file in 1.9.6cvs14
2349
2350 2005-03-31 [colin]      1.9.6cvs17
2351
2352         * src/compose.c
2353                 Fix joining of signature separator again. 
2354                 Maybe Hiro could put it in main too...
2355
2356 2005-03-31 [colin]      1.9.6cvs16
2357
2358         * src/Makefile.am
2359         * src/foldersel.c
2360         * src/stock_pixmap.c
2361         * src/stock_pixmap.h
2362         * src/pixmaps/dir-noselect.xpm
2363                 Update foldersel.c (sync from main, patch by Alfons)
2364
2365 2005-03-30 [colin]      1.9.6cvs15
2366
2367         * src/imap.c
2368                 Fix handling of imap folders containing [] in 
2369                 their name. Thanks to Nahuel Angelinetti for
2370                 the detailed bugreport.
2371
2372 2005-03-30 [colin]      1.9.6cvs14
2373
2374         * src/common/utils.h
2375         * src/common/utils.c
2376         * src/common/defs.h
2377         * src/matcher.c
2378         * src/msgcache.c
2379         * src/news.c
2380         * src/procmsg.c
2381         * src/procmsg.h
2382         * src/quote_fmt_parse.y
2383         * src/summaryview.c
2384                 Update references system. Patch by Alfons
2385
2386 2005-03-30 [colin]      1.9.6cvs13
2387
2388         * src/common/socket.c
2389                 Force the glibc to read resolv.conf again when 
2390                 it has changed. Should fix issues when changing
2391                 networks on a laptop and not restarting sylpheed. 
2392
2393 2005-03-30 [paul]       1.9.6cvs12
2394
2395         partial sync with main:
2396
2397         * src/action.c
2398                 create_io_dialog(): use user-defined text font
2399                 (thanks to Alfons), and modified its appearance.
2400         * src/addrgather.c
2401         * src/addrharvest.c
2402         * src/browseldap.c
2403                 replace old code
2404         * src/compose.c
2405                 don't join (presumably) itemized lines on line-wrapping
2406                 fixed wrapping of quote when auto-wrapping is enabled
2407                 compose_destroy(): destroy paned only if it's not
2408                 attached to window. Fixed memory leak of popup menu.
2409         * src/exphtmldlg.c
2410         * src/expldifdlg.c
2411                 replace old code
2412         * src/html.c
2413         * src/html.h
2414         * src/importmutt.c
2415         * src/importpine.c
2416                 replace old code
2417         * src/main.c
2418                 removed redundant code
2419         * src/mainwindow.c
2420                 changed 'Code set' (which is rather incorrect)
2421                 in the menu to 'Character encoding'
2422                 main_window_set_widgets(): request size first
2423                 to prevent window size becoming wrong
2424                 fixed remembering of the state of the visibility
2425                 of MessageView
2426         * src/messageview.c
2427                 changed 'Code set' (which is rather incorrect)
2428                 in the menu to 'Character encoding'
2429         * src/prefs_common.c
2430         * src/prefs_common.h
2431                 added an option whether to render HTML as text or not
2432                 added separators to outgoing encoding menu
2433         * src/procheader.c
2434                 procheader_scan_date_string(): support header
2435                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
2436         * src/summaryview.c
2437         * src/summaryview.h
2438                 minor code cleanup
2439         * src/textview.c
2440                 textview_show_html(): force output of newline
2441                 added an option whether to render HTML as text or not
2442         * src/common/utils.c
2443                 strncpy2(): optimized based on Alfons' code
2444         * src/gtk/gtkutils.c
2445         * src/gtk/gtkutils.h
2446                 removed non-used code
2447         * src/plugins/pgpmime/passphrase.c
2448                 partially fixed grab input of passphrase dialog
2449                 Confine pointer to window
2450
2451 2005-03-30 [colin]      1.9.6cvs11
2452
2453         * src/msgcache.c
2454         * src/msgcache.h
2455                 Read/write 32bit ints from cache & marks
2456                 From main.
2457
2458 2005-03-29 [paul]       1.9.6cvs10
2459
2460         * AUTHORS
2461         * ChangeLog.claws
2462         * src/compose.c
2463         * src/gtk/gtkaspell.c
2464                 sync with HEAD (don't pass NULL pointers) 
2465
2466 2005-03-24 [paul]
2467
2468         * tools/Makefile.am
2469         * tools/README
2470         * tools/acroread2sylpheed.pl
2471                 sync with HEAD (add script to send pdfs as
2472                 attachments from Adobe Reader 7)
2473
2474 2005-03-21 [paul]       1.9.6cvs9
2475
2476         * configure.ac
2477         * po/POTFILES.in
2478         * src/Makefile.am
2479         * src/crash.c
2480         * src/image_viewer.c ** ADDED **
2481         * src/image_viewer.h ** ADDED **
2482         * src/main.c
2483         * src/prefs_common.c
2484         * src/prefs_common.h
2485         * src/prefs_image_viewer.c ** ADDED **
2486         * src/prefs_image_viewer.h ** ADDED **
2487         * src/textview.c
2488         * src/gtk/about.c
2489         * src/pixmaps/sylpheed_logo.xpm
2490         * src/plugins/Makefile.am
2491         * src/plugins/image_viewer/.cvsignore ** REMOVED **
2492         * src/plugins/image_viewer/Makefile.am ** REMOVED **
2493         * src/plugins/image_viewer/plugin.c ** REMOVED **
2494         * src/plugins/image_viewer/viewer.c ** REMOVED **
2495         * src/plugins/image_viewer/viewer.glade ** REMOVED **
2496         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
2497         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
2498         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
2499         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
2500                 as gdk-pixbuf is now built-in
2501                 remove image_viewer plugin and put code back into
2502                 main codebase
2503                 implement inline image display (sync with main)
2504
2505                 replace logo with newer, nicer, larger version  
2506
2507 2005-03-21 [paul]       1.9.6cvs8
2508
2509         * src/gtk/about.c
2510                 cosmetic improvement
2511
2512 2005-03-21 [holger]     1.9.6cvs7
2513
2514         * src/plugins/spamassassin/spamassassin.c
2515                 Sync with HEAD
2516                 (unregister hook on failed plugin init)
2517
2518 2005-03-20 [colin]      1.9.6cvs6
2519
2520         * src/common/plugin.c
2521                 Check that plugin isn't already loaded
2522                 Patch by Alfons
2523
2524 2005-03-20 [thorsten]   1.9.6cvs5
2525
2526         * src/compose.c
2527                 use a more compatible syntax
2528
2529 2005-03-20 [thorsten]   1.9.6cvs4
2530
2531         * src/prefs_toolbar.c
2532                 fix crash when selecting toolbar item (uninitialized pointer)
2533
2534 2005-03-20 [thorsten]   1.9.6cvs3
2535
2536         * src/procmime.c
2537                 fix mimetype detection (referenced free()d string)
2538
2539 2005-03-20 [paul]       1.9.6cvs2
2540
2541         * src/compose.c
2542                 sync with HEAD (1.0.3cvs5)
2543                 neglect Reply-To header if empty
2544                 Patch by Alfons 
2545
2546 2005-03-19 [holger]     1.9.6cvs1
2547
2548         * src/summaryview.c
2549         * src/summaryview.h
2550                 Sync with HEAD
2551
2552 2005-03-18 [paul]       1.9.6
2553
2554         initial GTK2 release
2555
2556 2005-03-18 [paul]       1.0.3cvs3.1
2557
2558         * AUTHORS
2559         * ChangeLog.claws
2560         * configure.ac
2561         * src/gtk/about.c
2562         * src/pixmaps/sylpheed_logo.xpm
2563                 sync with HEAD
2564
2565 2005-03-18 [colin]      1.0.3cvs2.6
2566
2567         * src/summaryview.c
2568                 Remove call to summary_step in summary_copy_selected_to
2569                 Can't see its purpose, and this causes bug when copying
2570                 a message if the next one is unread: it reads it.
2571
2572 2005-03-18 [paul]       1.0.3cvs2.5
2573
2574         * src/foldersel.c
2575                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
2576
2577 2005-03-18 [paul]       1.0.3cvs2.4
2578
2579         * src/addrharvest.c
2580         * src/codeconv.c
2581         * src/codeconv.h
2582         * src/compose.c
2583         * src/news.c
2584         * src/procheader.c
2585         * src/procmime.c
2586         * src/unmime.c
2587         * src/unmime.h
2588                 fix buffer overflow, CAN-2005-0667, see
2589                 http://secunia.com/advisories/14491/
2590                 Patch by Alfons
2591
2592 2005-03-17 [colin]      1.0.3cvs2.3
2593
2594         * src/prefs_fonts.c
2595         * src/summaryview.c
2596                 Fix font bugs (both lists now officialy share 
2597                 the same font)
2598                 
2599
2600 2005-03-17 [paul]       1.0.3cvs2.2
2601
2602         * src/gtk/pluginwindow.c
2603                 make plugin descriptions uneditable
2604
2605 2005-03-11 [paul]       1.0.3cvs2.1
2606
2607         * ChangeLog.claws
2608         * configure.ac
2609         * po/POTFILES.in
2610         * src/plugins/trayicon/trayicon.c
2611                 sync with HEAD
2612                 add src/wizard.c to POTFILES.in
2613
2614 2005-03-11 [paul]       1.0.3cvs1.1
2615
2616         * ChangeLog
2617         * ChangeLog.claws
2618         * configure.ac
2619         * po/de.po
2620         * po/es.po
2621         * po/fr.po
2622         * po/it.po
2623         * po/pt_BR.po
2624         * po/ru.po
2625         * po/sk.po
2626         * po/sr.po
2627         * po/zh_CN.po
2628                 sync with HEAD
2629
2630 2005-03-04 [colin]      1.0.1cvs22.2
2631
2632         * src/compose.c
2633                 Fix signatures with accentued chars in it
2634
2635 2005-03-04 [colin]      1.0.1cvs22.1
2636
2637         * src/common/smtp.c
2638         * src/common/smtp.h
2639                 Don't use SIZE param in MAIL FROM: if server 
2640                 doesn't support it. Patch by Eugen Freiter
2641                 <eugen_f@users.sf.net>
2642
2643 2005-02-27 [paul]       1.0.1cvs20.1
2644
2645         * ChangeLog.claws
2646         * configure.ac
2647         * src/messageview.c
2648                 sync with HEAD
2649
2650 2005-02-27 [colin]      1.0.1cvs19.4
2651
2652         * src/procheader.c
2653         * src/procheader.h
2654                 Fix prototypes. Patch by Alfons
2655
2656 2005-02-27 [colin]      1.0.1cvs19.3
2657
2658         * src/compose.c
2659                 Don't auto-join the signature separator.
2660
2661 2005-02-26 [colin]      1.0.1cvs19.2
2662
2663         * src/summaryview.c
2664                 Fix 'mark all read' with collapsed threads.
2665                 Patch by Alfons.
2666
2667 2005-02-25 [paul]       1.0.1cvs19.1
2668
2669         * ChangeLog.claws
2670         * configure.ac
2671         * src/prefs_account.c
2672         * src/prefs_folder_item.c
2673         * src/gtk/prefswindow.c
2674         * src/gtk/prefswindow.h
2675                 sync with HEAD
2676
2677 2005-02-25 [paul]       1.0.1cvs15.12
2678
2679         * src/alertpanel.c
2680         * src/codeconv.c
2681         * src/compose.c
2682         * src/textview.c
2683         * src/gtk/gtkutils.c
2684         * src/gtk/gtkutils.h
2685         * src/gtk/logwindow.c
2686         * src/gtk/progressdialog.c
2687                 sync with main (revision 127)
2688                 and fix logwindow clipping
2689
2690 2005-02-24 [colin]      1.0.1cvs15.11
2691
2692         * src/plugins/pgpmime/passphrase.c
2693                 Disable input grabbing; it doesn't work yet.
2694
2695 2005-02-24 [colin]      1.0.1cvs15.10
2696
2697         * src/messageview.c
2698                 Don't send out receipts if offline. Ask.
2699
2700 2005-02-23 [colin]      1.0.1cvs15.9
2701
2702         * src/summaryview.c     
2703                 Fix expanding
2704
2705 2005-02-23 [colin]      1.0.1cvs15.8
2706
2707         * src/summaryview.c
2708                 Really fix Bug 568 by removing useless
2709                 calls. summary_thread_init() now called
2710                 in summary_sort(). This should please
2711                 Alfons as it should be faster than 
2712                 previously.
2713
2714 2005-02-23 [colin]      1.0.1cvs15.7
2715
2716         * src/compose.c
2717                 Encode parts as QP or B64 if signing
2718
2719 2005-02-23 [colin]      1.0.1cvs15.6
2720
2721         * src/compose.c
2722                 Fix Mimeinfo leakage (including tmp files)
2723         * src/procmsg.c
2724                 Fix tmp file leakage (spotted by Ivan Rayner)
2725
2726 2005-02-22 [colin]      1.0.1cvs15.5
2727
2728         * src/expldifdlg.c
2729                 Fix keyboard input. Patch by Alfons.
2730
2731 2005-02-21 [colin]      1.0.1cvs15.4
2732
2733         * src/compose.c
2734                 Fix Sign/Encrypt when unselecting privacy
2735                 system
2736         * src/prefs_common.c
2737                 Change default message font to Monospace
2738         * src/summaryview.c
2739                 More freezing during potentially large operations
2740
2741 2005-02-21 [paul]       1.0.1cvs15.3
2742
2743         * src/main.c
2744                 fix --help output
2745
2746 2005-02-21 [paul]       1.0.1cvs15.2
2747
2748         * po/Makefile.in.in
2749         * src/compose.c
2750         * src/summaryview.c
2751         * src/textview.c
2752         * src/common/utils.c
2753         * src/common/utils.h
2754                 sync with main (revision 117)
2755
2756 2005-02-20 [colin]      1.0.1cvs15.1
2757
2758         * src/common/defs.h
2759                 Change cache file to .sylpheed_claws_cache, as
2760                 suggested by Alfons. Allows people to switch
2761                 between Sylpheed and Sylpheed-Claws. it is
2762                 a good idea to "Check for new messages" at next
2763                 startup.
2764
2765
2766 2005-02-18 [colin]      1.0.1cvs14.1
2767
2768         * src/quote_fmt_lex.l
2769         * src/quote_fmt_parse.y
2770                 Fix parser initialisation. Patch by Ivan.
2771
2772 2005-02-18 [colin]      1.0.1cvs11.6
2773
2774         * src/folderview.c
2775                 Fix scrolldown (bug 662)
2776
2777 2005-02-17 [colin]      1.0.1cvs11.5
2778
2779         * src/codeconv.c
2780                 conv_filename_to_utf8: return clean 7bit instead
2781                 of broken utf8 if needed
2782         * src/mimeview.c
2783                 Fix display of parts with unclean 8bit names
2784
2785 2005-02-17 [paul]       1.0.1cvs11.4
2786
2787         * src/compose.c
2788         * src/exportldif.c
2789         * src/matcher_parser_parse.y
2790         * src/procmime.c
2791         * src/sourcewindow.c
2792         * src/common/Makefile.am
2793         * src/common/intl.h             ** REMOVED **
2794         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2795                 sync with main (revision 109)
2796                 and clean up
2797
2798 2005-02-16 [colin]      1.0.1cvs11.3
2799
2800         * src/summaryview.c
2801                 Fix collapsed thread not highlighting when new
2802                 messages in it (Bug 568) Patch by Stephan Sachse.
2803                 Fix messed up selection when reaching bounds (Bug 632)
2804         * src/prefs_themes.c
2805                 Fix theme installing (Bug 684)
2806
2807 2005-02-16 [colin]      1.0.1cvs11.2
2808
2809         * src/messageview.c
2810                 Fix messageview_select_all
2811
2812 2005-02-16 [colin]      1.0.1cvs11.1
2813
2814         * src/mh.c
2815                 Sync with HEAD (MH scan required function)
2816
2817 2005-02-15 [colin]      1.0.1cvs8.1
2818
2819         * src/mimeview.c
2820         * src/common/utils.c
2821                 Sync with HEAD (filename chars substitution)
2822
2823 2005-02-15 [colin]      1.0.1cvs7.3
2824
2825         * src/gtk/pluginwindow.c
2826                 Fix button spacing
2827
2828 2005-02-15 [colin]      1.0.1cvs7.2
2829
2830         * src/mimeview.c
2831                 Fix mime icons not reset across message when
2832                 scrolled down
2833
2834 2005-02-15 [colin]      1.0.1cvs7.1
2835
2836         * src/compose.c
2837         * src/procmime.c
2838                 Sync with HEAD (optimisation of cvs6)
2839
2840 2005-02-14 [colin]      1.0.1cvs6.1
2841
2842         * src/compose.c
2843         * src/procmime.c
2844                 Sync with HEAD (encode "From " at line beginning)
2845
2846 2005-02-14 [colin]      1.0.1cvs5.3
2847
2848         * src/compose.c
2849                 Fix wrapping with accentued chars.
2850
2851 2005-02-13 [colin]      1.0.1cvs5.2
2852
2853         * src/textview.c
2854                 Fix email informative part parsing with
2855                 accentued chars in it. ispunct() returns
2856                 true for them in utf8...
2857
2858 2005-02-12 [colin]      1.0.1cvs5.1
2859
2860         * src/filtering.c
2861                 Sync with HEAD (remove wrong use of compose after send)
2862
2863 2005-02-12 [paul]       1.0.1cvs4.5
2864
2865         * src/textview.c
2866                 remove unnecessary code (thanks to Alfons)
2867
2868 2005-02-12 [paul]       1.0.1cvs4.4
2869
2870         * src/textview.c
2871                 add 'Copy' to contextual menu on emails
2872
2873 2005-02-11 [colin]      1.0.1cvs4.3
2874
2875         * src/compose.c
2876                 revert 1.0.0cvs28.2, it doesn't work that well.
2877
2878 2005-02-11 [paul]       1.0.1cvs4.2
2879
2880         * po/Makefile.in.in
2881                 fix 'make release'
2882
2883 2005-02-10 [paul]       1.0.1cvs4.1
2884
2885         * ChangeLog
2886         * ChangeLog.claws
2887         * ChangeLog.jp
2888         * configure.ac
2889         * src/compose.c
2890                 sync with HEAD (sync with main)
2891
2892 2005-02-10 [paul]       1.0.1cvs3.2
2893
2894         * AUTHORS
2895         * Makefile.am
2896         * autogen.sh
2897         * configure.ac
2898         * config/mkinstalldirs
2899         * intl/.cvsignore
2900         * intl/ChangeLog
2901         * intl/VERSION
2902         * intl/bindtextdom.c
2903         * intl/config.charset
2904         * intl/dcgettext.c
2905         * intl/dcigettext.c
2906         * intl/dcngettext.c
2907         * intl/dgettext.c
2908         * intl/dngettext.c
2909         * intl/eval-plural.h
2910         * intl/explodename.c
2911         * intl/finddomain.c
2912         * intl/gettext.c
2913         * intl/gettextP.h
2914         * intl/gmo.h
2915         * intl/hash-string.h
2916         * intl/intl-compat.c
2917         * intl/l10nflist.c
2918         * intl/libgnuintl.h.in
2919         * intl/loadinfo.h
2920         * intl/loadmsgcat.c
2921         * intl/localcharset.c
2922         * intl/localcharset.h
2923         * intl/locale.alias
2924         * intl/localealias.c
2925         * intl/localename.c
2926         * intl/log.c
2927         * intl/ngettext.c
2928         * intl/os2compat.c
2929         * intl/os2compat.h
2930         * intl/osdep.c
2931         * intl/plural-exp.c
2932         * intl/plural-exp.h
2933         * intl/plural.c
2934         * intl/plural.y
2935         * intl/ref-add.sin
2936         * intl/ref-del.sin
2937         * intl/relocatable.c
2938         * intl/relocatable.h
2939         * intl/textdomain.c
2940         * m4/Makefile.am
2941         * po/Makefile.in.in
2942         * src/Makefile.am
2943         * src/account.c
2944         * src/action.c
2945         * src/addr_compl.c
2946         * src/addressadd.c
2947         * src/addressbook.c
2948         * src/addrgather.c
2949         * src/addrindex.c
2950         * src/alertpanel.c
2951         * src/browseldap.c
2952         * src/codeconv.c
2953         * src/codeconv.h
2954         * src/compose.c
2955         * src/compose.h
2956         * src/crash.c
2957         * src/editaddress.c
2958         * src/editbook.c
2959         * src/editgroup.c
2960         * src/editjpilot.c
2961         * src/editldap.c
2962         * src/editldap_basedn.c
2963         * src/editvcard.c
2964         * src/exphtmldlg.c
2965         * src/expldifdlg.c
2966         * src/export.c
2967         * src/exporthtml.c
2968         * src/filtering.c
2969         * src/folder.c
2970         * src/folder_item_prefs.c
2971         * src/foldersel.c
2972         * src/folderview.c
2973         * src/grouplistdialog.c
2974         * src/headerview.c
2975         * src/imap.c
2976         * src/imap_gtk.c
2977         * src/import.c
2978         * src/importldif.c
2979         * src/importmutt.c
2980         * src/importpine.c
2981         * src/inc.c
2982         * src/ldif.c
2983         * src/main.c
2984         * src/mainwindow.c
2985         * src/matcher.c
2986         * src/mbox.c
2987         * src/message_search.c
2988         * src/messageview.c
2989         * src/mh.c
2990         * src/mh_gtk.c
2991         * src/mimeview.c
2992         * src/msgcache.c
2993         * src/news.c
2994         * src/news_gtk.c
2995         * src/noticeview.c
2996         * src/partial_download.c
2997         * src/pop.c
2998         * src/prefs_account.c
2999         * src/prefs_actions.c
3000         * src/prefs_common.c
3001         * src/prefs_customheader.c
3002         * src/prefs_display_header.c
3003         * src/prefs_ext_prog.c
3004         * src/prefs_filtering.c
3005         * src/prefs_filtering_action.c
3006         * src/prefs_folder_item.c
3007         * src/prefs_fonts.c
3008         * src/prefs_gtk.c
3009         * src/prefs_matcher.c
3010         * src/prefs_msg_colors.c
3011         * src/prefs_spelling.c
3012         * src/prefs_summary_column.c
3013         * src/prefs_template.c
3014         * src/prefs_themes.c
3015         * src/prefs_toolbar.c
3016         * src/prefs_wrapping.c
3017         * src/privacy.c
3018         * src/procheader.c
3019         * src/procmime.c
3020         * src/procmsg.c
3021         * src/quote_fmt.c
3022         * src/recv.c
3023         * src/send_message.c
3024         * src/setup.c
3025         * src/sourcewindow.c
3026         * src/ssl_manager.c
3027         * src/statusbar.c
3028         * src/summary_search.c
3029         * src/summaryview.c
3030         * src/textview.c
3031         * src/toolbar.c
3032         * src/wizard.c
3033         * src/common/nntp.c
3034         * src/common/plugin.c
3035         * src/common/smtp.c
3036         * src/common/ssl.c
3037         * src/common/ssl_certificate.c
3038         * src/common/string_match.c
3039         * src/common/sylpheed.c
3040         * src/common/template.c
3041         * src/common/utils.c
3042         * src/gtk/about.c
3043         * src/gtk/colorlabel.c
3044         * src/gtk/description_window.c
3045         * src/gtk/filesel.c
3046         * src/gtk/foldersort.c
3047         * src/gtk/gtkaspell.c
3048         * src/gtk/gtkutils.c
3049         * src/gtk/inputdialog.c
3050         * src/gtk/logwindow.c
3051         * src/gtk/menu.c
3052         * src/gtk/pluginwindow.c
3053         * src/gtk/prefswindow.c
3054         * src/gtk/progressdialog.c
3055         * src/gtk/quicksearch.c
3056         * src/gtk/sslcertwindow.c
3057         * src/plugins/clamav/clamav_plugin.c
3058         * src/plugins/clamav/clamav_plugin_gtk.c
3059         * src/plugins/demo/demo.c
3060         * src/plugins/dillo_viewer/dillo_prefs.c
3061         * src/plugins/dillo_viewer/dillo_viewer.c
3062         * src/plugins/image_viewer/plugin.c
3063         * src/plugins/image_viewer/viewer.c
3064         * src/plugins/image_viewer/viewerprefs.c
3065         * src/plugins/mathml_viewer/mathml_viewer.c
3066         * src/plugins/pgpmime/passphrase.c
3067         * src/plugins/pgpmime/plugin.c
3068         * src/plugins/pgpmime/prefs_gpg.c
3069         * src/plugins/pgpmime/select-keys.c
3070         * src/plugins/pgpmime/sgpgme.c
3071         * src/plugins/spamassassin/spamassassin.c
3072         * src/plugins/spamassassin/spamassassin_gtk.c
3073         * src/plugins/trayicon/trayicon.c
3074                 sync with main (revision 104)
3075
3076 2005-02-10 [colin]      1.0.1cvs3.1
3077
3078         * src/mainwindow.c
3079                 Sync with HEAD (fix occasional crasher)
3080
3081 2005-02-10 [colin]      1.0.1cvs2.1
3082
3083         * src/messageview.c
3084                 Synw with HEAD (don't automatically display html)
3085
3086 2005-02-09 [colin]      1.0.1cvs1.3
3087
3088         * src/textview.c
3089         * src/textview.h
3090                 Add contextual menu on emails
3091
3092 2005-02-09 [colin]      1.0.1cvs1.2
3093
3094         * src/codeconv.c
3095                 Fix converting from broken headers and 
3096                 put back the _ in missing places
3097                 (feature broke with cvs24.2 sync, main 
3098                  possibly affected?)
3099
3100 2005-02-09 [colin]      1.0.1cvs1.1
3101
3102         * src/messageview.c
3103         * src/mimeview.c
3104         * src/mimeview.h
3105                 Sync with HEAD (display non text/plain mails with plugin)
3106
3107 2005-02-08 [colin]      1.0.1.1
3108
3109         * ChangeLog.claws
3110         * po/pt_BR.po
3111                 Sync with HEAD
3112         * configure.ac
3113                 Make default configuration directory 
3114                 be .sylpheed-gtk2
3115
3116 2005-02-08 [colin]      1.0.0cvs29.1
3117
3118         * po/de.po
3119         * po/es.po
3120         * po/fr.po
3121         * po/it.po
3122         * po/sk.po
3123         * po/sr.po
3124                 Sync translations with HEAD
3125
3126 2005-02-06 [colin]      1.0.0cvs28.3
3127
3128         * src/compose.c
3129                 Make compose a bit faster - patch by Alfons.
3130
3131 2005-02-06 [colin]      1.0.0cvs28.2
3132
3133         * src/compose.c
3134                 Make pasting via middle-click more reliable
3135
3136 2005-02-05 [paul]       1.0.0cvs28.1
3137
3138         * ChangeLog
3139         * ChangeLog.claws
3140         * ChangeLog.jp
3141         * configure.ac
3142         * src/compose.c
3143                 sync with HEAD
3144                 (fix bug 682 'redirect is broken'
3145
3146 2005-02-05 [torte]      1.0.0cvs27.1
3147
3148         * ChangeLog.claws
3149         * configure.ac
3150         * src/partial_download.c
3151                 Sync with HEAD (fix buf overflow)
3152
3153 2005-02-03 [colin]      1.0.0cvs26.1
3154
3155         * src/common/plugin.c
3156                 Sync with HEAD (avoid plugin mismatches)
3157
3158 2005-02-03 [paul]       1.0.0cvs25.3
3159
3160         * src/folderview.c
3161         * src/headerview.c
3162         * src/summaryview.c
3163         * src/textview.c
3164         * src/gtk/colorlabel.c
3165                 third and final part of initial sync with main-gtk2
3166
3167 2005-02-03 [paul]       1.0.0cvs25.2
3168
3169         * src/jpilot.c
3170                 fix building with jpilot support
3171
3172 2005-02-02 [colin]      1.0.0cvs25.1
3173
3174         * src/messageview.c
3175                 Sync with HEAD (fix dangerous typo)
3176
3177 2005-02-01 [colin]      1.0.0cvs24.3
3178
3179         * src/common/xml.c
3180                 Write file as advertised (UTF-8)
3181
3182 2005-02-01 [paul]       1.0.0cvs24.2
3183
3184         * src/addrbook.c
3185         * src/addrindex.c
3186         * src/alertpanel.h
3187         * src/codeconv.c
3188         * src/codeconv.h
3189         * src/compose.c
3190         * src/export.c
3191         * src/folder_item_prefs.c
3192         * src/html.c
3193         * src/imap.c
3194         * src/import.c
3195         * src/jpilot.c
3196         * src/mainwindow.c
3197         * src/matcher_parser_lex.l
3198         * src/messageview.c
3199         * src/mh.c
3200         * src/prefs_account.c
3201         * src/prefs_actions.c
3202         * src/prefs_common.c
3203         * src/prefs_gtk.c
3204         * src/prefs_gtk.h
3205         * src/prefs_themes.c
3206         * src/procheader.c
3207         * src/procmime.c
3208         * src/sourcewindow.c
3209         * src/statusbar.c
3210         * src/summaryview.c
3211         * src/textview.c
3212         * src/toolbar.c
3213         * src/unmime.c
3214         * src/common/template.c
3215         * src/common/utils.c
3216         * src/common/xml.c
3217         * src/common/xml.h
3218         * src/gtk/gtkaspell.c
3219         * src/plugins/clamav/clamav_plugin.c
3220         * src/plugins/dillo_viewer/dillo_prefs.c
3221         * src/plugins/image_viewer/viewerprefs.c
3222         * src/plugins/pgpmime/passphrase.c
3223         * src/plugins/pgpmime/prefs_gpg.c
3224         * src/plugins/pgpmime/select-keys.c
3225         * src/plugins/spamassassin/spamassassin.c
3226                 second part of initial sync with main-gtk2
3227                 (more to follow)
3228
3229 2005-01-31 [colin]      1.0.0cvs24.1
3230
3231         * src/compose.c
3232                 Sync with HEAD
3233
3234 2005-01-29 [paul]       1.0.0cvs23.2
3235
3236         * src/account.c
3237         * src/action.c
3238         * src/addressadd.c
3239         * src/addressbook.c
3240         * src/alertpanel.c
3241         * src/compose.c
3242         * src/editaddress.c
3243         * src/editbook.c
3244         * src/editgroup.c
3245         * src/editjpilot.c
3246         * src/editldap.c
3247         * src/editldap_basedn.c
3248         * src/editvcard.c
3249         * src/export.c
3250         * src/foldersel.c
3251         * src/grouplistdialog.c
3252         * src/import.c
3253         * src/importldif.c
3254         * src/inc.c
3255         * src/main.c
3256         * src/mainwindow.c
3257         * src/message_search.c
3258         * src/messageview.c
3259         * src/mimeview.c
3260         * src/prefs_actions.c
3261         * src/prefs_common.c
3262         * src/prefs_common.h
3263         * src/prefs_customheader.c
3264         * src/prefs_display_header.c
3265         * src/prefs_filtering.c
3266         * src/prefs_filtering_action.c
3267         * src/prefs_gtk.c
3268         * src/prefs_matcher.c
3269         * src/prefs_summary_column.c
3270         * src/prefs_template.c
3271         * src/sourcewindow.c
3272         * src/summary_search.c
3273         * src/summaryview.c
3274         * src/textview.c
3275         * src/gtk/about.c
3276         * src/gtk/description_window.c
3277         * src/gtk/gtkshruler.c
3278         * src/gtk/gtkutils.c
3279         * src/gtk/gtkutils.h
3280         * src/gtk/inputdialog.c
3281         * src/gtk/logwindow.c
3282         * src/gtk/prefswindow.c
3283         * src/gtk/progressdialog.c
3284         * src/gtk/progressdialog.h
3285                 first part of initial sync with main-gtk2
3286                 (more to follow)
3287
3288 2005-01-28 [colin]      1.0.0cvs23.1
3289
3290         * src/folderview.c
3291                 Sync with HEAD
3292
3293 2005-01-27 [colin]      1.0.0cvs21.1
3294
3295         * src/folder.c
3296         * src/folderview.c
3297                 Sync with HEAD
3298
3299 2005-01-27 [colin]      1.0.0cvs19.1
3300
3301         * src/procmime.c
3302                 Sync with HEAD
3303
3304 2005-01-27 [colin]      1.0.0cvs18.1
3305
3306         * src/messageview.c
3307         * src/summaryview.c
3308         * src/mainwindow.c
3309         * src/compose.c
3310         * src/compose.h
3311         * src/procmsg.c
3312         * src/procmsg.h
3313         * src/toolbar.c
3314                 Sync with HEAD
3315
3316 2005-01-26 [paul]       1.0.0cvs15.2
3317
3318         * src/compose.c
3319                 compose_entries_set(): convert subject and body to
3320                 utf8 if necessary. patch by Felix Eckhofer
3321
3322 2005-01-26 [paul]       1.0.0cvs15.1
3323
3324         * configure.ac
3325         * src/common/template.c
3326                 sync with HEAD (fix memory leak)
3327
3328 2005-01-25 [paul]       1.0.0cvs14.1
3329
3330         * configure.ac
3331         * src/compose.c
3332                 sync with HEAD
3333
3334 2005-01-24 [colin]      1.0.0cvs13.1
3335
3336         * src/summaryview.c
3337                 Sync with HEAD
3338
3339 2005-01-24 [paul]       1.0.0cvs12.1
3340
3341         * configure.ac
3342         * src/messageview.c
3343         * src/mh.c
3344         * src/common/utils.c
3345                 sync with HEAD
3346
3347 2005-01-24 [colin]      1.0.0cvs11.1
3348
3349         * src/procheader.c
3350                 Sync with HEAD
3351
3352 2005-01-24 [colin]      1.0.0cvs10.1
3353
3354         * src/folderview.c
3355                 Sync with HEAD
3356
3357 2005-01-23 [colin]      1.0.0cvs9.1
3358
3359         * src/crash.c
3360                 Sync with HEAD
3361
3362 2005-01-22 [colin]      1.0.0cvs8.1
3363
3364         * src/summaryview.c
3365         * src/gtk/quicksearch.c
3366                 Sync with HEAD
3367
3368 2005-01-21 [colin]      1.0.0cvs7.1
3369
3370         * src/summaryview.c
3371                 Sync with HEAD
3372
3373 2005-01-21 [colin]      1.0.0cvs6.1
3374
3375         * src/summaryview.c
3376                 Sync with HEAD
3377
3378 2005-01-21 [colin]      1.0.0cvs5.1
3379
3380         * src/gtk/quicksearch.c
3381         * src/prefs_common.c
3382         * src/prefs_common.h
3383                 Sync with HEAD (recurse option)
3384
3385 2005-01-21 [colin]      1.0.0cvs4.1
3386
3387         * src/folder.h
3388         * src/folderview.c
3389         * src/folderview.h
3390         * src/summaryview.c
3391         * src/gtk/quicksearch.c
3392         * src/gtk/quicksearch.h
3393                 Sync with HEAD (recursive quicksearch)
3394
3395 2005-01-20 [colin]      1.0.0cvs3.4
3396
3397         * src/ssl_manager.c
3398                 Remove useless code
3399
3400 2005-01-20 [colin]      1.0.0cvs3.3
3401
3402         * src/ssl_manager.c
3403                 Fix leak, thanks to Alfons.
3404
3405 2005-01-20 [colin]      1.0.0cvs3.2
3406
3407         * src/ssl_manager.c
3408                 Port SSL certificate window to GTK2.
3409
3410 2005-01-20 [paul]       1.0.0cvs3.1
3411
3412         * ChangeLog.claws
3413         * configure.ac
3414         * src/addrindex.c
3415         * src/addrindex.h
3416                 sync with HEAD
3417
3418 2005-01-19 [colin]      1.0.0cvs2.2
3419
3420         * src/plugins/trayicon/trayicon.c
3421                 Fix freeze with gtk-2.6, the easy way
3422                 (signal blocking helpless there...)
3423                 Closes bug #668.
3424
3425 2005-01-19 [colin]      1.0.0cvs2.1
3426
3427         * src/mbox.c
3428         * src/mbox.h
3429         * src/mainwindow.c
3430         * src/summaryview.c
3431         * src/summaryview.h
3432                 Sync with HEAD
3433
3434 2005-01-19 [paul]       1.0.0cvs1.1
3435
3436         * configure.ac
3437         * po/de.po
3438         * po/es.po
3439         * po/fr.po
3440         * po/hr.po
3441         * po/it.po
3442         * po/ja.po
3443         * po/ko.po
3444         * po/pt_BR.po
3445         * po/ru.po
3446         * po/sk.po
3447         * po/sr.po
3448                 sync with HEAD (update translations)
3449
3450 2005-01-18 [colin]      1.0.0cvs0.1
3451
3452         * src/foldersel.c
3453                 Specify search column - patch by Alfons
3454
3455 2005-01-18 [colin]      0.9.13cvs36.3
3456
3457         * src/prefs_toolbar.c
3458                 Change Delete to Remove
3459         * src/prefs_fonts.c
3460                 GTK2 version and leak fixes
3461         * src/prefs_actions.c
3462                 Add stock buttons.
3463                 All patches by Alfons
3464
3465 2005-01-17 [colin]      0.9.13cvs36.2
3466
3467         * src/compose.c
3468                 Fix DnD inserting twice. While at it,
3469                 add DnD support for text/plain in the
3470                 body, and add support in the headers.
3471
3472 2005-01-16 [colin]      0.9.13cvs36.1
3473
3474         * ChangeLog
3475         * ChangeLog.jp
3476         * ChangeLog.claws
3477                 Sync with HEAD (nothing applicable)
3478
3479 2005-01-16 [colin]      0.9.13cvs33.2
3480
3481         * src/prefs_toolbar.c
3482                 GTK2ize prefs_toolbar, by Alfons.
3483
3484 2005-01-14 [colin]      0.9.13cvs33.1
3485
3486         * src/html.c
3487         * src/msgcache.c
3488                 Sync with HEAD
3489
3490 2005-01-14 [colin]      0.9.13cvs32.1
3491
3492         * src/html.c
3493         * src/html.h
3494         * src/msgcache.c
3495         * AUTHORS
3496         * tools/calypso_convert.pl
3497                 Sync with HEAD
3498
3499 2005-01-08 [colin]      0.9.13cvs29.2
3500
3501         * src/prefs_filtering_action.c
3502         * src/prefs_filtering.c
3503                 2 more gtk2 patches by Alfons
3504
3505 2005-01-07 [paul]       0.9.13cvs29.1
3506
3507         * ChangeLog
3508         * ChangeLog.claws
3509         * ChangeLog.jp
3510         * configure.ac
3511         * src/pop.c
3512         * src/pop.h
3513                 sync with HEAD
3514
3515 2005-01-07 [colin]      0.9.13cvs28.3
3516
3517         * src/gtk/progressdialog.c
3518         * src/gtk/progressdialog.h
3519         * src/inc.c
3520         * src/send_message.c
3521                 GTK2 for the incorporation dialog. The CList isn't dead
3522                 yet, for a more smooth migration. Patch by Alfons.
3523
3524 2005-01-06 [colin]      0.9.13cvs28.2
3525
3526         * src/prefs_display_header.c
3527                 GTK2 conversion by Alfons
3528         * src/prefs_actions.c
3529         * src/prefs_matcher.c
3530                 Fix 2 leaks - patch by Alfons
3531
3532 2005-01-06 [colin]      0.9.13cvs28.1
3533
3534         * src/prefs_matcher.c
3535                 Sync with HEAD
3536
3537 2005-01-06 [colin]      0.9.13cvs27.4
3538
3539         * src/prefs_matcher.c
3540                 Fix double-free. Patch by Alfons
3541
3542 2005-01-06 [colin]      0.9.13cvs27.3
3543
3544         * src/prefs_matcher.c
3545                 GTK2 widgets + memleak
3546                 Patch by Alfons
3547
3548 2005-01-05 [colin]      0.9.13cvs27.2
3549
3550         * src/account.c
3551         * src/addr_compl.c
3552         * src/foldersel.c
3553         * src/stock_pixmap.c
3554         * src/stock_pixmap.h
3555                 3 more GTK2 patches by Alfons.
3556
3557 2005-01-04 [colin]      0.9.13cvs27.1
3558
3559         * src/folderview.c
3560         * src/imap_gtk.c
3561         * src/news_gtk.c
3562                 Sync with HEAD
3563
3564 2005-01-04 [colin]      0.9.13cvs25.9
3565
3566         * src/compose.c
3567                 Fix Show Ruler menuitem
3568         * src/prefs_template.c
3569                 Convert to GTK2
3570         * src/common/utils.c
3571                 Make auto pointer stuff handles NULLs
3572                 Patches by Alfons.
3573
3574 2005-01-04 [colin]      0.9.13cvs25.8
3575
3576         * src/compose.c
3577                 Move the attachment list to gtk2
3578                 Patch by Alfons.
3579
3580 2005-01-04 [colin]      0.9.13cvs25.7
3581
3582         * src/textview.c
3583                 Make some keys work again
3584                 Patch by SungHyun Nam <namsh@kldp.org>
3585
3586 2005-01-04 [colin]      0.9.13cvs25.6
3587
3588         * src/gtk/gtkshruler.c
3589                 Move the ruler to GTK2
3590                 Patch by Alfons
3591
3592 2005-01-03 [colin]      0.9.13cvs25.5
3593
3594         * src/compose.c
3595                 Fix my broken patch apply 
3596
3597 2005-01-03 [colin]      0.9.13cvs25.4
3598
3599         * src/common/utils.c
3600         * src/common/utils.h
3601         * src/gtk/prefswindow.c
3602                 Move auto pointer stuff to utils.c
3603                 Patch by Alfons again :)
3604
3605 2005-01-03 [colin]      0.9.13cvs25.3
3606
3607         * src/compose.c
3608         * src/prefs_gtk.c
3609         * src/prefs_template.c
3610         * src/textview.c
3611                 Empty text widgets with empty strings, not NULL char
3612                 Patch by SungHyun Nam <namsh@kldp_org>
3613
3614 2005-01-03 [colin]      0.9.13cvs25.2
3615
3616         * src/main.c
3617         * AUTHORS
3618                 Sync with HEAD
3619
3620 2005-01-03 [colin]      0.9.13cvs25.1
3621
3622         * src/pop.c
3623         * src/pop.h
3624                 Sync with HEAD
3625
3626 2005-01-03 [colin]      0.9.13cvs24.3
3627
3628         * src/account.c
3629                 Two patches from Alfons and Alex S Moore:
3630                 fix images, fix return value.
3631
3632 2005-01-01 [colin]      0.9.13cvs24.2
3633
3634         * src/prefs_actions.c
3635                 Fix over-zealous assertion. Patch by Alfons
3636
3637 2005-01-01 [colin]      0.9.13cvs24.1
3638
3639         * src/procmime.c
3640                 Sync with HEAD (leak fix)
3641
3642 2004-12-31 [colin]      0.9.13cvs23.2
3643
3644         * src/prefs_common.c
3645                 GTK2 widgets + stock buttons - patch by Alfons
3646
3647 2004-12-31 [paul]       0.9.13cvs23.1
3648
3649         * configure.ac
3650                 bump up EXTRA_VERSION to match (sync'ed) HEAD
3651         * src/gtk/pluginwindow.c
3652                 use GTK2 widgets and plug memory leaks,
3653                 patches by Alfons
3654
3655 2004-12-30 [colin]      0.9.13cvs22.4
3656
3657         * src/account.c
3658         * src/action.c
3659         * src/export.c
3660         * src/foldersel.c
3661         * src/import.c
3662         * src/message_search.c
3663         * src/prefs_actions.c
3664         * src/prefs_common.c
3665         * src/prefs_customheader.c
3666         * src/prefs_filtering.c
3667         * src/prefs_summary_column.c
3668         * src/summary_search.c
3669         * src/gtk/about.c
3670         * src/gtk/description_window.c
3671         * src/gtk/gtkutils.c
3672         * src/gtk/gtkutils.h
3673         * src/gtk/inputdialog.c
3674         * src/gtk/prefswindow.c
3675                 Use GTK2 stock buttons. Patches by Alfons.
3676
3677 2004-12-30 [colin]      0.9.13cvs22.3
3678
3679         * src/account.c
3680                 Sync with HEAD
3681         * src/prefs_actions.c
3682         * src/prefs_customheader.c
3683         * src/prefs_filtering.c
3684         * src/prefs_msg_colors.c
3685         * src/prefs_summary_column.c
3686         * src/gtk/prefswindow.c
3687                 Use GtkTreeView instead of deprecated 
3688                 widgets. Patches by Alfons.
3689
3690 2004-12-30 [paul]       0.9.13cvs22.2
3691
3692         * src/foldersel.c
3693                 use GTK 2 Tree View
3694                 patch by Alfons, with root folder sorting fix
3695                 by Stephan Sachse
3696
3697 2004-12-30 [paul]       0.9.13cvs22.1
3698
3699         * ChangeLog
3700         * ChangeLog.claws
3701         * ChangeLog.jp
3702         * NEWS
3703         * configure.ac
3704         * src/account.c
3705                 sync with HEAD
3706
3707 2004-12-22 [martin]     0.9.13cvs21.2
3708
3709         * src/action.c
3710                 free the command line after its use
3711
3712 2004-12-18 [paul]       0.9.13cvs21.1
3713
3714         * AUTHORS
3715         * ChangeLog
3716         * ChangeLog.claws
3717         * ChangeLog.jp
3718         * NEWS
3719         * configure.ac
3720         * src/action.c
3721         * src/compose.c
3722         * src/syldap.c
3723                 sync with HEAD
3724
3725 2004-12-17 [martin]     0.9.13cvs17.2
3726
3727         * src/action.c
3728                 convert actions input to locale
3729         * src/inc.c
3730                 convert notification command to locale
3731         * src/plugins/pgpmime/select-keys.c
3732                 convert attributes to utf8
3733
3734 2004-12-14 [colin]      0.9.13cvs17.1
3735
3736         * ChangeLog
3737         * ChangeLog.jp
3738         * ChangeLog.claws
3739         * src/action.c
3740         * src/common/utils.c
3741         * src/gtk/prefswindow.c
3742         * src/gtk/gtkutils.c
3743         * src/gtk/gtkutils.h
3744         * src/plugins/spamassassin/libspamc.c
3745                 Sync with HEAD
3746
3747 2004-12-13 [colin]      0.9.13cvs14.1
3748
3749         * src/quote_fmt_parse.y
3750                 Sync with HEAD
3751
3752 2004-12-10 [colin]      0.9.13cvs12.1
3753
3754         * src/prefs_themes.c
3755         * src/mainwindow.c
3756         * src/messageview.c
3757                 Sync with HEAD
3758
3759 2004-12-09 [colin]      0.9.13cvs10.1
3760
3761         * src/procmime.c
3762                 Sync with HEAD (fix B64 encoding from memory)
3763
3764 2004-12-08 [colin]      0.9.13cvs9.1
3765
3766         * src/gtk/colorlabel.c
3767                 Sync with HEAD
3768
3769 2004-12-08 [paul]       0.9.13cvs8.2
3770
3771         * src/gtk/pluginwindow.c
3772                 fix window resizing oddities
3773
3774 2004-12-08 [colin]      0.9.13cvs8.1
3775
3776         * src/quote_fmt_parse.y
3777                 Sync with HEAD
3778
3779 2004-12-08 [colin]      0.9.13cvs7.1
3780
3781         * src/matcher_parser_parse.y
3782         * src/msgcache.c
3783         * src/prefs_matcher.c
3784         * src/procheader.c
3785         * src/matcher.c
3786         * src/common/defs.h
3787         * po/sr.po
3788                 Sync with HEAD
3789
3790 2004-12-08 [colin]      0.9.13cvs6.1
3791
3792         * src/quote_fmt_parse.y
3793         * src/textview.c
3794                 Sync with HEAD
3795         * src/gtk/prefswindow.c
3796         * src/gtk/pluginwindow.c
3797                 Fix G_CALLBACKS protos (thanks to Alfons)
3798
3799 2004-12-07 [torte]      0.9.13cvs2.2
3800
3801         * src/procmime.c
3802                 [Bug 650] reply button causes crash
3803                 Thanks to David Relson and Christoph
3804
3805 2004-12-07 [colin]      0.9.13cvs2.1
3806
3807         * ChangeLog.claws
3808         * AUTHORS
3809         * po/sk.po
3810         * src/procmime.c
3811         * src/prefs_account.c
3812         * src/common/smtp.c
3813         * src/common/smtp.h
3814                 Sync with HEAD
3815
3816 2004-12-06 [colin]      0.9.12cvs187.1
3817
3818         * ChangeLog.claws
3819         * INSTALL
3820         * Makefile.am
3821         * README.claws
3822         * TODO.claws
3823         * configure.ac
3824         * po/bg.po
3825         * po/cs.po
3826         * po/el.po
3827         * po/en_GB.po
3828         * po/es.po
3829         * po/fr.po
3830         * po/hr.po
3831         * po/hu.po
3832         * po/it.po
3833         * po/ja.po
3834         * po/ko.po
3835         * po/nl.po
3836         * po/pl.po
3837         * po/pt_BR.po
3838         * po/ru.po
3839         * po/sk.po
3840         * po/sr.po
3841         * po/sv.po
3842         * po/zh_CN.po
3843         * po/zh_TW.Big5.po
3844         * src/compose.c
3845         * tools/Makefile.am
3846         * tools/README
3847         * tools/filter_conv.pl
3848         * tools/kdeservicemenu/README
3849         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3850         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3851                 Sync with HEAD
3852
3853 2004-12-04 [colin]      0.9.12cvs183.1
3854
3855         * src/compose.c
3856                 Sync with HEAD (compose window position saving)
3857
3858 2004-12-04 [paul]       0.9.12cvs182.3
3859
3860         * src/messageview.c
3861         * src/mimeview.c
3862         * src/prefs_customheader.c
3863         * src/gtk/quicksearch.c
3864                 replace some forgotten GTK_SIGNAL_FUNCs
3865
3866 2004-12-04 [paul]       0.9.12cvs182.2
3867
3868         * src/Makefile.am
3869                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
3870                 committed in error      
3871
3872 2004-12-04 [paul]       0.9.12cvs182.1
3873
3874         * ChangeLog
3875         * ChangeLog.claws
3876         * ChangeLog.jp
3877         * INSTALL
3878         * NEWS
3879         * README
3880         * README.jp
3881         * configure.ac
3882         * doc/manual/ja/Makefile.am
3883         * doc/manual/ja/sylpheed-1.html
3884         * doc/manual/ja/sylpheed-10.html
3885         * doc/manual/ja/sylpheed-11.html
3886         * doc/manual/ja/sylpheed-12.html
3887         * doc/manual/ja/sylpheed-13.html
3888         * doc/manual/ja/sylpheed-14.html
3889         * doc/manual/ja/sylpheed-15.html
3890         * doc/manual/ja/sylpheed-16.html
3891         * doc/manual/ja/sylpheed-17.html
3892         * doc/manual/ja/sylpheed-18.html
3893         * doc/manual/ja/sylpheed-19.html
3894         * doc/manual/ja/sylpheed-2.html
3895         * doc/manual/ja/sylpheed-20.html
3896         * doc/manual/ja/sylpheed-3.html
3897         * doc/manual/ja/sylpheed-4.html
3898         * doc/manual/ja/sylpheed-5.html
3899         * doc/manual/ja/sylpheed-6.html
3900         * doc/manual/ja/sylpheed-7.html
3901         * doc/manual/ja/sylpheed-8.html
3902         * doc/manual/ja/sylpheed-9.html
3903         * doc/manual/ja/sylpheed.html
3904         * doc/manual/ja/sylpheed.sgml
3905         * po/de.po
3906         * src/Makefile.am
3907         * src/compose.c
3908         * src/procmime.c
3909         * src/pixmaps/regular.xpm **REMOVED**
3910         * src/plugins/pgpmime/pgpmime.c
3911         * src/plugins/pgpmime/plugin.c
3912         * src/plugins/pgpmime/prefs_gpg.c
3913                 sync with HEAD
3914
3915 2004-12-03 [paul]       0.9.12cvs180.1
3916
3917         * ChangeLog
3918         * ChangeLog.claws
3919         * ChangeLog.jp
3920         * configure.ac
3921         * src/Makefile.am
3922         * src/pop.c
3923         * src/common/utils.c
3924         * src/common/utils.h
3925         * src/pixmaps/continue.xpm
3926         * src/pixmaps/dir_close.xpm
3927         * src/pixmaps/dir_open.xpm
3928         * src/pixmaps/drafts_close.xpm
3929         * src/pixmaps/drafts_open.xpm
3930         * src/pixmaps/folder.xpm **REMOVED**
3931         * src/pixmaps/group.xpm
3932         * src/pixmaps/unread.xpm
3933                 sync with HEAD
3934
3935 2004-12-02 [colin]      0.9.12cvs179.1
3936
3937         * src/compose.c
3938                 Sync with HEAD (non-duplicated reedition)
3939
3940 2004-12-02 [colin]      0.9.12cvs178.1
3941
3942         * src/compose.c
3943                 Sync with HEAD (linewrap_quote fix)
3944
3945 2004-12-01 [colin]      0.9.12cvs177.3
3946
3947         * src/addrharvest.c
3948                 Replace sizeof with strlen
3949
3950 2004-12-01 [paul]       0.9.12cvs177.2
3951
3952         * src/addrharvest.c
3953                 fix 'harvest addresses'
3954
3955 2004-11-30 [colin]      0.9.12cvs177.1
3956
3957         * src/gtk/prefswindow.c
3958         * src/gtk/pluginwindow.c
3959                 Sync with HEAD
3960
3961 2004-11-29 [colin]      0.9.12cvs176.1
3962
3963         * src/folderview.c
3964                 sync with HEAD (Fix disappearing separators in folderview's popup)
3965
3966 2004-11-29 [colin]      0.9.12cvs175.1
3967
3968         * src/procmime.c
3969                 Sync with head (another format fix)
3970
3971 2004-11-29 [colin]      0.9.12cvs174.1
3972
3973         * src/pop.c
3974                 Sync with HEAD (format string fix)
3975
3976 2004-11-26 [colin]      0.9.12cvs173.1
3977
3978         * src/common/smtp.c
3979         * src/common/smtp.h
3980                 Sync with HEAD
3981
3982 2004-11-24 [colin]      0.9.12cvs172.1
3983
3984         * src/plugins/pgpmime/pgpmime.c
3985                 Sync with HEAD
3986
3987 2004-11-24 [colin]      0.9.12cvs171.1
3988
3989         * src/plugins/pgpmime/pgpmime.c
3990                 Sync with head (gpgmectx leaks)
3991
3992 2004-11-24 [colin]      0.9.12cvs169.1
3993
3994         * src/plugins/pgpmime/plugin.c
3995         * src/plugins/trayicon/Makefile.am
3996         * src/plugins/trayicon/newmarkedmail.xpm
3997         * src/plugins/trayicon/trayicon.c
3998         * src/plugins/trayicon/unreadmarkedmail.xpm
3999                 Sync with HEAD
4000
4001 2004-11-23 [colin]      0.9.12cvs168.1
4002
4003         * src/partial_download.c
4004         * src/partial_download.h
4005         * src/plugins/pgpmime/plugin.c
4006                 Sync with HEAD
4007
4008 2004-11-23 [colin]      0.9.12cvs166.1
4009
4010         * src/Makefile.am
4011         * src/codeconv.c
4012         * src/compose.c
4013         * src/folderview.c
4014         * src/main.c
4015         * src/partial_download.c
4016         * src/partial_download.h
4017         * src/prefs_account.c
4018         * src/prefs_account.h
4019         * src/privacy.c
4020         * src/privacy.h
4021         * src/procmime.c
4022         * src/common/Makefile.am
4023         * src/common/base64.h
4024         * src/common/partial_download.c
4025         * src/common/partial_download.h
4026         * src/gtk/prefswindow.c
4027         * src/gtk/prefswindow.h
4028         * src/plugins/pgpmime/pgpmime.c
4029         * src/plugins/pgpmime/prefs_gpg.c
4030         * src/plugins/pgpmime/prefs_gpg.h
4031         * src/plugins/pgpmime/sgpgme.c
4032         * src/plugins/pgpmime/sgpgme.h
4033                 Sync with HEAD
4034
4035 2004-11-23 [colin]      0.9.12cvs163.1
4036
4037         * src/main.c
4038                 Sync with HEAD (cursor optimization)
4039
4040 2004-11-23 [colin]      0.9.12cvs162.1
4041
4042         * src/prefs_common.c
4043         * src/prefs_themes.c
4044         * src/procmsg.c
4045                 Sync with HEAD
4046
4047 2004-11-23 [colin]      0.9.12cvs158.9
4048
4049         * src/compose.c
4050                 Fix double-free when forwarding
4051         * src/msgcache.c
4052                 Fix leak on error path
4053                 
4054
4055 2004-11-23 [colin]      0.9.12cvs158.8
4056
4057         * src/compose.c
4058                 Fix possible double-free
4059                 Spotted by Alfons
4060
4061 2004-11-23 [colin]      0.9.12cvs158.7
4062
4063         * src/compose.c
4064                 Fix some signal handlers' prototypes
4065                 Spotted by Alfons
4066
4067 2004-11-22 [colin]      0.9.12cvs158.6
4068
4069         * src/compose.c
4070                 Remove unneeded code and duplicated
4071                 wrapping - patch by Alfons
4072
4073 2004-11-22 [colin]      0.9.12cvs158.5
4074
4075         * src/prefs_themes.c
4076                 Fix oversized selector
4077
4078 2004-11-22 [colin]      0.9.12cvs158.4
4079
4080         * src/compose.c
4081                 fix dump_text()
4082                 patch by Alfons
4083
4084 2004-11-19 [colin]      0.9.12cvs158.3
4085
4086         * src/textview.c
4087                 Add a context menu on links (open, copy)
4088
4089 2004-11-18 [paul]       0.9.12cvs158.2
4090
4091         * src/addrgather.c
4092         * src/exphtmldlg.c
4093         * src/expldifdlg.c
4094         * src/mimeview.c
4095         * src/prefs_common.c
4096         * src/plugins/image_viewer/viewer.c
4097         * src/plugins/spamassassin/spamassassin_gtk.c
4098                 replace deprecated gtk_notebook_set_page
4099                 and gtk_notebook_current_page
4100
4101 2004-11-18 [paul]       0.9.12cvs158.1
4102
4103         * configure.ac
4104         * src/compose.c
4105         * src/mainwindow.c
4106         * src/messageview.c
4107         * src/prefs_common.c
4108         * src/common/utils.c
4109         * src/common/utils.h
4110                 sync with HEAD
4111
4112 2004-11-17 [colin]      0.9.12cvs156.1
4113
4114         * src/prefs_account.c
4115         * src/prefs_account.h
4116         * src/procmsg.c
4117                 Sync with HEAD (add pref to store encrypted mails encrypted)
4118
4119 2004-11-17 [paul]       0.9.12cvs155.1
4120
4121         * ChangeLog
4122         * ChangeLog.claws
4123         * ChangeLog.jp
4124         * NEWS
4125         * configure.ac
4126         * src/compose.c
4127         * src/jpilot.c
4128         * src/privacy.c
4129         * src/procmime.c
4130         * src/procmime.h
4131         * src/procmsg.c
4132         * src/toolbar.c
4133         * src/pixmaps/error.xpm
4134                 sync with HEAD
4135
4136 2004-11-17 [colin]      0.9.12cvs151.1
4137
4138         * src/plugins/pgpmime/pgpmime.c
4139                 Sync with HEAD (remove debug printf)
4140
4141 2004-11-17 [colin]      0.9.12cvs150.1
4142
4143         * src/plugins/pgpmime/pgpmime.c
4144                 Sync with HEAD (off-by-one fix)
4145
4146 2004-11-17 [colin]      0.9.12cvs149.1
4147
4148         * src/procmsg.c
4149                 Sync with HEAD (coding style fixes)
4150
4151 2004-11-16 [colin]      0.9.12cvs148.1
4152
4153         * src/procmsg.c
4154                 Sync with head (Fix the fix)
4155
4156 2004-11-16 [colin]      0.9.12cvs147.1
4157
4158         * src/procmsg.c
4159                 Sync with Main (leak fix)
4160
4161 2004-11-16 [colin]      0.9.12cvs146.14
4162
4163         * src/compose.c
4164                 Remove useless chunk of code
4165                 Patch by Alfons
4166
4167 2004-11-15 [colin]      0.9.12cvs146.13
4168
4169         * src/compose.c
4170                 Fix drafting after insertion
4171                 Patch by Alfons
4172
4173 2004-11-15 [colin]      0.9.12cvs146.12
4174
4175         * src/compose.c
4176         * src/prefs_filtering.c
4177         * src/prefs_filtering_action.c
4178         * src/prefs_toolbar.c
4179                 Fix some const-correctness
4180
4181 2004-11-15 [colin]      0.9.12cvs146.11
4182
4183         * src/summaryview.c
4184         * src/prefs_themes.c
4185         * src/messageview.c
4186                 Fix some leaks
4187
4188 2004-11-15 [colin]      0.9.12cvs146.10
4189
4190         * src/codeconv.c
4191                 More unreadable locale fixes
4192
4193 2004-11-14 [colin]      0.9.12cvs146.9
4194
4195         * src/textview.c
4196                 Fix uri_security_check
4197                 Patch by Alfons
4198
4199 2004-11-13 [paul]       0.9.12cvs146.8
4200
4201         * src/folder.c
4202         * src/procmime.c
4203                 fix 2 bugs introduced in last commit
4204
4205 2004-11-13 [paul]       0.9.12cvs146.7
4206
4207         * src/compose.c
4208         * src/exporthtml.c
4209         * src/exportldif.c
4210         * src/folder.c
4211         * src/imap.c
4212         * src/imap_gtk.c
4213         * src/main.c
4214         * src/mainwindow.c
4215         * src/messageview.c
4216         * src/mh_gtk.c
4217         * src/prefs_themes.c
4218         * src/procmime.c
4219         * src/setup.c
4220         * src/summaryview.c
4221                 replace deprecated g_basename
4222
4223 2004-11-13 [paul]       0.9.12cvs146.6
4224
4225         * src/compose.c
4226         * src/imap.c
4227         * src/matcher_parser.h
4228         * src/matcher_parser_parse.y
4229         * src/prefs_filtering.c
4230         * src/prefs_filtering_action.c
4231         * src/prefs_themes.c
4232         * src/prefs_toolbar.c
4233         * src/common/utils.c
4234                 various small fixes/cleanups
4235
4236 2004-11-12 [colin]      0.9.12cvs146.5
4237
4238         * src/textview.c
4239                 Validate event's origin on visibility notify
4240                 Patch by Alfons.
4241
4242 2004-11-12 [paul]       0.9.12cvs146.4
4243
4244         * src/exporthtml.c
4245         * src/exportldif.c
4246         * src/imap.c
4247         * src/mh.c
4248         * src/mimeview.c
4249         * src/prefs_spelling.c
4250         * src/prefs_themes.c
4251                 replace deprecated g_dirname    
4252
4253 2004-11-12 [colin]      0.9.12cvs146.3
4254
4255         * src/textview.c
4256                 Some coding style fixes
4257
4258 2004-11-12 [colin]      0.9.12cvs146.2
4259
4260         * src/codeconv.c
4261                 We want to replace _all_ extended chars in
4262                 conv_unreadable_*, because any string containing
4263                 extended chars not parsing as UTF8 is 
4264                 undisplayed on gtk2.
4265
4266 2004-11-12 [paul]       0.9.12cvs146.1
4267
4268         * ChangeLog
4269         * ChangeLog.claws
4270         * ChangeLog.jp
4271         * NEWS
4272         * configure.ac
4273         * src/account.c
4274         * src/folderview.c
4275         * src/folderview.h
4276         * src/imap.c
4277         * src/imap_gtk.c
4278         * src/inc.c
4279         * src/mainwindow.c
4280         * src/mh_gtk.c
4281         * src/news_gtk.c
4282         * src/pop.c
4283         * src/prefs_account.c
4284         * src/prefs_account.h
4285         * src/prefs_ext_prog.c
4286         * src/procmime.c
4287         * src/procmime.h
4288         * src/procmsg.c
4289         * src/procmsg.h
4290         * src/summary_search.c
4291         * src/summaryview.c
4292         * src/textview.c
4293         * src/common/defs.h
4294         * src/common/utils.c
4295         * src/common/utils.h
4296         * src/gtk/menu.c
4297         * src/gtk/menu.h
4298                 sync with HEAD
4299
4300 2004-11-11 [colin]      0.9.12cvs144.2
4301
4302         * src/textview.c
4303                 Fix URI range selection (patch by Alfons)
4304
4305 2004-11-09 [colin]      0.9.12cvs144.1
4306
4307         * ChangeLog.claws
4308         * src/compose.c
4309         * src/folder.c
4310         * src/folder_item_prefs.c
4311         * src/prefs_account.c
4312         * src/prefs_account.h
4313         * src/plugins/pgpmime/pgpmime.c
4314                 Sync with HEAD
4315
4316 2004-11-08 [colin]      0.9.12cvs143.1
4317
4318         * src/summaryview.c
4319                 Sync with HEAD (optimize quicksearch)
4320
4321 2004-11-08 [colin]      0.9.12cvs142.2
4322
4323         * src/compose.c
4324                 Don't wrap when Edit/Auto wrapping is disabled
4325
4326 2004-11-08 [colin]      0.9.12cvs142.1
4327
4328         * src/textview.c
4329                 Sync with HEAD
4330
4331 2004-11-08 [colin]      0.9.12cvs141.1
4332
4333         * src/textview.c
4334                 Sync with HEAD (fix some mail URIs)
4335
4336 2004-11-08 [colin]      0.9.12cvs140.3
4337
4338         * src/textview.c
4339                 o Use text cursor instead of arrow when
4340                   not on a link
4341                 o Fix handling of contiguous links (as in
4342                   "colin@colino.net" <colin@colino.net>)
4343                   This one unveils a bug in get_email_part()
4344
4345 2004-11-07 [colin]      0.9.12cvs140.2
4346
4347         * src/textview.c
4348                 Fix memleak. Patch by Alfons.
4349
4350 2004-11-06 [colin]      0.9.12cvs140.1
4351
4352         * src/compose.c
4353                 Sync with HEAD (don't ask passphrase
4354                 when drafting)
4355
4356 2004-11-06 [paul]       0.9.12cvs139.2
4357
4358         * AUTHORS
4359         * src/textview.c
4360         * src/textview.h
4361                 textview URI handling. hovering over a 
4362                 link displays it in the status bar,
4363                 and changes the mouse pointer to a hand 
4364                 cursor. a link is activated with a single 
4365                 click. (Modified from the) patch by Jean-Yves 
4366                 Lefort <jylefort@users.sourceforge.net>
4367                 
4368
4369 2004-11-05 [colin]      0.9.12cvs139.1
4370
4371         * src/compose.c
4372         * src/procmime.c
4373                 Sync with HEAD again ^^
4374
4375 2004-11-05 [colin]      0.9.12cvs139.1
4376
4377         * src/compose.c
4378         * src/procmime.c
4379                 Sync with HEAD
4380
4381 2004-11-03 [paul]       0.9.12cvs138.1
4382
4383         * ChangeLog.claws
4384         * configure.ac
4385         * po/POTFILES.in
4386         * src/prefs_ext_prog.c
4387         * src/procmime.c
4388         * tools/kdeservicemenu/README
4389         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4390         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4391                 sync with HEAD
4392
4393 2004-11-01 [christoph]  0.9.12cvs136.2
4394
4395         * src/procmime.c
4396                 convert MIME parameters to UTF-8
4397
4398 2004-10-29 [colin]      0.9.12cvs136.1
4399
4400         * src/common/utils.c
4401                 Sync with HEAD (don't use '=' in mime boundary)
4402
4403 2004-10-29 [paul]       0.9.12cvs135.1
4404
4405         * configure.ac
4406         * doc/src/rfc2231.txt
4407         * src/procmime.c
4408         * src/common/quoted-printable.c
4409         * src/common/utils.c
4410         * src/common/utils.h
4411                 sync with HEAD
4412
4413 2004-10-27 [paul]       0.9.12cvs134.1
4414
4415         * configure.ac
4416         * src/main.c
4417         * src/procmime.c
4418         * src/plugins/pgpmime/pgpmime.c
4419                 sync with HEAD
4420
4421 2004-10-26 [paul]       0.9.12cvs132.3
4422
4423         * src/account.c
4424         * src/addressbook.c
4425         * src/addrgather.c
4426         * src/addrharvest.c
4427         * src/codeconv.c
4428         * src/compose.c
4429         * src/customheader.c
4430         * src/editaddress.c
4431         * src/editgroup.c
4432         * src/enriched.c
4433         * src/expldifdlg.c
4434         * src/exporthtml.c
4435         * src/exportldif.c
4436         * src/folder.c
4437         * src/foldersel.c
4438         * src/folderview.c
4439         * src/grouplistdialog.c
4440         * src/html.c
4441         * src/imap.c
4442         * src/jpilot.c
4443         * src/ldapserver.c
4444         * src/ldif.c
4445         * src/mimeview.c
4446         * src/news.c
4447         * src/news_gtk.c
4448         * src/pop.c
4449         * src/prefs_display_header.c
4450         * src/prefs_gtk.c
4451         * src/prefs_msg_colors.c
4452         * src/prefs_toolbar.c
4453         * src/procheader.c
4454         * src/procmime.c
4455         * src/summaryview.c
4456         * src/textview.c
4457         * src/toolbar.c
4458         * src/vcard.c
4459         * src/common/mgutils.c
4460         * src/common/nntp.c
4461         * src/common/smtp.c
4462         * src/common/template.c
4463         * src/common/utils.c
4464         * src/common/xmlprops.c
4465         * src/plugins/pgpmime/pgpmime.c
4466         * src/plugins/pgpmime/select-keys.c
4467         * src/plugins/pgpmime/sgpgme.c
4468                 replace deprecated g_strcasecmp(), g_strncasecmp(),
4469                 g_string_sprintfa(), gtk_notebook_current_page()
4470
4471 2004-10-26 [colin]      0.9.12cvs132.2
4472
4473         * src/prefs_folder_item.c
4474                 Fix default-account selection
4475
4476 2004-10-21 [colin]      0.9.12cvs133
4477
4478         * src/compose.c
4479                 Sync with HEAD (Remove extra separator in compose's Options)
4480         * src/textview.c
4481                 Set wrapping to char
4482
4483 2004-10-21 [paul]       0.9.12cvs131.2
4484
4485         * src/compose.c
4486         * src/sourcewindow.c
4487                 fix wrapping
4488                 fix window shrinking 
4489
4490 2004-10-21 [colin]      0.9.12cvs131.1
4491
4492         * ChangeLog.claws
4493         * src/compose.c
4494                 Sync with HEAD
4495
4496 2004-10-21 [paul]       0.9.12cvs130.2
4497
4498         * src/prefs_folder_item.c
4499                 sync with HEAD (Apply to subfolders)
4500
4501 2004-10-19 [colin]      0.9.12cvs130.1
4502
4503         * ChangeLog.claws
4504         * src/compose.c
4505         * src/common/utils.c
4506         * src/gtk/menu.c
4507                 Sync with HEAD
4508
4509 2004-10-19 [colin]      0.9.12cvs128.1
4510
4511         * src/addrbook.c
4512         * src/addrcache.c
4513         * src/addressbook.c
4514         * src/codeconv.c
4515         * src/compose.c
4516         * src/customheader.c
4517         * src/editaddress.c
4518         * src/editgroup.c
4519         * src/exporthtml.c
4520         * src/folder.c
4521         * src/folderview.c
4522         * src/imap.c
4523         * src/jpilot.c
4524         * src/main.c
4525         * src/matcher_parser_parse.y
4526         * src/mbox.c
4527         * src/pop.c
4528         * src/prefs_account.c
4529         * src/prefs_gtk.c
4530         * src/prefs_msg_colors.c
4531         * src/procheader.c
4532         * src/procmime.c
4533         * src/procmime.h
4534         * src/procmsg.c
4535         * src/summaryview.c
4536         * src/textview.c
4537         * src/common/base64.c
4538         * src/common/partial_download.c
4539         * src/common/socket.c
4540         * src/common/sylpheed.c
4541         * src/common/utils.c
4542         * src/common/utils.h
4543         * src/gtk/pluginwindow.c
4544         * src/gtk/quicksearch.c
4545         * src/plugins/clamav/clamav_plugin.c
4546         * src/plugins/clamav/clamav_plugin.h
4547         * src/plugins/clamav/clamav_plugin_gtk.c
4548         * src/plugins/pgpmime/passphrase.c
4549         * src/plugins/pgpmime/pgpmime.c
4550         * src/plugins/pgpmime/plugin.c
4551         * src/plugins/pgpmime/prefs_gpg.c
4552         * src/plugins/pgpmime/prefs_gpg.h
4553         * src/plugins/pgpmime/select-keys.c
4554         * src/plugins/pgpmime/sgpgme.c
4555         * src/plugins/spamassassin/libspamc.c
4556         * src/plugins/spamassassin/spamassassin.c
4557         * src/plugins/spamassassin/spamassassin.h
4558         * src/plugins/spamassassin/spamassassin_gtk.c
4559         * src/plugins/trayicon/trayicon.c
4560         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4561                 Sync with HEAD
4562
4563 2004-10-14 [colin]      0.9.12cvs126.2
4564
4565         * src/codeconv.c
4566         * src/textview.c
4567                 Fix conv_unreadable_locale
4568
4569 2004-10-13 [colin]      0.9.12cvs126.1
4570
4571         * src/compose.c
4572                 Sync with HEAD (don't convert charset for 
4573                 drafted messages, minor cleanup)
4574
4575 2004-10-13 [colin]      0.9.12cvs125.1
4576
4577         * po/POTFILES.in
4578                 Sync with HEAD (POTFILES fix)
4579
4580 2004-10-12 [colin]      0.9.12cvs124.3
4581
4582         * src/compose.c
4583                 Fix encoding bug from latest sync
4584
4585 2004-10-12 [paul]       0.9.12cvs124.2
4586
4587         * src/plugins/pgpmime/prefs_gpg.c
4588         * src/plugins/pgpmime/prefs_gpg.h
4589                 forgotten in last commit        
4590
4591 2004-10-12 [paul]       0.9.12cvs124.1
4592
4593         * ChangeLog.claws
4594         * configure.ac
4595         * m4/spamassassin.m4
4596         * src/Makefile.am
4597         * src/account.c
4598         * src/compose.c
4599         * src/compose.h
4600         * src/crash.c
4601         * src/main.c
4602         * src/mimeview.c
4603         * src/passphrase.c
4604         * src/passphrase.h
4605         * src/prefs_account.c
4606         * src/prefs_account.h
4607         * src/prefs_common.c
4608         * src/privacy.c
4609         * src/privacy.h
4610         * src/procmime.c
4611         * src/procmime.h
4612         * src/procmsg.c
4613         * src/rfc2015.c
4614         * src/rfc2015.h
4615         * src/select-keys.c
4616         * src/select-keys.h
4617         * src/textview.c
4618         * src/common/utils.c
4619         * src/common/utils.h
4620         * src/gtk/about.c
4621         * src/plugins/pgpmime/Makefile.am
4622         * src/plugins/pgpmime/passphrase.c
4623         * src/plugins/pgpmime/passphrase.h
4624         * src/plugins/pgpmime/pgpmime.c
4625         * src/plugins/pgpmime/plugin.c
4626         * src/plugins/pgpmime/select-keys.c
4627         * src/plugins/pgpmime/select-keys.h
4628         * src/plugins/pgpmime/sgpgme.c
4629         * src/plugins/pgpmime/sgpgme.h
4630                 sync with HEAD
4631
4632 2004-10-04 [colin]      0.9.12cvs122.1
4633
4634         * src/mainwindow.c
4635         * src/messageview.c
4636         * src/messageview.h
4637         * src/textview.c
4638                 Sync with HEAD
4639
4640 2004-10-04 [colin]      0.9.12cvs121.1
4641
4642         * src/summaryview.c
4643                 Sync with HEAD
4644
4645 2004-10-04 [paul]       0.9.12cvs120.1
4646
4647         * configure.ac
4648                 sync with HEAD [don't try to build 
4649                 pgpmime plugin when gpgme is disabled]
4650
4651 2004-10-03 [colin]      0.9.12cvs119.3
4652
4653         * src/gtk/gtksctree.c
4654                 Lots of side effects. Put back as before 117.2.
4655         * src/summaryview.c
4656                 Fix bug #602
4657
4658 2004-10-03 [colin]      0.9.12cvs119.2
4659
4660         * src/gtk/gtksctree.c
4661                 Revert 608 fix that doesn't work that good
4662
4663 2004-10-02 [colin]      0.9.12cvs119.1
4664
4665         * src/mainwindow.c
4666         * src/messageview.c
4667         * src/prefs_common.h
4668         * src/procmime.c
4669         * src/procmime.h
4670         * src/textview.c
4671                 Sync with HEAD
4672         * src/gtk/gtksctree.c
4673                 Close bug #608
4674
4675 2004-10-01 [colin]      0.9.12cvs118.1
4676
4677         * src/mimeview.c
4678                 Sync with HEAD (better Save All fix)
4679
4680 2004-10-01 [colin]      0.9.12cvs117.2
4681
4682         * src/gtk/gtksctree.c
4683                 Faster on selection
4684
4685 2004-10-01 [colin]      0.9.12cvs117.1
4686
4687         * src/mimeview.c
4688                 Sync with HEAD (Save All: only attachments)
4689
4690 2004-10-01 [paul]       0.9.12cvs116.1
4691
4692         * ChangeLog.claws
4693         * configure.ac
4694         * src/account.c
4695         * src/prefs_common.c
4696         * src/gtk/colorlabel.c
4697                 sync with HEAD
4698
4699 2004-09-30 [colin]      0.9.12cvs115.1
4700
4701         * src/stock_pixmap.c
4702         * src/stock_pixmap.h
4703         * src/folderview.c
4704         * src/Makefile.am
4705         * src/pixmaps/read.xpm
4706                 Sync with HEAD (new pixmap)
4707
4708 2004-09-29 [colin]      0.9.12cvs114.1
4709
4710         * src/compose.c
4711                 Sync with HEAD
4712                 Fix focus handling in headers
4713
4714 2004-09-29 [paul]       0.9.12cvs113.1
4715
4716         * src/quote_fmt_parse.y
4717                 sync with HEAD
4718  
4719
4720 2004-09-28 [colin]      0.9.12cvs112.1
4721
4722         * src/folderview.c
4723         * src/mainwindow.c
4724                 Sync with HEAD
4725
4726 2004-09-28 [colin]      0.9.12cvs110.1
4727
4728         * src/folderview.c
4729                 Sync with HEAD (Contextual Empty trash menu)
4730
4731 2004-09-28 [colin]      0.9.12cvs108.1
4732
4733         * src/addressbook.c
4734                 Sync with HEAD (addressbook edit on double-click)
4735
4736 2004-09-28 [colin]      0.9.12cvs106.1
4737
4738         * src/inc.c
4739                 Sync with HEAD (folder_item freeze on inc)
4740
4741 2004-09-27 [colin]      0.9.12cvs105.1
4742
4743         * src/folderview.c
4744                 Sync with HEAD (right-align new and unread column)
4745
4746 2004-09-27 [colin]      0.9.12cvs104.1
4747
4748         * src/main.c
4749                 Sync with HEAD (revert 0.9.12cvs101)
4750
4751 2004-09-24 [colin]      0.9.12cvs103.2
4752
4753         * src/wizard.c
4754                 Fix gtk warnings and use domain part of the email address 
4755                 when domain detection fails (no dot in domain name)
4756
4757 2004-09-23 [colin]      0.9.12cvs103.1
4758
4759         * src/plugins/spamassassin/libspamc.c
4760         * src/plugins/spamassassin/libspamc.h
4761         * src/plugins/spamassassin/utils.c
4762         * src/plugins/spamassassin/utils.h
4763                 Sync with HEAD (Update spamassassin to 3.0)
4764
4765 2004-09-21 [colin]      0.9.12cvs102.3
4766
4767         * src/action.c
4768                 Add horizontal scrollbar in action io dialog as needed
4769                 Patch by Alfons.
4770
4771 2004-09-20 [colin]      0.9.12cvs102.2
4772
4773         * src/plugins/image_viewer/viewer.c
4774                 Remove imlib stuff
4775                 use gtk_pixmap_set when clearing
4776                 (would be better to use gtkImages, but causes size-allocate 
4777                 signals storm)
4778
4779 2004-09-17 [paul]       0.9.12cvs102.1
4780
4781         * ChangeLog
4782         * ChangeLog.claws
4783         * ChangeLog.jp
4784         * configure.ac
4785         * src/inc.c
4786                 sync with HEAD
4787
4788
4789 2004-09-17 [colin]      0.9.12cvs101.1
4790
4791         * ChangeLog.claws
4792         * src/main.c
4793                 Sync with HEAD (fix segs at exit)
4794
4795 2004-09-14 [colin]      0.9.12cvs99.5
4796
4797         * src/common/socket.c
4798         * AUTHORS
4799                 Fix send error on 64bit platforms
4800                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
4801
4802 2004-09-14 [colin]      0.9.12cvs99.4
4803
4804         * src/action.c
4805                 Fix action output with utf8 
4806                 Patch by Alfons.
4807
4808 2004-09-14 [colin]      0.9.12cvs99.3
4809
4810         * ChangeLog.claws
4811         * src/folder.c
4812                 Sync with HEAD
4813
4814 2004-09-09 [colin]      0.9.12cvs99.2
4815
4816         * src/action.c
4817                 Fix progress bar (displaying "Completed %v/%u")
4818                 Patch by Alfons.
4819
4820 2004-09-08 [colin]      0.9.12cvs99.1
4821
4822         * src/account.c
4823         * src/folder.c
4824         * src/procmsg.c
4825         * src/procmsg.h
4826         * src/plugins/pgpmime/pgpmime.c
4827                 Sync with HEAD
4828
4829 2004-09-08 [colin]      0.9.12cvs97.2
4830
4831         * src/summaryview.c
4832                 Don't select mails in collapsed threads 
4833                 when navigating with up/down
4834
4835 2004-09-07 [colin]      0.9.12cvs97.1
4836
4837         * src/inc.c
4838                 Sync with HEAD (meaningful error messages)
4839
4840 2004-09-06 [colin]      0.9.12cvs96.1
4841
4842         * src/toolbar.c
4843                 Sync with HEAD (fix Redirect graying out)
4844
4845 2004-09-06 [colin]      0.9.12cvs95.1
4846
4847         * src/summaryview.c
4848         * src/mimeview.c
4849                 Sync with HEAD (fix dropped URIs)
4850
4851 2004-09-06 [colin]      0.9.12cvs94.1
4852
4853         * src/addressbook.c
4854         * src/addressitem.h
4855         * src/addritem.c
4856         * src/addritem.h
4857                 Sync with HEAD (addressbook DnD)
4858
4859 2004-09-03 [colin]      0.9.12cvs93.1
4860
4861         * src/summaryview.c
4862                 Sync with HEAD (next/prev unread)
4863
4864 2004-09-03 [colin]      0.9.12cvs92.1
4865
4866         * src/prefs_common.c
4867         * src/prefs_common.h
4868         * src/summaryview.c
4869                 Sync with HEAD ('mark_as_read_delay' pref)
4870
4871 2004-09-02 [colin]      0.9.12cvs91.2
4872
4873         * src/common/xml.c
4874                 Fix leak
4875
4876 2004-09-02 [colin]      0.9.12cvs91.1
4877
4878         * src/gtk/menu.c
4879                 Sync with HEAD (menu accel don't work, but whatever)
4880
4881 2004-09-02 [colin]      0.9.12cvs90.1
4882
4883         * src/account.c
4884                 Sync with HEAD (fix bug 582)
4885
4886 2004-09-02 [colin]      0.9.12cvs89.1
4887
4888         * src/addrindex.c
4889                 Sync with HEAD (free deleted queries)
4890
4891 2004-09-02 [colin]      0.9.12cvs88.1
4892
4893         * src/ldapquery.c
4894                 Sync with HEAD (fix LDAP freezes)
4895
4896 2004-09-02 [colin]      0.9.12cvs87.1
4897
4898         * src/prefs_spelling.c
4899                 Sync with HEAD (add default dictionary)
4900
4901 2004-09-01 [colin]      0.9.12cvs86.1
4902
4903         * src/filtering.c
4904         * src/folderview.c
4905         * src/imap.c
4906         * src/prefs_matcher.c
4907         * src/stock_pixmap.c
4908         * src/summary_search.c
4909         * src/summaryview.c
4910         * src/wizard.c
4911         * src/wizard.h
4912                 Sync with HEAD (uninitialized vars fixes)
4913                 + gtk2 specific warning fixes
4914
4915 2004-08-31 [colin]      0.9.12cvs85.1
4916
4917         * src/folder.c
4918                 Sync with HEAD (Fix memory corruption due to 
4919                 uninitialized var)
4920
4921 2004-08-31 [colin]      0.9.12cvs84.4
4922
4923         * src/summary_search.c
4924                 Fix segfaults when searching in folders with broken headers
4925
4926 2004-08-31 [colin]      0.9.12cvs84.3
4927
4928         * src/compose.c
4929         * src/textview.c
4930                 Fix some more encoding/decoding issues
4931
4932 2004-08-30 [colin]      0.9.12cvs84.2
4933
4934         * src/mimeview.c
4935         * src/prefs_themes.c
4936         * src/gtk/filesel.c
4937         * src/gtk/filesel.h
4938                 Add a folder-mode selection (fixes mimeview's "Save all")
4939
4940 2004-08-29 [colin]      0.9.12cvs84.1
4941
4942         * src/mimeview.c
4943                 Sync with HEAD (don't escape saved filenames)
4944
4945 2004-08-27 [colin]      0.9.12cvs83.1
4946
4947         * ChangeLog
4948         * ChangeLog.claws
4949         * ChangeLog.jp
4950         * src/mh.c
4951         * src/procheader.c
4952         * src/procmsg.c
4953         * src/procmsg.h
4954         * src/common/utils.c
4955         * src/gtk/menu.h
4956         * po/
4957                 Sync with HEAD 0.9.12cvs83 (sync with main)
4958
4959 2004-08-26 [colin]      0.9.12cvs82.4
4960
4961         * src/codeconv.c
4962                 Fix strange stack corruption
4963                 Convert to utf8 after unmime, not before
4964
4965 2004-08-26 [colin]      0.9.12cvs82.3
4966
4967         * src/main.c
4968         * src/wizard.c
4969                 Fix account folders duplication
4970
4971 2004-08-25 [colin]      0.9.12cvs82.2
4972
4973         * src/wizard.c
4974                 Remove ports
4975                 Add SSL selection
4976                 Use login@server as account name
4977
4978 2004-08-25 [colin]      0.9.12cvs82.1
4979
4980         * src/plugins/pgpmime/pgpmime.c
4981                 Sync with HEAD (leak fix).
4982
4983 2004-08-25 [colin]      0.9.12cvs81.1
4984
4985         * src/plugins/pgpmime/pgpmime.c
4986         * src/plugins/pgpmime/sgpgme.c
4987         * src/plugins/pgpmime/sgpgme.h
4988                 Sync with HEAD (Handle combined messages).
4989
4990 2004-08-24 [colin]      0.9.12cvs80.3
4991
4992         * src/wizard.c
4993                 Fix full name, ports, and imap
4994
4995 2004-08-24 [colin]      0.9.12cvs80.2
4996
4997         * src/Makefile.am
4998         * src/main.c
4999         * src/setup.c
5000         * src/setup.h
5001         * src/stock_pixmap.c
5002         * src/stock_pixmap.h
5003         * src/wizard.c ** ADDED **
5004         * src/wizard.h ** ADDED ** 
5005         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
5006                 Add a setup wizard 
5007
5008 2004-08-24 [colin]      0.9.12cvs80.1
5009
5010         * src/folder.c
5011                 Sync with HEAD (set mimeflags on all messages)
5012
5013 2004-08-24 [colin]      0.9.12cvs79.3
5014
5015         * src/matcher_parser_lex.l
5016                 Fix 8bits strings not in utf8
5017
5018 2004-08-24 [colin]      0.9.12cvs79.2
5019
5020         * src/compose.c
5021                 Check conversion result before replacing buffer
5022
5023 2004-08-23 [colin]      0.9.12cvs79.1
5024
5025         * src/compose.c
5026                 Sync with HEAD (create message header in memory)
5027
5028 2004-08-23 [colin]      0.9.12cvs78.1
5029
5030         * src/rfc2015.c
5031         * src/rfc2015.h
5032                 Sync with HEAD (fix bug 197 again)
5033
5034 2004-08-23 [colin]      0.9.12cvs77.3
5035
5036         * src/compose.c
5037                 Fix again inline gpg signing (which outputs utf8
5038                 in gtk2). Not syncing this fix to HEAD as this 
5039                 code is meant to die.
5040
5041 2004-08-23 [colin]      0.9.12cvs77.2
5042
5043         * src/prefs_account.h
5044                 Remove useless include
5045
5046 2004-08-23 [colin]      0.9.12cvs77.1
5047
5048         * src/imap.c
5049         * po/es.po
5050         * po/fr.po
5051         * po/it.po
5052         * po/pl.po
5053         * po/pt_BR.po
5054         * po/sk.po
5055         * po/sr.po
5056                 Sync with HEAD (fix bug 577)
5057
5058 2004-08-22 [colin]      0.9.12cvs76.1
5059
5060         * src/plugins/trayicon/trayicon.c
5061                 Sync with HEAD (fix formatting bug)
5062
5063 2004-08-21 [colin]      0.9.12cvs74.2
5064
5065         * src/gtk/colorsel.c
5066                 Fix bug 564 (Folder color selection window exits on any
5067                 keypress)
5068
5069 2004-08-21 [colin]      0.9.12cvs74.1
5070
5071         * ChangeLog.claws
5072         * src/compose.c
5073         * src/summaryview.c
5074         * src/toolbar.c
5075                 Sync with HEAD (fix bug 576)
5076
5077 2004-08-21 [colin]      0.9.12cvs70.1
5078
5079         * src/compose.c
5080         * src/mainwindow.c
5081                 Sync with HEAD
5082                 
5083
5084 2004-08-21 [paul]       0.9.12cvs66.4
5085
5086         * src/mainwindow.c
5087         * src/messageview.c
5088         * src/gtk/menu.c
5089         * src/plugins/spamassassin/spamassassin_gtk.c
5090                 remove some deprecated gtk1 functions
5091
5092
5093 2004-08-21 [colin]      0.9.12cvs66.3
5094
5095         * src/compose.c
5096         * src/codeconv.c
5097                 Fix warnings
5098                 Remove encoding hacks
5099                 Fix bug 575 (Strange character messes up message)
5100                 Don't display conversion error when drafting
5101
5102 2004-08-21 [paul]       0.9.12cvs66.2
5103
5104         * src/prefs_account.c
5105                 fix GnuPG mode bugs
5106
5107
5108 2004-08-20 [colin]      0.9.12cvs66.1
5109
5110         * src/codeconv.c
5111                 Sync with HEAD 0.9.12cvs66
5112
5113 2004-08-20 [paul]
5114
5115         * src/plugins/pgpmime/plugin.c
5116                 modify PGP/MIME plugin's description
5117
5118 2004-08-17 [colin]      0.9.12cvs65.1
5119
5120         * src/common/ssl.c
5121         * src/plugins/pgpmime/plugin.c
5122                 Sync with HEAD
5123
5124 2004-08-14 [colin]      0.9.12cvs60.3
5125
5126         * src/plugins/trayicon/trayicon.c
5127                 Put back resize callback, on size-request signal
5128                 rather than size-allocate to avoid infinite 
5129                 callback loop
5130
5131 2004-08-13 [colin]      0.9.12cvs60.2
5132
5133         * src/common/defs.h
5134                 Cache versions have been fixed
5135
5136 2004-08-13 [colin]      0.9.12cvs60.1
5137
5138         * src/folderutils.c
5139                 Sync with HEAD
5140
5141 2004-08-12 [colin]      0.9.12cvs59.1
5142
5143         * src/plugins/trayicon/trayicon.c
5144                 Sync with HEAD
5145
5146 2004-08-12 [colin]      0.9.12cvs57.5
5147
5148         * sylpheed.desktop
5149         * configure.ac
5150         * src/Makefile.am
5151         * src/main.c
5152                 Add support for Freedesktop.org's startup notification
5153
5154 2004-08-11 [colin]      0.9.12cvs57.4
5155
5156         * src/textview.c
5157                 Fix off-by-one
5158
5159 2004-08-11 [colin]      0.9.12cvs57.3
5160
5161         * src/message_search.c
5162         * src/summary_search.c
5163                 Make searches case insensitive by default
5164         * src/textview.c
5165                 Fix case-insensitive search in message
5166
5167 2004-08-11 [colin]      0.9.12cvs57.2
5168
5169         * src/summary_search.c
5170                 Let case-sensitive be specified
5171
5172 2004-08-10 [colin]      0.9.12cvs55.4
5173
5174         * src/common/socket.c
5175                 Fix the possible race condition
5176
5177 2004-08-09 [paul]       0.9.12cvs55.3
5178
5179         * configure.ac
5180         * src/Makefile.am
5181         * src/common/Makefile.am
5182                 sync with HEAD
5183
5184
5185 2004-08-09 [paul]       0.9.12cvs55.2
5186
5187         * autogen.sh
5188         * po/poconv.sh
5189                 remove unneeded script
5190
5191         * configure.ac
5192                 add forgotten USE_LDAP_TLS (sync with HEAD)
5193
5194
5195 2004-08-09 [colin]      0.9.12cvs55.1
5196
5197         * src/main.c
5198         * src/common/ssl.c
5199         * src/common/sylpheed.c
5200         * src/common/sylpheed.h
5201                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
5202
5203 2004-08-09 [paul]       0.9.12cvs54.1
5204
5205         * ChangeLog
5206         * ChangeLog.claws
5207         * ChangeLog.jp
5208         * configure.ac
5209         * po/POTFILES.in
5210         * src/Makefile.am
5211         * src/folderutils.c
5212         * src/main.c
5213         * src/pgpmime.c
5214         * src/pgpmime.h
5215         * src/sgpgme.c
5216         * src/sgpgme.h
5217         * src/plugins/Makefile.am
5218         * src/plugins/pgpmime/.cvsignore
5219         * src/plugins/pgpmime/Makefile.am
5220         * src/plugins/pgpmime/pgpmime.c
5221         * src/plugins/pgpmime/pgpmime.h
5222         * src/plugins/pgpmime/plugin.c
5223         * src/plugins/pgpmime/sgpgme.c
5224         * src/plugins/pgpmime/sgpgme.h
5225                 sync with HEAD
5226
5227 2004-08-08 [paul]       0.9.12cvs51.1
5228
5229         * configure.ac
5230         * src/folder.c
5231                 sync with HEAD
5232
5233 2004-08-07 [colin]      0.9.12cvs50.1
5234
5235         * src/pop.c
5236         * src/common/partial_download.c
5237                 fix warnings (sync from HEAD)
5238
5239 2004-08-07 [colin]      0.9.12cvs48.1
5240
5241         * src/prefs_folder_item.c
5242                 sync with HEAD 0.9.12cvs48
5243
5244 2004-08-06 [colin]      0.9.12cvs47.1
5245
5246         * src/compose.c
5247                 Sync with HEAD
5248
5249 2004-08-06 [christoph]  0.9.12cvs46.2
5250
5251         * src/main.c
5252         * src/plugins/clamav/clamav_plugin_gtk.c
5253         * src/plugins/dillo_viewer/dillo_viewer.c
5254         * src/plugins/image_viewer/plugin.c
5255         * src/plugins/mathml_viewer/mathml_viewer.c
5256         * src/plugins/spamassassin/spamassassin_gtk.c
5257         * src/plugins/trayicon/trayicon.c
5258                 don't mix GTK1.2 plugin with GTK2 plugins
5259
5260 2004-08-06 [colin]      0.9.12cvs46.1
5261
5262         * ChangeLog
5263         * ChangeLog.claws
5264         * ChangeLog.jp
5265         * configure.ac
5266         * sylpheed-claws.pc.in
5267         * src/folder.c
5268         * src/imap.c
5269         * src/localfolder.c
5270         * src/messageview.c
5271         * src/mimeview.c
5272         * src/mimeview.h
5273         * src/msgcache.c
5274         * src/news.c
5275         * src/prefs_ext_prog.c
5276         * src/prefs_folder_item.c
5277         * src/prefs_fonts.c
5278         * src/prefs_msg_colors.c
5279         * src/prefs_spelling.c
5280         * src/prefs_themes.c
5281         * src/prefs_toolbar.c
5282         * src/prefs_wrapping.c
5283         * src/procmime.h
5284         * src/common/defs.h
5285         * src/common/nntp.c
5286         * src/common/session.c
5287         * src/common/session.h
5288         * src/common/socket.c
5289         * src/common/utils.h
5290         * src/common/xml.c
5291         * src/common/xml.h
5292         * src/gtk/prefswindow.c
5293         * src/gtk/prefswindow.h
5294         * src/plugins/clamav/clamav_plugin_gtk.c
5295         * src/plugins/dillo_viewer/dillo_prefs.c
5296         * src/plugins/image_viewer/viewerprefs.c
5297         * src/plugins/spamassassin/spamassassin_gtk.c
5298         * m4/openssl.m4 *** REMOVED ***
5299                 Sync with HEAD 0.9.12cvs46
5300
5301 2004-08-03 [paul]       0.9.12cvs40.2
5302
5303         * src/action.c
5304         * src/addressadd.c
5305         * src/addressbook.c
5306         * src/addrgather.c
5307         * src/browseldap.c
5308         * src/compose.c
5309         * src/crash.c
5310         * src/editaddress.c
5311         * src/editgroup.c
5312         * src/editldap_basedn.c
5313         * src/foldersel.c
5314         * src/importldif.c
5315         * src/mimeview.c
5316         * src/prefs_common.c
5317         * src/prefs_template.c
5318         * src/sourcewindow.c
5319         * src/summaryview.c
5320         * src/gtk/about.c
5321         * src/gtk/foldersort.c
5322         * src/gtk/logwindow.c
5323         * src/gtk/pluginwindow.c
5324         * src/gtk/prefswindow.c
5325                 change all gtk_scrolled_window_set_policy from 
5326                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
5327
5328 2004-08-02 [paul]       0.9.12cvs40.1
5329
5330         * AUTHORS
5331                 update translation team section
5332         * po/pt_BR.po
5333                 updated by Frederico Goncalves Guimaraes
5334                 <fggdebian@yahoo.com.br>
5335
5336 2004-07-31 [colin]      0.9.12cvs39.9
5337
5338         * src/exphtmldlg.c
5339                 Fix compilation
5340
5341 2004-07-31 [colin]      0.9.12cvs39.8
5342
5343         * src/exphtmldlg.c
5344                 Fix an alertpanel type
5345
5346 2004-07-30 [colin]      0.9.12cvs39.7
5347
5348         * src/alertpanel.c
5349                 Fix alertpanel_error_log's icon
5350
5351 2004-07-30 [colin]      0.9.12cvs39.6
5352
5353         * src/pop.c
5354                 Two of them should still be warnings
5355
5356 2004-07-30 [colin]      0.9.12cvs39.5
5357
5358         * src/pop.c
5359                 More warning -> error
5360 2004-07-29 [colin]      0.9.12cvs39.4
5361
5362         * src/pop.c
5363                 Warning -> error
5364
5365 2004-07-29 [colin]      0.9.12cvs39.3
5366
5367         * src/prefs_matcher.c
5368                 Fix segfault
5369
5370 2004-07-29 [colin]      0.9.12cvs39.2
5371
5372         * src/alertpanel.c
5373                 More nice-looking alertpanels
5374
5375 2004-07-29 [colin]      0.9.12cvs39.1
5376
5377         * src/messageview.c
5378                 sync with head
5379                 (inform user when partial mail is deleted on server)
5380
5381 2004-07-29 [colin]      0.9.12cvs38.1
5382
5383         * src/messageview.c
5384                 sync with head
5385
5386 2004-07-28 [paul]       0.9.12cvs37.7
5387
5388         * src/mainwindow.c
5389                 complete the replacement of deprecated gtk_progress_*
5390
5391 2004-07-28 [paul]       0.9.12cvs37.6
5392
5393         * src/action.c
5394         * src/inc.c
5395         * src/mainwindow.c
5396         * src/send_message.c
5397         * src/gtk/progressdialog.c
5398         * src/gtk/progressdialog.h
5399                 replace deprecated gtk_progress_*
5400
5401 2004-07-28 [paul]       0.9.12cvs37.5
5402
5403         * src/gtk/filesel.c
5404                 remove gtk_window_set_wmclass()
5405 2004-07-28 [paul]       0.9.12cvs37.4
5406
5407         * src/addressbook.c
5408         * src/compose.c
5409         * src/foldersel.c
5410         * src/mainwindow.c
5411         * src/messageview.c
5412         * src/sourcewindow.c
5413         * src/gtk/logwindow.c
5414                 remove gtk_window_set_wmclass()
5415                 
5416         * src/prefs_filtering.c
5417         * src/prefs_filtering_action.c
5418         * src/prefs_fonts.c
5419         * src/prefs_gtk.c
5420         * src/prefs_matcher.c
5421         * src/ssl_manager.c
5422         * src/gtk/prefswindow.c
5423                 replace gtk_window_position()
5424
5425 2004-07-28 [colin]      0.9.12cvs37.3
5426
5427         * src/alertpanel.c
5428         * src/alertpanel.h
5429                 Add a way to specify panel type for specific
5430                 panels (alertpanel())
5431         * src/account.c
5432         * src/addressbook.c
5433         * src/compose.c
5434         * src/expldifdlg.c
5435         * src/main.c
5436         * src/messageview.c
5437         * src/summaryview.c
5438         * src/textview.c
5439         * src/gtk/sslcertwindow.c
5440                 Fix alertpanel()s so that their icon match
5441                 their real type
5442
5443 2004-07-28 [paul]       0.9.12cvs37.2
5444
5445         * src/addr_compl.c
5446         * src/addressbook.c
5447         * src/alertpanel.c
5448         * src/compose.c
5449         * src/export.c
5450         * src/foldersel.c
5451         * src/folderview.c
5452         * src/grouplistdialog.c
5453         * src/import.c
5454         * src/mainwindow.c
5455         * src/message_search.c
5456         * src/messageview.c
5457         * src/passphrase.c
5458         * src/prefs_actions.c
5459         * src/prefs_common.c
5460         * src/prefs_customheader.c
5461         * src/prefs_display_header.c
5462         * src/prefs_filtering.c
5463         * src/prefs_filtering_action.c
5464         * src/prefs_gtk.c
5465         * src/prefs_matcher.c
5466         * src/prefs_msg_colors.c
5467         * src/prefs_summary_column.c
5468         * src/prefs_template.c
5469         * src/sourcewindow.c
5470         * src/ssl_manager.c
5471         * src/summary_search.c
5472         * src/gtk/colorsel.c
5473         * src/gtk/description_window.c
5474         * src/gtk/gtkaspell.c
5475         * src/gtk/inputdialog.c
5476         * src/gtk/logwindow.c
5477         * src/gtk/prefswindow.c
5478         * src/gtk/progressdialog.c
5479                 replace deprecated gtk_window_set_policy
5480
5481 2004-07-27 [colin]      0.9.12cvs37.1
5482
5483         * src/msgcache.c
5484                 More fixes (synced for head again)
5485
5486 2004-07-27 [colin]      0.9.12cvs35.3
5487
5488         * src/msgcache.c
5489                 Fix wrong test
5490
5491 2004-07-27 [colin]      0.9.12cvs35.2
5492
5493         * src/mimeview.c
5494                 Fix width a bit (by Paul)
5495         * src/alertpanel.c
5496         * src/alertpanel.h
5497                 Specialize icons, make alertpanel_message()
5498                 private
5499         * src/message_search.c
5500         * src/sgpgme.c
5501         * src/summary_search.c
5502                 Suit alertpanel changes
5503
5504 2004-07-27 [colin]      0.9.12cvs35.1
5505
5506         * src/alertpanel.c
5507                 Add an icon
5508         * src/passphrase.c
5509                 Add debug output - maybe someone will
5510                 want to look at the problem with Grab
5511                 Input :)
5512         Bump version as we're synced with HEAD
5513
5514 2004-07-26 [colin]      0.9.12cvs33.26
5515
5516         * src/pop.c
5517                 Fix uidl-file parsing when not in new
5518                 format
5519
5520 2004-07-26 [colin]      0.9.12cvs33.25
5521
5522         * src/gtk/menu.c
5523                 Move popup menu up if necessary (fixes 
5524                 account selector)
5525         * src/mainwindow.c
5526                 Set account selector's button height to
5527                 minimum
5528
5529 2004-07-26 [colin]      0.9.12cvs33.24
5530
5531         * src/alertpanel.c
5532                 Maybe fix 551 (Truncated font in alert window)
5533
5534 2004-07-26 [colin]      0.9.12cvs33.23
5535
5536         * po/de.po
5537         * po/es.po
5538         * po/fr.po
5539         * po/it.po
5540         * po/ja.po
5541         * po/pl.po
5542         * po/ru.po
5543         * po/sk.po
5544         * po/sr.po
5545         * po/zh_CN.po
5546                 Sync po files with HEAD
5547
5548 2004-07-26 [paul]       0.9.12cvs33.22
5549
5550         * src/compose.c
5551                 fix Bug 556 'Organisation-header is sent even if empty'
5552
5553 2004-07-24 [colin]      0.9.12cvs33.21
5554
5555         * src/compose.c
5556         * src/gtk/gtkaspell.c
5557         * src/gtk/gtkaspell.h
5558                 Fix speller accelerators (require hack)
5559
5560 2004-07-24 [colin]      0.9.12cvs33.20
5561
5562         * src/gtk/gtkaspell.c
5563                 Fix over-eager code deletion breaking
5564                 Check while typing
5565
5566 2004-07-24 [colin]      0.9.12cvs33.19
5567
5568         * src/browseldap.c
5569         * src/ldapctrl.c
5570         * src/ldapctrl.h
5571         * src/ldapserver.h
5572                 Sync ldap with HEAD
5573         (Fixes 546 LDAP completely broken)
5574
5575 2004-07-24 [colin]      0.9.12cvs33.18
5576
5577         * src/prefs_msg_colors.c
5578                 Fix prototype mismatch
5579         (Fixes 547 void function cannot return value)
5580
5581 2004-07-24 [colin]      0.9.12cvs33.17
5582
5583         * src/mainwindow.c
5584                 Fix sort going back to previous sort key
5585                 when changing sort direction
5586
5587 2004-07-24 [colin]      0.9.12cvs33.16
5588
5589         * src/compose.c
5590                 Fix space insertion when re-wrapping at 
5591                 cursor point
5592
5593 2004-07-24 [colin]      0.9.12cvs33.15
5594
5595         * src/gtk/gtkaspell.c
5596                 Don't change cursor position in insert-text
5597                 callback
5598         (Fixes 539 Word wrapping on input transposes letters)
5599
5600 2004-07-24 [colin]      0.9.12cvs33.14
5601
5602         * src/gtk/gtkaspell.c
5603                 Reencode non-ascii chars to dictionary's
5604                 encoding
5605         (Fixes 544 Spell check broken non english locale)
5606
5607 2004-07-24 [colin]      0.9.12cvs33.13
5608
5609         * src/summaryview.c
5610                 Fix Shift+Down, add Home/End/PgUp/PgDown
5611
5612 2004-07-21 [colin]      0.9.12cvs33.12
5613
5614         * src/prefs_common.c
5615                 Fix a gtk warning (Patch by Andrej Kacian)
5616
5617 2004-07-21 [colin]      0.9.12cvs33.11
5618
5619         * src/gtk/filesel.c
5620                 More check
5621
5622 2004-07-21 [colin]      0.9.12cvs33.10
5623
5624         * src/compose.c
5625         * src/crash.c
5626         * src/export.c
5627         * src/import.c
5628         * src/messageview.c
5629         * src/mimeview.c
5630         * src/prefs_spelling.c
5631         * src/prefs_themes.c
5632         * src/summaryview.c
5633         * src/gtk/filesel.c
5634         * src/gtk/filesel.h
5635         * src/gtk/pluginwindow.c
5636                 Untwist open/save mode guessing logic, make
5637                 it explicit
5638
5639 2004-07-20 [colin]      0.9.12cvs33.9
5640
5641         * src/codeconv.c
5642                 conv_encode_header: src_charset is UTF-8 on
5643                 gtk2
5644         * src/compose.c
5645                 Remove double encoding of the headers
5646
5647 2004-07-20 [colin]      0.9.12cvs33.8
5648
5649         * src/codeconv.c
5650                 Fix typo
5651
5652 2004-07-20 [colin]      0.9.12cvs33.7
5653
5654         * src/mainwindow.c
5655                 Set the separated messageview to the saved
5656                 size of Claws' messageview (Patch by Alfons)
5657                 Fix a callback prototype (me)
5658
5659 2004-07-20 [colin]      0.9.12cvs33.6
5660
5661         * src/codeconv.h
5662                 Forgot one hunk in 0.9.12cvs33.4
5663
5664 2004-07-19 [colin]      0.9.12cvs33.5
5665
5666         * src/action.c
5667                 Action output fix
5668                 Patch by Alfons
5669
5670 2004-07-19 [colin]      0.9.12cvs33.4
5671
5672         * src/compose.c
5673                 Fix outgoing charset bug in headers
5674         * src/codeconv.c
5675                 Clean for glib2 - Patch by Alfons
5676
5677 2004-07-19 [colin]      0.9.12cvs33.3
5678
5679         * src/statusbar.c
5680                 Remove grip from the statusbar
5681                 Patch by Alfons
5682
5683 2004-07-19 [colin]      0.9.12cvs33.2
5684
5685         * src/messageview.c
5686         * src/textview.c
5687                 Fix messageview remembering the previous
5688                 scroll position when loading a new message
5689                 Patch by Alfons
5690
5691 2004-07-19 [colin]      0.9.12cvs33.1
5692
5693         * src/folder.h
5694         * src/folderview.c
5695         * src/summaryview.c
5696                 Sync with HEAD
5697
5698 2004-07-18 [colin]      0.9.12cvs32.7
5699
5700         * configure.ac
5701                 Remove useless check for XIM - noticed
5702                 by Alfons
5703
5704 2004-07-18 [colin]      0.9.12cvs32.6
5705
5706         * src/summaryview.c
5707                 Remove non-modified and shift-modified
5708                 accelerators in summaryview's popup
5709                 menu, as that doesn't get catched by
5710                 the accel-activate signal catcher...
5711
5712 2004-07-18 [colin]      0.9.12cvs32.5
5713
5714         * src/prefs_common.c
5715                 Define sensible default prefs for 
5716                 wrapping
5717
5718 2004-07-18 [colin]      0.9.12cvs32.4
5719
5720         * src/compose.c
5721         * src/prefs_common.c
5722         * src/prefs_common.h
5723         * src/prefs_wrapping.c
5724                 Remove Smart Wrapping pref, which does
5725                 nothing on gtk2 branch
5726
5727 2004-07-18 [colin]      0.9.12cvs32.3
5728
5729         * src/sourcewindow.c
5730                 Proper utf8
5731
5732 2004-07-18 [colin]      0.9.12cvs32.2
5733
5734         * src/compose.c
5735                 Save attachment status when drafting
5736
5737 2004-07-18 [colin]      0.9.12cvs32.1
5738
5739         * src/gtk/filesel.c
5740                 Fix erratic folder selection in open mode
5741
5742 2004-07-18 [colin]      0.9.12cvs31.11
5743
5744         * src/pop.c
5745                 Don't let partial messages get deleted
5746                 even with "dowload all"
5747                 (0.9.12cvs31.8 fix extension)
5748 2004-07-18 [colin]      0.9.12cvs31.10
5749
5750         * src/gtk/logwindow.c
5751                 Fix log scrolling
5752
5753 2004-07-18 [colin]      0.9.12cvs31.9
5754
5755         * src/common/utils.c
5756                 Fix non-utf8 strings coming from commands
5757                 and files
5758
5759 2004-07-18 [colin]      0.9.12cvs31.8
5760
5761         * src/pop.c
5762                 Fix partial download bug with Download all
5763                 messages option
5764
5765 2004-07-18 [colin]      0.9.12cvs31.7
5766
5767         * src/textview.c
5768                 Fix bug introduced in 0.9.12cvs31.2
5769                 (blocked in select mode after double click)
5770
5771 2004-07-18 [colin]      0.9.12cvs31.6
5772
5773         * src/compose.c
5774         * src/gtk/menu.c
5775                 More glib-warning fixes
5776
5777 2004-07-18 [colin]      0.9.12cvs31.5
5778
5779         * src/compose.c
5780                 Fix trashing the primary clipboard when moving 
5781                 around with tab
5782         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
5783
5784 2004-07-18 [colin]      0.9.12cvs31.4
5785
5786         * src/codeconv.c
5787                 convert unencoded iso headers to utf8
5788         (Fix Bug 538 Unencoded local characters in subject make it 
5789          disappear)
5790
5791 2004-07-18 [colin]      0.9.12cvs31.3
5792
5793         * src/compose.c
5794                 Fix tab char handling in wrapping
5795         (Fix Bug 537 Line wrap problem - TAB character treated as 
5796          one character instead of 8)
5797
5798 2004-07-18 [colin]      0.9.12cvs31.2
5799
5800         * src/textview.c
5801                 return FALSE on GDK_MOTION_NOTIFY
5802         (Fix Bug 535 Hyperlinks/addresses are not selectable 
5803          (unable to highlight))
5804
5805 2004-07-18 [colin]      0.9.12cvs31.1
5806
5807         * src/folderview.c
5808                 Sync with 0.9.12cvs31
5809
5810 2004-07-18 [colin]      0.9.12cvs30.4
5811
5812         * src/compose.c
5813                 Also block text_inserted when inserting a file
5814
5815 2004-07-18 [colin]      0.9.12cvs30.3
5816
5817         * src/compose.c
5818                 Fix smart wrapping (block text_inserted handler
5819                 while putting quotation to avoid wrap on input,
5820                 don't join lines if next is sig separator)
5821
5822 2004-07-17 [colin]      0.9.12cvs30.2
5823
5824         * src/folderview.c
5825         * src/mainwindow.c
5826         * src/mimeview.c
5827         * src/summaryview.c
5828         * src/gtk/quicksearch.c
5829         * src/gtk/quicksearch.h
5830                 Block key events handlers *and* accels while
5831                 quicksearch is focused
5832         (Fixes Bug 534 quick-search bar not accepting certain letters)
5833
5834 2004-07-17 [colin]      0.9.12cvs30.1
5835
5836         * src/folder.h
5837         * src/folderview.c
5838         * src/summaryview.c
5839                 Sync with 0.9.12cvs30
5840
5841 2004-07-17 [colin]      0.9.12cvs28.2
5842
5843         * src/mimeview.c
5844         * src/procmime.c
5845         * src/summaryview.c
5846         * src/gtk/menu.c
5847                 Squash some compile and glib warnings
5848
5849 2004-07-17 [paul]       0.9.12cvs28.1
5850
5851         * src/mimeview.c
5852                 sync with 0.9.12cvs28 HEAD
5853
5854 2004-07-16 [paul]       0.9.12cvs26.1
5855         
5856         * src/gtk/quicksearch.c
5857         * src/account.c
5858         * src/account.h
5859         * src/compose.c
5860         * src/customheader.c
5861         * src/folder_item_prefs.c
5862         * src/main.c
5863         * src/mainwindow.c
5864         * src/messageview.c
5865         * src/mimeview.c
5866         * src/news.c
5867         * src/pgpmime.c
5868         * src/pop.c
5869         * src/pop.h
5870         * src/prefs_account.c
5871         * src/prefs_account.h
5872         * src/prefs_common.c
5873         * src/prefs_common.h
5874         * src/prefs_display_header.c
5875         * src/prefs_gtk.c
5876         * src/prefs_gtk.h
5877         * src/procheader.c
5878         * src/procmime.c
5879                 sync with 0.9.12cvs26 HEAD      
5880
5881 2004-07-15 [colin]      0.9.12cvs18.14
5882
5883         * src/folder.c
5884                 Disable GPG signature check during
5885                 folder move and scan
5886         (Closes Bug 521 Signature checking slows down Folder-Move)
5887
5888 2004-07-14 [colin]      0.9.12cvs18.13
5889
5890         * src/common/partial_download.c
5891                 update includes
5892
5893 2004-07-14 [colin]      0.9.12cvs18.12
5894
5895         * src/common/partial_download.c
5896         * src/common/partial_download.h
5897                 Move doc at top, add correct copyright
5898
5899 2004-07-14 [colin]      0.9.12cvs18.11
5900
5901         * src/folder.c
5902         * src/messageview.c
5903         * src/pop.c
5904         * src/pop.h
5905         * src/procmsg.c
5906         * src/summaryview.c
5907         * src/common/Makefile.am
5908         * src/common/partial_download.c ** NEW FILES **
5909         * src/common/partial_download.h ** NEW FILES **
5910                 Move partial-download related stuff to its
5911                 own file
5912
5913 2004-07-14 [colin]      0.9.12cvs18.10
5914
5915         * src/send_message.c
5916                 Fix smtp auth when user is null or empty
5917
5918 2004-07-13 [colin]      0.9.12cvs18.9
5919
5920         * src/gtk/quicksearch.c
5921                 Use alphabetic order
5922
5923 2004-07-13 [colin]      0.9.12cvs18.8
5924
5925         * src/pop.c
5926                 Be paranoid on the checks
5927
5928 2004-07-13 [colin]      0.9.12cvs18.7
5929
5930         * src/gtk/quicksearch.c
5931                 Fix Engrish once again
5932
5933 2004-07-13 [colin]      0.9.12cvs18.6
5934
5935         * src/procmsg.c
5936         * src/summaryview.c
5937                 Mark messages for deletion when they are about to
5938                 be removed from trash
5939
5940 2004-07-13 [colin]      0.9.12cvs18.5
5941
5942         * src/matcher.c
5943         * src/matcher.h
5944         * src/matcher_parser_parse.y
5945         * src/prefs_matcher.c
5946         * src/gtk/quicksearch.c
5947                 Add 'partial' ('p') match string to find partially
5948                 downloaded messages
5949
5950 2004-07-13 [colin]      0.9.12cvs18.4
5951
5952         * src/pop.c
5953                 Fix misplaced block
5954
5955 2004-07-13 [colin]      0.9.12cvs18.3
5956
5957         * src/pop.c
5958         * src/pop.h
5959         * src/messageview.c
5960                 Refactor API (to avoid passing 5+ params and code
5961                 duplication)
5962         * src/folder.c
5963         * src/msgcache.c
5964         * src/procheader.c
5965         * src/common/defs.h
5966                 Add planned_download to cache
5967                 Don't mess uidl file when moving partially downloaded
5968                 mails (they change folder, we should change it in the
5969                 uidl list too or we'll remove an incorrect message)
5970                 (this also helps removing hacks when changing 
5971                 planned_download in messageview.c)
5972
5973 2004-07-12 [colin]      0.9.12cvs18.2
5974
5975         * src/gtk/quicksearch.c
5976                 Fix missing status update in quicksearch
5977
5978 2004-07-12 [paul]       0.9.12cvs18.1
5979
5980         * po/POTFILES.in
5981         * src/Makefile.am
5982         * src/account.c
5983         * src/codeconv.c
5984         * src/compose.c
5985         * src/inc.c
5986         * src/main.c
5987         * src/prefs_common.c
5988         * src/procmsg.h
5989         * src/toolbar.c
5990         * src/prefs_msg_colors.[ch]     ** NEW FILES **
5991         * src/prefs_wrapping.[ch]       ** NEW FILES **
5992         * src/common/intl.h
5993         * src/common/utils.[ch]
5994         * src/gtk/quicksearch.[ch]
5995                 sync with 0.9.12cvs18 HEAD
5996
5997 2004-07-12 [colin]      0.9.11cvs17.25
5998
5999         * src/folder.c
6000         * src/folder.h
6001                 Remove unused function added by me in 0.9.11cvs17.10
6002
6003 2004-07-11 [colin]      0.9.11cvs17.24
6004
6005         * src/inc.c
6006         * src/messageview.c
6007         * src/pop.c
6008         * src/pop.h
6009                 Use folderitem and msgnum instead of filename to
6010                 know which mail to delete
6011                 Move old partial mail deletion to pop.c
6012
6013 2004-07-10 [colin]      0.9.11cvs17.23
6014
6015         * src/inc.c
6016                 Add debug
6017         * src/pop.c
6018         * src/pop.h
6019                 Don't re-use same enums for unrelated stuff: it's 
6020                 completely misleading !
6021                 Document a bit
6022
6023 2004-07-09 [colin]      0.9.11cvs17.22
6024
6025         * src/inc.c
6026                 Remove folder-type check and do
6027                 more tests to be sure everything's
6028                 ok
6029         * src/messageview.c
6030                 Punctuation update, remove useless
6031                 code, fix two warnings
6032         * src/noticeview.c
6033                 Layout cleaning, reset 2nd button
6034                 when specifying one
6035
6036 2004-07-09 [colin]      0.9.11cvs17.21
6037
6038         * src/messageview.c
6039         * src/pop.c
6040         * src/pop.h
6041                 Allow user to change his mind
6042                 and postpone decision (by
6043                 unmarking the mail)
6044
6045 2004-07-09 [colin]      0.9.11cvs17.20
6046
6047         * src/messageview.c
6048                 Fix bug with delete state
6049         * src/pop.c
6050         * src/pop.h
6051                 Fix buffer leak (fread doesn't 
6052                 terminate buffers with \0)
6053                 Refactoring (remove magic 
6054                 numbers)
6055
6056 2004-07-09 [colin]      0.9.11cvs17.19
6057
6058         * src/pop.c
6059                 Don't log "Skipping message" if 
6060                 we're going to TOP it two lines
6061                 later
6062
6063 2004-07-09 [colin]      0.9.11cvs17.18
6064
6065         * src/messageview.c
6066                 Fix Engrish
6067
6068 2004-07-09 [colin]      0.9.11cvs17.17
6069
6070         * src/pop.c
6071                 strlen checking...
6072         * src/messageview.c
6073                 refactoring a bit
6074
6075 2004-07-08 [colin]      0.9.11cvs17.16
6076
6077         * src/noticeview.c
6078         * src/noticeview.h
6079                 Add an optional second button
6080         * src/messageview.c
6081         * src/pop.c
6082         * src/pop.h
6083                 Don't delete partially received mails after a certain
6084                 time; rather, let the user decide.
6085
6086 2004-07-08 [colin]      0.9.11cvs17.15
6087
6088         * src/common/smtp.h
6089                 Sync with HEAD
6090
6091 2004-07-08 [colin]      0.9.11cvs17.14
6092
6093         * src/messageview.c
6094         * src/common/smtp.c
6095                 Use to_human_readable() for sizes
6096
6097 2004-07-08 [colin]      0.9.11cvs17.13
6098
6099         * src/inc.c
6100         * src/messageview.c
6101         * src/pop.c
6102         * src/pop.h
6103         * src/procmsg.c
6104                 Fix partial-downloading issues:
6105                         catch unsupported TOP
6106                         don't delete partially downloaded mails before 5 days
6107                         don't update existing with non-MH folders; that'll
6108                         make dups, but it's better than trashing the folder
6109                         free new msginfo parts
6110                 Fix indentation ;-)
6111
6112 2004-07-08 [colin]      0.9.11cvs17.12
6113
6114         * src/common/smtp.c
6115         * src/common/smtp.h
6116                 Sync smtp size verification with HEAD
6117
6118 2004-07-08 [colin]      0.9.11cvs17.11
6119
6120         * src/summaryview.c
6121         * src/prefs_common.c
6122         * src/prefs_common.h
6123         * src/gtk/quicksearch.c
6124         * src/gtk/quicksearch.h
6125                 Sync sticky pref with HEAD
6126
6127 2004-07-08 [colin]      0.9.11cvs17.10
6128
6129         * src/folder.c [1.213.2.6]
6130         * src/folder.h [1.87.2.6]
6131         * src/inc.c [1.149.2.7]
6132         * src/messageview.c [1.94.2.8]
6133         * src/procheader.c [1.47.2.6]
6134         * src/procmsg.c [1.150.2.4]
6135         * src/procmsg.h [1.60.2.5]
6136         * src/pop.c [1.56.2.4]
6137         * src/pop.h [1.17.2.3]
6138                 Let too big messages get downloaded, but truncated
6139                 Add a button to download them completely
6140                 
6141 2004-07-06 [colin]      0.9.11cvs17.9
6142
6143         * src/gtk/quicksearch.c [1.1.2.3]
6144                 Add a Clear button
6145         * commitHelper
6146         * PATCHSETS
6147                 Add a script to help with cvs
6148
6149 2004-07-03 [colin]      0.9.11cvs17.8
6150
6151         * src/plugins/imageviewer/viewer.c
6152                 fix imageviewer (which was staying on the first
6153                 displayed image)
6154
6155 2004-07-03 [colin]      0.9.11cvs17.7
6156
6157         Removed FIXME_GTK2 warnings
6158         * src/gtk/gtkutils.c
6159                 useless #warnings
6160         * src/gtk/menu.c
6161                 useless #warnings (no need to mess with menu rc)
6162         * src/gtk/menu.h
6163                 unused functions
6164         
6165
6166 2004-07-03 [colin]      0.9.11cvs17.6
6167
6168         Removed FIXME_GTK2 warnings
6169         * src/codeconv.c
6170                 useless #warnings (rewrite needed)
6171         * src/compose.c
6172                 useless #warnings (rewrite needed)
6173                 useless #warnings (gtk2 is like that)
6174                 useless #warnings (previously fixed)
6175         * src/main.c
6176                 useless #warnings (previously fixed)
6177         * src/message_search.c
6178                 useless #warnings (gtk2 is like that)
6179                 Made apparent that search is case-sensitive
6180         * src/mimeview.c
6181                 useless #warnings (rewrite needed)
6182                 useless #warnings (gtk2 is like that)
6183                 reimplemented real warnings
6184         * src/prefs_common.c
6185                 Removed block cursor option (not it gtk2)
6186         * src/prefs_gtk.c
6187                 useless #warnings (rewrite needed)
6188         * src/procheader.c
6189                 useless #warnings (rewrite needed)
6190         * src/sourcewindow.c
6191                 useless #warnings (incorrect placing)
6192         * src/summary_search.c
6193                 useless #warnings (gtk2 is like that)
6194                 Made apparent that search is case-sensitive
6195         * src/action.c
6196                 useless #warnings (gtk2 is like that)
6197         * src/textview.c
6198                 useless #warnings (rewrite needed)
6199         * src/toolbar.c
6200                 useless #warnings (rewrite needed)
6201
6202 2004-07-03 [colin]      0.9.11cvs17.5
6203
6204         * src/textview.c
6205                 Fix mismerge which broke URI opening
6206                 
6207 2004-07-01 [colin]      0.9.11cvs17.4
6208
6209         * src/gtk/filesel.c
6210                 Fill filename when saving
6211                 
6212 2004-06-27 [colin]      0.9.11cvs17.3
6213
6214         * src/gtk/filesel.[ch]
6215                 Use the new GTK file selector
6216                 Update prototype to match the reality: multiple file
6217                 selection is open-only          
6218         * src/compose.c
6219                 Match the new prototypes        
6220         * configure.ac
6221                 Match the new requirements (gtk 2.4.0)
6222                         
6223 2004-06-26 [colin]      0.9.11cvs17.2
6224
6225         * src/plugins/trayicon/trayicon.c
6226                 Remove useless signal handler on resize, which causes
6227                 an infinite "loop"
6228         
6229 2004-06-26 [colin]      0.9.11cvs17.1
6230         
6231         * tools/Makefile.am
6232                 remove launch_firebird and add nautilus2sylpheed.sh
6233         * src/quicksearch.c
6234           src/summaryview.c
6235                 Fix show/hide "Extended symbols" button problem
6236                 Fix apparition at startup
6237                 Fix const warnings
6238         * src/plugins/image_viewer/Makefile.am
6239                 Fix configure 
6240         * common/ssl.c
6241                 Re-enable certificate check, as it doesn't seem to
6242                 cause Xlib errors anymore
6243
6244 2004-06-25 [paul]       0.9.11cvs17
6245
6246         * sync with 0.9.11cvs17 HEAD
6247         
6248         NOTE: QuickSearch is broken
6249
6250 2004-06-07 [colin]      0.9.10claws67.10
6251         * src/plugins/trayicon/trayicon.c
6252           src/plugins/trayicon/libeggtrayicon/Makefile.am
6253           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6254                 Fix gettextization in trayicon plugin
6255
6256 2004-06-07 [colin]      0.9.10claws67.9
6257         
6258         * src/summaryview.c
6259           src/gtk/gtksctree.[ch]
6260                 Let Shift+{Up,Down} work in summaryview
6261                 (well, Down "works" and Up works)
6262                 Let the list scroll when using these keys
6263
6264 2004-06-06 [colin]      0.9.10claws67.8
6265
6266         * src/plugins/trayicon/trayicon.c
6267                 Fix pixmap update
6268
6269 2004-06-06 [colin]      0.9.10claws67.7
6270
6271         * src/addressbook.c
6272                 Fix signal handling causing system-wide focus grab
6273
6274 2004-05-25 [paul]       0.9.10claws67.6
6275
6276         * Makefile.am
6277           src/Makefile.am
6278                 clean up
6279
6280 2004-05-25 [paul]       0.9.10claws67.5
6281
6282         * replace deprecated gtk_signal... functions
6283
6284 2004-05-23 [colin]      0.9.10claws67.4
6285
6286         * src/compose.c
6287                 Fix wrapping
6288
6289 2004-05-22 [colin]      0.9.10claws67.3
6290
6291         * src/compose.c
6292                 Re-fix [Edited] in compose.c::compose_reedit()
6293
6294 2004-05-22 [colin]      0.9.10claws67.2
6295
6296         * src/procmime.c
6297                 Fix parsing of multiparts mails
6298
6299 2004-05-22 [colin]      0.9.10claws67.1
6300
6301         * src/summaryview.c
6302                 Fix quicksearch
6303
6304 2004-05-22 [paul]       0.9.10claws67
6305
6306         * sync with 0.9.10claws67 HEAD
6307
6308 2004-05-14 [alfons]
6309
6310         * src/procmime.h
6311                 add forgotton prototype
6312
6313 2004-05-10 [paul]       0.9.10claws57
6314
6315         * sync with 0.9.10claws57 HEAD
6316
6317 2004-05-05 [paul]       0.9.9.claws1
6318
6319         * ChangeLog-gtk2        ** REMOVED **
6320           ChangeLog-gtk2.claws  ** ADDED **
6321                 rename and adopt the normal claws format
6322                 
6323         * configure.ac
6324                 require gtkmathview >= 0.5
6325
6326         * ac/*                          ** REMOVED **
6327           ac/                           ** REMOVED **
6328           intl/Makefile.in              ** REMOVED **
6329           m4/                           ** ADDED **
6330           m4/missing                    ** ADDED **
6331           m4/missing/gdk-pixbuf.m4      ** ADDED **
6332           m4/missing/gettext.m4         ** ADDED **
6333           m4/missing/gpgme.m4           ** ADDED **
6334           m4/missing/imlib.m4           ** ADDED **
6335           m4/.cvsignore                 ** ADDED **
6336           m4/Makefile.am                ** ADDED **
6337           m4/README                     ** ADDED **
6338           m4/aclocal-include.m4         ** ADDED **
6339           m4/aspell.m4                  ** ADDED **
6340           m4/check-type.m4              ** ADDED **
6341           m4/gnupg-check-typedef.m4     ** ADDED **
6342           m4/openssl.m4                 ** ADDED **
6343           m4/spamassassin.m4            ** ADDED **
6344           po/ChangeLog                  ** REMOVED **
6345           po/Makefile.in.in             ** REMOVED **
6346           po/Rules-quot                 ** REMOVED **
6347           po/boldquot.sed               ** REMOVED **
6348           po/en@boldquot.header         ** REMOVED **
6349           po/en@quot.header             ** REMOVED **
6350           po/insert-header.sin          ** REMOVED **
6351           po/quot.sed                   ** REMOVED **
6352           po/remove-potcdate.sed        ** REMOVED **
6353           po/remove-potcdate.sin        ** REMOVED **
6354           po/stamp-po                   ** REMOVED **
6355           Makefile.am
6356           autogen.sh
6357           configure.ac
6358                 enable building with automake 1.8.x
6359                 add 'autopoint --force' to autogen.sh and remove all
6360                 auto-generated files, remove ac/ directory and use
6361                 m4/ directory instead
6362                 
6363         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6364                 fix gettextization
6365
6366 2004-02-28 Colin Leroy <colin@colino.net>
6367         * src/prefs_matcher.c
6368           src/prefs_filtering.c
6369           src/prefs_filtering_action.c
6370                 Fix non-editable GtkEntries
6371
6372 2004-02-22 Thorsten Maerz <torte@netztorte.de>
6373         * src/prefs_themes.c
6374                 utf8 conversion for theme info
6375
6376 2004-02-21 Thorsten Maerz <torte@netztorte.de>
6377         * sync 0.9.9claws
6378
6379 2004-02-14 Thorsten Maerz <torte@netztorte.de>
6380         * src/grouplistdialog.c
6381                 allow multiple selections without ctrl key
6382
6383 2004-02-09 Thorsten Maerz <torte@netztorte.de>
6384         * src/main.c
6385                 enable customizable accelerators
6386
6387 2004-02-08 Thorsten Maerz <torte@netztorte.de>
6388         * src/prefs_common.c
6389                 re-enable different font settings for gtk1/2
6390         * src/prefs_folder_item.c
6391                 fix folder prefs displayed wrong
6392         * src/textview.c
6393                 set 'sunken' shadow type
6394
6395 2004-02-07 Colin Leroy <colin@colino.net>
6396         * src/compose.c
6397                 Fix message being always [Edited]
6398                 Encode headers correctly (utf8 buf)
6399
6400 2004-01-27 Thorsten Maerz <torte@netztorte.de>
6401         * src/socket.c
6402                 remove double g_source_attach()
6403                 (Thanks to Colin Leroy)
6404
6405 2004-01-27 Thorsten Maerz <torte@netztorte.de>
6406         * src/gtk/gtksctree.c
6407                 Fix SSL certificate list not shown
6408         * src/mimeview.c
6409                 Fix clicks in mime tree
6410
6411 2004-01-27 Thorsten Maerz <torte@netztorte.de>
6412         * src/common/socket.c
6413                 Fix SSL receive
6414         * src/compose.c
6415                 Fix clipboard menu hotkeys
6416
6417 2004-01-25 Thorsten Maerz <torte@netztorte.de>
6418         * src/gtk/gtkaspell.[ch]
6419           src/compose.c
6420                 reimplement spellchecker
6421
6422 2004-01-25 Thorsten Maerz <torte@netztorte.de>
6423         * src/gtk/filesel.c
6424                 crash when inserting file in compose window
6425                 (TODO: keep old selection on clicks)
6426         * src/main.c
6427                 use gtkrc-2.0 instead of gtkrc
6428
6429 2004-01-25 Thorsten Maerz <torte@netztorte.de>
6430         * src/messageview.c
6431                 remove orphaned mimeview unref()
6432
6433 2004-01-20 Thorsten Maerz <torte@netztorte.de>
6434         * src/grouplistdialog.c
6435                 expand nodes containing subscribed groups
6436
6437 2004-01-19 Thorsten Maerz <torte@netztorte.de>
6438         * src/textview.c
6439                 textview: hide cursor, restore old click behaviour
6440
6441 2004-01-18 Thorsten Maerz <torte@netztorte.de>
6442         * src/textview.c
6443                 variable names messed up
6444
6445 2004-01-17 Colin Leroy <colin@colino.net>
6446         * src/addr_compl.c
6447                 Fix completion address too thin
6448         * src/compose.c
6449                 Fix tab-to-subject behaviour
6450         * src/summaryview.c
6451                 Implement key up & down in summaryview
6452
6453 2004-01-12 Thorsten Maerz <torte@netztorte.de>
6454
6455         * sync 098claws
6456
6457 2004-01-08 Thorsten Maerz <torte@netztorte.de>
6458         * configure.ac
6459           Makefile.am
6460           doc/.cvsignore
6461           doc/Makefile.am
6462                 faq, man, manual moved to doc/
6463         * ac/aspell.m4
6464           ac/check-type.m4
6465           ac/gnupg-check-typedef.m4
6466           ac/openssl.m4
6467           ac/spamassassin.m4
6468           ac/missing/gdk-pixbuf.m4
6469           ac/missing/gpgme.m4
6470           ac/missing/imlib.m4
6471                 fix automake warnings
6472
6473 2003-12-06 Colin Leroy <colin@colino.net>
6474         * src/summaryview.c
6475                 Fix quicksearch
6476
6477 2003-12-05 Colin Leroy <colin@colino.net>
6478         * src/summaryview.c
6479                 Fix going to next unread folder
6480
6481 2003-12-05 Colin Leroy <colin@colino.net>
6482         * src/crash.c
6483                 Fix gtk2 compilation
6484         * src/session.c
6485                 Remove iotag source handler at disconnection
6486         * src/socket.[ch] 
6487                 Remove source handler when closing socket 
6488                 (fixes another seg)
6489
6490 2003-12-04 Colin Leroy <colin@colino.net>
6491         * src/compose.c
6492           src/prefs_account.c
6493           src/prefs_common.c
6494                 Fix some dropdown menus
6495
6496 2003-12-04 Colin Leroy <colin@colino.net>
6497         * src/compose.c
6498                 Fix event handlers on header fields
6499         * src/common/socket.c
6500           src/common/session.c
6501                 Fix segfault with callback (SSL)
6502                 Fix end of session 
6503
6504 2003-10-06 Thorsten Maerz <torte@netztorte.de>
6505
6506         * Fix compile bug in src/compose.c
6507         * removed src/gtk/gtkstext.[ch]
6508
6509 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
6510
6511         * Convert character set and escape "text" attributes in toolbar setting
6512         files.
6513         * Fixed bug in button-press-event handling.
6514
6515 2003-09-16 Thorsten Maerz <torte@netztorte.de>
6516
6517         * Fixed bug in key-press-event handling.
6518
6519 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
6520
6521         * Enabled to compile tray-icon plugin (Ad-hoc).
6522         * Avoid hang up bug of icon list in mime view (Ad-hoc).
6523
6524 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
6525
6526         * Enabled to compile on sylpheed-claws.
6527         (tray-icon plugin still cannot compile yet.)
6528
6529 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
6530
6531         * Updated to 0.9.5.
6532
6533 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
6534
6535         * Updated to 0.9.4.
6536         * Ported monitoring SSL mechanism to GSource of GLib2
6537         (I don't confirm it)
6538         * Added _gtk2 suffix to key name of font preference to avoid
6539         ovverwriting preference of Gtk+-1.2 version.
6540
6541 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
6542
6543         * Updated to 0.9.2.
6544
6545 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
6546
6547         * Updated to 0.9.1.
6548         * Translate po files into UTF-8 when execute autogen.sh.
6549
6550 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
6551
6552         * Updated to 0.9.0.
6553
6554 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
6555
6556         * Plugged GError related memory leaks.
6557
6558 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
6559
6560         * Changed default size of fonts.
6561         * Enabled to set titile font size of warning dialog.
6562
6563 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
6564
6565         * Embed a sylpheed icon into executable binary on Windows.
6566
6567 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
6568
6569         * I forgot to traslate character set of element string in src/xml.c.
6570
6571 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
6572
6573         * Fixed detecting bind_textdomain_codeset in configure.in.
6574         * The bug in which "Example" of "Date fromat" preference isn't displayed
6575         correctly has been fixed.
6576
6577 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
6578
6579         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
6580           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
6581           glib-gettextize
6582           Removed intl directory.
6583           Translated po files into UTF-8.
6584           (Thanks! Ryuji Abe)
6585
6586 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
6587
6588         * The bug which doesn't unscape string in xml.c has been fixed.
6589
6590 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
6591
6592         * The bug which is failed to translate encoding of file name thorough
6593         file dialog has been fixed.
6594
6595 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
6596
6597         * Modified to translate file names which is used in inporting/expoting
6598         mbox feature and "Save as" feature into locale encoding.
6599         * Translate file names into locale encoding when "Attache file" and
6600         "Insert file".
6601         * Force set G_BROKEN_FILENAMES environment variable.
6602         * Other minor fixes.
6603
6604 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
6605
6606         * Modified to treat MH folder's name as locale encoding.
6607
6608 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
6609
6610         * The bug which clash on switching candidates of auto completion of
6611         addresses, cannot use auto completion in Japanesse is fixed
6612         (Thanks! Tokunaga-san)¡¥
6613
6614 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
6615
6616         * The bug which cannot switch key accelerator preference has been fixed
6617         (Thanks! smbd-san)¡¥
6618
6619 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
6620
6621         * version 0.8.11-gtk2-20030314
6622
6623 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
6624
6625         * The bug in which character set conversion of filtering messages has
6626         been fixed.(Thanks! COCOA-san).
6627
6628 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
6629
6630         * Revived "Leave space on head" preference in "Message" category.
6631         * A bug which clash when put the cursor to end of buffer and execute
6632         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
6633
6634 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
6635
6636         * version 0.8.11-gtk2-20030312
6637
6638 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
6639
6640         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
6641         * Modified to use Pango's API directly for font preference.
6642         * Integrated GtkTextView of textview to one widget.
6643         * Set fonts of header title in textview by "header_title" tag.
6644         * Removed some deprecated codes.
6645
6646 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
6647
6648         * Updated to 0.8.11.
6649         * Merged cygwin patch(Thanks! Sakai-san).
6650
6651 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
6652
6653         * version 0.8.10-gtk2-20030309