comparison src/ChangeLog.6 @ 83648:65663fcd2caa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 824-838) - Update from CVS - Merge from emacs--rel--22 - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Fix void function definition error in cus-edit.el - Restore lisp/emacs-lisp/cl-loaddefs.el * emacs--rel--22 (patch 70-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28
author Miles Bader <miles@gnu.org>
date Tue, 31 Jul 2007 05:50:45 +0000
parents 922696f363b0
children fc2bcd2a8aad f55f9811f5d7
comparison
equal deleted inserted replaced
83647:3468e549a55b 83648:65663fcd2caa
1641 cause. 1641 cause.
1642 1642
1643 * emacs.c (main) [DJGPP v2]: Make standard streams use binary mode. 1643 * emacs.c (main) [DJGPP v2]: Make standard streams use binary mode.
1644 Call `tzset' instead of `init_gettimeofday'. 1644 Call `tzset' instead of `init_gettimeofday'.
1645 1645
1646 * fileio.c [MSDOS]: If DJGPP version 2, include fcntl.h and string.h. 1646 * fileio.c [MSDOS]: If DJGPP version 3, include fcntl.h and string.h.
1647 1647
1648 * lread.c [MSDOS]: If DJGPP version 2, include unistd.h. 1648 * lread.c [MSDOS]: If DJGPP version 3, include unistd.h.
1649 Include msdos.h somewhat earlier. For X_OK. 1649 Include msdos.h somewhat earlier. For X_OK.
1650 1650
1651 * unexec.c [DJGPP v2]: Include fcntl.h. 1651 * unexec.c [DJGPP v2]: Include fcntl.h.
1652 (copy_text_and_data) [DJGPP v2]: Momentarily restore 1652 (copy_text_and_data) [DJGPP v2]: Momentarily restore
1653 the hardware exceptions table before dumping it. 1653 the hardware exceptions table before dumping it.
1662 * s/msdos.h (DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS) 1662 * s/msdos.h (DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
1663 (POSIX_SIGNALS): Define if DJGPP v2. 1663 (POSIX_SIGNALS): Define if DJGPP v2.
1664 (LIBS_SYSTEM, chdir, NO_MODE_T, TEXT_START, NO_MATHERR) 1664 (LIBS_SYSTEM, chdir, NO_MODE_T, TEXT_START, NO_MATHERR)
1665 (LOCALTIME_CACHE, tzset): Don't define if DJGPP v2. 1665 (LOCALTIME_CACHE, tzset): Don't define if DJGPP v2.
1666 1666
1667 * msdos.c [MSDOS]: If DJGPP version 2, include fcntl.h. 1667 * msdos.c [MSDOS]: If DJGPP version 3, include fcntl.h.
1668 (_crt0_startup_flags): Initialize to work 1668 (_crt0_startup_flags): Initialize to work
1669 correctly both with and without GNU `malloc' and `ralloc'. 1669 correctly both with and without GNU `malloc' and `ralloc'.
1670 (internal_terminal_init): Use only 3 bits when setting background 1670 (internal_terminal_init): Use only 3 bits when setting background
1671 colors. 1671 colors.
1672 (init_environment): Call tzset, not init_gettimeofday. 1672 (init_environment): Call tzset, not init_gettimeofday.
5359 5359
5360 This file is part of GNU Emacs. 5360 This file is part of GNU Emacs.
5361 5361
5362 GNU Emacs is free software; you can redistribute it and/or modify 5362 GNU Emacs is free software; you can redistribute it and/or modify
5363 it under the terms of the GNU General Public License as published by 5363 it under the terms of the GNU General Public License as published by
5364 the Free Software Foundation; either version 2, or (at your option) 5364 the Free Software Foundation; either version 3, or (at your option)
5365 any later version. 5365 any later version.
5366 5366
5367 GNU Emacs is distributed in the hope that it will be useful, 5367 GNU Emacs is distributed in the hope that it will be useful,
5368 but WITHOUT ANY WARRANTY; without even the implied warranty of 5368 but WITHOUT ANY WARRANTY; without even the implied warranty of
5369 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 5369 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the