[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (3e81e9a -> 2df74ce)
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] master updated (3e81e9a -> 2df74ce) |
Date: |
Sat, 27 Oct 2018 12:15:47 -0400 (EDT) |
gm pushed a change to branch master.
from 3e81e9a Add support in emacsclient for EMACS_SOCKET_NAME
adds c97a5f1 * doc/misc/calc.texi (Summary): The +/- key is 'p', not
'P'.
adds d72975a * lisp/gnus/mm-util.el (mm-decompress-buffer): Fix
split-string args.
adds 7e8eee6 Fix some NS drawing issues (bug#32932)
adds 71a2d50 Fix minibuffer-help-form for lexical binding
adds f3d01d4 Avoid infloop in CPerl mode fontification
adds f5f9583 Improve XPM load failure message (bug#33126)
adds 6ca71ce ; * lisp/help.el (with-help-window): Remove extra space
in doc.
adds c3adbc8 Improve 'isearch-delete-char' documentation (Bug#32990)
adds 92de44f Don't error when indenting malformed Lisp (Bug#30891)
adds 8361292 ; Fix sorting in admin/MAINTAINERS
adds 13132b3 * lisp/net/tramp-sh.el (tramp-inline-compress-commands):
adds fc2e65a Improve documentation of X resource loading
adds 53ae90f Minor copyedits in cmdargs.texi
adds 29a7644 Deactivate incorrect hyperlinking in
gnus-build-sparse-threads doc
adds 2a41616 Doc fix of 'gnus-fetch-old-headers'
adds 106b9e1 Unify prompt for gnupg passphrase between GNU/Linux and
MS-Windows.
adds 9193db0 Improve documentation of 'process-connection-type'
adds 520c486 * lisp/simple.el (region-bounds): Doc fix. (Bug#33168)
adds df64da8 * lisp/simple.el (region-extract-function): Doc fix.
(Bug#33167)
new 2df74ce Merge from origin/emacs-26
Summary of changes:
admin/MAINTAINERS | 2 +-
doc/emacs/cmdargs.texi | 18 +++++++---
doc/emacs/frames.texi | 4 +++
doc/emacs/search.texi | 33 +++++++++++-------
doc/emacs/xresources.texi | 5 +++
doc/lispref/processes.texi | 19 +++++++----
doc/misc/calc.texi | 2 +-
etc/PROBLEMS | 7 ++++
lisp/cus-edit.el | 2 +-
lisp/emacs-lisp/lisp-mode.el | 4 +++
lisp/epg.el | 2 +-
lisp/gnus/gnus-sum.el | 15 +++++----
lisp/gnus/mm-util.el | 2 +-
lisp/help.el | 2 +-
lisp/isearch.el | 13 ++++---
lisp/net/tramp-sh.el | 3 +-
lisp/progmodes/cperl-mode.el | 2 +-
lisp/simple.el | 21 +++++++-----
src/image.c | 2 +-
src/nsterm.m | 80 ++++++++++++++++++++------------------------
20 files changed, 143 insertions(+), 95 deletions(-)
- [Emacs-diffs] master updated (3e81e9a -> 2df74ce),
Glenn Morris <=