From e50f297714e0fd3c804808bcffdab8cbae41b58b Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 15 May 2007 23:30:12 +0000 Subject: [PATCH] New ChangeLog for multi-tty specific changes --- lisp/ChangeLog.multi-tty | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 lisp/ChangeLog.multi-tty diff --git a/lisp/ChangeLog.multi-tty b/lisp/ChangeLog.multi-tty new file mode 100644 index 00000000000..001b76a18dc --- /dev/null +++ b/lisp/ChangeLog.multi-tty @@ -0,0 +1,36 @@ +2007-05-16 Jason Rumney + + * term/w32-win.el: Provide w32-win. + Don't throw error when global window-system not w32. + (x-cut-buffer-max): Remove. + (w32-initialize-window-system): New function. + (handle-args-function-alist, frame-creation-function-alist): + (window-system-initialization-alist): Add w32 entries. + + * loadup.el: Only load x-dnd and x-win when X is compiled in. + Load w32-win and dependencies on windows-nt. + +;; 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. + -- 2.39.5