use binary mode for file access
[claws.git] / ChangeLog.claws
index 7eeb7ec74637a336f6c6d2189265dd1599bea350..fc8fdc1f2c78f09aee5857709f8a460fda731b7b 100644 (file)
@@ -1,3 +1,231 @@
+2002-07-02 [thorsten]  0.7.8claws44
+
+       * src/jpilot.c
+       * src/msgcache.c
+       * src/rfc2015.c
+               use binary mode for file access
+
+2002-07-02 [christoph] 0.7.8claws43
+
+       * major code cleanup (part 1)
+       
+               - unused variables removed
+               - unused functions removed
+               - uninitialized variables checked
+               - missing return statements added
+               - missing function return types added
+               - added parentheses around assignment and
+                 && in || when suggested by gcc
+             
+       * src/mh.c
+       * src/folder.c
+               replaced direct calls to folder->scan_tree
+               with folder_scan_tree and restore folder
+               prefs in this function. The folder should
+               not have to deal with them.
+               ( Should now work for all folder types )
+
+2002-07-02 [paul]      0.7.8claws42
+
+       * sync with 0.7.8cvs13
+               see ChangeLog 2002-07-01 and 2002-07-02
+
+2002-07-01 [christoph] 0.7.8claws41
+
+       * src/summaryview.c
+               fix "goto next/prev unread message" with
+               ignored threads
+
+2002-07-01 [paul]      0.7.8claws40
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-06-30 [match]     0.7.8claws39
+
+       * src/jpilot.c
+               applied variation of leonerd's patch (566661) to
+               allow multiple email addresses per JPilot entry.
+               addresses may be separated by space, comma, pipe,
+               semi-colon, new-line.
+
+2002-06-30 [alfons]    0.7.8claws38
+
+       * src/procmsg.c
+               simple fix for putting older nodes before
+               newer nodes when threading by subject
+
+2002-06-30 [christoph] 0.7.8claws37
+
+       * src/folder.c
+       * src/folderview.c
+       * src/mh.c
+       * src/news.c
+       * src/procmsg.c
+               fix broken folder tree rescaning
+               and don't use procmsg_get_mark_sum
+               anymore
+
+2002-06-30 [christoph] 0.7.8claws36
+
+       * merge new cache branch
+       * src/imap.c
+               fix new cache imap copy bug
+       * src/folder.c
+               improved folder_item_scan
+               it should now always set the correct
+               new, unread and total message counts
+
+2002-06-29 [paul]      0.7.8claws35
+
+       * configure.in
+               correct syntax error
+
+2002-06-29 [paul]      0.7.8claws34
+
+       * configure.in
+         Makefile.am
+         man/Makefile.am       ** NEW FILE **
+         man/sylpheed.1.gz     ** NEW FILE **
+               add Sylpheed man page
+
+2002-06-29 [paul]      0.7.8claws33
+
+       * po/pt_BR.po
+               updated by Fabio Junior Beneditto
+
+2002-06-28 [jens]      0.7.8claws32
+
+       * po/de.po
+               translation updated
+
+       * src/selective_download.c
+               removed gettext for space " "
+
+       * src/imap.c
+               removed wrong space
+
+2002-06-28 [paul]      0.7.8claws31
+
+       * sync with 0.7.8cvs11
+               see ChangeLog 2002-06-28
+
+2002-06-28 [paul]      0.7.8claws30
+
+       * sync with 0.7.8cvs10
+               see ChangeLog 2002-06-27 and 2002-06-28
+
+2002-06-26 [paul]      0.7.8claws29
+
+       * src/addrgather.c
+         src/selective_download.c
+               don't gettextise empty strings.
+               reserved by gettext. gettext("") returns 
+               the header entry with meta information, 
+               not the empty string
+
+       * po/en_GB.po
+               updated
+
+2002-06-26 [paul]      0.7.8claws28
+
+       * sync with 0.7.8cvs7
+               see ChangeLog 2002-06-25
+
+       * src/prefs_common.c
+               ...and in the process, tweak the gui a little
+       
+2002-06-25 [alfons]    0.7.8claws27
+       
+       * configure.in
+       * src/Makefile.am
+               fine tune ldap library detection
+
+2002-06-25 [alfons]    0.7.8claws26
+
+       * src/compose.c
+               don't allow return receipts when composing a news article
+
+2002-06-25 [paul]      0.7.8claws25
+
+       * Makefile.am
+               add '$(AMTAR)' to 'release' section to allow for
+               new and older autotools
+
+2002-06-25 [paul]      0.7.8claws24
+
+       * src/summaryview.c
+               fix "No more unread messages" persistant pop-up
+               window bug
+
+2002-06-25 [paul]      0.7.8claws23
+
+       * po/it.po
+               updated by Alessandro Maestri
+
+2002-06-25 [paul]      0.7.8claws22
+
+       * sync with 0.7.8cvs6
+               see ChangeLog 2002-06-25
+
+2002-06-24 [paul]      0.7.8claws21
+
+       * tools/update-po
+               add GPL copyright information
+
+2002-06-24 [paul]      0.7.8claws20
+
+       * tools/Makefile.am
+         tools/README
+         tools/update-po       ** NEW FILE **
+               add script that eases the creation of *.po files
+               Submitted by Wilbert Berendsen <wilbert@oswf.org>
+
+2002-06-23 [alfons]    0.7.8claws19
+
+       * src/messageview.c
+               make notification_convert_header obey const correctness
+               (next step will be fixing the broken return receipt)
+
+2002-06-23 [paul]      0.7.8claws18
+
+       * src/messageview.c
+               fix bug introduced in last commit:
+               removed too much code in last commit - put back what's
+               needed
+
+2002-06-23 [paul]      0.7.8claws17
+
+       * src/messageview.[ch]
+               remove code committed in error from locally patched
+               source
+
+2002-06-23 [colin]     0.7.8claws16
+
+       * src/compose.[ch]
+               add compose_entry_select(), used to select the default_to
+               email address - hopefully avoiding people sending mails to
+               wrong recipients.
+
+2002-06-22 [alfons]    0.7.8claws15
+
+       * AUTHORS
+               add Bram Metsch & Stanislav Karchebny
+       * src/smtp.[ch]
+       * src/prefs_account.[ch]
+       * src/send.c
+               - apply and adapt Bram's patch which allows user to set SMTP AUTH 
+                 options.  (see <http://sourceforge.net/tracker/index.php
+                 ?func=detail&aid=566937&group_id=25528&atid=384600>);
+
+               - merge Stanislav's fix to make SMTP AUTH work with qmail
+                 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
+
+2002-06-22 [paul]      0.7.8claws14
+
+       * sync with 0.7.8cvs5
+               see ChangeLog 2002-06-19 and 2002-06-20
+
 2002-06-22 [alfons]    0.7.8claws13
 
        * src/selective_download.c