aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2015-03-26 13:32:45 -0400
committerStefan Monnier2015-03-26 13:32:45 -0400
commit8fd527eb00a0ec1d8d7cf916204c3be3e79e27da (patch)
tree1fc7bc18de53d2f2ac2e067773b867529de3970e /lisp/ChangeLog
parent3e0fc97befc105caf8d7519f1e6fd84c67a50a35 (diff)
downloademacs-8fd527eb00a0ec1d8d7cf916204c3be3e79e27da.tar.gz
emacs-8fd527eb00a0ec1d8d7cf916204c3be3e79e27da.zip
* lisp/emacs-lisp/cl|eieio: Minor tweaks
* lisp/emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Silence byte-compiler. * lisp/emacs-lisp/eieio.el (defclass): Change internal name so as to make sure only EIEIO files should have "eieio--" prefixes in their .elc.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 37ac1c5f3c8..294bcfe7fb6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12015-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/eieio.el (defclass): Change internal name so as to make
4 sure only EIEIO files should have "eieio--" prefixes in their .elc.
5
6 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Silence byte-compiler.
7
12015-03-26 Boruch Baum <boruch_baum@gmx.com> (tiny change) 82015-03-26 Boruch Baum <boruch_baum@gmx.com> (tiny change)
2 9
3 * bookmark.el (bookmark-show-all-annotations): Sort them (bug#20177). 10 * bookmark.el (bookmark-show-all-annotations): Sort them (bug#20177).