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