From 60538073998a3177cec8c709a2179648e8311ecc Mon Sep 17 00:00:00 2001
From: Jean-Francois Dockes
Date: Wed, 3 Mar 2021 17:59:19 +0100
Subject: [PATCH] doc and packaging
---
packaging/debian/buildppa.sh | 2 +-
packaging/debian/debian/changelog | 2 +-
src/doc/user/usermanual.html | 93 +++++++++++++++++--------------
src/doc/user/usermanual.xml | 57 ++++++++++---------
4 files changed, 85 insertions(+), 69 deletions(-)
diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh
index 4a5d1a32..a8bb6f57 100644
--- a/packaging/debian/buildppa.sh
+++ b/packaging/debian/buildppa.sh
@@ -12,7 +12,7 @@
PPA_KEYID=7808CE96D38B9201
-RCLVERS=1.28.6pre4
+RCLVERS=1.29.0
SCOPEVERS=1.20.2.4
GSSPVERS=1.1.0
PPAVERS=1
diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog
index bdbf8f3e..4c6f106c 100644
--- a/packaging/debian/debian/changelog
+++ b/packaging/debian/debian/changelog
@@ -1,4 +1,4 @@
-recoll (1.29.0pre1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
+recoll (1.29.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Shortcuts editor
diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html
index 2f25492a..b1584a97 100644
--- a/src/doc/user/usermanual.html
+++ b/src/doc/user/usermanual.html
@@ -10,7 +10,7 @@
+ "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at the following location: GNU web site. This document introduces full text search notions and describes the installation and use of the Recoll application. This version describes Recoll 1.29.">
@@ -53,7 +53,7 @@ alink="#0000FF">
and describes the installation and use of the
Recoll application.
This version describes Recoll 1.26.
This document introduces full text search notions and
describes the installation and use of the Recoll application. It is updated for
- Recoll 1.26.
+ Recoll 1.29.
Recoll was for a long
time dedicated to Unix-like systems. It was only lately
(2015) ported to MS-Windows.
@@ -4028,12 +4028,13 @@ fs.inotify.max_user_watches=32768
search
diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml
index 384fcbe3..dbb56e75 100644
--- a/src/doc/user/usermanual.xml
+++ b/src/doc/user/usermanual.xml
@@ -5,7 +5,7 @@
Recoll">
http://www.recoll.org/pages/features.html">
-
+
Xapian">
Windows">
Unix-like systems">
@@ -2937,11 +2937,11 @@ fs.inotify.max_user_watches=32768
Context: advanced search
- Load next stored search
+ Load the next entry from the search historyUp
- Load previous stored search
+ Load the previous entry from the search historyDown
@@ -2949,36 +2949,41 @@ fs.inotify.max_user_watches=32768
Context: main window
- Clear search
+ Clear search. This will move the keyboard cursor to
+ the simple search entry and erase the current textCtrl+S
- Move keyboard focus to the search entry area
+ Move the keyboard cursor to the search entry area
+ without erasing the current textCtrl+L
- Move keyboard focus to the search entry area
+ Move the keyboard cursor to the search entry area
+ without erasing the current textCtrl+Shift+S
- Toggle displaying results as table or list
+ Toggle displaying the current results as a table or
+ as a listCtrl+TContext: main window, when showing the results
- as a table
+ as a table
- Move the keyboard focus to the result table
+ Move the keyboard cursor to currently the selected row
+ in the table, or to the first one if none is selectedCtrl+R
- Jump to row 0-9 or a-z
+ Jump to row 0-9 or a-z in the tableCtrl+[0-9] or [a-z]
- Cancel current selectionEsc
+ Cancel the current selectionEsc
@@ -2994,46 +2999,46 @@ fs.inotify.max_user_watches=32768
Ctrl+W
- Print current tab contents
+ Open a print dialog for the current tab contentsCtrl+P
- Load the next result in the current tab
+ Load the next result from the list to the current tabShift+Down
- Load the previous result in the current tab
+ Load the previous result from the list to the current tabShift+UpContext: result table
- Copy the current result document text contents to
- the clipboardCtrl+G
+ Copy the text contained in the selected
+ document to the clipboardCtrl+G
- Open the current result document and quit
+ Open the current document and exit RecollCtrl+Shift+O
- Open the current result document
+ Open the current documentCtrl+O
- Preview the current result
+ Show a full preview for the current documentCtrl+D
- Toggle showing the table header
+ Toggle showing the column namesCtrl+H
- Open snippets window for the current result
+ Show a snippets (keyword in context) list for the current documentCtrl+E
- Toggle showing row numbers
+ Toggle showing the row letters/numbersCtrl+V
@@ -3044,19 +3049,19 @@ fs.inotify.max_user_watches=32768
Esc
- Find in snippets
+ Find in the snippets list (method #1)Ctrl+F
- Find (alt)
+ Find in the snippets list (method #2)/
- Find next
+ Find the next instance of the search termF3
- Find previous
+ Find the previous instance of the search termShift+F3