diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d4566a91a6..7eef2c80382 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 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 | |||
| 16 | 2013-01-11 Julien Danjou <julien@danjou.info> | ||
| 17 | |||
| 18 | * color.el (color-rgb-to-hsv): Fix conversion computing in case min and | ||
| 19 | max are almost equal. Also return the correct value for V which is | ||
| 20 | already between 0 and 1. | ||
| 21 | |||
| 22 | 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 23 | |||
| 24 | * emacs-lisp/ert.el (ert-run-test): Use point-max-marker. | ||
| 25 | |||
| 26 | 2013-01-11 Eli Zaretskii <eliz@gnu.org> | ||
| 27 | |||
| 28 | * autorevert.el (auto-revert-notify-rm-watch) | ||
| 29 | (auto-revert-notify-add-watch): Fix typos in w32notify function | ||
| 30 | names. | ||
| 31 | |||
| 1 | 2013-01-10 Michael Albinus <michael.albinus@gmx.de> | 32 | 2013-01-10 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 33 | ||
| 3 | * autorevert.el (auto-revert-notify-enabled): Move up. | 34 | * autorevert.el (auto-revert-notify-enabled): Move up. |