1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
emacs/lib-src
Francesco Potortì 4fdb455388 changes for language-sepcific help by Philippe
Waroquiers <wao@cfmu.eurocontrol.be> applied and largely revised.

(language): Added a `help' member.
(arg_type): Added an at_end constant.
(plain_C_suffixes): Some items removed from here.
(Objc_suffixes): And put here (new constant).
(Ada_help, Asm_help, default_C_help, Cplusplus_help, Cjava_help,
Cobol_help, Erlang_help, Fortran_help, HTML_help, Lisp_help,
Makefile_help, Objc_help, Pascal_help, Perl_help, PHP_help,
PS_help, Prolog_help, Python_help, Scheme_help, TeX_help,
Texinfo_help, Yacc_help, auto_help, none-help, no_lang_help): New
constants.
(PS_functions, PS_suffixes): Renamed from Postscript_functions and
Postscript_suffixes.
(lang_names): Adapted to the new language structure, new language
"objc" added (was previously merged with "proc").
(print_language_names): Some help strings corrected.
(print_help): Now takes an argument and possibly prints lang help.
(print_help): Some help strings corrected.  Documents
language-specific help.
(main): Only print help after having parsed all the arguments.
2003-01-09 15:21:57 +00:00
..
.gitignore Add update-game-score. 2002-04-16 18:26:02 +00:00
b2m.c (main): Parenthesize assignment when used as truth value to prevent gcc 2002-01-01 22:08:54 +00:00
b2m.pl Make sure every message ends with a blank line, because some mbox parsers 2002-12-11 23:32:41 +00:00
ChangeLog *** empty log message *** 2003-01-05 23:37:41 +00:00
COPYING Moved back. 2001-12-11 07:39:13 +00:00
cvtmail.c Include <config.h>. 2001-12-29 22:25:06 +00:00
digest-doc.c Remove trailing whitespaces. 2001-12-29 22:21:10 +00:00
ebrowse.c (skip_initializer): Return void. 2002-04-24 18:27:59 +00:00
emacsclient.c (main): Tell user how to start server within Emacs if socket could not 2002-12-02 20:57:42 +00:00
emacstool.c Remove trailing whitespaces. 2001-12-29 22:21:10 +00:00
etags.c changes for language-sepcific help by Philippe 2003-01-09 15:21:57 +00:00
fakemail.c Include <config.h>. 2002-01-01 19:15:26 +00:00
getopt.c Do include libintl.h if HAVE_LIBINTL_H. 2002-12-09 01:55:05 +00:00
getopt.h Maybe include ctype.h. 2002-12-04 11:08:06 +00:00
getopt1.c Conditionally find getopt.h. 2002-12-04 11:19:12 +00:00
grep-changelog (parse_changelog): Remove unused local variable. 2001-07-25 13:00:30 +00:00
hexl.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
leditcfns.c entered into RCS 1985-04-18 00:48:29 +00:00
make-docfile.c (read_c_string_or_comment): Declare msgno. 2002-11-14 14:09:44 +00:00
Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir). 2002-11-18 04:53:59 +00:00
makefile.nt Remove references to emacsserver. 2002-09-25 20:03:21 +00:00
makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile, 2002-12-18 23:53:01 +00:00
movemail.c (pop_retr): Declare comment. 2002-11-14 14:09:51 +00:00
ntlib.c (sleep): Make argument unsigned long. 2000-08-22 21:22:20 +00:00
ntlib.h (WIN32): Remove unnecessary definition. 2000-08-22 21:24:06 +00:00
pop.c (__P): Renamed from _P to avoid problems on Cygwin. 2003-01-05 23:38:59 +00:00
pop.h Undo previous change. 1998-05-25 20:11:54 +00:00
profile.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
rcs-checkin Update copyright date. 2002-02-10 08:10:43 +00:00
rcs2log (Copyright): Update to 2002. 2002-02-03 17:31:31 +00:00
README # 1999-10-03 20:46:34 +00:00
sorted-doc.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
test-distrib.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
testfile # 1999-10-01 12:43:57 +00:00
update-game-score.c Include unistd.h, string.h, stdlib.h, 2002-11-18 15:35:07 +00:00
vcdiff Add copyright notice. 2001-02-20 13:36:21 +00:00
yow.c Include <config.h>. 2001-12-29 22:25:06 +00:00

This directory contains the source code for the architecture-dependent
files that go in ../arch-lib.  At present, these are mostly utility
programs used by Emacs.