aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-10-08 23:33:51 -0700
committerGlenn Morris2012-10-08 23:33:51 -0700
commitfd59cb292fa47be30b79a2190a0f404d4f673344 (patch)
tree32887070dd69e7962ad71847f34235ebc9c68abf /src
parent94c66ce57bb8992de45349f8e8849797d4bdd3a7 (diff)
downloademacs-fd59cb292fa47be30b79a2190a0f404d4f673344.tar.gz
emacs-fd59cb292fa47be30b79a2190a0f404d4f673344.zip
ChangeLog fixes
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7470a1d0968..1acf2e0b5f9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,18 +4,18 @@
4 HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32 4 HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32
5 build that caused Emacs to display the hourglass cursor forever. 5 build that caused Emacs to display the hourglass cursor forever.
6 6
7 * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
8 which is broken under remote desktop, calculate the number of
9 colors available for a display based on the display's number of
10 planes and number of bits per pixel per plane. (bug#10397).
11
72012-10-08 Jan Djärv <jan.h.d@swipnet.se> 122012-10-08 Jan Djärv <jan.h.d@swipnet.se>
13
8 * nsfont.m (Vfonts_in_cache): New variable. 14 * nsfont.m (Vfonts_in_cache): New variable.
9 (nsfont_open): Use unsignedLongLongValue for cache in case wide ints 15 (nsfont_open): Use unsignedLongLongValue for cache in case wide ints
10 are used. Add cached fonts to Vfonts_in_cache. 16 are used. Add cached fonts to Vfonts_in_cache.
11 (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache. 17 (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
12 18
132012-10-08 Daniel Colascione <dancol@dancol.org>
14 * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
15 which is broken under remote desktop, calculate the number of
16 colors available for a display based on the display's number of
17 planes and number of bits per pixel per plane. (bug#10397).
18
192012-10-08 Juanma Barranquero <lekktu@gmail.com> 192012-10-08 Juanma Barranquero <lekktu@gmail.com>
20 20
21 * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now 21 * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
@@ -32,12 +32,12 @@
32 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H). 32 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
33 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies. 33 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
34 (GLOBAL_SOURCES): Add cygw32.c. 34 (GLOBAL_SOURCES): Add cygw32.c.
35 ($(BLD)/unexw32.$(O)): 35 ($(BLD)/unexw32.$(O)):
36 ($(BLD)/w32.$(O)): 36 ($(BLD)/w32.$(O)):
37 ($(BLD)/w32console.$(O)): 37 ($(BLD)/w32console.$(O)):
38 ($(BLD)/w32fns.$(O)): 38 ($(BLD)/w32fns.$(O)):
39 ($(BLD)/w32heap.$(O)): 39 ($(BLD)/w32heap.$(O)):
40 ($(BLD)/w32menu.$(O)): 40 ($(BLD)/w32menu.$(O)):
41 ($(BLD)/w32proc.$(O)): Add w32common.h. 41 ($(BLD)/w32proc.$(O)): Add w32common.h.
42 42
43 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now 43 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now