| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
(icomplete-prospects-height): New var.
(icomplete-completions): Use it.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(tar-header-block-tokenize): Set it when useful.
Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
(tar-header-data-end): New function.
(tar-summarize-buffer): Use it.
(tar-next-line): Fix goal column for long usernames.
(tar-expunge-internal): Use header-start.
(tar-rename-entry): Handle ustar-style long names.
(tar-alter-one-field): Add optional `descriptor' argument.
(tar-subfile-save-buffer): Use it.
|
|
|
|
| |
variable section is not properly terminated.
|
|
|
|
|
| |
Move the duplicate-generation outside of the caching so it also works
for identical entries.
|
|
|
|
|
|
|
|
|
| |
(tar-mode): Use write-region-annotate-functions rather than
write-contents-functions.
(tar-extract): Remove unused var `pos'.
(tar-subfile-save-buffer): Remove unused var `following-descs'.
(tar-mode-write-file): Remove.
(tar-write-region-annotate): New function.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* shadowfile.el (shadow-copy-file):
* arc-mode.el (archive-*-write-file-member):
* files.el (diff-buffer-with-file):
* subr.el (with-temp-file): Pass nil to write-region.
* jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
|
| |
|
|
|
|
|
|
| |
calling build_annotations.
* lisp/files.el (basic-save-buffer-2): Pass nil rather than (point-min)
to write-region.
|
|
|
|
| |
implementations of echo.
|
|
|
|
| |
Don't assume selection-coding-system is always defined.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(tar-setf): Remove.
(tar-header): Use defstruct. Add `data-start' field.
(make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
(tar-desc-data-start): Remove (now called tar-header-data-start).
(tar-roundup-512): New fun.
(tar-header-block-tokenize): Receive a buffer position rather than
a string. Handle @longLink here, be more careful about it.
Create a marker for data-start.
(tar-summarize-buffer): Don't handle @LongLink here any more.
(tar-expunge-internal, tar-subfile-save-buffer): Don't update
data-start on the following entries any more.
(tar-chown-entry, tar-chgrp-entry): Use read-number.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(tar-header-offset): Remove.
(tar-parse-info, tar-header-offset, tar-file-name-coding-system):
Not permanent any more.
(tar-data-buffer): New var.
(tar-data-swapped-p, tar-change-major-mode-hook)
(tar-mode-kill-buffer-hook): New funs.
(tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
(tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
(tar-clear-modification-flags, tar-alter-one-field)
(tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
Change accordingly.
|
|
|
|
|
|
|
|
|
|
| |
(vc-dir-resynch-file): ... this. Update callers.
Use vc-string-prefix-p. Ignore directory args.
(vc-string-prefix-p): CSE.
(vc-resynch-buffer): Restore conditional.
* vc-hooks.el (vc-after-save): Improve test.
(vc-mode-line): Fix indentation.
|
| |
|
|
|
|
| |
(parse-time-weekdays): Add long-form month and day names.
|
| |
|
|
|
|
| |
(vc-dir-parent-marked-p): Use it.
|
| |
|
|
|
|
|
|
| |
working older version.
(vc-next-action): Use the new form of vc-deduce-fileset. Fix
dealing with unregistered files.
|
|
|
|
|
| |
(vc-dir-headers): Align labels.
(vc-default-status-printer): Do no call prettify-state-info.
|
|
|
|
|
|
|
| |
(vc-dir-show-fileentry): Fix docstring.
(vc-dir-refresh): Use vc-dir-backend. Fix docstring.
(vc-dir-refresh-files): Use vc-dir-backend. Fix docstring. Reset
the state for directories.
|
|
|
|
|
|
| |
from the list. Add Bytes, X-Campaignid, X-Country-Chain,
X-Declude-, X-fmx-, X-Identity, X-Mailer_, X-pair-, X-SPF-,
X-Usenet-Provider.
|
|
|
|
| |
(vc-expand-dirs): Avoid returning directories.
|
| |
|
|
|
|
|
|
|
| |
(vc-dir-node-directory): New function.
(vc-dir-update, vc-dir-parent-marked-p)
(vc-dir-children-marked-p, vc-dir-mark-all-files)
(vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
|
|
|
|
| |
* vc-dispatcher.el (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
|
| |
|
|
|
|
|
|
|
| |
(diff-font-lock-keywords, diff-context->unified)
(diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
(diff-hunk-text, diff-find-source-location): Use it.
(diff-post-command-hook): Let the user edit the hunk headers.
|
|
|
|
| |
unknown state.
|
| |
|
|
|
|
| |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1180
|
|\
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1179
|
| |
| |
| |
| | |
(diary-hebrew-yahrzeit): Use diary-ordinal-suffix.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
if c-file-style is set to a non-string
(c-neutralize-CPP-line): Surround by `save-excursion'.
(c-neutralize-syntax-in-CPP): Optimize for speed.
|
| | |
|
| |
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1178
|
| | |
|
| | |
|
| |
| |
| |
| | |
and `previous-line' from Lisp code.
|
| |
| |
| |
| | |
(diary-hebrew-yahrzeit): Use diary-ordinal-suffix.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
edebug-save-windows, edebug-save-displayed-buffer-points, edebug-initial-mode,
edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro,
edebug-print-length, edebug-print-level, edebug-print-circle,
edebug-unwrap-results, edebug-on-error, edebug-on-quit,
edebug-global-break-condition, edebug-sit-for-seconds):
Remove spurious * from defcustom docstrings.
(edebug-unwrap*, edebug-signal, edebug-eval-display):
Improve argument/docstring consistency.
(edebug-test-coverage, edebug-gensym, edebug-read, edebug-top-level-nonstop,
edebug-eval-result-list, edebug-eval-redisplay, edebug-trace):
Fix typos in docstring.
(edebug-eval-defun, edebug-eval-top-level-form, edebug,
edebug-display-freq-count): Reflow docstrings.
(edebug-restore-status): Doc fix.
|
| |
| |
| |
| |
| | |
rather than computing the corresponding position manually.
(proced-update): Don't hardcode point-min==1.
|
| | |
|
| | |
|
| | |
|