From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Incompatible change without warning Date: Thu, 19 May 2005 10:16:35 +0200 Message-ID: References: <17027.30024.418184.567765@chls068.ch.intel.com> <17034.42710.151931.874355@farnswood.snap.net.nz> <17035.61580.568515.598030@farnswood.snap.net.nz> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1116496336 27630 80.91.229.2 (19 May 2005 09:52:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 May 2005 09:52:16 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 11:52:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYhh1-0005vf-L1 for ged-emacs-devel@m.gmane.org; Thu, 19 May 2005 11:51:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYhjc-0008Hl-9o for ged-emacs-devel@m.gmane.org; Thu, 19 May 2005 05:54:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYghA-0002da-VT for emacs-devel@gnu.org; Thu, 19 May 2005 04:47:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYgeE-0001lN-BY for emacs-devel@gnu.org; Thu, 19 May 2005 04:44:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYgWS-0007TE-GS for emacs-devel@gnu.org; Thu, 19 May 2005 04:36:52 -0400 Original-Received: from [64.233.184.197] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYgL1-0008QV-JV for emacs-devel@gnu.org; Thu, 19 May 2005 04:25:03 -0400 Original-Received: by wproxy.gmail.com with SMTP id 50so605029wri for ; Thu, 19 May 2005 01:16:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jNUr1UgDBgHzQ1H2b9OvXfTZqhfkOP5nqblLCQLAcRdQQktPUkMedMFJWQSOrMQW38fVugesfEyRnwxUygrYp4gVDoYPnVfxyIukT0FSe0AvSMS8vHtB476ybpzo+aHl91baQ2DM2U25are8rYosOHtXs6ylEWDud+dwZ7CW1k8= Original-Received: by 10.54.37.78 with SMTP id k78mr841526wrk; Thu, 19 May 2005 01:16:35 -0700 (PDT) Original-Received: by 10.54.82.6 with HTTP; Thu, 19 May 2005 01:16:35 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: <17035.61580.568515.598030@farnswood.snap.net.nz> Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37343 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37343 > I presume that should be: >=20 > (define-obsolete-function-alias 'window-dot 'window-point "22.1") > ... >=20 > to make it easier to know when obsoletion really took place. You're right. I'll fix it (I'm waiting to know whether Richard wants send-region and send-string to be de-obsoleted). --=20 /L/e/k/t/u