1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00
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
..
aix4-2.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
bsd-common.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
cygwin.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
darwin.h * nsmenu.m (pop_down_menu): New function. 2009-02-04 11:31:28 +00:00
freebsd.h Comment (add author based on authors.el). 2009-01-10 22:22:38 +00:00
gnu-kfreebsd.h
gnu-linux.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
gnu.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
hpux10-20.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
hpux11.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
irix6-5.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
lynxos.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
ms-w32.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
msdos.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
netbsd.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
openbsd.h
README
sol2-3.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
sol2-4.h * s/sol2.h: 2008-07-17 14:09:13 +00:00
sol2-5.h * s/vms.h: 2008-07-10 03:26:06 +00:00
sol2-6.h
sol2-10.h * sysdep.c (system_process_attributes): Add implementation for Solaris. 2008-12-19 20:58:37 +00:00
template.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
unixware.h
usg5-4-2.h Add 2009 to copyright years. 2009-01-08 03:15:17 +00:00
usg5-4.h Add 2009 to copyright years. 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.