diff src/ChangeLog @ 10160:cd96d29c5efa

remove Emacs local-variable settings from source files in src directory
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 20:39:26 -0500
parents d0ce5e973937
children 6a88b00c5ad6
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jan 20 19:45:07 2010 -0500
+++ b/src/ChangeLog	Wed Jan 20 20:39:26 2010 -0500
@@ -1,3 +1,67 @@
+2010-01-20  John W. Eaton  <jwe@octave.org>
+
+	* cutils.c, main.c, matherr.c, siglist.c, Cell.cc, bitfcns.cc,
+	c-file-ptr-stream.cc, comment-list.cc, data.cc, debug.cc,
+	defaults.cc, defun.cc, dirfns.cc, display.cc, dynamic-ld.cc,
+	error.cc, file-io.cc, gl-render.cc, gl2ps-renderer.cc,
+	graphics.cc, gripes.cc, help.cc, input.cc, load-path.cc,
+	load-save.cc, ls-ascii-helper.cc, ls-hdf5.cc, ls-mat-ascii.cc,
+	ls-mat4.cc, ls-mat5.cc, ls-oct-ascii.cc, ls-oct-binary.cc,
+	ls-utils.cc, mappers.cc, oct-fstrm.cc, oct-hist.cc,
+	oct-iostrm.cc, oct-lvalue.cc, oct-map.cc, oct-obj.cc,
+	oct-prcstrm.cc, oct-procbuf.cc, oct-stream.cc, oct-strstrm.cc,
+	octave.cc, ov-base-int.cc, ov-base-mat.cc, ov-base-scalar.cc,
+	ov-base-sparse.cc, ov-base.cc, ov-bool-mat.cc,
+	ov-bool-sparse.cc, ov-bool.cc, ov-builtin.cc, ov-cell.cc,
+	ov-ch-mat.cc, ov-class.cc, ov-colon.cc, ov-complex.cc,
+	ov-cs-list.cc, ov-cx-mat.cc, ov-cx-sparse.cc, ov-dld-fcn.cc,
+	ov-fcn-handle.cc, ov-fcn-inline.cc, ov-fcn.cc, ov-float.cc,
+	ov-flt-complex.cc, ov-flt-cx-mat.cc, ov-flt-re-mat.cc,
+	ov-int16.cc, ov-int32.cc, ov-int64.cc, ov-int8.cc, ov-list.cc,
+	ov-mex-fcn.cc, ov-range.cc, ov-re-mat.cc, ov-re-sparse.cc,
+	ov-scalar.cc, ov-str-mat.cc, ov-struct.cc, ov-typeinfo.cc,
+	ov-uint16.cc, ov-uint32.cc, ov-uint64.cc, ov-uint8.cc,
+	ov-usr-fcn.cc, ov.cc, pager.cc, pr-output.cc, procstream.cc,
+	pt-arg-list.cc, pt-assign.cc, pt-binop.cc, pt-bp.cc, pt-cell.cc,
+	pt-check.cc, pt-cmd.cc, pt-colon.cc, pt-const.cc, pt-decl.cc,
+	pt-eval.cc, pt-except.cc, pt-exp.cc, pt-fcn-handle.cc, pt-id.cc,
+	pt-idx.cc, pt-jump.cc, pt-loop.cc, pt-mat.cc, pt-misc.cc,
+	pt-pr-code.cc, pt-select.cc, pt-stmt.cc, pt-unop.cc, pt.cc,
+	sighandlers.cc, sparse-xdiv.cc, sparse-xpow.cc, strfns.cc,
+	symtab.cc, syscalls.cc, sysdep.cc, token.cc, toplev.cc,
+	unwind-prot.cc, utils.cc, variables.cc, xdiv.cc, xpow.cc,
+	zfstream.cc, Cell.h, base-list.h, builtins.h,
+	c-file-ptr-stream.h, comment-list.h, debug.h, defun-dld.h,
+	defun-int.h, defun.h, dirfns.h, display.h, dynamic-ld.h,
+	error.h, file-io.h, gl2ps-renderer.h, gripes.h, help.h, input.h,
+	lex.h, load-path.h, load-save.h, ls-ascii-helper.h, ls-hdf5.h,
+	ls-mat-ascii.h, ls-mat4.h, ls-mat5.h, ls-oct-ascii.h,
+	ls-oct-binary.h, ls-utils.h, mex.h, mexproto.h, oct-errno.h,
+	oct-fstrm.h, oct-hdf5.h, oct-hist.h, oct-iostrm.h, oct-lvalue.h,
+	oct-map.h, oct-obj.h, oct-prcstrm.h, oct-procbuf.h,
+	oct-stdstrm.h, oct-stream.h, oct-strstrm.h, oct.h, octave.h,
+	ops.h, ov-base-int.h, ov-base-mat.h, ov-base-scalar.h,
+	ov-base-sparse.h, ov-base.h, ov-bool-mat.h, ov-bool-sparse.h,
+	ov-bool.h, ov-builtin.h, ov-cell.h, ov-ch-mat.h, ov-class.h,
+	ov-colon.h, ov-complex.h, ov-cs-list.h, ov-cx-mat.h,
+	ov-cx-sparse.h, ov-dld-fcn.h, ov-fcn-handle.h, ov-fcn-inline.h,
+	ov-fcn.h, ov-float.h, ov-flt-complex.h, ov-flt-cx-diag.h,
+	ov-flt-cx-mat.h, ov-flt-re-mat.h, ov-int-traits.h, ov-int16.h,
+	ov-int32.h, ov-int64.h, ov-int8.h, ov-intx.h, ov-list.h,
+	ov-mex-fcn.h, ov-range.h, ov-re-mat.h, ov-re-sparse.h,
+	ov-scalar.h, ov-str-mat.h, ov-struct.h, ov-type-conv.h,
+	ov-typeinfo.h, ov-uint16.h, ov-uint32.h, ov-uint64.h,
+	ov-uint8.h, ov-usr-fcn.h, ov.h, pager.h, parse.h, pr-output.h,
+	procstream.h, pt-all.h, pt-arg-list.h, pt-assign.h, pt-binop.h,
+	pt-bp.h, pt-cbinop.h, pt-cell.h, pt-check.h, pt-cmd.h,
+	pt-colon.h, pt-const.h, pt-decl.h, pt-eval.h, pt-except.h,
+	pt-exp.h, pt-fcn-handle.h, pt-id.h, pt-idx.h, pt-jump.h,
+	pt-loop.h, pt-mat.h, pt-misc.h, pt-pr-code.h, pt-select.h,
+	pt-stmt.h, pt-unop.h, pt-walk.h, pt.h, sighandlers.h, siglist.h,
+	sparse-xdiv.h, sparse-xpow.h, symtab.h, sysdep.h, token.h,
+	toplev.h, unwind-prot.h, utils.h, variables.h, xdiv.h, xpow.h,
+	zfstream.h, oct-parse.yy, lex.ll: Delete EMacs local-variable settings.
+
 2010-01-20  John W. Eaton  <jwe@octave.org>
 
 	* DLD-FUNCTIONS/__magick_read__.cc, DLD-FUNCTIONS/balance.cc,