remove mldonkey for emacs, I never use it

 

File modified: lisp/Makefile lisp/emacs.d/Makefile lisp/emacs.d/init.el lisp/emacs.d/ivan-load.el lisp/emacs.d/ivan-mldonkey.el

Change348 at Sat Aug 21 20:03:32 2010 +0200 by Ivan Kanis <ivan@tao>

diff -r 76222e55c9b1 -r f6c1892b8610 lisp/emacs.d/ivan-mldonkey.el
--- a/lisp/emacs.d/ivan-mldonkey.el	Sat Aug 21 19:45:45 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-;;; ivan-mldonkey.el --- mldonkey customization
-
-(require 'ivan-face)
-(require 'ivan-load)
-
-(eval-when-compile
-  (require 'mldonkey-console))
-
-(setq mldonkey-console-use-color nil)
-
-(ivan-face
- mldonkey-header-line-mldonkey-face normal
- mldonkey-header-line-downloaded-face normal
- mldonkey-header-line-bw-up-face normal
- mldonkey-header-line-bw-down-face normal
- mldonkey-vd-title-face normal
- mldonkey-vd-downloading-face normal
- mldonkey-vd-downloading-never-seen-face normal
- mldonkey-vd-never-seen-face normal
- mldonkey-vd-seen-face normal
- mldonkey-vd-queued-face normal
- mldonkey-vd-paused-face normal
- mldonkey-vd-finished-face normal
- mldonkey-motd-face normal)
-
-
-;; Copyright (C) 2007 Ivan Kanis
-;; Author: Ivan Kanis
-;; 
-;;
-;; This program 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 2 of the License, or
-;; (at your option) any later version.
-;;
-;; This program 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.
-;;
-;; You should have received a copy of the GNU General Public License
-;; along with this program ; if not, write to the Free Software
-;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
\ No newline at end of file


back