aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-10-27 07:02:30 +0000
committerDan Nicolaescu2008-10-27 07:02:30 +0000
commit4ff029f613a6f9a4bd54bf3b3e7763c25a510045 (patch)
tree5cfd4a8426c9fed83af07e022aa3d148332b00eb /src/ChangeLog
parentb918aa6b5d512ffbdca994d0e60dfabc43fed6c3 (diff)
downloademacs-4ff029f613a6f9a4bd54bf3b3e7763c25a510045.tar.gz
emacs-4ff029f613a6f9a4bd54bf3b3e7763c25a510045.zip
* emacs.c (daemon_name): New variable.
(main): Deal with --daemon=SERVER_NAME. (Fdaemonp): Return a name if one was passed to --daemon. * startup.el (server-name): Pacify byte compiler. (command-line): If --daemon=SERVER_NAME was used, set server-name before calling server-start. * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4de35db502f..6379e86b9e6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * emacs.c (daemon_name): New variable.
4 (main): Deal with --daemon=SERVER_NAME.
5 (Fdaemonp): Return a name if one was passed to --daemon.
6
12008-10-26 Romain Francoise <romain@orebokech.com> 72008-10-26 Romain Francoise <romain@orebokech.com>
2 8
3 * emacs.c (daemon_pipe): New variable. 9 * emacs.c (daemon_pipe): New variable.