emacs-diffs
[Top][All Lists]
Advanced

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

feature/package+vc updated (982c0e6c15 -> 5134eb02cf)


From: Philip Kaludercic
Subject: feature/package+vc updated (982c0e6c15 -> 5134eb02cf)
Date: Sun, 16 Oct 2022 07:40:39 -0400 (EDT)

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

      from  982c0e6c15 * etc/NEWS: Mention package-vc additions
      adds  6b56099268 Mention seq-keep in shortdoc
      adds  594b3b2cfa * etc/TODO (Wishlist items): Add libarchive(3) 
integration.
      adds  dc9f07d39f Fix typo in etc/TODO
      adds  e3fac2be04 Fix misleading prompt in vc-git-create-tag
      adds  5017f2573f Fix vtable-insert-object line insertion
      adds  49160969ce Make sqlite-select signal errors when there's an error
      adds  aa350ba275 ; Add missing documentation strings
      adds  84945e86be ; * lisp/vc/vc.el (vc-prepare-patches-separately): Fix 
docstring
      adds  b8ab4f018b ; * lisp/vc/vc.el (vc-prepare-patches-separately): Doc 
fix.
      adds  8de7995ae6 package.el: Understand a few more variations in tarball 
formats
      adds  71b3a37569 Improved format string error message (bug#58168)
      adds  9af63d2e8b Better Lisp_String comments
      adds  e4769b20f1 Restrict string-lessp vectorisation to safe architectures
      adds  81eb7c1809 ; * test/src/fns-tests.el 
(fns-tests--string-lessp-cases): Extend.
      adds  9d47364634 * lisp/url/url-file.el (url-file): Don't bind 
`coding-system-for-read`
      adds  32ef7550ed ; Improve documentation of 'file-in-directory-p'
      adds  a2dd9d683a Merge from origin/emacs-28
      adds  22374f2122 Fix user time handling bug on GNOME Shell and Metacity
      adds  0ce91ed8b4 Clean up Fsqlite_select slightly
      adds  b5dc0513d5 Make Fsqlite_select error data better
      adds  90c3a25eb1 Set the PARENTS argument for language environments
      adds  93136169cb Try to speed up extended command shorthand computation
      adds  f91ae94790 ; * lisp/progmodes/gdb-mi.el (gdb): Fix a typo.  
(Bug#58400)
      adds  e016e60a04 ; Clarify correct use of 'xref-query-replace-in-results'
      adds  28904d78a5 ; Fix last change.
      adds  7ab6ec364d Fix some indentation in Fsqlite_execute
      adds  7e7dc74ffb Support "insert into ... returning ..." in sqlite-execute
      adds  ed436db132 ; * doc/lispref/text.texi (Database): Fix markup in last 
change.
      adds  b7802190fe ; Update the doc string of 
'compilation-auto-jump-to-first-error'
      adds  e25bdd7946 Fix `vc-prepare-patch' docstring
      adds  8851a75ca7 Add a test for sqlite "insert ... returning"
      adds  345de32a5d Port bwrap/allows-stdout test to Ubuntu 22.04.1
      adds  5df95ba039 Fix Tramp completion on MS Windows
      adds  ebc19f56aa Don't prompt when killing an Emacs client if it's the 
last client
      adds  36ab164496 Improve error message from sqlite-execute
      adds  b0585441a3 Fix Python completion failure under certain conditions
      adds  cf9ac85785 Remove the view-remove-frame-by-deleting variable
      adds  92703e00dc Add gettid to seccomp-filter
      adds  4a1a4bf0e2 Accommodate missing spec values in erc-format-message
      adds  163000fb59 Remove some more unnecessary calls to block_input
      adds  4f114c0d95 Speed up scrolling when lines are very long and truncated
      adds  5724ee6131 Make read-string-from-buffer and string-edit mention 
each other
      adds  48df8bbb1f ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster 
on mainframes
      adds  61b6da5ace Also avoid setting _NET_WM_USER_TIME on crossing
      adds  3744720904 Add trampoline AOT compilation target (bug#58318)
      adds  ef6e518035 ; lisp/progmodes/project.el: Bump version
      adds  3787d0b11a ; * doc/lispref/windows.texi (Window Hooks): Fix markup 
(bug#58445).
      adds  c22e85715e Merge from origin/emacs-28
      adds  2953d89d74 Stop relying on Xt hack to set window manager hints
      adds  aa559c1553 Fix Python completion when point in shell buffer is 
before prompt
      adds  820e6f399d Fix thinko in read-string-from-buffer
      adds  1e961eda72 Improve makefile-imake-mode
      adds  5a94a2e5b0 Clarify Native-Compilation Variables slightly
      adds  da752c0466 src/frame.c (do_switch_frame): Fix bug#58343
      adds  4b4b093ab3 ; * admin/make-tarball.txt: Fix typo.
      adds  2b7fefdef1 Merge from origin/emacs-28
      adds  c522021a30 Fix misleading "File exists, but cannot be read" in 
browse-url-emacs
      adds  3d41cc03d9 * lisp/outline.el (outline--fix-buttons-after-change): 
New function.
      adds  7054481ed5 * lisp/outline.el: Rearrange button/margin functions.
      adds  4af4df18c5 Fix browse-url-emacs for file: URLs on Windows
      adds  12f261c470 Fix hl-line-mode/global-hl-line-mode logic again
      adds  97de273dca Simplify recent "File exists" fix
      adds  e6c701c8c3 Shrink client list window structure
      adds  6efc643952 Make `info' treat "\n" in node names as "\s"
      adds  10f55975d3 Improve checks for recent "File exists" fixup
      adds  cbd04ad3d5 Clarify structure of file-attribute's device number
      adds  85e47d9a9e ; Continued cleanup of "-hooks"
      adds  6cab30620f Merge from origin/emacs-28
      adds  9074103fbf ; Fix recent change in documentation of "device number"
      adds  6ea69fc734 Avoid redundant creation of XRender pictures
      adds  271791b55b Fix bug#56153
      adds  b175a9fb7e Do perl documentation lookups case-insensitively, like 
man
      adds  be1afa047f * lisp/play/zone.el (zone): Allow selecting a program
      adds  ff0fe62002 Mention that vc-prepare-patch can interact with a 
log-view
      adds  5426b4d7bf Allow reordering commits in 'vc-prepare-patch' prompt
      adds  60f46b45d9 Prepare all inline patches at once
      adds  000cd5f9f6 ; * lisp/vc/vc.el (vc-default-prepare-patch): Add 
missing argument
      adds  db69681759 * lisp/net/rcirc.el (rcirc-generate-log-filename): 
Append ".log"
      adds  6539eb0588 Prevent .dir-locals.el from being byte-compiled
      adds  cae0056769 Allow filtering what items are added to Ecomplete
      adds  8fc5148429 * lisp/net/rcirc.el (rcirc-bridged-nick): Inherit from 
highlight
      adds  51fc195d39 Add a quick-help menu
      adds  3da935d533 Correctly fontify C++'s operator"" _tag (...)
      adds  eeffc1f5ae Rename `file-attribute-file-number' to 
`file-attribute-file-identifier'
      adds  f5c6e628ed Update image-circular-tests.el
      adds  8300899953 Use file-size-human-readable in memory-report--format
      adds  e1090b0914 ; Auto-commit of loaddefs files.
      adds  0bf3873b1c ; improve test coverage of time-stamp-pattern parsing
      adds  e185526d21 Fix XDS file name expansion
      adds  a06c542094 Remove redundant call to expensive function XOpenDisplay
      adds  1ebabaf9ff ; Fix documentation of ecomplete
      adds  63d084d4e4 Fix encoding and decoding of process I/O in Eshell on 
Windows
      adds  a95062e036 Delete broken link to Network Theory Ltd.
      adds  34bb39964d ; Delete commented out reference to ancient org-mode
      adds  3187225416 ; Prefer HTTPS to HTTP in many URLs
      adds  08eb639df8 Add no-byte-compile to the ".dir-locals.el" auto-insert 
template
      adds  4aeb80ccec ; Improve message text in xref.el
      adds  9fcd59a978 ; Fix message-server-alist :type (Bug#58546)
      adds  da2e6da722 Tag themes with properties
      adds  5fc064f14c Handle ;;;###theme-autoload comments in etc/themes
      adds  307ad21004 * lisp/vc/vc-git.el (vc-git--rev-parse): Allow 
abbreviating commits
      adds  1f4b234a5c * lisp/vc/vc-git.el (vc-git-symbolic-commit): Add 
argument FORCE
      adds  5933055a3e * lisp/vc/vc-git.el (vc-git-symbolic-commit): Use 
--no-undefined
       new  01e45efcd4 Merge branch 'master' into feature/package+vc
       new  3f7e746b51 Delete 'package-contact-maintainer'
       new  5134eb02cf Mark source packages as always updatable


Summary of changes:
 .dir-locals.el                                     |   2 +-
 ChangeLog.1                                        |   2 +-
 ChangeLog.3                                        |   6 +-
 INSTALL                                            |   2 +-
 Makefile.in                                        |   5 +
 admin/charsets/mapfiles/stdenc.txt                 |   2 +-
 admin/charsets/mapfiles/symbol.txt                 |   2 +-
 admin/make-tarball.txt                             |   2 +-
 admin/unidata/README                               |  14 +-
 admin/unidata/blocks.awk                           |   2 +-
 admin/unidata/copyright.html                       |  18 +-
 doc/emacs/custom.texi                              |  10 +
 doc/emacs/maintaining.texi                         |  19 +-
 doc/emacs/package.texi                             |   8 +-
 doc/emacs/vc1-xtra.texi                            |   9 +-
 doc/lispref/buffers.texi                           |  10 +-
 doc/lispref/compile.texi                           |   2 +-
 doc/lispref/customize.texi                         |  24 ++-
 doc/lispref/files.texi                             |  34 +--
 doc/lispref/loading.texi                           |   2 +-
 doc/lispref/text.texi                              |   9 +-
 doc/lispref/windows.texi                           |  18 +-
 doc/misc/cc-mode.texi                              |   8 +-
 doc/misc/efaq-w32.texi                             |   8 +-
 doc/misc/efaq.texi                                 |   6 +-
 doc/misc/gnus-faq.texi                             |   6 +-
 doc/misc/gnus.texi                                 |   8 +-
 doc/misc/mh-e.texi                                 |  14 +-
 doc/misc/org.org                                   |  28 +--
 doc/misc/remember.texi                             |   7 -
 doc/misc/semantic.texi                             |   2 +-
 doc/misc/sieve.texi                                |   2 +-
 doc/misc/vhdl-mode.texi                            |   2 +-
 etc/DEBUG                                          |   2 +-
 etc/NEWS                                           |  32 ++-
 etc/NEWS.21                                        |   2 +-
 etc/NEWS.22                                        |   2 +-
 etc/NEWS.25                                        |   2 +-
 etc/NEWS.26                                        |   2 +-
 etc/TODO                                           |  10 +-
 etc/images/gud/README                              |   4 +-
 etc/srecode/ede-autoconf.srt                       |   2 +-
 etc/srecode/ede-make.srt                           |   4 +-
 etc/themes/adwaita-theme.el                        |   5 +-
 etc/themes/deeper-blue-theme.el                    |   5 +-
 etc/themes/dichromacy-theme.el                     |   5 +-
 etc/themes/leuven-dark-theme.el                    |   8 +-
 etc/themes/leuven-theme.el                         |   8 +-
 etc/themes/light-blue-theme.el                     |   5 +-
 etc/themes/manoj-dark-theme.el                     |   5 +-
 etc/themes/misterioso-theme.el                     |   5 +-
 etc/themes/modus-operandi-theme.el                 |   2 +
 etc/themes/modus-vivendi-theme.el                  |   2 +
 etc/themes/tango-dark-theme.el                     |   7 +-
 etc/themes/tango-theme.el                          |   6 +-
 etc/themes/tsdh-dark-theme.el                      |   6 +-
 etc/themes/tsdh-light-theme.el                     |   6 +-
 etc/themes/wheatgrass-theme.el                     |   5 +-
 etc/themes/whiteboard-theme.el                     |   5 +-
 etc/themes/wombat-theme.el                         |   5 +-
 lib-src/seccomp-filter.c                           |   6 +
 lisp/ChangeLog.10                                  |   2 +-
 lisp/ChangeLog.14                                  |   4 +-
 lisp/ChangeLog.15                                  |   2 +-
 lisp/ChangeLog.17                                  |   2 +-
 lisp/Makefile.in                                   |   6 +
 lisp/autoinsert.el                                 |   2 +-
 lisp/cedet/pulse.el                                |   2 +-
 lisp/custom.el                                     |  73 ++++++-
 lisp/ecomplete.el                                  |  46 +++--
 lisp/emacs-lisp/comp.el                            |  11 +
 lisp/emacs-lisp/loaddefs-gen.el                    |  15 +-
 lisp/emacs-lisp/memory-report.el                   |   7 +-
 lisp/emacs-lisp/package.el                         |  37 ++--
 lisp/emacs-lisp/shortdoc.el                        |   2 +
 lisp/emacs-lisp/vtable.el                          |  14 +-
 lisp/erc/ChangeLog.1                               |   4 +-
 lisp/erc/erc.el                                    |   4 +-
 lisp/eshell/em-unix.el                             |   6 +-
 lisp/eshell/esh-proc.el                            |  18 +-
 lisp/files-x.el                                    |   4 +-
 lisp/files.el                                      |  36 ++--
 lisp/gnus/message.el                               |   8 +-
 lisp/gnus/mm-uu.el                                 |   2 +-
 lisp/gnus/nndoc.el                                 |   2 +-
 lisp/help.el                                       | 135 +++++++++++-
 lisp/hl-line.el                                    |   3 +-
 lisp/info.el                                       |   5 +
 lisp/language/indonesian.el                        |  21 +-
 lisp/language/misc-lang.el                         |  18 +-
 lisp/language/philippine.el                        |  12 +-
 lisp/ldefs-boot.el                                 |  51 ++++-
 lisp/mh-e/mh-junk.el                               |   4 +-
 lisp/net/browse-url.el                             |   5 +
 lisp/net/rcirc.el                                  |  14 +-
 lisp/net/tramp.el                                  |  46 ++---
 lisp/org/ob-matlab.el                              |   2 +-
 lisp/org/ob-plantuml.el                            |   2 +-
 lisp/org/org-ctags.el                              |   2 +-
 lisp/org/org-protocol.el                           |   2 +-
 lisp/outline.el                                    | 228 +++++++++++----------
 lisp/play/zone.el                                  |  24 ++-
 lisp/printing.el                                   |   6 +-
 lisp/progmodes/antlr-mode.el                       |   8 +-
 lisp/progmodes/cc-engine.el                        |  45 +++-
 lisp/progmodes/cc-fonts.el                         |  20 +-
 lisp/progmodes/cc-langs.el                         |  14 +-
 lisp/progmodes/cc-mode.el                          |   6 +-
 lisp/progmodes/compile.el                          |   9 +-
 lisp/progmodes/cperl-mode.el                       |   2 +-
 lisp/progmodes/gdb-mi.el                           |   2 +-
 lisp/progmodes/make-mode.el                        |  21 +-
 lisp/progmodes/project.el                          |   2 +-
 lisp/progmodes/python.el                           |  32 ++-
 lisp/progmodes/xref.el                             |  19 +-
 lisp/server.el                                     |  19 +-
 lisp/simple.el                                     |   8 +-
 lisp/startup.el                                    |   3 +-
 lisp/textmodes/less-css-mode.el                    |   2 +-
 lisp/textmodes/sgml-mode.el                        |   4 +-
 lisp/textmodes/string-edit.el                      |  12 +-
 lisp/url/url-file.el                               |   1 -
 lisp/vc/vc-git.el                                  |  45 ++--
 lisp/vc/vc.el                                      |  46 +++--
 lisp/view.el                                       |   7 -
 lisp/x-dnd.el                                      |   5 +-
 nt/INSTALL                                         |  24 +--
 nt/INSTALL.W64                                     |   2 +-
 src/ChangeLog.13                                   |   4 +-
 src/dired.c                                        |   5 +-
 src/editfns.c                                      |  13 +-
 src/fileio.c                                       |   5 +-
 src/fns.c                                          |  41 +++-
 src/frame.c                                        |  28 +--
 src/lisp.h                                         |  15 +-
 src/minibuf.c                                      |  12 +-
 src/nsterm.m                                       |  23 ++-
 src/pdumper.c                                      |   2 +-
 src/sqlite.c                                       | 173 +++++++++-------
 src/sysdep.c                                       |   2 +-
 src/widget.c                                       |  42 ++--
 src/widget.h                                       |   2 +-
 src/widgetprv.h                                    |   3 -
 src/window.c                                       |  97 ++++++++-
 src/xdisp.c                                        |  15 +-
 src/xfns.c                                         |  14 +-
 src/xterm.c                                        | 226 ++++++++++++--------
 test/lisp/calendar/icalendar-tests.el              |   2 +-
 test/lisp/cedet/semantic-utest.el                  |   1 -
 test/lisp/dnd-tests.el                             |   2 +-
 .../package-resources/ustar-withsub-0.1.tar        | Bin 0 -> 10240 bytes
 .../package-resources/v7-withsub-0.1.tar           | Bin 0 -> 10240 bytes
 test/lisp/emacs-lisp/package-tests.el              |  24 ++-
 test/lisp/net/puny-resources/IdnaTestV2.txt        |   4 +-
 test/lisp/progmodes/python-tests.el                | 126 ++++++++++++
 test/lisp/progmodes/ruby-mode-resources/ruby.rb    |   4 +-
 test/lisp/time-stamp-tests.el                      |   8 +-
 test/manual/image-circular-tests.el                |  41 ++--
 test/src/fns-tests.el                              |   2 +
 test/src/lcms-tests.el                             |   2 +-
 test/src/sqlite-tests.el                           |  13 ++
 161 files changed, 1811 insertions(+), 838 deletions(-)
 create mode 100644 test/lisp/emacs-lisp/package-resources/ustar-withsub-0.1.tar
 create mode 100644 test/lisp/emacs-lisp/package-resources/v7-withsub-0.1.tar



reply via email to

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