906e6f3258fd552b4acb14b7f6f36ba79277b728
[claws.git] / ChangeLog-gtk2
1 2004-01-18 Thorsten Maerz <torte@netztorte.de>
2         * src/textview.c
3                 variable names messed up
4
5 2004-01-17 Colin Leroy <colin@colino.net>
6         * src/addr_compl.c
7                 Fix completion address too thin
8         * src/compose.c
9                 Fix tab-to-subject behaviour
10         * src/summaryview.c
11                 Implement key up & down in summaryview
12
13 2004-01-12 Thorsten Maerz <torte@netztorte.de>
14
15         * sync 098claws
16
17 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18         * configure.ac
19           Makefile.am
20           doc/.cvsignore
21           doc/Makefile.am
22                 faq, man, manual moved to doc/
23         * ac/aspell.m4
24           ac/check-type.m4
25           ac/gnupg-check-typedef.m4
26           ac/openssl.m4
27           ac/spamassassin.m4
28           ac/missing/gdk-pixbuf.m4
29           ac/missing/gpgme.m4
30           ac/missing/imlib.m4
31                 fix automake warnings
32
33 2003-12-06 Colin Leroy <colin@colino.net>
34         * src/summaryview.c
35                 Fix quicksearch
36
37 2003-12-05 Colin Leroy <colin@colino.net>
38         * src/summaryview.c
39                 Fix going to next unread folder
40
41 2003-12-05 Colin Leroy <colin@colino.net>
42         * src/crash.c
43                 Fix gtk2 compilation
44         * src/session.c
45                 Remove iotag source handler at disconnection
46         * src/socket.[ch] 
47                 Remove source handler when closing socket 
48                 (fixes another seg)
49
50 2003-12-04 Colin Leroy <colin@colino.net>
51         * src/compose.c
52           src/prefs_account.c
53           src/prefs_common.c
54                 Fix some dropdown menus
55
56 2003-12-04 Colin Leroy <colin@colino.net>
57         * src/compose.c
58                 Fix event handlers on header fields
59         * src/common/socket.c
60           src/common/session.c
61                 Fix segfault with callback (SSL)
62                 Fix end of session 
63
64 2003-10-06 Thorsten Maerz <torte@netztorte.de>
65
66         * Fix compile bug in src/compose.c
67         * removed src/gtk/gtkstext.[ch]
68
69 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
70
71         * Convert character set and escape "text" attributes in toolbar setting
72         files.
73         * Fixed bug in button-press-event handling.
74
75 2003-09-16 Thorsten Maerz <torte@netztorte.de>
76
77         * Fixed bug in key-press-event handling.
78
79 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
80
81         * Enabled to compile tray-icon plugin (Ad-hoc).
82         * Avoid hang up bug of icon list in mime view (Ad-hoc).
83
84 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
85
86         * Enabled to compile on sylpheed-claws.
87         (tray-icon plugin still cannot compile yet.)
88
89 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
90
91         * Updated to 0.9.5.
92
93 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
94
95         * Updated to 0.9.4.
96         * Ported monitoring SSL mechanism to GSource of GLib2
97         (I don't confirm it)
98         * Added _gtk2 suffix to key name of font preference to avoid
99         ovverwriting preference of Gtk+-1.2 version.
100
101 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
102
103         * Updated to 0.9.2.
104
105 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
106
107         * Updated to 0.9.1.
108         * Translate po files into UTF-8 when execute autogen.sh.
109
110 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
111
112         * Updated to 0.9.0.
113
114 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
115
116         * Plugged GError related memory leaks.
117
118 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
119
120         * Changed default size of fonts.
121         * Enabled to set titile font size of warning dialog.
122
123 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
124
125         * Embed a sylpheed icon into executable binary on Windows.
126
127 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
128
129         * I forgot to traslate character set of element string in src/xml.c.
130
131 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
132
133         * Fixed detecting bind_textdomain_codeset in configure.in.
134         * The bug in which "Example" of "Date fromat" preference isn't displayed
135         correctly has been fixed.
136
137 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
138
139         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
140           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
141           glib-gettextize
142           Removed intl directory.
143           Translated po files into UTF-8.
144           (Thanks! Ryuji Abe)
145
146 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
147
148         * The bug which doesn't unscape string in xml.c has been fixed.
149
150 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
151
152         * The bug which is failed to translate encoding of file name thorough
153         file dialog has been fixed.
154
155 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
156
157         * Modified to translate file names which is used in inporting/expoting
158         mbox feature and "Save as" feature into locale encoding.
159         * Translate file names into locale encoding when "Attache file" and
160         "Insert file".
161         * Force set G_BROKEN_FILENAMES environment variable.
162         * Other minor fixes.
163
164 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
165
166         * Modified to treat MH folder's name as locale encoding.
167
168 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
169
170         * The bug which clash on switching candidates of auto completion of
171         addresses, cannot use auto completion in Japanesse is fixed
172         (Thanks! Tokunaga-san)¡¥
173
174 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
175
176         * The bug which cannot switch key accelerator preference has been fixed
177         (Thanks! smbd-san)¡¥
178
179 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
180
181         * version 0.8.11-gtk2-20030314
182
183 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
184
185         * The bug in which character set conversion of filtering messages has
186         been fixed.(Thanks! COCOA-san).
187
188 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
189
190         * Revived "Leave space on head" preference in "Message" category.
191         * A bug which clash when put the cursor to end of buffer and execute
192         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
193
194 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
195
196         * version 0.8.11-gtk2-20030312
197
198 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
199
200         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
201         * Modified to use Pango's API directly for font preference.
202         * Integrated GtkTextView of textview to one widget.
203         * Set fonts of header title in textview by "header_title" tag.
204         * Removed some deprecated codes.
205
206 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
207
208         * Updated to 0.8.11.
209         * Merged cygwin patch(Thanks! Sakai-san).
210
211 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
212
213         * version 0.8.10-gtk2-20030309