aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2015-02-13 17:44:51 +0200
committerEli Zaretskii2015-02-13 17:44:51 +0200
commitdecb48d3f73cc7db1604cd1276beef2b09a2f2ac (patch)
treec0f9a328f995cc06b68f78462d65eeefce7f378c /lisp/ChangeLog
parent8b3ba7ae659571897f270a657379dce38e59a718 (diff)
downloademacs-decb48d3f73cc7db1604cd1276beef2b09a2f2ac.tar.gz
emacs-decb48d3f73cc7db1604cd1276beef2b09a2f2ac.zip
Augment text-mode syntax table for a few special characters
lips/textmodes/text-mode.el (text-mode-syntax-table): Make some punctuation character behave as word-constituent, for more compatibility with Unicode.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9852068ed68..a7b6b1be92f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12015-02-13 Eli Zaretskii <eliz@gnu.org> 12015-02-13 Eli Zaretskii <eliz@gnu.org>
2 2
3 * textmodes/text-mode.el (text-mode-syntax-table): Make some
4 punctuation character behave as word-constituent, for more
5 compatibility with Unicode.
6
3 * simple.el (transient-mark-mode): Doc fix. (Bug#19841) 7 * simple.el (transient-mark-mode): Doc fix. (Bug#19841)
4 8
52015-02-12 Agustín Martín Domingo <agustin6martin@gmail.com> 92015-02-12 Agustín Martín Domingo <agustin6martin@gmail.com>