forked from yi-editor/yi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
217 lines (178 loc) · 7.89 KB
/
CHANGELOG
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
0.12.3
------
* Update gtk-related dependencies
* Make sticky eol local to buffer
0.12.2
------
* Update QuickCheck and vty dependencies
0.12.1
------
* Add an upper bound on vty dependency to avoid build breakage with vty>=5.4 (#776)
* Fix build with ghc 7.10 and "-fhint" flag
* Fix build with -f-vty
* Fix visual block append
0.12.0
------
* Yi can now be built with GHC 7.8 and 7.10, GHC 7.6 is no longer supported
* hint (haskell interpreter library) dependency is now optional
* Example configs are now checked for compilation errors by Travis CI
* Fixed #715: yi -p opens files in reverse order and with duplicates
* Fixed #744: Deleting text in marks (emacs mode)
* Fixed #739: Emacs keybindings: double C-space
* Fixed #737:
* Fixed #741: Scroll cursor with wrapped lines
* Fixed #738: Emacs mode, problems with selection
* Fixed #610: Selection and search marks get confused when used together
* Emacs keymap: M-r implementation
* Vim keymap: :substitute now supports /i flag
* Some refactoring and documentation fixes
0.11.2
-------
* Clojure syntax highlighting
* Vim operator gq (reflow text) now works
* Vim insert keymap now includes page up/page down/end/home, and <C-w>←↑→↓ for navigating between windows.
* CUA keymap got page up and page down too
* New ex commands for vim keymap: :sort, :help, :undo.
With no arguments :help displays all visible :yi commands.
Given an argument, it displays type of this command or identifier.
* Yi's own HLint rules are expanded.
0.11.1
-------
* As usual, more vim keymap enhancements (#676, #673, #674, #661,
gj/gk and more)
* Make persistent search optional (#685)
* Re-use hint sessions, greatly improving M-x &c performance
* Make tag lists easier to configure
* Add presave hook, mostly for vim keymap convenience
* Fix vty issue where line length = screen width (#647)
* Further improvements to encoding (#689)
0.11.0
-------
* Try to guess and preserve the file encoding (#638)
* Restore cursor position better after deleteTrailingSpacesB (#666)
* Fix eolPoint' when on last, empty line (#667, #662)
* More intuitive justOneSep (emacs M-SPC) (#665)
* Closer behaviour to emacs C-x 0 (#642)
* Allow vim to close dired &c buffers (#649)
* yi-contrib was retired. yi-fuzzy-open and yi-snippet salvage the
somewhat useful parts. You can still view the user configs under
the yi-graveyard repository but they will not be maintained.
* Switching buffers with vty frontend fixed.
* Multiple fixes and additions to the vim keymap
* Versions in cabal file bumped. Notable bound is on vty 5.2.4 which fixes
builds on 32-bit machines.
0.10.0
------
* Unicode syntax highlighting fixed (issue #82)
* Hook to GTK Window exposed (#557)
* Multiple components moved out to separate packages (oo-prototypes,
word-trie, yi-languages, yi-string)
* Replace a lot of the API to use YiString/Text instead of String
improving performance
* Greatly improve performance in the pango front-end as long as
line-wrapping is on (default)
* Recognise read-only files (#145)
* Various Vim keymap improvements and fixes
* Use lens instead of uniplate, replace some boilerplate with lens
* Improve test framework to handle windows interactions, e.g. scrolling.
* Use GHC.Generics instead of derive on GHC 7.8
* Remove bitrotten ghcapi and scion flags.
* Support non-qwerty vim users
* Support eventlog profiling with -feventlog
* Eliminate idle CPU consumption in vty frontend
* General cleanup
* Make C-w closer to actual emacs behaviour (#612)
* Make M-h behave more like emacs (#611)
* Hint with buffer names when using C-k with emacs keymap (#606)
* Fix display of paths starting with / (#528)
* Don't mark buffer as changed if nothing was killed (#618)
* Nicer findFile &c behaviour in dired buffers (#149)
* Implement C-a for CUA (#167)
* Fix dired for directories with unicode files/dirs (#445)
* Fix vim indenting under some circumstances (#621)
* Allow the font size to be changed per buffer (#608)
* Double-click and triple-click selection in pango (#100 and #101)
* Count columns properly in presence of tabs (#440)
* Extra marking operations in dired
Contributors:
Alan Zimmerman, Anders Papitto, Anthony Quizon, Ben Armston, Benno Fünfstück,
Carter Charbonneau, Corey O'Connor, Cray Elliott, Dmitry Ivanov, fiendfan1,
Ilya Smelkov, Jakub Arnold, Jared Hance, jetho, Mateusz Kowalczyk,
Richard Goulter, Ryan Desfosses, Siddhanathan Shanmugam
0.9.0
-----
* Vim keymap removed. Vim2 is now called Vim.
0.8.1
-----
* Fix accepted lens version range.
0.8.0
-----
* This release works with GHC 7.8.1.
* And doesn't work with GHC 7.4.
* Lens is now used instead of data-accessor. Migration was mostly mechanical,
patches for more idiomatic lens usage are welcome.
* Yi.Prelude was getting complaints over the years so it's now gone.
* Commandline flag for choosing config directory now works.
* Vte and Cocoa (issue #481) frontends that were abandoned for years are removed.
If you want to revive these or make new frontends (Qt, EFL, SDL,
threepenny-gui, etc), patches are welcome!
* Test files no longer make case sensitive filesystems mad (issue #458).
* Yi no longer eats (20 x filesize) memory when opening a file.
* Other bugfixes and usability tweaks here and there.
Emacs-specific changes:
* Dynamic reconfiguring yi with "M-x reload" now works (issue #515).
* Cancel incremental search on cursor movement/return (issue #499).
* Remove binding to cabal configure from emacs keymap (issue #522).
* Bind M-{ and M-} to jump between paragraphs (issue #106).
* Prompt the user for comment style when it's missing (issue #413).
Vim2-specific changes:
* C-n completion now uses words from all open buffer instead of just current one.
* Introduced :buffer, :buffers and :bdelete commands and C-^ and C-6 normal mode bindings.
* Meta modifier is now available for use in Vim2 bindings.
* :s(ubstitute) now works with delimiters other than '/' (issue #461).
* Introduced :cabal command.
* More tests.
0.7.2
-----
* This is a maintenance release, upper bound set for QuickCheck.
0.7.1
-----
* This is a maintenance release, yi.cabal got cleaned up a little
and dependencies got bumped, some problematic upper bounds were removed.
0.7.0
-----
* New vim emulation. Look at yi/example-configs/yi-vim2.hs for a quick start.
Read src/tests/vimtests/README.rst if you are interested in contributing more
tests for vim emulation.
* User config can now import modules from ~/.config/yi/modules. Yes, that
gives ability to modularize config and share plugins.
* Fixed compilation with Diff >= 0.2
* Fixed some colorscheme issues (e.g. 'import' keyword was invisible with
some dark terminal schemes)
0.6.7
-----
* Automatic padding within default modeline.
* Command history, search term, killing and tagstack are now persistent across Yi runs.
* Config and history file paths now follow XDG style: $HOME/.config/yi/yi.hs and $HOME/.share/yi/history
* File change polling on every refresh is now optional.
* JSON highlighting.
* Various improvements in vim emulation.
* Fuzzy open action for yi (like ctrlp or command-t for vim).
* Async refresh for vty frontend.
* Fixed memory leak in vty frontend.
* Introduced workaround to prevent crashes with unicode chars.
* -fhacking is deprecated.
* Applied patches from gentoo-haskell.
Contributors: Amy de Buitléir, Ben Armston, Corey O'Connor, Dmitry Ivanov,
Jean-Philippe Bernardy, Jonathan Paugh, Mark Wright, Michal J. Gajda, Nicolas Pouillard,
rustydc, Sergei Trofimovich, Tuncer Ayaz
0.6.6
-----
* Profiling yi is no longer too hard.
* Using new-style exceptions.
* Modelines may be now customized per-mode.
* Commandline option '-p' for opening multiple files in tabs.
* Various improvements in vim emulation.
* alex >=3.0.0 is now required.
Contributors: Alexandr Ruchkin, Corey O'Connor, Dmitry Ivanov,
Dominique Devriese, Jeff Wheeler, Mark Wright, Michał J. Gajda