Mercurial > emacs
comparison lib-src/ChangeLog @ 85688:b210bba3f477
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 131-137)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 261-262)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 27 Oct 2007 09:07:17 +0000 |
parents | 68a4daa7867a 5adc774ee71c |
children | f736b2dc38a6 4bc33ffdda1a |
comparison
equal
deleted
inserted
replaced
85687:666ace46440f | 85688:b210bba3f477 |
---|---|
5 Code partially based on w32_get_resource and init_environment (w32.c). | 5 Code partially based on w32_get_resource and init_environment (w32.c). |
6 (egetenv): New wrapper for getenv. | 6 (egetenv): New wrapper for getenv. |
7 (get_current_dir_name, decode_options, get_server_config) | 7 (get_current_dir_name, decode_options, get_server_config) |
8 (set_local_socket, set_socket, main): Use egetenv, not getenv. | 8 (set_local_socket, set_socket, main): Use egetenv, not getenv. |
9 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions. | 9 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions. |
10 | |
11 2007-10-25 Jason Rumney <jasonr@gnu.org> | |
12 | |
13 * emacsclient.c (sock_err_message): New function. | |
14 (set_tcp_socket): Use it. | |
10 | 15 |
11 2007-10-09 Juanma Barranquero <lekktu@gmail.com> | 16 2007-10-09 Juanma Barranquero <lekktu@gmail.com> |
12 | 17 |
13 * emacsclient.c (print_help_and_exit): Fix space to improve | 18 * emacsclient.c (print_help_and_exit): Fix space to improve |
14 alignment in output messages. | 19 alignment in output messages. |