Update ChangeLog and AUTHORS for 28.1.91 pretest
* ChangeLog.3: * etc/AUTHORS: Update.
This commit is contained in:
parent
093214402b
commit
92e77873ad
2 changed files with 372 additions and 12 deletions
360
ChangeLog.3
360
ChangeLog.3
|
@ -1,3 +1,361 @@
|
|||
2022-07-28 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
Revert the `...' documentation back to actual usage
|
||||
|
||||
* doc/lispref/tips.texi (Documentation Tips): Document how `...'
|
||||
is really used now (bug#55780). ‘...’ is not really used in the
|
||||
Emacs sources.
|
||||
|
||||
(cherry picked from commit 1ed9c1c7f9fe32ff5123091033350beb1ccae4ca)
|
||||
|
||||
2022-07-28 Paul Pogonyshev <pogonyshev@gmail.com>
|
||||
|
||||
Release the desktop lock in 'kill-emacs-hook'
|
||||
|
||||
* lisp/desktop.el: Run 'desktop--on-kill' in 'kill-emacs-hook'.
|
||||
(desktop--on-kill): New function, refactored from 'desktop-kill'.
|
||||
(desktop-kill): Call 'desktop--on-kill'. (Bug#56800)
|
||||
|
||||
2022-07-25 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Avoid infloop in 'recenter'
|
||||
|
||||
* src/window.c (Frecenter): Avoid infinite loop in the minibuffer
|
||||
under 'fido-vertical-mode'. (Bug#56765)
|
||||
|
||||
2022-07-25 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Fix inaccuracies in "lax search" documentation
|
||||
|
||||
* doc/emacs/search.texi (Lax Search): Update the examples of
|
||||
character folding in search. (Bug#56747)
|
||||
|
||||
2022-07-24 Kyle Meyer <kyle@kyleam.com>
|
||||
|
||||
Update to Org 9.5.4-17-g6e991f
|
||||
|
||||
2022-07-24 Eugene Ha <eha@posteo.de> (tiny change)
|
||||
|
||||
Find libgccjit.dylib on Homebrew Macos
|
||||
|
||||
* configure.ac: Also find libggcjit on Homebrew (bug#55173).
|
||||
|
||||
(cherry picked from commit faa29fa2c9e9d5a5d7544a1a39b2a89cf57a8439)
|
||||
|
||||
2022-07-23 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Set `default-directory' of Tramp archive connection buffer
|
||||
|
||||
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler):
|
||||
Set `default-directory' of Tramp connection buffer. (Bug#56628)
|
||||
|
||||
2022-07-23 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Update the documentation of 'declare' forms
|
||||
|
||||
* doc/lispref/compile.texi (Native-Compilation Variables): Mention
|
||||
the 'declare' alternative for 'native-comp-speed'.
|
||||
* doc/lispref/functions.texi (Declare Form): Document 'declare'
|
||||
forms that were previously undocumented.
|
||||
|
||||
2022-07-23 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Fix bookmark support for Help functions in native-compilation builds
|
||||
|
||||
* lisp/help.el (describe-key--helper, describe-function--helper):
|
||||
New helper functions.
|
||||
(describe-key): Call 'describe-key--helper' instead of a
|
||||
lambda-function.
|
||||
* lisp/help-fns.el (describe-function): Call
|
||||
'describe-function--helper' instead of a lambda-function.
|
||||
(Bug#56643)
|
||||
|
||||
2022-07-23 Miha Rihtarsic <miha@kamnitnik.top>
|
||||
|
||||
Fix mode line mouse-1 binding when showing only column numbers
|
||||
|
||||
* lisp/bindings.el (mode-line-position): Fix the mouse-1 binding
|
||||
when showing only column numbers (bug#56694). Do not merge to
|
||||
master.
|
||||
|
||||
2022-07-23 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Adjust help-fns.el tests for recent change
|
||||
|
||||
* test/lisp/help-fns-tests.el (help-fns-test-lisp-defun)
|
||||
(help-fns-test-lisp-defsubst): Adjust tests for recent change.
|
||||
|
||||
2022-07-22 Robert Pluim <rpluim@gmail.com>
|
||||
|
||||
* src/terminal.c (Fframe_terminal): Use active voice
|
||||
|
||||
2022-07-22 Robert Pluim <rpluim@gmail.com>
|
||||
|
||||
Improve 'terminal-live-p' docstring some more
|
||||
|
||||
* src/terminal.c (Fterminal_live_p): Improve description of
|
||||
arguments and return value.
|
||||
|
||||
2022-07-22 Robert Pluim <rpluim@gmail.com>
|
||||
|
||||
Improve terminal-live-p docstring
|
||||
|
||||
* src/terminal.c (Fterminal_live_p): Explain what happens when the
|
||||
argument is nil.
|
||||
|
||||
2022-07-22 Robert Pluim <rpluim@gmail.com>
|
||||
|
||||
* lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-vector): Fix grammar
|
||||
|
||||
2022-07-21 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
* lisp/progmodes/cperl-mode.el: Don't mention obsolete archive.
|
||||
|
||||
2022-07-21 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Make 'describe-function' say "byte-compiled" when appropriate
|
||||
|
||||
* lisp/help-fns.el (help-fns-function-description-header): Say
|
||||
"byte-compiled" when describing byte-compiled functions.
|
||||
|
||||
2022-07-21 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
;Improve documentation of locale-specific string comparison
|
||||
|
||||
* doc/lispref/strings.texi (Text Comparison): Mention the Unicode
|
||||
collation rules and buffer-local case-tables.
|
||||
|
||||
2022-07-19 Gerd Moellmann <gerd.moellmann@gmail.com>
|
||||
|
||||
Prevent GC of window referenced from EmacsScroller
|
||||
|
||||
* src/nsterm.m (EmacsScroller.mark, mark_nsterm): New functions.
|
||||
* src/nsterm.h (EmacsScroller.mark, mark_nsterm): Declare.
|
||||
* src/alloc.c (garbage_collect) [MAVE_NS]: Call mark_nsterm.
|
||||
(Bug#56095)
|
||||
|
||||
(cherry picked from commit 5f1bd872478927ad4bc635502e74628d39885286)
|
||||
|
||||
2022-07-16 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Fix obsoletion of nntp-authinfo-file
|
||||
|
||||
* lisp/gnus/nntp.el (nntp-authinfo-file): Fix obsoletion.
|
||||
|
||||
2022-07-15 Philipp Stephani <phst@google.com>
|
||||
|
||||
Build Seccomp filter only if we have a 64-bit userspace (Bug#56549)
|
||||
|
||||
* configure.ac (SIZEOF_LONG): New variable.
|
||||
* lib-src/Makefile.in (SIZEOF_LONG): New variable; added conditional.
|
||||
|
||||
2022-07-14 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Update the Samaritan's contact details in M-x doctor
|
||||
|
||||
* lisp/play/doctor.el (doctor-death): Update the Samaritans's contact
|
||||
details; anon.twwells.com is no longer valid. Add link to Wikipedia.
|
||||
|
||||
2022-07-14 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* etc/PROBLEMS: Describe problems with remote files. (Bug#56499)
|
||||
|
||||
2022-07-13 Andrea Corallo <akrl@sdf.org>
|
||||
|
||||
Remove uneffective test
|
||||
|
||||
* test/src/comp-tests.el (45603-1): Remove test.
|
||||
* test/src/comp-resources/comp-test-45603.el: Delete.
|
||||
|
||||
2022-07-13 Andrea Corallo <akrl@sdf.org>
|
||||
|
||||
Mark async worker tmp file as utf-8-emacs-unix (bug#48029)
|
||||
|
||||
* lisp/emacs-lisp/comp.el (comp-final): Mark async worker tmp file
|
||||
as utf-8.
|
||||
* test/src/comp-tests.el (48029-1): New test.
|
||||
* test/src/comp-resources/comp-test-funcs.el
|
||||
(comp-test-48029-nonascii-žžž-f): New function.
|
||||
|
||||
2022-07-13 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Adapt Tramp version (don't merge)
|
||||
|
||||
* doc/misc/trampver.texi:
|
||||
* lisp/net/trampver.el: Change version to "2.5.3.28.2".
|
||||
(customize-package-emacs-version-alist):
|
||||
Add Tramp version integrated in Emacs 28.2.
|
||||
|
||||
2022-07-13 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Adapt Tramp doc
|
||||
|
||||
* doc/misc/tramp.texi (Configuration): Mention enable-remote-dir-locals.
|
||||
(Traces and Profiles): Fix tramp-verbose description.
|
||||
|
||||
* lisp/net/tramp.el (tramp-verbose): Fix docstring.
|
||||
|
||||
2022-07-12 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Don't mention cl-cXXXr aliases in cl-lib manual
|
||||
|
||||
* doc/misc/cl.texi (Lists, List Functions, Efficiency Concerns): Don't
|
||||
mention 'cl-cXXXr' compatibility aliases for built-in 'cXXXr'
|
||||
functions. They shouldn't be used in new code.
|
||||
|
||||
2022-07-11 Ken Brown <kbrown@cornell.edu>
|
||||
|
||||
etc/PROBLEMS: Describe issues with native compilation on Cygwin
|
||||
|
||||
2022-07-11 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
* lisp/find-dired.el (find-dired): Doc fix; add crossreference.
|
||||
|
||||
2022-07-08 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Doc fix; don't mention obsolete variable
|
||||
|
||||
* src/window.c (Fset_window_hscroll): Doc fix; don't mention obsolete
|
||||
variable.
|
||||
|
||||
2022-07-05 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Add index entry for "ignore case"
|
||||
|
||||
* doc/emacs/glossary.texi (Glossary): Add index entry for "ignore
|
||||
case" pointing to "Case Folding".
|
||||
|
||||
2022-07-05 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Expand docstrings related to auto-saving
|
||||
|
||||
* lisp/files.el (auto-save-visited-mode):
|
||||
* lisp/simple.el (auto-save-mode): Expand docstring.
|
||||
|
||||
2022-07-04 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
Don't bug out in manual-html-fix-index-2 on newer makeinfo versions
|
||||
|
||||
Backport from master.
|
||||
|
||||
* admin/admin.el (manual-html-fix-index-2): Don't bug out if the
|
||||
makeinfo version doesn't include <ul>.
|
||||
|
||||
(cherry picked from commit e0e3f2b672bc42da52ac9c7596c7560a88684651)
|
||||
|
||||
2022-07-04 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
Preserve <title> in the Emacs manuals
|
||||
|
||||
Backport from master.
|
||||
|
||||
* admin/admin.el (manual-html-fix-headers): Preserve the <title>
|
||||
element (bug#48334).
|
||||
|
||||
(cherry picked from commit b778e71af7ca8c59917334b4bb1b34cdb52faca9)
|
||||
|
||||
2022-07-03 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Document 'jit-lock-debug-mode'
|
||||
|
||||
* doc/lispref/modes.texi (Other Font Lock Variables): Document
|
||||
'jit-lock-debug-mode'.
|
||||
|
||||
2022-07-02 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
* lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nil
|
||||
|
||||
Backport: This fixes bug #53605.
|
||||
|
||||
2022-07-02 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
CC Mode: Fix a c-backward-token-2 call wrongly jumping back over macros.
|
||||
|
||||
This fixes bug #56256.
|
||||
|
||||
* lisp/progmodes/cc-fonts.el (c-font-lock-c++-lambda-captures): Replace a
|
||||
c-backward-token-2, which could jump back too far leading to an infinite
|
||||
loop, with a save-excursion to remember the point we've got to go back to.
|
||||
|
||||
2022-07-02 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Doc fixes; don't use obsolete names
|
||||
|
||||
* etc/compilation.txt:
|
||||
* lisp/mh-e/mh-funcs.el (mh-kill-folder): Don't use obsolete
|
||||
names.
|
||||
|
||||
2022-07-02 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Don't refer to obsolete alias for insert-char
|
||||
|
||||
* lisp/leim/quail/persian.el: Don't refer to obsolete alias for
|
||||
insert-char.
|
||||
|
||||
2022-07-02 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Don't use obsolete face name in manoj-dark-theme
|
||||
|
||||
* etc/themes/manoj-dark-theme.el (change-log-acknowledgment): Don't
|
||||
use obsolete/non-existent face name.
|
||||
|
||||
2022-07-01 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Fix "C-u C-x =" for SPC
|
||||
|
||||
* lisp/descr-text.el (describe-char): Don't report 'nobreak-space'
|
||||
face for SPC. (Bug#56337)
|
||||
|
||||
2022-06-30 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Doc fixes: don't refer to some obsolete items
|
||||
|
||||
* admin/notes/multi-tty:
|
||||
* lisp/chistory.el (command-history):
|
||||
* lisp/emacs-lisp/nadvice.el:
|
||||
* lisp/vc/diff-mode.el: Doc fix; don't refer to obsolete variables and
|
||||
functions.
|
||||
|
||||
2022-06-30 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Remove obsolete cust-print from elisp index
|
||||
|
||||
* doc/lispref/edebug.texi (Printing in Edebug): Remove obsolete
|
||||
library "cust-print" from index.
|
||||
|
||||
2022-06-30 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
* admin/make-tarball.txt: Minor clarifications.
|
||||
|
||||
2022-06-30 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Fix external image conversion on MS-Windows
|
||||
|
||||
* lisp/image/image-converter.el (image-converter--convert-magick)
|
||||
(image-converter--convert): Force encoding/decoding to avoid any
|
||||
text or EOL conversions, since we are reading/writing binary
|
||||
data. (Bug#56317)
|
||||
|
||||
2022-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* doc/emacs/buffers.texi (Indirect Buffers): Mention modification hook quirk
|
||||
|
||||
2022-06-29 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Bump Emacs version to 28.1.90
|
||||
|
||||
* README:
|
||||
* configure.ac:
|
||||
* msdos/sed2v2.inp:
|
||||
* nt/README.W32: Bump Emacs version to 28.1.90.
|
||||
|
||||
2022-06-29 Stefan Kangas <stefan@marxist.se>
|
||||
|
||||
Update ChangeLog and AUTHORS for 28.1.90 pretest
|
||||
|
||||
* ChangeLog.3:
|
||||
* etc/AUTHORS: Update.
|
||||
|
||||
2022-06-29 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Update Tramp version (don't merge with master)
|
||||
|
@ -236200,7 +236558,7 @@
|
|||
|
||||
This file records repository revisions from
|
||||
commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
|
||||
commit 7f749e44dbd50430e14f319b4c4d3f767740b10b (inclusive).
|
||||
commit 05df70e755f72b7a4c7b7d94ca2349f1c5c67968 (inclusive).
|
||||
See ChangeLog.2 for earlier changes.
|
||||
|
||||
;; Local Variables:
|
||||
|
|
24
etc/AUTHORS
24
etc/AUTHORS
|
@ -281,8 +281,8 @@ Andrea Corallo: wrote comp-cstr-tests.el comp-cstr.el comp-tests.el
|
|||
comp.el
|
||||
and changed comp.c pdumper.c lread.c bytecomp.el comp.h configure.ac
|
||||
lisp.h startup.el loadup.el alloc.c data.c emacs.c .gitlab-ci.yml
|
||||
nadvice.el cl-macs.el advice.el help.el lisp/Makefile.in package.el
|
||||
Makefile.in comp-test-funcs.el and 62 other files
|
||||
nadvice.el cl-macs.el advice.el comp-test-funcs.el help.el
|
||||
lisp/Makefile.in package.el Makefile.in and 61 other files
|
||||
|
||||
André A. Gomes: changed ispell.el
|
||||
|
||||
|
@ -1733,6 +1733,8 @@ Etienne Prud’Homme: changed align.el css-mode-tests.el css-mode.el
|
|||
|
||||
Eugene Exarevsky: changed sql.el
|
||||
|
||||
Eugene Ha: changed configure.ac
|
||||
|
||||
Evangelos Evangelou: changed progmodes/f90.el
|
||||
|
||||
Evan Moses: changed progmodes/python.el
|
||||
|
@ -1981,7 +1983,7 @@ Gerd Möllmann: wrote authors.el ebrowse.el jit-lock.el tooltip.el
|
|||
and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c
|
||||
window.c keyboard.c lisp.h faces.el alloc.c buffer.c startup.el xterm.h
|
||||
fns.c simple.el term.c configure.ac frame.c xmenu.c emacs.c
|
||||
and 607 other files
|
||||
and 609 other files
|
||||
|
||||
Gergely Nagy: changed erc.el
|
||||
|
||||
|
@ -3311,7 +3313,7 @@ and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el
|
|||
and changed gnus.texi simple.el subr.el files.el process.c display.texi
|
||||
text.texi dired.el gnutls.c gnus-ems.el smtpmail.el help-fns.el
|
||||
auth-source.el url-http.el edebug.el image.el gnus-cite.el pop3.el
|
||||
dired-aux.el fns.c image.c and 866 other files
|
||||
dired-aux.el fns.c image.c and 867 other files
|
||||
|
||||
Lars Rasmusson: changed ebrowse.c
|
||||
|
||||
|
@ -3930,8 +3932,8 @@ Miguel Ruiz: changed ob-gnuplot.el
|
|||
Mihai Olteanu: changed hexl.el
|
||||
|
||||
Miha Rihtaršič: changed keyboard.c commands.texi minibuf.c minibuffer.el
|
||||
simple.el comint.el data.c delsel.el errors.texi esh-mode.el eval.c
|
||||
ibuffer.el macros.c process.c sh-script.el
|
||||
simple.el bindings.el comint.el data.c delsel.el errors.texi
|
||||
esh-mode.el eval.c ibuffer.el macros.c process.c sh-script.el
|
||||
|
||||
Mihir Rege: changed js.el
|
||||
|
||||
|
@ -4327,9 +4329,9 @@ and changed message.el gnus-util.el gnus-int.el gnus.el gnus-agent.el
|
|||
|
||||
Paul Pogonyshev: changed subr.el byte-opt.el bytecomp.el
|
||||
emacs-lisp/debug.el eval.c progmodes/python.el which-func.el align.el
|
||||
bytecode.c cc-langs.el cl-macs.el configure.ac dabbrev.el display.texi
|
||||
eldoc.el elisp-mode.el ert.el ert.texi etags.el fns-tests.el fns.c
|
||||
and 20 other files
|
||||
bytecode.c cc-langs.el cl-macs.el configure.ac dabbrev.el desktop.el
|
||||
display.texi eldoc.el elisp-mode.el ert.el ert.texi etags.el
|
||||
fns-tests.el and 21 other files
|
||||
|
||||
Paul Rankin: changed outline.el
|
||||
|
||||
|
@ -4785,7 +4787,7 @@ Robert Pluim: wrote nsm-tests.el
|
|||
and changed configure.ac process.c blocks.awk network-stream-tests.el
|
||||
font.c processes.texi ftfont.c gtkutil.c vc-git.el process-tests.el
|
||||
emoji-zwj.awk gnutls.el network-stream.el nsm.el tramp.texi mml-sec.el
|
||||
nsterm.m unicode xfns.c auth.texi composite.c and 136 other files
|
||||
nsterm.m unicode xfns.c auth.texi composite.c and 138 other files
|
||||
|
||||
Robert Thorpe: changed cus-start.el indent.el rmail.texi
|
||||
|
||||
|
@ -5179,7 +5181,7 @@ and co-wrote help-tests.el keymap-tests.el
|
|||
and changed efaq.texi checkdoc.el package.el cperl-mode.el bookmark.el
|
||||
help.el keymap.c subr.el simple.el erc.el ediff-util.el idlwave.el
|
||||
time.el bytecomp-tests.el comp.el speedbar.el bytecomp.el edebug.el
|
||||
emacs-lisp-intro.texi flyspell.el ibuffer.el and 1339 other files
|
||||
emacs-lisp-intro.texi flyspell.el ibuffer.el and 1344 other files
|
||||
|
||||
Stefan Merten: co-wrote rst.el
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue