[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-27 updated (012c12a -> 70fe552)
From: |
Dmitry Gutov |
Subject: |
emacs-27 updated (012c12a -> 70fe552) |
Date: |
Sun, 29 Dec 2019 07:46:56 -0500 (EST) |
dgutov pushed a change to branch emacs-27.
from 012c12a Fix when expose draws partially visible first glyph
(bug#38731)
new c190e91 Improve docstrings
new 98788bf ; Improve the docstring some more
new 65af18d Rename xref-collect-references and xref-collect-matches
new 43f66c3 Extract xref-matches-in-files from
project--find-regexp-in-files
new 181f571 Fix up requires
new 70fe552 ; xref-references-in-directory: Autoload as well
Summary of changes:
lisp/dired-aux.el | 3 +-
lisp/progmodes/project.el | 52 ++------------------------
lisp/progmodes/xref.el | 77 ++++++++++++++++++++++++++++++++++++---
test/lisp/progmodes/xref-tests.el | 27 +++++++-------
4 files changed, 90 insertions(+), 69 deletions(-)
- emacs-27 updated (012c12a -> 70fe552),
Dmitry Gutov <=
- emacs-27 c190e91 1/6: Improve docstrings, Dmitry Gutov, 2019/12/29
- emacs-27 70fe552 6/6: ; xref-references-in-directory: Autoload as well, Dmitry Gutov, 2019/12/29
- emacs-27 65af18d 3/6: Rename xref-collect-references and xref-collect-matches, Dmitry Gutov, 2019/12/29
- emacs-27 181f571 5/6: Fix up requires, Dmitry Gutov, 2019/12/29
- emacs-27 98788bf 2/6: ; Improve the docstring some more, Dmitry Gutov, 2019/12/29
- emacs-27 43f66c3 4/6: Extract xref-matches-in-files from project--find-regexp-in-files, Dmitry Gutov, 2019/12/29