Mercurial > emacs
changeset 50198:e3786189489e
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 19 Mar 2003 11:58:43 +0000 |
parents | ecb46e1986f0 |
children | 2e56eaaf925b |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 19 11:58:25 2003 +0000 +++ b/lisp/ChangeLog Wed Mar 19 11:58:43 2003 +0000 @@ -1,3 +1,9 @@ +2003-03-19 Kenichi Handa <handa@etlken2> + + * dired.el (dired-get-filename): Pay attention to the case that + `read' returns a unibyte string. Don't encode the file name by + buffer-file-coding-system. + 2003-03-18 Kenichi Handa <handa@m17n.org> * language/european.el ("Latin-6"): Fix input-method.
--- a/src/ChangeLog Wed Mar 19 11:58:25 2003 +0000 +++ b/src/ChangeLog Wed Mar 19 11:58:43 2003 +0000 @@ -1,3 +1,16 @@ +2003-03-19 Kenichi Handa <handa@etlken2> + + * fileio.c (Ffile_name_directory): Reconstruct file name by + make_specified_string. + (Ffile_name_nondirectory, Ffile_name_as_directory) + (Fdirectory_file_name, Fexpand_file_name) + (Fsubstitute_in_file_name): Likewise. + (Fread_file_name): Compare decoded homedir with DIR and + DEFAULT_FILENAME. + + * alloc.c (make_specified_string): If NCHARS is negative, count + the number of characters. + 2003-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for