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