]> code.delx.au - gnu-emacs/blobdiff - lib-src/ChangeLog
Entry corrected.
[gnu-emacs] / lib-src / ChangeLog
index a8b3fba77da04baf86da8a0fa7622922f3f8ade7..691b5584d6de927518f271b9f0cd04ee66d50511 100644 (file)
@@ -1,3 +1,78 @@
+2003-01-06  Kim F. Storm  <storm@cua.dk>
+
+       * pop.c (__P): Renamed from _P to avoid problems on Cygwin.
+       All uses changed.
+
+2002-12-18  Andrew Innes  <andrewi@gnu.org>
+
+       * 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  <jik@kamens.brookline.ma.us>
+
+       * 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  <rms@gnu.org>
+
+       * 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  <rms@gnu.org>
+
+       * getopt.c: Comment out include of libintl.h or gettext.h.
+
+2002-12-04  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <stephen@gnu.org>
+
+       * emacsclient.c (main): Tell user how to start server within Emacs
+       if socket could not be found.
+
+2002-12-02  Richard M. Stallman  <rms@gnu.org>
+
+       * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
+
+2002-11-19  Ben Key  <bkey1@tampabay.rr.com>
+
+       * 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  <fx@gnu.org>
+
+       * 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  <rms@gnu.org>
 
        * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).