diff options
| author | Joakim Verona | 2015-02-01 00:37:46 +0100 |
|---|---|---|
| committer | Joakim Verona | 2015-02-01 00:37:46 +0100 |
| commit | 69815dfe3704f8a8c733843f1fd04546cbb0f4d0 (patch) | |
| tree | cee6910753a51b9a5ee88e2431c9bcad099e8ba8 /ChangeLog | |
| parent | 4edad429cafb2f0b1fda028be58367286ab04f1c (diff) | |
| parent | a2c32b0cfc9f6d3410e2832d8ea0d4f1df576d1e (diff) | |
| download | emacs-69815dfe3704f8a8c733843f1fd04546cbb0f4d0.tar.gz emacs-69815dfe3704f8a8c733843f1fd04546cbb0f4d0.zip | |
Merge branch 'master' into xwidget
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 31 |
1 files changed, 25 insertions, 6 deletions
| @@ -1,12 +1,31 @@ | |||
| 1 | 2015-01-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Merge from gnulib and try to repair bad merge | ||
| 4 | This attempts to repair problems introduced by the bad merge | ||
| 5 | 5491fd1098d27b3ba3db054076b9ab60fb3558dc. The easiest way for me | ||
| 6 | to fix the badly-merged gnulib files was to run | ||
| 7 | 'admin/merge-gnulib', so I did that, which also imported the | ||
| 8 | following changes: | ||
| 9 | * build-aux/update-copyright, m4/gnulib.m4: | ||
| 10 | Update from gnulib, incorporating: | ||
| 11 | 2015-01-15 time: port to MinGW32 3.21 | ||
| 12 | 2015-01-15 update-copyright: apply to self | ||
| 13 | 2015-01-11 update-copyright: recognize groff's \(co marker | ||
| 14 | |||
| 15 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> | ||
| 16 | |||
| 17 | * configure.ac (HAVE_W32): Abort with error message if | ||
| 18 | --without-toolkit-scroll-bars was specified. See | ||
| 19 | http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00525.html | ||
| 20 | for the details. | ||
| 21 | |||
| 1 | 2015-01-27 Paul Eggert <eggert@cs.ucla.edu> | 22 | 2015-01-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 23 | ||
| 3 | Port autogen.sh hook creation to Apple Git | 24 | Port autogen.sh hook creation to private templates |
| 4 | * autogen.sh: Do not assume that the hook samples exist. | 25 | * autogen.sh: Do not assume that the hook samples exist. |
| 5 | This ports to git version 1.9.3 (Apple Git-50). | 26 | This ports to developers who override templatedir in their Git |
| 6 | For some reason Apple decided to populate the git hooks directory | 27 | configuration. The downside is that patch applications won't be |
| 7 | in a different way from the way that standard Git does it. | 28 | checked, but that's better than autogen.sh failing. |
| 8 | The downside is that patch applications won't be checked on Apple, | ||
| 9 | but that's better than autogen.sh failing. | ||
| 10 | Problem reported by Sam Steingold in: | 29 | Problem reported by Sam Steingold in: |
| 11 | http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html | 30 | http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html |
| 12 | 31 | ||