emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (39792cf -> da4da88)


From: Andrea Corallo
Subject: feature/native-comp updated (39792cf -> da4da88)
Date: Sun, 21 Feb 2021 16:21:36 -0500 (EST)

akrl pushed a change to branch feature/native-comp.

      from  39792cf   * Work around bug#46495 (GCC PR99126)
      adds  fbc9c59   Make goto-line-history buffer local only when so 
customized
      adds  79940d0   doc/lispref/commands.texi (Command Modes): Fix typo.
      adds  6d0089c   ; Fix typo in last change to simple.el.
      adds  a68a5fe   Fix recent Command Modes changes in Elisp manual
      adds  a10574c   ; Fix another recent typo in simple.el.
      adds  3fe2fb5   Present C source files as absolute file names too when 
possible
      adds  8358637   Move 'project-try-ede' to the back of 
'project-find-functions'
      adds  892db04   Fix rx `regexp` form with deprecated syntax
      adds  546f552   Do interactive mode tagging for python.el navigation 
functions.
      adds  eb9f80e   Revert "Do interactive mode tagging for python.el 
navigation functions."
      adds  bae2cfe   * lisp/emacs-lisp/edebug.el (eval-defun): Simplify
      adds  de15ca7   Fix typos
      adds  5977de5   * lisp/emacs-lisp/bindat.el: Tweak example in comment
      adds  32e790f   Implement NTLM server for ntlm.el testing
      adds  7467dc4   Do interactive mode tagging for package.el
      adds  388a874   Do interactive mode tagging for man.el
      adds  928b643   Do interactive mode tagging for tetris.el
      adds  73a6ab0   Do interactive mode tagging for snake.el
      adds  3c7b839   Fix Tramp bug#46625
      adds  a9b49dc   ; Fix indentation in test/README
      adds  8766940   ; * lisp/plstore.el: Fix formatting.
      adds  9b944f4   * lisp/calculator.el: Minor doc fix.  Remove redundant 
:group args.
      adds  ea2f5f3   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  d4f6927   Fix regexp mistakes
      adds  6830199   Enable newsticker--group-shift-feed-(up|down) to move 
groups as well
      adds  8b8708e   Fix example in Sequence Functions node in the manual
      adds  abedf3a   Fix language-environment and font selection on MS-Windows
      adds  4712c75   Clarify when activate-mark-hook is run
      adds  07b22b6   Merge from origin/emacs-27
      adds  120149c   Clarify "changes" in CONTRIBUTE
      adds  51d056b   ; Merge from origin/emacs-27
      adds  dcc00bb   ; * CONTRIBUTE: Clarify the "15-lines" rule a bit more.
      adds  d03f2a6   Avoid assertion violation in callproc.c
      adds  da64a25   ; * CONTRIBUTE: Yet another clarification of significant 
changes.
      adds  c977370   Avoid point movement when visiting image files
      adds  850f18e   Allow newlines in password prompts again in comint
      adds  9882e63   ; * CONTRIBUTE: Another wording change regarding tiny 
changes.
      adds  dcb2015   Mention the GNU Kind Communications Guidelines in the FAQ
      adds  8e8b46e   More accurate documentation of the "r" interactive spec
      adds  1d50050   Merge from origin/emacs-27
      adds  9b7eed3   * test/lisp/emacs-lisp/edebug-tests.el: Adjust to new 
`edebug-eval-defun`.
      adds  b6eccad   * lisp/emacs-lisp/bytecomp.el: Don't warn for repeated _ 
