X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/726cfaae869af4f678e26ace56d7dc42676bc299..7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e8a0b13f41..c763d7dce3 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,4 +1,25 @@ -2011-08-28 Paul Eggert +2011-11-14 Dan Nicolaescu + + * Makefile.in (all): Make sure "all" is the first target. + +2011-10-27 Juanma Barranquero + + * emacsclient.c (w32_getenv): Silence compiler warnings. + +2011-09-07 Glenn Morris + + * etags.c (Fortran_functions): Handle "elemental" functions. + +2011-09-07 Dieter Schuster (tiny change) + + * etags.c (Fortran_functions): Handle "pure" functions. (Bug#9359) + +2011-09-06 Paul Eggert + + * Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved + to build-aux (Bug#9169). + +2011-09-04 Paul Eggert Integer and memory overflow issues (Bug#9397). @@ -4613,9 +4634,9 @@ 1997-05-12 Francesco Potortì - * etags.c (Cplusplus_suffixes): .pdb is Postscript with C syntax. - (Postscript_suffixes): .ps is Postscript. - (lang_names): Add Postscript. + * etags.c (Cplusplus_suffixes): .pdb is PostScript with C syntax. + (Postscript_suffixes): .ps is PostScript. + (lang_names): Add postscript. (Postscript_functions): New function. (TEX_decode_env): Close minor memory leak. (just_read_file): Correct the char number of the tag. @@ -5113,7 +5134,7 @@ 1996-03-15 Anders Lindgren - * etags.c: Prolog language totaly rewritten. + * etags.c: Prolog language totally rewritten. (Prolog_functions): Rewritten from scratch. (skip_comment, prolog_getit): Removed. (prolog_skip_comment): New function, like old skip_comment.