]> code.delx.au - gnu-emacs/commitdiff
Merge from origin/emacs-24
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Wed, 28 Jan 2015 04:03:45 +0000 (01:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Wed, 28 Jan 2015 04:03:45 +0000 (01:03 -0300)
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.

1  2 
ChangeLog
configure.ac
doc/lispref/ChangeLog
doc/lispref/display.texi
doc/lispref/text.texi
etc/ChangeLog
lisp/ChangeLog
src/ChangeLog
src/xdisp.c

diff --cc ChangeLog
index 68a734135ac1a17ecccf22d4d0cf7aab832e89be,4abd9d6e047a1dcca071384f8ac2b20977eefaff..00a9d00a2bfc74a6f8135597b7a10eee35a8adee
+++ b/ChangeLog
@@@ -1,92 -1,18 +1,99 @@@
+ 2015-01-20  Eli Zaretskii  <eliz@gnu.org>
+       * 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  <eggert@cs.ucla.edu>
 +
 +      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  <eggert@cs.ucla.edu>
 +
 +      * INSTALL.REPO: Mention minimum Git version.
 +
 +2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      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  <ulm@gentoo.org>
 +
 +      * 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  <eggert@cs.ucla.edu>
 +
 +      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  <eggert@cs.ucla.edu>
 +
 +      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  <eggert@cs.ucla.edu>
 +
 +      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  <eggert@cs.ucla.edu>
 +
 +      * 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  <eggert@cs.ucla.edu>
  
 +      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  <eggert@cs.ucla.edu>
  
 -      * 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  <eggert@cs.ucla.edu>
  
diff --cc configure.ac
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc etc/ChangeLog
index 0677e441b83e32066dbca9e5e9195d8f1766a5c6,a801c52d7ebf2eb0864bc40073d07f57406cf6ea..8e46cd0f7f6567693052b97c75836e08ad02c482
@@@ -1,53 -1,9 +1,58 @@@
 -2014-12-24  Álvar Ibeas  <ibeas@gmx.com>  (tiny change)
+ 2015-01-17  Eli Zaretskii  <eliz@gnu.org>
+       * tutorials/TUTORIAL.he: Use u+05f4 HEBREW PUNCTUATION GERSHAYIM
+       instead of u+0022 QUOTATION MARK in Hebrew acronyms.
 +2015-01-27  Ivan Shmakov  <ivan@siamics.net>
 +
 +      * NEWS: Mention the new tar-new-entry command.  (Bug#19274)
 +
 +2015-01-27  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
 +
 +      * NEWS: Document EUDC improvements.
 +
 +2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
 +
 +      * publicsuffix.txt: Install an updated version of the file from
 +      https://publicsuffix.org/list/effective_tld_names.dat.
 +
 +2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Use gnustep-config if available
 +      * NEWS: Document this.
 +
 +2015-01-22  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Don't downcase system diagnostics' first letters
 +      * NEWS: Document this.
 +
 +2015-01-16  Artur Malabarba  <bruce.connor.am@gmail.com>
 +
 +      * NEWS: Document installing packages from directories.
 +
 +2015-01-15  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * NEWS: Mention 'set-binary-mode'.
 +
 +2015-01-11  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Default to 'configure --enable-silent-rules'
 +      * NEWS: Document this.
 +
 +2015-01-10  Daniel Colascione  <dancol@dancol.org>
 +
 +      * NEWS: Fix typo
 +
 +2015-01-04  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      batch write-region no longer says "Wrote FOO"
 +      * NEWS: Document this.
 +
 +2014-12-30  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * PROBLEMS: Omit obsolete mention of FQDNs.
 +
 +2014-12-27  Álvar Ibeas  <ibeas@gmx.com>  (tiny change)
  
        * tutorials/TUTORIAL.es: Improve style consistency.  Spelling fixes.
  
diff --cc lisp/ChangeLog
index 2f16d853cb6232482522e1feed54e458f4436cfc,20efe68bff65d429984b975bb07180030ec57fd2..bf60d38b2a3e58b7e07fb14c96e8c64d4da4beb6
@@@ -1,3 -1,12 +1,7 @@@
 -2015-01-16  Samer Masterson  <samer@samertm.com>  (tiny change)
 -
 -      * pcomplete.el (pcomplete-parse-arguments): Parse arguments
 -      regardless of pcomplete-cycle-completions's value.  (Bug#18950)
 -
+ 2015-01-20  Eli Zaretskii  <eliz@gnu.org>
+       * button.el (button-activate, push-button): Doc fix.  (Bug#19628)
  2015-01-13  Michael Albinus  <michael.albinus@gmx.de>
  
        * filenotify.el (file-notify-descriptors, file-notify-handle-event):
diff --cc src/ChangeLog
Simple merge
diff --cc src/xdisp.c
Simple merge