X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2FChangeLog;h=7129d050c249c9ac74530efc2fd807c0f5081bde;hb=b1b43c0d6a64d29a13953aa15d98dd74117faa95;hp=00cef0f79459527b4e61bb2077af79f803df4037;hpb=7ae8b9ba0e2634a5b72ac6470ebbdf92a78b7892;p=pspp diff --git a/src/ui/terminal/ChangeLog b/src/ui/terminal/ChangeLog index 00cef0f794..7129d050c2 100644 --- a/src/ui/terminal/ChangeLog +++ b/src/ui/terminal/ChangeLog @@ -1,3 +1,27 @@ +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).