1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00
Commit Graph

1073 Commits

Author SHA1 Message Date
Kim F. Storm
88c717201f Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
2003-01-28 23:49:11 +00:00
Dave Love
b24e2dc7fa Don't include string.h. 2003-01-21 18:29:34 +00:00
Dave Love
373df066fb (Cplusplus_help, Cjava_help): Re-phrase and avoid
column-0 `('.
2003-01-21 18:28:35 +00:00
Markus Rost
c5c927519c Fix last change (use C syntax for comments). 2003-01-21 02:26:04 +00:00
Richard M. Stallman
675d000fab *** empty log message *** 2003-01-20 09:12:53 +00:00
Richard M. Stallman
ee978ec9b8 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets. 2003-01-20 09:04:56 +00:00
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
Kim F. Storm
1cb12638f3 (__P): Renamed from _P to avoid problems on Cygwin.
All uses changed.
2003-01-05 23:38:59 +00:00
Kim F. Storm
207aa3ffcb *** empty log message *** 2003-01-05 23:37:41 +00:00
Andrew Innes
cf6d30d704 ($(DOC)): Use -o and -a options to make-docfile,
because GNU make doesn't append when using >> redirection.
2002-12-18 23:53:01 +00:00
Pavel Janík
649fc2c55b Make sure every message ends with a blank line, because some mbox parsers
require a blank line before "From " lines.
2002-12-11 23:32:41 +00:00
Richard M. Stallman
85cce84347 *** empty log message *** 2002-12-09 01:56:15 +00:00
Richard M. Stallman
eca79530b7 Do include libintl.h if HAVE_LIBINTL_H.
(_): Test only HAVE_LIBINTL_H to decide what to do.
2002-12-09 01:55:05 +00:00
Ben Key
4fbd67668e Fixed the build error in getopt.c that occured on systems lacking a gettext implementation. Thanks go to Andrew Choi [akochoi@shaw.ca] for this one. 2002-12-07 05:22:27 +00:00
Richard M. Stallman
2ccc4d34e5 *** empty log message *** 2002-12-05 15:32:09 +00:00
Richard M. Stallman
d262de61ff Comment out include of libintl.h or gettext.h. 2002-12-05 15:30:09 +00:00
Richard M. Stallman
c599217702 *** empty log message *** 2002-12-04 11:57:49 +00:00
Richard M. Stallman
708c440496 Conditionally find getopt.h.
[_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
2002-12-04 11:19:12 +00:00
Richard M. Stallman
554ed1ff28 (const): Move outside !HAVE_CONFIG_H conditional.
(libintl.h): Include this if _LIBC.  Otherwise include gettext.h.
(wchar.h): Include, maybe.
(attribute_hidden): Define if not defind.
(__getopt_initialized): Use attribute_hidden.
(__libc_argc, __libc_argv): Renamed from original_argc, etc.
(__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
Conditional on USE_NONOPTION_FLAGS.
(SWAP_FLAGS): New definitions.
(exchange): Test USE_NONOPTION_FLAGS.
(_getopt_initialize): Test USE_NONOPTION_FLAGS.
(_getopt_internal): Error if argc < 1.  New local var print_errors.
Improve test for ambiguous long option.
Add LIBIO support for error message output.
(NONOPTION_P): Test USE_NONOPTION_FLAGS.
2002-12-04 11:17:43 +00:00
Richard M. Stallman
e1e86c97c5 Maybe include ctype.h.
Treat __cplusplus like __STDC__.
(decls): Use __ in arg names.
2002-12-04 11:08:06 +00:00
Stephen Eglen
45adde3246 (main): Tell user how to start server within Emacs if socket could not
be found.
2002-12-02 20:57:42 +00:00
Stephen Eglen
4b5e69bd44 *** empty log message *** 2002-12-02 16:30:23 +00:00
Richard M. Stallman
19fa03f370 *** empty log message *** 2002-12-02 16:20:46 +00:00
Richard M. Stallman
38732dbaa3 (main): Test HAVE_GETCWD rather than BSD_SYSTEM. 2002-12-02 16:14:35 +00:00
Juanma Barranquero
7be215b4a4 *** empty log message *** 2002-11-19 12:18:07 +00:00
Ben Key
29f538e6b9 Fixed a bug in makefile.w32-in that caused the documentation for the built in function play-sound-internal not to be included in /etc/DOC. 2002-11-19 07:50:22 +00:00
Dave Love
1998560a7e *** empty log message *** 2002-11-18 15:41:27 +00:00
Dave Love
5b400482b0 Include unistd.h, string.h, stdlib.h,
fcntl.h, stdarg.h conditionally.
(_GNU_SOURCE, __attribute__): Don't define.
(optarg, optind, opterr): Declare.
(lose, lose_syserr): Use NO_RETURN.
(get_user_id): Use P_.
2002-11-18 15:35:07 +00:00
Richard M. Stallman
8b96caf303 *** empty log message *** 2002-11-18 04:59:52 +00:00
Richard M. Stallman
d17b3095e9 (${archlibdir}): Ignore errors operating on $(gamedir). 2002-11-18 04:53:59 +00:00
Dave Love
59daa29a0a *** empty log message *** 2002-11-14 14:21:52 +00:00
Dave Love
b553981f42 (pop_retr): Declare comment. 2002-11-14 14:09:51 +00:00
Dave Love
7a71a86d3d (read_c_string_or_comment): Declare msgno. 2002-11-14 14:09:44 +00:00
Dave Love
a8c4aa2e41 (YACC): Deleted. 2002-11-14 14:09:36 +00:00
Dave Love
9a007cb77f *** empty log message *** 2002-11-04 18:29:06 +00:00
Andreas Schwab
f1b443bf84 . 2002-10-19 13:55:57 +00:00
Andreas Schwab
67bb79b7f8 (${archlibdir}): Always create $(gamedir).
(update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
2002-10-19 13:55:15 +00:00
Juanma Barranquero
52402e4fc5 (lisp): Load devanagari.el, not .elc. 2002-10-04 10:09:35 +00:00
Markus Rost
15dab115ed Remove reference to SERVER_HOME_DIR completely. 2002-10-01 00:47:12 +00:00
Stefan Monnier
3ecdcd5905 (main): Always use /tmp and non-qualified hostname. 2002-09-27 22:07:38 +00:00
Stefan Monnier
30be2360f8 Remove SYSV support.
(eval, display): New vars.
(longopts): Add --eval and --display.
(decode_options): Add -e and -d processing.
(print_help_and_exit): Update the usage string.
(main): Add support for --eval and --display.
2002-09-27 18:21:44 +00:00
Stefan Monnier
4208da83ba *** empty log message *** 2002-09-25 20:22:57 +00:00
Stefan Monnier
038de5b823 Remove emacsserver. 2002-09-25 20:17:32 +00:00
Stefan Monnier
ca5004e7b4 Remove references to emacsserver. 2002-09-25 20:03:21 +00:00
Stefan Monnier
3cf8c6aa01 (quote_file_name): Quote \n.
(main): Print a final \n when needed.
2002-09-18 01:44:54 +00:00
Francesco Potortì
4c6dce51b6 etags bug 2002-09-03 15:21:51 +00:00
Francesco Potortì
a127d423b5 (regex_tag_multiline, readline): Never pass pfnote a
string that cannot be freed.
2002-09-03 15:21:07 +00:00
Francesco Potortì
9c485bbe70 (consider_token, C_entries): Switch to C++ parsing when
auto-detection is enabled and the `::' qualifier is met.
(consider_token, C_entries): Several bugs corrected that tagged
some declarations even though --declarations was not used.
(plainc): New macro.
(C_entries): Use it.
(C_entries): Several cosmetic changes.
(C_entries): Invalidate the token is some cases.
2002-08-30 16:38:58 +00:00
Francesco Potortì
ba88f8ebfc Bug corrections in etags. 2002-08-30 16:38:22 +00:00
Francesco Potortì
3c04a71a20 (C_entries): Corrected a problem with const C++ funcs.
(ignoreindent): Renamed from noindentypedefs.
(cjava, cplpl): They are now macros instead of local vars.

(HTML_labels): Tag ID= also.
2002-08-29 14:42:56 +00:00