changeset 46895:61e9b1699fd2

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 15 Aug 2002 00:12:30 +0000
parents f8b45e2dec81
children 549bdeb52a93
files lisp/ChangeLog
diffstat 1 files changed, 17 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Aug 15 00:11:15 2002 +0000
+++ b/lisp/ChangeLog	Thu Aug 15 00:12:30 2002 +0000
@@ -1,3 +1,18 @@
+2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* emacs-lisp/find-func.el (find-function-search-for-symbol):
+	Use find-file-hook instead of find-file-hooks.
+
+	* imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
+	(imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
+	(imenu-space-replacement): Allow nil value.
+	(imenu--completion-buffer): Use new vars and simplify.
+	Fix handling of minibuffer-setup-hook.
+	Use minibuffer-completion-help instead of rolling our own.
+	(imenu-choose-buffer-index): Use the new var.
+
+	* startup.el (command-line): Load custom-file if not done yet.
+
 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
 
 	* net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
@@ -5,9 +20,8 @@
 
 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
 
-	* select.el (xselect-convert-to-string): If TYPE is non-nil,
-	encode the selection data string.  Always return cons of type and
-	string.
+	* select.el (xselect-convert-to-string): If TYPE is non-nil, encode
+	the selection data string.  Always return cons of type and string.
 	(selection-converter-alist): Add (UTF8_STRING .
 	xselect-convert-to-string).