Mercurial > emacs
comparison lisp/ChangeLog @ 81721:59741e45a674
(auto-revert-tail-handler): Use inhibit-read-only.
Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
Use run-hooks rather than run-mode-hooks.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 06 Jul 2007 12:58:16 +0000 |
parents | 72f269f335c9 |
children | e98ada190411 |
comparison
equal
deleted
inserted
replaced
81720:72f269f335c9 | 81721:59741e45a674 |
---|---|
1 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only. | |
4 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>. | |
5 Use run-hooks rather than run-mode-hooks. | |
6 | |
1 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com> | 7 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com> |
2 | 8 |
3 * calc/calc-comb.el (math-random-digit): Rename to | 9 * calc/calc-comb.el (math-random-digit): Rename to |
4 `math-random-three-digit-number'. | 10 `math-random-three-digit-number'. |
5 (math-random-digits): Don't depend on representation of integer. | 11 (math-random-digits): Don't depend on representation of integer. |
14 | 20 |
15 * calc/calc.el (math-add-bignum): Replace number by constant. | 21 * calc/calc.el (math-add-bignum): Replace number by constant. |
16 | 22 |
17 2007-07-05 Chong Yidong <cyd@stupidchicken.com> | 23 2007-07-05 Chong Yidong <cyd@stupidchicken.com> |
18 | 24 |
19 * wid-edit.el (widget-documentation-string-value-create): Insert | 25 * wid-edit.el (widget-documentation-string-value-create): |
20 indentation spaces. | 26 Insert indentation spaces. |
21 | 27 |
22 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org> | 28 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org> |
23 | 29 |
24 * emacs-lisp/byte-opt.el: Revert last change. | 30 * emacs-lisp/byte-opt.el: Revert last change. |
25 | 31 |