X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4c6dce51b62caabaa6e3105534d55e3ca04e8df4..adc55deaa5e0496d50042dd5a6bd4d0c41e09c78:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 10dfa8163a..691b5584d6 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,123 @@ +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). + +2002-11-14 Dave Love + + * movemail.c (pop_retr): Declare comment. + + * make-docfile.c (read_c_string_or_comment): Declare msgno. + + * Makefile.in (YACC): Deleted. + +2002-10-19 Andreas Schwab + + * Makefile.in (${archlibdir}): Always create $(gamedir). + (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR. + +2002-10-04 Juanma Barranquero + + * makefile.w32-in (lisp): Load devanagari.el, not .elc. + +2002-09-30 Markus Rost + + * emacsclient.c (main): Remove reference to SERVER_HOME_DIR + completely. + +2002-09-27 Stefan Monnier + + * emacsclient.c: 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. + (main): Always use /tmp and non-qualified hostname. + +2002-09-25 Stefan Monnier + + * emacsserver.c: Remove. + +2002-09-17 Stefan Monnier + + * emacsclient.c (quote_file_name): Quote \n. + (main): Print a final \n when needed. + 2002-09-03 Francesco Potorti` * etags.c (regex_tag_multiline, readline): Never pass pfnote a