diff options
| author | Eli Zaretskii | 2010-03-20 07:14:01 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2010-03-20 07:14:01 -0400 |
| commit | f2cdb04ac04fb8f9f92bce11df6e4a020720208b (patch) | |
| tree | 4d231ff66e4145ce8967ed0c4ab71b364d05675f /src/ChangeLog | |
| parent | 8eef7665fa98baae93da5151c27ca0db4d1d6f5b (diff) | |
| parent | 22e8757456ea6608246d9c81a83f6c5119f2e1fb (diff) | |
| download | emacs-f2cdb04ac04fb8f9f92bce11df6e4a020720208b.tar.gz emacs-f2cdb04ac04fb8f9f92bce11df6e4a020720208b.zip | |
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 37a4cdb1b10..2eaefe41fac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,97 @@ | |||
| 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Remove support for old GNU/Linux using libc version 5. | ||
| 4 | * m/alpha.h (LINUX_SBRK_BUG): Remove definition. | ||
| 5 | * emacs.c (main): Remove code depending on LINUX_SBRK_BUG. | ||
| 6 | |||
| 7 | Consolidate redundant definitions in s/bsd-common.h. | ||
| 8 | * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO) | ||
| 9 | (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS) | ||
| 10 | (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of | ||
| 11 | doing it in all files that include this one. | ||
| 12 | * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO) | ||
| 13 | (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS) | ||
| 14 | (LDAV_SYMBOL, KERNEL_FILE): Remove. | ||
| 15 | * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO) | ||
| 16 | (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS) | ||
| 17 | (LDAV_SYMBOL, KERNEL_FILE): Remove. | ||
| 18 | * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO) | ||
| 19 | (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS) | ||
| 20 | (LDAV_SYMBOL, KERNEL_FILE): Remove. | ||
| 21 | |||
| 22 | Consolidate redundant definitions. | ||
| 23 | * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define, | ||
| 24 | it's undefined in all files that include this one. | ||
| 25 | (POSIX_SIGNALS): Define here instead of doing it in all files that | ||
| 26 | include this one. | ||
| 27 | * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef. | ||
| 28 | (POSIX_SIGNALS): Do not define. | ||
| 29 | * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef. | ||
| 30 | (POSIX_SIGNALS): Do not define. | ||
| 31 | * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef. | ||
| 32 | (POSIX_SIGNALS): Do not define. | ||
| 33 | |||
| 34 | Remove support for old UNIX System V systems. | ||
| 35 | * s/unixware.h: Add the contents of s/usg-5-4-2.h. | ||
| 36 | * s/usg-5-4-2.h: Remove. | ||
| 37 | |||
| 38 | Remove support for Solaris on PPC and for old versions. | ||
| 39 | * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h. | ||
| 40 | (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef | ||
| 41 | that cancel each other. | ||
| 42 | * s/sol2-3.h: | ||
| 43 | * s/sol2-4.h: | ||
| 44 | * s/sol2-5.h: Remove. | ||
| 45 | * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX. | ||
| 46 | (NO_REMAP): Remove, unused. | ||
| 47 | (UNEXEC): Move definition ... | ||
| 48 | * s/aix4-2.h (UNEXEC): ... here. | ||
| 49 | |||
| 50 | * s/openbsd.h: Remove support for non-ELF and for systems that do | ||
| 51 | not support shared libraries. | ||
| 52 | * s/netbsd.h: | ||
| 53 | * s/freebsd.h: Likewise. | ||
| 54 | |||
| 55 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 56 | |||
| 57 | Remove non-working support for lynxos 3.0. | ||
| 58 | * s/lynxos.h: Remove file. | ||
| 59 | |||
| 60 | * unexec.c (unexec, adjust_lnnoptrs): Do not depend on | ||
| 61 | COFF_BSD_SYMBOLS, nothing defines it anymore. | ||
| 62 | |||
| 63 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 64 | |||
| 65 | Remove obsolete uses of HAVE_SHM. | ||
| 66 | * emacs.c (standard_args): | ||
| 67 | (Fdump_emacs): | ||
| 68 | (syms_of_emacs): Remove code depending on HAVE_SHM. | ||
| 69 | |||
| 70 | * alloc.c: Remove HAVE_SHM dependent definition. | ||
| 71 | |||
| 72 | * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM. | ||
| 73 | |||
| 74 | 2010-03-18 Glenn Morris <rgm@gnu.org> | ||
| 75 | |||
| 76 | * emacs.c (USAGE4): Hard-code bug address. | ||
| 77 | (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove. | ||
| 78 | (bug_reporting_address): Remove. | ||
| 79 | (main): Don't call bug_reporting_address. | ||
| 80 | |||
| 81 | * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF) | ||
| 82 | (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp. | ||
| 83 | |||
| 84 | 2010-03-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 85 | |||
| 86 | * xfns.c (Fx_create_frame): | ||
| 87 | * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars | ||
| 88 | on left. | ||
| 89 | |||
| 90 | 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change) | ||
| 91 | |||
| 92 | * editfns.c (Fformat): Account for string precision when computing | ||
| 93 | field width (Bug#5710). | ||
| 94 | |||
| 1 | 2010-03-12 Chong Yidong <cyd@stupidchicken.com> | 95 | 2010-03-12 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 96 | ||
| 3 | * xfns.c (Fx_create_frame): Set default to Qright. | 97 | * xfns.c (Fx_create_frame): Set default to Qright. |