let the user decide if he wants to download/delete partially received
[claws.git] / ChangeLog-gtk2.claws
1 2004-07-08 [colin]      0.9.11cvs17.16
2
3         * src/noticeview.c
4         * src/noticeview.h
5                 Add an optional second button
6         * src/messageview.c
7         * src/pop.c
8         * src/pop.h
9                 Don't delete partially received mails after a certain
10                 time; rather, let the user decide.
11
12 2004-07-08 [colin]      0.9.11cvs17.15
13
14         * src/common/smtp.h
15                 Sync with HEAD
16
17 2004-07-08 [colin]      0.9.11cvs17.14
18
19         * src/messageview.c
20         * src/common/smtp.c
21                 Use to_human_readable() for sizes
22
23 2004-07-08 [colin]      0.9.11cvs17.13
24
25         * src/inc.c
26         * src/messageview.c
27         * src/pop.c
28         * src/pop.h
29         * src/procmsg.c
30                 Fix partial-downloading issues:
31                         catch unsupported TOP
32                         don't delete partially downloaded mails before 5 days
33                         don't update existing with non-MH folders; that'll
34                         make dups, but it's better than trashing the folder
35                         free new msginfo parts
36                 Fix indentation ;-)
37
38 2004-07-08 [colin]      0.9.11cvs17.12
39
40         * src/common/smtp.c
41         * src/common/smtp.h
42                 Sync smtp size verification with HEAD
43
44 2004-07-08 [colin]      0.9.11cvs17.11
45
46         * src/summaryview.c
47         * src/prefs_common.c
48         * src/prefs_common.h
49         * src/gtk/quicksearch.c
50         * src/gtk/quicksearch.h
51                 Sync sticky pref with HEAD
52
53 2004-07-08 [colin]      0.9.11cvs17.10
54
55         * src/folder.c [1.213.2.6]
56         * src/folder.h [1.87.2.6]
57         * src/inc.c [1.149.2.7]
58         * src/messageview.c [1.94.2.8]
59         * src/procheader.c [1.47.2.6]
60         * src/procmsg.c [1.150.2.4]
61         * src/procmsg.h [1.60.2.5]
62         * src/pop.c [1.56.2.4]
63         * src/pop.h [1.17.2.3]
64                 Let too big messages get downloaded, but truncated
65                 Add a button to download them completely
66                 
67 2004-07-06 [colin]      0.9.11cvs17.9
68
69         * src/gtk/quicksearch.c [1.1.2.3]
70                 Add a Clear button
71         * commitHelper
72         * PATCHSETS
73                 Add a script to help with cvs
74
75 2004-07-03 [colin]      0.9.11cvs17.8
76
77         * src/plugins/imageviewer/viewer.c
78                 fix imageviewer (which was staying on the first
79                 displayed image)
80
81 2004-07-03 [colin]      0.9.11cvs17.7
82
83         Removed FIXME_GTK2 warnings
84         * src/gtk/gtkutils.c
85                 useless #warnings
86         * src/gtk/menu.c
87                 useless #warnings (no need to mess with menu rc)
88         * src/gtk/menu.h
89                 unused functions
90         
91
92 2004-07-03 [colin]      0.9.11cvs17.6
93
94         Removed FIXME_GTK2 warnings
95         * src/codeconv.c
96                 useless #warnings (rewrite needed)
97         * src/compose.c
98                 useless #warnings (rewrite needed)
99                 useless #warnings (gtk2 is like that)
100                 useless #warnings (previously fixed)
101         * src/main.c
102                 useless #warnings (previously fixed)
103         * src/message_search.c
104                 useless #warnings (gtk2 is like that)
105                 Made apparent that search is case-sensitive
106         * src/mimeview.c
107                 useless #warnings (rewrite needed)
108                 useless #warnings (gtk2 is like that)
109                 reimplemented real warnings
110         * src/prefs_common.c
111                 Removed block cursor option (not it gtk2)
112         * src/prefs_gtk.c
113                 useless #warnings (rewrite needed)
114         * src/procheader.c
115                 useless #warnings (rewrite needed)
116         * src/sourcewindow.c
117                 useless #warnings (incorrect placing)
118         * src/summary_search.c
119                 useless #warnings (gtk2 is like that)
120                 Made apparent that search is case-sensitive
121         * src/action.c
122                 useless #warnings (gtk2 is like that)
123         * src/textview.c
124                 useless #warnings (rewrite needed)
125         * src/toolbar.c
126                 useless #warnings (rewrite needed)
127
128 2004-07-03 [colin]      0.9.11cvs17.5
129
130         * src/textview.c
131                 Fix mismerge which broke URI opening
132                 
133 2004-07-01 [colin]      0.9.11cvs17.4
134
135         * src/gtk/filesel.c
136                 Fill filename when saving
137                 
138 2004-06-27 [colin]      0.9.11cvs17.3
139
140         * src/gtk/filesel.[ch]
141                 Use the new GTK file selector
142                 Update prototype to match the reality: multiple file
143                 selection is open-only          
144         * src/compose.c
145                 Match the new prototypes        
146         * configure.ac
147                 Match the new requirements (gtk 2.4.0)
148                         
149 2004-06-26 [colin]      0.9.11cvs17.2
150
151         * src/plugins/trayicon/trayicon.c
152                 Remove useless signal handler on resize, which causes
153                 an infinite "loop"
154         
155 2004-06-26 [colin]      0.9.11cvs17.1
156         
157         * tools/Makefile.am
158                 remove launch_firebird and add nautilus2sylpheed.sh
159         * src/quicksearch.c
160           src/summaryview.c
161                 Fix show/hide "Extended symbols" button problem
162                 Fix apparition at startup
163                 Fix const warnings
164         * src/plugins/image_viewer/Makefile.am
165                 Fix configure 
166         * common/ssl.c
167                 Re-enable certificate check, as it doesn't seem to
168                 cause Xlib errors anymore
169
170 2004-06-25 [paul]       0.9.11cvs17
171
172         * sync with 0.9.11cvs17 HEAD
173         
174         NOTE: QuickSearch is broken
175
176 2004-06-07 [colin]      0.9.10claws67.10
177         * src/plugins/trayicon/trayicon.c
178           src/plugins/trayicon/libeggtrayicon/Makefile.am
179           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
180                 Fix gettextization in trayicon plugin
181
182 2004-06-07 [colin]      0.9.10claws67.9
183         
184         * src/summaryview.c
185           src/gtk/gtksctree.[ch]
186                 Let Shift+{Up,Down} work in summaryview
187                 (well, Down "works" and Up works)
188                 Let the list scroll when using these keys
189
190 2004-06-06 [colin]      0.9.10claws67.8
191
192         * src/plugins/trayicon/trayicon.c
193                 Fix pixmap update
194
195 2004-06-06 [colin]      0.9.10claws67.7
196
197         * src/addressbook.c
198                 Fix signal handling causing system-wide focus grab
199
200 2004-05-25 [paul]       0.9.10claws67.6
201
202         * Makefile.am
203           src/Makefile.am
204                 clean up
205
206 2004-05-25 [paul]       0.9.10claws67.5
207
208         * replace deprecated gtk_signal... functions
209
210 2004-05-23 [colin]      0.9.10claws67.4
211
212         * src/compose.c
213                 Fix wrapping
214
215 2004-05-22 [colin]      0.9.10claws67.3
216
217         * src/compose.c
218                 Re-fix [Edited] in compose.c::compose_reedit()
219
220 2004-05-22 [colin]      0.9.10claws67.2
221
222         * src/procmime.c
223                 Fix parsing of multiparts mails
224
225 2004-05-22 [colin]      0.9.10claws67.1
226
227         * src/summaryview.c
228                 Fix quicksearch
229
230 2004-05-22 [paul]       0.9.10claws67
231
232         * sync with 0.9.10claws67 HEAD
233
234 2004-05-14 [alfons]
235
236         * src/procmime.h
237                 add forgotton prototype
238
239 2004-05-10 [paul]       0.9.10claws57
240
241         * sync with 0.9.10claws57 HEAD
242
243 2004-05-05 [paul]       0.9.9.claws1
244
245         * ChangeLog-gtk2        ** REMOVED **
246           ChangeLog-gtk2.claws  ** ADDED **
247                 rename and adopt the normal claws format
248                 
249         * configure.ac
250                 require gtkmathview >= 0.5
251
252         * ac/*                          ** REMOVED **
253           ac/                           ** REMOVED **
254           intl/Makefile.in              ** REMOVED **
255           m4/                           ** ADDED **
256           m4/missing                    ** ADDED **
257           m4/missing/gdk-pixbuf.m4      ** ADDED **
258           m4/missing/gettext.m4         ** ADDED **
259           m4/missing/gpgme.m4           ** ADDED **
260           m4/missing/imlib.m4           ** ADDED **
261           m4/.cvsignore                 ** ADDED **
262           m4/Makefile.am                ** ADDED **
263           m4/README                     ** ADDED **
264           m4/aclocal-include.m4         ** ADDED **
265           m4/aspell.m4                  ** ADDED **
266           m4/check-type.m4              ** ADDED **
267           m4/gnupg-check-typedef.m4     ** ADDED **
268           m4/openssl.m4                 ** ADDED **
269           m4/spamassassin.m4            ** ADDED **
270           po/ChangeLog                  ** REMOVED **
271           po/Makefile.in.in             ** REMOVED **
272           po/Rules-quot                 ** REMOVED **
273           po/boldquot.sed               ** REMOVED **
274           po/en@boldquot.header         ** REMOVED **
275           po/en@quot.header             ** REMOVED **
276           po/insert-header.sin          ** REMOVED **
277           po/quot.sed                   ** REMOVED **
278           po/remove-potcdate.sed        ** REMOVED **
279           po/remove-potcdate.sin        ** REMOVED **
280           po/stamp-po                   ** REMOVED **
281           Makefile.am
282           autogen.sh
283           configure.ac
284                 enable building with automake 1.8.x
285                 add 'autopoint --force' to autogen.sh and remove all
286                 auto-generated files, remove ac/ directory and use
287                 m4/ directory instead
288                 
289         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
290                 fix gettextization
291
292 2004-02-28 Colin Leroy <colin@colino.net>
293         * src/prefs_matcher.c
294           src/prefs_filtering.c
295           src/prefs_filtering_action.c
296                 Fix non-editable GtkEntries
297
298 2004-02-22 Thorsten Maerz <torte@netztorte.de>
299         * src/prefs_themes.c
300                 utf8 conversion for theme info
301
302 2004-02-21 Thorsten Maerz <torte@netztorte.de>
303         * sync 0.9.9claws
304
305 2004-02-14 Thorsten Maerz <torte@netztorte.de>
306         * src/grouplistdialog.c
307                 allow multiple selections without ctrl key
308
309 2004-02-09 Thorsten Maerz <torte@netztorte.de>
310         * src/main.c
311                 enable customizable accelerators
312
313 2004-02-08 Thorsten Maerz <torte@netztorte.de>
314         * src/prefs_common.c
315                 re-enable different font settings for gtk1/2
316         * src/prefs_folder_item.c
317                 fix folder prefs displayed wrong
318         * src/textview.c
319                 set 'sunken' shadow type
320
321 2004-02-07 Colin Leroy <colin@colino.net>
322         * src/compose.c
323                 Fix message being always [Edited]
324                 Encode headers correctly (utf8 buf)
325
326 2004-01-27 Thorsten Maerz <torte@netztorte.de>
327         * src/socket.c
328                 remove double g_source_attach()
329                 (Thanks to Colin Leroy)
330
331 2004-01-27 Thorsten Maerz <torte@netztorte.de>
332         * src/gtk/gtksctree.c
333                 Fix SSL certificate list not shown
334         * src/mimeview.c
335                 Fix clicks in mime tree
336
337 2004-01-27 Thorsten Maerz <torte@netztorte.de>
338         * src/common/socket.c
339                 Fix SSL receive
340         * src/compose.c
341                 Fix clipboard menu hotkeys
342
343 2004-01-25 Thorsten Maerz <torte@netztorte.de>
344         * src/gtk/gtkaspell.[ch]
345           src/compose.c
346                 reimplement spellchecker
347
348 2004-01-25 Thorsten Maerz <torte@netztorte.de>
349         * src/gtk/filesel.c
350                 crash when inserting file in compose window
351                 (TODO: keep old selection on clicks)
352         * src/main.c
353                 use gtkrc-2.0 instead of gtkrc
354
355 2004-01-25 Thorsten Maerz <torte@netztorte.de>
356         * src/messageview.c
357                 remove orphaned mimeview unref()
358
359 2004-01-20 Thorsten Maerz <torte@netztorte.de>
360         * src/grouplistdialog.c
361                 expand nodes containing subscribed groups
362
363 2004-01-19 Thorsten Maerz <torte@netztorte.de>
364         * src/textview.c
365                 textview: hide cursor, restore old click behaviour
366
367 2004-01-18 Thorsten Maerz <torte@netztorte.de>
368         * src/textview.c
369                 variable names messed up
370
371 2004-01-17 Colin Leroy <colin@colino.net>
372         * src/addr_compl.c
373                 Fix completion address too thin
374         * src/compose.c
375                 Fix tab-to-subject behaviour
376         * src/summaryview.c
377                 Implement key up & down in summaryview
378
379 2004-01-12 Thorsten Maerz <torte@netztorte.de>
380
381         * sync 098claws
382
383 2004-01-08 Thorsten Maerz <torte@netztorte.de>
384         * configure.ac
385           Makefile.am
386           doc/.cvsignore
387           doc/Makefile.am
388                 faq, man, manual moved to doc/
389         * ac/aspell.m4
390           ac/check-type.m4
391           ac/gnupg-check-typedef.m4
392           ac/openssl.m4
393           ac/spamassassin.m4
394           ac/missing/gdk-pixbuf.m4
395           ac/missing/gpgme.m4
396           ac/missing/imlib.m4
397                 fix automake warnings
398
399 2003-12-06 Colin Leroy <colin@colino.net>
400         * src/summaryview.c
401                 Fix quicksearch
402
403 2003-12-05 Colin Leroy <colin@colino.net>
404         * src/summaryview.c
405                 Fix going to next unread folder
406
407 2003-12-05 Colin Leroy <colin@colino.net>
408         * src/crash.c
409                 Fix gtk2 compilation
410         * src/session.c
411                 Remove iotag source handler at disconnection
412         * src/socket.[ch] 
413                 Remove source handler when closing socket 
414                 (fixes another seg)
415
416 2003-12-04 Colin Leroy <colin@colino.net>
417         * src/compose.c
418           src/prefs_account.c
419           src/prefs_common.c
420                 Fix some dropdown menus
421
422 2003-12-04 Colin Leroy <colin@colino.net>
423         * src/compose.c
424                 Fix event handlers on header fields
425         * src/common/socket.c
426           src/common/session.c
427                 Fix segfault with callback (SSL)
428                 Fix end of session 
429
430 2003-10-06 Thorsten Maerz <torte@netztorte.de>
431
432         * Fix compile bug in src/compose.c
433         * removed src/gtk/gtkstext.[ch]
434
435 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
436
437         * Convert character set and escape "text" attributes in toolbar setting
438         files.
439         * Fixed bug in button-press-event handling.
440
441 2003-09-16 Thorsten Maerz <torte@netztorte.de>
442
443         * Fixed bug in key-press-event handling.
444
445 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
446
447         * Enabled to compile tray-icon plugin (Ad-hoc).
448         * Avoid hang up bug of icon list in mime view (Ad-hoc).
449
450 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
451
452         * Enabled to compile on sylpheed-claws.
453         (tray-icon plugin still cannot compile yet.)
454
455 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
456
457         * Updated to 0.9.5.
458
459 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
460
461         * Updated to 0.9.4.
462         * Ported monitoring SSL mechanism to GSource of GLib2
463         (I don't confirm it)
464         * Added _gtk2 suffix to key name of font preference to avoid
465         ovverwriting preference of Gtk+-1.2 version.
466
467 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
468
469         * Updated to 0.9.2.
470
471 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
472
473         * Updated to 0.9.1.
474         * Translate po files into UTF-8 when execute autogen.sh.
475
476 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
477
478         * Updated to 0.9.0.
479
480 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
481
482         * Plugged GError related memory leaks.
483
484 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
485
486         * Changed default size of fonts.
487         * Enabled to set titile font size of warning dialog.
488
489 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
490
491         * Embed a sylpheed icon into executable binary on Windows.
492
493 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
494
495         * I forgot to traslate character set of element string in src/xml.c.
496
497 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
498
499         * Fixed detecting bind_textdomain_codeset in configure.in.
500         * The bug in which "Example" of "Date fromat" preference isn't displayed
501         correctly has been fixed.
502
503 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
504
505         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
506           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
507           glib-gettextize
508           Removed intl directory.
509           Translated po files into UTF-8.
510           (Thanks! Ryuji Abe)
511
512 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
513
514         * The bug which doesn't unscape string in xml.c has been fixed.
515
516 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
517
518         * The bug which is failed to translate encoding of file name thorough
519         file dialog has been fixed.
520
521 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
522
523         * Modified to translate file names which is used in inporting/expoting
524         mbox feature and "Save as" feature into locale encoding.
525         * Translate file names into locale encoding when "Attache file" and
526         "Insert file".
527         * Force set G_BROKEN_FILENAMES environment variable.
528         * Other minor fixes.
529
530 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
531
532         * Modified to treat MH folder's name as locale encoding.
533
534 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
535
536         * The bug which clash on switching candidates of auto completion of
537         addresses, cannot use auto completion in Japanesse is fixed
538         (Thanks! Tokunaga-san)¡¥
539
540 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
541
542         * The bug which cannot switch key accelerator preference has been fixed
543         (Thanks! smbd-san)¡¥
544
545 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
546
547         * version 0.8.11-gtk2-20030314
548
549 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
550
551         * The bug in which character set conversion of filtering messages has
552         been fixed.(Thanks! COCOA-san).
553
554 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
555
556         * Revived "Leave space on head" preference in "Message" category.
557         * A bug which clash when put the cursor to end of buffer and execute
558         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
559
560 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
561
562         * version 0.8.11-gtk2-20030312
563
564 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
565
566         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
567         * Modified to use Pango's API directly for font preference.
568         * Integrated GtkTextView of textview to one widget.
569         * Set fonts of header title in textview by "header_title" tag.
570         * Removed some deprecated codes.
571
572 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
573
574         * Updated to 0.8.11.
575         * Merged cygwin patch(Thanks! Sakai-san).
576
577 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
578
579         * version 0.8.10-gtk2-20030309