f1dc062bd760211b1f531da9fafd9fdeba9232fb
[claws.git] / ChangeLog-gtk2.claws
1 2005-07-14 [colin]      1.9.12cvs49
2
3         * configure.ac
4         * src/common/Makefile.am
5         * src/common/plugin.c
6         * src/common/plugin.h
7                 Add a little plugin dependancy system.
8                 Plugins can ship a $plugin_name.deps file
9                 (near them in PLUGINDIR) so that their
10                 dependancies are loaded if possible.
11         * src/plugins/Makefile.am
12         * src/plugins/pgpcore/Makefile.am
13         * src/plugins/pgpcore/passphrase.c
14         * src/plugins/pgpcore/passphrase.h
15         * src/plugins/pgpcore/plugin.c
16         * src/plugins/pgpcore/prefs_gpg.c
17         * src/plugins/pgpcore/prefs_gpg.h
18         * src/plugins/pgpcore/select-keys.c
19         * src/plugins/pgpcore/select-keys.h
20         * src/plugins/pgpcore/sgpgme.c
21         * src/plugins/pgpcore/sgpgme.h
22                 Introduce pgpcore, used by pgpmime and
23                 pgpinline
24         * src/plugins/pgpmime/Makefile.am
25         * src/plugins/pgpmime/passphrase.c
26         * src/plugins/pgpmime/passphrase.h
27         * src/plugins/pgpmime/pgpmime.c
28         * src/plugins/pgpmime/pgpmime.deps
29         * src/plugins/pgpmime/plugin.c
30         * src/plugins/pgpmime/prefs_gpg.c
31         * src/plugins/pgpmime/prefs_gpg.h
32         * src/plugins/pgpmime/select-keys.c
33         * src/plugins/pgpmime/select-keys.h
34         * src/plugins/pgpmime/sgpgme.c
35         * src/plugins/pgpmime/sgpgme.h
36                 Remove the core from pgpmime and add the
37                 dependancy to pgpcore.
38
39 2005-07-14 [paul]       1.9.12cvs48
40
41         * src/stock_pixmap.c
42                 forgot this in last commit
43
44 2005-07-14 [paul]       1.9.12cvs47
45
46         * src/account.c
47         * src/addressbook.c
48                 add accelerators for the buttons (sync with main)
49         * src/compose.c
50         * src/compose.h
51                 add accelerators for the buttons.
52                 fix editing with external editor.
53                 replace gdk_input_*() with GIOChannel;
54                 (sync with main)
55         * src/foldersel.c
56                 display folder names with new/unread
57                 representation (sync with main)
58         * src/main.c
59                 specify default window icon (sync with main)
60         * src/prefs_common.c
61                 use_addr_book default to FALSE
62         * src/summaryview.c
63         * src/textview.c
64                 add accelerators for the buttons (sync with main)
65         * src/gtk/menu.c
66                 fix typos
67         * src/pixmaps/sylpheed_icon.xpm
68                 updated
69
70 2005-07-13 [paul]       1.9.12cvs46
71
72         * src/plugins/pgpmime/pgpmime.c
73         * src/plugins/pgpmime/sgpgme.c
74                 (temporarily) use deprecated gpgme_data_rewind()
75                 while largefile support is not present
76                 (as suggested by Colin)
77
78 2005-07-13 [paul]       1.9.12cvs45
79
80         * configure.ac
81                 remove large file support (for now):
82                 it breaks too many things
83
84 2005-07-13 [paul]       1.9.12cvs44
85
86         * configure.ac
87                 add large file support
88         * src/html.c
89                 fix bug #763 where href attribute was not
90                 the very first attribute of a link
91                 patch by Thomas Gilgin
92
93 2005-07-13 [colin]      1.9.12cvs43
94
95         * src/gtk/pluginwindow.c
96                 Little portability fix
97
98 2005-07-13 [colin]      1.9.12cvs42
99
100         * src/plugins/pgpmime/sgpgme.c
101                 Fix crasher.
102
103 2005-07-13 [colin]      1.9.12cvs41
104
105         * src/plugins/pgpmime/pgpmime.c
106         * src/plugins/pgpmime/sgpgme.c
107                 Use gpgme_data_release_and_get_mem instead
108                 of gpgme_data_read.
109
110 2005-07-13 [colin]      1.9.12cvs40
111
112         * configure.ac
113         * src/plugins/pgpmime/passphrase.c
114         * src/plugins/pgpmime/passphrase.h
115         * src/plugins/pgpmime/pgpmime.c
116         * src/plugins/pgpmime/plugin.c
117         * src/plugins/pgpmime/select-keys.c
118         * src/plugins/pgpmime/select-keys.h
119         * src/plugins/pgpmime/sgpgme.c
120         * src/plugins/pgpmime/sgpgme.h
121                 Port pgpmime to gpgme-1.0.
122
123 2005-07-12 [paul]       1.9.12cvs39
124
125         * AUTHORS
126         * src/toolbar.c
127         * src/toolbar.h
128                 add a 'Go to Prev' button to the toolbar.
129                 correct tooltip text of go to buttons.
130                 based on patch by Yang Guilong <bamanzi@gmail.com>
131
132 2005-07-12 [colin]      1.9.12cvs38
133
134         * src/statusbar.c
135                 Fix progress bar showing stuff at startup.
136
137 2005-07-12 [paul]       1.9.12cvs37
138
139         * src/editjpilot.c
140                 fix building with jpilot support
141
142 2005-07-11 [colin]      1.9.12cvs36
143
144         * src/inc.c
145                 Add visual indication that filtering is running
146         * src/textview.c
147                 Make {}[] uri delimiters
148         * src/summaryview.c
149                 Remove useless (and slow) calls
150
151 2005-07-11 [paul]       1.9.12cvs35
152
153         * src/plugins/clamav/clamav_plugin_gtk.c
154         * src/plugins/dillo_viewer/dillo_prefs.c
155         * src/plugins/pgpmime/prefs_gpg.c
156         * src/plugins/spamassassin/spamassassin_gtk.c
157                 gather plugins prefs together under their
158                 own 'Plugins' heading
159
160 2005-07-11 [paul]       1.9.12cvs34
161
162         sync with main
163
164         * src/account.c
165                 account_delete(): modified alert dialog
166         * src/editjpilot.c
167         * src/editvcard.c
168                 fixed a crash when cancelling file selection
169                 dialog by Escape key. Made non-ascii filename
170                 selectable.
171         * src/prefs_template.c
172                 prefs_template_window_create(): make scrolled
173                 window policy AUTOMATIC
174
175 2005-07-10 [hoa]        1.9.12cvs33
176
177         * src/etpan/imap-thread.c
178                 workaround for old Courier IMAP servers.
179
180 2005-07-10 [colin]      1.9.12cvs32
181
182         * src/folder.c
183         * src/statusbar.c
184         * src/statusbar.h
185                 Add visual progress indicator on filtering/processing
186                 Factorize the progress bar code
187         * src/imap.c
188         * src/imap.h
189         * src/etpan/imap-thread.c
190                 Add a reference counter to avoid destroying the Folder
191                 while it's in use by another callback.
192
193 2005-07-09 [hoa]        1.9.12cvs31
194
195         * src/imap.c
196         * src/etpan/imap-thread.c
197                 fixed deadlock when removing IMAP account.
198
199 2005-07-08 [colin]      1.9.12cvs30
200
201         * src/textview.c
202         * src/unmime.c
203                 Fix again problems decoding broken headers
204         * src/gtk/inputdialog.c
205                 Fix local variable shadowing a global one
206
207 2005-07-08 [colin]      1.9.12cvs29
208
209         * src/msgcache.c
210                 Make the cache/mark files platform-agnostic by writing
211                 them in little-endian format. Reading them is also done
212                 in little-endian format, of course; however, in order
213                 to avoid trashing mark data on big-endian machines, the
214                 files are, at first, read from the native format if the
215                 little-endian one doesn't exist. This is easy to deter-
216                 mine by trying to open a file with a swapped data_ver
217                 and seeing if it's the wanted version.
218                 Little-endian using users should see absolutely no
219                 difference, Big-endian users may get a very little
220                 performance drop due to byte-swapping.
221                 Tested on i386 and ppc32. 
222                 Fixes bug #159 (The index file, in the mailboxes, is 
223                 hardware depending).
224
225                 To have the cache/mark files updated to the new little-
226                 endian format, "Check for new messages" or even
227                 "Rebuild folder tree" aren't enough. Files will be
228                 updated as soon as a folder has been opened/closed.
229                 To update everything, just select all folders by
230                 selecting them one by one.
231
232 2005-07-07 [colin]      1.9.12cvs28
233
234         * src/imap.c
235                 Remember the folder separator per IMAPFolder
236                 instead of globally.
237                 Revive the Session on noop; fixes bug #761
238                 (mark a bunch of unread messages as read takes 
239                 forever)
240
241 2005-07-07 [darko]      1.9.12cvs27
242
243         * src/common/template.c
244                 Sort templates alphabetically
245
246 2005-07-06 [colin]      1.9.12cvs26
247
248         * src/imap.c
249                 Try to use the correct separator in
250                 most cases. Possibly fixes bug #759
251                 (only creates the INBOX folder when 
252                 setting up new IMAP account) and 
253                 bug #760 (Can't retrieve messages)
254
255 2005-07-06 [colin]      1.9.12cvs25
256
257         * src/imap.c
258                 Use real_path in status command. This will
259                 help later, when namespaces will be used.
260
261 2005-07-06 [colin]      1.9.12cvs24
262
263         * configure.ac
264         * src/account.c
265         * src/folder.c
266         * src/imap.c
267         * src/etpan/etpan-log.c
268         * src/etpan/etpan-thread-manager.c
269         * src/etpan/imap-thread.c
270                 Add a --disable-libetpan parameter. With this,
271                 users that don't want IMAP4 support can avoid
272                 the new dependancy (and have no IMAP support).
273                 Users that have IMAP4 accounts and use this
274                 parameter won't lose their configuration, their
275                 IMAP accounts will just be invisible and not
276                 used.
277         * src/textview.c
278                 Make the "Copy ..." contextual menu items 
279                 copy to both the X clipboard and the gtk 
280                 clipboard - as most other apps do.
281         * src/gtk/about.c
282                 Add a notice about OpenSSL usage, in order to
283                 comply with OpenSSL's license (point 6):
284                 http://www.openssl.org/source/license.html
285
286 2005-07-06 [colin]      1.9.12cvs23
287
288         * src/alertpanel.c
289                 Fix a minimum size for alertpanels
290         * src/compose.c
291                 Show 'No space left on device' type errors
292                 when queuing/sending
293         * src/imap_gtk.c
294         * src/mh_gtk.c
295                 Rework folder's deletion message (remove 
296                 extra \n)
297
298 2005-07-05 [colin]      1.9.12cvs22
299
300         * src/imap.c
301                 Add an alertpanel on auth error
302                 Add pseudo-log
303                 Remove pthread-related stuff
304
305 2005-07-05 [colin]      1.9.12cvs21
306
307         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
308                 Fix crash on plugin reloading (with a hack)
309
310 2005-07-05 [colin]      1.9.12cvs20
311
312         * src/prefs_account.c
313         * src/prefs_account.h
314                 Fix typo
315         * src/gtk/filesel.c
316         * src/gtk/filesel.h
317                 Add a way to filter the view
318         * src/gtk/pluginwindow.c
319                 Filter loadable stuff
320         * src/plugins/pgpmime/prefs_gpg.c
321                 Fix missing unregistration
322         * .cvsignore
323         * src/etpan/.cvsignore
324         * src/plugins/spamassassin/.cvsignore
325                 Add more stuff to cvs ignored files
326
327 2005-07-04 [colin]      1.9.12cvs19
328
329         * src/imap.c
330                 Fix scan_required returning FALSE when it
331                 shouldn't. Maybe fix #760 (Can't retrieve
332                 messages)
333
334 2005-07-04 [colin]      1.9.12cvs18
335
336         * src/summaryview.c
337                 Fix always_show_msg pref
338
339 2005-07-04 [paul]       1.9.12cvs17
340
341         sync with main (forgotten in last commit)
342         
343         * src/common/utils.c
344         * src/common/utils.h
345                 check_line_length(): new.
346                 is_dir_exist()
347                 is_file_entry_exist()
348                 dirent_is_regular_file()
349                 dirent_is_directory(): use g_file_test() instead of stat().
350
351 2005-07-04 [paul]       1.9.12cvs16
352
353         sync with main:
354
355         * src/compose.c
356                 compose_write_to_file(): check for line
357                 length limit and display warning if exceeds
358         * src/jpilot.c
359                 use get_home_dir() instead of g_get_home_dir()
360         * src/procheader.c
361                 removed warning about invalid date
362         * src/vcard.c
363                 use get_home_dir() instead of g_get_home_dir()
364
365 2005-07-04 [paul]       1.9.12cvs15
366
367         * src/stock_pixmap.c
368                 fix new pixmap naming errors
369                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
370
371 2005-07-04 [colin]      1.9.12cvs14
372
373         * src/imap.c
374                 Fix debugging string with a warning
375
376 2005-07-04 [colin]      1.9.12cvs13
377
378         * configure.ac
379                 Add a check for libetpan's version (>= 0.37)
380
381 2005-07-04 [hoa]        1.9.12cvs12
382
383         * commitHelper
384         * src/imap.c
385         * src/etpan/imap-thread.c
386         * src/etpan/imap-thread.h
387                 fixed IMAP implementation of check of mails.
388
389 2005-07-03 [hoa]        1.9.12cvs11
390
391         * src/etpan/Makefile.am
392         * src/etpan/etpan-errors.h
393         * src/etpan/etpan-log.[ch]
394         * src/etpan/etpan-thread-manager-types.h
395         * src/etpan/etpan-thread-manager.[ch]
396         * src/etpan/imap-thread.[ch]
397         * src/Makefile.am
398         * src/imap.c
399         * src/main.c
400         * src/prefs_other.c
401         * configure.ac
402             merged imap branch.
403             dependency on libetpan 0.37 is now added.
404
405 2005-07-01 [colin]      1.9.12cvs10
406
407         * src/Makefile.am
408         * src/folder.c
409         * src/folder.h
410         * src/folderview.c
411         * src/stock_pixmap.c
412         * src/stock_pixmap.h
413         * src/plugins/trayicon/trayicon.c
414                 Add marked symbol on folders containing
415                 marked messages
416         * src/procmsg.c
417         * src/procmsg.h
418         * src/toolbar.c
419         * src/prefs_common.c
420         * src/prefs_common.h
421         * src/prefs_send.c
422                 Add an optional confirmation dialog on queue
423                 sending. Patch by wwp.
424         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
425         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
426         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
427         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
428         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
429         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
430         * src/pixmaps/inbox_mark.xpm            ** ADDED **
431         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
432         * src/pixmaps/outbox_mark.xpm           ** ADDED **
433         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
434         * src/pixmaps/trash_mark.xpm            ** ADDED **
435                 New pixmaps
436
437 2005-07-01 [colin]      1.9.12cvs9
438
439         * src/summaryview.c
440                 Fix a little threading bug
441         * src/addrgather.c
442         * src/mainwindow.c
443                 A little bit of HIG normality never hurts
444
445 2005-07-01 [colin]      1.9.12cvs8
446
447         * src/compose.c
448         * src/msgcache.c
449         * src/pop.c
450         * src/procmime.c
451         * src/recv.c
452         * src/common/log.c
453         * src/common/template.c
454         * src/common/utils.c
455         * src/common/utils.h
456                 Reverted the fwrite_atomic stuff. In fact
457                 it is already atomic.
458
459 2005-06-30 [colin]      1.9.12cvs7
460
461         * src/common/utils.c
462         * src/common/utils.h
463                 Add an fwrite_atomic() function to make
464                 sure we write everything: fwrite can make
465                 short writes.
466         * src/compose.c
467         * src/msgcache.c
468         * src/pop.c
469         * src/procmime.c
470         * src/recv.c
471         * src/common/log.c
472         * src/common/template.c
473                 Use that (and fix swapping of size and nmemb).
474                 Thanks to Rich Coe for the heads up.
475
476 2005-06-30 [colin]      1.9.12cvs6
477
478         * src/addressbook.c
479                 Optimize addressbook opening 
480
481 2005-06-30 [colin]      1.9.12cvs5
482
483         * src/summaryview.c
484                 Remove calls to summary_step after move/copy
485
486 2005-06-28 [paul]       1.9.12cvs4
487
488         * src/alertpanel.c
489                 wrap and make the error msg selectable
490
491 2005-06-28 [paul]       1.9.12cvs3
492
493         * src/ssl_manager.c
494                 replace the OK button with a Close button
495         * src/gtk/foldersort.c
496                 use GTK_STOCK_ icons/buttons
497
498 2005-06-28 [colin]      1.9.12cvs2
499
500         * src/gedit-print.c             ** ADDED **
501         * src/gedit-print.h             ** ADDED **
502         * src/gtk/gtksourceprintjob.c   ** ADDED **
503         * src/gtk/gtksourceprintjob.h   ** ADDED **
504                 I can't believe no one had enough time to tell
505                 me I forgot the `cvs add`
506
507 2005-06-27 [colin]      1.9.12cvs1
508
509         * src/Makefile.am
510         * src/gtk/Makefile.am
511         * src/messageview.c
512         * src/procmsg.c
513         * src/summaryview.c
514         * configure.ac
515                 Add optional libgnomeprint-based printing
516         * src/mainwindow.c
517         * src/gtk/quicksearch.c
518                 Add an Edit/Quick search menu item to show
519                 and focus the quicksearch
520
521 2005-06-27 [paul]       1.9.12
522
523         1.9.12 release
524
525         * po/ca.po
526         * po/de.po
527         * po/es.po
528         * po/fr.po
529         * po/it.po
530         * po/ko.po
531         * po/pt_BR.po
532         * po/sk.po
533         * po/zh_CN.po
534                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
535                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
536                 SungHyun Nam, Frederico Goncalves Guimaraes,
537                 Andrej Kacian, and Yang Guilong
538 2005-06-26 [colin]      1.9.11cvs106
539
540         * src/imap_gtk.c
541                 Forgot one file for previous fix
542
543 2005-06-26 [colin]      1.9.11cvs105
544
545         * src/folder.c
546         * src/imap.c
547                 Fix problems with folder operations in no_select
548                 imap folders. it applies only to mails, and 
549                 creation/deletion/move/renaming of folders 
550                 should be possible
551
552 2005-06-26 [paul]       1.9.11cvs104
553
554         * src/prefs_filtering.c
555                 replace one more GTK_STOCK_REMOVE
556                 with GTK_STOCK_DELETE
557
558 2005-06-25 [colin]      1.9.11cvs103
559
560         * src/imap.c
561                 Optimize get_seq_set_from_seq_list
562                 (Patch by Ricardo) 
563
564 2005-06-25 [colin]      1.9.11cvs102
565
566         * src/mh.c
567                 If the directory exists, but not in the
568                 correct encoding, rename it. This should
569                 handle old-versions-induced bugs.
570
571 2005-06-25 [colin]      1.9.11cvs101
572
573         * src/mh.c
574                 Fix path access with extended dir names
575                 Fixes bug #589 (SC segfaults with wrong locale
576                 settings)
577
578 2005-06-25 [colin]      1.9.11cvs100
579
580         * src/prefs_account.c
581         * src/prefs_account.h
582         * src/compose.c
583                 Add an option to encrypt replies to
584                 encrypted messages
585
586 2005-06-25 [colin]      1.9.11cvs99
587
588         * src/compose.c
589         * src/quote_fmt_parse.y
590                 ... And make it work with pgpinline.
591
592 2005-06-25 [colin]      1.9.11cvs98
593
594         * src/compose.c
595         * src/procmime.c
596         * src/procmime.h
597         * src/quote_fmt_parse.y
598                 o Make reedition of encrypted messages possible
599                   (as long as it is encrypted to self too, no
600                    magic there)
601                 o Make replying with quote (and without selecting
602                   text) possible for encrypted messages.
603                 Closes bug #550 (Not possible to "reply with quote"
604                 to gnupg encrypted messages)
605
606 2005-06-24 [paul]       1.9.11cvs97
607
608         * src/imap.c
609                 add missing include
610
611 2005-06-24 [paul]       1.9.11cvs96
612
613         * src/editldap.c
614                 made bind password entry invisible
615                 (sync with main)
616         * src/send_message.c
617                 send_message_local(): check exit status
618                 to detect errors (sync with main)
619         * src/textview.c
620                 use main's less ambiguous popup menu
621                 wording
622
623 2005-06-24 [paul]       1.9.11cvs95
624
625         * src/prefs_actions.c
626         * src/prefs_customheader.c
627         * src/prefs_display_header.c
628         * src/prefs_filtering_action.c
629         * src/prefs_matcher.c
630         * src/prefs_template.c
631         * src/prefs_toolbar.c
632                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
633         * src/gtk/description_window.c
634                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
635
636 2005-06-23 [colin]      1.9.11cvs94
637
638         * src/summaryview.c
639                 Fix rough edges (be sure to call status_show whenever
640                 necessary).
641
642 2005-06-23 [colin]      1.9.11cvs93
643
644         * src/summaryview.c
645                 Optimize Select All
646                 Before, in a 5K mails folder: 11s
647                 After, in the same folder: 58000µs
648                 The joys of locking... gtk_clist_select_all() fires a 
649                 tree-select-row event for each selected row, which in 
650                 summaryview, callbacks summary_selected which in turn,
651                 calls summary_status_show, which walks the selected
652                 rows. Hence, calling gtk_clist_select_all was 
653                 exponential. Locking the summaryview makes 
654                 summary_selected return early.
655
656 2005-06-23 [colin]      1.9.11cvs92
657
658         * src/imap.c
659                 Move mutex at the important place to avoid
660                 deadlocks
661         * src/summaryview.c
662                 Fix Del key deleting directly instead of
663                 moving to trash
664
665 2005-06-22 [colin]      1.9.11cvs91
666
667         * src/plugins/spamassassin/libspamc.c
668                 As we do spagetti code with assignations in multiple
669                 places (see _message_read_raw where out = msg = raw),
670                 let's be sure we don't free the same pointer twice.
671                 Should fix bug #683 (Crash in libpam at 
672                 message_cleanup).
673
674 2005-06-22 [colin]      1.9.11cvs90
675
676         * src/compose.c
677         * src/messageview.c
678         * src/toolbar.c
679                 Make toolbar's delete use the move to trash stuff;
680                 Add gtk_widget_realize to be sure pixmaps can get
681                 created (that may fix an old worksforme bug which
682                 I can't find back...)
683
684 2005-06-22 [colin]      1.9.11cvs89
685
686         * src/summaryview.c
687         * src/summaryview.h
688         * src/mainwindow.c
689                 Rename "Message/Delete" to "Message/Move to trash"
690                 Add "Message/Delete..." that directly destroys the
691                 selected messages after asking for a confirmation.
692
693 2005-06-22 [colin]      1.9.11cvs88
694
695         * src/imap.c
696                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
697                 o Fix a deadlock (thanks Darko)
698
699 2005-06-22 [colin]      1.9.11cvs87
700
701         * src/gtk/foldersort.c
702                 Add missing include for the i18n;
703                 patch by Fabien Vantard
704
705 2005-06-21 [colin]      1.9.11cvs86
706
707         * src/folder.c
708         * src/folderview.c
709                 Respect the no_select flag
710         * src/imap.c
711                 Fix recursive deletion
712         * src/imap_gtk.c
713         * src/mh_gtk.c
714                 Make the folder deletion's warning
715                 more explicit
716
717 2005-06-21 [colin]      1.9.11cvs85
718
719         * src/textview.c
720                 Prevent email addresses from spanning accross
721                 lines - fixes bug # 646 (newline-chars in 
722                 email addresses)
723
724 2005-06-20 [colin]      1.9.11cvs84
725
726         * src/folder.c
727                 Be sure not to remove source if copy failed
728
729 2005-06-20 [colin]      1.9.11cvs83
730
731         * src/folderview.c
732         * src/imap_gtk.c
733                 remove summaryview's lock
734         * src/imap.c
735                 introduce threads to avoid problems when foreground tasks
736                 interfere with background tasks
737         * src/mh.c
738                 prevent moving to drafts/queue
739         * src/mimeview.c
740                 fix leak
741
742 2005-06-19 [colin]      1.9.11cvs82
743
744         * src/imap_gtk.c
745                 Remember that the user doesn't want to override
746                 offline mode, for 3 seconds. It avoid presenting
747                 him with N popups in a really short time.
748
749 2005-06-17 [colin]      1.9.11cvs81
750
751         * src/imap.c
752                 Fix IMAP breaking on folders containing '('
753                 (Probably won't be enough)
754
755 2005-06-17 [colin]      1.9.11cvs80
756
757         Forgotten files on 1.9.11cvs79
758         * src/summaryview.c
759                 Fix stepping when not immediately executing
760         * src/imap.c
761                 Really prevent UID FETCH 0
762         * src/codeconv.c
763                 Fix outgoing charset never set to utf-8
764         * src/mh.c
765                 Fix leak
766
767 2005-06-16 [colin]      1.9.11cvs79
768
769         * src/compose.c
770                 Fix bug #707 (Dash splits rows)
771                 Only wrap if we're on a line break position and
772                 the previous one was a "white" (space) char.
773                 Pango stuff is weird.
774
775 2005-06-16 [colin]      1.9.11cvs78
776
777         * src/imap_gtk.c
778                 Lock summaryview while downloading messages
779                 on user demand
780         * src/procheader.c
781         * src/unmime.c
782         * src/common/utils.c
783         * src/common/utils.h
784                 Replace \r and \n with spaces in From and
785                 Subject headers
786
787 2005-06-16 [paul]       1.9.11cvs77
788
789         * src/procmime.c
790                 liberalise the mime parser
791         * src/gtk/about.c
792                 add text wrapping
793
794 2005-06-16 [paul]       1.9.11cvs76
795
796         * src/gtk/about.c
797                 reworked
798
799 2005-06-15 [colin]      1.9.11cvs75
800
801         * src/compose.c
802                 Finish header encoding fix
803         * src/summaryview.c
804                 Fix segfault
805         * src/headerview.c
806                 Fix compilation (Thanks Stephan
807                 Sachse)
808
809 2005-06-15 [colin]      1.9.11cvs74
810
811         * Makefile.am
812                 Install gnome2 stuff rather than gnome1, 
813                 if both are present
814         * src/codeconv.c
815         * src/codeconv.h
816         * src/compose.c
817                 Fix headers encoding
818         * src/folder.c
819                 Visual progress when fetching all messages
820         * src/folderview.c
821         * src/summaryview.c
822         * src/summaryview.h
823                 Prevent changing current message while
824                 incorporating
825
826 2005-06-15 [paul]       1.9.11cvs73
827
828         * src/gtk/gtkaspell.c
829         * src/gtk/gtkaspell.h
830                 fix build warnings
831
832 2005-06-15 [paul]       1.9.11cvs72
833
834         * src/prefs_filtering.c
835                 allow reordering of filter rules by
836                 drag n drop
837
838 2005-06-15 [paul]       1.9.11cvs71
839
840         * COPYING
841                 updated
842         * src/codeconv.c
843                 replace deprecated function
844         * src/inc.c
845         * src/send_message.c
846         * src/gtk/progressdialog.c
847         * src/gtk/progressdialog.h
848                 salvage and reuse parts of reverted sync
849
850 2005-06-15 [paul]       1.9.11cvs70
851
852         * src/inc.c
853         * src/send_message.c
854         * src/gtk/progressdialog.c
855         * src/gtk/progressdialog.h
856                 revert yesterday's sync with main
857                 it contains deprecated functions
858
859 2005-06-15 [colin]      1.9.11cvs69
860
861         * src/headerview.c
862                 Fix bug #670 (multi user to: will corrupt message 
863                 headers display)
864
865 2005-06-15 [colin]      1.9.11cvs68
866
867         * src/compose.c
868                 Fix bug #421 (Fix undo on wrapping)
869
870 2005-06-15 [colin]      1.9.11cvs67
871
872         * src/folder.c
873                 Provide visual feedback while processing
874                 folder's rules.
875         * src/imap.c
876                 Provide visual feedback while getting
877                 short headers (for uncached messages)
878
879
880 2005-06-14 [paul]       1.9.11cvs66
881
882         * src/account.c
883                 change a couple stock icons
884         * src/inc.c
885         * src/send_message.c
886         * src/gtk/progressdialog.c
887         * src/gtk/progressdialog.h
888                 sync main's GtkTreeView implementation
889
890 2005-06-14 [colin]      1.9.11cvs65
891
892         * src/imap.c
893                 Various little fixes, mainly on error paths
894
895 2005-06-13 [colin]      1.9.11cvs64
896
897         * matcher.c
898         * procmsg.c
899         * procmsg.h
900                 Add a way to fetch only headers. This speeds
901                 up filtering on headers for IMAP. Fixes:
902                 bug #481 extraneous imap commands slow down 
903                         imap filtering
904                 bug #522 Sylpheed downloads all messages 
905                         when opening mailbox (IMAP)
906                 bug #677 IMAP fetch is soooooooooooooo slow
907         * src/folder.c
908         * src/folder.h
909                 Add a folder set_batch method so that
910                 implementations can speed up flags changes
911         * src/folderutils.c
912         * src/summaryview.c
913                 Use that in mark as (un)read and mark all read
914                 Refix bug #679
915         * src/imap.c
916                 Implement set_batch - brings back deferred
917                 flags in a less buggy manner. Fixes:
918                 bug #729 IMAP immediate expunge of deleted messages
919                 bug #191 remove list of messages with one command
920                 Fix login with strange chars
921                 Implement fetch_msg_full
922                 Fix copy (wrong counts)
923
924 2005-06-12 [colin]      1.9.11cvs63
925
926         * src/folder.c
927                 lock incorporation during long operations.
928                 Avoids fucking up the IMAP socket.
929
930 2005-06-12 [colin]      1.9.11cvs62
931
932         * src/imap.c
933                 Fix harmful typo
934                 Factorize remove_all_msg
935                 Thread-ize expunge
936         * src/summaryview.c
937                 Don't update partial-download status if unnecessary
938         * src/folder.c
939                 Use remove_msgs everywhere possible
940
941 2005-06-12 [colin]      1.9.11cvs61
942
943         * src/folder.c
944         * src/folder.h
945                 Add a remove_msgs function to remove a 
946                 list of messages
947         * src/imap.c
948                 Implement that.
949
950 2005-06-12 [colin]      1.9.11cvs60
951
952         * src/imap.c
953                 Remove flags-processing deferring... Too hard
954                 to get it to work in all cases.
955
956 2005-06-11 [colin]      1.9.11cvs59
957
958         * src/imap.c
959                 printf -> debug_print
960
961 2005-06-11 [colin]      1.9.11cvs58
962
963         * src/imap.c
964                 o Fix build without USE_PTHREAD
965                 o Factorize imap_open
966                 o Alertpanel in case of impossible connection
967                 o Alertpanel in case of impossible login
968                 o Fix deferred flags processing to force a 
969                   flush before adding some more flags to process,
970                   but in another folder.
971
972 2005-06-10 [colin]      1.9.11cvs57
973
974         * src/imap.c
975                 o Fix a format string error
976                 o init ssl socket outside of the thread 
977                   (it possibly invokes gtk calls)
978         * src/procmime.c
979                 o Put back the buffer to its necessary size
980                 o Fix changing a file pointer without keeping
981                   track of it (thanks Valgrind)
982         * src/common/smtp.c
983                 o Fix automatic STARTTLS if login should be done
984                   and the server only allows it after starting TLS
985         * src/gtk/gtkinputdialog.c
986                 o Eat GDK_Return so that the combo popup doesn't 
987                   appear when we press Enter to validate the combo
988                   input dialog (as seen in the Open with... dialog)
989
990 2005-06-10 [colin]      1.9.11cvs56
991
992         * src/imap.c
993                 o A bit less debug
994                 o Fix a crash on deletion
995                 o Threadize imap_select (it's called outside of 
996                   threads)
997                 o Defer treatment of DELETED flags
998
999
1000 2005-06-09 [colin]      1.9.11cvs55
1001
1002         * src/imap.c
1003                 Make sure we check imap_gtk_should_override(), which
1004                 potentially calls gtk stuff, before creating thread.
1005                 That way it should't be called via imap_get_session()
1006                 inside a thread.
1007
1008 2005-06-09 [colin]      1.9.11cvs54
1009
1010         * src/imap.c
1011                 o add a bit of status output
1012                 o remove some dead code
1013                 o threadize get_list_of_uids
1014                 o threadize imap_get_flags
1015                 o defer flag changing by 500ms so that they
1016                   can be batched
1017
1018
1019 2005-06-08 [colin]      1.9.11cvs53
1020
1021         * src/imap.c
1022                 Thread-ize imap_cmd_fetch
1023
1024 2005-06-08 [colin]      1.9.11cvs52
1025
1026         * src/main.c
1027                 Mmh, that broke POP3...
1028
1029 2005-06-08 [colin]      1.9.11cvs51
1030
1031         * src/main.c
1032                 Stabilize IMAP patch (thanks to Hoa)
1033
1034 2005-06-08 [colin]      1.9.11cvs50
1035
1036         * src/imap.c
1037                 Test patch to speed up imap. 
1038
1039 2005-06-08 [colin]      1.9.11cvs49
1040
1041         * src/imap_gtk.c
1042                 Warning fix
1043         * src/procmime.c
1044                 Apply patch from gentoo to use /usr/share/mime/globs if 
1045                 available, after un-breaking it
1046         * src/common/log.c
1047         * src/common/log.h
1048                 Use g_timeout for invoking hooks that possibly use gtk
1049                 calls. This should leave gtk calls in the main thread.
1050
1051 2005-06-08 [paul]       1.9.11cvs48
1052
1053         * src/codeconv.c
1054                 conv_get_outgoing_charset_str(): don't
1055                 use prefs_common setting
1056         * src/compose.c
1057         * src/compose.h
1058                 add /Options/Character encoding/... to
1059                 temporarily change the outgoing encoding
1060
1061         (belated sync with main)
1062
1063 2005-06-08 [paul]       1.9.11cvs47
1064
1065         * src/compose.c
1066                 correction to/completion of last
1067                 sync with main
1068
1069 2005-06-08 [paul]       1.9.11cvs46
1070
1071         sync with main:
1072         
1073         * src/codeconv.c
1074         * src/codeconv.h
1075                 always enabled Japanese auto-detection
1076                 if the first letters of locale string
1077                 is "ja"
1078         * src/compose.c
1079                 don't use "destroy" signal to destroy
1080                 Compose object (fix rare crashes on discard?)
1081         * src/mainwindow.c
1082         * src/messageview.c
1083         * src/prefs_send.c
1084                 added Hebrew encodings
1085         * src/sourcewindow.c
1086                 don't use "destroy" signal to destroy
1087                 objects
1088
1089 2005-06-07 [colin]      1.9.11cvs45
1090
1091         * src/summaryview.c
1092                 Add missing unlocks/locks
1093
1094 2005-06-07 [paul]       1.9.11cvs44
1095
1096         * src/summaryview.c
1097                 restore bug #749 fix
1098
1099 2005-06-06 [colin]      1.9.11cvs43
1100
1101         * src/summaryview.c
1102                 Fix selection bug when prefs_common.open_unread 
1103                 is FALSE
1104
1105 2005-06-06 [colin]      1.9.11cvs42
1106
1107         * src/common/md5.c
1108                 Fix a warning
1109         * src/summaryview.c
1110         * src/folderview.c
1111                 Factorize long operations beginning and end
1112                 (locking, freezing/thawing, cursor, ...)
1113                 Check selection->data member in selection-
1114                 related loops; this avoids dying an awful
1115                 death if the selection changes on us while
1116                 we're marking a whole IMAP folder unread, 
1117                 for example.
1118
1119 2005-06-06 [paul]       1.9.11cvs41
1120
1121         * src/textview.c
1122                 don't g_free() a static gchar buffer
1123
1124 2005-06-05 [colin]      1.9.11cvs40
1125
1126         * src/mainwindow.c
1127         * src/messageview.c
1128         * src/summaryview.c
1129                 Fix bug #749 (Show all headers should be
1130                 sticky as the GUI suggests)
1131
1132 2005-06-03 [paul]       1.9.11cvs39
1133
1134         * src/compose.c
1135                 don't allow editing of mail while sending.
1136                 patch by Colin
1137
1138 2005-06-03 [paul]       1.9.11cvs38
1139
1140         * src/folderview.c
1141                 add a freeze/thaw to speed up 'mark all read'
1142
1143 2005-06-03 [paul]       1.9.11cvs37
1144
1145         * src/prefs_message.c
1146                 reflect changes immediately
1147
1148 2005-06-02 [colin]      1.9.11cvs36
1149
1150         * po/POTFILES.in
1151                 Patch by Fabien Vantard.
1152
1153 2005-06-02 [colin]      1.9.11cvs35
1154
1155         * src/imap.c
1156                 Use a non-blocking imap_getline() if possible.
1157                 This should completely prevent the interface
1158                 from freezin on imap operations, although it
1159                 may do strange stuff in case of folder switching
1160                 while a big imap operation is taking place...
1161
1162                 In addition, fix a leak in the case thread
1163                 creation fails on connection.
1164
1165 2005-06-02 [colin]      1.9.11cvs34
1166
1167         * src/crash.c
1168         * src/prefs_common.h
1169                 Fix build (prefs_common_init() doesn't exist
1170                 anymore)
1171
1172 2005-06-02 [colin]      1.9.11cvs33
1173
1174         * src/prefs_account.c
1175                 Fix bug #245 (filtering rules broken when
1176                 renaming a remote account (imap4 or nntp)
1177
1178 2005-06-02 [colin]      1.9.11cvs32
1179
1180         * src/imap.c
1181                 Try to fix IMAP shortcomings: 
1182                 o Multithread imap_open()
1183                 o allow offline-mode overriding instead of
1184                   just returning NULL
1185         * src/imap_gtk.c
1186         * src/imap_gtk.h
1187                 Add a function to ask whether we want to
1188                 override offline-mode for 10 minutes (one-shot
1189                 asking was painful)
1190         * src/procheader.c
1191                 Fix segfault when imap parser isn't happy about
1192                 a missing {
1193
1194 2005-06-01 [colin]      1.9.11cvs31
1195
1196         * src/addrharvest.c
1197         * src/compose.c
1198         * src/mbox.c
1199         * src/mbox.h
1200         * src/mh.c
1201         * src/msgcache.c
1202         * src/send_message.c
1203         * src/setup.c
1204         * src/undo.c
1205         * src/common/hooks.c
1206         * src/common/prefs.c
1207         * src/common/template.c
1208         * src/common/utils.c
1209         * src/gtk/gtkutils.c
1210         * src/gtk/inputdialog.c
1211         * src/gtk/menu.c
1212         * src/gtk/pluginwindow.c
1213         * src/gtk/prefswindow.c
1214         * src/plugins/pgpmime/passphrase.c
1215         * src/plugins/pgpmime/prefs_gpg.c
1216                 More -Wall fixes
1217
1218         * src/common/Makefile.am
1219         * src/common/timing.h
1220                 Add basic timing code
1221
1222         * src/summaryview.c
1223                 Fix a bug with unread messages when 
1224                 re-sorting folders, and by the way
1225                 fix a big performance hit when 
1226                 re-sorting (10k mails: before 5s,
1227                 after .5s)
1228
1229         * src/prefs_compose_writing.c
1230         * src/prefs_compose_writing.h
1231         * src/prefs_message.c
1232         * src/prefs_message.h
1233         * src/prefs_other.c
1234         * src/prefs_other.h
1235         * src/prefs_quote.c
1236         * src/prefs_quote.h
1237         * src/prefs_receive.c
1238         * src/prefs_receive.h
1239         * src/prefs_send.c
1240         * src/prefs_send.h
1241         * src/prefs_summaries.c
1242         * src/prefs_summaries.h
1243                 Fix copyright banner
1244
1245 2005-06-01 [paul]       1.9.11cvs30
1246
1247         * po/fi.po
1248                 updated by Flammie Pirinen
1249         * src/procmime.c
1250                 fix 'Bad BASE64 content' output
1251
1252 2005-05-31 [colin]      1.9.11cvs29
1253
1254         * src/procmime.c
1255                 Oops, where did my hunk go.
1256
1257 2005-05-31 [colin]      1.9.11cvs28
1258
1259         * src/Makefile.am
1260         * src/account.c
1261         * src/action.c
1262         * src/addr_compl.c
1263         * src/addressbook.c
1264         * src/codeconv.c
1265         * src/compose.c
1266         * src/export.c
1267         * src/folder.c
1268         * src/folderview.c
1269         * src/image_viewer.c
1270         * src/main.c
1271         * src/mainwindow.c
1272         * src/messageview.c
1273         * src/mimeview.c
1274         * src/msgcache.c
1275         * src/prefs_account.c
1276         * src/prefs_actions.c
1277         * src/prefs_common.c
1278         * src/prefs_compose_writing.c
1279         * src/prefs_customheader.c
1280         * src/prefs_ext_prog.c
1281         * src/prefs_filtering.c
1282         * src/prefs_filtering_action.c
1283         * src/prefs_fonts.c
1284         * src/prefs_image_viewer.c
1285         * src/prefs_message.c
1286         * src/prefs_message.h
1287         * src/prefs_msg_colors.c
1288         * src/prefs_other.c
1289         * src/prefs_other.h
1290         * src/prefs_quote.c
1291         * src/prefs_receive.c
1292         * src/prefs_receive.h
1293         * src/prefs_send.c
1294         * src/prefs_send.h
1295         * src/prefs_spelling.c
1296         * src/prefs_summaries.c
1297         * src/prefs_summary_column.c
1298         * src/prefs_template.c
1299         * src/prefs_themes.c
1300         * src/prefs_toolbar.c
1301         * src/prefs_wrapping.c
1302         * src/procmime.c
1303         * src/procmsg.c
1304         * src/send_message.h
1305         * src/ssl_manager.c
1306         * src/summary_search.c
1307         * src/summaryview.c
1308         * src/textview.c
1309         * src/wizard.c
1310         * src/common/smtp.c
1311         * src/common/smtp.h
1312         * src/gtk/gtkutils.h
1313                 o Move the rest of Common prefs to new style
1314                 o Lots of -Wall warning fixes
1315                 o fix FIXME in cache memusage calculation
1316                 o Let return receipts be sent from any account
1317                 o Little cache optimisation (read)
1318                 o Fix bug #746 (don't treat commas as separators
1319                   when inside a quoted string)
1320
1321 2005-05-31 [paul]       1.9.11cvs27
1322
1323         * src/prefs_common.c
1324                 fix 'off-by-one' typo
1325
1326 2005-05-31 [paul]       1.9.11cvs26
1327
1328         * src/account.c
1329         * src/addr_compl.c
1330         * src/compose.c
1331         * src/foldersel.c
1332         * src/prefs_actions.c
1333         * src/prefs_common.c
1334         * src/prefs_common.h
1335         * src/prefs_customheader.c
1336         * src/prefs_display_header.c
1337         * src/prefs_filtering.c
1338         * src/prefs_filtering_action.c
1339         * src/prefs_matcher.c
1340         * src/prefs_summaries.c
1341         * src/prefs_summary_column.c
1342         * src/prefs_template.c
1343         * src/prefs_toolbar.c
1344         * src/ssl_manager.c
1345         * src/gtk/pluginwindow.c
1346         * src/gtk/prefswindow.c
1347         * src/gtk/progressdialog.c
1348                 add hidden prefs 'enable_rules_hint'
1349                 for gtk_tree_view_set_rules_hint()
1350                 (sync with main)
1351                 
1352
1353 2005-05-31 [colin]      1.9.11cvs25
1354
1355         * src/Makefile.am
1356         * src/main.c
1357         * src/prefs_common.c
1358         * src/prefs_summaries.c ** ADDED **
1359         * src/prefs_summaries.h ** ADDED **
1360                 Common/Display -> Display/Summaries
1361
1362 2005-05-31 [colin]      1.9.11cvs24
1363
1364         * src/Makefile.am
1365         * src/main.c
1366         * src/prefs_quote.c ** ADDED **
1367         * src/prefs_quote.h ** ADDED **
1368                 Move Common/Quote to Compose/Quoting
1369         * src/prefs_common.c
1370         * src/prefs_common.h
1371                 Remove old quote stuff, add
1372                 convenience functions for GtkTextView prefs
1373         * src/gtk/prefswindow.c
1374                 Set default height higher
1375
1376 2005-05-30 [colin]      1.9.11cvs23
1377
1378         * src/Makefile.am
1379         * src/main.c
1380         * src/prefs_common.c
1381         * src/prefs_compose_writing.c ** ADDED **
1382         * src/prefs_compose_writing.h ** ADDED **
1383                 Move Common/Compose prefs to Compose/Writing
1384
1385 2005-05-30 [colin]      1.9.11cvs22
1386
1387         * src/common/utils.c
1388                 Fix bug #651 (Confused Attract by Subject)
1389                 Patch by M. Benkmann <haferfrost@web.de>
1390         * AUTHORS
1391
1392 2005-05-30 [colin]      1.9.11cvs21
1393
1394         * src/compose.c
1395                 Fix concatenation of different headers of
1396                 the same type (bug #645)
1397         * src/prefs_folder_item.c
1398                 Fix bug #699 (setting color to black doesn't
1399                 work immediately)
1400         * src/procmime.c
1401                 Print out decoding error only once per
1402                 block
1403
1404 2005-05-30 [paul]       1.9.11cvs20
1405
1406         * src/common/template.c
1407                 fix Bcc
1408
1409 2005-05-30 [paul]       1.9.11cvs19
1410
1411         * doc/src/rfc2368.txt   **NEW FILE**
1412         * src/compose.c
1413                 compose_entries_set(): don't interpret Bcc
1414                 header field (conform to RFC 2368)
1415                 (sync with main)
1416
1417 2005-05-29 [colin]      1.9.11cvs18
1418
1419         * src/prefs_common.c
1420                 Let the default reply format respect
1421                 netiquette by cutting the signature.
1422
1423 2005-05-29 [colin]      1.9.11cvs17
1424
1425         * src/summaryview.c
1426                 Don't let always_show_msg override
1427                 open_unread_on_enter when opening a new
1428                 directory.
1429
1430 2005-05-27 [paul]       1.9.11cvs16
1431
1432         sync with main:
1433
1434         * src/main.c
1435                 app_will_exit(): cleanup tmp directory when exit
1436         * src/message_search.c
1437                 improved the interface and made code cleanup.
1438                 removed Clear button
1439         * src/send_message.c
1440                 send_message_local(): use GSpawn, and detect errors
1441         * src/summary_search.c
1442                 improved the interface and made code cleanup
1443         * src/textview.c
1444                 textview_write_link(): also skip non-ascii space
1445                  at the head of link strings (phishing check
1446                  didn't work at the case)
1447         * src/common/utils.c
1448                 get_command_output(): use g_spawn_command_line_sync()
1449                 instead of popen()
1450
1451 2005-05-26 [colin]      1.9.11cvs15
1452
1453         * src/folder.c
1454                 remove printf
1455
1456 2005-05-26 [colin]      1.9.11cvs14
1457
1458         * src/common/nntp.c
1459                 Fix nntp mode reader (bug #611)
1460                 Patch by Florian Mickler <florian@mickler.org>
1461
1462 2005-05-26 [colin]      1.9.11cvs13
1463
1464         * src/plugins/pgpmime/passphrase.c
1465                 Fix mouse grabbing (bug #557)
1466
1467 2005-05-26 [colin]      1.9.11cvs12
1468
1469         * src/prefs_themes.c
1470                 Fix g_warning (bug #541)
1471
1472 2005-05-26 [colin]      1.9.11cvs11
1473
1474         * src/prefs_actions.c
1475         * src/prefs_template.c
1476                 Fix bug #506 (no warning if action/template
1477                 is not saved)
1478         * src/common/template.c
1479                 Fix a possible crash
1480
1481 2005-05-26 [colin]      1.9.11cvs10
1482
1483         * src/folder.c
1484         * src/folderview.c
1485         * src/procmsg.c
1486         * src/summaryview.c
1487                 Forbid locked messages to be moved or
1488                 deleted. Locked messages in trashes 
1489                 still get deleted, for performance
1490                 reason (mh.c::mh_remove_all_msgs)
1491
1492 2005-05-25 [colin]      1.9.11cvs9
1493
1494         * src/procmime.c
1495                 Use correct encoding when sending mails
1496                 with attachments that have accentued 
1497                 chars in their name
1498
1499 2005-05-24 [colin]      1.9.11cvs8
1500
1501         * src/summaryview.c
1502                 Fix bug #688 f) read/unread marker not
1503                 changed on first click
1504                 Also, optimize summary_status_show()
1505                 calls
1506         * src/folder.c
1507         * src/inc.c
1508         * src/procmime.c
1509                 Fix bug #688 b) and c) wrt message
1510                 attachments and signature
1511         * src/stock_pixmap.c
1512         * src/stock_pixmap.h
1513         * src/stock_pixmap.c
1514         * src/stock_pixmap.h
1515         * src/Makefile.am
1516         * src/pixmaps/clip_gpg_signed.xpm
1517                 Add clip/signed icon
1518
1519 2005-05-24 [colin]      1.9.11cvs7
1520
1521         * src/folder_item_prefs.c
1522                 whitespace fix
1523
1524 2005-05-24 [colin]      1.9.11cvs6
1525
1526         * src/folderview.c
1527         * src/prefs_common.c
1528         * src/prefs_common.h
1529                 Add a confirmation to folder drag and drop
1530                 fixes bug #156
1531         * src/alertpanel.c
1532         * src/alertpanel.h
1533                 fix _with_disable parameters so that
1534                 the buttons labels are specifiable too
1535         * src/plugins/pgpmime/sgpgme.c
1536                 reflect said change
1537                 
1538
1539 2005-05-24 [colin]      1.9.11cvs5
1540
1541         * src/folderview.c
1542                 Uncollapse/collapse folders on double-click
1543                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1544                 closes bug #108
1545
1546 2005-05-23 [colin]      1.9.11cvs4
1547
1548         * src/common/socket.c
1549                 Check another special SSL_peek() error.
1550                 Should help wrt bug #728
1551
1552 2005-05-23 [colin]      1.9.11cvs3
1553
1554         * src/plugins/pgpmime/pgpmime.c
1555                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1556                 breaking menu accelerators and stuff. Users will have to
1557                 reselect "PGP MIME" instead of "PGP/MIME" in their 
1558                 account's privacy preferences if needed.
1559
1560 2005-05-22 [paul]
1561
1562         * tools/kdeservicemenu/install.sh
1563                 use kdesu to prompt for root password if doing
1564                 global install/uninstall
1565
1566 2005-05-20 [colin]      1.9.11cvs2
1567
1568         * src/procmsg.c
1569                 Fix another compilation error with gcc-2.9x
1570                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1571         * src/send_message.c
1572                 Don't send QUIT if we aren't connected
1573
1574 2005-05-19 [colin]      1.9.11cvs1
1575
1576         * src/procmsg.c
1577                 Fix compilation with gcc 2.9x
1578
1579 2005-05-19 [paul]       1.9.11
1580
1581         1.9.11 released
1582
1583 2005-05-19 [paul]       1.9.9cvs14
1584
1585         * src/gtk/inputdialog.c
1586                 prevent gettext warning
1587
1588 2005-05-19 [paul]       1.9.9cvs13
1589
1590         * src/mainwindow.c
1591         * src/prefs_common.c
1592         * src/prefs_common.h
1593         * src/textview.c
1594         * src/textview.h
1595                 add an option to toggle cursor in message
1596                 view (sync with main)
1597
1598 2005-05-18 [colin]      1.9.9cvs12
1599
1600         * src/compose.c
1601                 Dereference freed pointer
1602         * src/gtk/gtkaspell.c
1603                 Fix duplication of dictionaries (is it an aspell issue?)
1604
1605 2005-05-18 [colin]      1.9.9cvs11
1606
1607         * src/gtk/inputdialog.c
1608         * src/gtk/gtkaspell.c
1609                 HIGuify dialogs
1610         * src/alertpanel.c
1611                 Remove a double call
1612
1613 2005-05-17 [colin]      1.9.9cvs10
1614
1615         * src/gtk/gtkaspell.c
1616                 Fix dialogs, Ctrl-Enter accel
1617
1618 2005-05-17 [colin]      1.9.9cvs9
1619
1620         * src/gtk/gtkaspell.c
1621                 Fix some accelerators, escape in replace-window
1622
1623 2005-05-16 [colin]      1.9.9cvs8
1624
1625         * src/gtk/gtkaspell.c
1626                 Revert last commit, it was a mistake.
1627
1628 2005-05-16 [colin]      1.9.9cvs7
1629
1630         * src/gtk/gtkaspell.c
1631                 Remove buggy code while we're at it. It's a 
1632                 dead code path anyway.
1633
1634 2005-05-16 [colin]      1.9.9cvs6
1635
1636         * src/gtk/gtkaspell.c
1637                 Missed some gtk_menu_popup where deactivate
1638                 signal should be handled. Should fix bug
1639                 #629 a bit more.
1640
1641 2005-05-16 [colin]      1.9.9cvs5
1642
1643         * src/gtk/gtkaspell.c
1644                 Remove debug printf()s
1645
1646 2005-05-16 [colin]      1.9.9cvs4
1647
1648         * src/gtk/gtkaspell.c
1649                 Fix a bit aspell problems
1650                 (see bug #629)
1651
1652 2005-05-13 [colin]      1.9.9cvs3
1653
1654         * src/folderview.c
1655                 Fix the + appearing even when no subfolders
1656                 have unread messages. Thanks to wwp for the
1657                 bug report.
1658
1659 2005-05-11 [paul]       1.9.9cvs2
1660
1661         * src/folderview.c
1662                 correction to 1.9.9cvs1, only colour folders that
1663                 have new msgs (not unread msgs)
1664
1665 2005-05-10 [colin]      1.9.9cvs1
1666
1667         * src/folderview.c
1668         * src/summaryview.c
1669                 Try to fix bolding bugs again.
1670
1671 2005-05-09 [paul]
1672
1673         * tools/claws.i18n.status.pl
1674                 add Ricardo Mones Lastra's script that has been providing
1675                 the i18n status page for many months
1676
1677 2005-05-09 [paul]       1.9.9
1678
1679         1.9.9 release
1680
1681 2005-05-09 [paul]       1.9.6cvs58
1682
1683         * AUTHORS
1684         * INSTALL
1685         * README.claws
1686                 updated
1687         * Makefile.am 
1688         * RELEASE_NOTES.claws
1689                 add release notes to cvs to simplify release
1690                 procedure
1691         * configure.ac
1692                 add ca and fi to ALL_LINGUAS
1693         * po/Makefile.in.in
1694                 workaround for missing Makevars
1695         * po/ca.po
1696         * po/fi.po
1697                 add new Catalan and Finnish translations
1698                 submitted by Miquel Oliete and Flammie Pirinen
1699         * po/de.po
1700         * po/es.po
1701         * po/fr.po
1702         * po/it.po
1703         * po/pl.po
1704         * po/ru.po
1705         * po/sk.po
1706         * po/sr.po
1707         * po/zh_CN.po
1708                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1709                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1710                 Urke MMI, and Hansom Young
1711         * src/main.c
1712                 Fix drafting when quitting. compose_draft() closes the
1713                 compose windows, which modifies the compose_list GSList.
1714                 We have to refresh this list after echo drafting to avoid a
1715                 segfault
1716         * src/partial_download.c
1717                 fix segfault on exit
1718
1719 2005-05-06 [paul]       1.9.6cvs57
1720
1721         * src/grouplistdialog.c
1722                 quick fix/workaround for unresizeable newsgroup
1723                 name column 
1724
1725 2005-05-06 [paul]       1.9.6cvs56
1726
1727         * src/inc.c
1728         * src/mainwindow.c
1729                 use gettext plural forms
1730         * src/imap_gtk.c
1731         * src/mh_gtk.c
1732         * src/toolbar.c
1733                 small improvement to english usage
1734
1735 2005-05-05 [thorsten]   1.9.6cvs55
1736
1737         * src/folder.c
1738                 fix possible crash
1739
1740 2005-05-05 [paul]       1.9.6cvs54
1741         
1742         sync with HEAD
1743
1744         * AUTHORS
1745         * src/compose.c
1746                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1747                 patch by Tim Mann
1748
1749 2005-05-05 [paul]       1.9.6cvs53
1750
1751         * src/mainwindow.c
1752                 fix resizing of separate message and
1753                 folder views
1754
1755 2005-05-05 [paul]       1.9.6cvs52
1756
1757         * src/account.c
1758         * src/addrgather.c
1759         * src/browseldap.c
1760         * src/exphtmldlg.c
1761         * src/expldifdlg.c
1762         * src/importmutt.c
1763         * src/importpine.c
1764         * src/main.c
1765         * src/mainwindow.c
1766         * src/noticeview.c
1767         * src/prefs_filtering.c
1768         * src/prefs_filtering_action.c
1769         * src/prefs_matcher.c
1770         * src/prefs_spelling.c
1771         * src/prefs_toolbar.c
1772         * src/toolbar.c
1773         * src/wizard.c
1774         * src/gtk/description_window.c
1775         * src/gtk/gtkvscrollbutton.c
1776         * src/gtk/progressdialog.c
1777         * src/gtk/quicksearch.c
1778         * src/plugins/pgpmime/prefs_gpg.c
1779         * src/plugins/spamassassin/spamassassin_gtk.c
1780                 replace deprecated gtk_widget_set_usize
1781
1782 2005-05-04 [colin]      1.9.6cvs51
1783
1784         * src/common/utils.c
1785                 Fix crash when subst_for_filename is called
1786                 with a NULL parameter
1787
1788 2005-05-04 [colin]      1.9.6cvs50
1789
1790         * src/partial_download.c
1791         * src/pop.c
1792                 Escape login when writing uidl file
1793                 fixes bug #736
1794
1795 2005-05-03 [colin]      1.9.6cvs49
1796
1797         * src/procmime.c
1798                 Fix possible DOS in mime parser
1799                 (see bug #634)
1800
1801 2005-05-02 [colin]      1.9.6cvs48
1802
1803         * src/compose.c
1804                 Try to fix the copy/paste mess once again.
1805
1806
1807 2005-04-30 [colin]      1.9.6cvs47
1808
1809         * src/prefs_account.h
1810         * src/procmsg.c
1811         * src/send_message.c
1812         * src/common/smtp.c
1813         * src/common/smtp.h
1814                 Try to batch sending mails (per account) instead of
1815                 reconnecting to server every time.
1816
1817 2005-04-29 [colin]      1.9.6cvs46
1818
1819         * src/messageview.c
1820                 Fix window resizing that refused to size down
1821         * src/prefs_common.c
1822         * src/prefs_common.h
1823         * src/prefs_filtering.c
1824                 Save Filtering's window size
1825
1826 2005-04-21 [paul]       1.9.6cvs45
1827
1828         * ChangeLog-gtk2.claws
1829         * src/setup.c
1830                 correction to sync
1831
1832 2005-04-21 [paul]       1.9.6cvs44
1833
1834         sync with main:
1835
1836         * src/setup.c
1837         * src/statusbar.c
1838         * src/statusbar.h
1839                 use gtkut_widget_draw_now(). Improved performance
1840                 of the update of statusbar
1841         * src/textview.c
1842                 textview_smooth_scroll_do(): redraw it after scroll
1843                 is done (fixed incorrect display when a part of the
1844                 view is hidden).
1845         * src/gtk/gtkutils.c
1846         * src/gtk/gtkutils.h
1847                 gtkut_widget_draw_now(): use gdk_window_process_updates()
1848                 to force update of widgets.
1849                 Removed gtkut_widget_wait_for_draw() which had a big
1850                 overhead  because of waiting for all events processed 
1851
1852 2005-04-20 [paul]       1.9.6cvs43
1853
1854         * src/codeconv.c
1855                 complete 1.9.6cvs42's sync:
1856                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
1857
1858 2005-04-19 [paul]       1.9.6cvs42
1859
1860         sync with main:
1861
1862         * src/action.c
1863                 catch_output(): correctly select the insert text
1864                 (fix invalid iterator warnings).
1865         * src/codeconv.c
1866         * src/codeconv.h
1867         * src/mainwindow.c
1868         * src/messageview.c
1869         * src/prefs_common.c
1870                 support GBK encoding.
1871         * src/common/session.c
1872         * src/common/session.h
1873                 use separate buffer for large data to be sent,
1874                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
1875
1876 2005-04-18 [paul]       1.9.6cvs41
1877
1878         * src/jpilot.c
1879                 convert unsigned long into guint32
1880                 patch by Paul LeoNerd Evans 
1881
1882 2005-04-17 [colin]      1.9.6cvs40
1883
1884         * src/compose.c
1885                 Fix 'Request return receipt' from folder
1886                 properties (bug #708)
1887
1888 2005-04-17 [colin]      1.9.6cvs39
1889
1890         * src/mainwindow.c
1891                 Fix duplicate hotkeys in Mainwindow's menu
1892
1893 2005-04-17 [colin]      1.9.6cvs38
1894
1895         * src/folderview.c
1896                 Fix duplicate hotkeys in Folderview's contextual
1897                 menu
1898
1899 2005-04-15 [colin]      1.9.6cvs37
1900
1901         * src/summaryview.c
1902                 Fix 'Save as...' with non-ascii filenames
1903
1904 2005-04-15 [colin]      1.9.6cvs36
1905
1906         * src/plugins/pgpmime/pgpmime.c
1907                 Fix bus error on 64bit. Spotted by 
1908                 macallan1888@gmail.com
1909
1910 2005-04-15 [colin]      1.9.6cvs35
1911
1912         * src/prefs_account.c
1913                 Fix cvs34.
1914
1915 2005-04-12 [colin]      1.9.6cvs34
1916
1917         * src/prefs_account.c
1918                 Fix smtp auth type off-by-one. We forgot to
1919                 add PLAIN in the prefs-to-gui setter func and
1920                 as a result, the selected auth when opening
1921                 account prefs was not the correct one.
1922
1923 2005-04-12 [paul]       1.9.6cvs33
1924
1925         * src/inc.c
1926                 if the recv dialog is visible, Cancel only
1927                 cancels the current account
1928
1929
1930 2005-04-10 [colin]      1.9.6cvs32
1931
1932         * src/filtering.c
1933                 Copy score when copying FilteringActions
1934                 Fix bug #674
1935
1936 2005-04-10 [colin]      1.9.6cvs31
1937
1938         * src/inc.c
1939                 Make Message -> Receive -> Cancel cancel 
1940                 incorporation on all accounts. Fixes
1941                 bug #693
1942
1943 2005-04-10 [colin]      1.9.6cvs30
1944
1945         * src/prefs_account.c
1946                 Update Privacy checkbuttons status based
1947                 on the selected privacy system
1948         * src/compose.c
1949                 Always connect the "None" privacy system; the
1950                 static boolean was probably there to avoid
1951                 reconnecting twice in the same compose window,
1952                 but as the parent function is only called once
1953                 per compose, it's only a bug - as a static is
1954                 initialized once per application instance.
1955                 Also, don't uncheck Sign and Encrypt when
1956                 selecting None as privacy system; just ignore
1957                 them when sending/queuing.
1958                 Should fix bug #695
1959
1960 2005-04-08 [colin]      1.9.6cvs29
1961
1962         * src/account.c
1963         * src/prefs_account.c
1964         * src/prefs_account.h
1965                 Add account preference to queue message in a certain
1966                 folder.
1967
1968 2005-04-06 [colin]      1.9.6cvs28
1969
1970         * src/prefs_account.c
1971                 Update old inbox path syntax
1972
1973 2005-04-06 [paul]       1.9.6cvs27
1974
1975         sync with main:
1976
1977         * configure.ac
1978                 changed -traditional-cpp to -no-cpp-precomp for newer
1979                 Mac OS X support
1980         * src/foldersel.c
1981                 made column resize automatically
1982         * src/send_message.c
1983                 send_message_smtp(): consider EOF right after QUIT
1984                 successful (workaround for Gmail SMTP server)
1985         * src/common/socket.c
1986                 ssl_read(), ssl_peek(): check EOF which violates the
1987                 SSL protocol
1988         * src/gtk/colorlabel.c
1989                 removed warnings when displaying colorlabel menu
1990                 (don't use GtkAlignment)
1991
1992 2005-04-05 [paul]       1.9.6cvs26
1993
1994         * src/plugins/trayicon/trayicon.c
1995                 fix clipping of icon under KDE3 
1996
1997 2005-04-05 [paul]       1.9.6cvs25
1998
1999         * src/summaryview.c
2000                 hide display of threading
2001                 patch by Alfons
2002
2003 2005-04-04 [thorsten]   1.9.6cvs24
2004
2005         * src/mh.c
2006                 marks lost on filesystems with different stat() results on
2007                 summer-/wintertime
2008
2009 2005-04-03 [colin]      1.9.6cvs23
2010
2011         * src/summaryview.c
2012                 Don't handle up/down. Patch by Alfons
2013
2014 2005-04-02 [colin]      1.9.6cvs22
2015
2016         * src/summaryview.c
2017                 Make scrolling faster. Patch by Alfons.
2018
2019 2005-04-01 [colin]      1.9.6cvs21
2020
2021         * src/Makefile.am
2022         * src/stock_pixmap.c
2023         * src/pixmaps/dir-noselect.xpm ** REMOVED **
2024         * src/pixmaps/dir_noselect.xpm ** ADDED **
2025                 Fix pixmap name mismatch (Thanks Stephan Sachse)
2026
2027 2005-04-01 [colin]      1.9.6cvs20
2028
2029         * src/image_viewer.c
2030         * src/image_viewer.h
2031         * src/procmime.c
2032         * src/procmime.h
2033         * src/textview.c
2034         * src/textview.h
2035                 Implement inline image resizing and right-clicking
2036
2037 2005-04-01 [paul]       1.9.6cvs19
2038
2039         * AUTHORS
2040         * Makefile.am
2041         * configure.ac
2042                 check for gnome2
2043                 patch by Luca Cavalli <loopback<AT>slackit.org>
2044         * po/ru.po
2045                 updated by Pavlo Bohmat
2046
2047 2005-03-31 [colin]      1.9.6cvs18
2048
2049         * src/news.c
2050                 Fix parsing references
2051         * src/msgcache.c
2052                 don't put nulls in the references list
2053         * src/procheader.c
2054                 commit that forgotten file in 1.9.6cvs14
2055
2056 2005-03-31 [colin]      1.9.6cvs17
2057
2058         * src/compose.c
2059                 Fix joining of signature separator again. 
2060                 Maybe Hiro could put it in main too...
2061
2062 2005-03-31 [colin]      1.9.6cvs16
2063
2064         * src/Makefile.am
2065         * src/foldersel.c
2066         * src/stock_pixmap.c
2067         * src/stock_pixmap.h
2068         * src/pixmaps/dir-noselect.xpm
2069                 Update foldersel.c (sync from main, patch by Alfons)
2070
2071 2005-03-30 [colin]      1.9.6cvs15
2072
2073         * src/imap.c
2074                 Fix handling of imap folders containing [] in 
2075                 their name. Thanks to Nahuel Angelinetti for
2076                 the detailed bugreport.
2077
2078 2005-03-30 [colin]      1.9.6cvs14
2079
2080         * src/common/utils.h
2081         * src/common/utils.c
2082         * src/common/defs.h
2083         * src/matcher.c
2084         * src/msgcache.c
2085         * src/news.c
2086         * src/procmsg.c
2087         * src/procmsg.h
2088         * src/quote_fmt_parse.y
2089         * src/summaryview.c
2090                 Update references system. Patch by Alfons
2091
2092 2005-03-30 [colin]      1.9.6cvs13
2093
2094         * src/common/socket.c
2095                 Force the glibc to read resolv.conf again when 
2096                 it has changed. Should fix issues when changing
2097                 networks on a laptop and not restarting sylpheed. 
2098
2099 2005-03-30 [paul]       1.9.6cvs12
2100
2101         partial sync with main:
2102
2103         * src/action.c
2104                 create_io_dialog(): use user-defined text font
2105                 (thanks to Alfons), and modified its appearance.
2106         * src/addrgather.c
2107         * src/addrharvest.c
2108         * src/browseldap.c
2109                 replace old code
2110         * src/compose.c
2111                 don't join (presumably) itemized lines on line-wrapping
2112                 fixed wrapping of quote when auto-wrapping is enabled
2113                 compose_destroy(): destroy paned only if it's not
2114                 attached to window. Fixed memory leak of popup menu.
2115         * src/exphtmldlg.c
2116         * src/expldifdlg.c
2117                 replace old code
2118         * src/html.c
2119         * src/html.h
2120         * src/importmutt.c
2121         * src/importpine.c
2122                 replace old code
2123         * src/main.c
2124                 removed redundant code
2125         * src/mainwindow.c
2126                 changed 'Code set' (which is rather incorrect)
2127                 in the menu to 'Character encoding'
2128                 main_window_set_widgets(): request size first
2129                 to prevent window size becoming wrong
2130                 fixed remembering of the state of the visibility
2131                 of MessageView
2132         * src/messageview.c
2133                 changed 'Code set' (which is rather incorrect)
2134                 in the menu to 'Character encoding'
2135         * src/prefs_common.c
2136         * src/prefs_common.h
2137                 added an option whether to render HTML as text or not
2138                 added separators to outgoing encoding menu
2139         * src/procheader.c
2140                 procheader_scan_date_string(): support header
2141                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
2142         * src/summaryview.c
2143         * src/summaryview.h
2144                 minor code cleanup
2145         * src/textview.c
2146                 textview_show_html(): force output of newline
2147                 added an option whether to render HTML as text or not
2148         * src/common/utils.c
2149                 strncpy2(): optimized based on Alfons' code
2150         * src/gtk/gtkutils.c
2151         * src/gtk/gtkutils.h
2152                 removed non-used code
2153         * src/plugins/pgpmime/passphrase.c
2154                 partially fixed grab input of passphrase dialog
2155                 Confine pointer to window
2156
2157 2005-03-30 [colin]      1.9.6cvs11
2158
2159         * src/msgcache.c
2160         * src/msgcache.h
2161                 Read/write 32bit ints from cache & marks
2162                 From main.
2163
2164 2005-03-29 [paul]       1.9.6cvs10
2165
2166         * AUTHORS
2167         * ChangeLog.claws
2168         * src/compose.c
2169         * src/gtk/gtkaspell.c
2170                 sync with HEAD (don't pass NULL pointers) 
2171
2172 2005-03-24 [paul]
2173
2174         * tools/Makefile.am
2175         * tools/README
2176         * tools/acroread2sylpheed.pl
2177                 sync with HEAD (add script to send pdfs as
2178                 attachments from Adobe Reader 7)
2179
2180 2005-03-21 [paul]       1.9.6cvs9
2181
2182         * configure.ac
2183         * po/POTFILES.in
2184         * src/Makefile.am
2185         * src/crash.c
2186         * src/image_viewer.c ** ADDED **
2187         * src/image_viewer.h ** ADDED **
2188         * src/main.c
2189         * src/prefs_common.c
2190         * src/prefs_common.h
2191         * src/prefs_image_viewer.c ** ADDED **
2192         * src/prefs_image_viewer.h ** ADDED **
2193         * src/textview.c
2194         * src/gtk/about.c
2195         * src/pixmaps/sylpheed_logo.xpm
2196         * src/plugins/Makefile.am
2197         * src/plugins/image_viewer/.cvsignore ** REMOVED **
2198         * src/plugins/image_viewer/Makefile.am ** REMOVED **
2199         * src/plugins/image_viewer/plugin.c ** REMOVED **
2200         * src/plugins/image_viewer/viewer.c ** REMOVED **
2201         * src/plugins/image_viewer/viewer.glade ** REMOVED **
2202         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
2203         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
2204         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
2205         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
2206                 as gdk-pixbuf is now built-in
2207                 remove image_viewer plugin and put code back into
2208                 main codebase
2209                 implement inline image display (sync with main)
2210
2211                 replace logo with newer, nicer, larger version  
2212
2213 2005-03-21 [paul]       1.9.6cvs8
2214
2215         * src/gtk/about.c
2216                 cosmetic improvement
2217
2218 2005-03-21 [holger]     1.9.6cvs7
2219
2220         * src/plugins/spamassassin/spamassassin.c
2221                 Sync with HEAD
2222                 (unregister hook on failed plugin init)
2223
2224 2005-03-20 [colin]      1.9.6cvs6
2225
2226         * src/common/plugin.c
2227                 Check that plugin isn't already loaded
2228                 Patch by Alfons
2229
2230 2005-03-20 [thorsten]   1.9.6cvs5
2231
2232         * src/compose.c
2233                 use a more compatible syntax
2234
2235 2005-03-20 [thorsten]   1.9.6cvs4
2236
2237         * src/prefs_toolbar.c
2238                 fix crash when selecting toolbar item (uninitialized pointer)
2239
2240 2005-03-20 [thorsten]   1.9.6cvs3
2241
2242         * src/procmime.c
2243                 fix mimetype detection (referenced free()d string)
2244
2245 2005-03-20 [paul]       1.9.6cvs2
2246
2247         * src/compose.c
2248                 sync with HEAD (1.0.3cvs5)
2249                 neglect Reply-To header if empty
2250                 Patch by Alfons 
2251
2252 2005-03-19 [holger]     1.9.6cvs1
2253
2254         * src/summaryview.c
2255         * src/summaryview.h
2256                 Sync with HEAD
2257
2258 2005-03-18 [paul]       1.9.6
2259
2260         initial GTK2 release
2261
2262 2005-03-18 [paul]       1.0.3cvs3.1
2263
2264         * AUTHORS
2265         * ChangeLog.claws
2266         * configure.ac
2267         * src/gtk/about.c
2268         * src/pixmaps/sylpheed_logo.xpm
2269                 sync with HEAD
2270
2271 2005-03-18 [colin]      1.0.3cvs2.6
2272
2273         * src/summaryview.c
2274                 Remove call to summary_step in summary_copy_selected_to
2275                 Can't see its purpose, and this causes bug when copying
2276                 a message if the next one is unread: it reads it.
2277
2278 2005-03-18 [paul]       1.0.3cvs2.5
2279
2280         * src/foldersel.c
2281                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
2282
2283 2005-03-18 [paul]       1.0.3cvs2.4
2284
2285         * src/addrharvest.c
2286         * src/codeconv.c
2287         * src/codeconv.h
2288         * src/compose.c
2289         * src/news.c
2290         * src/procheader.c
2291         * src/procmime.c
2292         * src/unmime.c
2293         * src/unmime.h
2294                 fix buffer overflow, CAN-2005-0667, see
2295                 http://secunia.com/advisories/14491/
2296                 Patch by Alfons
2297
2298 2005-03-17 [colin]      1.0.3cvs2.3
2299
2300         * src/prefs_fonts.c
2301         * src/summaryview.c
2302                 Fix font bugs (both lists now officialy share 
2303                 the same font)
2304                 
2305
2306 2005-03-17 [paul]       1.0.3cvs2.2
2307
2308         * src/gtk/pluginwindow.c
2309                 make plugin descriptions uneditable
2310
2311 2005-03-11 [paul]       1.0.3cvs2.1
2312
2313         * ChangeLog.claws
2314         * configure.ac
2315         * po/POTFILES.in
2316         * src/plugins/trayicon/trayicon.c
2317                 sync with HEAD
2318                 add src/wizard.c to POTFILES.in
2319
2320 2005-03-11 [paul]       1.0.3cvs1.1
2321
2322         * ChangeLog
2323         * ChangeLog.claws
2324         * configure.ac
2325         * po/de.po
2326         * po/es.po
2327         * po/fr.po
2328         * po/it.po
2329         * po/pt_BR.po
2330         * po/ru.po
2331         * po/sk.po
2332         * po/sr.po
2333         * po/zh_CN.po
2334                 sync with HEAD
2335
2336 2005-03-04 [colin]      1.0.1cvs22.2
2337
2338         * src/compose.c
2339                 Fix signatures with accentued chars in it
2340
2341 2005-03-04 [colin]      1.0.1cvs22.1
2342
2343         * src/common/smtp.c
2344         * src/common/smtp.h
2345                 Don't use SIZE param in MAIL FROM: if server 
2346                 doesn't support it. Patch by Eugen Freiter
2347                 <eugen_f@users.sf.net>
2348
2349 2005-02-27 [paul]       1.0.1cvs20.1
2350
2351         * ChangeLog.claws
2352         * configure.ac
2353         * src/messageview.c
2354                 sync with HEAD
2355
2356 2005-02-27 [colin]      1.0.1cvs19.4
2357
2358         * src/procheader.c
2359         * src/procheader.h
2360                 Fix prototypes. Patch by Alfons
2361
2362 2005-02-27 [colin]      1.0.1cvs19.3
2363
2364         * src/compose.c
2365                 Don't auto-join the signature separator.
2366
2367 2005-02-26 [colin]      1.0.1cvs19.2
2368
2369         * src/summaryview.c
2370                 Fix 'mark all read' with collapsed threads.
2371                 Patch by Alfons.
2372
2373 2005-02-25 [paul]       1.0.1cvs19.1
2374
2375         * ChangeLog.claws
2376         * configure.ac
2377         * src/prefs_account.c
2378         * src/prefs_folder_item.c
2379         * src/gtk/prefswindow.c
2380         * src/gtk/prefswindow.h
2381                 sync with HEAD
2382
2383 2005-02-25 [paul]       1.0.1cvs15.12
2384
2385         * src/alertpanel.c
2386         * src/codeconv.c
2387         * src/compose.c
2388         * src/textview.c
2389         * src/gtk/gtkutils.c
2390         * src/gtk/gtkutils.h
2391         * src/gtk/logwindow.c
2392         * src/gtk/progressdialog.c
2393                 sync with main (revision 127)
2394                 and fix logwindow clipping
2395
2396 2005-02-24 [colin]      1.0.1cvs15.11
2397
2398         * src/plugins/pgpmime/passphrase.c
2399                 Disable input grabbing; it doesn't work yet.
2400
2401 2005-02-24 [colin]      1.0.1cvs15.10
2402
2403         * src/messageview.c
2404                 Don't send out receipts if offline. Ask.
2405
2406 2005-02-23 [colin]      1.0.1cvs15.9
2407
2408         * src/summaryview.c     
2409                 Fix expanding
2410
2411 2005-02-23 [colin]      1.0.1cvs15.8
2412
2413         * src/summaryview.c
2414                 Really fix Bug 568 by removing useless
2415                 calls. summary_thread_init() now called
2416                 in summary_sort(). This should please
2417                 Alfons as it should be faster than 
2418                 previously.
2419
2420 2005-02-23 [colin]      1.0.1cvs15.7
2421
2422         * src/compose.c
2423                 Encode parts as QP or B64 if signing
2424
2425 2005-02-23 [colin]      1.0.1cvs15.6
2426
2427         * src/compose.c
2428                 Fix Mimeinfo leakage (including tmp files)
2429         * src/procmsg.c
2430                 Fix tmp file leakage (spotted by Ivan Rayner)
2431
2432 2005-02-22 [colin]      1.0.1cvs15.5
2433
2434         * src/expldifdlg.c
2435                 Fix keyboard input. Patch by Alfons.
2436
2437 2005-02-21 [colin]      1.0.1cvs15.4
2438
2439         * src/compose.c
2440                 Fix Sign/Encrypt when unselecting privacy
2441                 system
2442         * src/prefs_common.c
2443                 Change default message font to Monospace
2444         * src/summaryview.c
2445                 More freezing during potentially large operations
2446
2447 2005-02-21 [paul]       1.0.1cvs15.3
2448
2449         * src/main.c
2450                 fix --help output
2451
2452 2005-02-21 [paul]       1.0.1cvs15.2
2453
2454         * po/Makefile.in.in
2455         * src/compose.c
2456         * src/summaryview.c
2457         * src/textview.c
2458         * src/common/utils.c
2459         * src/common/utils.h
2460                 sync with main (revision 117)
2461
2462 2005-02-20 [colin]      1.0.1cvs15.1
2463
2464         * src/common/defs.h
2465                 Change cache file to .sylpheed_claws_cache, as
2466                 suggested by Alfons. Allows people to switch
2467                 between Sylpheed and Sylpheed-Claws. it is
2468                 a good idea to "Check for new messages" at next
2469                 startup.
2470
2471
2472 2005-02-18 [colin]      1.0.1cvs14.1
2473
2474         * src/quote_fmt_lex.l
2475         * src/quote_fmt_parse.y
2476                 Fix parser initialisation. Patch by Ivan.
2477
2478 2005-02-18 [colin]      1.0.1cvs11.6
2479
2480         * src/folderview.c
2481                 Fix scrolldown (bug 662)
2482
2483 2005-02-17 [colin]      1.0.1cvs11.5
2484
2485         * src/codeconv.c
2486                 conv_filename_to_utf8: return clean 7bit instead
2487                 of broken utf8 if needed
2488         * src/mimeview.c
2489                 Fix display of parts with unclean 8bit names
2490
2491 2005-02-17 [paul]       1.0.1cvs11.4
2492
2493         * src/compose.c
2494         * src/exportldif.c
2495         * src/matcher_parser_parse.y
2496         * src/procmime.c
2497         * src/sourcewindow.c
2498         * src/common/Makefile.am
2499         * src/common/intl.h             ** REMOVED **
2500         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2501                 sync with main (revision 109)
2502                 and clean up
2503
2504 2005-02-16 [colin]      1.0.1cvs11.3
2505
2506         * src/summaryview.c
2507                 Fix collapsed thread not highlighting when new
2508                 messages in it (Bug 568) Patch by Stephan Sachse.
2509                 Fix messed up selection when reaching bounds (Bug 632)
2510         * src/prefs_themes.c
2511                 Fix theme installing (Bug 684)
2512
2513 2005-02-16 [colin]      1.0.1cvs11.2
2514
2515         * src/messageview.c
2516                 Fix messageview_select_all
2517
2518 2005-02-16 [colin]      1.0.1cvs11.1
2519
2520         * src/mh.c
2521                 Sync with HEAD (MH scan required function)
2522
2523 2005-02-15 [colin]      1.0.1cvs8.1
2524
2525         * src/mimeview.c
2526         * src/common/utils.c
2527                 Sync with HEAD (filename chars substitution)
2528
2529 2005-02-15 [colin]      1.0.1cvs7.3
2530
2531         * src/gtk/pluginwindow.c
2532                 Fix button spacing
2533
2534 2005-02-15 [colin]      1.0.1cvs7.2
2535
2536         * src/mimeview.c
2537                 Fix mime icons not reset across message when
2538                 scrolled down
2539
2540 2005-02-15 [colin]      1.0.1cvs7.1
2541
2542         * src/compose.c
2543         * src/procmime.c
2544                 Sync with HEAD (optimisation of cvs6)
2545
2546 2005-02-14 [colin]      1.0.1cvs6.1
2547
2548         * src/compose.c
2549         * src/procmime.c
2550                 Sync with HEAD (encode "From " at line beginning)
2551
2552 2005-02-14 [colin]      1.0.1cvs5.3
2553
2554         * src/compose.c
2555                 Fix wrapping with accentued chars.
2556
2557 2005-02-13 [colin]      1.0.1cvs5.2
2558
2559         * src/textview.c
2560                 Fix email informative part parsing with
2561                 accentued chars in it. ispunct() returns
2562                 true for them in utf8...
2563
2564 2005-02-12 [colin]      1.0.1cvs5.1
2565
2566         * src/filtering.c
2567                 Sync with HEAD (remove wrong use of compose after send)
2568
2569 2005-02-12 [paul]       1.0.1cvs4.5
2570
2571         * src/textview.c
2572                 remove unnecessary code (thanks to Alfons)
2573
2574 2005-02-12 [paul]       1.0.1cvs4.4
2575
2576         * src/textview.c
2577                 add 'Copy' to contextual menu on emails
2578
2579 2005-02-11 [colin]      1.0.1cvs4.3
2580
2581         * src/compose.c
2582                 revert 1.0.0cvs28.2, it doesn't work that well.
2583
2584 2005-02-11 [paul]       1.0.1cvs4.2
2585
2586         * po/Makefile.in.in
2587                 fix 'make release'
2588
2589 2005-02-10 [paul]       1.0.1cvs4.1
2590
2591         * ChangeLog
2592         * ChangeLog.claws
2593         * ChangeLog.jp
2594         * configure.ac
2595         * src/compose.c
2596                 sync with HEAD (sync with main)
2597
2598 2005-02-10 [paul]       1.0.1cvs3.2
2599
2600         * AUTHORS
2601         * Makefile.am
2602         * autogen.sh
2603         * configure.ac
2604         * config/mkinstalldirs
2605         * intl/.cvsignore
2606         * intl/ChangeLog
2607         * intl/VERSION
2608         * intl/bindtextdom.c
2609         * intl/config.charset
2610         * intl/dcgettext.c
2611         * intl/dcigettext.c
2612         * intl/dcngettext.c
2613         * intl/dgettext.c
2614         * intl/dngettext.c
2615         * intl/eval-plural.h
2616         * intl/explodename.c
2617         * intl/finddomain.c
2618         * intl/gettext.c
2619         * intl/gettextP.h
2620         * intl/gmo.h
2621         * intl/hash-string.h
2622         * intl/intl-compat.c
2623         * intl/l10nflist.c
2624         * intl/libgnuintl.h.in
2625         * intl/loadinfo.h
2626         * intl/loadmsgcat.c
2627         * intl/localcharset.c
2628         * intl/localcharset.h
2629         * intl/locale.alias
2630         * intl/localealias.c
2631         * intl/localename.c
2632         * intl/log.c
2633         * intl/ngettext.c
2634         * intl/os2compat.c
2635         * intl/os2compat.h
2636         * intl/osdep.c
2637         * intl/plural-exp.c
2638         * intl/plural-exp.h
2639         * intl/plural.c
2640         * intl/plural.y
2641         * intl/ref-add.sin
2642         * intl/ref-del.sin
2643         * intl/relocatable.c
2644         * intl/relocatable.h
2645         * intl/textdomain.c
2646         * m4/Makefile.am
2647         * po/Makefile.in.in
2648         * src/Makefile.am
2649         * src/account.c
2650         * src/action.c
2651         * src/addr_compl.c
2652         * src/addressadd.c
2653         * src/addressbook.c
2654         * src/addrgather.c
2655         * src/addrindex.c
2656         * src/alertpanel.c
2657         * src/browseldap.c
2658         * src/codeconv.c
2659         * src/codeconv.h
2660         * src/compose.c
2661         * src/compose.h
2662         * src/crash.c
2663         * src/editaddress.c
2664         * src/editbook.c
2665         * src/editgroup.c
2666         * src/editjpilot.c
2667         * src/editldap.c
2668         * src/editldap_basedn.c
2669         * src/editvcard.c
2670         * src/exphtmldlg.c
2671         * src/expldifdlg.c
2672         * src/export.c
2673         * src/exporthtml.c
2674         * src/filtering.c
2675         * src/folder.c
2676         * src/folder_item_prefs.c
2677         * src/foldersel.c
2678         * src/folderview.c
2679         * src/grouplistdialog.c
2680         * src/headerview.c
2681         * src/imap.c
2682         * src/imap_gtk.c
2683         * src/import.c
2684         * src/importldif.c
2685         * src/importmutt.c
2686         * src/importpine.c
2687         * src/inc.c
2688         * src/ldif.c
2689         * src/main.c
2690         * src/mainwindow.c
2691         * src/matcher.c
2692         * src/mbox.c
2693         * src/message_search.c
2694         * src/messageview.c
2695         * src/mh.c
2696         * src/mh_gtk.c
2697         * src/mimeview.c
2698         * src/msgcache.c
2699         * src/news.c
2700         * src/news_gtk.c
2701         * src/noticeview.c
2702         * src/partial_download.c
2703         * src/pop.c
2704         * src/prefs_account.c
2705         * src/prefs_actions.c
2706         * src/prefs_common.c
2707         * src/prefs_customheader.c
2708         * src/prefs_display_header.c
2709         * src/prefs_ext_prog.c
2710         * src/prefs_filtering.c
2711         * src/prefs_filtering_action.c
2712         * src/prefs_folder_item.c
2713         * src/prefs_fonts.c
2714         * src/prefs_gtk.c
2715         * src/prefs_matcher.c
2716         * src/prefs_msg_colors.c
2717         * src/prefs_spelling.c
2718         * src/prefs_summary_column.c
2719         * src/prefs_template.c
2720         * src/prefs_themes.c
2721         * src/prefs_toolbar.c
2722         * src/prefs_wrapping.c
2723         * src/privacy.c
2724         * src/procheader.c
2725         * src/procmime.c
2726         * src/procmsg.c
2727         * src/quote_fmt.c
2728         * src/recv.c
2729         * src/send_message.c
2730         * src/setup.c
2731         * src/sourcewindow.c
2732         * src/ssl_manager.c
2733         * src/statusbar.c
2734         * src/summary_search.c
2735         * src/summaryview.c
2736         * src/textview.c
2737         * src/toolbar.c
2738         * src/wizard.c
2739         * src/common/nntp.c
2740         * src/common/plugin.c
2741         * src/common/smtp.c
2742         * src/common/ssl.c
2743         * src/common/ssl_certificate.c
2744         * src/common/string_match.c
2745         * src/common/sylpheed.c
2746         * src/common/template.c
2747         * src/common/utils.c
2748         * src/gtk/about.c
2749         * src/gtk/colorlabel.c
2750         * src/gtk/description_window.c
2751         * src/gtk/filesel.c
2752         * src/gtk/foldersort.c
2753         * src/gtk/gtkaspell.c
2754         * src/gtk/gtkutils.c
2755         * src/gtk/inputdialog.c
2756         * src/gtk/logwindow.c
2757         * src/gtk/menu.c
2758         * src/gtk/pluginwindow.c
2759         * src/gtk/prefswindow.c
2760         * src/gtk/progressdialog.c
2761         * src/gtk/quicksearch.c
2762         * src/gtk/sslcertwindow.c
2763         * src/plugins/clamav/clamav_plugin.c
2764         * src/plugins/clamav/clamav_plugin_gtk.c
2765         * src/plugins/demo/demo.c
2766         * src/plugins/dillo_viewer/dillo_prefs.c
2767         * src/plugins/dillo_viewer/dillo_viewer.c
2768         * src/plugins/image_viewer/plugin.c
2769         * src/plugins/image_viewer/viewer.c
2770         * src/plugins/image_viewer/viewerprefs.c
2771         * src/plugins/mathml_viewer/mathml_viewer.c
2772         * src/plugins/pgpmime/passphrase.c
2773         * src/plugins/pgpmime/plugin.c
2774         * src/plugins/pgpmime/prefs_gpg.c
2775         * src/plugins/pgpmime/select-keys.c
2776         * src/plugins/pgpmime/sgpgme.c
2777         * src/plugins/spamassassin/spamassassin.c
2778         * src/plugins/spamassassin/spamassassin_gtk.c
2779         * src/plugins/trayicon/trayicon.c
2780                 sync with main (revision 104)
2781
2782 2005-02-10 [colin]      1.0.1cvs3.1
2783
2784         * src/mainwindow.c
2785                 Sync with HEAD (fix occasional crasher)
2786
2787 2005-02-10 [colin]      1.0.1cvs2.1
2788
2789         * src/messageview.c
2790                 Synw with HEAD (don't automatically display html)
2791
2792 2005-02-09 [colin]      1.0.1cvs1.3
2793
2794         * src/textview.c
2795         * src/textview.h
2796                 Add contextual menu on emails
2797
2798 2005-02-09 [colin]      1.0.1cvs1.2
2799
2800         * src/codeconv.c
2801                 Fix converting from broken headers and 
2802                 put back the _ in missing places
2803                 (feature broke with cvs24.2 sync, main 
2804                  possibly affected?)
2805
2806 2005-02-09 [colin]      1.0.1cvs1.1
2807
2808         * src/messageview.c
2809         * src/mimeview.c
2810         * src/mimeview.h
2811                 Sync with HEAD (display non text/plain mails with plugin)
2812
2813 2005-02-08 [colin]      1.0.1.1
2814
2815         * ChangeLog.claws
2816         * po/pt_BR.po
2817                 Sync with HEAD
2818         * configure.ac
2819                 Make default configuration directory 
2820                 be .sylpheed-gtk2
2821
2822 2005-02-08 [colin]      1.0.0cvs29.1
2823
2824         * po/de.po
2825         * po/es.po
2826         * po/fr.po
2827         * po/it.po
2828         * po/sk.po
2829         * po/sr.po
2830                 Sync translations with HEAD
2831
2832 2005-02-06 [colin]      1.0.0cvs28.3
2833
2834         * src/compose.c
2835                 Make compose a bit faster - patch by Alfons.
2836
2837 2005-02-06 [colin]      1.0.0cvs28.2
2838
2839         * src/compose.c
2840                 Make pasting via middle-click more reliable
2841
2842 2005-02-05 [paul]       1.0.0cvs28.1
2843
2844         * ChangeLog
2845         * ChangeLog.claws
2846         * ChangeLog.jp
2847         * configure.ac
2848         * src/compose.c
2849                 sync with HEAD
2850                 (fix bug 682 'redirect is broken'
2851
2852 2005-02-05 [torte]      1.0.0cvs27.1
2853
2854         * ChangeLog.claws
2855         * configure.ac
2856         * src/partial_download.c
2857                 Sync with HEAD (fix buf overflow)
2858
2859 2005-02-03 [colin]      1.0.0cvs26.1
2860
2861         * src/common/plugin.c
2862                 Sync with HEAD (avoid plugin mismatches)
2863
2864 2005-02-03 [paul]       1.0.0cvs25.3
2865
2866         * src/folderview.c
2867         * src/headerview.c
2868         * src/summaryview.c
2869         * src/textview.c
2870         * src/gtk/colorlabel.c
2871                 third and final part of initial sync with main-gtk2
2872
2873 2005-02-03 [paul]       1.0.0cvs25.2
2874
2875         * src/jpilot.c
2876                 fix building with jpilot support
2877
2878 2005-02-02 [colin]      1.0.0cvs25.1
2879
2880         * src/messageview.c
2881                 Sync with HEAD (fix dangerous typo)
2882
2883 2005-02-01 [colin]      1.0.0cvs24.3
2884
2885         * src/common/xml.c
2886                 Write file as advertised (UTF-8)
2887
2888 2005-02-01 [paul]       1.0.0cvs24.2
2889
2890         * src/addrbook.c
2891         * src/addrindex.c
2892         * src/alertpanel.h
2893         * src/codeconv.c
2894         * src/codeconv.h
2895         * src/compose.c
2896         * src/export.c
2897         * src/folder_item_prefs.c
2898         * src/html.c
2899         * src/imap.c
2900         * src/import.c
2901         * src/jpilot.c
2902         * src/mainwindow.c
2903         * src/matcher_parser_lex.l
2904         * src/messageview.c
2905         * src/mh.c
2906         * src/prefs_account.c
2907         * src/prefs_actions.c
2908         * src/prefs_common.c
2909         * src/prefs_gtk.c
2910         * src/prefs_gtk.h
2911         * src/prefs_themes.c
2912         * src/procheader.c
2913         * src/procmime.c
2914         * src/sourcewindow.c
2915         * src/statusbar.c
2916         * src/summaryview.c
2917         * src/textview.c
2918         * src/toolbar.c
2919         * src/unmime.c
2920         * src/common/template.c
2921         * src/common/utils.c
2922         * src/common/xml.c
2923         * src/common/xml.h
2924         * src/gtk/gtkaspell.c
2925         * src/plugins/clamav/clamav_plugin.c
2926         * src/plugins/dillo_viewer/dillo_prefs.c
2927         * src/plugins/image_viewer/viewerprefs.c
2928         * src/plugins/pgpmime/passphrase.c
2929         * src/plugins/pgpmime/prefs_gpg.c
2930         * src/plugins/pgpmime/select-keys.c
2931         * src/plugins/spamassassin/spamassassin.c
2932                 second part of initial sync with main-gtk2
2933                 (more to follow)
2934
2935 2005-01-31 [colin]      1.0.0cvs24.1
2936
2937         * src/compose.c
2938                 Sync with HEAD
2939
2940 2005-01-29 [paul]       1.0.0cvs23.2
2941
2942         * src/account.c
2943         * src/action.c
2944         * src/addressadd.c
2945         * src/addressbook.c
2946         * src/alertpanel.c
2947         * src/compose.c
2948         * src/editaddress.c
2949         * src/editbook.c
2950         * src/editgroup.c
2951         * src/editjpilot.c
2952         * src/editldap.c
2953         * src/editldap_basedn.c
2954         * src/editvcard.c
2955         * src/export.c
2956         * src/foldersel.c
2957         * src/grouplistdialog.c
2958         * src/import.c
2959         * src/importldif.c
2960         * src/inc.c
2961         * src/main.c
2962         * src/mainwindow.c
2963         * src/message_search.c
2964         * src/messageview.c
2965         * src/mimeview.c
2966         * src/prefs_actions.c
2967         * src/prefs_common.c
2968         * src/prefs_common.h
2969         * src/prefs_customheader.c
2970         * src/prefs_display_header.c
2971         * src/prefs_filtering.c
2972         * src/prefs_filtering_action.c
2973         * src/prefs_gtk.c
2974         * src/prefs_matcher.c
2975         * src/prefs_summary_column.c
2976         * src/prefs_template.c
2977         * src/sourcewindow.c
2978         * src/summary_search.c
2979         * src/summaryview.c
2980         * src/textview.c
2981         * src/gtk/about.c
2982         * src/gtk/description_window.c
2983         * src/gtk/gtkshruler.c
2984         * src/gtk/gtkutils.c
2985         * src/gtk/gtkutils.h
2986         * src/gtk/inputdialog.c
2987         * src/gtk/logwindow.c
2988         * src/gtk/prefswindow.c
2989         * src/gtk/progressdialog.c
2990         * src/gtk/progressdialog.h
2991                 first part of initial sync with main-gtk2
2992                 (more to follow)
2993
2994 2005-01-28 [colin]      1.0.0cvs23.1
2995
2996         * src/folderview.c
2997                 Sync with HEAD
2998
2999 2005-01-27 [colin]      1.0.0cvs21.1
3000
3001         * src/folder.c
3002         * src/folderview.c
3003                 Sync with HEAD
3004
3005 2005-01-27 [colin]      1.0.0cvs19.1
3006
3007         * src/procmime.c
3008                 Sync with HEAD
3009
3010 2005-01-27 [colin]      1.0.0cvs18.1
3011
3012         * src/messageview.c
3013         * src/summaryview.c
3014         * src/mainwindow.c
3015         * src/compose.c
3016         * src/compose.h
3017         * src/procmsg.c
3018         * src/procmsg.h
3019         * src/toolbar.c
3020                 Sync with HEAD
3021
3022 2005-01-26 [paul]       1.0.0cvs15.2
3023
3024         * src/compose.c
3025                 compose_entries_set(): convert subject and body to
3026                 utf8 if necessary. patch by Felix Eckhofer
3027
3028 2005-01-26 [paul]       1.0.0cvs15.1
3029
3030         * configure.ac
3031         * src/common/template.c
3032                 sync with HEAD (fix memory leak)
3033
3034 2005-01-25 [paul]       1.0.0cvs14.1
3035
3036         * configure.ac
3037         * src/compose.c
3038                 sync with HEAD
3039
3040 2005-01-24 [colin]      1.0.0cvs13.1
3041
3042         * src/summaryview.c
3043                 Sync with HEAD
3044
3045 2005-01-24 [paul]       1.0.0cvs12.1
3046
3047         * configure.ac
3048         * src/messageview.c
3049         * src/mh.c
3050         * src/common/utils.c
3051                 sync with HEAD
3052
3053 2005-01-24 [colin]      1.0.0cvs11.1
3054
3055         * src/procheader.c
3056                 Sync with HEAD
3057
3058 2005-01-24 [colin]      1.0.0cvs10.1
3059
3060         * src/folderview.c
3061                 Sync with HEAD
3062
3063 2005-01-23 [colin]      1.0.0cvs9.1
3064
3065         * src/crash.c
3066                 Sync with HEAD
3067
3068 2005-01-22 [colin]      1.0.0cvs8.1
3069
3070         * src/summaryview.c
3071         * src/gtk/quicksearch.c
3072                 Sync with HEAD
3073
3074 2005-01-21 [colin]      1.0.0cvs7.1
3075
3076         * src/summaryview.c
3077                 Sync with HEAD
3078
3079 2005-01-21 [colin]      1.0.0cvs6.1
3080
3081         * src/summaryview.c
3082                 Sync with HEAD
3083
3084 2005-01-21 [colin]      1.0.0cvs5.1
3085
3086         * src/gtk/quicksearch.c
3087         * src/prefs_common.c
3088         * src/prefs_common.h
3089                 Sync with HEAD (recurse option)
3090
3091 2005-01-21 [colin]      1.0.0cvs4.1
3092
3093         * src/folder.h
3094         * src/folderview.c
3095         * src/folderview.h
3096         * src/summaryview.c
3097         * src/gtk/quicksearch.c
3098         * src/gtk/quicksearch.h
3099                 Sync with HEAD (recursive quicksearch)
3100
3101 2005-01-20 [colin]      1.0.0cvs3.4
3102
3103         * src/ssl_manager.c
3104                 Remove useless code
3105
3106 2005-01-20 [colin]      1.0.0cvs3.3
3107
3108         * src/ssl_manager.c
3109                 Fix leak, thanks to Alfons.
3110
3111 2005-01-20 [colin]      1.0.0cvs3.2
3112
3113         * src/ssl_manager.c
3114                 Port SSL certificate window to GTK2.
3115
3116 2005-01-20 [paul]       1.0.0cvs3.1
3117
3118         * ChangeLog.claws
3119         * configure.ac
3120         * src/addrindex.c
3121         * src/addrindex.h
3122                 sync with HEAD
3123
3124 2005-01-19 [colin]      1.0.0cvs2.2
3125
3126         * src/plugins/trayicon/trayicon.c
3127                 Fix freeze with gtk-2.6, the easy way
3128                 (signal blocking helpless there...)
3129                 Closes bug #668.
3130
3131 2005-01-19 [colin]      1.0.0cvs2.1
3132
3133         * src/mbox.c
3134         * src/mbox.h
3135         * src/mainwindow.c
3136         * src/summaryview.c
3137         * src/summaryview.h
3138                 Sync with HEAD
3139
3140 2005-01-19 [paul]       1.0.0cvs1.1
3141
3142         * configure.ac
3143         * po/de.po
3144         * po/es.po
3145         * po/fr.po
3146         * po/hr.po
3147         * po/it.po
3148         * po/ja.po
3149         * po/ko.po
3150         * po/pt_BR.po
3151         * po/ru.po
3152         * po/sk.po
3153         * po/sr.po
3154                 sync with HEAD (update translations)
3155
3156 2005-01-18 [colin]      1.0.0cvs0.1
3157
3158         * src/foldersel.c
3159                 Specify search column - patch by Alfons
3160
3161 2005-01-18 [colin]      0.9.13cvs36.3
3162
3163         * src/prefs_toolbar.c
3164                 Change Delete to Remove
3165         * src/prefs_fonts.c
3166                 GTK2 version and leak fixes
3167         * src/prefs_actions.c
3168                 Add stock buttons.
3169                 All patches by Alfons
3170
3171 2005-01-17 [colin]      0.9.13cvs36.2
3172
3173         * src/compose.c
3174                 Fix DnD inserting twice. While at it,
3175                 add DnD support for text/plain in the
3176                 body, and add support in the headers.
3177
3178 2005-01-16 [colin]      0.9.13cvs36.1
3179
3180         * ChangeLog
3181         * ChangeLog.jp
3182         * ChangeLog.claws
3183                 Sync with HEAD (nothing applicable)
3184
3185 2005-01-16 [colin]      0.9.13cvs33.2
3186
3187         * src/prefs_toolbar.c
3188                 GTK2ize prefs_toolbar, by Alfons.
3189
3190 2005-01-14 [colin]      0.9.13cvs33.1
3191
3192         * src/html.c
3193         * src/msgcache.c
3194                 Sync with HEAD
3195
3196 2005-01-14 [colin]      0.9.13cvs32.1
3197
3198         * src/html.c
3199         * src/html.h
3200         * src/msgcache.c
3201         * AUTHORS
3202         * tools/calypso_convert.pl
3203                 Sync with HEAD
3204
3205 2005-01-08 [colin]      0.9.13cvs29.2
3206
3207         * src/prefs_filtering_action.c
3208         * src/prefs_filtering.c
3209                 2 more gtk2 patches by Alfons
3210
3211 2005-01-07 [paul]       0.9.13cvs29.1
3212
3213         * ChangeLog
3214         * ChangeLog.claws
3215         * ChangeLog.jp
3216         * configure.ac
3217         * src/pop.c
3218         * src/pop.h
3219                 sync with HEAD
3220
3221 2005-01-07 [colin]      0.9.13cvs28.3
3222
3223         * src/gtk/progressdialog.c
3224         * src/gtk/progressdialog.h
3225         * src/inc.c
3226         * src/send_message.c
3227                 GTK2 for the incorporation dialog. The CList isn't dead
3228                 yet, for a more smooth migration. Patch by Alfons.
3229
3230 2005-01-06 [colin]      0.9.13cvs28.2
3231
3232         * src/prefs_display_header.c
3233                 GTK2 conversion by Alfons
3234         * src/prefs_actions.c
3235         * src/prefs_matcher.c
3236                 Fix 2 leaks - patch by Alfons
3237
3238 2005-01-06 [colin]      0.9.13cvs28.1
3239
3240         * src/prefs_matcher.c
3241                 Sync with HEAD
3242
3243 2005-01-06 [colin]      0.9.13cvs27.4
3244
3245         * src/prefs_matcher.c
3246                 Fix double-free. Patch by Alfons
3247
3248 2005-01-06 [colin]      0.9.13cvs27.3
3249
3250         * src/prefs_matcher.c
3251                 GTK2 widgets + memleak
3252                 Patch by Alfons
3253
3254 2005-01-05 [colin]      0.9.13cvs27.2
3255
3256         * src/account.c
3257         * src/addr_compl.c
3258         * src/foldersel.c
3259         * src/stock_pixmap.c
3260         * src/stock_pixmap.h
3261                 3 more GTK2 patches by Alfons.
3262
3263 2005-01-04 [colin]      0.9.13cvs27.1
3264
3265         * src/folderview.c
3266         * src/imap_gtk.c
3267         * src/news_gtk.c
3268                 Sync with HEAD
3269
3270 2005-01-04 [colin]      0.9.13cvs25.9
3271
3272         * src/compose.c
3273                 Fix Show Ruler menuitem
3274         * src/prefs_template.c
3275                 Convert to GTK2
3276         * src/common/utils.c
3277                 Make auto pointer stuff handles NULLs
3278                 Patches by Alfons.
3279
3280 2005-01-04 [colin]      0.9.13cvs25.8
3281
3282         * src/compose.c
3283                 Move the attachment list to gtk2
3284                 Patch by Alfons.
3285
3286 2005-01-04 [colin]      0.9.13cvs25.7
3287
3288         * src/textview.c
3289                 Make some keys work again
3290                 Patch by SungHyun Nam <namsh@kldp.org>
3291
3292 2005-01-04 [colin]      0.9.13cvs25.6
3293
3294         * src/gtk/gtkshruler.c
3295                 Move the ruler to GTK2
3296                 Patch by Alfons
3297
3298 2005-01-03 [colin]      0.9.13cvs25.5
3299
3300         * src/compose.c
3301                 Fix my broken patch apply 
3302
3303 2005-01-03 [colin]      0.9.13cvs25.4
3304
3305         * src/common/utils.c
3306         * src/common/utils.h
3307         * src/gtk/prefswindow.c
3308                 Move auto pointer stuff to utils.c
3309                 Patch by Alfons again :)
3310
3311 2005-01-03 [colin]      0.9.13cvs25.3
3312
3313         * src/compose.c
3314         * src/prefs_gtk.c
3315         * src/prefs_template.c
3316         * src/textview.c
3317                 Empty text widgets with empty strings, not NULL char
3318                 Patch by SungHyun Nam <namsh@kldp_org>
3319
3320 2005-01-03 [colin]      0.9.13cvs25.2
3321
3322         * src/main.c
3323         * AUTHORS
3324                 Sync with HEAD
3325
3326 2005-01-03 [colin]      0.9.13cvs25.1
3327
3328         * src/pop.c
3329         * src/pop.h
3330                 Sync with HEAD
3331
3332 2005-01-03 [colin]      0.9.13cvs24.3
3333
3334         * src/account.c
3335                 Two patches from Alfons and Alex S Moore:
3336                 fix images, fix return value.
3337
3338 2005-01-01 [colin]      0.9.13cvs24.2
3339
3340         * src/prefs_actions.c
3341                 Fix over-zealous assertion. Patch by Alfons
3342
3343 2005-01-01 [colin]      0.9.13cvs24.1
3344
3345         * src/procmime.c
3346                 Sync with HEAD (leak fix)
3347
3348 2004-12-31 [colin]      0.9.13cvs23.2
3349
3350         * src/prefs_common.c
3351                 GTK2 widgets + stock buttons - patch by Alfons
3352
3353 2004-12-31 [paul]       0.9.13cvs23.1
3354
3355         * configure.ac
3356                 bump up EXTRA_VERSION to match (sync'ed) HEAD
3357         * src/gtk/pluginwindow.c
3358                 use GTK2 widgets and plug memory leaks,
3359                 patches by Alfons
3360
3361 2004-12-30 [colin]      0.9.13cvs22.4
3362
3363         * src/account.c
3364         * src/action.c
3365         * src/export.c
3366         * src/foldersel.c
3367         * src/import.c
3368         * src/message_search.c
3369         * src/prefs_actions.c
3370         * src/prefs_common.c
3371         * src/prefs_customheader.c
3372         * src/prefs_filtering.c
3373         * src/prefs_summary_column.c
3374         * src/summary_search.c
3375         * src/gtk/about.c
3376         * src/gtk/description_window.c
3377         * src/gtk/gtkutils.c
3378         * src/gtk/gtkutils.h
3379         * src/gtk/inputdialog.c
3380         * src/gtk/prefswindow.c
3381                 Use GTK2 stock buttons. Patches by Alfons.
3382
3383 2004-12-30 [colin]      0.9.13cvs22.3
3384
3385         * src/account.c
3386                 Sync with HEAD
3387         * src/prefs_actions.c
3388         * src/prefs_customheader.c
3389         * src/prefs_filtering.c
3390         * src/prefs_msg_colors.c
3391         * src/prefs_summary_column.c
3392         * src/gtk/prefswindow.c
3393                 Use GtkTreeView instead of deprecated 
3394                 widgets. Patches by Alfons.
3395
3396 2004-12-30 [paul]       0.9.13cvs22.2
3397
3398         * src/foldersel.c
3399                 use GTK 2 Tree View
3400                 patch by Alfons, with root folder sorting fix
3401                 by Stephan Sachse
3402
3403 2004-12-30 [paul]       0.9.13cvs22.1
3404
3405         * ChangeLog
3406         * ChangeLog.claws
3407         * ChangeLog.jp
3408         * NEWS
3409         * configure.ac
3410         * src/account.c
3411                 sync with HEAD
3412
3413 2004-12-22 [martin]     0.9.13cvs21.2
3414
3415         * src/action.c
3416                 free the command line after its use
3417
3418 2004-12-18 [paul]       0.9.13cvs21.1
3419
3420         * AUTHORS
3421         * ChangeLog
3422         * ChangeLog.claws
3423         * ChangeLog.jp
3424         * NEWS
3425         * configure.ac
3426         * src/action.c
3427         * src/compose.c
3428         * src/syldap.c
3429                 sync with HEAD
3430
3431 2004-12-17 [martin]     0.9.13cvs17.2
3432
3433         * src/action.c
3434                 convert actions input to locale
3435         * src/inc.c
3436                 convert notification command to locale
3437         * src/plugins/pgpmime/select-keys.c
3438                 convert attributes to utf8
3439
3440 2004-12-14 [colin]      0.9.13cvs17.1
3441
3442         * ChangeLog
3443         * ChangeLog.jp
3444         * ChangeLog.claws
3445         * src/action.c
3446         * src/common/utils.c
3447         * src/gtk/prefswindow.c
3448         * src/gtk/gtkutils.c
3449         * src/gtk/gtkutils.h
3450         * src/plugins/spamassassin/libspamc.c
3451                 Sync with HEAD
3452
3453 2004-12-13 [colin]      0.9.13cvs14.1
3454
3455         * src/quote_fmt_parse.y
3456                 Sync with HEAD
3457
3458 2004-12-10 [colin]      0.9.13cvs12.1
3459
3460         * src/prefs_themes.c
3461         * src/mainwindow.c
3462         * src/messageview.c
3463                 Sync with HEAD
3464
3465 2004-12-09 [colin]      0.9.13cvs10.1
3466
3467         * src/procmime.c
3468                 Sync with HEAD (fix B64 encoding from memory)
3469
3470 2004-12-08 [colin]      0.9.13cvs9.1
3471
3472         * src/gtk/colorlabel.c
3473                 Sync with HEAD
3474
3475 2004-12-08 [paul]       0.9.13cvs8.2
3476
3477         * src/gtk/pluginwindow.c
3478                 fix window resizing oddities
3479
3480 2004-12-08 [colin]      0.9.13cvs8.1
3481
3482         * src/quote_fmt_parse.y
3483                 Sync with HEAD
3484
3485 2004-12-08 [colin]      0.9.13cvs7.1
3486
3487         * src/matcher_parser_parse.y
3488         * src/msgcache.c
3489         * src/prefs_matcher.c
3490         * src/procheader.c
3491         * src/matcher.c
3492         * src/common/defs.h
3493         * po/sr.po
3494                 Sync with HEAD
3495
3496 2004-12-08 [colin]      0.9.13cvs6.1
3497
3498         * src/quote_fmt_parse.y
3499         * src/textview.c
3500                 Sync with HEAD
3501         * src/gtk/prefswindow.c
3502         * src/gtk/pluginwindow.c
3503                 Fix G_CALLBACKS protos (thanks to Alfons)
3504
3505 2004-12-07 [torte]      0.9.13cvs2.2
3506
3507         * src/procmime.c
3508                 [Bug 650] reply button causes crash
3509                 Thanks to David Relson and Christoph
3510
3511 2004-12-07 [colin]      0.9.13cvs2.1
3512
3513         * ChangeLog.claws
3514         * AUTHORS
3515         * po/sk.po
3516         * src/procmime.c
3517         * src/prefs_account.c
3518         * src/common/smtp.c
3519         * src/common/smtp.h
3520                 Sync with HEAD
3521
3522 2004-12-06 [colin]      0.9.12cvs187.1
3523
3524         * ChangeLog.claws
3525         * INSTALL
3526         * Makefile.am
3527         * README.claws
3528         * TODO.claws
3529         * configure.ac
3530         * po/bg.po
3531         * po/cs.po
3532         * po/el.po
3533         * po/en_GB.po
3534         * po/es.po
3535         * po/fr.po
3536         * po/hr.po
3537         * po/hu.po
3538         * po/it.po
3539         * po/ja.po
3540         * po/ko.po
3541         * po/nl.po
3542         * po/pl.po
3543         * po/pt_BR.po
3544         * po/ru.po
3545         * po/sk.po
3546         * po/sr.po
3547         * po/sv.po
3548         * po/zh_CN.po
3549         * po/zh_TW.Big5.po
3550         * src/compose.c
3551         * tools/Makefile.am
3552         * tools/README
3553         * tools/filter_conv.pl
3554         * tools/kdeservicemenu/README
3555         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3556         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3557                 Sync with HEAD
3558
3559 2004-12-04 [colin]      0.9.12cvs183.1
3560
3561         * src/compose.c
3562                 Sync with HEAD (compose window position saving)
3563
3564 2004-12-04 [paul]       0.9.12cvs182.3
3565
3566         * src/messageview.c
3567         * src/mimeview.c
3568         * src/prefs_customheader.c
3569         * src/gtk/quicksearch.c
3570                 replace some forgotten GTK_SIGNAL_FUNCs
3571
3572 2004-12-04 [paul]       0.9.12cvs182.2
3573
3574         * src/Makefile.am
3575                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
3576                 committed in error      
3577
3578 2004-12-04 [paul]       0.9.12cvs182.1
3579
3580         * ChangeLog
3581         * ChangeLog.claws
3582         * ChangeLog.jp
3583         * INSTALL
3584         * NEWS
3585         * README
3586         * README.jp
3587         * configure.ac
3588         * doc/manual/ja/Makefile.am
3589         * doc/manual/ja/sylpheed-1.html
3590         * doc/manual/ja/sylpheed-10.html
3591         * doc/manual/ja/sylpheed-11.html
3592         * doc/manual/ja/sylpheed-12.html
3593         * doc/manual/ja/sylpheed-13.html
3594         * doc/manual/ja/sylpheed-14.html
3595         * doc/manual/ja/sylpheed-15.html
3596         * doc/manual/ja/sylpheed-16.html
3597         * doc/manual/ja/sylpheed-17.html
3598         * doc/manual/ja/sylpheed-18.html
3599         * doc/manual/ja/sylpheed-19.html
3600         * doc/manual/ja/sylpheed-2.html
3601         * doc/manual/ja/sylpheed-20.html
3602         * doc/manual/ja/sylpheed-3.html
3603         * doc/manual/ja/sylpheed-4.html
3604         * doc/manual/ja/sylpheed-5.html
3605         * doc/manual/ja/sylpheed-6.html
3606         * doc/manual/ja/sylpheed-7.html
3607         * doc/manual/ja/sylpheed-8.html
3608         * doc/manual/ja/sylpheed-9.html
3609         * doc/manual/ja/sylpheed.html
3610         * doc/manual/ja/sylpheed.sgml
3611         * po/de.po
3612         * src/Makefile.am
3613         * src/compose.c
3614         * src/procmime.c
3615         * src/pixmaps/regular.xpm **REMOVED**
3616         * src/plugins/pgpmime/pgpmime.c
3617         * src/plugins/pgpmime/plugin.c
3618         * src/plugins/pgpmime/prefs_gpg.c
3619                 sync with HEAD
3620
3621 2004-12-03 [paul]       0.9.12cvs180.1
3622
3623         * ChangeLog
3624         * ChangeLog.claws
3625         * ChangeLog.jp
3626         * configure.ac
3627         * src/Makefile.am
3628         * src/pop.c
3629         * src/common/utils.c
3630         * src/common/utils.h
3631         * src/pixmaps/continue.xpm
3632         * src/pixmaps/dir_close.xpm
3633         * src/pixmaps/dir_open.xpm
3634         * src/pixmaps/drafts_close.xpm
3635         * src/pixmaps/drafts_open.xpm
3636         * src/pixmaps/folder.xpm **REMOVED**
3637         * src/pixmaps/group.xpm
3638         * src/pixmaps/unread.xpm
3639                 sync with HEAD
3640
3641 2004-12-02 [colin]      0.9.12cvs179.1
3642
3643         * src/compose.c
3644                 Sync with HEAD (non-duplicated reedition)
3645
3646 2004-12-02 [colin]      0.9.12cvs178.1
3647
3648         * src/compose.c
3649                 Sync with HEAD (linewrap_quote fix)
3650
3651 2004-12-01 [colin]      0.9.12cvs177.3
3652
3653         * src/addrharvest.c
3654                 Replace sizeof with strlen
3655
3656 2004-12-01 [paul]       0.9.12cvs177.2
3657
3658         * src/addrharvest.c
3659                 fix 'harvest addresses'
3660
3661 2004-11-30 [colin]      0.9.12cvs177.1
3662
3663         * src/gtk/prefswindow.c
3664         * src/gtk/pluginwindow.c
3665                 Sync with HEAD
3666
3667 2004-11-29 [colin]      0.9.12cvs176.1
3668
3669         * src/folderview.c
3670                 sync with HEAD (Fix disappearing separators in folderview's popup)
3671
3672 2004-11-29 [colin]      0.9.12cvs175.1
3673
3674         * src/procmime.c
3675                 Sync with head (another format fix)
3676
3677 2004-11-29 [colin]      0.9.12cvs174.1
3678
3679         * src/pop.c
3680                 Sync with HEAD (format string fix)
3681
3682 2004-11-26 [colin]      0.9.12cvs173.1
3683
3684         * src/common/smtp.c
3685         * src/common/smtp.h
3686                 Sync with HEAD
3687
3688 2004-11-24 [colin]      0.9.12cvs172.1
3689
3690         * src/plugins/pgpmime/pgpmime.c
3691                 Sync with HEAD
3692
3693 2004-11-24 [colin]      0.9.12cvs171.1
3694
3695         * src/plugins/pgpmime/pgpmime.c
3696                 Sync with head (gpgmectx leaks)
3697
3698 2004-11-24 [colin]      0.9.12cvs169.1
3699
3700         * src/plugins/pgpmime/plugin.c
3701         * src/plugins/trayicon/Makefile.am
3702         * src/plugins/trayicon/newmarkedmail.xpm
3703         * src/plugins/trayicon/trayicon.c
3704         * src/plugins/trayicon/unreadmarkedmail.xpm
3705                 Sync with HEAD
3706
3707 2004-11-23 [colin]      0.9.12cvs168.1
3708
3709         * src/partial_download.c
3710         * src/partial_download.h
3711         * src/plugins/pgpmime/plugin.c
3712                 Sync with HEAD
3713
3714 2004-11-23 [colin]      0.9.12cvs166.1
3715
3716         * src/Makefile.am
3717         * src/codeconv.c
3718         * src/compose.c
3719         * src/folderview.c
3720         * src/main.c
3721         * src/partial_download.c
3722         * src/partial_download.h
3723         * src/prefs_account.c
3724         * src/prefs_account.h
3725         * src/privacy.c
3726         * src/privacy.h
3727         * src/procmime.c
3728         * src/common/Makefile.am
3729         * src/common/base64.h
3730         * src/common/partial_download.c
3731         * src/common/partial_download.h
3732         * src/gtk/prefswindow.c
3733         * src/gtk/prefswindow.h
3734         * src/plugins/pgpmime/pgpmime.c
3735         * src/plugins/pgpmime/prefs_gpg.c
3736         * src/plugins/pgpmime/prefs_gpg.h
3737         * src/plugins/pgpmime/sgpgme.c
3738         * src/plugins/pgpmime/sgpgme.h
3739                 Sync with HEAD
3740
3741 2004-11-23 [colin]      0.9.12cvs163.1
3742
3743         * src/main.c
3744                 Sync with HEAD (cursor optimization)
3745
3746 2004-11-23 [colin]      0.9.12cvs162.1
3747
3748         * src/prefs_common.c
3749         * src/prefs_themes.c
3750         * src/procmsg.c
3751                 Sync with HEAD
3752
3753 2004-11-23 [colin]      0.9.12cvs158.9
3754
3755         * src/compose.c
3756                 Fix double-free when forwarding
3757         * src/msgcache.c
3758                 Fix leak on error path
3759                 
3760
3761 2004-11-23 [colin]      0.9.12cvs158.8
3762
3763         * src/compose.c
3764                 Fix possible double-free
3765                 Spotted by Alfons
3766
3767 2004-11-23 [colin]      0.9.12cvs158.7
3768
3769         * src/compose.c
3770                 Fix some signal handlers' prototypes
3771                 Spotted by Alfons
3772
3773 2004-11-22 [colin]      0.9.12cvs158.6
3774
3775         * src/compose.c
3776                 Remove unneeded code and duplicated
3777                 wrapping - patch by Alfons
3778
3779 2004-11-22 [colin]      0.9.12cvs158.5
3780
3781         * src/prefs_themes.c
3782                 Fix oversized selector
3783
3784 2004-11-22 [colin]      0.9.12cvs158.4
3785
3786         * src/compose.c
3787                 fix dump_text()
3788                 patch by Alfons
3789
3790 2004-11-19 [colin]      0.9.12cvs158.3
3791
3792         * src/textview.c
3793                 Add a context menu on links (open, copy)
3794
3795 2004-11-18 [paul]       0.9.12cvs158.2
3796
3797         * src/addrgather.c
3798         * src/exphtmldlg.c
3799         * src/expldifdlg.c
3800         * src/mimeview.c
3801         * src/prefs_common.c
3802         * src/plugins/image_viewer/viewer.c
3803         * src/plugins/spamassassin/spamassassin_gtk.c
3804                 replace deprecated gtk_notebook_set_page
3805                 and gtk_notebook_current_page
3806
3807 2004-11-18 [paul]       0.9.12cvs158.1
3808
3809         * configure.ac
3810         * src/compose.c
3811         * src/mainwindow.c
3812         * src/messageview.c
3813         * src/prefs_common.c
3814         * src/common/utils.c
3815         * src/common/utils.h
3816                 sync with HEAD
3817
3818 2004-11-17 [colin]      0.9.12cvs156.1
3819
3820         * src/prefs_account.c
3821         * src/prefs_account.h
3822         * src/procmsg.c
3823                 Sync with HEAD (add pref to store encrypted mails encrypted)
3824
3825 2004-11-17 [paul]       0.9.12cvs155.1
3826
3827         * ChangeLog
3828         * ChangeLog.claws
3829         * ChangeLog.jp
3830         * NEWS
3831         * configure.ac
3832         * src/compose.c
3833         * src/jpilot.c
3834         * src/privacy.c
3835         * src/procmime.c
3836         * src/procmime.h
3837         * src/procmsg.c
3838         * src/toolbar.c
3839         * src/pixmaps/error.xpm
3840                 sync with HEAD
3841
3842 2004-11-17 [colin]      0.9.12cvs151.1
3843
3844         * src/plugins/pgpmime/pgpmime.c
3845                 Sync with HEAD (remove debug printf)
3846
3847 2004-11-17 [colin]      0.9.12cvs150.1
3848
3849         * src/plugins/pgpmime/pgpmime.c
3850                 Sync with HEAD (off-by-one fix)
3851
3852 2004-11-17 [colin]      0.9.12cvs149.1
3853
3854         * src/procmsg.c
3855                 Sync with HEAD (coding style fixes)
3856
3857 2004-11-16 [colin]      0.9.12cvs148.1
3858
3859         * src/procmsg.c
3860                 Sync with head (Fix the fix)
3861
3862 2004-11-16 [colin]      0.9.12cvs147.1
3863
3864         * src/procmsg.c
3865                 Sync with Main (leak fix)
3866
3867 2004-11-16 [colin]      0.9.12cvs146.14
3868
3869         * src/compose.c
3870                 Remove useless chunk of code
3871                 Patch by Alfons
3872
3873 2004-11-15 [colin]      0.9.12cvs146.13
3874
3875         * src/compose.c
3876                 Fix drafting after insertion
3877                 Patch by Alfons
3878
3879 2004-11-15 [colin]      0.9.12cvs146.12
3880
3881         * src/compose.c
3882         * src/prefs_filtering.c
3883         * src/prefs_filtering_action.c
3884         * src/prefs_toolbar.c
3885                 Fix some const-correctness
3886
3887 2004-11-15 [colin]      0.9.12cvs146.11
3888
3889         * src/summaryview.c
3890         * src/prefs_themes.c
3891         * src/messageview.c
3892                 Fix some leaks
3893
3894 2004-11-15 [colin]      0.9.12cvs146.10
3895
3896         * src/codeconv.c
3897                 More unreadable locale fixes
3898
3899 2004-11-14 [colin]      0.9.12cvs146.9
3900
3901         * src/textview.c
3902                 Fix uri_security_check
3903                 Patch by Alfons
3904
3905 2004-11-13 [paul]       0.9.12cvs146.8
3906
3907         * src/folder.c
3908         * src/procmime.c
3909                 fix 2 bugs introduced in last commit
3910
3911 2004-11-13 [paul]       0.9.12cvs146.7
3912
3913         * src/compose.c
3914         * src/exporthtml.c
3915         * src/exportldif.c
3916         * src/folder.c
3917         * src/imap.c
3918         * src/imap_gtk.c
3919         * src/main.c
3920         * src/mainwindow.c
3921         * src/messageview.c
3922         * src/mh_gtk.c
3923         * src/prefs_themes.c
3924         * src/procmime.c
3925         * src/setup.c
3926         * src/summaryview.c
3927                 replace deprecated g_basename
3928
3929 2004-11-13 [paul]       0.9.12cvs146.6
3930
3931         * src/compose.c
3932         * src/imap.c
3933         * src/matcher_parser.h
3934         * src/matcher_parser_parse.y
3935         * src/prefs_filtering.c
3936         * src/prefs_filtering_action.c
3937         * src/prefs_themes.c
3938         * src/prefs_toolbar.c
3939         * src/common/utils.c
3940                 various small fixes/cleanups
3941
3942 2004-11-12 [colin]      0.9.12cvs146.5
3943
3944         * src/textview.c
3945                 Validate event's origin on visibility notify
3946                 Patch by Alfons.
3947
3948 2004-11-12 [paul]       0.9.12cvs146.4
3949
3950         * src/exporthtml.c
3951         * src/exportldif.c
3952         * src/imap.c
3953         * src/mh.c
3954         * src/mimeview.c
3955         * src/prefs_spelling.c
3956         * src/prefs_themes.c
3957                 replace deprecated g_dirname    
3958
3959 2004-11-12 [colin]      0.9.12cvs146.3
3960
3961         * src/textview.c
3962                 Some coding style fixes
3963
3964 2004-11-12 [colin]      0.9.12cvs146.2
3965
3966         * src/codeconv.c
3967                 We want to replace _all_ extended chars in
3968                 conv_unreadable_*, because any string containing
3969                 extended chars not parsing as UTF8 is 
3970                 undisplayed on gtk2.
3971
3972 2004-11-12 [paul]       0.9.12cvs146.1
3973
3974         * ChangeLog
3975         * ChangeLog.claws
3976         * ChangeLog.jp
3977         * NEWS
3978         * configure.ac
3979         * src/account.c
3980         * src/folderview.c
3981         * src/folderview.h
3982         * src/imap.c
3983         * src/imap_gtk.c
3984         * src/inc.c
3985         * src/mainwindow.c
3986         * src/mh_gtk.c
3987         * src/news_gtk.c
3988         * src/pop.c
3989         * src/prefs_account.c
3990         * src/prefs_account.h
3991         * src/prefs_ext_prog.c
3992         * src/procmime.c
3993         * src/procmime.h
3994         * src/procmsg.c
3995         * src/procmsg.h
3996         * src/summary_search.c
3997         * src/summaryview.c
3998         * src/textview.c
3999         * src/common/defs.h
4000         * src/common/utils.c
4001         * src/common/utils.h
4002         * src/gtk/menu.c
4003         * src/gtk/menu.h
4004                 sync with HEAD
4005
4006 2004-11-11 [colin]      0.9.12cvs144.2
4007
4008         * src/textview.c
4009                 Fix URI range selection (patch by Alfons)
4010
4011 2004-11-09 [colin]      0.9.12cvs144.1
4012
4013         * ChangeLog.claws
4014         * src/compose.c
4015         * src/folder.c
4016         * src/folder_item_prefs.c
4017         * src/prefs_account.c
4018         * src/prefs_account.h
4019         * src/plugins/pgpmime/pgpmime.c
4020                 Sync with HEAD
4021
4022 2004-11-08 [colin]      0.9.12cvs143.1
4023
4024         * src/summaryview.c
4025                 Sync with HEAD (optimize quicksearch)
4026
4027 2004-11-08 [colin]      0.9.12cvs142.2
4028
4029         * src/compose.c
4030                 Don't wrap when Edit/Auto wrapping is disabled
4031
4032 2004-11-08 [colin]      0.9.12cvs142.1
4033
4034         * src/textview.c
4035                 Sync with HEAD
4036
4037 2004-11-08 [colin]      0.9.12cvs141.1
4038
4039         * src/textview.c
4040                 Sync with HEAD (fix some mail URIs)
4041
4042 2004-11-08 [colin]      0.9.12cvs140.3
4043
4044         * src/textview.c
4045                 o Use text cursor instead of arrow when
4046                   not on a link
4047                 o Fix handling of contiguous links (as in
4048                   "colin@colino.net" <colin@colino.net>)
4049                   This one unveils a bug in get_email_part()
4050
4051 2004-11-07 [colin]      0.9.12cvs140.2
4052
4053         * src/textview.c
4054                 Fix memleak. Patch by Alfons.
4055
4056 2004-11-06 [colin]      0.9.12cvs140.1
4057
4058         * src/compose.c
4059                 Sync with HEAD (don't ask passphrase
4060                 when drafting)
4061
4062 2004-11-06 [paul]       0.9.12cvs139.2
4063
4064         * AUTHORS
4065         * src/textview.c
4066         * src/textview.h
4067                 textview URI handling. hovering over a 
4068                 link displays it in the status bar,
4069                 and changes the mouse pointer to a hand 
4070                 cursor. a link is activated with a single 
4071                 click. (Modified from the) patch by Jean-Yves 
4072                 Lefort <jylefort@users.sourceforge.net>
4073                 
4074
4075 2004-11-05 [colin]      0.9.12cvs139.1
4076
4077         * src/compose.c
4078         * src/procmime.c
4079                 Sync with HEAD again ^^
4080
4081 2004-11-05 [colin]      0.9.12cvs139.1
4082
4083         * src/compose.c
4084         * src/procmime.c
4085                 Sync with HEAD
4086
4087 2004-11-03 [paul]       0.9.12cvs138.1
4088
4089         * ChangeLog.claws
4090         * configure.ac
4091         * po/POTFILES.in
4092         * src/prefs_ext_prog.c
4093         * src/procmime.c
4094         * tools/kdeservicemenu/README
4095         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4096         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4097                 sync with HEAD
4098
4099 2004-11-01 [christoph]  0.9.12cvs136.2
4100
4101         * src/procmime.c
4102                 convert MIME parameters to UTF-8
4103
4104 2004-10-29 [colin]      0.9.12cvs136.1
4105
4106         * src/common/utils.c
4107                 Sync with HEAD (don't use '=' in mime boundary)
4108
4109 2004-10-29 [paul]       0.9.12cvs135.1
4110
4111         * configure.ac
4112         * doc/src/rfc2231.txt
4113         * src/procmime.c
4114         * src/common/quoted-printable.c
4115         * src/common/utils.c
4116         * src/common/utils.h
4117                 sync with HEAD
4118
4119 2004-10-27 [paul]       0.9.12cvs134.1
4120
4121         * configure.ac
4122         * src/main.c
4123         * src/procmime.c
4124         * src/plugins/pgpmime/pgpmime.c
4125                 sync with HEAD
4126
4127 2004-10-26 [paul]       0.9.12cvs132.3
4128
4129         * src/account.c
4130         * src/addressbook.c
4131         * src/addrgather.c
4132         * src/addrharvest.c
4133         * src/codeconv.c
4134         * src/compose.c
4135         * src/customheader.c
4136         * src/editaddress.c
4137         * src/editgroup.c
4138         * src/enriched.c
4139         * src/expldifdlg.c
4140         * src/exporthtml.c
4141         * src/exportldif.c
4142         * src/folder.c
4143         * src/foldersel.c
4144         * src/folderview.c
4145         * src/grouplistdialog.c
4146         * src/html.c
4147         * src/imap.c
4148         * src/jpilot.c
4149         * src/ldapserver.c
4150         * src/ldif.c
4151         * src/mimeview.c
4152         * src/news.c
4153         * src/news_gtk.c
4154         * src/pop.c
4155         * src/prefs_display_header.c
4156         * src/prefs_gtk.c
4157         * src/prefs_msg_colors.c
4158         * src/prefs_toolbar.c
4159         * src/procheader.c
4160         * src/procmime.c
4161         * src/summaryview.c
4162         * src/textview.c
4163         * src/toolbar.c
4164         * src/vcard.c
4165         * src/common/mgutils.c
4166         * src/common/nntp.c
4167         * src/common/smtp.c
4168         * src/common/template.c
4169         * src/common/utils.c
4170         * src/common/xmlprops.c
4171         * src/plugins/pgpmime/pgpmime.c
4172         * src/plugins/pgpmime/select-keys.c
4173         * src/plugins/pgpmime/sgpgme.c
4174                 replace deprecated g_strcasecmp(), g_strncasecmp(),
4175                 g_string_sprintfa(), gtk_notebook_current_page()
4176
4177 2004-10-26 [colin]      0.9.12cvs132.2
4178
4179         * src/prefs_folder_item.c
4180                 Fix default-account selection
4181
4182 2004-10-21 [colin]      0.9.12cvs133
4183
4184         * src/compose.c
4185                 Sync with HEAD (Remove extra separator in compose's Options)
4186         * src/textview.c
4187                 Set wrapping to char
4188
4189 2004-10-21 [paul]       0.9.12cvs131.2
4190
4191         * src/compose.c
4192         * src/sourcewindow.c
4193                 fix wrapping
4194                 fix window shrinking 
4195
4196 2004-10-21 [colin]      0.9.12cvs131.1
4197
4198         * ChangeLog.claws
4199         * src/compose.c
4200                 Sync with HEAD
4201
4202 2004-10-21 [paul]       0.9.12cvs130.2
4203
4204         * src/prefs_folder_item.c
4205                 sync with HEAD (Apply to subfolders)
4206
4207 2004-10-19 [colin]      0.9.12cvs130.1
4208
4209         * ChangeLog.claws
4210         * src/compose.c
4211         * src/common/utils.c
4212         * src/gtk/menu.c
4213                 Sync with HEAD
4214
4215 2004-10-19 [colin]      0.9.12cvs128.1
4216
4217         * src/addrbook.c
4218         * src/addrcache.c
4219         * src/addressbook.c
4220         * src/codeconv.c
4221         * src/compose.c
4222         * src/customheader.c
4223         * src/editaddress.c
4224         * src/editgroup.c
4225         * src/exporthtml.c
4226         * src/folder.c
4227         * src/folderview.c
4228         * src/imap.c
4229         * src/jpilot.c
4230         * src/main.c
4231         * src/matcher_parser_parse.y
4232         * src/mbox.c
4233         * src/pop.c
4234         * src/prefs_account.c
4235         * src/prefs_gtk.c
4236         * src/prefs_msg_colors.c
4237         * src/procheader.c
4238         * src/procmime.c
4239         * src/procmime.h
4240         * src/procmsg.c
4241         * src/summaryview.c
4242         * src/textview.c
4243         * src/common/base64.c
4244         * src/common/partial_download.c
4245         * src/common/socket.c
4246         * src/common/sylpheed.c
4247         * src/common/utils.c
4248         * src/common/utils.h
4249         * src/gtk/pluginwindow.c
4250         * src/gtk/quicksearch.c
4251         * src/plugins/clamav/clamav_plugin.c
4252         * src/plugins/clamav/clamav_plugin.h
4253         * src/plugins/clamav/clamav_plugin_gtk.c
4254         * src/plugins/pgpmime/passphrase.c
4255         * src/plugins/pgpmime/pgpmime.c
4256         * src/plugins/pgpmime/plugin.c
4257         * src/plugins/pgpmime/prefs_gpg.c
4258         * src/plugins/pgpmime/prefs_gpg.h
4259         * src/plugins/pgpmime/select-keys.c
4260         * src/plugins/pgpmime/sgpgme.c
4261         * src/plugins/spamassassin/libspamc.c
4262         * src/plugins/spamassassin/spamassassin.c
4263         * src/plugins/spamassassin/spamassassin.h
4264         * src/plugins/spamassassin/spamassassin_gtk.c
4265         * src/plugins/trayicon/trayicon.c
4266         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4267                 Sync with HEAD
4268
4269 2004-10-14 [colin]      0.9.12cvs126.2
4270
4271         * src/codeconv.c
4272         * src/textview.c
4273                 Fix conv_unreadable_locale
4274
4275 2004-10-13 [colin]      0.9.12cvs126.1
4276
4277         * src/compose.c
4278                 Sync with HEAD (don't convert charset for 
4279                 drafted messages, minor cleanup)
4280
4281 2004-10-13 [colin]      0.9.12cvs125.1
4282
4283         * po/POTFILES.in
4284                 Sync with HEAD (POTFILES fix)
4285
4286 2004-10-12 [colin]      0.9.12cvs124.3
4287
4288         * src/compose.c
4289                 Fix encoding bug from latest sync
4290
4291 2004-10-12 [paul]       0.9.12cvs124.2
4292
4293         * src/plugins/pgpmime/prefs_gpg.c
4294         * src/plugins/pgpmime/prefs_gpg.h
4295                 forgotten in last commit        
4296
4297 2004-10-12 [paul]       0.9.12cvs124.1
4298
4299         * ChangeLog.claws
4300         * configure.ac
4301         * m4/spamassassin.m4
4302         * src/Makefile.am
4303         * src/account.c
4304         * src/compose.c
4305         * src/compose.h
4306         * src/crash.c
4307         * src/main.c
4308         * src/mimeview.c
4309         * src/passphrase.c
4310         * src/passphrase.h
4311         * src/prefs_account.c
4312         * src/prefs_account.h
4313         * src/prefs_common.c
4314         * src/privacy.c
4315         * src/privacy.h
4316         * src/procmime.c
4317         * src/procmime.h
4318         * src/procmsg.c
4319         * src/rfc2015.c
4320         * src/rfc2015.h
4321         * src/select-keys.c
4322         * src/select-keys.h
4323         * src/textview.c
4324         * src/common/utils.c
4325         * src/common/utils.h
4326         * src/gtk/about.c
4327         * src/plugins/pgpmime/Makefile.am
4328         * src/plugins/pgpmime/passphrase.c
4329         * src/plugins/pgpmime/passphrase.h
4330         * src/plugins/pgpmime/pgpmime.c
4331         * src/plugins/pgpmime/plugin.c
4332         * src/plugins/pgpmime/select-keys.c
4333         * src/plugins/pgpmime/select-keys.h
4334         * src/plugins/pgpmime/sgpgme.c
4335         * src/plugins/pgpmime/sgpgme.h
4336                 sync with HEAD
4337
4338 2004-10-04 [colin]      0.9.12cvs122.1
4339
4340         * src/mainwindow.c
4341         * src/messageview.c
4342         * src/messageview.h
4343         * src/textview.c
4344                 Sync with HEAD
4345
4346 2004-10-04 [colin]      0.9.12cvs121.1
4347
4348         * src/summaryview.c
4349                 Sync with HEAD
4350
4351 2004-10-04 [paul]       0.9.12cvs120.1
4352
4353         * configure.ac
4354                 sync with HEAD [don't try to build 
4355                 pgpmime plugin when gpgme is disabled]
4356
4357 2004-10-03 [colin]      0.9.12cvs119.3
4358
4359         * src/gtk/gtksctree.c
4360                 Lots of side effects. Put back as before 117.2.
4361         * src/summaryview.c
4362                 Fix bug #602
4363
4364 2004-10-03 [colin]      0.9.12cvs119.2
4365
4366         * src/gtk/gtksctree.c
4367                 Revert 608 fix that doesn't work that good
4368
4369 2004-10-02 [colin]      0.9.12cvs119.1
4370
4371         * src/mainwindow.c
4372         * src/messageview.c
4373         * src/prefs_common.h
4374         * src/procmime.c
4375         * src/procmime.h
4376         * src/textview.c
4377                 Sync with HEAD
4378         * src/gtk/gtksctree.c
4379                 Close bug #608
4380
4381 2004-10-01 [colin]      0.9.12cvs118.1
4382
4383         * src/mimeview.c
4384                 Sync with HEAD (better Save All fix)
4385
4386 2004-10-01 [colin]      0.9.12cvs117.2
4387
4388         * src/gtk/gtksctree.c
4389                 Faster on selection
4390
4391 2004-10-01 [colin]      0.9.12cvs117.1
4392
4393         * src/mimeview.c
4394                 Sync with HEAD (Save All: only attachments)
4395
4396 2004-10-01 [paul]       0.9.12cvs116.1
4397
4398         * ChangeLog.claws
4399         * configure.ac
4400         * src/account.c
4401         * src/prefs_common.c
4402         * src/gtk/colorlabel.c
4403                 sync with HEAD
4404
4405 2004-09-30 [colin]