aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c64ad36bbee..236bd354b17 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -75,6 +75,11 @@
75 * progmodes/compile.el (compilation-filter): Call 75 * progmodes/compile.el (compilation-filter): Call
76 `comint-carriage-motion', just like `comint-output-filter'. 76 `comint-carriage-motion', just like `comint-output-filter'.
77 77
782009-02-17 Jason Rumney <jasonr@gnu.org>
79
80 * files.el (make-directory): Stop recursing if parent is
81 self. (Bug#2309)
82
782009-02-17 Juanma Barranquero <lekktu@gmail.com> 832009-02-17 Juanma Barranquero <lekktu@gmail.com>
79 84
80 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'. 85 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.