diff options
| author | Juanma Barranquero | 2006-02-09 10:58:39 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-02-09 10:58:39 +0000 |
| commit | cffc347298b84976c6c14a75aeb90763f4a5fdca (patch) | |
| tree | e3a07c8f73e989ae8ab327ba2918119936891999 /src/ChangeLog | |
| parent | 909e3b3323035616155f5e8fd833c5a1431fe448 (diff) | |
| download | emacs-cffc347298b84976c6c14a75aeb90763f4a5fdca.tar.gz emacs-cffc347298b84976c6c14a75aeb90763f4a5fdca.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 40d498b5d47..3b4de953a65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-02-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes. | ||
| 4 | |||
| 1 | 2006-02-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | 2006-02-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * window.c (adjust_window_trailing_edge): Check that shrinking | 7 | * window.c (adjust_window_trailing_edge): Check that shrinking |
| @@ -6,7 +10,7 @@ | |||
| 6 | 2006-02-08 Miles Bader <miles@gnu.org> | 10 | 2006-02-08 Miles Bader <miles@gnu.org> |
| 7 | 11 | ||
| 8 | * editfns.c (Fconstrain_to_field): Use Fget_char_property instead | 12 | * editfns.c (Fconstrain_to_field): Use Fget_char_property instead |
| 9 | of Fget_text_property (other field functions word with overlays as | 13 | of Fget_text_property (other field functions work with overlays as |
| 10 | well as text-properties). | 14 | well as text-properties). |
| 11 | 15 | ||
| 12 | 2006-02-07 Kenichi Handa <handa@m17n.org> | 16 | 2006-02-07 Kenichi Handa <handa@m17n.org> |