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