diff --git a/src/ChangeLog b/src/ChangeLog
index 547ec826..c31145c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,117 @@
+2009-01-29 11:04 dockes
+
+ * VERSION: 1.12.0 une
+
+2009-01-29 10:08 dockes
+
+ * qtgui/main.cpp, qtgui/ssearch_w.cpp, qtgui/ssearch_w.h: have
+ ssearch install the lang help section when needed
+
+2009-01-28 17:41 dockes
+
+ * qtgui/rclmain_w.cpp, qtgui/reslist.cpp: erase history would crash
+ with empty reslist docsource
+
+2009-01-28 17:21 dockes
+
+ * qtgui/rclmain_w.cpp: fixed status bar messages (were cleared by
+ periodic100 every 100ms)
+
+2009-01-28 17:05 dockes
+
+ * qtgui/rclhelp.cpp, qtgui/rclhelp.h: F1 context-enhanced help
+
+2009-01-28 16:56 dockes
+
+ * qt4gui/recoll.pro.in: F1 context-enhanced help
+
+2009-01-28 16:56 dockes
+
+ * qtgui/advsearch_w.cpp, qtgui/advsearch_w.h, qtgui/main.cpp,
+ qtgui/preview_w.cpp, qtgui/rclmain_w.cpp, qtgui/rclmain_w.h,
+ qtgui/recoll.h, qtgui/recoll.pro.in, qtgui/reslist.cpp,
+ qtgui/sort_w.cpp, qtgui/spell_w.cpp: F1 context-enhanced help
+
+2009-01-28 14:58 dockes
+
+ * qtgui/rclmain_w.cpp: dont encode urls used for starting help
+ browser
+
+2009-01-28 14:22 dockes
+
+ * Makefile.in: add xapian version to version string
+
+2009-01-28 08:45 dockes
+
+ * qtgui/advsearch.ui, qtgui/sort.ui, qtgui/spell.ui,
+ qtgui/uiprefs.ui: avoid setting 0 sizes
+
+2009-01-28 08:40 dockes
+
+ * configure, configure.ac: allow setting QMAKE in the environment
+
+2009-01-27 18:12 dockes
+
+ * utils/pxattr.cpp:
+
+2009-01-27 10:25 dockes
+
+ * common/textsplit.cpp, common/textsplit.h: Emit a_b intermediary
+ span when splitting a_b.c
+
+2009-01-26 18:30 dockes
+
+ * query/plaintorich.cpp, rcldb/rcldb.cpp, rcldb/rcldb.h,
+ rcldb/searchdata.cpp: modified the time at which we unaccent so
+ that we can do the Capitalized->nostemming test on single words
+ (this had been broken by the change of noac/split order done
+ earlier to get japanese to work)
+
+2009-01-26 13:29 dockes
+
+ * utils/smallut.cpp, utils/smallut.h: add overloaded neutchars with
+ different parameters
+
+2009-01-26 13:27 dockes
+
+ * utils/transcode.cpp: tested and decided against cacheing
+ iconv_open
+
+2009-01-23 15:56 dockes
+
+ * ChangeLog, qtgui/advsearch_w.cpp, qtgui/main.cpp,
+ qtgui/rclmain_w.cpp, qtgui/recoll.h: temp ckpt: need to test on
+ real unix
+
+2009-01-23 11:07 dockes
+
+ * qtgui/uiprefs.ui: avoid name duplication
+
+2009-01-23 11:03 dockes
+
+ * qtgui/uiprefs.ui: one button for choosing native editors
+
+2009-01-23 10:38 dockes
+
+ * kde/kioslave/recoll/data/searchable.html: simplified javascrip:
+ no ie here!
+
+2009-01-23 09:41 dockes
+
+ * qtgui/rclmain_w.cpp: toLocal8Bit->local8bit
+
+2009-01-23 09:30 dockes
+
+ * qtgui/guiutils.cpp, qtgui/guiutils.h, qtgui/main.cpp,
+ qtgui/rclmain_w.cpp, qtgui/recoll.h, qtgui/uiprefs.ui,
+ qtgui/uiprefs_w.cpp, qtgui/uiprefs_w.h: use normal text/html ext
+ app for viewing help
+
+2009-01-23 09:27 dockes
+
+ * utils/execmd.cpp, utils/execmd.h: accept additional path argument
+ to execmd::which
+
2009-01-22 14:25 dockes
* qtgui/preview_w.cpp, qtgui/preview_w.h: allow toggle show
diff --git a/website/CHANGES.html b/website/CHANGES.html
index 68393e4e..3f83297c 100644
--- a/website/CHANGES.html
+++ b/website/CHANGES.html
@@ -30,40 +30,47 @@
Recoll journal of user-visible changes
-
+
- - Implemented Recoll KIO slave to allow searching directly
- from KDE applications. This does not affect the main
- application and is not enabled by default (go to the
+
- Recoll now implements a KIO slave to allow searching
+ directly from KDE applications. This does not affect the
+ main application and is not enabled by default (go to the
kde/kio/recoll source directory for build
instructions).
- - Compute md5 checksums for all documents and optionally
- collapse duplicate entries inside the result list. Needs a
- full reindex to become effective for older documents already
- in the index. The option for collapsing or not is in the
- Query Configuration.
- - Words glued by an underscore character like
- compound_word are now split during indexing, and
- will be found when queried either as themselves or in a
- search for the components.
- - Add size limit over which no attempt will be made to
- uncompress/identify/index compressed files. Not active by
- default, to be set in the Indexing Configuration.
- - Fixed possibly harmful bug in strerror_r usage (GNU
- case).
- - Added support for fetching field values from extended file
- attributes.
- - Added an entry to the result list right click menu to
+
- Recoll now computes md5 checksums for all indexed
+ documents and optionally collapses duplicate entries inside
+ the result list. This needs a full reindex to become
+ effective for older documents already in the index. The
+ option for collapsing or not is in the Query
+ Configuration.
+ - Typing F1 anywhere in the GUI should bring up the
+ appropriate section of the manual in the application
+ configured for viewing HTML documents.
+ - The result list right click menu now has an entry to
save the document to a file. This is only enabled for
documents contained inside another file (ie, messages inside
- an mbox folder or attachments), and is especially useful for
+ an mbox folder, or attachments), and is especially useful for
extracting an attachment with no associated external
editor.
- - Added a right click menu to the preview window, with an
+
- The preview window now has a right-click menu, with an
entry to toggle between viewing the main text or all the
metadata for the document. This is most useful in the case
where the search match actually occurred in a field not
visible in the main text (ie: author or HTML title).
+ - Words glued by an underscore character like
+ compound_word are now split during indexing, and
+ will be found when queried either as themselves or in a
+ search for the components.
+ - There is now a size limit over which no attempt will be made to
+ uncompress/identify/index compressed files. Not active by
+ default, to be set in the Indexing Configuration.
+ - Fixed possibly harmful bug in strerror_r usage (GNU case).
+ - Added support for fetching field values from extended file
+ attributes. This is not enabled by default, use
+ configure --enable-xattr. You'll also need to
+ set up a map from the attributes names to the Recoll field
+ names (see comment at the end of the fields
+ configuration file.
diff --git a/website/doc.html b/website/doc.html
index 2fe8cef1..70fb5088 100644
--- a/website/doc.html
+++ b/website/doc.html
@@ -35,7 +35,7 @@