(wait_reading_process_input) [!subprocesses]: Don't
[bpt/emacs.git] / src / ChangeLog
index e5fee93..75a087c 100644 (file)
@@ -1,5 +1,28 @@
+2001-04-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * process.c (wait_reading_process_input) [!subprocesses]: Don't
+       reference waiting_for_user_input_p, it's not defined in the branch
+       without async subprocesses support.
+
+2001-04-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * keyboard.c (delete_kboard): Prevent a dangling reference
+       from current_kboard to KB, which is freed.
+
+       * process.c (wait_reading_process_input): Call
+       record_asynch_buffer_change after running timers, to make
+       read_key_sequence aware of buffer changes from under it.
+
 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
 
+       * xfaces.c (Qscalable_fonts_allowed): New variable.
+       (realizing_basic_faces_p): Removed.
+       (x_face_list_fonts): Special handling for realizing_basic_faces_p
+       removed.
+       (realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
+       (syms_of_xfaces): Initialize Qscalable_fonts_allowed.  Change
+       default for scalable-fonts-allowed to t.
+
        * fileio.c (Finsert_file_contents): If the file size returned from
        stat is zero, set END to READ_BUF_SIZE.  This makes sure we can
        read from files on a procfs whose contents are generated