forked from senny/rvm.el
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
28 lines (22 loc) · 970 Bytes
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
== In Git
=== New Features
* open sources in a gem from the current gemset
* ability to change the used completion function
* rvm-open-gem creates a new perspective when perspective.el is loaded
=== Bugfixes
* rvm now works again with the global gemset
* rvm-open-gem should now work with the standard ido distribution
* the exec-path is now set properly
* gem-home and gem-path are now set using `rvm info` instead of building the paths manually
* bug-fix in rvm--rvmrc-parse-version which was incorrectly reading some rvmrc files
== 1.1 (16.05.2010)
=== New Features
* switch between installed ruby implementations
* use the default rvm ruby as default ruby within emacs
* rvm.el can now detect the right version to use for the current buffer (takes .rvmrc into account)
* support for Gemsets
* add Gemsets /bin directories to PATH
=== Bugfixes
* Fixed setting of gemset path and ruby path
=== Bugfixes
* Fixed leading blanks in gemset name (global) using chomp