Files
emacs/src/s
Adrian Robert c96169a0b1 * nsmenu.m (pop_down_menu): New function.
(ns_popup_dialog): Call it on unwind.
(EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
call timer_check() (Bug#2154).
(EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
handling_signal is set.
(EmacsMenu-fillWithWidgetValue:): Set submenu title.

* s/darwin.h: Same and NO_SOCK_SIGIO as well.

* nsterm.m (ns_read_socket): Same and don't set handling_signal.

* keyboard.c (poll_for_input_1, handle_async_input): Set
handling_signal under HAVE_NS.
2009-02-04 11:31:28 +00:00
..
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2008-07-10 15:26:15 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2008-07-17 14:09:13 +00:00
2008-07-10 03:26:06 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00
2009-01-08 03:15:17 +00:00

This directory contains C header files containing
operating-system-specific definitions.  Each file describes a
particular operating system.  The emacs configuration script edits
../config.h to include the appropriate one of these files, and then
each emacs source file includes config.h.

template.h is a generic template for system descriptions; it describes
the parameters a system file can specify.