| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | (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'. | |||||
| * | | Sync to HEAD | Kenichi Handa | 2004-04-16 | 1 | -40/+84 | |
| | | | ||||||
| * | | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -19/+33 | |
| |\ \ | ||||||
| | * | | (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix | Dave Love | 2002-09-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | type error. | |||||
| | * | | (Qas, Qmake, Qto): New variables. | Kenichi Handa | 2002-07-31 | 1 | -11/+65 | |
| | | | | | | | | | | | | | | | | (Fset_buffer_multibyte): New optional arg METHOD. Caller changed. (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto. | |||||
| | * | | (emacs_strerror): Declare. | Dave Love | 2002-05-17 | 1 | -9/+23 | |
| | | | | | | | | | | | | | | | | (MMAP_ALLOCATED_P, mmap_enlarge, syms_of_buffer): Import changes from trunk. | |||||
| | * | | (Fset_buffer_multibyte): Convert 8-bit bytes to | Kenichi Handa | 2002-05-14 | 1 | -1/+2 | |
| | | | | | | | | | | | | | multibyte form correctly. | |||||
| | * | | (Fset_buffer_multibyte): Fix 8-bit char handling. | Kenichi Handa | 2002-05-07 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Include "character.h" instead of "charset.h", don't include | Kenichi Handa | 2002-03-01 | 1 | -10/+15 | |
| | | | | | | | | | | | | | | | | "coding.h". (Fset_buffer_multibyte): Adjuted for UTF-8. | |||||
| * | | | New directory | Kenichi Handa | 2003-09-08 | 1 | -7/+6 | |
| | |/ |/| | ||||||
| * | | 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. | |||||
| * | | (Fset_buffer_multibyte): Pay attention to the buffer | Kenichi Handa | 2003-02-25 | 1 | -0/+2 | |
| | | | | | | | | | process only when "subprocesses" is defined. | |||||
| * | | (Fset_buffer_multibyte): If the current buffer has a | Kenichi Handa | 2003-02-10 | 1 | -0/+9 | |
| | | | | | | | | | process, update coding systems for the process. | |||||
| * | | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -70/+70 | |
| | | | ||||||
| * | | (Fkill_buffer): Call format2 instead of format1. | Richard M. Stallman | 2003-01-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes. | Richard M. Stallman | 2003-01-06 | 1 | -8/+18 | |
| | | | ||||||
| * | | (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fix. | Richard M. Stallman | 2002-12-23 | 1 | -2/+4 | |
| | | | ||||||
| * | | (Fget_buffer_create): Call Qucs_set_table_for_input as the last thing. | Richard M. Stallman | 2002-12-09 | 1 | -3/+4 | |
| | | | ||||||
| * | | (Qucs_set_table_for_input): New. | Dave Love | 2002-12-03 | 1 | -8/+16 | |
| | | | | | | | | | | | | | | | | | | | (Fget_buffer_create): Use it. (Qset_buffer_major_mode_hook): Deleted. (Fset_buffer_major_mode): Revert previous change. (init_buffer_once): Intern ucs-set-table-for-input. (syms_of_buffer): Delete Qset_buffer_major_mode_hook. Add &Qucs_set_table_for_input. | |||||