emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (bd5532e0db5 -> deb8b933bce)


From: Po Lu
Subject: feature/android updated (bd5532e0db5 -> deb8b933bce)
Date: Mon, 31 Jul 2023 20:32:08 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  bd5532e0db5 Update Android port
      adds  39873d6d5d1 Fix typo in pre-filter for underline property
      adds  bb885928d73 Fix NetBSD build --with-sound
      adds  c692bbc6596 Revert "Improve commentary in nsfns.m"
      adds  f56034ca3c6 Merge from origin/emacs-29
      adds  6152a411905 Unbreak build with CHECK_STRUCTS.
      adds  65cd0912460 ; Merge from origin/emacs-29
      adds  101455cb853 ; * lisp/subr.el (ignore, always): Doc fixes.  
(Bug#64776)
      adds  42a99627948 ; Improve documentation of 'last-command-event'
      adds  d149a4dc428 ; Improve documentation of automatic addition to 
minibuffer history
      adds  12ab82d3b35 ; Fix customization form of 
'bookmark-watch-bookmark-file'
      adds  235561a2ccc Update TSX support due to upstream changes (bug#64647)
      adds  2215298d90b Update JSX support due to upstream changes (bug#64647)
      adds  ee20b50dfed ; * lisp/progmodes/typescript-ts-mode.el 
(treesit-query-capture): Declare.
      adds  555cb8f7b13 Merge from origin/emacs-29
      adds  76a142e265d ; * etc/NEWS: Prepare for Emacs 29.1 release.
      adds  c570d314b76 ; Merge from origin/emacs-29
      adds  6b00e1a197d Update AUTHORS and ChangeLog.4
      adds  358a2e0568b Merge from origin/emacs-29
      adds  7d1737071fb Bump Emacs version
      adds  9f3edb5726a ; Merge from origin/emacs-29
      adds  82d6bb66fea Update HISTORY and ChangeLog.4
      adds  31e98998304 Merge from origin/emacs-29
      adds  31cef9a4eac ; * lisp/ldefs-boot.el: Regenerated for Emacs 29.1.
      adds  d85805a4e16 ; Merge from origin/emacs-29
      adds  906ecf442c4 ; * etc/HISTORY: Fix the 28.3 entry.
      adds  4e977136d31 Make compat check also check typescript
      adds  c2d95dd00e6 Remove nullptr named node from c++-ts-mode (bug#64818)
      adds  7da1cee56b3 Update CMake support due to upstream changes (bug#64922)
      adds  a9b28224af0 ; Last-minute changes befor releasing 29.1
      adds  70421a88196 Merge from origin/emacs-29
      adds  4a687bcc20d Bump Emacs version
      adds  cb1f7db2490 ; Minor documentation fixes
      adds  d13029cdcde Avoid crashes under 'which-key-mode'
      adds  54e98b5f9bd ; Clarify documentation of 
'server-after-make-frame-hook'
      adds  b2cb6e82160 ; Better documentation of HOME on MS-Windows
      adds  71419a60c37 Avoid crashes due to invalid 'mode-line-format'
      adds  96d52f89444 Fix function help for advised aliases (bug#64797)
      adds  0002d4f3166 Avoid spurious whitespace in the modeline of 
emacsclient frames
      adds  cd6629c5dc7 ; Merge from origin/emacs-29
      adds  7b9e83d3cf9 Fix bug#64923
      adds  092a2ecb083 ; * admin/make-tarball.txt: Update based on latest 
experiences.
      adds  ec80c3e544e Merge from origin/emacs-29
      adds  ba60070b81c Backport: Fix some tree-sitter :match regexps
      adds  2b8796eea19 Fix rx wrong-code bug: ranges starting with ^
      adds  38bbfdee62d ; Merge from origin/emacs-29
      adds  23fc4793001 ; Fix admin/upload-manuals script
      adds  1198cdb5567 Merge branch 'emacs-29' of 
git.sv.gnu.org:/srv/git/emacs into emacs-29
      adds  bf83fdba9e3 ; * src/character.c (Fstring_width, Fchar_width): Doc 
fixes.
      adds  735f3700f65 ; * src/character.c (Fstring_width): Fix last change.
      adds  29ef2157116 ; * lisp/textmodes/paragraphs.el: Remove leftover 
comment.
      adds  80c9f491fc8 Update to Org 9.6.7-5-gd1d0c3
      adds  525d05c1b8a Merge branch 'emacs-29' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-29
      adds  30bcd714761 Merge from origin/emacs-29
      adds  3560dfdb868 ; Fix backport of help-fns--analyze-function bug fix
      adds  18b176280db ; Merge from origin/emacs-29
      adds  077c34edfe8 Drop duplicate vietnamese-tcvn coding system
      adds  bfb7c58ac5c Optimizations on Tramp symlink handling
       new  deb8b933bce Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 ChangeLog.4                          | 731 ++++++++++++++++++++++++++++++++++-
 admin/make-tarball.txt               |   7 +
 admin/upload-manuals                 |  13 +-
 doc/lispref/commands.texi            |   4 +-
 doc/lispref/minibuf.texi             |  40 +-
 doc/lispref/text.texi                |  19 +-
 doc/misc/org.org                     |   9 +-
 etc/AUTHORS                          |  49 +--
 etc/HISTORY                          |   4 +-
 etc/NEWS                             |   9 +
 etc/refcards/orgcard.tex             |   2 +-
 lisp/bookmark.el                     |   6 +-
 lisp/cus-face.el                     |   2 +-
 lisp/language/vietnamese.el          |  32 +-
 lisp/net/tramp-adb.el                |   4 +-
 lisp/net/tramp-sh.el                 | 193 +++++----
 lisp/net/tramp-smb.el                |   2 +-
 lisp/net/tramp-sudoedit.el           |   6 +-
 lisp/net/tramp.el                    |  14 +-
 lisp/org/ob-C.el                     |   2 +-
 lisp/org/ob-tangle.el                |   5 +-
 lisp/org/org-element.el              |   3 +-
 lisp/org/org-faces.el                |   2 +-
 lisp/org/org-fold-core.el            |  58 +--
 lisp/org/org-mouse.el                |   2 +-
 lisp/org/org-version.el              |   4 +-
 lisp/org/org.el                      |  19 +-
 lisp/org/ox-texinfo.el               |   3 -
 lisp/progmodes/c-ts-mode.el          |   4 +-
 lisp/progmodes/cmake-ts-mode.el      |  52 ++-
 lisp/progmodes/js.el                 |  61 ++-
 lisp/progmodes/typescript-ts-mode.el |  80 ++--
 lisp/subr.el                         |   8 +-
 lisp/textmodes/paragraphs.el         |   1 -
 src/character.c                      |  36 +-
 src/cmds.c                           |   3 +-
 src/nsfns.m                          |   6 +-
 src/sound.c                          |   2 +
 src/xfns.c                           |  11 +
 39 files changed, 1220 insertions(+), 288 deletions(-)



reply via email to

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