* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
[bpt/emacs.git] / src / ChangeLog
index c40dc4c..6ac4dfc 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
+
 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * emacs.c (inhibit_x_resources): Update doc string for NS.
@@ -9,6 +13,10 @@
        * nsterm.m (ns_no_defaults): Remove.
        (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
        (ns_use_qd_smoothing): Remove legacy variable.
+       (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
+       don't update the NSWindow itself.
+       (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
+       state detection and store user rect ourselves. (Bug #3581)
 
        * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
        ns_use_qd_smoothing.
@@ -16,6 +24,7 @@
        * nsfns.m (x_get_string_resource): Ape just-previous changes to other
        platform versions.  Drop support for emacs-20-style face specs.
        (x-close-connection): Drop PSFlush() under OS X.
+       (x-focus-frame): Activate the app first.
 
 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>