summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5539ee41b26..a400677be1d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,12 @@
+2012-09-25 Glenn Morris <rgm@gnu.org>
+
+ * eshell/em-term.el (eshell-term-name):
+ Default to term-term-name. (Bug#12485)
+
2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
- * progmodes/python.el:
- (python-shell-send-buffer): Better handling of "if __name__ ==
- '__main__':" conditionals when sending the buffer.
+ * progmodes/python.el (python-shell-send-buffer): Better handling
+ of "if __name__ == '__main__':" conditionals when sending the buffer.
2012-09-24 Glenn Morris <rgm@gnu.org>