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 /lisp/ChangeLog | |
| 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 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
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 @@ | |||
| 1 | 2015-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 | |||
| 1 | 2015-01-27 Sam Steingold <sds@gnu.org> | 11 | 2015-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 |