Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (syms_of_buffer) <selective-display>: Fix typo in docstring. | Juanma Barranquero | 2007-06-27 | 1 | -2/+2 |
| | |||||
* | (syms_of_buffer): Doc fix. | Richard M. Stallman | 2007-05-31 | 1 | -1/+1 |
| | |||||
* | (Fkill_buffer): gcpro BUF during kill_buffer_processes | Kim F. Storm | 2007-04-13 | 1 | -0/+9 |
| | | | | and check that buffer is still alive upon return. | ||||
* | (Fset_buffer_major_mode): Check that BUFFER is valid. | Juanma Barranquero | 2007-03-29 | 1 | -0/+2 |
| | |||||
* | (syms_of_buffer): Doc fix. | Richard M. Stallman | 2007-03-19 | 1 | -1/+1 |
| | |||||
* | (syms_of_buffer) <buffer-display-table>: Doc fix. | Juanma Barranquero | 2007-03-18 | 1 | -2/+2 |
| | |||||
* | Reflow docstrings. | Juanma Barranquero | 2007-02-11 | 1 | -6/+5 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (syms_of_buffer) <buffer-display-table>, scroll-up-aggressively, | Juanma Barranquero | 2006-12-19 | 1 | -5/+5 |
| | | | | scroll-down-aggressively>: Doc fixes. | ||||
* | Whitespace change (again). | Juanma Barranquero | 2006-12-18 | 1 | -1/+1 |
| | |||||
* | Whitespace change. | Juanma Barranquero | 2006-12-18 | 1 | -1/+1 |
| | |||||
* | (Fkill_buffer): Doc fix. | Juanma Barranquero | 2006-12-17 | 1 | -10/+13 |
| | | | | (syms_of_buffer) <kill-buffer-query-functions>: Doc fix. | ||||
* | (syms_of_buffer) <cursor-in-non-selected-windows, line-spacing, left-margin, | Juanma Barranquero | 2006-12-11 | 1 | -5/+5 |
| | | | | default-scroll-up-aggressively, default-scroll-down-aggressively>: Doc fixes. | ||||
* | (syms_of_buffer) <default-major-mode>: Doc fix. | Juanma Barranquero | 2006-12-10 | 1 | -2/+2 |
| | |||||
* | (syms_of_buffer) <buffer-undo-list>: Doc fix. | Juanma Barranquero | 2006-11-24 | 1 | -2/+2 |
| | |||||
* | (syms_of_buffer): Reorder coding systems in the | Juri Linkov | 2006-09-29 | 1 | -1/+1 |
| | | | | docstring of %z to the real order displayed in the modeline. | ||||
* | Minor doc fix. | Chong Yidong | 2006-09-01 | 1 | -1/+1 |
| | |||||
* | * buffer.h (struct buffer_text): New field chars_modiff. | Chong Yidong | 2006-09-01 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros. * buffer.c (Fbuffer_chars_modified_tick): New function returning value of BUF_CHARS_MODIFF. (syms_of_buffer): Defsubr it. (Fget_buffer_create): Initialize BUF_CHARS_MODIFF. * insdel.c (modify_region): New argument preserve_chars_modiff. Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero. (insert_1_both, insert_from_string_1, insert_from_buffer_1) (adjust_after_replace, adjust_after_replace_noundo) (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF. * lisp.h (modify_region): Add fourth argument in extern. * casefiddle.c (casify_region): Call modify_region with fourth argument zero to assert that CHARS_MODIFF is updated. * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal) (Ftranspose_regions): Likewise. * textprop.c (Fadd_text_properties, Fset_text_properties) (Fremove_text_properties, Fremove_list_of_text_properties): Call modify_region with fourth argument 1 to avoid that CHARS_MODIFF is updated. | ||||
* | (Fset_buffer_multibyte): Simplify; use list3. | Kim F. Storm | 2006-08-25 | 1 | -5/+4 |
| | |||||
* | (Fswitch_to_buffer): Fix previous change. | Richard M. Stallman | 2006-08-25 | 1 | -3/+8 |
| | |||||
* | (Fswitch_to_buffer): Move buffer to front of | Nick Roberts | 2006-08-24 | 1 | -3/+7 |
| | | | | buffer-alist if necessary. | ||||
* | 2006-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | Kim F. Storm | 2006-08-22 | 1 | -7/+19 |
| | | | | (Fset_buffer_multibyte): Record proper undo entry. | ||||
* | * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars. | Chong Yidong | 2006-08-06 | 1 | -1/+11 |
| | | | | | (Fkill_all_local_variables): Use it. (syms_of_buffer): Defvar it. | ||||
* | (Fbuffer_local_value, Fbarf_if_buffer_read_only): | Kim F. Storm | 2006-07-18 | 1 | -4/+4 |
| | | | | Use xsignal1. | ||||
* | (mode-line-format): Fix docstring. | Juri Linkov | 2006-05-25 | 1 | -1/+2 |
| | |||||
* | (syms_of_buffer, Fmake_overlay): Doc fixes. | Richard M. Stallman | 2006-05-21 | 1 | -4/+4 |
| | |||||
* | (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes. | Richard M. Stallman | 2006-05-17 | 1 | -4/+6 |
| | |||||
* | buffer.c: Revert last change. | Chong Yidong | 2006-02-25 | 1 | -1/+0 |
| | |||||
* | * buffer.c (Foverlay_put): Mark buffer as changed. | Chong Yidong | 2006-02-25 | 1 | -0/+2 |
| | |||||
* | (modify_overlay): Force redisplay if we modify an | Kim F. Storm | 2006-02-24 | 1 | -0/+4 |
| | | | | overlay at the end of the buffer. | ||||
* | (init_buffer_once): Set dummy default values for | Kim F. Storm | 2006-02-20 | 1 | -0/+48 |
| | | | | | | | | fringe-indicator-alist and fringe-cursor-alist. The proper default values are set by pre-loading fringe.el. (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and fringe-cursor-alist buffer-local variables and defvar_lisp_nopro correspondig default- variables. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (Fkill_buffer): Avoid dangerous side effects in NILP argument. | Ken Raeburn | 2005-12-06 | 1 | -1/+2 |
| | |||||
* | (Fpop_to_buffer): Remove superfluous call to record_buffer. | Károly Lőrentey | 2005-11-30 | 1 | -3/+0 |
| | |||||
* | (clone_per_buffer_values): Remove unused var tem. | Kim F. Storm | 2005-10-20 | 1 | -2/+1 |
| | | | | (init_buffer): Remove unused vars dotstat, pwdstat. | ||||
* | (init_buffer): Rename `rc' to `len' for clarity. | Romain Francoise | 2005-10-12 | 1 | -6/+6 |
| | |||||
* | (init_buffer): Fix typos. | Romain Francoise | 2005-09-10 | 1 | -1/+1 |
| | |||||
* | (init_buffer): Grow buffer to add directory separator | Romain Francoise | 2005-09-10 | 1 | -2/+4 |
| | | | | and terminal zero. | ||||
* | (init_buffer): Fix error message for failed call to get_current_dir_name. | Eli Zaretskii | 2005-09-10 | 1 | -4/+2 |
| | | | | (get_current_dir_name): Remove prototype. | ||||
* | (init_buffer): Use get_current_dir_name. | Eli Zaretskii | 2005-09-10 | 1 | -28/+13 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+3 |
| | |||||
* | (syms_of_buffer) <cursor-type>: Doc fix. | Juanma Barranquero | 2005-07-21 | 1 | -8/+8 |
| | |||||
* | (scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words. | Juri Linkov | 2005-07-18 | 1 | -2/+2 |
| | |||||
* | (Fmake_overlay): Doc fix. | Richard M. Stallman | 2005-07-17 | 1 | -4/+6 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Finish previous change. | Richard M. Stallman | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | (syms_of_buffer) <cursor-type>: Doc fix. | Richard M. Stallman | 2005-06-17 | 1 | -2/+2 |
| | |||||
* | (Fbuffer_local_value): Call indirect_variable. | Richard M. Stallman | 2005-05-29 | 1 | -0/+3 |
| | |||||
* | (Fbuffer_local_value): Make argument name match its use in docstring. | Juanma Barranquero | 2005-05-27 | 1 | -18/+18 |
| | |||||
* | (init_buffer_once): Set cursor_in_non_selected_windows default value. | Kim F. Storm | 2005-05-04 | 1 | -3/+9 |
| | | | | | (syms_of_buffer): Add default-cursor-in-non-selected-windows. Fix type of cursor-in-non-selected-windows. |