summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* core.actions: typohut2011-10-161-1/+1
* core.actions: Safer _get_macros()hut2011-10-161-10/+29
* ext.keybindings_parser: fixed --list-unused-keyshut2011-10-151-3/+3
* FOR THE HURD v1.5.0hut2011-10-112-13/+31
* Merge branch 'master' into stablehut2011-10-11119-6410/+4552
|\
| * gui.ansi: simplified more + another test casehut2011-10-111-7/+12
| * gui.ansi: simplifiedhut2011-10-111-12/+13
| * gui.ansi: Added another test casehut2011-10-111-0/+7
| * gui.ansi: Fix test case in char_slicehut2011-10-112-34/+34
| * defaults.commands: Fixed "gL" keyhut2011-10-111-0/+2
| * README: Added newlinehut2011-10-111-0/+1
| * defaults/apps: added documentationhut2011-10-111-17/+83
| * defaults/options: more documentationhut2011-10-111-44/+88
| * defaults.commands: replaced introductionhut2011-10-111-52/+73
| * defaults.commands: Fixed bug in :find from 2a5a8336hut2011-10-111-1/+1
| * moved scripts/ranger to ranger/data/rangerhut2011-10-113-2/+2
| * ext.keybinding_parser: shortened construct_keybinding()hut2011-10-111-4/+1
| * ext.keybinding_parser: prettier KeyBuffer.__str__hut2011-10-111-1/+1
| * ext.keybinding_parser: Prettier key_to_string()hut2011-10-112-3/+10
| * core.actions: Pretty list of undocumented commandshut2011-10-111-2/+8
| * defaults.commands: updated code of :findhut2011-10-111-1/+1
| * Rebuild man pagehut2011-10-111-2/+2
| * defautls/options.py: use_preview_script = True after allhut2011-10-111-1/+1
| * Updated copyright headershut2011-10-1059-59/+59
| * fsobject.directory: use BAD_INFOhut2011-10-101-1/+2
| * container.__init__: removed import shortcutshut2011-10-103-4/+2
| * removed completely retarded colorscheme "texas"hut2011-10-102-73/+2
| * core.fm: removed old codehut2011-10-101-6/+0
| * core.actions: Fixed %t tag in --clean modehut2011-10-101-1/+1
| * core.helper: Cleaned up load_settingshut2011-10-102-33/+16
| * fixed some documentationhut2011-10-104-9/+12
| * api.commands: finished merging ext.command_parser into apihut2011-10-104-175/+73
| * core.actions: Don't shell-escape macros for non-shell commandshut2011-10-104-51/+52
| * core.actions: shortened long linehut2011-10-101-1/+2
| * core.actions: renamed Actions.source_cmdlist to Actions.sourcehut2011-10-102-4/+4
| * README: "file" really is optionalhut2011-10-101-1/+1
| * gui.curses_shortcuts: simplificationshut2011-10-102-35/+7
| * fsobject.fsobject: Added fsobject._mark back inhut2011-10-102-5/+9
| * widgets.browsercolumn: Removed redundant try/except blockhut2011-10-101-9/+4
| * core.actions: Removed fm.search_forward attribute (not used)hut2011-10-101-6/+0
| * fsobject.directory: revert change to accept_filehut2011-10-101-2/+2
| * Eliminate orphaned functions and argumentsArisu2011-10-104-14/+10
| * Repair some unintended variable referencesArisu2011-10-102-4/+1
| * Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-1016-42/+13
| * fsobject.directory: Update dir size when content changeshut2011-10-091-1/+4
| * widgets.console: Improved command historyhut2011-10-092-10/+19
| * Removed example files for nowhut2011-10-094-383/+0
| * Revert "core.main: Automatically copy config files"hut2011-10-093-27/+30
| * Revert "ranger.1: added doc for --dont-copy-config"hut2011-10-092-7/+9
| * defaults.apps: updatedhut2011-10-091-3/+4
e5d4e09f ^


7db2da6d ^

c5d68a64 ^

7db2da6d ^




54c43b61 ^

9e63c4a0 ^

6ab1a84c ^

e5d4e09f ^


6ab1a84c ^














9e63c4a0 ^

e5d4e09f ^
54c43b61 ^
9e63c4a0 ^

f533c6c1 ^
9e63c4a0 ^
e5d4e09f ^





54c43b61 ^

9e63c4a0 ^

e112ef5a ^

e5d4e09f ^










e112ef5a ^
3be7dc9c ^


7db2da6d ^
3be7dc9c ^
7db2da6d ^
54c43b61 ^

e112ef5a ^


9e63c4a0 ^
3fab294c ^
9e63c4a0 ^

3fab294c ^
9e63c4a0 ^
3fab294c ^






54c43b61 ^

9e63c4a0 ^

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
218
219