aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* (do_completion): Don't consider a simple change of case as `completion'.Miles Bader2000-08-081-6/+14
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-13/+13
* (Fminibuffer_complete): Set point to ZV if findingGerd Moellmann2000-03-151-0/+2
* (Fminibuffer_complete): Move point to ZV when input isGerd Moellmann2000-03-071-0/+2
* (read_minibuf): Cancel busy-cursor.Gerd Moellmann2000-02-251-0/+4
* (Ftry_completion, Fall_completions): Add a reference toStefan Monnier2000-02-141-1/+5
* (read_minibuf_noninteractive): Remove undeclared gcpro1, gcpro2.Dave Love2000-02-041-2/+4
* (Ftry_completion): Doc fix.Richard M. Stallman2000-01-111-1/+1
* (Fcompleting_read): Doc fix.Gerd Moellmann2000-01-071-0/+1
* (Fcompleting_read): Rename arg INIT to INITIAL_INPUT.Richard M. Stallman1999-12-191-3/+5
* (Fall_completions): Doc fix.Richard M. Stallman1999-12-131-1/+1
* (do_completion, Fminibuffer_complete_word): UseGerd Moellmann1999-11-041-3/+3
* (string_to_object): New.Gerd Moellmann1999-11-031-24/+112
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-7/+7
* (Fminibuffer_complete_and_exit): Supply value for newGerd Moellmann1999-10-171-52/+26
* (Fminibuffer_complete_word): Calculate string byteKenichi Handa1999-09-301-2/+2
* (toplevel): Move include of stdio.h to other includes.Gerd Moellmann1999-09-201-2/+1
* (read_minibuf): Remove unused variables.Gerd Moellmann1999-09-161-7/+4
* (choose_minibuf_frame): Don't try to set theGerd Moellmann1999-09-131-11/+19
* (read_minibuf_unwind): Call resize_mini_window withGerd Moellmann1999-09-121-20/+17
* (read_minibuf): Put all three properties on the same range--the whole prompt.Richard M. Stallman1999-09-081-4/+5
* (read_minibuf_unwind): Resize mini-window whenGerd Moellmann1999-09-031-0/+5
* (read_minibuf): Flush display after setting cursor toGerd Moellmann1999-09-011-0/+2
* Remove conditional compilation onGerd Moellmann1999-08-211-53/+23
* (read_minibuf): Reset echo message strings to nil.Gerd Moellmann1999-07-211-15/+99
* (read_minibuf): Set the multibyteness of theRichard M. Stallman1999-07-021-4/+4
* Fix previous change.Richard M. Stallman1998-10-131-6/+21
* (Fdisplay_completion_list): Put on mouse-face properties.Richard M. Stallman1998-10-131-6/+27
* (Fminibuffer_complete): this_command renamed to Vthis_command.Richard M. Stallman1998-08-091-3/+3
* (Vminibuffer_completing_file_name): New var.Richard M. Stallman1998-07-021-2/+8
* (syms_of_minibuf): Initialize buffer-name-history.Karl Heuer1998-06-191-0/+1
* (Fcompleting_read): Escape bare newline in doc string.Erik Naggum1998-06-141-1/+1
* (syms_of_minibuf): Doc fix.Richard M. Stallman1998-05-201-1/+1
* (read_minibuf): If history list var is void, make it nil.Richard M. Stallman1998-05-191-2/+6
* (Fminibuffer_complete_word): Fix the string-comparison loop.Richard M. Stallman1998-05-131-3/+3
* (Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES.Richard M. Stallman1998-05-121-2/+2
* (assoc_for_completion): Use Fcompare_strings.Richard M. Stallman1998-05-121-14/+27
* (Qbuffer_name_history): New variable.Richard M. Stallman1998-05-091-2/+6
* (minibuf_conform_representation): New function.Richard M. Stallman1998-04-301-8/+28
* (Ftry_completion): Use Fcompare_strings.Richard M. Stallman1998-04-201-43/+82
* (Fself_insert_and_exit): Fix mixing of Lisp_Object andAndreas Schwab1998-04-141-1/+1
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-22/+22
* Reorder args of del_range_both.Karl Heuer1998-02-251-1/+1
* (read_minibuf): Do use DEFALT in place of empty inputRichard M. Stallman1998-02-171-7/+11
* (read_minibuf): If input is empty, return empty string.Richard M. Stallman1998-02-081-9/+14
* (Fread-string): Doc fix.Stephen Eglen1998-01-221-2/+5
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (Fminibuffer_complete_word): Fix a bug of referingKenichi Handa1998-01-121-1/+1
* (read_minibuf): Handle bytes vs charsRichard M. Stallman1998-01-051-4/+14
* (test_completion): Pass both kinds of size to oblookup.Richard M. Stallman1998-01-051-40/+56