bongo-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bongo-patches] Nuke the `g' and `M' bindings


From: Daniel Brockman
Subject: [bongo-patches] Nuke the `g' and `M' bindings
Date: Sun, 25 Feb 2007 20:36:42 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

2007-02-25  Daniel Brockman  <address@hidden>

        Nuke the `g' and `M' bindings.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-02-25 20:36:32.000000000 +0100
+++ new-bongo/bongo.el  2007-02-25 20:36:32.000000000 +0100
@@ -8076,7 +8076,6 @@
     (define-key map [mouse-2] 'bongo-mouse-dwim)
     (define-key map "q" 'bongo-quit)
     (define-key map "Q" 'bury-buffer)
-    (define-key map "g" 'bongo-redisplay)
     (define-key map "h" 'bongo-switch-buffers)
     (define-key map "l" 'bongo-recenter)
     (define-key map "\C-i" 'bongo-toggle-collapsed)
@@ -8129,7 +8128,6 @@
     (define-key map "f" 'bongo-flush-playlist)
     (define-key map "F" 'bongo-reset-playlist)
     (define-key map "m" 'bongo-mark-forward)
-    (define-key map "M" 'bongo-mark-backward)
     (define-key map "u" 'bongo-unmark-forward)
     (define-key map "\177" 'bongo-unmark-backward)
     (substitute-key-definition
diff -rN -u old-bongo/NEWS new-bongo/NEWS
--- old-bongo/NEWS      2007-02-25 20:36:32.000000000 +0100
+++ new-bongo/NEWS      2007-02-25 20:36:32.000000000 +0100
@@ -1,6 +1,13 @@
 Bongo NEWS file listing user-visible changes.
 This file is in the public domain.
 
+February 25, 2007
+
+ * The `M' command is gone.  Use `- m' instead.  (To do it
+   many times, `- m C-x z z z ...' is handy.)
+
+ * The `g' command is gone.  Use `M-x bongo-redisplay'.
+
 February 12, 2007
 
  * Bongo is now able to display various kinds of icons.
-- 
Daniel Brockman <address@hidden>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]