Commit graph

39995 commits

Author SHA1 Message Date
Pavel Janík
abf0cb2192 (xaw_update_scrollbar, xaw_scrollbar_scroll)
(xaw_scrollbar_jump): Put whole functions in #if 0.
2002-01-27 18:18:38 +00:00
Pavel Janík
cc351ed497 (display-time-mail-directory): New option.
(display-time-mail-function): Update doc-string.
(display-time-mail-icon): Use XPM image when available.
(display-time-string-forms): Use more descriptive text as help-echo
property.
(display-time-mail-check-directory): New function.
(display-time-update): Use it.
2002-01-27 18:14:55 +00:00
Pavel Janík
baf10d8f55 Fix typos. 2002-01-27 16:44:10 +00:00
Pavel Janík
5059006023 Fix typo. 2002-01-27 16:43:36 +00:00
Pavel Janík
a27aa3204e (menu-bar-showhide-scroll-bar-menu): Quote `window-system'. 2002-01-27 14:19:16 +00:00
Pavel Janík
1acb1b0cba *** empty log message *** 2002-01-27 11:31:47 +00:00
Pavel Janík
25fe14a0f0 (menu-bar-scroll-bar-right)
(menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
(showhide-menu-bar): New functions.
(menu-bar-showhide-menu): New submenu "Show/Hide".
(menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of "Show/Hide".
Update copyright notice.
2002-01-27 11:17:39 +00:00
Pavel Janík
9789516772 (tmm-get-keymap): Honour :visible in `menu-item'.
Add Keywords header.  Update Commentary section.
Update copyright notice.
2002-01-27 11:17:06 +00:00
Eli Zaretskii
a17b361476 Mention support for BSD/OS 5.0. 2002-01-27 10:05:42 +00:00
Eli Zaretskii
d835989319 *** empty log message *** 2002-01-27 10:03:32 +00:00
Eli Zaretskii
1d06fc82d3 Recognize BSD/OS 5.0. 2002-01-27 10:03:14 +00:00
Eli Zaretskii
8aefee062d (lazy-lock-mode): Add a reference to jit-lock. 2002-01-27 09:25:37 +00:00
Pavel Janík
48e562d427 *** empty log message *** 2002-01-27 09:15:28 +00:00
Richard M. Stallman
ac7845fd60 Clarifications. 2002-01-26 23:19:48 +00:00
Richard M. Stallman
f5798fbde6 *** empty log message *** 2002-01-26 23:08:16 +00:00
Richard M. Stallman
9db0af9e14 Exchange meanings of scroll-up-aggressively and scroll-down-aggressively.
Delete text erroneously added for scroll-conservatively.
2002-01-26 23:06:28 +00:00
Richard M. Stallman
6524d9553d (syms_of_buffer): Doc fixes for scroll-...-aggressively. 2002-01-26 23:04:27 +00:00
Richard M. Stallman
46226c1d99 (try_scrolling): Exchange uses of scroll_down_aggressively
and scroll_up_aggressively.
2002-01-26 23:02:00 +00:00
Richard M. Stallman
cb96f0941a (pc-selection-mode-hook)
(pc-select-saved-settings-alist, pc-select-map)
(pc-select-saved-global-map, pc-select-key-bindings-alist)
(pc-select-default-key-bindings, pc-select-extra-key-bindings)
(pc-select-meta-moves-sexps-key-bindings)
(pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
New variables.
(pc-select-define-keys, pc-select-restore-keys): New functions.
(pc-select-add-to-alist, pc-select-save-and-set-var)
(pc-select-save-and-set-mode, pc-select-restore-var)
(pc-select-restore-mode): New macros.

(pc-selection-mode): Completely rewrote the body of the function;
the main goal was to make pc-selection-mode "turn-off"-able, like
other minor modes.  Use define-minore-mode instead of just a
defun.  Store the key bindings into four alists:
pc-select-default-key-bindings, pc-select-extra-key-bindings,
pc-select-meta-moves-sexps-key-bindings, and
pc-select-tty-key-bindings; then have the pc-select-define-keys
function walk those alists instead of calling define-key
repeatedly.  When the mode is turned on, set the
keybindings in global-map and remember the old keybindings; when
the mode is turned off, restore the previously-saved keybindings.

(pc-selection-mode defcustom): Reflect the fact that the mode is
now "turn-off"-able.
2002-01-26 22:47:39 +00:00
Richard M. Stallman
b090d7925a Minor cleanups. 2002-01-26 22:43:53 +00:00
Pavel Janík
8fc7780138 Fix typo. 2002-01-26 17:10:34 +00:00
Pavel Janík
a534ddab16 (parse_tool_bar_item): Remove duplicated prototypes. 2002-01-26 17:06:55 +00:00
Pavel Janík
cd61f595b4 Fix typo.
The file utf-8.el (and its author) is mentioned above.
2002-01-26 17:03:00 +00:00
Pavel Janík
4a389f5364 Fix typo. 2002-01-26 15:08:05 +00:00
Pavel Janík
7dee7ff71b *** empty log message *** 2002-01-26 15:02:38 +00:00
Eli Zaretskii
4c334f5b15 (eshell-eval-command): If eshell-resume-eval
returns t, don't treat that as an error.
2002-01-26 12:06:47 +00:00
Jason Rumney
990d68dde9 (face-font-registry-alternatives) [windows-nt]: Add
ms-oemlatin as an alternative for iso8859-1.
2002-01-26 00:03:28 +00:00
Stefan Monnier
3a232704c3 (Fnext_property_change, Fnext_single_property_change)
(Fprevious_property_change, Fprevious_single_property_change):
Stay within the narrowed-buffer boundaries.
2002-01-25 22:42:13 +00:00
Stefan Monnier
843e5edd21 (cvs-reread-cvsrc): Distinguish between an empty list of
args and the absence of an entry.  Don't add -f each time.
2002-01-25 22:41:28 +00:00
Eli Zaretskii
d22f8da480 (mismatch): Doc fix. 2002-01-25 18:47:33 +00:00
Eli Zaretskii
818cd248c3 Explain in a comment why the default background-setting code is still
here, although xterm.l and rxvt.el do that better.
2002-01-25 17:29:34 +00:00
Eli Zaretskii
e47cd3c4e2 Fix a typo in a comment. 2002-01-25 14:35:42 +00:00
Eli Zaretskii
e8384e8611 (Text Terminal Colors): Document tty-display-color-p. 2002-01-25 14:15:02 +00:00
Eli Zaretskii
0011f34671 *** empty log message *** 2002-01-25 14:11:11 +00:00
Eli Zaretskii
99fdd6bcfa (Ftty_display_color_cells, Ftty_display_color_p): Change the
argument name to DISPLAY.  Doc fix.
2002-01-25 14:08:42 +00:00
Eli Zaretskii
7cc8f35a90 Document the extended color support for xterm and rxvt, and the
new tty-display-color-cells primitive.
2002-01-25 14:04:06 +00:00
Eli Zaretskii
8d78fe2242 (Text Terminal Colors): Document tty-display-color-cells. 2002-01-25 13:53:56 +00:00
Eli Zaretskii
dd939ea13e *** empty log message *** 2002-01-25 13:34:47 +00:00
Eli Zaretskii
70f50bf166 Add prototype for set_tty_color_mode and tty_setup_colors. 2002-01-25 13:22:37 +00:00
Eli Zaretskii
bfa62f96ad (Ftty_display_color_cells): New function.
(syms_of_term): Defsubr it.
2002-01-25 13:21:49 +00:00
Eli Zaretskii
d4bc31e91a (command-line): Call tty-register-default-colors. 2002-01-25 13:20:18 +00:00
Eli Zaretskii
a6ab2fcfb3 (display-color-cells): Use tty-display-color-cells. 2002-01-25 13:19:28 +00:00
Eli Zaretskii
68fe2e0f61 (tty-standard-colors): Reverse the order of colors.
(tty-register-default-colors): New function;
code moved from startup.el's command-line.
2002-01-25 13:16:23 +00:00
Eli Zaretskii
f5e4bd0956 (w32-tty-standard-colors): Reverse the order of standard console colors. 2002-01-25 13:14:16 +00:00
Eli Zaretskii
1400df92a7 (msdos-color-values): Reverse the order of the
colors, since tty-color-define now preserves the registration
order.
2002-01-25 13:13:02 +00:00
Eli Zaretskii
6062889d6f (list-colors-display): If the argument is nil, don't
show more colors that the number returned by display-color-cells.
2002-01-25 13:11:49 +00:00
Eli Zaretskii
63e9afde34 (xterm-standard-colors): New variable.
(xterm-rgb-convert-to-16bit, xterm-register-default-colors)
(xterm-rxvt-set-background-mode): New functions.
(toplevel): Call xterm-register-default-colors,
xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
Add support for more keys from xterm's terminfo entry.
2002-01-25 13:10:46 +00:00
Eli Zaretskii
1608782c7b (DONTCOMPILE): Remove term/xterm.el. 2002-01-25 13:08:24 +00:00
Eli Zaretskii
5ea6e06823 New file. 2002-01-25 13:07:35 +00:00
Thien-Thi Nguyen
8585e165fd Reword face color location blurb. 2002-01-25 08:39:14 +00:00