forked from azvoleff/VimCom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
95 lines (50 loc) · 2.05 KB
/
NEWS
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Version 1.0-0 (2014-07-02)
- Change the package name back to "vimcom".
- Process message to completely update the Object Browser
(libraries and .GlobalEnv).
- New option: vimcom.labelerr.
- Support Neovim.
Version 0.9-93 (2014-02-01)
- Minor bug fixes.
Version 0.9-92 (2013-11-30)
- Minor bug fixes.
- Dynamically update list of objects for omnicompletion and syntax
highlight.
- New function vim.pager() shows the result of help() in a Vim's buffer.
Version 0.9-91 (2013-11-01)
- New option: vimcom.alwaysls (TRUE as default).
- Minor bug fixes.
Version 0.9-9 (2013-09-22)
- Minor bug fixes.
- Minor improvements in rrst support.
- New option: vimcom.texerrs.
- Show S4 elements in the object browser.
- Remove Rf_addTaskCallback and Rf_removeTaskCallbackByName from CRAN
version of vimcom.
Version 0.9-8 (2013-04-09)
- Don't use deprecated function .find.package().
Version 0.9-7 (2013-01-31)
- Don't use R_CStackLimit.
Version 0.9-6 (2013-01-31)
- Add stdint.h to vimcom.c, not to vimremote.c (thanks to Zé Loff).
- Improve warnings about bind errors on Windows.
- Fix incompatibility with tcltk package on Linux.
Version 0.9-5 (2012-12-01)
- Remove reference to unnecessary headers X11/Intrinsic.h and X11/Xutil.h.
- Fix linking bug on Mac OS X (thanks to Federico Calboli and Jochen
Laubrock, Simon Urbanek, and Brian Ripley).
- Add stdint.h to fix compile bug in OpenBSD (thanks to Zé Loff).
Version 0.9-4 (2012-11-27)
- Use Vim's clientserver feature.
Version 0.9-3 (2012-10-11)
- Show PDF document generated by either Sweave() or knit().
- On Windows, use tools::texi2pdf() to generate the pdf.
- Add support to Rrst and Rmd file types.
Version 0.9-2 (2012-05-01)
- vim.bol(): Don't fail on loading package failure.
- vimcom.c: Improve the use of PROTECT/UNPROTECT.
- vimcom.c: Warn that vimcom is incompatible with tcltk.
- vimSweave.R: Add support to knitr.
- new function: vim.names().
Version 0.9-0 (2012-02-16)
- Initial release.