emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (c9a2685 -> 559f160)


From: Noam Postavsky
Subject: [Emacs-diffs] master updated (c9a2685 -> 559f160)
Date: Fri, 26 Jan 2018 21:01:50 -0500 (EST)

npostavs pushed a change to branch master.

      from  c9a2685   * lisp/emacs-lisp/cl-preloaded.el: Update 
cl-slot-descriptor name.
      adds  2892f05   Scale monitor dimensions obtained from GTK
      adds  59db8dc   Use scaled coordinates when calling into GTK
      adds  1412cf3   Fix a few issues with latest GTK scaling changes
      adds  6cd4e8d   * doc/misc/cl.texi (Efficiency Concerns): Fix 2012-10-27 
typo.
      adds  f35ff01   Fixes for Emacs manual in frames.texi
      adds  5699a82   Minor rewording in Emacs manual's "Help Mode" node
      adds  b26786c   * lisp/dired-x.el (dired-guess-shell-alist-user): Doc 
fix.  (Bug#30192)
      adds  226a651   Minor fix in documentation of 'equal'
      adds  5a1ee67   Another minor copyedit in the manual's "Scroll Bars"
       new  81ae9c8   Load mm-util as needed for url-file and url-data 
(Bug#30258)
       new  50fcbb5   ; * src/process.c (Fprocess_contact): Fix docstring typo.
       new  7bbea90   * src/syntax.c (char-syntax): Warn about ignoring text 
properties (Bug#22765).
       new  08a6195   ; test/README: Document TEST_LOAD_EL parameter.
       new  463f96b   * doc/lispref/searching.texi: Document regexp repetition 
limit.
       new  f5357b1   Merge from emacs-26
       new  559f160   Raise limit of regexp repetition (Bug#24914)


Summary of changes:
 doc/emacs/frames.texi                              | 29 +++++++------
 doc/emacs/help.texi                                |  4 +-
 doc/lispref/objects.texi                           |  5 +--
 doc/lispref/searching.texi                         | 10 ++++-
 doc/misc/cl.texi                                   |  2 +-
 etc/NEWS                                           |  7 +++
 lisp/dired-x.el                                    |  4 +-
 lisp/isearch.el                                    |  2 +-
 lisp/url/url-file.el                               |  1 +
 lisp/url/url-misc.el                               |  1 +
 src/gtkutil.c                                      |  9 ++--
 src/process.c                                      |  2 +-
 src/regex.c                                        |  5 ++-
 src/regex.h                                        |  9 ++--
 src/syntax.c                                       |  7 ++-
 src/xfns.c                                         | 11 +++++
 src/xterm.c                                        | 13 ++++--
 test/README                                        |  6 +++
 test/lisp/url/url-file-resources/file.txt          |  1 +
 test/lisp/url/url-file-tests.el                    | 50 ++++++++++++++++++++++
 .../lisp/{shell-tests.el => url/url-misc-tests.el} | 28 +++++++-----
 test/src/regex-tests.el                            |  6 +++
 22 files changed, 167 insertions(+), 45 deletions(-)
 create mode 100644 test/lisp/url/url-file-resources/file.txt
 create mode 100644 test/lisp/url/url-file-tests.el
 copy test/lisp/{shell-tests.el => url/url-misc-tests.el} (54%)



reply via email to

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