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