Re: [PATCH] gitlog-to-changelog: improve gitmerge.el commits

2015-06-20 Thread Paul Eggert
Glenn Morris wrote: No other package besides Emacs uses gitmerge.el, so I don't see that this is relevant for upstream gnulib. The Emacs copy is automatically synced from the gnulib copy, and it's simplify maintenance if the two copies stayed in sync. If only Emacs needs the functionality,

Re: [PATCH] gitlog-to-changelog: improve gitmerge.el commits

2015-06-20 Thread Glenn Morris
No other package besides Emacs uses gitmerge.el, so I don't see that this is relevant for upstream gnulib.

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-20 Thread Eli Zaretskii
> Date: Sat, 20 Jun 2015 10:00:09 -0700 > From: Paul Eggert > CC: bug-gnulib@gnu.org, texinfo-de...@gnu.org > > Eli Zaretskii wrote: > > And this solved the issue. There are now no warnings about wcwidth. > > Thanks, I installed into Gnulib the attached, which uses that fix > (reindenting > w

[PATCH] gitlog-to-changelog: improve gitmerge.el commits

2015-06-20 Thread Paul Eggert
From: Glenn Morris Let the Emacs ChangeLog generation process exclude "skipped" messages from merge commits (Bug#20717). * build-aux/gitlog-to-changelog: Handle gitmerge.el skipped commits. --- ChangeLog | 7 +++ build-aux/gitlog-to-changelog | 43 +++

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-20 Thread Paul Eggert
Eli Zaretskii wrote: And this solved the issue. There are now no warnings about wcwidth. Thanks, I installed into Gnulib the attached, which uses that fix (reindenting while we're in the neighborhood). >From 6b3a754b48d5c22625218981c51090fa834418bb Mon Sep 17 00:00:00 2001 From: Paul Eggert

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-20 Thread Eli Zaretskii
> Date: Fri, 19 Jun 2015 15:03:17 +0100 > From: Gavin Smith > Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org > > It's very hard for me to guess what might be going on on your system. > I suggest adding warning directives to wchar.h, like the following: > > Index: gnulib/lib/wchar.in.h > =

[PATCH] uniname/uniname-tests: use pristine data files

2015-06-20 Thread Daiki Ueno
I was a bit worried about that we bundled the modified copy of Unicode data files (UnicodeDataNames.txt and NameAliases.txt), without the original copyright notices. I've installed the following change: Author: Daiki Ueno Date: Sat Jun 20 15:33:07 2015 +0900 uniname/uniname-tests: use pri

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-20 Thread Eli Zaretskii
> Date: Fri, 19 Jun 2015 14:33:15 +0100 > From: Gavin Smith > Cc: bug-gnulib@gnu.org, texinfo-de...@gnu.org > > I wonder if you could try compiling again now the file is gone from > the repository. Did that; it didn't help. I will now look deeper into the problem. I hoped someone of the Gnulib