Mercurial > emacs
changeset 98833:60bc225a0b8c
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 18 Oct 2008 17:58:25 +0000 |
parents | 9cdcd3e7153b |
children | 08f66a1134d9 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Oct 18 17:55:02 2008 +0000 +++ b/etc/NEWS Sat Oct 18 17:58:25 2008 +0000 @@ -501,6 +501,10 @@ *** The new commands `pp-macroexpand-expression' and `pp-macroexpand-last-sexp' pretty-print macro expansions. +*** The new command `set-file-modes' allows to set file's mode bits. +The mode bits can be specified in symbolic notation, like with GNU +Coreutils, in addition to an octal number. + * New Modes and Packages in Emacs 23.1 @@ -1305,6 +1309,7 @@ ** File handling changes ++++ *** set-file-modes is now interactive and can take the mode value in symbolic notation thanks to auxiliary functions.