[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (ed2f8c660bf -> 74fd40c030b)
From: |
Po Lu |
Subject: |
feature/android updated (ed2f8c660bf -> 74fd40c030b) |
Date: |
Fri, 21 Apr 2023 21:21:56 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from ed2f8c660bf Merge remote-tracking branch 'origin/master' into
feature/android
adds 4416262f59f Add Git hooks to check filenames listed in the commit
message
adds 39035fbfc5f Avoid crashes in 'describe-keymap' due to shadowing
adds 9686b015a0d Fix strike-through attribute support on TTY frames
adds 200dbf7d302 Minor changes in c-ts-mode.el's support of DEFUNs
adds 329304c23fa ; * src/term.c (init_tty): Fix last change. (Bug#62877)
adds 580d8278c5f Allow upgrading built-in packages with 'package-install'
adds a0b04a22479 Documentation copyedits for
'package-install-upgrade-built-in' etc
adds 596b780ab71 Update to Org 9.6.4-2-g0f6ae7
adds 2f59595f5f4 ; * etc/NEWS: Grammar fixes.
adds 1456adf4248 ; Eglot: fix a typo in a customization type
adds 60560cc7adf Fix description of lexical environment's internals
adds e0dc60e0780 ; Fix typos in gdb-mi.el
adds df17682ebf1 ; Support 'dart-ts-mode' in Eglot
adds 1b8b2cf61bd Fix typo and inaccuracy in the ELisp Reference manual
adds 3d6f7553319 xref-search-program-alist: Fix searching larger file
lists on MS Windows
adds 1c4783c3300 ; * etc/NEWS: Copyedits and grammar fixes.
adds 327986936c3 Add index entry for fallback modes
adds 626e1ac62b2 Improve 'message-server-alist' docstring
adds ecdd3a9efac Improve Completion Example section in the Emacs manual
adds 9ac12592781 Fix display of menu-bar bindings of commands in *Help*
buffers
adds 2b10e1827d3 sql: add missing postgresql types
adds 3899acbb336 ; * src/fringe.c: Fix description of large circle.
(Bug#62961)
adds f1ce49d148b Merge from origin/emacs-29
adds 42def8422fd ; * etc/NEWS: Mention the new symbol images.
adds 4f3dae2b0d5 project--read-project-buffer: Fixup default-directory
if needed
new 74fd40c030b Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
autogen.sh | 3 +-
build-aux/git-hooks/commit-msg-files.awk | 113 ++++++++++++++++++++++++++
build-aux/git-hooks/post-commit | 45 +++++++++++
build-aux/git-hooks/pre-push | 83 +++++++++++++++++++
doc/emacs/custom.texi | 1 +
doc/emacs/mini.texi | 18 +++--
doc/lispref/customize.texi | 7 +-
doc/lispref/loading.texi | 2 +-
doc/lispref/variables.texi | 17 ++--
doc/misc/org.org | 5 +-
etc/NEWS | 4 +
etc/NEWS.29 | 132 +++++++++++++++++++------------
etc/refcards/orgcard.tex | 2 +-
lisp/emacs-lisp/package.el | 47 +++++++++--
lisp/gnus/message.el | 6 +-
lisp/help-fns.el | 17 ++--
lisp/org/ob-tangle.el | 10 +--
lisp/org/org-agenda.el | 3 +-
lisp/org/org-element.el | 2 +-
lisp/org/org-macs.el | 6 +-
lisp/org/org-table.el | 6 +-
lisp/org/org-version.el | 4 +-
lisp/org/org.el | 5 +-
lisp/org/ox-latex.el | 2 +-
lisp/org/ox-odt.el | 10 ++-
lisp/progmodes/c-ts-mode.el | 60 ++++++++------
lisp/progmodes/eglot.el | 10 +--
lisp/progmodes/gdb-mi.el | 2 +-
lisp/progmodes/project.el | 24 ++++--
lisp/progmodes/sql.el | 19 +++--
lisp/progmodes/xref.el | 28 ++++---
src/fringe.c | 4 +-
src/keymap.c | 19 +++--
src/term.c | 8 ++
34 files changed, 549 insertions(+), 175 deletions(-)
create mode 100644 build-aux/git-hooks/commit-msg-files.awk
create mode 100755 build-aux/git-hooks/post-commit
create mode 100755 build-aux/git-hooks/pre-push
- feature/android updated (ed2f8c660bf -> 74fd40c030b),
Po Lu <=