emacs-diffs
[Top][All Lists]
Advanced

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

scratch/comp-static-data updated (821471c887 -> 7d35d66c8e)


From: Vibhav Pant
Subject: scratch/comp-static-data updated (821471c887 -> 7d35d66c8e)
Date: Thu, 17 Nov 2022 03:13:14 -0500 (EST)

vibhavp pushed a change to branch scratch/comp-static-data.

      from  821471c887 comp: Perma-mark all compiled constants, declare them as 
const.
      adds  9db6da5449 Add face to key bindings suggested by M-x
      adds  222c297032 ; Auto-commit of loaddefs files.
      adds  0ac626f1d4 Use substitute-command-keys for buffer-menu help
      adds  833e60ae1a Fix recent Cairo xsettings changes
      adds  c6df541783 More fixes to last change
      adds  c63d77ac6b Fix last change again
      adds  7d5cf08de9 ; .clang-format: Support macros in comp.c, align 
operands correctly.
      adds  3b137bcbe8 ; Improve doc strings in seq.el
      adds  69d1278527 ; Fix some doc strings in elisp-mode.el
      adds  125b5684c3 New command 'project-list-buffers' bound to 'C-x p C-b' 
(bug#59153)
      adds  d2ba4538cb ; * lisp/subr.el (match-buffers): Fix typo
      adds  0600065ff2 Fix error trapping in x_focus_frame
      adds  690f7ac86a Fix calculation of tab bar lines during automatic height 
adjustment
      adds  7d592db0ab Document that 'transient-mark-mode' is off in batch mode
      adds  56026242e4 Explain how to bind keys to non-ASCII sequences
      adds  60f2bb862f Merge from origin/emacs-28
      adds  277504584d Set vc-prepare-patches-separately to nil in 
.dir-locals.el
      adds  4cf97969e6 ; * lisp/apropos.el (apropos): Doc fix.  (Bug#59248)
      adds  aee4d67b09 Reduce buffer-tests noisiness when run in batch mode.
      adds  0a26b26217 Reduce buffer-tests noisiness even more
      adds  f793add175 Add flat-button to docstring of 'set-face-attribute'
      adds  1772d88c1f Call xref--analyze with correct project
      adds  f696d27d1c * src/itree.c: Use more uniform names starting with 
`itree_`
      adds  17075a975f EUDC: Fix eudc-capf-message-expand-name nil result
      adds  999027888c ; * src/comp.c (Fnative_elisp_load): Fix typo in 
docstring
      adds  7781121c44 Fix two typos in a doc string
      adds  0147e1ed83 Enable/disable 'server-mode' when starting/stopping the 
server
      adds  2cf9e699ef Make auth-source-pass behave more like other backends
      adds  c5d91358b5 Support auth-source-pass in ERC
      adds  4351fb7161 ; Make some ERC test fixtures a bit more courteous
      adds  e7f2f6cd92 Improve auto-reconnect visibility in ERC
      adds  d4028ead89 Warn of future breaking change to erc-response.tags
      adds  5699e43f27 Accommodate ircs:// URLs in url-irc and browse-url
      adds  46c765ed09 Refactor erc-select-read-args
      adds  77d6351d60 Default to TLS port when calling erc-tls from lisp
      adds  535cc4c81a Add optional server param to erc-networks--determine
      adds  ed5022b4ee Improve new connections in erc-handle-irc-url
      adds  43cca14a9e ; * lisp/emacs-lisp/seq.el (seq-filter): Fix typo in doc 
string.
      adds  fa9777b174 Fix treatment of input focus on MPX setups
      adds  d6c1c76ba4 * lisp/repeat.el (describe-repeat-maps): Improve the 
output.
      adds  ddbc33343c * lisp/keymap.el (defvar-keymap): Add support for 
repeat-mode.
      adds  783c335623 * lisp/keymap.el (defvar-keymap): Don't use pcase.
      adds  623db40dd1 ; * lisp/*.el: Fix typos in docstrings
       new  7d35d66c8e Merge branch 'master' into scratch/comp-static-data


Summary of changes:
 .clang-format                                      |  16 +-
 .dir-locals.el                                     |   3 +-
 doc/emacs/maintaining.texi                         |   7 +
 doc/emacs/mark.texi                                |  17 +-
 doc/misc/auth.texi                                 |  18 ++
 doc/misc/erc.texi                                  |  31 ++-
 etc/ERC-NEWS                                       |   7 +
 etc/NEWS                                           |  36 +++
 lisp/apropos.el                                    |   3 +-
 lisp/auth-source-pass.el                           | 112 ++++++++-
 lisp/bookmark.el                                   |   4 +-
 lisp/buff-menu.el                                  |  54 ++++-
 lisp/dynamic-setting.el                            |  18 +-
 lisp/emacs-lisp/seq.el                             | 126 +++++-----
 lisp/erc/erc-backend.el                            | 140 +++++++++--
 lisp/erc/erc-common.el                             |   3 +
 lisp/erc/erc-compat.el                             | 145 +++++++++++
 lisp/erc/erc-networks.el                           |   9 +-
 lisp/erc/erc-pcomplete.el                          |   4 +
 lisp/erc/erc.el                                    | 241 +++++++++++++------
 lisp/faces.el                                      |  13 +-
 lisp/gnus/nnrss.el                                 |   6 +-
 lisp/keymap.el                                     |  52 +++-
 lisp/ldefs-boot.el                                 | 156 ++++++++++--
 lisp/leim/quail/japanese.el                        |   2 +-
 lisp/net/browse-url.el                             |  24 ++
 lisp/net/eudc-capf.el                              |  11 +-
 lisp/org/ol.el                                     |   2 +-
 lisp/org/org-faces.el                              |   2 +-
 lisp/progmodes/eglot.el                            |   7 +-
 lisp/progmodes/elisp-mode.el                       |  37 +--
 lisp/progmodes/project.el                          |  23 ++
 lisp/progmodes/xref.el                             |   7 +-
 lisp/repeat.el                                     |  41 ++--
 lisp/server.el                                     |  12 +-
 lisp/simple.el                                     |   7 +-
 lisp/subr.el                                       |   2 +-
 lisp/url/url-irc.el                                |  32 ++-
 lisp/vc/vc.el                                      |   2 +-
 src/comp.c                                         |   2 +-
 src/frame.c                                        |  35 ++-
 src/ftcrfont.c                                     |  38 ++-
 src/ftfont.h                                       |   7 +
 src/haikufns.c                                     |  17 +-
 src/itree.c                                        | 228 +++++++++---------
 src/nsfns.m                                        |  17 +-
 src/pgtkfns.c                                      |  17 +-
 src/w32fns.c                                       |  17 +-
 src/xfns.c                                         |  25 +-
 src/xsettings.c                                    |   2 +
 src/xterm.c                                        |  79 +++++-
 src/xterm.h                                        |   2 +-
 test/lisp/auth-source-pass-tests.el                | 267 ++++++++++++++++++++-
 test/lisp/erc/erc-dcc-tests.el                     |   3 +-
 test/lisp/erc/erc-networks-tests.el                |  17 ++
 test/lisp/erc/erc-scenarios-base-reconnect.el      |  46 ++++
 test/lisp/erc/erc-scenarios-misc.el                |  28 +++
 test/lisp/erc/erc-services-tests.el                |   3 -
 test/lisp/erc/erc-tests.el                         | 225 +++++++++++++++++
 test/lisp/erc/resources/erc-d/erc-d-tests.el       |   1 +
 test/lisp/erc/resources/erc-scenarios-common.el    |   3 +-
 test/lisp/erc/resources/join/legacy/foonet.eld     |   2 +-
 test/lisp/net/browse-url-tests.el                  |   9 +
 test/lisp/{yank-media-tests.el => server-tests.el} |  37 +--
 test/src/buffer-tests.el                           |  87 +++----
 65 files changed, 2121 insertions(+), 525 deletions(-)
 copy test/lisp/{yank-media-tests.el => server-tests.el} (51%)



reply via email to

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