Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 221:6c0ae1f9357f r20-4b9
Import from CVS: tag r20-4b9
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:10:02 +0200 |
| parents | 262b8bb4a523 |
| children | 2c611d1463a6 |
comparison
equal
deleted
inserted
replaced
| 220:04f4bca7b601 | 221:6c0ae1f9357f |
|---|---|
| 1 1997-12-08 Kirill M. Katsnelson <kkm@kis.ru> | |
| 2 | |
| 3 * device.h: device::fdin and device::fdout are now defined for | |
| 4 systems which do not HAVE_UNIXOID_EVENT_LOOP. | |
| 5 * device-tty.c, process.c, signal.c: call to signal_fake_event() | |
| 6 bracketed out by #ifdef HAVE_UNIXOID_EVENT_LOOP / #endif | |
| 7 directives. | |
| 8 * signal.c: For Win32 systems, longjmp in signal handler excluded | |
| 9 * nt.c, syssignal.h, systime.h: emulation for SIGALRM and SIGPROF | |
| 10 and setitimer for Win32 platforms. Profiling now works. | |
| 11 * emacs.c: calls to syms_of_profile and vars_of_profile enabled | |
| 12 on Win32 platforms. | |
| 13 * ntproc.c: handling of SIGCHLD now done by the common signal | |
| 14 faking mechanism. (To no avail - subprocesses still broken) | |
| 15 * s/windowsnt.h: Signal constants added | |
| 16 * redisplay-msw.c: "Sticky" beep which blocked XEmacs until the | |
| 17 sound finishes is now repaired | |
| 18 | |
| 19 1997-12-06 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
| 20 | |
| 21 * frame-msw.c, msw-proc.c | |
| 22 Further changes to resizing code so that changing default | |
| 23 font, either in .emacs or later, works properly. | |
| 24 | |
| 25 * msw-proc.c | |
| 26 Minor optimization: Mouse movement events aren't generated | |
| 27 while the user is resizing the frame. | |
| 28 Function keys are returned lower-case. | |
| 29 | |
| 30 1997-12-09 P. E. Jareth Hein <jareth@camelot-soft.com> | |
| 31 | |
| 32 * glyphs-x.c (imagick_instantiate): fix it so that it works | |
| 33 properly for PseudoClass files. Still needs some thinking for | |
| 34 full color... Also added support for old image instantiators | |
| 35 in various places using the OLDCOMPAT define | |
| 36 | |
| 37 1997-12-08 Kyle Jones <kyle_jones@wonderworks.com> | |
| 38 | |
| 39 * event-stream.c (Faccelerate_menu): Check for the | |
| 40 existence of a menubar associated with the selected frame | |
| 41 before trying to use it. Signal an error if there is | |
| 42 no menubar. | |
| 43 | |
| 1 1997-12-06 P E Jareth Hein <jareth@camelot-soft.com> | 44 1997-12-06 P E Jareth Hein <jareth@camelot-soft.com> |
| 2 | 45 |
| 3 * device-x.c: Change -privcmap to -privatecolormap. | 46 * device-x.c: Change -privcmap to -privatecolormap. |
| 4 * events.c: corret minor think-o. | 47 * events.c: corret minor think-o. |
| 5 | 48 |
