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