diff options
| author | Lars Magne Ingebrigtsen | 2015-01-28 14:21:33 +1100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2015-01-28 14:21:33 +1100 |
| commit | 7f4f16b3ae6fdb59d83cfc01017668f2a564309f (patch) | |
| tree | 60e4a7f23f949afaed3bc2fddd0a528aef297861 /ChangeLog | |
| parent | 1a369fc7f1ccec6954344ec1ee0211a4d24c312d (diff) | |
| parent | be2d23e58721b7acc68c0ea654a38e5109df2aa2 (diff) | |
| download | emacs-7f4f16b3ae6fdb59d83cfc01017668f2a564309f.tar.gz emacs-7f4f16b3ae6fdb59d83cfc01017668f2a564309f.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -1,3 +1,17 @@ | |||
| 1 | 2015-01-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port autogen.sh hook creation to private templates | ||
| 4 | * autogen.sh: Do not assume that the hook samples exist. | ||
| 5 | This ports to developers who override templatedir in their Git | ||
| 6 | configuration. The downside is that patch applications won't be | ||
| 7 | checked, but that's better than autogen.sh failing. | ||
| 8 | Problem reported by Sam Steingold in: | ||
| 9 | http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html | ||
| 10 | |||
| 11 | 2015-01-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 12 | |||
| 13 | * INSTALL.REPO: Mention minimum Git version. | ||
| 14 | |||
| 1 | 2015-01-25 Paul Eggert <eggert@cs.ucla.edu> | 15 | 2015-01-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 16 | ||
| 3 | Use gnustep-config if available | 17 | Use gnustep-config if available |