diff options
| author | Eli Zaretskii | 2012-10-08 21:58:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-08 21:58:54 +0200 |
| commit | 2b1f11ed71db0344deb3c469bba09bd2cda3f0bd (patch) | |
| tree | 9cf00bccc0966c8b2c661a0bdab4b9b70e7f0279 /src/ChangeLog | |
| parent | caec1ef5a053b51b6d160d0ca8b231f3c4225b1d (diff) | |
| download | emacs-2b1f11ed71db0344deb3c469bba09bd2cda3f0bd.tar.gz emacs-2b1f11ed71db0344deb3c469bba09bd2cda3f0bd.zip | |
Fix wording in src/ChangeLog entries from last commits.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c2c6a72d43f..7470a1d0968 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | 2012-10-08 Daniel Colascione <dancol@dancol.org> | 1 | 2012-10-08 Daniel Colascione <dancol@dancol.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (start_hourglass): Call w32_note_current_window when | 3 | * xdisp.c (start_hourglass): Call w32_note_current_window when |
| 4 | HAVE_NTGUI but not WINDOWSNT, resolving a problem that caused | 4 | HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32 |
| 5 | Emacs to display the hourglass cursor forever. | 5 | build that caused Emacs to display the hourglass cursor forever. |
| 6 | 6 | ||
| 7 | 2012-10-08 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2012-10-08 Jan Djärv <jan.h.d@swipnet.se> |
| 8 | * nsfont.m (Vfonts_in_cache): New variable. | 8 | * nsfont.m (Vfonts_in_cache): New variable. |
| @@ -12,7 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | 2012-10-08 Daniel Colascione <dancol@dancol.org> | 13 | 2012-10-08 Daniel Colascione <dancol@dancol.org> |
| 14 | * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS, | 14 | * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS, |
| 15 | which is broke under remote desktop, calculating the number of | 15 | which is broken under remote desktop, calculate the number of |
| 16 | colors available for a display based on the display's 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). | 17 | planes and number of bits per pixel per plane. (bug#10397). |
| 18 | 18 | ||