Accepting request 729384 from editors

- Update to emacs version 26.3
  * New option 'help-enable-completion-auto-load'.
    This allows disabling the new feature introduced in Emacs 26.1 which
    loads files during completion of 'C-h f' and 'C-h v' according to
    'definition-prefixes'.
  * Emacs now supports the new Japanese Era name.
    The newly assigned codepoint U+32FF was added to the Unicode Character
    Database compiled into Emacs.

OBS-URL: https://build.opensuse.org/request/show/729384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs?expand=0&rev=144
This commit is contained in:
Yuchen Lin 2019-09-20 12:37:28 +00:00 committed by Git OBS Bridge
commit 9ba86565c0
8 changed files with 22 additions and 10 deletions

View File

@ -17,7 +17,7 @@
;;*---------------------------------------------------------------------*/
;;* Mode specific options */
;;* ------------------------------------------------------------- */
@@ -342,7 +342,6 @@ property of the major mode name.")
@@ -336,7 +342,6 @@ property of the major mode name.")
;;*--- mail mode -------------------------------------------------------*/
(put 'mail-mode 'flyspell-mode-predicate 'mail-mode-flyspell-verify)
(put 'message-mode 'flyspell-mode-predicate 'mail-mode-flyspell-verify)
@ -25,7 +25,7 @@
(defun mail-mode-flyspell-verify ()
"Function used for `flyspell-generic-check-word-predicate' in Mail mode."
(let* ((header-end (save-excursion
@@ -353,11 +353,11 @@ property of the major mode name.")
@@ -348,11 +353,11 @@ property of the major mode name.")
nil t)
(point)))
(signature-begin

View File

@ -15,7 +15,7 @@
AC_FUNC_MMAP
--- configure
+++ configure 2018-05-29 12:20:07.583908486 +0000
@@ -11455,6 +11455,7 @@ fi
@@ -11460,6 +11460,7 @@ fi
use_mmap_for_buffers=no
case "$opsys" in
mingw32) use_mmap_for_buffers=yes ;;

View File

@ -5,7 +5,7 @@
--- lisp/ldefs-boot.el
+++ lisp/ldefs-boot.el 2018-05-29 12:23:32.824206557 +0000
@@ -26382,9 +26382,9 @@ With prefix argument ARG, restart the Pr
@@ -26392,9 +26392,9 @@ With prefix argument ARG, restart the Pr
;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (0 0 0 0))
;;; Generated autoloads from ps-bdf.el

View File

@ -51,7 +51,7 @@
"hicolor/scalable/apps/${EMACS_NAME}.svg" \
--- configure
+++ configure 2019-04-15 12:04:25.158945850 +0000
@@ -10460,10 +10460,8 @@ fi
@@ -10465,10 +10465,8 @@ fi
LD_SWITCH_X_SITE_RPATH=
if test "${x_libraries}" != NONE; then
if test -n "${x_libraries}"; then

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:151ce69dbe5b809d4492ffae4a4b153b2778459de6deb26f35691e1281a9c58e
size 44406808

3
emacs-26.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d90e6751ad8967822c6e092db07466b9d383ef1653feb2f95c93e7de66d3485
size 44415140

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 9 08:35:18 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Update to emacs version 26.3
* New option 'help-enable-completion-auto-load'.
This allows disabling the new feature introduced in Emacs 26.1 which
loads files during completion of 'C-h f' and 'C-h v' according to
'definition-prefixes'.
* Emacs now supports the new Japanese Era name.
The newly assigned codepoint U+32FF was added to the Unicode Character
Database compiled into Emacs.
-------------------------------------------------------------------
Tue Apr 23 12:28:52 UTC 2019 - Dr. Werner Fink <werner@suse.de>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -103,7 +103,7 @@ BuildRequires: pkgconfig(xshmfence)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xxf86vm)
Url: http://www.gnu.org/software/emacs/
Version: 26.2
Version: 26.3
Release: 0
Summary: GNU Emacs Base Package
License: GPL-3.0-or-later