Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request mono#858 from rneatherway/emacs-1.5.0
Browse files Browse the repository at this point in the history
Bump version numbers for emacs 1.5.0
  • Loading branch information
rneatherway committed Nov 26, 2014
2 parents cc1389b + 3841144 commit 27f670c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FSharp.AutoComplete/Options.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace FSharp.InteractiveAutocomplete
open System

module Version =
let string = "FSharp.AutoComplete 0.13.2"
let string = "FSharp.AutoComplete 0.13.3"

module Options =

Expand Down
13 changes: 13 additions & 0 deletions emacs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.5.0 (2014-11-25)

Incorporate FSharp.AutoComplete version 0.13.3, which has corrected help text for the parse command and uses FCS 0.0.79.

Features:
- #235: Support multiple projects simultaneously

Bugfixes:
- #824: Emacs should give a better error message if fsautocomplete not found
- #808: C-c C-p gives an error if no project file above current file's directory
- #790: Can't make fsac requests in indirect buffers
- #754: Compiler warnings when installing fsharp-mode from MELPA

## 1.4.2 (2014-10-30)

Incorporate FSharp.AutoComplete version 0.13.2, which returns more information if the project parsing fails.
Expand Down
2 changes: 1 addition & 1 deletion emacs/fsharp-mode-pkg.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(define-package
"fsharp-mode"
"1.4.2"
"1.5.0"
"F# mode for Emacs"
'((auto-complete "1.4")
(popup "0.5")
Expand Down
2 changes: 1 addition & 1 deletion emacs/fsharp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; 2012-2014 Robin Neatherway <robin.neatherway@gmail.com>
;; Maintainer: Robin Neatherway
;; Keywords: languages
;; Version: 1.4.2
;; Version: 1.5.0

;; This file is not part of GNU Emacs.

Expand Down

0 comments on commit 27f670c

Please sign in to comment.