X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4d664b0433adacc8317732c6d1e26b23d21d112c..51f32106f2de16e15de19e15ae714ff7f3e82b22:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 78964237b1..87371e343e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,42 @@ +2001-04-07 Eli Zaretskii + + * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3. + All callers changed. + +2001-04-06 Eli Zaretskii + + * 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 + . + + * simple.el (normal-erase-is-backspace-mode): Doc fix. + +2001-04-06 Dave Love + + * international/encoded-kb.el (encoded-kbd-self-insert-ccl): + Remove redundant string-to-list. + +2001-04-05 Stefan Monnier + + * composite.el (reference-point-alist): Doc fix. + +2001-04-05 Sam Steingold + + * font-lock.el (font-lock-keywords-case-fold-search): + Make buffer-local. This fixes a very annoying bug when loading a Lisp + file made font-lock case-insensitive. + 2001-04-05 Gerd Moellmann + * faces.el (defface menu): Doc fix. + * wid-edit.el (widget-color-sample-face-get): Don't make faces for undefined colors.