]> code.delx.au - gnu-emacs/blobdiff - lib-src/ChangeLog
Fix typos.
[gnu-emacs] / lib-src / ChangeLog
index e8a0b13f4190ddb07c0ef73f6be1084b801817cd..c763d7dce39d2bba9206419ffc75f1454e3e20ed 100644 (file)
@@ -1,4 +1,25 @@
-2011-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+2011-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (all): Make sure "all" is the first target.
+
+2011-10-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c (w32_getenv): Silence compiler warnings.
+
+2011-09-07  Glenn Morris  <rgm@gnu.org>
+
+       * etags.c (Fortran_functions): Handle "elemental" functions.
+
+2011-09-07  Dieter Schuster  <didischuster@arcor.de>  (tiny change)
+
+       * etags.c (Fortran_functions): Handle "pure" functions.  (Bug#9359)
+
+2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
+       to build-aux (Bug#9169).
+
+2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        Integer and memory overflow issues (Bug#9397).
 
 
 1997-05-12  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
 
-       * 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.
 
 1996-03-15  Anders Lindgren  <andersl@csd.uu.se>
 
-       * 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.