args
      adds  283f983   Fix frame contents scaling bug on macOS (bug#46155)
      adds  ade9c22   ntlm-tests: Skip tests if dependencies are too old
      adds  7366859   ntlm-tests: Remove missing dependency warnings
      adds  5f53958   * lisp/url/url-http.el (url-http): Fix docstring typo.
      adds  b612f1a   * lisp/woman.el: Doc fix; remove redundant setup info.
      adds  c85c8e7   Add toolbar for help-mode
      adds  7b12747   Convert finder menu to easy-menu-define
      adds  d184895   Convert re-builder menu to easy-menu-define
      adds  acf7160   Add more auth-related tests for socks.el
      adds  43703a0   Use raw bytes for SOCKS 4 IP addresses
      adds  825aed1   Add the `always' function
      adds  12578d6   Change how (declare (modes store the data
      adds  e3e3133   Add a new command for mode-specific commands
      adds  4c4c2ea   ; Fix typos in last change
      adds  006d0ae   Mention `M-S-x' in the Emacs manual.
      adds  496bed5   Change command-completion-using-modes-p to defun
      adds  a6234bb   Mute noisy test fixture for socks.el
      adds  cf95b53   Convert makefile-mode menu to easy-menu-define
      adds  e684203   Fix memory leak
      adds  3010794   Clarification of password handling in Tramp manual
      adds  2c26eb1   Convert some progmodes menus to easy-menu-define
      adds  df932be   * etc/NEWS.19: Add entry for 'easy-menu-define'.
      adds  669b911   ; Fix previous easy-menu-define conversion
      adds  1b9e233   Convert bubbles menu to easy-menu-define
      adds  767608e   Make unused variable menu-bar-handwrite-map obsolete
      adds  908f251   Fix json.el encoding of confusable object keys
      adds  d15a42a   Use `undefined' instead of `ignore' in wdired
      adds  24166be   Declare that `ignore' and `undefined' shouldn't be 
completed over
      adds  ff759b1   Fix interactive mode tagging for man and woman
      adds  2790c6a   Run admin/cus-tests.el tests from test suite
      adds  d0c4765   Faster, more compact, and readable closure creation
       new  cf1e8e7   Merge remote-tracking branch 'savannah/master' into HEAD
       new  da4da88   * lisp/emacs-lisp/comp.el (comp-spill-lap): Fix doc 
string.


Summary of changes:
 CONTRIBUTE                                         |  14 +-
 admin/cus-test.el                                  |   7 +
 doc/emacs/basic.texi                               |   5 +
 doc/emacs/m-x.texi                                 |   8 +
 doc/lispref/commands.texi                          |  33 +-
 doc/lispref/display.texi                           |   2 +-
 doc/lispref/functions.texi                         |   4 +
 doc/lispref/markers.texi                           |   4 +-
 doc/lispref/sequences.texi                         |   2 +-
 doc/lispref/windows.texi                           |   2 +-
 doc/misc/efaq.texi                                 |   5 +
 doc/misc/tramp.texi                                |  66 +++-
 etc/NEWS                                           |  18 +-
 etc/NEWS.19                                        |   1 +
 etc/ORG-NEWS                                       |   2 +-
 lisp/battery.el                                    |   4 +-
 lisp/calculator.el                                 |  62 ++--
 lisp/calendar/parse-time.el                        |   2 +-
 lisp/cedet/ede.el                                  |   2 +-
 lisp/comint.el                                     |   4 +-
 lisp/dired-x.el                                    |   2 +-
 lisp/emacs-lisp/bindat.el                          |  18 +-
 lisp/emacs-lisp/byte-opt.el                        |   2 +-
 lisp/emacs-lisp/byte-run.el                        |   4 +-
 lisp/emacs-lisp/bytecomp.el                        |  28 +-
 lisp/emacs-lisp/chart.el                           |   6 +-
 lisp/emacs-lisp/comp.el                            |   2 +-
 lisp/emacs-lisp/edebug.el                          |  74 +----
 lisp/emacs-lisp/eldoc.el                           |   4 +-
 lisp/emacs-lisp/package.el                         |  53 +--
 lisp/emacs-lisp/pcase.el                           |   4 +-
 lisp/emacs-lisp/re-builder.el                      |  78 ++---
 lisp/emacs-lisp/rx.el                              |   2 +-
 lisp/finder.el                                     |  27 +-
 lisp/gnus/gnus-search.el                           |  16 +-
 lisp/gnus/nnselect.el                              |   2 +-
 lisp/help-mode.el                                  |  28 +-
 lisp/image-mode.el                                 |   4 +-
 lisp/isearch.el                                    |   2 +-
 lisp/json.el                                       |  36 +-
 lisp/man.el                                        |  41 ++-
 lisp/mh-e/mh-show.el                               |   2 +-
 lisp/net/dictionary-connection.el                  |   6 +-
 lisp/net/dictionary.el                             |  20 +-
 lisp/net/eudcb-macos-contacts.el                   |   2 +-
 lisp/net/mailcap.el                                |   2 +-
 lisp/net/newst-treeview.el                         |  30 +-
 lisp/net/socks.el                                  |   4 +-
 lisp/net/tramp-smb.el                              |   2 +-
 lisp/nxml/nxml-mode.el                             |   2 +-
 lisp/play/bubbles.el                               | 130 +++-----
 lisp/play/handwrite.el                             |   2 +-
 lisp/play/snake.el                                 |  15 +-
 lisp/play/tetris.el                                |  19 +-
 lisp/plstore.el                                    |   3 +-
 lisp/progmodes/asm-mode.el                         |  20 +-
 lisp/progmodes/cc-engine.el                        |   2 +-
 lisp/progmodes/cperl-mode.el                       |   8 +-
 lisp/progmodes/elisp-mode.el                       |  20 +-
 lisp/progmodes/flymake.el                          |   2 +-
 lisp/progmodes/grep.el                             |  76 ++---
 lisp/progmodes/m4-mode.el                          |  26 +-
 lisp/progmodes/make-mode.el                        | 119 +++----
 lisp/progmodes/sh-script.el                        | 116 +++----
 lisp/progmodes/verilog-mode.el                     |   4 +-
 lisp/simple.el                                     | 102 ++++--
 lisp/subr.el                                       |  12 +-
 lisp/textmodes/bibtex.el                           |   2 +-
 lisp/textmodes/texnfo-upd.el                       |   2 +-
 lisp/url/url-http.el                               |   2 +-
 lisp/w32-fns.el                                    |   1 +
 lisp/wdired.el                                     |   6 +-
 lisp/woman.el                                      |  22 +-
 src/alloc.c                                        |  33 ++
 src/callproc.c                                     |   6 +-
 src/data.c                                         |  12 +-
 src/dispnew.c                                      |   2 +-
 src/font.c                                         |   2 +-
 src/indent.c                                       |   2 +-
 src/nsterm.m                                       |   7 +-
 src/process.c                                      |   2 +-
 src/w32.c                                          |  51 +++
 src/w32fns.c                                       |   2 +-
 test/Makefile.in                                   |  15 +-
 test/README                                        |   7 +-
 test/file-organization.org                         |   4 +
 test/lisp/custom-tests.el                          |  11 -
 test/lisp/emacs-lisp/edebug-tests.el               |  34 +-
 test/lisp/emacs-lisp/rx-tests.el                   |   2 +
 test/lisp/json-tests.el                            |  79 ++++-
 test/lisp/jsonrpc-tests.el                         |   2 +-
 test/lisp/net/ntlm-resources/authinfo              |   1 +
 test/lisp/net/ntlm-tests.el                        | 368 +++++++++++++++++++++
 test/lisp/net/socks-tests.el                       | 291 +++++++++++++---
 test/lisp/net/tramp-tests.el                       |   4 +-
 test/lisp/textmodes/dns-mode-tests.el              |   2 +-
 .../cookie1-tests.el => misc/test-custom-deps.el}  |  36 +-
 test/misc/test-custom-libs.el                      |  46 +++
 test/misc/test-custom-noloads.el                   |  45 +++
 .../cl-tests.el => misc/test-custom-opts.el}       |  25 +-
 test/src/keyboard-tests.el                         |  39 ++-
 101 files changed, 1753 insertions(+), 838 deletions(-)
 create mode 100644 test/lisp/net/ntlm-resources/authinfo
 copy test/{lisp/play/cookie1-tests.el => misc/test-custom-deps.el} (54%)
 create mode 100644 test/misc/test-custom-libs.el
 create mode 100644 test/misc/test-custom-noloads.el
 copy test/{lisp/obsolete/cl-tests.el => misc/test-custom-opts.el} (55%)



reply via email to

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