From dfa35cb2e037df3f248a061d795f02a479a687b5 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 17 Aug 2008 02:43:39 +0300 Subject: [PATCH] Updated NEWS. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 7408c538..d4d14951 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ Changes in magit 0.6: +* Key bindings and command behavior for diffing, history listing, and + resetting have changed. Please see the manual. + +* All buffers created by Magit are now in magit-mode and share all key + bindings. + * Bug fix: avoid looking-at-p so that magit.el works on Emacs 22 as well.