| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (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. | ||||
| * | (reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields. | Ken Raeburn | 2002-07-16 | 1 | -5/+0 |
| | | |||||
| * | * buffer.c (Fother_buffer): Use SREF when retrieving a byte from | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | | | | | a string. | ||||
| * | * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it. | Ken Raeburn | 2002-07-15 | 1 | -2/+2 |
| | | |||||
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -29/+29 |
| | | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -4/+4 |
| | | |||||
| * | (Fbuffer_local_value): Store current value into its binding | Richard M. Stallman | 2002-07-07 | 1 | -1/+20 |
| | | | | | so we get the up-to-date value for the binding that is loaded. | ||||
| * | (Fbury_buffer): Use frames_discard_buffer. | Richard M. Stallman | 2002-06-26 | 1 | -1/+4 |
| | | |||||
| * | (Foverlay_get): Use lookup_char_property. | Colin Walters | 2002-06-08 | 1 | -21/+1 |
| | | |||||
| * | * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change. | Ken Raeburn | 2002-06-03 | 1 | -1/+2 |
| | | |||||
| * | (syms_of_buffer) <cursor-type>: Doc fix. | Richard M. Stallman | 2002-05-20 | 1 | -6/+9 |
| | | |||||
| * | * buffer.c (buffer_slot_type_mismatch): Use XSTRING and | Ken Raeburn | 2002-05-20 | 1 | -1/+1 |
| | | | | | SYMBOL_NAME instead of XSYMBOL and name field. | ||||
| * | * buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the address | Ken Raeburn | 2002-05-19 | 1 | -47/+97 |
| | | | | | | | of the cdr part of a cons cell; instead, track the parent cell and call XSETCDR, or set the variable for the head of the list if we haven't started down the list yet. | ||||
| * | (syms_of_buffer): Doc fix. | Colin Walters | 2002-04-23 | 1 | -1/+1 |
| | | |||||
| * | (init_buffer): Fix PWD comment. | Paul Eggert | 2002-04-23 | 1 | -2/+3 |
| | | |||||
| * | (MMAP_ALLOCATED_P): New macro to be set from system | Gerd Moellmann | 2002-04-16 | 1 | -5/+14 |
| | | | | | | | configuration files. (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P returns 0. | ||||
| * | (syms_of_buffer): Allow non-string `mode-name'. | Stefan Monnier | 2002-03-04 | 1 | -2/+2 |
| | | |||||
| * | (syms_of_buffer) <buffer-file-coding-system>: Doc fix. | Eli Zaretskii | 2002-03-02 | 1 | -0/+3 |
| | | |||||
| * | (syms_of_buffer): Doc fixes for scroll-...-aggressively. | Richard M. Stallman | 2002-01-26 | 1 | -4/+4 |
| | | |||||
| * | (Fkill_all_local_variables): Increment `update_mode_lines' only once. | Pavel Janík | 2002-01-15 | 1 | -4/+0 |
| | | |||||
| * | (reset_buffer): Initialize `display_error_modiff'. | Richard M. Stallman | 2001-12-16 | 1 | -0/+2 |
| | | |||||
| * | (Fkill_buffer): Use Frun_hooks, not Vrun_hooks. | Richard M. Stallman | 2001-11-26 | 1 | -2/+1 |
| | | |||||
| * | (syms_of_buffer): Doc fixes. | Richard M. Stallman | 2001-11-14 | 1 | -17/+19 |
| | | |||||
| * | (Fbury_buffer): Use braces to follow GNU Coding Standards. | Pavel Janík | 2001-11-09 | 1 | -6/+8 |
| | | |||||
| * | (Fkill_buffer): Don't delete auto save file if buffer is modified. | Richard M. Stallman | 2001-11-06 | 1 | -2/+4 |
| | | |||||
| * | (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER. | Richard M. Stallman | 2001-11-05 | 1 | -2/+2 |
| | | |||||
| * | (Fbuffer_local_value): New function. | Richard M. Stallman | 2001-11-05 | 1 | -0/+53 |
| | | | | | (syms_of_buffer): defsubr it. | ||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -33/+33 |
| | | |||||
| * | Fix a typo. | Gerd Moellmann | 2001-11-01 | 1 | -1/+1 |
| | | |||||
| * | (selective-display-ellipses): Doc fix. | Pavel Janík | 2001-10-31 | 1 | -1/+1 |
| | | |||||
| * | Reindent DEFUNs and DEFVARs woth doc: keywords. | Pavel Janík | 2001-10-21 | 1 | -67/+67 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader | 2001-10-17 | 1 | -266/+266 |
| | | |||||
| * | (Fset_buffer_major_mode): Use initial-major-mode for | Gerd Moellmann | 2001-10-16 | 1 | -5/+14 |
| | | | | | *scratch*. | ||||