(parse_single_submenu): Use individual keymap's prompt
[bpt/emacs.git] / src / buffer.c
2002-12-09 Richard M. Stallman(Fget_buffer_create): Call Qucs_set_table_for_input...
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 LoveComment.
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 Raeburncomment 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...
2002-07-16 Ken Raeburn* buffer.c (Fother_buffer): Use SREF when retrieving...
2002-07-15 Ken Raeburn* buffer.c (Fget_buffer_create, Fmake_indirect_buffer...
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-07 Richard M. Stallman(Fbuffer_local_value): Store current value into its...
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...
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...
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_lin...
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...
2001-11-05 Richard M. Stallman(Fbuffer_local_value): Remove extra args from CHECK_SYM...
2001-11-05 Richard M. Stallman(Fbuffer_local_value): New function.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-01 Gerd MoellmannFix a typo.
2001-10-31 Pavel Janík(selective-display-ellipses): Doc fix.
2001-10-21 Pavel JaníkReindent DEFUNs and DEFVARs woth doc: keywords.
2001-10-17 Miles BaderChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Gerd Moellmann(Fset_buffer_major_mode): Use initial-major-mode for
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-15 Pavel JaníkPut doc strings in comments.
2001-10-12 Stefan Monnier(Fbury_buffer): Don't try to remove the buffer from the
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
next