diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75387673f76..15cdb5cb879 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix permissions bugs with setgid directories etc. (Bug#13125) | ||
| 4 | * files.el (backup-buffer): Don't rely on 9th output of | ||
| 5 | file-attributes, as it's now a placeholder. Instead, use the new | ||
| 6 | optional arg of file-ownership-preserved-p. | ||
| 7 | (file-ownership-preserved-p): New optional arg GROUP. | ||
| 8 | Fix mishandling of setuid directories that would cause this | ||
| 9 | function to return t when it should have returned nil. | ||
| 10 | Document what happens if the file does not exist, and when | ||
| 11 | it's not known whether the ownership will be preserved. | ||
| 12 | * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p): | ||
| 13 | Likewise. | ||
| 14 | (tramp-get-local-gid): Use group-gid for integer, as that's | ||
| 15 | faster and more reliable. | ||
| 16 | |||
| 1 | 2012-12-14 Julien Danjou <julien@danjou.info> | 17 | 2012-12-14 Julien Danjou <julien@danjou.info> |
| 2 | 18 | ||
| 3 | * progmodes/sql.el (sql-mode-postgres-font-lock-keywords): Update | 19 | * progmodes/sql.el (sql-mode-postgres-font-lock-keywords): Update |