Include keymap.h.
[bpt/emacs.git] / src / buffer.c
2001-10-10 Stefan MonnierInclude keymap.h.
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of...
2001-09-18 Eli ZaretskiiFix a typo in a comment.
2001-09-18 Gerd Moellmann(modify_overlay): Don't do nothing if START == END;
2001-09-03 Gerd Moellmann(syms_of_buffer): Doc fix.
2001-07-06 Eli Zaretskii(syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
2001-05-31 Stefan Monnier(copy_overlays): Make ENABLE_CHECKING happy.
2001-05-16 Gerd Moellmann(copy_overlays): New function.
2001-04-25 Gerd Moellmann(mouse_face_overlay_overlaps): Fix the computation
2001-03-26 Eli Zaretskii(syms_of_buffer): Doc fix.
2001-03-15 Gerd Moellmann(swap_out_buffer_local_variables): Call
2001-03-07 Gerd Moellmann(syms_of_buffer) <header-line-format>: Doc fix.
2001-03-06 Gerd Moellmann(mouse_face_overlay_overlaps): New function.
2001-01-16 Gerd Moellmann(Fset_buffer_modified_p): Set buffer's
2000-12-12 Gerd Moellmann(Fkill_buffer): Don't Fset_buffer when testing if
2000-11-22 Gerd Moellmann(Fmake_indirect_buffer): Don't treat nil as a
2000-11-21 Gerd Moellmann(Fkill_buffer): Notice if the buffer to kill is the
2000-11-21 Gerd Moellmann(mmap_free_1): Avoid a compiler warning.
2000-11-20 Gerd Moellmann(MAP_FAILED): Define it as `((void *) -1)' if it's
2000-11-18 Gerd Moellmann(mmap_enlarge): Don't print a message on stderr
2000-10-25 Miles Bader(overlays_at): Only let CHANGE_REQ inhibit an assignmen...
2000-09-25 Dave LoveInclude stdio.h.
2000-09-14 Dave Love(alloc_buffer_text): Fix xmalloc call.
2000-09-14 Gerd MoellmannMove allocation with mmap here, from ralloc.c. Change
2000-09-06 Gerd Moellmann(set_buffer_internal_1) [REL_ALLOC_MMAP]: If
2000-09-06 Gerd Moellmann(init_buffer) [REL_ALLOC_MMAP]: Map new buffer
2000-09-05 Gerd Moellmann(Fother_buffer): Consider buffers as invisible when
2000-08-23 Eli Zaretskii(syms_of_buffer) <scroll-up-aggressively>: Doc fix.
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-08-17 Dave Love(Fget_buffer_create, Fmake_indirect_buffer): Avoid
2000-08-08 Miles Bader(overlays_at): Add CHANGE_REQ parameter.
2000-07-21 Gerd Moellmann(Fprevious_overlay_change): Avoid memory leak.
2000-06-06 Kenichi Handa(Fset_buffer_multibyte): Don't make the current buffer...
2000-06-02 Dave Love(Vbefore_change_function, Vafter_change_function):
2000-05-19 Kenichi Handa(advance_to_char_boundary): Don't use DEC_POS to find a
2000-05-19 Gerd Moellmann(Fbury_buffer): Avoid trouble from burying a killed...
2000-05-11 Dave LoveFix last change.
2000-05-04 Dave Love(syms_of_buffer) [auto-fill-function]: Doc fix.
2000-04-24 Gerd Moellmann(init_buffer_once): Handle extra_line_spacing.
2000-04-19 Dave Love(Fmake_indirect_buffer): Escape newline in doc.
2000-04-17 Gerd Moellmann(clone_per_buffer_values): New function.
2000-04-09 Gerd Moellmann(Frestore_buffer_modified_p): New function.
2000-03-30 Ken Raeburn* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS...
2000-03-27 Gerd Moellmann(buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
2000-03-26 Gerd Moellmann(syms_of_buffer): Add default-cursor-type.
2000-03-26 Gerd Moellmann(reset_buffer): Initialize buffer's cursor_type.
2000-03-26 Gerd Moellmann(buffer_permanent_local_flags): Make a char array.
2000-03-20 Gerd Moellmann(Fset_buffer_modified_p): Set update_mode_lines
2000-02-17 Gerd Moellmann(Fget_buffer_create, Fmake_indirect_buffer): Use
2000-01-28 Gerd Moellmann(Fother_buffer): Don't call Fset_buffer_major_mode
1999-12-28 Gerd Moellmann(modify_overlay): Always compute unchanged info.
1999-12-22 Gerd Moellmann(Fset_buffer_multibyte): Arrange for a thorough
1999-11-23 Eli Zaretskii(syms_of_buffer): Add %z, %Z, %m and %& to the doc
1999-11-13 Gerd Moellmann(indicate-empty-lines): Doc-fix.
1999-11-07 Gerd MoellmannRemove conditional compilation on USE_TEXT_PROPERTIES.
1999-11-05 Gerd Moellmann* buffer.c (syms_of_buffer): Extend documentation of
1999-10-25 Ken Raeburnmore XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp...
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-10-17 Gerd Moellmann(Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer):
1999-09-16 Gerd Moellmann(Fkill_buffer): Remove unused variables.
1999-09-13 Gerd Moellmann(Fother_buffer): Change for Lisp_Object selected_frame.
1999-09-12 Gerd Moellmann(Fget_buffer_create): Use prompt_end_charpos instead
1999-09-10 Richard M. Stallman(Ferase_buffer): Don't erase the minibuffer prompt.
1999-09-05 Gerd MoellmannChange
1999-09-03 Kenichi HandaType in comment fixed.
1999-09-02 Gerd Moellmann(set_buffer_internal): Never set
1999-08-23 Gerd Moellmann(set_buffer_internal): Set windows_or_buffers_changed
1999-08-21 Gerd MoellmannRemove conditional compilation on NO_PROMPT_IN_BUFFER.
1999-08-07 Richard M. Stallman(Fprevious_overlay_change): Just return the answer...
1999-08-06 Richard M. Stallman(switch_to_buffer_1): New subroutine, taken out from...
1999-08-05 Richard M. Stallman(switch_to_buffer_1): New subroutine, taken out from...
1999-07-21 Gerd Moellmann(init_buffer_once): Init top_line_format.
1999-07-20 Dave Love(syms_of_buffer): Make default-enable-multibyte-charact...
1999-06-16 Kenichi Handa(syms_of_buffer): Don't make
1999-05-24 Richard M. Stallman(syms_of_buffer): Doc fix.
1999-04-09 Richard M. Stallman(Fmake_indirect_buffer): Copy multibyte status from...
1999-03-26 Karl Heuer(Fset_buffer_modified_p): Don't lock or unlock
1999-03-04 Karl Heuer(syms_of_buffer): Doc fix.
1999-02-26 Richard M. Stallman(syms_of_buffer): Doc fix for enable-multibyte-characters.
1999-02-01 Richard M. Stallman(Fset_buffer_multibyte): Error if buffer is multibyte.
1998-11-24 Richard M. Stallman(syms_of_buffer): Doc fix.
1998-10-08 Kenichi Handa(inhibit_modification_hooks): New variable.
1998-09-04 Dave Love(enable-multibyte-characters): Doc fix.
1998-05-22 Richard M. Stallman(Fother_buffer): Doc fix.
1998-05-22 Richard M. Stallman(Fother_buffer): New arg FRAME. Calls changed.
1998-05-21 Richard M. Stallman(init_buffer): Support DOS_NT absolute file names.
1998-05-20 Richard M. Stallman(syms_of_buffer): Set up Lisp variable buffer-display...
1998-05-11 Richard M. Stallman(Fset_buffer_multibyte): Error if marker is put
1998-05-11 Richard M. StallmanComment change.
1998-05-07 Richard M. Stallman(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
1998-05-02 Richard M. StallmanWhitespace change.
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-14 Andreas Schwab(Fset_buffer_multibyte): Do nothing if nothing actually
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-12 Richard M. Stallman(init_buffer): Call Fset_buffer_multibyte for *scratch*.
1998-03-06 Richard M. Stallman(advance_to_char_boundary): Handle the case the code
1998-03-04 Kenichi Handa(Fset_buffer_multibyte): Fix arg for chars_in_text.
1998-02-27 Karl Heuer(syms_of_buffer): enable-multibyte-characters is read...
1998-02-20 Kenichi Handa(advance_to_char_boundary): Make the behaviour
1998-02-08 Richard M. Stallman(advance_to_char_boundary): New function.
next