emacs-diffs
[Top][All Lists]
Advanced

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

feature/package+vc updated (5134eb02cf -> 5d60ea47f6)


From: Philip Kaludercic
Subject: feature/package+vc updated (5134eb02cf -> 5d60ea47f6)
Date: Tue, 18 Oct 2022 16:35:46 -0400 (EDT)

zge pushed a change to branch feature/package+vc.

      from  5134eb02cf Mark source packages as always updatable
       new  b4e833b2f8 Attempt to infer the package subject if missing
       new  39c9b6751e Only clone packages if necessary
       new  c25e78d802 * src/keyboard.c (echo_add_key): Mention quick-help
       new  5ceb88e6eb Have 'vc-clone' return a directory
      adds  215f65d1dc Minor Tramp fixes
      adds  0ff389c0c1 Fix ‘make bootstrap’ when the *.m4 files change
      adds  da6778d1ce Fix multiple sources of flicker under X
      adds  cf19743aca Adapt last change to Haiku port
      adds  c4c4a60f71 Expand 'random' testsuite
      adds  b7d7c2d9e9 Add cross-reference to alternative syntaxes for Unicode
      adds  4bd3dd505e Document how to control where the *.eln files are written
      adds  be30369e01 ; Avoid incorrect indentation in an @example.
      adds  fdb6f7cf26 ; Fix documentation of 'comp-enable-subr-trampolines'
      adds  067361f3a2 ; Improve documentation of 'C-M-i'
      adds  07222447b6 Merge from origin/emacs-28
      adds  45aabe6eda Disable completion when PDB is active in Python Shell 
buffer
      adds  f9726408f6 Signal an error in dictionary lookup if there's no word 
at point
      adds  cb975c6183 Fix invalid search bound error in 
python-shell-completion-at-point
      adds  d8624ad519 ; * lisp/vc/vc.el (vc-prepare-patch): Remove 
'exit-recursive-edit'
      adds  cb968b48cb ; * lisp/vc/vc.el (vc-prepare-patch): Fix pluralisation
      adds  0164d5e71d Clear misleading message in help-quit-or-quick
      adds  82257951e9 Don't ding when exiting help-for-help with C-g
      adds  77d5be5877 Bind "home"/"end" in help-for-help
      adds  d4244ec8cc Make help-for-help echo key on failure
      adds  494ccec94e Prefer defvar-keymap in ansi-osc.el
      adds  0e5fc2345d Move and rename Python completion ERTs
      adds  13d6e8fa54 cl-generic: Fix `advertised-calling-convention` 
