From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: "enum class" supports for cc-mode Date: Fri, 31 Oct 2014 16:35:50 -0400 Message-ID: <2aoassnfix.fsf@fencepost.gnu.org> References: <544E9099.7030409@dancol.org> <20141029164915.GC2953@acm.acm> <54511DA4.4060002@dancol.org> <20141030162145.GA2721@acm.acm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1414789047 19239 80.91.229.3 (31 Oct 2014 20:57:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2014 20:57:27 +0000 (UTC) Cc: Daniel Colascione , Emacs developers To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 21:57:20 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XkJG2-0007k3-Ks for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2014 21:57:18 +0100 Original-Received: from localhost ([::1]:43595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkJBv-00072R-TS for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2014 16:53:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkIvI-0008Tm-Gf for emacs-devel@gnu.org; Fri, 31 Oct 2014 16:35:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkIvH-0000cR-LZ for emacs-devel@gnu.org; Fri, 31 Oct 2014 16:35:52 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:35447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkIvH-0000cF-7F for emacs-devel@gnu.org; Fri, 31 Oct 2014 16:35:51 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XkIvG-0004NQ-EJ; Fri, 31 Oct 2014 16:35:50 -0400 X-Spook: import Janet Reno strategic Defcon Bruxelles ANC George X-Ran: URwk^*JNvwWq~MF0i7{MFxn#x9y',PkMC7gy=} (Alan Mackenzie's message of "Thu, 30 Oct 2014 16:21:45 +0000") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:176158 Archived-At: Alan Mackenzie wrote: >> > On Mon, Oct 27, 2014 at 06:36:09PM +0000, Daniel Colascione wrote: >> >> Here's a small patch that teaches cc-mode about C++11 "enum class" >> >> syntax [...] > I've installed the patch. Please make ChangeLog entries in the name of the patch author, not the committer. (Ideally, use commit --author as well, which vc-dir can do automatically based on the ChangeLog.)