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