comparison lib-src/ChangeLog @ 90667:dbe3f29e61d6

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 505-522) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: etc/TUTORIAL.cn: Updated. - Merge from erc--emacs--22 * gnus--rel--5.10 (patch 164-167) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
author Miles Bader <miles@gnu.org>
date Tue, 21 Nov 2006 08:56:38 +0000
parents 02cf29720f31 5af09909ca3d
children f1d13e615070
comparison
equal deleted inserted replaced
90666:00d54c8fa693 90667:dbe3f29e61d6
1 2006-11-13 Jason Rumney <jasonr@gnu.org>
2
3 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
4 HAVE_INET_SOCKETS.
5
6 2006-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
16 2006-11-13 Jason Rumney <jasonr@gnu.org>
17
18 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.
19
20 2006-11-10 David Reitter <david.reitter@gmail.com>
21
22 * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
23
24 2006-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
1 2006-11-07 Juanma Barranquero <lekktu@gmail.com> 29 2006-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
4 file on APPDATA if it doesn't exist on HOME, even if HOME is defined. 32 file on APPDATA if it doesn't exist on HOME, even if HOME is defined.
5 33
7 from the server file. On Windows, try to force the Emacs frame to 35 from the server file. On Windows, try to force the Emacs frame to
8 the foreground. 36 the foreground.
9 37
10 2006-11-06 Juanma Barranquero <lekktu@gmail.com> 38 2006-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).
20 (initialize_sockets): Don't check for duplicate loading of Winsock. 48 (initialize_sockets): Don't check for duplicate loading of Winsock.
21 (get_server_config): Only try relative paths in the default 49 (get_server_config): Only try relative paths in the default
453 * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions): 481 * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions):
454 Support the Lua scripting language <http://www.lua.org>. 482 Support the Lua scripting language <http://www.lua.org>.
455 483
456 2004-09-08 Francesco Potort,Al(B <pot@gnu.org> 484 2004-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
461 2004-07-17 Richard M. Stallman <rms@gnu.org> 489 2004-07-17 Richard M. Stallman <rms@gnu.org>
462 490
463 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it. 491 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
2663 2691
2664 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 2692 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2665 2693
2666 * movemail.c (rindex): Add declaration. 2694 * movemail.c (rindex): Add declaration.
2667 2695
2668 Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> 2696 1997-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.
2672 (obj): Include new source files. 2700 (obj): Include new source files.
2673 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define. 2701 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
3912 1994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> 3940 1994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3913 3941
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
3917 1994-10-30 voelker <voelker@cs.washington.edu> 3945 1994-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.
3921 3949
3922 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY. 3950 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
6045 6073
6046 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail. 6074 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
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,
6053 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 6082 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
6054 2006 Free Software Foundation, Inc. 6083 2006 Free Software Foundation, Inc.