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