]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
Ensure NS frames remain hidden when invisible
[gnu-emacs] / src / ChangeLog
index d4b1c2daadda23ff9bcb628a3d3c47089d012e4d..3a44cebd1ab280270ae32ce2f792eb7fdb2c5257 100644 (file)
@@ -1,13 +1,42 @@
+2009-05-25  David Reitter  <david.reitter@gmail.com>
+
+       * nsterm.m (ns_raise_frame): only raise frame if visible.
+       (x_make_frame_visible): move frame to front rather than calling
+       ns_raise_frame().
+       (keyDown:) do not swallow events that aren't re-sent if frame
+       isn't key window.
+       (drawRect:) do not set visibility/iconified flags because
+       drawRect may be called by NSView even if the frame is hidden.
+
+       * nsfns.m (Fx_create_frame): follow other ports in
+       determining visibility; default to t. Ensure async_visible is set.
+
+2009-05-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * dired.c (Ffile_attributes): Doc fix.
+
+2009-05-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
+
+2009-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
+       and xfont_scratch_props.
+       (syms_of_xfont): Do it here instead.
+       (xfont_find_ccl_program): Delete, unused.
+       (xfont_open): Delete unused var `i'.
+
 2009-05-21  Kenichi Handa  <handa@m17n.org>
 
        * fontset.c (Qlatin): Don't make it static.
 
-       * xfont.c (xfont_chars_supported, xfont_supported_scripts): New
-       functions.
+       * xfont.c (xfont_chars_supported, xfont_supported_scripts):
+       New functions.
        (xfont_scripts_cache, xfont_scratch_props): New variables.
        (Qlatin, Vscalable_fonts_allowed): Extern it.
-       (xfont_list_pattern): Argument changed.  Callers changed.  Check
-       Vscalable_fonts_allowed.  Check the support of a script.
+       (xfont_list_pattern): Argument changed.  Callers changed.
+       Check Vscalable_fonts_allowed.  Check the support of a script.
        (xfont_list): Don't reject a font spec with :script property.
        (xfont_has_char): Fix setting of encoding.
        (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
@@ -15,7 +44,7 @@
 
 2009-05-19  Kenichi Handa  <handa@m17n.org>
 
-       * font.c (font_sort_entities): Renamed from font_sort_entites.
+       * font.c (font_sort_entities): Rename from font_sort_entites.
        Callers changed.
 
 2009-05-18  Kenichi Handa  <handa@m17n.org>