From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: display_mode_element change Date: Wed, 27 Feb 2008 20:44:59 +0100 Organization: orebokech dot com Message-ID: <878x16fakk.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204141558 26909 80.91.229.12 (27 Feb 2008 19:45:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 19:45:58 +0000 (UTC) Cc: Kenichi Handa To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 27 20:46:24 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JUSEA-00044O-Oj for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 20:46:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUSDe-00029J-C0 for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 14:45:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUSDA-0001oR-Pe for emacs-devel@gnu.org; Wed, 27 Feb 2008 14:45:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUSD9-0001o2-Um for emacs-devel@gnu.org; Wed, 27 Feb 2008 14:45:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUSD9-0001nx-LR for emacs-devel@gnu.org; Wed, 27 Feb 2008 14:45:03 -0500 Original-Received: from smtp4-g19.free.fr ([212.27.42.30]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUSD9-0006Nn-9T for emacs-devel@gnu.org; Wed, 27 Feb 2008 14:45:03 -0500 Original-Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id C684C3EA128; Wed, 27 Feb 2008 20:45:00 +0100 (CET) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp4-g19.free.fr (Postfix) with ESMTP id E36703EA162; Wed, 27 Feb 2008 20:44:59 +0100 (CET) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 7DF643C3DC; Wed, 27 Feb 2008 20:44:59 +0100 (CET) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:90647 Archived-At: The buffer name in the modeline used to be displayed in bold, but since the following change it is no longer the case: 2008-02-21 Kenichi Handa * xdisp.c (decode_mode_spec): New arg string. (display_mode_element): Adjust for the above change.