aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2012-10-14 17:06:11 +0900
committerKenichi Handa2012-10-14 17:06:11 +0900
commit9fe32d61c5655878f877522ac4bcc251d092f732 (patch)
tree584f4c85fd2e44e8e7d597382f177359b737acb1 /etc
parentf5772b8eaee90d0b50a60bd55d9d28805a2543cb (diff)
parent8111f5e6f05228e36496f3bdccad711f569acb9b (diff)
downloademacs-9fe32d61c5655878f877522ac4bcc251d092f732.tar.gz
emacs-9fe32d61c5655878f877522ac4bcc251d092f732.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS6
-rw-r--r--etc/compilation.txt7
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
52012-10-14 Eli Zaretskii <eliz@gnu.org>
6
7 * compilation.txt (msft): Add error messages in new Studio 2010
8 format.
9
52012-10-11 Kenichi Handa <handa@gnu.org> 102012-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,
diff --git a/etc/NEWS b/etc/NEWS
index 2b934741c2c..5a310d8f82c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -137,16 +137,16 @@ It is no longer necessary to call `imagemagick-register-types'
137explicitly to install ImageMagick image types; that function is called 137explicitly to install ImageMagick image types; that function is called
138automatically at startup, or when customizing a relevant imagemagick- 138automatically at startup, or when customizing a relevant imagemagick-
139option. 139option.
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
142ImageMagick to view images. You must call imagemagick-register-types 142ImageMagick to view images. You must call imagemagick-register-types
143afterwards if you do not use customize to change this. 143afterwards 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
146ImageMagick types are treated as images. The function 146ImageMagick 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
148treated as images. 148treated 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.
308keyboard handler.c(537) : warning C4005: 'min' : macro redefinition 308keyboard handler.c(537) : warning C4005: 'min' : macro redefinition
309d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if' 309d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if'
310d:\tmp\test.c(1145) : see declaration of 'nsRefPtr' 310d:\tmp\test.c(1145) : see declaration of 'nsRefPtr'
3111>test_main.cpp(29): error C2144: syntax error : 'int' should be preceded by ';'
3121>test_main.cpp(29): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3131>
3141>Build FAILED.
3151>
3161>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