aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog39
1 files changed, 34 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c2319d6486b..70bd5bb6ed7 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,31 @@
12006-11-13 Jason Rumney <jasonr@gnu.org>
2
3 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
4 HAVE_INET_SOCKETS.
5
62006-11-13 Juanma Barranquero <lekktu@gmail.com>
7
8 * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe.
9 ($(BLD)/emacsclientw.exe): New target.
10 (install): Install emacsclientw.exe.
11 ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets.
12 (ECLIENT_CFLAGS): Remove redundant flags.
13
14 * emacsclient.c [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
15
162006-11-13 Jason Rumney <jasonr@gnu.org>
17
18 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.
19
202006-11-10 David Reitter <david.reitter@gmail.com>
21
22 * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
23
242006-11-08 Juanma Barranquero <lekktu@gmail.com>
25
26 * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as
27 FARPROC to avoid a compiler warning.
28
12006-11-07 Juanma Barranquero <lekktu@gmail.com> 292006-11-07 Juanma Barranquero <lekktu@gmail.com>
2 30
3 * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server 31 * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server
@@ -9,11 +37,11 @@
9 37
102006-11-06 Juanma Barranquero <lekktu@gmail.com> 382006-11-06 Juanma Barranquero <lekktu@gmail.com>
11 39
12 * emacsclient.c (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show 40 * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
13 option --socket-name. 41 option --socket-name.
14 (decode_options): Don't get EMACS_SERVER_FILE here, it could override 42 (decode_options): Don't get EMACS_SERVER_FILE here, it could override
15 command line options. 43 command line options.
16 (decode_options) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option. 44 (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
17 (fail): Don't check for missing arguments, it is now done in set_socket. 45 (fail): Don't check for missing arguments, it is now done in set_socket.
18 (file_name_absolute_p): New function (loosely based on the one in 46 (file_name_absolute_p): New function (loosely based on the one in
19 fileio.c). 47 fileio.c).
@@ -455,7 +483,7 @@
455 483
4562004-09-08 Francesco Potort,Al(B <pot@gnu.org> 4842004-09-08 Francesco Potort,Al(B <pot@gnu.org>
457 485
458 * etags.c [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef) 486 * etags.c [LONG_OPTIONS]: Make it TRUE (ifdef) or FALSE (ifndef)
459 for ease of use. 487 for ease of use.
460 488
4612004-07-17 Richard M. Stallman <rms@gnu.org> 4892004-07-17 Richard M. Stallman <rms@gnu.org>
@@ -2665,7 +2693,7 @@
2665 2693
2666 * movemail.c (rindex): Add declaration. 2694 * movemail.c (rindex): Add declaration.
2667 2695
2668Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> 26961997-07-01 Geoff Voelker <voelker@cs.washington.edu>
2669 2697
2670 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define. 2698 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
2671 (movemail.exe): Depend upon and link with getopt files. 2699 (movemail.exe): Depend upon and link with getopt files.
@@ -3914,7 +3942,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
3914 * profile.c (TV1, TV2): Use EMACS_TIME as type. 3942 * profile.c (TV1, TV2): Use EMACS_TIME as type.
3915 (get_time): Use EMACS_SUB_TIME. 3943 (get_time): Use EMACS_SUB_TIME.
3916 3944
39171994-10-30 voelker <voelker@cs.washington.edu> 39451994-10-30 Geoff Voelker <voelker@cs.washington.edu>
3918 3946
3919 * ntlib.c: New file. 3947 * ntlib.c: New file.
3920 * makefile.nt: New file. 3948 * makefile.nt: New file.
@@ -6047,6 +6075,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
6047 6075
6048;; Local Variables: 6076;; Local Variables:
6049;; coding: iso-2022-7bit 6077;; coding: iso-2022-7bit
6078;; add-log-time-zone-rule: t
6050;; End: 6079;; End:
6051 6080
6052 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 6081 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,