Index: ChangeLog =================================================================== RCS file: /sources/emacs/emacs/lisp/ChangeLog,v retrieving revision 1.9820 diff -c -r1.9820 ChangeLog *** ChangeLog 17 Jul 2006 04:07:48 -0000 1.9820 --- ChangeLog 17 Jul 2006 11:36:57 -0000 *************** *** 1,3 **** --- 1,7 ---- + 2006-07-17 Michaël Cadilhac + + * info.el (Info-index): Bind `completion-ignore-case' to t. + 2006-07-17 Chong Yidong * progmodes/compile.el (compilation-mode-font-lock-keywords): Index: info.el =================================================================== RCS file: /sources/emacs/emacs/lisp/info.el,v retrieving revision 1.488 diff -c -r1.488 info.el *** info.el 12 Jul 2006 16:04:46 -0000 1.488 --- info.el 17 Jul 2006 11:36:57 -0000 *************** *** 2792,2798 **** Give an empty topic name to go to the Index node itself." (interactive (list ! (let ((Info-complete-menu-buffer (clone-buffer)) (Info-complete-nodes (Info-index-nodes)) (Info-history-list nil)) (if (equal Info-current-file "dir") --- 2792,2799 ---- Give an empty topic name to go to the Index node itself." (interactive (list ! (let ((completion-ignore-case t) ! (Info-complete-menu-buffer (clone-buffer)) (Info-complete-nodes (Info-index-nodes)) (Info-history-list nil)) (if (equal Info-current-file "dir")