diff options
| author | Joakim Verona | 2012-12-14 20:07:29 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-14 20:07:29 +0100 |
| commit | 8aa0aa3250da824ffc5afbd3a53568702e6a7fd3 (patch) | |
| tree | d68ea0aebbbd79d2c4dc31196ffa1f18446ff618 /lisp/ChangeLog | |
| parent | e5e863fa489e2241815f4707f62b24877b755086 (diff) | |
| parent | 97976f9f3fcf588535bf4afad71de92860bb2f8e (diff) | |
| download | emacs-8aa0aa3250da824ffc5afbd3a53568702e6a7fd3.tar.gz emacs-8aa0aa3250da824ffc5afbd3a53568702e6a7fd3.zip | |
auto upstream
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 |