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