Move GC_MARK_SECONDARY_STACK from src/s to configure
[bpt/emacs.git] / ChangeLog
2012-07-13 Glenn MorrisMove GC_MARK_SECONDARY_STACK from src/s to configure
2012-07-13 Glenn MorrisRemove some src/s files that are now empty
2012-07-13 Glenn MorrisMove "system type" macros from src/s to configure
2012-07-13 Glenn MorrisMove NSIG_MINIMUM from src/s to configure
2012-07-13 Glenn MorrisMove ULIMIT_BREAK_VALUE from src/s to configure
2012-07-13 Glenn MorrisMove darwin.h's SYSTEM_PURESIZE_EXTRA setting to configure
2012-07-12 Glenn MorrisMove NO_EDITRES from src/s to configure
2012-07-12 Glenn MorrisMove UNIX98_PTYS from src/s to configure
2012-07-12 Glenn MorrisMove PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF from src...
2012-07-12 Glenn MorrisMove PTY_OPEN from src/s to configure
2012-07-12 Glenn MorrisMove FIRST_PTY_LETTER, PTY_ITERATION from src/s to...
2012-07-12 Glenn MorrisMove more things from src/s to configure
2012-07-12 Glenn MorrisMove more stuff from src/s to configure
2012-07-12 Glenn MorrisMove some AIX defines from src/s to configure
2012-07-12 Glenn MorrisMove NO_ABORT from src/s to configure
2012-07-12 Glenn MorrisMove setting of NO_MATHERR for Darwin from src/s to...
2012-07-12 Glenn MorrisMove NARROWPROTO from src/s to configure
2012-07-11 Glenn MorrisAll platforms using configure support HAVE_PTYS and...
2012-07-11 Glenn MorrisMove INTERRUPT_INPUT from src/s to configure
2012-07-11 Glenn MorrisMove SIGNALS_VIA_CHARACTERS from src/s to configure
2012-07-11 Paul Eggert* configure.ac (tzset): Remove redundant check.
2012-07-11 Glenn MorrisAll the cool platforms support CLASH_DETECTION...
2012-07-11 Paul EggertAssume mkdir, rmdir.
2012-07-11 Glenn MorrisRemove src/s/gnu.h
2012-07-11 Glenn MorrisMove GNU_LIBRARY_PENDING_OUTPUT_COUNT from src/s to...
2012-07-11 Paul EggertAssume rename.
2012-07-11 Paul EggertAssume strerror.
2012-07-11 Glenn MorrisMove DONT_REOPEN_PTY from src/s to configure
2012-07-11 Glenn MorrisLet configure set DEFAULT_SOUND_DEVICE
2012-07-11 Paul EggertRemove "#define unix" that is no longer needed (Bug...
2012-07-10 Glenn MorrisMove PENDING_OUTPUT_COUNT from src/s to configure
2012-07-10 Glenn MorrisMove DATA_START, DATA_SEG_BITS from src/s to configure
2012-07-09 Andreas Schwab* configure.ac (PNG_DEPSTRUCT): Define this instead of
2012-07-09 Paul EggertAdd GCC-style 'const' attribute to functions that can...
2012-07-09 Juanma Barranquerolib/makefile.w32-in: Rework dependencies.
2012-07-09 Paul EggertMerge from gnulib.
2012-07-09 Paul EggertMention coordinates of recent Autoconf change, thanks...
2012-07-09 Paul EggertMerge from trunk.
2012-07-09 Paul EggertRename configure.in to configure.ac.
2012-07-08 Paul EggertRestore deprecation warnings, except for older libpng.
2012-07-07 Juanma BarranqueroFix ChangeLog typos.
2012-07-07 Andreas Schwab* configure.in (WARN_CFLAGS): Add -Wno-deprecated-decla...
2012-07-07 Paul EggertImprove static checking when configured --with-ns.
2012-07-07 Glenn Morris* configure.in (BROKEN_SA_RESTART): Doc fix.
2012-07-07 Glenn MorrisReplace some src/s undefs by never even checking on...
2012-07-07 Juanma BarranqueroUpdate Windows port to gnulib changes in 2012-07-06T21...
2012-07-06 Paul Eggert* configure.in: Document --enable-gcc-warnings better.
2012-07-06 Paul EggertUse c_strcasecmp for ASCII case-insensitive comparison.
2012-07-06 Paul Eggerttimespec-sub: avoid duplicate include
2012-07-06 Glenn MorrisTweaks for make-dist --update.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-06 Paul EggertPort to OpenBSD 5.1 amd64.
2012-07-04 Paul EggertMerge from gnulib.
2012-07-04 Dmitry AntipovFix compilation with --enable-gcc-warnings and -O1
2012-06-30 Glenn MorrisMake --no-site-lisp work for --enable-locallisppath...
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-28 Dmitry Antipov* configure.in: Fix previous change. Remove --enable...
2012-06-28 Dmitry Antipov* configure.in: Add glyphs category to --enable-checkin...
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-28 Paul Eggert* configure.in: Don't check for sys/select.h, sys/time...
2012-06-28 Paul EggertMerge from gnulib.
2012-06-27 Glenn Morris* configure.in: Only check for paxctl on gnu-linux.
2012-06-27 Glenn MorrisRemove paths.el
2012-06-26 Eli ZaretskiiFix parallel bootstrap on MS-Windows in lib/ and lisp/.
2012-06-26 Paul EggertClean out last vestiges of the old HAVE_CONFIG_H stuff.
2012-06-25 Dmitry Antipov* configure.in (AC_CHECK_FUNCS): Detect library functions
2012-06-24 Paul EggertSwitch from NO_RETURN to C11's _Noreturn.
2012-06-24 Eli ZaretskiiImprove port of struct timespec to MS-Windows.
2012-06-23 Paul EggertMerge from gnulib.
2012-06-23 Eli ZaretskiiFix the MS-Windows build broken by 2012-06-22T21:17...
2012-06-23 Andreas Schwab* configure.in: Don't use AC_CHECK_FUNCS_ONCE, which...
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-22 Paul EggertMerge from gnulib.
2012-06-21 Ulrich Mueller* configure.in: Use m/intel386.h for amd64 with x32...
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-17 Glenn MorrisChangeLog fix
2012-06-17 Alp AkerImplement wave-style variant of underlining.
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-13 Andreas SchwabUse a simple struct to implement compile time checks...
2012-06-12 Glenn MorrisRemove src/s/sol2-10.h
2012-06-12 Glenn MorrisRemove src/s/hpux11.h
2012-06-12 Glenn MorrisRemove a couple of src/s files
2012-06-12 Glenn MorrisMove NO_TERMIO, BROKEN_SIGIO from src/s to configure
2012-06-12 Paul Eggert* configure.in: Coalesce some function checking.
2012-06-12 Glenn Morris* configure.in: Anticipate platforms with no src/s...
2012-06-12 Chong YidongHandle availability of MagickMergeImageLayers and Magic...
2012-06-11 Glenn MorrisMove SYSTEM_TYPE from src/s to configure
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-06-09 Michael Albinus* configure.in (dbus_type_is_valid): Check for library...
2012-06-06 Glenn MorrisRemove lib-src/vcdiff
2012-06-03 Glenn MorrisRemove lib-src/rcs-checkin
2012-06-03 Ulrich MüllerWorkaround dumping problem on PaX-enabled Linux kernels
2012-06-01 Paul EggertRemove --disable-maintainer-mode option from 'configure...
2012-06-01 Chong YidongBump version to 24.1.
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-28 Paul EggertMake 'configure' a bit smaller and faster.
2012-05-27 Eli ZaretskiiFix the MSDOS build following gnulib update.
2012-05-27 Eli ZaretskiiFix the MS-Windows build broken by 1995-02-25T20:57...
2012-05-27 Paul EggertAssume gnulib does largefile.
next