# HG changeset patch # User Kim F. Storm # Date 1124108978 0 # Node ID d912e5d238ec655cf9f103eb87d89db42b625ca3 # Parent 62ba4ebf93525eb7fc0ee44a5e353c392ef6c7f5 *** empty log message *** diff -r 62ba4ebf9352 -r d912e5d238ec lisp/ChangeLog --- a/lisp/ChangeLog Mon Aug 15 12:22:43 2005 +0000 +++ b/lisp/ChangeLog Mon Aug 15 12:29:38 2005 +0000 @@ -1,3 +1,8 @@ +2005-08-15 Kim F. Storm + + * ido.el (ido-buffer-internal): Use with-no-warnings. + (ido-make-merged-file-list): Use while-no-input. + 2005-08-14 Richard M. Stallman * files.el (interpreter-mode-alist): Doc fix. diff -r 62ba4ebf9352 -r d912e5d238ec src/ChangeLog --- a/src/ChangeLog Mon Aug 15 12:22:43 2005 +0000 +++ b/src/ChangeLog Mon Aug 15 12:29:38 2005 +0000 @@ -1,5 +1,7 @@ 2005-08-15 Kim F. Storm + * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input. + * process.c (deactivate_process, status_notify, read_process_output) (update_status, status_convert, decode_status, allocate_pty) (make_process, remove_process, list_processes_1)