comparison lisp/ChangeLog @ 95346:29a62a8c830b

Use buffer-swap-text to separate summary and raw data. (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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 27 May 2008 17:58:40 +0000
parents b4a9f05bf87b
children 8a8bad853798
comparison
equal deleted inserted replaced
95345:0350e5efb8f7 95346:29a62a8c830b
1 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
4 (tar-header-offset): Remove.
5 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
6 Not permanent any more.
7 (tar-data-buffer): New var.
8 (tar-data-swapped-p, tar-change-major-mode-hook)
9 (tar-mode-kill-buffer-hook): New funs.
10 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
11 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
12 (tar-clear-modification-flags, tar-alter-one-field)
13 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
14 Change accordingly.
15
1 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu> 16 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
2 17
3 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ... 18 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
4 (vc-dir-resynch-file): ... this. Update callers. 19 (vc-dir-resynch-file): ... this. Update callers.
5 Use vc-string-prefix-p. Ignore directory args. 20 Use vc-string-prefix-p. Ignore directory args.
6 (vc-string-prefix-p): CSE. 21 (vc-string-prefix-p): CSE.
7 (vc-resynch-buffer): Restore conditional. 22 (vc-resynch-buffer): Restore conditional.
8 23
9 * vc-hooks.el (vc-after-save): Improve test. 24 * vc-hooks.el (vc-after-save): Improve test.