diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1fc7b5d49ce..7c600ca7e6f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2013-01-25 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * autorevert.el (auto-revert-remote-files) | ||
| 4 | (auto-revert-notify-exclude-dir-regexp): New defcustoms. | ||
| 5 | (auto-revert-notify-enabled, auto-revert-use-notify) | ||
| 6 | (auto-revert-notify-watch-descriptor-hash-list) | ||
| 7 | (auto-revert-notify-modified-p, auto-revert-notify-event-p) | ||
| 8 | (auto-revert-notify-event-descriptor) | ||
| 9 | (auto-revert-notify-event-action) | ||
| 10 | (auto-revert-notify-event-file-name): Doc fix. | ||
| 11 | (global-auto-revert-mode): Reorder checks. | ||
| 12 | (auto-revert-notify-rm-watch): Respect changed values of | ||
| 13 | `auto-revert-notify-watch-descriptor-hash-list'. | ||
| 14 | (auto-revert-notify-add-watch): Check for | ||
| 15 | `auto-revert-notify-exclude-dir-regexp'. Adapt filters for | ||
| 16 | `inotify-add-watch'. Watch `default-directory' instead of | ||
| 17 | `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list' | ||
| 18 | has a changed meaning now. (Bug#13540) | ||
| 19 | (auto-revert-notify-handler): Change implementation wrt events | ||
| 20 | returning from a directory. | ||
| 21 | (auto-revert-handler): Reorder implementation for checks of remote | ||
| 22 | files. | ||
| 23 | (auto-revert-buffers): Fix parentheses error. | ||
| 24 | |||
| 1 | 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca> | 25 | 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca> |
| 2 | 26 | ||
| 3 | * progmodes/python.el: Enhancements to header documentation about | 27 | * progmodes/python.el: Enhancements to header documentation about |