aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-04-08 18:31:33 +0300
committerEli Zaretskii2011-04-08 18:31:33 +0300
commite3971c4440fc828326aaeec79d1a53638d67ed0f (patch)
tree1852d4441b5b192898e3639b5daaa1cf24cc41d8 /lisp/ChangeLog
parenta1de6c6a0558bc86a841b3ee4b61c237748bedc2 (diff)
downloademacs-e3971c4440fc828326aaeec79d1a53638d67ed0f.tar.gz
emacs-e3971c4440fc828326aaeec79d1a53638d67ed0f.zip
New function file-size-human-readable.
lisp/files.el (file-size-human-readable): New function. lisp/ls-lisp.el (ls-lisp-format-file-size): Use it, instead of computing the representation inline. Don't require `cl'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f06ca5bfaf9..6dfcbdbcdc7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12011-04-08 Eli Zaretskii <eliz@gnu.org>
2
3 * files.el (file-size-human-readable): New function.
4
5 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
6 computing the representation inline. Don't require `cl'.
7
12011-04-08 Glenn Morris <rgm@gnu.org> 82011-04-08 Glenn Morris <rgm@gnu.org>
2 9
3 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported. 10 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.