diff options
| author | Jason Rumney | 2008-07-18 08:59:50 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-07-18 08:59:50 +0000 |
| commit | 2165e881272884e2075052e4e99c26f8e786f83a (patch) | |
| tree | 25020fe22954808d1e90fda469764a6cd5194660 /src/ChangeLog | |
| parent | 955cd0bbbcb4379c4648ba4f1a086476567817b9 (diff) | |
| download | emacs-2165e881272884e2075052e4e99c26f8e786f83a.tar.gz emacs-2165e881272884e2075052e4e99c26f8e786f83a.zip | |
Backport of long term bug from trunk:
2008-07-18 David Robinow <drobinow@gmail.com> (tiny change)
* w32inevt.c: Include dispextern.h. Don't declare change_frame_size
here.
(maybe_generate_resize_event, resize_event): Call change_frame_size
with SAFE arg.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e1c93051548..5604f8080d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-07-18 David Robinow <drobinow@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * w32inevt.c: Include dispextern.h. Don't declare change_frame_size | ||
| 4 | here. | ||
| 5 | (maybe_generate_resize_event, resize_event): Call change_frame_size | ||
| 6 | with SAFE arg. | ||
| 7 | |||
| 1 | 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 8 | 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 9 | ||
| 3 | * gtkutil.c: Include <config.h> instead of "config.h". | 10 | * gtkutil.c: Include <config.h> instead of "config.h". |