Mercurial > emacs
comparison lisp/ChangeLog @ 46895:61e9b1699fd2
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 15 Aug 2002 00:12:30 +0000 |
parents | 068ef60069fb |
children | 049d0f8f2ccc |
comparison
equal
deleted
inserted
replaced
46894:f8b45e2dec81 | 46895:61e9b1699fd2 |
---|---|
1 2002-08-14 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
4 Use find-file-hook instead of find-file-hooks. | |
5 | |
6 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete. | |
7 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars. | |
8 (imenu-space-replacement): Allow nil value. | |
9 (imenu--completion-buffer): Use new vars and simplify. | |
10 Fix handling of minibuffer-setup-hook. | |
11 Use minibuffer-completion-help instead of rolling our own. | |
12 (imenu-choose-buffer-index): Use the new var. | |
13 | |
14 * startup.el (command-line): Load custom-file if not done yet. | |
15 | |
1 2002-08-15 David Kastrup <David.Kastrup@t-online.de> | 16 2002-08-15 David Kastrup <David.Kastrup@t-online.de> |
2 | 17 |
3 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch; | 18 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch; |
4 use `hash-table-size' instead of `length'. | 19 use `hash-table-size' instead of `length'. |
5 | 20 |
6 2002-08-14 Kenichi Handa <handa@etl.go.jp> | 21 2002-08-14 Kenichi Handa <handa@etl.go.jp> |
7 | 22 |
8 * select.el (xselect-convert-to-string): If TYPE is non-nil, | 23 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode |
9 encode the selection data string. Always return cons of type and | 24 the selection data string. Always return cons of type and string. |
10 string. | |
11 (selection-converter-alist): Add (UTF8_STRING . | 25 (selection-converter-alist): Add (UTF8_STRING . |
12 xselect-convert-to-string). | 26 xselect-convert-to-string). |
13 | 27 |
14 2002-08-12 Stefan Monnier <monnier@cs.yale.edu> | 28 2002-08-12 Stefan Monnier <monnier@cs.yale.edu> |
15 | 29 |