diff options
| author | João Távora | 2013-12-26 22:02:49 +0000 |
|---|---|---|
| committer | João Távora | 2013-12-26 22:02:49 +0000 |
| commit | 3b8d5131a316ad2fdc206744cec489a11f0bf1d3 (patch) | |
| tree | 7a717cd2152141fdd7e5abe20926c7c0d4092869 /test/ChangeLog | |
| parent | fbcc63a3176389f39cb06f5a56f2abb29b06eaab (diff) | |
| download | emacs-3b8d5131a316ad2fdc206744cec489a11f0bf1d3.tar.gz emacs-3b8d5131a316ad2fdc206744cec489a11f0bf1d3.zip | |
Make Electric Pair mode smarter/more useful:
* lisp/electric.el: Pairing/skipping helps preserve
balance. Autobackspacing behaviour. Opens extra newlines between
pairs. Skip whitespace before closing delimiters.
* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Use new
features.
* test/automated/electric-tests.lisp: New file.
* doc/emacs/programs.texi: Describe new features.
* lisp/simple.el: Pass non-nil interactive arg to newline call inside
newline-and-indent.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 1f4d5164e37..f45e4de11f5 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | 2013-12-26 João Távora <joaotavora@gmail.com> | ||
| 2 | * automated/electric-tests.el: Add tests for Electric Pair mode. | ||
| 3 | |||
| 1 | 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org> | 4 | 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 5 | ||
| 3 | * automated/python-tests.el | 6 | * automated/python-tests.el |