Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14839/10.3/unstable/main/finkinfo/editors

Modified Files:
        italk-el.info italk-el.patch 
Log Message:
new snapshot.

Index: italk-el.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/italk-el.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- italk-el.patch      21 Jun 2004 13:13:36 -0000      1.1
+++ italk-el.patch      4 Apr 2006 22:59:13 -0000       1.2
@@ -89,7 +89,7 @@
 +
 +      echo -n "remove/${PACKAGE}: Handling removal of emacsen flavor 
${FLAVOR} ..."
 +      rm -rf ${ELCDIR}
-+      echo -n " done."
++      echo " done."
 +      ;;
 +esac
 +
@@ -114,8 +114,8 @@
 +(setq italk-user-name user-login-name)
 +;(setq italk-server "main.italk.ne.jp")
 diff -Naur italk.orig/italk.el italk/italk.el
---- italk.orig/italk.el        Thu Jan 16 03:07:05 2003
-+++ italk/italk.el     Sat Mar 27 00:37:09 2004
+--- italk.orig/italk.el        2003-01-16 03:07:05.000000000 +0900
++++ italk/italk.el     2004-11-07 04:24:48.000000000 +0900
 @@ -1,5 +1,5 @@
  ;;
 -;; italk.el version 1.05
@@ -128,7 +128,7 @@
  ;;      $B$N2hLL$r8+$J$,[EMAIL PROTECTED],2DG=$G$"$k!#(B
  
 -(defconst italk-version "italk.el 1.05")
-+(defconst italk-version "italk.el 1.06p5")
++(defconst italk-version "italk.el 1.06p7")
  
  ;;
  ;; for custom ( http://www.dina.kvl.dk/~abraham/custom/ )
@@ -346,7 +346,63 @@
        p
        w
      )
-@@ -1308,16 +1350,26 @@
+@@ -1021,7 +1063,10 @@
+           mstart
+           mpath)
+       (setq mpath path)
+-      (switch-to-buffer (get-buffer-create italk-log-buffer))
++      (if (> emacs-major-version 20)
++        (set-buffer (get-buffer-create italk-log-buffer))
++        (switch-to-buffer (get-buffer-create italk-log-buffer))
++      )
+       (if (eq mode 'telegram)
+         (save-excursion
+           (beginning-of-buffer)
+@@ -1053,7 +1098,10 @@
+         ;
+         (setq contents (buffer-substring start (point-max)))
+         (setq buf (get-buffer-create italk-temporary-buffer))
+-        (switch-to-buffer buf)
++        (if (> emacs-major-version 20)
++          (set-buffer buf)
++          (switch-to-buffer buf)
++        )
+         (insert contents)
+         ;(setq contents nil)
+         (if (eq mode 'telegram)
+@@ -1100,7 +1148,10 @@
+         nil
+         ;else
+         (setq buf (get-buffer-create italk-temporary-buffer))
+-        (switch-to-buffer buf)
++        (if (> emacs-major-version 20)
++          (set-buffer buf)
++          (switch-to-buffer buf)
++        )
+         (insert contents)
+         (setq contents nil)
+         (beginning-of-buffer)
+@@ -1123,7 +1174,10 @@
+       ;
+       (setq contents nil)
+       ;
+-      (switch-to-buffer (get-buffer-create italk-log-buffer))
++      (if (> emacs-major-version 20)
++        (set-buffer (get-buffer-create italk-log-buffer))
++        (switch-to-buffer (get-buffer-create italk-log-buffer))
++      )
+       (set-buffer-modified-p nil)
+     )
+   )
+@@ -1179,6 +1233,7 @@
+         ))
+         (goto-char (point-min))
+         (replace-regexp "^" quotes)
++        (end-of-buffer)
+         (beginning-of-line)
+         (process-send-string italk-process
+           (buffer-substring (point-min) (point)))
+@@ -1308,16 +1363,26 @@
    (setq italk-current-user-name who)
    (setq italk-kill-name-flag (and italk-regexp-kill-name))
    (run-hooks 'italk-startup-hook)
@@ -381,7 +437,7 @@
    (setq italk-time-last-send-message (current-time))
  ;
    (erase-buffer)
-@@ -1400,12 +1452,14 @@
+@@ -1400,12 +1465,14 @@
                      (setq italk-log-backlog-p t))
                    (if (string-match italk-regexp-receive-telegram
                                      italk-pushd-string)

Index: italk-el.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/italk-el.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- italk-el.info       12 Jun 2004 16:13:02 -0000      1.1
+++ italk-el.info       4 Apr 2006 22:59:13 -0000       1.2
@@ -1,11 +1,11 @@
 Package: italk-el
-Version: 1.05
-Revision: 20030129
+Version: 1.05.cvs20041107
+Revision: 1
 Description: Italk client for Emacsen
-License: Restrictive/Distributable
-Maintainer: Tomoaki Okayama <[EMAIL PROTECTED]>
+License: BSD
+Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Depends: emacsen
-Source: http://italk.lefs.org/~taka/file/%n-%v.tar.gz
+Source: http://italk.lefs.org/~taka/file/%n-1.05.tar.gz
 Source-MD5: e4c30e4dcf7443265f7a4da86a5d2a67
 SourceDirectory: italk
 PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
@@ -41,5 +41,5 @@
 works under both X window system environments and character-based
 terminals.  Windows ports of emacs (mule for Win32 and Meadow) are
 also supported.  Italk.el is easy to install and user-customizable by
-(J~(B/.emacs setting.
+~/.emacs setting.
 <<



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to