log src/minibuf.c @ 17499:77604d2454dc libc-970418 libc-970419 libc-970420 libc-970421 libc-970422 libc-970423 libc-970424 libc-970425 libc-970426 libc-970427 libc-970428 libc-970429 libc-970430 libc-970501 libc-970502 libc-970503 libc-970504 libc-970505

age author description
1997-04-11 Richard M. Stallman (read_minibuf): Get the string from the minibuffer
1997-04-10 Karl Heuer (scmp, Fdisplay_completion_list): Fix Lisp_Object/integer confusion.
1997-02-20 Karl Heuer Include charset.h.
1997-02-10 Richard M. Stallman (Fminibuffer_message): New function.
1996-12-08 Richard M. Stallman (syms_of_minibuf): Doc fix.
1996-11-11 Richard M. Stallman (choose_minibuf_frame): Don't change selected_frame's
1996-10-26 Richard M. Stallman (read_minibuf_unwind): Don't restore minibuf_window;
1996-09-21 Richard M. Stallman (read_minibuf): Use FRAME_LEFT_SCROLL_BAR_WIDTH
1996-09-18 Richard M. Stallman (Fcompleting_read): Doc fix.
1996-09-16 Richard M. Stallman (read_minibuf_unwind): Clear last_overlay_modified field.
1996-09-13 Richard M. Stallman (read_minibuf): If not in minibuffer window,
1996-09-01 Karl Heuer Removed support for !MULTI_FRAME.
1996-08-30 Richard M. Stallman (Fminibuffer_complete_word): Check for
1996-08-29 Richard M. Stallman (Vhistory_length, Qhistory_length): New variables.
1996-08-07 Richard M. Stallman (Fread_from_minibuffer): Make position 0 in the initial
1996-06-10 Richard M. Stallman (choose_minibuf_frame): Eliminate MSDOS-non-MULTI_FRAME conditional.
1996-06-10 Richard M. Stallman (choose_minibuf_frame): Support multiple frames on MSDOS.
1996-04-10 Richard M. Stallman (read_minibuf): GCPRO ambient_dir.
1996-04-07 Richard M. Stallman (read_minibuf): Rearrange operations, mainly putting
1996-02-25 Richard M. Stallman (read_minibuf): Bind inhibit-read-only to t around clearing the minibuffer.
1996-01-29 Richard M. Stallman (Fset_minibuffer_window): New function.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Ftry_completion, Fall_completions, Fcompleting_read): Harmonize arguments
1995-12-21 Karl Heuer (read_minibuf): Pass PROPS arg to make_buffer_string.
1995-12-13 Karl Heuer (choose_minibuf_frame): Test HAVE_X_WINDOWS.
1995-11-20 Richard M. Stallman (choose_minibuf_frame): On MSDOS, just use minibuf_window.
1995-11-04 Karl Heuer (choose_minibuf_frame): Moved here from frame.c.
1995-10-30 Richard M. Stallman (temp_echo_area_glyphs): Only delete the temporary message.
1995-10-24 Richard M. Stallman (syms_of_minibuf): Doc fix.
1995-10-09 Richard M. Stallman (temp_echo_area_glyphs): Restore the old point value.
1995-09-25 Richard M. Stallman (read_minibuf_unwind): Use safe_run_hooks.
1995-08-31 Richard M. Stallman (Fdisplay_completion_list): Clear all text properties
1995-08-05 Richard M. Stallman (Fdisplay_completion_list): gcpro elt.
1995-07-21 Richard M. Stallman (read_minibuf): Call choose_minibuffer_frame.
1995-06-09 Karl Heuer (Fminibuffer_complete): Make last_command be kboard-local.
1995-04-10 Richard M. Stallman Don't include keyboard.h.
1995-04-10 Richard M. Stallman Include keyboard.h.
1995-03-15 Karl Heuer (read_minibuf): Rename perdisplay to kboard.
1995-03-14 Richard M. Stallman (read_minibuf): Save Voverriding_local_map.
1995-03-01 Karl Heuer (read_minibuf, read_minibuf_unwind): Undo Jan 31 change.
1995-02-24 Karl Heuer (read_minibuf): Make sure the display is locked.
1995-02-01 Karl Heuer (read_minibuf, read_minibuf_unwind): Use perdisplay.
1995-01-30 Richard M. Stallman (Fcall_interactively): Pass new arg to Fread_string.
1995-01-22 Richard M. Stallman (read_minibuf): Don't print the prompt in batch mode.
1994-12-25 Richard M. Stallman (read_minibuf): GCPRO things.
1994-12-15 Richard M. Stallman (Fall_completions): New arg hide_spaces.
1994-11-28 Richard M. Stallman (Fminibuffer_complete_and_exit): Catch errors in do_completion.
1994-11-13 Richard M. Stallman (Fdisplay_completion_list): Update COLUMN unconditionally.
1994-10-20 Karl Heuer (read_minibuf): Fix comment.
1994-10-20 Richard M. Stallman (read_minibuf): Undo previous change.
1994-10-18 Karl Heuer (read_minibuf): Store the object, not the string, into the history variable.
1994-10-12 Karl Heuer (test_completion): Fix reversed condition.
1994-10-08 Richard M. Stallman (test_completion): New function, extracted from do_completion.
1994-10-04 Karl Heuer (read_minibuf, get_minibuffer, read_minibuf_unwind, Fread_from_minibuffer,
1994-09-29 Karl Heuer (scmp): Use unsigned chars, to avoid confusing DOWNCASE.
1994-09-27 Karl Heuer (read_minibuf, Fread_from_minibuffer, Fread_buffer, Ftry_completion,
1994-09-24 Richard M. Stallman (read_minibuf_unwind): Preserve Vdeactivate_mark.
1994-09-22 Richard M. Stallman (Fcompleting_read): Doc fix.
1994-09-19 Karl Heuer (read_minibuf): Fix Lisp_Object vs. int problems.
1994-09-18 Richard M. Stallman (get_minibuffer): Call Fkill_all_local_variables.