]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
*** empty log message ***
[gnu-emacs] / src / ChangeLog
index 565b5e4f01359d2b6b9b0aae71773dba052fd553..e4a0b96182e1e92ef2fb22fc1a155a6fad078d6a 100644 (file)
@@ -1,3 +1,26 @@
+2002-11-06  Richard M. Stallman  <rms@gnu.org>
+
+       * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
+       and stop_polling.
+
+       * process.c (wait_reading_process_input):
+       Test POLLING_PROBLEM_IN_SELECT, not hpux.
+       Avoid initialization for auto Lisp_Object var.
+
+       * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
+
+       * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
+
+2002-11-05  Richard M. Stallman  <rms@gnu.org>
+
+       * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
+
+       * callint.c (Fcall_interactively): New local filter_specs.
+       (Fcall_interactively): Check for progn as well as let.
+       Add a gcpro.
+       (Qprogn): New variable.
+       (syms_of_callint): Staticpro and init Qprogn.
+
 2002-11-04  John Paul Wallington  <jpw@shootybangbang.com>
 
        * lread.c (Feval_buffer): Doc fix.