From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: vc-update-change-log and empty log messages Date: Thu, 24 Mar 2011 20:07:57 +0100 Message-ID: <8762r8xroy.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300993916 14728 80.91.229.12 (24 Mar 2011 19:11:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2011 19:11:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 24 20:11:50 2011 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.69) (envelope-from ) id 1Q2pwk-0003p4-ES for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2011 20:11:50 +0100 Original-Received: from localhost ([127.0.0.1]:38449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2pvF-00049J-TH for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2011 15:10:17 -0400 Original-Received: from [140.186.70.92] (port=52457 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2pv8-00046I-9n for emacs-devel@gnu.org; Thu, 24 Mar 2011 15:10:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2pv7-0002nv-5f for emacs-devel@gnu.org; Thu, 24 Mar 2011 15:10:10 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:54410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2pv6-0002no-Uv for emacs-devel@gnu.org; Thu, 24 Mar 2011 15:10:09 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q2pv4-0002pP-3w for emacs-devel@gnu.org; Thu, 24 Mar 2011 20:10:06 +0100 Original-Received: from 11.pool85-54-11.dynamic.orange.es ([85.54.11.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Mar 2011 20:10:06 +0100 Original-Received: from oub by 11.pool85-54-11.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Mar 2011 20:10:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 9 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 11.pool85-54-11.dynamic.orange.es X-Hashcash: 1:20:110324:gmane.emacs.devel::VHkoplMsiTT/hUFS:00000000000000000000000000000000000000000000BEWI User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.21 (linux) Cancel-Lock: sha1:27MKwPmUUhCMaVXvhrxN4NTwDiU= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:137644 Archived-At: Hello I use vc-update-change-log often and find the empty log entries annoying so I delete them using (delete-matching-lines "empty log message") I suggest to implement such a feature in add-log.el Uwe Brauer