emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (1ef6d2b -> 000e729)


From: Noam Postavsky
Subject: [Emacs-diffs] master updated (1ef6d2b -> 000e729)
Date: Sat, 11 Nov 2017 11:15:23 -0500 (EST)

npostavs pushed a change to branch master.

      from  1ef6d2b   Provide more control over writing of objects in 
object-write
      adds  781f276   Fix URL cookie expiration bug
      adds  0da08f2   Protect Flymake tests against older Ruby and Perl 
(bug#29187)
      adds  9dde8be   Fix redisplay of overlay-arrows on GUI frames
      adds  fc56bea   Correctly indent C++14 brace lists which are a second 
argument to a function.
      adds  b28de57   Sort entries of the Flymake diagnostics buffer (bug#29175)
      adds  72e62d3   Protect Flymake checkdoc backend against checkdoc errors 
(bug#29176)
      adds  535688a   Flymake correctly highlights whole last line if eob 
(bug#29201)
      adds  8938278   flymake-diag-region really returns nil if region is 
invalid (bug#29174)
      adds  e6f1fd4   Fix previous change to flymake-diag-region (bug#29174)
      adds  f3e69a8   Fix display of line numbers in GTK builds
      adds  e592b92   * lisp/isearch.el (search-invisible): Doc fix.  
(Bug#29222)
      adds  c52a2aa   Improve the doc string of 'dired-isearch-filter-filenames'
      adds  096f638   Correct the indentation of C99's compound literals.
      adds  05aa6d4   Fix off-by-1 bug in --enable-checking=stringbytes
      adds  44340b4   Fix "C-h k" in xterm-mouse-mode
      adds  72f813f   Fix desktop auto-save timer when linum-mode is used
      adds  603a071   Improve the documentation of M-n for entering file names
      adds  7657a86   Fix comparisons with tip_frame in GTK builds
      adds  d63c9a9   * lisp/minibuffer.el: Install a workaround for bug#16274
      adds  9533d76   Keep Man sections in natural order (bug#28998)
       new  1fa0766   ; Merge from emacs-26
       new  000e729   Rename Man-build-section-alist (bug#28998)


Summary of changes:
 doc/emacs/files.texi                 |   3 +
 doc/emacs/mini.texi                  |  24 +++++-
 lisp/desktop.el                      |   8 +-
 lisp/dired-aux.el                    |   6 +-
 lisp/files.el                        |  30 +++++++-
 lisp/help.el                         |  16 ++--
 lisp/isearch.el                      |   7 +-
 lisp/man.el                          |  11 +--
 lisp/minibuffer.el                   |  11 ++-
 lisp/progmodes/cc-engine.el          | 140 ++++++++++++++++++++---------------
 lisp/progmodes/elisp-mode.el         |   6 +-
 lisp/progmodes/flymake.el            |   9 ++-
 lisp/url/url-cookie.el               |   2 +-
 lisp/woman.el                        |   2 +-
 src/alloc.c                          |   2 +-
 src/dispextern.h                     |   7 ++
 src/frame.c                          |   6 +-
 src/xdisp.c                          |  20 ++++-
 src/xfns.c                           |   6 +-
 src/xterm.c                          |  12 ++-
 test/lisp/progmodes/flymake-tests.el |  19 +++--
 21 files changed, 242 insertions(+), 105 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]