comparison lib-src/ChangeLog @ 90729:6588c6259dfb

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156
author Miles Bader <miles@gnu.org>
date Sat, 16 Dec 2006 01:29:26 +0000
parents f1d13e615070 f956be274bf4
children bc10a33dd40b
comparison
equal deleted inserted replaced
90728:a65a92d83186 90729:6588c6259dfb
1 2006-12-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c (w32_execvp): New function; wrapper for `execvp'.
4 (execvp) [WINDOWSNT]: Redefine to `w32_execvp'.
5 (fail): Remove Windows-specific fix (subsumed into w32_execvp).
6 Suggestions and comment by Eli Zaretskii.
7
1 2006-12-06 Christoph Conrad <christoph.conrad@gmx.de> 8 2006-12-06 Christoph Conrad <christoph.conrad@gmx.de>
2 9
3 * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe): 10 * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe):
4 Use $(USER32) for compatibility with Visual Studio .NET 2003. 11 Use $(USER32) for compatibility with Visual Studio .NET 2003.
5 12
17 * emacsclient.c (message): Make sure the message is properly 24 * emacsclient.c (message): Make sure the message is properly
18 written even if it contains printf escapes, and flush the result. 25 written even if it contains printf escapes, and flush the result.
19 (set_tcp_socket): Make the message for non-local connections 26 (set_tcp_socket): Make the message for non-local connections
20 informational rather than an error. 27 informational rather than an error.
21 28
22 2006-11-28 Kevin Ryde <user42@zip.com.au> (tiny change) 29 2006-11-28 Kevin Ryde <user42@zip.com.au> (tiny change)
23 30
24 * etags.c (readline): Check for double quote after #line. 31 * etags.c (readline): Check for double quote after #line.
25 32
26 2006-11-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> (tiny change) 33 2006-11-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
27 34
28 * etags.c (readline): sscanf could in principle return 2. 35 * etags.c (readline): sscanf could in principle return 2.
29 36
30 2006-11-28 Francesco Potort,Al(B <pot@gnu.org> 37 2006-11-28 Francesco Potort,Al(B <pot@gnu.org>
31 38
53 60
54 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Use isalpha(). 61 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
55 62
56 2006-11-24 Michael Mauger <mmaug@yahoo.com> 63 2006-11-24 Michael Mauger <mmaug@yahoo.com>
57 64
58 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support 65 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support absolute
59 absolute file names with forward slashes. 66 file names with forward slashes.
60 67
61 2006-11-23 Juanma Barranquero <lekktu@gmail.com> 68 2006-11-23 Juanma Barranquero <lekktu@gmail.com>
62 69
63 * emacsclient.c (print_help_and_exit): Tweak message contents and 70 * emacsclient.c (print_help_and_exit): Tweak message contents and
64 tabs/spaces to improve alignment in message boxes. 71 tabs/spaces to improve alignment in message boxes.