]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/delsel.el: Deprecate the `kill' option. Use lexical-binding.
[gnu-emacs] / lisp / ChangeLog
index 73f155243f562ec6bc641ff03b0293d97067caab..694a35be61df7c8a90c908201e0179ccc99b4b91 100644 (file)
@@ -1,13 +1,17 @@
 2015-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * delsel.el: Deprecate the `kill' option.  Use lexical-binding.
+       (open-line): Delete like all other commands, instead of killing.
+       (delete-active-region): Don't define any return any value.
+
        * progmodes/python.el: Try to preserve compatibility with Emacs-24.
        (python-mode): Don't assume eldoc-documentation-function has a non-nil
        default.
 
 2015-02-04  Sam Steingold  <sds@gnu.org>
 
-       * progmodes/python.el (python-indent-calculate-indentation): Avoid
-       the error when computing top-level indentation.
+       * progmodes/python.el (python-indent-calculate-indentation):
+       Avoid the error when computing top-level indentation.
 
 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>