From e3d04dbf2065f9a8dc6444cd0f278300d9c38686 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 28 Nov 2001 15:50:49 +0000 Subject: *** empty log message *** --- debian/changelog | 6 ++++++ debian/files | 2 +- src/ivymon | 2 +- 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 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 area is used to manage regular expressions to subscribe to ivy m The B 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 key), the new message is added to the listbox and sent on ivy bus. To send predefined messages, simply I on corresponding item in the listbox. Default messages match Rejeu messages V2.20. This field provides completion and history functionalities. -The B 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 button. To make incremental search, press the I button or the I key to proceed forward, and press the I button or the I key to proceed backward. This field provides an history functionality. +The B 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 button. To make incremental search, press the I button or the I key to proceed forward, and press the I button or the I key to proceed backward. This field provides an history functionality. The B panel contains some general control buttons. Set ou unset balloon help functionality with the I checkbutton. Stop the messages scrolling with the I button. You must do it if you want to insert a marker in the messages window. Restart scrolling with the I button. To access markers sequentially, press the I button. At last, the I button closes the application without asking confirmation. -- cgit v1.1