From: Glenn Morris Date: Wed, 15 Oct 2014 02:42:58 +0000 (-0700) Subject: Merge from emacs-24; up to 2014-07-27T09:41:59Z!ttn@gnu.org X-Git-Tag: emacs-25.0.90~2635^2~679^2~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=924a09e9161c05d9d69d85fa102910b10ece372f;p=emacs.git Merge from emacs-24; up to 2014-07-27T09:41:59Z!ttn@gnu.org --- 924a09e9161c05d9d69d85fa102910b10ece372f diff --cc INSTALL index 4bda46cfbc0,2f4f41773c1..eb8857f9dfd --- a/INSTALL +++ b/INSTALL @@@ -263,9 -246,9 +249,8 @@@ with the mouse. You can get fancy 3D-s Gtk or Motif, if you have the Xaw3d library installed (see "Image support libraries" above for Xaw3d availability). -You can tell configure where to search for GTK by specifying -`--with-pkg-config-prog=PATH' where PATH is the pathname to -pkg-config. +You can tell configure where to search for GTK by giving it the - argument PKG_CONFIG='/full/name/of/pkg-config'. GTK version 2.6 or - newer is required for Emacs. ++argument PKG_CONFIG='/full/name/of/pkg-config'. Emacs will autolaunch a D-Bus session bus, when the environment variable DISPLAY is set, but no session bus is running. This might be diff --cc lisp/ChangeLog index f092ec6b539,7e09336183c..80157c67704 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,13 -1,22 +1,20 @@@ -2014-10-15 Stefan Monnier - - * emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'. - Backported (bug#18688). - -2014-10-14 Eli Zaretskii ++2014-10-15 Eli Zaretskii + - * emacs-lisp/tabulated-list.el (tabulated-list-mode): - Force bidi-paragraph-direction to 'left-to-right'. This fixes ++ * emacs-lisp/tabulated-list.el (tabulated-list-mode): Force ++ bidi-paragraph-direction to 'left-to-right'. This fixes + buffer-menu display when the first buffer happens to start with + R2L letter. + -2014-10-13 Glenn Morris +2014-10-15 Stefan Monnier + + * progmodes/elisp-mode.el (elisp--local-variables-1): + Handle quoted expressions (bug#18688). - * emacs-lisp/authors.el (authors-aliases, authors-fixed-case) - (authors-obsolete-files-regexps): Additions. - (authors-no-scan-regexps): New constant. - (authors-no-scan-file-p): New function. - (authors): Respect authors-no-scan-file-p. +2014-10-14 Jérémy Compostella + Michael Albinus + + * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): + Reduce the amount of set environment variable commands. 2014-10-12 Fabián Ezequiel Gallina