Skip to content

Commit

Permalink
Change to JOE 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhallen committed Sep 8, 2015
1 parent 10ef8e3 commit 7092287
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Back to README file](http://sourceforge.net/p/joe-editor/mercurial/ci/default/tree/README.md)

### JOE.next (not yet released changes in Mercurial)
### JOE 4.1

* New or improved syntax files for the following languages:
* Groovy, R, Clojure, Rust, Coffeescript, Java, Scala, Swift, D,
Expand Down Expand Up @@ -154,9 +154,9 @@
-syntax.

* Minor enhancements
* Tab completion now works for the command after '!' in file
prompts. Tab completion now works for the filename after '>>' in
file write prompts.
* Tab completion now works for the command and its file arguments
after '!' in file prompts. Tab completion now works for the
filename after '>>' in file write prompts.

* Tab completion now handles directory and file names with spaces
in them.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AC_PREREQ(2.54)

#### Here's the only place where to change version number ####
AC_INIT(joe, 4.0)
AC_INIT(joe, 4.1)
AC_CONFIG_SRCDIR([joe/b.c])

AC_CANONICAL_BUILD
Expand Down

0 comments on commit 7092287

Please sign in to comment.