log src/buffer.c @ 49600:23a1cea22d13

age author description
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Sat, 25 Jan 2003 19:48:30 +0000 Richard M. Stallman (Fkill_buffer): Call format2 instead of format1.
Mon, 06 Jan 2003 00:49:20 +0000 Richard M. Stallman (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
Mon, 23 Dec 2002 18:07:41 +0000 Richard M. Stallman (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fix.
Mon, 09 Dec 2002 20:24:32 +0000 Richard M. Stallman (Fget_buffer_create): Call Qucs_set_table_for_input as the last thing.
Tue, 03 Dec 2002 10:27:00 +0000 Dave Love (Qucs_set_table_for_input): New.
Fri, 15 Nov 2002 23:56:10 +0000 Richard M. Stallman (syms_of_buffer): Doc fix.
Thu, 14 Nov 2002 11:44:16 +0000 Kim F. Storm (syms_of_buffer) <mode-line-format>: Document symbol
Sat, 09 Nov 2002 12:43:58 +0000 Dave Love (Fset_buffer_major_mode): Fix last change.
Wed, 06 Nov 2002 20:30:32 +0000 Dave Love (Qset_buffer_major_mode_hook): New.
Wed, 30 Oct 2002 19:17:50 +0000 Dave Love Comment.
Tue, 22 Oct 2002 18:57:19 +0000 Stefan Monnier (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
Sat, 17 Aug 2002 04:53:57 +0000 Richard M. Stallman (overlays_at): Handle extending vec uniformly.
Mon, 12 Aug 2002 17:25:23 +0000 Richard M. Stallman (syms_of_buffer) <fill-column>: Doc fix.
Sun, 21 Jul 2002 20:25:32 +0000 Richard M. Stallman (Fbuffer_list): Doc fix.
Sun, 21 Jul 2002 14:11:55 +0000 Ken Raeburn comment last change
Sun, 21 Jul 2002 13:58:53 +0000 Ken Raeburn (mmap_realloc): When shrinking, make sure number of
Tue, 16 Jul 2002 17:33:42 +0000 Ken Raeburn (reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.
Tue, 16 Jul 2002 15:48:54 +0000 Ken Raeburn * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
Mon, 15 Jul 2002 06:54:48 +0000 Ken Raeburn * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Sun, 07 Jul 2002 10:17:26 +0000 Richard M. Stallman (Fbuffer_local_value): Store current value into its binding
Wed, 26 Jun 2002 08:35:14 +0000 Richard M. Stallman (Fbury_buffer): Use frames_discard_buffer.
Sat, 08 Jun 2002 20:25:31 +0000 Colin Walters (Foverlay_get): Use lookup_char_property.
Mon, 03 Jun 2002 18:03:14 +0000 Ken Raeburn * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
Mon, 20 May 2002 14:51:17 +0000 Richard M. Stallman (syms_of_buffer) <cursor-type>: Doc fix.
Mon, 20 May 2002 08:04:58 +0000 Ken Raeburn * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
Sun, 19 May 2002 23:12:30 +0000 Ken Raeburn * buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the address
Tue, 23 Apr 2002 20:23:46 +0000 Colin Walters (syms_of_buffer): Doc fix.
Tue, 23 Apr 2002 17:40:36 +0000 Paul Eggert (init_buffer): Fix PWD comment.
Tue, 16 Apr 2002 07:34:36 +0000 Gerd Moellmann (MMAP_ALLOCATED_P): New macro to be set from system
Mon, 04 Mar 2002 23:20:06 +0000 Stefan Monnier (syms_of_buffer): Allow non-string `mode-name'.
Sat, 02 Mar 2002 11:54:50 +0000 Eli Zaretskii (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
Sat, 26 Jan 2002 23:04:27 +0000 Richard M. Stallman (syms_of_buffer): Doc fixes for scroll-...-aggressively.
Tue, 15 Jan 2002 07:30:23 +0000 Pavel Jank (Fkill_all_local_variables): Increment `update_mode_lines' only once.
Sun, 16 Dec 2001 20:01:39 +0000 Richard M. Stallman (reset_buffer): Initialize `display_error_modiff'.
Mon, 26 Nov 2001 00:07:17 +0000 Richard M. Stallman (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
Wed, 14 Nov 2001 00:06:50 +0000 Richard M. Stallman (syms_of_buffer): Doc fixes.
Fri, 09 Nov 2001 06:48:33 +0000 Pavel Jank (Fbury_buffer): Use braces to follow GNU Coding Standards.
Tue, 06 Nov 2001 04:48:15 +0000 Richard M. Stallman (Fkill_buffer): Don't delete auto save file if buffer is modified.
Mon, 05 Nov 2001 04:04:09 +0000 Richard M. Stallman (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER.
Mon, 05 Nov 2001 00:10:49 +0000 Richard M. Stallman (Fbuffer_local_value): New function.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Thu, 01 Nov 2001 10:23:52 +0000 Gerd Moellmann Fix a typo.
Wed, 31 Oct 2001 15:04:58 +0000 Pavel Jank (selective-display-ellipses): Doc fix.
Sun, 21 Oct 2001 08:49:43 +0000 Pavel Jank Reindent DEFUNs and DEFVARs woth doc: keywords.
Wed, 17 Oct 2001 03:16:12 +0000 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:21:56 +0000 Gerd Moellmann (Fset_buffer_major_mode): Use initial-major-mode for
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Mon, 15 Oct 2001 20:51:37 +0000 Pavel Jank Put doc strings in comments.
Fri, 12 Oct 2001 02:01:23 +0000 Stefan Monnier (Fbury_buffer): Don't try to remove the buffer from the
Wed, 10 Oct 2001 16:05:21 +0000 Stefan Monnier Include keymap.h.
Fri, 05 Oct 2001 09:49:39 +0000 Gerd Moellmann Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Tue, 18 Sep 2001 13:51:22 +0000 Eli Zaretskii Fix a typo in a comment.
Tue, 18 Sep 2001 12:20:53 +0000 Gerd Moellmann (modify_overlay): Don't do nothing if START == END;
Mon, 03 Sep 2001 08:03:53 +0000 Gerd Moellmann (syms_of_buffer): Doc fix.
Fri, 06 Jul 2001 15:33:59 +0000 Eli Zaretskii (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
Thu, 31 May 2001 01:44:32 +0000 Stefan Monnier (copy_overlays): Make ENABLE_CHECKING happy.
Mon, 21 May 2001 12:34:11 +0000 Gerd Moellmann Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing