[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (df620591e8c -> e4c8ba6c058)
From: |
Stefan Monnier |
Subject: |
master updated (df620591e8c -> e4c8ba6c058) |
Date: |
Wed, 10 May 2023 11:19:00 -0400 (EDT) |
monnier pushed a change to branch master.
from df620591e8c Clean up files created by arc-mode-tests
adds 9b775ddc057 ; * etc/EGLOT-NEWS: Fix wording of last change.
adds 6f910ad9322 ; * etc/EGLOT-NEWS: Fix misspellings.
adds 97b818a4fb9 Fix doc strings of 'mark-sexp' and 'mark-word'
adds a081b6625bd ; Updated Elispref-Manual: `nil' cannot be defun'ed
adds 15e06260ae8 * lisp/x-dnd.el (x-dnd-after-move-frame): Skip dead
frames. (Bug#63312)
adds 71337843036 Teach c-ts-mode about the 'restrict' keyword
adds dfde902f3b9 ; Expand 'package-vc-install' documentation
adds e205f68717e Fix indent for enums in csharp-mode
adds 910a7b30dfd Fix beginning/end-of-defun with tree-sitter
adds e920dd2b6f9 define-minor-mode: sanitize mode function messages
adds 7d6855c9ab6 Fix outgoing mime type regression (Bug#62815)
adds c1363a04bb2 Fix crash when creating a child frame in NS (bug#63107)
adds e6b4784a37f Improved transliterations + improved bidi insertion
support for Farsi
adds 387ddc0ccc1 Improve instructions for dealing with Emacs crashes
adds d94ea9efca6 Avoid crashes in --without-all build trying to scale
non-ASCII char
adds 56d2949d44c ; * lisp/leim/quail/persian.el: Fix a typo in last
commit.
adds f1675df3d0c Fido-mode: never shadow 'external' completion style
adds 6924c81a6d2 ; Don't use literal non-ASCII characters in Texinfo
adds 93005cd9dc2 with-display-message: Workaround for bug#63253
adds 2438fa2e6cc ; Fix minor documentation issue ion replace.el
adds 91fff05ae35 ; Fix wording in Emacs manual
adds 346f4ac3bf5 ; Fix example in ELisp manual
adds c9e2a5ec26c ; * lisp/obsolete/autoload.el
(make-directory-autoloads): Doc fix.
adds 09bf4768360 Make c-emacs-features use the proper binding of
parse-sexp-lookup-properties
new e4c8ba6c058 Merge branch 'emacs-29'
Summary of changes:
doc/emacs/mule.texi | 4 +-
doc/emacs/search.texi | 6 +--
doc/emacs/trouble.texi | 34 +++++++++---
doc/lispref/functions.texi | 2 +-
doc/lispref/minibuf.texi | 2 +-
etc/EGLOT-NEWS | 18 +++----
lisp/emacs-lisp/easy-mmode.el | 2 +-
lisp/emacs-lisp/lisp.el | 22 +++++---
lisp/emacs-lisp/package-vc.el | 12 +++--
lisp/leim/quail/persian.el | 122 +++++++++++++++++++++++++-----------------
lisp/obsolete/autoload.el | 2 +-
lisp/progmodes/c-ts-mode.el | 4 +-
lisp/progmodes/csharp-mode.el | 9 ++++
lisp/replace.el | 7 ++-
lisp/simple.el | 22 +++++---
lisp/treesit.el | 8 +++
lisp/x-dnd.el | 5 +-
src/alloc.c | 2 +-
src/fontset.c | 9 ++++
src/xdisp.c | 12 ++++-
20 files changed, 207 insertions(+), 97 deletions(-)
- master updated (df620591e8c -> e4c8ba6c058),
Stefan Monnier <=