aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 45596d45439..a0b16ac7e17 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,22 @@
12008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * tar-mode.el (tar-header): New field `header-start'.
4 (tar-header-block-tokenize): Set it when useful.
5 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
6 (tar-header-data-end): New function.
7 (tar-summarize-buffer): Use it.
8 (tar-next-line): Fix goal column for long usernames.
9 (tar-expunge-internal): Use header-start.
10 (tar-rename-entry): Handle ustar-style long names.
11 (tar-alter-one-field): Add optional `descriptor' argument.
12 (tar-subfile-save-buffer): Use it.
13
12008-05-28 Stefan Monnier <monnier@iro.umontreal.ca> 142008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 15
16 * tar-mode.el (tar-header): New field `header-start'.
17 (tar-header-block-tokenize): Set header-start for longlink entries.
18 (tar-expunge-internal): Use header-start to expunge longlink entries.
19
3 * files.el (hack-local-variables): Don't signal an error if the local 20 * files.el (hack-local-variables): Don't signal an error if the local
4 variable section is not properly terminated. 21 variable section is not properly terminated.
5 22