[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/native-comp updated (15c121e -> eeebbd5)
From: |
Andrea Corallo |
Subject: |
feature/native-comp updated (15c121e -> eeebbd5) |
Date: |
Sat, 30 May 2020 08:42:13 -0400 (EDT) |
akrl pushed a change to branch feature/native-comp.
from 15c121e * Avoid calling Ffile_exists_p too early
adds f8e9993 Allow inhibiting 'auto-save-visited-mode' on a per-buffer
basis.
adds 448fe7a ; * lisp/files.el (auto-save-visited-mode): Fix typo in
last commit.
adds c027555 ; More the note about reporting problems further up
adds 3f66908 Bump project.el version
adds 8b940da Mark metamail.el as obsolete (Bug#41388)
adds 0dc5291 Fix aborts due to GC losing pseudovectors
adds 3abf76d Refix aborts due to GC losing pseudovectors
adds 9227864 Further fix for aborts due to GC losing pseudovectors
adds c4faf78 Move union emacs_align_type to alloc.c
adds 9f7bfb6 Port struct Lisp_FLoat to oddball platforms
adds 5467aac Introduce some Objective-C 2.0 keywords. This fixes bug
#5953
adds 0fc4989 Tweak GC performance if !USE_LSB_TAG
adds c5cf630 Don't clobber match data in utf-8-hfs conversion
(bug#41445)
adds 2244656 Omit unnecessary USE_LAB_TAG #if
adds 9d11f12 --with-wide-int is a no-op on 64-bit hosts
adds dcd9674 Fix crash with invalid bytecode vectors
adds a824d5c Fix customizing of ido-mode (Bug#41557)
adds ae348f3 Adjust NEWS for revert of eshell fix on emacs-27
(Bug#41370)
adds cddb007 ; * lisp/format-spec.el (format-spec): Fix typo.
adds 0195809 Fix rare assertion violations in 'etags'
adds 4737d0a Fix Elisp manual entry for format-spec
adds e7a3ed8 Fix tab-bar-tab-name-ellipsis initialization
adds dc78327 Merge from origin/emacs-27
adds 478638e Revert "Fix eshell-mode-map initialization"
adds a134691 ; Merge from origin/emacs-27
adds df91c94 Fix access to single-byte characters in buffer text
adds 0691d25 * etc/NEWS.25: Belatedly announce upcase-dwim and
downcase-dwim.
adds 9d7fd78 Make next-error behavior a bit more flexible
adds 313dc04 ; Fix another format-spec typo in the Elisp manual
adds d0dd0e0 ; Fix more @var/@code mixups in Elisp manual
adds bd7b681 Tiny texinfo markup fixes
adds 4939bea Merge from origin/emacs-27
adds 2bdb2cd Document that {en,de}code-coding-string preserve match
data
adds afb7602 Add project switching functionality
adds 9f88356 Simplify a little, and avoid duplicate commands
adds 9422fb5 Improve project name completion
adds c8cca68 Use an alist instead of a keymap
adds afb96da Move project-dired and project-eshell higher
adds 02e1ee9 Integrate project-switch-project with project-find-regexp
adds 46bb2cb Change dispatch binding of 'project-find-regexp'
adds c6f56bd Turn project switch menu var into a public alist
adds c6e80fd Simplify 'project--keymap-prompt' a bit
adds 7082468 Rename 'project-switch-menu' to 'project-switch-commands'
adds 0db801a Update the Emacs manual with recent project.el changes
adds 0b057ca Teach project-current to inhibit the prompt
adds e37e6c8 Some copy edits
adds 5a48ede Adapt project functions to the new 'project-root'
adds 449810b Avoid adding the empty string to the project list
adds b7dffcb Simplify the previous commit
adds 9823c66 ; * doc/emacs/maintaining.texi: Fix typo.
adds d97f224 Merge branch 'feature/project-switching'
adds 7f69211 Improve Malayalam language transliteration
adds 7af4e72 ; project.el: Update TODO
adds 7865820 next-error-find-buffer-function: Back to #'ignore
adds df49910 Create a buffer-local binding to improve performance
adds 1b2a881 * lisp/emacs-lisp/lisp-mode.el: Add new indentation
convention
adds 9050f0f * lisp/net/tramp-smb.el (tramp-smb-errors): Add
"NT_STATUS_INVALID_PARAMETER".
adds c74e24e Commit indian.el forgotten in previous change.
adds dc15e70 Fix display of line-prefix with fringe bitmaps
adds ba292ea project-prompt-project-dir: Use more consistent prompts
adds 187fe43 * lisp/emacs-lisp/package.elm lisp/emacs-lisp/smie.el:
Fix indent
adds f42db4b Another fix of display of line-prefix with fringe bitmaps
new eeebbd5 Merge remote-tracking branch 'savannah/master' into HEAD
Summary of changes:
configure.ac | 6 +-
doc/emacs/maintaining.texi | 35 +-
doc/lispref/edebug.texi | 2 +-
doc/lispref/files.texi | 1 +
doc/lispref/loading.texi | 2 +-
doc/lispref/os.texi | 2 +-
doc/lispref/text.texi | 31 +-
etc/NEWS | 33 +
etc/NEWS.25 | 2 +
etc/NEWS.27 | 6 -
lib-src/etags.c | 7 +-
lisp/emacs-lisp/lisp-mode.el | 8 +-
lisp/emacs-lisp/package.el | 10 +-
lisp/emacs-lisp/smie.el | 14 +-
lisp/files.el | 9 +-
lisp/format-spec.el | 2 +-
lisp/ido.el | 21 +-
lisp/international/mule.el | 25 +-
lisp/international/ucs-normalize.el | 10 +-
lisp/language/ind-util.el | 40 +-
lisp/leim/quail/indian.el | 89 +-
lisp/net/tramp-smb.el | 1 +
lisp/{mail => obsolete}/metamail.el | 1 +
lisp/progmodes/cc-langs.el | 11 +-
lisp/progmodes/project.el | 173 ++-
lisp/simple.el | 38 +-
lisp/tab-bar.el | 11 +-
src/alloc.c | 94 +-
src/cmds.c | 4 +-
src/coding.c | 4 +-
src/lisp.h | 13 +-
src/lread.c | 4 +
src/pdumper.c | 2 +-
src/thread.c | 9 +-
src/xdisp.c | 18 +-
test/lisp/international/ucs-normalize-tests.el | 11 +
test/manual/etags/ETAGS.good_1 | 1472 ++++++++++++------------
test/manual/etags/ETAGS.good_2 | 1472 ++++++++++++------------
test/manual/etags/ETAGS.good_3 | 1472 ++++++++++++------------
test/manual/etags/ETAGS.good_4 | 1472 ++++++++++++------------
test/manual/etags/ETAGS.good_5 | 1472 ++++++++++++------------
test/manual/etags/ETAGS.good_6 | 1472 ++++++++++++------------
test/manual/indent/elisp.el | 5 +
test/manual/indent/lisp.lisp | 5 +
44 files changed, 5016 insertions(+), 4575 deletions(-)
rename lisp/{mail => obsolete}/metamail.el (99%)
create mode 100644 test/manual/indent/elisp.el
create mode 100644 test/manual/indent/lisp.lisp
- feature/native-comp updated (15c121e -> eeebbd5),
Andrea Corallo <=