From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: ice-9 gap-buffer and substring-move Date: Mon, 12 May 2003 08:17:38 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87d6ip86wt.fsf@zip.com.au> References: <87vfy9lmgg.fsf@zip.com.au> <871xzfd8lg.fsf@zagadka.ping.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1052691730 4693 80.91.224.249 (11 May 2003 22:22:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 11 May 2003 22:22:10 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon May 12 00:22:08 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19EzCq-0001DY-00 for ; Mon, 12 May 2003 00:22:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Ez9b-0006md-02 for guile-devel@m.gmane.org; Sun, 11 May 2003 18:18:47 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Ez99-0006HV-00 for guile-devel@gnu.org; Sun, 11 May 2003 18:18:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Ez8w-0005WM-00 for guile-devel@gnu.org; Sun, 11 May 2003 18:18:11 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Ez8l-0004sU-00 for guile-devel@gnu.org; Sun, 11 May 2003 18:17:55 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h4BMHnPc018138 for ; Mon, 12 May 2003 08:17:49 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h4BMHnQg010448 for ; Mon, 12 May 2003 08:17:49 +1000 (EST) Original-Received: from localhost (ppp12.dyn228.pacific.net.au [203.143.228.12]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h4BMHmYZ009179 for ; Mon, 12 May 2003 08:17:48 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19Ez8U-0000XG-00; Mon, 12 May 2003 08:17:38 +1000 Original-To: guile-devel@gnu.org User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2327 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2327 --=-=-= Marius Vollmer writes: > > substring-move-left! and -right! have just returned, as > deprecated functions, I guess the news file can be updated accordingly (below). (That news file is pretty big, almost 1000 lines back to version 1.6. I suspect a good fraction of that text belongs in the manual.) --=-=-= Content-Disposition: attachment; filename=NEWS.substring-move.diff --- NEWS.~1.389.~ 2003-05-03 09:15:32.000000000 +1000 +++ NEWS 2003-05-11 13:51:03.000000000 +1000 @@ -482,10 +482,6 @@ You can now use an empty `begin' form. It will yield # when evaluated and simply be ignored in a definition context. -** Removed: substring-move-left!, substring-move-right! - -Use `substring-move!' instead. - ** Deprecated: procedure->macro Change your code to use either procedure->memoizing-macro or, probably better, --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel --=-=-=--