X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/cb06b8dcb5358609794bf580ffd67539419c83a5..4ddc7e301fe8a99966030850321b7ebc461d71d7:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9bb80585f4..d726ec108a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,213 @@ +2008-02-27 Yuri Shtil (tiny change) + + * etags.c (Perl_functions): Fix call to skip_spaces. + +2008-02-24 Dan Nicolaescu + + * Makefile.in (NO_SHORTNAMES): + * emacsclient.c (NO_SHORTNAMES): + * fakemail.c (NO_SHORTNAMES): + * make-docfile.c (NO_SHORTNAMES): + * movemail.c (NO_SHORTNAMES): + * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. + +2008-02-23 Jason Rumney + + * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc. + (MSDOS_SUPPORT, VMS_SUPPORT): Remove. + (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too. + (lisp2): Add new languages. + ($(DOC)): Use OTHER_PLATFORM_SUPPORT. + +2008-02-22 Juanma Barranquero + + * makefile.w32-in (lisp2): Remove devanagari.el, kannada.el, + malayalam.el, and tamil.el. Add sinhala.el. + +2008-02-20 Juanma Barranquero + + * emacsclient.c (main) [WINDOWSNT]: Understand DRIVE:NAME, + where NAME is relative to DRIVE'S current directory. + +2008-02-15 Juanma Barranquero + + * emacsclient.c (print_help_and_exit): Show -d option on Windows. + +2008-02-10 Dan Nicolaescu + + * fakemail.c: Undo previous change. + +2008-02-09 Dan Nicolaescu + + * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional. + (main): Replace MAIL_PROGRAM_NAME with its value. + + * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete variable. + +2008-02-08 Stefan Monnier + + * emacsclient.c (decode_options): Pass --display implicitly if -c + is specified. Only set tty if -t or -c is specified. + +2008-02-04 Jason Rumney + + * makefile.w32-in (lisp1): Use (), not {}. + +2008-02-04 Tom Tromey + + * etags.c: Add "GTY" as synonym for __attribute__. + Update gperf output. + +2008-02-01 Jason Rumney + + * makefile.w32-in (obj): Sync with src/Makefile.in + (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions. + (WINNT_SUPPORT): Add term/w32-win.elc. + (lisp1, lisp2): Sync with lisp in src/Makefile.in. + +2008-02-01 Jason Rumney + + * makefile.w32-in (obj): Add font.o and w32font.o. + +2008-02-01 Zhang Wei (tiny change) + + * lib-src/makefile.w32-in (lisp1): Delete ucs-tables.elc, + utf-8.elc, and latin-*.el. + +2008-01-26 Stefan Monnier + + * emacsclient.c (decode_options): Default to NULL display, as Emacs-22. + Allow the -d option under w32 again, for those rare cases where it + actually does make sense. + +2008-01-25 Juanma Barranquero + + * emacsclient.c (set_tcp_socket): Don't send "\n" after + the authentication string; there's no need to haste. + +2008-01-22 Chong Yidong + + * pop.c (pop_stat, pop_last): Fix last fix. + +2008-01-18 Dan Nicolaescu + + * movemail.c: Remove references to XENIX. + +2008-01-13 Dan Nicolaescu + + * movemail.c: + * make-docfile.c: Remove reference to symbols defined by systems + not supported anymore: MAC_OS8, XENIX and STRIDE. + +2008-01-12 Eli Zaretskii + + * emacsclient.c (decode_options) [WINDOWSNT]: Don't use the value + of DISPLAY in the environment. Don't support -d. + (print_help_and_exit) [WINDOWSNT]: Don't show the --display option. + (longopts) [WINDOWSNT]: Remove --display. + +2008-01-10 Chong Yidong + + * pop.c (pop_stat, pop_last): Check validity of string-to-integer + conversion. Mistakes spotted by Nico Golde. + +2008-01-09 Glenn Morris + + * emacsclient.c: Add missing final newlines to message calls. + +2008-01-09 Daniel Hackney (tiny change) + + * emacsclient.c (set_socket): Add final newline to socket error message. + +2008-01-04 Glenn Morris + + * ebrowse.c (version) : New variable. + Just use current year for copyright. + + * etags.c (print_version): + * rcs2log (Copyright): Update to 2008. + +2007-11-28 Jason Rumney + + * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled. + +2007-11-27 Jan Dj,Ad(Brv + + * pop.c (socket_connection): Remove AI_ADDRCONFIG. + +2007-11-19 Jan Dj,Ad(Brv + + * pop.c (socket_connection): Move realhost out of #ifdefs. + Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO. + +2007-11-18 Jan Dj,Ad(Brv + + * pop.c (socket_connection): Use getaddrinfo if available. + +2007-11-22 Francesco Potort,Al(B + + * etags.c (default_C_help) [CTAGS]: Differentiate the help string, + as the defaults in ctags are different from etags. + +2007-11-15 Francesco Potort,Al(B + + * etags.c: Make prototypes for extern definitions, and add all + that are needed to quench warnings on 64-bit. + (main): Use the same defaults for ctags as for etags: find + typedefs, structure tags, macro constants, enum constants, struct + members and global variables. + (make_C_tag) [DEBUG]: Add debugging printout. + (C_entries): In case '}' decrement bracelev before testing it. + +2007-11-15 Masatake YAMATO + + * etags.c (C_entries): In case '}', set fvdef to fvnone + unconditioned to (!ignoreindent && lp == newlb.buffer + 1). + +2007-11-01 Dan Nicolaescu + + * makefile.w32-in (obj): Remove sunfns.o. + +2007-10-28 Juanma Barranquero + + * makefile.w32-in (obj): Remove abbrev.o. + +2007-10-26 Juanma Barranquero + + * emacsclient.c: Add a wrapper for getenv so it also checks the + registry on Windows. Suggestion and algorithm by Eli Zaretskii. + Code partially based on w32_get_resource and init_environment (w32.c). + (egetenv): New wrapper for getenv. + (get_current_dir_name, decode_options, get_server_config) + (set_local_socket, set_socket, main): Use egetenv, not getenv. + (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions. + +2007-10-25 Jason Rumney + + * emacsclient.c (sock_err_message): New function. + (set_tcp_socket): Use it. + +2007-10-09 Juanma Barranquero + + * emacsclient.c (print_help_and_exit): Fix space to improve + alignment in output messages. + +2007-09-27 Jason Rumney + + * makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32. + + * emacsclient.c (w32_window_app): Init common controls when windowed. + +2007-09-21 Glenn Morris + + * emacstool.c: Remove file. + * Makefile.in (emacstool, nemacstool, xvetool, xveterm): + Delete targets built from emacstool. + +2007-09-21 Stefan Monnier + + * emacsclient.c (decode_options): -t implies -c. + 2007-09-20 Stefan Monnier * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP) @@ -39,7 +249,7 @@ option. (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals. -2007-08-29 Karoly Lorentey +2007-08-29 K,Aa(Broly L$,1 q(Brentey * emacsclient.c (signal.h): New include. (sys/stat.h, errno.h): Always include, even on WINDOWSNT. @@ -891,7 +1101,7 @@ 2003-09-10 Richard M. Stallman - * emacsclient.c (main): Use socket_name. + * emacsclient.c (main): Use socket_name. 2003-09-10 Andreas B,A|(Bsching (tiny change) @@ -1459,7 +1669,7 @@ (main): Use username field. (read_score): Read it. (push_score): Handle it. - (write_scores) Write it. + (write_scores): Write it. (read_score): Handle arbitrary length data. 2002-03-30 Eli Zaretskii @@ -1759,9 +1969,9 @@ 2001-10-10 Jason Rumney - * makefile.w32-in (ALL) Do not include fakemail. + * makefile.w32-in (ALL): Do not include fakemail. - * makefile.nt (install) Ditto. + * makefile.nt (install): Ditto. 2001-10-09 Gerd Moellmann @@ -1988,7 +2198,7 @@ (consider_token): Automatic set C++ mode. (C_entries): New security check for yacc. (print_language_names, print_help): Mention the autodetect - feature, do not show help for the -C option, now mostly useless. + feature, do not show help for the -C option, now mostly useless. (C_entries): Tag C++ forward declarations if --declarations. (C_entries): Don't be fooled by things like XDEFUN. (consider_token): Discard asm pseudo function. @@ -2514,12 +2724,12 @@ * etags.c (suggest_asking_for_help): Provide a meaningful help message with and without LONG_OPTIONS. - * etags.c: [MSDOS]: Include it, don't include string.h. + * etags.c () [MSDOS]: Include it, don't include string.h. : Don't test MSDOS when including them. (white, nonam, endtk): Like elsewhere, use \r instead of \013. (put_entries): Correctly use %ld instead of %d in printf. - * etags.c: [HAVE_UNISTD_H]: Include conditionally, else + * etags.c () [HAVE_UNISTD_H]: Include conditionally, else declare getcwd if HAVE_GETCWD. (consider_token): Dead break instruction removed. @@ -2528,14 +2738,14 @@ Add support for large files. Merge glibc 2.1.2. * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c, - movemail.c, pop.c: + * movemail.c, pop.c: Do not include , as does this now. * b2m.c, emacsserver.c, etags.c, profile.c: Include before any system include files. * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c, - test-distrib.c: + * test-distrib.c: (read, write, open, close): Do not undef. * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix: @@ -4015,7 +4225,7 @@ * rcs2log: Add -u "loginfullnamemailaddr" option, which replaces the (now obsolescent) -n login fullname mailaddr option. Add -R option for recursive rlog. - (AWK): New environment variable (default `awk') for awk program name. + (AWK): New environment variable (default `awk') for awk program name. (output_authors, tab, loginFullnameMailaddrs, recursive): New vars. Quote authors and fullnames correctly. Don't omit path from repository root when logging CVS files. @@ -6269,7 +6479,7 @@ 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) * etags.c: Handle `typedef struct foo {' (price@mcc.com). - (istoken) New string-comparison macro. + (istoken): New string-comparison macro. (consider_token): New arg `level'. New state `tag_ok' in `tydef'. 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) @@ -6341,7 +6551,7 @@ Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. + 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs.