Refactor window-system configuration
[bpt/emacs.git] / ChangeLog
2012-09-01 Daniel ColascioneRefactor window-system configuration
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-26 Paul Eggert* configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2012-08-25 Juanma Barranquerolib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update...
2012-08-25 Eli ZaretskiiMS-Windows adaptations for 2012-08-25T04:04:08Z!eggert...
2012-08-25 Paul EggertOn assertion failure, print backtrace if available.
2012-08-24 Chong YidongUpdate release logs
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Glenn MorrisAdd option to not create bin/emacs link to bin/emacs...
2012-08-21 Paul EggertMerge from gnulib.
2012-08-20 Glenn MorrisUse symlink in installed bin/ directory, where supported
2012-08-19 Paul EggertMerge from gnulib.
2012-08-18 Paul Eggert* lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2012-08-17 Jan BeichFix pty handling on FreeBSD 8.0 (tiny change)
2012-08-16 Kenichi Handamerge trunk
2012-08-15 Chong YidongBump version to 24.2
2012-08-14 Chong YidongFix build failure with glibc-2.16.
2012-08-14 Paul EggertMerge from gnulib.
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-10 Juanma Barranquero* lib/makefile.w32-in (STAT_TIME_H): New macro.
2012-08-10 Glenn MorrisMove DIRECTORY_SEP from lisp.h to config.h
2012-08-08 Dmitry AntipovFix and document recently introduced configuration...
2012-08-07 Dmitry Antipov* configure.ac: New option --disable-features.
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-07 Glenn MorrisSet a minimum automake version
2012-08-06 Glenn MorrisGrammar fixes
2012-08-06 Glenn MorrisGuard against potential configure bug wrt HAVE_GETWD
2012-08-06 Glenn MorrisRemove GNU_LIBRARY_PENDING_OUTPUT_COUNT
2012-08-05 Michael Albinus* INSTALL: Explain, how to disable D-Bus at all. ...
2012-08-05 Ulrich Müller* configure.ac: Disable paxctl if binaries don't have...
2012-08-03 Eli ZaretskiiAdapt lib/makefile.w32-in to latest gnulib imports.
2012-08-03 Eli ZaretskiiFix a typo in top-level ChangeLog.
2012-08-03 Paul EggertMerge from gnulib.
2012-08-02 YAMAMOTO Mitsuharu* lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdi...
2012-08-02 Glenn Morris* src/s/: Remove empty directory.
2012-08-02 Glenn MorrisMove NT-specific include file to the NT include directory
2012-08-02 Paul EggertMerge from gnulib, for extern-inline.
2012-08-02 Paul EggertPort to Solaris 8.
2012-08-02 Paul EggertAvoid needless autoheader after autogen.sh.
2012-08-01 Glenn Morris* configure.ac (DOS_NT, MSDOS): New system type templates.
2012-08-01 Ulrich MüllerTweak FreeBSD LIB_STANDARD, START_FILES
2012-08-01 Glenn Morris* configure.ac (INTERNAL_TERMINAL): New.
2012-08-01 Glenn Morris* configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERB...
2012-08-01 Glenn MorrisMove definitions of directory and device separators...
2012-08-01 Juanma BarranqueroAdapt Windows port to recent changes in autogen/config.in.
2012-07-31 Glenn Morris* configure.ac (S_FILE): Remove output variable.
2012-07-31 Glenn Morris* configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
2012-07-31 Glenn Morris* configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME...
2012-07-31 Glenn MorrisMove AMPERSAND_FULL_NAME, subprocesses from conf_post...
2012-07-31 Dmitry AntipovMiscellaneous fixes for non-default X toolkits.
2012-07-31 Andreas Schwab* Makefile.in (install-arch-indep): Avoid eval.
2012-07-31 Glenn Morris* configure.ac (opsysfile, S_FILE): Now they are always...
2012-07-31 Glenn Morris* configure.ac (opsysfile): Forgot to set it to empty...
2012-07-31 Glenn MorrisRemove src/s/usg5-4-common.h
2012-07-31 Glenn MorrisMove wait3, WRETCODE from src/s to configure
2012-07-31 Glenn MorrisRemove src/s/irix6-5.h
2012-07-31 Glenn MorrisRemove src/s/darwin.h
2012-07-31 Glenn MorrisRemove src/s/hpux10-20.h
2012-07-30 Glenn MorrisUse an include file in configure.ac's AH_BOTTOM
2012-07-30 Paul EggertDo not overwrite config.status while executing it.
2012-07-30 Paul EggertUpdate .PHONY listings in makefiles.
2012-07-30 Glenn MorrisMove TIOCSIGSEND from src/s to configure
2012-07-30 Glenn MorrisEmpty src/s/netbsd.h and remove the file
2012-07-30 Glenn MorrisMove _longjmp, _setjmp from src/s to configure
2012-07-30 Jan Djärv* Makefile.in (install-arch-indep): Remove sh -x.
2012-07-30 Glenn MorrisRemove s/aix4-2.h
2012-07-30 Glenn Morris* configure.ac (opsysfile): Tweak message for null...
2012-07-30 Glenn MorrisRemove some empty src/s files.
2012-07-30 Paul EggertMerge from gnulib, incorporating:
2012-07-29 Jan Djärv* Makefile.in (install-arch-indep): Handle space in...
2012-07-28 Paul EggertUse Gnulib stdalign and environ modules (Bug#9772,...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-17 Dmitry AntipovFix toolkit configuration report.
2012-07-17 Paul EggertFix regression with pthread_sigmask on FreeBSD.
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-15 Paul EggertMerge from gnulib.
2012-07-14 Juanma BarranqueroFix typos in ChangeLogs.
2012-07-14 Glenn MorrisMove GC_SETJMP_WORKS, GC_MARK_STACK from src/s to configure
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
next