emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110479: ChangeLog fixes


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110479: ChangeLog fixes
Date: Mon, 08 Oct 2012 23:33:51 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110479
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-10-08 23:33:51 -0700
message:
  ChangeLog fixes
modified:
  src/ChangeLog
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-08 19:58:54 +0000
+++ b/src/ChangeLog     2012-10-09 06:33:51 +0000
@@ -4,18 +4,18 @@
        HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32
        build that caused Emacs to display the hourglass cursor forever.
 
+       * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
+       which is broken under remote desktop, calculate 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  Jan Djärv  <address@hidden>
+
        * 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  <address@hidden>
-       * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
-       which is broken under remote desktop, calculate 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  <address@hidden>
 
        * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
@@ -32,12 +32,12 @@
        (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
        ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
        (GLOBAL_SOURCES): Add cygw32.c.
-       ($(BLD)/unexw32.$(O)): 
-       ($(BLD)/w32.$(O)): 
-       ($(BLD)/w32console.$(O)): 
-       ($(BLD)/w32fns.$(O)): 
-       ($(BLD)/w32heap.$(O)): 
-       ($(BLD)/w32menu.$(O)): 
+       ($(BLD)/unexw32.$(O)):
+       ($(BLD)/w32.$(O)):
+       ($(BLD)/w32console.$(O)):
+       ($(BLD)/w32fns.$(O)):
+       ($(BLD)/w32heap.$(O)):
+       ($(BLD)/w32menu.$(O)):
        ($(BLD)/w32proc.$(O)): Add w32common.h.
 
        * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now


reply via email to

[Prev in Thread] Current Thread [Next in Thread]