changeset 39884:8679e420d970

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 13 Oct 2001 12:33:52 +0000
parents 416c492df7c3
children 91b2bb6856b0
files leim/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 3 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/leim/ChangeLog	Sat Oct 13 12:32:59 2001 +0000
+++ b/leim/ChangeLog	Sat Oct 13 12:33:52 2001 +0000
@@ -1,3 +1,8 @@
+2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+	* quail/greek.el ("greek-babel"): New input method.  From David
+	Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
+
 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
 
 	* Branch for 21.1.
--- a/lispref/ChangeLog	Sat Oct 13 12:32:59 2001 +0000
+++ b/lispref/ChangeLog	Sat Oct 13 12:33:52 2001 +0000
@@ -1,3 +1,8 @@
+2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+	* files.texi (File Name Completion): Document the significance of
+	a trailing slash in elements of completion-ignored-extensions.
+
 2001-10-06  Miles Bader  <miles@gnu.org>
 
 	* variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
--- a/src/ChangeLog	Sat Oct 13 12:32:59 2001 +0000
+++ b/src/ChangeLog	Sat Oct 13 12:33:52 2001 +0000
@@ -1,3 +1,12 @@
+2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+	* dired.c (file_name_completion): Ignore a candidate directory if
+	it matches an element in completion-ignored-extensions that ends
+	in a slash.
+	(syms_of_dired) <completion-ignored-extensions>: Mention the above
+	feature in the doc string.
+	(Ffile_name_completion): Ditto.
+
 2001-10-12  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* indent.c (skip_invisible): Don't skip "ellipsisized" text.