comparison lisp/ChangeLog @ 102525:438d27553e81

(tar-header-block-tokenize): Presume less, check more. (tar-summarize-buffer): Don't silently skip incomplete headers. (tar-mode): Revert to fundamental-mode in case of malformed tar data. (tar-extract): Try to make sure set-auto-mode doesn't mistakenly treat a tar file member as being a tar file itself, just because its own filename includes the parent tar file's.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 13 Mar 2009 15:37:03 +0000
parents 66b0cc830a26
children bd6dbfa9026f
comparison
equal deleted inserted replaced
102524:cec89dff31fa 102525:438d27553e81
1 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
4 (tar-summarize-buffer): Don't silently skip incomplete headers.
5 (tar-mode): Revert to fundamental-mode in case of malformed tar data.
6 (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
7 treat a tar file member as being a tar file itself, just because
8 its own filename includes the parent tar file's.
9
1 2009-03-13 Kenichi Handa <handa@m17n.org> 10 2009-03-13 Kenichi Handa <handa@m17n.org>
2 11
3 * international/mule-diag.el (print-fontset): Handling of the 12 * international/mule-diag.el (print-fontset): Handling of the
4 argument FONTSET changed for consistency. Reorder the printed 13 argument FONTSET changed for consistency. Reorder the printed
5 information to match with the font searching strategy. 14 information to match with the font searching strategy.