From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/bookmark.el,v Date: Thu, 20 Nov 2008 22:22:52 +0200 Message-ID: References: <87y6zggnmz.fsf@red-bean.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1227212604 11284 80.91.229.12 (20 Nov 2008 20:23:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2008 20:23:24 +0000 (UTC) Cc: kfogel@red-bean.com, schwab@suse.de, cyd@stupidchicken.com, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 20 21:24:25 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 1L3G4W-000826-7P for ged-emacs-devel@m.gmane.org; Thu, 20 Nov 2008 21:24:16 +0100 Original-Received: from localhost ([127.0.0.1]:48133 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3G3K-00014R-Rx for ged-emacs-devel@m.gmane.org; Thu, 20 Nov 2008 15:23:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3G3F-00013W-R3 for emacs-devel@gnu.org; Thu, 20 Nov 2008 15:22:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3G3F-00012k-2K for emacs-devel@gnu.org; Thu, 20 Nov 2008 15:22:57 -0500 Original-Received: from [199.232.76.173] (port=34770 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3G3E-00012S-Sw for emacs-devel@gnu.org; Thu, 20 Nov 2008 15:22:56 -0500 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:20199) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L3G3D-0005DM-2E; Thu, 20 Nov 2008 15:22:55 -0500 Original-Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KAN00200F9TGH00@i_mtaout5.012.net.il>; Thu, 20 Nov 2008 22:24:52 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.113.18]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KAN008KMFDF57M2@i_mtaout5.012.net.il>; Thu, 20 Nov 2008 22:24:52 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.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:105864 Archived-At: > From: Miles Bader > Date: Thu, 20 Nov 2008 19:09:38 +0900 > Cc: Karl Fogel , Chong Yidong , > emacs-devel@gnu.org > > Hmmm, so all the more reason for people to stop committing stuff > separately... :-/ As long as we use CVS, which lacks the means to see the change history of a single file, committing several files at once makes "cvs log" unusable for the purposes of tracking the history of changes to some specific code fragment in a single file, something I need to do a lot in Emacs. That is why I commit the files individually, and then commit all their ChangeLog entries in one go. Don't expect me to change that any time soon.