diff options
| author | Ivan Shmakov | 2015-01-27 21:25:56 +0000 |
|---|---|---|
| committer | Ivan Shmakov | 2015-01-27 21:56:57 +0000 |
| commit | a56eab8259568ea1389e972623e46359e73c0233 (patch) | |
| tree | 9ab9bc4810a6543f0a6f51c1659c3c374c1751ab /etc | |
| parent | bd7a1e1564d04d7ea9c7f6587ffcf02ef8975512 (diff) | |
| download | emacs-a56eab8259568ea1389e972623e46359e73c0233.tar.gz emacs-a56eab8259568ea1389e972623e46359e73c0233.zip | |
Allow for adding new members to Tar archives.
* lisp/tar-mode.el: Allow for adding new archive members.
(tar-new-regular-file-header, tar--pad-to, tar--put-at)
(tar-header-serialize): New functions.
(tar-current-position): Split from tar-current-descriptor.
(tar-current-descriptor): Use it.
(tar-new-entry): New command.
(tar-mode-map): Bind it.
* doc/emacs/files.texi (File Archives): Document "I" for tar-new-entry.
* etc/NEWS: Mention the new tar-new-entry command.
Fixes: debbugs:19274
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index b31e8a99383..0677e441b83 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-01-27 Ivan Shmakov <ivan@siamics.net> | ||
| 2 | |||
| 3 | * NEWS: Mention the new tar-new-entry command. (Bug#19274) | ||
| 4 | |||
| 1 | 2015-01-27 Thomas Fitzsimmons <fitzsim@fitzsim.org> | 5 | 2015-01-27 Thomas Fitzsimmons <fitzsim@fitzsim.org> |
| 2 | 6 | ||
| 3 | * NEWS: Document EUDC improvements. | 7 | * NEWS: Document EUDC improvements. |
| @@ -527,6 +527,10 @@ to avoid interfering with the kill ring. | |||
| 527 | allow overriding the regular expression that recognizes the ldapsearch | 527 | allow overriding the regular expression that recognizes the ldapsearch |
| 528 | command line's password prompt. | 528 | command line's password prompt. |
| 529 | 529 | ||
| 530 | +++ | ||
| 531 | ** tar-mode: new `tar-new-entry' command, allowing for new members to | ||
| 532 | be added to the archive. | ||
| 533 | |||
| 530 | ** Obsolete packages | 534 | ** Obsolete packages |
| 531 | 535 | ||
| 532 | --- | 536 | --- |