diff options
| author | Paul Eggert | 2011-07-28 02:40:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-28 02:40:05 -0700 |
| commit | 476371c4fd0e57d0aaf53c59e473ab705c8c4047 (patch) | |
| tree | 76bd18392864abaa40ac05f5f2224bfeda327abb /src/ChangeLog | |
| parent | f3fcc40d5ed0afb87f8c448b4b92c590b541ad17 (diff) | |
| download | emacs-476371c4fd0e57d0aaf53c59e473ab705c8c4047.tar.gz emacs-476371c4fd0e57d0aaf53c59e473ab705c8c4047.zip | |
* image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
In other words, assume that every image size is allowed, on non-X
hosts. This assumption is probably wrong, but it lets Emacs compile.
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 7da6dcbee8f..045c4311789 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-07-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1. | ||
| 4 | In other words, assume that every image size is allowed, on non-X | ||
| 5 | hosts. This assumption is probably wrong, but it lets Emacs compile. | ||
| 6 | |||
| 1 | 2011-07-28 Andreas Schwab <schwab@linux-m68k.org> | 7 | 2011-07-28 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 8 | ||
| 3 | * regex.c (re_iswctype): Convert return values to boolean. | 9 | * regex.c (re_iswctype): Convert return values to boolean. |