comparison src/ChangeLog @ 71122:b4a686e88672

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 31 May 2006 22:07:21 +0000
parents b44a459ae79e
children 592b45541eff
comparison
equal deleted inserted replaced
71121:f9586be49e8e 71122:b4a686e88672
1 2006-05-31 Juri Linkov <juri@jurta.org>
2
3 * minibuf.c (Vhistory_add_new_input): New variable.
4 (read_minibuf): Use it.
5 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
6 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
7
1 2006-05-31 Kim F. Storm <storm@cua.dk> 8 2006-05-31 Kim F. Storm <storm@cua.dk>
2 9
3 * process.c (select_wrapper): Add wrapper around select to work around 10 * process.c (select_wrapper): Add wrapper around select to work around
4 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside 11 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
5 select called from wait_reading_process_output. 12 select called from wait_reading_process_output.