aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-12-05 06:30:35 +0100
committerStefan Kangas2021-12-05 06:30:35 +0100
commit520a703fa7db07ba82661e68cf4eafe7ba61a8d0 (patch)
treef0037702660118d199bd70a0fe644d9dbcaba761
parent8bdea767208257599f6ab727e51dd94f0c1872e1 (diff)
parentc086358574e3671787394c7b9f6069760e7c6b3c (diff)
downloademacs-520a703fa7db07ba82661e68cf4eafe7ba61a8d0.tar.gz
emacs-520a703fa7db07ba82661e68cf4eafe7ba61a8d0.zip
Merge from origin/emacs-28
c086358574 Update to Org 9.5.1-15-gdb4805 fef3e60061 * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc... a1e30e4106 ; Fix most remaining AUTHORS warnings f3e6a432c5 ; * doc/misc/efaq.texi (New in Emacs 28): Add more news. 00236cc802 Fix the enumeration values returned by 'try_scrolling'
-rw-r--r--ChangeLog.316
-rw-r--r--admin/authors.el21
-rw-r--r--doc/misc/efaq.texi51
-rw-r--r--doc/misc/org.org4
-rw-r--r--etc/AUTHORS34
-rw-r--r--lisp/emacs-lisp/edebug.el2
-rw-r--r--lisp/org/org-version.el2
-rw-r--r--lisp/org/ox-latex.el2
-rw-r--r--src/xdisp.c6
9 files changed, 103 insertions, 35 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index fecad62af0f..b149c8295b4 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -83,7 +83,7 @@
83 * lisp/progmodes/gdb-mi.el (gdb-frame-handler): Protect against 83 * lisp/progmodes/gdb-mi.el (gdb-frame-handler): Protect against
84 nil fullnames (bug#52196). 84 nil fullnames (bug#52196).
85 85
862021-11-30 YugaEgo <yet@ego.team> (tiny change) 862021-11-30 Yuga Ego <yet@ego.team> (tiny change)
87 87
88 Format and index concept 'predicate' in ELisp Intro 88 Format and index concept 'predicate' in ELisp Intro
89 89
@@ -8597,7 +8597,7 @@
8597 8597
8598 * lisp/net/rcirc.el (reconnect): Kill previous process and start a new one 8598 * lisp/net/rcirc.el (reconnect): Kill previous process and start a new one
8599 8599
86002021-09-07 A <rgm@gnu.org> 86002021-09-07 Glenn Morris <rgm@gnu.org>
8601 8601
8602 * test/lisp/vc/vc-tests.el (vc-test--version-diff): Git env tweak. 8602 * test/lisp/vc/vc-tests.el (vc-test--version-diff): Git env tweak.
8603 8603
@@ -11985,7 +11985,7 @@
11985 11985
11986 Valid quoting in .desktop files 11986 Valid quoting in .desktop files
11987 11987
11988 * etc/emacsclient.desktop, emacsclient-mail.desktop (Exec): Quote 11988 * etc/emacsclient.desktop, etc/emacsclient-mail.desktop (Exec): Quote
11989 according to the rules in the Freedesktop.org Desktop Entry 11989 according to the rules in the Freedesktop.org Desktop Entry
11990 Specification. 11990 Specification.
11991 11991
@@ -18217,7 +18217,7 @@
18217 pulse-reset-face change -- reset back to the start face 18217 pulse-reset-face change -- reset back to the start face
18218 (bug#48936). 18218 (bug#48936).
18219 18219
182202021-06-13 dick <dick.r.chiang@gmail.com> 182202021-06-13 dickmao <dick.r.chiang@gmail.com>
18221 18221
18222 Avoid an infinite loop in mml-expand-html-into-multipart-related 18222 Avoid an infinite loop in mml-expand-html-into-multipart-related
18223 18223
@@ -58474,9 +58474,9 @@
58474 58474
58475 Dictionary now uses button 58475 Dictionary now uses button
58476 58476
58477 * net/lisp/dictionary-link.el: Removed now obsolete file 58477 * lisp/net/dictionary-link.el: Removed now obsolete file
58478 * net/lisp/dictionary.el: Use insert-button and make-button 58478 * lisp/net/dictionary.el: Use insert-button and make-button
58479 * net/lisp/dictionary.el (dictionary-mode-map): Now defined using defvar 58479 * lisp/net/dictionary.el (dictionary-mode-map): Now defined using defvar
58480 58480
58481 I had to add a conversion function as parameter for the button 'action 58481 I had to add a conversion function as parameter for the button 'action
58482 as I need to be able to pass nil data to my function. This is not 58482 as I need to be able to pass nil data to my function. This is not
@@ -69091,7 +69091,7 @@
69091 (macfont_glyph_extents): Fix monospace glyph computation. 69091 (macfont_glyph_extents): Fix monospace glyph computation.
69092 (macfont_shape): Ditto. 69092 (macfont_shape): Ditto.
69093 69093
690942020-08-12 Mingde (Matthew) Zeng <matthewzmd@gmail.com> 690942020-08-12 Mingde Matthew Zeng <matthewzmd@gmail.com>
69095 69095
69096 Fix erc-reuse-buffers behavior 69096 Fix erc-reuse-buffers behavior
69097 69097
diff --git a/admin/authors.el b/admin/authors.el
index 11fbfc8afa4..d44bb9bf8e4 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -398,8 +398,12 @@ Changes to files matching one of the regexps in this list are not listed.")
398 "images/icons/allout-widgets-light-bg" 398 "images/icons/allout-widgets-light-bg"
399 "lisp/shorthand.el" 399 "lisp/shorthand.el"
400 "test/lisp/shorthand-tests.el" 400 "test/lisp/shorthand-tests.el"
401 "lisp/shorthands.el"
402 "test/src/comp-test-funcs.el"
401 "lisp/net/link.el" 403 "lisp/net/link.el"
402 "lisp/net/connection.el" 404 "lisp/net/connection.el"
405 "lisp/net/dictionary-link.el"
406 "test/src/comp-test-funcs-dyn.el"
403 ;; Never had any meaningful changes logged, now deleted: 407 ;; Never had any meaningful changes logged, now deleted:
404 "lib/stdarg.in.h" "lib/stdbool.in.h" 408 "lib/stdarg.in.h" "lib/stdbool.in.h"
405 "unidata/bidimirror.awk" "unidata/biditype.awk" 409 "unidata/bidimirror.awk" "unidata/biditype.awk"
@@ -537,6 +541,8 @@ Changes to files matching one of the regexps in this list are not listed.")
537 "lisp/org/ob-abc.el" 541 "lisp/org/ob-abc.el"
538 "lisp/org/ob-ebnf.el" 542 "lisp/org/ob-ebnf.el"
539 "lisp/org/ob-J.el" 543 "lisp/org/ob-J.el"
544 ;; Removed -- for now.
545 "test/src/doc-tests.el"
540 ) 546 )
541 "List of files and directories to ignore. 547 "List of files and directories to ignore.
542Changes to files in this list are not listed.") 548Changes to files in this list are not listed.")
@@ -999,6 +1005,7 @@ in the repository.")
999 ("DIFF" . "OTHER.EMACSES") 1005 ("DIFF" . "OTHER.EMACSES")
1000 ("CCADIFF" . "OTHER.EMACSES") 1006 ("CCADIFF" . "OTHER.EMACSES")
1001 ("GOSDIFF" . "OTHER.EMACSES") 1007 ("GOSDIFF" . "OTHER.EMACSES")
1008 ("emacs.appdata.xml" . "emacs.metainfo.xml")
1002 ;; Nextstep 1009 ;; Nextstep
1003 ("nextstep/Cocoa/Emacs.base/Contents/Info.plist" . "nextstep/templates/Info.plist.in") 1010 ("nextstep/Cocoa/Emacs.base/Contents/Info.plist" . "nextstep/templates/Info.plist.in")
1004 ;; Moved from lisp/tpu-doc.el to etc/tpu-edt.doc in Emacs 19.29. 1011 ;; Moved from lisp/tpu-doc.el to etc/tpu-edt.doc in Emacs 19.29.
@@ -1053,6 +1060,12 @@ in the repository.")
1053 ("lisp/gnus/messcompat.el" . "messcompat.el") 1060 ("lisp/gnus/messcompat.el" . "messcompat.el")
1054 ("html2text.el" . "html2text.el") 1061 ("html2text.el" . "html2text.el")
1055 ("lisp/net/html2text.el" . "html2text.el") 1062 ("lisp/net/html2text.el" . "html2text.el")
1063 ;; Obsolete in 28.1.
1064 ("inversion.el" . "inversion.el")
1065 ("test/lisp/cedet/inversion-tests.el" . "inversion-tests.el")
1066 ("test/lisp/mail/rfc2368-tests.el" . "rfc2368-tests.el")
1067 ;; This file was briefly obsolete:
1068 ("lisp/obsolete/erc-compat.el" . "erc-compat.el")
1056 ;; From lisp to etc/forms. 1069 ;; From lisp to etc/forms.
1057 ("forms-d2.el" . "forms-d2.el") 1070 ("forms-d2.el" . "forms-d2.el")
1058 ("forms-pass.el" . "forms-pass.el") 1071 ("forms-pass.el" . "forms-pass.el")
@@ -1195,8 +1208,12 @@ in the repository.")
1195 ("lisp/gnus/nnir.el" . "nnir.el") 1208 ("lisp/gnus/nnir.el" . "nnir.el")
1196 ("src/regex.c" . "emacs-regex.c") 1209 ("src/regex.c" . "emacs-regex.c")
1197 ("src/regex.h" . "emacs-regex.h") 1210 ("src/regex.h" . "emacs-regex.h")
1198 ("erc-compat.el" . "erc-compat.el") 1211 ("test/manual/rmailmm.el" . "rmailmm-tests.el")
1199 ("semantic-utest-fmt.el" . "format-tests.el") 1212 ("test/lisp/cedet/semantic-utest-fmt.el" . "format-tests.el")
1213 ("test/lisp/emacs-lisp/tabulated-list-test.el" . "tabulated-list-tests.el")
1214 ("test/lisp/url/url-handlers-test.el" . "url-handlers-tests.el")
1215 ("test/src/dired-tests.el" . "dired-tests.el")
1216 (".dir-locals.el" . ".dir-locals.el")
1200 ) 1217 )
1201 "Alist of files which have been renamed during their lifetime. 1218 "Alist of files which have been renamed during their lifetime.
1202Elements are (OLDNAME . NEWNAME).") 1219Elements are (OLDNAME . NEWNAME).")
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 923687e3c99..28f0cb972d0 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -934,7 +934,7 @@ file (@kbd{C-h n}) for the full list of changes in Emacs 28.
934@item 934@item
935Emacs now optionally supports native compilation of Lisp files. This 935Emacs now optionally supports native compilation of Lisp files. This
936can improves performance significantly in some cases. To enable this, 936can improves performance significantly in some cases. To enable this,
937configure Emacs with the '--with-native-compilation' option. 937configure Emacs with the @option{--with-native-compilation} option.
938 938
939@item 939@item
940The new NonGNU ELPA archive is enabled by default alongside GNU ELPA. 940The new NonGNU ELPA archive is enabled by default alongside GNU ELPA.
@@ -945,6 +945,13 @@ by the @code{list-packages} command.
945The Cairo graphics library is now used by default if present. 945The Cairo graphics library is now used by default if present.
946 946
947@item 947@item
948On GNU/Linux, Emacs now supports loading Secure Computing filters. To
949use this feature, invoke Emacs with the @option{--seccomp=@var{file}}
950command-line switch, where @var{file} names a binary file that defines
951the filtering. See the manual page of the @code{seccomp} system call
952for more details.
953
954@item
948The new themes @samp{modus-vivendi} and @samp{modus-operandi} have 955The new themes @samp{modus-vivendi} and @samp{modus-operandi} have
949been added. They are designed to conform with the highest standard 956been added. They are designed to conform with the highest standard
950for color-contrast accessibility (WCAG AAA). 957for color-contrast accessibility (WCAG AAA).
@@ -958,9 +965,49 @@ New system for displaying documentation for groups of functions
958(@kbd{M-x shortdoc-display-group RET}). 965(@kbd{M-x shortdoc-display-group RET}).
959 966
960@item 967@item
968Emacs can now support 24-bit color text-mode terminals even if their
969terminfo database doesn't state this support in a standard way. Set
970the @env{COLORTERM} environment variable to the value @samp{truecolor}
971to activate this.
972
973@item
974The @code{strike-through} face attribute is now supported on capable
975text-mode terminals.
976
977@item
978@code{xterm-mouse-mode} supports TTY menus.
979
980@item
981A new minor mode @code{context-menu-mode} causes @code{mouse-3}
982(a.k.a.@: ``right-clicks'') of the mouse to pop up context-dependent
983menus.
984
985@item
986Prefix commands to control the display of the results of the next
987command. @kbd{C-x 4 4 @var{command}} displays the result of
988@var{command} in a new window. @kbd{C-x 5 5 @var{command}} displays
989the results of @var{command} in a new frame.
990
991@item
992Emacs now supports ``transient'' input methods. A transient input
993method is enabled for inserting a single character, and is then
994automatically disabled. Select a transient input method with @kbd{C-u
995C-x \}; enable it (for inserting a single character) with @kbd{C-x \}.
996New input methods @code{compose} (based on X Window System Multi_key
997sequences) and @code{iso-transl} are especially convenient with this
998feature, when you need to insert a single special character.
999
1000@item
1001@kbd{M-y}, when invoked after a command that is not a yank command,
1002allows selection of one of the previous kills.
1003
1004@item
1005New minor mode @code{repeat-mode} allows to repeat commands with fewer
1006keystrokes.
1007
1008@item
961Among the many internal changes in this release, we would like to 1009Among the many internal changes in this release, we would like to
962highlight that all files in the tree now use @code{lexical-binding}. 1010highlight that all files in the tree now use @code{lexical-binding}.
963
964@end itemize 1011@end itemize
965 1012
966 1013
diff --git a/doc/misc/org.org b/doc/misc/org.org
index 85117714ee9..adf24da1c3f 100644
--- a/doc/misc/org.org
+++ b/doc/misc/org.org
@@ -15571,7 +15571,7 @@ for usage and configuration details.
15571:DESCRIPTION: Fine-tuning the export output. 15571:DESCRIPTION: Fine-tuning the export output.
15572:END: 15572:END:
15573 15573
15574*** Hooks 15574*** Export hooks
15575:PROPERTIES: 15575:PROPERTIES:
15576:UNNUMBERED: notoc 15576:UNNUMBERED: notoc
15577:END: 15577:END:
@@ -18203,7 +18203,7 @@ expanded anyway.
18203 #+kindex: C-c C-v f 18203 #+kindex: C-c C-v f
18204 Choose a file to tangle. Bound to {{{kbd(C-c C-v f)}}}. 18204 Choose a file to tangle. Bound to {{{kbd(C-c C-v f)}}}.
18205 18205
18206*** Hooks 18206*** Tangle hooks
18207:PROPERTIES: 18207:PROPERTIES:
18208:UNNUMBERED: notoc 18208:UNNUMBERED: notoc
18209:END: 18209:END:
diff --git a/etc/AUTHORS b/etc/AUTHORS
index 3e70cc6d35d..60b1ee4bd01 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -257,8 +257,8 @@ Alyssa Ross: changed progmodes/compile.el simple.el
257Ami Fischman: changed bindings.el calendar.el diary-lib.el print.c 257Ami Fischman: changed bindings.el calendar.el diary-lib.el print.c
258 savehist.el vc-git.el 258 savehist.el vc-git.el
259 259
260Amin Bandali: changed erc.el erc-backend.el erc-button.el erc-track.el 260Amin Bandali: changed erc.el erc-backend.el erc-button.el erc-compat.el
261 erc-compat.el erc-dcc.el erc-desktop-notifications.el erc-match.el 261 erc-track.el erc-dcc.el erc-desktop-notifications.el erc-match.el
262 erc-services.el erc-speedbar.el erc-status-sidebar.el erc.texi 262 erc-services.el erc-speedbar.el erc-status-sidebar.el erc.texi
263 erc-autoaway.el erc-fill.el erc-goodies.el erc-ibuffer.el erc-imenu.el 263 erc-autoaway.el erc-fill.el erc-goodies.el erc-ibuffer.el erc-imenu.el
264 erc-join.el erc-lang.el erc-list.el erc-log.el and 11 other files 264 erc-join.el erc-lang.el erc-list.el erc-log.el and 11 other files
@@ -473,8 +473,8 @@ Artem Chuprina: changed message.el
473Artem Loenko: changed src/Makefile.in 473Artem Loenko: changed src/Makefile.in
474 474
475Arthur Miller: changed help-fns.el ange-ftp.el bytecomp.el comp.c comp.el 475Arthur Miller: changed help-fns.el ange-ftp.el bytecomp.el comp.c comp.el
476 dired.c dired.el files.texi help.texi lisp.h ls-lisp.el sysdep.c 476 dired-tests.el dired.c dired.el files.texi help.texi lisp.h ls-lisp.el
477 tramp-adb.el tramp-rclone.el tramp-sh.el tramp-smb.el tramp.el 477 sysdep.c tramp-adb.el tramp-rclone.el tramp-sh.el tramp-smb.el tramp.el
478 wdired.el 478 wdired.el
479 479
480Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el 480Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el
@@ -1422,8 +1422,8 @@ Diane Murray: changed erc.el erc-backend.el erc-menu.el erc-button.el
1422Dick R. Chiang: changed ffap-tests.el ffap.el gnus-group.el gnus.texi 1422Dick R. Chiang: changed ffap-tests.el ffap.el gnus-group.el gnus.texi
1423 message.el bindings.el buffer-tests.el buffer.c checkdoc.el 1423 message.el bindings.el buffer-tests.el buffer.c checkdoc.el
1424 cl-macs-tests.el cl-macs.el comint-tests.el gnus-srvr.el gnus-sum.el 1424 cl-macs-tests.el cl-macs.el comint-tests.el gnus-srvr.el gnus-sum.el
1425 gnus-topic.el gnutls.c key.pub key.sec minibuffer.el misc.texi 1425 gnus-topic.el gnutls.c key.pub key.sec minibuffer.el misc.texi mml.el
1426 package.el and 6 other files 1426 and 7 other files
1427 1427
1428Didier Verna: wrote gnus-diary.el nndiary.el 1428Didier Verna: wrote gnus-diary.el nndiary.el
1429and co-wrote nnml.el 1429and co-wrote nnml.el
@@ -2004,7 +2004,7 @@ and changed configure.ac Makefile.in src/Makefile.in calendar.el
2004 lisp/Makefile.in diary-lib.el files.el make-dist rmail.el 2004 lisp/Makefile.in diary-lib.el files.el make-dist rmail.el
2005 progmodes/f90.el bytecomp.el admin.el misc/Makefile.in simple.el 2005 progmodes/f90.el bytecomp.el admin.el misc/Makefile.in simple.el
2006 authors.el startup.el emacs.texi lib-src/Makefile.in display.texi 2006 authors.el startup.el emacs.texi lib-src/Makefile.in display.texi
2007 ack.texi subr.el and 1789 other files 2007 ack.texi subr.el and 1790 other files
2008 2008
2009Glynn Clements: wrote gamegrid.el snake.el tetris.el 2009Glynn Clements: wrote gamegrid.el snake.el tetris.el
2010 2010
@@ -2899,7 +2899,7 @@ and co-wrote help-tests.el keymap-tests.el
2899and changed subr.el desktop.el w32fns.c faces.el simple.el emacsclient.c 2899and changed subr.el desktop.el w32fns.c faces.el simple.el emacsclient.c
2900 files.el server.el bs.el help-fns.el xdisp.c org.el w32term.c w32.c 2900 files.el server.el bs.el help-fns.el xdisp.c org.el w32term.c w32.c
2901 buffer.c keyboard.c ido.el image.c window.c eval.c allout.el 2901 buffer.c keyboard.c ido.el image.c window.c eval.c allout.el
2902 and 1224 other files 2902 and 1226 other files
2903 2903
2904Juan Pechiar: changed ob-octave.el 2904Juan Pechiar: changed ob-octave.el
2905 2905
@@ -3303,7 +3303,7 @@ and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el
3303and changed gnus.texi simple.el subr.el files.el process.c text.texi 3303and changed gnus.texi simple.el subr.el files.el process.c text.texi
3304 display.texi dired.el gnutls.c gnus-ems.el smtpmail.el help-fns.el 3304 display.texi dired.el gnutls.c gnus-ems.el smtpmail.el help-fns.el
3305 auth-source.el url-http.el edebug.el gnus-cite.el image.el pop3.el 3305 auth-source.el url-http.el edebug.el gnus-cite.el image.el pop3.el
3306 dired-aux.el fns.c image.c and 859 other files 3306 dired-aux.el fns.c image.c and 860 other files
3307 3307
3308Lars Rasmusson: changed ebrowse.c 3308Lars Rasmusson: changed ebrowse.c
3309 3309
@@ -3977,6 +3977,8 @@ and changed comint.el faces.el simple.el editfns.c xfaces.c xdisp.c
3977 3977
3978Milton Wulei: changed gdb-ui.el 3978Milton Wulei: changed gdb-ui.el
3979 3979
3980Mingde Matthew Zeng: changed erc-join.el erc.el
3981
3980Mirek Kaim: changed configure.ac 3982Mirek Kaim: changed configure.ac
3981 3983
3982Mirko Vukovic: changed emacs.texi maintaining.texi 3984Mirko Vukovic: changed emacs.texi maintaining.texi
@@ -4130,7 +4132,7 @@ and changed README authors.el configure.ac sed2v2.inp sequences.texi
4130 README.W32 emacs.png HISTORY emacs23.png arc-mode.el cl-extra.el 4132 README.W32 emacs.png HISTORY emacs23.png arc-mode.el cl-extra.el
4131 emacs.svg manoj-dark-theme.el Emacs.icns Makefile.in auth-source.el 4133 emacs.svg manoj-dark-theme.el Emacs.icns Makefile.in auth-source.el
4132 emacs.ico fns.c make-tarball.txt obarray-tests.el obarray.el 4134 emacs.ico fns.c make-tarball.txt obarray-tests.el obarray.el
4133 and 36 other files 4135 and 37 other files
4134 4136
4135Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el replace-tests.el 4137Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el replace-tests.el
4136and changed ffap.el package.el byte-run.el help.el keyboard.c landmark.el 4138and changed ffap.el package.el byte-run.el help.el keyboard.c landmark.el
@@ -4422,8 +4424,8 @@ Peter Münster: changed image-dired.el gnus-delay.el gnus-demon.el
4422 4424
4423Peter O'Gorman: changed configure.ac frame.h hpux10-20.h termhooks.h 4425Peter O'Gorman: changed configure.ac frame.h hpux10-20.h termhooks.h
4424 4426
4425Peter Oliver: changed emacsclient.desktop Makefile.in emacs-mail.desktop 4427Peter Oliver: changed emacsclient.desktop emacsclient-mail.desktop
4426 emacsclient-mail.desktop server.el configure.ac emacs.desktop 4428 Makefile.in emacs-mail.desktop server.el configure.ac emacs.desktop
4427 emacs.metainfo.xml misc.texi perl-mode.el ruby-mode-tests.el vc-sccs.el 4429 emacs.metainfo.xml misc.texi perl-mode.el ruby-mode-tests.el vc-sccs.el
4428 4430
4429Peter Povinec: changed term.el 4431Peter Povinec: changed term.el
@@ -4746,7 +4748,7 @@ Robert Cochran: changed tab-bar.el bytecomp.el checkdoc.el data.c
4746 4748
4747Robert Fenk: changed desktop.el 4749Robert Fenk: changed desktop.el
4748 4750
4749Robert Jarzmik: changed ede/linux.el 4751Robert Jarzmik: changed ede/linux.el inversion.el
4750 4752
4751Robert J. Chassell: wrote makeinfo.el page-ext.el texinfo.el 4753Robert J. Chassell: wrote makeinfo.el page-ext.el texinfo.el
4752 texnfo-upd.el 4754 texnfo-upd.el
@@ -5162,7 +5164,7 @@ and changed efaq.texi checkdoc.el package.el cperl-mode.el bookmark.el
5162 help.el keymap.c subr.el simple.el erc.el ediff-util.el idlwave.el 5164 help.el keymap.c subr.el simple.el erc.el ediff-util.el idlwave.el
5163 time.el bytecomp-tests.el comp.el speedbar.el bytecomp.el 5165 time.el bytecomp-tests.el comp.el speedbar.el bytecomp.el
5164 emacs-lisp-intro.texi flyspell.el ibuffer.el package-tests.el 5166 emacs-lisp-intro.texi flyspell.el ibuffer.el package-tests.el
5165 and 1333 other files 5167 and 1337 other files
5166 5168
5167Stefan Merten: co-wrote rst.el 5169Stefan Merten: co-wrote rst.el
5168 5170
@@ -5179,7 +5181,7 @@ and co-wrote font-lock.el gitmerge.el pcvs.el
5179and changed subr.el simple.el keyboard.c bytecomp.el cl-macs.el files.el 5181and changed subr.el simple.el keyboard.c bytecomp.el cl-macs.el files.el
5180 lisp.h vc.el xdisp.c alloc.c eval.c sh-script.el progmodes/compile.el 5182 lisp.h vc.el xdisp.c alloc.c eval.c sh-script.el progmodes/compile.el
5181 keymap.c buffer.c window.c tex-mode.el lisp-mode.el newcomment.el 5183 keymap.c buffer.c window.c tex-mode.el lisp-mode.el newcomment.el
5182 help-fns.el lread.c and 1615 other files 5184 help-fns.el lread.c and 1616 other files
5183 5185
5184Stefano Facchini: changed gtkutil.c 5186Stefano Facchini: changed gtkutil.c
5185 5187
@@ -5984,6 +5986,8 @@ Yuchen Pei: changed calendar.texi diary-lib.el icalendar-tests.el
5984 5986
5985Yue Daian: wrote cl-font-lock.el 5987Yue Daian: wrote cl-font-lock.el
5986 5988
5989Yuga Ego: changed emacs-lisp-intro.texi
5990
5987Yu-ji Hosokawa: changed README.W32 5991Yu-ji Hosokawa: changed README.W32
5988 5992
5989Yukihiro Matsumoto: co-wrote ruby-mode.el 5993Yukihiro Matsumoto: co-wrote ruby-mode.el
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index a38c8bd5ca9..ac1cd22ac27 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -469,7 +469,7 @@ just FUNCTION is printed."
469 (funcall orig-fun nil))) 469 (funcall orig-fun nil)))
470 470
471(defun edebug-eval-defun (edebug-it) 471(defun edebug-eval-defun (edebug-it)
472 (declare (obsolete "use eval-defun or edebug--eval-defun instead" "28.1")) 472 (declare (obsolete "use `eval-defun' or `edebug--eval-defun' instead" "28.1"))
473 (interactive "P") 473 (interactive "P")
474 (if (advice-member-p #'edebug--eval-defun 'eval-defun) 474 (if (advice-member-p #'edebug--eval-defun 'eval-defun)
475 (eval-defun edebug-it) 475 (eval-defun edebug-it)
diff --git a/lisp/org/org-version.el b/lisp/org/org-version.el
index 212069e668f..de75519ec61 100644
--- a/lisp/org/org-version.el
+++ b/lisp/org/org-version.el
@@ -11,7 +11,7 @@ Inserted by installing Org mode or when a release is made."
11(defun org-git-version () 11(defun org-git-version ()
12 "The Git version of Org mode. 12 "The Git version of Org mode.
13Inserted by installing Org or when a release is made." 13Inserted by installing Org or when a release is made."
14 (let ((org-git-version "release_9.5.1-11-g96d91b")) 14 (let ((org-git-version "release_9.5.1-15-gdb4805"))
15 org-git-version)) 15 org-git-version))
16 16
17(provide 'org-version) 17(provide 'org-version)
diff --git a/lisp/org/ox-latex.el b/lisp/org/ox-latex.el
index 3e3967033a5..c45dc98a09d 100644
--- a/lisp/org/ox-latex.el
+++ b/lisp/org/ox-latex.el
@@ -3706,7 +3706,7 @@ Return PDF file's name."
3706 (let ((outfile (org-export-output-file-name ".tex" subtreep))) 3706 (let ((outfile (org-export-output-file-name ".tex" subtreep)))
3707 (org-export-to-file 'latex outfile 3707 (org-export-to-file 'latex outfile
3708 async subtreep visible-only body-only ext-plist 3708 async subtreep visible-only body-only ext-plist
3709 (lambda (file) (org-latex-compile file))))) 3709 #'org-latex-compile)))
3710 3710
3711(defun org-latex-compile (texfile &optional snippet) 3711(defun org-latex-compile (texfile &optional snippet)
3712 "Compile a TeX file. 3712 "Compile a TeX file.
diff --git a/src/xdisp.c b/src/xdisp.c
index 7ca3977200a..b2eeb1105b1 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -17706,9 +17706,9 @@ cursor_row_fully_visible_p (struct window *w, bool force_p,
17706 17706
17707enum 17707enum
17708{ 17708{
17709 SCROLLING_SUCCESS, 17709 SCROLLING_SUCCESS = 1,
17710 SCROLLING_FAILED, 17710 SCROLLING_FAILED = 0,
17711 SCROLLING_NEED_LARGER_MATRICES 17711 SCROLLING_NEED_LARGER_MATRICES = -1
17712}; 17712};
17713 17713
17714/* If scroll-conservatively is more than this, never recenter. 17714/* If scroll-conservatively is more than this, never recenter.