| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (syms_of_buffer): Fix a few typos. | David Kastrup | 2004-10-26 | 1 | -6/+6 |
| | | |||||
| * | (syms_of_buffer) <indicate-buffer-boundaries>: | Kim F. Storm | 2004-09-27 | 1 | -9/+13 |
| | | | | | Doc fix. Format may now be a symbol or alist, not a cons. | ||||
| * | (syms_of_buffer) <default-major-mode>: Doc fix. | Richard M. Stallman | 2004-09-18 | 1 | -1/+8 |
| | | |||||
| * | (reset_buffer, init_buffer_once): Handle auto_save_file_format field. | Luc Teirlinck | 2004-09-08 | 1 | -0/+10 |
| | | | | | (syms_of_buffer): Add DEFVAR_PER_BUFFER for `buffer-auto-save-file-format'. | ||||
| * | (Frestore_buffer_modified_p): Doc fix. | John Paul Wallington | 2004-08-14 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_buffer) <transient-mark-mode>: Doc fix. | Richard M. Stallman | 2004-07-17 | 1 | -1/+4 |
| | | |||||
| * | (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes. | Luc Teirlinck | 2004-07-11 | 1 | -2/+12 |
| | | |||||
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 2004-06-21 | 1 | -1/+5 |
| | | |||||
| * | (syms_of_buffer): Clarify `fill-column' docstring. | Luc Teirlinck | 2004-06-16 | 1 | -1/+1 |
| | | |||||
| * | (clone_per_buffer_values): Copy the alist of local vars, | Richard M. Stallman | 2004-05-22 | 1 | -1/+9 |
| | | | | | and the alist pairs too. | ||||
| * | (syms_of_buffer) <cursor-type>: Doc fix. | Kim F. Storm | 2004-04-30 | 1 | -1/+3 |
| | | |||||
| * | (syms_of_buffer) <cursor-type>: Add hbar value. | Kim F. Storm | 2004-04-30 | 1 | -2/+4 |
| | | |||||
| * | (syms_of_buffer) <line-spacing>: Allow float value. | Kim F. Storm | 2004-04-29 | 1 | -5/+7 |
| | | |||||
| * | (Fpop_to_buffer): Fix docstring. | Juanma Barranquero | 2004-04-25 | 1 | -1/+1 |
| | | |||||
| * | (Fbuffer_base_buffer): Doc fix. | Luc Teirlinck | 2004-04-17 | 1 | -1/+2 |
| | | |||||
| * | (Fmake_indirect_buffer): Throw an error if the intended base buffer | Luc Teirlinck | 2004-04-13 | 1 | -4/+7 |
| | | | | | | has been killed. Correct the error message if the base buffer does not exist. | ||||
| * | (Fmake_indirect_buffer): Check that NAME is a string. | Andreas Schwab | 2004-04-12 | 1 | -0/+1 |
| | | |||||
| * | (Fgenerate_new_buffer_name): Return NAME argument if IGNORE argument | Luc Teirlinck | 2004-04-11 | 1 | -1/+4 |
| | | | | | equals NAME. Doc fix. | ||||
| * | (fix_start_end_in_overlays): make overlays empty if they are backwards. | Masatake YAMATO | 2004-04-10 | 1 | -23/+25 |
| | | |||||
| * | * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays. | Masatake YAMATO | 2004-03-25 | 1 | -1/+1 |
| | | | | | | | * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range. * editfns.c (Ftranspose_regions): Likewise. * lisp.h (top_level): Likewise. | ||||
| * | (Fpop_to_buffer): Doc fix. | Richard M. Stallman | 2004-03-04 | 1 | -2/+3 |
| | | |||||
| * | (syms_of_buffer): Doc fix for indicate-buffer-boundaries. | Kim F. Storm | 2004-02-15 | 1 | -4/+14 |
| | | |||||
| * | (Fset_buffer_multibyte): Fix docstring. | Kenichi Handa | 2004-02-05 | 1 | -1/+3 |
| | | |||||
| * | (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN. | Stefan Monnier | 2004-01-21 | 1 | -3/+4 |
| | | |||||
| * | (init_buffer_once): Set buffer_defaults and | Kim F. Storm | 2004-01-16 | 1 | -0/+15 |
| | | | | | | | buffer_local_flags for indicate_buffer_boundaries. (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro default- variable for it. | ||||
| * | (Fother_buffer): Don't crash if BUF is nil | Richard M. Stallman | 2003-12-28 | 1 | -5/+6 |
| | | | | | | | | or if its name is nil. (Fkill_buffer): Don't delete auto-save file if it's the same as the visited file. | ||||
| * | (syms_of_buffer): Document `%i' and `%I' constructs for | Lute Kamstra | 2003-09-08 | 1 | -0/+2 |
| | | | | | `mode-line-format'. | ||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | (Fmove_overlay): Set overlay's next pointer | Gerd Moellmann | 2003-08-19 | 1 | -6/+4 |
| | | | | | unconditionally. | ||||
| * | (delete_all_overlays): New function. | Stefan Monnier | 2003-07-22 | 1 | -1/+29 |
| | | |||||
| * | (copy_overlays): Use EMACS_INT for positions. | Stefan Monnier | 2003-07-15 | 1 | -1/+14 |
| | | | | | | (Fswitch_to_buffer): Don't signal an error when switching to the same buffer in a dedicated window. | ||||
| * | (modify_overlay): Update prototype. | Andreas Schwab | 2003-07-11 | 1 | -1/+1 |
| | | |||||
| * | (fix_overlays_before): Fix typo in last commit. | Stefan Monnier | 2003-07-09 | 1 | -1/+1 |
| | | |||||
| * | (overlay_strings, recenter_overlay_lists): Fix typo in eassert in last commit. | Stefan Monnier | 2003-07-09 | 1 | -167/+199 |
| | | | | | | | | | | | | (unchain_overlay): New function. (add_overlay_mod_hooklist): Use AREF. (copy_overlays, reset_buffer, overlays_at, overlays_in) (overlay_touches_p, overlay_strings, recenter_overlay_lists) (fix_overlays_in_range, fix_overlays_before, Fmake_overlay) (Fmove_overlay, Fdelete_overlay, Foverlay_lists) (report_overlay_modification, evaporate_overlays, init_buffer_once): Adjust to new type of overlays_(before|after). | ||||
| * | (report_overlay_modification): Don't run hooks while | Stefan Monnier | 2003-07-08 | 1 | -125/+87 |
| | | | | | traversing the list of overlays. | ||||
| * | (reset_buffer, recenter_overlay_lists) | Stefan Monnier | 2003-07-08 | 1 | -41/+33 |
| | | | | | | | | | (adjust_overlays_for_insert, adjust_overlays_for_delete) (fix_overlays_in_range, Fmake_overlay, Fmove_overlay) (evaporate_overlays, init_buffer_once): Update use of overlay_center. (overlays_at, evaporate_overlays, recenter_overlay_lists) (overlay_strings, fix_overlays_before): Use EMACS_INT for positions. | ||||
| * | (Fkill_buffer): Clear charpos cache if necessary. | Kenichi Handa | 2003-07-07 | 1 | -0/+1 |
| | | |||||
| * | (set_buffer_internal_1): Test CONSP for lists. | Stefan Monnier | 2003-06-26 | 1 | -29/+21 |
| | | | | | (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte): Update to new types. | ||||
| * | (init_buffer_once): Make kill-buffer-hook permanent-local. | Stefan Monnier | 2003-06-03 | 1 | -0/+1 |
| | | |||||
| * | (Fset_buffer_multibyte): Fix previous change. | Kenichi Handa | 2003-06-02 | 1 | -1/+1 |
| | | |||||
| * | (Fset_buffer_multibyte): Correctly recover a narrowed | Kenichi Handa | 2003-06-01 | 1 | -1/+6 |
| | | | | | region when a buffer is changed to unibyte. | ||||
| * | Comment. | Dave Love | 2003-05-29 | 1 | -3/+4 |
| | | |||||
| * | (syms_of_buffer) <default-direction-reversed>: Doc fix. | Andreas Schwab | 2003-05-26 | 1 | -1/+1 |
| | | |||||
| * | (Fkill_buffer): Remove unused var `list'. | Stefan Monnier | 2003-05-25 | 1 | -1/+0 |
| | | |||||
| * | (init_buffer_once): Set buffer_defaults and | Kim F. Storm | 2003-05-24 | 1 | -8/+74 |
| | | | | | | | | | buffer_local_flags for new buffer-local variables left_fringe_width, right_fringe_width, fringes_outside_margins, scroll_bar_width, and vertical_scroll_bar_type. (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro default-* variables for them. | ||||
| * | (reset_buffer_local_variables): Remove redundant setting. | Stefan Monnier | 2003-05-23 | 1 | -1/+0 |
| | | |||||
| * | (Fselect_window): Add optional arg `norecord'. | Stefan Monnier | 2003-05-17 | 1 | -3/+3 |
| | | |||||
| * | (Foverlay_recenter): Doc fix. | Richard M. Stallman | 2003-04-16 | 1 | -1/+3 |
| | | |||||
| * | (overlays_in): Declare static. | Stefan Monnier | 2003-03-25 | 1 | -3/+4 |
| | | | | | | (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's `constant' field rather than the variable's `type' field. | ||||
| * | (Fkill_buffer): Use Frun_hook_with_args_until_failure | Richard M. Stallman | 2003-03-03 | 1 | -6/+8 |
| | | | | | | | to run kill-buffer-query-functions. (Qkill_buffer_query_functions): New var. (syms_of_buffer): Init and staticpro it. | ||||