use struct design_matrix
[pspp-builds.git] / src / ui / terminal / ChangeLog
index f86d6c8ca7053f0a18e90213f589244f56924951..7129d050c249c9ac74530efc2fd807c0f5081bde 100644 (file)
@@ -1,3 +1,32 @@
+Fri Jul  7 20:03:42 2006  Ben Pfaff  <blp@gnu.org>
+
+       * main.c: (main) Register SIGABRT with bug_handler also.
+       (bug_handler) Handle SIGABRT also.
+
+Tue Jun 27 22:44:56 2006  Ben Pfaff  <blp@gnu.org>
+
+       Fix regression in command name completion reported by John
+       Darrington.  Now completion is again state-dependent and occurs
+       only on the first line of a command.
+       
+       * main.c (main): Reading of first token in command moved into
+       cmd_parse.
+       (execute_command) Removed.
+
+       * read-line.c: [HAVE_READLINE] (readln_initialize) Postpone
+       setting rl_attempted_completion_function until readln_read.
+       [HAVE_READLINE] (readln_read) Change param from const char * to
+       enum getl_prompt_style.  Set rl_attempted_completion_function
+       based on style.
+       [HAVE_READLINE] (complete_command_name) New function.
+       [HAVE_READLINE] (dont_complete) New function.
+       [HAVE_READLINE] (command_generator) New function.
+
+Tue Jun 27 08:23:07 2006  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk (src_ui_terminal_pspp_LDADD): Add $(LIBICONV).
+       Thanks to Jason Stover for reporting the omission.
+
 Thu May  4 21:50:59 2006  Ben Pfaff  <blp@gnu.org>
 
        Continue reforming procedure execution.  In this phase, move