comparison lisp/ChangeLog @ 102732:febdeb5803fd

(archive-ar-summarize): Don't burp on special GNU extension entries for lookup tables or extended file name tables. Distinguish the internal and external name, so lookup is easier. (archive-ar-extract): Take advantage of more precise name. Preserve point.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 26 Mar 2009 01:19:50 +0000
parents 983c2b18a1c4
children c4853c1bf38c
comparison
equal deleted inserted replaced
102731:6673a663a72e 102732:febdeb5803fd
1 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
4 extension entries for lookup tables or extended file name tables.
5 Distinguish the internal and external name, so lookup is easier.
6 (archive-ar-extract): Take advantage of more precise name.
7 Preserve point.
8
1 2009-03-25 Chong Yidong <cyd@stupidchicken.com> 9 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
2 10
3 * play/bubbles.el (bubbles): Doc fix (Bug#2776). 11 * play/bubbles.el (bubbles): Doc fix (Bug#2776).
4 12
5 2009-03-25 Juanma Barranquero <lekktu@gmail.com> 13 2009-03-25 Juanma Barranquero <lekktu@gmail.com>
54 62
55 * vc.el (Todo): Add note on simplifying vc-register. 63 * vc.el (Todo): Add note on simplifying vc-register.
56 64
57 2009-03-21 Eli Zaretskii <eliz@gnu.org> 65 2009-03-21 Eli Zaretskii <eliz@gnu.org>
58 66
59 * eshell/em-ls.el (eshell-ls-dir): Call 67 * eshell/em-ls.el (eshell-ls-dir):
60 eshell-directory-files-and-attributes with additional argument 68 Call eshell-directory-files-and-attributes with additional argument
61 'integer or 'string, according to numeric-uid-gid. 69 'integer or 'string, according to numeric-uid-gid.
62 (eshell-ls-file): Don't convert UID and GID to strings, as 70 (eshell-ls-file): Don't convert UID and GID to strings, as
63 eshell-ls-dir already did. Enlarge max user-name string length to 71 eshell-ls-dir already did. Enlarge max user-name string length to
64 14 characters. 72 14 characters.
65 (eshell-do-ls): Fix the long name of the -L option. 73 (eshell-do-ls): Fix the long name of the -L option.
66 74
67 * eshell/esh-util.el (directory-files-and-attributes): Accept and 75 * eshell/esh-util.el (directory-files-and-attributes): Accept and
68 ignore additional optional argument id-format. 76 ignore additional optional argument id-format.
69 (eshell-directory-files-and-attributes): Call 77 (eshell-directory-files-and-attributes):
70 directory-files-and-attributes with additional argument id-format. 78 Call directory-files-and-attributes with additional argument id-format.
71 79
72 * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8. 80 * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
73 (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last 81 (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
74 argument nil. 82 argument nil.
75 83