aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-10-22 16:17:29 +0000
committerEli Zaretskii2001-10-22 16:17:29 +0000
commit202082d3896e4a31fdf9ca9fec66b2872bd0e4cc (patch)
tree13bd880a3152e1fef6eff4dc6bde457b0ecc5a54
parentb704d54b9205c1e3e669de1e81dd163b60146569 (diff)
downloademacs-202082d3896e4a31fdf9ca9fec66b2872bd0e4cc.tar.gz
emacs-202082d3896e4a31fdf9ca9fec66b2872bd0e4cc.zip
Document changes in file-name-sans-extension and file-name-extension.
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 96ad3597cb9..652f8728c02 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -78,6 +78,11 @@ SQL buffer.
78 78
79* Lisp Changes in Emacs 21.2 79* Lisp Changes in Emacs 21.2
80 80
81+++
82** Functions `file-name-sans-extension' and `file-name-extension' now
83ignore the leading dots in file names, so that file names such as
84`.emacs' are treated as extensionless.
85
81** Functions `user-uid' and `user-real-uid' now return floats if the 86** Functions `user-uid' and `user-real-uid' now return floats if the
82user UID doesn't fit in a Lisp integer. Function `user-full-name' 87user UID doesn't fit in a Lisp integer. Function `user-full-name'
83accepts a float as UID parameter. 88accepts a float as UID parameter.