aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* (reset_buffer): Init auto_save_failure_time slot.Richard M. Stallman1994-03-231-0/+1
* (buffer-display-table, buffer-undo-list): Delete docstring of second versionKarl Heuer1994-03-141-2/+2
* (Fkill_buffer, Fkill_all_local_variables):Richard M. Stallman1994-03-051-2/+4
* (Fget_file_buffer): Doc fix.Karl Heuer1994-03-031-0/+1
* (sort_overlays): Allow for null window.Karl Heuer1994-02-241-20/+20
* (Fkill_buffer): Call the Vkill_buffer_query_functions.Richard M. Stallman1994-02-241-1/+21
* (syms_of_buffer): Doc fix.Richard M. Stallman1994-02-111-1/+3
* (Fkill_all_local_variables): Run change-major-mode-hook.Karl Heuer1994-02-091-0/+2
* (sort-overlays): New function, extracted from xfaces.c.Karl Heuer1994-02-091-0/+85
* Whitespace change.Richard M. Stallman1994-01-301-2/+2
* (kill-all-local-variables): follow symbol forwarding.Karl Heuer1994-01-291-1/+2
* (syms_of_buffer): Don't do (put 'erase-buffer 'disabled t) here.Roland McGrath1994-01-121-3/+5
* [MSDOS]: New buffer-local variable:Richard M. Stallman1994-01-081-0/+25
* Don't include syntax.h.Richard M. Stallman1994-01-041-1/+12
* (Fbuffer_disable_undo): Make arg optional.Richard M. Stallman1993-12-231-2/+3
* (Frename_buffer): When the current buffer is already named NAME, don'tRoland McGrath1993-11-201-1/+5
* Undo last change. SPC feeping at you is too annoying.Roland McGrath1993-11-201-1/+1
* (Frename_buffer): Change s to B in interactive spec to give buffer-nameRoland McGrath1993-11-201-1/+1
* (Flist_buffers): Always return a value.Richard M. Stallman1993-11-191-3/+4
* (Foverlay_put): Don't call redisplay_region if overlay has no buffer.Richard M. Stallman1993-11-161-3/+5
* (Ferase_buffer): Doc fix.Richard M. Stallman1993-11-091-1/+1
* (Fdelete_overlay, Foverlay_put): Use marker_position,Richard M. Stallman1993-10-141-4/+4
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (verify_overlay_modification): initialize endpos.Richard M. Stallman1993-08-111-0/+1
* (Fmove_overlay): Avoid initializer for Lisp_Object vars.Richard M. Stallman1993-08-021-4/+6
* (syms_of_buffer): Lisp var doc fixes.Richard M. Stallman1993-07-221-0/+10
* (Qmodification_hooks, Qinsert_in_front_hooks)Richard M. Stallman1993-07-211-0/+10
* (Fbuffer_local_variables): For local var that is unbound,Richard M. Stallman1993-07-151-13/+26
* (verify_overlay_modification): New function.Richard M. Stallman1993-07-131-0/+95
* * buffer.c (list_buffers_1): Make desired_point a lisp object; setJim Blandy1993-06-221-9/+12
* Don't let the 'B' interactive spec default to buffers viewed inJim Blandy1993-06-171-1/+1
* Don't let the 'B' interactive spec default to buffers viewed inJim Blandy1993-06-171-1/+1
* * buffer.c (list_buffers_1): Return the desired point.Jim Blandy1993-06-161-8/+13
* (Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE.Richard M. Stallman1993-06-111-1/+1
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
* (Fdelete_overlay): Do nothing if overlay already deleted.Richard M. Stallman1993-06-071-8/+25
* (syms_of_buffer): Set up Lisp var inhibit-read-only.Richard M. Stallman1993-06-041-1/+15
* (init_buffer): Init default-directory of minibuffer.Richard M. Stallman1993-06-031-0/+4
* (Fgenerate_new_buffer_name): Doc fix.Roland McGrath1993-05-301-1/+1
* (reset_buffer): Clear mark_active field here.Richard M. Stallman1993-05-301-4/+4
* (reset_buffer): Clear mark_active field here.Richard M. Stallman1993-05-291-1/+1
* (Fgenerate_new_buffer_name): New arg IGNORE.Richard M. Stallman1993-05-281-5/+11
* * buffer.c (Fmove_overlay): If the overlay is changing buffers,Jim Blandy1993-05-281-20/+24
* * buffer.c (Fmake_overlay): Put beg and end in theJim Blandy1993-05-241-18/+26
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* (overlays_at): New arg EXTEND.Richard M. Stallman1993-05-161-12/+39
* * buffer.c (Fmove_overlay): If the overlay is in no buffer and theJim Blandy1993-05-141-4/+8
* * buffer.c (Foverlay_start, Foverlay_end, Foverlay_buffer,Jim Blandy1993-05-141-0/+49
* * lisp.h (Lisp_Overlay): New tag.Jim Blandy1993-05-141-22/+50
* Arrange to tell redisplay about changes in overlays.Jim Blandy1993-05-101-1/+45