# HG changeset patch # User Pavel Jank # Date 1016431501 0 # Node ID 96b1d809072aca505c771eeb06e0997951d6c9d8 # Parent d6b0a23deaebbddddf4a78daa97381b7b98b8880 Fix typos. diff -r d6b0a23deaeb -r 96b1d809072a src/ChangeLog --- a/src/ChangeLog Mon Mar 18 04:44:05 2002 +0000 +++ b/src/ChangeLog Mon Mar 18 06:05:01 2002 +0000 @@ -7,7 +7,7 @@ (try_window_reusing_current_matrix): Test cursor_type_changed along with windows_or_buffers_changed. - * window.h (cursor_type_changed): Hew variable. + * window.h (cursor_type_changed): New variable. * xfns.c (x_set_cursor_type): Set cursor_type_changed, not update_mode_lines, and always set it to 1. @@ -17,7 +17,7 @@ 2002-03-17 Kim F. Storm - The following changes adds support for network server processes, + The following changes add support for network server processes, datagram connections, and local (unix) sockets. * process.h (struct Lisp_Process): New member log.