- 10 Oct, 2000 10 commits
-
-
Dave Love authored
-
Dave Love authored
(tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
-
Kenichi Handa authored
-
Kenichi Handa authored
returning. (base64_encode_1): Make it work for a text of multibyte form. (Fbase64_decode_region): Allocate sufficient memory for multibyte case. Don't call str_to_multibyte because base64_decode_1 produces correct multibyte form for eight-bit codes. (Fbase64_decode_string): Adjusted for the change of base64_decode_1. (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If MULTIBYTE is nonzero, produce correct multibyte form for eight-bit codes.
-
Thien-Thi Nguyen authored
these vars as symbol properties. (zone, zone-when-idle, zone-leave-me-alone, zone-pgm-whack-chars): Use new symbol properties.
-
Thien-Thi Nguyen authored
-
Thien-Thi Nguyen authored
-
- 09 Oct, 2000 17 commits
-
-
Dave Love authored
-
Andreas Schwab authored
-
Andreas Schwab authored
-1 after socket is closed, to fall through to error processing.
-
Dave Love authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
variables. If ALIST includes foreground-color or background-color, change also the colors of the default face for this frame.
-
Dave Love authored
default-enable-multibyte-characters rather than using mm-disable-multibyte.
-
Dave Love authored
has been initialized before calling tool-bar-setup.
-
Eli Zaretskii authored
(menu-bar-tools-menu) <compose-mail>: Use it to display the value of mail-user-agent in the menu. Don't display the "Send Mail" item if mail-user-agent is nil or its value is ignore. (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item if read-mail-command is nil or its value is ignore.
-
Eli Zaretskii authored
-
Miles Bader authored
-
Stefan Monnier authored
(tags-table-format-functions): Renamed from tags-table-format-hooks.
-
Miles Bader authored
Correct image size.
-
Miles Bader authored
-
Miles Bader authored
-
- 08 Oct, 2000 13 commits
-
-
Miles Bader authored
definition of `auto-compression-mode' if necessary). Move code to uninstall existing file-name handler before definition of `auto-compression-mode'.
-
Miles Bader authored
`define-minor-mode' actually calls the mode-function if the associated variable is non-nil, which requires that all needed functions be already defined.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Stefan Monnier authored
so that popup-menu returns whatever the command returns.
-
Stefan Monnier authored
(initialize-new-tags-table): Use run-hook-with-args-until-success. (find-tag): Use pop-to-buffer if switch-to-buffer failed.
-
Stefan Monnier authored
-
Stefan Monnier authored
(vc-post-command-functions): Remove old-VC compatibility code.
-
Eli Zaretskii authored
Mark C-down-mouse-3 as documented.
-
Stefan Monnier authored
-
Stefan Monnier authored
(font-lock-turn-on-thing-lock): Use jit-lock-refontify. (font-lock-choose-keywords): Ignore LEVEL unless KEYWORDS is a list of syms. (c-keywords, c++-keywords, objc-keywords, java-keywords): Don't wrap regexp-opt things in \(...\) unnecessarily.
-
Stefan Monnier authored
(jit-lock-functions): Make buffer-local. (jit-lock-saved-fontify-buffer-function): Remove. (jit-lock-mode): Remove autoload cookie. Remove font-lock specific code. (jit-lock-unregister): Don't bother handling complex hooks any more. (jit-lock-refontify): New function. (jit-lock-fontify-buffer): Use it. (jit-lock-function-1): Replaced by jit-lock-fontify-now. (jit-lock-fontify-now): Renamed from jit-lock-function-1. Add optional args START and END. Never call font-lock-fontify-region directly. (jit-lock-function, jit-lock-stealth-fontify): Use it.
-