emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 26e2430 082/459: Updated readme and feature


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 26e2430 082/459: Updated readme and feature-list. Bump version.
Date: Sun, 22 Aug 2021 13:59:01 -0400 (EDT)

branch: externals/csharp-mode
commit 26e2430166244dc1a95f5c7e533019099c2a2a9a
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Updated readme and feature-list. Bump version.
    
    Basically prepare for release to MELPA stable and marmalade.
---
 README.org     | 1 +
 csharp-mode.el | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 692ae48..20a2b56 100644
--- a/README.org
+++ b/README.org
@@ -20,6 +20,7 @@ This is a mode for editing C# in emacs. It's based on 
cc-mode, v5.30.3 and above
 - automagic code-doc generation when you type three slashes.
 - intelligent insertion of matched pairs of curly braces.
 - imenu indexing of C# source, for easy menu-based navigation. 
+- compilation-mode support for msbuild and xbuild.
 
 ** Usage
 
diff --git a/csharp-mode.el b/csharp-mode.el
index 2975c20..fcac8d3 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -5,7 +5,7 @@
 ;; Maintainer : Jostein Kjønigsen <jostein@gmail.com>
 ;; Created    : Feburary 2005
 ;; Modified   : November 2014
-;; Version    : 0.8.8
+;; Version    : 0.8.9
 ;; Keywords   : c# languages oop mode
 ;; X-URL      : https://github.com/josteink/csharp-mode
 ;; Last-saved : <2014-Nov-29 13:56:00>
@@ -272,6 +272,9 @@
 ;;          - Add extra C# keywords.
 ;;          - Call prog-mode hooks.
 ;;
+;;    0.8.9 2015 March 15
+;;          - (Re)add compilation-mode support for msbuild and xbuild.
+;;
 
 (require 'cc-mode)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]