diff options
| author | Jason Rumney | 2007-10-09 11:24:40 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-10-09 11:24:40 +0000 |
| commit | f8d1a163bdcfd347243a772321698f76b39eee8c (patch) | |
| tree | 9be1c4bc51235467ead61dc10bf3f25c7bea96d4 /src/ChangeLog | |
| parent | 4b70e299ef66906fd285198003c72a1439d1f252 (diff) | |
| download | emacs-f8d1a163bdcfd347243a772321698f76b39eee8c.tar.gz emacs-f8d1a163bdcfd347243a772321698f76b39eee8c.zip | |
(x_set_window_size): Disable code that attempts to tell
Lisp code about a size change before it actually happens.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1a535bc7872..1220112b8b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-10-09 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (x_set_window_size): Disable code that attempts to tell | ||
| 4 | Lisp code about a size change before it actually happens. | ||
| 5 | |||
| 1 | 2007-10-09 Richard Stallman <rms@gnu.org> | 6 | 2007-10-09 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (handle_invisible_prop): After setting up an ellipsis, | 8 | * xdisp.c (handle_invisible_prop): After setting up an ellipsis, |