Gerd Moellmann [Mon, 19 Jun 2000 15:58:43 +0000 (15:58 +0000)]
(mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
bogus objects are marked. This slows down GC by ~80 percent, but
it might be worth trying when debugging GC-related problems.
This feature requires conservative stack marking to be enabled.
Kenichi Handa [Mon, 19 Jun 2000 05:18:09 +0000 (05:18 +0000)]
(setup_coding_system) <4>: Reset member `cr_carryover'.
(ccl_coding_driver): On encoding, initialize ccl->eol_type.
(decode_eol_post_ccl): New function.
(decode_coding): Don't detect EOL format here for CCL based coding
systems.
(decode_coding) <coding_type_ccl>: Handle carryovered CR. Call
decode_eol_post_ccl after running the CCL program.
(code_convert_region): Don't detect EOL format here for CCL based
coding systems.
(decode_coding_string): Likewise.
Kenichi Handa [Mon, 19 Jun 2000 05:09:55 +0000 (05:09 +0000)]
(cp-coding-system-for-codepage-1): Delete special codes for
generating xxx-dos coding system because now a CCL based coding
system can handle EOL conversion by default.
Kenichi Handa [Mon, 19 Jun 2000 00:56:20 +0000 (00:56 +0000)]
(isearch-minibuffer-input-method)
(isearch-minibuffer-input-method-function): These variables
deleted.
(isearch-with-input-method): Don't use the above variables.
(isearch-process-search-multibyte-characters): Likewise. Call
read-string with the arg INHERIT-INPUT-METHOD t.
Stefan Monnier [Sat, 17 Jun 2000 17:17:35 +0000 (17:17 +0000)]
(jit-lock-mode): Force jit-refontify when turned on.
Use consistent make-local-variable style for font-lock-fontified.
(jit-lock-fontify-buffer):
Don't bother checking for font-lock-mode and jit-lock-mode.
Gerd Moellmann [Fri, 16 Jun 2000 18:34:17 +0000 (18:34 +0000)]
(make_shadow_gcs): Set free_top_shadow_color_p
and free_top_shadow_color_p flags in the menu widget if
top and bottom shadow colors must be freed.
(release_shadow_gcs): Free colors only if they must be freed.
Gerd Moellmann [Thu, 15 Jun 2000 19:49:11 +0000 (19:49 +0000)]
(Info-find-in-tag-table-1, Info-find-in-tag-table)
(Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
functions.
(Info-find-node-2): Try a case-sensitive search first, then
do a case-insensitive search.
Eli Zaretskii [Thu, 15 Jun 2000 16:13:41 +0000 (16:13 +0000)]
(archive-mode-map): Use the new menu-item format for
menu-bar menus. Add help strings. Don't remove the Edit menu
from the menu bar, as the menu bar has enough space now.
Gerd Moellmann [Thu, 15 Jun 2000 14:42:19 +0000 (14:42 +0000)]
(PC-env-vars-alist): New variable.
(PC-complete-as-file-name): New function.
(partial-completion-mode): Initialize PC-env-vars-alist from
process-environment.
(PC-do-completion): Handle completion of env vars.
Gerd Moellmann [Wed, 14 Jun 2000 13:37:07 +0000 (13:37 +0000)]
Add support for `*-lynxos*'.
Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
recommended by <Karen.Dorhamer@compaq.com> to fix problems
on Tru64 UNIX v5.0.
Kenichi Handa [Wed, 14 Jun 2000 12:47:27 +0000 (12:47 +0000)]
(tar-extract): For goto-char, use (point-min), not
0. Give correct argument to set-auto-coding-function.
(tar-expunge): For goto-char, use (point-min), not 0.
(tar-clear-modification-flags): For goto-char, use (point-min), not 1.
(tar-subfile-save-buffer): Likewize.
Gerd Moellmann [Wed, 14 Jun 2000 11:32:05 +0000 (11:32 +0000)]
(printchar, strout): Don't check message_buf_print
before calling setup_echo_area_for_printing because that
function does something useful even when message_buf_print is
already set.