- 12 Sep, 2000 15 commits
-
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Gerd Moellmann authored
-
Dave Love authored
(imenu--generic-function): Avoid mapcar. (imenu--replace-spaces): Function removed. (imenu--completion-buffer): Use subst-char-in-string. (imenu-add-to-menubar): Use keymap inheritance.
-
Dave Love authored
-
Dave Love authored
-
Miles Bader authored
-
Miles Bader authored
(diff-mode-map): Bind `diff-test-hunk'. (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
because it breaks '(make-variable-buffer-local (defvar ...)' which is used at least in dired.
-
Kenichi Handa authored
(MAX_MAP_SET_LEVEL): Increased to 30. (PUSH_MAPPING_STACK): Enclose with do-while block. (POP_MAPPING_STACK): Likewise. (stack_idx_of_map_multiple): New variable. (CCL_CALL_FOR_MAP_INSTRUCTION): New macro. (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol, call the corresponding CCL program by CCL_CALL_FOR_MAP_INSTRUCTION. (ccl_driver) <CCL_MapSingle>: Likewise. (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal with the case where looking up process reaches to the end of map-set, and call CCL programs as the above change.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 11 Sep, 2000 11 commits
-
-
Kenichi Handa authored
"chinese-ccdospy", "chinese-ecdict", "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the docstring of "chinese-py".
-
Kenichi Handa authored
(quail-show-keyboard-layout): Docstring modified. (quail-select-current): Likewise. (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid infinite recursive call. (quail-help): Check quail-translation-docstring. Format of the output changed. (quail-help-insert-keymap-description): Adjusted for the above change.
-
Kenichi Handa authored
-
Gerd Moellmann authored
that might be clobbered by longjmp. (check_x_display_info, x_decode_color, create_frame_xic) (Fx_display_backing_store, Fx_display_visual_class) (x_build_heuristic_mask, pbm_scan_number): Avoid compiler warnings.
-
Gerd Moellmann authored
current-load-list in top-level forms. Else this leaks a cons cell every time a defun is called.
-
Dave Love authored
-
Miles Bader authored
non-unified diffs. Some functionality moved into `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN, POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually modify anything. Only reposition point in the patched file if the patch succeeds. Only pop up another window if POPUP is true. Emit a message describing what happened if successful, and at what line-offset. Automatically detect reversed hunks and do something appropriate. (diff-hunk-text, diff-find-text): New functions. (diff-filter-lines): Function removed. (diff-test-hunk): New function. (diff-goto-source): Rewritten in terms of diff-apply-hunk.
-
Gerd Moellmann authored
(Fload): Show list of recursively loaded files, when signaling an error.
-
Gerd Moellmann authored
(record_load_unwind): New function. (Fload): Check for recursive loads. (syms_of_lread): Initialize Vloads_in_progress. (read_integer, read1): Avoid some compiler warnings.
-
Gerd Moellmann authored
compiler warnings.
-
Miles Bader authored
-
- 10 Sep, 2000 5 commits
-
-
Dave Love authored
-
Dave Love authored
(tildify) <defgroup>: Add :version.
-
Dave Love authored
(frame-background-mode): Use mapc. (region) <defcustom>: Add :version.
-
Gerd Moellmann authored
-
Ken Raeburn authored
-
- 09 Sep, 2000 4 commits
-
-
Gerd Moellmann authored
by Fmemq in a condition.
-
Stefan Monnier authored
-
Stefan Monnier authored
* vc-rcs.el (vc-rcs-register): * vc-cvs.el (vc-cvs-register): Don't clear file's properties. * vc.el (vc-register): Clear file's properties.
-
Stefan Monnier authored
-
- 08 Sep, 2000 5 commits
-
-
Dave Love authored
-
Dave Love authored
-
Gerd Moellmann authored
read-only in a dumped Emacs. (mmap_fd_1): New variable. (mmap_set_vars): Remove local `fd'. Save mmap_fd in mmap_fd_1, restore it from there. (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init unconditionally so that mmap_fd can be initialized there. (r_alloc_init_fd): Open-coded in r_alloc_init; function removed. (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero. (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1.
-
Dave Love authored
-
Dave Love authored
-