aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-01-12 00:04:04 +0100
committerJoakim Verona2013-01-12 00:04:04 +0100
commitc655adbbab4baf73b652c86dcc53a2fc049ea7a5 (patch)
treeb3198033222acb2c309652a0e11590f109d037c6 /lisp/ChangeLog
parent26f277ba01010776e63623d446f182f5b6f23dd3 (diff)
parentc88be99696aa39e3aed1e32ada7bf6e0cc472c90 (diff)
downloademacs-c655adbbab4baf73b652c86dcc53a2fc049ea7a5.tar.gz
emacs-c655adbbab4baf73b652c86dcc53a2fc049ea7a5.zip
auto upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog31
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 @@
12013-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
162013-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
222013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
23
24 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
25
262013-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
12013-01-10 Michael Albinus <michael.albinus@gmx.de> 322013-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.