- 21 Nov, 2000 2 commits
-
-
Gerd Moellmann authored
sole visible buffer when we're currently in the mini-buffer, and give up if so.
-
Gerd Moellmann authored
-
- 20 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
not defined in mman.h.
-
- 18 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
if mapping new memory at the end of the existing region fails.
-
- 25 Oct, 2000 1 commit
-
-
Miles Bader authored
prev when startpos == pos.
-
- 25 Sep, 2000 1 commit
-
-
Dave Love authored
-
- 14 Sep, 2000 2 commits
-
-
Dave Love authored
-
Gerd Moellmann authored
conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS. (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed from former r_alloc_* functions in ralloc.c. (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New variables. (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro. (mmap_init) [REL_ALLOC_MMAP]: New function. (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and BUFFER_FREE.
-
- 06 Sep, 2000 2 commits
-
-
Gerd Moellmann authored
buffer's text buffer is null, map new memory.
-
Gerd Moellmann authored
text buffers if necessary.
-
- 05 Sep, 2000 1 commit
-
-
Gerd Moellmann authored
they are displayed in a window on an invisible frame.
-
- 23 Aug, 2000 1 commit
-
-
Eli Zaretskii authored
<scroll-down-aggressively>: Likewise.
-
- 22 Aug, 2000 1 commit
-
-
Andrew Innes authored
-
- 17 Aug, 2000 1 commit
-
-
Dave Love authored
INITIALIZE_INTERVAL.
-
- 08 Aug, 2000 1 commit
-
-
Miles Bader authored
(Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.
-
- 21 Jul, 2000 1 commit
-
-
Gerd Moellmann authored
-
- 06 Jun, 2000 1 commit
-
-
Kenichi Handa authored
it is originally unmodified.
-
- 02 Jun, 2000 1 commit
-
-
Dave Love authored
Variables and their initializations deleted.
-
- 19 May, 2000 2 commits
-
-
Kenichi Handa authored
apparent char boundary. (Fset_buffer_multibyte): Convert 8-bit characters in the range 0x80..0x9F to/from multibyte form.
-
Gerd Moellmann authored
-
- 11 May, 2000 1 commit
-
-
Dave Love authored
-
- 04 May, 2000 1 commit
-
-
Dave Love authored
-
- 24 Apr, 2000 1 commit
-
-
Gerd Moellmann authored
(syms_of_buffer): Add `default-line-spacing' and `line-spacing'. (reset_buffer): Don't initialize extra2 and extra3. Intialize extra_line_spacing from default value. (init_buffer_once): Initialize default value of extra_line_spacing.
-
- 19 Apr, 2000 1 commit
-
-
Dave Love authored
-
- 17 Apr, 2000 1 commit
-
-
Gerd Moellmann authored
(Fmake_indirect_buffer): Add optional argument CLONE. Call clone_per_buffer_values if CLONE is not nil.
-
- 09 Apr, 2000 1 commit
-
-
Gerd Moellmann authored
(syms_of_buffer): Defsubr it.
-
- 30 Mar, 2000 1 commit
-
-
Ken Raeburn authored
Verify correct object type before returning pointer, using eassert. * frame.h (XFRAME): Likewise. * buffer.c (Frename_buffer, Fset_buffer_multibyte, swap_out_buffer_local_variables, Fmove_overlay): Don't apply XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong type. * data.c (set_internal): Likewise. * dispextern.h (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P): Likewise. * fileio.c (auto_save_1): Likewise. * insdel.c (check_markers): Likewise. * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise. * undo.c (record_insert): Likewise. * vmsproc.c (child_sig): Likewise. * window.c (unshow_buffer, window_loop): Likewise. * xterm.c (x_erase_phys_cursor): Likewise.
-
- 27 Mar, 2000 1 commit
-
-
Gerd Moellmann authored
instead of MAX_BUFFER_LOCAL_VARS. (last_per_buffer_idx): Renamed from max_buffer_local_idx.
-
- 26 Mar, 2000 3 commits
-
-
Gerd Moellmann authored
(init_buffer_once): Don't let cursor_type have a local value in every buffer.
-
Gerd Moellmann authored
(init_buffer_once): Set default cursor_type value to t. Mark cursor_type as local everywhere. (syms_of_buffer): New per-buffer variable cursor-type.
-
Gerd Moellmann authored
(max_buffer_local_idx): New variable. (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten for new handling of per-buffer variables. (buffer_slot_type_mismatch): Use new macros for per-buffer vars. (init_buffer_once): Initialize per-buffer vars differently. Set max_buffer_local_idx.
-
- 20 Mar, 2000 1 commit
-
-
Gerd Moellmann authored
only if buffer is displayed in some window.
-
- 17 Feb, 2000 1 commit
-
-
Gerd Moellmann authored
allocate_buffer instead of xmalloc.
-
- 28 Jan, 2000 1 commit
-
-
Gerd Moellmann authored
for *scratch* if it already existed.
-
- 28 Dec, 1999 1 commit
-
-
Gerd Moellmann authored
-
- 22 Dec, 1999 1 commit
-
-
Gerd Moellmann authored
redisplay after changing the multibyteness of a buffer.
-
- 23 Nov, 1999 1 commit
-
-
Eli Zaretskii authored
string of mode-line-format. Remove the obsolete %t.
-
- 13 Nov, 1999 1 commit
-
-
Gerd Moellmann authored
-
- 07 Nov, 1999 1 commit
-
-
Gerd Moellmann authored
-
- 05 Nov, 1999 1 commit
-
-
Gerd Moellmann authored
mode-line-format.
-