Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 369:1d62742628b6 r21-1-14
Import from CVS: tag r21-1-14
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 11:01:51 +0200 |
| parents | a4f53d9b3154 |
| children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
| 368:397a7324211a | 369:1d62742628b6 |
|---|---|
| 1 2001-01-27 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 2 | |
| 3 * XEmacs 21.1.14 is released | |
| 4 | |
| 5 2001-01-18 Martin Buchholz <martin@xemacs.org> | |
| 6 | |
| 7 * alloc.c (INVALID_POINTER_VALUE): Use SIZEOF_LONG, not SIZEOF_INT. | |
| 8 Fixes crashes on 64-bit systems. | |
| 9 Delete "support" for 48-bit systems. | |
| 10 | |
| 11 2001-01-13 Martin Buchholz <martin@xemacs.org> | |
| 12 | |
| 13 Port XEmacs to AIX xlC -O3 -qansialias. | |
| 14 * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New. From 21.2. | |
| 15 (FREE_STRUCT_P): Make aliasing-optimization-resistant. | |
| 16 (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant. | |
| 17 (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant. | |
| 18 | |
| 19 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 20 | |
| 21 * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue. | |
| 22 | |
| 23 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 24 | |
| 25 * console.c (Fset_input_method): Trigger redisplay on tty. | |
| 26 | |
| 27 2001-01-12 Martin Buchholz <martin@xemacs.org> | |
| 28 | |
| 29 Pty fixes for HP-UX and AIX and BSD and SunOS4 backported from 21.2. | |
| 30 Makes ``M-x shell; sleep 1000; Signals->Send KILL'' work. | |
| 31 | |
| 32 * ../configure.in: Detect killpg. | |
| 33 * config.h.in: Define HAVE_KILLPG. | |
| 34 * syssignal.h (EMACS_KILLPG): Autoconfiscate using HAVE_KILLPG. | |
| 35 Needed to have EMACS_KILLPG work on SunOS4. An ancient bug. | |
| 36 | |
| 37 * process-unix.c (try_to_initialize_subtty): New, from 21.2. | |
| 38 * process-unix.c (unix_kill_child_process): Backported from 21.2. | |
| 39 | |
| 40 * sysproc.h: Include <stropts.h> and <strtio.h>. | |
| 41 * config.h.in: Define HAVE_STROPTS_H and STRTIO_H | |
| 42 * ../configure.in: Detect <stropts.h> and <strtio.h>. | |
| 43 So that TIOCSIGNAL is defined on HP-UX. | |
| 44 | |
| 45 2001-01-09 Martin Buchholz <martin@xemacs.org> | |
| 46 | |
| 47 * process-unix.c (unix_create_process): | |
| 48 Always disconnect_controlling_terminal() for subprocesses, whether | |
| 49 using ptys or not. | |
| 50 Fixes failure to create useful shell buffer via | |
| 51 (let ((process-connection-type nil)) (shell)) | |
| 52 | |
| 53 2001-01-08 Martin Buchholz <martin@xemacs.org> | |
| 54 | |
| 55 Port to Netbsd 1.5. | |
| 56 * unexelf.c: Remove (never used) bogus Netbsd-specific cruft. | |
| 57 * s/netbsd.c: Use unexelf.o if __ELF__ is defined. | |
| 58 | |
| 1 2001-01-07 XEmacs Build Bot <builds@cvs.xemacs.org> | 59 2001-01-07 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 2 | 60 |
| 3 * XEmacs 21.1.13 is released | 61 * XEmacs 21.1.13 is released |
| 4 | 62 |
| 5 2000-12-16 Stephen J. Turnbull <stephen@xemacs.org> | 63 2000-12-16 Stephen J. Turnbull <stephen@xemacs.org> |
