aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-12-07 04:14:14 +0000
committerMiles Bader2006-12-07 04:14:14 +0000
commita0451a715e4ed018a02b825d0eb823424693d1de (patch)
treed2b10fcc69c333ccc438d7a9ad116fbc1495fc9e /lib-src/ChangeLog
parentd324f894beea8b485792c779659e8e20c1cb699d (diff)
parent12f7728e938fe5bb850ce2928637d1e349919142 (diff)
downloademacs-a0451a715e4ed018a02b825d0eb823424693d1de.tar.gz
emacs-a0451a715e4ed018a02b825d0eb823424693d1de.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 523-544) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 168-171) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog75
1 files changed, 75 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 70bd5bb6ed7..97266d8a66e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,78 @@
12006-12-06 Christoph Conrad <christoph.conrad@gmx.de>
2
3 * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe):
4 Use $(USER32) for compatibility with Visual Studio .NET 2003.
5
62006-11-30 Juanma Barranquero <lekktu@gmail.com>
7
8 * emacsclient.c (emacs_pid): New variable.
9 (message): Remove leftover code.
10 (get_server_config): Set emacs_pid. Don't allow Emacs to grab the
11 focus yet; emacsclient can still display an informational message
12 before sending requests to Emacs.
13 (main): Allow Emacs to grab the focus. Simplify message() call.
14
152006-11-30 Michael Mauger <mmaug@yahoo.com>
16
17 * emacsclient.c (message): Make sure the message is properly
18 written even if it contains printf escapes, and flush the result.
19 (set_tcp_socket): Make the message for non-local connections
20 informational rather than an error.
21
222006-11-28 Kevin Ryde <user42@zip.com.au> (tiny change)
23
24 * etags.c (readline): Check for double quote after #line.
25
262006-11-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> (tiny change)
27
28 * etags.c (readline): sscanf could in principle return 2.
29
302006-11-28 Francesco Potort,Al(B <pot@gnu.org>
31
32 * etags.c (readline): lno is unsigned.
33 (TeX_commands): Use p++ (rather than *p++) to increment p.
34 (Lua_functions): Explicitly discard LOOKING_AT's return value.
35
362006-11-27 Juanma Barranquero <lekktu@gmail.com>
37
38 * makefile.w32-in (TRES): New macro (copied from nt/makefile.w32-in).
39 ($(TRES)): New rule (copied from nt/makefile.w32-in).
40 ($(BLD)/emacsclientw.exe): Add dependency.
41
422006-11-27 Eli Zaretskii <eliz@gnu.org>
43
44 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Depend on
45 makefile.w32-in.
46
472006-11-25 Juanma Barranquero <lekktu@gmail.com>
48
49 * makefile.w32-in (VERSION): New macro.
50 (ECLIENT_CFLAGS): Add -DVERSION.
51
522006-11-25 Jason Rumney <jasonr@gnu.org>
53
54 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
55
562006-11-24 Michael Mauger <mmaug@yahoo.com>
57
58 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support
59 absolute file names with forward slashes.
60
612006-11-23 Juanma Barranquero <lekktu@gmail.com>
62
63 * emacsclient.c (print_help_and_exit): Tweak message contents and
64 tabs/spaces to improve alignment in message boxes.
65
662006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se>
67
68 * emacsclient.c: Include <stdarg.h>.
69 [WINDOWSNT]: Include <windows.h>.
70 (w32_check_console_app): New function.
71 (message): New function.
72 (decode_options, print_help_and_exit, fail, main)
73 (initialize_sockets, get_server_config, set_tcp_socket)
74 (set_local_socket, set_socket): Use message().
75
12006-11-13 Jason Rumney <jasonr@gnu.org> 762006-11-13 Jason Rumney <jasonr@gnu.org>
2 77
3 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and 78 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and