X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2FChangeLog;h=7129d050c249c9ac74530efc2fd807c0f5081bde;hb=bd9396a24e862f444e1d3199f3a9dfd0d65daceb;hp=f86d6c8ca7053f0a18e90213f589244f56924951;hpb=81fff61a96bece351e381ad3fef8ab1248a952ba;p=pspp-builds.git diff --git a/src/ui/terminal/ChangeLog b/src/ui/terminal/ChangeLog index f86d6c8c..7129d050 100644 --- a/src/ui/terminal/ChangeLog +++ b/src/ui/terminal/ChangeLog @@ -1,3 +1,32 @@ +Fri Jul 7 20:03:42 2006 Ben Pfaff + + * main.c: (main) Register SIGABRT with bug_handler also. + (bug_handler) Handle SIGABRT also. + +Tue Jun 27 22:44:56 2006 Ben Pfaff + + 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 + + * 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 Continue reforming procedure execution. In this phase, move