aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b09fba703a7..a9eacb56383 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2
3 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4 throwing error over malformed let/let* (bug#15814).
5
12013-11-11 Stefan Monnier <monnier@iro.umontreal.ca> 62013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * iswitchb.el (iswitchb-mode): Mark obsolete. 8 * iswitchb.el (iswitchb-mode): Mark obsolete.
@@ -16,14 +21,13 @@
16 21
172013-11-09 Andreas Schwab <schwab@linux-m68k.org> 222013-11-09 Andreas Schwab <schwab@linux-m68k.org>
18 23
19 * progmodes/sh-script.el (sh-font-lock-keywords-var): Force 24 * progmodes/sh-script.el (sh-font-lock-keywords-var):
20 highlighting text after Summary keyword in doc face for rpm. 25 Force highlighting text after Summary keyword in doc face for rpm.
21 26
222013-11-09 Dmitry Gutov <dgutov@yandex.ru> 272013-11-09 Dmitry Gutov <dgutov@yandex.ru>
23 28
24 * textmodes/ispell.el (ispell-lookup-words): When `look' is not 29 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
25 available and the word has no wildcards, append one to the grep 30 available and the word has no wildcards, append one to the grep pattern.
26 pattern.
27 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html 31 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
28 (ispell-complete-word): Call `ispell-lookup-words' with the value 32 (ispell-complete-word): Call `ispell-lookup-words' with the value
29 independent of `ispell-look-p'. 33 independent of `ispell-look-p'.