diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 263168d128b..dd33db7cdf6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * window.c (Fdelete_window, Fadjust_window_trailing_edge): | ||
| 4 | Handle a nil arg. Use run_window_configuration_change_hook. | ||
| 5 | (delete_window, adjust_window_trailing_edge): Don't handle nil any more. | ||
| 6 | (Fenlarge_window, Fshrink_window, Fset_window_configuration): | ||
| 7 | Use run_window_configuration_change_hook. | ||
| 8 | |||
| 1 | 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp> | 9 | 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 10 | ||
| 3 | * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p. | 11 | * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p. |
| @@ -14,8 +22,7 @@ | |||
| 14 | 22 | ||
| 15 | * xftfont.c (xftfont_draw): Pay attention to s->padding_p. | 23 | * xftfont.c (xftfont_draw): Pay attention to s->padding_p. |
| 16 | 24 | ||
| 17 | * font.c: If the font driver doesn't have `shape' function, return | 25 | * font.c: If the font driver doesn't have `shape' function, return Qnil. |
| 18 | Qnil. | ||
| 19 | 26 | ||
| 20 | 2008-02-25 Jason Rumney <jasonr@gnu.org> | 27 | 2008-02-25 Jason Rumney <jasonr@gnu.org> |
| 21 | 28 | ||