diff options
| author | Stefan Monnier | 2008-04-30 07:16:08 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-30 07:16:08 +0000 |
| commit | 2a54a229c04c243442622a4daae34da5cc273289 (patch) | |
| tree | 49826cb426cbd1fa9052d096ddcf145c617374d6 /src/ChangeLog | |
| parent | 15947a4464cc7c5fc93bfe1cec2d94cd6624b6ee (diff) | |
| download | emacs-2a54a229c04c243442622a4daae34da5cc273289.tar.gz emacs-2a54a229c04c243442622a4daae34da5cc273289.zip | |
(file_name_completion): Fix up the encoding/decoding issue
some more. Copy some of the code from Ftry_completions.
Remove special case code that dates back to initial revision when the
slash was only added when necessary and that can't trigger nowadays.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0cf948fb616..125ed7a9478 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * dired.c (file_name_completion): Fix up the encoding/decoding issue | ||
| 4 | some more. Copy some of the code from Ftry_completions. | ||
| 5 | Remove special case code that dates back to initial revision when the | ||
| 6 | slash was only added when necessary and that can't trigger nowadays. | ||
| 7 | |||
| 1 | 2008-04-27 Kenichi Handa <handa@m17n.org> | 8 | 2008-04-27 Kenichi Handa <handa@m17n.org> |
| 2 | 9 | ||
| 3 | * font.c (font_prop_validate): Signal `error' instead of `font'. | 10 | * font.c (font_prop_validate): Signal `error' instead of `font'. |