diff options
| author | Miles Bader | 2006-02-07 09:08:53 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-07 09:08:53 +0000 |
| commit | 42ab8e36acd651b047b82658802cbff53474dcaa (patch) | |
| tree | 90f81b00fd40aef5f5f1fc121bd0a3fcd6194533 /src/ChangeLog | |
| parent | 6a80c3badc20ba801f0d908a7dc81db1b97113f0 (diff) | |
| download | emacs-42ab8e36acd651b047b82658802cbff53474dcaa.tar.gz emacs-42ab8e36acd651b047b82658802cbff53474dcaa.zip | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51
Make constrain-to-field notice overlays
2006-02-08 Miles Bader <miles@gnu.org>
* src/editfns.c (Fconstrain_to_field): Use Fget_char_property instead
of Fget_text_property (other field functions word with overlays as
well as text-properties).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fd3bdb55a40..153a0baacbd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-02-08 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * editfns.c (Fconstrain_to_field): Use Fget_char_property instead | ||
| 4 | of Fget_text_property (other field functions word with overlays as | ||
| 5 | well as text-properties). | ||
| 6 | |||
| 1 | 2006-02-07 Kenichi Handa <handa@m17n.org> | 7 | 2006-02-07 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * dispextern.h (unibyte_display_via_language_environment): Extern | 9 | * dispextern.h (unibyte_display_via_language_environment): Extern |