log src/buffer.c @ 16842:72276b334084 before-thomas-posix1996 glibc-2_0_2 libc-970108 libc-970109 libc-970110 libc-970111 libc-970112 libc-970113 libc-970114 libc-970115 libc-970116 libc-970117 libc-970118 libc-970119 libc-970120 libc-970121 libc-970122 libc-970123 libc-970124 libc-970125 libc-970126 libc-970127 libc-970128 libc-970129 libc-970130 libc-970131 libc-970201 libc-970202 libc-970203 libc-970204 libc-970205 libc-970206 libc-970207 libc-970208 libc-970209 libc-970210 libc-970211 libc-970212 libc-970213 libc-970214 libc-970215 libc-970216 libc-970217 libc-970218 libc-970219 libc-970220 libc-970221 libc-970222 libc-970223 libc-970224 libc-970225 libc-970226 libc-970227 libc-970228 libc-970301 libc-970302 libc-970303 libc-970304 libc-970305 libc-970306 libc-970307 libc-970308 libc-970309 libc-970310 libc-970311 libc-970312 libc-970313 libc-970314 libc-970315 libc-970316 libc-970317 libc-970318 libc-970319 libc-970320 libc-970321 libc-970322 libc-970323 libc-970324 libc20x-970306 libc20x-97031 libc20x-970316 libc20x-970318 libc20x-970319 libc20x-970404 root-libc-2_0_x-branch

