bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57394: 29.0.50; emacs commit, 6ddcf67052545a0f77233f1a952dc90e296cda


From: Daniel Ortmann
Subject: bug#57394: 29.0.50; emacs commit, 6ddcf67052545a0f77233f1a952dc90e296cda35 causes org-mode build to fail
Date: Thu, 25 Aug 2022 10:18:35 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0



commit 52f9ce5528e3a82c4170be2f3d117966793e8efc (HEAD -> master, origin/master, origin/HEAD)
Author: Lars Ingebrigtsen <larsi@gnus.org>
Date:   Thu Aug 25 16:00:27 2022 +0200

    Mention C-x C-q + revert change in NEWS

commit 2385bf3397f8a92e226a29a5050c69dd8d2a1c31
Author: Robert Pluim <rpluim@gmail.com>
Date:   Thu Aug 25 11:47:57 2022 +0200

    Treat smtp-auth method from auth-info as a symbol

    The lookup of the SMTP auth method is done based on symbols, but
    sometimes the requested value comes from `auth-info', in which case it
    is a string, so call `intern-soft' to convert it to a symbol (which
    does nothing if it's already a symbol).

    * lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Call
    `intern-soft' on the smtp-auth key's value.  (Bug#57373)

commit 34e0a232cd0e7b38a33bc9134134c47665aeb185
Author: Kien Nguyen <kien.n.quang@gmail.com>
Date:   Wed Aug 24 23:19:35 2022 +0900

    Allow symlink creation on MS-Windows without Administrator privileges

    * src/w32.c (symlink): Use the
    SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE flag when available.
    (Bug#57386)

commit b28b2cefaea0d7846ab9a45dc92f68ad00e92085
Author: Lars Ingebrigtsen <larsi@gnus.org>
Date:   Thu Aug 25 14:54:49 2022 +0200

    Fix warning about obsoleted generalized variables

    * lisp/emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
    Autoload so that the call here from gv.el (about obsolete
    generalized variables) doesn't bug out (bug#57394).

commit a8a3608c074c00e32a551c6fa27131b0094c8b2c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Date:   Thu Aug 25 14:42:59 2022 +0200

    Make frame-width obsolete as a generalized variable

    * lisp/emacs-lisp/gv.el (frame-width): Make obsolete as
    generalized variable.

commit dbec115948657d4f0b5c8ad86410b8e1c9e825d2
Author: Daniel Martín <mardani29@yahoo.es>
Date:   Thu Aug 25 14:37:36 2022 +0200

    Fix instrumented eval-defun not printing "Edebug:" to the echo area

    * lisp/progmodes/elisp-mode.el (elisp--eval-defun): Determine if we're
    instrumenting a function and call eval-region with PRINTFLAG set to
    nil if so (Bug#50245).

    * test/lisp/progmodes/elisp-mode-tests.el
    (eval-defun-prints-edebug-when-instrumented): Add a new test.

commit b947f80a623c9a8c6abd2bcd4e2e245af6b0e03a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Date:   Thu Aug 25 14:29:43 2022 +0200

    Add hideshow-test.el file (bug#56635)

commit 7c7fc8fa5be69ccbfd2d134a899cdedf29d25aab
Author: kobarity <kobarity@gmail.com>
Date:   Thu Aug 25 14:29:10 2022 +0200

    Add Python blocks support for hideshow

    * lisp/progmodes/python.el (python-nav-beginning-of-block-regexp):

On 8/25/22 09:52, Lars Ingebrigtsen wrote:
Daniel Ortmann <daniel.ortmann@oracle.com> writes:

Is the fix actually pushed to main?
How can I obtain the code so I can verify the fix?
What does "git log" in the emacs directory say?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]