changeset 37259:1af46ff37380

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 06 Apr 2001 19:09:44 +0000
parents d74967dafcb7
children 43649f97e26a
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Apr 06 19:04:14 2001 +0000
+++ b/lisp/ChangeLog	Fri Apr 06 19:09:44 2001 +0000
@@ -1,5 +1,12 @@
 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
 
+	* international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
+	long file names aren't supported, truncate the file names in
+	quail-misc-package-ext-info to 8+3 before matching them against
+	FILENAME.
+
+	* dos-fns.el (dos-truncate-to-8+3): New function.
+
 	* progmodes/compile.el (grep-compute-defaults): Use null-device
 	instead of literal /dev/null. Reported by Jens Schmidt
 	<schmidt@mathematik.uni-kl.de>.