2006-08-26 [mones] 2.4.0cvs95
[claws.git] / ChangeLog
index 5b39dfd3aec35b2c6d494e39d8e859faa13a68d7..2e1e4640c1d673340bae911653e2bc247f50ee43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,183 @@
+2006-08-26 [mones]     2.4.0cvs95
+
+       * manual/handling.xml
+               Fix subfolder path in the example (thanks to Paul) 
+
+2006-08-26 [mones]     2.4.0cvs94
+
+       * manual/glossary.xml
+               2.2. + add ISP to the glossary
+               7.5. + Add UIDL to glossary
+               7.7. + Add TCP to glossary
+       * manual/handling.xml
+               7.1. + Mentions GNU/Linux distribution, what about the non...
+               7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
+               7.3. + Mentions .bashrc, what about the non-bash ones? 
+               7.4. = Use appropriate quotation for commands
+               7.6. = change "" to <quote></quote>
+       * manual/plugins.xml
+               6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
+       * manual/starting.xml
+               2.1. + local mbox file: some examples of mbox file locations...
+               Also reformatted files requiring it
+
+2006-08-26 [wwp]       2.4.0cvs93
+
+       * src/summary_search.c
+               disable find buttons while summary search is running.
+
+2006-08-25 [colin]     2.4.0cvs92
+
+       * src/folder.c
+       * src/folderutils.c
+       * src/mh.c
+       * src/procmsg.h
+       * src/summaryview.c
+               Speed up MH moving, and add progressbar
+               for MH deletion
+       * src/msgcache.c
+               Write cache files using mmap() too
+
+2006-08-25 [wwp]       2.4.0cvs91
+
+       * src/summaryview.c
+               switch spam<->ham button when a message has been marked as spam or ham
+               and is still selected. Thanks to Colin.
+
+2006-08-25 [paul]      2.4.0cvs90
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/summaryview.c
+       * src/gtk/icon_legend.c
+       * src/pixmaps/copied.xpm
+       * src/pixmaps/moved.xpm
+               add icons for delayed execution marked for
+               copying, marked for moving
+
+2006-08-25 [mones]     2.4.0cvs89
+
+       * manual/glossary.xml
+               Fix the other glossary items:
+               5.1. = Inmmediate execution -> <quote>immediate execution...
+               5.2. = Fix MBOX capitalization -> Mbox
+               5.3. + Improve Plugins def. w/ tech. ref.
+               5.4. = Quotation -> replace '>' by <quote>></quote>
+               5.5. - SMTP Server. -> remove dot
+       * po/es.po
+               Updated translation
+
+2006-08-25 [mones]     2.4.0cvs88
+
+       * manual/ack.xml
+               Reformatted, changed email address
+       * manual/glossary.xml
+               Reformatted, fixed MANUAL-TODO items:
+               8.2. + add ROT-13 to glossary
+               8.4. + add URL to glossary
+       * manual/es/advanced.xml
+               Fixed <literal>s
+
+2006-08-25 [paul]      2.4.0cvs87
+
+       * src/gtk/icon_legend.c
+               add 'marked for deletion' icon
+               arrange icons by containing column
+               wrap long label text
+
+2006-08-25 [colin]     2.4.0cvs86
+
+       * src/common/utils.c
+       * src/common/utils.h
+               Add the sc_g_*list_bigger functions in
+               a place everyone can use it
+       * src/summaryview.c
+               Only freeze/thaw the list when working
+               on the selection, if it's bigger than 1
+       * src/gtk/gtksctree.c
+               Only freeze/thaw the list when unselec-
+               ting 'all' if ('all' != 1)
+               This avoids some flickering
+
+2006-08-24 [colin]     2.4.0cvs85
+
+       * src/addressbook.c
+               Fix strange list selection
+               Fix random seg (Invalid read of freed memory)
+
+2006-08-24 [colin]     2.4.0cvs84
+
+       * src/alertpanel.c
+       * src/gtk/inputdialog.c
+       * src/plugins/pgpcore/passphrase.c
+               Revert minimal width patch of 2.4.0cvs67,
+               as it is also a maximal width. Use 
+               gtk_window_set_default_size instead.
+
+2006-08-24 [colin]     2.4.0cvs83
+
+       * src/msgcache.c
+               Write cache/mark to temp files before
+               overwriting old ones (avoids metadata
+               loss if writing the new files fail).
+               Use mmap() to read cache/mark file, as
+               this makes cache reading faster. Dis-
+               abled for big-endian machines until it
+               can be tested. (Big-endian users: set
+               msgcache_use_mmap = TRUE in the relevant
+               #if).
+       * src/procmsg.h
+               Move rarely used fields of MsgInfo in 
+               another structure, which will only be
+               allocated if needed. Face, X-Face,
+               Return receipt headers and List-*
+               headers are moved. Mails having none
+               of these occupy 52 bytes less with
+               this patch, which makes 2.5MB of RAM
+               saved on a 50k folder).
+       * src/headerview.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/partial_download.c
+       * src/procheader.c
+       * src/procmsg.c
+       * src/textview.c
+               Follow this structure change.
+
+2006-08-24 [wwp]       2.4.0cvs82
+
+       * manual/es/.cvsignore
+       * manual/es/dist/.cvsignore
+       * manual/es/dist/html/.cvsignore
+       * manual/es/dist/pdf/.cvsignore
+       * manual/es/dist/ps/.cvsignore
+       * manual/es/dist/txt/.cvsignore
+               more (generated) files to ignore.
+
+2006-08-24 [colin]     2.4.0cvs81
+
+       * src/folder.c
+       * src/mh.c
+               Fix possible problems with local delivery. Check the folder doesn't
+               need scan before setting its mtime when saving cache (which can be
+               done long after the folder's been modified by an external process);
+               Check that the stored item's mtime didn't change in mh functions.
+
+2006-08-24 [mones]     2.4.0cvs80
+
+       * manual/advanced.xml
+               Rewrapping, some fixes and MANUAL-TODO items:
+               8.1. = change "" to <quote></quote>
+               8.3. = quote menu items
+               8.5. - deploying -> new user ... ideally a new user (redundant)
+
+2006-08-23 [colin]     2.4.0cvs79
+
+       * src/gtk/gtksctree.c
+               When selecting or deselecting range, only
+               freeze/thaw when selection is bigger than 10
+
 2006-08-23 [colin]     2.4.0cvs78
 
        * src/messageview.c