| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (list_buffers_1): Add one column to size column. | Richard M. Stallman | 1994-08-03 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1994-07-02 | 1 | -1/+3 |
| | | |||||
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1994-07-02 | 1 | -1/+1 |
| | | |||||
| * | (Foverlay_put): Pass redisplay_region a struct buffer *. | Richard M. Stallman | 1994-06-28 | 1 | -2/+2 |
| | | |||||
| * | (send_process): Major rewrite. | Richard M. Stallman | 1994-06-25 | 1 | -10/+18 |
| | | | | | | | | | Don't put in a C-d unless a single line is too long. Read process input whenever output gets stuck. Relocate BUF if we read input. New arg OBJECT. (Fprocess_send_region, Fprocess_send_string, process_send_signal) (Fprocess_send_eof): Pass new arg OBJECT. | ||||
| * | (Fmove_overlay): Fix typo in previous change. | Richard M. Stallman | 1994-06-23 | 1 | -2/+2 |
| | | |||||
| * | (Fmove_overlay): Add missing XINT calls in previous change. | Richard M. Stallman | 1994-06-21 | 1 | -1/+1 |
| | | |||||
| * | (Fkill_buffer): Don't delete auto save file | Richard M. Stallman | 1994-06-21 | 1 | -2/+3 |
| | | | | | if it didn't come from this Emacs session. | ||||
| * | (Fmove_overlay): Call redisplay_region even when | Richard M. Stallman | 1994-06-20 | 1 | -1/+21 |
| | | | | | changing to a different buffer. | ||||
| * | (verify_overlay_modification): GCPRO tail and overlay. | Richard M. Stallman | 1994-05-24 | 1 | -6/+28 |
| | | | | | Avoid copying tail twice. | ||||
| * | (fix_overlays_in_range): New function. | Karl Heuer | 1994-05-17 | 1 | -0/+103 |
| | | |||||
| * | (Foverlay_lists): Doc fix. | Karl Heuer | 1994-05-13 | 1 | -2/+3 |
| | | | | | (Fnext_overlay_change): Doc fix. | ||||
| * | (Frename_buffer): Reject empty string as new name. | Richard M. Stallman | 1994-05-11 | 1 | -4/+8 |
| | | | | | (syms_of_buffer): Fix typo in previous change. | ||||
| * | (Qbuffer_file_type): Var deleted. | Richard M. Stallman | 1994-05-10 | 1 | -10/+21 |
| | | | | | (syms_of_buffer): Doc fix. | ||||
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1994-05-03 | 1 | -1/+1 |
| | | |||||
| * | (init_buffer_once): Initialize buffer_file_type field right. | Richard M. Stallman | 1994-05-02 | 1 | -1/+1 |
| | | |||||
| * | (Fkill_all_local_variables): Doc fix. | Richard M. Stallman | 1994-04-24 | 1 | -1/+4 |
| | | |||||
| * | (reset_buffer_local_variables): Use Vascii_eqv_table | Richard M. Stallman | 1994-04-23 | 1 | -2/+2 |
| | | | | | and Vascii_canon_table. | ||||
| * | Pass operation to Ffind_file_name_handler. | Karl Heuer | 1994-04-22 | 1 | -1/+1 |
| | | |||||
| * | (Vafter_change_functions, Vbefore_change_functions): New variables. | Richard M. Stallman | 1994-04-10 | 1 | -4/+31 |
| | | | | | (syms_of_buffer): Set up Lisp vars. | ||||
| * | (Fget_buffer_create): Disallow empty string. | Karl Heuer | 1994-04-06 | 1 | -0/+3 |
| | | |||||
| * | (verify_overlay_modification): Run modification-hooks for any deletion that | Karl Heuer | 1994-04-05 | 1 | -6/+6 |
| | | | | | intersects the overlay. | ||||
| * | (overlays_at): Fix previous change. | Richard M. Stallman | 1994-04-03 | 1 | -2/+2 |
| | | |||||
| * | (overlays_at): Use XGCTYPE. | Richard M. Stallman | 1994-04-03 | 1 | -4/+4 |
| | | |||||
| * | (list_buffers_1): Set buffer contents, then mode. | Karl Heuer | 1994-04-02 | 1 | -7/+4 |
| | | |||||
| * | (verify_overlay_modification): | Richard M. Stallman | 1994-03-30 | 1 | -6/+31 |
| | | | | | Copy TAIL before a hook, in case the hook recenters the overlay lists. | ||||
| * | (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 |
| | | |||||