aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.364
-rw-r--r--admin/authors.el2
-rw-r--r--doc/emacs/emacs.texi4
-rw-r--r--doc/emacs/misc.texi80
-rw-r--r--doc/lispref/compile.texi5
-rw-r--r--doc/lispref/debugging.texi10
-rw-r--r--doc/lispref/os.texi4
-rw-r--r--doc/lispref/variables.texi16
-rw-r--r--etc/AUTHORS24
-rw-r--r--src/nsterm.m2
10 files changed, 156 insertions, 55 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 9bf9bab1178..1c630f7fd25 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,65 @@
12018-01-13 Eli Zaretskii <eliz@gnu.org>
2
3 Mention trace.el facilities in the ELisp manual
4
5 * doc/lispref/debugging.texi (Debugging): Mention the trace.el
6 library.
7
82018-01-13 Eli Zaretskii <eliz@gnu.org>
9
10 Improve documentation of safe values of variables
11
12 * doc/lispref/variables.texi (File Local Variables): Mention the
13 autoload cookie as a means of defining safe values for variables.
14 See http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00261.html
15 for the details.
16 * doc/lispref/compile.texi (Compiler Errors): Document
17 'byte-compile-error-on-warn'.
18
192018-01-13 Eli Zaretskii <eliz@gnu.org>
20
21 Improve the Emacs manual's "Misc" node
22
23 * doc/emacs/misc.texi (Gnus): A more descriptive section name.
24 (Invoking emacsclient): Mention how to avoid errors when there's
25 no Emacs server.
26 (EWW, Embedded WebKit Widgets): Now subsections under
27 "Hyperlinking and Web Navigation Features".
28 (Amusements): Add "games" to the section name. Suggested by Alex
29 Branham <alex.branham@gmail.com> in emacs-manual-bugs@gnu.org.
30
31 * doc/emacs/emacs.texi (Top): Adjust the top-level menus to the
32 above changes.
33
34 * doc/lispref/os.texi (Security Considerations): Fix typos.
35
362018-01-13 Martin Rudalics <rudalics@gmx.at>
37
38 In nsterm.m use FRAME_NS_P instead of FRAME_X_P (Bug#30019)
39
40 * src/nsterm.m (x_set_parent_frame): Call FRAME_NS_P instead
41 of FRAME_X_P (Bug#30019).
42
432018-01-12 Nicolas Petton <nicolas@petton.fr>
44
45 Bump Emacs version to 26.0.91
46
47 * README:
48 * configure.ac:
49 * msdos/sed2v2.inp:
50 * nt/README.W32: Bump Emacs version.
51
522018-01-12 Nicolas Petton <nicolas@petton.fr>
53
54 * ChangeLog.3: Update
55
562018-01-12 Nicolas Petton <nicolas@petton.fr>
57
58 Update authors
59
60 * admin/authors.el (authors-aliases, authors-valid-file-names): Additions.
61 * etc/AUTHORS: Update AUTHORS file.
62
12018-01-12 Katsumi Yamaoka <yamaoka@jpl.org> 632018-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
2 64
3 * lisp/gnus/message.el (message-do-auto-fill): Prevent do-auto-fill from 65 * lisp/gnus/message.el (message-do-auto-fill): Prevent do-auto-fill from
@@ -56068,7 +56130,7 @@
56068 56130
56069This file records repository revisions from 56131This file records repository revisions from
56070commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 56132commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
56071commit bce51bd6f7702dbc70a570e8b905f23db9cdcdcf (inclusive). 56133commit 5dd0e5c54d29e81c07798a124295c8c3f016d621 (inclusive).
56072See ChangeLog.1 for earlier changes. 56134See ChangeLog.1 for earlier changes.
56073 56135
56074;; Local Variables: 56136;; Local Variables:
diff --git a/admin/authors.el b/admin/authors.el
index 95d9ed16245..8c94014c575 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -130,7 +130,7 @@ files.")
130 ("Agustín Martín" "Agustin Martin" "Agustín Martín Domingo") 130 ("Agustín Martín" "Agustin Martin" "Agustín Martín Domingo")
131 ("Martin Lorentzon" "Martin Lorentzson") 131 ("Martin Lorentzon" "Martin Lorentzson")
132 ("Matt Swift" "Matthew Swift") 132 ("Matt Swift" "Matthew Swift")
133 (nil "Max") 133 (nil "mu@magi.net.ru")
134 ("Maxime Edouard Robert Froumentin" "Max Froumentin") 134 ("Maxime Edouard Robert Froumentin" "Max Froumentin")
135 ("Michael R. Mauger" "Michael Mauger") 135 ("Michael R. Mauger" "Michael Mauger")
136 ("Michael D. Ernst" "Michael Ernst") 136 ("Michael D. Ernst" "Michael Ernst")
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index cda94631b9b..09817080c58 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -191,8 +191,6 @@ Advanced Features
191* Host Security:: Security issues on a single computer. 191* Host Security:: Security issues on a single computer.
192* Network Security:: Managing the network security. 192* Network Security:: Managing the network security.
193* Document View:: Viewing PDF, PS and DVI files. 193* Document View:: Viewing PDF, PS and DVI files.
194* EWW:: A web browser in Emacs.
195* Embedded WebKit Widgets:: Embedding browser widgets in Emacs buffers.
196* Shell:: Executing shell commands from Emacs. 194* Shell:: Executing shell commands from Emacs.
197* Emacs Server:: Using Emacs as an editing server. 195* Emacs Server:: Using Emacs as an editing server.
198* Printing:: Printing hardcopies of buffers or regions. 196* Printing:: Printing hardcopies of buffers or regions.
@@ -1095,6 +1093,8 @@ Printing Hard Copies
1095 1093
1096Hyperlinking and Navigation Features 1094Hyperlinking and Navigation Features
1097 1095
1096* EWW:: A web browser in Emacs.
1097* Embedded WebKit Widgets:: Embedding browser widgets in Emacs buffers.
1098* Browse-URL:: Following URLs. 1098* Browse-URL:: Following URLs.
1099* Goto Address mode:: Activating URLs. 1099* Goto Address mode:: Activating URLs.
1100* FFAP:: Finding files etc. at point. 1100* FFAP:: Finding files etc. at point.
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 633e1e881d8..fb39a78de96 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -21,7 +21,7 @@ hyperlinks, and various diversions and amusements.
21@end ifnottex 21@end ifnottex
22 22
23@node Gnus 23@node Gnus
24@section Gnus 24@section Email and Usenet News with Gnus
25@cindex Gnus 25@cindex Gnus
26@cindex Usenet news 26@cindex Usenet news
27@cindex newsreader 27@cindex newsreader
@@ -587,40 +587,6 @@ associated with the current buffer, type @kbd{K}
587(@code{doc-view-kill-proc-and-buffer}) kills the converter process and 587(@code{doc-view-kill-proc-and-buffer}) kills the converter process and
588the DocView buffer. 588the DocView buffer.
589 589
590@node EWW
591@section Web Browsing with EWW
592
593@findex eww
594@findex eww-open-file
595 @dfn{EWW}, the Emacs Web Wowser, is a web browser package for Emacs.
596It allows browsing URLs within an Emacs buffer. The command @kbd{M-x
597eww} will open a URL or search the web. You can open a file
598using the command @kbd{M-x eww-open-file}. You can use EWW as the
599web browser for @code{browse-url}, @pxref{Browse-URL}. For full
600details, @pxref{Top, EWW,, eww, The Emacs Web Wowser Manual}.
601
602@node Embedded WebKit Widgets
603@section Embedded WebKit Widgets
604@cindex xwidget
605@cindex webkit widgets
606@cindex embedded widgets
607
608@findex xwidget-webkit-browse-url
609@findex xwidget-webkit-mode
610@cindex Xwidget-WebKit mode
611 If Emacs was compiled with the appropriate support packages, it is
612able to show browser widgets in its buffers. The command @kbd{M-x
613xwidget-webkit-browse-url} asks for a URL to display in the browser
614widget. The URL normally defaults to the URL at or before point, but
615if there is an active region (@pxref{Mark}), the default URL comes
616from the region instead, after removing any whitespace from it. The
617command then creates a new buffer with the embedded browser showing
618the specified URL. The buffer is put in the Xwidget-WebKit mode
619(similar to Image mode, @pxref{File Conveniences}), which provides
620one-key commands for scrolling the widget, changing its size, and
621reloading it. Type @w{@kbd{C-h b}} in that buffer to see the key
622bindings.
623
624@node Shell 590@node Shell
625@section Running Shell Commands from Emacs 591@section Running Shell Commands from Emacs
626@cindex subshell 592@cindex subshell
@@ -1745,7 +1711,9 @@ graphical frame, or one in a text terminal (@pxref{Frames}). You
1745can then select that frame to begin editing. 1711can then select that frame to begin editing.
1746 1712
1747 If there is no Emacs server, the @command{emacsclient} program halts 1713 If there is no Emacs server, the @command{emacsclient} program halts
1748with an error message. If the Emacs process has no existing 1714with an error message (you can prevent this from happening by using
1715the @samp{--alternate-editor=""} option to @command{emacsclient},
1716@pxref{emacsclient Options}). If the Emacs process has no existing
1749frame---which can happen if it was started as a daemon (@pxref{Emacs 1717frame---which can happen if it was started as a daemon (@pxref{Emacs
1750Server})---then Emacs opens a frame on the terminal in which you 1718Server})---then Emacs opens a frame on the terminal in which you
1751called @command{emacsclient}. 1719called @command{emacsclient}.
@@ -2702,17 +2670,53 @@ key bindings.
2702 2670
2703 2671
2704@node Hyperlinking 2672@node Hyperlinking
2705@section Hyperlinking and Navigation Features 2673@section Hyperlinking and Web Navigation Features
2706 2674
2707 The following subsections describe convenience features for handling 2675 The following subsections describe convenience features for handling
2708URLs and other types of links occurring in Emacs buffer text. 2676URLs and other types of links occurring in Emacs buffer text.
2709 2677
2710@menu 2678@menu
2679* EWW:: A web browser in Emacs.
2680* Embedded WebKit Widgets:: Embedding browser widgets in Emacs buffers.
2711* Browse-URL:: Following URLs. 2681* Browse-URL:: Following URLs.
2712* Goto Address mode:: Activating URLs. 2682* Goto Address mode:: Activating URLs.
2713* FFAP:: Finding files etc. at point. 2683* FFAP:: Finding files etc. at point.
2714@end menu 2684@end menu
2715 2685
2686@node EWW
2687@subsection Web Browsing with EWW
2688
2689@findex eww
2690@findex eww-open-file
2691 @dfn{EWW}, the Emacs Web Wowser, is a web browser package for Emacs.
2692It allows browsing URLs within an Emacs buffer. The command @kbd{M-x
2693eww} will open a URL or search the web. You can open a file
2694using the command @kbd{M-x eww-open-file}. You can use EWW as the
2695web browser for @code{browse-url}, @pxref{Browse-URL}. For full
2696details, @pxref{Top, EWW,, eww, The Emacs Web Wowser Manual}.
2697
2698@node Embedded WebKit Widgets
2699@subsection Embedded WebKit Widgets
2700@cindex xwidget
2701@cindex webkit widgets
2702@cindex embedded widgets
2703
2704@findex xwidget-webkit-browse-url
2705@findex xwidget-webkit-mode
2706@cindex Xwidget-WebKit mode
2707 If Emacs was compiled with the appropriate support packages, it is
2708able to show browser widgets in its buffers. The command @kbd{M-x
2709xwidget-webkit-browse-url} asks for a URL to display in the browser
2710widget. The URL normally defaults to the URL at or before point, but
2711if there is an active region (@pxref{Mark}), the default URL comes
2712from the region instead, after removing any whitespace from it. The
2713command then creates a new buffer with the embedded browser showing
2714the specified URL. The buffer is put in the Xwidget-WebKit mode
2715(similar to Image mode, @pxref{File Conveniences}), which provides
2716one-key commands for scrolling the widget, changing its size, and
2717reloading it. Type @w{@kbd{C-h b}} in that buffer to see the key
2718bindings.
2719
2716@node Browse-URL 2720@node Browse-URL
2717@subsection Following URLs 2721@subsection Following URLs
2718@cindex World Wide Web 2722@cindex World Wide Web
@@ -2853,7 +2857,7 @@ find the one you select (@code{ffap-menu}).
2853@end table 2857@end table
2854 2858
2855@node Amusements 2859@node Amusements
2856@section Other Amusements 2860@section Games and Other Amusements
2857@cindex boredom 2861@cindex boredom
2858 2862
2859@findex animate-birthday-present 2863@findex animate-birthday-present
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi
index 32162c9c22b..212b5a45dc6 100644
--- a/doc/lispref/compile.texi
+++ b/doc/lispref/compile.texi
@@ -524,6 +524,11 @@ one you intend to suppress.
524the variable @code{byte-compile-warnings}. See its documentation 524the variable @code{byte-compile-warnings}. See its documentation
525string for details. 525string for details.
526 526
527@vindex byte-compile-error-on-warn
528 Sometimes you may wish the byte-compiler warnings to be reported
529using @code{error}. If so, set @code{byte-compile-error-on-warn} to a
530non-nil value.
531
527@node Byte-Code Objects 532@node Byte-Code Objects
528@section Byte-Code Function Objects 533@section Byte-Code Function Objects
529@cindex compiled function 534@cindex compiled function
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi
index f937184e73a..307bba6e69b 100644
--- a/doc/lispref/debugging.texi
+++ b/doc/lispref/debugging.texi
@@ -20,6 +20,16 @@ alter its internal state.
20You can use Edebug, a source-level debugger for Emacs Lisp. 20You can use Edebug, a source-level debugger for Emacs Lisp.
21 21
22@item 22@item
23@cindex tracing Lisp programs
24You can trace the execution of functions involved in the problem using
25the tracing facilities provided by the @file{trace.el} package. This
26package provides the functions @code{trace-function-foreground} and
27@code{trace-function-background} for tracing function calls, and
28@code{trace-values} for adding values of select variables to the
29trace. For the details, see the documentation of these facilities in
30@file{trace.el}.
31
32@item
23If a syntactic problem is preventing Lisp from even reading the 33If a syntactic problem is preventing Lisp from even reading the
24program, you can locate it using Lisp editing commands. 34program, you can locate it using Lisp editing commands.
25 35
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 6315574923f..08544688350 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -3001,10 +3001,10 @@ issues involved, rather than to be a security checklist.
3001@table @asis 3001@table @asis
3002@item File local variables 3002@item File local variables
3003@cindex file local variables 3003@cindex file local variables
3004A file that Emacs visits can contain variable settings that affects 3004A file that Emacs visits can contain variable settings that affect
3005the buffer visiting that file; @xref{File Local Variables}. 3005the buffer visiting that file; @xref{File Local Variables}.
3006Similarly, a directory can specify local variable values common to all 3006Similarly, a directory can specify local variable values common to all
3007files in that directory; @xref{Directory Local Variables}. Although 3007files in that directory; see @ref{Directory Local Variables}. Although
3008Emacs takes some effort to protect against misuse of these variables, 3008Emacs takes some effort to protect against misuse of these variables,
3009a security hole can be created merely by a package setting 3009a security hole can be created merely by a package setting
3010@code{safe-local-variable} too optimistically, a problem that is all 3010@code{safe-local-variable} too optimistically, a problem that is all
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 01cacb0b23c..8f8e8302c45 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -1811,10 +1811,24 @@ variables have @code{safe-local-variable} properties; these include
1811For boolean-valued variables that are safe, use @code{booleanp} as the 1811For boolean-valued variables that are safe, use @code{booleanp} as the
1812property value. 1812property value.
1813 1813
1814@cindex autoload cookie, and safe values of variable
1814 When defining a user option using @code{defcustom}, you can set its 1815 When defining a user option using @code{defcustom}, you can set its
1815@code{safe-local-variable} property by adding the arguments 1816@code{safe-local-variable} property by adding the arguments
1816@code{:safe @var{function}} to @code{defcustom} (@pxref{Variable 1817@code{:safe @var{function}} to @code{defcustom} (@pxref{Variable
1817Definitions}). 1818Definitions}). However, a safety predicate defined using @code{:safe}
1819will only be known once the package that contains the @code{defcustom}
1820is loaded, which is often too late. As an alternative, you can use
1821the autoload cookie (@pxref{Autoload}) to assign the option its safety
1822predicate, like this:
1823
1824@lisp
1825;;;###autoload (put '@var{var} 'safe-local-variable '@var{pred})
1826@end lisp
1827
1828@noindent
1829The safe value definitions specified with @code{autoload} are copied
1830into the @file{loaddefs.el} file, and are known to Emacs since the
1831beginning of a session.
1818 1832
1819@defopt safe-local-variable-values 1833@defopt safe-local-variable-values
1820This variable provides another way to mark some variable values as 1834This variable provides another way to mark some variable values as
diff --git a/etc/AUTHORS b/etc/AUTHORS
index e7d00d26d71..fbf3c0e48a3 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -681,7 +681,7 @@ and co-wrote longlines.el tango-dark-theme.el tango-theme.el
681and changed simple.el display.texi xdisp.c files.el frames.texi 681and changed simple.el display.texi xdisp.c files.el frames.texi
682 cus-edit.el files.texi custom.el subr.el text.texi faces.el keyboard.c 682 cus-edit.el files.texi custom.el subr.el text.texi faces.el keyboard.c
683 startup.el package.el misc.texi emacs.texi modes.texi mouse.el 683 startup.el package.el misc.texi emacs.texi modes.texi mouse.el
684 custom.texi image.c window.el and 936 other files 684 custom.texi image.c window.el and 935 other files
685 685
686Chris Chase: co-wrote idlw-shell.el idlwave.el 686Chris Chase: co-wrote idlw-shell.el idlwave.el
687 687
@@ -1263,6 +1263,8 @@ Doug Cutting: co-wrote disass.el
1263 1263
1264Douglas Lewan: changed TUTORIAL.pt_BR 1264Douglas Lewan: changed TUTORIAL.pt_BR
1265 1265
1266Doug Maxey: changed mouse.el
1267
1266Drake Wilson: changed emacsclient.c files.el misc.texi 1268Drake Wilson: changed emacsclient.c files.el misc.texi
1267 1269
1268Drew Adams: wrote light-blue-theme.el 1270Drew Adams: wrote light-blue-theme.el
@@ -1325,7 +1327,7 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c]
1325and changed xdisp.c msdos.c w32.c w32fns.c display.texi simple.el 1327and changed xdisp.c msdos.c w32.c w32fns.c display.texi simple.el
1326 files.el fileio.c w32proc.c keyboard.c w32term.c dispnew.c emacs.c 1328 files.el fileio.c w32proc.c keyboard.c w32term.c dispnew.c emacs.c
1327 lisp.h dispextern.h files.texi process.c term.c window.c text.texi 1329 lisp.h dispextern.h files.texi process.c term.c window.c text.texi
1328 INSTALL and 1103 other files 1330 INSTALL and 1102 other files
1329 1331
1330Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c 1332Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c
1331 fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el 1333 fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el
@@ -1410,7 +1412,7 @@ and changed c.srt ede.texi info.el rmail.el speedbspec.el cedet.el
1410 ede-autoconf.srt ede-make.srt eieio.texi gud.el sb-dir-minus.xpm 1412 ede-autoconf.srt ede-make.srt eieio.texi gud.el sb-dir-minus.xpm
1411 sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm 1413 sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm
1412 sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm sb-tag-plus.xpm 1414 sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm sb-tag-plus.xpm
1413 sb-tag-type.xpm and 34 other files 1415 sb-tag-type.xpm and 33 other files
1414 1416
1415Eric Schulte: wrote ob-asymptote.el ob-awk.el ob-calc.el ob-comint.el 1417Eric Schulte: wrote ob-asymptote.el ob-awk.el ob-calc.el ob-comint.el
1416 ob-coq.el ob-css.el ob-ditaa.el ob-dot.el ob-emacs-lisp.el ob-eval.el 1418 ob-coq.el ob-css.el ob-ditaa.el ob-dot.el ob-emacs-lisp.el ob-eval.el
@@ -1699,7 +1701,7 @@ and changed configure.ac Makefile.in src/Makefile.in calendar.el
1699 diary-lib.el lisp/Makefile.in files.el rmail.el make-dist 1701 diary-lib.el lisp/Makefile.in files.el rmail.el make-dist
1700 progmodes/f90.el bytecomp.el simple.el authors.el emacs.texi 1702 progmodes/f90.el bytecomp.el simple.el authors.el emacs.texi
1701 misc/Makefile.in admin.el startup.el lib-src/Makefile.in ack.texi 1703 misc/Makefile.in admin.el startup.el lib-src/Makefile.in ack.texi
1702 display.texi cal-menu.el and 1672 other files 1704 display.texi cal-menu.el and 1671 other files
1703 1705
1704Glynn Clements: wrote gamegrid.el snake.el tetris.el 1706Glynn Clements: wrote gamegrid.el snake.el tetris.el
1705 1707
@@ -2501,7 +2503,7 @@ Juri Linkov: wrote files-x.el misearch.el replace-tests.el
2501and changed isearch.el info.el replace.el simple.el progmodes/grep.el 2503and changed isearch.el info.el replace.el simple.el progmodes/grep.el
2502 dired-aux.el dired.el progmodes/compile.el startup.el faces.el files.el 2504 dired-aux.el dired.el progmodes/compile.el startup.el faces.el files.el
2503 menu-bar.el bindings.el display.texi descr-text.el desktop.el comint.el 2505 menu-bar.el bindings.el display.texi descr-text.el desktop.el comint.el
2504 image-mode.el ispell.el man.el cus-edit.el and 358 other files 2506 image-mode.el ispell.el man.el cus-edit.el and 357 other files
2505 2507
2506Jussi Lahdenniemi: changed w32fns.c ms-w32.h msdos.texi w32.c w32.h 2508Jussi Lahdenniemi: changed w32fns.c ms-w32.h msdos.texi w32.c w32.h
2507 w32console.c w32heap.c w32inevt.c w32term.h 2509 w32console.c w32heap.c w32inevt.c w32term.h
@@ -2899,7 +2901,7 @@ Luc Teirlinck: wrote help-at-pt.el
2899and changed files.el autorevert.el cus-edit.el subr.el simple.el 2901and changed files.el autorevert.el cus-edit.el subr.el simple.el
2900 frames.texi startup.el display.texi files.texi dired.el comint.el 2902 frames.texi startup.el display.texi files.texi dired.el comint.el
2901 modes.texi custom.texi emacs.texi fns.c frame.el ielm.el minibuf.texi 2903 modes.texi custom.texi emacs.texi fns.c frame.el ielm.el minibuf.texi
2902 variables.texi buffers.texi commands.texi and 213 other files 2904 variables.texi buffers.texi commands.texi and 212 other files
2903 2905
2904Ludovic Courtès: wrote nnregistry.el 2906Ludovic Courtès: wrote nnregistry.el
2905and changed configure.ac gnus.texi loadup.el 2907and changed configure.ac gnus.texi loadup.el
@@ -3206,6 +3208,10 @@ Matt Simmons: changed message.el
3206Matt Swift: changed dired.el editfns.c lisp-mode.el mm-decode.el 3208Matt Swift: changed dired.el editfns.c lisp-mode.el mm-decode.el
3207 outline.el progmodes/compile.el rx.el simple.el startup.el 3209 outline.el progmodes/compile.el rx.el simple.el startup.el
3208 3210
3211Maxime Edouard Robert Froumentin: changed gnus-art.el mml.el
3212
3213Max Mikhanosha: changed org-agenda.el org-habit.el org.el
3214
3209Memnon Anon: changed org.texi 3215Memnon Anon: changed org.texi
3210 3216
3211Micah Anderson: changed spook.lines 3217Micah Anderson: changed spook.lines
@@ -3286,7 +3292,7 @@ Michael Olson: changed erc.el erc-backend.el Makefile erc-track.el
3286 erc-log.el erc-stamp.el erc-autoaway.el erc-dcc.el erc-goodies.el 3292 erc-log.el erc-stamp.el erc-autoaway.el erc-dcc.el erc-goodies.el
3287 erc-list.el erc-compat.el erc-identd.el erc.texi ERC-NEWS erc-bbdb.el 3293 erc-list.el erc-compat.el erc-identd.el erc.texi ERC-NEWS erc-bbdb.el
3288 erc-match.el erc-notify.el erc-ibuffer.el erc-services.el remember.el 3294 erc-match.el erc-notify.el erc-ibuffer.el erc-services.el remember.el
3289 erc-button.el and 56 other files 3295 erc-button.el and 55 other files
3290 3296
3291Michael Piotrowski: changed gnus-art.el gnus-sum.el ps-print.el 3297Michael Piotrowski: changed gnus-art.el gnus-sum.el ps-print.el
3292 3298
@@ -4441,7 +4447,7 @@ and changed todo-mode.texi diary-lib.el dired-tests.el doc-view.el
4441 files.el minibuffer.el dired.el frames.texi hl-line.el info.el 4447 files.el minibuffer.el dired.el frames.texi hl-line.el info.el
4442 menu-bar.el mouse.el otodo-mode.el subr.el .gitattributes allout.el 4448 menu-bar.el mouse.el otodo-mode.el subr.el .gitattributes allout.el
4443 artist.el compile.texi cus-start.el descr-text.el dframe.el 4449 artist.el compile.texi cus-start.el descr-text.el dframe.el
4444 and 40 other files 4450 and 39 other files
4445 4451
4446Stephen Compall: changed saveplace.el texinfo.el 4452Stephen Compall: changed saveplace.el texinfo.el
4447 4453
@@ -4605,7 +4611,7 @@ Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-tests.el
4605and changed spam.el gnus.el nnimap.el gnus.texi gnutls.c gnus-sum.el 4611and changed spam.el gnus.el nnimap.el gnus.texi gnutls.c gnus-sum.el
4606 auth.texi cfengine.el gnus-sync.el gnus-util.el gnus-start.el netrc.el 4612 auth.texi cfengine.el gnus-sync.el gnus-util.el gnus-start.el netrc.el
4607 gnutls.h message.el spam-stat.el encrypt.el mail-source.el nnir.el 4613 gnutls.h message.el spam-stat.el encrypt.el mail-source.el nnir.el
4608 nnmail.el auth-source-tests.el configure.ac and 121 other files 4614 nnmail.el auth-source-tests.el configure.ac and 120 other files
4609 4615
4610Terje Rosten: changed xfns.c version.el xterm.c xterm.h 4616Terje Rosten: changed xfns.c version.el xterm.c xterm.h
4611 4617
diff --git a/src/nsterm.m b/src/nsterm.m
index 1f23a6e4fa8..d2927d26b45 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -1946,7 +1946,7 @@ x_set_parent_frame (struct frame *f, Lisp_Object new_value, Lisp_Object old_valu
1946 if (!NILP (new_value) 1946 if (!NILP (new_value)
1947 && (!FRAMEP (new_value) 1947 && (!FRAMEP (new_value)
1948 || !FRAME_LIVE_P (p = XFRAME (new_value)) 1948 || !FRAME_LIVE_P (p = XFRAME (new_value))
1949 || !FRAME_X_P (p))) 1949 || !FRAME_NS_P (p)))
1950 { 1950 {
1951 store_frame_param (f, Qparent_frame, old_value); 1951 store_frame_param (f, Qparent_frame, old_value);
1952 error ("Invalid specification of `parent-frame'"); 1952 error ("Invalid specification of `parent-frame'");