(Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use new
[bpt/emacs.git] / src / buffer.c
1994-11-15 Karl Heuer(Fmake_overlay, Foverlay_properties, Foverlay_get,...
1994-11-15 Karl Heuer(Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE...
1994-11-11 Karl Heuer(set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not...
1994-11-02 Richard M. Stallman(init_buffer): Fix error message syntax.
1994-11-01 Richard M. Stallman(init_buffer): Use DIRECTORY_SEP, IS_DIRECTORY_SEP...
1994-10-27 Karl Heuer(Fset_buffer_major_mode): New function. Set the defaul...
1994-10-20 Richard M. Stallman(list_buffers_1): Always mark current_buffer read-only.
1994-10-12 Karl Heuer(buffer_slot_type_mismatch): Take just the offset as...
1994-10-11 Karl Heuer(buffer_slot_type_mismatch): Test against Lisp_Misc.
1994-10-11 Richard M. Stallman(list_buffers_1): Fix indentation in header lines.
1994-10-10 Jim Blandy(syms_of_buffer): Doc fix for cache-long-line-scans.
1994-10-08 Jim Blandy* buffer.c: #include region-cache.h.
1994-10-06 Karl Heuer(init_buffer_once): Don't use XSETFASTINT when negative.
1994-10-04 Karl Heuer(validate_region): Swap using temp Lisp_Object, not...
1994-10-04 Karl Heuer(reset_buffer, Ferase_buffer, validate_region, list_buf...
1994-10-04 Karl Heuer(Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,
1994-10-01 Richard M. Stallman(Foverlay_get): Handle `category' property on overlay.
1994-09-27 Karl Heuer(nsberror, Fget_buffer, Fget_file_buffer, Fbuffer_local...
1994-09-24 Richard M. Stallman(get-file-buffer): Doc fix.
1994-09-22 Karl Heuer(evaporate_overlays): Overlay is in car, not cdr.
1994-09-21 Richard M. Stallman(overlays_at): New arg PREV_PTR.
1994-09-19 Karl Heuer(syms_of_buffer): Doc fix.
1994-09-19 Jim BlandyAdd a new element to display tables controlling side...
1994-09-18 Richard M. Stallman(reset_buffer): Don't call reset_buffer_local_variables.
1994-09-17 Karl Heuer(Qevaporate): New symbol.
1994-09-17 Richard M. Stallman(reset_buffer_local_variables, Fbuffer_local_variables)
1994-08-23 Karl Heuer(Frename_buffer): Fix gcpro problems.
1994-08-16 Richard M. Stallman(list_buffers_1): Update header line layout.
1994-08-03 Richard M. Stallman(list_buffers_1): Add one column to size column.
1994-07-02 Richard M. Stallman(syms_of_buffer): Doc fix.
1994-07-02 Richard M. Stallman(syms_of_buffer): Doc fix.
1994-06-28 Richard M. Stallman(Foverlay_put): Pass redisplay_region a struct buffer *.
1994-06-25 Richard M. Stallman(send_process): Major rewrite.
1994-06-23 Richard M. Stallman(Fmove_overlay): Fix typo in previous change.
1994-06-21 Richard M. Stallman(Fmove_overlay): Add missing XINT calls in previous...
1994-06-21 Richard M. Stallman(Fkill_buffer): Don't delete auto save file
1994-06-20 Richard M. Stallman(Fmove_overlay): Call redisplay_region even when
1994-05-24 Richard M. Stallman(verify_overlay_modification): GCPRO tail and overlay.
1994-05-17 Karl Heuer(fix_overlays_in_range): New function.
1994-05-13 Karl Heuer(Foverlay_lists): Doc fix.
1994-05-11 Richard M. Stallman(Frename_buffer): Reject empty string as new name.
1994-05-10 Richard M. Stallman(Qbuffer_file_type): Var deleted.
1994-05-03 Richard M. Stallman(syms_of_buffer): Doc fix.
1994-05-02 Richard M. Stallman(init_buffer_once): Initialize buffer_file_type field...
1994-04-24 Richard M. Stallman(Fkill_all_local_variables): Doc fix.
1994-04-23 Richard M. Stallman(reset_buffer_local_variables): Use Vascii_eqv_table
1994-04-22 Karl HeuerPass operation to Ffind_file_name_handler.
1994-04-10 Richard M. Stallman(Vafter_change_functions, Vbefore_change_functions...
1994-04-06 Karl Heuer(Fget_buffer_create): Disallow empty string.
1994-04-05 Karl Heuer(verify_overlay_modification): Run modification-hooks...
1994-04-03 Richard M. Stallman(overlays_at): Fix previous change.
1994-04-03 Richard M. Stallman(overlays_at): Use XGCTYPE.
1994-04-02 Karl Heuer(list_buffers_1): Set buffer contents, then mode.
1994-03-30 Richard M. Stallman(verify_overlay_modification):
1994-03-23 Karl Heuer(sort_overlays, Fmake_overlay): Use assignment, not...
1994-03-23 Richard M. Stallman(reset_buffer): Init auto_save_failure_time slot.
1994-03-14 Karl Heuer(buffer-display-table, buffer-undo-list): Delete docstr...
1994-03-05 Richard M. Stallman(Fkill_buffer, Fkill_all_local_variables):
1994-03-03 Karl Heuer(Fget_file_buffer): Doc fix.
1994-02-24 Karl Heuer(sort_overlays): Allow for null window.
1994-02-24 Richard M. Stallman(Fkill_buffer): Call the Vkill_buffer_query_functions.
1994-02-11 Richard M. Stallman(syms_of_buffer): Doc fix.
1994-02-09 Karl Heuer(Fkill_all_local_variables): Run change-major-mode...
1994-02-09 Karl Heuer(sort-overlays): New function, extracted from xfaces.c.
1994-01-30 Richard M. StallmanWhitespace change.
1994-01-29 Karl Heuer(kill-all-local-variables): follow symbol forwarding.
1994-01-12 Roland McGrath(syms_of_buffer): Don't do (put 'erase-buffer 'disabled...
1994-01-08 Richard M. Stallman[MSDOS]: New buffer-local variable:
1994-01-04 Richard M. StallmanDon't include syntax.h.
1993-12-23 Richard M. Stallman(Fbuffer_disable_undo): Make arg optional.
1993-11-20 Roland McGrath(Frename_buffer): When the current buffer is already...
1993-11-20 Roland McGrathUndo last change. SPC feeping at you is too annoying.
1993-11-20 Roland McGrath(Frename_buffer): Change s to B in interactive spec...
1993-11-19 Richard M. Stallman(Flist_buffers): Always return a value.
1993-11-16 Richard M. Stallman(Foverlay_put): Don't call redisplay_region if overlay...
1993-11-09 Richard M. Stallman(Ferase_buffer): Doc fix.
1993-10-14 Richard M. Stallman(Fdelete_overlay, Foverlay_put): Use marker_position,
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-11 Richard M. Stallman(verify_overlay_modification): initialize endpos.
1993-08-02 Richard M. Stallman(Fmove_overlay): Avoid initializer for Lisp_Object...
1993-07-22 Richard M. Stallman(syms_of_buffer): Lisp var doc fixes.
1993-07-21 Richard M. Stallman(Qmodification_hooks, Qinsert_in_front_hooks)
1993-07-15 Richard M. Stallman(Fbuffer_local_variables): For local var that is unbound,
1993-07-13 Richard M. Stallman(verify_overlay_modification): New function.
1993-06-22 Jim Blandy* buffer.c (list_buffers_1): Make desired_point a lisp...
1993-06-17 Jim BlandyDon't let the 'B' interactive spec default to buffers...
1993-06-17 Jim BlandyDon't let the 'B' interactive spec default to buffers...
1993-06-16 Jim Blandy* buffer.c (list_buffers_1): Return the desired point.
1993-06-11 Richard M. Stallman(Fgenerate_new_buffer_name): GENTEMP is the value compa...
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-07 Richard M. Stallman(Fdelete_overlay): Do nothing if overlay already deleted.
1993-06-04 Richard M. Stallman(syms_of_buffer): Set up Lisp var inhibit-read-only.
1993-06-03 Richard M. Stallman(init_buffer): Init default-directory of minibuffer.
1993-05-30 Roland McGrath(Fgenerate_new_buffer_name): Doc fix.
1993-05-30 Richard M. Stallman(reset_buffer): Clear mark_active field here.
1993-05-29 Richard M. Stallman(reset_buffer): Clear mark_active field here.
1993-05-28 Richard M. Stallman(Fgenerate_new_buffer_name): New arg IGNORE.
1993-05-28 Jim Blandy* buffer.c (Fmove_overlay): If the overlay is changing...
1993-05-24 Jim Blandy* buffer.c (Fmake_overlay): Put beg and end in the
1993-05-22 Jim BlandyUpdated copyright years.
next