| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | (sort_overlays, Fmake_overlay): Use assignment, not initialization. | Karl Heuer | 1994-03-23 | 1 | -5/+6 | |
| | | ||||||
| * | (reset_buffer): Init auto_save_failure_time slot. | Richard M. Stallman | 1994-03-23 | 1 | -0/+1 | |
| | | ||||||
| * | (buffer-display-table, buffer-undo-list): Delete docstring of second version | Karl Heuer | 1994-03-14 | 1 | -2/+2 | |
| | | | | | of function, to avoid confusing make-docfile. | |||||
| * | (Fkill_buffer, Fkill_all_local_variables): | Richard M. Stallman | 1994-03-05 | 1 | -2/+4 | |
| | | | | | Don't call Vrun_hooks if it is nil. | |||||
| * | (Fget_file_buffer): Doc fix. | Karl Heuer | 1994-03-03 | 1 | -0/+1 | |
| | | ||||||
| * | (sort_overlays): Allow for null window. | Karl Heuer | 1994-02-24 | 1 | -20/+20 | |
| | | ||||||
| * | (Fkill_buffer): Call the Vkill_buffer_query_functions. | Richard M. Stallman | 1994-02-24 | 1 | -1/+21 | |
| | | | | | (syms_of_buffer): Make Lisp var for kill-buffer-query-functions. | |||||
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1994-02-11 | 1 | -1/+3 | |
| | | ||||||
| * | (Fkill_all_local_variables): Run change-major-mode-hook. | Karl Heuer | 1994-02-09 | 1 | -0/+2 | |
| | | ||||||
| * | (sort-overlays): New function, extracted from xfaces.c. | Karl Heuer | 1994-02-09 | 1 | -0/+85 | |
| | | ||||||
| * | Whitespace change. | Richard M. Stallman | 1994-01-30 | 1 | -2/+2 | |
| | | ||||||
| * | (kill-all-local-variables): follow symbol forwarding. | Karl Heuer | 1994-01-29 | 1 | -1/+2 | |
| | | ||||||
| * | (syms_of_buffer): Don't do (put 'erase-buffer 'disabled t) here. | Roland McGrath | 1994-01-12 | 1 | -3/+5 | |
| | | | | | (keys_of_buffer): Do it here instead. | |||||
| * | [MSDOS]: New buffer-local variable: | Richard M. Stallman | 1994-01-08 | 1 | -0/+25 | |
| | | | | | buffer-file-type to handle DOS newlines. | |||||
| * | Don't include syntax.h. | Richard M. Stallman | 1994-01-04 | 1 | -1/+12 | |
| | | | | | | | (Qget_file_buffer): New variable. (syms_of_buffer): Set up Qget_file_buffer. (Fget_file_buffer): For magic file names, run the handler. | |||||
| * | (Fbuffer_disable_undo): Make arg optional. | Richard M. Stallman | 1993-12-23 | 1 | -2/+3 | |
| | | ||||||
| * | (Frename_buffer): When the current buffer is already named NAME, don't | Roland McGrath | 1993-11-20 | 1 | -1/+5 | |
| | | | | | | | | short-circuit and just return unless UNIQUE is nil. This makes passing UNIQUE=t equivalent to (rename-buffer (generate-new-buffer-name NAME)). This is useful way to rename the buffer automatically so you can create another with the original name. | |||||
| * | Undo last change. SPC feeping at you is too annoying. | Roland McGrath | 1993-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | (Frename_buffer): Change s to B in interactive spec to give buffer-name | Roland McGrath | 1993-11-20 | 1 | -1/+1 | |
| | | | | | | completion. Buffers are often renamed to a name similar to the name of an existing buffer. | |||||
| * | (Flist_buffers): Always return a value. | Richard M. Stallman | 1993-11-19 | 1 | -3/+4 | |
| | | ||||||
| * | (Foverlay_put): Don't call redisplay_region if overlay has no buffer. | Richard M. Stallman | 1993-11-16 | 1 | -3/+5 | |
| | | ||||||
| * | (Ferase_buffer): Doc fix. | Richard M. Stallman | 1993-11-09 | 1 | -1/+1 | |
| | | ||||||
| * | (Fdelete_overlay, Foverlay_put): Use marker_position, | Richard M. Stallman | 1993-10-14 | 1 | -4/+4 | |
| | | | | | not OVERLAY_POSITION, to get args for redisplay_region. | |||||
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 | |
| | | ||||||
| * | (verify_overlay_modification): initialize endpos. | Richard M. Stallman | 1993-08-11 | 1 | -0/+1 | |
| | | ||||||
| * | (Fmove_overlay): Avoid initializer for Lisp_Object vars. | Richard M. Stallman | 1993-08-02 | 1 | -4/+6 | |
| | | | | | (verify_overlay_modification): Declare ostart, oend as Lisp_Object. | |||||
| * | (syms_of_buffer): Lisp var doc fixes. | Richard M. Stallman | 1993-07-22 | 1 | -0/+10 | |
| | | ||||||
| * | (Qmodification_hooks, Qinsert_in_front_hooks) | Richard M. Stallman | 1993-07-21 | 1 | -0/+10 | |
| | | | | | | (Qinsert_behind_hooks): Moved here. (syms_of_buffer): Lisp vars set up here. | |||||
| * | (Fbuffer_local_variables): For local var that is unbound, | Richard M. Stallman | 1993-07-15 | 1 | -13/+26 | |
| | | | | | put just the symbol in the result, not a cons of (symbol . value). | |||||
| * | (verify_overlay_modification): New function. | Richard M. Stallman | 1993-07-13 | 1 | -0/+95 | |
| | | | | | (call_overlay_mod_hooks): New function. | |||||
| * | * buffer.c (list_buffers_1): Make desired_point a lisp object; set | Jim Blandy | 1993-06-22 | 1 | -9/+12 | |
| | | | | | | | | it to nil, unless we find the current buffer. (Flist_buffers): Don't try to set point in the buffer list unless list_buffers_1 actually returns an integer. Don't use a full save_excursion; just save and restore the buffer. | |||||
| * | Don't let the 'B' interactive spec default to buffers viewed in | Jim Blandy | 1993-06-17 | 1 | -1/+1 | |
| | | | | | | | | | | | any visible frame. * buffer.c (Fother_buffer): Pass Qt as the second argument to Fget_buffer_window. * window.c (window_loop): In GET_BUFFER_WINDOW case, ignore non-visible frames. (Fget_buffer_window): Change doc string to mention that passing Qt for the FRAME argument returns windows on visible frames only. | |||||
| * | Don't let the 'B' interactive spec default to buffers viewed in | Jim Blandy | 1993-06-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | any visible frame. * buffer.c (Fother_buffer): Pass Qvisible as the second argument to Fget_buffer_window. * window.c (Qvisible): New symbol. (window_loop): In GET_BUFFER_WINDOW case, if frames is Qvisible, ignore non-visible frames. (Fget_buffer_window): Expand doc string to mention that Qvisible is an interesting value for FRAME argument. (syms_of_window): Init and staticpro Qvisible. * lisp.h (Qvisible): New declaration. | |||||
| * | * buffer.c (list_buffers_1): Return the desired point. | Jim Blandy | 1993-06-16 | 1 | -8/+13 | |
| | | | | | (Flist_buffers): Put point there in the buffer summary. | |||||
| * | (Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE. | Richard M. Stallman | 1993-06-11 | 1 | -1/+1 | |
| | | ||||||
| * | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | (Fdelete_overlay): Do nothing if overlay already deleted. | Richard M. Stallman | 1993-06-07 | 1 | -8/+25 | |
| | | | | | | | Bind inhibit-quit to t. (Fmove_overlay): Properly handle changing buffers, or no prev buffer. Bind inhibit-quit to t. | |||||
| * | (syms_of_buffer): Set up Lisp var inhibit-read-only. | Richard M. Stallman | 1993-06-04 | 1 | -1/+15 | |
| | | | | | | (Vinhibit_read_only): Declared. (Fbarf_if_buffer_read_only): Check Vinhibit_read_only. | |||||
| * | (init_buffer): Init default-directory of minibuffer. | Richard M. Stallman | 1993-06-03 | 1 | -0/+4 | |
| | | ||||||
| * | (Fgenerate_new_buffer_name): Doc fix. | Roland McGrath | 1993-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | (reset_buffer): Clear mark_active field here. | Richard M. Stallman | 1993-05-30 | 1 | -4/+4 | |
| | | | | | | | (reset_buffer_local_variables): Not here. (Fswitch_to_buffer, Fpop_to_buffer): Return the buffer. (Fmove_overlay): Fix data types in last change. | |||||
| * | (reset_buffer): Clear mark_active field here. | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 | |
| | | | | | (reset_buffer_local_variables): Not here. | |||||
| * | (Fgenerate_new_buffer_name): New arg IGNORE. | Richard M. Stallman | 1993-05-28 | 1 | -5/+11 | |
| | | | | | (Frename_buffer): Pass new arg. | |||||
| * | * buffer.c (Fmove_overlay): If the overlay is changing buffers, | Jim Blandy | 1993-05-28 | 1 | -20/+24 | |
| | | | | | do a thorough redisplay. | |||||
| * | * buffer.c (Fmake_overlay): Put beg and end in the | Jim Blandy | 1993-05-24 | 1 | -18/+26 | |
| | | | | | | | right order. (Fmove_overlay): If beg and end are markers, make sure they're in the right buffer. | |||||
| * | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | (overlays_at): New arg EXTEND. | Richard M. Stallman | 1993-05-16 | 1 | -12/+39 | |
| | | | | | (Foverlays_at, Fnext_overlay_change): Pass 1. | |||||
| * | * buffer.c (Fmove_overlay): If the overlay is in no buffer and the | Jim Blandy | 1993-05-14 | 1 | -4/+8 | |
| | | | | | | | | | | BUFFER argument has been omitted, put it in the current buffer, for symmetry with move-marker. * buffer.c (Fdelete_overlay): Make the overlay's markers point nowhere, not at 1. Do this after calling redisplay_region, so that code knows what section has changed. | |||||
| * | * buffer.c (Foverlay_start, Foverlay_end, Foverlay_buffer, | Jim Blandy | 1993-05-14 | 1 | -0/+49 | |
| | | | | | Foverlay_properties): Functions moved here from subr.el. | |||||
| * | * lisp.h (Lisp_Overlay): New tag. | Jim Blandy | 1993-05-14 | 1 | -22/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | (OVERLAYP): New predicate. (CHECK_OVERLAY): New type-checker. (Qoverlayp): New extern declaration. * buffer.c (Foverlayp): New function. (Qoverlayp): New atom. (overlays_at, recenter_overlay_lists): Abort if we encounter an invalid overlay. (syms_of_buffer): defsubr Soverlayp; initialize Qoverlayp. (Fdelete_overlay): Set the overlay's markers to point nowhere. Use CHECK_OVERLAY instead of signalling a special error. (Fmove_overlay, Foverlay_put): Use CHECK_OVERLAY instead of signalling a special error. (Foverlay_get): Use CHECK_OVERLAY. * fns.c (internal_equal): Define this for overlays. * buffer.h (OVERLAY_VALID): Define in terms of OVERLAYP. * print.c (print): Give overlays their own print syntax. * alloc.c (mark_object): Treat overlays like conses. * buffer.c (Foverlay_get): Return Qnil if the requested property is missing from the property list. | |||||