| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** 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. | ||||
| * | | (syms_of_buffer): Doc fix. | Richard M. Stallman | 2002-11-15 | 1 | -1/+2 |
| | | | |||||
| * | | (syms_of_buffer) <mode-line-format>: Document symbol | Kim F. Storm | 2002-11-14 | 1 | -0/+5 |
| | | | | | | | | | dependency on `risky-local-variable' and the :propertize form. | ||||
| * | | (Fset_buffer_major_mode): Fix last change. | Dave Love | 2002-11-09 | 1 | -1/+1 |
| | | | |||||
| * | | (Qset_buffer_major_mode_hook): New. | Dave Love | 2002-11-06 | 1 | -6/+8 |
| | | | | | | | | | (Fset_buffer_major_mode): Use it. | ||||
| * | | Comment. | Dave Love | 2002-10-30 | 1 | -2/+2 |
| | | | |||||
| * | | (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer) | Stefan Monnier | 2002-10-22 | 1 | -21/+21 |
| | | | | | | | | | | | (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR. (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE; | ||||
| * | | (overlays_at): Handle extending vec uniformly. | Richard M. Stallman | 2002-08-17 | 1 | -4/+14 |
| | | | | | | | | | (overlays_in): Handle extending vec from length 0 as in overlays_at. | ||||
| * | | (syms_of_buffer) <fill-column>: Doc fix. | Richard M. Stallman | 2002-08-12 | 1 | -1/+2 |
| | | | |||||
| * | | (Fbuffer_list): Doc fix. | Richard M. Stallman | 2002-07-21 | 1 | -1/+3 |
| | | | |||||
| * | | comment last change | Ken Raeburn | 2002-07-21 | 1 | -1/+5 |
| | | | |||||
| * | | (mmap_realloc): When shrinking, make sure number of | Ken Raeburn | 2002-07-21 | 1 | -1/+1 |
| | | | | | | | | | pages is rounded towards zero. | ||||