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