emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (3ab81aa5fb1 -> be70caa68f4)


From: Po Lu
Subject: feature/android updated (3ab81aa5fb1 -> be70caa68f4)
Date: Sat, 22 Jul 2023 20:54:04 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  3ab81aa5fb1 Try harder to keep the initial word selected
      adds  a403e2832d2 ; * lisp/time.el (display-time-date-and-time): Fix last 
change.
      adds  a9210e8efd6 Avoid prompting when creating a restricted-sexp widget
      adds  8ef92096c34 ; Handle string-at-point at end of buffer gracefully
      adds  b6207ee4dcb Ensure 'existing-filename' has 
'bounds-of-thing-at-point'
      adds  90696997955 Add inhibit-remote-files and without-remote-files
      adds  7405f975ef2 Eglot: simplify and hopefully fix last change 
(bug#64784)
      adds  297cf9d5bf0 ; Eglot: adjust EGLOT-NEWS mention for last change
      adds  b4824faa622 Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/emacs
      adds  d09464e5048 Don't always toggle a choice when prompting
      adds  63d8b2a59a4 Make erc-fill-wrap work with left-sided stamps
      adds  af547c4bbe8 Improve ERC's internal invisibility API
      adds  191aef4f618 Implement new option 'mouse-prefer-closest-glyph'
      adds  7a0c0b2ad80 * etc/NEWS: Announce the new option 
'mouse-prefer-closest-glyph'.
      adds  cfdce1a19fa ; Fix documentation of last change.
      adds  5d2d28458d0 Fix regexp character class syntax property ghost 
matching bug
      adds  f37c65b402f * src/eval.c (get_backtrace): Don't skip the top frame
       new  be70caa68f4 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 doc/emacs/files.texi                               |   7 +-
 doc/lispref/commands.texi                          |  11 ++
 doc/lispref/files.texi                             |  11 ++
 doc/misc/tramp.texi                                |  33 +++-
 etc/EGLOT-NEWS                                     |   7 +-
 etc/ERC-NEWS                                       |  29 ++-
 etc/NEWS                                           |  36 +++-
 lisp/cus-start.el                                  |   1 +
 lisp/erc/erc-backend.el                            |  23 ++-
 lisp/erc/erc-compat.el                             |   2 +-
 lisp/erc/erc-fill.el                               | 139 ++++++++++----
 lisp/erc/erc-match.el                              |  46 +++--
 lisp/erc/erc-stamp.el                              | 202 +++++++++++++++------
 lisp/erc/erc.el                                    |  61 +++++--
 lisp/net/tramp.el                                  |  19 ++
 lisp/progmodes/eglot.el                            |  12 +-
 lisp/thingatpt.el                                  |   7 +-
 lisp/time.el                                       |   2 +-
 lisp/wid-edit.el                                   |  10 +-
 src/dispnew.c                                      |  17 ++
 src/eval.c                                         |   2 +-
 src/regex-emacs.c                                  |  24 +--
 src/xdisp.c                                        |  19 +-
 test/lisp/erc/erc-fill-tests.el                    |  37 ++++
 test/lisp/erc/erc-scenarios-match.el               |  95 +++++++---
 test/lisp/erc/erc-stamp-tests.el                   |  29 ++-
 test/lisp/erc/erc-tests.el                         |  56 +++++-
 .../resources/fill/snapshots/stamps-left-01.eld    |   1 +
 test/lisp/net/tramp-archive-tests.el               |  14 ++
 test/lisp/net/tramp-tests.el                       |  17 +-
 test/src/regex-emacs-tests.el                      |  16 ++
 31 files changed, 754 insertions(+), 231 deletions(-)
 create mode 100644 test/lisp/erc/resources/fill/snapshots/stamps-left-01.eld



reply via email to

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