Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-11-05
| ||
07:20 | Alter behaviour of #'vco-diff (‘=’ in status buffer); display diff buffer (rather than popping to it). Leaf check-in: fd4ee58989 user: sebyte tags: vco | |
2024-10-27
| ||
12:14 | Update file commentary. Leaf check-in: 640db56557 user: sebyte tags: sod | |
2024-09-08
| ||
09:24 | *** No message *** Leaf check-in: 19fb854d5b user: sebyte tags: esteem | |
2024-07-30
| ||
07:45 | Reimplement using #'sod-payload-run-with-plain-output-buffer. check-in: ab76328ec3 user: sebyte tags: sod | |
2024-06-24
| ||
15:02 | Discard misconceived macro vco-with-silent-mods-and-no-undo and add new function #'vco-status-buffer-create which disables undo in newly created status buffers. check-in: 3debd3f2e0 user: sebyte tags: vco | |
2024-06-23
| ||
05:49 | Improve commentary. check-in: ee2b17b26d user: sebyte tags: vco | |
2024-06-05
| ||
15:29 | Modify #'vco-assemble-command; employ #'funcall on symbols which satisfy #'fboundp. Modify #'vco-message-do-action-or-kill-process; employ #'symbol-value rather than #'eval. Modify #'vco-message-file-name; employ #'expand-file-name on file name string. check-in: 936acc794f user: sebyte tags: vco | |
15:24 | *** No message *** Leaf check-in: d7c78bb78b user: sebyte tags: util | |
15:24 | *** No message *** Leaf check-in: 56c3fce955 user: sebyte tags: trunk | |
15:23 | *** No message *** check-in: 7b6af138ce user: sebyte tags: sod | |
15:23 | *** No message *** Leaf check-in: b297a09486 user: sebyte tags: ifi | |
15:23 | *** No message *** check-in: 3d9d06503a user: sebyte tags: esteem | |
10:46 | Alter default value of vco-message-file-name. Fix #'vco-message-diff; set default-directory. check-in: 16110e211f user: sebyte tags: vco | |
2024-06-04
| ||
17:04 | Alter default value of vco-message-file-name. Fix #'vco-message-diff; set default-directory. check-in: e042cc4ae1 user: sebyte tags: vco | |
10:03 | Alter default value of vco-message-file-name. Fix #'vco-message-diff; set default-directory. check-in: 92475de7aa user: sebyte tags: vco | |
2024-02-25
| ||
09:45 | Add changes to the output of loaddefs-generate-batch. check-in: b0dafe6d16 user: sebyte tags: esteem | |
2024-01-18
| ||
12:57 | *** No message *** check-in: 46484d82bc user: sebyte tags: ifi | |
2023-12-12
| ||
11:31 | Add function sod-visit-definition-file-other-window. check-in: 6f624ca201 user: sebyte tags: sod | |
09:58 | Rename special variables sod-directory sod-rundir & sod-payload-process-default-directory sod-payload-rundir. Replace ‘start-process’ in function names with ‘run’. Add functions sod-payload-write-conf-file-noclobber & sod-payload-rotate-conf-file-create. Simplify a number of docstrings. check-in: 4c8f583881 user: sebyte tags: sod | |
2023-12-07
| ||
11:07 | Discard use of #'file-truename. Add function #'esteem-abbrev-dir and employ throughout. Change style of commentary/sectioning. Refer to ‘user options’ in commentary (rather than ‘user-customisable variables’). check-in: ff506f1048 user: sebyte tags: esteem | |
2023-12-05
| ||
14:49 | Fix problems with the newly added ‘single checkout’ feature. check-in: 875d88d5a4 user: sebyte tags: vco | |
2023-11-29
| ||
18:08 | Alter style of file commentary and section delimiter. Add new section ‘Find/visit Mashfiles with ease’ comprising of two commands; #'mashfile & #'mashfile-fresh-search. check-in: 513bcc4019 user: sebyte tags: util | |
2023-11-26
| ||
10:49 | Convert alias 'vco to command #'vco (which pops to an existing status buffer, rather than calling #'vco-status every time). Add command #'vco-choose-one (with suggested global keybinding ‘C-x v c’. This means modifying #'vco-update-buffer to accept an optional directory argument and call the newly introduced #'vco-chosen-checkout. Also modify #'vco-choose-selection to accept an additional, optional directory argument (which it passes to #'vco-update-buffer). check-in: d3095c194a user: sebyte tags: vco | |
2023-11-21
| ||
22:30 | Overhaul. check-in: 52459842ce user: sebyte tags: trunk | |
2023-11-16
| ||
10:07 | Reintroduce #'vco-dired (bound to ‘d’). check-in: 007d6db6ec user: sebyte tags: vco | |
09:51 | Modify #'vco-assemble-command; employ #'read-shell-command (for its file name completion) and replace use of #'eval with #'symbol-value. Ensure default-directory is correctly let-bound before calling #'vco-assemble-command. check-in: 1898aa2347 user: sebyte tags: vco | |
08:35 | Rename #'vco-diff-assembly & #'vco-log-assembly #'vco-diff-do-assembly & #'vco-log-do-assembly, respectively. check-in: 6610173606 user: sebyte tags: vco | |
2023-11-15
| ||
18:40 | Fix regression affecting #'vco-log-assembly. check-in: c0c47e50c0 user: sebyte tags: vco | |
2023-11-14
| ||
14:30 | Discard redundant auxilliary params. check-in: 17f1bff9e6 user: sebyte tags: vco | |
08:20 | Modify #'vco-elide-checkout; position point correctly when eliding the final checkout in the status buffer. Modify #'vco-update-status; handle a call when there is no checkout under point. check-in: 91f305a8a7 user: sebyte tags: vco | |
2023-11-13
| ||
10:11 | Fix two more recently introduced regressions. check-in: 996660bf85 user: sebyte tags: vco | |
09:18 | Employ #'read-char (rather than #'completing-read) in #'vco-choose-selection. check-in: 96beeb31f5 user: sebyte tags: vco | |
09:01 | Remove superfluous parenthesis. check-in: 44ffae5d72 user: sebyte tags: vco | |
08:48 | *** No message *** check-in: c145c5a8ce user: sebyte tags: vco | |
08:47 | Fix regression in #'vco-diff and #'vco-diff-assembly. check-in: c2a1fe8491 user: sebyte tags: vco | |
2023-11-12
| ||
09:15 | For user convenience, remember point and search from the top. Convert #'vco-status into an interactive command and #'vco into an alias for the former. check-in: 26646f4ec9 user: sebyte tags: vco | |
2023-11-11
| ||
10:34 | Overhaul code layout and introduce separate keybindings for operations on the set of marked files. check-in: a5540614b6 user: sebyte tags: vco | |
2023-11-08
| ||
14:03 | Add SVN’s ‘--depth=empty’ switch to commands commit, add & revert. check-in: 27cc56375d user: sebyte tags: vco | |
2023-11-07
| ||
09:57 | Add missing closing parenthesis. check-in: cafe076024 user: sebyte tags: ifi | |
2023-11-05
| ||
17:28 | Ignore vco-msg.txt. check-in: 3d1c6c9250 user: sebyte tags: util | |
17:28 | Employ modern Emacs Lisp dialect (with lexical binding) and deal with the extra compiler warnings. Also discard use of deprecated millisecond argument to #'sleep-for. check-in: 503ae0101a user: sebyte tags: util | |
17:20 | Discard use of deprecated millisecond argument to #'sleep-for. check-in: 8c14e39245 user: sebyte tags: ifi | |
17:13 | Give esteem-fallback-folder-list the correct defcustom type. check-in: 6eed60e648 user: sebyte tags: esteem | |
10:32 | Autoload #'vco-status (as well as #'vco). check-in: b93a863f1b user: sebyte tags: vco | |
2023-11-04
| ||
21:09 | Comment out/disable command vco-update-all. check-in: 9a6d815a19 user: sebyte tags: vco | |
17:05 | Ignore property conflicts. check-in: b5c7286bff user: sebyte tags: vco | |
10:18 | Remove the generated *-autoloads.el file each time before rebuilding it. Improve commentary. check-in: 91159bb34a user: sebyte tags: trunk | |
10:16 | Ignore vco-msg.txt. check-in: a4d31d5d0d user: sebyte tags: esteem | |
2023-11-01
| ||
13:04 | Remove brain-dead inclusion of call to #'esteem-mode (and its autoload cookie). check-in: 646a9082b6 user: sebyte tags: esteem | |
10:58 | Add #'vco-briefly-strip-header-line-time and employ in #'vco-status. Modify #'vco-soft-refresh-status; add a simple minibuffer message. check-in: 0cf2a18307 user: sebyte tags: vco | |