Skip to content

Commit

Permalink
Merge pull request #473 from svetlyak40wt/changelog-update-from-2020-…
Browse files Browse the repository at this point in the history
…03-06

Changelog was updated
  • Loading branch information
cxxxr authored Mar 7, 2020
2 parents 5e10e90 + a9bc9f5 commit 339e78e
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

(processed upto 7fb9c99d9f465efa31de4fcb1fb7615f937de541)
(processed upto 5e10e902)

### Added

Expand Down Expand Up @@ -31,14 +31,17 @@
* `--debug` - with this flag Lem will output also `DEBUG` messages to the log.
This flag should be used along with `--log-filename`.
* Added `directory-does-not-exist` condition.
* Two new commands `move-to-beginning-of-logical-line` and `move-to-end-of-logical-line`.
They work correctly for long lines wrapped through the screen width.
* Functions `move-to-next-virtual-line-n` and `move-to-previous-virtual-line-n` were added.

#### scala-mode

* A `scala-mode` was added.

#### dart-mode

* Added highlighting for strings, builtin functions, constants, keywords and
* Added highlighting for strings, builtin functions, constants, keywords, operators and
line comments.

#### vi-mode
Expand All @@ -63,6 +66,10 @@

* Command `paredit-wrap` was added. It is bound to a `M-(` by default.

#### dot-mode

* Highting was added.

### Changed

* `escape-delay` was made configurable.
Expand Down Expand Up @@ -92,7 +99,13 @@
#### lisp-mode

* Changed swank protocol read message function to make it more reliable.

* Command `run-slime` now will ignore `*default-port*` variable and will
always choose a random port.

#### scheme-mode

* Now `C-x C-e` is bound to `scheme-eval-last-expression`.
* Added `*use-scheme-autodoc*` setting.

### Fixed

Expand All @@ -105,10 +118,16 @@
* Choosing an unique name for a buffer when file was saved by `write-file` command.
* Function `kill-ring-rotate` when `*kill-ring*` is empty.
* Command `revert-buffer` now keeps position of the cursor.
* Error raised when checking timers that have no ``last-time`` slot.
* Fixed cursor movement to the next line when it is at the end of line and width.
* Now LEM will try to presserve cursor position on scroll if possible.
* Now function `delete-process` will try to destroy a thread only if it is still alive.
* Command `filter-buffer` was fixed to not replace a buffer's content if command failed.

#### scheme-mode

* Fixed scheme-eval-region for scheme process.
* Fixed autodoc signature highlighting.

#### lem-pdcurses

Expand All @@ -126,6 +145,10 @@
The root of the problem was that on OSX swank:*communication-style* is equal to :fd-handler
for some reason. In this case swank:create-server does not start threads which
accept connections on TCP port and process incoming messages.

### python-mode

* Command `run-python` was fixed for Windows.


### Thanks to
Expand Down

0 comments on commit 339e78e

Please sign in to comment.