aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorJoão Távora2013-12-26 22:02:49 +0000
committerJoão Távora2013-12-26 22:02:49 +0000
commit3b8d5131a316ad2fdc206744cec489a11f0bf1d3 (patch)
tree7a717cd2152141fdd7e5abe20926c7c0d4092869 /test/ChangeLog
parentfbcc63a3176389f39cb06f5a56f2abb29b06eaab (diff)
downloademacs-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/ChangeLog3
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 @@
12013-12-26 João Távora <joaotavora@gmail.com>
2 * automated/electric-tests.el: Add tests for Electric Pair mode.
3
12013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org> 42013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 5
3 * automated/python-tests.el 6 * automated/python-tests.el