diff options
| author | Kenichi Handa | 2012-10-14 17:06:11 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-10-14 17:06:11 +0900 |
| commit | 9fe32d61c5655878f877522ac4bcc251d092f732 (patch) | |
| tree | 584f4c85fd2e44e8e7d597382f177359b737acb1 /etc | |
| parent | f5772b8eaee90d0b50a60bd55d9d28805a2543cb (diff) | |
| parent | 8111f5e6f05228e36496f3bdccad711f569acb9b (diff) | |
| download | emacs-9fe32d61c5655878f877522ac4bcc251d092f732.tar.gz emacs-9fe32d61c5655878f877522ac4bcc251d092f732.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | etc/compilation.txt | 7 |
3 files changed, 15 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 27237ca0f61..4e1f15e913d 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -2,6 +2,11 @@ | |||
| 2 | 2 | ||
| 3 | * charsets/JISC6226.map: Re-generated. | 3 | * charsets/JISC6226.map: Re-generated. |
| 4 | 4 | ||
| 5 | 2012-10-14 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * compilation.txt (msft): Add error messages in new Studio 2010 | ||
| 8 | format. | ||
| 9 | |||
| 5 | 2012-10-11 Kenichi Handa <handa@gnu.org> | 10 | 2012-10-11 Kenichi Handa <handa@gnu.org> |
| 6 | 11 | ||
| 7 | * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map, | 12 | * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map, |
| @@ -137,16 +137,16 @@ It is no longer necessary to call `imagemagick-register-types' | |||
| 137 | explicitly to install ImageMagick image types; that function is called | 137 | explicitly to install ImageMagick image types; that function is called |
| 138 | automatically at startup, or when customizing a relevant imagemagick- | 138 | automatically at startup, or when customizing a relevant imagemagick- |
| 139 | option. | 139 | option. |
| 140 | 140 | +++ | |
| 141 | *** Setting `imagemagick-types-inhibit' to t now disables the use of | 141 | *** Setting `imagemagick-types-inhibit' to t now disables the use of |
| 142 | ImageMagick to view images. You must call imagemagick-register-types | 142 | ImageMagick to view images. You must call imagemagick-register-types |
| 143 | afterwards if you do not use customize to change this. | 143 | afterwards if you do not use customize to change this. |
| 144 | 144 | +++ | |
| 145 | *** The new variable `imagemagick-enabled-types' also affects which | 145 | *** The new variable `imagemagick-enabled-types' also affects which |
| 146 | ImageMagick types are treated as images. The function | 146 | ImageMagick types are treated as images. The function |
| 147 | `imagemagick-filter-types' returns the list of types that will be | 147 | `imagemagick-filter-types' returns the list of types that will be |
| 148 | treated as images. | 148 | treated as images. |
| 149 | 149 | --- | |
| 150 | *** Images displayed via ImageMagick now support transparency and the | 150 | *** Images displayed via ImageMagick now support transparency and the |
| 151 | :background image spec property. | 151 | :background image spec property. |
| 152 | 152 | ||
diff --git a/etc/compilation.txt b/etc/compilation.txt index 269f8d23e6b..8d31847569c 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -308,6 +308,13 @@ made it more strict about the error message that follows. | |||
| 308 | keyboard handler.c(537) : warning C4005: 'min' : macro redefinition | 308 | keyboard handler.c(537) : warning C4005: 'min' : macro redefinition |
| 309 | d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if' | 309 | d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if' |
| 310 | d:\tmp\test.c(1145) : see declaration of 'nsRefPtr' | 310 | d:\tmp\test.c(1145) : see declaration of 'nsRefPtr' |
| 311 | 1>test_main.cpp(29): error C2144: syntax error : 'int' should be preceded by ';' | ||
| 312 | 1>test_main.cpp(29): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int | ||
| 313 | 1> | ||
| 314 | 1>Build FAILED. | ||
| 315 | 1> | ||
| 316 | 1>Time Elapsed 00:00:01.46 | ||
| 317 | ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== | ||
| 311 | 318 | ||
| 312 | 319 | ||
| 313 | * Open Watcom | 320 | * Open Watcom |