diff options
| author | Joakim Verona | 2012-12-17 17:01:39 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-17 17:01:39 +0100 |
| commit | ea1a68e137b3471f4007661463eb8482eab58fa0 (patch) | |
| tree | 0c4b504c6bed57c091f2ac91b726f225fb5e3ef2 | |
| parent | 78bcaa2ae880d3e2d6f8e476f332ce7c792a2e6e (diff) | |
| parent | 191562422a2d6d54214e24c349a471ac21ebf178 (diff) | |
| download | emacs-ea1a68e137b3471f4007661463eb8482eab58fa0.tar.gz emacs-ea1a68e137b3471f4007661463eb8482eab58fa0.zip | |
auto upstream
| -rw-r--r-- | lisp/ChangeLog | 42 | ||||
| -rw-r--r-- | lisp/files.el | 2 |
2 files changed, 24 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26570fc7e90..464ff7e084a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-12-17 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * files.el (auto-save-file-name-p): Use \` and \' (bug#13186). | ||
| 4 | |||
| 1 | 2012-12-17 Michael Albinus <michael.albinus@gmx.de> | 5 | 2012-12-17 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | Add support for preserving ACL entries of files. | 7 | Add support for preserving ACL entries of files. |
| @@ -5,34 +9,34 @@ | |||
| 5 | * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and | 9 | * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and |
| 6 | `set-file-acl' handlers. | 10 | `set-file-acl' handlers. |
| 7 | 11 | ||
| 8 | * net/tramp-adb.el (tramp-adb-handle-copy-file): Handle | 12 | * net/tramp-adb.el (tramp-adb-handle-copy-file): |
| 9 | PRESERVE-EXTENDED-ATTRIBUTES. | 13 | Handle PRESERVE-EXTENDED-ATTRIBUTES. |
| 10 | 14 | ||
| 11 | * net/tramp-compat.el (tramp-compat-copy-file): Handle | 15 | * net/tramp-compat.el (tramp-compat-copy-file): |
| 12 | PRESERVE-EXTENDED-ATTRIBUTES. | 16 | Handle PRESERVE-EXTENDED-ATTRIBUTES. |
| 13 | 17 | ||
| 14 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add | 18 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): |
| 15 | `file-acl' and `set-file-acl' handlers. | 19 | Add `file-acl' and `set-file-acl' handlers. |
| 16 | (tramp-gvfs-handle-copy-file): Handle | 20 | (tramp-gvfs-handle-copy-file): |
| 17 | PRESERVE-EXTENDED-ATTRIBUTES. | 21 | Handle PRESERVE-EXTENDED-ATTRIBUTES. |
| 18 | (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl): New | 22 | (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl): |
| 19 | defuns. | 23 | New defuns. |
| 20 | 24 | ||
| 21 | * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add | 25 | * net/tramp-sh.el (tramp-sh-file-name-handler-alist): |
| 22 | `file-acl' and `set-file-acl' handlers. | 26 | Add `file-acl' and `set-file-acl' handlers. |
| 23 | (tramp-remote-acl-p, tramp-sh-handle-file-acl) | 27 | (tramp-remote-acl-p, tramp-sh-handle-file-acl) |
| 24 | (tramp-sh-handle-set-file-acl): New defuns. | 28 | (tramp-sh-handle-set-file-acl): New defuns. |
| 25 | (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file): Handle | 29 | (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file): |
| 26 | PRESERVE-EXTENDED-ATTRIBUTES. | 30 | Handle PRESERVE-EXTENDED-ATTRIBUTES. |
| 27 | 31 | ||
| 28 | * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add | 32 | * net/tramp-smb.el (tramp-smb-file-name-handler-alist): |
| 29 | `file-acl' and `set-file-acl' handlers. | 33 | Add `file-acl' and `set-file-acl' handlers. |
| 30 | (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES. | 34 | (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES. |
| 31 | 35 | ||
| 32 | 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change) | 36 | 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change) |
| 33 | 37 | ||
| 34 | * help-macro.el (make-help-screen): Instead of switch-to-buffer | 38 | * help-macro.el (make-help-screen): Instead of switch-to-buffer |
| 35 | use pop-to-buffer with NORECORD argument t. As buffer name use | 39 | use pop-to-buffer with NORECORD argument t. As buffer name, use |
| 36 | *Metahelp* with a leading space (Bug#13190). | 40 | *Metahelp* with a leading space (Bug#13190). |
| 37 | 41 | ||
| 38 | 2012-12-16 Romain Francoise <romain@orebokech.com> | 42 | 2012-12-16 Romain Francoise <romain@orebokech.com> |
| @@ -101,8 +105,8 @@ | |||
| 101 | 105 | ||
| 102 | 2012-12-14 Julien Danjou <julien@danjou.info> | 106 | 2012-12-14 Julien Danjou <julien@danjou.info> |
| 103 | 107 | ||
| 104 | * progmodes/sql.el (sql-mode-postgres-font-lock-keywords): Update | 108 | * progmodes/sql.el (sql-mode-postgres-font-lock-keywords): |
| 105 | keywords list, data type and PL/pgSQL. | 109 | Update keywords list, data type and PL/pgSQL. |
| 106 | 110 | ||
| 107 | 2012-12-14 Dave Abrahams <dave@boostpro.com> | 111 | 2012-12-14 Dave Abrahams <dave@boostpro.com> |
| 108 | 112 | ||
diff --git a/lisp/files.el b/lisp/files.el index 3f29468e2d1..f076530fbc8 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -5717,7 +5717,7 @@ See also `auto-save-file-name-p'." | |||
| 5717 | (defun auto-save-file-name-p (filename) | 5717 | (defun auto-save-file-name-p (filename) |
| 5718 | "Return non-nil if FILENAME can be yielded by `make-auto-save-file-name'. | 5718 | "Return non-nil if FILENAME can be yielded by `make-auto-save-file-name'. |
| 5719 | FILENAME should lack slashes. You can redefine this for customization." | 5719 | FILENAME should lack slashes. You can redefine this for customization." |
| 5720 | (string-match "^#.*#$" filename)) | 5720 | (string-match "\\`#.*#\\'" filename)) |
| 5721 | 5721 | ||
| 5722 | (defun wildcard-to-regexp (wildcard) | 5722 | (defun wildcard-to-regexp (wildcard) |
| 5723 | "Given a shell file name pattern WILDCARD, return an equivalent regexp. | 5723 | "Given a shell file name pattern WILDCARD, return an equivalent regexp. |