branch: externals/csharp-mode commit 6c0a0d6cf602666d63a06c3652ce522b3a5a7661 Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: Jostein Kjønigsen <jost...@kjonigsen.net>
Bump version. Update changelog. --- csharp-mode.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/csharp-mode.el b/csharp-mode.el index adb77ba..e48acbe 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -286,10 +286,13 @@ ;; 0.8.12 2016 January 6th ;; - Various fixes and improvements for imenu indexing. ;; -;; 0.9.0 2016 July...? +;; 0.9.0 2016 September 9th ;; - Fix issues with compilation-mode and lines with arrays. ;; - Fontification of compiler directives. ;; - Much faster, completely rewritten imenu-implementation. +;; - Fix indentation issues. +;; - Fix Emacs-25 related bugs. +;; - Cleaned up dead code. ;; (require 'cc-mode)