summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2001-11-28 15:50:49 +0000
committeretienne2001-11-28 15:50:49 +0000
commite3d04dbf2065f9a8dc6444cd0f278300d9c38686 (patch)
tree1c0d2367cca1ebb74e4f518da017e7a5186b0f49
parent60423f7b8096f3abb75ea60276814dc5725c843a (diff)
downloadivymon-e3d04dbf2065f9a8dc6444cd0f278300d9c38686.zip
ivymon-e3d04dbf2065f9a8dc6444cd0f278300d9c38686.tar.gz
ivymon-e3d04dbf2065f9a8dc6444cd0f278300d9c38686.tar.bz2
ivymon-e3d04dbf2065f9a8dc6444cd0f278300d9c38686.tar.xz
*** empty log message ***
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rwxr-xr-xsrc/ivymon2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 71274cc..4ff36be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ivymon (0.9.2) unstable; urgency=low
+
+ * Search implements regexp mode and can be done on the fly.
+
+ -- Daniel ETIENNE <etienne@cena.fr> Wed, 28 Nov 2001 16:38:14 +0100
+
ivymon (0.9.1) unstable; urgency=low
* Load and Save bug fixes.
diff --git a/debian/files b/debian/files
index 5ec8cb9..c20058c 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-ivymon_0.9.1_i386.deb unknown optional
+ivymon_0.9.2_i386.deb unknown optional
diff --git a/src/ivymon b/src/ivymon
index 9802399..5d52616 100755
--- a/src/ivymon
+++ b/src/ivymon
@@ -1651,7 +1651,7 @@ The B<Bindings> area is used to manage regular expressions to subscribe to ivy m
The B<Messages to send> area is used to manage a list of predefined messages ready to be sent. It provides an input field to enter new message or edit existing one, and a listbox which contains an alphabetical list of available messages. When you validate an input (by pressing the I<Return> key), the new message is added to the listbox and sent on ivy bus. To send predefined messages, simply I<double-click> on corresponding item in the listbox. Default messages match Rejeu messages V2.20. This field provides completion and history functionalities.
-The B<Search> area provides an interface for searching (non-regexp) pattern in messages window. It provides an input field to enter new pattern, and control buttons. To highlight all matches, press the I<All> button. To make incremental search, press the I<Next> button or the I<Return> key to proceed forward, and press the I<Previous> button or the I<Shift-Return> key to proceed backward. This field provides an history functionality.
+The B<Search> area provides an interface for searching pattern in messages window. It provides an input field to enter new pattern, and control buttons. To highlight all matches, press the I<All> button. To make incremental search, press the I<Next> button or the I<Return> key to proceed forward, and press the I<Previous> button or the I<Shift-Return> key to proceed backward. This field provides an history functionality.
The B<Control> panel contains some general control buttons. Set ou unset balloon help functionality with the I<Balloon help> checkbutton. Stop the messages scrolling with the I<Scroll lock> button. You must do it if you want to insert a marker in the messages window. Restart scrolling with the I<Scroll> button. To access markers sequentially, press the I<Jump> button. At last, the I<Exit> button closes the application without asking confirmation.