From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: tooltip-use-echo-area disappeared Date: Thu, 02 Jun 2005 09:09:35 +0100 Message-ID: <429EBEBF.4080005@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1117700951 5937 80.91.229.2 (2 Jun 2005 08:29:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Jun 2005 08:29:11 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 02 10:29:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ddl3H-0002AB-40 for ged-emacs-devel@m.gmane.org; Thu, 02 Jun 2005 10:27:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ddl8i-0002Yn-WD for ged-emacs-devel@m.gmane.org; Thu, 02 Jun 2005 04:33:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ddkz8-0007cB-03 for emacs-devel@gnu.org; Thu, 02 Jun 2005 04:23:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ddkz5-0007as-Rj for emacs-devel@gnu.org; Thu, 02 Jun 2005 04:23:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DdkyQ-0007Hu-7v for emacs-devel@gnu.org; Thu, 02 Jun 2005 04:22:43 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DdknU-0000nL-1M for emacs-devel@gnu.org; Thu, 02 Jun 2005 04:11:24 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 2RRVNFLX; Thu, 2 Jun 2005 09:07:16 +0100 Original-Received: from 217.205.90.2 ([217.205.90.2] helo=[10.10.5.77]) by ASSP-nospam ; 2 Jun 05 08:07:16 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: nickrob@snap.net.nz 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:38038 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38038 The following change seems to have removed the important variable tooltip-use-echo-area, with no apparent replacement. Besides breaking lisp code that was written for 21.1, I don't recall any discussion about why this feature should be deprecated. 2005-04-20 Nick Roberts * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.