emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 14 Aug 2002 20:12:30 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4211 emacs/lisp/ChangeLog:1.4212
*** emacs/lisp/ChangeLog:1.4211 Wed Aug 14 18:41:37 2002
--- emacs/lisp/ChangeLog        Wed Aug 14 20:12:30 2002
***************
*** 1,3 ****
--- 1,18 ----
+ 2002-08-14  Stefan Monnier  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
***************
*** 5,13 ****
  
  2002-08-14  Kenichi Handa  <address@hidden>
  
!       * 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).
  
--- 20,27 ----
  
  2002-08-14  Kenichi Handa  <address@hidden>
  
!       * 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).
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]