diff options
| author | Kenichi Handa | 2011-08-23 20:49:03 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2011-08-23 20:49:03 +0900 |
| commit | 821ff7208c4a8fb4b12a0ea8039006d2b2e57463 (patch) | |
| tree | 9c34cedc8b73af96522f01e5f5ba45de71d7dbb1 /etc | |
| parent | 0902a04edd7a2e0ca5d73fd996e46f26d5228501 (diff) | |
| parent | 8ddde6516c5bd15ea8af79800779a28c8742c488 (diff) | |
| download | emacs-821ff7208c4a8fb4b12a0ea8039006d2b2e57463.tar.gz emacs-821ff7208c4a8fb4b12a0ea8039006d2b2e57463.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | etc/compilation.txt | 17 |
3 files changed, 20 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index c2f7e3cb0d2..31752a2bc2a 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-08-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * compilation.txt: Add more samples of output and non-output | ||
| 4 | switches (bug#9319). | ||
| 5 | |||
| 1 | 2011-08-19 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-08-19 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * themes/dichromacy-theme.el: | 8 | * themes/dichromacy-theme.el: |
| @@ -407,7 +407,7 @@ If non-nil, C-d, [delete], and DEL delete the region if it is active | |||
| 407 | and no prefix argument is given. If set to `kill', these commands | 407 | and no prefix argument is given. If set to `kill', these commands |
| 408 | kill instead. | 408 | kill instead. |
| 409 | 409 | ||
| 410 | *** New command `delete-forward-char', bound to C-d and [delete]. | 410 | *** New command `delete-forward-char', bound to [delete]. |
| 411 | This is meant for interactive use, and obeys `delete-active-region'. | 411 | This is meant for interactive use, and obeys `delete-active-region'. |
| 412 | The command `delete-char' does not obey `delete-active-region'. | 412 | The command `delete-char' does not obey `delete-active-region'. |
| 413 | 413 | ||
diff --git a/etc/compilation.txt b/etc/compilation.txt index 888c1f94c33..eeb09b1712c 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -546,9 +546,20 @@ checking whether to build shared libraries... yes | |||
| 546 | checking whether -lc should be explicitly linked in... (cached) no | 546 | checking whether -lc should be explicitly linked in... (cached) no |
| 547 | checking For GLIB - version >= 2.0.0... yes (version 2.1.0) | 547 | checking For GLIB - version >= 2.0.0... yes (version 2.1.0) |
| 548 | checking FONTCONFIG_CFLAGS... | 548 | checking FONTCONFIG_CFLAGS... |
| 549 | g++ -o foo.o foo.cc | 549 | tool -o foo.o foo.c |
| 550 | tool1 -output=foo foo.x | 550 | tool -o=foo.o foo.c |
| 551 | tool2 --outfile foo foo.y | 551 | tool -output foo.o foo.c |
| 552 | tool -output=foo.o foo.c | ||
| 553 | tool -outfile foo.o foo.c | ||
| 554 | tool -outfile=foo.o foo.c | ||
| 555 | tool --output foo.o foo.c | ||
| 556 | tool --output=foo.o foo.c | ||
| 557 | tool --outfile foo.o foo.c | ||
| 558 | tool --outfile=foo.o foo.c | ||
| 559 | tool -omega foo.c foo2.c | ||
| 560 | tool -output-html-file foo.c foo2.c | ||
| 561 | tool --omega foo.c foo2.c | ||
| 562 | tool --output-html-file foo.c foo2.c | ||
| 552 | 563 | ||
| 553 | Compilation started at Wed Jul 20 12:20:10 | 564 | Compilation started at Wed Jul 20 12:20:10 |
| 554 | Compilation interrupt at Wed Jul 20 12:20:10 | 565 | Compilation interrupt at Wed Jul 20 12:20:10 |