changeset 71518:9da13a55001e

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 28 Jun 2006 14:17:44 +0000
parents 983727db2901
children ce50b7815e1b
files etc/ChangeLog lisp/ChangeLog
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Wed Jun 28 14:16:20 2006 +0000
+++ b/etc/ChangeLog	Wed Jun 28 14:17:44 2006 +0000
@@ -1,3 +1,7 @@
+2006-06-28  Juri Linkov  <juri@jurta.org>
+
+	* grep.txt (Local Variables): Move to end of file.
+
 2006-06-28  Reiner Steib  <Reiner.Steib@gmx.de>
 
 	* Makefile: Add rules for refcards.
--- a/lisp/ChangeLog	Wed Jun 28 14:16:20 2006 +0000
+++ b/lisp/ChangeLog	Wed Jun 28 14:17:44 2006 +0000
@@ -1,3 +1,13 @@
+2006-06-28  Juri Linkov  <juri@jurta.org>
+
+	* buff-menu.el (list-buffers-noselect): Compare Info file
+	with the string "dir" to detect Info directory.
+
+	* complete.el (partial-completion-mode): In lambda for
+	`choose-completion-string-functions' use full function signature
+	with 4 args, and move point to the end of the minibuffer only if arg
+	`mini-p' is non-nil.
+
 2006-06-28  John Paul Wallington  <jpw@pobox.com>
 
 	* ibuffer.el (ibuffer-mode): Doc fix.