| Age | Commit message (Expand) | Author |
| 1994-03-05 | (Fkill_buffer, Fkill_all_local_variables): | Richard M. Stallman |
| 1994-03-03 | (Fget_file_buffer): Doc fix. | Karl Heuer |
| 1994-02-24 | (sort_overlays): Allow for null window. | Karl Heuer |
| 1994-02-24 | (Fkill_buffer): Call the Vkill_buffer_query_functions. | Richard M. Stallman |
| 1994-02-11 | (syms_of_buffer): Doc fix. | Richard M. Stallman |
| 1994-02-09 | (Fkill_all_local_variables): Run change-major-mode-hook. | Karl Heuer |
| 1994-02-09 | (sort-overlays): New function, extracted from xfaces.c. | Karl Heuer |
| 1994-01-30 | Whitespace change. | Richard M. Stallman |
| 1994-01-29 | (kill-all-local-variables): follow symbol forwarding. | Karl Heuer |
| 1994-01-12 | (syms_of_buffer): Don't do (put 'erase-buffer 'disabled t) here. | Roland McGrath |
| 1994-01-08 | [MSDOS]: New buffer-local variable: | Richard M. Stallman |
| 1994-01-04 | Don't include syntax.h. | Richard M. Stallman |
| 1993-12-23 | (Fbuffer_disable_undo): Make arg optional. | Richard M. Stallman |
| 1993-11-20 | (Frename_buffer): When the current buffer is already named NAME, don't | Roland McGrath |
| 1993-11-20 | Undo last change. SPC feeping at you is too annoying. | Roland McGrath |
| 1993-11-20 | (Frename_buffer): Change s to B in interactive spec to give buffer-name | Roland McGrath |
| 1993-11-19 | (Flist_buffers): Always return a value. | Richard M. Stallman |
| 1993-11-16 | (Foverlay_put): Don't call redisplay_region if overlay has no buffer. | Richard M. Stallman |
| 1993-11-09 | (Ferase_buffer): Doc fix. | Richard M. Stallman |
| 1993-10-14 | (Fdelete_overlay, Foverlay_put): Use marker_position, | Richard M. Stallman |
| 1993-09-10 | Include <config.h> instead of "config.h". | Roland McGrath |
| 1993-08-11 | (verify_overlay_modification): initialize endpos. | Richard M. Stallman |
| 1993-08-02 | (Fmove_overlay): Avoid initializer for Lisp_Object vars. | Richard M. Stallman |
| 1993-07-22 | (syms_of_buffer): Lisp var doc fixes. | Richard M. Stallman |
| 1993-07-21 | (Qmodification_hooks, Qinsert_in_front_hooks) | Richard M. Stallman |
| 1993-07-15 | (Fbuffer_local_variables): For local var that is unbound, | Richard M. Stallman |
| 1993-07-13 | (verify_overlay_modification): New function. | Richard M. Stallman |
| 1993-06-22 | * buffer.c (list_buffers_1): Make desired_point a lisp object; set | Jim Blandy |
| 1993-06-17 | Don't let the 'B' interactive spec default to buffers viewed in | Jim Blandy |
| 1993-06-17 | Don't let the 'B' interactive spec default to buffers viewed in | Jim Blandy |
| 1993-06-16 | * buffer.c (list_buffers_1): Return the desired point. | Jim Blandy |
| 1993-06-11 | (Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE. | Richard M. Stallman |
| 1993-06-09 | Apply typo patches from Paul Eggert. | Jim Blandy |
| 1993-06-07 | (Fdelete_overlay): Do nothing if overlay already deleted. | Richard M. Stallman |
| 1993-06-04 | (syms_of_buffer): Set up Lisp var inhibit-read-only. | Richard M. Stallman |
| 1993-06-03 | (init_buffer): Init default-directory of minibuffer. | Richard M. Stallman |
| 1993-05-30 | (Fgenerate_new_buffer_name): Doc fix. | Roland McGrath |
| 1993-05-30 | (reset_buffer): Clear mark_active field here. | Richard M. Stallman |
| 1993-05-29 | (reset_buffer): Clear mark_active field here. | Richard M. Stallman |
| 1993-05-28 | (Fgenerate_new_buffer_name): New arg IGNORE. | Richard M. Stallman |
| 1993-05-28 | * buffer.c (Fmove_overlay): If the overlay is changing buffers, | Jim Blandy |
| 1993-05-24 | * buffer.c (Fmake_overlay): Put beg and end in the | Jim Blandy |
| 1993-05-22 | Updated copyright years. | Jim Blandy |
| 1993-05-16 | (overlays_at): New arg EXTEND. | Richard M. Stallman |
| 1993-05-14 | * buffer.c (Fmove_overlay): If the overlay is in no buffer and the | Jim Blandy |
| 1993-05-14 | * buffer.c (Foverlay_start, Foverlay_end, Foverlay_buffer, | Jim Blandy |
| 1993-05-14 | * lisp.h (Lisp_Overlay): New tag. | Jim Blandy |
| 1993-05-10 | Arrange to tell redisplay about changes in overlays. | Jim Blandy |
| 1993-05-04 | * buffer.c (syms_of_buffer): Doc fix for buffer-display-table. | Jim Blandy |
| 1993-04-25 | (Qmode-line-format): Describe %l in the doc string. | Eric S. Raymond |