diff options
| author | Stefan Monnier | 2007-08-13 04:04:39 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-08-13 04:04:39 +0000 |
| commit | 4a1813592741a9f9c9e940117d7bc9737a26ed2b (patch) | |
| tree | 6fcdc1b6a4cd108f6824e5580f0a345ddfeab483 /src/ChangeLog | |
| parent | 0e898f3d959b86b180ff6d9d15bc6fc542600191 (diff) | |
| download | emacs-4a1813592741a9f9c9e940117d7bc9737a26ed2b.tar.gz emacs-4a1813592741a9f9c9e940117d7bc9737a26ed2b.zip | |
(reset_var_on_error): New fun.
(signal_before_change, signal_after_change):
Use it to reset (after|before)-change-functions to nil in case of error.
Bind inhibit-modification-hooks to t.
Don't bind (after|before)-change-functions to nil while they run.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6b13b906455..51bf583fcee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * insdel.c (reset_var_on_error): New fun. | ||
| 4 | (signal_before_change, signal_after_change): | ||
| 5 | Use it to reset (after|before)-change-functions to nil in case of error. | ||
| 6 | Bind inhibit-modification-hooks to t. | ||
| 7 | Don't bind (after|before)-change-functions to nil while they run. | ||
| 8 | |||
| 1 | 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 9 | 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 10 | ||
| 3 | * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when | 11 | * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when |