Remove num_to_string() function, because it is not used anywhere.
[pspp-builds.git] / src / ui / terminal / ChangeLog
index 330d94abc0e36f1402efac75d00f9224549a5585..7129d050c249c9ac74530efc2fd807c0f5081bde 100644 (file)
@@ -1,3 +1,43 @@
+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
+       procedure.c and procedure.h from src to src/data.  Update
+       makefiles and #includes accordingly.
+
+       * automake.mk: (src_ui_terminal_pspp_SOURCES) Remove
+       src/procedure.c and src/procedure.h.
+       (src_ui_terminal_pspp_LDADD) Move libexpressions.a later in list
+       to make the link work.
+
 Wed May  3 23:09:37 2006  Ben Pfaff  <blp@gnu.org>
 
        Continue reforming procedure execution.  In this phase, get rid of