declarations
      adds  4a6ad6e18f Add default implementation for 'checkin-patch'
      adds  44541c7854 Make `message-canlock-generate' faster
      adds  5176d00611 Avoid having the async compile log saying it's compiling 
loaddefs
      adds  b9aff5fdb8 Fix spurious "Compilation finished" native-comp messages
      adds  abf683bb03 Fix pieces of code being too expensive over slow network 
connections
      adds  24b85b10e3 Add tests for native-compile-prune-cache
      adds  40b734c500 Don't prune *.eln files in parent of eln-load-path
      adds  eff4a4f49a Improve native-compile-prune-cache messages
      adds  dd7f1bb3a1 Silence recent comp-tests.el lexvar warnings
      adds  1dd6ad6990 Update version information in Gnus manual
      adds  1e9341672d Prefer defvar-keymap in fortran.el
      adds  c2b79d9148 CC Mode: Don't fontify as types variables with the same 
names as struct tags
      adds  5e77265523 Follow-up fixes for vc-default-checkin-patch
      adds  be3d9f717d ; Fix comment
      adds  0dbd1dbe7d Fix bug#58584
      adds  f4442d49f6 Improve ‘random’ doc re nonces
      adds  1beb389e47 ; Remove over-quoting of :application values in 
connection-local variables
      adds  3cc356abfe Add helpers to dynamically assign connection-local values
      adds  2c82530f47 ; Allow ignoring errors when calling 
'eshell-match-command-output'
      adds  f1caa10f04 ; Obsolete 'eshell/define'
      adds  7c41016fca Allow setting the values of variable aliases in Eshell
      adds  cee1cbfd54 Improve handling of $PATH in Eshell for remote 
directories
      adds  fd4992d356 Print the correct $PATH when Eshell's 'which' fails to 
find a command
      adds  0954689cb3 ; Fix some invalid Eshell syntax in an example
      adds  1a8015b837 * Prevent potential native compilation infinite 
recursions
      adds  9c67e8e56d Regenerate ldefs-boot.el
      adds  baa39e4849 * lisp/progmodes/cc-defs.el Remove setting of 
inhibit-point-motion-hooks
      adds  86581698ac Fix faulty loaddefs detection
      adds  6cabef8799 Fix previous loaddefs-gen fix
      adds  254536e41b Regenerated ldefs-boot.el
      adds  c5e2566774 (byte-compile--first-symbol-with-pos): Fix bug#58601
      adds  59fc77ee52 * .gitignore: Unignore the tests/manual directory.  
(Bug#58611)
      adds  cd1a81e572 * etc/NEWS: Adapt connection-local variables entries.
      adds  40d2ed9bab * lisp/net/tramp.el (tramp-file-name-equal-p): Fix 
docstring.
      adds  a9f183c760 * lisp/outline.el: Use one character wide strings for 
margins (bug#57813)
      adds  ab1b491f83 * lisp/outline.el (outline-minor-mode-insert-buttons): 
New defvar-local.
       new  65fa87329c Merge remote-tracking branch 'origin/master' into 
feature/package+vc
       new  5d60ea47f6 Use 'elpa-packages' files for VC metadata


Summary of changes:
 .gitignore                               |   2 +-
 Makefile.in                              |   8 +-
 doc/emacs/custom.texi                    |  18 ++
 doc/emacs/programs.texi                  |  41 ++--
 doc/lispref/compile.texi                 |  18 ++
 doc/lispref/modes.texi                   |   5 +-
 doc/lispref/numbers.texi                 |  48 +++-
 doc/lispref/variables.texi               | 108 ++++++---
 doc/misc/eshell.texi                     |  66 ++++--
 doc/misc/gnus.texi                       |  14 +-
 etc/NEWS                                 |  54 +++--
 lisp/ansi-osc.el                         |  12 +-
 lisp/emacs-lisp/byte-run.el              |   5 +
 lisp/emacs-lisp/bytecomp.el              |  60 ++---
 lisp/emacs-lisp/cl-generic.el            |   6 +-
 lisp/emacs-lisp/comp.el                  | 186 ++++++++-------
 lisp/emacs-lisp/loaddefs-gen.el          |   4 +-
 lisp/emacs-lisp/package-vc.el            | 186 +++++++++++----
 lisp/emacs-lisp/package.el               |  15 +-
 lisp/eshell/esh-cmd.el                   |   9 +-
 lisp/eshell/esh-ext.el                   |  23 +-
 lisp/eshell/esh-util.el                  |  55 ++++-
 lisp/eshell/esh-var.el                   | 156 ++++++++++---
 lisp/files-x.el                          | 103 ++++++++-
 lisp/gnus/message.el                     |   5 +-
 lisp/help-fns.el                         |   2 +-
 lisp/help-macro.el                       |  12 +-
 lisp/help.el                             |   8 +-
 lisp/ldefs-boot.el                       |  87 ++++---
 lisp/loadup.el                           |   5 +-
 lisp/menu-bar.el                         |   6 +-
 lisp/net/dictionary.el                   |   5 +-
 lisp/net/tramp-integration.el            |  23 +-
 lisp/net/tramp-sh.el                     |  17 +-
 lisp/net/tramp-sudoedit.el               |  57 ++---
 lisp/net/tramp.el                        |   3 +-
 lisp/outline.el                          |  52 +++--
 lisp/progmodes/cc-defs.el                |   1 -
 lisp/progmodes/cc-engine.el              |  13 +-
 lisp/progmodes/cc-langs.el               |  13 +-
 lisp/progmodes/elisp-mode.el             |   4 +-
 lisp/progmodes/fortran.el                |  57 +++--
 lisp/progmodes/python.el                 |  26 ++-
 lisp/subr.el                             |  14 +-
 lisp/textmodes/emacs-news-mode.el        |   9 +-
 lisp/vc/vc-bzr.el                        |   3 +-
 lisp/vc/vc-git.el                        |   3 +-
 lisp/vc/vc-hg.el                         |   3 +-
 lisp/vc/vc-svn.el                        |   3 +-
 lisp/vc/vc.el                            |  70 ++++--
 src/comp.c                               |  17 +-
 src/dispnew.c                            |   9 +
 src/haikuterm.c                          |  32 ++-
 src/haikuterm.h                          |   5 +
 src/keyboard.c                           |   4 +-
 src/xfns.c                               | 115 ++++------
 src/xmenu.c                              |  45 +---
 src/xselect.c                            |  25 +-
 src/xterm.c                              | 379 ++++++++++++++++++++++++++-----
 src/xterm.h                              |  55 ++++-
 test/lisp/emacs-lisp/cl-generic-tests.el |  22 ++
 test/lisp/emacs-lisp/comp-tests.el       |  77 +++++++
 test/lisp/eshell/esh-ext-tests.el        |  76 +++++++
 test/lisp/eshell/esh-var-tests.el        | 220 +++++++++++++++++-
 test/lisp/eshell/eshell-tests-helpers.el |  45 +++-
 test/lisp/files-x-tests.el               | 152 +++++++++----
 test/lisp/progmodes/python-tests.el      |  70 ++++--
 test/src/fns-tests.el                    |  20 +-
 68 files changed, 2295 insertions(+), 776 deletions(-)
 create mode 100644 test/lisp/emacs-lisp/comp-tests.el
 create mode 100644 test/lisp/eshell/esh-ext-tests.el



reply via email to

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