view etc/TUTORIAL.translators @ 73562:368665ce6f35

Add support for TCP sockets. (SEND_STRING, SEND_QUOTED, HSOCKET, CLOSE_SOCKET, IOCTL, INITIALIZE): New macros. (IOCTL_BOOL_ARG): New typedef. (server_file): New global variable. (longopts): New option --server-file. (decode_options): Process new option --server-file and environment variable EMACS_SERVER_FILE. (print_help_and_exit): Document new option. (fail): If no connection available and no alternate editor, suggest using options to make them explicit. (AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): New constants. (send_buffer, sblen): New variables. (send_to_emacs): New function to buffer output and send it with send(). (quote_file_name): Use SEND_STRING. (close_winsock, initialize_sockets): New functions to load and unload Winsock. (get_server_config, set_tcp_socket): New functions to create and set up TCP sockets. (set_local_socket): New function to create and set up Unix socket (code moved from previous implementation). (set_socket): New function to chose between TCP and Unix sockets. (main): Use SEND_STRING and SEND_QUOTED. Most code moved to set_local_socket. Use set_socket. Get answers from server.el with recv(), not file stream functions.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 31 Oct 2006 00:21:19 +0000
parents ac4fb54c2c73
children 548553ee37a5 d1c5430c5bff
line wrap: on
line source

This file contains the list of translators and maintainers of the
tutorial.

* TUTORIAL.bg:
Author:     Ognyan Kulev <ogi@fmi.uni-sofia.bg>
Maintainer: Ognyan Kulev <ogi@fmi.uni-sofia.bg>

* TUTORIAL.cn:
Author:     Sun Yijiang <sunyijiang@gmail.com>
Maintainer: Sun Yijiang <sunyijiang@gmail.com>

* TUTORIAL.cs:
Author:     Milan Zamazal <pdm@zamazal.org>
            Pavel Janík <Pavel@Janik.cz>
Maintainer: Milan Zamazal <pdm@zamazal.org>
            Pavel Janík <Pavel@Janik.cz>

* TUTORIAL.de:
Author:     Werner Lemberg <wl@gnu.org>
Maintainer: Werner Lemberg <wl@gnu.org>

* TUTORIAL.es:
Author:     Rafael Sepúlveda <drs@gnulinux.org.mx>
Maintainer: Rafael Sepúlveda <drs@gnulinux.org.mx>

* TUTORIAL.fr:
Author:     Éric Jacoboni <jaco@teaser.fr>
Maintainer: Éric Jacoboni <jaco@teaser.fr>

* TUTORIAL.it:
Author:     Alfredo Finelli <alfredofnl@tiscali.it>
	    Italian GNU Translation Group <tp@lists.linux.it>
Maintainer: Alfredo Finelli <alfredofnl@tiscali.it>
	    Italian GNU Translation Group <tp@lists.linux.it>

* TUTORIAL.ja:
Author:     Kenichi Handa <handa@m17n.org>
Maintainer: Kenichi Handa <handa@m17n.org>

* TUTORIAL.ko:
Author:     Koaunghi Un <koaunghi@ling.cnu.ac.kr>
Maintainer: Maintainer needed.

* TUTORIAL.nl:
Author:     Pieter Schoenmakers <tiggr@tiggr.net>
Maintainer: Pieter Schoenmakers <tiggr@tiggr.net>

* TUTORIAL.pl:
Author:     Beatę Wierzchołowską <beataw@orient.uw.edu.pl>
            Janusz S. Bien <jsbien@mail.uw.edu.pl>
Maintainer: Radoslaw Moszczynski <rm@banita.pl>

* TUTORIAL.pt_BR:
Author:     Marcelo Toledo <marcelo@gnu.org>
Maintainer: Marcelo Toledo <marcelo@gnu.org>

* TUTORIAL.ro:
Author:     Tudor Hulubei <tudor@gnu.org>
Maintainer: Maintainer needed.

* TUTORIAL.ru:
Author:     Alex Ott <ottalex@narod.ru>
Maintainer: Alex Ott <ottalex@narod.ru>

* TUTORIAL.sk:
Author:     Miroslav Vaško <vasko@debian.cz>
            Pavel Janík <Pavel@Janik.cz>
Maintainer: Pavel Janík <Pavel@Janik.cz>

* TUTORIAL.sl:
Author:     Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>
Maintainer: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>

* TUTORIAL.sv:
Author:     Mats Lidell <matsl@contactor.se>
Maintainer: Mats Lidell <matsl@contactor.se>

* TUTORIAL.th:
Author:     Virach Sornlertlamvanich <virach@nectec.or.th>
Maintainer: Virach Sornlertlamvanich <virach@nectec.or.th>

* TUTORIAL.zh:
Author:     Chao-Hong Liu <chliu@gnu.org>
Maintainer: Chao-Hong Liu <chliu@gnu.org>


;;; Local Variables:
;;; coding: utf-8
;;; End:

;;; arch-tag: 8788b16b-e739-4304-a7f2-729bdb999fa0