diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-04-08 Glenn Morris <rgm@gnu.org> | 8 | 2011-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. |