[ELPA-diffs] /srv/bzr/emacs/elpa r325: Fix the copyright section to point out that it's not part of Emacs.

2012-12-23 Thread Lars Ingebrigtsen

revno: 325
committer: Lars Ingebrigtsen 
branch nick: elpa
timestamp: Sun 2012-12-23 13:46:50 +0100
message:
  Fix the copyright section to point out that it's not part of Emacs.
modified:
  packages/debbugs/debbugs-gnu.el
=== modified file 'packages/debbugs/debbugs-gnu.el'
--- a/packages/debbugs/debbugs-gnu.el   2012-10-31 11:22:50 +
+++ b/packages/debbugs/debbugs-gnu.el   2012-12-23 12:46:50 +
@@ -7,14 +7,14 @@
 ;; Package: debbugs
 ;; Version: 0.4
 
-;; This file is part of GNU Emacs.
+;; This file is not part of GNU Emacs.
 
-;; GNU Emacs is free software: you can redistribute it and/or modify
+;; debbugs-gnu is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
 
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; debbugs-gnu is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.



[ELPA-diffs] /srv/bzr/emacs/elpa r326: Don't explicitly bind mouse-1.

2012-12-23 Thread Lars Ingebrigtsen

revno: 326
committer: Lars Ingebrigtsen 
branch nick: elpa
timestamp: Sun 2012-12-23 15:46:44 +0100
message:
  Don't explicitly bind mouse-1.
  
  As Michael Heerdegen  says:
  
  However, also binding mouse-1 is not necessary.  Depending on the
  setting of `mouse-1-click-follows-link', which is non-nil by default,
  mouse-1 already follows links - see its doc.  We should leave it up to
  the user if he wants to use mouse-1 for following or not.
modified:
  packages/debbugs/debbugs-gnu.el
=== modified file 'packages/debbugs/debbugs-gnu.el'
--- a/packages/debbugs/debbugs-gnu.el   2012-12-23 12:46:50 +
+++ b/packages/debbugs/debbugs-gnu.el   2012-12-23 14:46:44 +
@@ -220,7 +220,6 @@
 (defvar debbugs-gnu-widget-map
   (let ((map (make-sparse-keymap)))
 (define-key map "\r" 'widget-button-press)
-(define-key map [mouse-1] 'widget-button-press)
 (define-key map [mouse-2] 'widget-button-press)
 map))
 



[ELPA-diffs] /srv/bzr/emacs/elpa r327: Revert the previous copyright change.

2012-12-23 Thread Lars Ingebrigtsen

revno: 327
committer: Lars Ingebrigtsen 
branch nick: elpa
timestamp: Sun 2012-12-23 15:55:32 +0100
message:
  Revert the previous copyright change.
  
  GNU ELPA things are part of Emacs.
modified:
  packages/debbugs/debbugs-gnu.el
=== modified file 'packages/debbugs/debbugs-gnu.el'
--- a/packages/debbugs/debbugs-gnu.el   2012-12-23 14:46:44 +
+++ b/packages/debbugs/debbugs-gnu.el   2012-12-23 14:55:32 +
@@ -7,14 +7,14 @@
 ;; Package: debbugs
 ;; Version: 0.4
 
-;; This file is not part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
-;; debbugs-gnu is free software: you can redistribute it and/or modify
+;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
 
-;; debbugs-gnu is distributed in the hope that it will be useful,
+;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.