-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
553 lines (391 loc) · 19 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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
2024-04-21 Boruch Baum <[email protected]>
* diredc.el (diredc--set-term-environment): Remove unnecessary
dotimes.
2024-04-19 Boruch Baum <[email protected]>
* diredc.el (diredc--update-interval-default): New constant.
(diredc-update-interval, diredc--update-control): Use it.
(diredc-update): New feature.
(diredc--update-control): Use it.
2024-04-18 Boruch Baum <[email protected]>
* diredc.el (diredc-collapse-shadow-face): Handle unspecified
default foreground and background attributes.
2024-04-17 Boruch Baum <[email protected]>
* diredc.el (diredc-browse-magit): New feature.
(diredc--browse-magit, diredc-browse--hook-function)
(diredc-browse-mode): Use it.
2024-04-17 Boruch Baum <[email protected]>
* diredc.el (diredc--advice--dired-internal-noselect): Remove
instances of directly reverting buffers
2024-04-14 Boruch Baum <[email protected]>
* diredc.el (diredc--bonus-configuration, diredc-trash-restore):
remove dependency on package autorevert, for auto-revert-mode.
2024-04-14 Boruch Baum <[email protected]>
* diredc.el (diredc-display--update): Refactor to
diredc--update-listing-switches, fix for wdired-mode.
2024-04-14 Boruch Baum <[email protected]>
* diredc.el (diredc--set-term-environment): Avoid adding shell config
command to shell history.
2024-04-14 Boruch Baum <[email protected]>
* diredc.el (diredc-other-window): Allow tabbing into
wdired-mode buffer.
2024-04-14 Boruch Baum <[email protected]>
* diredc.el (diredc--update-control): New feature to revert buffers regularly.
(diredc--revert-all, diredc-update-interval)
(diredc--update-timer): Support the new feature.
(diredc-exit, diredc-mode): Use the new feature.
2024-04-08 Boruch Baum <[email protected]>
* diredc.el (diredc--set-term-environment): Remove setup commands
from comint history and erase them from the shell buffer display.
Change method of sending setup commands to use function
comint-input-sender for all comint buffers.
(diredc-shell--launch-shell, diredc-shell--launch-eshell): Remove
send-input commands, now performed uniformly by function diredc--set-term-environment.
(diredc-shell): Improve user message.
2024-03-14 Boruch Baum <[email protected]>
* (diredc-browse--exclude): Give variable 'var' the local scope
that it deserves.
2024-02-29 Boruch Baum <[email protected]>
* (diredc-shell): Expand ~ in file-names (for $f1, $f2), properly
concat and quote lists of marked files (for $t1 $t2), add user
hint message that C-c C-k will properly close the terminal window,
add environment variable: $INSIDE_DIREDC
2024-02-29 Boruch Baum <[email protected]>
* (diredc-beginning-of-buffer): Fix to advance to first file line.
2024-02-29 Boruch Baum <[email protected]>
* (diredc--version): Bump to 1.4
2024-02-19 Boruch Baum <[email protected]>
* (diredc--version): New variable.
2024-01-31 Boruch Baum <[email protected]>
* diredc.el (diredc-shell--bind-keys): Collect bindings in a
function in order to be used by different launchers.
(diredc-shell--launch-shell, diredc-shell--launch-eshell)
(diredc-shell--launch-emulator): Use it.
(diredc-shell): Remove duplication.
2024-01-24 Boruch Baum <[email protected]>
* diredc.el (diredc-hist-previous-directory): Bugfix: stop creating windows above
others.
2024-01-23 Boruch Baum <[email protected]>
* diredc.el (diredc-trash-quick-delete): Bugfix: format of list
sent to function dired--internal-do-deletions
2024-01-22 Boruch Baum <[email protected]>
* diredc.el (diredc--show-more-file-info): Apply quotes and
escapes for messy file names.
2024-01-22 Boruch Baum <[email protected]>
* diredc.el (diredc-hist-find-alternate-file): ): Bugfix: move focus
to opened files.
2024-01-22 Boruch Baum <[email protected]>
* diredc.el (diredc--show-more-file-info-cmd): Redefine from
string to cons.
(diredc-show-more-file-info, diredc--show-more-file-info): Improve
display output.
(diredc-hist-change-directory): Bugfix: stop creating windows above
others.
2024-01-18 Boruch Baum <[email protected]>
* diredc.el (diredc--guess-and-do-async-shell-command): New
feature: For file-types associated with shell commands in variable
'dired-guess-shell-alist-user', pressing RETURN on that file runs
the first of those shell commands, asynchronously.
(diredc-hist-find-alternate-file): Use it, but not for C-u RETURN.
2024-01-18 Boruch Baum <[email protected]>
* diredc.el (diredc-frame-parameters)
(diredc-frame-inherited-parameters)
(diredc-hist-find-alternate-file, diredc-recover, diredc): New
feature: customizable frame-parameters.
2024-01-15 Boruch Baum <[email protected]>
* diredc.el (diredc-recover-schemes, diredc-hist-up-directory)
(diredc-hist-find-alternate-file, diredc-exit, diredc-recover)
(diredc-hist-duplicate): Bugfix: stop creating windows above
others
(diredc-hist-find-alternate-file, diredc-exit, diredc-recover):
Bugfix: stop creating windows above others
2022-01-12 Boruch Baum <[email protected]>
* diredc.el (diredc-browse--hook-function): Fontify browse
buffers.
2021-06-13 Boruch Baum <[email protected]>
* diredc.el (diredc-wdired): Add helpful message for edit mode.
2021-06-13 Boruch Baum <[email protected]>
* diredc.el (diredc--hook-function): Remap faces buffer-locally.
2021-06-09 Boruch Baum <[email protected]>
* diredc.el (diredc--advice--repeat-over-lines, diredc-mode): Fix
Emacs bug #48883: Improper marking.
2021-06-09 Boruch Baum <[email protected]>
* diredc.el (diredc-hist-previous-directory, diredc-hist-change-directory)
(diredc-hist-up-directory): Fix navigation to restore-point when
dired-omit-mode is not active.
2021-06-06 Boruch Baum <[email protected]>
* diredc.el (diredc--chmod-font-lock-regex): Account for ACL
directories.
2021-06-03 Boruch Baum <[email protected]>
* diredc.el (diredc-beginning-of-buffer, diredc-end-of-buffer):
New DWIM functions.
(diredc--create-keymap): Bind them.
2021-06-03 Boruch Baum <[email protected]>
* diredc.el (diredc--report-counts-and-sizes): New feature, for
displaying summary of marked files in (new) header-line.
(diredc-header-line, diredc-header-*-marks)
(diredc-header-D-marks): Faces for new feature.
(diredc-header-line): defcustom to toggle new feature.
(diredc--thousands): Support function, for improved readability.
(diredc--mark-msg): New helper function for feature.
(diredc-thousands-separator): Option for the support function.
(diredc-mode, diredc--hook-function): Make use of header-line
consistent.
(diredc--hook-function--post-command): Use new feature.
2021-06-02 Boruch Baum <[email protected]>
* diredc.el (diredc--match-command): Allow async shell commands to
over-ride shell aliases.
(diredc--hook-function, diredc-browse-mode, diredc-history-mode)
(diredc-mode): Use #' notation.
2021-06-01 Boruch Baum <[email protected]>
* diredc.el (diredc-mode): Improve toggling of mode features and
window-dedication.
2021-05-23 Boruch Baum <[email protected]>
* diredc.el (diredc-sort-or-edit): New feature with many more
sorting options.
(diredc--create-keymap): Bind a key for it.
(diredc--sort-options): Data structure for it.
(diredc-sort-prefix-ascending, diredc-sort-suffix-ascending)
(diredc-sort-prefix-descending, diredc-sort-suffix-descending):
Defcustoms for it.
(diredc--sort-columns-regexp): Definition of special case for
sorting by chmod, owner, group.
(diredc--lc-collate-original-value, diredc-mode): Save original
value of LC_COLLATE.
(diredc-restore-collation, diredc-mode): Restore it when done.
(diredc--sort-option-special): Save state of special case.
(diredc--sort-special): Perform the special sort.
(diredc-hist-change-directory, diredc-hist-up-directory)
(diredc-hist-find-file, diredc-hist-find-alternate-file)
(diredc-hist-previous-directory): Make the special sort persist
when changing directories.
2021-05-23 Boruch Baum <[email protected]>
* diredc.el (diredc--hist-guess-restore-point): New feature, for
direct navigation operations.
(diredc-hist-change-directory, diredc-hist-up-directory):Use it.
2021-05-23 Boruch Baum <[email protected]>
* diredc.el (diredc--chmod-font-lock-regex): Account for links,
suid, guid, temp.
(diredc-browse-mode): Bugfixes for closing diredc-browse-mode.
(diredc-exit): Change where closing diredc-browse-mode.
2021-05-23 Boruch Baum <[email protected]>
* diredc.el (dired-aux-files)
(diredc--advice--shell-guess-fallback)
(diredc--advice--dired-run-shell-command)
(diredc--advice--dired-read-shell-command)
(diredc-browse--button-return-action, diredc-browse--exclude):
Suppress byte compiler warnings.
2021-05-20 Boruch Baum <[email protected]>
* diredc.el (diredc-bonus-configuration): Suppress display of
\*Async Shell Command* buffers.
(diredc--advice--dired-run-shell-command): Use function
start-process-shell-command instead of shell-command.
(diredc-browse--create-keymap): keybinding for diredc-exit
while in browse buffer.
(diredc--match-command): New defsubst.
(diredc--advice--shell-guess-fallback)
(diredc--advice--dired-read-shell-command)
(diredc-do-async-shell-command): Minor code improvements
2021-05-19 Boruch Baum <[email protected]>
* diredc.el (diredc-browse-mode): Improve exit handling.
(diredc--find-another-diredc-buffer): New helper function.
(diredc--window-state-change-hook-function, diredc-swap-windows)
(diredc-hist-find-alternate-file, diredc): Replace function
window-normalize-frame with window-frame.
(diredc-swap-windows): Ensure variable
switch-to-buffer-preserve-window-point nil.
2021-05-19 Boruch Baum <[email protected]>
* diredc.el (diredc-hl-current-buffer): New face for hl-line-mode
only for current-buffer.
(diredc--hl-cookie): New variable to track remapped face hl-line.
(diredc--window-state-change-hook-function): Apply and remove new
face, as required.
(diredc-mode): Apply and remove the hook function.
2021-05-19 Boruch Baum <[email protected]>
* diredc.el (diredc-swap-windows): New feature.
(diredc--create-keymap, diredc-browse--create-keymap): Bind it.
(diredc--swap-browse-buffer): Support for new feature.
(diredc--window-state-change-hook-function):
2021-04-27 Boruch Baum <[email protected]>
* diredc.el (diredc--advice--dired-run-shell-command): Divide up
multiple commands for proper comint-send-input.
(diredc--advice--dired-read-shell-command)
(diredc-do-async-shell-command)
(diredc--advice--shell-guess-fallback): Improve regex for
executable-find.
2021-04-27 Boruch Baum <[email protected]>
* diredc.el (diredc--advice--shell-guess-fallback): Handle all
input options (emacs bug 48071)
(diredc-do-async-shell-command): Validate input (emacs bug 48072).
(diredc--advice--dired-read-shell-command): New advice, for
synchronous calls.
(diredc-mode): Use it.
(diredc--advice--dired-run-shell-command): Change regex.
2021-04-25 Boruch Baum <[email protected]>
* diredc.el (diredc-do-async-shell-command): Guarantee return to
correct diredc window.
2021-04-25 Boruch Baum <[email protected]>
* diredc.el (diredc-do-async-shell-command): New function.
(diredc--create-keymap): Set keybinding for it.
2021-04-24 Boruch Baum <[email protected]>
* diredc.el (diredc-wdired): Record state of dired-omit-mode
(diredc--advice--wdired-exit): Use it.
2021-04-24 Boruch Baum <[email protected]>
* diredc.el (diredc-trash-empty): clear minibuffer message upon
completeion.
2021-04-22 Boruch Baum <[email protected]>
* diredc.el (diredc-async-processes-are-persistent): New defcustom.
(diredc--advice--dired-run-shell-command): Use it.
(diredc-mode): Use the advice function.
2021-04-20 Boruch Baum <[email protected]>
* diredc.el (diredc-summary, diredc-key-assist)
(diredc-trash-key-assist): New help functions.
(diredc--create-keymap): Assign keybindings for them.
2021-04-20 Boruch Baum <[email protected]>
* diredc.el (diredc-hist--history-list): Add dired-omit-mode state
to history records.
(diredc--set-omit-mode): Inline function to set dired-omit-mode.
(diredc-hist--hook-function)
(diredc-hist--update-directory-history),
(diredc-hist--prune-deleted-directories)
(diredc-hist-previous-directory, diredc-hist-change-directory)
(diredc-hist-up-directory, diredc-hist-select)
(diredc-hist-duplicate, diredc-hist-find-file)
(diredc-hist-find-file-other-window)
(diredc-hist-find-alternate-file): Use them.
2021-04-20 Boruch Baum <[email protected]>
* diredc.el (diredc-hist-duplicate): Signal when no action to be
taken, remove unnecessary set-buffer operations.
2021-03-16 Boruch Baum <[email protected]>
* diredc.el (diredc-browse-tab, diredc-browse-backtab): New
composite functions to handle both tab-to-button and
tab-to-other-window navigation.
(diredc-browse--create-keymap): Use them.
(diredc-browse--exclude): Remove old navigation binding.
2021-03-15 Boruch Baum <[email protected]>
* diredc.el (diredc-browse--hook-function): Don't run hook when
evaluating customize-variable.
(diredc-browse--exclude): Add buttons to describe-variable,
customize-variable, and diredc-other-window.
(diredc-browse--button-describe-action)
(diredc-browse--button-return-action): Define actions for buttons created.
2021-03-14 Boruch Baum <[email protected]>
* diredc.el (diredc-browse-exclude-helper): Add mimetype support,
and exclusion rule for mimetype: binary.
(diredc-browse--exclude): Quote shell variables.
2021-03-12 Boruch Baum <[email protected]>
* diredc.el (diredc--show-more-file-info)
(diredc-show-more-file-info): Give user feedback when shut off.
2021-03-12 Boruch Baum <[email protected]>
* diredc.el (diredc-browse--hook-function): Control window when
maliciously deleted.
2021-03-12 Boruch Baum <[email protected]>
* diredc.el (diredc-browse-exclude-file-extensions): Add entries
for docx and db files.
(diredc-browse--exclude): Handle filenames with no extensions.
2021-03-12 Boruch Baum <[email protected]>
* diredc.el (diredc-browse--exclude): Update for Emacs 28
compatability: deprecating when-let*.
2021-03-11 Boruch Baum <[email protected]>
* diredc.el (diredc-browse-exclude-file-extensions)
(diredc-browse-exclude-coding-systems)
(diredc-browse-exclude-helper): New defcustoms.
(diredc--guess-decoding, diredc-browse--exclude)
(diredc-browse--hook-function): Use them.
(diredc-browse-mode): Describe new feature in docstring.
2021-03-11 Boruch Baum <[email protected]>
* diredc.el (diredc-shell-list): Correct defcustom.
2021-03-11 Boruch Baum <[email protected]>
* diredc.el (diredc-shell--bufwin): Redefine and make unused variable useful.
(diredc-shell-kill, diredc-shell): Use it, to return control to
parent window unpoin buffer being killed.
2021-01-12 Boruch Baum <[email protected]>
* diredc.el (diredc--advice--wdired-exit): Preserve
bonus-configuration options on all exits from wdired mode
(diredc--hook-function): Properly handle all exits from wdired mode.
2021-01-12 Boruch Baum <[email protected]>
* diredc.el (diredc-browse-mode): Ensure all data is cleaned upon
exiting mode, handle opening not being on file line.
(diredc-browse--hook-function): Handle gpg files and file insert
errors.
(diredc-exit): Ensure clean exit of diredc-browse-mode when
exiting diredc.
2021-01-12 Boruch Baum <[email protected]>
* diredc.el (diredc-browse--hook-function): Re-use the same single dired
browse buffer for all files, with `use insert-file-contents'
instead of find-file. Display an explanation for unviewable dired lines.
(diredc-browse-mode): Properly un-dedicate and re-dedicate window
on exiting mode.
(diredc-hist-change-directory, diredc-hist-up-directory)
(diredc-hist-select, diredc-hist-duplicate)
(diredc-hist-find-alternate-file): Improve dedication of window to
diredc.
2020-12-29 Boruch Baum <[email protected]>
* diredc.el (diredc-hist--prune-deleted-directories): Move
function in file.
(diredc--abort-on-directory-deleted)
(diredc--ask-on-directory-deleted): New functions.
(diredc-hist-change-directory, diredc-hist-up-directory)
(diredc-hist-duplicate, diredc-hist-find-alternate-file): Perform
diredc-hist--prune-deleted-directories.
(diredc-hist-up-directory, diredc-hist-duplicate)
(diredc-hist-find-alternate-file): Handle case of current
directory deleted.
(diredc-hist-up-directory): Improve method of navigating to parent
directories.
(diredc-wdired): New wrapper function to handle case of current
directory deleted.
(diredc--create-keymap): Use the new wrapper function.
* diredc.el (diredc-hist--history-list): BUGFIX default value.
(diredc-hist--hook-function): Property removal should be
unnecessary.
2020-12-28 Boruch Baum <[email protected]>
* diredc.el (diredc-hist--prune-deleted-directories): New function.
(diredc-hist-select, diredc-hist-previous-directory): Use it.
(diredc-hist-change-directory): Create non-existing directories
and move point to filename when a non-directory is specified.
2020-12-21 Boruch Baum <[email protected]>
* diredc.el (diredc): Don't autoload global keybinding (closes
github issue #6).
2020-12-18 Boruch Baum <[email protected]>
* diredc.el: Remove conditional global keybinding for function
diredc, rename variable dired-allow-duplicate-buffers to
diredc-allow-duplicate-buffers, update the documentation
accordingly.
2020-12-17 Boruch Baum <[email protected]>
* diredc.el (popup-menu*, diredc-browse-mode-map)
(diredc-trash-info, diredc-shell--launch-eshell)
(diredc--advice--dired-internal-noselect): definition changes in
order to avoid byte-compiler warnings.
2020-12-08 Boruch Baum <[email protected]>
* diredc.el (diredc--create-keymap): Change keybindings of
bookmark commands to use C-c + prefix
2020-12-06 Boruch Baum <[email protected]>
* diredc.el (diredc--create-keymap): Change keybinding of
diredc-show-more-info to C-c ?.
(diredc-mode-map): Change to defvar to allow user over-ride.
2020-11-09 Boruch Baum <[email protected]>
* diredc.el (diredc--decode-hexlated-string): Replace algortihm
with one based upon eww and Eli Zaretskii suggestion.
(diredc-hist-up-directory, diredc-recover): Rename dotimes
iterator to avoid compiler warnings.
2020-11-06 Boruch Baum <[email protected]>
(diredc--decode-hexlated-string): New function to handled unicode
and multibyte hexlated file names.
(diredc-trash-restore): Use the new function.
2020-11-06 Boruch Baum <[email protected]>
* diredc.el (diredc): Ensure focus for new frame.
2020-11-05 Michael Albinus <[email protected]>
* diredc.el (diredc-trash-restore): Unhexlate file restore paths
[partial fix to github issue #5]
2020-11-05 Boruch Baum <@gmx.com>
* diredc.el (diredc-trash-restore): Catch error in malformed
metadata.
2020-11-05 Shohei YOSHIDA <[email protected]>
* diredc.el, README.md: Fix typos
2020-11-05 Boruch Baum <[email protected]>
* diredc.el (diredc-browse--hook-function)
(diredc--file-name-at-point, diredc--show-more-file-info)
(diredc-exit, diredc): Remove unused VARs from condition-case
statements.
2020-11-04 Joost Kremers <[email protected]>
* diredc.el (diredc): Add autoload cookie.