annotate lisp/ChangeLog.multi-tty @ 83599:97b499195801

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Wed, 16 May 2007 10:13:25 +0000
parents 43366eac73d8
children 917fada50740
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
83599
97b499195801 *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 83595
diff changeset
1 2007-05-16 Jason Rumney <jasonr@gnu.org>
97b499195801 *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 83595
diff changeset
2
97b499195801 *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 83595
diff changeset
3 * term/w32-win.el (x-setup-function-keys): New function.
97b499195801 *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 83595
diff changeset
4 (w32-initialize-window-system): Move non function key global setup
97b499195801 *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 83595
diff changeset
5 here.
97b499195801 *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 83595
diff changeset
6
83589
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
7 2007-05-16 Jason Rumney <jasonr@gnu.org>
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
8
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
9 * term/w32-win.el: Provide w32-win.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
10 Don't throw error when global window-system not w32.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
11 (x-cut-buffer-max): Remove.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
12 (w32-initialize-window-system): New function.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
13 (handle-args-function-alist, frame-creation-function-alist):
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
14 (window-system-initialization-alist): Add w32 entries.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
15
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
16 * loadup.el: Only load x-dnd and x-win when X is compiled in.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
17 Load w32-win and dependencies on windows-nt.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
18
83595
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
19 2007-05-16 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
20
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
21 * env.el (getenv): Restore David Kastrup's fix.
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
22 (environment): Add optional frame parameter.
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
23
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
24 * mule-cmds.el (set-locale-environment): Fix getenv call.
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
25 * term/rxvt.el (rxvt-set-background-mode): Ditto.
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
26 * x-win.el (x-initialize-window-system, terminal-init-xterm): Ditto.
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
27
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
28 * server.el (server-with-environment): Restore the original
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
29 environment.
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
30
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
31 2007-05-14 David Kastrup <dak@gnu.org>
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
32
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
33 * env.el (getenv): Fix reverted by demand of Dan Nicolaescu
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
34 because it exposes further problems.
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
35
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
36 2007-05-13 David Kastrup <dak@gnu.org>
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
37
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
38 * env.el (getenv): Pass frame to getenv-internal.
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
39
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
40 2007-05-12 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
41
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
42 This placeholder will be replaced by the Arch logs of the
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
43 multi-tty branch.
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
44
83589
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
45 ;; Local Variables:
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
46 ;; coding: iso-2022-7bit
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
47 ;; add-log-time-zone-rule: t
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
48 ;; End:
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
49
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
50 Copyright (C) 2007 Free Software Foundation, Inc.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
51
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
52 This file is part of GNU Emacs.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
53
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
54 GNU Emacs is free software; you can redistribute it and/or modify
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
55 it under the terms of the GNU General Public License as published by
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
56 the Free Software Foundation; either version 2, or (at your option)
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
57 any later version.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
58
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
59 GNU Emacs is distributed in the hope that it will be useful,
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
60 but WITHOUT ANY WARRANTY; without even the implied warranty of
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
61 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
62 GNU General Public License for more details.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
63
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
64 You should have received a copy of the GNU General Public License
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
65 along with GNU Emacs; see the file COPYING. If not, write to the
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
66 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
67 Boston, MA 02110-1301, USA.
fb93eb23056b New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
68
83595
43366eac73d8 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 83593
diff changeset
69 ;;; arch-tag: 58312fd6-033a-11dc-a0fb-00114368b55b