emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (f5d142f6637 -> 7b5d32fa871)


From: Po Lu
Subject: feature/android updated (f5d142f6637 -> 7b5d32fa871)
Date: Sat, 24 Jun 2023 20:17:00 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  f5d142f6637 Merge remote-tracking branch 'origin/master' into 
feature/android
      adds  6d55d93379f Apply quote substitution to popup choice menus
      adds  02f0be03017 Revert "Fix some tree-sitter :match regexps"
      adds  ff5caf68c93 ; Merge from origin/emacs-29
      adds  b3f11e94fad Fix documentation of :predicate in 
'define-globalized-minor-mode'
      adds  eacd75df4e4 ; Improve documentation of overlay priorities
      adds  8f62e7b85f6 Describe primarily the Emacs s-exp dialect for treesit 
queries
      adds  5fa9458511a Merge from origin/emacs-29
      adds  f690827fa50 Bump Emacs version to 29.0.92
      adds  c9022d69218 * lisp/ldefs-boot.el: Regenerate.
      adds  35d2fe176cb ; Merge from origin/emacs-29
      adds  a24e9e3fee5 ; Update ChangeLog.4 and etc/AUTHORS.
      adds  6f211bc57b9 Eglot: again fix positions of coinciding inlay hint 
overlays (bug#64101)
      adds  2591eb1190a Improve documentation of 'minibuffer-message'
      adds  7637e361d3b Don't truncate filenames with "emacs.el" in them
      adds  2bad5829ff7 Revert "Fix parsing of dn line if WITHDN is non-nil"
      adds  a0ccf1859cc Disable target-async by default in gdb-mi.el
      adds  4ca371e9cc7 Fix bug#64152 (Minibuffer sometimes goes "modal")
      adds  e962cf4ba72 Fix building --with-native-compilation=aot from release 
tarball
      adds  1f664a0af75 Add "nixd" LSP server to Eglot
      adds  d507aa7336b Add selector_expression indentation rule
      adds  fdc1a12ed1a Fix "vc-print-log does not erase buffer" and associated 
problems
      adds  679e9d7c56e ; Mention MinGW64 GCC 13.1 problems in PROBLEMS
      adds  fa06249a9fb Fix "C-x RET r" when the new encoding is UTF
      adds  d0147ff9e50 * lisp/emacs-lisp/shortdoc.el: More and better 
`substring` examples.
      adds  8e8667246a4 Merge from origin/emacs-29
      adds  dfba4347c71 New command 'eww-copy-alternate-url'
      adds  5b7e999e24f ; Fix documentation of last change
      adds  9c2cbfa49db Fix Python indentation of continuation lines within 
parens
      adds  f559bd1248a * lisp/emacs-lisp/cl-macs.el (cl--slet): Unbreak 
bootstrap
      adds  e85ebb3d824 (macroexp--unfold-lambda): Obey the lexbind semantics
      adds  188c90c7c11 Clarify list terminology
       new  7b5d32fa871 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 ChangeLog.4                         |  999 ++++++++++++++++++++++++-
 doc/lispintro/emacs-lisp-intro.texi |   55 +-
 doc/lispref/display.texi            |   55 +-
 doc/lispref/minibuf.texi            |   24 +-
 doc/lispref/modes.texi              |   13 +-
 doc/lispref/parsing.texi            |  132 ++--
 doc/misc/eww.texi                   |   15 +
 etc/AUTHORS                         | 1370 ++++++++++++++++++++++-------------
 etc/NEWS                            |    7 +
 etc/PROBLEMS                        |   33 +
 lisp/Makefile.in                    |   36 +
 lisp/emacs-lisp/byte-opt.el         |   30 +-
 lisp/emacs-lisp/bytecomp.el         |    6 -
 lisp/emacs-lisp/cl-macs.el          |   23 +-
 lisp/emacs-lisp/disass.el           |   23 +-
 lisp/emacs-lisp/easy-mmode.el       |    7 +-
 lisp/emacs-lisp/find-func.el        |    2 +-
 lisp/emacs-lisp/macroexp.el         |  143 ++--
 lisp/emacs-lisp/shortdoc.el         |    6 +-
 lisp/minibuffer.el                  |   24 +-
 lisp/net/eww.el                     |   80 ++
 lisp/progmodes/cc-fonts.el          |    2 +-
 lisp/progmodes/eglot.el             |   10 +-
 lisp/progmodes/gdb-mi.el            |    6 +-
 lisp/progmodes/go-ts-mode.el        |    1 +
 lisp/progmodes/python.el            |   26 +-
 lisp/vc/vc.el                       |   13 +-
 lisp/wid-edit.el                    |  138 ++--
 src/Makefile.in                     |    8 +
 src/fileio.c                        |    2 +
 src/frame.c                         |   50 +-
 src/keyboard.c                      |    2 +-
 src/lisp.h                          |    2 +-
 src/minibuf.c                       |    6 +-
 src/window.c                        |    2 +-
 src/xterm.c                         |    2 +-
 test/lisp/progmodes/python-tests.el |   89 ++-
 37 files changed, 2595 insertions(+), 847 deletions(-)



reply via email to

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