]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
*** empty log message ***
[gnu-emacs] / src / ChangeLog
index 835dbb584dc0b2cbc72e641aa09e67c81a94584b..6dda07cf721d6ea35b7785773cb148a4b721550a 100644 (file)
@@ -1,3 +1,26 @@
+2002-11-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+
+       * process.c (Fformat_network_address): Removed unused locals p,
+       cp, and i.
+
+2002-11-06  Dave Love  <fx@gnu.org>
+
+       * buffer.c (Qset_buffer_major_mode_hook): New.
+       (Fset_buffer_major_mode): Use it.
+
+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.
@@ -45,7 +68,7 @@
        (menu_items_inuse): New var.
        (syms_of_xmenu): Initialize it.
        (init_menu_items): Use it to detect re-entrance.
-       (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset it when done.
+       (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
        (Fx_popup_menu): Remove spurious XSETFRAME.
 
        * editfns.c (find_field): Make an exception for nil fields.