From: Jason Rumney Date: Tue, 15 May 2007 23:30:52 +0000 (+0000) Subject: New ChangeLog for multi-tty specific changes X-Git-Tag: emacs-pretest-23.0.90~11236^2~117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5dab1bc727e6a37a7361c93913e2920bfb601f18;p=emacs.git New ChangeLog for multi-tty specific changes --- diff --git a/lib-src/ChangeLog.multi-tty b/lib-src/ChangeLog.multi-tty new file mode 100644 index 00000000000..5548de4f71e --- /dev/null +++ b/lib-src/ChangeLog.multi-tty @@ -0,0 +1,33 @@ +2007-05-16 Jason Rumney + + * emacsclient.c (s): Remove. + (main): Define here instead. + (main) [WINDOWSNT]: Don't call ttyname. + Don't recognize -suspend option. + (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals. + (strprefix): Define unconditionally. + +;; Local Variables: +;; coding: iso-2022-7bit +;; add-log-time-zone-rule: t +;; End: + + Copyright (C) 2007 Free Software Foundation, Inc. + + This file is part of GNU Emacs. + + GNU Emacs is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + GNU Emacs is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GNU Emacs; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +