Fix CursorMove command to correctly honour EdgeScroll settings.
[fvwm.git] / modules / FvwmConsole / Changes
blobee18eb0ff68dcd849ff044f04bbd5986e2e7a774
1 Changes on 1.3
2 -- 02/05/97 --
3 -- 08/22/97 -- 1.3.1
4 -- 08/28/97 -- 1.3.2
6         1. moved socket in home directory from /tmp in order to avoid
7        remote chance of connecting to somebody else's fvwm (this
8        could be interesting).
9     2. command history is kept in a file from the previous session.
10     3. The maximum command length is now 1000, up from 255.
11        This should be used with fvwm with this limit (greater than
12        but not equal to 2.0.45). Long module path and such can be
13        input now.
14     4. FvwmConsoleC.pl (1.2) looks slightly smoother. (08/22/97)
16         With patch from Paul D Smith
18         1. changed ADD_INCLUDE variable to EXTRA_INCLUDES in Imakefile.
19     2. changed the man page. It makes sense now!
20     3. added Tab key binding as tab insertion to make cut-and-
21        paste easier.
22     4. Handles backslashed command lines. Long lines are hard to
23        type and hard to read.
25     With patch from Al Bolduc (08/28/97)
27     1. runs on BSD/OS which has another element in the sockaddr_un
28        structure.
30 Changes on 1.2
31 -- 08/22/96 ---
33    1. Deleted unneccessary defines and headers. The less, the better.
34    2. Changed maximum command size to 255 to prevent module
35       termination.
36    3. One less process. The less , the better.
38 Changes on  1.1
40    1. Fixed the bug that didn't allocate enough memory for the child
41        process arguments.
43    2. Get module configuration from Fvwm and pass them to the
44       client.
46 Changes on FvwmConsoleC.pl 1.1
48    1. Added substitution and other editing functions.
50    2. Keybindings can be configured through module configuration.