remove `declare' macro
[bpt/emacs.git] / src / ChangeLog.12
index 53c93b4..c5ea7e7 100644 (file)
        * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
        hard-coding the path separator.
 
+2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * stamp-h.in: Remove from bzr repository; no longer needed there
+       now ../autogen.sh creates it.
+
 2012-08-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        Use "ASET (a, i, v)" rather than "AREF (a, i) = v".