aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2012-10-29 09:24:29 -0800
committerDaniel Colascione2012-10-29 09:24:29 -0800
commitba11600816880f862a7a85899bfa3dc41c176273 (patch)
tree18f4f2ed554b2e93a1d2588a25e7df1d9339fbde /src/ChangeLog
parentd7f9cc85284bc159166d1c600100b0080bfad494 (diff)
downloademacs-ba11600816880f862a7a85899bfa3dc41c176273.tar.gz
emacs-ba11600816880f862a7a85899bfa3dc41c176273.zip
2012-10-29 Daniel Colascione <dancol@dancol.org>
cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode): In preparation for fixing bug#12739, move these functions from here... * coding.h, coding.c: ... to here, and compile them only when WINDOWSNT or HAVE_NTGUI. Moving these functions out of cygw32 proper lets us write cygw32-agnostic code for the HAVE_NTGUI case.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index beec867d333..c76bbb5a260 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-10-29 Daniel Colascione <dancol@dancol.org>
2
3 * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode): In
4 preparation for fixing bug#12739, move these functions from
5 here...
6
7 * coding.h, coding.c: ... to here, and compile them only when
8 WINDOWSNT or HAVE_NTGUI. Moving these functions out of cygw32
9 proper lets us write cygw32-agnostic code for the HAVE_NTGUI case.
10
12012-10-28 Eli Zaretskii <eliz@gnu.org> 112012-10-28 Eli Zaretskii <eliz@gnu.org>
2 12
3 * w32proc.c (TIMER_TICKS_PER_SEC): New macro. 13 * w32proc.c (TIMER_TICKS_PER_SEC): New macro.