summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 786162d3e0a..2e2814fe46b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
+2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
+
+ Spelling fixes.
+ * emacs-lisp/generic.el (generic--normalize-comments):
+ Rename from generic--normalise-comments. All uses changed.
+ * play/bubbles.el (bubbles--neighborhood-score):
+ (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
+ (bubbles--neighborhood-available)
+ (bubbles--update-neighborhood-score):
+ Rename from names with 'neighbourhood'. All uses changed.
+
2014-01-12 Leo Liu <sdl.web@gmail.com>
Re-implement the feature of showing eldoc info after editing.