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