X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8b96caf30378ff33f6f02ae9c79a5268348ba16b..adc55deaa5e0496d50042dd5a6bd4d0c41e09c78:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a8b3fba77d..691b5584d6 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,78 @@ +2003-01-06 Kim F. Storm + + * pop.c (__P): Renamed from _P to avoid problems on Cygwin. + All uses changed. + +2002-12-18 Andrew Innes + + * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile, + because GNU make doesn't append when using >> redirection. + +2002-12-12 Jonathan Kamens + + * b2m.pl: Make sure every message ends with a blank line, because + some mbox parsers require a blank line before "From " lines. + +2002-12-08 Richard M. Stallman + + * getopt.c: Do include libintl.h if HAVE_LIBINTL_H. + (_): Test only HAVE_LIBINTL_H to decide what to do. + +2002-12-05 Richard M. Stallman + + * getopt.c: Comment out include of libintl.h or gettext.h. + +2002-12-04 Richard M. Stallman + + * Update getopt from gnulib version; changes described below. + + * getopt1.c: Conditionally find getopt.h. + [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def. + + * getopt.c (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. + + * getopt.h: Maybe include ctype.h. + Treat __cplusplus like __STDC__. + (decls): Use __ in arg names. + +2002-12-02 Stephen Eglen + + * emacsclient.c (main): Tell user how to start server within Emacs + if socket could not be found. + +2002-12-02 Richard M. Stallman + + * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM. + +2002-11-19 Ben Key + + * makefile.w32-in: Fixed a bug that caused the documentation for + the built in function play-sound-internal not to be included in + /etc/DOC. + +2002-11-18 Dave Love + + * update-game-score.c: 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-17 Richard M. Stallman * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).