summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* (list_buffers_1, Flist_buffers): Functions deleted.Richard M. Stallman1995-01-171-131/+0
* (syms_of_buffer): Doc fix.Richard M. Stallman1995-01-081-7/+7
* (Fmake_indirect_buffer): New function.Richard M. Stallman1995-01-021-25/+275
* (syms_of_buffer): Doc fix for buffer-file-type.Richard M. Stallman1994-12-251-1/+4
* (Fget_buffer_create): Copy the name, and clear text props.Richard M. Stallman1994-12-211-1/+38
* (report_overlay_modification): Renamed from verify_overlay_modification.Richard M. Stallman1994-12-111-15/+27
* (list_buffers_1): Right-align the size values.Richard M. Stallman1994-12-111-7/+25
* (Fkill_buffer): Use internal_delete_file.Richard M. Stallman1994-11-281-1/+1
* (overlays_at): Use the new type-test macros.Karl Heuer1994-11-151-2/+2
* (Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman1994-11-151-3/+3
* (Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman1994-11-151-12/+12
* (Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use newKarl Heuer1994-11-151-16/+12
* (Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE, not XCONS.Karl Heuer1994-11-151-5/+6
* (set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not XCONS.Karl Heuer1994-11-111-2/+2
* (init_buffer): Fix error message syntax.Richard M. Stallman1994-11-021-1/+1
* (init_buffer): Use DIRECTORY_SEP, IS_DIRECTORY_SEP macros,Richard M. Stallman1994-11-011-7/+12
* (Fset_buffer_major_mode): New function. Set the default major mode here.Karl Heuer1994-10-271-24/+41
* (list_buffers_1): Always mark current_buffer read-only.Richard M. Stallman1994-10-201-1/+5
* (buffer_slot_type_mismatch): Take just the offset as argument. Only checkKarl Heuer1994-10-121-13/+7
* (buffer_slot_type_mismatch): Test against Lisp_Misc.Karl Heuer1994-10-111-1/+1
* (list_buffers_1): Fix indentation in header lines.Richard M. Stallman1994-10-111-2/+2
* (syms_of_buffer): Doc fix for cache-long-line-scans.Jim Blandy1994-10-101-11/+23
* * buffer.c: #include region-cache.h.Jim Blandy1994-10-081-0/+35
* (init_buffer_once): Don't use XSETFASTINT when negative.Karl Heuer1994-10-061-17/+21
* (validate_region): Swap using temp Lisp_Object, not int.Karl Heuer1994-10-041-5/+2
* (reset_buffer, Ferase_buffer, validate_region, list_buffers_1, recenter_overl...Karl Heuer1994-10-041-42/+42
* (Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,Karl Heuer1994-10-041-10/+10
* (Foverlay_get): Handle `category' property on overlay.Richard M. Stallman1994-10-011-2/+11
* (nsberror, Fget_buffer, Fget_file_buffer, Fbuffer_local_variables,Karl Heuer1994-09-271-20/+17
* (get-file-buffer): Doc fix.Richard M. Stallman1994-09-241-1/+2
* (evaporate_overlays): Overlay is in car, not cdr.Karl Heuer1994-09-221-1/+1
* (overlays_at): New arg PREV_PTR.Richard M. Stallman1994-09-211-11/+68
* (syms_of_buffer): Doc fix.Karl Heuer1994-09-191-1/+1
* Add a new element to display tables controlling side-by-sideJim Blandy1994-09-191-2/+4
* (reset_buffer): Don't call reset_buffer_local_variables.Richard M. Stallman1994-09-181-3/+10
* (Qevaporate): New symbol.Karl Heuer1994-09-171-20/+65
* (reset_buffer_local_variables, Fbuffer_local_variables)Richard M. Stallman1994-09-171-6/+6
* (Frename_buffer): Fix gcpro problems.Karl Heuer1994-08-231-2/+4
* (list_buffers_1): Update header line layout.Richard M. Stallman1994-08-161-2/+2
* (list_buffers_1): Add one column to size column.Richard M. Stallman1994-08-031-1/+1
* (syms_of_buffer): Doc fix.Richard M. Stallman1994-07-021-1/+3
* (syms_of_buffer): Doc fix.Richard M. Stallman1994-07-021-1/+1
* (Foverlay_put): Pass redisplay_region a struct buffer *.Richard M. Stallman1994-06-281-2/+2
* (send_process): Major rewrite.Richard M. Stallman1994-06-251-10/+18
* (Fmove_overlay): Fix typo in previous change.Richard M. Stallman1994-06-231-2/+2
* (Fmove_overlay): Add missing XINT calls in previous change.Richard M. Stallman1994-06-211-1/+1
* (Fkill_buffer): Don't delete auto save fileRichard M. Stallman1994-06-211-2/+3
* (Fmove_overlay): Call redisplay_region even whenRichard M. Stallman1994-06-201-1/+21
* (verify_overlay_modification): GCPRO tail and overlay.Richard M. Stallman1994-05-241-6/+28
* (fix_overlays_in_range): New function.Karl Heuer1994-05-171-0/+103