diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 502cc2ff8c0..7eef2c80382 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2013-01-11 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * autorevert.el (top): Require 'cl in order to pacify byte compiler. | ||
| 4 | (auto-revert-notify-rm-watch): Ignore errors. | ||
| 5 | (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for | ||
| 6 | inotify, and '(size last-write-time) for w32notify. Set | ||
| 7 | buffer-local `auto-revert-use-notify' to nil when adding a file | ||
| 8 | watch fails - this is a fallback to the file modification check. | ||
| 9 | (auto-revert-notify-event-p, auto-revert-notify-event-descriptor) | ||
| 10 | (auto-revert-notify-event-action) | ||
| 11 | (auto-revert-notify-event-file-name): New defuns. | ||
| 12 | (auto-revert-notify-handler): Use them. Implement first | ||
| 13 | plausibility checks. | ||
| 14 | (auto-revert-handler): Handle also `auto-revert-tail-mode'. | ||
| 15 | |||
| 1 | 2013-01-11 Julien Danjou <julien@danjou.info> | 16 | 2013-01-11 Julien Danjou <julien@danjou.info> |
| 2 | 17 | ||
| 3 | * color.el (color-rgb-to-hsv): Fix conversion computing in case min and | 18 | * color.el (color-rgb-to-hsv): Fix conversion computing in case min and |