You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
When trying to open files that could not be recognized as text files, abort and show message.
define-command changed
Users have to change their own lem configuration to fit for this version. define-command arg-descriptor doesn’t have compatibility with old versions.
Generate class when defining commands. advice-classes can be added because of it.
When you redefine the same name command with a different form, an error will occur.
syntax-highlight for lisp-mode changed. Now you can get proper highlighting for define-xxxx . Before this version, it was only highlighted until define-.
slime command becomes non-blocking. While connecting swank-server animation on mode-line would be shown.
Fix if a key is already bound; attempting to override that binding produces an error. (by Gordon Brown )
Add C-M-y (kill-around-form)
Rename editor variable truncate-lines to line-wrap.
Transparency can be dealt with by overlay. When you mark region, you can see the foreground attribute still be seen. You can see the difference when you use directory-mode’s underlined line.
Optimize for less redrawing.
Refactoring and adding tests and a lot of fix bugs.