emacs-prelude/CHANGELOG.md

29 lines
1.3 KiB
Markdown
Raw Normal View History

2020-09-15 08:25:30 +03:00
# Change log
## master (unreleased)
### New features
* Enable `nlinum-mode` by default. Can be disabled by setting `prelude-minimalistic-ui` to `nil`.
2020-10-08 10:23:08 +03:00
* Enable site-wide installation for Prelude.
2020-10-08 23:07:56 +03:00
* Auto-installs `julia-mode` if needed.
2020-10-08 23:08:49 +03:00
* Auto-install `adoc-mode` for AsciiDoc files.
* Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration.
* Added additional configuration modules for WSL (`prelude-wsl`) and Windows (`prelude-windows`).
2020-09-15 11:13:43 +03:00
### Changes
2020-10-08 10:23:08 +03:00
* [#1292](https://github.com/bbatsov/prelude/issues/1292): Add `prelude-python-mode-set-encoding-automatically` defcustom inn `prelude-python.el` module with nil default value.
2020-09-15 11:11:23 +03:00
* [#1278](https://github.com/bbatsov/prelude/issues/1278): Don't disable `menu-bar-mode` unless `prelude-minimalistic-ui` is enabled.
* [#1277](https://github.com/bbatsov/prelude/issues/1277): Make it possible to disable the creation of `Super`-based keybindings via `prelude-super-keybindings`.
* Removed deprecated alias `prelude-ensure-module-deps`.
2020-09-16 13:30:22 +03:00
* Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4)
* Removed `beacon-mode`.
* Added `transient/` to `.gitignore`.
2020-09-15 11:11:23 +03:00
### Bugs fixed
2020-09-15 08:25:30 +03:00
## 1.0.0 (2020-09-15)
Initial "stable" release after 9 years of development.