emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (66a36f1 -> 704b765)


From: Yuuki Harano
Subject: feature/pgtk updated (66a36f1 -> 704b765)
Date: Mon, 3 May 2021 08:34:11 -0400 (EDT)

masm11 pushed a change to branch feature/pgtk.

      from  66a36f1   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs 
into feature/pgtk
      adds  d55d535   ; * lisp/emacs-lisp/comp.el: Fix typos.  Add LocalWords.
      adds  7133a67   Calc: control digits after decimal point (bug#47302)
      adds  d8e037e   (affixation-function): Allow only three-element list 
elements
      adds  233c0af   ; Fix typos
      adds  7e25e0f   ; * src/comp.c: Fix typos.
      adds  1ee62ac   Fix loading problem in Tramp
      adds  2ab8d1e   Avoid missing whitespace in help-for-help
      adds  4e1e0b9   Have `comp-cstr-intersection-no-mem' intersect pos neg 
value sets
      adds  c622627   * Clean-up temporary eln test-suite directory when 
exiting (bug#48060)
      adds  6a07809   Don't add magic comment to Ruby files for utf-8 encoding
      adds  a9fc30e   Add tests
      adds  2444992   Improve add-log-current-defun-header-regexp
      adds  4fc6afb   * lisp/emacs-lisp/avl-tree.el: Minor doc fixes.
      adds  2feeebe   Doc fixes in avl-tree.el
      adds  0c7f1e2   Fix gio warning in Tramp
      adds  cccdea7   Tramp code cleanup
      adds  f32ff81   * Add a note related to native compilation and Dynamic 
Binding
      adds  0e8c862   * lisp/window.el (window--state-put-2): Set 
next/prev-buffers even to nil.
      adds  a3c77dd   * lisp/progmodes/xref.el: Bump version.
      adds  1054525   * lisp/progmodes/project.el: Also bump version.
      adds  086e29d   * lisp/emacs-lisp/shortdoc.el: Doc fixes.
      adds  a8aa217   Some Tramp corrections, Bug#48067
      adds  68bf917   Automatically generate texinfo.el internal autoloads
      adds  39ebc26   * Improve `comp-normalize-valset' reproducibility 
(bug#48021)
      adds  1cf03f2   * lisp/mail/supercite.el (sc-select-attribution): Fix 
lexical conversion
      adds  7c901d9   * src/doc.c (Fsnarf_documentation): Fix bug#48019
      adds  2a38a2c   Improve support for 'display-line-numbers-width-start'
      adds  8e08344   Alter `gnus-article-show-images' to re-display with 
images installed
      adds  ab7a61e   Fix the unexec build on MS-Windows
      adds  1167253   Don't signal scan-error in interactive sexp-based commands
      adds  04266a2   Advertise PgUp/PgDn instead of SPC/DEL in help-for-help
      adds  019c70e   Fix GUD overlay arrows in gdb-mi when debugging over Tramp
      adds  d53ee1c   ; Auto-commit of loaddefs files.
      adds  a65eb23   Fix NS build warnings
      adds  6b2d017   Fix infinite loop on GNUstep when toolbar updated
      adds  0ce2f59   * lisp/minibuffer.el (completing-read-default): Fix 
bug#45474
      adds  f1adb6b   * lisp/simple.el (newline): Make the hook function remove 
itself
      adds  eda4888   Suppress false positives in apropos-value
      adds  8a4081c   Make adjust_frame_size set up frame's new_width/_height 
too (Bug#17120)
      adds  51a9ed8   Tweak filtering some more
      adds  ede24f8   Add newline and tab matching documentation to 
query-replace-regexp
      adds  e5b93f6   Inhibit lines in doc-view-mode
      adds  65fe177   Don't use pdumper-stats with unexec
      adds  0fe250c   Minor doc fixes in simple.el
      adds  fb44f89   Bind S-SPC to scroll-down in help-for-help
      adds  d0d95d1   * lisp/help-macro.el: Doc fix.
      adds  609d814   Fix crash when resizing GNUstep builds
      adds  4e17c5e   ; Fix last change in lisp/replace.el.
      adds  c842399   * lisp/apropos.el (apropos-value, apropos-local-value): 
Tweak for lexbind
      adds  6c1c320   Add new help command 'describe-command'
      adds  013aee1   * etc/tutorials/TUTORIAL.he: Adjust to latest change in 
TUTORIAL.
      adds  84a2a47   * lisp/progmodes/cc-defs (c-save-buffer-state): Amend 
debug spec, t to let*
      adds  10a7d44   * etc/tutorials/TUTORIAL.es: Adjust to latest change in 
TUTORIAL.
      adds  21f2fbb   * etc/tutorials/TUTORIAL.sv: Adjust to latest change in 
TUTORIAL.
      adds  30d974b   Add two changes announced but not included in previous 
commit
      adds  73513c3   Align TUTORIAL.it to the English version
      adds  81fc95b   ruby-mode.el: puts and printf do not require args
      adds  eddb00c   Note that function symbols are preferred in `add-hook'
      adds  4aa4a8f   Speed up animation of non-displayed images
      adds  1fa1f31   Speed up animation of non-displayed buffers
      adds  1dafab8   ediff shouldn't alter the kill ring when copying a diff
       new  704b765   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs 
into feature/pgtk


Summary of changes:
 admin/emake                             |   4 +-
 doc/emacs/help.texi                     |  43 +--
 doc/lispref/minibuf.texi                |  22 +-
 doc/lispref/variables.texi              |   3 +
 doc/misc/tramp.texi                     |  10 +-
 etc/NEWS                                |  10 +
 etc/tutorials/TUTORIAL                  |   6 +-
 etc/tutorials/TUTORIAL.es               |   6 +-
 etc/tutorials/TUTORIAL.he               |   4 +-
 etc/tutorials/TUTORIAL.it               |  34 +-
 etc/tutorials/TUTORIAL.sv               |   6 +-
 lisp/apropos.el                         |  94 +++---
 lisp/calc/calc.el                       |  14 +-
 lisp/cedet/semantic/grm-wy-boot.el      |  28 +-
 lisp/display-line-numbers.el            |  21 +-
 lisp/doc-view.el                        |   5 +
 lisp/emacs-lisp/avl-tree.el             |  61 ++--
 lisp/emacs-lisp/bytecomp.el             |   3 +-
 lisp/emacs-lisp/comp-cstr.el            |  23 +-
 lisp/emacs-lisp/comp.el                 |  45 +--
 lisp/emacs-lisp/lisp.el                 | 246 +++++++-------
 lisp/emacs-lisp/shortdoc.el             |  14 +-
 lisp/gnus/gnus-art.el                   |   4 +
 lisp/help-fns.el                        |  62 +++-
 lisp/help-macro.el                      |  20 +-
 lisp/help.el                            |   7 +-
 lisp/image.el                           |  18 +-
 lisp/ldefs-boot.el                      | 559 +++++++++++++++++++++++---------
 lisp/mail/supercite.el                  |   2 +
 lisp/menu-bar.el                        |   3 +
 lisp/minibuffer.el                      |  39 ++-
 lisp/net/tramp-archive.el               |   6 +-
 lisp/net/tramp-sh.el                    |  42 +--
 lisp/net/tramp.el                       |  66 ++--
 lisp/progmodes/cc-defs.el               |   2 +-
 lisp/progmodes/gdb-mi.el                |   2 +-
 lisp/progmodes/project.el               |   2 +-
 lisp/progmodes/ruby-mode.el             |  20 +-
 lisp/progmodes/xref.el                  |   2 +-
 lisp/replace.el                         |   3 +
 lisp/reposition.el                      | 232 ++++++-------
 lisp/simple.el                          | 112 ++++---
 lisp/startup.el                         |   4 +-
 lisp/subr.el                            |  12 +-
 lisp/textmodes/makeinfo.el              |   7 +
 lisp/textmodes/texinfo.el               | 192 +----------
 lisp/textmodes/texnfo-upd.el            |  14 +
 lisp/vc/add-log.el                      |   2 +-
 lisp/vc/ediff-util.el                   |   9 +-
 lisp/window.el                          |  44 ++-
 src/buffer.c                            |  11 +-
 src/comp.c                              |   6 +-
 src/dispextern.h                        |   2 -
 src/dispnew.c                           |  15 +-
 src/doc.c                               |   2 +-
 src/frame.c                             |  54 +--
 src/frame.h                             |   5 +
 src/gtkutil.c                           |  28 +-
 src/nsfns.m                             |   7 +-
 src/nsterm.m                            |  34 +-
 src/xterm.c                             |   5 +-
 test/lisp/calc/calc-tests.el            |  27 ++
 test/lisp/emacs-lisp/comp-cstr-tests.el |  20 +-
 test/lisp/progmodes/ruby-mode-tests.el  |  31 ++
 test/src/comp-tests.el                  |   8 +-
 65 files changed, 1372 insertions(+), 1072 deletions(-)



reply via email to

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