comparison 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
comparison
equal deleted inserted replaced
83653:2a69b973fae2 83654:e9a88d9f47fb
1 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu> 1 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * emacsclient.c (main): Avoid having a declaration after a 3 * emacsclient.c (main): Avoid having a declaration after a
4 statement. 4 statement.
5 5
6 2007-05-21 Juanma Barranquero <lekktu@gmail.com> 6 2007-05-21 Juanma Barranquero <lekktu@gmail.com>
7 7
8 * emacsclient.c (print_help_and_exit): Restore and adapt trunk 8 * emacsclient.c (print_help_and_exit): Restore and adapt trunk
9 change from 2006-11-23 which was lost in the merge. 9 change from 2006-11-23 which was lost in the merge.
43 (main) [WINDOWSNT]: Don't call ttyname. 43 (main) [WINDOWSNT]: Don't call ttyname.
44 Don't recognize -suspend option. 44 Don't recognize -suspend option.
45 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals. 45 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
46 (strprefix): Define unconditionally. 46 (strprefix): Define unconditionally.
47 47
48 2007-01-01 Karoly Lorentey <lorentey@elte.hu>
49
50 * emacsclient.c (in, out): Remove.
51 (s): New variable (moved out from main).
52 (handle_sigcont, handle_sigtstp): Use SEND_STRING.
53 (main): Fix typos.
54
55 2006-04-01 Karoly Lorentey <lorentey@elte.hu>
56
57 * emacsclient.c: Copy IS_*_SEP definitions from lisp.h.
58
59 2006-03-28 Karoly Lorentey <lorentey@elte.hu>
60
61 * emacsclient.c: Include sys/stat.h.
62
63 2006-03-26 Karoly Lorentey <lorentey@elte.hu>
64
65 * emacsclient.c (get_current_dir_name): New function, copied here
66 from sysdep.c.
67 (main): Use it to send over the current directory.
68
69 2005-11-19 Karoly Lorentey <lorentey@elte.hu>
70
71 * emacsclient.c (main): Send environment only when a new display
72 is created.
73
74 2005-09-10 Karoly Lorentey <lorentey@elte.hu>
75
76 * emacsclient.c (decode_options): Make --no-wait imply
77 --current-frame, except when it is the only option given. Make
78 sure no frame is opened when --current-frame is set.
79 (main): Pass --current-frame to server.el.
80
81 2005-07-13 Karoly Lorentey <lorentey@elte.hu>
82
83 * emacsclient.c (handle_sigcont): Reestablish signal handler. (Dan
84 Nicolaescu)
85
86 2005-02-04 Karoly Lorentey <lorentey@elte.hu>
87
88 * emacsclient.c (main): Handle -window-system-unsupported
89 command. Doc update.
90
91 2004-07-03 Karoly Lorentey <lorentey@elte.hu>
92
93 * emacsclient.c (main): Don't exit prematurely on --no-wait,
94 let Emacs close the connection for us.
95
96
48 ;; Local Variables: 97 ;; Local Variables:
49 ;; coding: iso-2022-7bit 98 ;; coding: iso-2022-7bit
50 ;; add-log-time-zone-rule: t 99 ;; add-log-time-zone-rule: t
51 ;; End: 100 ;; End:
52 101