handle Ctrl-tab. (Bug#1841)
(ns_get_color): Use unsigned long long for scanned hex string value.
(ns_term_shutdown): Abort on non SIGTERM signals.
+ (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
* nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI.
(Bug#1316)
- (IBAction)runHelp: (id)sender
{
Feval (Fcons (intern ("info"),
- Fcons (build_string ("(ns-emacs)Preferences Panel"), Qnil)));
+ Fcons (build_string ("(emacs)Mac / GNUstep Customization"),
+ Qnil)));
SET_FRAME_GARBAGED (frame);
ns_send_appdefined (-1);
}
{
Lisp_Object lispFrame;
XSETFRAME (lispFrame, frame);
+ ns_raise_frame(frame);
Fns_popup_color_panel (lispFrame);
}
{
Lisp_Object lispFrame;
XSETFRAME (lispFrame, frame);
+ ns_raise_frame(frame);
Fns_popup_font_panel (lispFrame);
}