diff options
| author | Eli Zaretskii | 2012-10-09 20:28:06 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-09 20:28:06 +0200 |
| commit | b97f22cdad55a0964758cef3a19ce3fa1098657d (patch) | |
| tree | 8d078a5b2aab3f55708a5f8eeaf8ca0f022e6ee3 /src/ChangeLog | |
| parent | 87c141ce9750881f6203148e3c49d00710cd472e (diff) | |
| parent | b15736e6e33a52021a2a91b0b3360cd5a9803405 (diff) | |
| download | emacs-b97f22cdad55a0964758cef3a19ce3fa1098657d.tar.gz emacs-b97f22cdad55a0964758cef3a19ce3fa1098657d.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 49 |
1 files changed, 43 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d0670d05af3..25a4e92a1ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,15 +1,52 @@ | |||
| 1 | 2012-10-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_last_error): Change the return value to DWORD, to | ||
| 4 | match what GetLastError returns. Explain why the function is | ||
| 5 | needed. | ||
| 6 | |||
| 7 | * frame.c (delete_frame): Rename local variable 'tooltip_frame' to | ||
| 8 | 'is_tooltip_frame', to avoid confusion with its global namesake. | ||
| 9 | |||
| 10 | 2012-10-08 Daniel Colascione <dancol@dancol.org> | ||
| 11 | |||
| 12 | * xdisp.c (start_hourglass): Call w32_note_current_window when | ||
| 13 | HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32 | ||
| 14 | build that caused Emacs to display the hourglass cursor forever. | ||
| 15 | |||
| 16 | * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS, | ||
| 17 | which is broken under remote desktop, calculate the number of | ||
| 18 | colors available for a display based on the display's number of | ||
| 19 | planes and number of bits per pixel per plane. (bug#10397). | ||
| 20 | |||
| 21 | 2012-10-08 Jan Djärv <jan.h.d@swipnet.se> | ||
| 22 | |||
| 23 | * nsfont.m (Vfonts_in_cache): New variable. | ||
| 24 | (nsfont_open): Use unsignedLongLongValue for cache in case wide ints | ||
| 25 | are used. Add cached fonts to Vfonts_in_cache. | ||
| 26 | (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache. | ||
| 27 | |||
| 28 | 2012-10-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 29 | |||
| 30 | * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now | ||
| 31 | in nt/config.nt. | ||
| 32 | (FONT_H): Define after FRAME_H. | ||
| 33 | ($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)): | ||
| 34 | Update dependencies. | ||
| 35 | |||
| 36 | * w32term.c: Remove leftover declaration of keyboard_codepage. | ||
| 37 | |||
| 1 | 2012-10-08 Eli Zaretskii <eliz@gnu.org> | 38 | 2012-10-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 39 | ||
| 3 | * makefile.w32-in (FONT_H): Add $(FRAME_H). | 40 | * makefile.w32-in (FONT_H): Add $(FRAME_H). |
| 4 | (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H). | 41 | (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H). |
| 5 | ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies. | 42 | ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies. |
| 6 | (GLOBAL_SOURCES): Add cygw32.c. | 43 | (GLOBAL_SOURCES): Add cygw32.c. |
| 7 | ($(BLD)/unexw32.$(O)): | 44 | ($(BLD)/unexw32.$(O)): |
| 8 | ($(BLD)/w32.$(O)): | 45 | ($(BLD)/w32.$(O)): |
| 9 | ($(BLD)/w32console.$(O)): | 46 | ($(BLD)/w32console.$(O)): |
| 10 | ($(BLD)/w32fns.$(O)): | 47 | ($(BLD)/w32fns.$(O)): |
| 11 | ($(BLD)/w32heap.$(O)): | 48 | ($(BLD)/w32heap.$(O)): |
| 12 | ($(BLD)/w32menu.$(O)): | 49 | ($(BLD)/w32menu.$(O)): |
| 13 | ($(BLD)/w32proc.$(O)): Add w32common.h. | 50 | ($(BLD)/w32proc.$(O)): Add w32common.h. |
| 14 | 51 | ||
| 15 | * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now | 52 | * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now |