[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (4a7e74f -> 84f992d)
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] master updated (4a7e74f -> 84f992d) |
Date: |
Sat, 2 Jun 2018 13:29:54 -0400 (EDT) |
gm pushed a change to branch master.
from 4a7e74f Un-obsolete 'string-to-unibyte'
adds 24ba633 Improve read-multiple-choice docstring (Bug#31628)
adds 186280f * doc/misc/tramp.texi (Frequently Asked Questions): Adapt
zsh example.
adds f212fe5 Handle case where Xft is found but not XRender
adds b8e7749 Fix example in Tramp manual
adds aa175a4 Adapt hexl-mode to native line-number display
adds b682a7e ; * etc/NEWS: Add headings for Emacs 26.2
adds df8649a * lisp/gnus/message.el (message-remove-header): Don't
remove things not looking like header (bug#31651).
adds 99f92da Improve documentation of 'directory-files-and-attributes'
adds ca3f0a8 ; * etc/NEWS: Belated announcement of 2 changes made in
Emacs 26.1.
new 42a851c Merge from origin/emacs-26
adds 61c8434 ; Auto-commit of loaddefs files.
new 0aaf14a ; Merge from origin/emacs-26
adds e5471b2 Add commentary for subtle aspect of frame.el
adds 6d23525 Fix typos in several manuals (Bug#31610)
adds 9188291 Add detailed documentation about lock files
adds 3257085 Fix previous commit
adds 21f2247 Merge branch 'emacs-26' of
git.savannah.gnu.org:/srv/git/emacs into emacs-26
adds 4a3aed2 Update Emacs Lisp Intro to match current behavior
adds af82d1f * etc/PROBLEMS: Document stickyness problem with FVWM
(Bug#31650)
adds 90bea37 ; * etc/PROBLEMS: Fix fvwm version number in last commit
new 02c7d45 Merge from origin/emacs-26
adds ddd1b95 Fix posn-at-point in Flycheck buffers
new dfe9cad ; Merge from origin/emacs-26
adds 76f692e Merge branch 'emacs-26' of
git.savannah.gnu.org:/srv/git/emacs into emacs-26
new 0b0076c Merge from origin/emacs-26
adds de69d28 Fix wait_reading_process_output wait_proc hang
adds 8b2b4b5 Fix display of TABs in hscrolled windows with line numbers
adds f1f12d8 Fix 'window-text-pixel-size' when display properties are
around
adds ae78b14 * src/xdisp.c (Fwindow_text_pixel_size): Fix last change.
adds a6cf7be Fix mouse-set-point when line numbers are displayed
adds c4db766 Another followup to fixing 'window-text-pixel-width'
adds 5ee9ccf Fix 'posn-at-point' when line numbers are displayed
adds 9804482 Avoid redisplay problems with too wide wrap-prefix
adds 7782550 Fix C-p and C-n when wrap-prefix is too wide
adds 3a06e72 Fix encoding of characters when using GB18030 fonts
adds e96245a Avoid infloops in font_open_entity
adds aac541e Fix some problems in the Cairo build
adds 35c1ab1 Don't remove highlight of misspelled word on pdict save
adds 6e0ff4c Fix decoding of directories when "~" includes non-ASCII
chars
new d3f94d2 ; Merge from origin/emacs-26
adds 641c94c Imp[rove documentation of 'with-silent-modifications'
adds fb45125 Documentation improvements in newcomment.el
adds 6107e12 Improve documentation of comment styles
adds 9089b02 Improve documentation of 'inhibit-message'
adds 4cfe531 Improve ELisp documentation of 'clone-indirect-buffer'
new 84f992d Merge from origin/emacs-26
Summary of changes:
configure.ac | 7 +++--
doc/emacs/files.texi | 9 ++++--
doc/lispintro/emacs-lisp-intro.texi | 63 ++++++++++++++++++++++---------------
doc/lispref/buffers.texi | 22 ++++++++++---
doc/lispref/display.texi | 2 +-
doc/lispref/errors.texi | 2 +-
doc/lispref/files.texi | 18 ++++++++---
doc/lispref/syntax.texi | 12 ++++---
doc/lispref/text.texi | 7 +++--
doc/misc/autotype.texi | 2 +-
doc/misc/org.texi | 4 +--
doc/misc/tramp.texi | 5 +++
doc/misc/viper.texi | 2 +-
doc/misc/wisent.texi | 2 +-
etc/NEWS.26 | 45 ++++++++++++++++++++++++++
etc/PROBLEMS | 8 +++++
lisp/emacs-lisp/rmc.el | 18 +++++------
lisp/frame.el | 3 ++
lisp/gnus/message.el | 4 ++-
lisp/hexl.el | 14 +++++++--
lisp/newcomment.el | 5 +--
src/dired.c | 13 +++-----
src/filelock.c | 5 ++-
src/xdisp.c | 7 ++++-
24 files changed, 200 insertions(+), 79 deletions(-)
- [Emacs-diffs] master updated (4a7e74f -> 84f992d),
Glenn Morris <=
- [Emacs-diffs] master 0aaf14a 2/7: ; Merge from origin/emacs-26, Glenn Morris, 2018/06/02
- [Emacs-diffs] master d3f94d2 6/7: ; Merge from origin/emacs-26, Glenn Morris, 2018/06/02
- [Emacs-diffs] master dfe9cad 4/7: ; Merge from origin/emacs-26, Glenn Morris, 2018/06/02
- [Emacs-diffs] master 0b0076c 5/7: Merge from origin/emacs-26, Glenn Morris, 2018/06/02
- [Emacs-diffs] master 42a851c 1/7: Merge from origin/emacs-26, Glenn Morris, 2018/06/02
- [Emacs-diffs] master 84f992d 7/7: Merge from origin/emacs-26, Glenn Morris, 2018/06/02
- [Emacs-diffs] master 02c7d45 3/7: Merge from origin/emacs-26, Glenn Morris, 2018/06/02