age author description
Tue, 07 Jan 1997 09:03:23 +0000 Richard M. Stallman Fix typo editing previous change.
Sun, 05 Jan 1997 02:53:57 +0000 Richard M. Stallman (Fpop_to_buffer): New arg NORECORD.
Wed, 11 Dec 1996 01:07:41 +0000 Richard M. Stallman (syms_of_buffer): Doc fix (transient-mark-mode).
Fri, 04 Oct 1996 04:26:23 +0000 Richard M. Stallman (init_buffer): Add /: to dir names that could be magic.
Tue, 01 Oct 1996 22:49:15 +0000 Richard M. Stallman (syms_of_buffer): Doc fix.
Thu, 19 Sep 1996 03:31:13 +0000 Richard M. Stallman (overlay_strings): Declare pstr using unsigned char.
Mon, 16 Sep 1996 09:32:54 +0000 Richard M. Stallman (Fget_buffer_create): Initialize BUF_OVERLAY_MODIFF.
Sun, 15 Sep 1996 01:57:03 +0000 Richard M. Stallman (modify_overlay): Renamed from redisplay_region
Mon, 09 Sep 1996 22:36:48 +0000 Richard M. Stallman (syms_of_buffer): Doc fixes.
Mon, 02 Sep 1996 05:11:15 +0000 Richard M. Stallman (reset_buffer): Initialize last_selected_window slot.
Sun, 01 Sep 1996 21:04:32 +0000 Karl Heuer Removed support for !MULTI_FRAME.
Fri, 26 Jul 1996 16:08:04 +0000 Richard M. Stallman (buffer_permanent_local_flags): New variable.
Tue, 23 Jul 1996 22:36:11 +0000 Richard M. Stallman (buffer_permanent_local_flags): New variable.
Thu, 11 Jul 1996 23:17:56 +0000 Karl Heuer (syms_of_buffer): Doc fix.
Wed, 12 Jun 1996 21:47:03 +0000 Richard M. Stallman (Fkill_buffer): Doc fix.
Thu, 30 May 1996 23:11:14 +0000 Richard M. Stallman (Fpop_to_buffer): Doc fix.
Wed, 01 May 1996 21:20:05 +0000 Richard M. Stallman (add_overlay_mod_hooklist): Fix call to bcopy.
Tue, 16 Apr 1996 16:10:19 +0000 Richard M. Stallman (syms_of_buffer): Doc fix.
Tue, 06 Feb 1996 23:48:06 +0000 Richard M. Stallman (Fbuffer_live_p): New function.
Sat, 03 Feb 1996 18:08:58 +0000 Richard M. Stallman (syms_of_buffer): Doc fix.
Sun, 28 Jan 1996 00:11:39 +0000 Richard M. Stallman Whitespace change.
Fri, 19 Jan 1996 22:39:00 +0000 Karl Heuer (Fother_buffer): If we have to create a new buffer, use
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 00:30:29 +0000 Erik Naggum (Fmake_indirect_buffer, Fset_buffer_major_mode, Fpop_to_buffer,
Tue, 02 Jan 1996 19:11:31 +0000 Erik Naggum (Fkill_buffer): Delete buffer from Vbuffer_alist after replacing it.
Tue, 02 Jan 1996 08:54:40 +0000 Richard M. Stallman (Fkill_buffer): Use replace_buffer_in_all_windows.
Thu, 21 Dec 1995 16:55:39 +0000 Karl Heuer (Fkill_buffer): Rename arg bufname to buffer.
Fri, 10 Nov 1995 06:32:38 +0000 Richard M. Stallman (Fmake_overlay): New args front-advance and rear-advance.
Sun, 22 Oct 1995 16:40:53 +0000 Richard M. Stallman (reset_buffer_local_variables): Call
Sat, 21 Oct 1995 23:14:06 +0000 Richard M. Stallman (reset_buffer): Initialize extra1, extra2 and extra3 slots.
Sat, 21 Oct 1995 23:01:11 +0000 Richard M. Stallman (reset_buffer): Initialize redisplay_end_trigger slot.
Thu, 19 Oct 1995 00:09:46 +0000 Richard M. Stallman (reset_buffer_local_variables): Init case_table slots the new way.
Wed, 11 Oct 1995 14:41:55 +0000 Richard M. Stallman (Fkill_buffer): Don't kill auto save file if not recent.
Mon, 09 Oct 1995 20:52:43 +0000 Erik Naggum (buffer-display-table): Document new implementation.
Sun, 08 Oct 1995 19:26:07 +0000 Richard M. Stallman (init_buffer_once): Make file_format always local, not just local when set.
Wed, 04 Oct 1995 17:24:33 +0000 Richard M. Stallman (Fmake_indirect_buffer): Was taking marker positions
Tue, 03 Oct 1995 18:43:12 +0000 Richard M. Stallman (Fmake_overlay): Set end-marker's insertion_type to 1.
Sun, 03 Sep 1995 18:52:37 +0000 Richard M. Stallman (Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.
Wed, 09 Aug 1995 22:39:09 +0000 Richard M. Stallman (get_truename_buffer): New function.
Sat, 05 Aug 1995 22:57:46 +0000 Richard M. Stallman (Qbefore_change_functions, Qafter_change_functions): New variables.
Thu, 27 Jul 1995 22:44:41 +0000 Karl Heuer (record_overlay_string, overlay_strings): Handle zero-sized overlays better.
Thu, 27 Jul 1995 21:47:59 +0000 Karl Heuer (struct sortstrlist): New type.
Mon, 17 Jul 1995 22:19:07 +0000 Karl Heuer (last_overlay_modification_hooks): New variable.
Fri, 07 Jul 1995 13:31:48 +0000 Richard M. Stallman (overlays_in): Don't count empty overlays at END.
Mon, 26 Jun 1995 03:54:38 +0000 Richard M. Stallman (overlays_in): New function.
Wed, 21 Jun 1995 23:09:16 +0000 Richard M. Stallman (syms_of_buffer): Doc fix.
Wed, 14 Jun 1995 14:09:53 +0000 Richard M. Stallman (Fprevious_overlay_change): Check for overlays that end at POS.
Wed, 07 Jun 1995 21:00:01 +0000 Karl Heuer (Fbuffer_disable_undo): Make this function interactive.
Wed, 07 Jun 1995 18:38:02 +0000 Karl Heuer Doc fix.
Mon, 05 Jun 1995 17:32:51 +0000 Karl Heuer (Fkill_buffer): When killing indirect buffer,
Wed, 24 May 1995 00:43:27 +0000 Karl Heuer (set_buffer_internal_1): New subroutine.
Wed, 17 May 1995 20:41:36 +0000 Karl Heuer (Fmake_indirect_buffer): Fix interactive spec.
Mon, 15 May 1995 23:24:45 +0000 Richard M. Stallman (syms_of_buffer): Doc fix.
Fri, 05 May 1995 00:34:00 +0000 Karl Heuer (Qbefore_string, Qafter_string): New vars.
Tue, 02 May 1995 18:16:30 +0000 Richard M. Stallman (Fset_buffer_modified_p): Use the truename for locking.
Mon, 17 Apr 1995 23:13:56 +0000 Karl Heuer (adjust_overlays_for_insert): New function.
Thu, 13 Apr 1995 16:54:41 +0000 Richard M. Stallman (Foverlays_at, Fnext_overlay_change): Don't use NULL.
Thu, 13 Apr 1995 16:09:46 +0000 Richard M. Stallman (evaporate_overlays): Fix type error.
Fri, 07 Apr 1995 05:32:09 +0000 Richard M. Stallman (Fmake_overlay): Use XMISCTYPE.
Thu, 06 Apr 1995 06:58:50 +0000 Richard M. Stallman (Fkill_buffer): Call reset_buffer_local_variables