2003-06-02 |
Kenichi Handa |
(Fset_buffer_multibyte): Fix previous change.
Boehm-GC-base
|
2003-06-01 |
Kenichi Handa |
(Fset_buffer_multibyte): Correctly recover a narrowed
|
2003-05-29 |
Dave Love |
Comment.
|
2003-05-26 |
Andreas Schwab |
(syms_of_buffer) <default-direction-reversed>: Doc fix.
|
2003-05-25 |
Stefan Monnier |
(Fkill_buffer): Remove unused var `list'.
|
2003-05-24 |
Kim F. Storm |
(init_buffer_once): Set buffer_defaults and
|
2003-05-23 |
Stefan Monnier |
(reset_buffer_local_variables): Remove redundant setting.
|
2003-05-17 |
Stefan Monnier |
(Fselect_window): Add optional arg `norecord'.
|
2003-04-16 |
Richard M. Stallman |
(Foverlay_recenter): Doc fix.
|
2003-03-25 |
Stefan Monnier |
(overlays_in): Declare static.
|
2003-03-03 |
Richard M. Stallman |
(Fkill_buffer): Use Frun_hook_with_args_until_failure
|
2003-02-25 |
Kenichi Handa |
(Fset_buffer_multibyte): Pay attention to the buffer
|
2003-02-10 |
Kenichi Handa |
(Fset_buffer_multibyte): If the current buffer has a
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2003-01-25 |
Richard M. Stallman |
(Fkill_buffer): Call format2 instead of format1.
|
2003-01-06 |
Richard M. Stallman |
(syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
|
2002-12-23 |
Richard M. Stallman |
(syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fix.
|
2002-12-09 |
Richard M. Stallman |
(Fget_buffer_create): Call Qucs_set_table_for_input as the last thing.
|
2002-12-03 |
Dave Love |
(Qucs_set_table_for_input): New.
|
2002-11-15 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
2002-11-14 |
Kim F. Storm |
(syms_of_buffer) <mode-line-format>: Document symbol
|
2002-11-09 |
Dave Love |
(Fset_buffer_major_mode): Fix last change.
|
2002-11-06 |
Dave Love |
(Qset_buffer_major_mode_hook): New.
|
2002-10-30 |
Dave Love |
Comment.
|
2002-10-22 |
Stefan Monnier |
(assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
|
2002-08-17 |
Richard M. Stallman |
(overlays_at): Handle extending vec uniformly.
|
2002-08-12 |
Richard M. Stallman |
(syms_of_buffer) <fill-column>: Doc fix.
|
2002-07-21 |
Richard M. Stallman |
(Fbuffer_list): Doc fix.
|
2002-07-21 |
Ken Raeburn |
comment last change
|
2002-07-21 |
Ken Raeburn |
(mmap_realloc): When shrinking, make sure number of
|
2002-07-16 |
Ken Raeburn |
(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.
|
2002-07-16 |
Ken Raeburn |
* buffer.c (Fother_buffer): Use SREF when retrieving a byte from
|
2002-07-15 |
Ken Raeburn |
* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
2002-07-07 |
Richard M. Stallman |
(Fbuffer_local_value): Store current value into its binding
|
2002-06-26 |
Richard M. Stallman |
(Fbury_buffer): Use frames_discard_buffer.
|
2002-06-08 |
Colin Walters |
(Foverlay_get): Use lookup_char_property.
|
2002-06-03 |
Ken Raeburn |
* buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
|
2002-05-20 |
Richard M. Stallman |
(syms_of_buffer) <cursor-type>: Doc fix.
|
2002-05-20 |
Ken Raeburn |
* buffer.c (buffer_slot_type_mismatch): Use XSTRING and
|
2002-05-19 |
Ken Raeburn |
* buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the address
|
2002-04-23 |
Colin Walters |
(syms_of_buffer): Doc fix.
|
2002-04-23 |
Paul Eggert |
(init_buffer): Fix PWD comment.
|
2002-04-16 |
Gerd Moellmann |
(MMAP_ALLOCATED_P): New macro to be set from system
|
2002-03-04 |
Stefan Monnier |
(syms_of_buffer): Allow non-string `mode-name'.
|
2002-03-02 |
Eli Zaretskii |
(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
|
2002-01-26 |
Richard M. Stallman |
(syms_of_buffer): Doc fixes for scroll-...-aggressively.
|
2002-01-15 |
Pavel Janík |
(Fkill_all_local_variables): Increment `update_mode_lines' only once.
|
2001-12-16 |
Richard M. Stallman |
(reset_buffer): Initialize `display_error_modiff'.
|
2001-11-26 |
Richard M. Stallman |
(Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
|
2001-11-14 |
Richard M. Stallman |
(syms_of_buffer): Doc fixes.
|
2001-11-09 |
Pavel Janík |
(Fbury_buffer): Use braces to follow GNU Coding Standards.
|
2001-11-06 |
Richard M. Stallman |
(Fkill_buffer): Don't delete auto save file if buffer is modified.
|
2001-11-05 |
Richard M. Stallman |
(Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER.
|
2001-11-05 |
Richard M. Stallman |
(Fbuffer_local_value): New function.
|
2001-11-02 |
Pavel Janík |
Update usage of CHECK_ macros (remove unused second argument).
|
2001-11-01 |
Gerd Moellmann |
Fix a typo.
|
2001-10-31 |
Pavel Janík |
(selective-display-ellipses): Doc fix.
|
2001-10-21 |
Pavel Janík |
Reindent DEFUNs and DEFVARs woth doc: keywords.
|
2001-10-17 |
Miles Bader |
Change doc-string comments to `new style' [w/`doc:' keyword].
|
2001-10-16 |
Gerd Moellmann |
(Fset_buffer_major_mode): Use initial-major-mode for
|
2001-10-16 |
Ken Raeburn |
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
|
2001-10-15 |
Pavel Janík |
Put doc strings in comments.
|
2001-10-12 |
Stefan Monnier |
(Fbury_buffer): Don't try to remove the buffer from the
|
2001-10-10 |
Stefan Monnier |
Include keymap.h.
|
2001-10-05 |
Gerd Moellmann |
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
|
2001-09-18 |
Eli Zaretskii |
Fix 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-21 |
Gerd Moellmann |
Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
|
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 assignment of startpos to
|
2000-09-25 |
Dave Love |
Include stdio.h.
|
2000-09-14 |
Dave Love |
(alloc_buffer_text): Fix xmalloc call.
|
2000-09-14 |
Gerd Moellmann |
Move 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 Innes |
Include 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 as modified if
|
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 buffer.
|
2000-05-11 |
Dave Love |
Fix 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, XWINDOW, XSUBR, XBUFFER):
|
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 Moellmann |
Remove conditional compilation on USE_TEXT_PROPERTIES.
|
1999-11-05 |
Gerd Moellmann |
* buffer.c (syms_of_buffer): Extend documentation of
|
1999-10-25 |
Ken Raeburn |
more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
|
1999-10-19 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
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 Moellmann |
Change
|
1999-09-03 |
Kenichi Handa |
Type 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 Moellmann |
Remove conditional compilation on NO_PROMPT_IN_BUFFER.
|
1999-08-07 |
Richard M. Stallman |
(Fprevious_overlay_change): Just return the answer obtained from overlays_at.
|
1999-08-06 |
Richard M. Stallman |
(switch_to_buffer_1): New subroutine, taken out from Fswitch_to_buffer.
|
1999-08-05 |
Richard M. Stallman |
(switch_to_buffer_1): New subroutine, taken out from Fswitch_to_buffer.
|
1999-07-21 |
Gerd Moellmann |
(init_buffer_once): Init top_line_format.
|
1999-07-20 |
Dave Love |
(syms_of_buffer): Make default-enable-multibyte-characters a user variable.
|
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 the base buffer.
|
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-time.
|
1998-05-11 |
Richard M. Stallman |
(Fset_buffer_multibyte): Error if marker is put
|
1998-05-11 |
Richard M. Stallman |
Comment change.
|
1998-05-07 |
Richard M. Stallman |
(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
|
1998-05-02 |
Richard M. Stallman |
Whitespace change.
|
1998-04-14 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
1998-04-14 |
Andreas Schwab |
(Fset_buffer_multibyte): Do nothing if nothing actually
|
1998-03-21 |
Richard M. Stallman |
Use 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-only.
|
1998-02-20 |
Kenichi Handa |
(advance_to_char_boundary): Make the behaviour
|
1998-02-08 |
Richard M. Stallman |
(advance_to_char_boundary): New function.
|
1998-02-06 |
Richard M. Stallman |
(Fpop_to_buffer): Pass new arg to Fdisplay_buffer.
|
1998-01-21 |
Richard M. Stallman |
Update copyright year.
|
1998-01-21 |
Richard M. Stallman |
(set_buffer_if_live): New function.
|
1998-01-19 |
Richard M. Stallman |
(Fset_buffer_multibyte): New function.
|
1998-01-05 |
Richard M. Stallman |
(record_overlay_string): Totalize sizes assuming
|
1998-01-01 |
Richard M. Stallman |
(Fmake_indirect_buffer): Use set_marker_both.
|
1997-11-27 |
Kenichi Handa |
(nsberror, record_buffer, validate_region,
|
1997-10-27 |
Karl Heuer |
(Fkill_buffer): Don't assume buffer is current.
|
1997-10-16 |
Karl Heuer |
(init_buffer): Don't add /: to default dir if it's `/'.
|
1997-09-25 |
Karl Heuer |
(mode-line-format): Doc fix.
|
1997-09-07 |
Richard M. Stallman |
(modify_overlay): Update overlay_modiff of proper buffer.
|
1997-08-27 |
Richard M. Stallman |
Include errno.h.
|
1997-08-22 |
Richard M. Stallman |
(syms_of_buffer): Doc fixes.
|
1997-08-09 |
Richard M. Stallman |
(init_buffer): Use getcwd instead of getwd, if available.
|
1997-07-23 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1997-07-12 |
Richard M. Stallman |
(set_buffer_internal_1): Convert Fset_marker argument to Lisp_Integer.
|
1997-07-04 |
Richard M. Stallman |
Fix bugs with inappropriate mixing of Lisp_Object with int.
|
1997-07-04 |
Richard M. Stallman |
(overlay_strings): Finish up previous change.
|
1997-07-02 |
Richard M. Stallman |
(overlay_str_buf): Declare as unsigned char *.
|
1997-06-29 |
Richard M. Stallman |
(syms_of_buffer): enable-multibyte-characters is a user var.
|
1997-06-28 |
Richard M. Stallman |
(Fbury_buffer): Undo previous change.
|
1997-06-26 |
Richard M. Stallman |
(Fbuffer_list): New optional argument FRAME.
|
1997-06-09 |
Kenichi Handa |
(init_buffer_once): Inititialize the member
|
1997-06-02 |
Richard M. Stallman |
(Fmove_overlay): Clean up setting o_beg and o_end.
|
1997-05-28 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1997-05-10 |
Richard M. Stallman |
(Fbury_buffer): If buffer is in selected window, remove it.
|
1997-04-26 |
Richard M. Stallman |
(reset_buffer): Initialize clip_changed field.
|
1997-03-23 |
Erik Naggum |
(Fbury_buffer): add missing semi
|
1997-03-23 |
Richard M. Stallman |
(Fbury_buffer): Call frames_bury_buffer.
|
1997-03-22 |
Richard M. Stallman |
Change copyright year.
|
1997-03-22 |
Richard M. Stallman |
(reset_buffer): Initialize display_count slot.
|
1997-02-27 |
Kenichi Handa |
(init_buffer_once): Make member
|
1997-02-20 |
Karl Heuer |
Include charset.h.
|
1997-01-07 |
Richard M. Stallman |
Fix typo editing previous change.
|
1997-01-05 |
Richard M. Stallman |
(Fpop_to_buffer): New arg NORECORD.
|
1996-12-11 |
Richard M. Stallman |
(syms_of_buffer): Doc fix (transient-mark-mode).
|
1996-10-04 |
Richard M. Stallman |
(init_buffer): Add /: to dir names that could be magic.
|
1996-10-01 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1996-09-19 |
Richard M. Stallman |
(overlay_strings): Declare pstr using unsigned char.
|
1996-09-16 |
Richard M. Stallman |
(Fget_buffer_create): Initialize BUF_OVERLAY_MODIFF.
|
1996-09-15 |
Richard M. Stallman |
(modify_overlay): Renamed from redisplay_region
|
1996-09-09 |
Richard M. Stallman |
(syms_of_buffer): Doc fixes.
|
1996-09-02 |
Richard M. Stallman |
(reset_buffer): Initialize last_selected_window slot.
|
1996-09-01 |
Karl Heuer |
Removed support for !MULTI_FRAME.
|
1996-07-26 |
Richard M. Stallman |
(buffer_permanent_local_flags): New variable.
|
1996-07-23 |
Richard M. Stallman |
(buffer_permanent_local_flags): New variable.
|
1996-07-11 |
Karl Heuer |
(syms_of_buffer): Doc fix.
|
1996-06-12 |
Richard M. Stallman |
(Fkill_buffer): Doc fix.
|
1996-05-30 |
Richard M. Stallman |
(Fpop_to_buffer): Doc fix.
|
1996-05-01 |
Richard M. Stallman |
(add_overlay_mod_hooklist): Fix call to bcopy.
|
1996-04-16 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1996-02-06 |
Richard M. Stallman |
(Fbuffer_live_p): New function.
|
1996-02-03 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1996-01-28 |
Richard M. Stallman |
Whitespace change.
|
1996-01-19 |
Karl Heuer |
(Fother_buffer): If we have to create a new buffer, use
|
1996-01-15 |
Erik Naggum |
Update FSF's address in the preamble.
|
1996-01-09 |
Erik Naggum |
(Fmake_indirect_buffer, Fset_buffer_major_mode, Fpop_to_buffer,
|
1996-01-02 |
Erik Naggum |
(Fkill_buffer): Delete buffer from Vbuffer_alist after replacing it.
|
1996-01-02 |
Richard M. Stallman |
(Fkill_buffer): Use replace_buffer_in_all_windows.
|
1995-12-21 |
Karl Heuer |
(Fkill_buffer): Rename arg bufname to buffer.
|
1995-11-10 |
Richard M. Stallman |
(Fmake_overlay): New args front-advance and rear-advance.
|
1995-10-22 |
Richard M. Stallman |
(reset_buffer_local_variables): Call
|
1995-10-21 |
Richard M. Stallman |
(reset_buffer): Initialize extra1, extra2 and extra3 slots.
|
1995-10-21 |
Richard M. Stallman |
(reset_buffer): Initialize redisplay_end_trigger slot.
|
1995-10-19 |
Richard M. Stallman |
(reset_buffer_local_variables): Init case_table slots the new way.
|
1995-10-11 |
Richard M. Stallman |
(Fkill_buffer): Don't kill auto save file if not recent.
|
1995-10-09 |
Erik Naggum |
(buffer-display-table): Document new implementation.
|
1995-10-08 |
Richard M. Stallman |
(init_buffer_once): Make file_format always local, not just local when set.
|
1995-10-04 |
Richard M. Stallman |
(Fmake_indirect_buffer): Was taking marker positions
|
1995-10-03 |
Richard M. Stallman |
(Fmake_overlay): Set end-marker's insertion_type to 1.
|
1995-09-03 |
Richard M. Stallman |
(Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.
|
1995-08-09 |
Richard M. Stallman |
(get_truename_buffer): New function.
|
1995-08-05 |
Richard M. Stallman |
(Qbefore_change_functions, Qafter_change_functions): New variables.
|
1995-07-27 |
Karl Heuer |
(record_overlay_string, overlay_strings): Handle zero-sized overlays better.
|
1995-07-27 |
Karl Heuer |
(struct sortstrlist): New type.
|
1995-07-17 |
Karl Heuer |
(last_overlay_modification_hooks): New variable.
|
1995-07-07 |
Richard M. Stallman |
(overlays_in): Don't count empty overlays at END.
|
1995-06-26 |
Richard M. Stallman |
(overlays_in): New function.
|
1995-06-21 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1995-06-14 |
Richard M. Stallman |
(Fprevious_overlay_change): Check for overlays that end at POS.
|
1995-06-07 |
Karl Heuer |
(Fbuffer_disable_undo): Make this function interactive.
|
1995-06-07 |
Karl Heuer |
Doc fix.
|
1995-06-05 |
Karl Heuer |
(Fkill_buffer): When killing indirect buffer,
|
1995-05-24 |
Karl Heuer |
(set_buffer_internal_1): New subroutine.
|
1995-05-17 |
Karl Heuer |
(Fmake_indirect_buffer): Fix interactive spec.
|
1995-05-15 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1995-05-05 |
Karl Heuer |
(Qbefore_string, Qafter_string): New vars.
|
1995-05-02 |
Richard M. Stallman |
(Fset_buffer_modified_p): Use the truename for locking.
|
1995-04-17 |
Karl Heuer |
(adjust_overlays_for_insert): New function.
|
1995-04-13 |
Richard M. Stallman |
(Foverlays_at, Fnext_overlay_change): Don't use NULL.
|
1995-04-13 |
Richard M. Stallman |
(evaporate_overlays): Fix type error.
|
1995-04-07 |
Richard M. Stallman |
(Fmake_overlay): Use XMISCTYPE.
|
1995-04-06 |
Richard M. Stallman |
(Fkill_buffer): Call reset_buffer_local_variables
|
1995-03-24 |
Karl Heuer |
(syms_of_buffer): Doc fix.
|
1995-03-22 |
Karl Heuer |
(overlay_touches_p): New function.
|
1995-03-17 |
Boris Goldowsky |
(reset_buffer): Reset file_format element too.(init_buffer_once): Define file_format flag; reset file_format.
|
1995-03-14 |
Richard M. Stallman |
(Fmake_indirect_buffer): Invert the arguments.
|
1995-03-11 |
Richard M. Stallman |
(reset_buffer_local_variables): Init invisibility.
|
1995-03-06 |
Richard M. Stallman |
(Fpop_to_buffer): Call Fset_buffer_major_mode if we create a buffer.
|
1995-02-14 |
Richard M. Stallman |
(syms_of_buffer): Set up Lisp var buffer-file-truename.
|
1995-02-05 |
Richard M. Stallman |
(Fget_buffer_create): Call buffer_memory_full.
|
1995-01-31 |
Richard M. Stallman |
(syms_of_buffer): overwrite-mode doc fix.
|
1995-01-27 |
Richard M. Stallman |
(init_buffer_once, syms_of_buffer):
|
1995-01-20 |
Richard M. Stallman |
(syms_of_buffer) [DOS_NT]: Add missing ';'.
|
1995-01-17 |
Richard M. Stallman |
(list_buffers_1, Flist_buffers): Functions deleted.
|
1995-01-08 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1995-01-02 |
Richard M. Stallman |
(Fmake_indirect_buffer): New function.
|
1994-12-25 |
Richard M. Stallman |
(syms_of_buffer): Doc fix for buffer-file-type.
|
1994-12-21 |
Richard M. Stallman |
(Fget_buffer_create): Copy the name, and clear text props.
|
1994-12-11 |
Richard M. Stallman |
(report_overlay_modification): Renamed from verify_overlay_modification.
|
1994-12-11 |
Richard M. Stallman |
(list_buffers_1): Right-align the size values.
|
1994-11-28 |
Richard M. Stallman |
(Fkill_buffer): Use internal_delete_file.
|
1994-11-15 |
Karl Heuer |
(overlays_at): Use the new type-test macros.
|
1994-11-15 |
Richard M. Stallman |
(Frename_buffer): Rename arg NAME to NEWNAME.
|
1994-11-15 |
Richard M. Stallman |
(Frename_buffer): Rename arg NAME to NEWNAME.
|
1994-11-15 |
Karl Heuer |
(Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use new
|
1994-11-15 |
Karl Heuer |
(Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE, not XCONS.
|
1994-11-11 |
Karl Heuer |
(set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not XCONS.
|
1994-11-02 |
Richard M. Stallman |
(init_buffer): Fix error message syntax.
|
1994-11-01 |
Richard M. Stallman |
(init_buffer): Use DIRECTORY_SEP, IS_DIRECTORY_SEP macros,
|
1994-10-27 |
Karl Heuer |
(Fset_buffer_major_mode): New function. Set the default major mode here.
|
1994-10-20 |
Richard M. Stallman |
(list_buffers_1): Always mark current_buffer read-only.
|
1994-10-12 |
Karl Heuer |
(buffer_slot_type_mismatch): Take just the offset as argument. Only check
|
1994-10-11 |
Karl Heuer |
(buffer_slot_type_mismatch): Test against Lisp_Misc.
|
1994-10-11 |
Richard M. Stallman |
(list_buffers_1): Fix indentation in header lines.
|
1994-10-10 |
Jim Blandy |
(syms_of_buffer): Doc fix for cache-long-line-scans.
|
1994-10-08 |
Jim Blandy |
* buffer.c: #include region-cache.h.
|
1994-10-06 |
Karl Heuer |
(init_buffer_once): Don't use XSETFASTINT when negative.
|
1994-10-04 |
Karl Heuer |
(validate_region): Swap using temp Lisp_Object, not int.
|
1994-10-04 |
Karl Heuer |
(reset_buffer, Ferase_buffer, validate_region, list_buffers_1, recenter_overlay_lists, init_buffer_once): Don't use XFASTINT as an lvalue.
|
1994-10-04 |
Karl Heuer |
(Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,
|
1994-10-01 |
Richard M. Stallman |
(Foverlay_get): Handle `category' property on overlay.
|
1994-09-27 |
Karl Heuer |
(nsberror, Fget_buffer, Fget_file_buffer, Fbuffer_local_variables,
|
1994-09-24 |
Richard M. Stallman |
(get-file-buffer): Doc fix.
|
1994-09-22 |
Karl Heuer |
(evaporate_overlays): Overlay is in car, not cdr.
|
1994-09-21 |
Richard M. Stallman |
(overlays_at): New arg PREV_PTR.
|
1994-09-19 |
Karl Heuer |
(syms_of_buffer): Doc fix.
|
1994-09-19 |
Jim Blandy |
Add a new element to display tables controlling side-by-side
|
1994-09-18 |
Richard M. Stallman |
(reset_buffer): Don't call reset_buffer_local_variables.
|
1994-09-17 |
Karl Heuer |
(Qevaporate): New symbol.
|
1994-09-17 |
Richard M. Stallman |
(reset_buffer_local_variables, Fbuffer_local_variables)
|
1994-08-23 |
Karl Heuer |
(Frename_buffer): Fix gcpro problems.
|
1994-08-16 |
Richard M. Stallman |
(list_buffers_1): Update header line layout.
|
1994-08-03 |
Richard M. Stallman |
(list_buffers_1): Add one column to size column.
|
1994-07-02 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1994-07-02 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1994-06-28 |
Richard M. Stallman |
(Foverlay_put): Pass redisplay_region a struct buffer *.
|
1994-06-25 |
Richard M. Stallman |
(send_process): Major rewrite.
|
1994-06-23 |
Richard M. Stallman |
(Fmove_overlay): Fix typo in previous change.
|
1994-06-21 |
Richard M. Stallman |
(Fmove_overlay): Add missing XINT calls in previous change.
|
1994-06-21 |
Richard M. Stallman |
(Fkill_buffer): Don't delete auto save file
|
1994-06-20 |
Richard M. Stallman |
(Fmove_overlay): Call redisplay_region even when
|
1994-05-24 |
Richard M. Stallman |
(verify_overlay_modification): GCPRO tail and overlay.
|
1994-05-17 |
Karl Heuer |
(fix_overlays_in_range): New function.
|
1994-05-13 |
Karl Heuer |
(Foverlay_lists): Doc fix.
|
1994-05-11 |
Richard M. Stallman |
(Frename_buffer): Reject empty string as new name.
|
1994-05-10 |
Richard M. Stallman |
(Qbuffer_file_type): Var deleted.
|
1994-05-03 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1994-05-02 |
Richard M. Stallman |
(init_buffer_once): Initialize buffer_file_type field right.
|
1994-04-24 |
Richard M. Stallman |
(Fkill_all_local_variables): Doc fix.
|
1994-04-23 |
Richard M. Stallman |
(reset_buffer_local_variables): Use Vascii_eqv_table
|
1994-04-22 |
Karl Heuer |
Pass operation to Ffind_file_name_handler.
|
1994-04-10 |
Richard M. Stallman |
(Vafter_change_functions, Vbefore_change_functions): New variables.
|
1994-04-06 |
Karl Heuer |
(Fget_buffer_create): Disallow empty string.
|
1994-04-05 |
Karl Heuer |
(verify_overlay_modification): Run modification-hooks for any deletion that
|
1994-04-03 |
Richard M. Stallman |
(overlays_at): Fix previous change.
|
1994-04-03 |
Richard M. Stallman |
(overlays_at): Use XGCTYPE.
|
1994-04-02 |
Karl Heuer |
(list_buffers_1): Set buffer contents, then mode.
|
1994-03-30 |
Richard M. Stallman |
(verify_overlay_modification):
|
1994-03-23 |
Karl Heuer |
(sort_overlays, Fmake_overlay): Use assignment, not initialization.
|
1994-03-23 |
Richard M. Stallman |
(reset_buffer): Init auto_save_failure_time slot.
|
1994-03-14 |
Karl Heuer |
(buffer-display-table, buffer-undo-list): Delete docstring of second version
|
1994-03-05 |
Richard M. Stallman |
(Fkill_buffer, Fkill_all_local_variables):
|
1994-03-03 |
Karl Heuer |
(Fget_file_buffer): Doc fix.
|
1994-02-24 |
Karl Heuer |
(sort_overlays): Allow for null window.
|
1994-02-24 |
Richard M. Stallman |
(Fkill_buffer): Call the Vkill_buffer_query_functions.
|
1994-02-11 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1994-02-09 |
Karl Heuer |
(Fkill_all_local_variables): Run change-major-mode-hook.
|
1994-02-09 |
Karl Heuer |
(sort-overlays): New function, extracted from xfaces.c.
|
1994-01-30 |
Richard M. Stallman |
Whitespace change.
|
1994-01-29 |
Karl Heuer |
(kill-all-local-variables): follow symbol forwarding.
|
1994-01-12 |
Roland McGrath |
(syms_of_buffer): Don't do (put 'erase-buffer 'disabled t) here.
|
1994-01-08 |
Richard M. Stallman |
[MSDOS]: New buffer-local variable:
|
1994-01-04 |
Richard M. Stallman |
Don't include syntax.h.
|
1993-12-23 |
Richard M. Stallman |
(Fbuffer_disable_undo): Make arg optional.
|
1993-11-20 |
Roland McGrath |
(Frename_buffer): When the current buffer is already named NAME, don't
|
1993-11-20 |
Roland McGrath |
Undo last change. SPC feeping at you is too annoying.
|
1993-11-20 |
Roland McGrath |
(Frename_buffer): Change s to B in interactive spec to give buffer-name
|
1993-11-19 |
Richard M. Stallman |
(Flist_buffers): Always return a value.
|
1993-11-16 |
Richard M. Stallman |
(Foverlay_put): Don't call redisplay_region if overlay has no buffer.
|
1993-11-09 |
Richard M. Stallman |
(Ferase_buffer): Doc fix.
|
1993-10-14 |
Richard M. Stallman |
(Fdelete_overlay, Foverlay_put): Use marker_position,
|
1993-09-10 |
Roland McGrath |
Include <config.h> instead of "config.h".
|
1993-08-11 |
Richard M. Stallman |
(verify_overlay_modification): initialize endpos.
|
1993-08-02 |
Richard M. Stallman |
(Fmove_overlay): Avoid initializer for Lisp_Object vars.
|
1993-07-22 |
Richard M. Stallman |
(syms_of_buffer): Lisp var doc fixes.
|
1993-07-21 |
Richard M. Stallman |
(Qmodification_hooks, Qinsert_in_front_hooks)
|
1993-07-15 |
Richard M. Stallman |
(Fbuffer_local_variables): For local var that is unbound,
|
1993-07-13 |
Richard M. Stallman |
(verify_overlay_modification): New function.
|
1993-06-22 |
Jim Blandy |
* buffer.c (list_buffers_1): Make desired_point a lisp object; set
|
1993-06-17 |
Jim Blandy |
Don't let the 'B' interactive spec default to buffers viewed in
|
1993-06-17 |
Jim Blandy |
Don't let the 'B' interactive spec default to buffers viewed in
|
1993-06-16 |
Jim Blandy |
* buffer.c (list_buffers_1): Return the desired point.
|
1993-06-11 |
Richard M. Stallman |
(Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE.
|
1993-06-09 |
Jim Blandy |
Apply typo patches from Paul Eggert.
|
1993-06-07 |
Richard M. Stallman |
(Fdelete_overlay): Do nothing if overlay already deleted.
|
1993-06-04 |
Richard M. Stallman |
(syms_of_buffer): Set up Lisp var inhibit-read-only.
|
1993-06-03 |
Richard M. Stallman |
(init_buffer): Init default-directory of minibuffer.
|
1993-05-30 |
Roland McGrath |
(Fgenerate_new_buffer_name): Doc fix.
|
1993-05-30 |
Richard M. Stallman |
(reset_buffer): Clear mark_active field here.
|
1993-05-29 |
Richard M. Stallman |
(reset_buffer): Clear mark_active field here.
|
1993-05-28 |
Richard M. Stallman |
(Fgenerate_new_buffer_name): New arg IGNORE.
|
1993-05-28 |
Jim Blandy |
* buffer.c (Fmove_overlay): If the overlay is changing buffers,
|
1993-05-24 |
Jim Blandy |
* buffer.c (Fmake_overlay): Put beg and end in the
|
1993-05-22 |
Jim Blandy |
Updated copyright years.
|
1993-05-16 |
Richard M. Stallman |
(overlays_at): New arg EXTEND.
|
1993-05-14 |
Jim Blandy |
* buffer.c (Fmove_overlay): If the overlay is in no buffer and the
|
1993-05-14 |
Jim Blandy |
* buffer.c (Foverlay_start, Foverlay_end, Foverlay_buffer,
|
1993-05-14 |
Jim Blandy |
* lisp.h (Lisp_Overlay): New tag.
|
1993-05-10 |
Jim Blandy |
Arrange to tell redisplay about changes in overlays.
|
1993-05-04 |
Jim Blandy |
* buffer.c (syms_of_buffer): Doc fix for buffer-display-table.
|
1993-04-25 |
Eric S. Raymond |
(Qmode-line-format): Describe %l in the doc string.
|
1993-04-10 |
Jim Blandy |
* buffer.c (Fmake_overlay, Fmove_overlay): New optional BUFFER
|
1993-04-08 |
Richard M. Stallman |
(Fkill_all_local_variables): Store each var's current value
|
1993-04-07 |
Richard M. Stallman |
Include blockinput.h.
|
1993-03-31 |
Jim Blandy |
Put interrupt input blocking in a separate file from xterm.h.
|
1993-03-27 |
Richard M. Stallman |
(init_buffer_once, reset_buffer):
|
1993-03-16 |
Jim Blandy |
Doc fix.
|
1993-03-16 |
Jim Blandy |
* cmds.c (overwrite_binary_mode): Deleted; this implements the
|
1993-03-07 |
Roland McGrath |
(syms_of_buffer): Make erase-buffer a disabled command.
|
1993-03-07 |
Richard M. Stallman |
(reset_buffer_local_variables): Reset mark_active.
|
1993-03-06 |
Richard M. Stallman |
(check_protected_fields): Variable deleted.
|
1993-03-02 |
Jim Blandy |
* buffer.c (buffer-undo-list): Doc fix.
|
1993-02-24 |
Roland McGrath |
(Ferase_buffer): Added interactive spec.
|
1993-02-24 |
Richard M. Stallman |
(syms_of_buffer): Doc fix.
|
1993-02-22 |
Jim Blandy |
* buffer.c (Fswitch_to_buffer): Pass the correct number of
|
1993-02-14 |
Richard M. Stallman |
(Frename_buffer): Make prefix arg set UNIQUE.
|
1993-01-26 |
Jim Blandy |
JimB's changes since January 18th
|
1992-12-24 |
Jim Blandy |
* buffer.c (Frename_buffer): Set update_mode_lines.
|
1992-11-16 |
Jim Blandy |
* buffer.c (Ferase_buffer): Doc fix.
|
1992-11-07 |
Jim Blandy |
* buffer.c (init_buffer): If PWD is accurate, use it instead of
|
1992-10-31 |
Jim Blandy |
* buffer.c (reset_buffer): Don't assign to b->save_length as if it
|
1992-10-06 |
Richard M. Stallman |
(Fkill_buffer): Pass 2nd arg to Fother_buffer.
|
1992-10-02 |
Joseph Arceneaux |
* buffer.c: #include intervals.h.
|
1992-10-01 |
Joseph Arceneaux |
* buffer.c (reset_buffer): Do INITIALIZE_INTERVAL on the buffer's
|
1992-09-30 |
Jim Blandy |
* buffer.c (Fother_buffer): Add back the VISIBLE_OK argument. It
|
1992-09-29 |
Jim Blandy |
* data.c (Frem): Use the `fmod' function under SunOS, Ultrix, and
|
1992-09-29 |
Jim Blandy |
* buffer.c (Fbury_buffer): This used to undisplay the buffer being
|
1992-09-22 |
Jim Blandy |
* buffer.c (Fget_buffer_create): Doc fix.
|
1992-08-29 |
Jim Blandy |
Formatting change
|
1992-08-28 |
Richard M. Stallman |
(syms_of_buffer): Made buffer-display-table,
|
1992-08-19 |
Jim Blandy |
* buffer.c (syms_of_buffer): Call DEFVAR_PER_BUFFER with the new
|
1992-07-13 |
Jim Blandy |
entered into RCS
|
1992-07-04 |
Richard M. Stallman |
*** empty log message ***
|
1992-05-18 |
Jim Blandy |
*** empty log message ***
|
1992-03-16 |
Jim Blandy |
*** empty log message ***
|
1992-02-15 |
Jim Blandy |
*** empty log message ***
|
1992-01-13 |
Jim Blandy |
*** empty log message ***
|
1991-08-15 |
Roland McGrath |
*** empty log message ***
|
1991-07-15 |
Roland McGrath |
Initial revision
|