X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/a2be03575f558aa741e40cd96fbe208092c3a1e7..05b621a6b22cb1c856a9f223d79203cb3ceaf29a:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c1638fd6f..d3462315fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,32 @@ +2012-10-27 Chong Yidong + + * subr.el (insert-buffer-substring-as-yank): Doc fix. + +2012-10-26 Jambunathan K + + * minibuffer.el (completion-category-overrides): New completion + category `bookmark' (bug#11131). + +2012-10-26 Stefan Monnier + + * emacs-lisp/advice.el (ad-assemble-advised-definition): + Silence bogus compiler warnings for ad-do-it. + + * bookmark.el (bookmark-completing-read): Set the completion category + to `bookmark' (bug#11131). + +2012-10-26 Bastien + Stefan Monnier + + * face-remap.el: Use lexical-binding. + (text-scale-adjust): Improve docstring. Use itself for the temporary + overlay-map bindings, so as to repeat the "Use..." message each time. + 2012-10-26 Stefan Monnier + * emacs-lisp/macroexp.el (macroexp--expand-all): + Obey byte-compile-warning-enabled-p (bug#12486). + * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol". (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).