- 20 Feb, 2000 6 commits
-
-
Richard M. Stallman authored
Init found_for_buffer to 0. (Fmake_variable_frame_local): If the variable has already been buffer-local, set the check_frame field.
-
Dave Love authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
produced for CODING_MODE_LAST_BLOCK requires.
-
Dave Love authored
too.
-
Eli Zaretskii authored
Don't call ring-empty-p unless tags-location-ring is bound. From Noah Friedman <friedman@splode.com>.
-
- 18 Feb, 2000 16 commits
-
-
Thien-Thi Nguyen authored
(hs-toggle-hiding): New command. (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. (hs-minor-mode): Move call to `hs-grok-mode-type' early on. Fix omission bug: Run `hs-minor-mode-hook' for both activation and deactivation.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
(Vecho_keystrokes) New variable. (read_char, record_menu_key, read_key_sequence): Use it to allow use of float value. (syms_of_keyboard): Change Vecho_keystrokes declaration.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Andreas Schwab authored
-
Andreas Schwab authored
info files.
-
Andreas Schwab authored
-
Gerd Moellmann authored
for symbols other than the symbol in question.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
safe_strdup'd help string.
-
Gerd Moellmann authored
-
- 17 Feb, 2000 18 commits
-
-
Gerd Moellmann authored
-
Ken Raeburn authored
-
Dave Love authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
of `*' to handle `(* ... *)' comments.
-
Eli Zaretskii authored
for unspecified-fg and unspecified-bg pseudo-colors.
-
Gerd Moellmann authored
(GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES) [GC_MARK_STACK]: New defines. (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO) [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
allocate_buffer instead of xmalloc.
-
Gerd Moellmann authored
(gc_sweep): Don't unmark symbol names in pure space. (toplevel): Include setjmp.h. (PURE_POINTER_P): New define. (enum mem_type) [GC_MARK_STACK]: New enumeration. (Vdead) [GC_MARK_STACK]: New variable. (lisp_malloc): Add parameter TYPE, call mem_insert if GC_MARK_STACK is defined. (allocate_buffer): New function. (lisp_free) [GC_MARK_STACK]: Call mem_delete. (free_float) [GC_MARK_STACK]: Set type to Vdead. (free_cons) [GC_MARK_STACK]: Set car to Vdead. (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables. (MEM_NIL) [GC_MARK_STACK]: New define. (struct mem_node) [GC_MARK_STACK]: New structure. (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup) (mem_delete_fixup, mem_rotate_left, mem_rotate_right) (live_string_p, live_cons_p, live_symbol_p, live_float_p) (live_misc_p, live_vector_p, live_buffer_p, mark_memory) (mark_stack) [GC_MARK_STACK]: New functions. (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack. (clear_marks): Removed. (gc_sweep): Set free conses' car, free floats' type, free symbols' function to Vdead. Use lisp_free to free buffers. (init_alloc_once): Initialize Vdead. (survives_gc_p): Return non-zero for pure objects. Add comments throughout the file.
-
Eli Zaretskii authored
-
Gerd Moellmann authored
that unblocks alarms.
-
Gerd Moellmann authored
-
Eli Zaretskii authored
(describe-language-environment-map, set-coding-system-map) (setup-language-environment-map): Convert to new (menu-item... form, add help strings. Change names of menu items for better clarity. "Mule" menu-bar item removed (it's now in the "Options" submenu).
-
Eli Zaretskii authored
format (menu-item..., rearranged for better CUA compliance, and their names changed for better clarity. Help strings added.
-
Gerd Moellmann authored
-