]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge into trunk
authorDaniel Colascione <dancol@dancol.org>
Mon, 8 Oct 2012 18:47:29 +0000 (10:47 -0800)
committerDaniel Colascione <dancol@dancol.org>
Mon, 8 Oct 2012 18:47:29 +0000 (10:47 -0800)
1  2 
src/ChangeLog

diff --cc src/ChangeLog
index b348ec0653823743460c7c2c5cc498def1352de9,1d90b7bb9e1c93854d44d38f0a206a335a10742c..4531cee8dba7b17bbf09efe7bc9e56426aa4e609
@@@ -1,10 -1,10 +1,15 @@@
 -2012-10-08  Daniel Colascione  <dancol@dancol.org>
 +2012-10-08  Jan Djärv  <jan.h.d@swipnet.se>
 +      * nsfont.m (Vfonts_in_cache): New variable.
 +      (nsfont_open): Use unsignedLongLongValue for cache in case wide ints
 +      are used.  Add cached fonts to Vfonts_in_cache.
 +      (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
  
++2012-10-08  Daniel Colascione  <dancol@dancol.org>
+       * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
+       which is broke under remote desktop, calculating the number of
+       colors available for a display based on the display's number of
+       planes and number of bits per pixel per plane.  (bug#10397).
  2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
  
        * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now