From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ramprasad B Newsgroups: gmane.emacs.devel Subject: Re: [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] Date: Fri, 03 Nov 2006 23:52:05 +0530 Message-ID: <1162578125.9646.3.camel@linux.site> References: <1162563696.6360.1.camel@ramprasad> Reply-To: ramprasad@gnu.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162578242 6237 80.91.229.2 (3 Nov 2006 18:24:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Nov 2006 18:24:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 03 19:23:58 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gg3ho-0001tz-7Z for ged-emacs-devel@m.gmane.org; Fri, 03 Nov 2006 19:23:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gg3hn-0007JU-7x for ged-emacs-devel@m.gmane.org; Fri, 03 Nov 2006 13:23:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gg3hW-0007Gn-GS for emacs-devel@gnu.org; Fri, 03 Nov 2006 13:23:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gg3hV-0007EW-GI for emacs-devel@gnu.org; Fri, 03 Nov 2006 13:23:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gg3hV-0007EA-3b for emacs-devel@gnu.org; Fri, 03 Nov 2006 13:23:33 -0500 Original-Received: from [59.92.194.10] (helo=linux.site) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gg3hU-0001dJ-Lb for emacs-devel@gnu.org; Fri, 03 Nov 2006 13:23:33 -0500 Original-Received: by linux.site (Postfix, from userid 0) id 24FE3686A6; Fri, 3 Nov 2006 23:52:06 +0530 (IST) Original-To: Juanma Barranquero In-Reply-To: X-Mailer: Evolution 2.2.1 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:61708 Archived-At: On Fri, 2006-11-03 at 17:04 +0100, Juanma Barranquero wrote: > Note, however, that you put the changelog entry for > lib-src/Makefile.in into lisp/ChangeLog, and that all three entries > had problems: > > - lib-src/Makefile.in: It didn't mention where was INSTALL_SCRIPT used. > - lisp/sort.el: It didn't mention `sort-columns', where the change > had happened. > - emacs-lisp/pp.el: It referenced `pp-eval-expression', but the > change is in `pp-eval-last-sexp'. Moreover, the filename was > lisp/emacs-lisp/pp.el (they should be relative from the directory > where the ChangeLog file resides). > > All this makes me think you don't know about > `add-change-log-entry-other-window' (bound to C-x 4 a), which I > recommend. I am sorry for those mistakes. Thank you very much for working on this and guiding me. - Ramprasad B