diff options
| author | Alan Mackenzie | 2010-01-19 22:27:24 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2010-01-19 22:27:24 +0000 |
| commit | 1fdede8fa561814c5535de26f1f505e29cb38b33 (patch) | |
| tree | cc5c2c7126dde5c0df33192ec4d4608cc017aeac /src | |
| parent | 8ee04f3a4f72eb41f2c0ead6287185c829654b43 (diff) | |
| download | emacs-1fdede8fa561814c5535de26f1f505e29cb38b33.tar.gz emacs-1fdede8fa561814c5535de26f1f505e29cb38b33.zip | |
Redate and reposition log entry.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3832808dc09..57a05ee26a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-01-19 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Fix spurious before-change-functions invocation from (insert ?\n). | ||
| 4 | * textprop.c (set_text_properties): rename parameter | ||
| 5 | `signal_after_change_p' to `coherent_change_p', and make the | ||
| 6 | invocation of `modify_region' conditional on it. | ||
| 7 | |||
| 1 | 2010-01-19 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2010-01-19 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 9 | ||
| 3 | * xsettings.c (apply_xft_settings): Save settings in Vxft_settings | 10 | * xsettings.c (apply_xft_settings): Save settings in Vxft_settings |
| @@ -182,13 +189,6 @@ | |||
| 182 | * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must | 189 | * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must |
| 183 | also be true before we can return early (bug #5339). | 190 | also be true before we can return early (bug #5339). |
| 184 | 191 | ||
| 185 | 2010-01-08 Alan Mackenzie <acm@muc.de> | ||
| 186 | |||
| 187 | Fix spurious before-change-functions invocation from (insert ?\n). | ||
| 188 | * textprop.c (set_text_properties): rename parameter | ||
| 189 | `signal_after_change_p' to `coherent_change_p', and make the | ||
| 190 | invocation of `modify_region' conditional on it. | ||
| 191 | |||
| 192 | 2010-01-06 David Reitter <david.reitter@gmail.com> | 192 | 2010-01-06 David Reitter <david.reitter@gmail.com> |
| 193 | 193 | ||
| 194 | * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS. | 194 | * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS. |