aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorIvan Shmakov2015-01-27 21:25:56 +0000
committerIvan Shmakov2015-01-27 21:56:57 +0000
commita56eab8259568ea1389e972623e46359e73c0233 (patch)
tree9ab9bc4810a6543f0a6f51c1659c3c374c1751ab /lisp/ChangeLog
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 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 80dfeef3750..182d7705bb6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12015-01-27 Ivan Shmakov <ivan@siamics.net>
2
3 * tar-mode.el: Allow for adding new archive members. (Bug#19274)
4 (tar-new-regular-file-header, tar--pad-to, tar--put-at)
5 (tar-header-serialize): New functions.
6 (tar-current-position): Split from tar-current-descriptor.
7 (tar-current-descriptor): Use it.
8 (tar-new-entry): New command.
9 (tar-mode-map): Bind it.
10
12015-01-27 Sam Steingold <sds@gnu.org> 112015-01-27 Sam Steingold <sds@gnu.org>
2 12
3 * progmodes/python.el (python-check-custom-command): Buffer local 13 * progmodes/python.el (python-check-custom-command): Buffer local