aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorIvan Shmakov2015-01-27 21:25:56 +0000
committerIvan Shmakov2015-01-27 21:56:57 +0000
commita56eab8259568ea1389e972623e46359e73c0233 (patch)
tree9ab9bc4810a6543f0a6f51c1659c3c374c1751ab /etc
parentbd7a1e1564d04d7ea9c7f6587ffcf02ef8975512 (diff)
downloademacs-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/ChangeLog4
-rw-r--r--etc/NEWS4
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 @@
12015-01-27 Ivan Shmakov <ivan@siamics.net>
2
3 * NEWS: Mention the new tar-new-entry command. (Bug#19274)
4
12015-01-27 Thomas Fitzsimmons <fitzsim@fitzsim.org> 52015-01-27 Thomas Fitzsimmons <fitzsim@fitzsim.org>
2 6
3 * NEWS: Document EUDC improvements. 7 * NEWS: Document EUDC improvements.
diff --git a/etc/NEWS b/etc/NEWS
index 755277854b7..4b0a268d8f2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -527,6 +527,10 @@ to avoid interfering with the kill ring.
527allow overriding the regular expression that recognizes the ldapsearch 527allow overriding the regular expression that recognizes the ldapsearch
528command line's password prompt. 528command line's password prompt.
529 529
530+++
531** tar-mode: new `tar-new-entry' command, allowing for new members to
532be added to the archive.
533
530** Obsolete packages 534** Obsolete packages
531 535
532--- 536---