aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorK. Handa2015-10-05 22:56:26 +0900
committerK. Handa2015-10-05 22:56:26 +0900
commit47e9556c70a7009d7c750fd7bf10a0e6cf41cdce (patch)
tree4e944bd68080adee76291dd7d4f34103e2b55d50 /etc
parent52beda922d2cb523a03661bf74b8678c8b45e440 (diff)
parentef171d1d0b42758b5f705847d558436e867372f4 (diff)
downloademacs-47e9556c70a7009d7c750fd7bf10a0e6cf41cdce.tar.gz
emacs-47e9556c70a7009d7c750fd7bf10a0e6cf41cdce.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
-rw-r--r--etc/compilation.txt1
-rw-r--r--etc/themes/wombat-theme.el2
-rw-r--r--etc/tutorials/TUTORIAL.cn5
4 files changed, 19 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e823905e8d3..dbe0de38db6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -314,17 +314,26 @@ standards.
314 314
315* Changes in Specialized Modes and Packages in Emacs 25.1 315* Changes in Specialized Modes and Packages in Emacs 25.1
316 316
317** JSON
318---
319*** `json-pretty-print' and `json-pretty-print-buffer' now maintain
320the ordering of object keys by default.
321
317** You can recompute the VC state of a file buffer with `M-x vc-refresh-state' 322** You can recompute the VC state of a file buffer with `M-x vc-refresh-state'
318** Prog mode has some support for multi-mode indentation. 323** Prog mode has some support for multi-mode indentation.
319See `prog-indentation-context' and `prog-widen'. 324See `prog-indentation-context' and `prog-widen'.
320 325
321** Prettify Symbols mode supports custom composition predicates. By 326** Prettify Symbols mode
327*** Prettify Symbols mode supports custom composition predicates. By
322overriding the default `prettify-symbols-compose-predicate', modes can 328overriding the default `prettify-symbols-compose-predicate', modes can
323specify in which contexts a symbol map be composed to some unicode 329specify in which contexts a symbol map be composed to some unicode
324character. `prettify-symbols-default-compose-p' is the default which 330character. `prettify-symbols-default-compose-p' is the default which
325is suitable for most programming languages such as C or Lisp (but not 331is suitable for most programming languages such as C or Lisp (but not
326(La)TeX). 332(La)TeX).
327 333
334*** Symbols can be unprettified while point is inside them.
335New variable `prettify-symbols-unprettify-at-point' configures this.
336
328** New `xterm-screen-extra-capabilities' config. 337** New `xterm-screen-extra-capabilities' config.
329 338
330** The `save-place' variable is replaced by a `save-place-mode'. 339** The `save-place' variable is replaced by a `save-place-mode'.
@@ -634,9 +643,13 @@ you can no longer use commas to separate regular expressions.
634 643
635** SES now supports local printer functions; see `ses-define-local-printer'. 644** SES now supports local printer functions; see `ses-define-local-printer'.
636 645
637** In sh-mode, you can now use `sh-shell' as a file-local variable to 646** sh-script
647*** In sh-mode you can now use `sh-shell' as a file-local variable to
638specify the type of shell in use (bash, csh, etc). 648specify the type of shell in use (bash, csh, etc).
639 649
650*** New value `always' for sh-indent-after-continuation.
651This provides old-style ("dumb") indentation of continued lines.
652
640** TLS 653** TLS
641--- 654---
642*** Fatal TLS errors are now silent by default. 655*** Fatal TLS errors are now silent by default.
diff --git a/etc/compilation.txt b/etc/compilation.txt
index f134f53d00c..da6df8a1bb4 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -52,6 +52,7 @@ jikes are the ending line and ending column.
52 [javac] /src/DataBaseTestCase.java:27: unreported exception ... 52 [javac] /src/DataBaseTestCase.java:27: unreported exception ...
53 [javac] /src/DataBaseTestCase.java:49: warning: finally clause cannot complete normally 53 [javac] /src/DataBaseTestCase.java:49: warning: finally clause cannot complete normally
54 [jikes] foo.java:3:5:7:9: blah blah 54 [jikes] foo.java:3:5:7:9: blah blah
55 [javadoc] c:\MyProject\Polynomial.java:560: error: unknown tag: math
55 56
56 57
57* Bash v2 58* Bash v2
diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el
index d49f9bf636f..734731a1ffa 100644
--- a/etc/themes/wombat-theme.el
+++ b/etc/themes/wombat-theme.el
@@ -1,4 +1,4 @@
1;;; wombat-theme.el --- Custom face theme for Emacs -*-coding: utf-8 -*- 1;;; wombat-theme.el --- Custom face theme for Emacs
2 2
3;; Copyright (C) 2011-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2011-2015 Free Software Foundation, Inc.
4 4
diff --git a/etc/tutorials/TUTORIAL.cn b/etc/tutorials/TUTORIAL.cn
index 5e187a45ce1..6a558c3f4f2 100644
--- a/etc/tutorials/TUTORIAL.cn
+++ b/etc/tutorials/TUTORIAL.cn
@@ -286,10 +286,9 @@ Emacs 可以有多个“窗格”,每个窗格显示不同的文字。后面
286 286
287<Return> 是一个特殊的键,因为按下这个键后,得到的可能不仅仅是一个换行 287<Return> 是一个特殊的键,因为按下这个键后,得到的可能不仅仅是一个换行
288符。根据周围文本的不同,Emacs 可能会在换行符之后插入一些空白字符,这样, 288符。根据周围文本的不同,Emacs 可能会在换行符之后插入一些空白字符,这样,
289当你在新的一行开始打字时,文本会自动与前一行对齐。我们把这个按下一个键 289当你在新的一行开始打字时,文本会自动与前一行对齐。
290时不只是插入其对应字符的特性叫做“电动”(electric)。
291 290
292>> 这是一个 <Return> 的例子。 291>> 这是一个例子。
293 在这一行的末尾输入 <Return>。 292 在这一行的末尾输入 <Return>。
294 293
295可以看到,在插入换行符之后,Emacs 插入了空格,因此光标移动到了“在”这个 294可以看到,在插入换行符之后,Emacs 插入了空格,因此光标移动到了“在”这个