]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove experimental Changelog file
authorJoao Tavora <joaotavora@gmail.com>
Mon, 3 Mar 2014 08:53:04 +0000 (08:53 +0000)
committerJoao Tavora <joaotavora@gmail.com>
Mon, 3 Mar 2014 08:53:04 +0000 (08:53 +0000)
The Changelog format is good but having a file for it is not. The same
format can be had in messages by having using vc-dir and C-x 4 a. A
temporary dummy changelog appears and that content goes to the git log
message, which is just as good in content and much better in form.

ChangeLog [deleted file]

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644 (file)
index c735533..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-2014-01-06  João Távora  <joaotavora@gmail.com>
-
-       * yasnippet.el (yas-reload-all): run `yas-after-reload-hook'.
-       (yas-after-reload-hook): add it.
-
-2013-12-31  João Távora  <joaotavora@gmail.com>
-
-       * yasnippet.el (require): require cl-lib during byte-compilation
-       and load.
-
-       * yasnippet-tests.el (example-for-issue-404-external-emacs): Use
-       `yas-with-snippet-dirs' to not depend on bundled snippets.
-       (yas--call-with-temporary-redefinitions): Use `cl-labels' since no
-       cl-flet in emacs-24.3's cl-lib.el.
-       (loading-with-cyclic-parenthood): prog-mode doesn't exist in emacs
-       24.3.
-       (yas-batch-run-tests): remove it.
-
-       * Rakefile: use ert-run-tests-batch-and-exit.
-
-       * README.mdown: Add Travis CI badge.
-
-       * .travis.yml: new file
-
-
-;; Local Variables:
-;; coding: utf-8
-;; End: