From: Antoine ELIAS Date: Wed, 22 Jan 2020 09:25:50 +0000 (+0100) Subject: add autoscroll change in CHANGES (5595cf) X-Git-Tag: 6.1.0~297 X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=61f60d29f2dfecb77b755add361395f83ec64dac;hp=5595cf04d0dee6649276c62b2e083bdcfab0e5a1 add autoscroll change in CHANGES (5595cf) Change-Id: I4a1e0fc0c97477c52a80093a133177d09f3115c3 --- diff --git a/scilab/CHANGES.md b/scilab/CHANGES.md index 749bb66..bb8127b 100644 --- a/scilab/CHANGES.md +++ b/scilab/CHANGES.md @@ -121,7 +121,6 @@ Feature changes and additions * calendar() can now display formated calendars. - Help pages: ----------- @@ -134,6 +133,7 @@ User Interface improvements: * The `ans` variable is editable as any other variable * Commands history is saved before executing a command to have the correct history on crash. * Used memory per variable is displayed by BrowserVar to give the user numbers on memory usage repartition and let the user `clear` the big ones first. +* Autoscroll of console in GUI mode is disabled when the user scroll up until he scrolls to bottom. Xcos ----