diff options
| author | Glenn Morris | 2010-10-02 18:18:35 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-02 18:18:35 -0700 |
| commit | 39f9da30e9ddc652496faf8eaa561a427946744f (patch) | |
| tree | a9ab35fef3db6618fcba3d3b367847939ac5ccad | |
| parent | 58ff7eb1527a999044bbd99a07e372e7d442ca7a (diff) | |
| download | emacs-39f9da30e9ddc652496faf8eaa561a427946744f.tar.gz emacs-39f9da30e9ddc652496faf8eaa561a427946744f.zip | |
Add missing ChangeLog entry for r1.146 of lispref/text.texi.
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4302da5aa27..2aca9fce5bf 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -2325,6 +2325,12 @@ | |||
| 2325 | 2325 | ||
| 2326 | * display.texi (Images): Delete redundant @findex. | 2326 | * display.texi (Images): Delete redundant @findex. |
| 2327 | 2327 | ||
| 2328 | 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2329 | |||
| 2330 | * text.texi (Change Hooks): (after|before)-change-functions are no | ||
| 2331 | longer bound to nil while running; rather inhibit-modification-hooks | ||
| 2332 | is t. | ||
| 2333 | |||
| 2328 | 2007-08-16 Richard Stallman <rms@gnu.org> | 2334 | 2007-08-16 Richard Stallman <rms@gnu.org> |
| 2329 | 2335 | ||
| 2330 | * processes.texi (Asynchronous Processes): Clarify | 2336 | * processes.texi (Asynchronous Processes): Clarify |