diff lisp/ChangeLog @ 52545:abc39a63c916

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Sep 2003 14:43:31 +0000
parents c4c3b1b0d5c0
children 63e754c53eb8
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Sep 19 14:43:24 2003 +0000
+++ b/lisp/ChangeLog	Fri Sep 19 14:43:31 2003 +0000
@@ -1,3 +1,17 @@
+2003-09-19  Richard M. Stallman  <rms@gnu.org>
+
+	* emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status): 
+	New functions.
+	(edebug-enter, edebug-outside-excursion): Use them.
+
+	* emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
+	Fix the condition for whether to print "In WHERE".
+
+2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
+	
+	* finder.el (finder-mode-hook): New variable.
+	(finder-mode): Run hook finder-mode-hook
+
 2003-09-18  Masatake YAMATO  <jet@gyve.org>
 
 	* progmodes/ebrowse.el: Fix broken magic autoload comments.