From: Michal Nazarewicz Date: Tue, 20 Jan 2015 13:03:45 +0000 (+0100) Subject: doh, fixing year in ChangeLog entries introduced by last two commits X-Git-Tag: emacs-25.0.90~2592^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ffb560b2a940d19419ac5afe11418588ef8c61f;p=emacs.git doh, fixing year in ChangeLog entries introduced by last two commits --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c2f8e811ec..35b08b0f1de 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,10 @@ -2014-01-20 Michal Nazarewicz +2015-01-20 Michal Nazarewicz * textmodes/tildify.el (tildify-double-space-undos): A new variable specifying whether pressing space in `tildify-mode' after a space has been replaced with hard space undos the substitution. (tildify-space): Add code branch for handling `tildify-doule-space'. -2014-01-20 Michal Nazarewicz - * textmodes/tildify.el (tildify-space): A new function which can be used as a `post-self-insert-hook' to automatically convert spaces into hard spaces. diff --git a/test/ChangeLog b/test/ChangeLog index c37b98663bd..544835bdd4f 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,4 +1,4 @@ -2014-01-20 Michal Nazarewicz +2015-01-20 Michal Nazarewicz * automated/tildify-tests.el (tildify-space-undo-test--test): A new helper function for testing `tildify-double-space-undos'