comparison etc/NEWS @ 110707:17914d74ccf4

* lisp/server.el (server-process-filter, server-return-error): Give emacsclient time to shut down after receiving an error string. * etc/NEWS: Document tweak to emacsclient exit status.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 02 Oct 2010 20:03:44 -0400
parents 54ddd26c5a6c
children 06aa6ebe38fa
comparison
equal deleted inserted replaced
110706:ab3815920cc5 110707:17914d74ccf4
64 obsolete in Emacs 23.) 64 obsolete in Emacs 23.)
65 65
66 66
67 * Changes in Emacs 24.1 67 * Changes in Emacs 24.1
68 68
69 ** New emacsclient argument --parent-id ID can be used to open a 69 ** emacsclient changes
70
71 *** New emacsclient argument --parent-id ID can be used to open a
70 client frame in parent X window ID, via XEmbed. This works like the 72 client frame in parent X window ID, via XEmbed. This works like the
71 --parent-id argument to Emacs. 73 --parent-id argument to Emacs.
74
75 *** If emacsclient shuts down as a result of Emacs signalling an
76 error, its exit status is 1.
72 77
73 ** Completion can cycle, depending on completion-cycle-threshold. 78 ** Completion can cycle, depending on completion-cycle-threshold.
74 79
75 ** auto-mode-case-fold is now enabled by default. 80 ** auto-mode-case-fold is now enabled by default.
76 81