comparison notes.txt @ 5928:2f34b59f451a cygwin

from Vin?
author Henry Thompson <ht@markup.co.uk>
date Fri, 24 Jul 2015 14:48:46 +0100
parents 08cfc8f77fb6
children f5dfcf2323bc c608d4b0b75e
comparison
equal deleted inserted replaced
5926:da02ba75e50a 5928:2f34b59f451a
270 qxeSetWindowLong (hwnd, XWL_FRAMEOBJ, (intptr_t)STORE_LISP_IN_VOID (frame_obj)); 270 qxeSetWindowLong (hwnd, XWL_FRAMEOBJ, (intptr_t)STORE_LISP_IN_VOID (frame_obj));
271 at the end of mswindows_init_frame_1 in frame-msw.c 271 at the end of mswindows_init_frame_1 in frame-msw.c
272 a) Should be ...LongtPtr 272 a) Should be ...LongtPtr
273 b) Not enough room allocated for a 64-bit long ptr -- fixed in 273 b) Not enough room allocated for a 64-bit long ptr -- fixed in
274 console-msw-impl.h 274 console-msw-impl.h
275 ----
276 Trying to get a clean diff to send to Vin
277 Need Change log entries!
278 Working with /c/C32/usr/local/src/xemacs-21.5-mine vs. -upstream (now
279 pulled from xemacs, not xemacs-beta)
280 _Only_ new files are
281 src/s/cygwin64.h
282 src/m/x86_64.h
283 Changed files are
284 > diff -rq --exclude=.hg --exclude=info --exclude=*.{o,i,exe,elc} xemacs-21.5-{upstream,mine}|egrep -v Only | cut -f 2 -d ' ' | cut -f 2- -d /
285 ChangeLog
286 README
287 configure
288 configure.ac
289 lib-src/gnuclient.c
290 lib-src/make-mswin-unicode.pl
291 lib-src/winclient.c
292 src/console-msw-impl.h
293 src/console-msw.c
294 src/device-impl.h
295 src/device.c
296 src/dialog-msw.c
297 src/event-msw.c
298 src/frame-msw.c
299 src/frame.c
300 src/glyphs-msw.c
301 src/glyphs.c
302 src/intl-auto-encap-win32.c
303 src/intl-auto-encap-win32.h
304 src/intl-encap-win32.c
305 src/menubar-msw.c
306 src/process-unix.c
307 src/scrollbar-msw.c
308 src/specifier.c
309 src/toolbar-msw.c
310 src/win32.c