comparison lisp/ChangeLog.multi-tty @ 83589:fb93eb23056b

New ChangeLog for multi-tty specific changes
author Jason Rumney <jasonr@gnu.org>
date Tue, 15 May 2007 23:30:12 +0000
parents
children 6597e68ad5dc
comparison
equal deleted inserted replaced
83588:46d454fde388 83589:fb93eb23056b
1 2007-05-16 Jason Rumney <jasonr@gnu.org>
2
3 * term/w32-win.el: Provide w32-win.
4 Don't throw error when global window-system not w32.
5 (x-cut-buffer-max): Remove.
6 (w32-initialize-window-system): New function.
7 (handle-args-function-alist, frame-creation-function-alist):
8 (window-system-initialization-alist): Add w32 entries.
9
10 * loadup.el: Only load x-dnd and x-win when X is compiled in.
11 Load w32-win and dependencies on windows-nt.
12
13 ;; Local Variables:
14 ;; coding: iso-2022-7bit
15 ;; add-log-time-zone-rule: t
16 ;; End:
17
18 Copyright (C) 2007 Free Software Foundation, Inc.
19
20 This file is part of GNU Emacs.
21
22 GNU Emacs is free software; you can redistribute it and/or modify
23 it under the terms of the GNU General Public License as published by
24 the Free Software Foundation; either version 2, or (at your option)
25 any later version.
26
27 GNU Emacs is distributed in the hope that it will be useful,
28 but WITHOUT ANY WARRANTY; without even the implied warranty of
29 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 GNU General Public License for more details.
31
32 You should have received a copy of the GNU General Public License
33 along with GNU Emacs; see the file COPYING. If not, write to the
34 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35 Boston, MA 02110-1301, USA.
36