From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Changes to lisp/progmodes/idlw-*.el Date: Wed, 17 Nov 2004 17:33:08 +0900 Message-ID: Reply-To: Miles Bader NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100680472 2093 80.91.229.6 (17 Nov 2004 08:34:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Nov 2004 08:34:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 17 09:34:20 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CULGd-0000oA-00 for ; Wed, 17 Nov 2004 09:34:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CULPL-0002Uh-Am for ged-emacs-devel@m.gmane.org; Wed, 17 Nov 2004 03:43:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CULOy-0002UU-6S for emacs-devel@gnu.org; Wed, 17 Nov 2004 03:42:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CULOw-0002UB-2A for emacs-devel@gnu.org; Wed, 17 Nov 2004 03:42:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CULOv-0002Tz-93 for emacs-devel@gnu.org; Wed, 17 Nov 2004 03:42:53 -0500 Original-Received: from [210.143.35.52] (helo=tyo202.gate.nec.co.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CULFg-00048n-BE; Wed, 17 Nov 2004 03:33:20 -0500 Original-Received: from mailgate3.nec.co.jp (mailgate53.nec.co.jp [10.7.69.160] (may be forged)) by tyo202.gate.nec.co.jp (8.11.7/3.7W01080315) with ESMTP id iAH8XEn19997; Wed, 17 Nov 2004 17:33:15 +0900 (JST) Original-Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id iAH8XEp18666; Wed, 17 Nov 2004 17:33:14 +0900 (JST) Original-Received: from edsgm02.lsi.nec.co.jp ([10.50.208.12]) by mailsv3.nec.co.jp (8.11.7/3.7W-MAILSV4-NEC) with ESMTP id iAH8XC921527; Wed, 17 Nov 2004 17:33:12 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) by edsgm02.lsi.nec.co.jp (8.12.10/8.12.10) with ESMTP id iAH8XAJF027188; Wed, 17 Nov 2004 17:33:11 +0900 (JST) Original-Received: from mctpc71 (mctpc71.ucom.lsi.nec.co.jp [10.30.118.121]) by mcsss2.ucom.lsi.nec.co.jp (8.12.10/8.12.8/EDcg v2.01-mc/1046780839) with ESMTP id iAH8X9wt001977; Wed, 17 Nov 2004 17:33:10 +0900 (JST) Original-Received: by mctpc71 (Postfix, from userid 31295) id B8FE0415; Wed, 17 Nov 2004 17:33:08 +0900 (JST) Original-To: "J.D.Smith" System-Type: i686-pc-linux-gnu Blat: Foop Original-Lines: 35 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: main.gmane.org gmane.emacs.devel:29966 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29966 Hi, I just noticed these changes in CVS, with the following log entry: Updated to IDLWAVE version 5.5. See idlwave.org A few little nits: (1) When you update files in the Emacs sources from an external copy, _do not_ just "drop in" your latest version -- there may be changes to the Emacs copy that will be lost if you do that. Instead, either apply a patch from your old version to your new version to the emacs copy, or generate a patch in the emacs tree from the last time you merged to the current date, and apply that patch to your copy before committing it. (2) The new files have RCS keywords like: ;; Date: $Date: 2004/11/17 05:54:20 $ Please do not use these in Emacs source files. [As it happens, one of Emacs changes lost when you dropped in your new version was an RCS-keyword removal change.] (3) Please provide at least a minimal ChangeLog entry accompanying your changes. [Maybe you just haven't committed it yet, but it's been a few hours since your changes, so...] Thanks, -Miles -- "Suppose He doesn't give a shit? Suppose there is a God but He just doesn't give a shit?" [George Carlin]