2011-09-20  Reuben Thomas <rrt@sc3d.org>

	* bootstrap.conf: configury: update
	zile_readme_package_substitutions from master

2011-09-20  Reuben Thomas <rrt@sc3d.org>

	* NEWS: NEWS: Update date.

2011-09-20  Reuben Thomas <rrt@sc3d.org>

	* NEWS: NEWS: Add NEWS for 2.5.0.50.

2011-09-19  Reuben Thomas <rrt@sc3d.org>

	* tests/run-lisp-tests.lua: tests: fix mkdir_p: it assumed stat
	returned non-nil for a non-existent directory

2011-09-19  Reuben Thomas <rrt@sc3d.org>

	* README: README: remove versions of library deps and refer the
	reader to the source.

2011-09-19  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/loadlua.lua.in: Require particular versions
	of Lua libraries.

2011-09-19  Reuben Thomas <rrt@sc3d.org>

	* src/search.lua: search.c: remove zi-specific code generalising RE
	syntax.

2011-09-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: configury: remove configure checks for lrexlib.  This also removes the apparently zi-specific configuration of what
	flavour of lrexlib is used; at least for Zile, only GNU is ever
	needed.

2011-09-17  Reuben Thomas <rrt@sc3d.org>

	* README, src/Makefile.am, src/std.lua: Build: no longer ship
	stdlib; add it to the list of dependencies.

2011-09-07  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Update format of woger command. (from master)

2011-09-06  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/macro.lua, src/main.lua: Improve fix for #34086
	(from master) Rename process_command to more descriptive get_and_run_command.

2011-09-06  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/keycode.lua: Rename chordtostr to chordtodesc,
	as it is not the inverse of strtochord. (from master)

2011-09-06  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/help.lua, src/keycode.lua, src/macro.lua: Fix
	#34086 (replay of macros not working properly with uniarg). (from
	master) Rename keyvectostr to keyvectodesc, as it produces a description,
	not the inverse of keystrtovec.

2011-09-06  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/macro.lua: Tidy up macro-calling code slightly.
	(from master)

2011-09-06  Reuben Thomas <rrt@sc3d.org>

	* tests/regression/#34080.el, tests/regression/#34080.output,
	tests/regression/#34086.el, tests/regression/#34086.output,
	tests/regression/#34087.el, tests/regression/#34087.output,
	tests/regression/#34193.el, tests/regression/#34193.output,
	tests/regression/34080_buffer-name-suffix.el,
	tests/regression/34080_buffer-name-suffix.output,
	tests/regression/34086_call-last-kbd-macro.el,
	tests/regression/34086_call-last-kbd-macro.output,
	tests/regression/34087_undo_macro.el,
	tests/regression/34087_undo_macro.output,
	tests/regression/34194_interactive_insert.el,
	tests/regression/34194_interactive_insert.output: Rename regression
	tests descriptively and avoiding annoying hash characters. (from
	master)

2011-09-05  Reuben Thomas <rrt@sc3d.org>

	* src/macro.lua: Fix #34087: group undo around replaying macros.
	(from master)

2011-09-03  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.lua: Fix percentage through buffer calculation.
	(from master)

2011-09-08  Gary V. Vaughan <gary@vaughan.pe>

	* tests/Makefile.am: package path: allow the user to override
	LUA_PATH for `make check` Adding `LUA_PATH ?= ;` to tests/Makefile.am will ensure that the
	system package load path is appended to the path used by
	`run-lisp-tests.lua` if the user did not set one of their own, and
	that if the user did set their own LUA_PATH, that it will be used as
	specified.

2011-09-07  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update stdlib (no posix_ext module now).

2011-09-07  Reuben Thomas <rrt@sc3d.org>

	* tests/Makefile.am: Don't try to supply default LUA_PATH for tests.

2011-09-07  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Fix FIXME to use POSIX write/close in absence of
	fdopen.

2011-09-07  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Fix FIXME in raw_write_to_disk: use new POSIX
	open/write/close.

2011-09-07  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update stdlib.

2011-09-07  Reuben Thomas <rrt@sc3d.org>

	* tests/Makefile.am: Improve setting of LUA_PATH for tests (Gary
	Vaughan).

2011-09-06  Reuben Thomas <rrt@sc3d.org>

	* src/zile.lua.in, tests/Makefile.am: Don’t unset LUA_PATH,
	because we may need libraries installed on non-standard paths e.g.
	in the user’s home directory.  Hence, don’t set LUA_PATH at all in zile.lua.in, and expand rather
	than set it in run-zile-tests.lua.

2011-09-06  Reuben Thomas <rrt@sc3d.org>

	* m4/ax_lua.m4: New version of ax_lua.m4.

2011-09-02  Gary V. Vaughan <gary@vaughan.pe>

	* src/line.lua, tests/regression/#34193.el,
	tests/regression/#34193.output: bugfix: M-xinsertRET => crash The insert function should not be interactive, since it has no code
	for fetching an interactive argument.  Added a regression test.  fixes #34193

2011-09-02  Gary V. Vaughan <gary@vaughan.pe>

	* src/bind.lua: Revert "[bugfix] describe-bindings works again" This reverts commit 4f1a3b9c9d9752c4e80acb2e26266cf29db015bb.  Conflicts: 	src/bind.lua

2011-09-02  Gary V. Vaughan <gary@vaughan.pe>

	* src/file.lua: typo: 'else if' -> 'elseif'

2011-09-01  Gary V. Vaughan <gary@vaughan.pe>

	* src/file.lua: refactor: simplify find-file implementation

2011-09-01  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: configury: correctly trace macros without args (from
	master) func_extract_trace_result is now set to a single ':' when a macro is
	successfully traced, to distinguish from the empty string result
	when a traced macro is simply not present.

2011-09-01  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: configury: support use of AC_CONFIG_HEADER (from
	master) Without this patch, bootstrap did not recognise the older
	AC_CONFIG_HEADER invocation when used instead of AC_CONFIG_HEADERS.

2011-09-01  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: configury: fix a typo in bootstrap (from master)

2011-08-21  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.lua: Proper fix to #33907 which reads kbs to find
	out what to do with KEY_BACKSPACE. (from master) This changest is a port of 43a74b3, it requires the as yet unmerged
	tigetstr() support in luacurses from:     https://github.com/gvvaughan/lcurses/commit/31767e0.

2011-08-22  Gary V. Vaughan <gary@vaughan.pe>

	* cfg.mk: maint: add .diff to sc always-exclude list (from master)

2011-08-21  Gary V. Vaughan <gary@vaughan.pe>

	* src/file.lua, tests/find-file-read-only.el,
	tests/find-file-read-only.output, tests/find-file.el: tests: finish
	half-baked find-file.el pushed 705f824 before it was ready, this changeset fixes the first
	test case, and adds the missing one. And fixes a typo introduced by
	the misapplied earlier changeset.

2011-08-21  Gary V. Vaughan <gary@vaughan.pe>

	* src/buffer.lua: bugfix: %ld is illegal in lua string.format fixes #34080

2011-08-21  Gary V. Vaughan <gary@vaughan.pe>

	* src/buffer.lua, tests/regression-#34080.el,
	tests/regression-#34080.output, tests/regression/#34080.el,
	tests/regression/#34080.output: tests: regression test for #34080 pushed 1c7ef79 before it was ready, this changeset reverts that one
	and then adds a new test which correctly crashes zile prior to the
	fix being applied.

2011-08-21  Gary V. Vaughan <gary@vaughan.pe>

	* tests/regression/#34087.el, tests/regression/#34087.output: tests:
	new regression test for #34087 (from master)

2011-08-21  Gary V. Vaughan <gary@vaughan.pe>

	* tests/Makefile.am, tests/regression/#34086.el,
	tests/regression/#34086.output: tests: new regression test for
	#34086 (from master)

2011-08-21  Gary V. Vaughan <gary@vaughan.pe>

	* tests/Makefile.am, tests/interactive/execute-extended-command.el,
	tests/interactive/execute-extended-command.output,
	tests/interactive/global-set-key.el,
	tests/interactive/global-set-key.output,
	tests/interactive/isearch-backward-regexp.el,
	tests/interactive/isearch-backward-regexp.output,
	tests/interactive/isearch-backward.el,
	tests/interactive/isearch-backward.output,
	tests/interactive/isearch-forward-regexp.el,
	tests/interactive/isearch-forward-regexp.output,
	tests/interactive/isearch-forward.el,
	tests/interactive/isearch-forward.output,
	tests/interactive/query-replace.el,
	tests/interactive/query-replace.output,
	tests/interactive/quoted-insert.el,
	tests/interactive/quoted-insert.output,
	tests/interactive/save-some-buffers.el,
	tests/interactive/save-some-buffers.output,
	tests/interactive/universal-argument.el,
	tests/interactive/universal-argument.output,
	tests/interactive_execute-extended-command.el,
	tests/interactive_execute-extended-command.output,
	tests/interactive_global-set-key.el,
	tests/interactive_global-set-key.output,
	tests/interactive_isearch-backward-regexp.el,
	tests/interactive_isearch-backward-regexp.output,
	tests/interactive_isearch-backward.el,
	tests/interactive_isearch-backward.output,
	tests/interactive_isearch-forward-regexp.el,
	tests/interactive_isearch-forward-regexp.output,
	tests/interactive_isearch-forward.el,
	tests/interactive_isearch-forward.output,
	tests/interactive_query-replace.el,
	tests/interactive_query-replace.output,
	tests/interactive_quoted-insert.el,
	tests/interactive_quoted-insert.output,
	tests/interactive_save-some-buffers.el,
	tests/interactive_save-some-buffers.output,
	tests/interactive_universal-argument.el,
	tests/interactive_universal-argument.output,
	tests/run-lisp-tests.lua: tests: move interactive tests to a
	subdirectory (from master) Also, improve run-lisp-tests.lua to automatically create missing
	directories in VPATH builds.  otherwise, the long filenames, and many tests meant that ls would
	show only 2 columns of files and too many rows to fit on my screen!

2011-08-21  Gary V. Vaughan <gary@vaughan.pe>

	* src/main.lua: main: open 2 windows if 2 files are given Ported some missing code from master to set the window layout
	correctly based on the number of files passed on the command line.  fixes #34044

2011-08-20  Gary V. Vaughan <gary@vaughan.pe>

	* src/buffer.lua, tests/regression-#34080.el,
	tests/regression-#34080.output: tests: regression test for #34080

2011-08-20  Gary V. Vaughan <gary@vaughan.pe>

	* src/file.lua, tests/find-file.el, tests/find-file.output,
	tests/interactive_find-file.el, tests/interactive_find-file.output: 
	lisp: find-file takes a filename argument Like Emacs, accept a filename to `find-file` and
	`find-file-read-only`.  Add some new tests to check it keeps
	working.

2011-08-20  Gary V. Vaughan <gary@vaughan.pe>

	* .gitignore, bootstrap.conf, build-aux/HACKING.in, cfg.mk,
	gl/top/README-release.diff: bootstrap: support gnulib README-release
	patches (from master) Use the gnulib patching machinery to create the HACKING file rather
	than reinventing the wheel in bootstrap.conf. So now we supply a
	patch in gl/top to add our header, instead of the
	build-aux/HACKING.in header text.  fixes #34077

2011-08-20  Gary V. Vaughan <gary@vaughan.pe>

	* cfg.mk: maint: set default GNULIB_SRCDIR (from master) When running `make syntax-check' without GNULIB_SRCDIR in the
	environment, default to `$(srcdir)/gnulib'.

2011-08-19  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, README, bootstrap, cfg.mk, src/main.lua: Fix
	whitespace and comment issues found by make syntax-check. (from
	master)

2011-08-18  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.lua: Fold badly-named get_char_unfiltered into its
	only caller. (from master)

2011-08-18  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: cli: load multiple files from command line (from
	master) Expand paths of files on command line so they are all read
	correctly, as current directory changes when find_file is called.  Partially fixes #33044.

2011-08-20  Gary V. Vaughan <gary@vaughan.pe>

	* src/Makefile.am, src/main.lua, src/zile.lua.in: splash screen:
	improvements (from master) merged 84795be, d4fd328, cabe091

2011-08-19  Gary V. Vaughan <gary@vaughan.pe>

	* src/funcs.lua, src/getkey.lua, src/search.lua,
	src/term_curses.lua: quoted-insert: inserts the only the next
	character The #33906 fixes ported from master were returning the entire
	contents of key_buf - especially bad when called inside a keyboard
	macro, because the whole macro will be in the key_buf!

2011-08-19  Gary V. Vaughan <gary@vaughan.pe>

	* src/keycode.lua, tests/interactive_quoted-insert.el: tests: use
	Emacs compatible read-syntax \TAB is a Zileism, use \t instead

2011-08-18  Gary V. Vaughan <gary@vaughan.pe>

	* src/bind.lua, src/file.lua, src/funcs.lua, src/getkey.lua,
	src/main.lua, src/minibuf.lua, src/registers.lua, src/search.lua,
	src/term_curses.lua, src/term_minibuf.lua: curses: simplify getkey
	code paths (from master) Port based on master a60ebae, 5b4d50a and 22516e7.

2011-08-18  Gary V. Vaughan <gary@vaughan.pe>

	* src/term_curses.lua: Revert "[fixes #33910] turn off curses keypad
	processing during GETKEY_UNFILTERED" This reverts commit 0447a4f989201f155ca9f262625a9057e9b1f532.

2011-08-18  Gary V. Vaughan <gary@vaughan.pe>

	* tests/describe-function.el, tests/describe-function.output,
	tests/describe-variable.el, tests/describe-variable.output: tests:
	fix #34033, failing "Lua Source" comparison Simply cut less text, so as not to paste the differing "C Source"
	vs.  "Lua Source" into the output buffer before comparison.

2011-08-17  Gary V. Vaughan <gary@vaughan.pe>

	* tests/backward-char.el, tests/backward-char.output,
	tests/backward-delete-char.el, tests/backward-delete-char.output,
	tests/backward-kill-word.el, tests/backward-kill-word.output,
	tests/backward-paragraph.el, tests/backward-paragraph.output,
	tests/backward-sexp.el, tests/backward-sexp.output,
	tests/backward-word.el, tests/backward-word.output,
	tests/backward_char.el, tests/backward_char.output,
	tests/backward_delete_char.el, tests/backward_delete_char.output,
	tests/backward_kill_word.el, tests/backward_kill_word.output,
	tests/backward_paragraph.el, tests/backward_paragraph.output,
	tests/backward_sexp.el, tests/backward_sexp.output,
	tests/backward_word.el, tests/backward_word.output,
	tests/beginning-of-buffer.el, tests/beginning-of-buffer.output,
	tests/beginning-of-line.el, tests/beginning-of-line.output,
	tests/beginning_of_buffer.el, tests/beginning_of_buffer.output,
	tests/beginning_of_line.el, tests/beginning_of_line.output,
	tests/capitalize-word.el, tests/capitalize-word.output,
	tests/capitalize_word.el, tests/capitalize_word.output,
	tests/copy-region-as-kill.el, tests/copy-region-as-kill.output,
	tests/copy-to-register.el, tests/copy-to-register.output,
	tests/copy_region_as_kill.el, tests/copy_region_as_kill.output,
	tests/copy_to_register.el, tests/copy_to_register.output,
	tests/delete-blank-lines.el, tests/delete-blank-lines.output,
	tests/delete-char.el, tests/delete-char.output,
	tests/delete-horizontal-space.el,
	tests/delete-horizontal-space.output, tests/delete-region.el,
	tests/delete-region.output, tests/delete_blank_lines.el,
	tests/delete_blank_lines.output, tests/delete_char.el,
	tests/delete_char.output, tests/delete_horizontal_space.el,
	tests/delete_horizontal_space.output, tests/delete_region.el,
	tests/delete_region.output, tests/describe-bindings.el,
	tests/describe-bindings.output, tests/describe-function.el,
	tests/describe-function.output, tests/describe-key.el,
	tests/describe-key.output, tests/describe-variable.el,
	tests/describe-variable.output, tests/describe_bindings.el,
	tests/describe_bindings.output, tests/describe_function.el,
	tests/describe_function.output, tests/describe_key.el,
	tests/describe_key.output, tests/describe_variable.el,
	tests/describe_variable.output, tests/disabled/overwrite-mode.el,
	tests/disabled/overwrite-mode.output,
	tests/disabled/overwrite_mode.el,
	tests/disabled/overwrite_mode.output,
	tests/disabled/scroll-down.el, tests/disabled/scroll-down.output,
	tests/disabled/scroll-up.el, tests/disabled/scroll-up.output,
	tests/disabled/scroll_down.el, tests/disabled/scroll_down.output,
	tests/disabled/scroll_up.el, tests/disabled/scroll_up.output,
	tests/downcase-region.el, tests/downcase-region.output,
	tests/downcase-word.el, tests/downcase-word.output,
	tests/downcase_region.el, tests/downcase_region.output,
	tests/downcase_word.el, tests/downcase_word.output,
	tests/end-of-buffer.el, tests/end-of-buffer.output,
	tests/end-of-line.el, tests/end-of-line.output,
	tests/end_of_buffer.el, tests/end_of_buffer.output,
	tests/end_of_line.el, tests/end_of_line.output,
	tests/exchange-point-and-mark.el,
	tests/exchange-point-and-mark.output,
	tests/exchange_point_and_mark.el,
	tests/exchange_point_and_mark.output, tests/fill-paragraph.el,
	tests/fill-paragraph.output, tests/fill_paragraph.el,
	tests/fill_paragraph.output, tests/forward-char.el,
	tests/forward-char.output, tests/forward-line.el,
	tests/forward-line.output, tests/forward-paragraph.el,
	tests/forward-paragraph.output, tests/forward-sexp.el,
	tests/forward-sexp.output, tests/forward-word.el,
	tests/forward-word.output, tests/forward_char.el,
	tests/forward_char.output, tests/forward_line.el,
	tests/forward_line.output, tests/forward_paragraph.el,
	tests/forward_paragraph.output, tests/forward_sexp.el,
	tests/forward_sexp.output, tests/forward_word.el,
	tests/forward_word.output, tests/goto-char.el,
	tests/goto-char.output, tests/goto-line.el, tests/goto-line.output,
	tests/goto_char.el, tests/goto_char.output, tests/goto_line.el,
	tests/goto_line.output, tests/indent-for-tab-command.el,
	tests/indent-for-tab-command.output, tests/indent-relative.el,
	tests/indent-relative.output, tests/indent_for_tab_command.el,
	tests/indent_for_tab_command.output, tests/indent_relative.el,
	tests/indent_relative.output, tests/insert-buffer.el,
	tests/insert-buffer.output, tests/insert-char.el,
	tests/insert-char.output, tests/insert-file.el,
	tests/insert-file.output, tests/insert_buffer.el,
	tests/insert_buffer.output, tests/insert_char.el,
	tests/insert_char.output, tests/insert_file.el,
	tests/insert_file.output,
	tests/interactive-execute_extended_command.el,
	tests/interactive-execute_extended_command.output,
	tests/interactive-global_set_key.el,
	tests/interactive-global_set_key.output,
	tests/interactive-isearch_backward.el,
	tests/interactive-isearch_backward.output,
	tests/interactive-isearch_backward_regexp.el,
	tests/interactive-isearch_backward_regexp.output,
	tests/interactive-isearch_forward.el,
	tests/interactive-isearch_forward.output,
	tests/interactive-isearch_forward_regexp.el,
	tests/interactive-isearch_forward_regexp.output,
	tests/interactive-query_replace.el,
	tests/interactive-query_replace.output,
	tests/interactive-quoted_insert.el,
	tests/interactive-quoted_insert.output,
	tests/interactive-resume_search.el,
	tests/interactive-resume_search.output,
	tests/interactive-save_some_buffers.el,
	tests/interactive-save_some_buffers.output,
	tests/interactive-switch_to_buffer.el,
	tests/interactive-switch_to_buffer.output,
	tests/interactive-universal_argument.el,
	tests/interactive-universal_argument.output,
	tests/interactive_execute-extended-command.el,
	tests/interactive_execute-extended-command.output,
	tests/interactive_global-set-key.el,
	tests/interactive_global-set-key.output,
	tests/interactive_isearch-backward-regexp.el,
	tests/interactive_isearch-backward-regexp.output,
	tests/interactive_isearch-backward.el,
	tests/interactive_isearch-backward.output,
	tests/interactive_isearch-forward-regexp.el,
	tests/interactive_isearch-forward-regexp.output,
	tests/interactive_isearch-forward.el,
	tests/interactive_isearch-forward.output,
	tests/interactive_query-replace.el,
	tests/interactive_query-replace.output,
	tests/interactive_quoted-insert.el,
	tests/interactive_quoted-insert.output,
	tests/interactive_resume-search.el,
	tests/interactive_resume-search.output,
	tests/interactive_save-some-buffers.el,
	tests/interactive_save-some-buffers.output,
	tests/interactive_switch-to-buffer.el,
	tests/interactive_switch-to-buffer.output,
	tests/interactive_universal-argument.el,
	tests/interactive_universal-argument.output,
	tests/just-one-space.el, tests/just-one-space.output,
	tests/just_one_space.el, tests/just_one_space.output,
	tests/kill-buffer.el, tests/kill-buffer.output, tests/kill-line.el,
	tests/kill-line.output, tests/kill-region.el,
	tests/kill-region.output, tests/kill-sexp.el,
	tests/kill-sexp.output, tests/kill-word.el, tests/kill-word.output,
	tests/kill_buffer.el, tests/kill_buffer.output, tests/kill_line.el,
	tests/kill_line.output, tests/kill_region.el,
	tests/kill_region.output, tests/kill_sexp.el,
	tests/kill_sexp.output, tests/kill_word.el, tests/kill_word.output,
	tests/list-registers.el, tests/list-registers.output,
	tests/list_registers.el, tests/list_registers.output,
	tests/mark-paragraph.el, tests/mark-paragraph.output,
	tests/mark-sexp.el, tests/mark-sexp.output,
	tests/mark-whole-buffer.el, tests/mark-whole-buffer.output,
	tests/mark-word.el, tests/mark-word.output,
	tests/mark_paragraph.el, tests/mark_paragraph.output,
	tests/mark_sexp.el, tests/mark_sexp.output,
	tests/mark_whole_buffer.el, tests/mark_whole_buffer.output,
	tests/mark_word.el, tests/mark_word.output,
	tests/newline-and-indent.el, tests/newline-and-indent.output,
	tests/newline_and_indent.el, tests/newline_and_indent.output,
	tests/next-line.el, tests/next-line.output, tests/next_line.el,
	tests/next_line.output, tests/open-line.el, tests/open-line.output,
	tests/open_line.el, tests/open_line.output, tests/previous-line.el,
	tests/previous-line.output, tests/previous_line.el,
	tests/previous_line.output, tests/search-backward-regexp.el,
	tests/search-backward-regexp.output, tests/search-backward.el,
	tests/search-backward.output, tests/search-forward-regexp.el,
	tests/search-forward-regexp.output, tests/search-forward.el,
	tests/search-forward.output, tests/search_backward.el,
	tests/search_backward.output, tests/search_backward_regexp.el,
	tests/search_backward_regexp.output, tests/search_forward.el,
	tests/search_forward.output, tests/search_forward_regexp.el,
	tests/search_forward_regexp.output, tests/set-fill-column.el,
	tests/set-fill-column.output, tests/set-variable.el,
	tests/set-variable.output, tests/set_fill_column.el,
	tests/set_fill_column.output, tests/set_variable.el,
	tests/set_variable.output, tests/setq-nonexistent-variable.el,
	tests/setq-nonexistent-variable.output,
	tests/setq_nonexistent_variable.el,
	tests/setq_nonexistent_variable.output,
	tests/shell-command-on-region.el,
	tests/shell-command-on-region.output, tests/shell-command.el,
	tests/shell-command.output, tests/shell_command.el,
	tests/shell_command.output, tests/shell_command_on_region.el,
	tests/shell_command_on_region.output, tests/switch-to-buffer.el,
	tests/switch-to-buffer.output, tests/switch_to_buffer.el,
	tests/switch_to_buffer.output, tests/tab-to-tab-stop.el,
	tests/tab-to-tab-stop.output, tests/tab_to_tab_stop.el,
	tests/tab_to_tab_stop.output, tests/toggle-read-only.el,
	tests/toggle-read-only.output, tests/toggle_read_only.el,
	tests/toggle_read_only.output, tests/transpose-chars.el,
	tests/transpose-chars.output, tests/transpose-lines.el,
	tests/transpose-lines.output, tests/transpose-sexps.el,
	tests/transpose-sexps.output, tests/transpose-words.el,
	tests/transpose-words.output, tests/transpose_chars.el,
	tests/transpose_chars.output, tests/transpose_lines.el,
	tests/transpose_lines.output, tests/transpose_sexps.el,
	tests/transpose_sexps.output, tests/transpose_words.el,
	tests/transpose_words.output, tests/upcase-region.el,
	tests/upcase-region.output, tests/upcase-word.el,
	tests/upcase-word.output, tests/upcase_region.el,
	tests/upcase_region.output, tests/upcase_word.el,
	tests/upcase_word.output,
	tests/zile-only/interactive-call_last_kbd_macro.el,
	tests/zile-only/interactive-call_last_kbd_macro.output,
	tests/zile-only/interactive-keyboard_quit.el,
	tests/zile-only/interactive-keyboard_quit.output,
	tests/zile-only/interactive-kill_line.el,
	tests/zile-only/interactive-kill_line.output,
	tests/zile-only/interactive-negative-prefix_argument.el,
	tests/zile-only/interactive-negative-prefix_argument.output,
	tests/zile-only/interactive-prefix_argument.el,
	tests/zile-only/interactive-prefix_argument.output,
	tests/zile-only/interactive_call-last-kbd-macro.el,
	tests/zile-only/interactive_call-last-kbd-macro.output,
	tests/zile-only/interactive_keyboard-quit.el,
	tests/zile-only/interactive_keyboard-quit.output,
	tests/zile-only/interactive_kill-line.el,
	tests/zile-only/interactive_kill-line.output,
	tests/zile-only/interactive_negative-prefix-argument.el,
	tests/zile-only/interactive_negative-prefix-argument.output,
	tests/zile-only/interactive_prefix-argument.el,
	tests/zile-only/interactive_prefix-argument.output,
	tests/zile-only/list-buffers.el,
	tests/zile-only/list-buffers.output,
	tests/zile-only/list_buffers.el,
	tests/zile-only/list_buffers.output: tests: rename tests after the
	function they test Just exchanging '-' and '_' in all filenames, and fixing a few cases
	where the filename is referenced inside a test.

2011-08-17  Gary V. Vaughan <gary@vaughan.pe>

	* src/term_curses.lua, tests/interactive-quoted_insert.el,
	tests/interactive-quoted_insert.output: bugfix: don't crash on
	quote-insert ^H Improved the quoted-insert testcase to exercise more corner-cases.  Although it's still possible to crash Zile by persuading
	term_ungetkey to push a curses keycode back onto the queue :( Noted
	with FIXME in the code and the test.

2011-08-17  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: bootstrap: check git-merge-changelog conditionally Don't keep complaining about the lack of a gnu ChangeLog merge
	driver when the project doesn't have a ChangeLog!

2011-08-17  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: bootstrap: fix --skip-git with ./gnulib When running `bootstrap --skip-git`, there's no need to abort; as
	long as there's a gnulib directory as specified in .gitmodules, and
	an executable `gnulib-tool` inside, simply warn that gnulib might
	not be up to date, and continue.

2011-08-16  Gary V. Vaughan <gary@vaughan.pe>

	* src/term_curses.lua: formatting: comment corrections

2011-08-16  Gary V. Vaughan <gary@vaughan.pe>

	* .gitignore, .gitmodules, gnulib: scm: track gnulib version we
	tested against By the magic of git submodules, we can always reconstitute the exact
	gnulib tree that was used for all the useful points of the tree
	henceforth (such as the ones we use to roll releases).:x Conflicts: 	.gitignore

2011-08-16  Gary V. Vaughan <gary@vaughan.pe>

	* src/Makefile.am, src/dotzile-extra.el: dotzile-extra.el: removed
	empty file

2011-08-16  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: bootstrap: only submodule update with .gitmodules

2011-08-16  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: bootstrap: improve comments

2011-08-16  Gary V. Vaughan <gary@vaughan.pe>

	* doc/Makefile.am, src/Makefile.am: distcheck: don't leave distclean
	file droppings Implement make distcheck 101 according to:

	http://www.gnu.org/software/automake/manual/html_node/distcleancheck.html

2011-08-16  Gary V. Vaughan <gary@vaughan.pe>

	* doc/Makefile.am: doc/Makefile.am: fix typo in zile.1.in rule

2011-08-16  Gary V. Vaughan <gary@vaughan.pe>

	* src/lisp.lua: new function: (eval-buffer &optional buffer) Great for writing test cases!

2011-08-16  Gary V. Vaughan <gary@vaughan.pe>

	* Makefile.am: Makefile.am: fix typo in EXTRA_DIST

2011-08-17  Gary V. Vaughan <gary@vaughan.pe>

	* FAQ: FAQ: more detail for Mac OS Terminal.app

2011-08-16  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Fix negative prefix arguments. (from master)

2011-08-17  Gary V. Vaughan <gary@vaughan.pe>

	* tests/zile-only/call_last_kbd_macro.el,
	tests/zile-only/call_last_kbd_macro.output,
	tests/zile-only/interactive-call_last_kbd_macro.el,
	tests/zile-only/interactive-call_last_kbd_macro.output,
	tests/zile-only/interactive-keyboard_quit.el,
	tests/zile-only/interactive-keyboard_quit.output,
	tests/zile-only/interactive-kill_line.el,
	tests/zile-only/interactive-kill_line.output,
	tests/zile-only/interactive-prefix_argument.el,
	tests/zile-only/interactive-prefix_argument.output,
	tests/zile-only/keyboard_quit.el,
	tests/zile-only/keyboard_quit.output, tests/zile-only/kill_line.el,
	tests/zile-only/kill_line.output,
	tests/zile-only/prefix_argument.el,
	tests/zile-only/prefix_argument.output: tests: rename interactive
	tests in tests/zile-only

2011-08-16  Reuben Thomas <rrt@sc3d.org>

	* tests/zile-only/interactive-negative-prefix_argument.el,
	tests/zile-only/interactive-negative-prefix_argument.output: Add
	test for negative prefix arguments.

2011-08-16  Reuben Thomas <rrt@sc3d.org>

	* FAQ: Improve FAQ 2.3 about building on non-POSIX systems.

2011-08-16  Reuben Thomas <rrt@sc3d.org>

	* FAQ: Remove FAQ about size of binary, which doesn’t make sense
	for Lua.

2011-08-16  Reuben Thomas <rrt@sc3d.org>

	* FAQ: Update FAQ 1.1 to be simpler and more general.

2011-08-16  Gary V. Vaughan <gary@vaughan.pe>

	* src/term_curses.lua: curses: refactor keycode translation

2011-08-15  Reuben Thomas <rrt@sc3d.org>

	* : Merge master.

2011-08-15  Gary V. Vaughan <gary@vaughan.pe>

	* src/bind.lua: [bind] revert 45e1c21: "add rudimentary support for
	Emacs-like key_translation_map"

2011-08-15  Gary V. Vaughan <gary@vaughan.pe>

	* doc/Makefile.am: [configury] fix a race condition in parallel
	builds (from master) Make the dependency of doc/zile.1.in upon src/zile explicit, or else
	With `make -j2' it's likely that one job will reach the build graph
	node for generating doc/zile.1.in before src/zile has been linked.

2011-08-15  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: [configury] fix a typo in function call (from master)

2011-08-15  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: [configury] latest `bootstrap --skip-git
	--gnu-srcdir=../gnulib' works (from master)

2011-08-12  Gary V. Vaughan <gary@vaughan.pe>

	* .gitignore, BUGS, FAQ, INSTALL, Makefile.am, README,
	bootstrap.conf, build-aux/HACKING.in: [refactor] consolidate the
	swathe of README files in $top_srcdir (from master) Users can now find everything they need to know about what to do
	next after downloading a Zile release tarball by reading README.
	Similarly, users can find out how to hack on the Zile sources by
	reading HACKING after cloning the repository.  * BUGS: Removed; content added to README.  * README: Overhauled.  * README-prereq: Removed; listed and checked by bootstrap script.  * README-release: Removed; content moved to HACKING.in.  * HACKING.in: Preamble to content of README-release when creating   HACKING.  * INSTALL: Removed; use gnulib's version.  * bootstrap (zile_readme_package_substitution): Create HACKING at   bootstrap time from HACKING.in and gnulib README-release.

2011-08-12  Gary V. Vaughan <gary@vaughan.pe>

	* configure.ac: [configury] call AC_PREREQ so that bootstrap can
	check autoconf installation (from master)

2011-08-12  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: [configury] sync latest bootstrap script (from master) * func_install_gnulib_non_module_files: fix error message typo.  * require_aclocal_amflags: Use shorter http://www.gnu.org/s/' URLs.  * func_require_gnulib_files_already_present: Make sure to default
	  the value of $gnulib_mk to Makefile.am to match gnulib-tool's
	treatment.  * func_get_version: be more robust to applications that ignore
	  `--version', but still execute correctly.  * require_checkout_only_file: moved out of global environment, and
	  hooked into func_prep so that --help still works even if
	  checkout_only_file is missing.

2011-08-10  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap.conf: [configury] prefer build-aux files from gnulib to
	from Automake (from master)

2011-08-11  Reuben Thomas <rrt@sc3d.org>

	* src/dotzile-extra.el: Remove keybindings for broken C-h; just
	encourages toleration of brokenness. (from master)

2011-08-11  Reuben Thomas <rrt@sc3d.org>

	* FAQ: Rewrite question about keybindings with simpler fix for Mac
	OS X. (from master) Reorder the sections and questions to put more frequently-asked
	questions first.  Update copyright year.

2011-08-04  Gary V. Vaughan <gary@vaughan.pe>

	* configure.ac: [configury] quote Autoconf macro argument
	consistently (from master)

2011-08-11  Gary V. Vaughan <gary@vaughan.pe>

	* .gitignore, Makefile.am, README, build-aux/.gitignore,
	build-aux/zile-help2man-wrapper, doc/.gitignore, doc/Makefile.am,
	doc/man-extras, m4/.gitignore, src/Makefile.am,
	src/lisp-tests/.gitignore, src/lisp-tests/backward_char.el,
	src/lisp-tests/backward_char.output,
	src/lisp-tests/backward_delete_char.el,
	src/lisp-tests/backward_delete_char.output,
	src/lisp-tests/backward_kill_word.el,
	src/lisp-tests/backward_kill_word.output,
	src/lisp-tests/backward_paragraph.el,
	src/lisp-tests/backward_paragraph.output,
	src/lisp-tests/backward_sexp.el,
	src/lisp-tests/backward_sexp.output,
	src/lisp-tests/backward_word.el,
	src/lisp-tests/backward_word.output,
	src/lisp-tests/beginning_of_buffer.el,
	src/lisp-tests/beginning_of_buffer.output,
	src/lisp-tests/beginning_of_line.el,
	src/lisp-tests/beginning_of_line.output,
	src/lisp-tests/capitalize_word.el,
	src/lisp-tests/capitalize_word.output,
	src/lisp-tests/copy_region_as_kill.el,
	src/lisp-tests/copy_region_as_kill.output,
	src/lisp-tests/copy_to_register.el,
	src/lisp-tests/copy_to_register.output,
	src/lisp-tests/delete_blank_lines.el,
	src/lisp-tests/delete_blank_lines.output,
	src/lisp-tests/delete_char.el, src/lisp-tests/delete_char.output,
	src/lisp-tests/delete_horizontal_space.el,
	src/lisp-tests/delete_horizontal_space.output,
	src/lisp-tests/delete_region.el,
	src/lisp-tests/delete_region.output,
	src/lisp-tests/describe_bindings.el,
	src/lisp-tests/describe_bindings.output,
	src/lisp-tests/describe_function.el,
	src/lisp-tests/describe_function.output,
	src/lisp-tests/describe_key.el, src/lisp-tests/describe_key.output,
	src/lisp-tests/describe_variable.el,
	src/lisp-tests/describe_variable.output,
	src/lisp-tests/disabled/overwrite_mode.el,
	src/lisp-tests/disabled/overwrite_mode.output,
	src/lisp-tests/disabled/scroll_down.el,
	src/lisp-tests/disabled/scroll_down.output,
	src/lisp-tests/disabled/scroll_up.el,
	src/lisp-tests/disabled/scroll_up.output,
	src/lisp-tests/downcase_region.el,
	src/lisp-tests/downcase_region.output,
	src/lisp-tests/downcase_word.el,
	src/lisp-tests/downcase_word.output,
	src/lisp-tests/end_of_buffer.el,
	src/lisp-tests/end_of_buffer.output, src/lisp-tests/end_of_line.el,
	src/lisp-tests/end_of_line.output,
	src/lisp-tests/exchange_point_and_mark.el,
	src/lisp-tests/exchange_point_and_mark.output,
	src/lisp-tests/fill_paragraph.el,
	src/lisp-tests/fill_paragraph.output,
	src/lisp-tests/forward_char.el, src/lisp-tests/forward_char.output,
	src/lisp-tests/forward_line.el, src/lisp-tests/forward_line.output,
	src/lisp-tests/forward_paragraph.el,
	src/lisp-tests/forward_paragraph.output,
	src/lisp-tests/forward_sexp.el, src/lisp-tests/forward_sexp.output,
	src/lisp-tests/forward_word.el, src/lisp-tests/forward_word.output,
	src/lisp-tests/goto_char.el, src/lisp-tests/goto_char.output,
	src/lisp-tests/goto_line.el, src/lisp-tests/goto_line.output,
	src/lisp-tests/indent_for_tab_command.el,
	src/lisp-tests/indent_for_tab_command.output,
	src/lisp-tests/indent_relative.el,
	src/lisp-tests/indent_relative.output,
	src/lisp-tests/insert_buffer.el,
	src/lisp-tests/insert_buffer.output, src/lisp-tests/insert_char.el,
	src/lisp-tests/insert_char.output, src/lisp-tests/insert_file.el,
	src/lisp-tests/insert_file.output,
	src/lisp-tests/interactive-cd.el,
	src/lisp-tests/interactive-cd.output,
	src/lisp-tests/interactive-execute_extended_command.el,
	src/lisp-tests/interactive-execute_extended_command.output,
	src/lisp-tests/interactive-global_set_key.el,
	src/lisp-tests/interactive-global_set_key.output,
	src/lisp-tests/interactive-isearch_backward.el,
	src/lisp-tests/interactive-isearch_backward.output,
	src/lisp-tests/interactive-isearch_backward_regexp.el,
	src/lisp-tests/interactive-isearch_backward_regexp.output,
	src/lisp-tests/interactive-isearch_forward.el,
	src/lisp-tests/interactive-isearch_forward.output,
	src/lisp-tests/interactive-isearch_forward_regexp.el,
	src/lisp-tests/interactive-isearch_forward_regexp.output,
	src/lisp-tests/interactive-query_replace.el,
	src/lisp-tests/interactive-query_replace.output,
	src/lisp-tests/interactive-quoted_insert.el,
	src/lisp-tests/interactive-quoted_insert.output,
	src/lisp-tests/interactive-resume_search.el,
	src/lisp-tests/interactive-resume_search.output,
	src/lisp-tests/interactive-save_some_buffers.el,
	src/lisp-tests/interactive-save_some_buffers.output,
	src/lisp-tests/interactive-switch_to_buffer.el,
	src/lisp-tests/interactive-switch_to_buffer.output,
	src/lisp-tests/interactive-universal_argument.el,
	src/lisp-tests/interactive-universal_argument.output,
	src/lisp-tests/just_one_space.el,
	src/lisp-tests/just_one_space.output,
	src/lisp-tests/kill_buffer.el, src/lisp-tests/kill_buffer.output,
	src/lisp-tests/kill_line.el, src/lisp-tests/kill_line.output,
	src/lisp-tests/kill_region.el, src/lisp-tests/kill_region.output,
	src/lisp-tests/kill_sexp.el, src/lisp-tests/kill_sexp.output,
	src/lisp-tests/kill_word.el, src/lisp-tests/kill_word.output,
	src/lisp-tests/list_registers.el,
	src/lisp-tests/list_registers.output,
	src/lisp-tests/mark_paragraph.el,
	src/lisp-tests/mark_paragraph.output, src/lisp-tests/mark_sexp.el,
	src/lisp-tests/mark_sexp.output,
	src/lisp-tests/mark_whole_buffer.el,
	src/lisp-tests/mark_whole_buffer.output,
	src/lisp-tests/mark_word.el, src/lisp-tests/mark_word.output,
	src/lisp-tests/newline.el, src/lisp-tests/newline.output,
	src/lisp-tests/newline_and_indent.el,
	src/lisp-tests/newline_and_indent.output,
	src/lisp-tests/next_line.el, src/lisp-tests/next_line.output,
	src/lisp-tests/open_line.el, src/lisp-tests/open_line.output,
	src/lisp-tests/previous_line.el,
	src/lisp-tests/previous_line.output,
	src/lisp-tests/search_backward.el,
	src/lisp-tests/search_backward.output,
	src/lisp-tests/search_backward_regexp.el,
	src/lisp-tests/search_backward_regexp.output,
	src/lisp-tests/search_forward.el,
	src/lisp-tests/search_forward.output,
	src/lisp-tests/search_forward_regexp.el,
	src/lisp-tests/search_forward_regexp.output,
	src/lisp-tests/set_fill_column.el,
	src/lisp-tests/set_fill_column.output,
	src/lisp-tests/set_variable.el, src/lisp-tests/set_variable.output,
	src/lisp-tests/setq_nonexistent_variable.el,
	src/lisp-tests/setq_nonexistent_variable.output,
	src/lisp-tests/shell_command.el,
	src/lisp-tests/shell_command.output,
	src/lisp-tests/shell_command_on_region.el,
	src/lisp-tests/shell_command_on_region.output,
	src/lisp-tests/switch_to_buffer.el,
	src/lisp-tests/switch_to_buffer.output,
	src/lisp-tests/tab_to_tab_stop.el,
	src/lisp-tests/tab_to_tab_stop.output, src/lisp-tests/test.input,
	src/lisp-tests/toggle_read_only.el,
	src/lisp-tests/toggle_read_only.output,
	src/lisp-tests/transpose_chars.el,
	src/lisp-tests/transpose_chars.output,
	src/lisp-tests/transpose_lines.el,
	src/lisp-tests/transpose_lines.output,
	src/lisp-tests/transpose_sexps.el,
	src/lisp-tests/transpose_sexps.output,
	src/lisp-tests/transpose_words.el,
	src/lisp-tests/transpose_words.output,
	src/lisp-tests/upcase_region.el,
	src/lisp-tests/upcase_region.output, src/lisp-tests/upcase_word.el,
	src/lisp-tests/upcase_word.output, src/lisp-tests/yank.el,
	src/lisp-tests/yank.output,
	src/lisp-tests/zile-only/call_last_kbd_macro.el,
	src/lisp-tests/zile-only/call_last_kbd_macro.output,
	src/lisp-tests/zile-only/keyboard_quit.el,
	src/lisp-tests/zile-only/keyboard_quit.output,
	src/lisp-tests/zile-only/kill_line.el,
	src/lisp-tests/zile-only/kill_line.output,
	src/lisp-tests/zile-only/list_buffers.el,
	src/lisp-tests/zile-only/list_buffers.output,
	src/lisp-tests/zile-only/prefix_argument.el,
	src/lisp-tests/zile-only/prefix_argument.output,
	src/lisp-tests/zile-only/undo.el,
	src/lisp-tests/zile-only/undo.output, src/man-extras, src/quit.el,
	src/run-lisp-tests.lua, src/test-bad-argument,
	src/zile-help2man-wrapper, tests/.gitignore, tests/Makefile.am,
	tests/backward_char.el, tests/backward_char.output,
	tests/backward_delete_char.el, tests/backward_delete_char.output,
	tests/backward_kill_word.el, tests/backward_kill_word.output,
	tests/backward_paragraph.el, tests/backward_paragraph.output,
	tests/backward_sexp.el, tests/backward_sexp.output,
	tests/backward_word.el, tests/backward_word.output,
	tests/beginning_of_buffer.el, tests/beginning_of_buffer.output,
	tests/beginning_of_line.el, tests/beginning_of_line.output,
	tests/capitalize_word.el, tests/capitalize_word.output,
	tests/copy_region_as_kill.el, tests/copy_region_as_kill.output,
	tests/copy_to_register.el, tests/copy_to_register.output,
	tests/delete_blank_lines.el, tests/delete_blank_lines.output,
	tests/delete_char.el, tests/delete_char.output,
	tests/delete_horizontal_space.el,
	tests/delete_horizontal_space.output, tests/delete_region.el,
	tests/delete_region.output, tests/describe_bindings.el,
	tests/describe_bindings.output, tests/describe_function.el,
	tests/describe_function.output, tests/describe_key.el,
	tests/describe_key.output, tests/describe_variable.el,
	tests/describe_variable.output, tests/disabled/overwrite_mode.el,
	tests/disabled/overwrite_mode.output,
	tests/disabled/scroll_down.el, tests/disabled/scroll_down.output,
	tests/disabled/scroll_up.el, tests/disabled/scroll_up.output,
	tests/downcase_region.el, tests/downcase_region.output,
	tests/downcase_word.el, tests/downcase_word.output,
	tests/end_of_buffer.el, tests/end_of_buffer.output,
	tests/end_of_line.el, tests/end_of_line.output,
	tests/exchange_point_and_mark.el,
	tests/exchange_point_and_mark.output, tests/fill_paragraph.el,
	tests/fill_paragraph.output, tests/forward_char.el,
	tests/forward_char.output, tests/forward_line.el,
	tests/forward_line.output, tests/forward_paragraph.el,
	tests/forward_paragraph.output, tests/forward_sexp.el,
	tests/forward_sexp.output, tests/forward_word.el,
	tests/forward_word.output, tests/goto_char.el,
	tests/goto_char.output, tests/goto_line.el, tests/goto_line.output,
	tests/indent_for_tab_command.el,
	tests/indent_for_tab_command.output, tests/indent_relative.el,
	tests/indent_relative.output, tests/insert_buffer.el,
	tests/insert_buffer.output, tests/insert_char.el,
	tests/insert_char.output, tests/insert_file.el,
	tests/insert_file.output, tests/interactive-cd.el,
	tests/interactive-cd.output,
	tests/interactive-execute_extended_command.el,
	tests/interactive-execute_extended_command.output,
	tests/interactive-global_set_key.el,
	tests/interactive-global_set_key.output,
	tests/interactive-isearch_backward.el,
	tests/interactive-isearch_backward.output,
	tests/interactive-isearch_backward_regexp.el,
	tests/interactive-isearch_backward_regexp.output,
	tests/interactive-isearch_forward.el,
	tests/interactive-isearch_forward.output,
	tests/interactive-isearch_forward_regexp.el,
	tests/interactive-isearch_forward_regexp.output,
	tests/interactive-query_replace.el,
	tests/interactive-query_replace.output,
	tests/interactive-quoted_insert.el,
	tests/interactive-quoted_insert.output,
	tests/interactive-resume_search.el,
	tests/interactive-resume_search.output,
	tests/interactive-save_some_buffers.el,
	tests/interactive-save_some_buffers.output,
	tests/interactive-switch_to_buffer.el,
	tests/interactive-switch_to_buffer.output,
	tests/interactive-universal_argument.el,
	tests/interactive-universal_argument.output,
	tests/just_one_space.el, tests/just_one_space.output,
	tests/kill_buffer.el, tests/kill_buffer.output, tests/kill_line.el,
	tests/kill_line.output, tests/kill_region.el,
	tests/kill_region.output, tests/kill_sexp.el,
	tests/kill_sexp.output, tests/kill_word.el, tests/kill_word.output,
	tests/list_registers.el, tests/list_registers.output,
	tests/mark_paragraph.el, tests/mark_paragraph.output,
	tests/mark_sexp.el, tests/mark_sexp.output,
	tests/mark_whole_buffer.el, tests/mark_whole_buffer.output,
	tests/mark_word.el, tests/mark_word.output, tests/newline.el,
	tests/newline.output, tests/newline_and_indent.el,
	tests/newline_and_indent.output, tests/next_line.el,
	tests/next_line.output, tests/open_line.el, tests/open_line.output,
	tests/previous_line.el, tests/previous_line.output, tests/quit.el,
	tests/run-lisp-tests.lua, tests/search_backward.el,
	tests/search_backward.output, tests/search_backward_regexp.el,
	tests/search_backward_regexp.output, tests/search_forward.el,
	tests/search_forward.output, tests/search_forward_regexp.el,
	tests/search_forward_regexp.output, tests/set_fill_column.el,
	tests/set_fill_column.output, tests/set_variable.el,
	tests/set_variable.output, tests/setq_nonexistent_variable.el,
	tests/setq_nonexistent_variable.output, tests/shell_command.el,
	tests/shell_command.output, tests/shell_command_on_region.el,
	tests/shell_command_on_region.output, tests/switch_to_buffer.el,
	tests/switch_to_buffer.output, tests/tab_to_tab_stop.el,
	tests/tab_to_tab_stop.output, tests/test-bad-argument,
	tests/test.input, tests/toggle_read_only.el,
	tests/toggle_read_only.output, tests/transpose_chars.el,
	tests/transpose_chars.output, tests/transpose_lines.el,
	tests/transpose_lines.output, tests/transpose_sexps.el,
	tests/transpose_sexps.output, tests/transpose_words.el,
	tests/transpose_words.output, tests/upcase_region.el,
	tests/upcase_region.output, tests/upcase_word.el,
	tests/upcase_word.output, tests/yank.el, tests/yank.output,
	tests/zile-only/call_last_kbd_macro.el,
	tests/zile-only/call_last_kbd_macro.output,
	tests/zile-only/keyboard_quit.el,
	tests/zile-only/keyboard_quit.output, tests/zile-only/kill_line.el,
	tests/zile-only/kill_line.output, tests/zile-only/list_buffers.el,
	tests/zile-only/list_buffers.output,
	tests/zile-only/prefix_argument.el,
	tests/zile-only/prefix_argument.output, tests/zile-only/undo.el,
	tests/zile-only/undo.output: [configury] canonicalize directory
	layout (from master) Instead of putting *everything* in `src/', move documentation into
	`doc/', auxilliary build scripts into `build-aux/' and tests into
	`tests/' in keeping with the layout of most GNU packages.  Updated README to explain where everything is, as per tradition.

2011-08-13  Brian Maher <brian@brimworks.com>

	* configure.ac, src/Makefile.am, src/search.lua, src/zile.lua.in: 
	[new feature] allow loading of lrex_pcre in place of lrex_gnu * configure.ac: New `--with-lrex={gnu,pcre}' option.  Of course, choosing pcre causes search tests to fail, since they
	need to executed with GNU Emacs.

2011-08-13  Gary V. Vaughan <gary@vaughan.pe>

	* .gitignore: [scm] add gnulib directory to root .gitignore

2011-08-11  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap: [configury] update to bootstrap script with more robust
	bold printing

2011-08-10  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap.conf: [configury] disable the bootstrap `please sync
	with gnulib' warning

2011-08-09  Brian Maher <brian@brimworks.com>

	* src/zile.lua.in: xpcall(main) so we can see lua stack traces if
	there is an error

2011-08-08  Gary V. Vaughan <gary@vaughan.pe>

	* src/basic.lua, src/bind.lua, src/file.lua, src/funcs.lua,
	src/help.lua: [refactor] rename shared global variable interactive
	to _interactive

2011-08-08  Gary V. Vaughan <gary@vaughan.pe>

	* src/dotzile-extra.el: remove reference to obsolete function in
	dotzile-extra.el

2011-08-08  Gary V. Vaughan <gary@vaughan.pe>

	* src/lisp-tests/describe_function.output,
	src/lisp-tests/describe_variable.output: [tests] update test results
	files to match new output string The 'describe- series of functions now output `Lua source code', so
	update the test cases to match.

2011-08-08  Gary V. Vaughan <gary@vaughan.pe>

	* src/help.lua: [help] definitions are no longer in `C source code' Use "in `Lua source code'" instead.

2011-08-06  Gary V. Vaughan <gary@vaughan.pe>

	* src/lisp-tests/disabled/overwrite_mode.el,
	src/lisp-tests/disabled/overwrite_mode.output,
	src/lisp-tests/overwrite_mode.el,
	src/lisp-tests/overwrite_mode.output: [lisp-tests] disable test for
	removed overwrite mode

2011-08-05  Gary V. Vaughan <gary@vaughan.pe>

	* bootstrap.conf: [configury] squash a spurious error message

2011-08-05  Gary V. Vaughan <gary@vaughan.pe>

	* .gitignore, COPYING, autogen.sh, bootstrap, bootstrap.conf,
	m4/gnulib-cache.m4: [configure] use a sane bootstrap script The bootstrap process from a fresh git clone is the same as master:   ./bootstrap && ./configure && make all check * COPYING: removed - bootstrap manages this file now.  * m4/gnulib-cache.m4: likewise.  * bootstrap, bootstrap.conf: new files.

2011-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Stop compact_path returning nil, as that can cause
	errors.

2011-08-01  Reuben Thomas <rrt@sc3d.org>

	* src/default-bindings.el, src/funcs.lua, src/line.lua,
	src/term_minibuf.lua, src/term_redisplay.lua: Remove overwrite mode
	(as on master branch).

2011-08-01  Gary V. Vaughan <gary@vaughan.pe>

	* src/bind.lua: describe-bindings: space all the keys in the left
	column correctly

2011-08-01  Gary V. Vaughan <gary@vaughan.pe>

	* src/bind.lua: [bugfix] describe-bindings works again I broke it with my last commit, having missed this one spot for
	checking the type of a leaf node in the root_bindings tree.

2011-08-01  Gary V. Vaughan <gary@vaughan.pe>

	* src/bind.lua: [bind] add rudimentary support for Emacs-like
	key_translation_map Emacs has a complex method of working around discrepencies between
	terminfo caps and what a terminal emulator actually does, part of
	which is the `key-translation-map' to replace known sequences in the
	input stream with the correct key symbols.  Lua Zile now has a `key_translation_map' that helps it behave
	correctly when F1 thru F4 are pressed on certain buggy xterm-color
	emulators (*cough* Terminal.app *cough*).  Fixes #33908 on the Lua side.

2011-08-01  Gary V. Vaughan <gary@vaughan.pe>

	* configure.ac: [configury] bump version number to 2.5.0.50 ...to accomodate using the 2.4 version number for an impending C
	Zile release from master.

2011-08-01  Gary V. Vaughan <gary@vaughan.pe>

	* src/term_curses.lua: [fixes #33910] turn off curses keypad
	processing during GETKEY_UNFILTERED

2011-08-01  Gary V. Vaughan <gary@vaughan.pe>

	* src/lisp-tests/interactive-quoted_insert.el,
	src/lisp-tests/interactive-quoted_insert.output: regression test:
	demonstrate savannah bug #33910 Beef up the test case for quoted-insert by inserting some more
	awkward characters, ^h (which currently crashes Lua Zile), ^q and
	the full terminfo escape sequence for xterm <f1>.  All should be
	collected and inserted verbatim into the current buffer.  Unfortunately, the codepath taken by execute-kbd-macro is different
	enough from fully interactive use that Zile doesn't actually crash
	with this test, even though pressing those exact same keys at a live
	Lua Zile does! See https://savannah.gnu.org/bugs/?33910

2011-08-01  Gary V. Vaughan <gary@vaughan.pe>

	* src/keycode.lua: [kbd-macros] support \e in macro strings ...otherwise there is no way to specify having pressed the escape
	key in a keyboard macro (as opposed to setting the meta bit on the
	following keypress).

2011-08-01  Gary V. Vaughan <gary@vaughan.pe>

	* src/keycode.lua: [bugfix] show SPC rather than <20> in
	describe-bindings buffer ...by fixing a typo in the `codetoname' table.

2011-07-31  Gary V. Vaughan <gary@vaughan.pe>

	* src/term_curses.lua: [curses] make sure we translate curses
	BACKSPACE to Zile \C-h ...otherwise it's impossible to enter the \C-h command prefix on
	terminals where curses returns KEY_BACKSPACE when the user presses
	\C-h.

2011-07-31  Gary V. Vaughan <gary@vaughan.pe>

	* src/term_curses.lua: [curses] refactor calculating code for CTRL
	chars into a function

2011-07-31  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua: Remove unused variable.

2011-07-31  Gary V. Vaughan <gary@vaughan.pe>

	* src/lisp-tests/cd.el, src/lisp-tests/cd.output,
	src/lisp-tests/execute_extended_command.el,
	src/lisp-tests/execute_extended_command.output,
	src/lisp-tests/global_set_key.el,
	src/lisp-tests/global_set_key.output,
	src/lisp-tests/interactive-cd.el,
	src/lisp-tests/interactive-cd.output,
	src/lisp-tests/interactive-execute_extended_command.el,
	src/lisp-tests/interactive-execute_extended_command.output,
	src/lisp-tests/interactive-global_set_key.el,
	src/lisp-tests/interactive-global_set_key.output,
	src/lisp-tests/interactive-isearch_backward.el,
	src/lisp-tests/interactive-isearch_backward.output,
	src/lisp-tests/interactive-isearch_backward_regexp.el,
	src/lisp-tests/interactive-isearch_backward_regexp.output,
	src/lisp-tests/interactive-isearch_forward.el,
	src/lisp-tests/interactive-isearch_forward.output,
	src/lisp-tests/interactive-isearch_forward_regexp.el,
	src/lisp-tests/interactive-isearch_forward_regexp.output,
	src/lisp-tests/interactive-query_replace.el,
	src/lisp-tests/interactive-query_replace.output,
	src/lisp-tests/interactive-quoted_insert.el,
	src/lisp-tests/interactive-quoted_insert.output,
	src/lisp-tests/interactive-resume_search.el,
	src/lisp-tests/interactive-resume_search.output,
	src/lisp-tests/interactive-save_some_buffers.el,
	src/lisp-tests/interactive-save_some_buffers.output,
	src/lisp-tests/interactive-universal_argument.el,
	src/lisp-tests/interactive-universal_argument.output,
	src/lisp-tests/isearch_backward.el,
	src/lisp-tests/isearch_backward.output,
	src/lisp-tests/isearch_backward_regexp.el,
	src/lisp-tests/isearch_backward_regexp.output,
	src/lisp-tests/isearch_forward.el,
	src/lisp-tests/isearch_forward.output,
	src/lisp-tests/isearch_forward_regexp.el,
	src/lisp-tests/isearch_forward_regexp.output,
	src/lisp-tests/query_replace.el,
	src/lisp-tests/query_replace.output,
	src/lisp-tests/quoted_insert.el,
	src/lisp-tests/quoted_insert.output,
	src/lisp-tests/resume_search.el,
	src/lisp-tests/resume_search.output,
	src/lisp-tests/save_some_buffers.el,
	src/lisp-tests/save_some_buffers.output,
	src/lisp-tests/universal_argument.el,
	src/lisp-tests/universal_argument.output: [lisp-tests] separate
	interactive tests by renaming test files Interactive tests can now be easily spotted, and coverage of
	interactive vs non-interactive tests is easier to see.

2011-07-31  Gary V. Vaughan <gary@vaughan.pe>

	* src/completion.lua: [fixes #33902] correct a typo in
	make_buffer_completion

2011-07-31  Gary V. Vaughan <gary@vaughan.pe>

	* src/lisp-tests/interactive-switch_to_buffer.el,
	src/lisp-tests/interactive-switch_to_buffer.output: regression test:
	demonstrate savannah bug #33902 Minibuffer completion for switch-to-buffer is not working.  See
	https://savannah.gnu.org/bugs/?33902

2011-07-27  Gary V. Vaughan <gary@gnu.org>

	* src/buffer.lua, src/main.lua: [ui] Make splash screen a buffer as
	in Emacs (copy from master).  Reformat splash screen again inspired by C Zile.

2011-07-31  Gary V. Vaughan <gary@vaughan.pe>

	* src/lisp.lua: [cleanup] remove duplicate definition of
	minibuf_read_function_name

2011-07-31  Gary V. Vaughan <gary@vaughan.pe>

	* src/file.lua: [fixes #33894]: correct a typo in the body of cd
	definition.

2011-07-31  Gary V. Vaughan <gary@vaughan.pe>

	* src/lisp-tests/cd.el, src/lisp-tests/cd.output: regression test:
	demonstrate savannah bug #33894 Trying to 'M-xcd' to anywhere crashes Zile.  See
	https://savannah.gnu.org/bugs/?33894

2011-07-31  Gary V. Vaughan <gary@vaughan.pe>

	* src/help.lua: [bugfix] fix overzealous deletion from commit
	v2.4.0alpha1-120-g9f6c8c6 Restore accidentally deleted write_function_description definition.
	describe_function.el test now passes again.

2011-07-31  Gary V. Vaughan <gary@vaughan.pe>

	* src/line.lua: [bugfix] fix mismerge from commit
	640c7a0cdfb6733c2a28cce169c7ca123ab2eca0 delete_blank_lines.el test now passes again.

2011-07-25  Gary V. Vaughan <gary@gnu.org>

	* src/main.lua: [ui] format splash screen correctly to match C Zile Lua removes the first new line from string literals delimited with
	brackets.

2011-07-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am, src/run-lisp-tests.lua: Rename
	EMACS to EMACSPROG to avoid problems when building under Emacs
	(copied from master).

2011-07-19  Reuben Thomas <rrt@sc3d.org>

	* src/default-bindings.el: Remove deleted command view-emacs-FAQ
	from default bindings.

2011-07-19  Reuben Thomas <rrt@sc3d.org>

	* src/line.lua: Fold line_remove into its only caller (copy from
	master).

2011-07-19  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua: Simplify and fix next-line and previous-line, as
	per master.

2011-07-18  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, src/Makefile.am, src/help.lua: Remove view-emacs-FAQ
	(copy from master).

2011-07-17  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.lua: Fix bug in minibuf_read_filename (copy from
	master).

2011-07-17  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.lua: Fix typo in previous commit.

2011-07-10  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Ignore patch files.

2011-07-09  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/zile-only/name_last_kbd_macro.el,
	src/lisp-tests/zile-only/name_last_kbd_macro.output, src/lisp.lua,
	src/macro.lua: Remove named macros (merge from gc branch).

2011-07-09  Reuben Thomas <rrt@sc3d.org>

	* src/help.lua: Remove zile-version (merge from gc branch).

2011-07-09  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua, src/buffer.lua, src/funcs.lua,
	src/lisp-tests/transient_mark_mode.el,
	src/lisp-tests/transient_mark_mode.output, src/tbl_vars.lua,
	src/term_redisplay.lua: Remove transient-mark-mode (merge from gc
	branch).

2011-07-09  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua, src/lisp-tests/tabify.el,
	src/lisp-tests/tabify.output, src/lisp-tests/untabify.el,
	src/lisp-tests/untabify.output: Remove tabify and untabify (as on gc
	branch).

2011-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua: Fix a FIXME.

2011-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua: Fix next_bp becoming nil in kill_buffer.

2011-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: Fix off-by-one error in +LINE command-line arg
	implementation.

2011-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Fix formatting of universal argument keystrokes.

2011-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Fix building of zile.1.in and zile.1.

2011-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua: Fix typo.

2011-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.lua: Fix execute_command when uniarg not supplied.

2011-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/ldb-config.lua: Apply tostring to output in ldb.

2011-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/redisplay.lua: Fix resize_windows.

2011-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.lua: Fix typos in translation from C.

2011-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Modify FIXME to take account of future changes in
	luaposix.

2011-05-13  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Don't contact translation project, Zile is not i18n'ed or
	l10n'd.

2011-05-04  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Use new-style woger arguments, and call it twice as
	release notes are different for gnu and freshmeat.

2011-05-04  Reuben Thomas <rrt@sc3d.org>

	* .prev-version, NEWS, cfg.mk: post-release administrivia * NEWS: Add header line for next release.  * .prev-version: Record previous version.  * cfg.mk (old_NEWS_hash): Auto-update.

2011-05-04  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: More tweaks for non-recursive build.

2011-05-04  Reuben Thomas <rrt@sc3d.org>

	* NEWS: version 2.4.0.50 * NEWS: Record release date.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: Fix test to display splash screen.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: Fix +LINE option.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update std.lua for bug fixes.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Again, fixes to format of NEWS.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Don’t put version number in NEWS, it’ll be written in by
	scripts later.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Use a version number, 2.4.0.50, that the
	various gnulib checks will accept.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Don’t call do-release-commit-and-tag in release
	target, it’s too late!

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/run-lisp-tests.lua: Fix tests for VPATH
	build.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add a note to a FIXME.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: zile.1 is under builddir, not srcdir.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Use top_srcdir and abs_top_srcdir as needed.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* NEWS, cfg.mk: Add NEWS for 2.4.0alpha2.

2011-05-03  Reuben Thomas <rrt@sc3d.org>

	* : Merge master.

2011-05-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove space-tab; thank you, maint.mk!

2011-05-02  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Move commented-out code into woger, and do a FIXME.

2011-05-02  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Rather than keep deleting lib/ each time we update
	gnulib, ignore it.

2011-05-02  Reuben Thomas <rrt@sc3d.org>

	* m4/gnulib-cache.m4: Add do-release-commit-and-tag gnulib module.

2011-05-02  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, m4/gnulib-cache.m4: Add readme-release gnulib module.

2011-05-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Use abs_srcdir more to make more things work in
	both directories.

2011-05-02  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.4.0alpha2.

2011-05-01  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua, src/file.lua, src/lisp-tests/insert_file.el,
	src/minibuf.lua, src/run-lisp-tests.lua: Implement buffer default
	directories properly.

2011-04-30  Reuben Thomas <rrt@sc3d.org>

	* FAQ: Explain capitalization of Zile.

2011-04-30  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Update luaposix dependency.

2011-04-30  Reuben Thomas <rrt@sc3d.org>

	* FAQ, INSTALL, Makefile.am, configure.ac, src/Makefile.am,
	src/basic.lua, src/bind.lua, src/buffer.lua, src/completion.lua,
	src/editfns.lua, src/file.lua, src/funcs.lua, src/getkey.lua,
	src/help.lua, src/killring.lua, src/lib.lua, src/line.lua,
	src/lisp.lua, src/macro.lua, src/main.lua, src/marker.lua,
	src/minibuf.lua, src/registers.lua, src/run-lisp-tests.lua,
	src/search.lua, src/tbl_vars.lua, src/term_curses.lua,
	src/term_minibuf.lua, src/term_redisplay.lua, src/variables.lua,
	src/window.lua, src/zile.lua.in: Compress copyright ranges.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* .prev-version, NEWS, cfg.mk: post-release administrivia * NEWS: Add header line for next release.  * .prev-version: Record previous version.  * cfg.mk (old_NEWS_hash): Auto-update.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Fix NEWS hash.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* NEWS: version 2.3.24 * NEWS: Record release date.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Remove version and date from NEWS so that
	do-release-commit-and-tag can run.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/zile-only/kill_line.el,
	src/lisp-tests/zile-only/kill_line.output,
	src/lisp-tests/zile-only/prefix_argument.el,
	src/lisp-tests/zile-only/prefix_argument.output: Add two tests from
	lua branch.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Bump version to 2.3.24 and add NEWS.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/variables.c: Fix a couple of space leaks.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* m4/gnulib-cache.m4: Add do-release-commit-and-tag.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add woger's gnu method back.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Compress copyright year range.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Add a bug-fix (for prefix argument killing) from
	Zile Lua.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/killring.lua: Add a call to maybe_free_kill_ring.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/killring.lua: Don’t call maybe_free_kill_ring unnecessarily,
	fixing bug #33001.  Make maybe_free_kill_ring local, as it’s not called outside
	killring.lua.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.lua: Simplify execute_function further.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/funcs.lua, src/killring.lua, src/line.lua,
	src/lisp.lua, src/main.lua: Simplify execute_function's arg list.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add a FIXME.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c, src/lists.h: Make leReallyWipe static.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Remove mistakenly committed configuration.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* FAQ, cfg.mk, src/astr.c, src/astr.h, src/basic.c, src/bind.c,
	src/buffer.c, src/completion.c, src/editfns.c, src/extern.h,
	src/file.c, src/funcs.c, src/getkey.c, src/help.c, src/keycode.c,
	src/line.c, src/macro.c, src/main.c, src/main.h, src/minibuf.c,
	src/point.c, src/redisplay.c, src/run-lisp-tests, src/search.c,
	src/tbl_vars.h.in, src/term_curses.c, src/term_minibuf.c,
	src/term_redisplay.c, src/test-bad-argument, src/undo.c,
	src/variables.c, src/window.c: Update copyright years, compress to
	ranges.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: Update gnulib.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix cosmetic error in repeated ESC-digit keypresses
	in universal-argument.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/funcs.c: Simplify string handling around
	do_binding_completion.

2011-04-29  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Fix cosmetic error in repeated ESC-digit keypresses
	in universal-argument.

2011-04-28  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Fix up loc target for non-recursive make.

2011-04-28  Gary V. Vaughan <gary@gnu.org>

	* Makefile.am, configure.ac, src/Makefile.am,
	src/lisp-tests/insert_file.el: Move to non-recursive make.  ...otherwise make cannot properly manage cross directory
	dependencies among intermediate files. Also, this prepares for
	moving to a Lua based build tool, which in turn won't support
	recursive Makefile.am parsing.

2011-04-28  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/funcs.lua: Make do_binding_completion add hyphen
	to input, not callers.

2011-04-27  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/help.lua: Fix bug #33001, ESC digit not working.

2011-04-27  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Fix call to mkstemp.

2011-04-27  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: Update gnulib.

2011-04-27  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4: Use mktemps
	from gnulib, and update gnulib.

2011-04-06  Gary V. Vaughan <gary@gnu.org>

	* src/Makefile.am: Allow running of uninstalled zile wrapper script
	from anywhere.  Prior to this patch, you had to cd into the zile src directory to
	run an uninstalled zile wrapper script.  Now, by substituting an absolute directory into the zile package
	search path, it's possible to improve testing of the latest version
	by adding the build tree directly into your path, e.g.:    PATH=$PATH:~/Devo/zile--savannah--0/src

2011-04-27  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Create temporary files in same directory as
	destination.  This fixes #33006.

2011-04-27  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: mkstemp only uses six X’s, so remove the extras.

2011-04-25  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua: Fix typo (wrong variable name).

2011-04-16  Reuben Thomas <rrt@sc3d.org>

	* src/killring.lua, src/lisp-tests/zile-only/kill_line.el: Fix
	interactive kill_line test bug, and fix comment typo in test itself.

2011-04-15  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/resume_search.el,
	src/lisp-tests/resume_search.output,
	src/lisp-tests/zile-only/resume_search.el,
	src/lisp-tests/zile-only/resume_search.output: Fix test (needed an
	extra C-s). The bug in Zile was fixed, anyway.  Make the test Emacs-compatible, and move it to the main tests
	direction.

2011-04-15  Reuben Thomas <rrt@sc3d.org>

	* src/marker.lua, src/search.lua: Fix typo, and make copy_marker
	global.

2011-04-13  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua, src/search.lua: Add missing calls to string.format.

2011-04-13  Gary V. Vaughan <gary@gnu.org>

	* src/file.lua: src/file.lua: fix misnamed variable

2011-04-12  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Fix use of strerror (as posix.errno).

2011-04-12  Reuben Thomas <rrt@sc3d.org>

	* : commit 92569e11e0fa16898da8339e901e75af25a44caa Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Tue Apr 12 17:57:42 2011 +0100

2011-04-12  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Don’t assume posix.euidaccess returns a number.

2011-04-08  Gary V. Vaughan <gary@gnu.org>

	* src/lisp-tests/zile-only/resume_search.el,
	src/lisp-tests/zile-only/resume_search.output: regression test:
	demonstrate savannah bug #33002 Search for a string that appears 3 times in the buffer, exit the
	search at the second occurence, and then crash when pressing C-s
	again.  See https://savannah.gnu.org/bugs/?33002

2011-04-08  Gary V. Vaughan <gary@gnu.org>

	* src/lisp-tests/zile-only/prefix_argument.el,
	src/lisp-tests/zile-only/prefix_argument.output: regression test:
	demonstrate savannah bug #33001 Kill 2 lines with M-2^K and then yank them back one line further
	down in the buffer.  See https://savannah.gnu.org/bugs/?33001

2011-04-08  Gary V. Vaughan <gary@gnu.org>

	* src/lisp-tests/zile-only/kill_line.el,
	src/lisp-tests/zile-only/kill_line.output: regression test:
	demonstrate savannah bug #33000 Kill a complete line with ^K^K and then yank it back one line
	further down in the buffer.  See
	https://savannah.gnu.org/bugs/?33000

2011-03-20  Gary V. Vaughan <gary@gnu.org>

	* src/Makefile.am, src/zile.lua.in: src/zile.lua.in: don't
	obliterate the system Lua package.path But, DO continue to overwrite the user's LUA_PATH setting.

2011-03-18  Gary V. Vaughan <gary@gnu.org>

	* configure.ac: Support Automake versions < 1.11

2011-04-03  Reuben Thomas <rrt@sc3d.org>

	* src/history.lua: Fix previous_history_element.  Give {previous,next}_history_element errors like Emacs.

2011-04-03  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Specify URLs for required libraries.

2011-04-01  Reuben Thomas <rrt@sc3d.org>

	* src/marker.lua: Tidy up marker code slightly.

2011-04-01  Reuben Thomas <rrt@sc3d.org>

	* src/marker.lua, src/search.lua: Simplify markers code.

2011-04-01  Reuben Thomas <rrt@sc3d.org>

	* src/window.lua: Fix typo.

2011-04-01  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Simplify enlarge-window slightly.

2011-04-01  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua, src/completion.lua, src/main.lua,
	src/redisplay.lua, src/term_redisplay.lua, src/window.lua: Convert
	window list from linked list to normal Lua list.

2011-04-01  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua: Fix left-over reference to cur_bp.next.

2011-03-30  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Simplify popup_window slightly.

2011-03-30  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Avoid a possible NULL pointer dereference.

2011-03-30  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua: Add comment.

2011-03-30  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Move setup_main_screen to after files are loaded, so
	it really works.

2011-03-30  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Update list-buffers docstring.

2011-03-30  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua, src/completion.lua, src/file.lua, src/funcs.lua,
	src/main.lua: Change buffer list from linked list to ordinary Lua
	list.

2011-03-30  Reuben Thomas <rrt@sc3d.org>

	* m4/ax_lua.m4: Update ax_lua.m4.

2011-03-28  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Add a couple of FIXMEs.

2011-03-25  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add a FIXME for streamlining next release.

2011-03-25  Reuben Thomas <rrt@sc3d.org>

	* .prev-version, NEWS, cfg.mk: post-release administrivia * NEWS: Add header line for next release.  * .prev-version: Record previous version.  * cfg.mk (old_NEWS_hash): Auto-update.

2011-03-25  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Improve comments.

2011-03-25  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Bump release date for 2.4.0alpha1.

2011-03-25  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Remove obsolete comment and unneeded
	VC_LIST_ALWAYS_EXCLUDE_REGEX pattern.

2011-03-25  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Remove obsolete comment.

2011-03-25  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.lua: Simplify and fix minibuf_read_filename.

2011-03-25  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Fix a typo (inverted sense of test).

2011-03-24  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Exclude two Lua files from sc_unmarked_diagnostics.

2011-03-24  Reuben Thomas <rrt@sc3d.org>

	* m4/ax_lua.m4: Update ax_lua.m4 to fix sc_prohibit_test_minus_ao
	errors.

2011-03-24  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Bump NEWS hash.

2011-03-24  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Update prerequisite version of luaposix to release 5.1.9,
	now that it's released.

2011-03-24  Reuben Thomas <rrt@sc3d.org>

	* README: Update information about how Zile is written.

2011-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/marker.lua: Simplify move_marker slightly.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/marker.lua: Make marker_new local to marker.lua.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.lua, src/marker.lua: Move mark ring functions into
	marker.lua.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.lua: Simplify drawing of modeline background.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.lua, src/term_redisplay.lua: Use term_addstr
	instead of term_addch.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua: Fix for multiple matches in completion_try,
	and some simplification and tidy-up.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.lua: Fix a mistranslation from C in
	do_minibuf_read.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Apply fix to std.lua.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua, src/minibuf.lua, src/term_minibuf.lua: Replace
	COMPLETION_* constants with strings.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua, src/file.lua, src/minibuf.lua: Add
	buffer_name_history, and fold minibuf_read_completion into
	minibuf_read.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua, src/buffer.lua, src/editfns.lua, src/getkey.lua,
	src/killring.lua, src/line.lua, src/lisp.lua, src/macro.lua,
	src/minibuf.lua, src/registers.lua, src/term_minibuf.lua,
	src/term_redisplay.lua, src/variables.lua: Bump some copyright
	years.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua, src/bind.lua, src/buffer.lua, src/editfns.lua,
	src/file.lua, src/funcs.lua, src/getkey.lua, src/line.lua,
	src/lisp.lua, src/macro.lua, src/main.lua, src/search.lua,
	src/term_redisplay.lua: Convert thisflags and lastflags from
	bitfields to boolean-valued tables.

2011-03-23  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.lua: Bump copyright year list.

2011-03-22  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua, src/bind.lua, src/completion.lua, src/funcs.lua,
	src/lisp.lua, src/macro.lua, src/registers.lua,
	src/term_curses.lua, src/variables.lua: Fix current-prefix-arg
	support, and other minor tidy-up.

2011-03-20  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua: Update copyright years.

2011-03-20  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua: Add a FIXME.

2011-03-20  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua, src/bind.lua, src/funcs.lua, src/macro.lua,
	src/variables.lua: Make current-prefix-arg default to nil, not 1,
	and fix get_variable_number to return nil for no value, not 0.

2011-03-19  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.lua: Fix typo (wrong field name).

2011-03-19  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Simplify normalize_path further.

2011-03-19  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Fix and simplify normalize_path.

2011-03-19  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update std.lua to release 20.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Add FIXME to reactivate -Wbad-function-cast.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk, configure.ac, src/astr.c, src/astr.h, src/bind.c,
	src/buffer.c, src/completion.c, src/editfns.c, src/eval.c,
	src/extern.h, src/file.c, src/help.c, src/history.c, src/keycode.c,
	src/main.c, src/main.h, src/marker.c, src/minibuf.c, src/search.c,
	src/variables.c: Fix -Wcast-qual warnings, and reactivate
	sc_cast_of_argument_to_free check.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Correct minimum required version of autoconf.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Correct minimum required version of autoconf.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Bump required version of autoconf.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* : Merge master.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.lua: Fix previous commit.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.lua: Catch last remaining Clue macro call.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Read errno correctly in read_file.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.lua: Fix a mistranslation from C in
	execute-extended-command.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/ldb-config.lua, src/ldb.lua, src/main.lua,
	src/term_curses.lua, src/zile.lua.in: Add debugging with ldb.

2011-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore: Remove texinfo files and add log to .gitignore.

2011-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.c: Remove long-unnecessary cosmetic code in
	term_close.

2011-03-17  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Update instructions for Lua branch.

2011-03-17  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Bump copyright date.

2011-03-17  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Add ncftp to dependencies for automated releases.

2011-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/test-bad-argument: Improve portablity by not using test -o.

2011-03-15  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Get rid of headings for Freshmeat announcements,
	which are not formatted.

2011-03-14  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Fix release notes parser to match new format of NEWS.

2011-03-14  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Fix bogus release headings.

2011-03-14  Reuben Thomas <rrt@sc3d.org>

	* m4/gnulib-cache.m4: Add gnupload.

2011-03-14  Reuben Thomas <rrt@sc3d.org>

	* .prev-version, NEWS, cfg.mk: post-release administrivia * NEWS: Add header line for next release.  * .prev-version: Record previous version.  * cfg.mk (old_NEWS_hash): Auto-update.

2011-03-14  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Bump NEWS hash.

2011-03-14  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Match heading with format accepted by announce-gen.

2011-03-14  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Remove unnecessary customization of news-check-regexp (was
	the same as the default).

2011-03-14  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Rewrite 2.3.23's NEWS in accepted format.

2011-03-14  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update date for 2.3.23.

2011-03-14  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Update format of Release lines in NEWS for finding
	release notes.

2011-03-13  Reuben Thomas <rrt@sc3d.org>

	* .prev-version: Add .prev-version.

2011-03-13  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Bump NEWS hash.

2011-03-13  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Correct formatting of release lines.

2011-03-13  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Remove unnecessary setting.

2011-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/extern.h, src/file.c, src/main.c: Sort out
	noreturn attributes.

2011-03-13  Reuben Thomas <rrt@sc3d.org>

	* NEWS, cfg.mk, m4/ax_with_curses.m4, m4/ax_with_prog.m4,
	m4/gnulib-cache.m4, src/Makefile.am, src/astr.c, src/basic.c,
	src/bind.c, src/buffer.c, src/completion.c, src/editfns.c,
	src/eval.c, src/extern.h, src/file.c, src/funcs.c, src/getkey.c,
	src/help.c, src/history.c, src/keycode.c, src/killring.c,
	src/line.c, src/lisp.c, src/lists.c, src/macro.c, src/main.c,
	src/main.h, src/marker.c, src/minibuf.c, src/point.c,
	src/redisplay.c, src/registers.c, src/run-lisp-tests, src/search.c,
	src/tbl_vars.h.in, src/term_curses.c, src/term_minibuf.c,
	src/term_redisplay.c, src/test-bad-argument, src/undo.c,
	src/variables.c, src/window.c: Make make syntax-check pass.

2011-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Remove useless include of assert.

2011-03-13  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/gnulib-cache.m4, src/astr.c, src/main.c: Use
	gnulib progname module.

2011-03-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Quote first argument of AC_DEFINE_UNQUOTED.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* m4/ax_with_curses.m4: Update ax_with_curses.m4 to satisfy
	AC_DEFINE check in maint.mk.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Opt out of checks Emacs would fail, and add rationales.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/bind.c: Remove casts of x*alloc result.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Don't perform check for cast of free's arg.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* cfg.mk: Don't run sc_bindtextdomain check.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add news about build system improvements.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, lib/.gitignore, m4/.gitignore,
	m4/ax_cflags_warn_all.m4, m4/gnulib-cache.m4, src/Makefile.am,
	src/basic.c, src/bind.c, src/buffer.c, src/extern.h, src/file.c,
	src/funcs.c, src/help.c, src/lisp.c, src/main.c, src/main.h,
	src/minibuf.c, src/registers.c, src/term_curses.c,
	src/term_minibuf.c, src/term_redisplay.c, src/variables.c: Use
	gnulib warnings and manywarnings, and fix all warnings.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Remove most of the release code, just leaving that
	for Freshmeat.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua: Make {beginning,end}-of-buffer work in
	transient-mark-mode.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Make Valgrind quiet.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Fix for reading empty files.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Add config.cache.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Bump version to 2.3.23 and add NEWS.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Make {beginning,end}-of-buffer take account of
	transient-mark-mode.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/funcs.c, src/term_redisplay.c: 
	Remove transient_mark_mode C function; pointless.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: Bump copyright message year.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Iron out some make distcheck errors.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/search.lua: Fix various bugs in regex isearch.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Fix path of zile.lua.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Change version to 2.4.0alpha1 and write some
	NEWS.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add missing files to Makefile.am.  Make commented announcement into a FIXME.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/killring.lua: Fix backward-kill-word with no arg.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/zile.lua.in: Remove unwonted parens from require argument.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/zile.lua.in: Make zile startup set Lua environment, using
	trick from Jörg Richter to make a dual shell-Lua script. Hardwire
	path to Lua interpreter according to build.

2011-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update std.lua, fixing problem with _DEBUG.

2011-03-09  Reuben Thomas <rrt@sc3d.org>

	* NEWS, src/lisp-tests/isearch_forward_regexp.el: Merge from master.

2011-03-07  Reuben Thomas <rrt@sc3d.org>

	* src/help.lua: Add a missing string.format.

2011-03-07  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Remove most of release target; use maint.mk in
	future.

2011-03-07  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Use euidaccess to check files to write.

2011-03-07  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove spurious dependency of loadlua.lua on Lua
	source.

2011-03-07  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/zile.lua.in: Fix installation.

2011-03-07  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Exit immediately on error rather than allowing
	atexit functions to run, for compatibility with C Zile (and
	visibility of error messages).

2011-03-07  Reuben Thomas <rrt@sc3d.org>

	* src/search.lua: Remove an extraneous space in the regex for
	escaping regexps.

2011-03-03  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/isearch_forward_regexp.el: Modify
	isearch_forward_regexp test to catch just-fixed bug.

2011-03-03  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix space leak.

2011-03-03  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add more NEWS for 2.3.22.

2011-03-03  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add NEWS for 2.3.22.

2011-03-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version and copyright year.

2011-03-03  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix regex isearch forward.

2011-03-03  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Re-add wrongly removed setting.

2011-03-03  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4: Update gnulib.

2011-02-17  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove unused variable.

2011-03-01  Reuben Thomas <rrt@sc3d.org>

	* src/search.lua: Escape non-regex search rather than using
	non-standard RE_PLAIN flag.

2011-03-01  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Use signal name, not number.

2011-03-01  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua: Load default bindings from path.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Improve comment.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Use new AX_PROG_LUA macro.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* m4/ax_lua.m4, m4/ax_with_prog.m4, m4/gnulib-cache.m4: Update
	macros.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Reorder more logically, and remove some unnecessary
	quotes.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Compact a few lines.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Clarify comment.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* FAQ: Sync FAQ with reality and improve layout slightly.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Remove obsolete entries.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Be more precise.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove unused variable.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* src/zile-help2man-wrapper: Add license, to satisfy the cautious.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests.lua: Update run-lisp-tests.lua to match master.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* src/test-bad-argument: Use license shorter than the code.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/quoted_insert_octal.el,
	src/lisp-tests/quoted_insert_octal.output: Remove tests for removed
	feature.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* : Merge HEAD.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Don’t mention config.h, as we no longer use it.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Default to false if help2man not found, for better
	error messages.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: No longer have a lib directory.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Don't use C, so no longer need config.h.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, configure.ac: No longer use C, nor, hence, libgnu.

2011-02-26  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/gnulib-cache.m4: Remove gnulib's dirname
	module, no longer used.

2011-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add some missing dependencies.

2011-02-24  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/.gitignore, src/Makefile.am, src/main.c,
	src/main.lua, src/main.lua.in, src/zile.lua.in: Remove main.c,
	replace with zile.lua. We have no more C!

2011-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Bump copyright year.

2011-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Fix a typo.

2011-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/help.lua: Fix a typo.

2011-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests.lua: Bump copyright year.

2011-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Fix typo.

2011-02-24  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, lib/.gitignore: Various fixes and improvements to
	.gitignore files.

2011-02-23  Reuben Thomas <rrt@sc3d.org>

	* : commit 9e78b7f1ac4fb9da3b37a530641dd25c5c2b6eb6 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Wed Feb 23 23:44:03 2011 +0000

2011-02-23  Reuben Thomas <rrt@sc3d.org>

	* m4/gnulib-cache.m4: Update gnulib.

2010-11-17  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Add NEWS for 2.3.21 and bump version.

2010-11-17  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/isearch_backward.el,
	src/lisp-tests/isearch_backward.output: Make isearch-backward test
	test repeated isearch.

2010-11-17  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix a couple of off-by-one errors in backward search
	introduced in commit 4a5ffc94eff.

2010-11-17  Reuben Thomas <rrt@sc3d.org>

	* : Merge master.

2010-11-17  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lisp-tests/call_last_kbd_macro.el,
	src/lisp-tests/call_last_kbd_macro.output,
	src/lisp-tests/disabled/scroll_down.el,
	src/lisp-tests/disabled/scroll_down.output,
	src/lisp-tests/disabled/scroll_up.el,
	src/lisp-tests/disabled/scroll_up.output,
	src/lisp-tests/keyboard_quit.el,
	src/lisp-tests/keyboard_quit.output,
	src/lisp-tests/list_buffers.el, src/lisp-tests/list_buffers.output,
	src/lisp-tests/name_last_kbd_macro.el,
	src/lisp-tests/name_last_kbd_macro.output,
	src/lisp-tests/scroll_down.el, src/lisp-tests/scroll_down.output,
	src/lisp-tests/scroll_up.el, src/lisp-tests/scroll_up.output,
	src/lisp-tests/undo.el, src/lisp-tests/undo.output,
	src/lisp-tests/zile-only/call_last_kbd_macro.el,
	src/lisp-tests/zile-only/call_last_kbd_macro.output,
	src/lisp-tests/zile-only/keyboard_quit.el,
	src/lisp-tests/zile-only/keyboard_quit.output,
	src/lisp-tests/zile-only/list_buffers.el,
	src/lisp-tests/zile-only/list_buffers.output,
	src/lisp-tests/zile-only/name_last_kbd_macro.el,
	src/lisp-tests/zile-only/name_last_kbd_macro.output,
	src/lisp-tests/zile-only/undo.el,
	src/lisp-tests/zile-only/undo.output, src/run-lisp-tests: Simplify
	test harness so that it doesn’t need a list of tests.  Use wildcards, and separate the three classes of tests (run on Zile
	& Emacs, run on Zile only, disabled) into three different
	directories.

2010-11-09  Reuben Thomas <rrt@sc3d.org>

	* m4/gnulib-cache.m4: Remove some unused gnulib modules.

2010-11-09  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/extern.h, src/lua.c, src/main.c,
	src/main.lua.in: Use getopt_long from luaposix.  Remove now-empty lua.c and extern.h.  Remove some unused code from main.c.

2010-11-09  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c: Use explicit initialisation of zero fields rather than
	memset.

2010-11-09  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c: Correct comment.

2010-11-09  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c: Allocate all values in Lua state to simplify code.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c: Don't do unnecessary and misleading lua_pop.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c: Fix FIXMEs: allow opterr and intial value of optind to
	be set by caller.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove obsolete functions.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.lua: Fix FIXME: call resize_windows now that it is
	in Lua.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua, src/line.lua, src/marker.lua: Fix FIXME: use a
	table of markers for each buffer, not a linked list.  As a result, free_buffer is no longer needed.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.lua, src/tbl_vars.lua: Convert texinfo formatting to
	plain text in docstrings.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Add missing argument type list to auto-fill-mode.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add note that loadlua.lua is generated to the
	file.  Make loadlua.lua be deleted when it is remade, not just appended to.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lib.lua, src/main.lua.in, src/texinfo.lua: 
	Remove unused X, D, O and A functions from lib.lua (in fact,
	everything!) and add recase (from main.lua, fixing a FIXME), and
	texi (from texinfo.lua, which is now empty and is deleted).  lib.lua now becomes part of the Zile sources, not buildtime, which
	means the buildtime sources list is empty, so the Makefile can be
	simplified a little.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/keycode.lua: Fix FIXME: make strtochord’s return values
	consistent with strtokey’s.  Incidentally, make strtochord local.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/history.lua, src/lisp.lua: Move
	initialisation of functions_history to lisp.lua, so it can be local
	there.  In order to allow history_new to be called from lisp.lua, put
	history.lua before lisp.lua in ZILE_LUA.  Make loadlua.lua depend on Makefile.am, so that changes in ZILE_LUA
	cause it to be rebuilt.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c: Fix FIXME: Ensure that freed upvalues for getopt_long
	are never accessed.  Move comment for getopt_long to the start of the correct function.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c: Fix minor whitespace problem.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/macro.lua: Move process_keys to bind.lua, fixing
	a FIXME.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua, src/buffer.lua, src/editfns.lua, src/killring.lua,
	src/line.lua, src/macro.lua, src/minibuf.lua, src/point.lua,
	src/undo.lua, src/variables.lua, src/window.lua: Add missing module
	descriptions and license blocks.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/mkloadlua.lua: Generate loadlua.lua directly
	in Makefile.am.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore: Remove defunct entries.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua: Fix some bogus struct element references.

2010-11-08  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am, src/main.lua, src/main.lua.in: 
	Implement FIXME to get configure constants from configure script.

2010-11-07  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Add config.cache.

2010-11-07  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/main.lua: Fix FIXME: combine Lua and C
	program_name.

2010-11-05  Reuben Thomas <rrt@sc3d.org>

	* src/help.lua, src/main.lua: Add a couple of FIXMEs.

2010-11-05  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests: Update FIXME.

2010-11-05  Reuben Thomas <rrt@sc3d.org>

	* src/line.lua: Fix an off-by-one error in line_replace_text.

2010-11-05  Reuben Thomas <rrt@sc3d.org>

	* src/search.lua: Fix output and grammar of number of occurrences
	changed in query-replace.

2010-11-05  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Use AM_SILENT_RULES for easier-to-read builds.

2010-11-05  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix line_replace_text’s interpretation of
	case-replace, broken 18 months ago.  Improve comment for line_replace_text.

2010-10-26  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c, src/main.lua: Rewrite getopt_long Lua binding as an
	iterator, so that memory used can be safely freed.

2010-10-23  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c, src/main.c: Move lua_getargs into main.c and rename it
	getargs, making it static.

2010-10-23  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c: Improve comment.

2010-10-23  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c: Remove unused euidaccess.

2010-10-23  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/keycode.lua, src/lua.c, src/registers.lua,
	src/term_minibuf.lua, src/term_redisplay.lua: Use isprint and
	isgraph from luaposix.

2010-10-23  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/funcs.lua, src/line.lua, src/lua.c: Use
	string.match instead of isspace.

2010-10-23  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/funcs.lua, src/lua.c: Use Lua string.match
	instead of isdigit.

2010-10-23  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Use BUFSIZ from luaposix.

2010-10-22  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Fix a couple of FIXMEs.

2010-10-22  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.lua: Put draw_minibuf_read above its caller, and
	add file header.

2010-10-22  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua, src/line.lua, src/main.lua, src/marker.lua,
	src/minibuf.lua, src/term_minibuf.lua, src/window.lua: Fix FIXMEs
	for identifiers which were local in C but were temporarily not in
	Lua (so they could be accessed from C), and now can (in most cases)
	be made local.

2010-10-22  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: Update FIXME to match reality.

2010-10-22  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua, src/funcs.lua, src/lua.c: Remove raise and abort
	(added to luaposix).  Use raise and abort from luaposix.

2010-10-17  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests.lua: Fix test of EMACS environment variable.

2010-10-16  Reuben Thomas <rrt@sc3d.org>

	* src/macro.lua: Fix copying keystrokes in name-last-kbd-macro.

2010-10-15  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Fix a couple of typos.

2010-10-15  Reuben Thomas <rrt@sc3d.org>

	* src/macro.lua: Fix a couple of typos.

2010-10-14  Reuben Thomas <rrt@sc3d.org>

	* : commit f92749b8970f791edeede62080d91884404c3e91 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Thu Oct 14 22:53:00 2010 +0100

2010-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.lua: Simplify token types in parsing Lisp.  Coerce any argument of type other than number or bool is a string,
	so that ignoring non-string arguments works.

2010-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Fix returning of return value in shell-command.

2010-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.lua: Read arguments for lisp defuns in correct order.

2010-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Rename prog_name to program_name to provide value for
	gnulib's error/lib.c (from HEAD).

2010-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Rename prog_name to program_name to supply value for
	gnulib's lib/error.c.

2010-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Add back proper backtrace from C calls into Lua; will
	need signal handling later\!

2010-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/killring.lua: Fix callers of copy_or_kill_region which
	erroneously believed it returned a truth value.

2010-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update std.lua.

2010-10-10  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Fix an off-by-one error in fill-paragraph.

2010-10-10  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Fix typo in delete-blank-lines.

2010-10-10  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Remove ability to use octal codes in quoted-insert.

2010-10-10  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/run-lisp-tests, src/run-lisp-tests.lua: 
	Translate run-lisp-tests into Lua, to cope with paths containing
	spaces.

2010-10-10  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add a FIXME.

2010-10-10  Reuben Thomas <rrt@sc3d.org>

	* src/test-bad-argument: Work with spaces in paths.

2010-10-10  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update std.lua

2010-10-09  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from lua branch.

2010-10-09  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am, src/lcurses.c, src/main.c: Remove
	lcurses from Zile sources; assume it can be loaded dynamically.

2010-10-09  Reuben Thomas <rrt@sc3d.org>

	* : commit 45f1518f31da8e2160ee5959f6ff87b2585e6514 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Sat Oct 9 01:33:00 2010 +0100

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, lib/.gitignore: Update .gitignore files to cope with
	moving aux_dir to build_aux.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Remove redundant entries and tighten up existing ones.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Go back to using gnulib's cyclo code.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove now-redundant stamp machinery for building
	tbl_vars.h and dotzile.sample, now that only the former remains.  Remove traces of dotzile.sample.  Make LOC counting more like the Lua branch (don’t include tests by
	default).  No longer need --no3 flag to cloc, as it’s the default.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Add build-aux.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, configure.ac, m4/gnulib-cache.m4: Add
	maintainer-makefile module from gnulib.  Switch aux_dir to build-aux for autoconf.  Add some more autoconf warning options, long used in the Lua branch.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* src/man-extras: Improve wording.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Bump copyright date.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Improve prerequisites documentation.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Remove Lua from repository build prerequisites.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Add Perl to build prerequisites.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* README: Update POSIX standard used.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Update build prerequisites.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am, src/run-lisp-tests: Remove VALGRIND
	support, now we are a Lua program.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: tbl_vars.lua is not generated, so should not be
	in MAINTAINERCLEANFILES!

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, m4/gnulib-cache.m4, src/Makefile.am, src/lua.c,
	src/tbl_opts.h.in: Remove unused gnulib modules and
	tbl_opts.h{,.in}.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: Fix printing of --help.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/astr.c, src/astr.h, src/basic.c,
	src/basic.lua, src/bind.c, src/bind.lua, src/binding.h,
	src/buffer.c, src/buffer.h, src/buffer.lua, src/clue.h,
	src/completion.c, src/completion.h, src/completion.lua,
	src/editfns.c, src/editfns.lua, src/extern.h, src/file.c,
	src/file.lua, src/funcs.c, src/funcs.lua, src/getkey.c,
	src/getkey.lua, src/help.c, src/help.lua, src/history.lua,
	src/keycode.lua, src/killring.c, src/killring.lua, src/line.c,
	src/line.h, src/line.lua, src/lisp.c, src/lisp.lua,
	src/list_fields.h, src/lists.c, src/lists.h, src/lua.c,
	src/macro.c, src/macro.h, src/macro.lua, src/main.c, src/main.h,
	src/main.lua, src/marker.c, src/marker.h, src/marker.lua,
	src/minibuf.c, src/minibuf.lua, src/mkfuncs.lua, src/mkloadlua.lua,
	src/mkvars.lua, src/point.c, src/point.h, src/point.lua,
	src/redisplay.lua, src/region.h, src/registers.c,
	src/registers.lua, src/search.c, src/search.lua, src/tbl_opts.h.in,
	src/term_minibuf.c, src/term_minibuf.lua, src/term_redisplay.lua,
	src/undo.c, src/undo.h, src/undo.lua, src/variables.c,
	src/variables.lua, src/window.c, src/window.h, src/window.lua,
	src/xalloc_extra.c, src/xalloc_extra.h: Nearly total translation
	into Lua (just initialisation and signal handling missing).

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4: 
	Update gnulib.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Move aux dir to build-aux.

2010-10-03  Reuben Thomas <rrt@sc3d.org>

	* src/man-extras: Add Scott Lawrence back.

2010-10-01  Reuben Thomas <rrt@sc3d.org>

	* src/man-extras: Update man-extras to reflect reality.

2010-10-01  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore: loadlua.h has become loadlua.lua.

2010-10-01  Reuben Thomas <rrt@sc3d.org>

	* src/mkvars.lua: Remove unused prog stanza.

2010-09-29  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update NEWS.

2010-09-29  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Simplify delete-blank-lines slightly.

2010-09-29  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix an off-by-one possible buffer overflow.

2010-09-28  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Shorten is_regular_file.

2010-09-26  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Use logical negation rather than XORing with 1.

2010-09-25  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/killring.c: Push code into free_kill_ring, which
	becomes maybe_free_kill_ring, and make it static.

2010-09-25  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Avoid a compiler warning.

2010-09-23  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update NEWS.

2010-09-23  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Change name of target so that report is always
	remade.

2010-09-23  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4,
	src/Makefile.am, src/astr.c, src/buffer.c, src/completion.c,
	src/extern.h, src/file.c, src/funcs.c, src/history.c, src/line.c,
	src/main.c, src/main.h, src/minibuf.c, src/term_redisplay.c,
	src/xalloc_extra.c, src/xalloc_extra.h: Use gnulib modules
	vasprintf-posix and xalloc-die to provide the relevant functions,
	which no longer have to be implemented in Zile. It turns out that we
	had different prototypes for x[v]asprintf, so the callers all had to
	be changed.  Use memcmp2 from gnulib to implement astr_cmp.

2010-09-23  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, m4/lua.m4, src/Makefile.am, src/Zile.pm,
	src/lib.lua, src/mkfuncs.lua, src/mkfuncs.pl, src/mkvars.lua,
	src/mkvars.pl, src/texinfo.lua: Rewrite build scripts in Perl, to
	avoid needing Lua.  As a result, make Perl a build dependency (Lua wasn’t), which
	allows src/Makefile.am to be simplified slightly.

2010-09-22  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Minor simplification of logic.

2010-09-22  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_vars.h.in: Escape string as necessary for Perl evaluation.

2010-09-22  Reuben Thomas <rrt@sc3d.org>

	* src/mkfuncs.lua, src/mkvars.lua, src/tbl_vars.h.in: Remove some
	redundant code.

2010-09-22  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_vars.lua: Last fix was bogus; revert.

2010-09-22  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_vars.lua: Remove spurious quotes (fix from master).

2010-09-22  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Simplify setcase_region slightly.

2010-09-21  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Simplify calling tab/untabify actions.

2010-09-20  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix some markup.

2010-09-19  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Add cyclo-zile.html.

2010-09-19  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, Makefile.am, configure.ac, m4/gnulib-cache.m4: Add
	cyclometric complexity report generation from gnulib.

2010-09-19  Reuben Thomas <rrt@sc3d.org>

	* gnulib-local/lib/regcomp.c.diff, gnulib-local/lib/regex.h.diff: 
	Add patches to GNU regex to add RE_PLAIN.

2010-09-19  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Change form of include to match new gnulib
	requirement.

2010-09-19  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4: Update gnulib.

2010-09-18  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add to 2.3.20’s NEWS.

2010-09-18  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/funcs.c: Make (un)tabify_string take
	source as an astr. As a result, reintroduce astr_cmp, but make it
	use strncmp, so that it works with embedded NULs.

2010-09-18  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Fix a bug introduced in 2.3.17 in kill_ring_push
	(astr_cpy was used instead of astr_cat). Thanks to Chris Leyon for a
	precise report.

2010-09-16  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/line.c: Make (un)tabify_string
	return an astr as result rather than taking a buffer.  Incidentally, make the newtext parameter to replace_line_text a
	const char *.

2010-09-13  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Simplify and correct astr_recase.

2010-09-13  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix check_case to return 0, not 1, for strings which
	start with more than one uppercase character then contain
	non-uppercase, or contain uppercase after the first non-uppercase
	character.

2010-09-12  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Make do_search decide what message to print rather
	than having it passed in, allowing isearch to call it directly, thus
	simplifying isearch.

2010-09-12  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Simplify do_search slightly.

2010-09-12  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fold goto_linep into search, and make it much more
	efficient, by not always starting from the top of the buffer, but
	just stepping in the direction of search from the current position.  Simplify find_substr slightly.  Remove redundant #includes.

2010-09-12  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Remove a comment that is now explained in the regex
	documentation.  Simplify goto_linep, and fix a display bug: resync the display after
	moving to destination, not before. This was hidden by other resyncs
	when using incremental search/replace, so affects only
	non-incremental search.

2010-09-12  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Force built-in regex if necessary.

2010-09-11  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Simplify search code further by using new RE_PLAIN
	mode of GNU regex to do non-regex searches, and RE_ICASE to do
	case-fold searches.  N.B. RE_PLAIN is not yet accepted by the regex maintainers.

2010-09-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/search.c: Simplify search code; do not use GNU
	regex translate tables any more.

2010-09-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, m4/ax_lua.m4: Use new version of ax_lua.m4 which
	renames AX_LUA_LIB_VERSION to AX_LUA_HEADERS_VERSION, and check that
	the library really has been found.

2010-09-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, m4/ax_lua.m4: Add and use new AX_LUA_READLINE macro
	from autoconf-archive.

2010-09-10  Reuben Thomas <rrt@sc3d.org>

	* NEWS, src/Makefile.am: Revert commit 7a039b25699, as it caused
	zile.1 always to be rebuilt, and hence requires help2man for all
	users.

2010-09-07  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update NEWS for EMACS environment variable fix.

2010-09-07  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Explicitly unset EMACS when running Zile-only
	tests, in case there’s an EMACS environment variable (e.g. when
	building in an Emacs shell).

2010-09-06  Reuben Thomas <rrt@sc3d.org>

	* m4/gnulib-cache.m4: Update from gnulib.

2010-09-06  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Bump version to 2.3.20 and add NEWS.

2010-09-06  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add missing zile$(EXEEXT) as a dependency of
	zile.1.in; thanks to Ulrich Mueller for the report and fix.

2010-08-13  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Bump version to 2.3.19 and add NEWS.

2010-08-13  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix bug in get_buffer_dir introduced by commit
	d47e9935.

2010-08-13  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore: Add TAGS.

2010-07-20  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Simplify search code slightly.

2010-07-15  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix a security race condition: don’t close the
	temporary file before calling pipe_command, so that it can’t be
	removed and another one created in between closing it and re-opening
	it to read.

2010-07-15  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Simplify logic slightly.

2010-07-15  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Make it clearer that we don’t try running the
	command unless we were able to open the temp file.

2010-07-15  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix a potential space leak.

2010-07-15  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Shorten some code.

2010-07-13  Reuben Thomas <rrt@sc3d.org>

	* src/mkvars.lua: Bump copyright date.

2010-07-13  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Don't shorten name of file in buffer list, as Emacs
	doesn't (any more?).

2010-07-12  Reuben Thomas <rrt@sc3d.org>

	* src/point.c: Fix style of comment.

2010-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add missing output file.

2010-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/quoted_insert_octal.el: Uncomment code that was
	commented out for a test.

2010-07-11  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update NEWS for 2.3.18.

2010-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/funcs.c,
	src/lisp-tests/quoted_insert_octal.el,
	src/lisp-tests/quoted_insert_octal.output: Fix a bug in
	quoted_insert_octal, and simplify the code: in particular, print
	characters directly rather than as numbers, and don’t return a
	boolean since the return value is not used.  Add a test for quoted-insert of an octal code.

2010-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Make minibuf_clear call minibuf_write, not
	term_minibuf_write, to ensure display is updated.

2010-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Remove redundant call to minibuf_write.

2010-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Remove some redundant code.

2010-07-03  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Make overwrite-mode use lisp arg as well as prefix
	arg.

2010-07-03  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Simplify get_buffer_dir and save_some_buffers.  Fix an incorrect call to minibuf_error (too many format arguments).  Make a minor improvement to write_buffer.

2010-06-25  Reuben Thomas <rrt@sc3d.org>

	* src/macro.c: Add explicit initializer for cur_mp even though it
	makes no difference (statics are initialized to NULL anyway) for
	clarity.

2010-06-25  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Bug fix to std.lua.

2010-06-25  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.lua: Move body of call_zile_command into execute_function
	as in C.

2010-06-25  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Make call_zile_c_command take uniarg and is_uniarg as
	well as list.

2010-06-25  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua: Fix call to minibuf_error.

2010-06-25  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: Add WAITKEY_DEFAULT.

2010-06-25  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix replace-o's.

2010-06-25  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/buffer.c, src/buffer.lua, src/extern.h,
	src/funcs.c, src/killring.c, src/line.c, src/line.lua, src/lua.c,
	src/registers.c: See previous commit message; previous commit should
	have committed all these too.

2010-06-25  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.lua: Translate indent-relative,
	indent-for-tab-command, newline-and-indent, activate_mark,
	deactivate_mark, following_char, and preceding_char into Lua.  Add isspace to Lua ctype functions.

2010-06-24  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix a Lua comparison.

2010-06-23  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.lua: Replace point_copy by table.clone.

2010-06-23  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix last_command.

2010-06-23  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: Activate Lua debugging.

2010-06-23  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c, src/editfns.lua, src/extern.h, src/funcs.c,
	src/search.c: Translate set_mark into Lua.

2010-06-21  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.lua: Remove a debugging statement.

2010-06-21  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua, src/funcs.lua, src/lisp.lua, src/lua.c,
	src/redisplay.lua, src/window.lua: Make all Lua Defuns return a Lisp
	truth value, and not take an argument unless they use it.  Improve universal-argument, execute-function, and Lua bindings of
	ctype.h functions.

2010-06-21  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/file.c, src/funcs.c, src/funcs.lua,
	src/getkey.c, src/getkey.lua, src/main.c, src/minibuf.c,
	src/search.c: Translate the rest of getkey.c, and
	universal-argument, into Lua.

2010-06-21  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Make last_command always return a string, never NULL.

2010-06-21  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c: Tiny simplification.

2010-06-21  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Small simplification.

2010-06-21  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/macro.c, src/macro.lua: Translate
	add_cmd_to_macro and append_key_list into Lua.

2010-06-21  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Minor Lua fix.

2010-06-21  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/bind.lua, src/extern.h, src/funcs.c,
	src/lisp.lua, src/main.c, src/main.lua: Translate process_command
	and execute_function into Lua.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/line.c, src/line.lua: Add a missing CLUE_SET and make a Lua
	function temporarily non-local.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua: Fix typo.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/window.c: Remove set_cur_wp and
	set_head_wp.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/line.c, src/line.lua: Two small fixes for open-line.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua: Small Lua comparison fix.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua: Fix some small bugs in describe-bindings.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Minor fix update.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Remove intercalate_newline.  Rewrite insert_char_in_insert_mode in terms of Lua version.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/line.lua: Fix an out-by-one error in delete_char.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua, src/buffer.lua, src/line.lua: Fix various logic and
	arithmetic bugs.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/funcs.c: Use Lua insert_newline.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove insert_newline.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Remove C insert_newline.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.lua: Translate minibuf_error into Lua.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/line.lua: De-localise a function temporarily for use from C.

2010-06-20  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua: Translate a couple of missing functions.

2010-06-19  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/basic.lua, src/bind.c,
	src/bind.lua, src/buffer.c, src/buffer.lua, src/completion.c,
	src/completion.lua, src/editfns.c, src/editfns.lua, src/extern.h,
	src/file.c, src/file.lua, src/funcs.c, src/funcs.lua, src/getkey.c,
	src/getkey.lua, src/help.c, src/keycode.lua, src/killring.c,
	src/line.c, src/line.lua, src/lisp.c, src/lisp.lua, src/macro.c,
	src/macro.h, src/macro.lua, src/main.c, src/main.h, src/main.lua,
	src/marker.c, src/marker.lua, src/minibuf.c, src/minibuf.lua,
	src/point.c, src/point.lua, src/redisplay.c, src/redisplay.lua,
	src/search.c, src/term_minibuf.c, src/term_minibuf.lua,
	src/variables.c, src/window.c, src/window.lua: A big lump of
	translation into Lua, largely working.

2010-06-19  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Remove testing code so we can see which routines are
	really used.

2010-06-15  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore: Add TAGS.

2010-06-14  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Change the style of a comment to be consistent.

2010-06-14  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Fix a Lua comparison.

2010-06-14  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua: Improve formatting of comment.

2010-06-14  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.lua: Fixes for dealing with no key pressed in
	waitkey.

2010-06-14  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.lua: Fix a typo.

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update NEWS.

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Don't try to display a NULL minibuffer_contents.

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Fix a read of freed memory (thanks, valgrind\!).

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Plug a space leak.

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Bump version and add NEWS.

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Don't catch SIGQUIT, it's a user signal.

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Plug a space leak.

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Fix a Lua comparison.

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Add missing initialisation.

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* src/marker.lua: Fix an incomplete translation from C.

2010-06-13  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Fix a Lua comparison.

2010-06-12  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c, src/lisp.lua: Add code to call Lua Defuns from
	execute_command.

2010-06-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Fix name of function in call.

2010-06-12  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Fix Lua comparison.

2010-06-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.lua: Fix a string subscription bug.

2010-06-12  Reuben Thomas <rrt@sc3d.org>

	* src/marker.lua: Need unchain_marker to be global.

2010-06-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.lua: Fix a couple of small bugs.

2010-06-12  Reuben Thomas <rrt@sc3d.org>

	* src/strict.lua: Remove strict.lua as it's now in stdlib.

2010-06-12  Reuben Thomas <rrt@sc3d.org>

	* src/clue.h: Update to release 5, and tweak to use a custom routine
	to call Lua.

2010-06-12  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update from CVS.

2010-06-11  Reuben Thomas <rrt@sc3d.org>

	* src/keycode.lua: Fix some minor errors.

2010-06-11  Reuben Thomas <rrt@sc3d.org>

	* src/lua.c: Fix potential bug in ctype functions.

2010-06-07  Reuben Thomas <rrt@sc3d.org>

	* src/strict.lua: Add strict.lua to catch missing functions and
	globals.

2010-06-07  Reuben Thomas <rrt@sc3d.org>

	* src/keycode.c: Remove keycode.c, now completely implemented in
	Lua.

2010-06-07  Reuben Thomas <rrt@sc3d.org>

	* src/keycode.lua: Fix missing return value and add FIXME.

2010-06-07  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update to release 14.

2010-06-03  Reuben Thomas <rrt@sc3d.org>

	* src/xalloc_extra.c: Remove unused list_free.

2010-06-03  Reuben Thomas <rrt@sc3d.org>

	* : commit ea473f432e604cf3a19868a7a80a85a9ed1ef5f8 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Thu Jun 3 22:30:33 2010 +0100

2010-06-03  Reuben Thomas <rrt@sc3d.org>

	* src/macro.c: Fix some Lua comparisons and remove a debug
	statement.

2010-06-03  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix some Lua comparisons.

2010-06-03  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2010-06-03  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Simplify setting of fill-column.

2010-06-03  Reuben Thomas <rrt@sc3d.org>

	* src/marker.c: Fix copy_marker.

2010-06-03  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/marker.c, src/marker.lua: Fix kill_buffer and
	unchain_marker.

2010-06-03  Reuben Thomas <rrt@sc3d.org>

	* src/marker.c: Simplify unchain_marker slightly.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/basic.lua: Fix an off-by-one error.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/bind.c, src/buffer.c, src/clue.h,
	src/completion.c, src/editfns.c, src/file.c, src/funcs.c,
	src/getkey.c, src/help.c, src/line.c, src/lisp.c, src/macro.c,
	src/main.c, src/marker.c, src/minibuf.c, src/point.c,
	src/redisplay.c, src/term_minibuf.c, src/undo.c, src/variables.c,
	src/window.c: Update clue.h. The new version (with the same release
	number, because release 4 is only now being released) asserts that
	the code given to CLUE_DO compiles and runs, so there is no longer a
	return code, and the result no longer needs to be cast to void to
	avoid a compiler warning; more importantly, a whole class of bugs
	caused by malformed or buggy Lua will now result in an immediate
	assertion failure.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Slight simplification.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c: Fix a Lua comparison.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/macro.c: Remove macro_delete in preparation for translation
	into Lua.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.lua: Add Lua file missing from last commit.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/main.c, src/minibuf.c: Rewrite
	minibuf_refresh in Lua.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.lua: Make some functions local now that entire
	module is in Lua.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from head.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.h, src/extern.h, src/file.c: Simplify end-of-line code
	handling slightly.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Remove some unnecessary (even for
	understanding) parentheses.

2010-06-02  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from head (no changes).

2010-06-01  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/basic.lua, src/bind.c,
	src/buffer.c, src/editfns.c, src/extern.h, src/file.c,
	src/file.lua, src/funcs.c, src/getkey.c, src/line.c, src/lisp.c,
	src/macro.c, src/main.c, src/main.h, src/main.lua, src/search.c,
	src/term_curses.lua, src/term_redisplay.c, src/term_redisplay.lua,
	src/window.lua: Translate draw_status_line into Lua, hence also
	get_goalc_bp, thisflag and lastflag (adding C accessors for the two
	variables).

2010-05-31  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c, src/term_redisplay.lua: Translate
	make_mode_line_flags and calculate_start_column into Lua.

2010-05-30  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Fix lack of initialisation.

2010-05-30  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update std.lua.

2010-05-30  Reuben Thomas <rrt@sc3d.org>

	* src/point.c: Initialise Point properly in point_new.

2010-05-30  Reuben Thomas <rrt@sc3d.org>

	* src/window.lua: Replace calls to non-existent point_copy with
	calls to table.clone.

2010-05-30  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update std.lua from stdlib.

2010-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Improve comment.

2010-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Simplify make_mode_line_flags.

2010-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua, src/extern.h, src/term_redisplay.c,
	src/term_redisplay.lua, src/variables.c, src/variables.lua: 
	Translate draw_width, get_variable_bp and tab_width into Lua.

2010-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Simplify tab_width (copy from master).

2010-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/variables.c: Make get_variable_bp static as
	it’s unused outside variables.c.

2010-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Minor simplification.

2010-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Simplify tab_width.

2010-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/buffer.c, src/completion.c,
	src/editfns.c, src/extern.h, src/funcs.c, src/main.c, src/main.lua,
	src/minibuf.c, src/point.lua, src/redisplay.c, src/registers.c,
	src/search.c, src/term_minibuf.c, src/term_redisplay.c,
	src/term_redisplay.lua, src/variables.lua, src/window.c,
	src/window.lua: Rewrite calculate_highlight_region in Lua, which
	required head_wp and cur_wp to have C accessors, and various other
	utility functions to be translated into Lua.

2010-05-28  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/funcs.c, src/term_redisplay.c: 
	Expand transient_mark_mode into its callers.

2010-05-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Simplify calculate_highlight_region.

2010-05-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c, src/term_redisplay.lua: Translate
	draw_end_of_line and draw_line into Lua.

2010-05-28  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/buffer.lua, src/extern.h, src/funcs.c,
	src/region.h, src/term_redisplay.c, src/term_redisplay.lua: 
	Translate in_region into Lua.  Rename “end” member of Region to “finish” not to conflict
	with Lua keyword.

2010-05-28  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Simplify in_region.

2010-05-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Simplify outch.  Move some variable declarations into block where they are used.

2010-05-28  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix crash in read_file.

2010-05-28  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/minibuf.c, src/term_minibuf.c,
	src/term_minibuf.lua, src/term_redisplay.c, src/term_redisplay.lua: 
	Translate draw_minibuf_read, term_minibuf_write, outch and
	make_char_printable into Lua.

2010-05-28  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.lua: Remove debugging statements.

2010-05-27  Reuben Thomas <rrt@sc3d.org>

	* src/undo.lua: Remove debug message.

2010-05-27  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/undo.c: “Translate” free_undo
	into Lua by simply removing it.  Remove some other defunct prototypes from extern.h.

2010-05-27  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/extern.h, src/file.c, src/line.h,
	src/main.lua, src/undo.c, src/undo.h, src/undo.lua: Implement
	undo_set_unchanged in Lua.  Remove C setters for Undo, as they are no longer used.  Some of these files should have been in the previous commit.

2010-05-27  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/bind.c, src/buffer.c, src/buffer.lua,
	src/completion.c, src/editfns.c, src/file.c, src/funcs.c,
	src/help.c, src/killring.c, src/line.c, src/lisp.c, src/macro.c,
	src/main.c, src/marker.c, src/point.c, src/registers.c,
	src/search.c, src/term_redisplay.c, src/undo.c, src/undo.lua,
	src/variables.c, src/window.c: Implement copy_text_block and
	undo_save in Lua. In order to do this, access cur_bp via accessors,
	and make the text fields of Line and Undo into char *’s for Lua
	compatibility.

2010-05-25  Reuben Thomas <rrt@sc3d.org>

	* src/bind.lua: Add FIXME.

2010-05-25  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/bind.c, src/bind.lua, src/keycode.lua: More
	bindings and keycode stuff in Lua.

2010-05-25  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from Lua (oops).

2010-05-25  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c, src/undo.h: Merge changes from master.

2010-05-25  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2010-05-24  Reuben Thomas <rrt@sc3d.org>

	* m4/.gitignore: Update gnulib.

2010-05-24  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/undo.c: Put undo-specific fixup of
	copy_text_block into the caller.

2010-05-24  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Fix undo bug introduced in fix in 1a0e6b42.

2010-05-24  Reuben Thomas <rrt@sc3d.org>

	* src/point.c: Add comment to goto_point mentioning that pt.p is not
	used.

2010-05-24  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Avoid future bugs by storing explicit position, not
	Point, in Undo.

2010-05-24  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Fix a crash bug introduced in 2.3.16: we can’t
	rely on copy_text_block’s pt.p, as it may have come from an
	out-of-date pointer when called from undo_save.  This needs a proper fix in undo.c.

2010-05-24  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Add a FIXME

2010-05-21  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Add a lua_refeq test.

2010-05-21  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Change test to assert.

2010-05-21  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.lua: Add function_exists.

2010-05-20  Reuben Thomas <rrt@sc3d.org>

	* src/macro.c: Add missing comparison with LUA_REFNIL.

2010-05-19  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2010-05-19  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove pointless function init_bindings.

2010-05-19  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/keycode.c: Make strtochord static, as it is not
	called outside keycode.c

2010-05-18  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove erroneous mention of Lisp file.

2010-05-18  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/bind.c, src/default-bindings.el: Move default
	bindings into a Lisp file.

2010-05-18  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Remove unused C struct accessor macros.

2010-05-18  Reuben Thomas <rrt@sc3d.org>

	* m4/.gitignore, src/bind.c, src/binding.h: Make Binding a Lua
	table.

2010-05-16  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Don’t sort keys in bindings, as I have no evidence
	that Emacs does.  Instead, re-order the default bindings so they
	come out in the same order as Emacs’s.

2010-05-16  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Fix a bug in delete_window introduced by earlier
	modifications.

2010-05-16  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/binding.h: Make Binding use accessor methods.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c, src/macro.c: Add some missing fixes for Lua-isation of
	Macro.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Improve comments.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Remove defunct opaque type declaration.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/macro.c, src/macro.h: Make Macro into a Lua
	table.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/macro.c, src/macro.h: Add and use accessor methods for Macro.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.h, src/extern.h, src/main.h, src/undo.c, src/undo.h: 
	Make Undo a Lua table.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Add and use getter and setter methods.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c, src/undo.h: Move Undo struct definition into undo.h
	with FIELD macros.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Break out block struct into individual fields within
	Undo struct.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/main.h: Hide Binding type completely in bind.c.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/funcs.c, src/killring.c,
	src/main.h, src/region.h, src/registers.c, src/term_redisplay.c: 
	Make Region a Lua table.

2010-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/buffer.h, src/editfns.c,
	src/extern.h, src/file.c, src/funcs.c, src/killring.c, src/line.c,
	src/main.h, src/marker.c, src/marker.h, src/point.c, src/point.h,
	src/redisplay.c, src/region.h, src/search.c, src/term_redisplay.c,
	src/undo.c, src/window.c: Change Point into a Lua table.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Add a comment, and remove unnecessary FLAG_RESYNC
	(we resynced everything already.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Fix redraw after kill_buffer.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Simplify draw_line slightly.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/extern.h, src/main.c, src/redisplay.c,
	src/search.c: Make resync_redisplay take the window to resync as a
	parameter.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Count .h files as C source, not separate headers.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Add comment.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Simplify kill_buffer.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Improve comment.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Add a FIXME.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Improve comment.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Improve function name.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Add NEWS and bump version for 2.3.17.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Fold free_window into its only caller.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Fix a bug in delete_window that would always delete
	the current window, not the requested one, and simplify
	delete-other-windows by making it call delete_window.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Don't remove other windows when only one buffer, as
	Emacs doesn't.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Simplify adjust_markers.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/marker.lua: Reduce free_marker function to alias.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/marker.c, src/marker.lua: Use unchain_markers in Lua.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c: Fix a test on a Lua field.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Fix a mistakenly inverted test.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/line.lua, src/marker.lua: Add new files, oops.

2010-05-14  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/buffer.h, src/completion.c,
	src/completion.h, src/editfns.c, src/extern.h, src/file.c,
	src/funcs.c, src/main.c, src/main.h, src/marker.c, src/marker.h,
	src/minibuf.c, src/redisplay.c, src/term_minibuf.c,
	src/term_redisplay.c, src/variables.c, src/window.c, src/window.h: 
	Make Buffer into a Lua table.  Use LUA_REFNIL for defaults, not LUA_NOREF, so that it works for
	reading real values from Lua.

2010-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/editfns.c, src/extern.h, src/marker.c: Start
	translating Marker into Lua.

2010-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/buffer.c, src/buffer.h, src/editfns.c,
	src/extern.h, src/file.c, src/funcs.c, src/line.c, src/main.h,
	src/marker.c, src/marker.h, src/search.c, src/term_redisplay.c,
	src/window.c, src/window.h: Start to implement Line functions in
	Lua, and make Marker into a Lua table.

2010-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/lcurses.c: Remove warning about unused arg at the expense of a
	cast to void.

2010-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.lua: Make codetokey table driven, and initialise
	its table and keytocode’s in term_init, so that curses.initscr has
	run and the curses key value constants are defined.

2010-05-13  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/buffer.h, src/editfns.c, src/extern.h,
	src/file.c, src/funcs.c, src/line.c, src/line.h, src/lua.c,
	src/main.h, src/marker.c, src/point.c, src/point.h, src/search.c,
	src/term_redisplay.c, src/undo.c, src/window.c: Make Line a Lua
	table.

2010-05-11  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Add a missing point_copy.

2010-05-10  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2010-05-09  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2010-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c: Fix an ISO-ism.

2010-05-09  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add news for 2.3.16.

2010-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h: Fold astr_vafmt into astr_afmt, its only
	caller.

2010-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/funcs.c, src/killring.c,
	src/registers.c, src/undo.c: Make copy_text_block return an astr
	rather than a char *, simplifying its code further. It was simplest
	to make undo.block.text an astr too as a result of this.  Fold register_free into its only caller.

2010-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/funcs.c, src/killring.c,
	src/registers.c, src/undo.c: Simplify copy_text_block (takes a Point
	instead of a start line and position, does not need to reallocate
	buffer while copying), and fix a bad call to astr_new_cstr
	(potential buffer overread) in copy-to-register that this uncovered.

2010-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Remove underused kill_ring_push and rename
	kill_ring_push_nstring to kill_ring_push.

2010-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/buffer.c, src/eval.c, src/extern.h,
	src/killring.c, src/lisp.c, src/macro.c, src/main.c, src/minibuf.c,
	src/registers.c, src/search.c, src/variables.c, src/window.c: Remove
	freeing functions which are only called at program shut-down.  Update some copyright dates, including adding some missing years.

2010-05-08  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c, src/extern.h, src/marker.c: Fold point_min_marker
	into its only caller.

2010-05-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_redisplay.c: Fold term_tidy into its only
	caller.

2010-05-08  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/line.c, src/point.c: Get rid of
	unused count_lines and fold point_dist into its only caller.

2010-05-06  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/editfns.c, src/extern.h,
	src/file.c, src/funcs.c, src/killring.c, src/line.c, src/main.h,
	src/point.c, src/point.h, src/redisplay.c, src/registers.c,
	src/search.c, src/term_redisplay.c, src/undo.c, src/window.c: Make
	Point opaque.  Use variable names less likely to clash with field names in GETTER
	and SETTER macros.

2010-05-05  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/buffer.h, src/editfns.c,
	src/extern.h, src/file.c, src/funcs.c, src/killring.c, src/line.c,
	src/marker.c, src/marker.h, src/point.c, src/redisplay.c,
	src/region.h, src/registers.c, src/search.c, src/term_redisplay.c,
	src/undo.c, src/window.c: Convert Point to being accessed by
	pointers, so it can be Lua-ised.

2010-05-05  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/completion.c, src/editfns.c, src/extern.h,
	src/funcs.c, src/main.c, src/main.h, src/minibuf.c,
	src/redisplay.c, src/term_minibuf.c, src/term_redisplay.c,
	src/window.c, src/window.h: Make Window struct into Lua tables.

2010-05-01  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Use accessor methods to access Windows, so that a
	Lua data structure can be substituted for the C one.

2010-05-01  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Simplify code slightly.

2010-04-30  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_minibuf.c, src/term_redisplay.c,
	src/term_redisplay.lua: Translate term_addnstr into Lua as
	term_addstr.

2010-04-30  Reuben Thomas <rrt@sc3d.org>

	* src/getkey.c, src/macro.c: Fix some whitespace typos.

2010-04-30  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/term_redisplay.c, src/term_redisplay.lua: 
	Reimplement show_splash_screen in Lua.

2010-04-30  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.lua: Use correct method name for wtimeout.

2010-04-29  Reuben Thomas <rrt@sc3d.org>

	* : commit 653bf79490113ec30bc182f83ef69ec4de1e0f76 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Thu Apr 29 21:13:30 2010 +0100

2010-04-28  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove two unused function prototypes.

2010-04-25  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2010-04-25  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2010-04-24  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: Add getopt.h

2010-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix typo in comment.

2010-04-24  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: Add getopt.h.

2010-04-23  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Correct fetching of function value in
	execute_function.

2010-04-23  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/.gitignore: Update gnulib.

2010-04-23  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Change gnulib version to "up to date".

2010-04-23  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.lua: Use hex constant.

2010-04-21  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add 2.3.16 to NEWS to make autotools happy.

2010-04-21  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/.gitignore: Changes from gnulib update.

2010-04-21  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version.

2010-04-21  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: Add two more files.

2010-04-21  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_vars.h.in: Put variables in more logical order.

2010-04-21  Reuben Thomas <rrt@sc3d.org>

	* : commit 4e167269c778c37a68506f01c91724993b558ce3 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Sat Apr 10 22:46:47 2010 +0100

2010-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Fix make from bootstrapped sources by having
	zile’s object files depend on tbl_funcs.h to force tbl_funcs.h to
	be made before trying to compile Zile. Thanks to  Rob Vermass for
	the bug report.

2010-03-26  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, m4/.gitignore: Update gnulib.

2010-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua, src/term_curses.c, src/term_curses.lua: Implement
	codetokey in Lua.  Move Lua definitions of leNIL and leT to a slightly better place
	(more consistent with main.h).

2010-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/history.lua, src/lisp.c: Move initialisation of
	functions_history into history.lua from lisp.c.  Remove some mistakenly left debugging from lisp.c.

2010-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c, src/lisp.lua: Store C functions in Lua usercmd table,
	not C array, and get them thence.  Small improvement to function_exists: make sure we really set exists
	to a boolean in Lua.

2010-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: Remove incorrect copyright year.

2010-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/main.lua: Update copyright year.

2010-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Move some declarations around.

2010-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/lisp.c, src/main.c: Fold init_eval into
	init_lisp.

2010-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c, src/main.lua: Use Lua leNIL and leT in C, and hence
	get rid of unused leNew.

2010-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.lua, src/main.lua: More consistent treatment of nil and t
	in Lisp, plus FIXME to improve further.

2010-03-17  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/funcs.c, src/killring.c,
	src/lisp.c, src/main.c: Fold get_function into execute_function.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/funcs.c, src/lisp.c: Convert
	remaining calls of lisp_loadstring to use Lua version and remove C
	version.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/lisp.c, src/main.c: Convert remaining calls of
	lisp_loadfile to use Lua version and remove C version.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c, src/lisp.lua, src/main.lua: Translate Lisp `load' into
	Lua and remove C version, along with now-unused countNodes.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua: Fix incorrect prompt message for zero-length
	minibuffer matches.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Compact some Lua code into one CLUE_DO.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Fix setting of local variables.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix a printf format argument.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/funcs.c: Change tests of arglist comparing it to
	zero to use LUA_NIL, now that we no longer (inconsistently) set it
	to 0.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore: Add tbl_funcs.lua

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/bind.c, src/extern.h,
	src/funcs.c, src/help.c, src/killring.c, src/lisp.c, src/lisp.lua,
	src/main.c, src/main.h, src/main.lua, src/mkfuncs.lua: Move the
	function table into Lua, except for pointers to C functions, which
	now, along with the Function type, is private to lisp.c, other uses
	being replaced by the use of function names (strings) instead of
	function pointers (Functions).

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/mkloadlua.lua: Add a FIXME.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua: Add a FIXME.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lisp.c, src/lisp.lua, src/main.lua: Add Zile
	user commands written in Lua, and make setq the first such.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/help.c, src/variables.c: Fold get_variable_doc
	into describe-variable, its only caller.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/mkvars.lua: Remove useless code and add a comment.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/mkvars.lua, src/tbl_vars.lua: Remove unused defval field of
	variables.

2010-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/buffer.c, src/extern.h, src/help.c,
	src/lisp.c, src/lisp.lua, src/mkvars.lua, src/tbl_vars.h.in,
	src/tbl_vars.lua, src/variables.c: Translate more of the variable
	routines into Lua, fixing some bugs in the process.

2010-03-15  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/lua.c: Tidy up some small problems with lua.c.

2010-03-15  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/help.c, src/variables.c: Rewrite variable access
	with CLUE.

2010-03-15  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/term_redisplay.c,
	src/term_redisplay.lua: Rewrite term_finish in Lua.

2010-03-15  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.c, src/term_curses.lua: Update copyright year.

2010-03-15  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_curses.c, src/term_curses.lua,
	src/term_redisplay.c, src/term_redisplay.lua: Rewrite term_tidy and
	term_close in Lua.

2010-03-14  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Add a FIXME.

2010-03-14  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.lua: Shorten a variable name.

2010-03-14  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, m4/ax_lib_readline.m4, src/Makefile.am, src/lua.c: 
	Add Lua debugging support.

2010-03-14  Reuben Thomas <rrt@sc3d.org>

	* src/mkloadlua.lua: Generate filenames without .lua for require

2010-03-14  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Load Lua files via a LUA_PATH that works for both
	installed and non-installed Zile.

2010-03-14  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am, src/extern.h, src/funcs.c,
	src/variables.c: Update copyright year list.

2010-03-12  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, lib/.gitignore, m4/.gitignore, m4/ax_lua.m4,
	m4/lua.m4: Update lua.m4 to ax_lua.m4.  Update gnulib.

2010-03-12  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Use AC_CHECK_FUNCS_ONCE instead of AC_CHECK_FUNCS,
	for speed.

2010-03-11  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore, src/Makefile.am, src/main.c, src/mkloadlua.lua: 
	Generate list of Lua files to load, as per FIXME in main.c Move tbl_vars.h from zile_BASE_SOURCES to zile_SOURCES, as it’s
	generated.

2010-03-10  Reuben Thomas <rrt@sc3d.org>

	* : Merge 2.3.15 changes from master.

2010-03-02  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update NEWS for 2.3.15.

2010-03-02  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Set FLAG_UNIARG_EMPTY on starting
	execute-extended-command.

2010-03-02  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Default uniarg with C-u was 16; fix so it's 4 as it
	should be.

2010-03-02  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4,
	src/extern.h, src/main.h, src/variables.c: Use gnulib xlist module
	and update gnulib (thanks to Giuseppe Scrivano).

2010-03-02  Reuben Thomas <rrt@sc3d.org>

	* autogen.sh: Respect GNULIB_SRCDIR (patch from Giuseppe Scrivano).

2009-12-03  Reuben Thomas <rrt@sc3d.org>

	* : commit b24cd35dc47742e77d1783f39a98d86476429557 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Thu Dec 3 19:20:32 2009 +0100

2009-12-03  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix string comparison in compact_path to actually find
	the entire home directory, not just an arbitrary prefix. Thanks to
	Mikel Ward for the bug report.

2009-10-29  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Avoid a warning.

2009-10-29  Reuben Thomas <rrt@sc3d.org>

	* : Apply changes from master.

2009-10-28  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Fix incorrect setting of flag indicating blank
	characters to end of line.

2009-10-20  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Don't add KBD_NOKEY to key sequences.

2009-10-20  Reuben Thomas <rrt@sc3d.org>

	* src/keycode.c: Don't treat non-8-bit key codes as chars.

2009-10-20  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/term_curses.c: Fix casts for various arches.
	Thanks to Christian Weisgerber.

2009-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Remove FIXME.

2009-10-06  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update NEWS with more 2.3.13 fixes.

2009-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/macro.c: Fix a memory leak found by valgrind.

2009-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/eval.c, src/extern.h, src/funcs.c,
	src/killring.c, src/main.h: Add extra argument to Lisp function type
	Function so that we can explicitly signal if there’s a uniarg, so
	we can accurately work out whether or not any sort of argument was
	supplied.

2009-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Fix punctuation in comment.

2009-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Improve minibuffer display of negative uniargs.

2009-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/help.c, src/search.c, src/variables.c: Squash some space leaks
	found by Valgrind.

2009-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Sort out kill-line mess.

2009-10-05  Reuben Thomas <rrt@sc3d.org>

	* : commit 9e82ab01e3726154ae931c8d705bebaa9a51a35b Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Mon Oct 5 20:44:22 2009 +0100

2009-10-05  Reuben Thomas <rrt@sc3d.org>

	* m4/.gitignore: Remove obsolete file.

2009-10-05  Reuben Thomas <rrt@sc3d.org>

	* m4/mp_with_curses.m4: Fix incorrect setting of mp_cv_curses=yes
	even when curses is not found.

2009-10-04  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2009-10-03  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4: Update gnulib;
	use getopt-gnu instead of obsolete getopt.

2009-10-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.3.13

2009-10-03  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/extern.h, src/term_redisplay.c, src/window.c: 
	Factor out tests for whether the top and bottom of a window is
	visible into functions, and use them both to display the “Top”,
	“Bot” and “All” indicators, and to fix scroll_up and
	scroll_down (thanks to Nelson Beebe for pointing out the bug).

2009-09-19  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Write NEWS for 2.3.12.

2009-09-19  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Ensure line is always initialised.

2009-09-19  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2009-09-19  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix +LINE.

2009-09-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Turn on more error checking by automake.

2009-09-13  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add missing file to EXTRA_DIST.

2009-09-09  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/extern.h, src/lcurses.c, src/main.c,
	src/redisplay.c, src/term_curses.c, src/term_curses.lua,
	src/term_minibuf.c, src/term_redisplay.c, src/term_redisplay.lua,
	src/window.c: Implement term_attrset, term_set_size, term_width and
	term_height in Lua.

2009-09-09  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/main.h, src/term_curses.c,
	src/term_curses.lua, src/term_minibuf.c, src/term_redisplay.c: 
	Reimplement term_addch in Lua; need LuaBitOp for this!

2009-09-09  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove erroneous change.

2009-09-09  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4: 
	Update gnulib

2009-09-09  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Generalise name of Lua libraries flag variables.

2009-09-09  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Make comment more precise.

2009-09-09  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add a FIXME.

2009-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/editfns.c, src/extern.h, src/lcurses.c,
	src/main.c, src/minibuf.c, src/term_curses.c, src/term_curses.lua,
	src/term_minibuf.c, src/term_redisplay.c: Start reimplementing
	term_curses.c in Lua, using lcurses.c by Tiago Dionizio from lua-cui
	(http://sf.net/projects/lua-cui/).

2009-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua: Set cp.matchsize, so completion display works
	again\!

2009-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua: Improve a comment.

2009-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Remove redundant includes.

2009-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Remove last Completion setter.

2009-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/completion.c, src/completion.lua, src/extern.h,
	src/file.c, src/lisp.c, src/main.h, src/minibuf.c,
	src/term_minibuf.c: Call Lua completion_try directly; remove C
	wrapper.  Remove Completion type alias for int.  Remove FIELD_STR macro calls from main.h’s section for
	completion.c, and public definitions of setters (only one used, and
	that’s in completion.c).

2009-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/extern.h, src/window.c: Move
	completion_scroll_{up,down} to window.c as they have nothing to do
	with completion structures.

2009-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Remove unused FIELD_STR macro definition.

2009-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Update std.lua to release 12 of stdlib.

2009-09-07  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/buffer.c, src/completion.c, src/extern.h,
	src/file.c, src/history.c, src/history.lua, src/lisp.c, src/main.c,
	src/main.h, src/minibuf.c, src/term_minibuf.c: Reimplement histories
	in Lua, using code from Zee.

2009-09-06  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/completion.lua, src/extern.h, src/lisp.c,
	src/minibuf.c: Remove completion_new from completion.c, using Lua
	version directly.

2009-09-04  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/extern.h, src/lisp.c, src/minibuf.c: 
	Simplify completion_new.

2009-09-04  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Group sources better and make different loc
	targets for production sources (loc), test sources (loc-tests) and
	all sources (loc-all), as we’re principally interested in the
	first.

2009-09-04  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/completion.c, src/completion.h,
	src/completion.lua, src/extern.h, src/file.c, src/lisp.c,
	src/minibuf.c, src/term_minibuf.c: Rewrite completion_try in Lua.

2009-09-04  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add a FIXME.

2009-09-04  Reuben Thomas <rrt@sc3d.org>

	* src/file.lua: Small simplification.

2009-09-04  Reuben Thomas <rrt@sc3d.org>

	* : commit 21fecce6b6012b0bab30935c76e9f52b3a716b5e Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Fri Sep 4 13:25:30 2009 +0100

2009-09-03  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Remove commented-out debug code.

2009-09-03  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2009-09-01  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/completion.h, src/main.h,
	src/term_minibuf.c: Convert flag word into individual flags that are
	easier to work with in Lua.

2009-08-31  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/file.lua: Implement expand_path in terms of Lua
	normalize_path.

2009-08-31  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Don't count std.lua in sources any more, since
	it's pristine from stdlib project.

2009-08-31  Reuben Thomas <rrt@sc3d.org>

	* src/std.lua: Use mk1file version of std.lua because trying to pick
	out just the functions we need is error-prone and time-consuming.

2009-08-31  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am, src/file.c, src/file.lua,
	src/main.c, src/main.h, src/std.lua: Implement compact_path in Lua,
	and write (but do not use) expand_path in Lua (but called
	normalize_path).  To help with this, add file.lua and std.lua with some useful
	routines, and use lua-posix to provide basename and dirname (and
	we'll use it for other POSIX functions later).  Split LUA_RUNTIME into LUA_RUNTIME and LUA_BUILDTIME, and rename old
	LUA_BUILDTIME to LUA_BUILDSCRIPTS.

2009-08-31  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Simplify some code.

2009-08-31  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Remove some debugging.

2009-08-25  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix comment to reflect reality.

2009-08-25  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from trunk and fix some compiler warnings.

2009-08-25  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/funcs.c: Push universal_argument's
	argument into the function, and since it is no longer called except
	by universal-argument, push it into the DEFUN.  Simplify process_command too as a result.

2009-08-25  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/file.c, src/funcs.c, src/help.c,
	src/macro.c, src/main.c: Overhaul keyboard input so that all keys
	are read in process_command rather than the first key being passed
	in to old process_key, and separate out looking up the command from
	getting the keys for it.  All this to make describe-key display the key binding properly! Incidentally, fix a couple of FIXMEs.

2009-08-25  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Fix typo from last commit.

2009-08-25  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/main.c, src/window.c: Fix some
	problems with killing the sole window. Thanks to the ever-persistent
	Rugxulo.

2009-08-24  Reuben Thomas <rrt@sc3d.org>

	* src/keycode.c: Expand comment.

2009-08-24  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Improve comment cosmetically.

2009-08-24  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Improve comment cosmetically.

2009-08-23  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.3.11.

2009-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Remove completed FIXME.

2009-08-23  Reuben Thomas <rrt@sc3d.org>

	* : commit 682abb569c0307bc09470463781bb8e8d60dbc8d Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Sun Aug 23 20:20:19 2009 +0100

2009-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/mkfuncs.lua: Prevent number of replacements being written out
	along with result of string.gsub.  Correct comment at top of file: we are generating tbl_funcs.h, not
	tbl_funcs.lua.

2009-08-20  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Fix minibuf_test_in_completions.

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/completion.h, src/extern.h, src/lisp.c,
	src/macro.c, src/minibuf.c: Make Completion.completions a Lua table.

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/completion.h: Make Completion.matches a Lua
	table.

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* : commit 5480b18f1c754630e6d07b9acaab51101074a9b6 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Wed Aug 19 23:02:22 2009 +0100

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/help.c: Remove dead code.

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua: Make non-API functions local.  Remove Zee-specific functions.

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* : commit 0a99b0e763f7f7ed70b88e8d48c2b81893d8fcc9 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Wed Aug 19 18:57:59 2009 +0100

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Add back implementation of LUA_SETTER accidentally
	reverted by previous commit.

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* : commit 38790d9caf1a6b0bf43b2bcefd5e2c2a0e321086 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Wed Aug 19 16:34:57 2009 +0100

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/completion.lua: Reformat comments.

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Split up sources for Zile into those that contain
	function docs and those that don't, so we can have a non-circular
	dependency for extern.h.  Add clue.h (previously unmentioned, oops).

2009-08-19  Reuben Thomas <rrt@sc3d.org>

	* : commit 9f30282900461472f113d3a87d91bb977c50ab49 Merge: 812db3d
	4b9efcf Author: Reuben Thomas <rrt@sc3d.org> Date:   Wed Aug 19
	15:58:22 2009 +0100

2009-08-18  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests: Fix exit status of run-lisp-tests to return
	sum of fails rather than (owing to previous changes) always 0.
	Thanks to Ulrich Mueller for reporting this bug.

2009-08-18  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Remove redundant code as per FIXME.

2009-08-17  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/completion.c, src/extern.h, src/variables.c: 
	Move functions that act on Competion internals into completion.c.

2009-08-17  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Remove unnecessary include.

2009-08-17  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c, src/main.h: Generalise Lua getters and setters.

2009-08-16  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Remove a line of code as per FIXME.

2009-08-16  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove defunct FIXME.

2009-08-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove obsolete FIXME.

2009-08-13  Reuben Thomas <rrt@sc3d.org>

	* : commit 183e138f6cf6bab731ceb67ac8df5fe1b5274d9f Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Thu Aug 13 01:19:26 2009 +0100

2009-08-13  Reuben Thomas <rrt@sc3d.org>

	* : commit f33b5bbde9aa8c60a7252bc7bd54f04327c67d35 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Thu Aug 13 01:08:30 2009 +0100

2009-08-12  Reuben Thomas <rrt@sc3d.org>

	* : commit d83f1bdb53f5d5ef5870880e99dc8ef188fbb82b Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Wed Aug 12 18:34:50 2009 +0100

2009-08-12  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Small simplification.

2009-08-12  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Make arguments start and end STRs so they can be
	safely ignored whatever form they take.

2009-08-12  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/lisp.c: When calling Lisp commands from C with
	argument, pass second argument as LUA_NOREF, not something else.

2009-08-12  Reuben Thomas <rrt@sc3d.org>

	* : commit 09a69e68e2d8fe3b40f88cca4d9be531e087bb54 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Wed Aug 12 14:28:07 2009 +0100

2009-08-11  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Remove UTF-8 characters and note work on portability to DOS.

2009-08-11  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from HEAD.

2009-08-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Make sure a non-interactive arg always counts as a
	uniarg.

2009-08-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Use goto-line with non-interactive arg.

2009-08-11  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Make goto-line take a non-interactive arg.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/bind.c, src/buffer.h,
	src/extern.h, src/funcs.c, src/getkey.c, src/killring.c,
	src/lisp-tests/kill_line.el, src/lisp-tests/kill_line.output,
	src/main.c, src/main.h, src/run-lisp-tests, src/term_curses.c: Merge
	changes from HEAD.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Push change from HEAD.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Push change from HEAD.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add LISP_TESTS_ZILE_ONLY to EXTRA_DIST.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Fix reference to zile_test.input to refer to
	test.input.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add NEWS for 2.3.10.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/describe_bindings.el: Fix describe-bindings test to
	work in Emacs.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* src/help.c, src/lisp-tests/describe_function.el,
	src/lisp-tests/describe_function.output: Fix describe-function to
	work as in Emacs.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/extern.h, src/help.c,
	src/lisp-tests/describe_key.el, src/lisp-tests/describe_key.output: 
	Fix describe-key to work as in Emacs.  Remove an unnecessary #include of ctype.h from help.c.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* src/help.c: Change help buffer names all to "*Help*" as in Emacs.

2009-08-10  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/describe_variable.el: Fix describe-variable test
	for Emacs.

2009-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lisp-tests/call_last_kbd_macro.el,
	src/lisp-tests/list_buffers.el: Deactivate scroll-up and scroll-down
	tests, as I don't know how to make them work in general any more.  Revert call-last-kbd-macro test to earlier version that works.  Fix typo in list-buffers test.

2009-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lisp-tests/copy_region_as_kill.el,
	src/lisp-tests/describe_bindings.el,
	src/lisp-tests/describe_function.el,
	src/lisp-tests/describe_key.el, src/lisp-tests/describe_variable.el: 
	Make tests that can't easily be made to work in Emacs run in Zile
	only.  Make some still-failing tests run without Lisp errors in Emacs.  Fix copy-region-as-kill test to work in Emacs.

2009-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/copy_to_register.el,
	src/lisp-tests/list_registers.el, src/registers.c: Fix register
	commands to work with registers being given as numbers not text.

2009-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/registers.c: Fix a couple of typos.

2009-08-04  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Make more user commands more Emacs-compatible to fix
	tests.

2009-08-04  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lisp-tests/beginning_of_line.el,
	src/lisp-tests/call_last_kbd_macro.el,
	src/lisp-tests/capitalize_word.el,
	src/lisp-tests/copy_region_as_kill.el,
	src/lisp-tests/copy_to_register.el,
	src/lisp-tests/delete_blank_lines.el,
	src/lisp-tests/delete_region.el,
	src/lisp-tests/describe_bindings.el,
	src/lisp-tests/describe_function.el,
	src/lisp-tests/describe_key.el,
	src/lisp-tests/describe_variable.el,
	src/lisp-tests/downcase_region.el, src/lisp-tests/downcase_word.el,
	src/lisp-tests/exchange_point_and_mark.el,
	src/lisp-tests/execute_extended_command.el,
	src/lisp-tests/fill_paragraph.el,
	src/lisp-tests/indent_for_tab_command.el,
	src/lisp-tests/indent_for_tab_command.output,
	src/lisp-tests/indent_relative.el, src/lisp-tests/insert_buffer.el,
	src/lisp-tests/isearch_backward.el,
	src/lisp-tests/isearch_backward_regexp.el,
	src/lisp-tests/isearch_forward.el,
	src/lisp-tests/isearch_forward_regexp.el,
	src/lisp-tests/kill_line.el, src/lisp-tests/kill_region.el,
	src/lisp-tests/kill_word.el, src/lisp-tests/list_buffers.el,
	src/lisp-tests/list_buffers.output,
	src/lisp-tests/list_registers.el,
	src/lisp-tests/list_registers.output,
	src/lisp-tests/mark_paragraph.el, src/lisp-tests/mark_sexp.el,
	src/lisp-tests/mark_whole_buffer.el, src/lisp-tests/mark_word.el,
	src/lisp-tests/name_last_kbd_macro.el,
	src/lisp-tests/newline_and_indent.el, src/lisp-tests/next_line.el,
	src/lisp-tests/open_line.el, src/lisp-tests/overwrite_mode.el,
	src/lisp-tests/previous_line.el, src/lisp-tests/query_replace.el,
	src/lisp-tests/set_fill_column.el, src/lisp-tests/set_variable.el,
	src/lisp-tests/shell_command_on_region.el,
	src/lisp-tests/tab_to_tab_stop.el,
	src/lisp-tests/tab_to_tab_stop.output, src/lisp-tests/tabify.el,
	src/lisp-tests/toggle_read_only.el,
	src/lisp-tests/transient_mark_mode.el,
	src/lisp-tests/transpose_chars.el,
	src/lisp-tests/transpose_lines.el,
	src/lisp-tests/transpose_sexps.el,
	src/lisp-tests/transpose_words.el, src/lisp-tests/untabify.el,
	src/lisp-tests/upcase_region.el, src/lisp-tests/upcase_word.el,
	src/lisp-tests/yank.el: Revise lots of tests to make them work with
	Emacs, and remove some from testing for now, as they can't easily be
	made to.

2009-08-04  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: We are really in Fundamental mode, not Text
	mode.

2009-08-04  Reuben Thomas <rrt@sc3d.org>

	* src/registers.c: Revise register commands to work more like Emacs.

2009-08-04  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Change scratch buffer message to match Emacs.

2009-08-04  Reuben Thomas <rrt@sc3d.org>

	* src/keycode.c: Add \r to the list of key names to kludge it
	working in execute-kbd-macro.

2009-08-04  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Change conditions under which scroll-{up,down} return
	an error, to match Emacs.

2009-08-04  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump minimum version of Emacs to 23.1 now that 23 is
	released.

2009-08-03  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Cope with malformed arguments.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Count Lisp code in loc target.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Add argument to case-changing functions, to be
	consistent with Emacs.  Simplify universal-argument slightly.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/macro.c: Change call_keys to process_keys, which calls
	process_key repeatedly until all the keys supplied have been
	processed, so that macros are now executed in the right order
	relative to Lisp code.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_curses.c: Add term_buf_len, which returns
	the number of characters currently in the buffer.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Move an initialisation after a declaration to make
	code correctly ANSI.  Add a FIXME.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/main.c: Push most of main loop function loop()
	into process_key, and expand the rest into main(), so that
	process_key can meaningfully be called from elsewhere.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Add a FIXME.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/test.input, src/lisp-tests/zile_test.input,
	src/run-lisp-tests: Rename zile_test.input to test.input as we're
	running with Emacs too! Count and report Emacs and Zile passes and fails separately, so it's
	easier to read the results.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Use LISP_TESTS rather than a wild card to run
	tests, for consistency.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/undo.el: The last edit to this was incorrect as
	(delete-char 4) only records one undo step; need to expand it out to
	four calls, as it used to be.

2009-08-02  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Don't enforce ANSI, as that messes up gnulib
	compilation (forcing a compiler to be ANSI when gnulib has worked
	out that it supports extensions).

2009-08-01  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Remove a declaration in the middle of code.

2009-08-01  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, m4/ax_cflags_warn_all_ansi.m4: Use
	AX_CFLAGS_WARN_ALL_ANSI (closes FIXME).

2009-08-01  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Clarify FIXME.

2009-07-31  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests: Run Emacs with --batch rather than
	--no-window-system, as the latter complains about stdin not being a
	tty.

2009-07-31  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests: Run Emacs with --no-window-system to make it
	work when building on a server and also so as not to annoy the
	developer by popping up windows all the time.

2009-07-24  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/main.c: Make root_bindings static to
	bind.c; need to change process_key not to take a BInding and make
	free_bindings static while adding a new public
	free_default_bindings.

2009-07-23  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix a typo.

2009-07-23  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/killring.c, src/line.c,
	src/lisp-tests/backward_char.el,
	src/lisp-tests/backward_delete_char.el,
	src/lisp-tests/backward_kill_word.el,
	src/lisp-tests/backward_paragraph.el,
	src/lisp-tests/backward_sexp.el, src/lisp-tests/backward_word.el,
	src/lisp-tests/beginning_of_buffer.el,
	src/lisp-tests/beginning_of_line.el, src/lisp-tests/delete_char.el,
	src/lisp-tests/end_of_buffer.el, src/lisp-tests/end_of_line.el,
	src/lisp-tests/exchange_point_and_mark.el,
	src/lisp-tests/fill_paragraph.el, src/lisp-tests/forward_char.el,
	src/lisp-tests/forward_line.el,
	src/lisp-tests/forward_paragraph.el,
	src/lisp-tests/forward_sexp.el, src/lisp-tests/forward_word.el,
	src/lisp-tests/goto_char.el, src/lisp-tests/goto_line.el,
	src/lisp-tests/indent_relative.el, src/lisp-tests/insert_char.el,
	src/lisp-tests/just_one_space.el, src/lisp-tests/keyboard_quit.el,
	src/lisp-tests/kill_buffer.el, src/lisp-tests/kill_sexp.el,
	src/lisp-tests/mark_paragraph.el, src/lisp-tests/mark_sexp.el,
	src/lisp-tests/newline.el, src/lisp-tests/next_line.el,
	src/lisp-tests/open_line.el, src/lisp-tests/overwrite_mode.el,
	src/lisp-tests/previous_line.el, src/lisp-tests/scroll_down.el,
	src/lisp-tests/scroll_up.el, src/lisp-tests/search_backward.el,
	src/lisp-tests/search_backward_regexp.el,
	src/lisp-tests/search_forward.el,
	src/lisp-tests/search_forward_regexp.el,
	src/lisp-tests/switch_to_buffer.el,
	src/lisp-tests/tab_to_tab_stop.el, src/lisp-tests/tabify.el,
	src/lisp-tests/toggle_read_only.el,
	src/lisp-tests/transient_mark_mode.el, src/lisp-tests/undo.el,
	src/lisp-tests/untabify.el, src/main.h, src/run-lisp-tests: Start
	making tests Emacs-compatible.  run-lisp-tests: fix assignment of args so it is always made; copy
	input file for both tests, not just the first.  Add macros for arguments that can be either non-interactively
	supplied in Lisp or interactively supplied by universal argument,
	and start using it with those commands that should take an argument
	non-interactively.  Start making tests work on Emacs.

2009-07-23  Reuben Thomas <rrt@sc3d.org>

	* m4/ax_with_prog.m4: Fix --without-foo.

2009-07-23  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests: Factor command-line arguments for tested
	program (Zile or Emacs) into a variable.

2009-07-22  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, m4/ax_with_prog.m4: Use AX_WITH_PROG for better and
	shorter tests for programs.

2009-07-22  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, configure.ac: Have automake do the check that we've
	written release notes, by using the check-news option to
	AM_INIT_AUTOMAKE.

2009-07-22  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/run-lisp-tests: Run tests in Emacs too.

2009-07-22  Reuben Thomas <rrt@sc3d.org>

	* m4/ax_compare_version.m4: Add ax_compare_version.m4 for Emacs
	version check.

2009-07-22  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/run-lisp-tests: Add configure check for recent
	Emacs.  Add some FIXMEs to configure.ac.  Use AC_ARG_VAR to make program name variables precious.  Improve help string for CONFIGURE_HOST.

2009-07-22  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Add Anthony Williams.

2009-07-22  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/minibuf.c: Fix a double free and a memory leak.

2009-07-22  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Stop get_goalc_bp from overrunning line.

2009-07-21  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Add a note about using non-standard curses.

2009-07-21  Reuben Thomas <rrt@sc3d.org>

	* m4/mp_with_curses.m4: Update mp_with_curses to allow CURSES_LIB to
	be set on the command-line.

2009-07-21  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Simplify function and loadfile handling, and fix a
	FIXME.

2009-07-21  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/run-lisp-tests: Make command-line argument
	handling work in order, like Emacs.

2009-07-20  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/backward_char.el,
	src/lisp-tests/backward_delete_char.el,
	src/lisp-tests/backward_kill_word.el,
	src/lisp-tests/backward_paragraph.el,
	src/lisp-tests/backward_sexp.el, src/lisp-tests/backward_word.el,
	src/lisp-tests/beginning_of_buffer.el,
	src/lisp-tests/beginning_of_line.el,
	src/lisp-tests/call_last_kbd_macro.el,
	src/lisp-tests/capitalize_word.el,
	src/lisp-tests/copy_region_as_kill.el,
	src/lisp-tests/copy_to_register.el,
	src/lisp-tests/delete_blank_lines.el,
	src/lisp-tests/delete_char.el,
	src/lisp-tests/delete_horizontal_space.el,
	src/lisp-tests/delete_region.el,
	src/lisp-tests/describe_bindings.el,
	src/lisp-tests/describe_function.el,
	src/lisp-tests/describe_key.el,
	src/lisp-tests/describe_variable.el,
	src/lisp-tests/downcase_region.el, src/lisp-tests/downcase_word.el,
	src/lisp-tests/end_of_buffer.el, src/lisp-tests/end_of_line.el,
	src/lisp-tests/exchange_point_and_mark.el,
	src/lisp-tests/execute_extended_command.el,
	src/lisp-tests/fill_paragraph.el, src/lisp-tests/forward_char.el,
	src/lisp-tests/forward_line.el,
	src/lisp-tests/forward_paragraph.el,
	src/lisp-tests/forward_sexp.el, src/lisp-tests/forward_word.el,
	src/lisp-tests/global_set_key.el, src/lisp-tests/goto_char.el,
	src/lisp-tests/goto_line.el,
	src/lisp-tests/indent_for_tab_command.el,
	src/lisp-tests/indent_relative.el, src/lisp-tests/insert_buffer.el,
	src/lisp-tests/insert_char.el, src/lisp-tests/insert_file.el,
	src/lisp-tests/isearch_backward.el,
	src/lisp-tests/isearch_backward_regexp.el,
	src/lisp-tests/isearch_forward.el,
	src/lisp-tests/isearch_forward_regexp.el,
	src/lisp-tests/just_one_space.el, src/lisp-tests/keyboard_quit.el,
	src/lisp-tests/kill_buffer.el, src/lisp-tests/kill_line.el,
	src/lisp-tests/kill_region.el, src/lisp-tests/kill_sexp.el,
	src/lisp-tests/kill_word.el, src/lisp-tests/list_buffers.el,
	src/lisp-tests/list_registers.el, src/lisp-tests/mark_paragraph.el,
	src/lisp-tests/mark_sexp.el, src/lisp-tests/mark_whole_buffer.el,
	src/lisp-tests/mark_word.el, src/lisp-tests/name_last_kbd_macro.el,
	src/lisp-tests/newline.el, src/lisp-tests/newline_and_indent.el,
	src/lisp-tests/next_line.el, src/lisp-tests/open_line.el,
	src/lisp-tests/overwrite_mode.el, src/lisp-tests/previous_line.el,
	src/lisp-tests/query_replace.el, src/lisp-tests/quoted_insert.el,
	src/lisp-tests/save_some_buffers.el, src/lisp-tests/scroll_down.el,
	src/lisp-tests/scroll_up.el, src/lisp-tests/search_backward.el,
	src/lisp-tests/search_backward_regexp.el,
	src/lisp-tests/search_forward.el,
	src/lisp-tests/search_forward_regexp.el,
	src/lisp-tests/set_fill_column.el, src/lisp-tests/set_variable.el,
	src/lisp-tests/setq_nonexistent_variable.el,
	src/lisp-tests/shell_command.el,
	src/lisp-tests/shell_command_on_region.el,
	src/lisp-tests/switch_to_buffer.el,
	src/lisp-tests/tab_to_tab_stop.el, src/lisp-tests/tabify.el,
	src/lisp-tests/toggle_read_only.el,
	src/lisp-tests/transient_mark_mode.el,
	src/lisp-tests/transpose_chars.el,
	src/lisp-tests/transpose_lines.el,
	src/lisp-tests/transpose_sexps.el,
	src/lisp-tests/transpose_words.el, src/lisp-tests/undo.el,
	src/lisp-tests/universal_argument.el, src/lisp-tests/untabify.el,
	src/lisp-tests/upcase_region.el, src/lisp-tests/upcase_word.el,
	src/lisp-tests/yank.el: Rename zile->emacs

2009-07-20  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Smarten a comment.

2009-07-20  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/file.c, src/funcs.c, src/help.c,
	src/term_minibuf.c: Rename commands containing -zile to -emacs, so
	that Emacs can run the tests.

2009-07-20  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from head.

2009-07-20  Reuben Thomas <rrt@sc3d.org>

	* src/lisp-tests/kill_line.output: Change kill-line test's output,
	to be like Emacs's.

2009-07-20  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h: Add this_command, to be more like Emacs.

2009-07-20  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Use kill-region as token for kill commands, as in
	Emacs.

2009-07-20  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/killring.c, src/main.h: Remove
	FLAG_DONE_KILL and use last_command instead, with special
	pseudo-command KILL_COMMAND; add set_last_command to make this
	possible. This is closer to Emacs's implementation.

2009-07-19  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.c: Simplify term_attrset.

2009-07-19  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Font codes no longer need to fit in an int or have
	room for a char underneath.

2009-07-19  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.h: Make goal column per-buffer.

2009-07-19  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Simplify goto-line.

2009-07-19  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Factor guts of forward_char and backward_char into
	move_char.

2009-07-19  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Fold ngotodown and ngotoup into move_line.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Simplify goto-line.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Simplify ngotoup and ngotodown.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/extern.h, src/main.c: Make ngotoup and ngotodown
	static.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Simplify ngotoup and ngotodown.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Remove pointless identity conversions from bool to
	bool.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Reimplement previous-line and next-line with
	execute_with_uniarg.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Simplify move_line.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Factor previous_line and next_line into move_line.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/funcs.c, src/main.h: Reimplement goal column
	tracking by previous-line and next-line using last_command (), as it
	is both simpler and the way that Emacs does it.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c, src/lisp-tests/kill_line.el,
	src/lisp-tests/kill_line.output: Add support for non-interactive arg
	to kill-line.  Fix a missing initialisation in kill_to_bol.  Add a test for kill-line with arg. Unfortunately, this uncovers
	problems with goal column support when used non-interactively.

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* : commit e931d05b9c3bf7ebc09f76db93a97ff0c1cfa639 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Sat Jul 18 00:16:39 2009 +0100

2009-07-18  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Remove duplicate settings of FLAG_CPCN.

2009-07-17  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/getkey.c, src/main.c, src/term_curses.c: 
	ungetting needs to work at the character, not the key level (d’oh,
	we’ve been here before). Hence, push the new ungetting machinery
	down into term_curses.c.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Only need to check $mp_cv_curses with latest
	mp_with_curses.m4.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Add Piotr Wieczorek’s email address.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Add Piotr Wieczorek, and make RMS’s entry less
	overblown.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/getkey.c, src/main.c, src/term_curses.c: We
	cannot rely on ungetch to support more than one character of
	pushback (thanks Piotr Wieczorek), so reinstate old method of
	dealing with ungetkey inside getkey.c, only this time use gl_list_t
	to make it able to cope with arbitrary pushed-back keystrokes.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: assert hash_insert, i.e. abort if insert fails.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/completion.lua, src/main.c: Add first cut of
	completion.lua.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/lisp.c: Sort out some confusion from trunk merge
	in previous commit.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from master.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/.gitignore: Ignores added by gnulib update.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c, src/extern.h, src/funcs.c: Convert some return
	types back to int that were erroneously made bool.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/bind.c, src/buffer.c, src/editfns.c, src/eval.c,
	src/extern.h, src/file.c, src/funcs.c, src/killring.c, src/line.c,
	src/registers.c: Make kill-line work with non-positive universal
	args, fix undo to operate in one step, and add documentation for
	`kill-whole-line'.  Make more functions return bool instead of int for a flag.  Make ESC - work to introduce a negative universal arg.  Fix delete_region to work for arbitrary regions.  Fix find-alternate-file for buffers without a file name: the path
	should be suffixed by "/".

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove maintainer files from CLEANFILES.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.3.10.

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* : commit 60cf31493b288ab00d90b7100fbee396864a5a61 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Thu Jul 16 00:26:42 2009 +0100

2009-07-16  Reuben Thomas <rrt@sc3d.org>

	* m4/mp_with_curses.m4: Update to latest autoconf-archive version.

2009-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Use gnulib's dir_name so we don't need libgen.h.

2009-07-10  Reuben Thomas <rrt@sc3d.org>

	* src/marker.c: Update copyright year.

2009-07-10  Reuben Thomas <rrt@sc3d.org>

	* : commit fcc8e84dcc035eb477dbdae19d647f946d502e1e Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Fri Jul 10 20:18:51 2009 +0100

2009-07-10  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: After git pushing for a release, pull to be
	up-to-date.

2009-07-10  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Add Lua to maintainer dependencies, and move help2man
	from build deps to maintainer deps.

2009-07-09  Reuben Thomas <rrt@sc3d.org>

	* m4/mp_with_curses.m4: Update from autoconf-archive.

2009-07-08  Reuben Thomas <rrt@sc3d.org>

	* : commit 15bdf39a25514dede122c9fd16a45873107eb0ad Merge: e2d67b5
	0e5850e Author: Reuben Thomas <rrt@sc3d.org> Date:   Wed Jul 8
	15:24:24 2009 +0100

2009-07-07  Reuben Thomas <rrt@sc3d.org>

	* src/marker.c: Update copyright year.

2009-07-07  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Bump version to 2.3.9 and write NEWS entry.

2009-07-07  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Rename kill to kill_text to avoid clash with the
	system function of the same name. Thanks to Nelson Beebe.

2009-07-05  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Update RMS’s email address.

2009-07-05  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac: Add NEWS and bump version for 2.3.8.

2009-07-05  Reuben Thomas <rrt@sc3d.org>

	* THANKS, src/file.c: Fix crash in find-file-alternate for buffers
	with no filename (thanks Ulrich Mueller).  Also fix a possible crash in agetcwd.

2009-07-05  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Fix a quote

2009-04-25  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/extern.h, src/file.c, src/funcs.c, src/help.c,
	src/killring.c, src/lisp.c, src/list_fields.h, src/lists.c,
	src/lists.h, src/main.h, src/search.c: Make Lisp lists type le a
	pointer type, rather than using “le *” so it can more easily be
	changed to a non-pointer type.

2009-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Remove unnecessary include.

2009-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/lists.c, src/lists.h: Remove leDup, which isn't
	needed for Lua reimplementation.

2009-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c, src/lists.h: Remove unused le accessors and
	prototypes.

2009-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/funcs.c, src/lisp.c, src/lists.c: Remove le *
	destructors, which won’t be needed when we reimplement lists in
	Lua.

2009-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Don't change permissions on zile.1 when creating
	it.

2009-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/eval.c, src/extern.h, src/funcs.c,
	src/lisp.c, src/list_fields.h, src/lists.c, src/lists.h, src/main.h: 
	Add getters and setters for struct le.

2009-04-24  Reuben Thomas <rrt@sc3d.org>

	* : commit 22d1332b49b9c5cb1005ecef33d625e9a668846a Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Fri Apr 24 22:36:12 2009 +0100

2009-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Fix tbl_funcs.h dependencies.

2009-04-24  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac, src/extern.h, src/funcs.c, src/line.c,
	src/point.c, src/registers.c, src/search.c, src/term_curses.c,
	src/term_redisplay.c: Merge changes from master.

2009-04-22  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Mention highlighting bug fix in NEWS for 2.3.7.

2009-04-22  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove defunct swap_point’s prototype.

2009-04-22  Reuben Thomas <rrt@sc3d.org>

	* src/point.c: Simplify count_lines considerably and since
	swap_point is now only called once fold it into its call site.
	It’s not a very good function anyway.

2009-04-22  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Fix calculate_highlight_region (bug
	introduced in 2.3.5).  Rename draw_end_of_line’s Region * argument to “rp” for
	consistency.

2009-04-17  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_curses.c, src/term_redisplay.c: Simplify
	term_attrset to take one argument only, as all its calls pass
	exactly one argument.

2009-04-16  Reuben Thomas <rrt@sc3d.org>

	* src/registers.c, src/search.c: Remove spurious calls to update
	terminal.

2009-04-16  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Make query-replace count of replacements a size_t.

2009-04-16  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix space leak on C-g in query-replace.

2009-04-16  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Simplify query-replace, removing gotos and loop exit
	flag.

2009-04-16  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add notes for 2.3.7.

2009-04-16  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.3.7.

2009-04-16  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/line.c, src/search.c: 
	line_replace_text doesn’t need to update the Line * it is passed,
	so pass a Line *, not a Line **.  This change then applies also to edit_tab_line.

2009-04-16  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Don't update point needlessly and wrongly after
	replace.

2009-04-14  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Don't fail if help2man not found.

2009-04-14  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: Add two files added by gnulib.

2009-04-08  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from head.

2009-04-08  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am: Distribute tbl_vars.h &
	mkvars.stamp so that we don't need Lua for building releases.  Bump version to 2.3.6.

2009-04-08  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Fix a typo.

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* : Merge rrt@git.sv.gnu.org:/srv/git/zile into lua

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* : Merge rrt@git.sv.gnu.org:/srv/git/zile into lua

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* : Merge rrt@git.sv.gnu.org:/srv/git/zile into lua

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update 2.3.5's release notes.

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* : Merge rrt@git.sv.gnu.org:/srv/git/zile into lua

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* : Merge rrt@git.sv.gnu.org:/srv/git/zile into lua

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* : Merge rrt@git.sv.gnu.org:/srv/git/zile into lua

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* : Merge rrt@git.sv.gnu.org:/srv/git/zile into lua

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* : Merge rrt@git.sv.gnu.org:/srv/git/zile into lua

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* : Commit fixes from HEAD.

2009-04-07  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_vars.h: Fix formatting in auto-fill-mode's help (from
	master).

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_vars.h: Fix formatting in fill-column's help.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/help.c: Fix describe-variable.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/help.c: Fix describe-variable (from master).

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix fill_break_line not taking its call of
	delete-horizontal-space into account when calculating where to put
	point afterwards; use a Marker, as we should have done all along.  Fixes Debian bug #522836.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix to break_line from master.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests: Fix syntax error in for loop.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.h: Fix problem with compilation due to bad #define on
	some systems.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Add a FIXME and improve another.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix short options processing.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix short option processing.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* m4/lua.m4: Update changes from autoconf-archive.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Remove unused include.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_opts.h.in: Fix a comment typo.

2009-04-06  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_opts.h.in: Fix a comment typo.

2009-04-04  Reuben Thomas <rrt@sc3d.org>

	* acinclude.m4: Remove defunct file.

2009-04-04  Reuben Thomas <rrt@sc3d.org>

	* acinclude.m4: Remove defunct file.

2009-04-04  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add dependencies needed for building from git.

2009-04-04  Reuben Thomas <rrt@sc3d.org>

	* : commit 3c9db31e9c44b5987186aba168ec5980481e453e Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Sat Apr 4 00:35:18 2009 +0100

2009-04-04  Reuben Thomas <rrt@sc3d.org>

	* src/clue.h, src/lisp.c, src/lisp.lua, src/main.c: Convert Lisp
	lexer into Lua.

2009-04-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, lib/.gitignore, m4/gnulib-cache.m4, m4/lua.m4,
	src/Makefile.am, src/buffer.c, src/buffer.h, src/extern.h,
	src/main.c, src/main.h, src/variables.c: Revert "Merge branch 'lua'
	of rrt@git.sv.gnu.org:/srv/git/zile" This reverts commit fab016cbd19c8293c8eb111460d799afa32c9301.

2009-04-03  Reuben Thomas <rrt@sc3d.org>

	* : commit 0853570ccae472c260fdbfe8501961f29d345c1e Merge: a675588
	5667ca2 Author: Reuben Thomas <rrt@sc3d.org> Date:   Fri Apr 3
	01:52:33 2009 +0100

2009-04-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Fix checks for ncurses after --with-ncurses.

2009-04-03  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, m4/gnulib-cache.m4: Changes from adding
	maintainer-makefile module.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: Remove some files we no longer have.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/gnulib-cache.m4: Update gnulib, removing the
	hash module, which is no longer used.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* : Merge changes from HEAD.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Don't append buffer name to path when needname is
	true.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add zile.1.in to EXTRA_DIST. Double d'oh.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add man-extras to EXTRA_DIST. D'oh.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Fix another incorrect path to man-extras.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove non-existent man-extras.in from
	EXTRA_DIST.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Remove over-general pattern.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Restore dependency of zile.1 on Makefile.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove man-extras from CLEANFILES, as it's no
	longer generated.  Correct dependency on man-extras from $(builddir)/man-extras to just
	man-extras.  Remove some spurious "$(srcdir)/" prefixes in dependencies.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore, src/Makefile.am: Process zile.1 rather than
	man-extras to expand paths, thus allowing help2man to become a
	maintainer tool rather than a build dependency.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/man-extras, src/man-extras.in: Now that man-extras isn't
	processed (rather, zile.1 is), no need to call the "original" file
	man-extras.in.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/man-extras.in: Fix text not being added to man page.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/file.c, src/funcs.c: Expand
	relative filenames.  Make agetcwd extern, as it's now needed in funcs.c.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h: Make make_buffer_name static, and tidy
	it slightly.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Clarify a comment.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Reduce calls to accessors, shortening code.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/file.c, src/funcs.c, src/help.c,
	src/variables.c: Simplify the Buffer API, especially the functions
	for setting the name and filename.  Fix a space leak in set_variable_in_list.

2009-04-02  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.c: Fix a space leak.

2009-04-01  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Simplify is_regular_file: return false if file does
	not exist.  Check whether file exists before calling is_regular_file.

2009-04-01  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Remove pointless call to waitkey.

2009-04-01  Reuben Thomas <rrt@sc3d.org>

	* : commit 9b43f27563a1eff33067cf22d2af22616e2b0bed Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Tue Mar 31 01:01:56 2009 +0100

2009-03-31  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove CFLAGS -std=c89 for gcc, as that causes
	builds to fail on some systems.

2009-03-31  Reuben Thomas <rrt@sc3d.org>

	* : commit b92fa7130f411cda1c5c7411062259f9650f6e5a Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Mon Mar 30 19:40:50 2009 +0100

2009-03-30  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Remove debugging include.

2009-03-30  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/variables.c: Use a global table,
	"main_vars" for the main vars list rather than an anonymous
	reference, for easier future use from Lua.  Fix a typo in the splash screen (copied from stable branch).  Call abort() on Lua panic so we get a core dump.  Remove free_variables, as there's no point clearing up after Lua's
	allocator.

2009-03-30  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Start a new version series for Lua Zile.

2009-03-30  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix typo in splash screen.

2009-03-29  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/buffer.h, src/extern.h, src/main.c, src/main.h,
	src/variables.c: Reimplement variables as Lua tables.  Some slight API adjustments were needed.

2009-03-29  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add env vars needed to get libs and headers for
	Lua.

2009-03-29  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, m4/lua.m4: Make names of environment variables set
	by tests more conventional.

2009-03-28  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Require Lua 5.1, libraries & headers.

2009-03-28  Reuben Thomas <rrt@sc3d.org>

	* m4/lua.m4: Make AX_LUA_VERSION fail if Lua not found or not in
	desired range.  Clarify syntax of AX_LUA_VERSION.  Use test in a more portable way.

2009-03-28  Reuben Thomas <rrt@sc3d.org>

	* m4/lua.m4: Revert "Revert "Revert "Make AX_LUA_VERSION fail if Lua
	not found or not in desired range.""" This reverts commit 728cebb415cd0c1d7d66e7092e628473270889aa.

2009-03-28  Reuben Thomas <rrt@sc3d.org>

	* m4/lua.m4: Revert "Revert "Make AX_LUA_VERSION fail if Lua not
	found or not in desired range."" This reverts commit 381fe32bd9775963b485ea228f97e9c767afa6cd.

2009-03-28  Reuben Thomas <rrt@sc3d.org>

	* m4/lua.m4: Revert "Make AX_LUA_VERSION fail if Lua not found or
	not in desired range." This reverts commit 1e9e0a15c52424d44205dc9b160d39fde63e7e03.

2009-03-28  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Revert "Revert "Simplify scroll_up and scroll_down
	(take 2, using correct starting"" This reverts commit b16e0c8a50275af6702cda256eeaca017d4ef9c9.

2009-03-28  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Revert "Simplify scroll_up and scroll_down (take 2,
	using correct starting" This reverts commit 63a51c2730f55dec13a6e1fe6a977199ad55d73d.

2009-03-28  Reuben Thomas <rrt@sc3d.org>

	* m4/lua.m4: Make AX_LUA_VERSION fail if Lua not found or not in
	desired range.  Clarify syntax of AX_LUA_VERSION.  Use test in a more portable way.

2009-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Simplify scroll_up and scroll_down (take 2, using
	correct starting version of file).

2009-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Revert "Simplify scroll_up and scroll_down." This reverts commit 8d875ae2b4dd32828cfd790a0b422dabfc508e0b.

2009-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/redisplay.c: Reindent some comments.

2009-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Simplify scroll_up and scroll_down.

2009-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Rename Line pointers from l to lp for consistency.

2009-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/window.c: Common up code for
	making scratch buffer.

2009-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/buffer.c, src/editfns.c, src/extern.h,
	src/file.c, src/funcs.c, src/line.c, src/main.h, src/marker.c,
	src/marker.h, src/search.c, src/term_redisplay.c, src/window.c: Make
	Marker opaque.  Move more buffer functions into buffer.c.

2009-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove unneeded FIELD_STR declarations for region
	accessors.

2009-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Add a cast to return value of region_new.

2009-03-27  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/buffer.c, src/extern.h, src/funcs.c,
	src/killring.c, src/main.h, src/region.h, src/registers.c,
	src/term_redisplay.c: Make Region opaque; move delete_region and
	in_region to buffer.c.  Make getters for fields take a const argument.

2009-03-26  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/buffer.c, src/editfns.c,
	src/extern.h, src/file.c, src/funcs.c, src/killring.c, src/line.c,
	src/line.h, src/main.h, src/point.c, src/search.c,
	src/term_redisplay.c: Make Line opaque.

2009-03-26  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/buffer.c, src/completion.c,
	src/extern.h, src/file.c, src/funcs.c, src/main.h, src/marker.c,
	src/redisplay.c, src/search.c, src/term_redisplay.c, src/window.c,
	src/window.h: Make Window opaque.  Make copy_marker cope with NULL argument.

2009-03-25  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/completion.h: Fix string field, match, of
	Completion.

2009-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests, src/test-bad-argument: Rewrite export of TERM
	for older systems.

2009-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests, src/test-bad-argument: For tests, force vt100
	if TERM is not set properly.

2009-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/completion.h: Add header for Completion fields.

2009-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/funcs.c, src/main.h: Remove INT_FREE and
	BOOL_FREE macros.

2009-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Make some octal numbers shorter.

2009-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Make a comment format consistent.

2009-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Remove workaround for bad curses define now that
	Buffer is privately defined in buffer.c.

2009-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/buffer.c, src/completion.c, src/eval.c,
	src/extern.h, src/file.c, src/main.h, src/minibuf.c,
	src/term_minibuf.c, src/variables.c: Make Completion opaque.  Generalise getter and setter macros further; put them in main.h for
	reuse.

2009-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/buffer.h, src/editfns.c, src/file.c,
	src/funcs.c, src/line.c, src/main.c, src/main.h, src/marker.c,
	src/search.c, src/term_redisplay.c, src/undo.c, src/variables.c: Add
	accessors for remaining fields of Buffer and make it private to
	buffer.c.

2009-03-24  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/buffer.h, src/completion.c,
	src/editfns.c, src/eval.c, src/extern.h, src/file.c, src/funcs.c,
	src/killring.c, src/line.c, src/macro.c, src/main.c, src/main.h,
	src/marker.c, src/point.c, src/redisplay.c, src/registers.c,
	src/search.c, src/term_redisplay.c, src/window.c: Generalize macros
	for buffer fields to work with any struct; call them FIELD and
	FIELD_STR.  Add fields for line, lines and pt members of Buffer.

2009-03-20  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: undefine lines, which seems to be defined in some
	system headers.

2009-03-20  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/buffer.c, src/buffer.h, src/extern.h,
	src/file.c, src/funcs.c, src/main.h, src/term_redisplay.c,
	src/window.c: Generalise BUFFER_FLAG_GETTER_AND_SETTER to
	BUFFER_GETTER_AND_SETTER, with macros that work for primitive types.
	Put the macros in buffer.h and include that rather than duplicating
	the calls in extern.h and buffer.c Add get_buffer_name, and use it.

2009-03-19  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/buffer.c, src/extern.h, src/file.c, src/funcs.c,
	src/help.c, src/killring.c, src/line.c, src/main.c, src/main.h,
	src/search.c, src/term_redisplay.c, src/undo.c, src/window.c: Add
	getters & setters for buffer flags.  Reimplement buffer flags as bools.  Simplify move_buffer_to_head slightly.  Reorder prototypes for buffer.c in extern.h to reflect definition
	order.  Correct the implementation of auto-fill-mode, which had spurious
	xor-ing rather than setting in init_buffer, and was in any case
	overridden when switch-to-buffer created a new buffer.  Simplify save_some_buffers.  Fix English in some comments.  Include config.h in main.h, just in case!

2009-03-19  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c, src/lists.c: Add include of config.h to remaining two
	files that didn't have it, fixing compilation problems with gnulib
	on some platforms.

2009-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Simplify make_buffer_name, and remove arbitrary
	limit of 999 buffers with the same name.

2009-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Simplify find_buffer, removing some pointless
	comments that are less clear than the trivial code.

2009-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/line.c, src/macro.c, src/main.h, src/mkfuncs.lua: 
	Rename DEFUN_HIDDEN* macros to DEFUN_NONINTERACTIVE as per FIXME.

2009-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/file.c, src/funcs.c, src/line.c: 
	Simplify astr_recase slightly, change the case types to an enum, and
	add some tests.

2009-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Use astr_recase to implement setcase_word.

2009-03-18  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Remove a FIXME that depends on a condition I'm no
	longer planning to implement.

2009-03-17  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Move help2man and valgrind detection into their own
	sections, as they're quite long; add --disable-valgrind option.

2009-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Restore using valgrind for all tests.

2009-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/file.c, src/macro.c, src/registers.c,
	src/run-lisp-tests, src/search.c, src/variables.c: Run valgrind on
	zile properly.  Cure several space leaks shown up by valgrind.

2009-03-16  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Use the more often quoted and more obvious
	--leak-check=full rather than --leak-check=yes.

2009-03-16  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Remove a gratuitous space leak (a call to astr_new
	whose result was never used, and never deleted).

2009-03-15  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix a double-free bug in search.

2009-03-15  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Check leaks with valgrind.

2009-03-15  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix a space leak.

2009-03-15  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/search.c: Fix a space leak in
	search.

2009-03-14  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Simplify logic for finding and dealing with modified
	buffers in save-buffers-kill-zile, removing a status variable.

2009-03-14  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Look for just the first modified buffer in
	save-buffers-kill-zile.

2009-03-14  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Make valgrind errors return an error exit code.

2009-03-14  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests, src/test-bad-argument: Expand TERM test to
	exit if TERM=unknown.

2009-03-14  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Avoid dead code.

2009-03-13  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Mention build system fix and code cleanup in notes for
	2.3.5.

2009-03-13  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add release notes for 2.3.5.

2009-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/rbacc.c, src/rbacc.h, src/rblist.c, src/rblist.h,
	src/rbutil.c, src/rbutil.h: Remove rblists.

2009-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Simplify undo_set_unchanged to set all unchanged flags
	to false.  In fact, it works either way, but setting the flag on the most
	recent undo to true is both counter-intuitive and unnecessary.  Make "unchanged" flag a bool rather than an int.

2009-03-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.3.5.

2009-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Common up write-file and save-buffer, and thereby fix
	a bug where write-file didn't reset the undo position.

2009-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Run Lisp tests under valgrind again.

2009-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Remove unneeded line.

2009-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests: Set default values of srcdir and builddir for
	interactive use.

2009-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/run-lisp-tests: Have Makefile pass
	run-lisp-tests its arguments so that run-lisp-tests can also be used
	interactively.

2009-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Add FIXME.

2009-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Fix indenting.

2009-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Fix potential crash on NULL dereference.

2009-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/buffer.c, src/completion.c,
	src/editfns.c, src/file.c, src/funcs.c, src/line.c, src/lisp.c,
	src/search.c, src/term_redisplay.c: Replace astr_char with astr_get
	(which returns the character rather than a pointer to it).  Use astr_cstr for remaining uses of astr_char.  Remove out-of-date explanation of string positions from astr.h.  Make second arg of make_char_printable an int, as it should be.  In line_replace_text, avoid a bug caused by redeclaring case_type,
	so that if it was updated the value was not available at the end of
	the function.  Rewrite calculate_start_column to use string offsets rather than
	pointers.

2009-03-12  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests: Rewrite to avoid ! (logical negation) in front
	of commands, which seems to be a recent addition to POSIX, and
	doesn't work in Solaris's /bin/sh.

2009-03-11  Reuben Thomas <rrt@sc3d.org>

	* src/rblist.c, src/rblist.h: Fixes for C89 and Zile style.

2009-03-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.h: Remove trailing comma not allowed in C89.

2009-03-11  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Actually fail on test failure.

2009-03-11  Reuben Thomas <rrt@sc3d.org>

	* src/astr.h: Remove out-of-date comment about string positions.

2009-03-10  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore: Add gmon.out.

2009-03-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Modify compiler flags earlier so they are correctly
	used by all gnulib tests.  Set C89 mode in gcc, so we can ensure the code is ISO C90 as
	promised.

2009-03-06  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Mention code cleanup in release notes for 2.3.4.

2009-03-05  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add release notes for 2.3.4.

2009-03-04  Reuben Thomas <rrt@sc3d.org>

	* README: Specify that we use POSIX.1-1990.

2009-03-04  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.3.4.

2009-03-04  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Move declaration into inner scope.

2009-03-04  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix expand_path on /~/, reported by Nicolas Duboc.

2009-03-03  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Fix a potential bad astr_delete call.

2009-03-03  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/extern.h, src/file.c, src/funcs.c,
	src/line.c, src/search.c: In order to generate the string "ZILE" for
	emergency saves, generalise the static function recase called by
	line_replace_text to astr_replace.  Tidy up setcase_region slightly.  Remove the newlen argument from line_replace_text, as although this
	in practice results in extra calls to strlen, it's good to signal
	that the newstr argument is always a NULL-terminated string, and is
	one more step on the way to using astr's rather than char *'s.

2009-03-02  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Remove fixed FIXME.

2009-02-28  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Inline the primitive astr_truncate's body in
	astr_nreplace_cstr, and make a derived astr_truncate instead, thus
	reducing the number of primitive methods by 1.

2009-02-28  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Remove duplicate git-diff check.

2009-02-28  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add release notes for 2.3.3.

2009-02-28  Reuben Thomas <rrt@sc3d.org>

	* : commit 7f6382a2e01c9cc2780a7a8e7e6a3c17ad05b1e3 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Fri Feb 27 23:51:52 2009 +0000

2009-02-27  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Restore code in expand_path to prepend cwd to relative
	paths.

2009-02-27  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Fix a bug introduced by previous commit in
	completion_readdir.

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* : commit bacba9b6a79068345f5ca4e760ae12c1afc62894 Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Wed Feb 25 13:19:42 2009 +0000

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Split functions into primitives (which manipulate the
	data structure directly) and derived functions (which only use the
	public API).

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/editfns.c, src/funcs.c, src/line.c, src/lisp.c,
	src/minibuf.c, src/search.c, src/term_redisplay.c: Remove casts to
	ptrdiff_t for astr positions, which are now size_t.

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Implement astr_char_char in terms of astr_insert_char.

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Add a FIXME

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h: Remove unused astr_cmp.

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h: Remove astr_ncpy_cstr from public API.

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/bind.c: Remove astr_cat_delete.

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/funcs.c: Remove astr_fgets.

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/term_minibuf.c: Remove
	astr_replace_char.

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Remove astr_pos, inlining the remaining useful assert
	where it was previously called.

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/completion.c, src/file.c,
	src/funcs.c, src/lisp.c, src/search.c: Change pos arguments of astr
	functions from ptrdiff_t to size_t, and fix negative argument
	usages.

2009-02-25  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Check there are no uncommitted changes before making
	a release.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Push changes to Savannah when making a release.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix behaviour of Zile when passed an unknown
	command-line option.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add apology for DejaGnu criticism.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* m4/gnulib-cache.m4: Remove canonicalize module, which we no longer
	use.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix expand_path after a misunderstanding that realpath
	would be useful (it's not, we're dealing with partial paths, and in
	any case, Emacs doesn't try to check paths in the way that realpath
	does).  Hence, revert to but clean up the previous expand_path code.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix printing of short options in --help output.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update NEWS for 2.3.2.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/zile-help2man-wrapper: Add final newline for neatness.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Ensure zile.1 is built after zile.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/zile-help2man-wrapper: This should have been committed before,
	but was git-ignored erroneously.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Use more specific pattern to ignore upload files.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/tbl_opts.h.in: Remove short options for --help and
	--version from help.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Fix a memory leak.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Fix dependencies of zile.1.  Ensure tbl_opts.h isn't distributed.  Simplify CLEANFILES.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Make help2man mandatory.  No need to AC_SUBST(valgrind) as AC_PATH_PROG does that anyway.  Bump version to 2.3.2.

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Improve and update installation instructions

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Add release-notes

2009-02-24  Reuben Thomas <rrt@sc3d.org>

	* AUTHORS: Remove outdated sentence about copyright notices, now
	that the only copyright holder mentioned in source files is the FSF.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/rbacc.c, src/rbacc.h, src/rblist.c, src/rblist.h,
	src/rbutil.c, src/rbutil.h: Reindent to GNU standards.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/rbacc.c, src/rbacc.h, src/rblist.c, src/rblist.h,
	src/rbutil.c: Convert C99 comments to C90.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove circular dependency; fix source counting.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Clarification.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Fixes for make distcheck.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove man-extras from AC_CONFIG_FILES.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/.gitignore, src/Makefile.am, src/man-extras,
	src/man-extras.in: Build man-extras, which needs pkgdatadir, as
	recommended in autoconf manual.  Fix some dependencies for VPATH builds.  If help2man not found, use false as replacement to avoid even more
	confusing error message.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/mkdotzile.lua, src/mkvars.lua: Rename
	mkvars.lua to mkdotzile.lua, now a better name.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/dotzile-extra.el, src/mkfuncs.lua,
	src/mkvars.lua, src/std.lua: Put text from mkvars.lua into a file,
	dotzile-extra.el.  Make zile.1 depend on the zile executable.  Don't need std.lua, so remove it.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/.gitignore, src/Makefile.am, src/man-extras,
	src/mkman.lua, src/tbl_opts.h, src/tbl_opts.h.in: Generate man page
	using help2man, with a wrapper script to make up for Zile, like
	Emacs, not indenting command-line options in its --help output.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Use ac_hostname, don't run hostname again.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Pedantry.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove some pointless quoting.  Clarify that additional compiler flags are for gcc.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/mkman.lua: Generate some more strings from
	configuration variables, and only define those variables on the
	command line that each script actually uses.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/mkfuncs.lua: Fix nonsensical comment in generated file.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/mkfuncs.lua: Don't sort functions as we don't have to.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/mkman.lua: Add a FIXME

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore: Add zile.1

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lib.lua, src/main.c, src/mkman.lua,
	src/tbl_opts.h, src/zile.1: Generate man page from tbl_opts.h, as
	well as entire usage message.

2009-02-23  Reuben Thomas <rrt@sc3d.org>

	* src/mkfuncs.lua, src/mkvars.lua: Format extra text nicely.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Use full argv[0] for usage message, as per FSF
	guidelines.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* src/mkfuncs.lua: Simplify code.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Mention removal of info manual.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/bind.c, src/buffer.c,
	src/completion.c, src/editfns.c, src/eval.c, src/file.c,
	src/funcs.c, src/getkey.c, src/help.c, src/history.c,
	src/keycode.c, src/killring.c, src/line.c, src/lisp.c, src/lists.c,
	src/macro.c, src/main.c, src/main.h, src/marker.c, src/minibuf.c,
	src/point.c, src/redisplay.c, src/registers.c, src/search.c,
	src/term_curses.c, src/term_minibuf.c, src/term_redisplay.c,
	src/undo.c, src/variables.c, src/window.c, src/xalloc_extra.c,
	src/zile.h: Rename zile.h to main.h.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Label a FIXME as such.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Since mkvars.lua & mkfuncs.lua now only produce
	one file each, re-simplify the rules for them.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/fdl.texi, src/mkfuncs.lua, src/mkvars.lua,
	src/zile.1, src/zile.texi: Remove info manual, which doesn't serve
	much purpose, and improve the man page with the one or two tiny
	nuggets of information that it lacked.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* README: Add a space after a period.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* src/zile.texi: Improve the dir entry.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/main.c, src/tbl_opts.h: Generate options from
	tbl_opts.h, à la Zee.  Use getopt_long, not getopt_long_only, as Emacs does not (any
	longer?) allow single dashes for long options.  Don't have short options for --help and --version, as Emacs doesn't.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* AUTHORS: Remove note about copyright notices that is now wrong
	after removing non-FSF copyright holders.

2009-02-22  Reuben Thomas <rrt@sc3d.org>

	* FAQ, INSTALL, Makefile.am, configure.ac, src/Makefile.am,
	src/astr.c, src/astr.h, src/basic.c, src/bind.c, src/buffer.c,
	src/completion.c, src/editfns.c, src/eval.c, src/extern.h,
	src/file.c, src/funcs.c, src/getkey.c, src/help.c, src/history.c,
	src/keycode.c, src/killring.c, src/lib.lua, src/line.c, src/lisp.c,
	src/lists.c, src/lists.h, src/macro.c, src/main.c, src/marker.c,
	src/minibuf.c, src/mkfuncs.lua, src/mkvars.lua, src/point.c,
	src/rbacc.c, src/rbacc.h, src/rblist.c, src/rblist.h, src/rbutil.c,
	src/rbutil.h, src/redisplay.c, src/registers.c, src/search.c,
	src/tbl_vars.h, src/term_curses.c, src/term_minibuf.c,
	src/term_redisplay.c, src/texinfo.lua, src/undo.c, src/variables.c,
	src/window.c, src/xalloc_extra.c, src/xalloc_extra.h, src/zile.1,
	src/zile.h, src/zile.texi: Change copyright notices as per FSF
	guidance: remove names other than the FSF, but merge all the years
	from the original notices into the FSF's copyright line.

2009-02-21  Reuben Thomas <rrt@sc3d.org>

	* m4/lua.m4: Add copyright lines for other authors.

2009-02-20  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Have just the latest copyright year in the copyright
	message, as in Emacs.

2009-02-20  Reuben Thomas <rrt@sc3d.org>

	* src/zile.texi: Remove FIXME to include the copyright notice, as
	this is the only comprehensive copyright notice.  Update the GFDL minimum version to 1.3.

2009-02-20  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/bind.c, src/extern.h, src/lisp.c,
	src/main.c, src/tbl_bind.h: Merge tbl_bind.h into bind.c as a Lisp
	string.  Split lisp_load into lisp_loadfile and lisp_loadstring, so that
	literal strings can be loaded.

2009-02-20  Reuben Thomas <rrt@sc3d.org>

	* src/fdl.texi, src/zile.texi: Update FDL to 1.3 and @include it.

2009-02-20  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4, src/file.c: Use
	canonicalize_file_name, which is portable thanks to gnulib, in
	expand_path to shorten and make it more robust, and fix a bug where
	~ would be recognised as introducing a user directory anywhere
	except the final character of a path (should be only as the first
	character of a path component).

2009-02-20  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore: Add "core"!

2009-02-20  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/extern.h, src/file.c, src/minibuf.c: 
	expand_path was not fulfilling its contract: it did not delete its
	argument in case of failure. Some callers assumed it did; others
	relied on its not doing so. Hence, remove this clause from the
	contract, and return a boolean instead, and fix the callers that
	assumed that the argument was deleted on failure.

2009-02-20  Reuben Thomas <rrt@sc3d.org>

	* m4/lua.m4: Clarify version range messages.  Remove Tuomo Valkonen from copyright, as he didn't write the
	original code.

2009-02-20  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, m4/lua.m4: Make Lua detection into a series of
	macros in its own file, and call the required ones.

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Run tests under valgrind.

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Now that everything's in the same directory,
	simplify source paths.  Make formatting more consistent.  Use cloc rather than sloccount to count lines of code.

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* src/.gitignore, src/Makefile.am: Improve rules that have multiple
	outputs using code given in the automake manual to ensure that they
	are run only once.  Remove zile.1 from .gitignore, as it's no longer a generated file
	(and hasn't been for some time, oops).

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Mention generation of documentation from source for 2.3.1.

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/mkvars.lua: Generate dotzile.texi in
	mkvars.lua.  Move some parts of Makefile.am around for legibility.

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Fix a typo in detection of Lua libraries.  Put AC_SUBST for valgrind after, not before detecting valgrind, more
	logically.

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* src/mkfuncs.lua: Fix sense of interactive flag (was inverted).

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* src/mkfuncs.lua: Sort function names before writing output files.

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove errors if bits of Lua not found. For now, we
	don't need them to build a distribution tarball, and in any case, we
	won't want them when putting the Lua tests into their own file (the
	caller of the tests can abort on failure if desired, but it mustn't
	be forced).

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Group rules for building texinfo files, and make
	a note to improve them according to a technique given in the
	automake manual.

2009-02-19  Reuben Thomas <rrt@sc3d.org>

	* FAQ, Makefile.am, configure.ac, doc/.gitignore, doc/FAQ,
	doc/Makefile.am, doc/config.h, doc/lib.lua, doc/mkvars.lua,
	doc/std.lua, doc/texinfo.lua, doc/zile.1, doc/zile.texi, doc/zlint,
	src/.gitignore, src/Makefile.am, src/file.c, src/funcs.c,
	src/help.c, src/killring.c, src/macro.c, src/mkfuncs.c,
	src/mkfuncs.lua, src/mkvars.lua, src/search.c, src/std.lua,
	src/texinfo.lua, src/zile.texi: Generate function documentation in
	the texinfo manual from the source code, using new mkfuncs.lua,
	which replaces mkfuncs.c.  Since the documentation is now guaranteed to be consistent, remove
	zlint.  To make it easier to generate both source and docs with the same
	scripts, move the contents of the doc/ subdirectory into src/.  Add texinfo markup to some docstrings; this is now automatically
	turned into ASCII during processing.

2009-02-18  Reuben Thomas <rrt@sc3d.org>

	* src/rbacc.c, src/rbacc.h, src/rblist.c, src/rblist.h,
	src/rbutil.c, src/rbutil.h: Remove spurious "All rights reserved"
	lines from copyright notices.

2009-02-18  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Refer to "Zile Lisp" not "Emacs Lisp".

2009-02-18  Reuben Thomas <rrt@sc3d.org>

	* src/lib.lua: Remove require function, as it doesn't search the
	path, whereas the official function does raise an error if the file
	is not found, which is exactly what we want. Not sure why we
	replaced the function in Zee.

2009-02-18  Reuben Thomas <rrt@sc3d.org>

	* src/zile.1: Make synopsis and listed switches correspond to
	reality.  Add a FIXME to generate most of this page automatically.

2009-02-18  Reuben Thomas <rrt@sc3d.org>

	* BUGS, doc/FAQ: Make the bug reporting instructions more polite and
	less duplicated.  FAQ should be (c) the FSF 2008 as well as 2009.

2009-02-12  Reuben Thomas <rrt@sc3d.org>

	* doc/.gitignore, doc/Makefile.am, doc/dotzile.sample, doc/lib.lua,
	doc/mkvars.lua, doc/std.lua, doc/texinfo.lua, doc/zile.texi,
	doc/zlint, src/tbl_vars.h: Generate variables section of manual (and
	dotzile.sample) from tbl_vars.h.  To do this, import mkvars.lua and associated infrastructure from
	Zee, and make it work for Zile.  Since the documentation is now guaranteed to be consistent with the
	code, remove the checks on variables from zlint.

2009-02-12  Reuben Thomas <rrt@sc3d.org>

	* m4/mp_with_curses.m4: Fix MP_WITH_CURSES to search for ncurses
	before curses.

2009-02-11  Reuben Thomas <rrt@sc3d.org>

	* : commit 739140cc8d345229a641b16ed24dbc94222d88dc Author: Reuben
	Thomas <rrt@sc3d.org> Date:   Wed Feb 11 23:04:03 2009 +0000

2009-02-10  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests, src/test-bad-argument: Stop interactive tests
	from running if TERM is unset.

2009-02-07  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Reword FIXME in imperative

2009-02-07  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/extern.h, src/file.c, src/minibuf.c,
	src/variables.c: Make write-buffer prompt if the file name chosen
	already exists. To support this, add minibuf_read_yn.  Rename vminibuf_read_completion to minibuf_vread_completion.  One or two other bits of related tidying.

2009-02-07  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Fix default return value of minibuf_read_yesno so
	that the function can return the value for "cancelled".

2009-02-07  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/getkey.c, src/macro.c: Tidy up previous change
	allowing ungetkey to work with macro definitions.

2009-02-07  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/getkey.c, src/macro.c: Make
	ungetkey work properly with macros: remove a key stroke from the
	macro when it is ungotten.  Add pushkey for the cases when a key stroke is simply added to the
	input buffer without being one that was previously input.

2009-02-07  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Add FIXMEs for sections that should be
	automatically generated.

2009-02-07  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Add Lua detection.

2009-02-07  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lisp-tests/insert_file.el,
	src/run-lisp-tests, src/test-bad-argument: Fix make distcheck.

2009-02-07  Reuben Thomas <rrt@sc3d.org>

	* src/quit.el, src/save_and_quit.el: Fix make distcheck.

2009-02-06  Reuben Thomas <rrt@sc3d.org>

	* NEWS, lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4: Add
	release note for 2.3.1.  Update gnulib to 2009-02-01.

2009-02-06  Reuben Thomas <rrt@sc3d.org>

	* README, doc/zile.texi: Change mentions of "ISO C89" to "ISO C90".
	(One can also have ANSI C89.)

2009-02-06  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove deleted Makefile.in

2009-02-06  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove deleted file

2009-02-06  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lisp-tests/call_last_kbd_macro.el,
	src/lisp-tests/disabled/call_last_kbd_macro.el,
	src/lisp-tests/disabled/execute_extended_command.el,
	src/lisp-tests/disabled/global_set_key.el,
	src/lisp-tests/disabled/keyboard_quit.el,
	src/lisp-tests/disabled/make-interactive-test,
	src/lisp-tests/disabled/name_last_kbd_macro.el,
	src/lisp-tests/disabled/setq_nonexistent_variable.el,
	src/lisp-tests/execute_extended_command.el,
	src/lisp-tests/global_set_key.el, src/lisp-tests/keyboard_quit.el,
	src/lisp-tests/name_last_kbd_macro.el: Fix remaining interactive
	tests.

2009-02-06  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lisp-tests/disabled/query_replace.el,
	src/lisp-tests/disabled/quoted_insert.el,
	src/lisp-tests/disabled/universal_argument.el,
	src/lisp-tests/query_replace.el, src/lisp-tests/quoted_insert.el,
	src/lisp-tests/universal_argument.el: Make more interactive tests
	work.

2009-02-06  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/getkey.c, src/term_curses.c: Change the ungetkey
	system to use curses's ungetch function, via a wrapper
	term_ungetkey, and convert key codes back to ncurses codes.  Update Makefile.am.  Get more interactive tests working.

2009-02-06  Reuben Thomas <rrt@sc3d.org>

	* src/keycode.c: Simplify strtochord.

2009-02-06  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Rename macro parameter more logically.

2009-02-01  Reuben Thomas <rrt@sc3d.org>

	* BUGS, INSTALL: Update to refer to new test suite and remove
	mentions of DejaGnu.

2009-02-01  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ: Reorganise and remove FAQs which are pure Emacs
	knowledge.

2009-02-01  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Add documentation for load, execute-kbd-macro and
	insert-char.

2009-02-01  Reuben Thomas <rrt@sc3d.org>

	* doc/zlint: Update to cope with new form of macro in tbl_funcs.h.

2009-02-01  Reuben Thomas <rrt@sc3d.org>

	* src/run-lisp-tests: Add a note about use of execute-kbd-macro.

2009-02-01  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/lisp-tests/.gitignore,
	src/lisp-tests/backward_char.el,
	src/lisp-tests/backward_char.output,
	src/lisp-tests/backward_delete_char.el,
	src/lisp-tests/backward_delete_char.output,
	src/lisp-tests/backward_kill_word.el,
	src/lisp-tests/backward_kill_word.output,
	src/lisp-tests/backward_paragraph.el,
	src/lisp-tests/backward_paragraph.output,
	src/lisp-tests/backward_sexp.el,
	src/lisp-tests/backward_sexp.output,
	src/lisp-tests/backward_word.el,
	src/lisp-tests/backward_word.output,
	src/lisp-tests/beginning_of_buffer.el,
	src/lisp-tests/beginning_of_buffer.output,
	src/lisp-tests/beginning_of_line.el,
	src/lisp-tests/beginning_of_line.output,
	src/lisp-tests/call_last_kbd_macro.output,
	src/lisp-tests/capitalize_word.el,
	src/lisp-tests/capitalize_word.output,
	src/lisp-tests/copy_region_as_kill.el,
	src/lisp-tests/copy_region_as_kill.output,
	src/lisp-tests/copy_to_register.el,
	src/lisp-tests/copy_to_register.output,
	src/lisp-tests/delete_blank_lines.el,
	src/lisp-tests/delete_blank_lines.output,
	src/lisp-tests/delete_char.el, src/lisp-tests/delete_char.output,
	src/lisp-tests/delete_horizontal_space.el,
	src/lisp-tests/delete_horizontal_space.output,
	src/lisp-tests/delete_region.el,
	src/lisp-tests/delete_region.output,
	src/lisp-tests/describe_bindings.el,
	src/lisp-tests/describe_bindings.output,
	src/lisp-tests/describe_function.el,
	src/lisp-tests/describe_function.output,
	src/lisp-tests/describe_key.el, src/lisp-tests/describe_key.output,
	src/lisp-tests/describe_variable.el,
	src/lisp-tests/describe_variable.output,
	src/lisp-tests/disabled/call_last_kbd_macro.el,
	src/lisp-tests/disabled/execute_extended_command.el,
	src/lisp-tests/disabled/global_set_key.el,
	src/lisp-tests/disabled/keyboard_quit.el,
	src/lisp-tests/disabled/make-interactive-test,
	src/lisp-tests/disabled/name_last_kbd_macro.el,
	src/lisp-tests/disabled/query_replace.el,
	src/lisp-tests/disabled/quoted_insert.el,
	src/lisp-tests/disabled/setq_nonexistent_variable.el,
	src/lisp-tests/disabled/universal_argument.el,
	src/lisp-tests/downcase_region.el,
	src/lisp-tests/downcase_region.output,
	src/lisp-tests/downcase_word.el,
	src/lisp-tests/downcase_word.output,
	src/lisp-tests/end_of_buffer.el,
	src/lisp-tests/end_of_buffer.output, src/lisp-tests/end_of_line.el,
	src/lisp-tests/end_of_line.output,
	src/lisp-tests/exchange_point_and_mark.el,
	src/lisp-tests/exchange_point_and_mark.output,
	src/lisp-tests/execute_extended_command.output,
	src/lisp-tests/fill_paragraph.el,
	src/lisp-tests/fill_paragraph.output,
	src/lisp-tests/forward_char.el, src/lisp-tests/forward_char.output,
	src/lisp-tests/forward_line.el, src/lisp-tests/forward_line.output,
	src/lisp-tests/forward_paragraph.el,
	src/lisp-tests/forward_paragraph.output,
	src/lisp-tests/forward_sexp.el, src/lisp-tests/forward_sexp.output,
	src/lisp-tests/forward_word.el, src/lisp-tests/forward_word.output,
	src/lisp-tests/global_set_key.output, src/lisp-tests/goto_char.el,
	src/lisp-tests/goto_char.output, src/lisp-tests/goto_line.el,
	src/lisp-tests/goto_line.output,
	src/lisp-tests/indent_for_tab_command.el,
	src/lisp-tests/indent_for_tab_command.output,
	src/lisp-tests/indent_relative.el,
	src/lisp-tests/indent_relative.output,
	src/lisp-tests/insert_buffer.el,
	src/lisp-tests/insert_buffer.output, src/lisp-tests/insert_char.el,
	src/lisp-tests/insert_char.output, src/lisp-tests/insert_file.el,
	src/lisp-tests/insert_file.output,
	src/lisp-tests/isearch_backward.el,
	src/lisp-tests/isearch_backward.output,
	src/lisp-tests/isearch_backward_regexp.el,
	src/lisp-tests/isearch_backward_regexp.output,
	src/lisp-tests/isearch_forward.el,
	src/lisp-tests/isearch_forward.output,
	src/lisp-tests/isearch_forward_regexp.el,
	src/lisp-tests/isearch_forward_regexp.output,
	src/lisp-tests/just_one_space.el,
	src/lisp-tests/just_one_space.output,
	src/lisp-tests/keyboard_quit.output, src/lisp-tests/kill_buffer.el,
	src/lisp-tests/kill_buffer.output, src/lisp-tests/kill_line.el,
	src/lisp-tests/kill_line.output, src/lisp-tests/kill_region.el,
	src/lisp-tests/kill_region.output, src/lisp-tests/kill_sexp.el,
	src/lisp-tests/kill_sexp.output, src/lisp-tests/kill_word.el,
	src/lisp-tests/kill_word.output, src/lisp-tests/list_buffers.el,
	src/lisp-tests/list_buffers.output,
	src/lisp-tests/list_registers.el,
	src/lisp-tests/list_registers.output,
	src/lisp-tests/mark_paragraph.el,
	src/lisp-tests/mark_paragraph.output, src/lisp-tests/mark_sexp.el,
	src/lisp-tests/mark_sexp.output,
	src/lisp-tests/mark_whole_buffer.el,
	src/lisp-tests/mark_whole_buffer.output,
	src/lisp-tests/mark_word.el, src/lisp-tests/mark_word.output,
	src/lisp-tests/name_last_kbd_macro.output,
	src/lisp-tests/newline.el, src/lisp-tests/newline.output,
	src/lisp-tests/newline_and_indent.el,
	src/lisp-tests/newline_and_indent.output,
	src/lisp-tests/next_line.el, src/lisp-tests/next_line.output,
	src/lisp-tests/open_line.el, src/lisp-tests/open_line.output,
	src/lisp-tests/overwrite_mode.el,
	src/lisp-tests/overwrite_mode.output,
	src/lisp-tests/previous_line.el,
	src/lisp-tests/previous_line.output,
	src/lisp-tests/query_replace.output,
	src/lisp-tests/quoted_insert.output,
	src/lisp-tests/save_some_buffers.el,
	src/lisp-tests/save_some_buffers.output,
	src/lisp-tests/scroll_down.el, src/lisp-tests/scroll_down.output,
	src/lisp-tests/scroll_up.el, src/lisp-tests/scroll_up.output,
	src/lisp-tests/search_backward.el,
	src/lisp-tests/search_backward.output,
	src/lisp-tests/search_backward_regexp.el,
	src/lisp-tests/search_backward_regexp.output,
	src/lisp-tests/search_forward.el,
	src/lisp-tests/search_forward.output,
	src/lisp-tests/search_forward_regexp.el,
	src/lisp-tests/search_forward_regexp.output,
	src/lisp-tests/set_fill_column.el,
	src/lisp-tests/set_fill_column.output,
	src/lisp-tests/set_variable.el, src/lisp-tests/set_variable.output,
	src/lisp-tests/setq_nonexistent_variable.el,
	src/lisp-tests/setq_nonexistent_variable.output,
	src/lisp-tests/shell_command.el,
	src/lisp-tests/shell_command.output,
	src/lisp-tests/shell_command_on_region.el,
	src/lisp-tests/shell_command_on_region.output,
	src/lisp-tests/switch_to_buffer.el,
	src/lisp-tests/switch_to_buffer.output,
	src/lisp-tests/tab_to_tab_stop.el,
	src/lisp-tests/tab_to_tab_stop.output, src/lisp-tests/tabify.el,
	src/lisp-tests/tabify.output, src/lisp-tests/toggle_read_only.el,
	src/lisp-tests/toggle_read_only.output,
	src/lisp-tests/transient_mark_mode.el,
	src/lisp-tests/transient_mark_mode.output,
	src/lisp-tests/transpose_chars.el,
	src/lisp-tests/transpose_chars.output,
	src/lisp-tests/transpose_lines.el,
	src/lisp-tests/transpose_lines.output,
	src/lisp-tests/transpose_sexps.el,
	src/lisp-tests/transpose_sexps.output,
	src/lisp-tests/transpose_words.el,
	src/lisp-tests/transpose_words.output, src/lisp-tests/undo.el,
	src/lisp-tests/undo.output,
	src/lisp-tests/universal_argument.output,
	src/lisp-tests/untabify.el, src/lisp-tests/untabify.output,
	src/lisp-tests/upcase_region.el,
	src/lisp-tests/upcase_region.output, src/lisp-tests/upcase_word.el,
	src/lisp-tests/upcase_word.output, src/lisp-tests/yank.el,
	src/lisp-tests/yank.output, src/lisp-tests/zile_test.input,
	src/macro.c, src/run-interactive-test, src/run-lisp-tests,
	src/tests/.gitignore, src/tests/backward_char.el,
	src/tests/backward_char.output, src/tests/backward_delete_char.el,
	src/tests/backward_delete_char.output,
	src/tests/backward_kill_word.el,
	src/tests/backward_kill_word.output,
	src/tests/backward_paragraph.el,
	src/tests/backward_paragraph.output, src/tests/backward_sexp.el,
	src/tests/backward_sexp.output, src/tests/backward_word.el,
	src/tests/backward_word.output, src/tests/beginning_of_buffer.el,
	src/tests/beginning_of_buffer.output,
	src/tests/beginning_of_line.el, src/tests/beginning_of_line.output,
	src/tests/call_last_kbd_macro.output, src/tests/capitalize_word.el,
	src/tests/capitalize_word.output, src/tests/copy_region_as_kill.el,
	src/tests/copy_region_as_kill.output,
	src/tests/copy_to_register.el, src/tests/copy_to_register.output,
	src/tests/delete_blank_lines.el,
	src/tests/delete_blank_lines.output, src/tests/delete_char.el,
	src/tests/delete_char.output, src/tests/delete_horizontal_space.el,
	src/tests/delete_horizontal_space.output,
	src/tests/delete_region.el, src/tests/delete_region.output,
	src/tests/describe_bindings.el, src/tests/describe_bindings.output,
	src/tests/describe_function.el, src/tests/describe_function.output,
	src/tests/describe_key.el, src/tests/describe_key.output,
	src/tests/describe_variable.el, src/tests/describe_variable.output,
	src/tests/disabled/call_last_kbd_macro.el,
	src/tests/disabled/execute_extended_command.el,
	src/tests/disabled/global_set_key.el,
	src/tests/disabled/isearch_backward.el,
	src/tests/disabled/isearch_backward_regexp.el,
	src/tests/disabled/isearch_forward.el,
	src/tests/disabled/isearch_forward_regexp.el,
	src/tests/disabled/keyboard_quit.el,
	src/tests/disabled/make-interactive-test,
	src/tests/disabled/name_last_kbd_macro.el,
	src/tests/disabled/query_replace.el,
	src/tests/disabled/quoted_insert.el,
	src/tests/disabled/save_some_buffers.el,
	src/tests/disabled/setq_nonexistent_variable.el,
	src/tests/disabled/universal_argument.el,
	src/tests/downcase_region.el, src/tests/downcase_region.output,
	src/tests/downcase_word.el, src/tests/downcase_word.output,
	src/tests/end_of_buffer.el, src/tests/end_of_buffer.output,
	src/tests/end_of_line.el, src/tests/end_of_line.output,
	src/tests/exchange_point_and_mark.el,
	src/tests/exchange_point_and_mark.output,
	src/tests/execute_extended_command.output,
	src/tests/fill_paragraph.el, src/tests/fill_paragraph.output,
	src/tests/forward_char.el, src/tests/forward_char.output,
	src/tests/forward_line.el, src/tests/forward_line.output,
	src/tests/forward_paragraph.el, src/tests/forward_paragraph.output,
	src/tests/forward_sexp.el, src/tests/forward_sexp.output,
	src/tests/forward_word.el, src/tests/forward_word.output,
	src/tests/global_set_key.output, src/tests/goto_char.el,
	src/tests/goto_char.output, src/tests/goto_line.el,
	src/tests/goto_line.output, src/tests/indent_for_tab_command.el,
	src/tests/indent_for_tab_command.output,
	src/tests/indent_relative.el, src/tests/indent_relative.output,
	src/tests/insert_buffer.el, src/tests/insert_buffer.output,
	src/tests/insert_char.el, src/tests/insert_char.output,
	src/tests/insert_file.el, src/tests/insert_file.output,
	src/tests/isearch_backward.output,
	src/tests/isearch_backward_regexp.output,
	src/tests/isearch_forward.output,
	src/tests/isearch_forward_regexp.output,
	src/tests/just_one_space.el, src/tests/just_one_space.output,
	src/tests/keyboard_quit.output, src/tests/kill_buffer.el,
	src/tests/kill_buffer.output, src/tests/kill_line.el,
	src/tests/kill_line.output, src/tests/kill_region.el,
	src/tests/kill_region.output, src/tests/kill_sexp.el,
	src/tests/kill_sexp.output, src/tests/kill_word.el,
	src/tests/kill_word.output, src/tests/list_buffers.el,
	src/tests/list_buffers.output, src/tests/list_registers.el,
	src/tests/list_registers.output, src/tests/mark_paragraph.el,
	src/tests/mark_paragraph.output, src/tests/mark_sexp.el,
	src/tests/mark_sexp.output, src/tests/mark_whole_buffer.el,
	src/tests/mark_whole_buffer.output, src/tests/mark_word.el,
	src/tests/mark_word.output, src/tests/name_last_kbd_macro.output,
	src/tests/newline.el, src/tests/newline.output,
	src/tests/newline_and_indent.el,
	src/tests/newline_and_indent.output, src/tests/next_line.el,
	src/tests/next_line.output, src/tests/open_line.el,
	src/tests/open_line.output, src/tests/overwrite_mode.el,
	src/tests/overwrite_mode.output, src/tests/previous_line.el,
	src/tests/previous_line.output, src/tests/query_replace.output,
	src/tests/quoted_insert.output, src/tests/save_some_buffers.output,
	src/tests/scroll_down.el, src/tests/scroll_down.output,
	src/tests/scroll_up.el, src/tests/scroll_up.output,
	src/tests/search_backward.el, src/tests/search_backward.output,
	src/tests/search_backward_regexp.el,
	src/tests/search_backward_regexp.output,
	src/tests/search_forward.el, src/tests/search_forward.output,
	src/tests/search_forward_regexp.el,
	src/tests/search_forward_regexp.output,
	src/tests/set_fill_column.el, src/tests/set_fill_column.output,
	src/tests/set_variable.el, src/tests/set_variable.output,
	src/tests/setq_nonexistent_variable.el,
	src/tests/setq_nonexistent_variable.output,
	src/tests/shell_command.el, src/tests/shell_command.output,
	src/tests/shell_command_on_region.el,
	src/tests/shell_command_on_region.output,
	src/tests/switch_to_buffer.el, src/tests/switch_to_buffer.output,
	src/tests/tab_to_tab_stop.el, src/tests/tab_to_tab_stop.output,
	src/tests/tabify.el, src/tests/tabify.output,
	src/tests/toggle_read_only.el, src/tests/toggle_read_only.output,
	src/tests/transient_mark_mode.el,
	src/tests/transient_mark_mode.output, src/tests/transpose_chars.el,
	src/tests/transpose_chars.output, src/tests/transpose_lines.el,
	src/tests/transpose_lines.output, src/tests/transpose_sexps.el,
	src/tests/transpose_sexps.output, src/tests/transpose_words.el,
	src/tests/transpose_words.output, src/tests/undo.el,
	src/tests/undo.output, src/tests/universal_argument.output,
	src/tests/untabify.el, src/tests/untabify.output,
	src/tests/upcase_region.el, src/tests/upcase_region.output,
	src/tests/upcase_word.el, src/tests/upcase_word.output,
	src/tests/yank.el, src/tests/yank.output, src/tests/zile_test.input: 
	Rename "tests" directory to "lisp-tests" for clarity.  Add execute-kbd-macro to allow tests requiring keyboard input to be
	written. Get the rest of the tests working.  As a side-effect, change the implementation of macros to use
	gl_list_t's rather than dynamically-allocated size_t arrays with
	counts to hold the key list, as this works better with the functions
	used for execute-kbd-macro (and is cleaner in any case).

2009-02-01  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_bind.h: Add a FIXME to convert this file to Lisp
	(equivalent to Zee).

2009-02-01  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Rejig raw_write_to_disk slightly for pedantic
	correctness and clarity (in particular, the flags passed are *not* a
	umask); however, this doesn't change the way it works one whit.

2009-01-31  Reuben Thomas <rrt@sc3d.org>

	* src/term_curses.c: Use proper name "KEY_SUSPEND" instead of octal
	code, and change #ifdef to check for KEY_SUSPEND rather than
	__linux__.

2009-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Improve a FIXME.

2009-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/tests/config/default.exp,
	src/tests/disabled/call_last_kbd_macro.el,
	src/tests/disabled/execute_extended_command.el,
	src/tests/disabled/global_set_key.el,
	src/tests/disabled/isearch_backward.el,
	src/tests/disabled/isearch_backward_regexp.el,
	src/tests/disabled/isearch_forward.el,
	src/tests/disabled/isearch_forward_regexp.el,
	src/tests/disabled/keyboard_quit.el,
	src/tests/disabled/make-interactive-test,
	src/tests/disabled/name_last_kbd_macro.el,
	src/tests/disabled/query_replace.el,
	src/tests/disabled/quoted_insert.el,
	src/tests/disabled/save_some_buffers.el,
	src/tests/disabled/setq_nonexistent_variable.el,
	src/tests/disabled/universal_argument.el, src/tests/lib/zile.exp,
	src/tests/zile.test/call_last_kbd_macro.el,
	src/tests/zile.test/execute_extended_command.el,
	src/tests/zile.test/global_set_key.el,
	src/tests/zile.test/isearch_backward.el,
	src/tests/zile.test/isearch_backward_regexp.el,
	src/tests/zile.test/isearch_forward.el,
	src/tests/zile.test/isearch_forward_regexp.el,
	src/tests/zile.test/keyboard_quit.el,
	src/tests/zile.test/make-interactive-test,
	src/tests/zile.test/name_last_kbd_macro.el,
	src/tests/zile.test/query_replace.el,
	src/tests/zile.test/quoted_insert.el,
	src/tests/zile.test/save_some_buffers.el,
	src/tests/zile.test/setq_nonexistent_variable.el,
	src/tests/zile.test/universal_argument.el: Remove remaining DejaGnu
	files, and rename "zile.test" to "disabled" to keep tests that don't
	currently work in.

2009-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/astr.c, src/basic.c, src/bind.c,
	src/buffer.c, src/completion.c, src/editfns.c, src/eval.c,
	src/extern.h, src/file.c, src/funcs.c, src/help.c, src/keycode.c,
	src/line.c, src/main.c, src/minibuf.c, src/mkfuncs.c,
	src/registers.c, src/run-interactive-test, src/save_and_quit.el,
	src/search.c, src/term_minibuf.c, src/term_redisplay.c,
	src/test-bad-argument, src/tests/.gitignore,
	src/tests/backward_char.el, src/tests/backward_char.output,
	src/tests/backward_delete_char.el,
	src/tests/backward_delete_char.output,
	src/tests/backward_kill_word.el,
	src/tests/backward_kill_word.output,
	src/tests/backward_paragraph.el,
	src/tests/backward_paragraph.output, src/tests/backward_sexp.el,
	src/tests/backward_sexp.output, src/tests/backward_word.el,
	src/tests/backward_word.output, src/tests/beginning_of_buffer.el,
	src/tests/beginning_of_buffer.output,
	src/tests/beginning_of_line.el, src/tests/beginning_of_line.output,
	src/tests/call_last_kbd_macro.output, src/tests/capitalize_word.el,
	src/tests/capitalize_word.output, src/tests/config/default.exp,
	src/tests/copy_region_as_kill.el,
	src/tests/copy_region_as_kill.output,
	src/tests/copy_to_register.el, src/tests/copy_to_register.output,
	src/tests/delete_blank_lines.el,
	src/tests/delete_blank_lines.output, src/tests/delete_char.el,
	src/tests/delete_char.output, src/tests/delete_horizontal_space.el,
	src/tests/delete_horizontal_space.output,
	src/tests/delete_region.el, src/tests/delete_region.output,
	src/tests/describe_bindings.el, src/tests/describe_bindings.output,
	src/tests/describe_function.el, src/tests/describe_function.output,
	src/tests/describe_key.el, src/tests/describe_key.output,
	src/tests/describe_variable.el, src/tests/describe_variable.output,
	src/tests/downcase_region.el, src/tests/downcase_region.output,
	src/tests/downcase_word.el, src/tests/downcase_word.output,
	src/tests/end_of_buffer.el, src/tests/end_of_buffer.output,
	src/tests/end_of_line.el, src/tests/end_of_line.output,
	src/tests/exchange_point_and_mark.el,
	src/tests/exchange_point_and_mark.output,
	src/tests/execute_extended_command.output,
	src/tests/fill_paragraph.el, src/tests/fill_paragraph.output,
	src/tests/forward_char.el, src/tests/forward_char.output,
	src/tests/forward_line.el, src/tests/forward_line.output,
	src/tests/forward_paragraph.el, src/tests/forward_paragraph.output,
	src/tests/forward_sexp.el, src/tests/forward_sexp.output,
	src/tests/forward_word.el, src/tests/forward_word.output,
	src/tests/global_set_key.output, src/tests/goto_char.el,
	src/tests/goto_char.output, src/tests/goto_line.el,
	src/tests/goto_line.output, src/tests/indent_for_tab_command.el,
	src/tests/indent_for_tab_command.output,
	src/tests/indent_relative.el, src/tests/indent_relative.output,
	src/tests/insert_buffer.el, src/tests/insert_buffer.output,
	src/tests/insert_char.el, src/tests/insert_char.output,
	src/tests/insert_file.el, src/tests/insert_file.output,
	src/tests/isearch_backward.output,
	src/tests/isearch_backward_regexp.output,
	src/tests/isearch_forward.output,
	src/tests/isearch_forward_regexp.output,
	src/tests/just_one_space.el, src/tests/just_one_space.output,
	src/tests/keyboard_quit.output, src/tests/kill_buffer.el,
	src/tests/kill_buffer.output, src/tests/kill_line.el,
	src/tests/kill_line.output, src/tests/kill_region.el,
	src/tests/kill_region.output, src/tests/kill_sexp.el,
	src/tests/kill_sexp.output, src/tests/kill_word.el,
	src/tests/kill_word.output, src/tests/lib/zile.exp,
	src/tests/list_buffers.el, src/tests/list_buffers.output,
	src/tests/list_registers.el, src/tests/list_registers.output,
	src/tests/mark_paragraph.el, src/tests/mark_paragraph.output,
	src/tests/mark_sexp.el, src/tests/mark_sexp.output,
	src/tests/mark_whole_buffer.el, src/tests/mark_whole_buffer.output,
	src/tests/mark_word.el, src/tests/mark_word.output,
	src/tests/name_last_kbd_macro.output, src/tests/newline.el,
	src/tests/newline.output, src/tests/newline_and_indent.el,
	src/tests/newline_and_indent.output, src/tests/next_line.el,
	src/tests/next_line.output, src/tests/open_line.el,
	src/tests/open_line.output, src/tests/overwrite_mode.el,
	src/tests/overwrite_mode.output, src/tests/previous_line.el,
	src/tests/previous_line.output, src/tests/query_replace.output,
	src/tests/quoted_insert.output, src/tests/save_some_buffers.output,
	src/tests/scroll_down.el, src/tests/scroll_down.output,
	src/tests/scroll_up.el, src/tests/scroll_up.output,
	src/tests/search_backward.el, src/tests/search_backward.output,
	src/tests/search_backward_regexp.el,
	src/tests/search_backward_regexp.output,
	src/tests/search_forward.el, src/tests/search_forward.output,
	src/tests/search_forward_regexp.el,
	src/tests/search_forward_regexp.output,
	src/tests/set_fill_column.el, src/tests/set_fill_column.output,
	src/tests/set_variable.el, src/tests/set_variable.output,
	src/tests/setq_nonexistent_variable.el,
	src/tests/setq_nonexistent_variable.output,
	src/tests/shell_command.el, src/tests/shell_command.output,
	src/tests/shell_command_on_region.el,
	src/tests/shell_command_on_region.output,
	src/tests/switch_to_buffer.el, src/tests/switch_to_buffer.output,
	src/tests/tab_to_tab_stop.el, src/tests/tab_to_tab_stop.output,
	src/tests/tabify.el, src/tests/tabify.output,
	src/tests/toggle_read_only.el, src/tests/toggle_read_only.output,
	src/tests/transient_mark_mode.el,
	src/tests/transient_mark_mode.output, src/tests/transpose_chars.el,
	src/tests/transpose_chars.output, src/tests/transpose_lines.el,
	src/tests/transpose_lines.output, src/tests/transpose_sexps.el,
	src/tests/transpose_sexps.output, src/tests/transpose_words.el,
	src/tests/transpose_words.output, src/tests/undo.el,
	src/tests/undo.output, src/tests/universal_argument.output,
	src/tests/untabify.el, src/tests/untabify.output,
	src/tests/upcase_region.el, src/tests/upcase_region.output,
	src/tests/upcase_word.el, src/tests/upcase_word.output,
	src/tests/yank.el, src/tests/yank.output,
	src/tests/zile.test/call_last_kbd_macro.el,
	src/tests/zile.test/execute_extended_command.el,
	src/tests/zile.test/global_set_key.el,
	src/tests/zile.test/isearch_backward.el,
	src/tests/zile.test/isearch_backward_regexp.el,
	src/tests/zile.test/isearch_forward.el,
	src/tests/zile.test/isearch_forward_regexp.el,
	src/tests/zile.test/keyboard_quit.el,
	src/tests/zile.test/make-interactive-test,
	src/tests/zile.test/name_last_kbd_macro.el,
	src/tests/zile.test/query_replace.el,
	src/tests/zile.test/quoted_insert.el,
	src/tests/zile.test/save_some_buffers.el,
	src/tests/zile.test/setq_nonexistent_variable.el,
	src/tests/zile.test/universal_argument.el,
	src/tests/zile_test.input, src/testsuite/.gitignore,
	src/testsuite/Makefile.am, src/testsuite/config/default.exp,
	src/testsuite/lib/zile.exp,
	src/testsuite/zile.test/backward_char.exp,
	src/testsuite/zile.test/backward_char.output,
	src/testsuite/zile.test/backward_delete_char.exp,
	src/testsuite/zile.test/backward_delete_char.output,
	src/testsuite/zile.test/backward_kill_word.exp,
	src/testsuite/zile.test/backward_kill_word.output,
	src/testsuite/zile.test/backward_paragraph.exp,
	src/testsuite/zile.test/backward_paragraph.output,
	src/testsuite/zile.test/backward_sexp.exp,
	src/testsuite/zile.test/backward_sexp.output,
	src/testsuite/zile.test/backward_word.exp,
	src/testsuite/zile.test/backward_word.output,
	src/testsuite/zile.test/bad_argument.exp,
	src/testsuite/zile.test/bad_argument.output,
	src/testsuite/zile.test/beginning_of_buffer.exp,
	src/testsuite/zile.test/beginning_of_buffer.output,
	src/testsuite/zile.test/beginning_of_line.exp,
	src/testsuite/zile.test/beginning_of_line.output,
	src/testsuite/zile.test/call_last_kbd_macro.exp,
	src/testsuite/zile.test/call_last_kbd_macro.output,
	src/testsuite/zile.test/capitalize_word.exp,
	src/testsuite/zile.test/capitalize_word.output,
	src/testsuite/zile.test/copy_region_as_kill.output,
	src/testsuite/zile.test/copy_to_register.output,
	src/testsuite/zile.test/delete_blank_lines.exp,
	src/testsuite/zile.test/delete_blank_lines.output,
	src/testsuite/zile.test/delete_char.exp,
	src/testsuite/zile.test/delete_char.output,
	src/testsuite/zile.test/delete_horizontal_space.exp,
	src/testsuite/zile.test/delete_horizontal_space.output,
	src/testsuite/zile.test/delete_region.output,
	src/testsuite/zile.test/describe_bindings.output,
	src/testsuite/zile.test/describe_function.output,
	src/testsuite/zile.test/describe_key.output,
	src/testsuite/zile.test/describe_variable.output,
	src/testsuite/zile.test/downcase_region.output,
	src/testsuite/zile.test/downcase_word.exp,
	src/testsuite/zile.test/downcase_word.output,
	src/testsuite/zile.test/end_of_buffer.exp,
	src/testsuite/zile.test/end_of_buffer.output,
	src/testsuite/zile.test/end_of_line.exp,
	src/testsuite/zile.test/end_of_line.output,
	src/testsuite/zile.test/exchange_point_and_mark.output,
	src/testsuite/zile.test/execute_extended_command.exp,
	src/testsuite/zile.test/execute_extended_command.output,
	src/testsuite/zile.test/fill_paragraph.exp,
	src/testsuite/zile.test/fill_paragraph.output,
	src/testsuite/zile.test/forward_char.exp,
	src/testsuite/zile.test/forward_char.output,
	src/testsuite/zile.test/forward_line.exp,
	src/testsuite/zile.test/forward_line.output,
	src/testsuite/zile.test/forward_paragraph.exp,
	src/testsuite/zile.test/forward_paragraph.output,
	src/testsuite/zile.test/forward_sexp.exp,
	src/testsuite/zile.test/forward_sexp.output,
	src/testsuite/zile.test/forward_word.exp,
	src/testsuite/zile.test/forward_word.output,
	src/testsuite/zile.test/global_set_key.exp,
	src/testsuite/zile.test/global_set_key.output,
	src/testsuite/zile.test/goto_char.exp,
	src/testsuite/zile.test/goto_char.output,
	src/testsuite/zile.test/goto_line.exp,
	src/testsuite/zile.test/goto_line.output,
	src/testsuite/zile.test/indent_for_tab_command.exp,
	src/testsuite/zile.test/indent_for_tab_command.output,
	src/testsuite/zile.test/indent_relative.exp,
	src/testsuite/zile.test/indent_relative.output,
	src/testsuite/zile.test/insert_buffer.exp,
	src/testsuite/zile.test/insert_buffer.output,
	src/testsuite/zile.test/insert_char.exp,
	src/testsuite/zile.test/insert_char.output,
	src/testsuite/zile.test/insert_file.exp,
	src/testsuite/zile.test/insert_file.output,
	src/testsuite/zile.test/isearch_backward.exp,
	src/testsuite/zile.test/isearch_backward.output,
	src/testsuite/zile.test/isearch_backward_regexp.exp,
	src/testsuite/zile.test/isearch_backward_regexp.output,
	src/testsuite/zile.test/isearch_forward.exp,
	src/testsuite/zile.test/isearch_forward.output,
	src/testsuite/zile.test/isearch_forward_regexp.exp,
	src/testsuite/zile.test/isearch_forward_regexp.output,
	src/testsuite/zile.test/just_one_space.exp,
	src/testsuite/zile.test/just_one_space.output,
	src/testsuite/zile.test/keyboard_quit.exp,
	src/testsuite/zile.test/keyboard_quit.output,
	src/testsuite/zile.test/kill_buffer.exp,
	src/testsuite/zile.test/kill_buffer.output,
	src/testsuite/zile.test/kill_line.exp,
	src/testsuite/zile.test/kill_line.output,
	src/testsuite/zile.test/kill_region.output,
	src/testsuite/zile.test/kill_sexp.exp,
	src/testsuite/zile.test/kill_sexp.output,
	src/testsuite/zile.test/kill_word.exp,
	src/testsuite/zile.test/kill_word.output,
	src/testsuite/zile.test/list_buffers.output,
	src/testsuite/zile.test/list_registers.output,
	src/testsuite/zile.test/make-interactive-test,
	src/testsuite/zile.test/mark_paragraph.exp,
	src/testsuite/zile.test/mark_paragraph.output,
	src/testsuite/zile.test/mark_sexp.exp,
	src/testsuite/zile.test/mark_sexp.output,
	src/testsuite/zile.test/mark_whole_buffer.exp,
	src/testsuite/zile.test/mark_whole_buffer.output,
	src/testsuite/zile.test/mark_word.exp,
	src/testsuite/zile.test/mark_word.output,
	src/testsuite/zile.test/name_last_kbd_macro.exp,
	src/testsuite/zile.test/name_last_kbd_macro.output,
	src/testsuite/zile.test/newline.exp,
	src/testsuite/zile.test/newline.output,
	src/testsuite/zile.test/newline_and_indent.exp,
	src/testsuite/zile.test/newline_and_indent.output,
	src/testsuite/zile.test/next_line.exp,
	src/testsuite/zile.test/next_line.output,
	src/testsuite/zile.test/open_line.exp,
	src/testsuite/zile.test/open_line.output,
	src/testsuite/zile.test/overwrite_mode.exp,
	src/testsuite/zile.test/overwrite_mode.output,
	src/testsuite/zile.test/previous_line.exp,
	src/testsuite/zile.test/previous_line.output,
	src/testsuite/zile.test/query_replace.exp,
	src/testsuite/zile.test/query_replace.output,
	src/testsuite/zile.test/quoted_insert.exp,
	src/testsuite/zile.test/quoted_insert.output,
	src/testsuite/zile.test/save_some_buffers.exp,
	src/testsuite/zile.test/save_some_buffers.output,
	src/testsuite/zile.test/scroll_down.exp,
	src/testsuite/zile.test/scroll_down.output,
	src/testsuite/zile.test/scroll_up.exp,
	src/testsuite/zile.test/scroll_up.output,
	src/testsuite/zile.test/search_backward.exp,
	src/testsuite/zile.test/search_backward.output,
	src/testsuite/zile.test/search_backward_regexp.exp,
	src/testsuite/zile.test/search_backward_regexp.output,
	src/testsuite/zile.test/search_forward.exp,
	src/testsuite/zile.test/search_forward.output,
	src/testsuite/zile.test/search_forward_regexp.exp,
	src/testsuite/zile.test/search_forward_regexp.output,
	src/testsuite/zile.test/set_fill_column.output,
	src/testsuite/zile.test/set_variable.exp,
	src/testsuite/zile.test/set_variable.output,
	src/testsuite/zile.test/setq_nonexistent_variable.el,
	src/testsuite/zile.test/setq_nonexistent_variable.exp,
	src/testsuite/zile.test/setq_nonexistent_variable.output,
	src/testsuite/zile.test/shell_command.exp,
	src/testsuite/zile.test/shell_command.output,
	src/testsuite/zile.test/shell_command_on_region.output,
	src/testsuite/zile.test/switch_to_buffer.exp,
	src/testsuite/zile.test/switch_to_buffer.output,
	src/testsuite/zile.test/tab_to_tab_stop.exp,
	src/testsuite/zile.test/tab_to_tab_stop.output,
	src/testsuite/zile.test/tabify.exp,
	src/testsuite/zile.test/tabify.output,
	src/testsuite/zile.test/toggle_read_only.exp,
	src/testsuite/zile.test/toggle_read_only.output,
	src/testsuite/zile.test/transient_mark_mode.output,
	src/testsuite/zile.test/transpose_chars.exp,
	src/testsuite/zile.test/transpose_chars.output,
	src/testsuite/zile.test/transpose_lines.exp,
	src/testsuite/zile.test/transpose_lines.output,
	src/testsuite/zile.test/transpose_sexps.exp,
	src/testsuite/zile.test/transpose_sexps.output,
	src/testsuite/zile.test/transpose_words.exp,
	src/testsuite/zile.test/transpose_words.output,
	src/testsuite/zile.test/undo.exp,
	src/testsuite/zile.test/undo.output,
	src/testsuite/zile.test/universal_argument.exp,
	src/testsuite/zile.test/universal_argument.output,
	src/testsuite/zile.test/untabify.output,
	src/testsuite/zile.test/upcase_region.output,
	src/testsuite/zile.test/upcase_word.exp,
	src/testsuite/zile.test/upcase_word.output,
	src/testsuite/zile.test/yank.output,
	src/testsuite/zile.test/zile_test.input, src/variables.c,
	src/zile.h: Update some copyright dates on files previously updated
	this year.  Since DejaGnu doesn't work on some platforms (e.g. Mac OS X), and
	making the test suite reliable has been so difficult, replace it
	with tests that use Zile directly. Use --load to load Lisp scripts;
	this works for all the tests except for those that are really
	interactive, i.e. those that end up calling getkey; hence, leave
	these out for the moment.  In order to make all the other tests work, make functions that don't
	already work non-interactively, but could, do so, and make UINT args
	INT instead, as they should be, and add BOOL argument macros.  Make some more minor fixes and improvements thrown up by the
	upheaval.

2009-01-20  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/bind.c, src/eval.c, src/extern.h, src/file.c,
	src/funcs.c, src/help.c, src/killring.c, src/line.c, src/lisp.c,
	src/macro.c, src/mkfuncs.c, src/redisplay.c, src/registers.c,
	src/search.c, src/undo.c, src/variables.c, src/window.c, src/zile.h: 
	Add macros for declaring arguments in user commands, and start to
	use them.  Make the user command macros define the status variable, as in Zee,
	and start to use it properly; we should not have any explicit
	returns in user commands now, but we haven't achieved that yet;
	however, there are no extraneous returns in routines converted to
	use the argument macros, hence no (known!) memory leaks from
	returning without deallocating arguments.

2009-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/keycode.c: Make some char *'s const as they
	should be in function parameters.

2009-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix a typo.

2009-01-11  Reuben Thomas <rrt@sc3d.org>

	* src/help.c: Make the output of describe-variable look more like
	Emacs's.

2009-01-11  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, src/lisp.c, src/main.c: Change --script to --load,
	so we can do interactive tests with it. In any case, it was already
	running the scripts interactively, which --script in Emacs does not.  Take advantage of having to update the manual to rewrite the
	overview and bump the version.

2009-01-10  Reuben Thomas <rrt@sc3d.org>

	* README: Don't mention ncurses; first, we use curses, not
	specifically ncurses, and secondly, curses APIs are part of POSIX.

2009-01-10  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Remove documentation of --enable-debug which no longer
	exists.

2009-01-09  Reuben Thomas <rrt@sc3d.org>

	* doc/zlint: Fix a bash-ism. Thanks to Nelson H. Beebe for the build
	logs that showed this bug up.

2009-01-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Don't use rblist code for now.

2009-01-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/variables.c: Make minibuf_read_variable_name
	take a format and be variadic like other minibuf functions so that
	it can pass vminibuf_read_completion a proper va_list, which fixes a
	compile error on some platforms.

2009-01-08  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c: Don't call term_beep unless we've set up the
	terminal!

2009-01-08  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/file.c, src/term_minibuf.c: Fix some memory
	allocation errors present since at least 2.2.59; thanks to Jens
	Thiele via Debian bug #511217 for the report.

2009-01-08  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Add C-q (for quoted insert) in incremental search
	(fixes FR #1896224).

2009-01-01  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Add a test that had been forgotten
	(insert_char).

2009-01-01  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Add new tests.

2009-01-01  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/lib/zile.exp,
	src/testsuite/zile.test/bad_argument.exp,
	src/testsuite/zile.test/bad_argument.output,
	src/testsuite/zile.test/setq_nonexistent_variable.el,
	src/testsuite/zile.test/setq_nonexistent_variable.exp,
	src/testsuite/zile.test/setq_nonexistent_variable.output: Sort out
	non-interactive tests: as Zile doesn't have a batch mode, we still
	need to run them interactively. Allow for extra command-line
	arguments.  Make interactive tests check the exit code.  Add tests for bad command-line arguments and setting a non-existent
	variable (which recently was causing a crash).

2009-01-01  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/term_redisplay.c: Add term_finish to
	tidy and shut down the terminal, and use it in execute_scripts.  Rename "func" to "script" in execute_scripts to make better sense
	(old name was historical).

2009-01-01  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/lib/zile.exp: Wait for ncurses to come up before
	sending input, thus avoiding the non-portable timing hack used
	before.

2009-01-01  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Correct copyright notice, and clarify
	title.

2009-01-01  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Tweak error message to match Emacs.

2009-01-01  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/config/default.exp: Note how we will give Valgrind's
	path.

2008-12-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am: Add support for Valgrind.  Use Valgrind to run tests if available. Don't yet require that the
	tests pass.  Fix astr standalone test, which referred to xalloc.o (now
	xalloc_extra.o).  Bump version to 2.3.1.

2008-12-19  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Re-use dead code for removed -funcall command-line
	option to implement --script, which we want for testing.

2008-12-19  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix bug with multi-chord key bindings, and as a
	side-effect remove default key bindings, which we don't yet have a
	use for in any case.

2008-12-17  Reuben Thomas <rrt@sc3d.org>

	* src/rbacc.c, src/rbacc.h, src/rblist.c, src/rblist.h,
	src/rbutil.c, src/rbutil.h: Add FSF copyright (this is fine for
	Alistair's code since he's signed a copyright assignment), and
	change boilerplate from "Zee" to "GNU Zile".

2008-12-17  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Add checks for non-existent variable in
	set_variable, as per Savannah bug #25108.

2008-12-15  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/astr.c, src/extern.h, src/rbacc.c,
	src/rbacc.h, src/rblist.c, src/rblist.h, src/rbutil.c,
	src/rbutil.h, src/variables.c, src/xalloc.c, src/xalloc_extra.c,
	src/xalloc_extra.h: Add rblists from Zee (Alistair has signed the
	GNU paperwork for this code).  Make a separate header for xalloc.c's functions as they're so basic.
	Because we already have an xalloc.h, rename xalloc.c to
	xalloc_extra.c and call the header xalloc_extra.h.

2008-12-15  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Correct name of function in comment.

2008-12-15  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/main.c, src/zile.h: Changes to key
	bindings.  Improve comments for Binding declaration.  Add support for default key bindings in a map.  Simplify completion_scan, and make it return the Function directly,
	since that's all that's needed.  Add init_default_bindings, and make free_bindings and init_bindings
	take a Binding parameter.  Add a macro DEFUN_BINDONLY for non-public bindable functions.

2008-12-13  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/zile.h: Rename FLAG_QUIT_ZILE to FLAG_QUIT.

2008-12-13  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Remove mention of removed help commands.

2008-12-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/funcs.c, src/main.c, src/zile.h: 
	Move declaration of _last_command down to where it is used in
	bind.c.  Rename node type in bind.c to Binding, and move its opaque
	declaration to zile.h.  Declare root_bindings in extern.h.  Move declaration of completion_strcmp to the completion.c section in
	extern.h, where it should be.  Rename do_completion to do_binding_completion for clarity.  Add bindings argument to process_key so the function can be used
	with different bindings.  Move declarations of end-of-line coding strings to extern.h for
	consistency.  Remove extern from declaration of external Zile functions as it's
	redundant; no other function declaration starts extern.

2008-12-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Put CURSES_LIB into Makefile so curses is linked
	against.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/term_curses.c, src/term_ncurses.c: Rename
	term_ncurses.c to term_curses.c for accuracy.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses.c: Make title of file slightly more obvious.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am: Use MP_WITH_CURSES from
	autoconf-archive to try to be more portable.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* m4/mp_with_curses.m4, src/term_ncurses.c: Fix some comment
	alignment.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: Updated .gitignore after gnulib update.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add a tag message

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_bind.h: Fix forward_char bindings.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Change "leaf" to "node" (more logical) and start
	threading root_bindings through functions to move towards allowing
	more than one set of bindings.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/tbl_bind.h: Rename type leafp to leaf for
	consistency.  Have a single uniform binding macro, X(), in tbl_bind.h, so that
	commands that have multiple bindings simply have multiple calls to X
	in tbl_bind.h.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Update two commands in the "release" target from CVS
	to git. I have no idea how I managed not to do this earlier.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add release notes for 2.3.0, and remove those for 2.2.62,
	which is what the release was to be called.  Reformat 2.2.61 and 2.2.60's notes, which were wrapped to a longer
	line length than the rest.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/config/default.exp: Add FIXME to add Valgrind
	support.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/transpose_chars.exp,
	src/testsuite/zile.test/transpose_chars.output,
	src/testsuite/zile.test/transpose_lines.exp,
	src/testsuite/zile.test/transpose_lines.output,
	src/testsuite/zile.test/transpose_sexps.exp,
	src/testsuite/zile.test/transpose_sexps.output,
	src/testsuite/zile.test/transpose_words.exp,
	src/testsuite/zile.test/transpose_words.output,
	src/testsuite/zile.test/undo.exp,
	src/testsuite/zile.test/undo.output,
	src/testsuite/zile.test/universal_argument.exp,
	src/testsuite/zile.test/universal_argument.output: Add remaining
	missing tests.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Make transpose functions work with uniarg.

2008-12-12  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/registers.c: Remove
	exchange_point_and_mark in favour of the Zile command.  Fix up transpose_subr. In particular, go back to calling the
	primitive functions, which means we have to pass both backward and
	forward flavours, because we don't want to raise an error when they
	fail. In order to make this work, move the transpose functions after
	all the static functions they now call. Not fully tested yet, but
	working a lot better than it was before!

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Remove GCC_UNUSED from DEFUN arguments, since they are
	both always used.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/switch_to_buffer.exp,
	src/testsuite/zile.test/switch_to_buffer.output,
	src/testsuite/zile.test/tab_to_tab_stop.exp,
	src/testsuite/zile.test/tab_to_tab_stop.output,
	src/testsuite/zile.test/tabify.exp,
	src/testsuite/zile.test/tabify.output,
	src/testsuite/zile.test/toggle_read_only.exp,
	src/testsuite/zile.test/toggle_read_only.output,
	src/testsuite/zile.test/transient_mark_mode.output,
	src/testsuite/zile.test/transpose_chars.exp,
	src/testsuite/zile.test/transpose_chars.output,
	src/testsuite/zile.test/untabify.output,
	src/testsuite/zile.test/upcase_region.output,
	src/testsuite/zile.test/upcase_word.exp,
	src/testsuite/zile.test/upcase_word.output,
	src/testsuite/zile.test/yank.output: More tests!

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/killring.c: Factor out body of
	delete-region into a C function and use it in copy_or_kill_region.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Not quite sure what happened here.
	Commit correct version of file.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Don't have a test for write-file as
	that is tested by every test.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/.cvsignore: Remove old .cvsignore file.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Add modified write_temp_buffer prototype, which
	should have been in previous commit.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/completion.c, src/funcs.c, src/help.c,
	src/registers.c, src/testsuite/zile.test/shell_command.exp,
	src/testsuite/zile.test/shell_command.output,
	src/testsuite/zile.test/shell_command_on_region.output: Fix
	shell-command and shell-command-on-region for various cases, and
	factor out much of the code into pipe_command.  Update shell-command's docstring from Emacs's.  To allow output of shell-command[-on-region] to be available in
	*Shell-Output* buffer even when the buffer is not shown (because the
	output is short enough to go in the echo area), add an argument to
	write_temp_buffer to specify whether the temp buffer should actually
	be shown or not.  Add test cases for shell-command and shell-command-on-region.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/set_variable.exp,
	src/testsuite/zile.test/set_variable.output: Add a new test case.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix an erroneous global replace (I'm guessing).

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Improve the formatting of a comment.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Update docstring for shell-command-on-region from
	Emacs's.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/insert_buffer.exp,
	src/testsuite/zile.test/insert_buffer.output,
	src/testsuite/zile.test/set_fill_column.output: Add two more tests.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix display of uniarg while entering uniarg commands.

2008-12-11  Reuben Thomas <rrt@sc3d.org>

	* src/astr.h: Correct comment to match reality.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/extern.h, src/funcs.c, src/line.c, src/macro.c,
	src/minibuf.c, src/term_minibuf.c, src/zile.h: Add
	minibuf_read_number and use it in goto-line and fill-set-column (the
	latter now works interactively even with no C-u argument). Also fix
	C-u only use of set-fill-column.  Make fill_break_line return a flag saying whether it did anything,
	and use it in fill-paragraph to avoid getting in an endless loop.  Fix crash caused by delete_char by noting the value of the old Line
	pointer before removing it.  Include size_max.h in zile.h because it's now used quite widely.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Simplify, and thus remove xminibuf_write.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c, src/main.c: Use "for (;;)" consistently rather than
	"while (1)" or "while (true)".

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/astr.h: Some small comment fixes.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h: Reimplement astr APIs that were macros as
	functions, allowing the struct astr_s (now called struct astr for
	consistency) to be declared only in astr.c, making the astr type
	properly opaque.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Move Zile command to C function binding into its own
	section and make some other minor improvements.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Compact comments of Buffer and Window for easier
	reading, and make comment style more consistent throughout the file.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Factor out copy_or_kill_region from
	copy_or_kill_the_region to kill an arbitrary region, and use it in
	kill_line.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/zile.h: Remove unused num_lines member of
	Region.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Refactor kill-region and copy-region-as-kill into
	a single function that does the work.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Tidy up FIXME to avoid finding it when grepping for
	incorrectly formatted function calls.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/mkfuncs.c: Fix a small style typo.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/mkfuncs.c: Add some boilerplate to output saying what
	tbl_funcs.h is and that it is auto-generated.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Remove some excess spaces from scratch buffer message.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Improve formatting of zile.h.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/term_minibuf.c, src/zile.h: Make
	Completion's flags into a flags word, like Buffer's.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses.c, src/term_redisplay.c, src/zile.h: Remove
	pointless Font type alias.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix check for whether a newline should be inserted
	after the old current line.

2008-12-10  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/term_redisplay.c, src/zile.h: Make mark_active a
	bit flag in Buffer's flags.

2008-12-09  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/global_set_key.exp,
	src/testsuite/zile.test/global_set_key.output,
	src/testsuite/zile.test/goto_char.exp,
	src/testsuite/zile.test/goto_char.output,
	src/testsuite/zile.test/indent_relative.exp,
	src/testsuite/zile.test/indent_relative.output: Add more tests.

2008-12-09  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/completion.c, src/file.c, src/line.c,
	src/point.c, src/term_redisplay.c, src/zile.h: Allow insert-buffer
	to insert the current buffer.  Rename num_lines to last_line, since that's what it is!

2008-12-09  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Use insert_nstring to simplify implementation of
	UNDO_REPLACE_BLOCK.

2008-12-09  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/extern.h, src/file.c, src/line.c: Add
	insert_nstring back to allow an efficient simplification of
	insert_file.

2008-12-09  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/extern.h, src/line.c, src/main.c: Remove
	insert_string and use insert_astr instead.

2008-12-09  Reuben Thomas <rrt@sc3d.org>

	* src/registers.c: Fix previous change, by not trying to call
	astr_delete on NULL.

2008-12-08  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/file.c, src/line.c: Use
	insert_char_in_insert_mode where we're not explicitly inserting a
	character in overwrite mode.  Use insert_astr in insert_buffer for each line rather than calling
	insert_char for each character of the line.

2008-12-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/killring.c, src/line.c,
	src/registers.c: Replace insert_nstring with new insert_astr.  Make insert_string always insert in insert mode, as it should.

2008-11-22  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/eval.c, src/funcs.c, src/zile.h: Fix minibuffer
	messages when using an argument-less universal argument. In order to
	do this, change the flag that says the argument is empty from a
	static in funcs.c to a flag in thisflag/lastflag.

2008-11-22  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Remove include of euidaccess.h from gnulib, which no
	longer exists.

2008-11-22  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, m4/.gitignore, m4/gnulib-cache.m4: Update gnulib.

2008-11-22  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: Add some more lib ignores.

2008-11-22  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Add a FIXME.

2008-11-22  Reuben Thomas <rrt@sc3d.org>

	* m4/gnulib-cache.m4: Trivial gnulib change.

2008-11-22  Reuben Thomas <rrt@sc3d.org>

	* lib/sys/stat.h: Remove another gnulib file.

2008-11-21  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version number: the next release will start a
	new series.

2008-11-20  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Simplify minibuf_read_variable_name.

2008-11-20  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore: Add generated files to .gitignore.

2008-11-20  Reuben Thomas <rrt@sc3d.org>

	* lib/configmake.h: Remove gnulib files.

2008-11-20  Reuben Thomas <rrt@sc3d.org>

	* lib/.gitignore, lib/alloca.h, lib/charset.alias, lib/fcntl.h,
	lib/ref-add.sed, lib/ref-del.sed, lib/stdio.h, lib/stdlib.h,
	lib/string.h, lib/unistd.h: Remove gnulib files.

2008-11-20  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix argumentless use of set-fill-column.

2008-11-20  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/fill_paragraph.output: Update test to
	reflect new default line length.

2008-11-20  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Simplify fill_paragraph slightly.

2008-11-20  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix bug in intercalate_newline.

2008-10-18  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/line.c: Some punctuation fixes.  Resurrect line_remove, reimplement line_delete in terms of it (hence
	making line_delete delete the astrs as well as the Line's), and use
	it in delete_char, into which it had previously been inlined.  Document and simplify adjust_markers, giving it a simpler and more
	consistent contract. In particular, rely on its callers to move
	point where necessary.  Simplify intercalate_newline, delete_char and line_replace_text.

2008-10-18  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/funcs.c, src/getkey.c, src/history.c, src/main.c,
	src/term_minibuf.c, src/window.c: Various punctuation corrections,
	and (sigh) whitespace.

2008-10-17  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Avoid two calls to strlen where one will do.

2008-10-16  Reuben Thomas <rrt@sc3d.org>

	* lib/alloca.h, lib/configmake.h, lib/fcntl.h, lib/stdio.h,
	lib/stdlib.h, lib/string.h, lib/sys/stat.h, lib/unistd.h,
	m4/.gitignore, m4/gnulib-cache.m4: Update gnulib to 20081001.

2008-10-16  Reuben Thomas <rrt@sc3d.org>

	* .gitignore, lib/.gitignore: Fix .gitignore for lib/.

2008-10-15  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Add missing "void" to type of intercalate_newline.  Make new code in delete_char resulting from inlining of line_remove
	actually compile, and simplify it.

2008-10-15  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/eval.c, src/extern.h, src/file.c, src/keycode.c,
	src/line.c, src/marker.c, src/term_redisplay.c, src/window.c: Inline
	goto_line in goto-char, the only caller.  Inline line_remove into delete_char, and avoid a possible assertion
	failure.  Make evaluateBranch, evaluateNode, is_regular_file, agetcwd,
	read_from_disk, make_buffer_completion, strtochord, marker_new,
	intercalate_newline, intercalate_char, insert_tab and free_window
	static.  Thanks to Diego Pettenò for pointing out the above.

2008-10-15  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Fix dependency for zile.info in out-of-tree
	build. Thanks to Diego Pettenò.

2008-09-15  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Whitespace fix.

2008-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Whitespace fix.

2008-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Whitespace fixes.

2008-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/eval.c, src/extern.h, src/history.c,
	src/macro.c, src/main.c, src/minibuf.c, src/xalloc.c: Various
	tidying up, mostly commoning up minibuf code.  Change static completion_free to general list_free for use in
	free_history, which no longer need reset counters as it is only used
	when a history struct is destroyed.  Rewrite minibuf_read_function_name and minibuf_read_yesno in terms
	of vminibuf_read_completion, a new routine that commons up the two
	and can be used elsewhere too. Add new function add_macros_to_list
	to facilitate this.

2008-09-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Change to new name of mkfuncs.c

2008-09-03  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix white space only.

2008-09-03  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Add empty_param global set when C-u is used without a
	numeric argument, and use in set-fill-column, which is also updated
	to better mimic Emacs.

2008-08-31  Reuben Thomas <rrt@sc3d.org>

	* doc/dotzile.sample, doc/zile.texi: Update default value of
	set-fill-column.

2008-08-31  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_vars.h: Update default value of set-fill-column.

2008-08-31  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Simplify rules for mkfuncs

2008-08-30  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Update set-fill-column description, with FIXME.

2008-08-30  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/save_some_buffers.exp,
	src/testsuite/zile.test/save_some_buffers.output,
	src/testsuite/zile.test/scroll_down.exp,
	src/testsuite/zile.test/scroll_down.output,
	src/testsuite/zile.test/scroll_up.exp,
	src/testsuite/zile.test/scroll_up.output,
	src/testsuite/zile.test/search_backward.exp,
	src/testsuite/zile.test/search_backward.output,
	src/testsuite/zile.test/search_backward_regexp.exp,
	src/testsuite/zile.test/search_backward_regexp.output,
	src/testsuite/zile.test/search_forward.exp,
	src/testsuite/zile.test/search_forward.output,
	src/testsuite/zile.test/search_forward_regexp.exp,
	src/testsuite/zile.test/search_forward_regexp.output: Add more
	tests.

2008-08-30  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Remove redundant tests.

2008-08-30  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Fix setting of variables that become buffer-local
	when set, and when set-variable is called in Lisp.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Remove impossible and redundant tests.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/next_line.exp,
	src/testsuite/zile.test/next_line.output,
	src/testsuite/zile.test/open_line.exp,
	src/testsuite/zile.test/open_line.output,
	src/testsuite/zile.test/overwrite_mode.exp,
	src/testsuite/zile.test/overwrite_mode.output,
	src/testsuite/zile.test/previous_line.exp,
	src/testsuite/zile.test/previous_line.output,
	src/testsuite/zile.test/query_replace.exp,
	src/testsuite/zile.test/query_replace.output,
	src/testsuite/zile.test/quoted_insert.exp,
	src/testsuite/zile.test/quoted_insert.output: More tests.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/name_last_kbd_macro.exp,
	src/testsuite/zile.test/name_last_kbd_macro.output,
	src/testsuite/zile.test/newline.exp,
	src/testsuite/zile.test/newline.output,
	src/testsuite/zile.test/newline_and_indent.exp,
	src/testsuite/zile.test/newline_and_indent.output: More tests.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/lib/zile.exp: Note some problems with use of expect.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/minibuf.c: Fix and make more similar three minibuf
	input functions.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/line.c: Fix treatment of FUNCALL_ARG values as
	booleans.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/line.c: Fix last change to setcase_word.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Simplify setcase_word slightly.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix and clarify setcase_word.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Add *.a, *~

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* .gitignore: Add *.o

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/mark_paragraph.exp,
	src/testsuite/zile.test/mark_paragraph.output,
	src/testsuite/zile.test/mark_sexp.exp,
	src/testsuite/zile.test/mark_sexp.output,
	src/testsuite/zile.test/mark_whole_buffer.exp,
	src/testsuite/zile.test/mark_whole_buffer.output,
	src/testsuite/zile.test/mark_word.exp,
	src/testsuite/zile.test/mark_word.output: More tests.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/isearch_backward.exp,
	src/testsuite/zile.test/isearch_backward.output,
	src/testsuite/zile.test/isearch_backward_regexp.exp,
	src/testsuite/zile.test/isearch_backward_regexp.output,
	src/testsuite/zile.test/isearch_forward.exp,
	src/testsuite/zile.test/isearch_forward.output,
	src/testsuite/zile.test/isearch_forward_regexp.exp,
	src/testsuite/zile.test/isearch_forward_regexp.output,
	src/testsuite/zile.test/just_one_space.exp,
	src/testsuite/zile.test/just_one_space.output,
	src/testsuite/zile.test/keyboard_quit.exp,
	src/testsuite/zile.test/keyboard_quit.output,
	src/testsuite/zile.test/kill_buffer.exp,
	src/testsuite/zile.test/kill_buffer.output,
	src/testsuite/zile.test/kill_line.exp,
	src/testsuite/zile.test/kill_line.output,
	src/testsuite/zile.test/kill_region.output,
	src/testsuite/zile.test/kill_sexp.exp,
	src/testsuite/zile.test/kill_sexp.output,
	src/testsuite/zile.test/kill_word.exp,
	src/testsuite/zile.test/kill_word.output,
	src/testsuite/zile.test/list_buffers.output,
	src/testsuite/zile.test/list_registers.output: More tests.

2008-08-29  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: copy-to-register test tests
	insert-erregister already.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/indent_for_tab_command.exp,
	src/testsuite/zile.test/indent_for_tab_command.output,
	src/testsuite/zile.test/insert_file.exp,
	src/testsuite/zile.test/insert_file.output: More tests.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/forward_paragraph.exp,
	src/testsuite/zile.test/forward_paragraph.output,
	src/testsuite/zile.test/forward_sexp.exp,
	src/testsuite/zile.test/forward_sexp.output,
	src/testsuite/zile.test/forward_word.exp,
	src/testsuite/zile.test/forward_word.output,
	src/testsuite/zile.test/goto_line.exp,
	src/testsuite/zile.test/goto_line.output: More tests.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/forward_line.exp,
	src/testsuite/zile.test/forward_line.output: forward-line test.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix bad gl_list_free in process_key.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Remove tests for find-file-* as it's
	hard to arrange for a keystroke-based test to work owing to varying
	paths between different build methods.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Make setq non-interactive.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/minibuf.c: Rename minibuf_init to
	init_minibuf, and, more importantly, call it.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/macro.c, src/zile.h: Move Macro type into macro.c.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/extern.h, src/history.c, src/main.c,
	src/minibuf.c, src/zile.h: Move History type to history.c, and make
	the necessary fiddles to allow this (principally adding history_new
	function, and adding other initialiser functions to call it).

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/file.c, src/undo.c, src/zile.h: 
	Move remaining code that manipulates Undo actions into undo.c as
	public functions, and move declaration of struct Undo into undo.c,
	leaving just the opaque type in zile.h.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Improve a comment.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Neaten some code.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/file.c, src/funcs.c, src/killring.c,
	src/line.c, src/registers.c, src/undo.c, src/zile.h: Remove
	UNDO_{REMOVE,INSERT}_BLOCK and use UNDO_REPLACE_BLOCK instead.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/file.c, src/line.c, src/undo.c, src/zile.h: 
	Replace UNDO_INTERCALATE_CHAR with UNDO_INSERT_BLOCK, and hence
	remove character delta from Undo type, so doing away with delta
	union; we only have the block struct left.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/line.c, src/undo.c, src/zile.h: Use UNDO_REPLACE_BLOCK instead
	of UNDO_REPLACE_CHAR.

2008-08-28  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Make redos of UNDO_REPLACE_BLOCK work in overwrite
	mode.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/line.c, src/undo.c, src/zile.h: Remove UNDO_REMOVE_CHAR; use
	UNDO_REMOVE_BLOCK instead.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Remove documentation of defunct help keystrokes.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/buffer.c, src/editfns.c,
	src/extern.h, src/funcs.c, src/getkey.c, src/glue.c, src/help.c,
	src/keycode.c, src/keys.c, src/lisp.c, src/lists.c, src/main.c,
	src/point.c, src/search.c, src/term_minibuf.c, src/undo.c,
	src/variables.c: Rename glue.c to getkey.c and keys.c to keycode.c,
	having moved non-key functions into more appropriate places.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c, src/lists.c: Remove redundant includes of lists.h
	(already in zile.h).

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Remove unnecessary include of stdbool.h (already
	implicit in zile.h).

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Change fentryp to fentry *.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Make some cosmetic changes.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Make some cosmetic changes.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/lists.h: Remove unnecessary include of astr.h.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, doc/Makefile.am, doc/zlint, src/Makefile.am: Fix some
	bugs thrown up by make distcheck.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/TUTORIAL, doc/mkdoc.c, doc/zile.1,
	doc/zile.1.in, doc/zile.texi, doc/zlint, src/.gitignore,
	src/Makefile.am, src/bind.c, src/eval.c, src/extern.h, src/help.c,
	src/macro.c, src/mkfuncs.c, src/tbl_bind.h, src/tbl_funcs.h,
	src/testsuite/.gitignore: Move mkdoc from doc to src directory and
	rename mkfuncs. Simplify the code to use only standard functions (no
	other Zile code). Instead of reading tbl_funcs.h, make it generate
	it. This means that quotes in docstrings must be escaped; there was
	only one instance of this.  Don't make AUTODOC, but compile docstrings into the zile binary.  Move tbl_funcs.h to tbl_bind.h, and simplify to include only bound
	commands.  Make zlint able to cope with unsorted tbl_funcs.h.  Remove tutorial (which is not really useful for the intended target
	audience), and HELP file (which is not the same as that shown in
	Emacs now).  Remove mention of dotsample.zile from zile(1), and thereby remove
	need for zile.1.in.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Squash warning.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Remove unused variable.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/help.c, src/variables.c: Inline variable
	documentation rather than using AUTODOC.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/lib/zile.exp: Fix DejaGnu tests for 'make
	distcheck'.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Don't mention some files twice.

2008-08-27  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore, .gitignore, BUGS, INSTALL, Makefile.am,
	cvs2cl-usermap, doc/.cvsignore, doc/.gitignore, lib/.cvsignore,
	m4/.cvsignore, m4/.gitignore, src/.cvsignore, src/.gitignore,
	src/testsuite/.gitignore: Adjust for using git rather than CVS.

2008-08-24  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Fix minibuffer action for DEL and add C-d to
	same action.

2008-08-24  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/file.c, src/minibuf.c, src/term_minibuf.c: Fix
	file auto-completion, and make find-alternate-file put the base name
	in the completion.

2008-08-24  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h: Remove useless and sometimes misleading
	consts.

2008-08-24  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Use base_name, not basename.

2008-08-24  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/lib/zile.exp,
	src/testsuite/zile.test/make-interactive-test: Remove spuriously
	copied copyright lines in zile.exp.  Change input file name to both make-interactive-test and zile.exp's
	invocations of zile to be $test.input, so that tests that edit the
	filename will work.

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/end_of_buffer.exp,
	src/testsuite/zile.test/end_of_buffer.output,
	src/testsuite/zile.test/end_of_line.exp,
	src/testsuite/zile.test/end_of_line.output,
	src/testsuite/zile.test/exchange_point_and_mark.output,
	src/testsuite/zile.test/execute_extended_command.exp,
	src/testsuite/zile.test/execute_extended_command.output,
	src/testsuite/zile.test/fill_paragraph.exp,
	src/testsuite/zile.test/fill_paragraph.output: Add and update tests.

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Simplify and fix completion matching.

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Rename completion_reread to completion_readdir.

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h: Make astr_cpy_x publically visible as
	astr_ncpy_cstr.  Remove some redundant assertions.  Remove astr_ncat_cstr and rename astr_cat_x to astr_ncat_cstr, the
	latter's old implementation was simply a call to the former.

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/copy_region_as_kill.output,
	src/testsuite/zile.test/copy_to_register.output,
	src/testsuite/zile.test/delete_blank_lines.exp,
	src/testsuite/zile.test/delete_blank_lines.output,
	src/testsuite/zile.test/delete_horizontal_space.exp,
	src/testsuite/zile.test/delete_horizontal_space.output,
	src/testsuite/zile.test/delete_region.output,
	src/testsuite/zile.test/describe_bindings.output,
	src/testsuite/zile.test/describe_function.output,
	src/testsuite/zile.test/describe_key.output,
	src/testsuite/zile.test/describe_variable.output,
	src/testsuite/zile.test/downcase_region.output,
	src/testsuite/zile.test/downcase_word.exp,
	src/testsuite/zile.test/downcase_word.output: Add more tests.

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Remove tests for starting and ending
	macros, as they are hard to test on their own, and are tested by
	call-last-kbd-macro.

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Remove another hard-to-implement test

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix cosmetic problem and use Emacs's wording in
	describe-bindings.

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/make-interactive-test: Fix bugs.

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Remove a hard-to-verify test.

2008-08-23  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, src/search.c, src/tbl_funcs.h: Remove
	replace-string: it's unbound, is useless programatically in Zile,
	and is entirely subsumed by query-replace-string.  Other unbound functions such as delete-region and the noninteractive
	search functions, are called by bound functions, and hence may as
	well be left in.

2008-08-21  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am: Add list of remaining tests (not yet
	created\!).

2008-08-21  Reuben Thomas <rrt@sc3d.org>

	* src/help.c: Improve description of zile-version.

2008-08-21  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am,
	src/testsuite/zile.test/backward_paragraph.exp,
	src/testsuite/zile.test/backward_paragraph.output,
	src/testsuite/zile.test/backward_sexp.exp,
	src/testsuite/zile.test/backward_sexp.output,
	src/testsuite/zile.test/backward_word.exp,
	src/testsuite/zile.test/backward_word.output,
	src/testsuite/zile.test/beginning_of_buffer.exp,
	src/testsuite/zile.test/beginning_of_buffer.output,
	src/testsuite/zile.test/beginning_of_line.exp,
	src/testsuite/zile.test/beginning_of_line.output,
	src/testsuite/zile.test/call_last_kbd_macro.exp,
	src/testsuite/zile.test/call_last_kbd_macro.output,
	src/testsuite/zile.test/capitalize_word.exp,
	src/testsuite/zile.test/capitalize_word.output: Add some more tests.

2008-08-21  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am,
	src/testsuite/zile.test/backward_char.exp,
	src/testsuite/zile.test/backward_char.output,
	src/testsuite/zile.test/backward_delete_char.exp,
	src/testsuite/zile.test/backward_delete_char.output,
	src/testsuite/zile.test/backward_kill_word.exp,
	src/testsuite/zile.test/backward_kill_word.output,
	src/testsuite/zile.test/make-interactive-test: Add some more tests;
	make extraction of test input in make-interactive-test more robust.

2008-08-21  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Fix execute_with_uniarg for -ve uniargs.

2008-08-21  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Simplify backward_kill_word.

2008-08-21  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/Makefile.am, src/testsuite/lib/zile.exp,
	src/testsuite/zile.test/end_of_line.exp,
	src/testsuite/zile.test/end_of_line.output,
	src/testsuite/zile.test/forward_char.exp,
	src/testsuite/zile.test/forward_char.output,
	src/testsuite/zile.test/make-interactive-test: Add a couple of new
	tests, and ensure that backup files are removed after running Zile.

2008-08-21  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/startup.exp: Remove test, as it no longer
	works (no --batch flag), and is no longer needed (every interactive
	test tests startup).

2008-08-21  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/zile.test/make-interactive-test: Update input file
	name.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Move function definition macros next to relevant type
	definitions.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* NEWS, doc/zile.1.in, doc/zile.texi, src/main.c: Remove --batch and
	--funcall.  Add Scott Lawrence to man page and info manual as an author.  Write release notes for 2.2.62.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* doc/zlint: Check which directory we're in more precisely.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* doc/zlint: Remove mention of man page, as the script (no longer?)
	checks it.  Update copyright notice for the GNU era (overlooked
	before).

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.1.in: Document extra exit code.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/testsuite/lib/zile.exp,
	src/testsuite/zile.test/make-interactive-test: Use -q to run Zile in
	tests.  Remove mention of unimplemented --load.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add BUGS to distribution.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* BUGS, README: Move bug-reporting instructions to BUGS, and expand
	them to mention make-interactive-test.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/testsuite/Makefile.am: Add new test files to
	EXTRA_DIST, and move the list into testsuite/Makefile.am from
	src/Makefile.am.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Fix a completion crash.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/editfns.c, src/extern.h,
	src/funcs.c, src/killring.c, src/registers.c, src/term_minibuf.c,
	src/term_redisplay.c, src/zile.h: Improve some comments.  Remove unused fl_space flag in Completion.  Remove unused functions term_initted and term_set_initted.  Inline warn_if_no_mark and calculate_region into
	calculate_the_region, and remove is_mark_actived.  Inline get_goalc_wp into its only caller.  Inline char_after into following_char and char_before into
	preceding_char.

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/lib/zile.exp: Fix filename: zile_test_input ->
	zile_test.input

2008-08-20  Reuben Thomas <rrt@sc3d.org>

	* src/testsuite/lib/zile.exp,
	src/testsuite/zile.test/delete_char.exp,
	src/testsuite/zile.test/delete_char.output,
	src/testsuite/zile.test/insert_char.exp,
	src/testsuite/zile.test/insert_char.output,
	src/testsuite/zile.test/make-interactive-test,
	src/testsuite/zile.test/zile_test.input: Add interactive_test and
	send_slow to zile.exp, along with a copyright notice.  Add insert_char and delete_char tests, plus make-interactive-test
	for making further tests; also zile_test.input, the input file for
	making interactive tests.

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Mention DejaGnu.

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am, src/testsuite/.cvsignore,
	src/testsuite/Makefile.am, src/testsuite/config/default.exp,
	src/testsuite/lib/zile.exp, src/testsuite/zile.test/startup.exp,
	src/zile-startup-test: Add a DejaGnu test suite, and migrate
	zile-startup-test to it.

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Exit with error if error during batch-mode startup.

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/.cvsignore: Remove defunct file

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* THANKS: We're not really a "team".  Remove Scott Lawrence from the list, as he's in AUTHORS, and none of
	the other authors are in THANKS.  Add Nelson Beebe.

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Mention gnulib. Reverse copyright notice order, as in C
	files.

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* AUTHORS: Add full stops to bullet list sentences.  Remove notice about separate programs included, as none are any
	longer, except as part of gnulib.

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/lisp.c, src/main.c, src/tbl_funcs.h: Remove
	unnecessary "load" user command, and replace it with lisp_load C
	function. Make lisp_read static to lisp.c.

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/glue.c: Remove unnecessary FIXME.

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Remove unused variable

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Document setq; remove mention of load, which is
	removed.

2008-08-19  Reuben Thomas <rrt@sc3d.org>

	* doc/zlint: Remove unused X4 macro and add new XX macro.

2008-08-18  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Change macro for initialising a built-in variable
	into a function.

2008-08-18  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/mkdoc.c, doc/zile.texi, m4/gnulib-cache.m4,
	src/astr.c, src/astr.h, src/basic.c, src/bind.c, src/buffer.c,
	src/completion.c, src/eval.c, src/extern.h, src/file.c,
	src/funcs.c, src/glue.c, src/help.c, src/killring.c, src/line.c,
	src/lisp.c, src/macro.c, src/main.c, src/minibuf.c,
	src/redisplay.c, src/registers.c, src/search.c, src/tbl_funcs.h,
	src/term_minibuf.c, src/undo.c, src/variables.c, src/window.c,
	src/zile.h: Use -D_FORTIFY_SOURCE=2 with gcc. This has not shown any
	errors up to date, possibly because I already got rid of most static
	buffers.  Remove unused key4 field from mkdoc.c's struct fentry.  Add and document "load" function.  Use gnulib's size_max module.  Added astr_replace_char, and use it in simplification of
	minibuf_read, replacing rot_vminibuf_read with do_minibuf read,
	using astrs instead of char *'s. Remove rotation_buffers scheme,
	instead ensuring that minibuffer return values are always freed.  Remove "extern"s from function declarations in astr.h.  Make user commands return Lisp t or nil rather than booleans, so
	that setq can be integrated with the user commands into a single
	table. Add ability for commands to be non-interactive.  Remove bindings table, instead generating code to set up the default
	bindings directly from tbl_funcs.h.  Put cancel into DEFUN("keyboard_quit") and use that instead.  Add new function execute_with_uniarg to cover many uses of single
	and forward/backward pairs of functions in a universal argument loop
	in user commands. This enables the commoning up of many functions,
	some with non-trivial delegates to handle other logic that
	execute_with_uniarg doesn't, and many just becoming calls to
	execute_with_uniarg.  Many other little simplifications and improvements; various
	functions moved around to more appropriate files, enabling some
	types to be made private and functions to be made static.  Use abort() instead of assert(0) followed by a return.

2008-08-09  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Remove spurious guard on free.

2008-08-09  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Remove redundant assertion.

2008-08-09  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c, src/lists.h: Make leAddTail static in lists.c.

2008-08-09  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/extern.h, src/lists.c, src/lists.h: Move leEval to
	eval.c.

2008-08-09  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/eval.c, src/eval.h, src/extern.h,
	src/lisp.c, src/lists.c, src/main.c, src/variables.c, src/zile.h: 
	Fold eval.h into zile.h.  Make eval_cb_setq static in eval.c.

2008-08-09  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: No need to use sys/types.h

2008-08-09  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/file.c, src/help.c, src/main.c: Use gnulib's
	getcwd to simplify agetcwd.  Stop get_home_dir using agetcwd if HOME doesn't give a result. Cope
	with the fact that get_home_dir may not return a result.  Rename get_current_dir to get_buffer_dir for clarity.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/zile.h: Remove use of PATH_MAX, which doesn't
	always exist.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/minibuf.c, src/registers.c, src/search.c,
	src/term_minibuf.c: Don't bother to check pointers are non-NULL
	before freeing them.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Make function names more consistent with general
	style.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/lisp.c, src/main.c: Thread state through Lisp
	parser.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Have nil and t atoms in lower case, as actually used.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Remove redundant typedefs.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Parser no longer needs stdio.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/extern.h, src/lisp.c, src/main.c: 
	Simplify lisp parser to parse from string, not file stream.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Simplify Lisp parser.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/astr.h: Remove unnecessary detail from a comment.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h: Remove unused functions.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/keys.c: Remove unused simplify_key function.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Move free_kill_ring into killring.c's section.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Re-add erroneously-removed prototype.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove prototype for non-existent point_min_marker.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/extern.h, src/lisp.c, src/parser.c,
	src/parser.h, src/zile.h: Fold parser.c and parser.h into lisp.c.  Remove lisp_read_string prototype, as the function no longer exists.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/eval.h: Remove unused setfcn enumeration, and make
	countNodes static.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove spurious blank line.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/zile.h: Remove unused Terminal type and cur_tp
	variable.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/editfns.c, src/file.c,
	src/funcs.c, src/glue.c, src/killring.c, src/line.c, src/point.c,
	src/search.c, src/term_redisplay.c, src/undo.c, src/zile.h: Rename
	item member of Line to text.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/buffer.c, src/editfns.c,
	src/extern.h, src/file.c, src/funcs.c, src/glue.c, src/killring.c,
	src/line.c, src/list.c, src/list.h, src/point.c, src/search.c,
	src/term_redisplay.c, src/zile.h: Move remaining list functions into
	line.c, and rename them for lines.  Make list_s into struct Line.  Remove remaining list macros, using struct members directly instead.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/list.c, src/list.h: Remove unused list_append.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/editfns.c, src/list.c, src/list.h: Make mark ring
	a linked list.  Improve comments in editfns.c.  Assert that gl_list_remove_at calls succeed.  Remove now-unused list_betail function and list_last macro.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Use a linked list for walking bindings tree.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/list.c, src/list.h, src/main.c: Gather command-line functions
	to execute in a gl_list_t linked list.  Remove list_length, which is no longer used.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/list.c, src/list.h: Remove unused list functions.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/bind.c, src/buffer.c, src/extern.h, src/list.c,
	src/lists.c, src/macro.c, src/marker.c, src/search.c, src/undo.c,
	src/window.c: Use XZALLOC instead of xzalloc where possible.  Rename idiosyncratic "make_marker" to "marker_new".

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c, src/lists.h: Remove more redundant code.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Remove redundant check.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Remove redundant checks.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/lisp.c, src/lists.c, src/lists.h, src/main.c: 
	Remove unused Lisp dumping code.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/eval.c, src/lists.c, src/lists.h, src/variables.c: 
	Rename list_next member of Lisp lists to "next" to avoid grep-clash
	with list.h macro.  Remove unused list_prev member of Lisp lists.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* lib/.cvsignore, m4/.cvsignore, m4/gnulib-cache.m4: Add hashes and
	linked lists.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/history.c, src/zile.h: Convert histories to lists.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/completion.c: Remove remaining bogus list-ery.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/completion.c, src/extern.h, src/file.c,
	src/help.c, src/macro.c, src/minibuf.c, src/variables.c, src/zile.h: 
	Reimplement completion and matches lists with gl_list_t sorted
	linked lists.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/file.c, src/funcs.c, src/line.c, src/search.c,
	src/window.c: Fix formatting messed up by indent

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/buffer.c, src/eval.c, src/extern.h,
	src/file.c, src/funcs.c, src/lisp.c, src/lists.c, src/main.c,
	src/variables.c, src/vars.c, src/vars.h, src/zile.h: Use a hash
	table for variables instead of vars.{c,h} list implementation.

2008-08-08  Reuben Thomas <rrt@sc3d.org>

	* src/getopt_long_only.c: Remove superannuated file.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Assert list before trying to free it.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Free per-buffer variables when buffer is killed.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/parser.c: Remove undocumented primitive, quote.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/variables.c: Make set-variable work
	non-interactively, and use it.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/vars.c, src/vars.h: Make variableFind static.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c, src/lists.h, src/vars.c: Remove unneeded leAddHead
	and use leAddTail instead.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Remove unused functions.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c, src/lists.h: Remove functions from lists.h that are
	not used outside lists.c.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* lib/.cvsignore, lib/unistd.h, m4/.cvsignore, m4/gnulib-cache.m4,
	src/Makefile.am, src/bind.c, src/buffer.c, src/extern.h,
	src/file.c, src/funcs.c, src/glue.c, src/help.c, src/keys.c,
	src/killring.c, src/line.c, src/lisp.c, src/lists.c, src/lists.h,
	src/main.c, src/search.c, src/term_redisplay.c, src/variables.c,
	src/vars.c, src/vars.h, src/vector.c, src/vector.h, src/zile.h: 
	Remove vector type, using gnulib gl_list array lists instead.  Tidy up src/Makefile.am a bit.  Rename lookup_bool_variable to get_variable_bool for consistency.  Remove unused is_variable_equal and leDump.  Remove variableSetNumber, which was only called once, and inline it
	into set-fill-column.  Remove variableDump. We won't need this debug code much longer as
	we'll replace the custom variables implementation with a list too.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/vars.c: Simplify variableGetString.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Remove unused mentions of vector type.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Tidy up.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Add const to type of const strings.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* doc/.cvsignore: Add gendocs.sh files to .cvsignore

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore, m4/gnulib-cache.m4: Get gendocs.sh from gnulib

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Reinstate required AM_PROG_CC_C_O

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, lib/.cvsignore, m4/.cvsignore, m4/gnulib-cache.m4,
	src/file.c: Use gnulib chown module for fchown.

2008-08-07  Reuben Thomas <rrt@sc3d.org>

	* THANKS, configure.ac, doc/Makefile.am, doc/mkdoc.c,
	lib/.cvsignore, lib/string.h, lib/unistd.h, m4/.cvsignore,
	m4/gnulib-cache.m4, src/Makefile.am, src/astr.c, src/astr.h,
	src/extern.h, src/file.c, src/main.c, src/strrstr.c, src/zile.h: 
	Remove ad-hoc cross-compilation support.  Use gnulib dirname module for base_name.  Remove strrstr, as we only really needed strrchr. Hence, remove
	astr_rfind and astr_rfind_cstr.  #include "xalloc.h" in zile.h, not extern.h.

2008-08-05  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add required variable to LIBS for Zile.

2008-08-05  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump verson

2008-08-03  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, src/Makefile.am: Fix building of mkdoc, and astr
	test, by make distcheck.

2008-08-03  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Improve wording of 2.2.61's news slightly.

2008-08-03  Reuben Thomas <rrt@sc3d.org>

	* lib/.cvsignore, m4/.cvsignore, m4/gnulib-cache.m4, src/basic.c,
	src/bind.c, src/buffer.c, src/completion.c, src/editfns.c,
	src/file.c, src/funcs.c, src/help.c, src/killring.c, src/line.c,
	src/lists.c, src/macro.c, src/main.c, src/minibuf.c,
	src/redisplay.c, src/registers.c, src/search.c, src/tbl_vars.h,
	src/term_minibuf.c, src/term_ncurses.c, src/term_redisplay.c,
	src/undo.c, src/variables.c, src/window.c, src/xalloc.c, src/zile.h: 
	Use gnulib's stdbool and minmax modules to replace ad-hoc
	functionality in Zile.

2008-08-03  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/file.c, src/funcs.c: Fix some formatting.

2008-08-03  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c: Fix a comment typo.

2008-08-03  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/bind.c: Fix some formatting

2008-08-03  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Regularise some formatting

2008-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Use new name of xalloc.c

2008-08-02  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/mkdoc.c, src/Makefile.am, src/xalloc.c,
	src/zmalloc.c: Rename zmalloc.c to xalloc.c for consistency.

2008-08-02  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/bind.c, src/buffer.c, src/completion.c,
	src/extern.h, src/file.c, src/funcs.c, src/glue.c, src/line.c,
	src/list.c, src/lists.c, src/macro.c, src/marker.c, src/minibuf.c,
	src/search.c, src/term_minibuf.c, src/term_redisplay.c, src/undo.c,
	src/vars.c, src/vector.c, src/window.c, src/zmalloc.c: Use xzalloc,
	not xmalloc.

2008-08-02  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/mkdoc.c, m4/gnulib-cache.m4, src/astr.c,
	src/bind.c, src/buffer.c, src/completion.c, src/extern.h,
	src/file.c, src/funcs.c, src/glue.c, src/history.c, src/line.c,
	src/list.c, src/lists.c, src/macro.c, src/main.c, src/marker.c,
	src/minibuf.c, src/search.c, src/term_minibuf.c, src/undo.c,
	src/variables.c, src/vector.c, src/window.c, src/zmalloc.c: Use
	gnulib's xalloc module for xmalloc etc.

2008-08-02  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Reorder for clarity

2008-08-02  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Now use gnulib's fcntl.h.

2008-08-02  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update NEWS with more detail.

2008-08-02  Reuben Thomas <rrt@sc3d.org>

	* lib/fcntl.h: Add a gnulib file.

2008-08-02  Reuben Thomas <rrt@sc3d.org>

	* lib/.cvsignore, m4/.cvsignore, m4/gnulib-cache.m4,
	src/completion.c, src/file.c, src/main.c, src/search.c: Use gnulib
	more: sys/stat.h, fcntl.h, unistd.h, euidaccess() (remove #ifdefery
	previously needed).

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, lib/.cvsignore, lib/string.h, lib/sys/stat.h,
	m4/.cvsignore, m4/gnulib-cache.m4: Get getcwd and euidaccess from
	gnulib.

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c: Remove ad-hoc vasprintf solution code.

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/Makefile.am, lib/.cvsignore, lib/alloca.h,
	lib/stdio.h, m4/.cvsignore, m4/gnulib-cache.m4, src/Makefile.am,
	src/vasprintf.c: Get vasprintf from gnulib.  Add lib/alloca.h, which seems to want to be committed.

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add NEWS for 2.2.61.

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.61.

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, lib/.cvsignore, m4/.cvsignore, m4/gnulib-cache.m4,
	src/Makefile.am, src/regcomp.c, src/replacement_getopt/getopt.h: 
	Remove more ad-hoc regex sources.

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/regex.c, src/regex_internal.c,
	src/regex_internal.h, src/regexbug1.c, src/regexec.c: Remove ad-hoc
	regex sources.

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore, lib/charset.alias, lib/configmake.h, lib/ref-add.sed,
	lib/ref-del.sed, lib/stdlib.h, lib/unistd.h: Add more gnulib files.

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore, lib/.cvsignore, m4/.cvsignore, m4/gnulib-cache.m4,
	src/Makefile.am, src/replacement_regex/regex.h: Use gnulib regex,
	not our own hacked-up one from glibc.

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* src/replacement_regex/regex.h: Remove tests for __USE_GNU,
	assuming always true, as we always set _GNU_SOURCE, for which it
	seems to be an internal-to-glibc equivalent.

2008-08-01  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, lib/.cvsignore, m4/.cvsignore, m4/gnulib-cache.m4,
	src/Makefile.am, src/regex.c, src/regex_internal.h: Add gnulib
	alloca-opt module, and use in glibc regex code.

2008-07-27  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add news for 2.2.60.

2008-07-26  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Make astr work when compiled as a test.

2008-07-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/mkdoc.c, src/bind.c, src/extern.h, src/main.c,
	src/zmalloc.c: Use executable name for error messages.  Remove a remaining reference to Allegro.

2008-06-15  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Fixes needed because of recent changes; not sure
	why these didn't cause errors for 2.2.59...

2008-06-15  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Reimplement kill ring as an astr, to fix a bug
	reported by Godwin Brederlow where an attempt to cut an empty string
	failed, and another bug that fixing this revealed, where an attempt
	to paste an empty string gave the error "Empty kill buffer", which
	is wrong.

2008-06-15  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.60.

2008-06-15  Reuben Thomas <rrt@sc3d.org>

	* lib/.cvsignore: Add .cvsignore.

2008-05-15  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore, Makefile.am, autogen.sh, configure.ac, m4/.cvsignore,
	m4/gnulib-cache.m4, src/Makefile.am, src/vasprintf.c: Use gnulib to
	get va_copy support.

2008-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c, src/funcs.c, src/line.c, src/search.c,
	src/term_redisplay.c, src/vasprintf.c: Cast char to int before
	passing to ctype functions.

2008-05-15  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Try with -ldl when looking for [n]curses

2008-05-15  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Make automake conditional for getopt so we can see
	whether to add getopt.h to the include path.

2008-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/.cvsignore, src/Makefile.am, src/getopt.h, src/regcomp.c,
	src/regex.c, src/regex.h, src/regex_internal.c,
	src/regex_internal.h, src/regexbug1.c, src/regexec.c,
	src/replacement_getopt/getopt.h, src/replacement_regex/regex.h,
	src/search.c: Move replacement headers into their own directories so
	that they don't shadow system headers for normal builds.  Update regex implmentation from glibc CVS. This should fix builds on
	systems without alloca.

2008-05-15  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Add empty line for consistency

2008-05-15  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Need to know if we have alloca for GNU regex.

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Include *.directive files

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Pass PACKAGE_NAME to woger

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Don't try updating ChangeLog if we're not in a CVS
	tree.

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Automate GNU release procedure; remove unneeded
	EXTRA_DIST.

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add release notes for 2.2.59

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Remove release-notes-*, we only use NEWS now.

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add ChangeLog, no longer in CVS.

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove release-boilerplate; put it in woger instead

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, autogen.sh: Need autogen.sh again in order to keep
	ChangeLog out of CVS

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove unneeded AC_SUBST(VERSION).  Move AM_CONFIG_HEADER to bottom with AC_CONFIG_FILES, and use
	AC_CONFIG_HEADER instead, as automake no longer needs
	AM_CONFIG_HEADER.  Make formatting of comments more consistent.

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* ChangeLog: Remove ChangeLog, which is auto-generated from CVS log.

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* cvs2cl-usermap: The information cvs2cl needs to add names and
	addresses to ChangeLog entries.

2008-05-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.59.

2008-05-12  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add signature and directive files.

2008-05-12  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add zile-startup-test to tarball; thanks to
	Christian Weisgerber.

2008-05-12  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add FIXMEs for a releasable release target

2008-05-12  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Remove FIXME which is now in Makefile.am.

2008-05-12  Reuben Thomas <rrt@sc3d.org>

	* ChangeLog: Make ChangeLog using cvs2cl (thanks to Bob Proulx for
	suggestion).

2008-05-12  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add recent release notes, and a FIXME to auto-prepend them
	in future (thanks to Bob Proulx).

2008-05-02  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Change @dircategory to Editors, which is used on
	Debian (at least) rather than Text editors.

2008-04-30  Reuben Thomas <rrt@sc3d.org>

	* README, doc/zile.texi: Update references to GNU web pages and
	mailing lists for Zile.

2008-04-28  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/funcs.c: Handle error returns from write.

2008-04-28  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/glue.c, src/list.c, src/list.h, src/main.c,
	src/registers.c, src/undo.c, src/vector.c, src/vector.h,
	src/window.c: Fix some whitespace.  Simplify some code in shell-command-on-region.

2008-04-27  Reuben Thomas <rrt@sc3d.org>

	* AUTHORS, INSTALL, Makefile.am, configure.ac, doc/Makefile.am,
	doc/mkdoc.c, doc/zile.1.in, doc/zile.texi, src/Makefile.am,
	src/astr.c, src/astr.h, src/basic.c, src/bind.c, src/buffer.c,
	src/completion.c, src/editfns.c, src/eval.c, src/eval.h,
	src/extern.h, src/file.c, src/funcs.c, src/getopt.h,
	src/getopt_long_only.c, src/glue.c, src/help.c, src/history.c,
	src/keys.c, src/killring.c, src/line.c, src/lisp.c, src/list.c,
	src/list.h, src/lists.c, src/lists.h, src/macro.c, src/main.c,
	src/marker.c, src/minibuf.c, src/parser.c, src/parser.h,
	src/point.c, src/redisplay.c, src/registers.c, src/search.c,
	src/strrstr.c, src/tbl_funcs.h, src/tbl_vars.h, src/term_minibuf.c,
	src/term_ncurses.c, src/term_redisplay.c, src/undo.c,
	src/variables.c, src/vars.c, src/vars.h, src/vector.c,
	src/vector.h, src/window.c, src/zile.h, src/zmalloc.c: Fix copyright
	notices and some white space.  Remove unused function leDumpEvalTree from lists.{c,h}.

2008-04-27  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Use std-options option to automake .

2008-04-27  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Output --help and --version's output to stdout, not
	stderr, to make automake (std-options) happy.

2008-04-27  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/main.c, src/minibuf.c: Remove
	minibuf_format, it's just zvasprintf.  Fix output of error occurring during startup, before screen is
	initialised, whether to minibuffer, or, in batch mode, to stderr.  Add "GNU" before "Zile" in places to match Emacs.  Add bug reporting email address to match Emacs.  Change copyright to FSF in main copyright message.

2008-04-27  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Update copyright date

2008-04-27  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, doc/Makefile.am, src/Makefile.am: Remove pointless
	comment.

2008-04-27  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add compile

2008-04-26  Reuben Thomas <rrt@sc3d.org>

	* README, configure.ac, doc/FAQ, doc/zile.1.in, doc/zile.texi: 
	Change bug reporting address to bug-zile list alias.

2008-04-26  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Put copyright dates as ranges for legibility.

2008-04-25  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, README, configure.ac, doc/FAQ, doc/zile.1.in,
	doc/zile.texi: Refer to "GNU Zile" in various places rather than
	plain "Zile".  Bump version number to 2.2.58.

2008-04-25  Reuben Thomas <rrt@sc3d.org>

	* COPYING, doc/Makefile.am, doc/mkdoc.c, doc/zlint,
	src/Makefile.am, src/astr.c, src/astr.h, src/basic.c, src/bind.c,
	src/buffer.c, src/completion.c, src/editfns.c, src/eval.c,
	src/eval.h, src/extern.h, src/file.c, src/funcs.c, src/glue.c,
	src/help.c, src/history.c, src/keys.c, src/killring.c, src/line.c,
	src/lisp.c, src/list.c, src/list.h, src/lists.c, src/lists.h,
	src/macro.c, src/main.c, src/marker.c, src/minibuf.c, src/parser.c,
	src/parser.h, src/point.c, src/redisplay.c, src/registers.c,
	src/search.c, src/tbl_funcs.h, src/tbl_vars.h, src/term_minibuf.c,
	src/term_ncurses.c, src/term_redisplay.c, src/undo.c,
	src/variables.c, src/vars.c, src/vars.h, src/vector.c,
	src/vector.h, src/window.c, src/zile.h, src/zmalloc.c: Change
	license to GPL 3 or later.  Note that some files are still licensed under GPL 2 or later; this
	is not a problem, it just forces those using the entire program to
	accept them under GPL 3 or later.

2008-04-04  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c, src/basic.c, src/bind.c, src/file.c, src/funcs.c,
	src/help.c, src/killring.c, src/line.c, src/macro.c,
	src/redisplay.c, src/registers.c, src/search.c, src/tbl_funcs.h,
	src/tbl_vars.h, src/undo.c, src/variables.c, src/window.c: Fix bad
	reformatting by indent.  Change mkdoc to cope with "DEFUN (" rather than "DEFUN(".

2008-04-04  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.57.

2008-04-04  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c, src/astr.c, src/bind.c, src/file.c, src/line.c,
	src/lists.c, src/main.c, src/registers.c: Remove casts to void for
	GNU coding standards (use GCC_UNUSED instead).

2008-04-04  Reuben Thomas <rrt@sc3d.org>

	* src/eval.h, src/lists.h, src/zile.h: Separate structure tag
	declarations from typedefs, for GNU coding standards.

2008-04-04  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c, src/basic.c, src/bind.c, src/buffer.c,
	src/completion.c, src/file.c, src/funcs.c, src/glue.c, src/help.c,
	src/keys.c, src/line.c, src/macro.c, src/registers.c, src/search.c,
	src/variables.c, src/window.c, src/zmalloc.c: Remove assignments
	from if tests to comply with GNU coding standards.

2008-04-02  Reuben Thomas <rrt@sc3d.org>

	* doc/config.h, doc/mkdoc.c, src/astr.c, src/astr.h, src/basic.c,
	src/bind.c, src/buffer.c, src/completion.c, src/editfns.c,
	src/eval.c, src/eval.h, src/extern.h, src/file.c, src/funcs.c,
	src/getopt.h, src/getopt_long_only.c, src/glue.c, src/help.c,
	src/history.c, src/keys.c, src/killring.c, src/line.c, src/lisp.c,
	src/list.c, src/list.h, src/lists.c, src/lists.h, src/macro.c,
	src/main.c, src/marker.c, src/minibuf.c, src/parser.c,
	src/parser.h, src/point.c, src/redisplay.c, src/regex.c,
	src/regex.h, src/registers.c, src/search.c, src/strrstr.c,
	src/tbl_funcs.h, src/tbl_vars.h, src/term_minibuf.c,
	src/term_ncurses.c, src/term_redisplay.c, src/undo.c,
	src/variables.c, src/vars.c, src/vars.h, src/vasprintf.c,
	src/vector.c, src/vector.h, src/window.c, src/zile.h, src/zmalloc.c: 
	Run GNU indent on all the C source files to help comply with GNU
	code layout guidelines. (This should fix all whitespace issues;
	other issues will still have to be dealt with.)

2008-04-02  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, doc/FAQ, doc/zile.1.in: Add copyright and licenses to a
	couple of places where they were missing.

2008-04-02  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Add GFDL to Top node.

2008-04-02  Reuben Thomas <rrt@sc3d.org>

	* autogen.sh: Remove redundant autogen.sh

2008-04-02  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, Makefile.am, doc/FAQ, doc/Makefile.am, doc/mkdoc.c,
	doc/zile.texi, doc/zlint, src/Makefile.am, src/extern.h,
	src/tbl_funcs.h, src/tbl_vars.h: License non-trivial unlicensed
	files.

2008-04-02  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ: Don't mention XEmacs vs Emacs.

2008-04-02  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, src/astr.c, src/astr.h, src/basic.c, src/bind.c,
	src/buffer.c, src/completion.c, src/eval.c, src/file.c,
	src/funcs.c, src/glue.c, src/help.c, src/keys.c, src/killring.c,
	src/line.c, src/list.c, src/list.h, src/macro.c, src/main.c,
	src/minibuf.c, src/redisplay.c, src/registers.c, src/search.c,
	src/term_minibuf.c, src/term_ncurses.c, src/term_redisplay.c,
	src/undo.c, src/variables.c, src/window.c, src/zile.h,
	src/zmalloc.c: Expand copyright ranges to meet GNU guidelines

2008-04-02  Reuben Thomas <rrt@sc3d.org>

	* AUTHORS: Give more precise information as per GNU maintainer's
	guidelines.

2008-02-25  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.56

2008-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/keys.c: Fix bug preventing binding of top-bit-set chars.

2008-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix bind_key_vec where a zero-length key vector is
	given: simply do nothing. Thanks to Robert Millan for reporting this
	bug.

2008-02-25  Reuben Thomas <rrt@sc3d.org>

	* src/zmalloc.c: Allow zrealloc to have size set to 0, as the
	results work fine: the pointer returned can be freed. It makes sense
	when we may want to allocate a multiple of some amount where the
	multiple could be 0; the motivation in this case is vec_toarray.

2008-02-18  Reuben Thomas <rrt@sc3d.org>

	* src/vasprintf.c: Update dates for David Taillandier's
	contribution.

2008-02-18  Reuben Thomas <rrt@sc3d.org>

	* src/vasprintf.c: Merge an upstream minor bug fix.

2008-02-13  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Handle SIGBUS in the same way as SIGSEGV.

2008-02-13  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Kill compiler warning for unused parameter.

2008-02-13  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c: Update zile_exit to match new prototype.

2008-02-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.55.

2008-02-13  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/file.c, src/main.c, src/zmalloc.c: Change
	zile_exit to take a flag indicating if a fatal exception was caught.
	If so, abort; if not, exit(2) (as before).  Update copyright date on zmalloc.c to last substantive change.

2008-02-13  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Update copyright date to last substantive change

2008-02-13  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Update copyright date to match last substantive
	change.  Update zile_exit to match changed prototype.

2008-02-10  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Fix some occurrences of 'Zile'

2008-02-09  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.54.

2008-02-09  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Add indent-relative and improve
	indent-for-tab-command.

2008-02-09  Reuben Thomas <rrt@sc3d.org>

	* src/line.c, src/tbl_funcs.h: Fix indent-for-tab-command to work as
	in Emacs.  Expose indent_relative as indent-relative, and fix it to use tabs
	when it should (closes bug #1889859).  Update docstrings of both from Emacs 22.1.

2008-02-05  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Add note about autoreconf and correct capitalisation of
	"Zile" in a couple of places.

2008-02-05  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore, Makefile.am: Change release notes filename for
	cosmetic improvement.

2008-02-05  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Remove syntactically wrong comment.

2008-02-04  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, src/search.c: Use cvs diff to stop make release if
	there are unchecked-in changes.  Update copyright date on search.c and correct comment: it wasn't a
	glibc bug.

2008-02-04  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Work around glibc bug

2008-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/list.c, src/list.h: Fix "All rights reserved" lines for
	consistency with other files.

2008-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix format of "All rights reserved" string.

2008-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/strrstr.c: Oops, it wasn't an off-by-one error, it was an
	off-by-tlen error!

2008-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/strrstr.c: Fix off-by-one error in return value.

2008-01-22  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, src/main.c: Update copyright date

2008-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/strrstr.c: Update copyright date.

2008-01-22  Reuben Thomas <rrt@sc3d.org>

	* THANKS, configure.ac, src/strrstr.c: Rewrite strrstr, and since
	it's now unrelated to Kent Irwin's code, remove his copyright.

2007-12-27  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, Makefile.am: Use woger.

2007-12-27  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Remove out.html, now removed by woger.

2007-12-27  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Change release-notes pattern.

2007-11-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am, src/zile-startup-test: Bump version
	to 2.2.52.  Add test of starting up zile --batch, which should exit with 0
	return code.

2007-11-19  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/zile-startup-test: Add test that Zile starts
	up. Checks that e.g. default keybindings are correct.

2007-11-19  Reuben Thomas <rrt@sc3d.org>

	* src/keys.c, src/tbl_funcs.h: Fix another bogus keybinding.  Clear up the check code.

2007-11-15  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Don't display the release command, it's not
	enlightening.

2007-11-15  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.51.

2007-11-15  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Abort if default bindings contain unknown keys.

2007-11-15  Reuben Thomas <rrt@sc3d.org>

	* src/keys.c: Fix keysym comparison.

2007-11-15  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_funcs.h: Fix old key name to new (DEL -> DELETE), thanks
	to Nicolas Duboc.

2007-11-12  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Make HELP depend on everything that goes into the
	info file, as it should, rather than just the main .texi.

2007-11-11  Reuben Thomas <rrt@sc3d.org>

	* doc/dotzile.sample: Fix name of Backspace key.

2007-11-11  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Make docstring like Emacs's.

2007-11-11  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.50.

2007-11-10  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Change error to be more like Emacs.

2007-11-10  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/keys.c, src/main.c, src/minibuf.c,
	src/tbl_funcs.h: Fixes from Nicolas Duboc to key binding with
	unrecognised string, swapped PRIOR and NEXT bindings, and
	documentation not matching code for the name of the Delete key.  Make minibuf_write & friends work before the terminal is up (to
	stderr), and add a global flag set when the minibuffer is written to
	so we can tell if it has been and not put up the splash screen in
	that case.

2007-10-28  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Make the list of FreshMeat release focuses more
	legible.

2007-10-28  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Improve documentation (thanks again to Julien
	Chaffraix).

2007-10-28  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Add Julien Chaffraix.

2007-10-28  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Further fix from Julien Chaffraix.

2007-10-27  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.49

2007-10-27  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Apply fixes to tab-always-indent and tab undo
	enhancement from Julien Chaffraix, from patch #1821380.

2007-10-24  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Add blank lines to copyright block so that it
	formats correctly (noticed in Zee manual).

2007-10-16  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.48

2007-10-16  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_funcs.h: Fix backward-kill-word binding

2007-10-14  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/file.c: Bump version to 2.2.47.  Fix bug where new files had an empty EOL string, and ensure that it
	can't happen again with a simpler method that never sets the EOL
	type to empty.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add out.html

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Make name of release notes file consistent, and
	ensure it remains so by putting its name in a variable.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Only bind printable characters to self-insert-command
	by default.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.46.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Remove bogus comment

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add cvs tagging to 'make release'

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Fix and improve release target

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add release-notes

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Fix a missing read option, and clarify a prompt

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add release target to use copher and fm-submit for an
	automated release.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Add a note about fm-submit, and make the automated
	release notes a bit more obvious (give them a heading).

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Add a note about copher

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Remove documentation for help-config-sample, which
	no longer exists.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zlint: Make zlint exit with error code if any check fails.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Clarify comment.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix minor space leaks.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/killring.c: Test uniarg flag, not value of uniarg,
	to see if there's a prefix.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Remove redundant test and comments.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/funcs.c, src/glue.c,
	src/term_ncurses.c: Use "0xff" everywhere we're masking off the
	bottom bits of a key chord.  Move last_key processing down into xgetkey, and add API call
	lastkey.  Allow ungot keys to be recorded in macros.  Use xgetkey, not term_xgetkey, in quoted-insert.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/zile.h: Make describe-bindings and where-is print
	the currently defined bindings, not the default ones.  Rename "list" parameter of DEFUN macro to "arglist" to allow "list"
	type to be used in DEFUNs.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Improve wording.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Improve wording.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Fix single spaces after full stop to double.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Improve some wording

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/help.c, src/tbl_funcs.h: Remove help-config-sample, which
	doesn't exist in Emacs. The config sample is available in the info
	manual anyway.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Update bindings for help commands.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zlint: Give zile.texi's name explicitly in error messages.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zlint: Don't sort variables, so we know the order is the same
	in the source and docs.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, doc/zlint: Don't sort function list in zlint, so we
	can check the order is the same in the source and docs.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Alphabetize tab-to-tab-stop correctly.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Rename list-bindings to describe-bindings.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove some documentation that doesn't apply to Zile.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h: Fold self_insert_command into its DEFUN,
	as it is no longer called from anywhere else.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Move self_insert_command to bind.c

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/line.c: Make self-insert-command properly
	bindable, and stop treating it as a special case.

2007-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix an off-by-one array index.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/help.c, src/keys.c: Allow
	describe-binding to print out the binding you just typed in. A silly
	amount of work.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, src/bind.c, src/keys.c, src/tbl_funcs.h: Remove
	unused LFD key from manual.  Allow SPC to be used for key bindings (as "\\SPC").  Rename keys to be consistent with Emacs 22, as far as possible.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Overwrite, don't append to, HELP.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Improve some English.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.45.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_funcs.h: Update key bindings to match Emacs 22.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Remove the key bindings section. It is most tedious
	to keep up to date, usually wrong as a result, and basically
	useless, as you can get guaranteed correct information out of Zile
	itself.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* doc/zlint: Fix zlint to match current tbl_vars.h format.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/keys.c: keytostrvec returns int, but most of its
	callees were storing the result in a size_t. Oops.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_funcs.h: Change binding for view-zile-FAQ to `C-h C-f', as
	for view-emacs-FAQ.

2007-10-12  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/FAQ, doc/zile.texi, src/tbl_funcs.h: Bump
	version to 2.2.44.  Switch tab-to-tab-stop and tabify into correct order in tbl_funcs.h.  Add FAQ about making TAB insert TAB characters.  Rebind goto-line to `M-g g', to match Emacs 22.

2007-10-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/term_ncurses.c: Bump version to 2.2.43.  Fix bug #1806914, where Zile was resetting the "Meta sends ESC"
	flag.  There's a standard ncurses function to do this, no need for
	the cruft.

2007-10-02  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, src/buffer.c, src/file.c, src/term_redisplay.c,
	src/zile.h: Make EOL detection work more like Emacs, and add
	modeline indicator of detected line ending. LFCR is no longer
	supported.

2007-10-02  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.42.

2007-09-09  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Make sure sentence are followed by double space.

2007-08-18  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/extern.h, src/term_redisplay.c: Bump version to
	2.2.41.  Fix bug #1776900 (long file names mess up display). As a result,
	remove the callers of term_printw and hence the function.

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* doc/dotzile.sample, doc/zile.texi, src/glue.c, src/tbl_vars.h: 
	Rename "beep" to "ring-bell" to be closer to Emacs.  Update documentation for internal consistency and consistency with
	Emacs documentation.

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Give text coordinates a minimum width.

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* doc/dotzile.sample, doc/zile.texi, src/main.c, src/tbl_vars.h: 
	Rename "skip-splash-screen" to "inhibit-splash-screen", as in Emacs,
	and copy documentation for the variable from Emacs.  Remove mentions of "major mode" as there is only one in Zile.  Bump date on manual.

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Make modeline rather more like Emacs's, in
	particular Emacs 22's.

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.40.

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Remove redundant FIXME (in fact the desired
	behaviour already occurs), and abbreviate an over-verbose comment
	(whose content should really be elsewhere).

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Update copyright date.

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add the .lineno files

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c, src/extern.h, src/minibuf.c, src/tbl_vars.h,
	src/variables.c: Remove special treatment for boolean variables,
	which Emacs does not have.

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Remove unnecessary and ineffective CFLAGS setting.

2007-07-28  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Add `loc' target to count code with sloccount

2007-07-20  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Let automake look for install; we don't have to make
	autoconf do it.

2007-07-20  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Leave makeinfo to automake.

2007-07-17  Reuben Thomas <rrt@sc3d.org>

	* src/strrstr.c: Tidy up strrstr.

2007-07-16  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/config.h, src/completion.c, src/file.c,
	src/strrstr.c: Fix strrstr when the searched-for string occurs right
	at the start of the searched-in string (thanks to Nicolas Duboc for
	the report).  Fix some more filename completion bugs (thanks to Nicolas Duboc for
	reporting and fixing one of them).  Add strrstr to doc/config.h for systems that lack it. Gah,
	cross-compilation...  Bump version to 2.2.39.

2007-07-12  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.38.

2007-07-12  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix a bug with /-stripping in get_current_dir
	introduced in 1.86.

2007-07-03  Reuben Thomas <rrt@sc3d.org>

	* src/.cvsignore: Remove unneeded ignore

2007-07-03  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Remove no longer needed ignores

2007-07-03  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove mention of epocemx.

2007-07-03  Reuben Thomas <rrt@sc3d.org>

	* README: Remove mention of epocemx, and clarify flavour of ISO C
	used.

2007-07-02  Reuben Thomas <rrt@sc3d.org>

	* THANKS, doc/FAQ, doc/zile.texi: Remove traces of EPOC support.

2007-07-02  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Note removal of Allegro and EPOC support

2007-07-02  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, Makefile.am, README, configure.ac, doc/BANNER.EPOC,
	src/Makefile.am, src/term_epocemx.c, zile.pkg: Remove EPOC support.

2007-07-02  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix David Capello's copyright dates to be the same as
	everywhere else.

2007-07-02  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Make opening description more like Debian package
	description.

2007-07-02  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/tbl_funcs.h: Bump version to 2.2.37.  Fix lexical ordering of functions in tbl_funcs.h, thanks to Nicolas
	Duboc.

2007-07-02  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, README, configure.ac, doc/FAQ, src/Makefile.am,
	src/extern.h, src/main.c, src/term_allegro.c: Remove Allegro
	support.

2007-07-02  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Remove out-of-date notes about dependency of
	functionality on configure options, which is no longer the case.

2007-06-27  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.1.in, doc/zile.texi: Update documentation, and make it
	more consistent. Correct some small omissions.

2007-06-27  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Remove set

2007-06-27  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/config.h, src/main.c, src/zmalloc.c: Define
	package name properly, and use in literal strings.  Bump version to 2.2.36.

2007-06-27  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix handling of +LINE command-line argument.

2007-06-26  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Remove some code made redundant by the last fix, to
	not expand file names passed on the command line.

2007-06-26  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Add some braces for clarity.

2007-06-26  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Turn off file-name expansion for filenames supplied on
	the command-line.

2007-06-14  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Add some contributors

2007-06-14  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, configure.ac: Bring INSTALL more up to date.  Fix capitalisation of "Allegro" in --enable-allegro help string.

2007-06-14  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c, doc/zile.1.in, src/astr.c, src/astr.h, src/basic.c,
	src/bind.c, src/buffer.c, src/completion.c, src/editfns.c,
	src/eval.c, src/eval.h, src/file.c, src/funcs.c, src/glue.c,
	src/help.c, src/history.c, src/keys.c, src/killring.c, src/line.c,
	src/lisp.c, src/list.c, src/list.h, src/lists.c, src/lists.h,
	src/macro.c, src/main.c, src/marker.c, src/minibuf.c, src/parser.c,
	src/parser.h, src/point.c, src/redisplay.c, src/registers.c,
	src/search.c, src/strrstr.c, src/tbl_funcs.h, src/tbl_vars.h,
	src/term_allegro.c, src/term_epocemx.c, src/term_minibuf.c,
	src/term_ncurses.c, src/term_redisplay.c, src/undo.c,
	src/variables.c, src/vars.c, src/vars.h, src/vector.c,
	src/vector.h, src/window.c, src/zile.h, src/zmalloc.c: Remove Id
	tags from source, which cause remaking after check-in. All the info
	is in CVS.  Bump date on man page.

2007-06-14  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/minibuf.c: Use astr_new_cstr

2007-06-14  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/astr.h, src/bind.c, src/completion.c,
	src/extern.h, src/file.c, src/funcs.c, src/help.c, src/keys.c,
	src/lists.c, src/main.c, src/minibuf.c: Add astr_new_cstr.  Convert calls to astr_cat_cstr that concatenate a one-character
	string to astr_cat_char calls.  Remove split_path, and do path splitting in the one place it is
	actually used; use new expand_path elsewhere.  Bump version to 2.2.35.

2007-06-10  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Cast fix (thanks to Robert Millan) to avoid negative
	array indices.

2007-06-07  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Initialise an uninitialised string.

2007-06-06  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Translation tables should all be UCHAR_MAX + 1
	large, not UCHAR_MAX.  Simplify code for find_substr and rfind_substr.  Improve comment at top of file.

2007-06-06  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c, src/astr.c: Update zile_exit stubs to match real
	zile_exit.

2007-06-06  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Document return codes

2007-06-06  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.1.in: Make short description the same as in the info
	manual.

2007-06-06  Reuben Thomas <rrt@sc3d.org>

	* src/astr.h: Tidy spacing

2007-06-05  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/extern.h, src/file.c, src/help.c,
	src/main.c, src/minibuf.c, src/zmalloc.c: Change zile_exit not to
	take a return code, but always to call exit(2).  Make expand_path always use the cwd rather than taking a parameter
	to give the working directory.  Remove get_current_dir from extern.h, and simplify it, removing its
	parameter. It is only used interactively now.  Remove a spurious "foo" from an error message.  Move open_file to main.c and call it expand_file; it no longer calls
	find_file, nor takes a line number. It doesn't abort if the filename
	is invalid; that is left to its call-site in main.

2007-06-05  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/main.c: Add clarifying comment to file.c.  Set flag FLAG_NEEDS_RESYNC rather than calling resync_redisplay when
	unnecessary.  Make handling of bad command-line options more similar to that of
	Emacs.  Clarify error message construction in main loop.

2007-06-05  Reuben Thomas <rrt@sc3d.org>

	* src/term_epocemx.c: Change "Zee" to "Zile".  Improve logic slightly: have call to exit in get_tcap's caller, not
	get_tcap, which can just return NULL on error.

2007-06-05  Reuben Thomas <rrt@sc3d.org>

	* src/zmalloc.c: Change exit code for malloc failure to 2, for
	consistency

2007-06-05  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.c, src/term_ncurses.c: Correct Zee to Zile in
	comments

2007-06-05  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version

2007-06-01  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/term_redisplay.c, src/zile.h: Fix horizontal
	scrolling position to be per-window.

2007-05-24  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/search.c: Fix bug #1722972 (Return inserts
	newline when used to end isearch) and bump version to 2.2.32.

2007-05-03  Reuben Thomas <rrt@sc3d.org>

	* src/strrstr.c: Update my copyright date.

2007-05-03  Reuben Thomas <rrt@sc3d.org>

	* src/strrstr.c: Use the correct type for return value of strlen.

2007-05-03  Reuben Thomas <rrt@sc3d.org>

	* src/strrstr.c: Correct description at top of file.

2007-04-19  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ: Update the binary size (it's 10% bigger for 2.2.31 on
	Debian 4.0 than 2.0beta8 was on Debian 3.1!) and make the section on
	when not to use Zile reflect Reuben's rather than Sandro's views (so
	it better reflects the current maintainership!).

2007-04-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/.cvsignore, src/Makefile.am, src/help.c: Bump
	version to 2.2.31.  Convey PATH_DATA to help.c via -D in (AM_)CPPFLAGS, not paths.h, as
	instructed in automake manual. Remove unused PATH_PREFIX. paths.h is
	no longer needed.

2007-04-15  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses.c: Update copyright date and change Zee -> Zile.

2007-04-15  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.30.

2007-04-15  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Remove bogus empty line that broke a make rule on
	less determined makes.

2007-04-15  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/term_ncurses.c, src/zmalloc.c: Add getopt.h
	to distributed files.  Add prototype for vasprintf to zmalloc.c for systems that don't have
	it (because we don't provide it in our headers). Add it just here
	rather than in zile.h because we only use zvasprintf in Zile code.  Guard use of KEY_RESIZE with #ifdef.

2007-03-24  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ: Mention a solution for C-h being buggily bound to
	backspace.

2007-02-12  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Include stdlib.h for atoi

2007-02-12  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add note about incremental search; improve post-2.2 NEWS
	section.

2007-02-12  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/extern.h, src/main.c, src/search.c: Fix
	case-fold-search to work for regex search and to switch off when
	there are upper-case letters in the search string.

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Remove lurking describe-key-briefly documentation

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.27

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Fix some more typos.

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Fix a couple of typos introduced in 2.2.26 noticed
	by Nicolas Duboc.

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/zlint: Make zlint work with make distcheck

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Fix literal brace characters

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Add zlint to check-local target

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, doc/zlint: Make zlint work again and fix
	documentation errors it detects.

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/file.c: Make buffer read-only when file is
	read-only

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add more autotools files

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* doc/.cvsignore: Add texinfo.tex

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Remove mention of other editors: we're now purely
	an Emacs clone.

2007-01-19  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/zile.texi, src/file.c, src/tbl_funcs.h: Add
	find-file-read-only, requested by Ivan Primi.  Update configure.ac to work with automake 1.10.

2007-01-09  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.25

2007-01-09  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Update to 2007

2007-01-09  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Don't restrict the umask!

2007-01-04  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Change info direntry from "Emacs-like" to
	"Emacs-subset".

2007-01-04  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Improve info direntry.

2006-12-08  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.c: Update copyright year.

2006-11-30  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version

2006-11-30  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/eval.c, src/extern.h, src/main.c: Fix bugs
	introduced in 2.2.23: Move evaluation of config files before splash screen display so that
	we can affect it.  Reinitialise *scratch* after getting user settings for per-buffer
	settings (currently just auto-fill-mode). Split out init_buffer from
	create_buffer to allow this.

2006-11-29  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/eval.h, src/zile.h: Allow uniarg to be passed
	non-interactively to commands.  Make eval_cb_set_helper static as it's only used in one place.

2006-11-29  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/eval.h, src/main.c: Move execution of .zile after
	setup of terminal so that Zile doesn't crash when commands needing a
	buffer are executed from .zile.  Always pass 1 as uniarg when executing non-interactively. This is
	still a bug.

2006-11-29  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c: DEFUN_INT is now DEFUN once more.

2006-11-29  Reuben Thomas <rrt@sc3d.org>

	* NEWS, configure.ac, src/basic.c, src/bind.c, src/eval.c,
	src/extern.h, src/file.c, src/funcs.c, src/help.c, src/killring.c,
	src/line.c, src/macro.c, src/redisplay.c, src/registers.c,
	src/search.c, src/undo.c, src/variables.c, src/window.c, src/zile.h: 
	Make non-interactive command evaluation work again, principally for
	global-set-key, which has been modified to accept non-interactive
	arguments. This was always supposed to work, but only ever did in
	Zee.  Oops. Rename DEFUN_INT to DEFUN to reflect this, and add a
	NEWS item, as it was never mentioned.  Bump version to 2.2.23.

2006-09-17  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, NEWS, configure.ac, doc/FAQ: Bump version to 2.2.22.  Remove paragraph from INSTALL about changing key bindings in
	tbl_funcs.h; one should now be using global-set-key.  Add a FAQ entry about the change in boolean syntax in 2.2.16, and a
	note to NEWS.

2006-09-13  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses.c: Don't assume ints are positive in
	term_xgetkey. Oops. For a combination of coincident reasons, this
	bug only showed up on machines where (size_t)-1 was not UINT_MAX.

2006-09-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove spurious cast

2006-09-13  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.21

2006-09-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/file.c: Reinstate old temporary file copying
	code so that permissions and owner are properly preserved when
	making backup files.  Bump version to 2.2.20.

2006-09-06  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/dotzile.sample, src/file.c, src/tbl_vars.h: 
	Simplify backup code. User experience does not change.  Improve comments for backup variables.  Move raw_write_to_disk out of the way for a slightly easier-to-read
	file.c.  Bump version to 2.2.19.

2006-08-24  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/dotzile.sample, src/tbl_vars.h: Apply patch from
	Nicolas Duboc to fix backup file-related snafus, about default
	settings and documentation.

2006-07-25  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Restore erroneously-removed mention of backup under
	save-buffer.

2006-07-25  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_vars.h: Fix alphabetical order.

2006-07-20  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Promote myself

2006-07-20  Reuben Thomas <rrt@sc3d.org>

	* doc/BANNER.EPOC: Fix David's copyright years

2006-07-20  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Mention design fixes.

2006-07-20  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/dotzile.sample, doc/zile.texi, src/file.c: Bump
	version to 2.2.17.  Streamline backup file code, remove error-prone file copying (which
	used renaming internally anyway) and use plain renaming, just like
	Emacs in its default setup.  Make backups to a special directory work more like in Emacs.

2006-07-17  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c: Fix indentation of "local" in ventry.

2006-07-17  Reuben Thomas <rrt@sc3d.org>

	* doc/dotzile.sample: Remove alternative-bindings.

2006-07-17  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/dotzile.sample, doc/zile.texi, src/bind.c,
	src/main.c, src/tbl_funcs.h, src/tbl_vars.h: Remove
	alternative-bindings: key rebinding plus example code supercedes it.  Move call of init_bindings so that key bindings in .zile work.  Note in tbl_funcs.h that function names must be sorted.  Bump version to 2.2.16.

2006-07-15  Reuben Thomas <rrt@sc3d.org>

	* doc/dotzile.sample, doc/mkdoc.c, doc/zile.texi, src/tbl_vars.h,
	src/variables.c: Fix case-replace and case-fold-search documentation
	and implementation (closes feature request #1238041).  Fix one last "true" to "t", and make variables true if non-nil
	rather than nil unless "t".

2006-07-15  Reuben Thomas <rrt@sc3d.org>

	* doc/dotzile.sample, doc/zile.texi, src/funcs.c, src/minibuf.c,
	src/tbl_vars.h, src/variables.c: Change `true' and `false' to `t'
	and `nil'.

2006-07-01  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.15

2006-06-30  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Make non-undo commands reset undo pointer to the end
	of the list, just like Emacs.

2006-06-30  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses.c: Use older ncurses calls to work around BSD
	curses bugs.

2006-06-30  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Add indent-tabs-mode to list of vars that becomes
	local when set.

2006-06-30  Reuben Thomas <rrt@sc3d.org>

	* doc/dotzile.sample, doc/zile.texi, src/line.c, src/tbl_funcs.h,
	src/tbl_vars.h: Remove non-Emacs expand-tabs variable and replace
	with expand-tabs-mode and tab-always-indent, which are in Emacs and
	are a little more logical.

2006-04-24  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Fix typo: add comma

2006-02-26  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.14.

2006-02-26  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/term_ncurses.c: Fix meta-key-altering control
	sequences, thanks to Thomas Dickey (xterm author) for pointing out
	that what I had, while correct, was confusing (remove ; because it's
	stricly an argument separator not a terminator). Fix copied from
	Zile.  Bump version to 2.2.13, er, too late for 2.2.13. Oops.

2006-02-08  Reuben Thomas <rrt@sc3d.org>

	* src/vasprintf.c: Remove spurious and unguarded va_copy call
	(thanks, M. W. Markland; closes #1427666).

2006-02-01  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Make window_pt work with windows that have just had
	their buffer killed (fixes #1420261)

2006-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/marker.c: Adjust whitespace.

2006-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove free_search_history, which no longer exists.

2006-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix back_to_indentation's call of
	line_beginning_position.

2006-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Update Reuben's copyright date in the main message.

2006-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/search.c: Remove unused search histories.

2006-01-30  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.12

2006-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Update copyright date

2006-01-26  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.11

2006-01-24  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Make C-u end the universal argument as advertised.

2006-01-24  Reuben Thomas <rrt@sc3d.org>

	* THANKS, configure.ac: Change mention of Lisp interpreter to past
	tense.

2006-01-24  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add mention of bug fixes

2006-01-24  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix forward-paragraph and backward-paragraph (fixes
	#1412493).

2006-01-24  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix leak of fargs list by freeing it.

2006-01-24  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/funcs.c, src/line.c, src/zile.h: 
	Remove uniused argument from interactive commands, as it's no longer
	used. This happens to fix #1400049.

2006-01-24  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Fix whitespace

2006-01-09  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix #1400051, where different line endings are
	accepted in the same file as eol, leading to potential corruption of
	binary files that are opened and then saved without change.

2005-12-07  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.9

2005-11-02  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses.c: Display fix for xterms that don't understand
	the Meta key handling control sequence. Bug report from Stephen
	Quinney via Debian.

2005-11-02  Reuben Thomas <rrt@sc3d.org>

	* src/vasprintf.c: Fix for systems without va_copy (thanks to
	rpraetorius@users.sf.net, who made a fix based on
	http://lists.gnupg.org/pipermail/gnupg-commits/2004-October/005218.html).

2005-09-22  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.8.

2005-09-22  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses.c: Fix a cast in term_addch; thanks to Nicolas
	Duboc for the bug report.

2005-09-22  Reuben Thomas <rrt@sc3d.org>

	* src/point.c: Tidy up whitespace

2005-09-15  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.7.

2005-09-15  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Remove mention of zero arg to call-last-kbd-macro,
	which is no longer supported.

2005-09-15  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/glue.c, src/macro.c, src/zile.h: 
	Simplify macro calling, as in Zee: Since macros are just dumped into
	the keyboard buffer, they can't cause an error in advance, so
	there's no point checking, and they can't be run until an error
	occurs, so we can't support a uniarg of 0 being used for this
	purpose.

2005-09-03  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add releaseforge.log

2005-09-02  Reuben Thomas <rrt@sc3d.org>

	* doc/BANNER.EPOC, zile.pkg: Bump versions to be current.

2005-09-02  Reuben Thomas <rrt@sc3d.org>

	* src/term_epocemx.c: Fix building of epocemx backend.

2005-09-02  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.c: Make allegro backend build again.

2005-09-02  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix insert_char_in_insert_mode to flip the flags
	properly, and in particular to leave the buffer marked as modified.

2005-09-02  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.6

2005-09-02  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.5

2005-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/redisplay.c, src/term_ncurses.c: Fix terminal resizing
	(reported by Nicolas Duboc).

2005-08-23  Reuben Thomas <rrt@sc3d.org>

	* src/vector.c: Include string.h and fix formatting of vec_toarray

2005-08-17  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c, src/zile.h: Remove unused UNDO_INSERT_CHAR action

2005-08-07  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.4

2005-08-07  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c: Fix mkdoc for functions.

2005-08-07  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Mention ncurses reinstatement

2005-08-06  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.3.

2005-08-06  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove -Wconversion to avoid tedious warnings until
	a better solution can be implemented.

2005-08-06  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/main.c: Remove SIGCONT and SIGTSTP handlers
	which are now dealt with by ncurses.  Don't need sigaction any more, so remove test for it from
	configure.ac.

2005-08-06  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c: Add casts to avoid warnings on 64-bit systems.

2005-08-06  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Use ncurses again instead of termcap.

2005-08-06  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/extern.h, src/funcs.c, src/glue.c,
	src/keys.c, src/macro.c, src/main.c, src/redisplay.c, src/search.c,
	src/term_allegro.c, src/term_epocemx.c, src/term_minibuf.c,
	src/term_ncurses.c, src/term_redisplay.c, src/term_termcap.c,
	src/window.c, src/zile.h: Backport Zee's updated terminal interface,
	including replacement of termcap by ncurses.  Add casts to remove some warnings on 64-bit platforms.

2005-07-28  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/parser.c: Fix some size warnings for 64-bit
	platforms.

2005-07-28  Reuben Thomas <rrt@sc3d.org>

	* src/regex.c: Remove REGEX_MALLOC code for simplification.  Fix dodgy test (thanks to Christian Weisberger).

2005-07-27  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Change mark_active to an int; bit-fields are dodgy.

2005-07-27  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/vasprintf.c, src/zmalloc.c: Cast constants to
	size_t to avoid -Wconversion warnings.

2005-07-25  Reuben Thomas <rrt@sc3d.org>

	* acinclude.m4: Remove spurious newline, thanks to Kato Tsuguru via
	Christian Weisgerber.

2005-07-24  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Add 'v' to getopt call.

2005-07-24  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.2.

2005-07-24  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Fix docs for --funcall (replaces --expr) and --load
	(no longer exists). Thanks to Nicolas Duboc for alerting me to this.

2005-07-24  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix --funcall (patch from Nicolas Duboc).

2005-07-19  Reuben Thomas <rrt@sc3d.org>

	* src/term_epocemx.c, src/term_termcap.c: Fix types (thanks to
	Christian Weisgerber).

2005-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Remove unused variable eflag.

2005-07-11  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update for 2.2.1

2005-07-11  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2.1.

2005-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/main.c: Add --funcall back (request
	from Cort Danger Stratton).

2005-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/glue.c, src/macro.c: In add_cmd_to_macro, assert we have a cmd
	to add.  Make getkey call xgetkey, not term_xgetkey, so that keystrokes read
	with it are recorded for macros.

2005-07-11  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/BANNER.EPOC: Bump version to 2.2.0.

2005-07-11  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Document global-set-key (thanks Kiyoshi Yoneda).

2005-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Remove unused variable.

2005-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove spurious astr_delete call.

2005-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/basic.c, src/bind.c, src/buffer.c,
	src/completion.c, src/editfns.c, src/eval.c, src/eval.h,
	src/extern.h, src/file.c, src/funcs.c, src/getopt.h,
	src/getopt_long_only.c, src/glue.c, src/help.c, src/history.c,
	src/keys.c, src/killring.c, src/line.c, src/lisp.c, src/list.c,
	src/list.h, src/lists.c, src/lists.h, src/macro.c, src/main.c,
	src/marker.c, src/minibuf.c, src/parser.c, src/parser.h,
	src/point.c, src/redisplay.c, src/registers.c, src/search.c,
	src/strrstr.c, src/term_allegro.c, src/term_epocemx.c,
	src/term_minibuf.c, src/term_redisplay.c, src/term_termcap.c,
	src/undo.c, src/variables.c, src/vars.c, src/vars.h, src/vector.c,
	src/vector.h, src/window.c, src/zile.h, src/zmalloc.c: Correct the
	address of the FSF.

2005-07-08  Reuben Thomas <rrt@sc3d.org>

	* INSTALL: Remove Cygwin note (thanks, Johan Sjöberg).

2005-07-08  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Add $(EXEEXT_FOR_BUILD) to mkdoc in AUTODOC
	dependency; thanks to Johan Sjöberg.

2005-06-07  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ: Get rid of "Zile is hung" question: C-g doesn't actually
	work as described.

2005-06-07  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ: Tidy FAQ some more and add question about META not
	working because of 8-bit input setting in xterm.

2005-06-06  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix another space leak.

2005-06-06  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix a space leak.

2005-06-06  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2beta2.

2005-06-06  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix incorrect updating of buffer list when last buffer
	is killed and scratch recreated. Thanks to Alistair Turnbull for
	finding the bug.

2005-06-05  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/bind.c, src/file.c, src/funcs.c, src/help.c,
	src/killring.c, src/macro.c, src/redisplay.c, src/registers.c,
	src/search.c, src/term_minibuf.c, src/undo.c, src/variables.c: Fix
	broken docstrings.

2005-06-05  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix bug in newline-and-indent, copied fix from Zee.  Fix documentation of user commands.

2005-06-05  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Eliminate redundant calls to strlen (noticed in Zee
	sources).

2005-06-04  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/BANNER.EPOC, zile.pkg: Bump versions to
	2.2beta1.

2005-06-04  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Change %d to %s in reporting unknown function *name*.
	(Fix copied from Zee).

2005-06-02  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ: Remove OS-specific information about setting the locale.  Remove the question about terminals not resizing; all modern
	terminal programs should work.

2005-06-02  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Remove mention of Lisp interpreter (just like I removed the
	interpreter!).

2005-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/test1.el, src/test1.output, src/tests: Remove
	Lisp tests,  which can no longer be run, and are in any case
	pointless as we no longer have a real interpreter.

2005-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/redisplay.c: Make sure that the windows are not taller than
	the terminal when possible.

2005-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c, src/main.c: Remove -l and -e command line flags (only
	for Lisp, which we're no longer really supporting) and remove
	lisp_read_string (which is no longer used) and its auxiliary
	functions.

2005-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Fix bogus indentation.

2005-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/redisplay.c: Simplify resize_windows fix (hdelta should always
	be zero at the end; if not, tough).

2005-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove no-longer-needed prototype of vasprintf.

2005-06-02  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/redisplay.c, src/window.c: Factor out guts of
	delete-window into a C function delete_window. Use it in
	resize_windows to kill off excess windows when the terminal is too
	small.  Reformat badly formatted doc comments in windows.c.

2005-06-01  Reuben Thomas <rrt@sc3d.org>

	* src/redisplay.c: Stop a crash if the Zile windows won't fit in the
	terminal.

2005-06-01  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Fix a memory leak (thanks valgrind).

2005-06-01  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, doc/Makefile.am, src/Makefile.am: Get rid of Id lines
	from Makefiles.am

2005-06-01  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix regression bug in non-regex incremental forward
	search.

2005-05-27  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Move direntry up so it's found by install-info;
	thanks to Christian Weisgerber.

2005-05-27  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Portability fix from Christian Weisgerber: use $?
	not $<

2005-05-27  Reuben Thomas <rrt@sc3d.org>

	* src/glue.c: Remove badly broken and never-called function getln
	(thanks to Alistair Turnbull for pointing this out in Zee).

2005-05-21  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.2alpha2.

2005-05-21  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.c: Bring allegro terminal up to date.

2005-05-21  Reuben Thomas <rrt@sc3d.org>

	* src/vasprintf.c: Fix an inverted assertion.

2005-05-20  Reuben Thomas <rrt@sc3d.org>

	* src/term_epocemx.c: Update to match changes in the rest of the
	code.

2005-05-20  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Detect when tgoto doesn't work and quit. Fix
	copied from 2.0 branch.

2005-05-19  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/term_termcap.c, src/window.c, src/zile.h: Fix
	handling of SIGTSTP so that system calls are restarted across it,
	and so that the terminal is not suspended and resumed if it has not
	yet been initialised.

2005-05-18  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Fix a buffer overflow in getchars, but only
	reading characters up to the end of the buffer.

2005-05-17  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Backport fix to newline-and-indent for the case where
	the indent should be 0 from Zee.

2005-05-17  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Make entry about Lisp interpreter more accurate.

2005-05-17  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, src/Makefile.am, src/tests: Remove lisp.txt (now
	defunct) from doc/Makefile.am.  Build system fixes for Lisp tests under make distcheck, copied from
	Zee.

2005-05-17  Reuben Thomas <rrt@sc3d.org>

	* NEWS: More updated NEWS for 2.2.

2005-05-17  Reuben Thomas <rrt@sc3d.org>

	* src/test1.el, src/test1.output, src/test2.el, src/test2.output,
	src/test3.el, src/test3.output, src/tests: Remove Lisp tests that no
	longer work with eviscerated Lisp interpreter, and update output to
	sync with reality (new variables in output).

2005-05-17  Reuben Thomas <rrt@sc3d.org>

	* NEWS, doc/lisp.txt: Remove lisp.txt as the Lisp interpreter is not
	really anything of the sort any more.  Add NEWS for Zile 2.2.

2005-05-17  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Bump version to 2.2.

2005-05-17  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, doc/BANNER.EPOC, zile.pkg: Bump versions for
	2.2alpha1.

2005-05-17  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Backport unget key code from Zee (which is the
	same as that used on the 2.0 branch of Zile), to fix various key
	reading problems.

2005-05-16  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/search.c, src/tbl_funcs.h: Re-add non-regexp
	search and replace.

2005-05-16  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Fix linking against libtermcap on systems which
	build it into libncurses. Thanks to Pieter Lenaerts for the bug
	report and for testing the fix.

2005-05-04  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Correct spelling of Han Boetes's name. Sorry, Han.

2005-04-05  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix bug in create_backup_filename reported by Eduardo
	Muñoz.

2005-04-04  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Add fixes from 2.0 branch. This won't really
	work until the head does character-by-character buffering again,
	like 2.0 and Zee.

2005-04-04  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix case changing on words (thanks to Tomi Ollila).

2005-04-04  Reuben Thomas <rrt@sc3d.org>

	* src/regex.c, src/regex.h: Whitespace fixes.

2005-02-27  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/eval.c, src/eval.h, src/extern.h, src/funcs.c,
	src/lisp.c, src/main.c, src/tbl_funcs.h, src/vars.c, src/vars.h,
	src/zile.h: Rip out most of the Lisp interpreter, and use it only
	for the initialisation file. Now we are much closer to having a
	releasable Zile 2.2.

2005-02-27  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Unset and reset special keys around
	suspend/resume. Fix ported from Zee.  Thanks to Tomi Ollila for reporting the bug.

2005-02-21  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Fix window resizing (fix ported from 2.0
	branch).

2005-02-17  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix bad bracketing in sizeof. (Bug fix copied from
	Zee.)

2005-02-15  Reuben Thomas <rrt@sc3d.org>

	* doc/BANNER.EPOC, src/zile.h, zile.pkg: Update versions and
	copyright year.  In zile.h, add an leWipe to tidy up the argument of each DEFUN. This
	doesn't actually work yet, because each DEFUN has already returned
	before this call is reached. Need to change DEFUNs to set a return
	value (and never return themselves) to fix this...

2005-02-14  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ, doc/dotzile.sample, doc/zile.1.in, doc/zile.texi,
	src/help.c, src/tbl_vars.h, zile.pkg: Change references to .zilerc
	to references to .zile.

2005-02-14  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Reallocate screen buffers on SIGWINCH to
	prevent buffer overrun. Fix copied from rel-2-0.

2005-02-09  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Fix a space leak in _xgetkey.

2005-02-09  Reuben Thomas <rrt@sc3d.org>

	* src/parser.h: Guard against multiple inclusion.

2005-02-09  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix a space leak in intercalate_newline.

2005-02-09  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Fix a space leak in astr_replace_x.

2005-02-08  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/extern.h, src/lisp.c, src/lists.c, src/lists.h,
	src/main.c: Fix display of minibuffer in Allegro.  Remove unused leDelete.  Move eval_init and eval_finalise to lisp.c (and rename lisp_init and
	lisp_finalise) so they can be more general than just for eval.c.

2005-02-07  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/zile.h: Add new DEFUN macro for general arguments
	to Zile commands.  Fix a bug in setting of uniused.  Make global-set-key work from Lisp.

2005-02-07  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Fix some English.

2005-02-07  Reuben Thomas <rrt@sc3d.org>

	* doc/dotzile.sample: Document kill-whole-line and move backup
	settings to the end.

2005-02-07  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/bind.c, src/eval.c, src/eval.h, src/extern.h,
	src/file.c, src/funcs.c, src/help.c, src/killring.c, src/line.c,
	src/macro.c, src/redisplay.c, src/registers.c, src/search.c,
	src/undo.c, src/variables.c, src/window.c, src/zile.h: Redefine
	DEFUN, FUNCALL and FUNCALL_ARG so that Zile commands are now of type
	int (*f)(int argc, le *branch), i.e. almost of type eval_cb.  Rename DEFUN to DEFUN_INT.  Now arbitrary arguments can be passed by Lisp to Zile commands (in
	theory). This will require a new DEFUN macro.

2005-02-06  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/eval.c, src/extern.h, src/funcs.c, src/line.c,
	src/zile.h: Add an argument indicating the presence of the universal
	arg to the prototype for Zile commands. Since many commands assume
	uniarg == 0 means no uniarg, don't violate this assumption yet.  Move execute_command next to execute_extended_command.

2005-02-06  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c, src/tbl_vars.h: Add kill-whole-line (closes
	#1108706).

2005-02-06  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Update binding for list-buffers.

2005-02-06  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Document where-is and kill-whole-line.

2005-02-06  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/keys.c, src/tbl_funcs.h: Add
	where-is (closes feature request #1088394).  Remove list-functions (not in Emacs, and no longer needed).  Add case for space key to chordtostr.  Change some int's to size_t's in key conversion routines.  Fix a bug in write_bindings left over from conversion from alist to
	list.

2005-02-05  Reuben Thomas <rrt@sc3d.org>

	* src/vasprintf.c: A little more tidying.

2005-02-05  Reuben Thomas <rrt@sc3d.org>

	* src/vasprintf.c: Tidy some comments.

2005-02-05  Reuben Thomas <rrt@sc3d.org>

	* src/vasprintf.c: Reformat the rest of the file to be consistent
	with the rest of Zile.

2005-02-05  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/eval.c, src/extern.h, src/file.c, src/line.c,
	src/minibuf.c, src/term_redisplay.c, src/vars.c, src/vasprintf.c,
	src/zmalloc.c: Add zasprintf and zvasprintf to zmalloc.c.  Remove asprintf from vasprintf.c (no longer needed).  Fix compilation warnings in vasprintf.  Use new functions.

2005-02-05  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/mkdoc.c: Add C files #included into mkdoc.c
	as deps, and fix warnings in mkdoc.c compilation.

2005-02-05  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.c: There is no zcalloc, use zmalloc instead.

2005-02-05  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.c: Use zcalloc, not calloc.

2005-02-05  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/file.c, src/funcs.c, src/glue.c,
	src/line.c, src/main.c, src/registers.c, src/search.c,
	src/term_allegro.c, src/term_epocemx.c, src/term_minibuf.c,
	src/term_termcap.c, src/zile.h: Make interactive commands work in
	macro; fixes #1088414 (again...).  Rename term_getkey --> getkey, and add xgetkey, defined in terms of
	it.  Move macro handling code from term_xgetkey in term_termcap.c to
	xgetkey (which is in glue.c).  Rename GETKEY_NONFILTERED to GETKEY_UNFILTERED.

2005-02-04  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/macro.c, src/term_termcap.c: 
	Reimplement macro keystrokes so they work for interactive commands
	too.  Simplify term_ungetkey: we no longer need to decompose keys back
	into characters, because unbuffered stdin means that keystrokes
	always arrive whole.

2005-02-04  Reuben Thomas <rrt@sc3d.org>

	* src/vector.c: Reformat function prototypes for consistency.

2005-02-03  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/term_allegro.c,
	src/term_redisplay.c: Fix compiler warnings in term_allegro.c, and
	make sure cursor is correctly positioned in all terminals; add
	term_redraw_cursor to this end.

2005-02-03  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: More fixes for the fixes to copy_file, again from
	Hans.

2005-02-02  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Security fix to copy_file from Han Boethes.

2005-02-02  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Check for sigaction as part of build fix for EPOC.

2005-02-02  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/main.c: Whitespace fixes.

2005-02-02  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Add Han Boethes for a security fix.

2005-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/help.c, src/lists.h, src/macro.c,
	src/term_epocemx.c, src/zile.h: Implement name-last-kbd-macro.  Reorder extern.h to get more files in alphabetical order.  Add get_macro and call_macro.

2005-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Fix translate_key for nbytes == 0 (bug
	introduced by changing nbytes to unsigned).

2005-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/macro.c, src/search.c,
	src/term_termcap.c, src/zile.h: Replace Macro struct with something
	simpler: just build a list of keys.  Remove the static alternative_bindings in bind.c, which was set but
	never read.  Tweak minibuffer message for global-set-key.  Remove unused FLAG_EXECUTING_MACRO flag from zile.h.

2005-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: A little reformatting.

2005-01-30  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Undo a change made by David Capello which clears the
	minibuffer before updating the terminal, so that errors in the
	minibuffer disappear before they can be read.

2005-01-30  David A. Capello <dacap@users.sourceforge.net>

	* src/main.c: Fixed the open_file() with arguments (now start from
	the beginning of the buffer) Also, fixed the redraw cycle

2005-01-30  David A. Capello <dacap@users.sourceforge.net>

	* src/term_allegro.c: Fixed some outdated compilation errors.

2005-01-30  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: nModified paragraph routines to be more like Emacs.

2005-01-30  David A. Capello <dacap@users.sourceforge.net>

	* src/extern.h: Added last_command() routine.

2005-01-30  David A. Capello <dacap@users.sourceforge.net>

	* src/bind.c: Added last_command() routine

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Fix a signed vs unsigned comparison warning.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/list.c, src/lists.c, src/macro.c: Fix a couple of warnings.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix signed vs unsigned compilation warnings.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Fix some signed vs unsigned parameter warnings.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c: Fix a signed vs unsigned comparison warning.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Make an incorrectly typed size_t an int.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/funcs.c: Fix signed vs unsigned
	comparison warnings.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/glue.c, src/keys.c: Fix signed vs unsigned comparison
	warnings.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/main.c, src/zile.h: Fix signed vs
	unsigned comparison warnings.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/redisplay.c: Fix unsigned vs signed comparison warning in and
	simplify resync_display.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix unsigned vs signed comparison warning.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/undo.c: Fix signed vs unsigned comparison warnings.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c, src/term_redisplay.c: Fix unsigned vs signed
	comparison warnings.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_termcap.c, src/zile.h: Fix signed vs
	unsigned comparison warnings.  Remove pointless parentheses from octal constants in zile.h.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h: Make get_function and get_function_name
	extern, for use elsewhere.

2005-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/eval.h: Make evalLookupNode static (it's not
	mentioned in eval.h anyway) and factor lookupFunction from
	evaluateBranch, for use elsewhere.

2005-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/eval.c, src/extern.h, src/funcs.c,
	src/variables.c, src/vars.c, src/vars.h, src/zile.h: Fix unsigned vs
	signed comparison warnings in basic.c.  Make variableSet* update the variable list rather than returning the
	new list. This avoids forgetting to assign the result, which I've
	done a couple of times already.  In set-variable, don't pre-insert the old value of the variable into
	the minibuffer. Emacs doesn't, and it's irritating.

2005-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/extern.h, src/line.c: Fix fill_break_line.  Fix some signed vs unsigned comparison warnings.

2005-01-28  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Add -W to CFLAGS.

2005-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix set-fill-column so it really does set the
	variable.

2005-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: In set-fill-column, allow any uniarg value; test
	whether to use that or current point column based on whether there
	is a uniarg, not on its value.

2005-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Allow any column in set-fill-column.

2005-01-27  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Fix some formatting.

2005-01-27  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/bind.c, src/buffer.c, src/completion.c,
	src/extern.h, src/file.c, src/funcs.c, src/getopt_long_only.c,
	src/glue.c, src/keys.c, src/killring.c, src/line.c, src/list.c,
	src/list.h, src/main.c, src/minibuf.c, src/point.c,
	src/registers.c, src/search.c, src/term_allegro.c,
	src/term_epocemx.c, src/term_minibuf.c, src/term_redisplay.c,
	src/term_termcap.c, src/undo.c, src/vasprintf.c, src/zile.h: For
	simplicity, change unsigned and unsigned long to size_t.

2005-01-27  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h, src/basic.c, src/bind.c, src/buffer.c,
	src/completion.c, src/editfns.c, src/eval.c, src/extern.h,
	src/file.c, src/funcs.c, src/glue.c, src/keys.c, src/killring.c,
	src/line.c, src/main.c, src/minibuf.c, src/parser.c, src/search.c,
	src/term_redisplay.c, src/undo.c, src/zile.h: Fix -Wconversion
	warnings.  Make astr_truncate take a pos rather than a size.  Fix setting of fill-column.

2005-01-27  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix -Wconversion warnings.

2005-01-27  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/line.c, src/point.c, src/search.c: Fix
	-Wconversion warnings in search.c.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_allegro.c, src/term_epocemx.c,
	src/term_termcap.c: Change term_xgetkey's second arg to unsigned to
	avoid -Wconversion warnings.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/glue.c: Fix -Wconversion warnings in glue.c.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/glue.c, src/undo.c: Fix -Wconversion warnings in
	undo.c.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c, src/zile.h: Fix -Wconversion warnings in
	term_minibuf.c.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/getopt_long_only.c, src/list.c,
	src/list.h, src/registers.c, src/term_allegro.c,
	src/term_epocemx.c, src/term_redisplay.c, src/term_termcap.c,
	src/vasprintf.c, src/zile.h: Fix -Wconversion warnings in
	term_redisplay.c, and fix other places that this affects.  Change "unsigned int" to "unsigned".

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Fix -Wconversion warnings.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/extern.h, src/funcs.c, src/help.c,
	src/line.c, src/term_redisplay.c, src/variables.c, src/vars.c,
	src/vars.h, src/zile.h: Add a buffer-local variable list to the
	Buffer struct, and move the two buffer-local variables (fill-column
	and tab-width) into it. Remove tab_width and fill_column.  Add tab_width to return a "safe" tab width, i.e. at least 1.  Add get_variable_bp to get a variable for a particular buffer,
	get_variable_number to get a variable's value as a number, and
	get_variable_number_bp.  Add variableSetNumber.  Reduce the number of calls to read the value of tab-width where this
	is easy.  Make describe-variable get the value for the current buffer for a
	buffer-local variable.  Improve doc strings for newline-and-indent and indent-command.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h: Fix prototypes to avoid -Wconversion
	warnings; int -> size_t and char -> int.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix search properly; previous fix was misguided
	(also fixed in 2.0).

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/line.c, src/tbl_vars.h: Remove case-fold-search, which no
	longer has a point.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/search.c, src/tbl_funcs.h: Remove non-regex search functions.  Rebind regex functions to normal non-regex key combinations.  As a side effect, replace functions now use regexs (closes
	#1088402).

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/regex.c: Give re_search a proper prototype.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove strrstr.c and vasprintf.c from
	zile_base_SOURCES, as they are detected by AC_REPLACE_FUNCS. Add the
	files to EXTRA_DIST so they are in the tarball.  Add @LIBOBJS@ to zile_LDADD, so that AC_REPLACE_FUNCS works
	properly.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove now irrelevant todo.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Implement case-fold-search for searching.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Add -Wconversion to the gcc command line.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/line.c, src/search.c: Use size_t instead of
	unsigned for string lengths (duh).  Use case-fold-search and case-replace to check whether string
	replacement should follow case.

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/astr.h: Make astr_len return a size_t, not an int (much
	better!).

2005-01-26  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/line.c, src/search.c: Make recasing
	on replace work as in Emacs (only case-replace and case-fold-search
	are not yet implemented).  Add length of replacement string as a parameter to
	line_replace_text.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Tidy a switch into an if.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_vars.h: Add case-fold-search and case-replace, and improve
	some of the documentation for other vars.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/marker.c: Make unchain_marker static, since it's
	used nowhere else and is of dubious utility outside marker.c.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_funcs.h: Remove key binding for shrink-window, as there is
	none by default, and in any case M-s should be for center-line
	(which doesn't currently exist).

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Add support for function keys F1-F12. Closes
	#1088400.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Add a helper function for binding Zile functions to
	avoid compiling the same code over and over again.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Reword a comment.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Fix #1109179 (Cursor at EOL doesn't behave as Emacs).

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/glue.c, src/term_allegro.c,
	src/term_epocemx.c, src/term_termcap.c: Fix key processing (#109179)
	by unbuffering stdin, and make the key buffer a dynamic string
	rather than a fixed-size buffer.  Rename term_unget to term_ungetkey for consistency.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c, src/lists.c: Update dump format to make more readable
	test output.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Correct eqsign_helper to use == not >=. Duh.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/test1.output, src/test2.output, src/test3.output: Update
	output (now less verbose).

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/test3.el: Remove or update tests that use now-removed
	functions.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/tests: Add -q to command line so that .zile doesn't affect the
	output.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am: Add tests to EXTRA_DIST and bump
	version to 2.1.0.  The 2.1 development branch is go!

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Add Scott "Jerry" Lawrence, for lithp.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/eval.c, src/extern.h, src/funcs.c,
	src/killring.c, src/lists.c, src/registers.c, src/tbl_funcs.h: Make
	calculate_region take two points; rename old calculate_region to
	calculate_the_region.  Make eval-expression insert the result at point when given a prefix
	arg.  Add eval-last-sexp.  Make forward_sexp and backward_sexp extern.  Make leDumpEval give more minimal output, more in line with Emacs
	for inserting at point.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/eval.h, src/parser.c, src/parser.h: Remove
	never-used enumeration elements T_NONE and C_NONE

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/parser.c: Fix an endless loop on EOF.  Format case labels better.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/lisp.c: Fix getc_string and ungetc_string for EOF.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/parser.c, src/parser.h: Fix some potential buffer overflows by
	using dynamic strings instead of static buffers.  Make snagAToken static.

2005-01-25  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c, src/lists.h: Make some char * ptrs into const char *.

2005-01-24  Reuben Thomas <rrt@sc3d.org>

	* src/parser.c: Untangle some nonsense code.

2005-01-24  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/extern.h, src/lisp.c, src/main.c, src/tbl_funcs.h: 
	Implement eval-expression.  Stop lisp_read evaluating the expression it reads. Move this
	functionality to lisp_dump.  Fix getc_string for end of string (return EOF).  Don't pause before showing first buffer if the splash screen is
	skipped (fix merged from 2.0 branch).

2005-01-24  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Add a few spaces.

2005-01-24  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Simplify minibuf_read a little.

2005-01-24  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/eval.h, src/lists.c: Make Zile's commands (F_*
	functions, listed in tbl_funcs.h) available in Lisp. Need really to
	have only one sort of Lisp function, but neither Zile's nor lithp's
	form is quite ideal.  Add another "indestructible constant", leT (true).

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Simplify free_kill_ring: free(NULL) is perfectly
	OK.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Don't check for limits.h, it's ANSI/ISO, and we
	assume that.  Remove --enable-debug: debugging code should always be compiled in.
	At the moment there's only one block (in term_termcap.c), which
	should be changed so it can be switched on (e.g. using a -d
	command-line flag or somesuch).

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/eval.c, src/file.c, src/help.c, src/main.c,
	src/zile.h: Remove test for limits.h, it's a standard ISO/ANSI
	header file.  Some code and comment reformatting, including a couple of docstring
	improvements.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* src/regex.c, src/regex.h: Add regfree back, because we need it,
	and remove some more junk.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* src/regex.c, src/regex.h: Remove some more unnecessary code.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* src/regex.c, src/regex.h: Remove debugging code from regex.c (it's
	pretty well debugged, and I don't intend to debug it further!) and
	remove POSIX functions from regex.c and regex.h, and BSD prototypes
	from regex.h.  The less mess I have to maintain, the better. Removing the POSIX
	code should also cut down the binary size on EPOC a bit further.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/eval.h, src/lists.c, src/lists.h, src/test3.el: 
	Remove garbage_collect, which was just a stub, and the corresponding
	eval_cb_nothing.  Tidy up eval.c, formatting it like the rest of the Zile code, and
	tidying up a lot of the code.  Make leWipe not free leNIL, and add leReallyWipe, which does free
	leNIL. Could use this for other constants, but really need a gc.  Remove tests of functions that no longer exist from test3.el.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/file.c, src/glue.c: Remove ZTRACE and ztrace,
	which were not really used any more.  Move prototypes for zmalloc &c. to a new section in extern.h (zmalloc.c) from glue.c, where the functions used to live.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Remove some pointless debugging code.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/lisp.txt: Add basic lisp documentation, based
	on lithp's README.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* README: Mention POSIX.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* doc/TUTORIAL: Make a minor improvement.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ: More minor tidying up.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ: Improve the FAQ.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Reformat some code.  Remove a potential buffer overflow in evalCastIntToLe.

2005-01-23  Reuben Thomas <rrt@sc3d.org>

	* src/.cvsignore: Remove htable.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/eval.h: Remove a couple of excess spaces.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/lisp.c: Make arguments of lisp_read_file and
	lisp_read_string const char *.  Remove rc.c prototypes from extern.h.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/eval.h: Remove 1+, 1-, enum, select and terpri:
	functions that are either rarely used or do not exist in Emacs Lisp.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/funcs.c, src/main.c, src/rc.c: Remove rc.c,
	and fold read_rc_file into main.  Tidy some comments in funcs.c.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* doc/.cvsignore, doc/zile.texi: Change mentions of zilerc.texi to
	dotzile.texi.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ, doc/Makefile.am, doc/dotzile.sample, doc/zile.texi,
	doc/zilerc.sample, src/extern.h, src/lisp.c, src/main.c, src/rc.c,
	src/variables.c: Remove list-variables (FAQ and zilerc.texi).  Replace .zilerc with .zile (just like .emacs).  Update documentation for initialization file.  Remove free_variables (just call variableFree(mainVarList)).  In lisp_read, don't allocate and destroy the Lisp state; move this
	code to main instead.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/htable.c, src/htable.h: Remove htable, as
	it's no longer used (was only used by variable implementation).

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/tbl_funcs.h, src/variables.c: Store the
	variables in a Lisp list.  Remove list-variables: doesn't exist in Emacs.  Remove unset_variable: no longer needed.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/vars.c: In variableDump, don't need to check that the name of
	the variable is non-NULL.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/vars.c: Make variableGetString return NIL rather than -1 if
	the variable is undefined. This should avoid some problems, causing
	errors sooner rather than later.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Make output of leDump and leDumpEvalTree slightly
	neater (omit excess spaces).

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* doc/mkdoc.c: Reformat code.  Fix a preprocessor typo.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/mkdoc.c: Fix mkdoc's dependencies: mkdoc.o
	rather than mkdoc itself should depend on the various sources.  Remove mkdoc's dependence on getopt (which might not exist on some
	platforms) and remove its command-line options and usage message,
	which aren't needed, as it's only used by the build system.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/vars.c: Change variableGetString not to strdup its return
	value. Since it's not called anywhere (yet) this is fine.

2005-01-22  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: A little reformatting.

2005-01-21  Reuben Thomas <rrt@sc3d.org>

	* src/parser.c: Don't allow # comments.  Reformat code to match rest of Zile code.  Do some trivial tidying.

2005-01-21  Reuben Thomas <rrt@sc3d.org>

	* src/test1.el: Remove trailing blank line.

2005-01-21  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove outdated mentions of alist.

2005-01-21  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/tests: Make Lisp tests get counted properly
	by make check.

2005-01-21  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Simplify adjust_markers a little further, and rename
	the parameters to clarify the code.

2005-01-21  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/line.c, src/marker.c, src/zile.h: 
	Simplify marker adjusting code in line.c to just adjust_markers.  Remove Marker.type (don't need it any more).

2005-01-21  Reuben Thomas <rrt@sc3d.org>

	* src/vasprintf.c: Reformat code to match the rest of the zile code.  Use va_copy (patch from Nicolas Duboc). (Patch also made to 2.0
	branch) Fix a typo concerning the 'c' format (which is not currently used by
	zile).

2005-01-20  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_termcap.c: Fix overrun of terminal buffers
	in term_addch, and change some ints to unsigned to make such
	overruns less likely.

2005-01-20  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Fix splash screen on small terminals.

2005-01-20  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Simplify intercalate_newline and insert_newline,
	implementing the latter in terms of the former rather than using
	common_insert_newline and a flag. Hence, simplify
	adjust_markers_for_addline.  Tidy up some other code a little.

2005-01-19  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Fix unfiltered mode in xgetkey.

2005-01-19  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Don't treat ^M specially in quoted-insert. Emacs
	doesn't.

2005-01-19  Reuben Thomas <rrt@sc3d.org>

	* src/.cvsignore, src/Makefile.am, src/test1.el, src/test1.output,
	src/test2.el, src/test2.output, src/test3.el, src/test3.output,
	src/tests: Add Lisp tests. These do not seem to be counted in the
	test suite pass/fail count yet, but they are correctly run by make
	check.

2005-01-19  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Reformat evaluateBranch.

2005-01-19  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Fix a dodgy leWipe call: don't try to leWipe NULL or
	leNIL.

2005-01-19  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Make --eval and --load take an argument.

2005-01-19  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/eval.c, src/eval.h, src/extern.h,
	src/line.c, src/lisp.c, src/lists.c, src/lithp.c, src/main.c,
	src/parser.c, src/vars.c, src/vars.h, src/zile.h: Rename lithp.c to
	lisp.c.  Rename lithp to lisp_read_file, and add lisp_read_string and generic
	lisp_read.  Implement --batch, --eval and --load.  When using --load or --eval in non-batch mode, insert the results
	into the scratch buffer instead of the default scratch message.  Fix some space leaks in lisp_read and in the Lisp interpreter
	itself.  Reformat some more of the Lisp code (mostly excess spaces).

2005-01-19  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c, src/astr.h: Add astr_cat_delete.

2005-01-18  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Calling term_resume in term_init was a
	mistake, as it can't call the sigwinch handler! Oops...

2005-01-18  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Make term_suspend reset the terminal and
	term_resume set it up again.  Call term_suspend and term_resume in
	term_init and term_close.

2005-01-18  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Reformat a comment.

2005-01-18  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/term_redisplay.c: Make minibuffer welcome message
	be displayed when splash screen is too (fix ported from 2.0 branch).  Don't mention F1 in splash screen, because it doesn't work on all
	platforms (not even termcap at the moment).

2005-01-18  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Remove switch-to-correlated-buffer docs, as the
	function no longer exists.  Other minor fixes.

2005-01-18  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Change getopt handling to detect getopt_long_only
	and use AC_REPLACE_FUNCS. Assume that if it exists, getopt.h must
	too (otherwise we're stuffed anyway).

2005-01-18  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/main.c: Fix SIGTSTP/SIGCONT handling so zile can
	work as child editor for mutt or pine, using code from nano 1.2.4
	(which seems to have come from other places). Thanks everyone who
	wrote it! Fix also applied to 2.0 branch.

2005-01-18  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_allegro.c, src/term_epocemx.c,
	src/term_redisplay.c, src/term_termcap.c: Move term_addnstr to
	term_redisplay, as it's generic.  Add default (empty!) implementations of term_suspend and term_resume
	to the other terminal types.

2005-01-18  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_allegro.c, src/term_epocemx.c,
	src/term_redisplay.c, src/term_termcap.c: Move term_printw to
	term_redisplay, because it's generic.  Add term_suspend and term_resume (incomplete) to term_termcap.c.

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.c: Remove unused font codes (ZA_* symbols).

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* src/getopt_long_only.c: Cut some more code we don't need.

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/getopt.c, src/getopt.h, src/getopt1.c,
	src/getopt_long_only.c, src/main.c: Use getopt_long_only instead of
	getopt_long for better Emacs compatibility (i.e. long options can
	start with a single dash).  Rejig the getopt code again (remove lots more non-ANSI stuff) and
	use AC_REPLACE_FUNCS to import getopt_long_only.c. Assume that if we
	have this function then we have getopt.h.

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* src/term_epocemx.c, src/term_termcap.c, src/zile.h: Remove
	ZILE_BOLD, which is no longer used.

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/file.c, src/funcs.c, src/window.c: Fix
	auto-fill-mode so it applies to all buffers, not just the scratch
	buffer. Fix already applied to 2.0.  Use ^ instead of & and | to toggle flags.  Fix formatting of a docstring.  Move cancel in funcs.c to directly before keyboard_quit (more
	logical).

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: #include <getopt.h> if we have it and "getopt.h"
	otherwise.

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Explain the missing functions better.  #include <stdarg.h> for the (v)asprintf prototypes.

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/getopt.c, src/getopt.h, src/getopt1.c: Add
	GNU getopt for getopt_long where necessary.

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Add check for getopt.h. This is sufficient, since
	getopt.c and getopt1.c are always compiled, and only generate code
	if glibc is not installed.  Add fchown and fchmod to AC_CHECK_FUNCS, where they should be. (They
	were previously in AC_REPLACE_FUNCS, which was wrong, and were then
	removed, which was also wrong.)

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove AC_CONFIG_SRCDIR (no longer used by autoconf,
	it seems), and AC_C_INLINE and AC_PROG_RANLIB (we don't need them).

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove unnecessary code, mainly features that are
	either ANSI (and which we hence assume) or are no longer used.

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Fix a couple of bugs in dumping sexps.

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* src/lithp.c: Clean up code that dumps the result of running the
	loaded sexps.

2005-01-17  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove strerror and strstr from AC_CHECK_FUNCS call,
	because these are standard ANSI C functions.  Remove xmalloc, xrealloc and xstrdup from AC_REPLACE_FUNCS call,
	because we don't use them any more.  Remove fchown and fchmod from the AC_REPLACE_FUNCS call, because we
	have no alternative implementations of them!

2005-01-16  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_funcs.h: Change list-bindings binding to C-h b, as in
	Emacs. Thanks for Jari Aalto for reporting this bug.

2005-01-16  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/buffer.c, src/extern.h, src/file.c, src/glue.c,
	src/minibuf.c, src/rc.c, src/search.c, src/variables.c, src/zile.h: 
	Add a delay argument to waitkey, and have a default,
	WAITKEY_DEFAULT, current 2s.

2005-01-16  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Get rid of formatting code in
	show_splash_screen; the string no longer contains formatting. After
	showing the string, call waitkey(20 * 10) to make sure the message
	stays up long enough to be read.

2005-01-16  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.c, src/term_epocemx.c, src/term_termcap.c: Allow
	KBD_NOKEY to be passed to term_unget, and ignore it.

2005-01-16  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Common up the various startup strings; because of
	this, the splash screen no longer has special formatting characters.  Don't show splash screen if -l is used.

2005-01-15  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Add long options, and rework options to be more
	similar to Emacs.  Remove -u, which didn't work like Emacs's; its functionality is
	replaced by -l.  Rename previous -e to -l.  Make --version and --help messages similar to Emacs's.

2005-01-15  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/rc.c: Remove option allowing a named init file;
	it's replaced by --load, which allows any Lisp file to be loaded,
	and -q, which stops ~/.zile being loaded.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c, src/lists.h, src/lithp.c, src/vars.c, src/vars.h: 
	Make dumping functions return an astr.  Tidy up the code to conform to formatting in the rest of Zile.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c: Tidy up some code, especially removing pointless
	"consts" from int function arguments, and concentrating on the
	printing functions.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Execute any -e file before setting up the terminal, so
	its output is legible.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/buffer.c, src/killring.c, src/line.c,
	src/point.c, src/search.c, src/term_allegro.c, src/window.c: 
	Reformat some ?: operators for consistency.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/lists.c: Reformat code for consistency.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/funcs.c: Remove do_completion's
	second argument, which wasn't used for anything.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/extern.h, src/file.c, src/minibuf.c: Remove
	return argument from agetcwd and get_current_dir and make them
	allocate the returned value instead.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/file.c, src/help.c, src/main.c, src/rc.c: Remove
	sanity_checks from main.c and replace it with an intelligent
	get_home_dir in file.c.  A first, very dumb, implementation of -e in main.c (it should really
	be called -l, and will be).

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Replace "fatal error:" with "zile:" in fatal error
	messages for consistency with other errors.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Rewrite popup_completion in terms of
	write_temp_buffer.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Reformat some comments and remove a tautological
	assert.

2005-01-14  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix removing contents of buffer in write_temp_buffer,
	copying fix from popup_completion. Need to do more refactoring in
	this area.

2005-01-13  Reuben Thomas <rrt@sc3d.org>

	* src/eval.c, src/eval.h, src/lists.c, src/lists.h, src/lithp.c,
	src/parser.c, src/parser.h, src/vars.c, src/vars.h: Add copyright
	notices.

2005-01-13  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/zile.texi: Make mkdoc depend on tbl_funcs.h
	and tbl_vars.h.

2005-01-13  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Add some assertions to window_pt.

2005-01-13  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Tidy a comment.

2005-01-13  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_funcs.h: Put view-zile-FAQ in alphabetical order.

2005-01-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/buffer.c, src/completion.c, src/extern.h,
	src/file.c, src/funcs.c, src/minibuf.c, src/tbl_vars.h,
	src/variables.c, src/window.c: Rename new_* functions to *_new for
	consistency.  Remove window_new from extern.h and make it static as it isn't used
	outside window.c.  Put auto-fill-mode in alphabetical order in tbl_vars.h.  Other minor tidy-up, especially of comments.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix a couple of bugs in transient_mark_mode (fixes
	also applied to 2.0).  Tidy up transient_mark_mode and universal_argument.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/main.c, src/term_redisplay.c: 
	Factor term_tidy out of main, to tidy up the terminal before leaving
	Zile, and use it in suspend_zile (which already existed, duh) to
	clear up the screen before suspending. Also fix suspend_zile to
	redraw the screen on restarting. A version of this fix will also be
	applied to the 2.0 branch.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/regex.c: Remove more (for us) dead code.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/help.c, src/main.c, src/tbl_funcs.h: Rename help-faq to
	view-zile-FAQ and help-tutorial to help-with-tutorial for
	consistency with Emacs.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Remove command-line parsing code for deleted flags -f
	and -v, and add code for -e (evaluate Lisp expression).  Update usage message to correspond.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/eval.c, src/eval.h, src/extern.h,
	src/lists.c, src/lists.h, src/lithp.c, src/parser.c, src/parser.h,
	src/vars.c, src/vars.h: Add a lisp interpreter, code taken from
	lithp 0.6 (http://www.cis.rit.edu/~jerry/Software/lithp/).  Since the original was written with noweb, I've tangled the code,
	stripped out the #line directives, and reformatted it.  I've also done something a bit naughty: I've fixed up most of the
	gcc warnings, and done a little tidying to make that work, hence the
	code is not quite the same as lithp 0.6. I'm checking it in now
	before I really start changing stuff.  At the moment the code is simply compiled into Zile, but not called
	anywhere.  Justification: having a Lisp interpreter will simplify and unify a
	lot of things. First, it will handle the .zilerc file (and hence get
	rid of rc.c and a lot of variables.c). Secondly, it will simplify
	adding key rebinding. Thirdly, it's entirely in line with Emacs
	emulation. It will similarly simplify the handling of macros, and
	allow Zile to be extended at last by the user. Fourthly, it will
	help implement key maps, which are needed to remove horrible code
	duplication in the minibuffer code. Finally, some of the current C
	code will be rewritten in Lisp, and it will hence improve stability
	(as Lisp code won't crash, right?!).  I will try very hard to reduce the binary size to at most the same
	as it was before I added the interpreter, which is only 2,000 lines
	of code. It adds about 50Kb to the unstrippped binary; I have
	already removed nearly 20Kb since the current 2.0 beta, so that
	leaves another 30Kb to remove. I'll try to do the same in the source
	code, but that's less important (and less likely). Anyway, Zile
	should get no more complex than it is at present until some other
	major feature is added (the only one planned is Unicode support).  I have yet to put in proper copyright notices in the files from
	lithp and proper acknowledgement for this major contribution in the
	docs.  The lithp code will also doubtless be heavily modified (and
	reduced!).

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, src/main.c: Update my copyright dates to 2005.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/regex.c, src/regex.h: Remove #ifdef emacs blocks from regex.c.  Remove emacs local var settings from regex.h.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* doc/.cvsignore, src/.cvsignore: Move man page to doc.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/zile.1.in, src/Makefile.am, src/zile.1.in: 
	Move the man page into the doc directory.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/zile.1.in: Remove keystrokes from man page. Here is not the
	place for them, and it's yet another duplicate source of information
	to go wrong.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/funcs.c: Remove zap_buffer_content
	(it's only a couple of lines, only called once, and is really an
	ill-advised factorisation).

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Remove debugging left in by mistake.

2005-01-12  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/completion.c, src/extern.h, src/file.c,
	src/line.c, src/term_minibuf.c, src/term_redisplay.c: Simplify
	zap_buffer_content massively.  Remove the unused argument from completion_scroll_{up,down}.  Improve error messages in new_buffer.  Fix // expansion in expand_path (thanks, Nicolas Duboc for reporting
	the problem, which is also fixed in 2.0).  Remove redundant memset from new_buffer.

2005-01-11  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.c: Give an error if the screen mode cannot be
	set.

2005-01-11  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Simplify scroll_down and scroll_up.

2005-01-11  Reuben Thomas <rrt@sc3d.org>

	* doc/TUTORIAL, src/funcs.c, src/tbl_funcs.h: Remove sentence
	command stubs and references to the commands in the tutorial.
	Implementing them is still in the wish list, but when it happens it
	will almost certainly not be in C, but Lisp.

2005-01-11  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Bump copyright year and tidy a couple of comments.

2005-01-11  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: In term_addch, and the character being added
	with 0xff to cope with top-bit-set characters when char is signed.

2005-01-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Call setlocale, to deal with non-C locales. Works best
	with 8-bit locales.

2005-01-11  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Tidy a little.

2005-01-11  Reuben Thomas <rrt@sc3d.org>

	* src/list.c: Fix size passed to malloc calls (bug introduced as a
	result of changing list to be struct list_s * rather than the struct
	itself).

2005-01-10  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/line.c, src/zile.h: Get rid of
	new_line and free_line (these don't really work sensibly with lists,
	as it Depends What You Want To Do.

2005-01-10  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/editfns.c, src/extern.h,
	src/file.c, src/funcs.c, src/glue.c, src/killring.c, src/line.c,
	src/main.c, src/point.c, src/search.c, src/term_redisplay.c,
	src/zile.h: Use list API instead of ->next and ->prev. Sometimes the
	API calls are used as lvalues, which is evil, but it's better than
	it was.

2005-01-10  Reuben Thomas <rrt@sc3d.org>

	* src/list.c, src/strrstr.c: Clarify empty for loops.

2005-01-10  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/editfns.c, src/file.c,
	src/funcs.c, src/glue.c, src/htable.c, src/killring.c, src/line.c,
	src/point.c, src/search.c, src/term_redisplay.c, src/undo.c: Use new
	Line struct, which is just a typedef for list_s.  Rename the limitp member of Buffer to lines.

2005-01-10  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Change Line to a list_s, so that the list API can be
	used on Line objects.

2005-01-10  Reuben Thomas <rrt@sc3d.org>

	* src/astr.h: Cast arguments to macros to astr, to allow void *
	args, e.g. list items.

2005-01-10  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/agetcwd.c, src/agetcwd.h, src/completion.c,
	src/extern.h, src/file.c, src/minibuf.c: Move agetcwd into file.c
	and the prototype into extern.h (this is a Zile function, not a
	reimplementation of a standard function).

2005-01-10  Reuben Thomas <rrt@sc3d.org>

	* src/list.c, src/list.h: Add license to top of file.

2005-01-09  Reuben Thomas <rrt@sc3d.org>

	* src/agetcwd.c, src/astr.c, src/astr.h, src/basic.c, src/bind.c,
	src/buffer.c, src/completion.c, src/editfns.c, src/file.c,
	src/funcs.c, src/glue.c, src/help.c, src/history.c, src/htable.c,
	src/htable.h, src/keys.c, src/killring.c, src/line.c, src/macro.c,
	src/main.c, src/marker.c, src/minibuf.c, src/point.c, src/rc.c,
	src/redisplay.c, src/registers.c, src/search.c, src/strrstr.c,
	src/term_allegro.c, src/term_epocemx.c, src/term_minibuf.c,
	src/term_redisplay.c, src/term_termcap.c, src/undo.c,
	src/variables.c, src/vector.c, src/vector.h, src/window.c,
	src/zile.h, src/zmalloc.c: Since I currently seem to be the only
	person contributing code to Zile, it seems reasonable to have the
	code formatted as I like it.  Hence, reformat to 2-space columns
	rather than 8-space. Ah...that's better!

2005-01-09  Reuben Thomas <rrt@sc3d.org>

	* src/agetcwd.c, src/main.c, src/zile.h: Move definition of PATH_MAX
	into zile.h. Now we're sure that PATH_MAX will always be defined,
	there's no need to check in main.c.

2005-01-09  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/basic.c, src/editfns.c, src/editfns.h,
	src/extern.h, src/funcs.c, src/killring.c, src/line.c,
	src/marker.c, src/search.c: Fold editfns.h into extern.h. It might
	be nice to have a more modular structure, but we don't, so might as
	well keep things simple.

2005-01-09  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/alist.c, src/alist.h, src/bind.c,
	src/completion.c, src/editfns.c, src/file.c, src/funcs.c,
	src/history.c, src/htable.c, src/htable.h, src/list.c, src/list.h,
	src/minibuf.c, src/variables.c, src/zile.h: Replace the list
	implementation. The new implementation is mine, and although its
	publically released form (rrtlib) is unstable, this particular
	library is small and has been used several times in different
	projects and can be considered mature.  The new implmentation is better because: 1. It is smaller and simpler.  2. The new lists are stateless (do not store a position during list    traversal).  3. The new list type can replace Line (they're basically the same    type).  3. The new lists are manipulated entirely via the API, so that in    particular the next and prev links won't be corrupted by sloppy    programming, and check_list in main is made redundant (once the    list type has been used to replace Line).  Remove spurious vsprintf from minibuf_format (which just repeated
	the work of the preceding vasprintf).  Factor most of minibuf_write and minibuf_error into minibuf_vwrite;
	this also fixes the bug that minibuf_error now refreshes the
	terminal.  Remove redundant term_refresh calls after minibuf_write and
	minibuf_error, which already call it.

2005-01-09  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Change version number to 2.1CVS. (The 2.0 branch has
	now been split off.)

2005-01-09  Reuben Thomas <rrt@sc3d.org>

	* src/keys.c: Add #include of ctype.h for isgraph.

2005-01-09  Reuben Thomas <rrt@sc3d.org>

	* src/keys.c: Fix chordtostr to deal better with non-printing
	characters.

2005-01-08  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, src/main.c: Remove -f and -v command-line flags.
	They're rarely useful and will eventually be replaced with --eval
	(when we have a Lisp interpreter).

2005-01-08  Reuben Thomas <rrt@sc3d.org>

	* src/history.c: Fix some bad spacing.

2005-01-06  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump to 2.0beta4.

2005-01-05  Reuben Thomas <rrt@sc3d.org>

	* src/term_epocemx.c, src/term_termcap.c: Fix a bug in term_refresh
	which led to far too many cursor updates, making screen refresh very
	slow on slow links and slow machines.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/astr.c: Fix astr_fgets test for VPATH builds.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Make astr_fgets use astr.c rather than stdin so that
	test runs fully automatically.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove obsolete INCLUDES line.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* doc/config.h, doc/mkdoc.c: Get rid of warnings while compiling
	mkdoc.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Use $(top_srcdir) so that VPATH builds work
	(specifically for make distcheck).

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* src/vasprintf.c: Correct spelling in a comment.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Remove reference to lib/, which no longer exists.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Add dummy config.h to dist.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.0beta3.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: Add mkdoc.c to the distribution, which had been
	left out. Thanks to Cort Danger Stratton for the report.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump to 2.0beta2.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Fix astr_cpy_x to NUL-terminate the result.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix indent_relative. Again. Oops.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Simplify some unncecessarily complicated astr
	calls.

2005-01-03  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Update to 2.0beta1.

2005-01-01  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Simplify dist-epoc target and ensure zile.zip is
	always remade.

2005-01-01  Reuben Thomas <rrt@sc3d.org>

	* zile.pkg: Swap link and exe in EPOC package (they don't work the
	other way around).

2005-01-01  Reuben Thomas <rrt@sc3d.org>

	* zile.pkg: Move zile.exe into emx\bin on EPOC, and add a link from
	C:\ for easy access from the System screen. Add the link to the PKG
	file.

2004-12-31  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix indent_relative to deal with tabs properly so we
	don't overshoot.

2004-12-31  Reuben Thomas <rrt@sc3d.org>

	* src/astr.c: Copy strings using memcpy not strcpy or strncpy, so it
	works with embedded NULs. This fixes #1091669.

2004-12-27  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Turn off undo while adding message to scratch buffer
	so that it is not stored in the undo history.

2004-12-27  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/undo.c, src/zile.h: Rewrite the undo code to
	behave more like Emacs: record all buffer states that are unchanged,
	and reset them when the buffer is saved.

2004-12-26  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Replace point at initial position at end of
	fill_paragraph. Use a marker. Duh. (I didn't know about markers
	before.)

2004-12-24  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Rewrite fill-paragraph. The new implementation is
	simpler and seems more robust than the old, but currently leaves
	point at the end of the paragraph.

2004-12-24  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix a read of uninitialised memory found by valgrind.

2004-12-24  Reuben Thomas <rrt@sc3d.org>

	* THANKS: Tidy up slightly.

2004-12-21  Reuben Thomas <rrt@sc3d.org>

	* README: Tidy up the README some more.

2004-12-21  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore, zile.pkg: Improve EPOC packaging: add emxuser.sis to
	the SIS. Add the files thus used to .cvsignore.

2004-12-21  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Build a zip file for EPOC with a Readme.txt (just a
	copy of README).

2004-12-21  Reuben Thomas <rrt@sc3d.org>

	* README: Tidy slightly and add minimal installation instructions
	for EPOC, so this file can be used as the Readme.txt in the EPOC zip
	distribution.

2004-12-21  Reuben Thomas <rrt@sc3d.org>

	* acinclude.m4: Add a credit to Richard Smith.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump to 2.0alpha5.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* THANKS, doc/config.h, src/buffer.c, src/file.c: Fix a bug where a
	buffer could end up without a line ending setting.  Acknowledge Richard Smith's help with cross-compiling.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/config.h, doc/mkdoc.c, src/extern.h,
	src/strrstr.c: Add an empty config.h so that the config.h (for the
	host platform) doesn't interfere with building mkdoc (for the build
	platform).  Fix some little problems revealed by not having any HAVE_* macros
	defined.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am, doc/mkdoc.c: First cut of building mkdoc when
	cross-compiling. At the moment it still uses config.h, which is BAD.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* acinclude.m4, configure.ac: Add support for getting the build
	system compiler, so we can support building mkdoc when
	cross-compiling.  Provided by Richard Smith from binutils code.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version for 2.0alpha4 release.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, TODO: Remove TODO, and place all the TODO items in
	the feature request tracker.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* doc/FAQ: Answer the question about how to display non-English
	characters.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: A little bit of defensive programming: ensure
	that the signal number passed to the SIGWINCH handler is indeed
	SIGWINCH.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/completion.c, src/extern.h, src/minibuf.c,
	src/term_minibuf.c: Add a flag to completion_try,
	popup_when_complete that signals if we want the *Completions* window
	even when the string supplied is already complete (i.e. when it is
	both a completion and a prefix of some other completion(s)). We want
	to pop up the completions list in this case only when completions
	were expressly requested by pressing TAB.  In fact completion_try should really be factored into two functions,
	one of which deals with the screen and the other of which looks for
	completions.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/completion.c, src/extern.h, src/minibuf.c,
	src/term_minibuf.c, src/zile.h: Get rid of action functions for
	completions; at the moment we only have one (the default action),
	and frankly YAGNI.

2004-12-20  Reuben Thomas <rrt@sc3d.org>

	* src/help.c, src/minibuf.c, src/search.c: Make minibuf_write update
	the screen (this won't slow things down much and avoids having to
	remember to call it).  This fixes an unreported bug where describe-key would not display
	"Which key:" correctly.

2004-12-19  Reuben Thomas <rrt@sc3d.org>

	* zile.pkg: Fix paths to docs.

2004-12-19  Reuben Thomas <rrt@sc3d.org>

	* doc/Makefile.am: zilerc.texi should not be installed as an info
	file, because a) it's not an info file and b) its content is
	included in zile.info.

2004-12-19  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Correct the pattern for tarballs.

2004-12-19  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am: Add THANKS.

2004-12-19  Reuben Thomas <rrt@sc3d.org>

	* AUTHORS, THANKS: Put the acknowledgements, more correctly and
	logically, in THANKS.

2004-12-19  Reuben Thomas <rrt@sc3d.org>

	* AUTHORS: Add some acknowledgements for the EPOC port.

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* AUTHORS: Sort the authors in the same order as everywhere else.

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore, Makefile.am, doc/BANNER.EPOC, zile.pkg: First cut of
	"make dist-epoc". Currently this just makes the SIS. It should make
	a versioned zip containing a README.

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, doc/FAQ, zile.lsm: Remove zile.lsm and mentions of
	sunsite. I can't be bothered to spend time putting zile on sunsite
	(especially tedious is having to update the LSM file by hand; if
	someone implements an automatic solution, I'll be quite happy to
	reinstate sunsite).

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add a pattern for make dist tarballs.

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* autogen.sh: Pass --add-missing to automake so it installs missing
	files that are needed.

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, zile.pkg: Add .pkg file for EPOC.

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* doc/texinfo.tex: texinfo.tex should not be in the repository (it
	comes with automake).  It does still go in the distribution, of
	course.

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove etc/Makefile now we no longer have etc/.

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, doc/.cvsignore, doc/FAQ, doc/Makefile.am,
	doc/TUTORIAL, doc/mkdoc.c, doc/zilerc.sample, doc/zlint,
	etc/.cvsignore, etc/FAQ, etc/Makefile.am, etc/TUTORIAL,
	etc/mkdoc.c, etc/zilerc.sample, etc/zlint: Fold the contents of etc/
	into doc/, where it sensibly belongs (it's all documentation!).

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* etc/Makefile.am, etc/rationale: Remove pointless file
	etc/rationale, which just repeats information in doc/zile.texi.

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, etc/rationale: Remove key abbreviations SFT and CTL
	(for Shift and Control) which are not actually used in the
	documentation.

2004-12-18  Reuben Thomas <rrt@sc3d.org>

	* etc/.cvsignore: Remove TeX file types as we no longer have any TeX
	documents.

2004-12-17  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, zile.lsm: Update for 2.0-a3.

2004-12-17  Reuben Thomas <rrt@sc3d.org>

	* AUTHORS: Make Nicolas Duboc rather more prominent. He deserves it.

2004-12-17  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/file.c, src/zile.h: Add auto line-end detection.
	Copes with CR, LF, CRLF and LFCR.

2004-12-17  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Document open-line and line end auto-detection.  Add a pointer to the SourceForge trackers for bug reports.  Add Reuben Thomas and David A. Capello to the list of zile authors.

2004-12-17  Reuben Thomas <rrt@sc3d.org>

	* etc/FAQ: Mention the EPOC port.

2004-12-17  Reuben Thomas <rrt@sc3d.org>

	* HISTORY: This file was yet another thing to maintain, and its
	contents was not very interesting. Get rid of it.

2004-12-17  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Update NEWS for zile 2.0.

2004-12-17  Reuben Thomas <rrt@sc3d.org>

	* src/line.c, src/tbl_funcs.h: Add open-line. Closes
	Requests-972472.

2004-12-17  Reuben Thomas <rrt@sc3d.org>

	* src/window.c: Replace a slightly odd use of ? : with clearer
	if...else. The motivation is to work around a bug in tcc 0.9.22, but
	the resulting code is a little clearer too! Also correct a typo in
	the accompanying comment.

2004-12-17  Reuben Thomas <rrt@sc3d.org>

	* zile.lsm: Update LSM file for 2.0-a2.

2004-12-09  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Fix the change made in version 1.31 (I did it
	completely wrong, but it almost worked; sigh).

2004-12-09  Reuben Thomas <rrt@sc3d.org>

	* src/point.c: Use assignment instead of initialisers for
	non-constant values assigned to aggregates, as required by C90.

2004-12-09  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Remove the comma at the end of the completion enum
	list, to avoid a -pedantic warning.

2004-12-08  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Dynamically allocate the keys array in
	xgetkey, as its size is dynamically computed, which is non-ANSI.  Simplify the rest of xgetkey.

2004-12-08  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Add -pedantic to CFLAGS.

2004-11-16  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am, src/term_epocemx.c: Add EPOC
	support (in term_epocemx.c).  Add --enable-epocemx to configure.ac Remove gperf test from configure.ac.  Note: term_epocemx.c currently duplicates quite a lot of
	term_termcap.c, of which it is a heavily modified version. I will
	factor out the comon bits shortly.  Also, building under epocemx requires a configure line something
	like: ./configure --build=<current-platform> --host=arm-epoc-pe
	--enable-epocemx

2004-11-15  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/term_allegro.c, src/term_termcap.c: Factor code to
	tidy up the display into main.c; it's independent of the terminal.  Similarly, call free_rotation_buffers from main.

2004-11-15  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/file.c: Add support for systems without fchown
	or fchmod. Do not use chown or chmod on such systems; that would
	result in race condition. Instead, just omit the unsupported calls.

2004-11-15  Reuben Thomas <rrt@sc3d.org>

	* etc/mkdoc.c, src/.cvsignore, src/Makefile.am, src/alist.c,
	src/astr.c, src/htable.c: Add stub zile_exit function to tests and
	mkdoc so they can use zmalloc and friends. This is ugly, but the
	simplest thing I can think of.  Add tests to src/.cvsignore.  Add the object files the tests need to src/Makefile.am.

2004-11-15  Reuben Thomas <rrt@sc3d.org>

	* lib/.cvsignore: Remove last file in lib/

2004-11-15  Reuben Thomas <rrt@sc3d.org>

	* etc/Makefile.am: Add vasprintf.o to object files needed for mkdoc.
	(This is OK, as even when vasprintf is available on the system,
	vasprintf.c is compiled to produce an empty object file).

2004-11-15  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, configure.ac: Remove lib directory from configure.ac,
	and reorder dirs so that src gets built before etc, as it contains
	some necessary object files.

2004-11-15  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Belatedly added some news for 2.0-a1.

2004-11-15  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, etc/Makefile.am, etc/mkdoc.c, lib/Makefile.am,
	lib/agetcwd.c, lib/agetcwd.h, lib/alist.c, lib/alist.h, lib/astr.c,
	lib/astr.h, lib/htable.c, lib/htable.h, lib/memcmp.c, lib/regex.c,
	lib/regex.h, lib/strrstr.c, lib/vasprintf.c, lib/vector.c,
	lib/vector.h, lib/xmalloc.c, lib/xrealloc.c, lib/xstrdup.c,
	src/Makefile.am, src/agetcwd.c, src/agetcwd.h, src/alist.c,
	src/alist.h, src/astr.c, src/astr.h, src/glue.c, src/htable.c,
	src/htable.h, src/regex.c, src/regex.h, src/strrstr.c,
	src/vasprintf.c, src/vector.c, src/vector.h, src/zmalloc.c: Move
	contents of lib/ into src/. This is slightly awkward at the moment,
	but means that x{malloc,realloc,strdup} can be replaced by calls to
	z{malloc,realloc,dup}, and the machinery for building libzile is not
	needed (it was rather pointless, although it was used by mkdoc and
	the test programs of the libraries, which now won't work and will
	have to be resurrected).  This makes the arrangement of the code a bit simpler.  Also move the z* functions into zmalloc.c so they can easily be
	linked into mkdoc.c.

2004-11-15  Reuben Thomas <rrt@sc3d.org>

	* etc/zlint: Remove references to modes.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/buffer.c, src/extern.h, src/file.c, src/glue.c,
	src/main.c, src/minibuf.c, src/rc.c, src/search.c, src/variables.c: 
	Sort out waitkey: 1. Get rid of waitkey_discard. User input should not be discarded.  2. Don't bother waiting for half a second during universal argument    input. This is pointless finessing (although Emacs does do it).  3. Standardise on a two second pause when wait is required, and
	   remove the argument from waitkey. Before most of the pauses were 2
	   secs, some were 3 and 1 was 1, for no obvious reason.  4. Remove the 20 second waitkey for the splash screen. Let the user    take as long as they want to read it.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Two changes for greater portability (for the EPOC
	port): 1. If _POSIX_PATH_MAX is not defined, guess a value of 254 for    PATH_MAX (err on the side of safety).  2. Use ANSI C signal, not BSD sigaction. Using signal is generally
	   not a good idea, but here we are only using one-shot fatal signal    handlers, so it shouldn't be too bad.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix display during query-replace.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_funcs.h: Bind query-replace to M-%, as in Emacs.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Remove two lines from the splash screen so it will fit
	on a 20-line screen (such as a Psion Revo!).

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, etc/zilerc.sample, src/main.c, src/tbl_vars.h: 
	Remove novice-mode, and always add string to *scratch* buffer, as
	Emacs does.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* NEWS, doc/zile.texi, etc/zilerc.sample, src/main.c,
	src/tbl_vars.h, src/zile.1.in: Really extirpate mini help.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, etc/Makefile.am, src/zile.1.in: Remove last
	vestiges of minihelp.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* etc/MINIHELP1, etc/MINIHELP2, etc/MINIHELP3, src/help.c,
	src/main.c, src/tbl_funcs.h: Remove minihelp files and functions.
	They are a pain to maintain, they're not Emacs-like, and this editor
	is not designed for novices (who should use nano or something
	similar).

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Make alternative-bindings only affect the *first* M-h
	in a key binding.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* etc/MINIHELP1: Replace most function key bindings with C-h
	bindings, so they apply to machines without F keys (except F10,
	because at the moment the alternative is C-h C-h, which would be
	incorrectly changed to M-h M-h under alternative-bindings).

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/help.c: Fix a bug in fix_alternative_keys.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove some unused vars.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Can't free alternative bindings any longer as one of
	them is now static. It is silly code anyway; we really need properly
	rebindable keys.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: For alternative-bindings, rebind mark-paragraph to
	\M-h\M-h.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_funcs.h: Remove note about refcard.tex, which no longer
	exists.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* etc/Makefile.am, etc/refcard.tex: Remove refcard. It is not that
	useful, and it is a pain to keep in sync with tbl_funcs.h (there are
	already three files that must be kept in sync, and at the moment
	they are not up to date; sigh).

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* etc/Makefile.am: Don't add a note to the text version of the
	manual saying "Please consider reading the info version". This could
	confuse users of systems that don't have info (especially those like
	EPOC for which info either doesn't exist or is not a standard tool).

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/glue.c, src/term_allegro.c,
	src/term_termcap.c: Rename term_unget_char to term_unget (it really
	does unget a keystroke, not a char).

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Remove unnecessary static empty_string (just
	use "").

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* TODO: Remove "undo compaction". It already exists. Duh.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* TODO: Add a note about being able to rebind keys within zile
	(which should be possible), including within the config file.

2004-11-14  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Enclose fill_paragraph in an undo sequence so it gets
	undone as a single action.

2004-11-13  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Clear the flags set by next_line in fill_paragraph so
	that the cursor doesn't resync and hence behave in an unexpected
	manner after fill_paragraph.

2004-11-13  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Revert to 1.33 and add a comment explaining
	why the eol flag and associated machinations are necessary.

2004-11-13  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Simplify term_refresh: when we get to the end
	of a line, break out of the inner loop. The eol flag is no longer
	needed, and skipped can be set to FALSE every time a character is
	printed.

2004-11-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: In term_refresh: 1. Set skipped = FALSE every time round the main loop, since we now    explicitly move to the start of each line.  2. Don't bother initialising eol and skipped, since they're    initialised every time round the main loop.

2004-11-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: In term_refresh, explicitly move to the start
	of each line, to cure display problems.

2004-11-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Tidy up some spacing.

2004-11-12  Reuben Thomas <rrt@sc3d.org>

	* zile.lsm: Add date and archive size for 2.0-a1.

2004-11-01  Reuben Thomas <rrt@sc3d.org>

	* etc/Makefile.am: Add *.ps *.dvi *.aux *.log to clean-local so that
	LaTeX output is removed.

2004-11-01  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Tidy up a #define (didn't need to be on two lines).

2004-10-29  Reuben Thomas <rrt@sc3d.org>

	* src/editfns.c: Fix a typo in is_blank_line left over from the Line
	struct change.  Apparently is_space doesn't get its argument's type
	checked properly on my system, grr...

2004-10-25  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Fix key detection when there are no characters
	in the input buffer.

2004-10-24  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.c: Fix term_unget_char not to return anything, as
	per new prototype.

2004-10-24  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_termcap.c: Fix term_unget_char so that it
	works with keystrokes including modifiers.

2004-10-24  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove an overenthusiastic XXX (todo).

2004-10-24  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Remove two unused functions.

2004-10-24  Reuben Thomas <rrt@sc3d.org>

	* TODO, src/term_termcap.c: Add support for keypad keys, and fix a
	bug in the case where one or more keys are not supported by the
	termcap description.

2004-10-24  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Don't count length of non-cursor-key termcap
	capability strings.  Use "ce" capability to clear to EOL, so that X copy works properly.
	Closes #1052800.

2004-10-23  Reuben Thomas <rrt@sc3d.org>

	* TODO: Remove the high priority category. High priority todos
	should be filed as bugs.

2004-10-23  Reuben Thomas <rrt@sc3d.org>

	* lib/vasprintf.c: Fix the type of a variable that needs to be a
	char or -1 (it should be int, not char).

2004-10-23  Reuben Thomas <rrt@sc3d.org>

	* lib/vector.c: Use char instead of uint8_t, to avoid requiring
	stdint.h. Assuming 8-bit char is fairly safe these days...

2004-10-23  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Fix crash when a terminal doesn't have one of
	the capabilities we want.

2004-10-16  Reuben Thomas <rrt@sc3d.org>

	* TODO: Declare remaining high priority todos to be medium priority.

2004-10-16  Reuben Thomas <rrt@sc3d.org>

	* TODO, src/funcs.c: Implement fill-paragraph.  Tidy up the TODO, reordering a bit and rewriting all entries in the
	form as actions to be done.

2004-10-16  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Remove accidentally left-in debugging code.

2004-10-16  Reuben Thomas <rrt@sc3d.org>

	* etc/FAQ, etc/LATEST_VERSION, etc/Makefile.am, src/help.c,
	src/tbl_funcs.h, src/zile.1.in: Remove LATEST_VERSION and associated
	command and replace it with a question in the FAQ.

2004-10-16  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/tbl_funcs.h: Remove switch-to-correlated-buffer.
	This is not used often enough to be in zile.

2004-10-16  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_allegro.c, src/term_termcap.c: Rename
	term_ungetkey to the more accurate term_unget_char.  Redo ungetkey support in term_termcap.c to cope with fast input.  In extern.h reflect change to meaning of waitkey functions.

2004-10-16  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/buffer.c, src/file.c, src/glue.c, src/main.c,
	src/minibuf.c, src/rc.c, src/search.c, src/variables.c: Change
	waitkey functions to work in deciseconds. For a UI, msecs is
	unnecessarily fine.

2004-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Free memory used for termcap strings properly
	when finished, plus norm_string.

2004-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/line.c: Rename static auto_fill_break_line to
	non-static fill_break_line, so that it can be used by
	fill-paragraph.

2004-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Tidy up some comments.

2004-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c: Free the buffer limit properly; it's now a
	fully-fledged Line.

2004-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Remove no-longer needed DEBUG code (was used by code
	in regex.c that no longer exists).

2004-10-14  Reuben Thomas <rrt@sc3d.org>

	* TODO: Tests are now built by make check.

2004-10-14  Reuben Thomas <rrt@sc3d.org>

	* src/.cvsignore: Remove fontlock_*.c, which no longer exist.

2004-10-14  Reuben Thomas <rrt@sc3d.org>

	* lib/.cvsignore, lib/Makefile.am, lib/alist.c, lib/astr.c,
	lib/htable.c, lib/htable.h: Make the tests be built by make check.  Make two non-API functions, one in astr.c and one in alist.c,
	static.  Fix some minor bugs in htable.c revealed by the tests, and remove
	the unused API function htable_remove. If this is needed in future
	it should be implemented better (e.g. by having htable_store remove
	a bucket if the value is set to NULL).  Add the test programs to .cvsignore.

2004-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c: Fix non-Emacs like behaviour (as noted by dacap and
	tested against Emacs by myself).

2004-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix a stupid bug I introduced in forward isearch.

2004-10-13  Reuben Thomas <rrt@sc3d.org>

	* TODO: Screen update dealt with.

2004-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/file.c, src/funcs.c, src/registers.c: Find all the
	times where the minibuffer is written to and then a keypress
	required, and insert term_refresh() to bring the screen up to date.

2004-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Since term_read_screen_size is not an API call
	any more, rename it to read_screen_size.

2004-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_allegro.c, src/term_termcap.c: 
	term_read_screen_size doesn't need to be in the API.

2004-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_allegro.c, src/term_termcap.c: Make window
	resizing work for termcap.

2004-10-13  Reuben Thomas <rrt@sc3d.org>

	* src/redisplay.c, src/term_redisplay.c: Move the function
	resize_windows to redisplay.c, because it doesn't use any term_*
	functions.

2004-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Unget characters in the right order in
	translate_key.  Use read not fread after all. What was I thinking? Add a comment about use of unbuffered stdout.

2004-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Remove some old code to do with no-longer used
	select.  If we receive multiple characters and they don't match a
	multi-character key, return the first one and unget the rest.  Use fread instead of read to get input (be ANSI as much as
	possible).

2004-10-12  Reuben Thomas <rrt@sc3d.org>

	* TODO: mark-paragraph now implemented.

2004-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Implement mark-paragraph.

2004-10-12  Reuben Thomas <rrt@sc3d.org>

	* TODO, src/funcs.c: Implement forward-paragraph and
	backward-paragraph.  Move the sentence functions from HIGH PRIORITY to MEDIUM PRIORITY.
	This means I don't intend to get them done for zile 2.0.

2004-10-12  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Bump version to 2.0-a1. It will be...

2004-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix saving file (before, since my change of the Line
	structure, it was saving corrupt data), and factor the code better.

2004-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Make cursor keys work in xterm (use "ks"
	capability).

2004-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Make cursor keys work.

2004-10-12  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/file.c: Revert my changes to filename
	expansion. They seem to have been wrong-headed, as, I think, was the
	TODO that inspired them (hence I haven't reverted that).  The code in expand_path still needs refactoring.

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Fix another bug, this time when the minibuffer
	contents is longer than the width of the screen.

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Fix drawing of minibuffer. In
	draw_minibuffer_read, call term_refresh to update the screen after
	drawing the minibuffer. When calling term_addnstr, make sure we
	don't try to add more characters than are in the string (i.e. it's
	not like strncat, but always adds the given number of characters).

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Optimise term_refresh for acceptable
	performance.

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Use isprint, not isgraph to test whether to
	display characters. Oops.

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/term_redisplay.c, src/term_termcap.c: Fix the
	display of the splash screen.  Other minor tidy-up.

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/window.c: Remove select_terminal. We've never had
	more than one interface compiled in.

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, etc/FAQ, etc/zilerc.sample, src/tbl_vars.h: Remove
	the rest of the docs and code pertaining to displayable-chars.

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/term_redisplay.c, src/variables.c: 
	Get rid of ad-hoc printable character support, and use isgraph.
	Printable support should be done using locales.  As a result, we no longer have any cached variables, so get rid of
	cached variable support too.

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* README, configure.ac, doc/zile.texi, etc/FAQ, src/Makefile.am,
	src/term_ncurses.c, zile.lsm: Remove ncurses interface. We no longer
	have any dependencies on external libraries!

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/term_allegro.c, src/term_termcap.c: 
	Remove unused term_open function.

2004-10-11  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/redisplay.c: Remove irrelevant comment from
	main.c.  Remove #if 1 ... #else from redisplay.c.

2004-10-10  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Fix keyboard input (stop trying to use select,
	use termio timeout).  Use unbuffered stdout for immediate update.  Fix screen update on exit in term_close.

2004-10-10  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Remove ENABLE_FULL_HSCROLL. The fact that
	no-one has ever added code to make this configurable shows that it's
	not wanted. What we arguably do want is wrapping, but that's another
	matter.

2004-10-10  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Modify term_refresh so that it only prints
	characters that have changed since the last call.

2004-10-08  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Add font interpretation back into the new
	buffered termcap scheme.

2004-10-08  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, etc/FAQ, etc/zilerc.sample, src/extern.h,
	src/funcs.c, src/main.c, src/minibuf.c, src/tbl_vars.h,
	src/term_allegro.c, src/term_allegro.h, src/term_minibuf.c,
	src/term_ncurses.c, src/term_ncurses.h, src/term_redisplay.c,
	src/term_termcap.c, src/term_termcap.h, src/variables.c,
	src/zile.h, src/zterm.h: Remove colour support.  Simplify the terminal interface further. The per-interface header
	file is no longer required.  Start rewriting the termcap back-end so that it can have a simple
	ncurses-like optimisation and not have to redraw the entire screen
	every time.

2004-10-06  Reuben Thomas <rrt@sc3d.org>

	* TODO: expand_path dealt with

2004-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/file.c: As per TODO:   Move code to deal with ~/ and ~user from expand_path to   default_completion_reread (and factor out into a separate
	  function).

2004-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Remove unnecessary variable lp2len, which was used
	uninitialised.

2004-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Remove exaggeration.

2004-10-06  Reuben Thomas <rrt@sc3d.org>

	* TODO: Remove todo about stripping binaries on install; the correct
	way to do this with automake is make install-strip.

2004-10-06  Reuben Thomas <rrt@sc3d.org>

	* src/basic.c, src/buffer.c, src/editfns.c, src/extern.h,
	src/file.c, src/funcs.c, src/glue.c, src/help.c, src/killring.c,
	src/line.c, src/point.c, src/search.c, src/term_redisplay.c,
	src/term_termcap.c, src/undo.c, src/zile.h: Change Line structure so
	that the text member is an astr. This means that the malloc system
	is worked a bit harder, but that line pointers don't need to be
	twiddled when the length of a line changes, and that the code is
	simplified (we make far more use of standard astr routines).  As well as general code simplification, this should make instant
	display updating easier to program.  These changes are potentially capable of introducing bugs, but
	initial tests with simple editing have run cleanly in valgrind.  Other misc cleanup, and further experimentation in term_termcap.c
	(which is still far from finished).

2004-10-06  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.c, lib/astr.h: Re-add some functions from earlier
	versions of the library that we now need again, but simplify the
	implementations.  Bring the tests back up to date and ensure they're all working
	properly.

2004-10-06  Reuben Thomas <rrt@sc3d.org>

	* TODO: Add getting tests in lib built to list. Give an example
	command for building a test.

2004-10-05  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Use waitkey_discard instead of term_xgetkey directly.

2004-10-05  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Do update after clearing minibuf so cursor is at
	correct position on screen.

2004-10-05  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: First go at using select for input. At the
	moment nothing is done with multi-key sequences. fflush(stdout)
	before calling select to ensure the display is up to date.

2004-10-05  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Update include files needed for termcap (as per
	term_termcap.c).

2004-10-05  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Various fixes and updates.  In particular rewrite key handling code to prepare for handling
	multi-byte sequences using select. This doesn't seem to work yet, so
	the actual calls to select are commented out for now.

2004-10-05  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: Remove support for buggy ncurses
	(NEEDS_REDUNDANT_REFRESH). Such support shouldn't be in this file
	anyway.  Update the code for #ifndef ENABLE_FULL_HSCROLL to use new term_
	functions (term_mvaddch no longer exists).

2004-10-05  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix a comment typo.  Tidy up some code with a trivial transformation.

2004-10-05  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, etc/zilerc.sample, src/main.c, src/tbl_vars.h,
	src/term_redisplay.c: Remove support for putting the time in the
	status bar. This feature involved a lot of (sometimes tricky) code
	for very little return in terms of functionality.

2004-10-05  Reuben Thomas <rrt@sc3d.org>

	* src/term_redisplay.c: In outch, call term_attrset to set font (I'd
	forgotten to re-add this after changing the way fonts work).

2004-09-26  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Rewrite create_backup_filename to use an astr for its
	result, and thereby remove a malloc bug (found by David).

2004-09-25  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix copyright notice.

2004-09-25  David A. Capello <dacap@users.sourceforge.net>

	* src/line.c, src/zile.h: Removed the anchors stuff.

2004-09-20  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/term_allegro.c, src/term_ncurses.c,
	src/term_redisplay.c, src/term_termcap.c: Make term_attrset vararg,
	so it will cope with both allegro/curses style of attributes (all
	set at once) and termcap style (cumulative).  Reverse video is now working in the termcap terminal!

2004-09-20  Reuben Thomas <rrt@sc3d.org>

	* KNOWNBUGS, TODO: Fold the rest of KNOWNBUGS (which isn't really
	about bugs) into TODO.  We should really just have bugs in Bugzilla.

2004-09-20  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses.c: Define ZILE_NORMAL.

2004-09-20  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c: Get several more cap strings, including font
	attributed for ZILE_NORMAL and ZILE_REVERSE, and the strings
	generated by the cursor keys (these are not used yet).  Remove Linux-specific code.  Implement term_attrset, so the minibuffer is now printed in inverse
	video!

2004-09-20  Reuben Thomas <rrt@sc3d.org>

	* src/term_allegro.h, src/term_ncurses.h, src/term_termcap.h,
	src/zile.h: Define Font type in each term_*.h. Hence, need to
	#include zterm.h in zile.h. In term_termcap, Font is typedef'd to
	char *.  Add ZILE_NORMAL font. Since termcap uses the idea of turning
	attributes on and off rather than applying them to each character,
	we need to move to this model.

2004-09-20  Reuben Thomas <rrt@sc3d.org>

	* KNOWNBUGS: Remove bug about speed of insertion of large blocks of
	text in font-lock mode, because we no longer have font-lock.

2004-09-20  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add stamp-h1

2004-09-20  Reuben Thomas <rrt@sc3d.org>

	* acinclude.m4, configure.ac: Quote macro names in AC_DEFUN to make
	recent autotools happy.

2004-09-20  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Change version to 1.8-a1: there have been enough
	changes since the 1.7 series was started to deserve a new series.

2004-09-20  David A. Capello <dacap@users.sourceforge.net>

	* src/search.c: Fixed a bug with the cursor in isearch (the new
	minibuf_write doesn't restore the cursor position).

2004-09-04  David A. Capello <dacap@users.sourceforge.net>

	* configure.ac, src/Makefile.am: [no log message]

2004-09-03  David A. Capello <dacap@users.sourceforge.net>

	* src/term_ncurses/.cvsignore: [no log message]

2004-09-03  David A. Capello <dacap@users.sourceforge.net>

	* configure.ac, src/Makefile.am, src/main.c, src/term_allegro.c,
	src/term_allegro.h, src/zterm.h: Added the Allegro interface.

2004-07-28  David A. Capello <dacap@users.sourceforge.net>

	* lib/astr.c: Fixed a little memory leak in the TEST. No big deal.

2004-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h: Remove term_minibuf_clear which no longer exists,
	and add minibuf_clear, which was missing.

2004-07-11  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/file.c, src/minibuf.c, src/term_minibuf.c,
	src/term_ncurses.c, src/term_termcap.c: Get rid of
	term_minibuf_clear, and replace it with term_minibuf_write(""),
	which is functionally identical.  Get rid of term_getyx, as it can't be implemented in termcap (I was
	using the ncurses getyx call, which returned nonsense results).  Fix a bug in term_addnstr in term_termcap.c.  Comment: It seems that not calling term_getyx to save the position of the
	cursor when writing to the minibuffer has caused no ill effects, but
	I could be wrong; something to watch out for...  The display now seems basically to work under termcap, as the
	changes checked in here fix the minibuffer.

2004-07-10  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/term_termcap.c: Tidy up some comments.

2004-07-10  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c: Marginal tidy up.

2004-07-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: If building with termcap, look for libtermcap and
	add it to the LIBS.

2004-07-10  Reuben Thomas <rrt@sc3d.org>

	* src/term_termcap.c, src/term_termcap.h: Cosmetic & copyright
	tidy-up.

2004-07-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Fix configuration again so that you can now build
	with or without --disable-curses.  Factor out the curses header and library detection code into a
	function.

2004-07-10  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Remove stamp-h1, which seems to be obsolete, and add
	stamp-h and stamp-h.in.

2004-07-09  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Set curses macros properly so that curses build can
	be performed.

2004-07-08  Reuben Thomas <rrt@sc3d.org>

	* src/zterm.h: #include config.h in zterm.h so we get the CURSES
	macro if it's defined.

2004-06-30  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am, src/main.c, src/term_minibuf.c,
	src/term_ncurses.c, src/term_ncurses.h, src/term_redisplay.c,
	src/term_termcap.c, src/term_termcap.h, src/zterm.h: Add support for
	different implementations of the terminal interface, and add
	preliminary term.h/termio.h interface. The default interface is
	still curses, and it can be disabled with --disable-curses passed to
	configure.  zterm.h is now the header included by C files, which in turn
	includes the implementation header, currently either term_ncurses.h
	or term_termcap.h.

2004-05-29  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/main.c, src/term_ncurses.c, src/term_ncurses.h,
	src/term_redisplay.c, src/variables.c: A few small bits of twiddling
	to make the term interface tidier, and fix bug 962722 (selection
	highlighting broken).

2004-05-23  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses.c: Remove comment about exports that is no longer
	true.

2004-05-20  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/completion.c, src/extern.h, src/file.c,
	src/funcs.c, src/glue.c, src/line.c, src/main.c, src/minibuf.c,
	src/redisplay.c, src/registers.c, src/search.c, src/term_minibuf.c,
	src/term_ncurses.c, src/term_ncurses.h, src/term_redisplay.c,
	src/zile.h: Get rid of the function pointers from the Terminal type;
	we have no desire to make a binary of zile that can use more than
	one sort of terminal. (This doesn't stop us choosing at
	compile-time, of course!)

2004-05-20  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/term_minibuf.c, src/term_ncurses.c,
	src/term_ncurses.h, src/term_redisplay.c, src/variables.c,
	src/zile.h: Expunge ncurses_* functions from files other than
	term_ncurses.c.  Mostly this was done by simply renaming them after
	ensuring that they called no ncurses functions directly. Now all
	ncurses code definitely lives in term_ncurses.c (unless I have made
	a mistake).

2004-05-20  Reuben Thomas <rrt@sc3d.org>

	* src/term_minibuf.c, src/term_ncurses.c, src/term_ncurses.h,
	src/term_redisplay.c: Remove term_mv* and term_addstr and replace
	them with equivalent code.  The aim is to make the API that needs to
	be reimplemented for termio support rather smaller.

2004-05-20  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, src/Makefile.am: Expunge the last references to
	term_ncurses directory and libterm_ncurses.a

2004-05-10  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/main.c, src/term_minibuf.c,
	src/term_ncurses.c, src/term_ncurses.h,
	src/term_ncurses/Makefile.am, src/term_ncurses/README,
	src/term_ncurses/ncurses_key.c, src/term_ncurses/term_ncurses.c,
	src/term_ncurses/term_ncurses.h, src/term_redisplay.c: Move contents
	of ncurses_key.c into term_ncurses.c. Get rid of the term_ncurses
	subdirectory altogether. We now have just one term_foo.{c,h} file
	per Terminal implementation, and a number of term_*.c files that
	build on top of this. In fact, this story is about to get a whole
	lot simpler too.

2004-05-10  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/term_ncurses/Makefile.am,
	src/term_ncurses/ncurses_misc.c, src/term_ncurses/term_ncurses.c,
	src/term_ncurses/term_ncurses.h, src/term_redisplay.c, src/zile.h: 
	Get rid of ncurses_misc.c. The code went to term_redisplay.c and
	term_ncurses.c.

2004-05-10  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_misc.c, src/term_ncurses/term_ncurses.c,
	src/term_ncurses/term_ncurses.h: Remove some duplicate functions.  The situation is now looking a little messy: there's an API in
	term_ncurses.h, and there's another one offered by the Terminal
	type.  I intend to get rid of the Terminal type: it's cute, but it
	ain't useful, as we will end up with the terminal type being a
	compile-time, not a run-time switch. Preferably with only one
	setting :-)

2004-05-10  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/term_ncurses/Makefile.am,
	src/term_ncurses/ncurses_redisplay.c, src/term_redisplay.c: Move
	ncurses_redisplay.c up to term_ncurses.c; it no longer needs
	ncurses.h. Only two more files to go!

2004-05-10  Reuben Thomas <rrt@sc3d.org>

	* ChangeLog: Add a placeholder ChangeLog file to keep autotools
	happy. It just says "see cvs log".

2004-05-10  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_key.c, src/term_ncurses/ncurses_misc.c,
	src/term_ncurses/ncurses_redisplay.c,
	src/term_ncurses/term_ncurses.c, src/term_ncurses/term_ncurses.h: 
	Continue the ncurses cleanup. Move more code into term_ncurses.c.
	Now, ncurses_redisplay.c no longer #includes ncurses.h and will
	shortly be moved out of the term_ncurses directory.

2004-05-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, lib/strrstr.c, src/file.c, src/line.c, src/main.c,
	src/minibuf.c: Add code to configure.ac so that if we're building
	with GCC we get plenty of compiler warnings turned on. Always.  As a result of this warnings bonanza, fix all the warnings found in
	the rest of the code. Given a recent warnings cleanup, this was
	mostly limited to extern functions that were not declared before
	being defined. In all cases here this was fixed by making the
	function static.

2004-05-10  Reuben Thomas <rrt@sc3d.org>

	* TODO: Clarify the added binding under "MEDIUM PRIORITY" and add a
	new item, namely, to strip the binary during installation.

2004-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Simplify quoted_insert and quoted_insert_octal. We
	don't really need to wait for the keys before displaying prompts in
	the minibuffer, and some of the stuff wasn't actually working (e.g.
	if you typed 1 and pressed C-g, the insert was cancelled, but ^G was
	inserted).

2004-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_key.c, src/zile.h: Remove unused
	GETKEY_NONBLOCKING.

2004-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am, src/term_minibuf.c,
	src/term_ncurses/Makefile.am, src/term_ncurses/ncurses_minibuf.c: 
	Move term_ncurses/ncurses_minibuf.c to term_minibuf.c.

2004-05-09  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, etc/zilerc.sample, src/tbl_vars.h: Remove
	documentation for show-eob-marker, which I've removed.

2004-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_vars.h: Remove the font-* variables, which are no longer
	used.  Improve the help for novice-level.

2004-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c, src/funcs.c, src/help.c, src/zile.h: Remove EOB
	marker. It's a frivolous feature.

2004-05-09  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_misc.c,
	src/term_ncurses/ncurses_redisplay.c,
	src/term_ncurses/term_ncurses.c, src/term_ncurses/term_ncurses.h: 
	More cleanup: 1. Removed [EOB] marker. This is not an Emacs feature, and most
	editors (rightly, in my view) don't have it. It's easy to know when
	you're at the end of the buffer by a combination of the status line
	and the down key! 2. Removed some more vestiges of font-lock: in particular, the
	font-lock variables and the OUTCH macro.  3. Start isolating the ncurses code. To do this, add stub functions
	and variables to term_ncurses.c for ncurses functions. The types and
	macros are going to be a bit more annoying, and some code will
	obviously have to stay in this directory. ncurses_minibuf.c is now
	"ncurses free", i.e. doesn't need to #include ncurses.h.

2004-05-06  Reuben Thomas <rrt@sc3d.org>

	* TODO, src/macro.c, src/tbl_funcs.h: Add dummy function for
	name-last-kbd-macro and tidy up TODO.

2004-05-02  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Fix restarting path from root when "//" found
	during completion.

2004-05-02  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Deal with zero-length pwd in expand_path.

2004-05-02  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.c: Fix tabification.

2004-05-02  Reuben Thomas <rrt@sc3d.org>

	* TODO: Rename priority levels more reasonably.

2004-04-23  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/undo.c, src/zile.h: Add a save_undop member to
	Terminal struct and use it to record the next undo point each time
	the file is saved so that the "modified" flag is only cleared when
	the buffer matches its last saved state.

2004-04-23  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Move feature where // in find-file causes the
	file name to be truncated to just / into default_completion_reread
	from expand_path.  This cures bug #940896 where filenames with
	double slashes would be mangled: the only time this should happen is
	interactively.

2004-04-23  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/file.c, src/minibuf.c: Make compact_path
	allocate its result, rather than taking it as a parameter.

2004-04-23  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/help.c: Rename astr_size to astr_len.

2004-04-23  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.c, lib/astr.h, src/bind.c, src/search.c: Rename the size
	and maxsize fields of the astr structure to len and maxlen (makes
	more sense).  Fix a comment typo in astr.h.

2004-04-20  David A. Capello <dacap@users.sourceforge.net>

	* src/main.c: Removed some vestige of Reuben's terminfo tests.

2004-04-16  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Remove accidentally committed private change.

2004-04-16  David A. Capello <dacap@users.sourceforge.net>

	* src/bind.c: Fixed write_bindings_list, a "(void)ap" must be after
	variable declarations.

2004-04-05  Reuben Thomas <rrt@sc3d.org>

	* src/main.c, src/term_ncurses/ncurses_misc.c: Move signal handling
	code into main.c, as it's not ncurses-specific.

2004-04-05  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Remove some unused macros.

2004-04-05  Reuben Thomas <rrt@sc3d.org>

	* NEWS, doc/zile.texi, etc/FAQ, etc/TUTORIAL, src/funcs.c,
	src/tbl_funcs.h: Remove text-mode, which no longer does anything.

2004-04-05  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, etc/FAQ, etc/zilerc.sample, src/funcs.c,
	src/tbl_vars.h, src/window.c: Remove mail mode mentions in
	documentation.  Change the variable text-mode-auto-fill to auto-fill-mode.

2004-04-05  Reuben Thomas <rrt@sc3d.org>

	* src/tbl_funcs.h: Correct shortcuts for forward- and
	backward-paragraph to the same as Emacs.

2004-04-05  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.c, lib/astr.h: Remove unused replace functions.  Simplify astr_substr.  Fix astr_cat_x so that it always null-terminates the string.

2004-04-05  Reuben Thomas <rrt@sc3d.org>

	* TODO: Correct backward-paragraph and forward-paragraph bindings to
	the same as Emacs (M-{ and M-}).

2004-04-05  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/help.c, src/keys.c, src/minibuf.c,
	src/tbl_funcs.h: Tidy up implementation of global-set-key.  Make a few messages more Emacs-like.  Remove describe-key-briefly: describe-key is fine.  Note: there's now a function keyvectostr to turn a list of key
	chords into a string.

2004-04-05  Reuben Thomas <rrt@sc3d.org>

	* TODO, src/bind.c, src/extern.h, src/tbl_funcs.h: Add keybinding
	(global-set-key).

2004-04-05  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/term_ncurses/ncurses_redisplay.c, src/zile.h: 
	Remove major mode. There aren't any left.

2004-04-04  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/zile.h: Get rid of BFLAG_FONTLOCK.  In funcs.c, rename make_buffer_mode to make_buffer_modeline for
	clarity. Don't bother putting "Text" in the modeline, as we don't
	have major modes any more.

2004-04-04  Reuben Thomas <rrt@sc3d.org>

	* NEWS, TODO, doc/zile.texi, etc/FAQ, etc/zilerc.sample,
	src/Makefile.am, src/extern.h, src/file.c, src/fontlock.c,
	src/funcs.c, src/line.c, src/redisplay.c, src/tbl_funcs.h,
	src/tbl_vars.h, src/term_ncurses/ncurses_redisplay.c, src/undo.c: 
	Font-lock removed.  FAQ overhauled.

2004-04-04  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi, etc/zilerc.sample, src/file.c, src/tbl_vars.h: 
	Remove "revision" mode of backup, which is just bloat. Again, if you
	want this level of functionality, use a bigger editor.

2004-03-29  Reuben Thomas <rrt@sc3d.org>

	* etc/mkdoc.c, lib/agetcwd.c, lib/astr.c, lib/astr.h, src/bind.c,
	src/completion.c, src/extern.h, src/file.c, src/funcs.c,
	src/glue.c, src/help.c, src/keys.c, src/minibuf.c, src/rc.c,
	src/search.c, src/term_ncurses/ncurses_minibuf.c, src/variables.c: 
	Rename some string functions to more ISO standard-like names, e.g.
	astr_assign* becomes astr_cpy* and astr_append* becomes astr_cat*.
	They are shorter too! Also add getln (safe gets, I should probably call it agets!) to
	glue.c, in preparation for the Lisp interpreter, which is taking
	shape in my working copy.

2004-03-20  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Removed lua.c

2004-03-14  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, KNOWNBUGS, configure.ac, etc/FAQ, src/Makefile.am,
	src/extern.h, src/file.c, src/fontlock.c, src/fontlock_c.gperf,
	src/fontlock_cpp.gperf, src/fontlock_csharp.gperf,
	src/fontlock_java.gperf, src/funcs.c, src/line.c, src/lua.c,
	src/main.c, src/tbl_funcs.h, src/tbl_vars.h,
	src/term_ncurses/ncurses_redisplay.c, src/undo.c, src/zile.1.in,
	src/zile.h: DON'T PANIC! I have tagged the tree with the tag
	"fontlock-apocalypse" before committing this set of changes.  Remove font-lock modes (N.B. *not* font-lock support!). The
	font-lock system in zile was a Bad Thing:  * It was a maintenance burden because of conditional compilation
	   and configure options.   * It was a lot of complicated code. Several recent bugs have been    font-lock bugs.   * In terms of functionality (and to a lesser extent, code size) it    was a bloat on an editor that should be small, clean and simple.   * It added a dependency on gperf (admittedly not a big problem).  I have retained font-lock support, and made it always-on.
	Regex-based font-lock should be implemented, similar to that in many
	other editors. Preferably, we should adopt an existing regex
	patterns format (e.g. that of NEdit) so that we have access to a
	wide range of fontlock modes, and users don't have to make yet
	another crufty set.  Alternatively, it may be better in an editor the size of zile to
	remove font-lock altogether.  Remove experimental Lua support. For similar reasons to those above,
	it was a bad idea.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* lib/Makefile.am: Remove all traces of manpages.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Use htable_foreach for variable completion.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* lib/alist.c, lib/alist.h, lib/astr.c, lib/htable.3, lib/htable.c,
	lib/htable.h, src/variables.c: Overhaul htable, removing unused
	functions, moving the docs into htable.h, and removing htable.3.  In particular add a general-purpose iterator, htable_foreach, and
	rewrite htable_list in terms of it; also in variables.c use
	htable_foreach directly to free the variables while shutting down.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/term_ncurses/ncurses_key.c,
	src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_redisplay.c, src/window.c: For the
	remaining #if 0 code (except for one bit of dacap's which is
	unfinished) either remove it or change #if 0 to #if DEBUG.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* lib/Makefile.am, lib/alist.3, lib/alist.c, lib/alist.h,
	src/editfns.c, src/main.c: Remove unused and underused alist
	functions, move documentation into alist.h and get rid of alist.3.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.h: Tidy up slightly (no code changes).

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* lib/Makefile.am: Remove astr.3 which no longer exists.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* README: Rewrite the readme to make it much shorter and avoid
	duplication (it's easy for it to get out of date with respect to the
	main documentation otherwise). Stick to general features, and give
	pointers to the other docs.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.3, lib/astr.h: Move the rest of astr.3 into astr.h. After
	some thought I removed the examples from the documentation for three
	reasons: 1. This is not trying to be a general purpose library (though it's    still doing a pretty good job IMO!) 2. It's very easy for example code to suffer bit-rot or even just
	   have bugs in because it's never compiled.  3. There are plenty of examples in zile itself. If a function isn't    used it should be deleted anyway.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* etc/mkdoc.c, lib/astr.3, lib/astr.c, lib/astr.h, src/funcs.c,
	src/help.c, src/rc.c, src/search.c, src/variables.c: Make astr_fgets
	allocate its result, and return an empty string rather than NULL
	when eof is reached.  Get rid of astr_fmt and astr_vfmt.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Remove an unused variable.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* etc/Makefile.am: Set AM_CFLAGS rather than CFLAGS, which means
	that the user's CFLAGS settings get put into the Makefile.

2004-03-13  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.3, lib/astr.c, lib/astr.h, src/file.c: Get rid of castr
	and replace it with const astr, which is self-documenting, and used
	rarely enough that having a specific alias is not worthwhile.  Get rid of ENLARGE_FACTOR which wasn't used.  Add static astr_pos(), which turns negative positions into positive
	for those routines that take a pos parameter. Instead of truncating
	the given pos to the actual size of the string, it asserts that it
	is in range; I'll see if this causes problems and take appropriate
	action. It does seem preferable to allowing bad positions, though.  Add astr_char, to return the address of a given character.  Remove astr_last_char (replaced with *astr_char(as ,-1)).  Moved more documentation to astr.h from astr.3.

2004-03-11  Reuben Thomas <rrt@sc3d.org>

	* etc/mkdoc.c, lib/astr.3, lib/astr.c, lib/astr.h, src/bind.c,
	src/file.c, src/funcs.c, src/help.c, src/keys.c, src/lua.c,
	src/minibuf.c, src/term_ncurses/ncurses_minibuf.c: Yet more
	underused and unused functions removed from astr.c. I've also
	started transferring the documentation from astr.3 to astr.h: since
	these are not general purpose libraries but just code for zile now,
	there's no point having man pages. The man page is now rather
	butchered, and probably not valid troff; it will soon disappear.  I have made small changes to several other files to work around
	functions I have removed. I have also tidied up the code in one or
	two instances. The new code is hardly ever longer than the old, and
	makes the astr library much easier to understand (it's now about
	half the size of the original API).

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.texi: Minor fixes, and change email address to zile-devel
	list.

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.3, lib/astr.c, lib/astr.h: Remove more unused functions.

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Fix horrible brain malfunction causing strrchr
	prototype to be wrongly named.

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, lib/strrstr.c: Add prototype to config.h for
	strrstr, and correct the declaration in strrstr.

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.3, lib/astr.c, lib/astr.h, src/help.c: Remove more rarely
	used and unused functions from astr.

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, etc/mkdoc.c, lib/Makefile.am, lib/astr.3,
	lib/astr.c, lib/astr.h, lib/strrstr.c, src/file.c: Remove some
	rarely or never used astr functions, and debug and speed up
	astr_rfind_cstr, basing it on strrstr, an implementation of which is
	now added to libzile.

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* lib/vasprintf.c, lib/xmalloc.c, lib/xrealloc.c, lib/xstrdup.c: 
	Only compile the functions in these files if the function is not in
	the system library (i.e. test the HAVE_FOO symbol defined in
	config.h). vasprintf already did this, but before #including
	config.h which was useless.

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* src/buffer.c, src/extern.h, src/funcs.c, src/killring.c,
	src/line.c, src/registers.c: Rename desactivate_mark to
	deactivate_mark (better English).

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_redisplay.c: Remove some unused
	parameters.

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c, src/term_ncurses/ncurses_redisplay.c: Fix a couple of
	compile errors in non-text-mode code caused by recent changes.

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* KNOWNBUGS, src/line.c: Make RET do auto-fill as well as SPC.  Remove special-case code from self_insert_command for KBD_RET and
	KBD_TAB, which aren't handled here anyway. If they do end up bound
	to self-insert-command, then they should act in a vanilla way
	anyway.

2004-03-10  Reuben Thomas <rrt@sc3d.org>

	* KNOWNBUGS: Removed bug about background colours not working well.
	It said that users had reported it but Sandro couldn't repro it.
	I've never seen it either and it hasn't been reported since I've
	been on the project, and since it's also likely it could be an
	ncurses bug (maybe now fixed) it seems reasonable to remove it.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* KNOWNBUGS: I think I've removed all possible static buffer
	overflows.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fix a couple of memory leaks introduced by recent
	changes.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Remove char buffers.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/funcs.c, src/glue.c: Remove char buffers from
	funcs.c; change shorten_string to return an astr to help this.  Tweak the spacing of the headers for list-buffers to make them line
	up with the output.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/registers.c: Use astr instead of char array in
	write_registers_list.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Fixed write_bindings_tree to use a list instead of a
	static array: the function is now re-entrant and won't suffer from a
	static buffer overflow.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* lib/alist.3: Whitespace correction.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* lib/alist.c: Formatting correction.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h: Remove more static buffers.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/keys.c: Remove more static buffers
	and rewrite string-to-key conversion as a result.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.3: Whitespace correction.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/keys.c: Convert static buffers to
	astrs.  Fix keytostr situation: keytostr was no longer called, so rename
	keytostr_nobs to keytostr, and rewrite to use astrs.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Convert static buffer with potential overflow to an
	astr in universal_argument.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_redisplay.c: Remove some unused
	parameters, and #include config.h for needed functions.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_misc.c: Remove an couple of unused
	parameter warnings.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_minibuf.c: Remove an unused parameter in
	xminibuf_write.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Fix an signed vs unsigned comparison warning.  #include "editfns.h" for set_mark.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/registers.c: Fix an unused parameter warning.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/rc.c: Fix some signed vs unsigned comparison warnings.  Make some debugging code use ZTRACE instead of fprintf, and ifdef it
	with DEBUG rather than 0.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Remove a couple of unused variables from
	minibuf_format

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/killring.c: Remove unused static function
	kill_ring_push_in_beginning

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/history.c, src/marker.c: #include string.h for mem* functions.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Fix a compiler warning when no non-text modes are
	configured.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* src/completion.c: Fix a couple of unused parameter warnings.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* lib/vector.c: #include stdlib.h to get free.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* lib/vasprintf.c: #include config.h to get vasprintf prototype on
	 systems that don't have it.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* lib/htable.c: Whitespace correction.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.c: #include stdio.h for vasprintf.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Add AC_GNU_SOURCE so we get vasprintf on GNU (glibc)
	systems, and add prototypes for vasprintf and asprintf to config.h
	for those systems that don't have them.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* lib/vector.h: Add vec_array to get at the array from a vector.

2004-03-09  Reuben Thomas <rrt@sc3d.org>

	* lib/Makefile.am: Add vector.c and vector.h.

2004-03-08  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove pointless fixed-length buffer from
	do_completion.

2004-03-08  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove old commented-out search_key and rename
	search_key0 to search_key.

2004-03-08  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c: Remove old commented-out binary search code for
	search_leaf.

2004-03-08  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/extern.h, src/keys.c, src/zile.h: Use a vector for
	holding key code sequences instead of an array.

2004-03-08  Reuben Thomas <rrt@sc3d.org>

	* lib/vector.c, lib/vector.h: Add library.

2004-03-08  Reuben Thomas <rrt@sc3d.org>

	* lib/xrealloc.c: Don't need assert.h any more since no more
	assertions.

2004-03-08  Reuben Thomas <rrt@sc3d.org>

	* lib/xrealloc.c: Get rid of assertions: ptr == NULL or size == 0
	are allowed by realloc, so should be allowed by xrealloc.

2004-03-03  Reuben Thomas <rrt@sc3d.org>

	* KNOWNBUGS, src/rc.c, src/term_ncurses/ncurses_redisplay.c: Audit
	possible static buffer overflows (I basically searched for \[[0-9]
	and identified all those instances that could overflow).  I have fixed rc.c and ncurses_redisplay.c, which were two of the
	worst offenders; the remaining problematic files are now listed in
	KNOWNBUGS. As far as I can see, all other uses of static char
	buffers are safe.

2004-03-03  Reuben Thomas <rrt@sc3d.org>

	* lib/vasprintf.c: Add asprintf.

2004-03-03  Reuben Thomas <rrt@sc3d.org>

	* lib/regex.c: Whitespace cleanup.

2004-02-23  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: Added some page separators.

2004-02-23  David A. Capello <dacap@users.sourceforge.net>

	* src/bind.c: Simplified the `fentry' structure, using an array for
	the three keys (before was used key1, key2, and key3).

2004-02-23  David A. Capello <dacap@users.sourceforge.net>

	* src/main.c: Changed `setup_main_screen' to be `static'.

2004-02-20  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix replace_text_case in the case that the replacement
	string is shorter than the original.

2004-02-20  Reuben Thomas <rrt@sc3d.org>

	* src/search.c: Whitespace correction.

2004-02-18  Sandro Sigala <sandro@sigala.it>

	* NEWS: bump to version 1.7 b4

2004-02-18  Sandro Sigala <sandro@sigala.it>

	* HISTORY, configure.ac: bump to version 1.7-b4

2004-02-18  Sandro Sigala <sandro@sigala.it>

	* HISTORY, configure.ac: prepare for 1.7-b3

2004-02-18  Sandro Sigala <sandro@sigala.it>

	* NEWS, src/funcs.c, src/history.c, src/tbl_funcs.h,
	src/term_ncurses/ncurses_minibuf.c: minor tweaks

2004-02-18  Sandro Sigala <sandro@sigala.it>

	* AUTHORS, CREDITS, Makefile.am: CREDITS --> AUTHORS: follows std
	unix/gnu convention

2004-02-18  Reuben Thomas <rrt@sc3d.org>

	* src/fontlock.c: Fix character constant parsing.

2004-02-17  Reuben Thomas <rrt@sc3d.org>

	* lib/vasprintf.c: Use GPL license instead of BSD (this is permitted
	as the code is dual-licensed), and dos2unix the file.

2004-02-17  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.c, lib/astr.h, src/basic.c, src/bind.c, src/buffer.c,
	src/file.c, src/fontlock.c, src/funcs.c, src/help.c,
	src/killring.c, src/line.c, src/macro.c, src/rc.c,
	src/term_ncurses/ncurses_key.c, src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_misc.c,
	src/term_ncurses/ncurses_redisplay.c,
	src/term_ncurses/term_ncurses.c, src/variables.c, src/zile.h: Add
	copyright lines for Reuben Thomas.

2004-02-17  Sandro Sigala <sandro@sigala.it>

	* etc/LATEST_VERSION: update URL

2004-02-17  Sandro Sigala <sandro@sigala.it>

	* zile.lsm: BSD --> GPL

2004-02-17  Sandro Sigala <sandro@sigala.it>

	* Makefile.am: COPYRIGHT is now COPYING

2004-02-17  Sandro Sigala <sandro@sigala.it>

	* COPYING, COPYRIGHT, CREDITS, NEWS, README, configure.ac,
	doc/zile.texi, etc/FAQ, etc/rationale, lib/Makefile.am,
	lib/agetcwd.c, lib/agetcwd.h, lib/alist.c, lib/alist.h, lib/astr.c,
	lib/astr.h, lib/err.c, lib/err.h, lib/htable.c, lib/htable.h,
	src/basic.c, src/bind.c, src/buffer.c, src/completion.c,
	src/editfns.c, src/editfns.h, src/extern.h, src/file.c,
	src/fontlock.c, src/funcs.c, src/glue.c, src/help.c, src/history.c,
	src/keys.c, src/killring.c, src/line.c, src/lua.c, src/macro.c,
	src/main.c, src/marker.c, src/minibuf.c, src/point.c, src/rc.c,
	src/redisplay.c, src/registers.c, src/search.c, src/tbl_funcs.h,
	src/tbl_vars.h, src/term_ncurses/ncurses_key.c,
	src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_misc.c,
	src/term_ncurses/ncurses_redisplay.c,
	src/term_ncurses/term_ncurses.c, src/term_ncurses/term_ncurses.h,
	src/undo.c, src/variables.c, src/window.c, src/zile.1.in,
	src/zile.h: * Changed BSD license to GNU GPL:         - Removed COPYRIGHT file         - Added standard COPYING file         - Changed all the copyright declarations in source files.  * Removed old lib/err.[ch] unused Zile heritage.  * sed s/sandro@sigala.it/zile-devel@lists.sourceforge.net/ * configure now checks for both curses.h and ncurses.h, libcurses.a
	  and libncurses.a.  e.g. on my box (SuSE 8.2) ncurses is installed as   ncurses.h and libncurses.a, on another as curses.h and
	  libncurses.a...  * Cleaned up zile.h:           - Now anchors are identified as an opaque type:                  typedef unsigned char Anchor;           - Enumerated UNDO_* delta types;           - Enumerated BMODE_* buffer major modes;           - Removed MINIBUF_{SET,UNSET}_COLOR stuff.  * ncurses_minibuf.c:   removed astrlen() function, obsoleted by colors remove.  * some other clean up.

2004-02-17  David A. Capello <dacap@users.sourceforge.net>

	* src/registers.c: Now insert-register doesn't move the point.

2004-02-16  David A. Capello <dacap@users.sourceforge.net>

	* src/line.c: Fixed `indent_relative', `line_replace_text' and
	`adjust_markers_for_offset'.

2004-02-16  David A. Capello <dacap@users.sourceforge.net>

	* src/glue.c: Fixed `tabify_string'.

2004-02-16  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: Fixed `edit_tab_line' and `edit_tab_region'.

2004-02-16  David A. Capello <dacap@users.sourceforge.net>

	* src/extern.h, src/search.c: Fixed `line_replace_text' with
	`replace_case' argument to copy or replace characters case.

2004-02-15  David A. Capello <dacap@users.sourceforge.net>

	* doc/zile.texi: Added documentation for key bindings of new
	functions.

2004-02-14  Sandro Sigala <sandro@sigala.it>

	* configure.ac, etc/FAQ, lib/Makefile.am, lib/regex.c, lib/regex.h,
	src/Makefile.am, src/regex.c, src/regex.h,
	src/term_ncurses/ncurses_misc.c: Modernize a bit configure.ac (now
	the maintainer email is generated into the config.h header) move
	regex.[ch] from src/ to lib/

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* src/term_ncurses/ncurses_minibuf.c: Removed color support from
	minibuf.  Also the '<' and '>' were modified by '$' character.

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* src/term_ncurses/ncurses_misc.c: Better show_splash_screen.

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* src/term_ncurses/ncurses_redisplay.c: Now hscroll move all lines
	(this can be modified uncomment the ENABLE_FULL_HSCROLL macro).
	Also the '<' and '>' were modified by '$' character.

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* src/search.c: Removed color support from minibuf.  And restored
	the `last_search' variable.

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* src/line.c: Modified/added comments.

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* src/help.c, src/main.c, src/minibuf.c, src/variables.c: Removed
	color support from minibuf.

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: Fixed a typo.

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* src/file.c: Removed color support from minibuf.

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* src/bind.c, src/buffer.c: Removed color support from minibuf.

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* doc/zile.texi: Added documentation for the new functions.

2004-02-14  David A. Capello <dacap@users.sourceforge.net>

	* configure.ac: Changed regex test position

2004-02-08  David A. Capello <dacap@users.sourceforge.net>

	* NEWS, TODO, configure.ac, doc/zile.texi, etc/zilerc.sample,
	src/Makefile.am, src/basic.c, src/bind.c, src/buffer.c,
	src/completion.c, src/editfns.c, src/editfns.h, src/extern.h,
	src/file.c, src/fontlock.c, src/funcs.c, src/glue.c, src/help.c,
	src/history.c, src/killring.c, src/line.c, src/macro.c, src/main.c,
	src/marker.c, src/minibuf.c, src/point.c, src/rc.c,
	src/redisplay.c, src/registers.c, src/search.c, src/tbl_funcs.h,
	src/tbl_vars.h, src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_misc.c,
	src/term_ncurses/ncurses_redisplay.c,
	src/term_ncurses/term_ncurses.c, src/term_ncurses/term_ncurses.h,
	src/undo.c, src/variables.c, src/window.c, src/zile.h: Rewritten
	point/marker API mainly.

2004-02-06  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: Fixed `forward-line'.

2004-02-06  David A. Capello <dacap@users.sourceforge.net>

	* src/basic.c: Fixed `beginning-of-line' to be used with `prev-line'
	and `next-line'.

2004-02-06  David A. Capello <dacap@users.sourceforge.net>

	* src/term_ncurses/ncurses_misc.c: Changes in the coding style.

2004-02-06  David A. Capello <dacap@users.sourceforge.net>

	* src/line.c: Changes in the coding style.

2004-02-06  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: Fixed mark-word and mark-sexp.

2004-02-05  Reuben Thomas <rrt@sc3d.org>

	* COPYRIGHT, CREDITS, src/main.c, src/term_ncurses/ncurses_misc.c,
	zile.lsm: Update the authors list everywhere, and generally rejig to
	reflect reality.  Change bug-reporting address to the zile-devel mailing list.

2004-02-05  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix a comment typo.

2004-02-05  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Now that David is listed as an author, I've removed his
	"patches supplied by" line, and reformatted the changes. Also fixed
	a couple of problems in the English, and removed non-user-visible
	changes (put a note about "code cleanups" instead.

2004-02-05  David A. Capello <dacap@users.sourceforge.net>

	* NEWS, src/search.c, src/tbl_funcs.h: Added regexp search
	functions.

2004-02-05  David A. Capello <dacap@users.sourceforge.net>

	* src/Makefile.am: Added regex files.

2004-02-05  David A. Capello <dacap@users.sourceforge.net>

	* src/regex.h: Added regex files.

2004-02-05  David A. Capello <dacap@users.sourceforge.net>

	* src/regex.c: Added regex files.

2004-02-04  Reuben Thomas <rrt@sc3d.org>

	* TODO, src/funcs.c: Implement uniarg functionality for the
	transpose-* functions.

2004-02-04  David A. Capello <dacap@users.sourceforge.net>

	* NEWS: The `prev_bp' was removed.  `exchange-point-and-mark'
	activates the mark.  `insert_char' doesn't move the mark when insert
	a character in the same mark position.  Fixed `insert_nstring' when
	is used in overwrite-mode.  Modified `previous-line' and `next-line'
	to Emacs behavior.

2004-02-04  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: Simplified the list-buffers function
	(write_buffers_list really).  Also exchange-point-and-mark now
	activates the mark.

2004-02-04  David A. Capello <dacap@users.sourceforge.net>

	* src/buffer.c: Modified switch_to_buffer to move the selected
	buffer to the head of the list of buffers (this is necessary because
	we removed the prev_bp global variable).

2004-02-04  David A. Capello <dacap@users.sourceforge.net>

	* src/basic.c: Fixed previous-line and next-line to a more Emacs
	like behavior.

2004-02-04  David A. Capello <dacap@users.sourceforge.net>

	* src/extern.h, src/file.c, src/main.c: Removed prev_bp.

2004-02-04  David A. Capello <dacap@users.sourceforge.net>

	* src/Makefile.am: Removed the $(lua) variable from zile_LDADD.

2004-02-04  David A. Capello <dacap@users.sourceforge.net>

	* src/line.c: Fixed `insert_char' to don't move the mark when insert
	a character in the same mark position.  Fixed `insert_nstring' when is used in overwrite-mode.

2004-02-03  Reuben Thomas <rrt@sc3d.org>

	* NEWS, TODO, src/line.c: Implement low priority TODO: case-matching
	search and replace.

2004-02-03  David A. Capello <dacap@users.sourceforge.net>

	* NEWS, src/basic.c: Modified previous-line and next-line to Emacs
	behavior.

2004-02-01  David A. Capello <dacap@users.sourceforge.net>

	* Makefile.am: I guess that rrt removed README.compile from
	repository but no from this Makefile.am

2004-01-31  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: Fixed forward/backward_sexp to recognize "_"
	character like a sexp characters.

2004-01-29  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Change --enable-debug so it only controls the DEBUG
	symbol, i.e. real debugging code. Assertions should always be
	compiled in. If the builder really wants to build a small binary,
	it's possible to add -DNDEBUG to CFLAGS.  Change the Lua detection code so it looks for header files, not
	libraries, as with curses and the standard C library.

2004-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Use memmove instead of memcpy when memory regions can
	overlap (thanks to valgrind). It's probably worth keeping memcpy
	calls in, as they are effectively assumptions that the regions don't
	overlap, which valgrind can test.  Fix auto_fill_break_line again. The previous algorithm was really
	just broken in the presence of tabs (because they made the screen
	position different from the position in the line buffer).

2004-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_redisplay.c: Gain modeline space by
	removing the name of the editor (which we know!).

2004-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/lua.c, src/main.c, src/tbl_funcs.h: Add Lua
	support, enabled with --enable-lua. At the moment, the only way it
	can be used is via M-x lua, which allows a lua statement to be
	executed in a single, persistent Lua state. If the statement returns
	a string or number, it is pasted at point.

2004-01-29  Reuben Thomas <rrt@sc3d.org>

	* configure.ac: Add support for Lua. It's marked EXPERIMENTAL and is
	switched off by default.  Make check for curses much simpler (just check for header file).
	Don't differentiate between ncurses and curses: the whole point of
	ncurses is that it's a drop-in replacment. Stop if curses.h can't be
	found, as it's essential.  Rename --enable-all-features to --enable-all-modes.

2004-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.am: Remove version.h and add lua.c.

2004-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_key.c,
	src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_misc.c,
	src/term_ncurses/ncurses_redisplay.c,
	src/term_ncurses/term_ncurses.c: To use curses/ncurses, just
	#include <curses.h>. This is provided by ncurses, and in fact
	HAVE_NCURSES_H wasn't being defined recently anyway, so even though
	ncurses was being used, curses.h was the header used.

2004-01-29  Reuben Thomas <rrt@sc3d.org>

	* src/help.c, src/main.c, src/version.h: Use VERSION from automake,
	not version.h.

2004-01-29  David A. Capello <dacap@users.sourceforge.net>

	* src/extern.h: Removed getkey_safe and	refresh_clock_timeout.

2004-01-29  David A. Capello <dacap@users.sourceforge.net>

	* TODO: delete-horizontal-space doesn't need uniarg.

2004-01-29  David A. Capello <dacap@users.sourceforge.net>

	* src/extern.h: Changed "s" argument in insert_nstring to const.

2004-01-29  David A. Capello <dacap@users.sourceforge.net>

	* src/line.c: Change "s" argument in insert_nstring to const.

2004-01-29  David A. Capello <dacap@users.sourceforge.net>

	* doc/Makefile.am: Added zilerc.texi rules to avoid dependencies of
	this auto-generated file when automake is run.

2004-01-29  David A. Capello <dacap@users.sourceforge.net>

	* lib/alist.h: Fixed the alist_last macro.

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* INSTALL, README.compile: Rewrite the installation instructions in
	README.compile and move them to INSTALL, where they should be. The
	file now covers both normal installation and simply building zile to
	try out.

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_redisplay.c: No longer call
	refresh_clock_timeout(); we just always update the clock.

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Tests show that the overhead for updating the display
	once per second in order to keep the clock up to date is negligible,
	so Just Do It, and remove all the code that worried about whether it
	should be done or not.  Added David to the list of authors.  Remove compilation time and host from the version string---it looks
	very "computery" and isn't much help when debugging (except, I
	suppose, the date for debugging builds, but ls -l `which zile` will
	do that fine).

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Added more files resulting from autotoolisation.

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* lib/.cvsignore: Added .deps and Makefile.in

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* etc/.cvsignore: Added .deps, Makefile.in, HELP and *.log *.aux
	*.dvi *.ps

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* doc/.cvsignore: Add Makefile.in and zilerc.texi

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/.cvsignore: Add Makefile.in

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/.cvsignore: Add .deps and Makefile.in

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_redisplay.c: Fix the format string, which
	I had stupidly regressed to allow the "Font" indicator.

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/zile.h: Remove commented out include of curses headers; they
	shouldn't be there. Add a comment to the screen member of struct
	terminal to explain what it is.

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/glue.c: Whitespace correction.

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Tighten type of insert_string (parameter is const).

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_misc.c: Whitespace correction.

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_redisplay.c: Remove commented-out
	font-lock mode indicator on modeline. This matches (FSF) Emacs,
	which doesn't have an indicator by default, and in any case, the
	only conceivable use of it is as a debugging aid: normally, you can
	tell whether you have font lock on or not (or you're in text mode
	and you don't care)!

2004-01-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_key.c: Use proper APIs for switching
	between blocking and non-blocking read in ncurses, rather than
	twiddling private struct members.

2004-01-27  Reuben Thomas <rrt@sc3d.org>

	* Makefile.am, src/basic.c, src/funcs.c: Whitespace correction.

2004-01-25  Reuben Thomas <rrt@sc3d.org>

	* autogen.sh: Re-add with correct permissions.

2004-01-25  Reuben Thomas <rrt@sc3d.org>

	* autogen.sh: Try removing the file in order to re-add it with chmod
	+x.

2004-01-25  Reuben Thomas <rrt@sc3d.org>

	* autogen.sh: Add a comment saying what this script does and chmod
	+x it.

2004-01-25  Reuben Thomas <rrt@sc3d.org>

	* aclocal.m4: This is a generated file, so shouldn't be in CVS.

2004-01-23  David A. Capello <dacap@users.sourceforge.net>

	* Makefile.in, config.h.in, doc/Makefile.in, doc/zilerc.texi,
	etc/HELP, etc/Makefile.in, etc/refcard.ps, install-sh,
	lib/Makefile.in, mkinsdir.sh, move-if-change, src/Makefile.in,
	src/config.h.in, src/term_ncurses/Makefile.in: Removed
	auto-generated and unnecessary files.

2004-01-23  David A. Capello <dacap@users.sourceforge.net>

	* autogen.sh: Script to run auto-generations tools.

2004-01-23  David A. Capello <dacap@users.sourceforge.net>

	* acinclude.m4, aclocal.m4: [no log message]

2004-01-23  David A. Capello <dacap@users.sourceforge.net>

	* src/zile.1.in: Modified the variable name to get the data
	directory (ETCDIR -> pkgdatadir).

2004-01-23  David A. Capello <dacap@users.sourceforge.net>

	* Makefile.am, configure.ac, doc/Makefile.am, etc/Makefile.am,
	lib/Makefile.am, src/Makefile.am, src/term_ncurses/Makefile.am: 
	Added the automake support.

2004-01-23  David A. Capello <dacap@users.sourceforge.net>

	* src/fontlock.c: Fixed the usage of "make_heredoc_string" checking
	ENABLE_SHELL_MODE definition.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/bind.c: Fixed an error in the message that show undefined
	keys.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* TODO: Updated to the new changes of David A. Capello.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* NEWS: New changes by David A. Capello.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/term_ncurses/ncurses_redisplay.c: Fixed the column indicator
	in the status line (now 0 is the first column), and modified other
	minor messages (to be more like Emacs).

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/search.c: Added BFLAG_ISEARCH functionality, and now C-g in
	I-search loop stops recording macros.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/zile.h: Added BFLAG_ISEARCH flag.  Fixed the ncurses
	dependence.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/line.c: Added `delete-horizontal-space' and `just-one-space'
	functions.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/tbl_funcs.h: Added forward-line, forward-sexp, backward-sexp,
	mark-sexp, and delete-region.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: Fixed forward-word.  Added forward-line,
	transpose-chars, transpose-words, transpose-lines, forward-sexp,
	backward-sexp, transpose-sexp, mark-word, and mark-sexp.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/extern.h: Added `goto_point'.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/glue.c: Added `goto_point' routine from undo.c.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/undo.c: Moved `goto_point' routine to glue.c (because
	`transpose_subr' in funcs.c need it).

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: Modified `universal_argument' to Emacs behavior.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/funcs.c: Fixed the overwrite mode behavior with C-q
	(quoted-insert).

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/line.c: Fixed the overwrite mode behavior.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/term_ncurses/ncurses_redisplay.c: Added a call to
	refresh_clock_timeout() when we want refresh the cached variables.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/extern.h: Added getkey_safe() and refresh_clock_timeout()
	routines.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/main.c: Added refresh_clock_timeout() to calculate how much
	time we should wait to refresh the clock in the screen (thru the
	display-time-format variable). The routine getkey_safe() does the
	loop to get a key in a limited time (clock_timeout) and refresh the
	screen if is necessary.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/term_ncurses/ncurses_misc.c: Now when the program exists the
	last line in the screen is cleared.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/rc.c: Fixed overflow in parse_id_line() for long variable
	names in configuration file.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/keys.c: Fixed a bug in strtokey0() to handle the `M-\' key
	combination.

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/bind.c: Just a small aesthetic change in make_completion().

2004-01-21  David A. Capello <dacap@users.sourceforge.net>

	* src/undo.c: Fixed `revert_action' to handle nested undo-sequences.

2004-01-20  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_redisplay.c: Whitespace tidy-up.

2004-01-07  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_misc.c, src/term_ncurses/term_ncurses.c,
	src/zile.h: Get rid of some ncurses memory leaks. This is really
	ncurses's fault, not ours, but since most of the leaks can easily be
	removed by calling newterm and delscreen, it seemed reasonable to do
	so.  I've discussed the rest of the leaks (detected by valgrind) with the
	maintainer, and he doesn't want to or can't fix the remainder: one
	leak would "require changing the ABI", and another is a
	setbuffer/setvbuf buffer that "tends to cause core dumps" if it's
	freed.  I'm inclined to add a suppressions file to valgrind for these that
	ignores them.

2004-01-07  Reuben Thomas <rrt@sc3d.org>

	* src/variables.c: Fix some memory leaks: 1. Unset a variable before setting it so as not to leak its previous    contents.  2. In free_variables, free the contents of the list before freeing
	   the list itself.  Fix a crash in set_variable, by having get_variable_format always
	return a string, so that we don't try to do string comparisons with
	NULL.

2003-12-08  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Clear dir and fname before calling expand_path a
	second time.

2003-12-08  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: The main while loop in expand_path had a typo at the
	start: it had "sp != '\0'" instead of "*sp != '\0'" so it was a
	potentially infinite loop.  I also simplified the code for dealing with // in a path.

2003-11-28  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Run text-mode hooks when entering text mode. To do
	this, add a call to the text-mode hooks in find_file_hooks in an
	else clause (this is zile, we don't have a fundamental mode, text is
	the lowest we go!), and compile find_file_hooks() and the call to it
	from find_file() unconditionally.  In passing, #ifdef the declaration of c_file[] and shell_file[]
	conditional on the relevant modes.

2003-11-28  Reuben Thomas <rrt@sc3d.org>

	* src/funcs.c: Fix whitespace problems (I'm not that tedious, but I
	now use whitespace.el in Emacs, which is).

2003-11-28  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_minibuf.c: In ncurses_minibuf_read, don't
	change to an old buffer if there isn't one.

2003-11-28  Reuben Thomas <rrt@sc3d.org>

	* src/minibuf.c: Whitespace cleanup.

2003-10-24  Sandro Sigala <sandro@sigala.it>

	* COPYRIGHT, HISTORY, NEWS, TODO, doc/zile.texi, doc/zilerc.texi,
	etc/FAQ, etc/HELP, etc/zilerc.sample, etc/zlint, lib/agetcwd.c,
	lib/agetcwd.h, lib/alist.3, lib/astr.3, lib/astr.c, lib/astr.h,
	src/basic.c, src/bind.c, src/buffer.c, src/extern.h, src/file.c,
	src/fontlock.c, src/funcs.c, src/glue.c, src/help.c, src/keys.c,
	src/killring.c, src/line.c, src/macro.c, src/main.c, src/minibuf.c,
	src/rc.c, src/redisplay.c, src/registers.c, src/search.c,
	src/tbl_funcs.h, src/tbl_vars.h, src/term_ncurses/ncurses_key.c,
	src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_misc.c,
	src/term_ncurses/ncurses_redisplay.c,
	src/term_ncurses/term_ncurses.c, src/term_ncurses/term_ncurses.h,
	src/undo.c, src/variables.c, src/version.h, src/window.c,
	src/zile.1.in, src/zile.h: * minor fixes to expand_path().  * fixed memory leak in usage of agetcwd().  Now agetcwd() also uses
	  a previously allocated astr to store the directory name (simplifies   the code).  * fixed problem about relative directories, when zile is called   with filenames on the command line (e.g., `zile term_ncurses/*.c'   now works correctly).  * introduced astr_isempty(), astr_first_char(), astr_last_char()
	  sugar functions.  "astr_last_char(as)" is certainly better than the
	  ugly "astr_cstr(as)[astr_size(as) - 1]".  * introduced ZTRACE() function to make debugging easier.  * renamed ANCHOR_SPECIAL to ANCHOR_HEREDOC because   cat <<EOF   bla   EOF   stuff is usually called here-document.  * renamed `font-special' variable to `font-here-document'.  * added `font-here-document' to tbl_vars.h, zilerc.sample and
	Texinfo.  * redisplay speedup: cache a few more variables:   status-line-color, display-time-format, displayable-characters.  * startup speedup: do not cache the variables too ofter.  * made make_heredoc_string more flexible.  * fixed zlint.  * documented `sh-mode', `kill-word', `backward-kill-word' in
	Texinfo.  * other fixes.

2003-09-30  Reuben Thomas <rrt@sc3d.org>

	* lib/agetcwd.c: Cope with error conditions returned by getcwd

2003-09-30  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Don't try to index past the end of a line in
	auto-fill-mode: limit the index to the max of (fill column, current
	line length). This can go wrong when there are tabs in the line.

2003-09-28  Reuben Thomas <rrt@sc3d.org>

	* etc/zlint: Whitespace cleanup.

2003-09-28  Reuben Thomas <rrt@sc3d.org>

	* zile.lsm: Update for actual 1.7-b1 beta release.

2003-09-07  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Remove erroneous addition of NULs to strings (astrs
	are always NUL-terminated, and adding a NUL just makes the length
	wrong). This fixes filename completion, which had stopped working.

2003-08-11  Reuben Thomas <rrt@sc3d.org>

	* src/.cvsignore: Add fontlock_*.c.

2003-06-24  Reuben Thomas <rrt@sc3d.org>

	* src/file.c, src/funcs.c, src/killring.c,
	src/term_ncurses/ncurses_key.c,
	src/term_ncurses/ncurses_redisplay.c: Fix a slew of compiler
	warnings caught by -Wall (thanks to Nicolas Duboc for putting me on
	the case!)

2003-06-24  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.c: Add missing return value to astr_fmt and astr_vfmt

2003-06-24  Reuben Thomas <rrt@sc3d.org>

	* src/fontlock_c.c, src/fontlock_cpp.c, src/fontlock_csharp.c,
	src/fontlock_java.c: Remove these files, as they're generated. In
	any case, the versions in CVS are made by gperf 2.5, and don't
	compile cleanly (thanks to Nicolas Duboc for pointing this out).

2003-06-24  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Include ctype.h for isspace (thanks to Nicolas Duboc).

2003-06-24  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.c: Don't use non-standard initialisers.

2003-05-25  Reuben Thomas <rrt@sc3d.org>

	* KNOWNBUGS: Tweak the English.

2003-05-25  Reuben Thomas <rrt@sc3d.org>

	* src/file.c: Get rid of the fixed-size buffer for reading userids.
	expand_path now seems not to work, but it didn't even before this
	change.

2003-05-25  Reuben Thomas <rrt@sc3d.org>

	* doc/.cvsignore: Add zile.info

2003-05-25  Reuben Thomas <rrt@sc3d.org>

	* lib/vasprintf.c, src/zile.h: Fix typo: HAS_VASPRINTF -->
	HAVE_VASPRINTF

2003-05-25  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.c: Reinstate change I lost earlier that assumes we have
	vasprintf.

2003-05-25  Reuben Thomas <rrt@sc3d.org>

	* src/bind.c, src/minibuf.c, src/term_ncurses/ncurses_minibuf.c,
	src/zile.h: Make historyp.try take an astr for symmetry with
	historyp.reread.

2003-05-25  Reuben Thomas <rrt@sc3d.org>

	* lib/astr.3, lib/astr.c, lib/astr.h, src/minibuf.c: Remove the ugly
	astr_delete_struct_only function and dangerous astr_str
	function/macro.

2003-05-25  Reuben Thomas <rrt@sc3d.org>

	* configure.ac, lib/vasprintf.c, src/line.c, src/zile.h: Make
	vasprintf mandatory, and provide an implementation for those
	platforms that lack it (courtesy of David Taillandier's xnprintf
	library).

2003-05-25  Reuben Thomas <rrt@sc3d.org>

	* .cvsignore: Add configure.

2003-05-25  Reuben Thomas <rrt@sc3d.org>

	* lib/memcmp.c: Format source in linux style.

2003-05-23  Sandro Sigala <sandro@sigala.it>

	* src/file.c, src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_misc.c, src/term_ncurses/term_ncurses.c,
	src/zile.h: shut up some implicit (const char *) -> (char *) casts
	warnings

2003-05-19  Reuben Thomas <rrt@sc3d.org>

	* src/term_ncurses/ncurses_minibuf.c: Remove an include of
	pathbuffer.h that escaped the earlier purge.

2003-05-19  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Remove a spurious increment that should have been
	removed when applying patches earlier.

2003-05-19  Reuben Thomas <rrt@sc3d.org>

	* configure, doc/zile.info: Remove generated files from CVS. Yeah, I
	know, we probably want them in source tarballs, but that's fine, you
	do a "make; make distclean" and then make the tarball.

2003-05-19  Reuben Thomas <rrt@sc3d.org>

	* lib/agetcwd.c, lib/agetcwd.h: These files were added as part of
	the removal of pathbuffer_t.  char *agetcwd(void) returns the cwd in a malloced string.

2003-05-19  Reuben Thomas <rrt@sc3d.org>

	* lib/Makefile.in, lib/astr.3, lib/astr.c, lib/astr.h,
	src/Makefile.in, src/buffer.c, src/extern.h, src/file.c,
	src/fontlock.c, src/funcs.c, src/help.c, src/line.c, src/main.c,
	src/minibuf.c, src/pathbuffer.c, src/pathbuffer.h, src/rc.c,
	src/term_ncurses/ncurses_minibuf.c, src/window.c, src/zile.h: Sandro
	suggested replacing pathbuffer_t with astr. This set of patches is
	the rather ugly result, although it's not as bad as it looks: lots
	of the changes are just making char * --> const char *. One or two
	infelicities, such as the fact that one history method now take an
	astr, while another still takes a char *, need fixing. Since I
	propose to carry on cleaning up the code generally, that shouldn't
	be too much of a problem.  However, this set of changes definitely validates the decision to go
	for a 1.6.2 release before releasing 1.7! 1.7 may now take a little
	while to stabilise.

2003-05-16  Sandro Sigala <sandro@sigala.it>

	* configure, doc/zile.info: regenerated configure with the latest
	autoconf.  the info file should be included into the distribution
	(makeinfo may be unavailable on user machine).

2003-05-16  Sandro Sigala <sandro@sigala.it>

	* .cvsignore, doc/.cvsignore, etc/.cvsignore, lib/.cvsignore,
	src/.cvsignore, src/term_ncurses/.cvsignore: added files to ignore
	configure generated files.

2003-05-15  Reuben Thomas <rrt@sc3d.org>

	* src/main.c: Get rid of use of HAVE_NCURSES (now defunct).

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* config.h.in, configure.ac, src/config.h.in, src/main.c: Since we
	always require (n)curses, remove USE_NCURSES symbol; also since we
	can use plain curses, rename HAVE_LIBNCURSES to HAVE_LIBCURSES.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* acconfig.h: Replaced by config.h.in in newer autoconf.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* NEWS: Add a note about 1.6.2 to explain its absence from NEWS.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* Makefile.in: Adjust distclean rule for newer autoconf.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* configure.in: configure.in superceded by configure.ac

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* configure: Remove generated file from the repo. N.B. This is not
	removed by make distclean, so should still be present when making a
	distribution tarball. The same applies to doc/zile.info

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* doc/zile.info: Remove inessential file from the repo.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* etc/HELPWIN, etc/HELPWINALT: These files don't seem to be used in
	1.7-b1; I'm not sure where they came from, as they don't seem to be
	used in 1.6.x either.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* zile.lsm: Update for 1.7-b1.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* COPYRIGHT, CREDITS, HISTORY, KNOWNBUGS, Makefile.in, NEWS,
	README, README.compile, TODO, config.h.in, configure, configure.ac,
	doc/Makefile.in, doc/texinfo.tex, doc/zile.info, doc/zile.texi,
	doc/zilerc.texi, etc/FAQ, etc/HELP, etc/MINIHELP1, etc/Makefile.in,
	etc/TUTORIAL, etc/mkdoc.c, etc/zilerc.sample, etc/zlint,
	lib/Makefile.in, lib/alist.3, lib/alist.c, lib/alist.h, lib/astr.3,
	lib/astr.c, lib/astr.h, lib/htable.3, lib/htable.c, lib/htable.h,
	lib/xmalloc.c, lib/xrealloc.c, lib/xstrdup.c, src/Makefile.in,
	src/basic.c, src/bind.c, src/buffer.c, src/extern.h, src/file.c,
	src/fontlock.c, src/fontlock_c.c, src/fontlock_cpp.c,
	src/fontlock_csharp.c, src/fontlock_csharp.gperf,
	src/fontlock_java.c, src/fontlock_java.gperf, src/funcs.c,
	src/glue.c, src/help.c, src/keys.c, src/killring.c, src/line.c,
	src/macro.c, src/main.c, src/minibuf.c, src/rc.c, src/redisplay.c,
	src/registers.c, src/search.c, src/tbl_funcs.h, src/tbl_vars.h,
	src/term_ncurses/Makefile.in, src/term_ncurses/ncurses_key.c,
	src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_misc.c,
	src/term_ncurses/ncurses_redisplay.c,
	src/term_ncurses/term_ncurses.c, src/term_ncurses/term_ncurses.h,
	src/undo.c, src/variables.c, src/version.h, src/window.c,
	src/zile.1.in, src/zile.h: Land the 1.7 sources. This is basically
	1.7-a7 (unreleased except on Sandro's home page) plus my and Nicolas
	Duboc's 1.6.2 fixes, plus some patches to 1.7-a6 from David Capello.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* zile.lsm: LSM file needed for sunsite.unc.edu (now ibiblio), so
	readd.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.in: Corrected accidental removal of pathbuffer files
	in last checkin.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* src/hash.c, src/hash.h: These files shouldn't be here any more,
	they're replaced by htable in lib/.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* src/zile.1: zile.1 is autogenerated, so don't have it in CVS.

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.in: Add pathbuffer.{c,o} from Nicolas Duboc's fixes,
	and fix program dependencies to $(ZILELIBS), not $(LIBS), so we
	don't try to build -lncurses or -lcurses (weirdly this worked on
	Linux; perhaps GNU Make has some magic to cope with idiocy of this
	sort).

2003-05-06  Reuben Thomas <rrt@sc3d.org>

	* CREDITS, NEWS, TODO: Last-minute updates (mostly for Nicolas
	Duboc's bug fixes).

2003-04-25  Reuben Thomas <rrt@sc3d.org>

	* src/pathbuffer.c, src/pathbuffer.h: Add files from nduboc@sf.net
	as part of his patch to support systems lacking PATH_MAX.

2003-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/extern.h, src/line.c, src/undo.c, src/zile.1, src/zile.h: Fix
	[ 723165 ] zile 1.6.1 mishandles undo command in overwrite mode;
	patch by Nicolas Duboc (nduboc@sf.net)

2003-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/line.c: Fix [ 723142 ] zile 1.6.1 mishandles cursor positions
	on multiple windows; patch from Nicolas Duboc (nduboc@sf.net).

2003-04-24  Reuben Thomas <rrt@sc3d.org>

	* src/Makefile.in, src/extern.h, src/file.c, src/help.c,
	src/main.c, src/minibuf.c, src/rc.c,
	src/term_ncurses/ncurses_minibuf.c, src/zile.h: Fix compilation on
	GNU/HURD. Patch from Nicolas Duboc [nicolas@duboc.net]

2003-04-24  Reuben Thomas <rrt@sc3d.org>

	* configure, configure.in: Added check for MAKEINFO (snaffled from
	OpenAL's configure.in).

2003-04-24  Reuben Thomas <rrt@sc3d.org>

	* lib/memcmp.c: Add memcmp.c for e.g. SunOS.

2003-04-24  Reuben Thomas <rrt@sc3d.org>

	* lib/Makefile.in, lib/alist.3, lib/alist.c, lib/alist.h,
	lib/astr.3, lib/astr.c, lib/astr.h, lib/htable.3, lib/htable.c,
	lib/htable.h, lib/xmalloc.c, lib/xrealloc.c, lib/xstrdup.c,
	src/Makefile.in, src/basic.c, src/bind.c, src/buffer.c,
	src/config.h.in, src/extern.h, src/file.c, src/fontlock.c,
	src/funcs.c, src/glue.c, src/help.c, src/keys.c, src/killring.c,
	src/line.c, src/macro.c, src/main.c, src/minibuf.c, src/rc.c,
	src/redisplay.c, src/registers.c, src/search.c, src/tbl_funcs.h,
	src/tbl_vars.h, src/term_ncurses/Makefile.in,
	src/term_ncurses/ncurses_key.c, src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_misc.c,
	src/term_ncurses/ncurses_redisplay.c,
	src/term_ncurses/term_ncurses.c, src/term_ncurses/term_ncurses.h,
	src/undo.c, src/variables.c, src/version.h, src/window.c,
	src/zile.1.in, src/zile.h: Committing 1.6.2 sources.

2003-04-24  Reuben Thomas <rrt@sc3d.org>

	* COPYRIGHT, CREDITS, HISTORY, KNOWNBUGS, Makefile.in, NEWS,
	README, README.compile, TODO, acconfig.h, configure, configure.in,
	doc/Makefile.in, doc/texinfo.tex, doc/zile.info, doc/zile.texi,
	doc/zilerc.texi, etc/FAQ, etc/HELP, etc/LATEST_VERSION,
	etc/MINIHELP1, etc/MINIHELP2, etc/MINIHELP3, etc/Makefile.in,
	etc/TUTORIAL, etc/mkdoc.c, etc/refcard.ps, etc/refcard.tex,
	etc/zilerc.sample, zile.lsm: Commit the 1.6.2 sources so far.

2001-01-19  Sandro Sigala <sandro@sigala.it>

	* lib/err.c, lib/err.h, src/term_ncurses/Makefile.in,
	src/term_ncurses/README, src/term_ncurses/ncurses_key.c,
	src/term_ncurses/ncurses_minibuf.c,
	src/term_ncurses/ncurses_misc.c,
	src/term_ncurses/ncurses_redisplay.c,
	src/term_ncurses/term_ncurses.c, src/term_ncurses/term_ncurses.h,
	src/zile.1, src/zile.1.in, src/zile.h: Initial revision

2001-01-19  Sandro Sigala <sandro@sigala.it>

	* Initial revision

