emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (0eb1f4e5712 -> cdca0fddcc3)


From: Po Lu
Subject: feature/android updated (0eb1f4e5712 -> cdca0fddcc3)
Date: Fri, 26 May 2023 21:54:56 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  0eb1f4e5712 Allow starting Emacs --debug-init on Android
      adds  f35648ba0c0 Add customization options for dictionary-search
      adds  d6f717cd1dc Fix emacsclient when there are irrecoverable 
file-visiting errors
      adds  3bc5efb87e5 ; * lisp/emacs-lisp/benchmark.el (benchmark-progn): Fix 
declare form.
      adds  459d08c7fe7 Fix tree-sitter test (bug#63481)
      adds  8e61d23f71e Split windows horizontally in places that use split to 
create a new window.
      adds  42a28ffdc27 * lisp/tab-bar.el: Don't use 
'minibuffer-selected-window' (bug#62427).
      adds  f571e8f1bb6 Improve c-ts-mode font-lock for function names 
(bug#63390)
      adds  cec9333dc52 Fix c-ts-mode--top-level-declarator
      adds  f49fe936abd * etc/NEWS: Note dotimes loop variable scoping change 
(bug#63586)
      adds  a6bddd17658 ; * etc/NEWS: Fix typos.
      adds  ead3a2abbfc Fix loading SQLite extensions
      adds  cf403628692 ; * etc/NEWS: PGTK cannot switch to -new automatically 
(bug#6355).
      adds  58eb38cfb47 ; * etc/NEWS: missing definite article
      adds  8c56557cd9d Fix Skeletons menu-bar menu in Python modes
      adds  6b60c8142ea Fix systemd unit completion for old versions of systemd
      adds  2a5c946f879 Preserve mark in comint-history-isearch
      adds  dd3e4e14fdc Remove obsolete information from Gnus manual
      adds  d6fb868cdd3 Fix multihop file name expansion in Tramp
      adds  504ef25ef36 ; * etc/NEWS: Fix typos.
      adds  ecccdc07a09 shr: allow moving between adjacent anchors
      adds  6ad041939be Support 'isearch-allow-scroll' in 
'pixel-scroll-precision-mode'
      adds  5c95239aca2 ; Fix markup of some treesit vars in Elisp manual.
      adds  64dbbde3b77 Fix visiting HTML files encoded in iso-2022 variants
      adds  fe22bf503fb ; * lisp/progmodes/project.el 
(project-switch-use-entire-map): Doc fix.
      adds  a347b26cba2 Disable loading SQLite3 extensions when SQLite3 version 
is too old
      adds  117b29c6f66 ; Improve documentation of Isearch command properties
      adds  6f6071c5261 Avoid duplicate load-path entry when generating package 
autoloads
      adds  eacee3e536e Merge from origin/emacs-29
      adds  0abb79ca09a Avoid duplicates when adding package dirs to load-path
      adds  d1156488660 ; Merge from origin/emacs-29
      adds  5aadb87d6f6 Fix 'use-dialog-box-p' and friends
      adds  765edc204d4 ; Support SQLite3 extensions on macOS
      adds  1b9812af80b ; * etc/PROBLEMS: Document problem with GnuPG 2.4.1.  
(Bug#63256)
      adds  212884f2bfe ; Fix last change.
      adds  5c6517a115d ; * lisp/menu-bar.el (popup-menu): Doc fix.
      adds  a72a1f24fcb ; Fix last change.
      adds  709d9020021 Make last Tramp change less invasive
      adds  d292d282292 Fix rare crashes in 'try_window_reusing_current_matrix'
      adds  b62a2b08b80 Add vc-create/switch/print-branch to menu and update 
documentation (bug#63690)
      adds  3afe4a42e90 * lisp/vc/vc-annotate.el (vc-annotate-mode-menu): Quote 
vc-annotate-backend.
      adds  e5f42706ce2 * lisp/progmodes/project.el: Move :safe from defcustom 
to autoload (bug#63469)
      adds  9f5249d5c8d Disable cairo-xcb support by default
      adds  42052686752 Don't mark selection request events
      adds  c0d7447e9dc ; * etc/NEWS: Describe the Cairo XCB option.  
(Bug#63589)
      adds  40a758f5ceb ; Minor fixes in documentation of recently-changed VC 
commands
      adds  f535c0e49d5 Handle #@00 in new reader in a compatible way 
(bug#63722)
      adds  916c2a19bde Merge branch 'emacs-29' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-29
      adds  b6b384023a9 Fix cancellation of Wdired
      adds  f42de74ebea ; * src/lread.c (read0, skip_lazy_string): Fix 
commentary wording.
      adds  b7b82ecb2b4 Fix python-info-docstring-p
      adds  aa5158630e7 Use 'font-lock-extend-region-functions' in python-mode
      adds  e78318ad2e6 Merge from origin/emacs-29
      adds  54ac1165bc3 Support setting PAGER=cat in comint.el (bug#62958)
      adds  ef778f5143f Add more function declarations
      adds  1eb5faa2611 ; * lisp/progmodes/project.el: avoid warning in loaddefs
      adds  bb7605c0870 Fontify Java constructor names and arglists
      adds  321ed8ebae8 * lisp/emacs-lisp/package.el (package-buffer-info): Fix 
last change
      adds  e77e986a9b7 package-tests.el: Add test for last change
       new  cdca0fddcc3 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 INSTALL                               |   6 +
 configure.ac                          |  17 +--
 doc/emacs/display.texi                |   5 +-
 doc/emacs/maintaining.texi            |  19 +++-
 doc/emacs/search.texi                 |  37 ++++---
 doc/lispref/minibuf.texi              |  30 ++---
 doc/lispref/modes.texi                |  10 +-
 doc/lispref/parsing.texi              |   6 +-
 doc/misc/gnus.texi                    |  25 -----
 etc/NEWS                              |  45 ++++++++
 etc/NEWS.29                           |  80 +++++++++-----
 etc/PROBLEMS                          |   7 ++
 lisp/comint.el                        |  35 ++++++
 lisp/emacs-lisp/benchmark.el          |   2 +-
 lisp/emacs-lisp/package.el            |  10 +-
 lisp/emacs-lisp/regexp-opt.el         |   2 +
 lisp/emacs-lisp/rx.el                 |   1 +
 lisp/emacs-lisp/subr-x.el             |   9 ++
 lisp/env.el                           |   3 +
 lisp/international/mule.el            |  16 ++-
 lisp/menu-bar.el                      |   5 +-
 lisp/net/dictionary.el                | 203 +++++++++++++++++++++++++++++++---
 lisp/net/shr.el                       |   3 +-
 lisp/net/tramp.el                     |  12 +-
 lisp/pcmpl-linux.el                   |   3 +-
 lisp/pixel-scroll.el                  |   7 ++
 lisp/progmodes/c-ts-mode.el           |  20 ++++
 lisp/progmodes/cc-engine.el           |  30 ++++-
 lisp/progmodes/project.el             |  33 +++---
 lisp/progmodes/python.el              |  47 ++++----
 lisp/server.el                        |  20 ++++
 lisp/subr.el                          |  29 ++++-
 lisp/tab-bar.el                       |  15 +--
 lisp/vc/vc-annotate.el                |   2 +-
 lisp/vc/vc-hooks.el                   |   9 ++
 lisp/vc/vc.el                         |  48 ++++++--
 lisp/wdired.el                        |   3 +
 lisp/window.el                        |   2 +-
 src/fns.c                             |  16 ++-
 src/lread.c                           |  17 ++-
 src/pgtkterm.c                        |   7 ++
 src/sqlite.c                          |  82 +++++++++++---
 src/xdisp.c                           |   4 +-
 test/lisp/emacs-lisp/package-tests.el |  11 +-
 test/lisp/progmodes/python-tests.el   |  16 +++
 test/src/lread-tests.el               |  16 +++
 test/src/sqlite-tests.el              |  23 ++--
 test/src/treesit-tests.el             |   2 +-
 48 files changed, 808 insertions(+), 242 deletions(-)



reply via email to

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