changeset 47986:d249077dbc15

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 24 Oct 2002 08:03:27 +0000
parents 9f3ecf5e3d65
children b30942bd85f3
files src/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 23 17:38:44 2002 +0000
+++ b/src/ChangeLog	Thu Oct 24 08:03:27 2002 +0000
@@ -1,3 +1,12 @@
+2002-10-24  Kim F. Storm  <storm@cua.dk>
+
+	* process.c (Fformat_network_address): New function.
+	(syms_of_process): Defsubr it.
+	(list_processes_1): Use it to format :local/:remote address if
+	service/host is not set; before emacs would crash in that case.
+	(Fmake_network_process): Don't use Ffind_operation_coding_system
+	to setup coding system if host or service is not set.
+
 2002-10-23  Juanma Barranquero  <lektu@terra.es>
 
 	Patch suggested by Jay Finger <jay_finger@hotmail.com>.