From: Fabián Ezequiel Gallina Date: Wed, 28 Jan 2015 04:03:45 +0000 (-0300) Subject: Merge from origin/emacs-24 X-Git-Tag: emacs-25.0.90~2572^2~44 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/294127e7d59a5d23a32561716a1b192db410e12f Merge from origin/emacs-24 24aacfc Improve documentation of buttons (Bug#19628) 52ae3db doc/lispref/text.texi (Clickable Text): Improve indexing. (Bug#19629) 310f707 lisp/button.el (button-activate, push-button): Doc fix. (Bug#19628) 3ee38f2 Disallow w32 builds --without-toolkit-scroll-bars. e6518fc Fix display of images in R2L screen lines b0af674 Use u+05f4 in TUTORIAL.he. --- 294127e7d59a5d23a32561716a1b192db410e12f diff --cc ChangeLog index 68a734135a,4abd9d6e04..00a9d00a2b --- a/ChangeLog +++ b/ChangeLog @@@ -1,92 -1,18 +1,99 @@@ + 2015-01-20 Eli Zaretskii + + * configure.ac (HAVE_W32): Abort with error message if + --without-toolkit-scroll-bars was specified. See + http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00525.html + for the details. + +2015-01-27 Paul Eggert + + Port autogen.sh hook creation to private templates + * autogen.sh: Do not assume that the hook samples exist. + This ports to developers who override templatedir in their Git + configuration. The downside is that patch applications won't be + checked, but that's better than autogen.sh failing. + Problem reported by Sam Steingold in: + http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html + +2015-01-26 Paul Eggert + + * INSTALL.REPO: Mention minimum Git version. + +2015-01-25 Paul Eggert + + Use gnustep-config if available + * configure.ac (--with-gnustep): Document this. + (NS_GNUSTEP_CONFIG): New variable, set if gnustep-config works. + If gnustep-config works, use 'gnustep-config --objc-flags' and + 'gnustep-config --gui-libs' to compute GNUstep configuration + variables, instead of attempting to infer them individually. + Fixes: bug#19507 + +2015-01-21 Ulrich Müller + + * configure.ac (gamegroup): New AC_SUBST. + (--with-gameuser): Allow to specify a group instead of a user. + In the default case, check at configure time if a 'games' user + exists. + +2015-01-16 Paul Eggert + + Give up on -Wsuggest-attribute=const + The attribute doesn't help performance significantly, and the + warning seems to be more trouble than it's worth. See the thread at: + http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00361.html + * configure.ac (WERROR_CFLAGS): Don't use -Wsuggest-attribute=const. + +2015-01-11 Paul Eggert + + Default to 'configure --enable-silent-rules' + This greatly shortens the 'make' output, making it more readable + and useful. For example, on my platform it shortens a + 4125-character line "gcc -std=gnu99 -c -Demacs -I. -I. -I../lib + ... emacs.c" -- a line so long that it's hard to see what's going + on or where the diagnostics are -- to just "CC emacs.o". + * INSTALL: Document this. + * configure.ac: Add AM_SILENT_RULES([yes]). + (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization. + Fixes: bug#19501 + +2015-01-06 Paul Eggert + + Merge from gnulib + * lib/stdio.in.h, m4/stdio_h.m4: Update from gnulib, incorporating: + 2015-01-05 stdio: fix use of PRIdMAX on modern mingw + +2015-01-04 Paul Eggert + + * INSTALL: Mention 'make WERROR_CFLAGS='. + + Clarify 'make info' + * Makefile.in (info): Use GNU make conditional rather than + an '@' rule with a shell conditional, so that the builder can + see the submake. + + Less 'make' chatter for VCSWITNESS + * Makefile.in (dirstate, VCSWITNESS): New macros. + (src): Use them to lessen 'make' chatter. + 2015-01-01 Paul Eggert + Merge from gnulib, incorporating: + 2015-01-01 version-etc: new year + * .gitattributes: New file. + * autogen.sh: Port better to non-GNU 'cp'. Reported by Han Boetes. + 2014-12-31 Paul Eggert - * autogen.sh: Port better to non-GNU 'cp'. - Problem reported by Han Boetes. + Less 'make' chatter at top level + * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) + (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0) + (am__v_at_1): New macros, copied from src/Makefile.in. + ($(srcdir)/src/config.in, ${srcdir}/info/dir): + Be less chatty when not verbose. + ($(srcdir)/src/stamp-h.in): Simplify with '$@'. 2014-12-28 Paul Eggert diff --cc etc/ChangeLog index 0677e441b8,a801c52d7e..8e46cd0f7f --- a/etc/ChangeLog +++ b/etc/ChangeLog @@@ -1,53 -1,9 +1,58 @@@ + 2015-01-17 Eli Zaretskii + + * tutorials/TUTORIAL.he: Use u+05f4 HEBREW PUNCTUATION GERSHAYIM + instead of u+0022 QUOTATION MARK in Hebrew acronyms. + -2014-12-24 Álvar Ibeas (tiny change) +2015-01-27 Ivan Shmakov + + * NEWS: Mention the new tar-new-entry command. (Bug#19274) + +2015-01-27 Thomas Fitzsimmons + + * NEWS: Document EUDC improvements. + +2015-01-26 Lars Ingebrigtsen + + * publicsuffix.txt: Install an updated version of the file from + https://publicsuffix.org/list/effective_tld_names.dat. + +2015-01-25 Paul Eggert + + Use gnustep-config if available + * NEWS: Document this. + +2015-01-22 Paul Eggert + + Don't downcase system diagnostics' first letters + * NEWS: Document this. + +2015-01-16 Artur Malabarba + + * NEWS: Document installing packages from directories. + +2015-01-15 Eli Zaretskii + + * NEWS: Mention 'set-binary-mode'. + +2015-01-11 Paul Eggert + + Default to 'configure --enable-silent-rules' + * NEWS: Document this. + +2015-01-10 Daniel Colascione + + * NEWS: Fix typo + +2015-01-04 Paul Eggert + + batch write-region no longer says "Wrote FOO" + * NEWS: Document this. + +2014-12-30 Paul Eggert + + * PROBLEMS: Omit obsolete mention of FQDNs. + +2014-12-27 Álvar Ibeas (tiny change) * tutorials/TUTORIAL.es: Improve style consistency. Spelling fixes. diff --cc lisp/ChangeLog index 2f16d853cb,20efe68bff..bf60d38b2a --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,3 -1,12 +1,7 @@@ + 2015-01-20 Eli Zaretskii + + * button.el (button-activate, push-button): Doc fix. (Bug#19628) + -2015-01-16 Samer Masterson (tiny change) - - * pcomplete.el (pcomplete-parse-arguments): Parse arguments - regardless of pcomplete-cycle-completions's value. (Bug#18950) - 2015-01-13 Michael Albinus * filenotify.el (file-notify-descriptors, file-notify-handle-event):