From 6e7e38b94ac1908fc4e027c805a0fb9b987608df Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 23 Oct 2011 17:01:09 +0200 Subject: The hard work of the computer must be respected. --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index daf1fba1..1da6d855 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,16 @@ This log documents changes between stable versions. +2011-10-23: Version 1.5.1 +* Added fm.select_file(path) +* Added --choosefiles option (like --choosefile, but chooses multiple files) +* Fixed --list-unused-keys +* Fixed Zombie processes +* Fixed handling of filenames with undecodable bytes (unicode surrogates) +* Fixed crashes due to incomplete loading of directories +* Fixed tab completion of the command "shell" +* Fixed "ot" and "oT" keys in rc.conf +* Fixed parsing of chained commands (like in the binding "om") + 2011-10-11: Version 1.5.0 * Full python3.2 compatibility * Added new configuration file "rc.conf" which contains a list -- cgit 1.4.1-2-gfad0 d> Unnamed repository; edit this file 'description' to name the repository.
about summary refs log tree commit diff stats
path: root/config.default.h
blob: c1274a1276b8acc42843424e58e6f097ed377883 (plain) (blame)
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