emacs-diffs
[Top][All Lists]
Advanced

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

feature/package+vc updated (57e16b316d -> 820036dafe)


From: Philip Kaludercic
Subject: feature/package+vc updated (57e16b316d -> 820036dafe)
Date: Fri, 19 Aug 2022 14:37:20 -0400 (EDT)

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

      from  57e16b316d * package-vc.el (package-vc-fetch): Autoload it
      adds  fdbdbc2e1b Make some more cedet version variables obsolete
      adds  23e4e81193 * doc/misc/gnus.texi (Emacsen): Delete section.
      adds  9ef988c0e0 Remove (gnus) Gnus Development manual section
      adds  e0045ba2bc Remove some more outdated Gnus manual stuff
      adds  16ec99702c gud.el: invoke 'perldb' with '-E' instead of '-e'
      adds  59af89c2a2 Clarify bookmark-set prompt
      adds  f99219a533 Fix emacs-news-view-mode-map inheritance
      adds  28cb8bccce ; etc/PROBLEMS: Move Ubuntu 8.04 entry to legacy systems.
      adds  4ab16226e0 Rename etc-authors-mode.el to emacs-authors-mode.el
      adds  779d920c9a Rename etc-authors-mode to emacs-authors-mode
      adds  a2cf5646d4 Support imenu in emacs-authors-mode
      adds  316d3111a3 Don't update loaddefs.el timestamps uselessly in 
loaddefs-generate
      adds  c4505fed53 Hide local variable section in emacs-news-modes
      adds  37073492fd ; * lisp/cedet/ede.el: Bump version header to match 
variable.
      adds  e311d05ab1 Improve MPX interaction with drag-and-drop
      adds  4e23ecb882 ; * src/xfns.c (Fx_set_mouse_absolute_pixel_position): 
Fix typo.
      adds  77613b9217 ; Delete redundant installation instructions from 
ebnf2ps.el
      adds  e746fc2e7b Delete stale comments from Lisp Intro manual
      adds  72fc7258bf Delete references to deleted library hilit19.el
      adds  2d4058b3ff Merge from origin/emacs-28
      adds  30320d9420 Only set Eshell execution result metavariables when 
non-nil
      adds  9d4fa4ed4b Allow using dollar expansions in Eshell conditionals
      adds  f3408af0a3 Make '$?' and '$$' variables more consistent in Eshell
      adds  6de88b6b02 Fix a recently-added Eshell test on MS-Windows
      adds  f937a0f3f8 Prevent selection converter from signalling if buffer is 
