diff options
| author | Kenichi Handa | 2000-08-24 03:23:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-08-24 03:23:37 +0000 |
| commit | d246d5f5832420ceaac7ee08ff275a5ff2474cdb (patch) | |
| tree | 7ee794e00deb8a2a5a43ec556dd7e9ae13ebf9a2 | |
| parent | 0c47a7c83d6d0ad14e7b2b01e2ae4ec878e21d22 (diff) | |
| download | emacs-d246d5f5832420ceaac7ee08ff275a5ff2474cdb.tar.gz emacs-d246d5f5832420ceaac7ee08ff275a5ff2474cdb.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a3761367191..483054ebb8f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-08-24 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * minibuf.c (do_completion): Always use compare-string, not | ||
| 4 | string-equal because the latter doesn't pay attention to | ||
| 5 | multibyteness of strings. | ||
| 6 | |||
| 3 | * process.c (create_process): Don't setup raw-text coding here. | 7 | * process.c (create_process): Don't setup raw-text coding here. |
| 4 | (Fopen_network_stream): Don't set coding->src_multibyte and | 8 | (Fopen_network_stream): Don't set coding->src_multibyte and |
| 5 | coding->dst_multibyte here. | 9 | coding->dst_multibyte here. |