aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a35c51b8555..ff80763f351 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix permissions bugs with setgid directories etc. (Bug#13125)
4 * dired.c (Ffile_attributes): Return t as the 9th attribute,
5 to mark it as a placeholder. The old value was often wrong.
6 The only user of this attribute has been changed to use
7 file-ownership-preserved-p instead, with its new group arg.
8 * editfns.c (Fgroup_gid, Fgroup_real_gid): New functions.
9
12012-12-14 Stefan Monnier <monnier@iro.umontreal.ca> 102012-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * xdisp.c (select_frame_for_redisplay, display_mode_lines): 12 * xdisp.c (select_frame_for_redisplay, display_mode_lines):