This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
55 lines (34 loc) · 1.91 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
2016-08-20 Danil Kutkevich <[email protected]>
* ido-occur.el (ido-occur-at-point, ido-occur-from-isearch):
Adds user functions.
2016-05-27 Danil Kutkevich <[email protected]>
* ido-occur.el (ido-occur, ido-occur--run): Add ability to provide
initial input. Thanks to sebasar.
* README.md (unrelated_change): Adds about to open `ido-occur`
at point and from `isearch`. Thanks to sebasar.
2016-01-14 Danil Kutkevich <[email protected]>
* ido-occur.el (ido-occur): fix candidates sort order.
2015-12-27 Danil Kutkevich <[email protected]>
* ido-occur.el (ido-occur): `ido-occur` function now respects
`ido`-related user config.
* ido-occur.el (ido-occur--run): Move most of the "code" to
`ido-occur--run` function.
2015-09-29 Danil Kutkevich <[email protected]>
* ido-occur.el (ido-occur): Fix "goto line" functionality.
Rely on line number instead of search by line string.
* ido-occur.el (ido-occur--lines-as-list): Instead of ignoring
empty lines append line number.
* ido-occur.el (ido-occur--decorate-lines-list): Generate line numbers.
2015-08-30 Danil Kutkevich <[email protected]>
* ido-occur.el (ido-occur--lines-as-string): Simplifying.
Get all lines from begining to end.
* ido-occur.el (ido-occur--lines-as-list): Respects `CURRENT-POINT'.
List lines from `CURRENT-POINT' to end of `BUFFER' and from end of
`BUFFER' to beginning of `BUFFER'.
2015-08-16 Danil Kutkevich <[email protected]>
* ido-occur.el (ido-occur): Depend on `ido-vertical-mode`, and
enable it explicitly while calling `ido-completing-read`.
* README.md: Add installation section.
2015-08-15 Danil Kutkevich <[email protected]>
* ido-occur.el (ido-occur): straight implementation of `occur`-like
function with `ido`