diff lisp/ChangeLog @ 62696:84252cd99187

(normal-top-level): Allow modification of load-path while iterating over it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 May 2005 14:18:45 +0000
parents 368b11560704
children 1290d63e6ab3
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed May 25 14:17:42 2005 +0000
+++ b/lisp/ChangeLog	Wed May 25 14:18:45 2005 +0000
@@ -1,3 +1,8 @@
+2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* startup.el (normal-top-level): Allow modification of load-path while
+	we're iterating over it.
+
 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
 
 	* thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
@@ -22,15 +27,15 @@
 
 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
 
-	* progmodes/gdb-ui.el (gdb-inferior-io-mode-map): Bind
-	gdb-inferior-io-eof to C-d.
+	* progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
+	Bind gdb-inferior-io-eof to C-d.
 
 	* dired.el (dired-dnd-popup-notice): Use message-box.
 
 2005-05-23  Masatake YAMATO  <jet@gyve.org>
 
-	* bindings.el (mode-line-major-mode-keymap): Bind
-	[mode-line down-mouse-1] to `mouse-major-mode-menu'.
+	* bindings.el (mode-line-major-mode-keymap):
+	Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
 
 	* faces.el (mode-line-highlight): New face.
 
@@ -394,7 +399,7 @@
 
 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
 
-	* textmodes/reftex.el (reftex-isearch-minor-mode): Moved the
+	* textmodes/reftex.el (reftex-isearch-minor-mode): Move the
 	definition of this variable from reftex-global.el to reftex.el,
 	because it is needed in the menu.
 
@@ -417,8 +422,8 @@
 	(makefile-add-this-line-macro): Simplify and integrate into
 	`makefile-pickup-macros.
 	(makefile-pickup-filenames-as-targets): Simplify.
-	(makefile-previous-dependency, makefile-match-dependency): Don't
-	stumble over `::'.
+	(makefile-previous-dependency, makefile-match-dependency):
+	Don't stumble over `::'.
 
 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
 
@@ -432,8 +437,8 @@
 	* help-fns.el (describe-variable): Remove hyperlinks in a
 	variable's value as these are quite frequently inappropriate.
 
-	* follow.el (follow-submit-feedback, follow-mode): Remove
-	references to post-command-idle-hook.
+	* follow.el (follow-submit-feedback, follow-mode):
+	Remove references to post-command-idle-hook.
 
 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>