emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (bfbdf4eb892 -> a5bbc51f474)


From: Po Lu
Subject: feature/android updated (bfbdf4eb892 -> a5bbc51f474)
Date: Fri, 4 Aug 2023 21:06:41 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  bfbdf4eb892 Optimize creation of multibyte menu items on Android
       new  6bfff657787 ; Prepare Android port for inclusion in Emacs
       new  5ca25a13185 ; Last-minute updates to Android port
       new  defee1c948b Try to restore the MS Windows build
       new  e17cd1d8a10 ; * nt/mingw-cfg.site: Restore the MS Windows build.
      adds  27ed565ec61 * lisp/emacs-lisp/advice.el (defadvice): Mark as 
obsolete
      adds  e9672b147f2 * lisp/progmodes/cc-mode.el (c-advise-fl-for-region): 
Fix compiler warning
      adds  12427976c8a * lisp/net/tramp.el (tramp-skeleton-write-region): Fix 
scoping.
      adds  c4a8572025e ; * etc/HISTORY: Fix Emacs 28.3 entry.
      adds  7bbd7cae074 Fix find-dired-with-command for remote directories
      adds  0c29f53ab87 Fix 'string-pixel-width' under 'line-prefix'
      adds  23f49999896 Merge from origin/emacs-29
      adds  608a8757d9f Support files compressed by 'pigz'
      adds  d7eb09b7076 ; Merge from origin/emacs-29
      adds  da5e05a50e8 Fix handling of ".elpaignore" file when compiling 
packages
      adds  5c6a51668b0 ; * doc/misc/eshell.texi (Argument Modifiers): Fix typo 
in example.
      adds  6eddbfe33f2 Clarify the meaning of the argument of ':align-to' 
space spec
      adds  54d74264284 Merge from origin/emacs-29
      adds  d005b2c89ce Fix link to info node in prin1 docstring
      adds  0059c4c6098 ; Merge from origin/emacs-29
      adds  db7d70d3cad ; Add commentary to 'describe-function's completion
      adds  573fcf27122 Add new keyword to 'typescript-ts-mode'
      adds  04996b21241 Handle tabs in the SQL shown in the column listing
      adds  acfcf7f3690 Fix "Paste from Kill Menu" in non X toolkit builds
      adds  0f183770c56 Fix byte-compiled files that use 'bind-key' from 
use-package
      adds  dde3b9350e7 Merge from origin/emacs-29
      adds  c75c7997197 ; Fix http/https thinko in org manual
      adds  44d7fd3805f Don't allow the `eq` and `unbind` byte-ops to commute 
(bug#65017)
      adds  9026990c668 Fix thumbnail update when thumb name is based on image 
content
      adds  60e5f212182 Add ruff and flake8 to python-check-command
       new  a5bbc51f474 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 ChangeLog.android                      | 7926 ++++++++++++++++++++++++++++++++
 doc/lispref/display.texi               |   16 +-
 doc/misc/eshell.texi                   |    2 +-
 doc/misc/org.org                       |    2 +-
 etc/HISTORY                            |    3 +-
 etc/NEWS                               |    4 +
 lisp/electric.el                       |    1 -
 lisp/emacs-lisp/advice.el              |    1 +
 lisp/emacs-lisp/byte-opt.el            |    7 +-
 lisp/emacs-lisp/bytecomp.el            |   10 +-
 lisp/emacs-lisp/subr-x.el              |    9 +-
 lisp/find-dired.el                     |    4 +-
 lisp/help-fns.el                       |    4 +
 lisp/help-macro.el                     |    2 +-
 lisp/image/image-dired-external.el     |    3 +-
 lisp/image/image-dired-util.el         |   17 +
 lisp/image/image-dired.el              |    2 +-
 lisp/net/tramp.el                      |   46 +-
 lisp/progmodes/cc-mode.el              |   24 +-
 lisp/progmodes/python.el               |    4 +-
 lisp/progmodes/typescript-ts-mode.el   |    2 +-
 lisp/sqlite-mode.el                    |    2 +-
 lisp/subr.el                           |    2 +-
 lisp/use-package/bind-key.el           |    1 +
 nt/mingw-cfg.site                      |    3 +
 src/buffer.c                           |    2 -
 src/dispextern.h                       |    1 -
 src/keyboard.c                         |    3 -
 src/keymap.c                           |    6 +-
 src/process.c                          |    2 +-
 test/lisp/emacs-lisp/bytecomp-tests.el |   34 +
 31 files changed, 8075 insertions(+), 70 deletions(-)
 create mode 100644 ChangeLog.android



reply via email to

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