emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (bdaeecd1759 -> a61c5fb9a21)


From: Po Lu
Subject: feature/android updated (bdaeecd1759 -> a61c5fb9a21)
Date: Wed, 21 Jun 2023 21:02:49 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  bdaeecd1759 Update Android port
      adds  0273cb5e6db ; * src/pgtkfns.c (frame_geometry): Fix typo in last 
change.
      adds  50549cefcd5 * configure.ac: Update GCC bug number in comment.
      adds  f16064f6bc0 Delete eval-command-interactive-spec
      adds  4302bc9b0f1 Allow --debug-init to debug all errors in init files
      adds  a5c71cc2322 Prevent crashes on macOS when fullscreen frame is 
deleted
      adds  0f9a1039bef Extend handling of prefix arg in some kmacro.el commands
      adds  dae8aab5287 Correct handling of template markers on 
deletion/insertion
      adds  be91192ecb1 Straighten regexp postfix operator after zero-width 
assertion parse
      adds  6b9510d94f8 Prefix syntax for ,@ in elisp-mode (bug#44418)
      adds  195ca6b9a37 Don't compile (+ X 0) as (* X 1)
      adds  72f1c12e58e Add Tramp option showing ad-hoc multi-hops
       new  a61c5fb9a21 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 configure.ac                           |   2 +-
 doc/lispref/searching.texi             |   6 +-
 doc/misc/cc-mode.texi                  |  10 +
 doc/misc/tramp.texi                    |  18 +-
 etc/NEWS                               |  13 +-
 lisp/emacs-lisp/byte-opt.el            |   8 +-
 lisp/emacs-lisp/subr-x.el              |   5 -
 lisp/kmacro.el                         |  13 +-
 lisp/net/tramp.el                      |  11 +-
 lisp/progmodes/cc-align.el             |  10 +
 lisp/progmodes/cc-defs.el              |  26 +-
 lisp/progmodes/cc-engine.el            | 378 ++++++++++---
 lisp/progmodes/cc-fonts.el             |   4 +-
 lisp/progmodes/cc-langs.el             |   4 +
 lisp/progmodes/cc-mode.el              |   7 +-
 lisp/progmodes/cc-vars.el              |   3 +-
 lisp/progmodes/elisp-mode.el           |   3 +
 lisp/startup.el                        |  28 +-
 src/nsterm.m                           |   2 +-
 src/pgtkfns.c                          |   7 +-
 src/regex-emacs.c                      |  15 +-
 test/lisp/emacs-lisp/bytecomp-tests.el |   4 +
 test/lisp/emacs-lisp/edebug-tests.el   |   1 +
 test/lisp/net/tramp-tests.el           | 990 +++++++++++++++++++--------------
 test/src/regex-emacs-tests.el          |  66 +++
 25 files changed, 1073 insertions(+), 561 deletions(-)



reply via email to

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