annotate lib-src/ChangeLog.multi-tty @ 83654:e9a88d9f47fb

Import changelog info from arch logs into ChangeLog.multi-tty files Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-34
author Miles Bader <miles@gnu.org>
date Wed, 22 Aug 2007 11:46:14 +0000
parents 7a881fda2c3a
children 0e8db0b13648
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
83628
7a881fda2c3a * emacsclient.c (main): Avoid having a declaration after a
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83625
diff changeset
1 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
7a881fda2c3a * emacsclient.c (main): Avoid having a declaration after a
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83625
diff changeset
2
7a881fda2c3a * emacsclient.c (main): Avoid having a declaration after a
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83625
diff changeset
3 * emacsclient.c (main): Avoid having a declaration after a
83654
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
4 statement.
83628
7a881fda2c3a * emacsclient.c (main): Avoid having a declaration after a
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83625
diff changeset
5
83625
188795a4ee84 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 83620
diff changeset
6 2007-05-21 Juanma Barranquero <lekktu@gmail.com>
188795a4ee84 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 83620
diff changeset
7
188795a4ee84 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 83620
diff changeset
8 * emacsclient.c (print_help_and_exit): Restore and adapt trunk
188795a4ee84 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 83620
diff changeset
9 change from 2006-11-23 which was lost in the merge.
188795a4ee84 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 83620
diff changeset
10
83620
ce4352d8bee9 * loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83611
diff changeset
11 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
ce4352d8bee9 * loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83611
diff changeset
12
ce4352d8bee9 * loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83611
diff changeset
13 * emacsclient.c (decode_options): Don't use a tty on mac carbon.
ce4352d8bee9 * loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83611
diff changeset
14
83611
a5651b79b31b * emacsclient.c (handle_sigtstp): Use the new name for the
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83607
diff changeset
15 2007-05-17 Dan Nicolaescu <dann@ics.uci.edu>
a5651b79b31b * emacsclient.c (handle_sigtstp): Use the new name for the
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83607
diff changeset
16
a5651b79b31b * emacsclient.c (handle_sigtstp): Use the new name for the
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83607
diff changeset
17 * emacsclient.c (handle_sigtstp): Use the new name for the
a5651b79b31b * emacsclient.c (handle_sigtstp): Use the new name for the
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83607
diff changeset
18 socket variable.
a5651b79b31b * emacsclient.c (handle_sigtstp): Use the new name for the
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83607
diff changeset
19
83607
b009fb9581ca * emacsclient.c (decode_options): Don't use a tty on windows.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83604
diff changeset
20 2007-05-16 Dan Nicolaescu <dann@ics.uci.edu>
b009fb9581ca * emacsclient.c (decode_options): Don't use a tty on windows.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83604
diff changeset
21
b009fb9581ca * emacsclient.c (decode_options): Don't use a tty on windows.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83604
diff changeset
22 * emacsclient.c (decode_options): Don't use a tty on windows.
b009fb9581ca * emacsclient.c (decode_options): Don't use a tty on windows.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83604
diff changeset
23 * makefile.w32-in (VERSION): Update.
b009fb9581ca * emacsclient.c (decode_options): Don't use a tty on windows.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83604
diff changeset
24
83602
8ea0b74f4daa (emacs_socket): Rename from s.
Jason Rumney <jasonr@gnu.org>
parents: 83600
diff changeset
25 2007-05-16 Jason Rumney <jasonr@gnu.org>
8ea0b74f4daa (emacs_socket): Rename from s.
Jason Rumney <jasonr@gnu.org>
parents: 83600
diff changeset
26
83625
188795a4ee84 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 83620
diff changeset
27 * emacsclient.c (emacs_socket): Rename from s.
83602
8ea0b74f4daa (emacs_socket): Rename from s.
Jason Rumney <jasonr@gnu.org>
parents: 83600
diff changeset
28 Move definition below includes it depends on.
83604
e62d52a4e005 *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 83602
diff changeset
29 (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
e62d52a4e005 *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 83602
diff changeset
30 (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
e62d52a4e005 *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 83602
diff changeset
31 (main): Expand removed macros inline.
83602
8ea0b74f4daa (emacs_socket): Rename from s.
Jason Rumney <jasonr@gnu.org>
parents: 83600
diff changeset
32
83600
9aa8a3a78f9e * emacsclient.c (s): Restore.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83593
diff changeset
33 2007-05-16 Dan Nicolaescu <dann@ics.uci.edu>
9aa8a3a78f9e * emacsclient.c (s): Restore.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83593
diff changeset
34
9aa8a3a78f9e * emacsclient.c (s): Restore.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83593
diff changeset
35 * emacsclient.c (s): Restore.
9aa8a3a78f9e * emacsclient.c (s): Restore.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83593
diff changeset
36 (main): Don't define s here.
9aa8a3a78f9e * emacsclient.c (s): Restore.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83593
diff changeset
37 (w32_execvp): Move definition before use.
9aa8a3a78f9e * emacsclient.c (s): Restore.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 83593
diff changeset
38
83591
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
39 2007-05-16 Jason Rumney <jasonr@gnu.org>
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
40
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
41 * emacsclient.c (s): Remove.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
42 (main): Define here instead.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
43 (main) [WINDOWSNT]: Don't call ttyname.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
44 Don't recognize -suspend option.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
45 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
46 (strprefix): Define unconditionally.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
47
83654
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
48 2007-01-01 Karoly Lorentey <lorentey@elte.hu>
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
49
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
50 * emacsclient.c (in, out): Remove.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
51 (s): New variable (moved out from main).
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
52 (handle_sigcont, handle_sigtstp): Use SEND_STRING.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
53 (main): Fix typos.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
54
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
55 2006-04-01 Karoly Lorentey <lorentey@elte.hu>
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
56
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
57 * emacsclient.c: Copy IS_*_SEP definitions from lisp.h.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
58
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
59 2006-03-28 Karoly Lorentey <lorentey@elte.hu>
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
60
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
61 * emacsclient.c: Include sys/stat.h.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
62
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
63 2006-03-26 Karoly Lorentey <lorentey@elte.hu>
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
64
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
65 * emacsclient.c (get_current_dir_name): New function, copied here
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
66 from sysdep.c.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
67 (main): Use it to send over the current directory.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
68
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
69 2005-11-19 Karoly Lorentey <lorentey@elte.hu>
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
70
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
71 * emacsclient.c (main): Send environment only when a new display
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
72 is created.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
73
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
74 2005-09-10 Karoly Lorentey <lorentey@elte.hu>
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
75
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
76 * emacsclient.c (decode_options): Make --no-wait imply
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
77 --current-frame, except when it is the only option given. Make
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
78 sure no frame is opened when --current-frame is set.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
79 (main): Pass --current-frame to server.el.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
80
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
81 2005-07-13 Karoly Lorentey <lorentey@elte.hu>
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
82
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
83 * emacsclient.c (handle_sigcont): Reestablish signal handler. (Dan
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
84 Nicolaescu)
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
85
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
86 2005-02-04 Karoly Lorentey <lorentey@elte.hu>
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
87
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
88 * emacsclient.c (main): Handle -window-system-unsupported
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
89 command. Doc update.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
90
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
91 2004-07-03 Karoly Lorentey <lorentey@elte.hu>
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
92
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
93 * emacsclient.c (main): Don't exit prematurely on --no-wait,
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
94 let Emacs close the connection for us.
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
95
e9a88d9f47fb Import changelog info from arch logs into ChangeLog.multi-tty files
Miles Bader <miles@gnu.org>
parents: 83628
diff changeset
96
83591
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
97 ;; Local Variables:
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
98 ;; coding: iso-2022-7bit
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
99 ;; add-log-time-zone-rule: t
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
100 ;; End:
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
101
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
102 Copyright (C) 2007 Free Software Foundation, Inc.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
103
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
104 This file is part of GNU Emacs.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
105
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
106 GNU Emacs is free software; you can redistribute it and/or modify
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
107 it under the terms of the GNU General Public License as published by
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
108 the Free Software Foundation; either version 2, or (at your option)
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
109 any later version.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
110
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
111 GNU Emacs is distributed in the hope that it will be useful,
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
112 but WITHOUT ANY WARRANTY; without even the implied warranty of
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
113 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
114 GNU General Public License for more details.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
115
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
116 You should have received a copy of the GNU General Public License
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
117 along with GNU Emacs; see the file COPYING. If not, write to the
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
118 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
119 Boston, MA 02110-1301, USA.
d885ce1c4699 New ChangeLog for multi-tty specific changes
Jason Rumney <jasonr@gnu.org>
parents:
diff changeset
120
83593
6597e68ad5dc Add arch tagline
Miles Bader <miles@gnu.org>
parents: 83591
diff changeset
121 ;; arch-tag: 7080ff76-36b5-4471-8135-2813915e91cc