summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (PRINTPREPARE): Really do set free_print_buffer.Richard M. Stallman1996-11-041-1/+1
* (PRINTDECLARE): Declare specpdl_count and free_print_buffer.Richard M. Stallman1996-11-041-11/+31
* (command_loop_1): Update selected buffer again after read_key_sequence.Richard M. Stallman1996-11-021-0/+4
* (printchar, strout): Do QUIT for echo area output.Richard M. Stallman1996-11-021-8/+28
* (EmacsFrameResize): Use cancel_mouse_face.Richard M. Stallman1996-10-311-0/+2
* (cancel_mouse_face): New function. Code copied fromRichard M. Stallman1996-10-311-8/+20
* (main): Clear out *Messages* before init_callproc.Richard M. Stallman1996-10-311-7/+11
* (dir_warning): New function.Richard M. Stallman1996-10-311-3/+17
* (init_callproc): Use dir_warning.Richard M. Stallman1996-10-311-12/+4
* Reorganize function definitions so etags finds them.Erik Naggum1996-10-315-23/+18
* (BROKEN_O_NONBLOCK): Define only if Ultrix.Richard M. Stallman1996-10-301-2/+14
* (XTread_socket, KeyPress case): Clear compose_statusRichard M. Stallman1996-10-301-0/+8
* (Fmake_char_table): Doc fix.Erik Naggum1996-10-281-1/+1
* (read_minibuf_unwind): Don't restore minibuf_window;Richard M. Stallman1996-10-261-1/+20
* (Fexpand_file_name): No longer discard .../ before another / or ~.Richard M. Stallman1996-10-261-23/+0
* (describe_buffer_bindings): Pass 1 for PARTIALRichard M. Stallman1996-10-261-3/+3
* (status_notify): Update p->tick againRichard M. Stallman1996-10-261-0/+5
* (decode_mode_spec): In the `L' case,Richard M. Stallman1996-10-261-0/+3
* (Vdebug_on_signal): Renamed from Vdebug_force.Richard M. Stallman1996-10-141-5/+5
* Fix typo in comment.Karl Heuer1996-10-141-1/+1
* (UNEXEC): Undef before defining.Richard M. Stallman1996-10-131-0/+1
* (Fdefine_function): Function definition deleted.Richard M. Stallman1996-10-121-24/+0
* (XTwrite_glyphs, XTclear_end_of_line, XTclear_frame)Richard M. Stallman1996-10-121-20/+18
* (struct frame): New field phys_cursor_on.Richard M. Stallman1996-10-121-0/+2
* (Fbuffer_has_markers_at): New function.Richard M. Stallman1996-10-111-0/+27
* [__hpux]: Define hpux. From Eric Backus.Jim Meyering1996-10-101-1/+9
* (init_display): If not yet initialized,Richard M. Stallman1996-10-091-1/+1
* (Fx_popup_menu): Give the menu a title when the menu is a single keymap.Richard M. Stallman1996-10-091-0/+2
* (struct position): New field ovstring_chars_done.Richard M. Stallman1996-10-071-0/+3
* (POSIX_SIGNALS): New definition.Richard M. Stallman1996-10-071-0/+3
* (display_text_line): New arg ovstr_done. (Callers changed).Richard M. Stallman1996-10-061-9/+33
* (x_set_internal_border_width): Only changeRichard M. Stallman1996-10-061-3/+5
* (vmotion, compute_motion): Fill in ovstring_chars_done in the return value.Richard M. Stallman1996-10-061-0/+3
* (special-display-p): Doc fix.Erik Naggum1996-10-061-1/+1
* (Fspecial_display_p, Fsame_window_p): New functions.Erik Naggum1996-10-061-49/+74
* (decode_env_path): Add /: to dir names that could be magic.Richard M. Stallman1996-10-041-10/+42
* (init_buffer): Add /: to dir names that could be magic.Richard M. Stallman1996-10-041-0/+8
* (openp): Omit /: from start of file name.Richard M. Stallman1996-10-041-3/+16
* (ospeed): New #undef to counteract that definition.Richard M. Stallman1996-10-021-0/+3
* (ospeed): New definition.Richard M. Stallman1996-10-021-0/+4
* (store_frame_param): Allow setting a frame's minibufferKarl Heuer1996-10-021-2/+3
* (syms_of_buffer): Doc fix.Richard M. Stallman1996-10-011-1/+1
* (show_mouse_face): Undo 1996-08-30 change.Richard M. Stallman1996-09-291-2/+12
* (Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'.Richard M. Stallman1996-09-281-8/+20
* (x_set_scroll_bar_width): Move cursor to theRichard M. Stallman1996-09-271-0/+1
* (Vdebug_force): New variable.Richard M. Stallman1996-09-271-4/+38
* (XTflash): Don't flash in the internal borders.Richard M. Stallman1996-09-271-7/+60
* (x_set_internal_border_width, Fx_create_frame):Richard M. Stallman1996-09-271-2/+6
* (widget_store_internal_border): New function.Richard M. Stallman1996-09-271-11/+10
* (isfloat_string): Accept E like e.Richard M. Stallman1996-09-261-1/+1