]> code.delx.au - gnu-emacs/history - src/conf_post.h
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / src / conf_post.h
2013-01-02 Paul EggertMerge from emacs-24; up to 2012-12-06T01:39:03Z!monnier...
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-12-30 Glenn MorrisMerge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka...
2012-12-28 Paul EggertPort EXTERNALLY_VISIBLE to Clang 3.2.
2012-12-27 Glenn MorrisMerge from emacs-24; up to 2012-12-03T21:07:47Z!eggert...
2012-12-22 Glenn MorrisMerge from emacs-24; up to 2012-12-02T06:22:32Z!cyd...
2012-12-21 Glenn MorrisMerge from emacs-24; up to 2012-12-01T13:25:13Z!cyd...
2012-12-13 Glenn MorrisMerge from emacs-24; up to 2012-11-30T04:44:52Z!cyd...
2012-12-10 Daniel ColascioneMove fix for cygw32 icon issue from emacs-24 branch...
2012-12-10 Glenn MorrisMerge from emacs-24; up to 2012-11-26T19:56:14Z!monnier...
2012-12-06 Glenn MorrisMerge from emacs-24; up to 2012-11-24T16:58:43Z!cyd...
2012-12-03 Glenn MorrisMerge from emacs-24; up to 2012-11-23T06:23:28Z!cyd...
2012-11-27 Glenn MorrisMerge from emacs-24; up to 2012-11-20T20:06:17Z!monnier...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-24 Glenn MorrisMerge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka...
2012-11-21 Daniel ColascioneTeach sql-mode's imenu about IF NOT EXISTS
2012-11-21 Daniel ColascioneSupport IF NOT EXISTS in SQL declarations
2012-11-21 Glenn MorrisMerge from emacs-24; up to 2012-11-17T22:12:47Z!eggert...
2012-11-18 Glenn MorrisMerge from emacs-24; up to 2012-11-15T23:31:37Z!dancol...
2012-11-17 Eli ZaretskiiMerge from trunk.
2012-11-16 Glenn MorrisMerge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov...
2012-11-15 Daniel ColascioneMerge from cygw32 branch
2012-11-14 Kenichi Handamerge trunk
2012-11-14 Paul EggertUse faccessat, not access, when checking file permissions.
2012-11-13 Eli ZaretskiiMerge from trunk.
2012-11-13 Glenn MorrisMerge from emacs-24; up to 2012-11-09T14:45:15Z!dmantip...
2012-11-10 Glenn MorrisMerge from emacs-24; up to 2012-11-08T14:54:03Z!monnier...
2012-11-05 Paul EggertAssume at least POSIX.1-1988 for getpgrp, setpgid,...
2012-11-03 Glenn MorrisMerge from emacs-24; up to 2012-11-03T05:11:34Z!dmantip...
2012-11-03 Eli ZaretskiiAdapt MSDOS port to latest changes.
2012-11-03 Eli ZaretskiiAdapt the MSDOS build to the latest changes on mainline.
2012-11-02 Eli ZaretskiiMerge from trunk after 24.3 was moved to emacs-24 branch.
2012-10-31 Paul EggertFix crash when using Emacs as commit editor for git.
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-11 Kenichi Handamerge trunk
2012-10-09 Eli ZaretskiiMerge from trunk.
2012-10-08 Paul EggertMinor tweaks to recently-changed code.
2012-10-08 Eli ZaretskiiMerge from trunk after cygw32 commit, and resolve confl...
2012-10-08 Daniel ColascioneMerge cygw32
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-17 Daniel ColascioneImplement cygw32
2012-09-16 Paul EggertRemove configure's --without-sync-input option.
2012-09-13 Paul EggertSimplify SIGIO usage.
2012-09-07 Paul EggertSignal-handler cleanup.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Dmitry AntipovRemove redundant or unused things here and there.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-22 Kenichi Handamerge trunk
2012-08-20 Eli ZaretskiiImprove MS-Windows related commentary and log entry...
2012-08-16 Kenichi Handamerge trunk
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-10 Glenn MorrisMove IF_LINT from lisp.h to conf_post.h
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-02 Paul EggertUse C99-style 'extern inline' if available.
2012-08-01 Glenn MorrisAlphabetic order is proving tricky today
2012-08-01 Glenn MorrisAlphabetical order
2012-08-01 Glenn MorrisFix typo in previous
2012-08-01 Glenn MorrisRemove src/s/msdos.h
2012-07-31 Glenn MorrisMinor rearrangement for src/conf_post.h
2012-07-31 Glenn Morris* src/conf_post.h [HPUX]: Undefine HAVE_RANDOM and...
2012-07-31 Glenn MorrisMove AMPERSAND_FULL_NAME, subprocesses from conf_post...
2012-07-31 Glenn MorrisRemove src/s/usg5-4-common.h
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