narrowed
      adds  60f2a486e9 ; * etc/NEWS: Minor fixes.  (Bug#57169)
      adds  4530368c06 Delete many references to Emacs 23 or older from docs
      adds  764d832bfa Make htmlfontify-version variable obsolete
      adds  fdb88899d4 Make ps-mode-version variable obsolete
      adds  87c2ebf8d2 ; * lisp/emulation/viper.el: Bump version to match 
variable.
      adds  1c7910ea6e Don't hide final dump in admin/emake
      adds  2bbb007e16 Allow EXCLUDED-FILES in loaddefs-generate to be relative
      adds  d1578888bf Tweak outline symbol icons
      adds  0ab572d5c9 Add new value `dont-save' to `deactivate-mark'
      adds  94c10c426e Speed up display of long lines under 'truncate-lines'
      adds  3fcbcc61db js.el: Tweak last change
      adds  9d6d3b0edb Make many gnus version variables obsolete
      adds  f289a17c06 Update Gnus Installation FAQ
      adds  a1cf3b96f8 ; Fix documentation of 'deactivate-mark'
      adds  dd2973bf50 nadvice.el: Avoid exponential blow up in 
interactive-form recursion
      adds  0a93759385 Improve time-convert docstring formatting for readability
      adds  864847bf3c Document time-convert FORM argument as mandatory
      adds  15c20cb4fe ; * etc/NEWS: Fix typo.
      adds  47e23ad7a8 More fixes to MPX drag-and-drop interaction
      adds  0df8f481dd ; * src/xdisp.c (display_line): Fix a typo.
      adds  b93e14fa0f ; advice--interactive-form: Fix a typo introduced in 
recent change
      adds  a71c05b44d Further speedups of redisplay of long and truncated lines
      adds  7ece1c4840 ; * doc/misc/gnus-faq.texi (FAQ 1-3): Fix recent change.
      adds  e99d7c4d62 Simplify code using take, ntake and butlast
      adds  1d8712bcc9 Strength-reduce apply with (list ...) as tail argument
      adds  7dc4ab6e89 Make Gnus FAQ more contemporary
      adds  096c081e51 * src/Makefile.in (elnlisp): Delete autoload.eln from 
list.
      adds  d28f1677c3 ; Delete commented out manual section on emulation
      adds  397fdc22eb * lisp/calendar/time-date.el (seconds-to-time): Use the 
original arg list
      adds  423b113797 * lisp/cedet/ede/emacs.el (ede-emacs-load): Delete 
obsolete name arg
      adds  9d52617935 ; * etc/NEWS: Fix typos.
      adds  1d3fe25690 Tramp code cleanup
      adds  1faeef7924 (compiled-function-p): New function (bug#56648)
      adds  3a9c803f24 * lisp/emacs-lisp/ring.el (ring): Define as a type
      adds  9239be8e76 ; Fix documentation of 'compiled-function-p' (bug#56648)
      adds  48ac40e60e ; Fix last change.
      adds  9664b8c8e1 Fix selection preservation bug when USE_XCB
      adds  664c42df46 * doc/lispref/functions.texi: Fix capitalization.
      adds  23561f9665 Work around Bug#57211
      adds  15aba5e644 Decode time conses before floats
      adds  a64fe6f319 Improve timefns speed on integers
      adds  ecc647d011 Don't advertise obsolete library html2text.el
      adds  57259773b4 ; * lisp/org/org.el: Delete unnecessary declarations.
      adds  005585f6bd Make gnus-iswitchb-completing-read obsolete
      adds  d5174ed4ea Don't use obsolete library as example in Elisp Intro
      adds  6137ebd5a4 Make gnus-uu-view-with-metamail obsolete
      adds  0a8e88fd83 Make message-mark-active-p obsolete in favor of 
mark-active
      adds  4bee89b73f Fix uninitialized variable false-positives
      adds  0e336fa51f ; Improve documentation of minibuffer history wrt 
completion
      adds  9d0dba44da ; * doc/lispintro/emacs-lisp-intro.texi: Fix typo.
      adds  75372c6c4e Merge from origin/emacs-28
      adds  97da8eeb7c Make update-directory-autoloads available by default 
again
      adds  90b4ee6575 Further lisp-current-defun-name tweaks
      adds  af3ec6b8e6 Remove Gnus Compatibility manual section
      adds  f2a592ea2f Regenerated ldefs-boot.el
      adds  d33a6b9069 Tweak autoloads of defsubsts containing spaces/control 
chars
      adds  ead4b914ca Fix up the exclusion logic in loaddefs-generate
      adds  79c0e78460 Pacify warnings from gcc 12 in encode_coding_object
      adds  20b8ac5723 Make eshell-mode more resilient towards 
`mode-line-format'
      adds  d5ee49c25c Fix variable types in warnings-suppress
      adds  629f980fad Enhance safe_run_hooks_1 and safe_run_hook_funcall to 
handle more arguments
      adds  5025b2566e Fix fix_command for non-symbol functions
      adds  0d3aebec01 Fix `python-nav-forward-block' moving backward under 
certain conditions
      adds  d5e74d9cd7 Clean up message-sort-headers code slightly
      adds  9ea40b3ddf Fix tmpdir handling in Tramp for Android sshd
      adds  82635f40ed Produce TAGS in 'lib' as well and include them in 
src/TAGS
      adds  6e628ff99c * doc/lispref/functions.texi (What Is a Function): 
Improve further
      adds  f73d4d86f8 * doc/misc/gnus.texi (Troubleshooting): Update section.
      adds  1973d4ac1b Avoid lowering child frames below scroll bars on X
      adds  07b8fb197a Provide ERT explainer for 'eshell-match-command-output'
      adds  c1f1be4b73 Add 'eshell-command-result-equal' with an ERT explainer
      adds  cf873c1a09 Fix non-interactive use of conditionals in Eshell
      adds  b87400c78b Make the bookmark fringe icon look like a bookmark
      adds  c48397a2b3 Delete implicit XEmacs references from Gnus manual
      adds  c3dedb8b85 ; * doc/misc/url.texi: Don't mention obsolete library 
url-ns.
      adds  780c525d11 Modernize spam section in Gnus manual slightly
      adds  f25c8126ce ; Don't mention obsolete libraries
      adds  5e5c56f148 ; Normalize my email
      adds  ad2dba38b2 Don't look for long lines beyond the narrowed region
      adds  190f2db786 Fix buffer-start cleanup in message-indent-citation
      adds  81ff64d3ca Make message-delete-line obsolete
      adds  b4879603fd Fix XInput hierarchy events not being delivered in 
daemon mode
      adds  1097c0d1e4 Advertise obsolete library pgg.el less
      adds  1f31c39b59 ; * lisp/bookmark.el (fringe): Require.  (Bug#57241)
      adds  3ea6cb40e6 dired-do-shell-command doc string clarification
      adds  12c3461b45 Handle root permissions on remote files
      adds  4b1ab18391 Fix autoload in tramp.el
      adds  869db699ee Improved static detection of nil and non-nil expressions
      adds  e618b6faee Improved `if` and `while` optimisation
      adds  621550c076 Improved `and` and `or` optimisation
      adds  fb98c4a406 Improved `null` (alias `not`) optimisation
      adds  8517d1e9aa * lisp/dired.el (dired-mark-if): Evaluate MSG once to 
avoid warning.
      adds  b24f7667ad * src/buffer.c (Frename_buffer): Fix bug#56693
      adds  ed9adafc0b Avoid disabling device multiple times while handling XI 
attachment events
      adds  362c9ab879 * doc/misc/gnus.texi (Article Washing): Fix Links URL.
      adds  dd077ebded Revert "; * doc/lispintro/emacs-lisp-intro.texi: Fix 
typo."
      adds  a4078fa628 ; * lisp/vc/ediff.el: Improve wording in last change.
      adds  8f784a2766 Merge from origin/emacs-28
      adds  af4cfb5194 Add Python blocks support for hideshow
      adds  a631067fba Fix some recently introduced byte-compiler warnings
      adds  31e3221267 Revert "Add Python blocks support for hideshow"
      adds  4915ca5dd4 Enhance Python font-lock to support multilines
      adds  deddd56e35 em-unix.el: only pass -H option to grep
      adds  1288955d50 Don't check if autoloaded functions are fboundp
      adds  6ad79488c9 ; Delete code in cperl-mode.el commented out since 1997
      adds  8d4fe8356c * lisp/progmodes/cperl-mode.el: Improve commentary.
      adds  d214dd67cd Make compat function cperl-putback-char obsolete
      adds  a6412b96e7 Move dired-guess commands from dired-x to dired
      adds  9dfabe0756 Assume dired-guess is now always available
      adds  78460500c7 Shorten new manual section "Shell Command Guessing"
      adds  31f289625c Fix Linux APM BIOS flag testing in battery.el
      adds  f0c5de7839 * lisp/progmodes/cc-defs.el (c-safe-scan-lists): 
Evaluate LIMIT just once
      adds  3e042c80ce * lisp/emacs-lisp/bytecomp.el (byte-compile-log-1): 
Create buffer if necessary
      adds  b6b1911080 Update from Gnulib by running admin/merge-gnulib
      adds  79050eeeaf ; * src/xterm.c (xi_select_hierarchy_events): Fix typo.
      adds  d0e126b6ed ; * src/xterm.c (xi_select_hierarchy_events): Fix typo.
      adds  21751f02d3 Backport tempname changes from master (bug#57129)
      adds  9a3f64f406 ; Merge from origin/emacs-28
      adds  7406ae4c98 Fix broken build on Solaris 10 emacs_spawn
      adds  9f26a8d31b Fix the MS-DOS build
       new  d3f03666bb Merge remote-tracking branch 'origin/master' into 
feature/package+vc
       new  820036dafe * package-vc.el (package-vc-unpack): Mark packages as 
selected


Summary of changes:
 admin/authors.el                               |    2 +-
 admin/automerge                                |    2 +-
 admin/emake                                    |    2 +-
 admin/unidata/unidata-gen.el                   |    4 +-
 admin/update_autogen                           |    2 +-
 config.bat                                     |    1 +
 doc/emacs/dired.texi                           |   68 +
 doc/emacs/glossary.texi                        |    4 +-
 doc/emacs/mini.texi                            |   13 +-
 doc/emacs/misc.texi                            |   96 +-
 doc/emacs/msdos.texi                           |    6 +-
 doc/lispintro/emacs-lisp-intro.texi            |   45 +-
 doc/lispref/customize.texi                     |    4 +
 doc/lispref/display.texi                       |    1 +
 doc/lispref/functions.texi                     |   10 +
 doc/lispref/loading.texi                       |    2 +-
 doc/lispref/objects.texi                       |    3 +
 doc/lispref/os.texi                            |   10 +-
 doc/lispref/processes.texi                     |    1 -
 doc/misc/auth.texi                             |   10 +-
 doc/misc/dired-x.texi                          |  112 -
 doc/misc/efaq-w32.texi                         |    6 +-
 doc/misc/efaq.texi                             |   28 +-
 doc/misc/emacs-mime.texi                       |    6 +-
 doc/misc/eshell.texi                           |   82 +-
 doc/misc/gnus-faq.texi                         |  224 +-
 doc/misc/gnus.texi                             |  257 +-
 doc/misc/idlwave.texi                          |   11 -
 doc/misc/message.texi                          |   18 +-
 doc/misc/mh-e.texi                             |   58 +-
 doc/misc/texinfo.tex                           |    2 +-
 doc/misc/tramp.texi                            |   39 +-
 doc/misc/url.texi                              |    1 -
 doc/misc/viper.texi                            |    2 +-
 etc/AUTHORS                                    |    2 +-
 etc/NEWS                                       |   81 +-
 etc/PROBLEMS                                   |   17 +-
 etc/TODO                                       |    2 +-
 lib/gnulib.mk.in                               |   31 +-
 lib/group-member.c                             |    5 +-
 lib/intprops-internal.h                        |  392 ++
 lib/intprops.h                                 |  359 +-
 lib/stdckdint.in.h                             |   37 +
 lib/tempname.c                                 |   22 +-
 lib/tempname.h                                 |    2 +-
 lib/verify.h                                   |    7 +-
 lisp/battery.el                                |    6 +-
 lisp/bookmark.el                               |   43 +-
 lisp/calc/calc-vec.el                          |    4 +-
 lisp/calc/calc.el                              |   12 +-
 lisp/calendar/time-date.el                     |   12 +-
 lisp/cedet/ede.el                              |    9 +-
 lisp/cedet/ede/emacs.el                        |    1 -
 lisp/cedet/semantic.el                         |    6 +-
 lisp/cedet/semantic/bovine.el                  |    4 +-
 lisp/cedet/semantic/db-file.el                 |    2 +-
 lisp/cedet/srecode.el                          |    4 +-
 lisp/cus-edit.el                               |   21 +
 lisp/dired-aux.el                              |  271 +-
 lisp/dired-x.el                                |  325 --
 lisp/dired.el                                  |   86 +-
 lisp/emacs-lisp/advice.el                      |   14 +-
 lisp/emacs-lisp/byte-opt.el                    |  343 +-
 lisp/emacs-lisp/bytecomp.el                    |   26 +-
 lisp/emacs-lisp/cl-macs.el                     |    2 +-
 lisp/emacs-lisp/ert.el                         |    3 +-
 lisp/emacs-lisp/lisp-mode.el                   |    9 +-
 lisp/emacs-lisp/loaddefs-gen.el                |   40 +-
 lisp/emacs-lisp/macroexp.el                    |    2 +-
 lisp/emacs-lisp/nadvice.el                     |   24 +-
 lisp/emacs-lisp/package-vc.el                  |    6 +-
 lisp/emacs-lisp/pcase.el                       |   13 +-
 lisp/emacs-lisp/ring.el                        |    4 +
 lisp/emacs-lisp/subr-x.el                      |   12 +
 lisp/emacs-lisp/warnings.el                    |    4 +-
 lisp/emulation/viper-util.el                   |    1 -
 lisp/emulation/viper.el                        |    2 +-
 lisp/erc/erc-speedbar.el                       |    3 +-
 lisp/eshell/em-alias.el                        |    2 +-
 lisp/eshell/em-unix.el                         |   13 +-
 lisp/eshell/esh-cmd.el                         |   92 +-
 lisp/eshell/esh-io.el                          |   50 +-
 lisp/eshell/esh-mode.el                        |    3 +-
 lisp/eshell/esh-proc.el                        |   68 +-
 lisp/fringe.el                                 |   12 +
 lisp/gnus/deuglify.el                          |    1 +
 lisp/gnus/gnus-diary.el                        |    6 +-
 lisp/gnus/gnus-util.el                         |    8 +-
 lisp/gnus/gnus-uu.el                           |    3 +-
 lisp/gnus/gnus.el                              |    3 +-
 lisp/gnus/message.el                           |   52 +-
 lisp/gnus/mm-decode.el                         |    9 +-
 lisp/gnus/mml.el                               |    3 +-
 lisp/gnus/mml2015.el                           |    2 +-
 lisp/gnus/nnagent.el                           |    1 +
 lisp/gnus/nnbabyl.el                           |    1 +
 lisp/gnus/nndiary.el                           |    2 +
 lisp/gnus/nndir.el                             |    1 +
 lisp/gnus/nndoc.el                             |    1 +
 lisp/gnus/nndraft.el                           |    1 +
 lisp/gnus/nneething.el                         |    1 +
 lisp/gnus/nnfolder.el                          |    1 +
 lisp/gnus/nnmaildir.el                         |    1 +
 lisp/gnus/nnmbox.el                            |    1 +
 lisp/gnus/nnmh.el                              |    1 +
 lisp/gnus/nnml.el                              |    1 +
 lisp/gnus/nnrss.el                             |    1 +
 lisp/gnus/nnspool.el                           |    1 +
 lisp/gnus/nntp.el                              |    1 +
 lisp/gnus/nnvirtual.el                         |    1 +
 lisp/help-fns.el                               |   10 +-
 lisp/htmlfontify.el                            |   11 +-
 lisp/info-look.el                              |    1 -
 lisp/ldefs-boot.el                             | 4827 ++++++++++++------------
 lisp/loadup.el                                 |    3 +-
 lisp/mh-e/mh-e.el                              |   15 +-
 lisp/mh-e/mh-identity.el                       |   12 +-
 lisp/mh-e/mh-mime.el                           |   12 +-
 lisp/net/eudc-export.el                        |    2 +-
 lisp/net/tramp-adb.el                          |    2 +-
 lisp/net/tramp-compat.el                       |   23 +
 lisp/net/tramp-crypt.el                        |    2 +-
 lisp/net/tramp-gvfs.el                         |    7 +-
 lisp/net/tramp-sh.el                           |   64 +-
 lisp/net/tramp-sudoedit.el                     |    3 +-
 lisp/net/tramp.el                              |   38 +-
 lisp/obsolete/autoload.el                      |    8 +-
 lisp/org/org.el                                |    5 -
 lisp/outline.el                                |    4 +-
 lisp/progmodes/cc-defs.el                      |   19 +-
 lisp/progmodes/cperl-mode.el                   |   87 +-
 lisp/progmodes/ebnf2ps.el                      |   14 +-
 lisp/progmodes/f90.el                          |    7 +-
 lisp/progmodes/gdb-mi.el                       |    5 +-
 lisp/progmodes/gud.el                          |   13 +-
 lisp/progmodes/js.el                           |    7 +-
 lisp/progmodes/ps-mode.el                      |    8 +-
 lisp/progmodes/python.el                       |   54 +-
 lisp/ps-print.el                               |   10 +-
 lisp/select.el                                 |    9 +-
 lisp/simple.el                                 |   35 +-
 lisp/subr.el                                   |   13 +
 lisp/textmodes/emacs-authors-mode.el           |  145 +
 lisp/textmodes/emacs-news-mode.el              |   13 +-
 lisp/textmodes/etc-authors-mode.el             |  133 -
 lisp/vc/ediff.el                               |   11 +-
 lisp/vc/vc-svn.el                              |   10 +-
 m4/gnulib-comp.m4                              |   22 +
 m4/largefile.m4                                |    7 +-
 m4/year2038.m4                                 |   10 +-
 msdos/sedlibmk.inp                             |    2 +
 src/Makefile.in                                |   10 +-
 src/buffer.c                                   |   27 +-
 src/callint.c                                  |    2 +-
 src/callproc.c                                 |    2 +-
 src/coding.c                                   |    2 +-
 src/fringe.c                                   |   15 +
 src/indent.c                                   |   60 +-
 src/keyboard.c                                 |   47 +-
 src/timefns.c                                  |   71 +-
 src/window.c                                   |    9 +-
 src/xdisp.c                                    |  201 +-
 src/xfns.c                                     |   33 +-
 src/xterm.c                                    |  270 +-
 test/lisp/dired-aux-tests.el                   |   13 +
 test/lisp/dired-x-tests.el                     |   13 -
 test/lisp/eshell/em-alias-tests.el             |   28 +-
 test/lisp/eshell/em-basic-tests.el             |   18 +-
 test/lisp/eshell/em-dirs-tests.el              |   56 +-
 test/lisp/eshell/em-extpipe-tests.el           |   18 +-
 test/lisp/eshell/em-script-tests.el            |   20 +-
 test/lisp/eshell/esh-cmd-tests.el              |  275 ++
 test/lisp/eshell/esh-proc-tests.el             |   35 +-
 test/lisp/eshell/esh-var-tests.el              |  504 +--
 test/lisp/eshell/eshell-tests-helpers.el       |   59 +-
 test/lisp/eshell/eshell-tests.el               |  128 +-
 test/lisp/international/ucs-normalize-tests.el |    2 +-
 test/lisp/progmodes/python-tests.el            |  129 +
 test/src/image-tests.el                        |    2 +-
 179 files changed, 6183 insertions(+), 5296 deletions(-)
 create mode 100644 lib/intprops-internal.h
 create mode 100644 lib/stdckdint.in.h
 create mode 100644 lisp/textmodes/emacs-authors-mode.el
 delete mode 100644 lisp/textmodes/etc-authors-mode.el
 create mode 100644 test/lisp/eshell/esh-cmd-tests.el



reply via email to

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