changeset 32397:89808047822b

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 11 Oct 2000 23:59:36 +0000
parents b68d86c19284
children 7d051f1f92cd
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 11 23:59:16 2000 +0000
+++ b/lisp/ChangeLog	Wed Oct 11 23:59:36 2000 +0000
@@ -1,3 +1,8 @@
+2000-10-12  Kenichi Handa  <handa@etl.go.jp>
+
+	* man.el (Man-getpage-in-background): Fix previous change.
+	Decode the process output only when we are in multibyte mode.
+
 2000-10-11  Dave Love  <fx@gnu.org>
 
 	* toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
--- a/src/ChangeLog	Wed Oct 11 23:59:16 2000 +0000
+++ b/src/ChangeLog	Wed Oct 11 23:59:36 2000 +0000
@@ -1,3 +1,7 @@
+2000-10-12  Kenichi Handa  <handa@etl.go.jp>
+
+	* process.c (read_process_output): Cancel previous change.
+
 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* search.c (Fsearch_backward, Fsearch_forward): Doc fix.