emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (29babad -> 9552ee4)


From: Noam Postavsky
Subject: [Emacs-diffs] master updated (29babad -> 9552ee4)
Date: Tue, 25 Jun 2019 22:06:52 -0400 (EDT)

npostavs pushed a change to branch master.

      from  29babad   Fix PATH_MAX change to lib-src/emacsclient.c
       new  b59ffd2   Support (rx (and (regexp EXPR) (literal EXPR))) 
(Bug#36237)
       new  648fdbb   Don't bind search-spaces-regexp around possible autoload 
(Bug#35802)
      adds  f87a9e3   Fix accidential change in tramp-tests; do not merge with 
master
       new  ab9e58b   ; Merge from emacs-26
      adds  2b765c6   Remove outdated comment in winner.el (Bug#36185)
       new  66aa770   Merge from emacs-26
      adds  bea31a3   Backport: Fix typo in regexp-opt example code
       new  c7a59d8   ; Merge from emacs-26
      adds  4701e06   Improve wording of documentation of click events
      adds  fcf6cc3   Fix problem with wdired test when symlinks cannot be 
created.
      adds  9d48979   Fix Python tests depending on system-type
      adds  81535ee   * test/lisp/progmodes/python-tests.el (python-virt-bin): 
Doc fix.
      adds  04477ad   Check that length of data returned by sysctl is non-zero
      adds  572e34b   Rename 'make-symbolic-link' argument NEWNAME to LINKNAME
       new  06b35b2   ; * lisp/frame.el: Enhance add-variable-watcher 
commentary.
       new  e62ad04   Fix sgml-mode handling of quotes within parens (Bug#36347)
       new  9552ee4   Merge from emacs-26


Summary of changes:
 doc/lispref/commands.texi              |  70 +++++-----
 doc/lispref/files.texi                 |   8 +-
 etc/NEWS                               |   6 +
 lisp/char-fold.el                      |   1 -
 lisp/emacs-lisp/rx.el                  | 242 +++++++++++++++++++++------------
 lisp/frame.el                          |   4 +-
 lisp/info.el                           |   4 +-
 lisp/isearch.el                        |  44 +++---
 lisp/textmodes/sgml-mode.el            |   1 +
 lisp/winner.el                         |   8 +-
 src/fileio.c                           |  10 +-
 src/filelock.c                         |   2 +-
 src/search.c                           |   4 +-
 src/sysdep.c                           |  10 +-
 test/lisp/char-fold-tests.el           |   8 --
 test/lisp/emacs-lisp/rx-tests.el       |  41 ++++++
 test/lisp/progmodes/python-tests.el    |  20 ++-
 test/lisp/textmodes/sgml-mode-tests.el |   2 +
 test/lisp/wdired-tests.el              |   6 +-
 19 files changed, 312 insertions(+), 179 deletions(-)



reply via email to

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