From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: GTK version checked in. Date: Mon, 20 Jan 2003 20:23:10 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9CEA9C8E-2CAC-11D7-9A4A-00039363E640@swipnet.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1043091429 13313 80.91.224.249 (20 Jan 2003 19:37:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2003 19:37:09 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ahjH-0003Sa-00 for ; Mon, 20 Jan 2003 20:37:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18ahuI-0000PO-00 for ; Mon, 20 Jan 2003 20:48:30 +0100 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 18ahja-0003SM-01 for emacs-devel@quimby.gnus.org; Mon, 20 Jan 2003 14:37:26 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ahjJ-0003RJ-00 for emacs-devel@gnu.org; Mon, 20 Jan 2003 14:37:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ahdW-0000jq-00 for emacs-devel@gnu.org; Mon, 20 Jan 2003 14:31:12 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ahWW-0005cO-00 for emacs-devel@gnu.org; Mon, 20 Jan 2003 14:23:56 -0500 Original-Received: from accessno42.bodenonline.com (IDENT:root@accessno42.bodenonline.com [193.201.16.44]) h0KKIkDU003370; Mon, 20 Jan 2003 21:18:46 +0100 Original-To: Eli Zaretskii In-Reply-To: X-Mailer: Apple Mail (2.482) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10913 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10913 >> I could not figure out the structure of the NEWS file, so if someone >> can explain it, I'll add something there also. > > NEWS should be edited in Outline Mode. The "**", "***", etc. prefixes > mark sections and subsections. We try to arrange things so that more > important changes come first (I think GTK support is one of the more > important ones). User-level and Lisp-level changes are described > separately (there's a header for Lisp changes that precedes the Lisp > section). The "+++" and "---" markers before the NEWS items are > explained at the beginning of the file. > > Is there anything else you don't understand? If so, please ask specific > questions. No, that did it, I just missed that it was outline mode (my mind apparently somewhere else...). Jan D.