aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b4e51a6eebb..79ee9d75906 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,15 @@
12014-12-05 Stefan Monnier <monnier@iro.umontreal.ca> 12014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * progmodes/sh-script.el (sh-smie-sh-rules): Go back to the beginning
4 of the whole pipe when indenting an opening keyword after a |.
5 Generalize this treatment to opening keywords like "while" (bug#18031).
6
72014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
82014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * simple.el (newline): Place the hook buffer-locally,
11 to make sure it's first.
12
3 * progmodes/prog-mode.el (prettify-symbols--compose-symbol): 13 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
4 Fix handling of symbols with different syntax at beginning/end or with 14 Fix handling of symbols with different syntax at beginning/end or with
5 symbol rather than word syntax. 15 symbol rather than word syntax.