diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a3c3204d7c..042fb429242 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if | ||
| 4 | long file names aren't supported, truncate the file names in | ||
| 5 | quail-misc-package-ext-info to 8+3 before matching them against | ||
| 6 | FILENAME. | ||
| 7 | |||
| 8 | * dos-fns.el (dos-truncate-to-8+3): New function. | ||
| 9 | |||
| 3 | * progmodes/compile.el (grep-compute-defaults): Use null-device | 10 | * progmodes/compile.el (grep-compute-defaults): Use null-device |
| 4 | instead of literal /dev/null. Reported by Jens Schmidt | 11 | instead of literal /dev/null. Reported by Jens Schmidt |
| 5 | <schmidt@mathematik.uni-kl.de>. | 12 | <schmidt@mathematik.uni-kl.de>. |