folder item is returned, memory should not be freed
[claws.git] / ChangeLog.claws
index 9dfabf32e3001b93ac7fa2de4e666f6dc0f33e5d..0860de18d6e6edcd5e84a8ac24c66ba2b23ba3e1 100644 (file)
@@ -1,3 +1,513 @@
+2002-09-12 [christoph] 0.8.2claws44
+
+       * src/filter.c
+               allocate 1 elements of FolderItem not 0
+
+2002-09-12 [colin]     0.8.2claws43
+
+       * src/compose.c
+               Fix bug #590825 (obey Follow-up: poster)
+
+2002-09-12 [colin]     0.8.2claws42
+
+       * src/procmime.c
+               Fix bug #557009 (wrong headers for messages 
+               forwarded as attachments)
+
+2002-09-11 [colin]     0.8.2claws41
+       
+       * src/compose.c
+               Put SCF: pseudo-header on top of message
+               Set draft tmp_flag when saved as draft
+
+       * src/procmsg.c
+         src/procheader.c
+               Skip after first \n\n for beginning of real message
+               for drafts too
+
+2002-09-11 [christoph] 0.8.2claws40
+
+       * src/filtering.c
+               use procmsg flag functions in filtering or processing
+               will cause incorrect folder message counts
+
+2002-09-11 [colin]     0.8.2claws39
+
+       * src/compose.c
+               Fix bug #550175 - wrong save folder when reediting
+               drafts
+
+2002-09-11 [paul]      0.8.2claws38
+
+       * sync with 0.8.2cvs14
+               see ChangeLog 2002-09-11
+
+2002-09-11 [colin]     0.8.2claws37
+
+       * src/folder.c
+               Fix a typo (seeming to cause new/unread status to
+               be lost)
+
+2002-09-10 [christoph] 0.8.2claws36
+
+       * src/compose.c
+               compose_redirect should not use compose_generic_new
+               because that does more stuff than expected including
+               opening the external editor
+               (closes bug "[ 526608 ] bounced messages appear blank
+                in editor")
+
+2002-09-10 [christoph] 0.8.2claws35
+
+       * src/folder.c
+               fix problem with too large message number range
+               causing a crash in folder_item_scan
+
+2002-09-10 [paul]      0.8.2claws34
+
+       * sync with 0.8.2cvs13
+               see ChangeLog 2002-09-10
+
+2002-09-10 [christoph] 0.8.2claws33
+
+       * src/msgcache.c
+               set MsgInfo TmpFlags for queue and draft folders
+               (closes bug "[ 591676 ] Queue ignore MIME on restart")
+
+2002-09-10 [paul]      0.8.2claws32
+
+       * AUTHORS
+         po/bg.po      ** NEW FILE **
+               new Bulgarian translation submitted by
+               George Danchev <danchev@spnet.net>
+               
+       * tools/Makefile.am
+         tools/README
+         tools/tb2sylpheed     ** NEW FILE **
+               add script that converts an addressbook exported
+               from The Bat! into a Sylpheed addressbook. Submitted
+               by Urke MMI <urke-kg@eunet.yu>
+
+2002-09-10 [paul]      0.8.2claws31
+
+       * sync with 0.8.2cvs12
+               see ChangeLog 2002-09-10
+
+2002-09-06 [paul]      0.8.2claws30
+
+       * src/prefs_common.c
+               sync with 0.8.2cvs11, see ChangeLog 2002-09-06
+               
+       * tools/Makefile.am
+         tools/README
+         tools/ldif-to-xml.py  ** REMOVED **
+               remove obsolete python script
+
+2002-09-06 [paul]      0.8.2claws29
+
+       * sync with 0.8.2cvs10
+               see ChangeLog 2002-09-06
+
+2002-09-04 [paul]      0.8.2claws28
+
+       * sync with 0.8.2cvs9
+               see ChangeLog 2002-08-04
+
+2002-09-04 [colin]     0.8.2claws27 
+
+       * src/prefs_common.[ch]
+               Added signature color configuration
+       * src/textview.c
+               Use user-specified signature color
+
+2002-09-03 [colin]      0.8.2claws26
+
+       * src/prefs_common.[ch]
+               Added autosave and autosave_length prefs
+       * src/compose.c
+               Added compose_remove_draft()
+               Auto-save drafts according to the prefs
+       * src/main.c
+               Added a crash-indicator file, allowing to check
+               for new messages on startup if Sylpheed crashed
+               (makes saved drafts "reappear")
+
+2002-09-03 [colin]     0.8.2claws25
+
+       * src/textview.[ch]
+               Grey the signature
+
+2002-09-03 [paul]      0.8.2claws24
+
+       * sync with 0.8.2cvs8
+               see ChangeLog 2002-09-02 and 2002-09-03
+
+2002-09-03 [darko]     0.8.2claws23
+
+       * src/folderview.c
+               use normal style when creating new folder to pick
+               proper font size 
+
+2002-09-02 [melvin]    0.8.2claws22
+
+       * src/gtkaspell.m4
+               removed some obsolete code
+
+2002-09-02 [melvin]    0.8.2claws21
+
+       * ac/aspell.m4
+               fixed test's equality sign (== to =)
+
+2002-09-02 [alfons]    0.8.2claws20
+
+       * src/folder.c
+       * src/mh.c
+               revert change of 0.8.2claws16 and use the mh_folder_destroy
+               as folder->destroy virtual as suggested by Hiro
+               (the mh.c code seems to have been lost around mh.c.1.21)
+
+2002-09-02 [paul]      0.8.2claws19
+
+       * po/pt_BR.po
+               updated by Fabio Jr. Beneditto
+               
+       * src/defs.h
+               use 'http://claws.sylpheed.org' for homepage link. 
+               Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
+
+2002-09-01 [alfons]    0.8.2claws18
+
+       * src/mh.c
+               plug memleak related to one Martin Kluge found
+
+2002-08-31 [paul]      0.8.2claws17
+
+       * sync with 0.8.2cvs6
+               see ChangeLog 2002-08-30
+
+2002-08-31 [alfons]    0.8.2claws16
+
+       * src/folder.c
+               folder_destroy(): remove mailbox from folderlist even if it has
+               no destroy virtual
+
+2002-08-31 [alfons]    0.8.2claws15
+
+       * src/folder.c
+               :%sno/if(/if (/gc
+               :%sno/for(/for (/gc
+               (being pedantic I know)
+
+2002-08-31 [alfons]    0.8.2claws14
+
+       * src/folder.c
+               check for NULL pointers returned from folder->fetch_msginfo virtual
+               (should solve some reported crashes)
+
+2002-08-30 [alfons]    0.8.2claws13
+
+       * acconfig.h
+       * configure.in
+       * src/crash.c
+               enable crash dialog on compilation time
+               (--enable-crash-dialog configure option)
+
+2002-08-30 [alfons]    0.8.2claws12
+
+       * AUTHORS
+               add Martin Kluge
+       * src/mh.c
+               apply memory leak plug patch by Martin Kluge
+               (closes patch "[ 602568 ] patch for 602441 little memory leak",
+               bug "[ 599677 ] Very small memory leak in 0.81claws115",
+               and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
+
+2002-08-30 [darko]     0.8.2claws11
+
+       * src/folderview.c
+               copy Gtk style from normal style to match
+               font size for coloured folders
+
+2002-08-29 [alfons]    0.8.2claws10
+
+       * sylpheed.desktop
+               Type=Internet <- Type=Application
+               (reported by Michael Schwendt, see:
+               http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
+               http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
+
+2002-08-29 [paul]      0.8.2claws9
+
+       * sync with 0.8.2cvs5
+               see ChangeLog 2002-08-29
+
+2002-08-29 [colin]     0.8.2claws8
+
+       * src/summaryview.c
+               Added a sanity check in summary_select_thread
+               Should fix bug 601605
+
+2002-08-29 [colin]     0.8.2claws7
+
+       * src/main.c
+               Revert claws6 changes regarding bug #591676
+
+2002-08-28 [colin]     0.8.2claws6
+       
+       * src/main.c
+               Ignore cache for queue folderitems
+               Fix bug #591676
+
+2002-08-28 [melvin]    0.8.2claws5
+
+       * README.claws
+               Fixed typos.
+
+2002-08-28 [melvin]    0.8.2claws4
+
+       * README.claws
+               Updated a bit the text concerning the spell checker
+
+2002-08-28 [melvin]    0.8.2claws3
+
+       Merged the GNU_aspell_branch:
+               Support of new GNU/aspell is now included and the old pspell
+               is not supported anymore.
+               See README.claws
+
+       * README.claws
+               Updated spell checker text to reflect the switch to GNU/aspell
+
+       * ac/aspell.m4          *** NEW ***
+       * src/gtkaspell.[ch]    *** NEW *** 
+       * ac/pspell.m4          *** DELETED *** 
+       * src/gtkspell.[ch]     *** DELETED ***
+
+       * ac/Makefile.am
+               Updated for GNU/aspell support
+
+       * po/POTFILES.in
+               Replaced gtkspell.c by gtkaspell.c
+
+       * acconfig.h
+       * src/Makefile.am
+       * src/about.c
+       * src/compose.[ch]
+       * src/crash.c
+       * src/main.c
+       * src/prefs_common.[ch]
+               Updated for GNU/aspell support
+
+2002-08-28 [paul]      0.8.2claws2
+
+       * sync with 0.8.2cvs4
+               see ChangeLog 2002-08-27 and 2002-08-28
+
+2002-08-28 [colin]     0.8.2claws1
+
+       * src/summary_search.c
+               Added "AND search"
+
+2002-08-28 [jens]      0.8.2claws
+
+       *po/de.po
+               Updated German translations
+
+2002-08-27 [melvin]    0.8.2claws
+
+       * po/fr.po
+               Updated French translations
+
+2002-08-27 [paul]      0.8.2claws
+
+       * sync with 0.8.2 main release
+
+       * po/en_GB.po
+         po/es.po
+         po/it.po
+         po/pl.po
+         po/pt_BR.po
+         po/sr.po
+               updated message catalogs submitted by
+               Ricardo Mones Lastra, Alessandro Maestri,
+               Witold Wladyslaw Wojciech Wilk, Fabio Jr.
+               Beneditto and Urke MMI  
+
+2002-08-27 [hoa]       0.8.1claws123
+
+       * src/mainwindow.[ch]
+       * src/summaryview.[ch]
+               removed the "filter setting" menu option.
+               add a "cancel a news message" menu option.
+
+2002-08-26 [martin]    0.8.1claws122
+
+       * ChangeLog.claws
+               changed string under 0.8.1claws79 changed by myself
+               i'm sorry alfons :(
+
+2002-08-26 [martin]    0.8.1claws121
+
+       * src/crash.c
+               added kill command to debuggerrc to start crash dialog
+
+2002-08-26 [paul]      0.8.1claws120
+
+       * sync with 0.8.1cvs31
+               see ChangeLog 2002-08-26
+
+2002-08-25 [alfons]    0.8.1claws119
+
+       * src/procmsg.c
+               fix bug that didn't send out correct headers to news server
+               when sending news article and email from queue (bug reported
+               and patch provided by Tim Mann; closes bug 
+               "[ 583196 ] 0.7.8claws can't post news")
+
+2002-08-25 [alfons]    0.8.1claws118
+
+       * src/selective_download.c
+               mark two strings as translatable
+               (thanks to Urke MMI for pointing this out)
+
+2002-08-25 [alfons]    0.8.1claws117
+
+       * src/summaryview.c
+               treat sent boxes as special and allow sorting them by addressee
+               (closes "[ 589418 ] Sent folder sorting misbehavior"
+               submitted by Steve Lamb)
+
+2002-08-24 [alfons]    0.8.1claws116
+
+       * src/matcher.c
+               fix memleak reported by Martin Kluge
+               (see: "[ 599677 ] Very small memory leak in 0.81claws115")
+
+2002-08-24 [oliver]    0.8.1claws115
+
+       * src/prefs_toolbar.c
+               o code cleanup as suggested by Alfons
+               o memleak fix
+
+2002-08-24 [alfons]    0.8.1claws114
+
+       * src/summaryview.c
+               o fix another memory leak reported by Martin Kluge
+                 (see "[ 599568 ] Small Memory Leak")
+               o remove 'from' variable from 'summary_set_header()'; we can
+                 do with just 'to' 
+
+2002-08-24 [paul]      0.8.1claws113
+
+       * sync with 0.8.1cvs30
+               see ChangeLog 2002-08-23
+
+2002-08-24 [alfons]    0.8.1claws112
+
+       * src/summaryview.c
+               remove unnecessary allocations for search bar fixing leaks
+               reported by Martin Kluge
+               (see "[ 599451 ] Further memory leaks?")
+
+2002-08-24 [alfons]    0.8.1claws111
+
+       * src/main.c
+               make get_socket_name() public for crash.c
+       * src/crash.c
+               o make report bug button work (goes to claws' 
+                 bug tracker at sf.net)
+               o introduce function for doing important stuff just
+                 before claws goes down
+               o clean up code 
+
+2002-08-24 [alfons]    0.8.1claws110
+
+       * src/compose.c
+               move cursor to "To" entry when forwarding as attachment
+               (reported and solved by Steve Lamb, closes bug report
+               "[ 592880 ] Forward as attachment; cursor not in to")
+
+2002-08-24 [colin]     0.8.1claws109
+
+       * src/mainwindow.c
+               fix quick search visibility after GUI (de)separations.
+
+2002-08-23 [colin]     0.8.1claws108
+
+       * src/mainwindow.c
+               fix header pane visibility after folderview or
+               messageview (de)separation
+
+2002-08-23 [paul]      0.8.1claws107
+
+       * src/mainwindow.[ch]
+         src/toolbar.c
+               give full control of display or non-display 
+               of the Execute icon to Custom toolbar settings.
+               add new sensitivity condition to maninwindow.h: 
+               M_DELAY_EXEC
+
+       * ChangeLog
+         ChangeLog.jp
+         NEWS
+               more sync with 0.8.1cvs29
+
+2002-08-23 [melvin]    0.8.1claws106
+
+       * src/alertpanel.c
+               Readded support for custom widget in alertpanel lost in last
+               sync.
+
+2002-08-23 [paul]      0.8.1claws105
+
+       * sync with 0.8.1cvs29
+               see ChangeLog 2002-08-23
+
+2002-08-23 [colin]     0.8.1claws104
+
+       * src/summaryview.c
+               Fix folder and search pixmaps exchanging positions
+               after theme or toolbar changes. Thank to Oliver for 
+               reporting this.
+
+2002-08-23 [colin]     0.8.1claws103
+
+       * src/mainwindow.c
+         src/messageview.[ch]
+         src/noticeview.[ch]
+         src/summaryview.c
+               Changed messageview_create() and noticeview_create()
+               to avoid the last gdk_warning
+
+2002-08-22 [colin]     0.8.1claws102
+
+       * src/summaryview.c
+               Fix my new `Creating pixmap from xpm' warning
+
+2002-08-22 [colin]     0.8.1claws101
+
+       * src/mainwindow.c
+               Fix some of the gdk warnings
+
+2002-08-22 [colin]     0.8.1claws100
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/quicksearch.xpm *ADDED*
+               Add the quicksearch pixmap
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Make quicksearch bar visible/hidden via a button
+
+2002-08-22 [christoph] 0.8.1claws99
+
+       * src/folder.c
+               fix folder update for newsgroups with message
+               numbers below minimum number of articles to fetch
+               (closes bug #598445)
+
 2002-08-22 [paul]      0.8.1claws98
 
        * sync with 0.8.1cvs28
                o add "Set default" button
                o align label and text + combo widgets
 
-2002-08-20 [hoa]       0.8.1claws84
+2002-08-20 [hoa]       0.8.1claws83bis
 
        * src/imap.c
                fixed a bug in imap_fetch_msginfo() in case there is no